/*
-----------------------------------
generale
-----------------------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #2d3142;
}

h1 {
	font-size: 34px;
	font-family: 'Libre Baskerville', serif;
	color: #edbe6e;
	font-weight: 400;
	line-height: 1.2em;
}

@media (max-width:768px) {	
	h1{
		font-size: 28px;
	}
}

h2 {
	font-size: 28px;
	font-family: 'Libre Baskerville', serif;
	color: #edbe6e;
	font-weight: 400;
	line-height: 1.2em;
}

h3 {
	font-size: 22px;
	font-family: 'Libre Baskerville', serif;
	color: #edbe6e;
	font-weight: 400;
	line-height: 1.2em;
}

h4 {
	font-size: 17px;
	font-family: 'Libre Baskerville', serif;
	color: #edbe6e;
	font-weight: 400;
	line-height: 1.2em;
}

h5 {
	font-size: 124px;
	font-family: 'Inspiration', cursive;
	font-weight: 400;
	color: #edbe6e;
}

p {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #868585;
	line-height: 1.2em;
}

.container {
	width: 1240px;
	margin: 0 auto;
}

@media (max-width:1240px) {
	.container {
	width: 100%;
	}
}

.btn {
	background-color: #edbe6e;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	border: 2px solid #edbe6e;
	padding: 5px 30px;
	border-radius: 20px;
}

.btn:hover {
	background-color: transparent;
	color: #868585;
	border: 2px solid #edbe6e;
	transition: .5s;
	cursor: pointer;
}

.btn-invers {
	background-color: #ffffff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #edbe6e;
	border: 2px solid #ffffff;
	padding: 5px 30px;
	border-radius: 20px;
}

.btn-invers:hover {
	background-color: transparent;
	color: #868585;
	border: 2px solid #ffffff;
	transition: .5s;
	cursor: pointer;
}

/*
-----------------------------
MENIU
-----------------------------
*/

.continut-navigation-home {
	height: 120px;
}

