/*
-----------------------------------
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;
}

/*
-----------------------------
NAVIGATION
-----------------------------
*/

.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 0 10px;
	}

	.text-contact-header {
	display: none;
	}
	
	.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-despre-mine {
	text-align: center;
}

.continut-header-depre-mine {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 100px 0;
}

.poza-header-despre-mine {
	width: 715px;
	filter: drop-shadow(0.4rem 0.4rem 0.3rem rgba(0, 0, 0, 0.5));
}

.text-header-despre-mine {
	width: 400px;
	padding: 100px 0 0 100px;
}

.titlu-text-header-despre-mine {
	text-align: left;
}

.handwrite-titlu-despre-mine h5{
	position: relative;
	top: 0;
	left: -10px;
}

.simplu-titlu-despre-mine h2{
	color: #868585;
	font-size: 30px;
	position: relative;
	top: -20px;
	left: 100px;
}

.paragraf-text-header-despre-mine p{
	text-align: left;
	font-size: 20px;
}

@media (max-width:1240px) {
	.continut-header-depre-mine {
		flex-direction: column;
	}

	.poza-header-despre-mine {
		margin: 0 auto;
	}

	.text-header-despre-mine {
		width: 715px;
		padding: 100px 0 0 0;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto
	}

	.titlu-text-header-despre-mine {
		text-align: left;
		width: 40%;
	}

	.paragraf-text-header-despre-mine {
		width: 60%;
		padding-top: 50px;
	}
}

@media (max-width:768px) {
	.continut-header-depre-mine {
		padding: 70px 0 100px 0;
	}

	.poza-header-despre-mine {
		width: 100%;
		filter: drop-shadow(0rem 0rem 0rem rgba(0, 0, 0, 0));
	}

	.poza-header-despre-mine img{
		width: 100%;
		height: auto;
	}

	.text-header-despre-mine {
		width: 80%;
		padding: 50px 0 0 0;
		flex-direction: column;
		margin: 0 auto

	}

	.titlu-text-header-despre-mine {
		text-align: center;
		width: 100%;
		position: relative;
		top: 0;
		left: -20px;
	}

	.paragraf-text-header-despre-mine {
		width: 100%;
		padding-top: 30px;
		text-align: center;
	}

	.simplu-titlu-despre-mine h2{
		left: 0px;
	}

	.paragraf-text-header-despre-mine p{
		text-align: center;
	}
}

/*
-----------------------------
DESPRE MINE
-----------------------------
*/

#text-despre-mine {
	text-align: center;
	background-color: #edede5;
}

.continut-text-despre-mine {
	width: 800px;
	text-align: left;
	padding: 100px 0;
}

.continut-text-despre-mine h2{
	padding: 50px 0 20px 0;
}

.citat-text-despre-mine {
	background-color: #ffffff;
	padding: 50px;
	border-radius: 30px;
	margin-top: 50px;
}

.citat-text-despre-mine b{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

@media (max-width:768px) {	
	.continut-text-despre-mine {
		width: 80%;
	}
}

/*
-----------------------------
VALORI
-----------------------------
*/

#valori {
	text-align: center;
}

.continut-valori {
	padding: 150px 0;
}

.titlu-text-valori {
	text-align: center;
}

.handwrite-titlu-valori h5{
	position: relative;
	top: 0;
	left: -10px;
}

.simplu-titlu-valori h2{
	color: #868585;
	font-size: 30px;
	position: relative;
	top: -30px;
	left: 70px;
}

.categorii-valori {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1240px;
	margin-top: 30px;
}

.categorie-valori {
	width: 23%;
}

.imagine-categorie-valori {
	width: 250px;
	margin: 0 auto;
	filter: drop-shadow(0.4rem 0.4rem 0.3rem rgba(0, 0, 0, 0.5));
}

.titlu-categorie-valori {
	width: 250px;
	margin: 0 auto;
	text-align: left;
}

.linie-categorie-valori {
	width: 100%;
	height: 5px;
	background-color: #edbe6e;
	text-align: center;
	margin: 0 auto;
}

.titlu-categorie-valori h2 {
	font-size: 24px;
	color: #868585;
	padding: 50px 0 10px;
}


.paragraf-categorie-valori {
	width: 250px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}

@media (max-width:1240px) {
	.continut-valori {
		padding: 100px 0;
	}

	.categorii-valori {
		justify-content: space-around;
		width: 100%;
	}

	.categorie-valori {
		width: 48%;
	}

	.linie-categorie-valori {
		width: 90%;
	}

	.paragraf-categorie-valori {
		padding-bottom: 50px;
	}
}

@media (max-width:768px) {	

	.categorii-valori {
		justify-content: space-around;
		width: 100%;
	}

	.categorie-valori {
		width: 80%;
		margin: 0 auto;
	}

	.titlu-categorie-valori h2 {
		padding: 30px 0 10px;
	}

	.paragraf-categorie-valori {
		padding-bottom: 80px;
	}

	.simplu-titlu-valori h2{
		left: 0px;
	}
}

/*
-----------------------------
ACREDITARI
-----------------------------
*/

#acreditari {
	text-align: center;
	background-color: #edede5;
}

.continut-acreditari {
	width: 1028px;
	margin: 0 auto;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.imagine-acreditari {
	margin: 0 auto;
	padding: 50px 0;
	width: 300px;
}

.text-acreditari {
	text-align: left;
	width: 628px;
	float: right;
}

@media (max-width:1240px) {
	.continut-acreditari {
		width: 100%;
		flex-direction: column;
		justify-content: space-around;
		padding: 100px 0;
	}

	.imagine-acreditari {
		padding: 50px 0 0 0;
		order: 2;
	}

	.text-acreditari {
		text-align: center;
		width: 80%;
		float: center;
		order: 1;
	}

	.text-acreditari h2{
		padding-bottom: 10px;
	}
}

@media (max-width:768px) {	
	
}

/*
-----------------------------
programare
-----------------------------
*/

#programare {
	text-align: center;
}

.continut-programare {
	text-align: center;
	background-image: url("../img/homepage/programare-homepage-anca-zlavog.png");
	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: #868585 !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;
	}

	.buton-programare .btn:hover{
		color: #ffffff;
		background-color: #868585;
		cursor: pointer;
	}
}

/*
-----------------------------
newsletter
-----------------------------
*/

#newsletter {
	background-color: #edbe6e;
}

.continut-newsletter {
	padding-bottom: 50px;
}

.categorii-newsletter {
	display: inline-flex;
	flex-wrap: wrap;
}

.text-newsletter {
	width: 50%;
	padding: 50px 0 50px 0;
}

.text-newsletter h2 {
	color: #898989;
	padding-bottom: 10px;
}

.text-newsletter p{
	color: #ffffff;
}

.formular-newsletter {
	width: 45%;
	text-align: right;
	padding-top: 50px;
}

.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;
}

#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;
	}
}

/*
-----------------------------
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;
	}
}

#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;
	}
}