.continut-navbar {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

.hamburger-menu {
	display: none;
}

.logo-menu {
	padding: 30px 0 10px;
	width: 40%;
}

.navbar-principal {
	padding: 80px 0 10px;
	width: 60%;
}

.navbar-container {
	float: right;
}

.menu-items {
	display: inline-flex;
	flex-wrap: wrap;
}

.menu-items a{
	font-size: 17px;
	font-family: 'Libre Baskerville', serif;
	color: #868585;
	font-weight: 400;
	line-height: 1.2em;
	padding: 0 0 0 20px;
}

.menu-items a:hover {
	color: #edbe6e;
}

.active-btn a{
	color: #edbe6e;
	text-transform: uppercase;
}

.text-contact-header {
	display: none;
}

/* dropdown meniu */

.dropdown {
	overflow: hidden;
}
  
.dropdown .dropbtn {
	background-color: #ffffff;
	border: none;
	font-size: 17px;
	font-family: 'Libre Baskerville', serif;
	color: #868585;
	font-weight: 400;
	line-height: 1.2em;
	padding: 0 0 0 20px;
}
  
.dropdown:hover .dropbtn {
	color: #edbe6e;
	text-transform: uppercase;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
  
.dropdown-content a {
	float: none;
	color: #868585;
	padding: 12px 20px;
	text-decoration: none;
	display: block;
	text-align: left;
}
  
.dropdown-content a:hover {
	background-color: #ddd;
	color: #ffffff;
}
  
.dropdown:hover .dropdown-content {
	display: block;
}

.buton-mobile-meniu {
	display: none;
}

@media (max-width: 1240px){
	.continut-navigation-home {
		height: auto;
	}

	.continut-navbar {
		display: inline-flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
	}

	.hamburger-menu {
		display: none;
	}

	.logo-menu {
		padding: 30px 0 20px;
		width: 100%;
	}

	.logo-menu img{
		width: 50%;
		height: auto;
		margin: 0 25%;
	}

	.navbar-principal {
		padding: 0px;
		width: 100%;
	}

	.navbar-container {
		float: none;
		text-align: center;
	}

	.menu-items {
		padding: 0 0 20px 0;
	}

	.menu-items a{
		padding: 0 10px;
	}

	.text-contact-header {
	display: none;
	}

	.dropdown .dropbtn {
		padding: 0 20px;
	}
	  
	.dropdown-content a {
		padding: 12px 20px;
	}
	
	.dropdown .dropbtn {
		padding: 0 20px;
	}
	  
	.dropdown-content a {
		padding: 12px 20px;
	}
}

@media (max-width:768px) {
	#navbar {
		width: 100%;
		height: 70px;
		position: fixed;
		top: 0;
		left: 0;
		align-items: center;
		background-color: #edede5;
		z-index: 1000;
	}

	.continut-navbar {
		width: 100%;
		display: inline-flex;
		flex-wrap: wrap;
	}

	.hamburger-menu {
		display: inherit;
		cursor: pointer;
		padding: 20px 0 0 20px;
		width: 15%;
		z-index: 1500;
	}

	.logo-menu {
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 20px 20px 0;
		width: 80%;
	}

	.logo-menu img{
		float: right;
		width: 70%;
		height: auto;
		margin: 0;
	}

	.navbar-principal {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(237, 237, 229, 0.9);
		align-items: center;
		justify-content: center;
		flex-direction: column;
		opacity: 0;
		margin: 0 auto !important;
		transform: translate(-150%);
		transition: transform 0.8s ease-in-out;
		z-index: -100;
	}

	.menu-open .navbar-principal {
		opacity: 1;
		transform: translate(0%);
		z-index: 100;
	}

	.menu-items {
		display: inline-flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.menu-items a{
		font-size: 20px;
		font-family: 'Libre Baskerville', serif;
		color: #868585;
		font-weight: 400;
		line-height: 1.8em;
		padding: 0;
	}

	.menu-items a:hover {
		color: #edbe6e;
	}

	.active-btn a{
		text-transform: uppercase;
		color: #edbe6e;
	}

	.text-contact-header {
		display: inline-flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 80%;
		text-align: center;
		margin: 50px 10% 0 10%;
	}

	.text-contact-header h3{
		line-height: 1.5em;
	}

	.text-contact-header a{
		font-size: 16px;
		font-family: 'Libre Baskerville', serif;
		color: #868585;
		font-weight: 400;
		line-height: 1.8em;
		padding: 0 0 0px 0;
	}

	.social-media-contact-header {
		padding-top: 20px;
	}

	.hamburger-meniu-x {
		display: none;
	}

	.menu-open .hamburger-menu .hamburger-meniu-lines {
		display: none;
	}

	.menu-open .hamburger-menu .hamburger-meniu-x {
		display: block;
	}

	.dropdown {
		display: none;
	}

	.buton-mobile-meniu {
		display: block;
	}
}

/*
-----------------------------
HEADER
-----------------------------
*/

#header-home {
	width: 100%;
}

.continut-header-home {
	width: 1240px;
	height: 500px;
	text-align: center;
	background-image: url("../img/homepage/header-homepage-anca-zlavog.png");
	background-repeat: no-repeat;
	display: block;
	padding: none;
	border-bottom: 20px solid #edbe6e;
}

.imagine-header-home {
	display: none;
}

.imagine-tablet-header-home {
	display: none;
}

.text-header-home {
	width: 45%;
	float: right;
	text-align: left;
	line-height: 2em;
}

.text-drt-header-home {
	padding-top: 150px;
}

.text-drt-header-home h1{
	color: #868585;
}

.butoane-drt-header-home {
	display: inline-flex;
	flex-wrap: warp;
}

.buton-drt-header-home {
  	margin: 20px 20px 0 0;
  	text-align: center;
}

.img-buton-resurse-home, .img-buton-cursuri-home, .img-buton-coaching-home {
	filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3));
}

.txt-buton-resurse-home h4, .txt-buton-cursuri-home h4{
  	text-align: center;
  	font-size: 14px;
  	position: relative;
  	top: -30px;
  	opacity: 0;
  	z-index: -1;
  	color: #868585;
}

.txt-buton-coaching-home h4 {
  	text-align: center;
  	font-size: 14px;
  	position: relative;
  	top: -20px;
  	opacity: 0;
  	z-index: -1;
  	color: #edbe6e;
}

.img-buton-resurse-home:hover, .img-buton-cursuri-home:hover, .img-buton-coaching-home:hover {
  	cursor: pointer;
}

.img-buton-resurse-home:hover ~ .txt-buton-resurse-home h4{
  	cursor: pointer !important;
  	opacity: 1;
  	transition: 1.5s;
  	top: 0;
  	z-index: 1;
}

.img-buton-cursuri-home:hover ~ .txt-buton-cursuri-home h4{
  	opacity: 1;
  	transition: 1.5s;
  	top: 0;
  	z-index: 1;
}

.img-buton-coaching-home:hover ~ .txt-buton-coaching-home h4{
  	opacity: 1;
  	transition: 1.5s;
  	top: 0;
  	z-index: 1;
}

@media (max-width:1240px) {
	#header-home {
		background-color: #edede5;
	}
	
	.continut-header-home {
		width: 100%;
		height: auto;
		text-align: center;
		background-image: none;
		background-repeat: no-repeat;
		display: block;
		padding: none;
		border-bottom: 20px solid #edbe6e;
	}

	.imagine-tablet-header-home {
		display: block;
	}

	.imagine-tablet-header-home img{
		width: 100%;
		height: auto;
	}


	.text-header-home {
		width: 90%;
		float: none;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.text-drt-header-home {
		padding-top: 50px;
	}

	.txt-buton-resurse-home h4, .txt-buton-cursuri-home h4{
	  	top: 0px;
	  	opacity: 1;
	  	z-index: 0;
	}

	.txt-buton-coaching-home h4 {
	  	top: 0px;
	  	opacity: 1;
	  	z-index: 0;
	}

	.img-buton-resurse-home:hover, .img-buton-cursuri-home:hover, .img-buton-coaching-home:hover {
	  	cursor: pointer;
	}
}

@media (max-width:768px) {	
	.imagine-tablet-header-home {
		display: none;
	}

	.imagine-header-home {
		display: block;
	}

	.imagine-header-home img{
		margin-top: 40px;
		width: 100%;
		height: auto;
	}

	.buton-drt-header-home {
		padding-top: 30px;
	}
}

/*
-----------------------------
RESURSE GRATUITE
-----------------------------
*/

#resurse-gratuite {
	text-align: center;
	background-color: #edbe6e;
	margin-top: 20px;
}

.continut-resurse-gratuite {
	display: inline-flex;
	flex-wrap: wrap;
}

.sectiune-text-resurse-gratuite {
	width: 608px;
	text-align: left;
}

.text-resurse-gratuite h2 {
	color: #fff;
	font-size: 40px;
	padding: 60px 0 18px;
}

.text-resurse-gratuite p {
	color: #fff;
	font-size: 20px;
	padding-bottom: 40px;
}

.form-gratuit-style {
	display: inline-flex;
	flex-direction: column;
}

.two-form-gratuit-style{
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.half-form-gratuit-style{
	width: 48%;
}

.form-gratuit-name-label {
	color: #ffffff !important;
	background-color: #edbe6e;
	border: 2px solid #ffffff;
	border-radius: 30px;
	padding: 18px 20px;
	margin: 0 10px 18px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}

.form-gratuit-btn-label {
	color: #868585;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 25px;
	padding: 10px 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin: 20px 0 60px;
}

.form-gratuit-btn-label:hover {
	color: #ffffff;
	background-color: #edbe6e;
	cursor: pointer;
}

.form-gratuit-name-label::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.form-gratuit-name-label:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ffffff;
}

.form-gratuit-name-label::-ms-input-placeholder { /* Microsoft Edge */
 color: #ffffff;
}

.acord-form-resurse-gratuite {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.g-recaptcha-gratuit {
    margin-top: 10px;
}

.error-gratuit {
    font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align: left;
	float: left;
	margin-top: -50px;
}

.g-recaptcha-popup{
    text-align: center;
    margin: 0 auto;
}

@media (max-width:1240px) {
	#resurse-gratuite {
		width: 100%;
	}
	
	.sectiune-imagine-resurse-gratuite {
		width: 40%;
	}

	.img-brosura-resurse-gratuite img {
		z-index: 1;
		opacity: 0.3;
	}
	
	.sectiune-text-resurse-gratuite {
		width: 60%;
		text-align: left;
		z-index: 10;
	}
}

@media (max-width:768px) {
	#resurse-gratuite {
		width: 100%;
		padding: 50px 0;
	}

	.sectiune-text-resurse-gratuite {
		width: 100%;
	}
	
	.sectiune-imagine-resurse-gratuite {
		display: none;
	}

	.two-form-gratuit-style{
		width: 100%;
		display: inline-flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.half-form-gratuit-style{
		width: 100%;
	}
	
	.sectiune-text-resurse-gratuite {
		width: 100%;
	}

	.text-resurse-gratuite {
		width: 80%;
		margin: 0 auto;
		text-align: left;
	}

	.formular-resurse-gratuite {
		width: 80%;
		margin: 0 auto;
	}

	.form-gratuit-name-label {
		font-size: 16px;
		width: 80% !important;
		margin: 10px auto;
	}

	.form-gratuit-btn-label {
		font-size: 16px;
		padding: 10px 20px;
		margin-top: 40px;
	}

	.acord-form-resurse-gratuite {
		font-size: 14px;
		padding-bottom: 20px;
	}
}

/*
-----------------------------
despre mine
-----------------------------
*/

#despre-mine {
	text-align: center;
}

.continut-despre-mine {
	padding-bottom: 100px;
}

.sus-text-despre-mine {
	padding: 100px 0 50px;
}

.text-despre-mine {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 30px;
}

.simplu-titlu-despre-mine h2 {
	color: #868585;
	font-size: 30px;
	position: relative;
	left: 70px;
	top: -20px;
}

.jos-img-despre-mine img{
	display: block;
}

.jos-img-despre-mine {
	display: inline-flex;
}

@media (max-width:1240px) {
	.sus-text-despre-mine {
		padding: 50px 0 50px;
	}

	.text-despre-mine {
		width: 70%;
	}

	.simplu-titlu-despre-mine h2 {
		position: relative;
		left: 0px;
		top: -20px;
	}

	.prima-img-despre-mine {
		display: none;
	}
}

@media (max-width:768px) {
	.adoua-img-despre-mine {
		display: none;
	}
	.atreia-img-despre-mine img {
		width: 100vw;
		height: auto;
		justify-content: center !important;
	}

	.simplu-titlu-despre-mine h2 {
		font-size: 30px;
		position: relative;
		left: 0px;
		top: -20px;
	}

	.continut-despre-mine {
		padding-bottom: 0px;
	}
}

/*
-----------------------------
beneficii
-----------------------------
*/

#beneficii {
	text-align: center;
}

.continut-beneficii {
	padding: 100px 0 150px;
}

.text-beneficii {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 50px;
}

.prima-categorii-beneficii, .doua-categorie-beneficii{
	display: inline-flex;
	flex-wrap: wrap;
}

.prima-categorii-beneficii {
	padding-bottom: 30px;
}

.doua-categorie-beneficii {
	color: #868585;
}

.categorie-beneficii {
	width: 190px;
}

.img-categorie-beneficii {
	padding-bottom: 10px;
	filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3));
}

@media (max-width:1240px) {
	.continut-beneficii {
		padding: 50px 0 100px;
	}

	.text-beneficii {
		width: 70%;
	}

	.categorie-beneficii {
		width: 22%;
		margin: 0 10px;
		text-align: center;
	}

	.img-categorie-beneficii img{
		width: 80px;
	}

	.text-categorie-beneficii h4 {
		font-size: 14px;
	}

	.prima-categorii-beneficii, .doua-categorie-beneficii{
		width: 70%;
		justify-content: center;
	}
}

@media (max-width:768px) {
	.prima-categorii-beneficii, .doua-categorie-beneficii{
		width: 90%;
	}

	.categorie-beneficii {
		width: 40%;
	}

	.img-categorie-beneficii img{
		width: 80px;
		padding-top: 20px;
	}
}

/*
-----------------------------
citat
-----------------------------
*/

#citat {
	text-align: center;
	background-color: #edbe6e;
}

.continut-citat {
	width: 800px;
	margin: 0 auto;
	padding: 70px 0;
}

.continut-citat h2 {
	color: #ffffff;
}

@media (max-width:1240px) {
	.continut-citat {
		width: 100%;
	}
}

@media (max-width:768px) {
	
}

/*
-----------------------------
categorii
-----------------------------
*/

#categorii {
	text-align: center;
	background-image: url("../img/homepage/categorie-linie-homepage-anca-zlavog.png");
	background-size: 100%;
}

.continut-categorii {
	padding: 100px 0;
}

.sectiune-categorie-stg {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 50px 0;
}

.sectiune-categorie-drt {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 50px 0;
}

.sectiune-categorie-stg h2, .sectiune-categorie-drt h2{
	padding-bottom: 10px;
}

.text-drt-sectiune-categorie {
	width: 30%;
	text-align: left;
	padding-left: 40px;
	padding-top: 150px;
}

.text-stg-sectiune-categorie {
	width: 30%;
	text-align: right;
	padding-right: 40px;
	padding-top: 150px;
}

.poza-drt-sectiune-categorie {
	float: right;
}

.img-cooperare-categorii {
	order: 1;
}

.txt-cooperare-categorii {
	order: 2;
}

.txt-papucii-copilului-categorii {
 	order: 1;
}

.img-papucii-copilului-categorii {
	order: 2;
}

.img-valorile-educatiei-categorii {
	order: 1;
}

.txt-valorile-educatiei-categorii {
	order: 2;
}

.txt-conectare-joaca-categorii {
	order: 1;
}

.img-conectare-joaca-categorii {
	order: 2;
}

.poza-drt-sectiune-categorie img{
	filter: drop-shadow(-0.4rem 0.4rem 0.3rem rgba(0, 0, 0, 0.5));
}

.poza-stg-sectiune-categorie img{
	filter: drop-shadow(0.4rem 0.4rem 0.3rem rgba(0, 0, 0, 0.5));
}

@media (max-width:1240px) {
	#categorii {
		background-image: none;
	}
	.continut-categorii {
		padding: 50px 0;
	}

	.text-drt-sectiune-categorie {
		width: 40%;
		padding-left: 30px;
		padding-top: 50px;
	}

	.text-stg-sectiune-categorie {
		width: 40%;
		padding-right: 30px;
		padding-top: 50px;
	}

	.poza-drt-sectiune-categorie {
		float: none;
	}

	.poza-drt-sectiune-categorie img{
		width: 400px;
		float: right;
		padding-right: 30px;
	}

	.poza-stg-sectiune-categorie img{
		width: 400px;
		float: left;
		padding-left: 30px;
	}
}

@media (max-width:768px) {
	.continut-categorii {
		margin: 0 auto;
		padding: 0px 0 50px;
	}
	.txt-papucii-copilului-categorii {
 		order: 2;
	}
	.img-papucii-copilului-categorii {
		order: 1;
	}
	.txt-conectare-joaca-categorii {
		order: 2;
	}
	.img-conectare-joaca-categorii {
		order: 1;
	}

	.text-drt-sectiune-categorie {
		width: 80%;
		padding-left: 0px;
		padding-top: 0px;
		text-align: center;
	}

	.text-stg-sectiune-categorie {
		width: 80%;
		padding-right: 0px;
		padding-top: 0px;
		text-align: center;
	}

	.poza-drt-sectiune-categorie {
		float: none;
	}

	.poza-drt-sectiune-categorie img{
		width: 100%;
		float: none;
		padding: 0 0 30px 0;
	}

	.poza-stg-sectiune-categorie img{
		width: 100%;
		float: none;
		padding:  0 0 30px 0;
	}
	
	.sectiune-categorie-stg {
		justify-content: center;
		padding: 0px 0;
	}
	.sectiune-categorie-drt {
		justify-content: center;
		padding: 0px 0;
	}

	.poza-drt-sectiune-categorie img{
		filter: drop-shadow(0rem 0rem 0rem rgba(0, 0, 0, 0));
	}

	.poza-stg-sectiune-categorie img{
		filter: drop-shadow(0rem 0rem 0rem rgba(0, 0, 0, 0));
	}

	.text-stg-sectiune-categorie p, .text-drt-sectiune-categorie p {
		padding-bottom: 50px;
	}
	
}

/*
-----------------------------
programare
-----------------------------
*/

#programare {
	text-align: center;
}

.continut-programare {
	text-align: center;
	background-image: url("../img/homepage/programare-homepage-anca-zlavog.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 600px;
}

.text-continut-programare {
	width: 500px;
	padding-left: 50%;
	text-align: left;
	color: #ffffff;
	padding-top: 190px;
}

.text-continut-programare h2{
	color: #ffffff;
	padding-bottom: 20px;
}

.text-continut-programare p{
	color: #ffffff;
	padding-bottom: 50px;
}

.buton-programare .btn {
	width: 180px;
	text-align: center;
	padding: 10px 20px;
}

.buton-programare .btn:hover{
	color: #ffffff;
	cursor: pointer;
}

@media (max-width:1240px) {
	.continut-programare {
		background-image: url("../img/homepage/programare-1240-homepage-anca-zlavog.png");
	}

	.text-continut-programare {
		width: 400px;
		padding-left: none;
		padding-top: 170px;
	}
}

@media (max-width:768px) {
	.continut-programare {
		background-image: none;
		background-color: #edbe6e !important;
		height: inherit;
	}

	.text-continut-programare {
		width: 90%;
		padding-left: 0;
		text-align: center;
		color: #ffffff;
		padding: 100px 0;
		margin: 0 auto;
	}

	.text-continut-programare h2{
		padding-bottom: 10px;
	}

	.text-continut-programare p{
		padding-bottom: 30px;
	}

	.buton-programare .btn {
		color: #edbe6e;
		border: 2px solid #ffffff;
		background-color: #ffffff;
	}
}

/*
-----------------------------
TESTIMONIALE
-----------------------------
*/

#testimoniale {
	text-align: center;
	background-color: #edede5;
}

.continut-testimoniale {
	width: 800px;
	margin: 0 auto;
	padding: 70px 0;
}

/*
-----------------------------
slider CSS
-----------------------------
*/

.testimonial-facebook {
    display: none
}

.testimonial-facebook img {
    vertical-align: middle;
    padding: 30px 0 10px;
}
      
.testimoniale-facebook-parintele-prezent {
    max-width: 900px;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
}
      
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #868585;
    font-weight: bold;
    font-size: 18px;
   	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
 	user-select: none;
}
      
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}
      
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	color: #ffffff;
}

/* The dots/bullets/indicators */

.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 3px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #868585;
}

/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
    	opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
    	font-size: 11px
    }
}

/*
-----------------------------
slider CSS
-----------------------------
*/

@media (max-width:1240px) {
	.continut-testimoniale {
		width: 90%;
		padding: 100px 0;
	}
}

@media (max-width:768px) {
	.testimonial-facebook img {
	    width: 100%;
	}
	.prev,
	.next {
		display: none;
	}
}

/*
-----------------------------
newsletter
-----------------------------
*/
#newsletter {
	background-color: #edbe6e;
}

.continut-newsletter {
	width: 820px;
}

.categorii-newsletter {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 50px 0;
}

.text-newsletter {
	width: 50%;
	margin-top: 30px;
}

.text-newsletter h2 {
	color: #898989;
	padding-bottom: 10px;
}

.text-newsletter p{
	color: #ffffff;
}

.formular-newsletter {
	width: 45%;
	text-align: right;
}

.form-style {
	float: right;
}

.form-name-label {
	width: 290px;
	background-color: #ffffff;
	border: 0px solid #ffffff;
	border-radius: 25px;
	padding: 10px 0px 10px 20px;
	margin: 5px 0;
	color: #f0a322 !important;
}

.form-btn-label {
	background-color: #edbe6e;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 25px;
	border: 2px solid #ffffff;
	margin: 10px 0px;
	float: right;
	font-size: 16px;
}

.form-btn-label:hover {
	background: #ffffff;
	color: #edbe6e;
	border: 2px solid #ffffff;
	transition: 0.5s;
	cursor: pointer;
}

.checkbox-form-newsletter {
	width: 80%;
	text-align: right;
	float: right;
	margin: 7px 0 10px;
}

#checkbox-form {
	width: 10%;
}

#checkbox-form input [type=checkbox]{
	margin-top: 3px;
}

.acord-form-newsletter {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#g-recaptcha {
   display: inline-flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}

.g-recaptcha {
   float: left;
}

.g-recaptcha-newsletter {
	float: right;
	margin-top: 10px;
}

.g-recaptcha-trimite {
	float: right;
}

.error {
	float: right;
	text-align: right;
}


@media (max-width:1240px) {
	.continut-newsletter {
		width: 90%;
	}
}

@media (max-width:768px) {
	.categorii-newsletter {
		flex-direction: column;
		padding: 100px 0 100px 0;
	}

	.text-newsletter {
		width: 80%;
		padding: 0px 0 40px 0;
		text-align: center;
		margin: 0 auto;
	}

	.formular-newsletter {
		width: 70%;
		text-align: center;
		padding: 0px;
		margin: 0 auto;
	}

	.form-style {
		float: none;
		text-align: center;
	}

	.form-name-label {
		width: 100%;
		padding: 10px 0px 10px 20px;
	}

	.form-btn-label {
		margin: 20px 0px;
		float: none;
	}

	.checkbox-form-newsletter {
		width: 100%;
		text-align: center;
		float: none;
		margin: 7px 0 10px;
	}
}

/*
-----------------------------
footer
-----------------------------
*/

#footer {
	text-align: center;
	background-color: #868585;
}

.continut-footer {
	display: inline-flex;
	flex-wrap: wrap;
}

.logo-footer {
	display: block;
	padding: 50px 100px 50px 0;
}

.linkuri-footer {
	display: block;
	text-align: left;
	padding: 50px 100px 50px 0;
}

.linkuri-footer a, .contact-footer a{
	color: #ffffff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	line-height: 1.4em;
}

.linkuri-footer a:hover, .contact-footer a:hover{
	color: #edbe6e;
}

.contact-footer {
	text-align: left;
	padding-top: 50px;
}

.social-media-contact-footer {
	padding-top: 30px;
}

.logo-jai {
	padding: 50px 0 0 100px;
}

@media (max-width:1240px) {
	.logo-footer {
		display: block;
		width: 100%;
		height: auto;
		padding: 50px 0px 30px 0;
	}

	.linkuri-footer {
		display: inline-block;
		width: 48%;
		text-align: right;
		padding: 0px 40px 0px 0;
	}

	.linkuri-footer a, .contact-footer a{
		color: #ffffff;
		font-size: 16px;
		font-family: 'Raleway', sans-serif;
		line-height: 1.4em;
	}

	.linkuri-footer a:hover, .contact-footer a:hover{
		color: #edbe6e;
	}

	.contact-footer {
		text-align: left;
		padding: 0px 0px 0px 0px;
	}

	.social-media-contact-footer {
		padding-top: 50px;
	}

	.logo-jai {
		display: block;
		width: 100%;
		height: auto;
		padding: 50px 0 50px 0px;
	}
	
}

@media (max-width:768px) {
	.linkuri-footer {
		display: none;
	}

	.contact-footer {
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
	}

	.social-media-contact-footer {
		padding-top: 30px;
	}

	.social-media-contact-footer img {
		width: 40px;
		height: auto;
		padding: 0 10px;
	}
}

/*
-------------------------------
UNDER-FOOTER
-------------------------------
*/
#under-footer {
	background-color: #000000;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#under-footer a, #under-footer p{
	color: #868585;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

#under-footer a:hover{
	color: #edbe6e;
}

.under-footer-stanga {
	padding: 10px 0 10px 5%;
}

.under-footer-dreapta {
	padding: 10px 5% 10px 0;
}

@media (max-width:1240px) {
	#under-footer {
		text-align: center;
		justify-content: center;
	}

	.under-footer-stanga {
		width: 100%;
		padding: 20px 0 5px 0;
		text-align: center;
	}

	.under-footer-dreapta {
		width: 100%;
		padding: 5px 0 20px 0;
		text-align: center;
	}
}

/*
--------------------
cookie
--------------------
*/

#cookie-consent {
    display: none; /* JS va decide afișarea */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.wrapper {
    background-color: #edede5;
    padding: 50px 30%;
    box-shadow: 5px 0px 9px 3px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin: 0 auto;
}

.data p {
    color: #333;
    margin-top: 10px;
}

.data p a {
    color: #115cfa;
    text-decoration: underline;
}

.buttons {
    margin-top: 24px;
    display: flex;
    gap: 10px;
}

.btn-primary {
    background-color: #edbe6e;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    border: 1px solid #edbe6e;
    padding: 5px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #edbe6e;
    transition: 0.3s;
}

#cookie-consent.show {
    display: block;
}

/* responsive */
@media (max-width: 1240px) {
    .wrapper {
        padding: 30px 5%;
    }
}

/*
-----------------------------
BUTOANE
-----------------------------
*/

#buton-sus {
	background-color: #868585;
	width: 30px;
	height: 40px;
	padding: 10px 5px 5px;
	border-radius: 10px 0 0 10px;
	z-index: 2000;
	position: fixed;
	bottom: 50px;
	right: 0px;
}

@media (max-width:768px) {
	#buton-sus {
		display: none;
	}
}


/*
-------------------------------
BUTON MATERIALE GRATUITE
-------------------------------
*/


#buton-material-gratuit {
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 1999;
}

@media (max-width:768px) {

	#buton-material-gratuit {
		position: fixed;
		bottom: 10px;
		left: 70vw;
		z-index: 1999;
	}

	#buton-material-gratuit img{
		height: 25vw;
	}
}

/*
---------------------------------
POP-UP FORM
---------------------------------
*/

#resurse-gratuite-popup-background {
	background-color: #868585;
	opacity: 0.95;
	width: 100vw;
	height: 100%;
	z-index: 900;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#resurse-gratuite-popup-background.opened {
	display: block;
}

#resurse-gratuite-popup {
	width: 600px;
	height: 600px;
	position: absolute;
	top: 50vh;
	left: 50vw;
	margin-top: -300px;
	margin-left: -300px;
	background-image: url("../img/homepage/background-popup-parintele-prezent-anca-zlavog.png");
	background-repeat: no-repeat;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	z-index: 901;
}

.continut-resurse-gratuite-popup {
	text-align: center;
	position: relative;
	top: 27px;
	left: 27px;
	width: 540px;
	height: 540px;
	border: 3px solid #ffffff;
}

#button-inchidere-popup {
	float: right;
	margin: 10px;
}

#button-inchidere-popup:hover {
	cursor: pointer;
}

.sectiune-text-resurse-gratuite-popup {
	padding: 20px;
}

.text-resurse-gratuite-popup {
	padding-top: 70px;
}

.text-resurse-gratuite-popup h6 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	padding-bottom: 20px;
}

.text-resurse-gratuite-popup p {
	color: #fff;
	font-size: 30px;
	padding-bottom: 40px;
}

.form-gratuit-style-popup {
	display: inline-flex;
	flex-direction: column;
}

.two-form-gratuit-popup-style {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.half-form-gratuit-popup-style {
	width: 100%;
}

.form-gratuit-popup-name-label {
	color: #ffffff !important;
	text-align: center;
	background-color: #edbe6e00;
	border: 2px solid #ffffff;
	border-radius: 30px;
	padding: 10px 80px;
	margin: 0 0 18px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}

.form-gratuit-popup-name-label::placeholder {
	color: #ffffff;
	opacity: 1; /* Firefox */
}
  
.form-gratuit-popup-name-label:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff;
}
  
.form-gratuit-popup-name-label::-ms-input-placeholder { /* Microsoft Edge */
   color: #ffffff;
}

.acord-form-resurse-gratuite-popup {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.form-gratuit-popup-btn-label {
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 25px;
	padding: 10px 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin: 20px 0 60px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.form-gratuit-popup-btn-label:hover {
	color: #ffffff;
	background-color: #edbe6e;
	cursor: pointer;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
}