/*
-----------------------------------
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;
}

/*
-----------------------------
header
-----------------------------
*/

.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-contact {
	text-align: center;
}

.continut-head-contact {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 150px 0 50px;
	width: 1240px;
}

.left-head-contact {
	text-align: left;
	width: 40%;
}

.top-left-head-contact h2{
	color: #868585;
}

.bottom-left-head-contact {
	padding-top: 20px;
}

.right-head-contact {
	width: 40%;
	text-align: left;
}

@media (max-width:1240px) {
	.continut-head-contact {
		justify-content: center;
		padding: 150px 0 50px;
		width: 90%;
	}

	.left-head-contact {
		width: 30%;
		padding-right: 50px;
	}

	.right-head-contact {
		width: 60%;
	}
}

@media (max-width:768px) {
	.continut-head-contact {
		flex-direction: column;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}

	.left-head-contact {
		text-align: center;
		width: 100%;
		padding-right: 0px;
		padding-bottom: 50px;
	}

	.right-head-contact {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
}

/*
-----------------------------------
formular
-----------------------------------
*/

.form-contact-style {
	font: 16px 'Raleway', sans-serif;
	color: #868585;
	width: 100% !important;
	margin: 20px 0 !important;
}

.form-contact-style li {
	padding: 5px 0px;
	display: block;
	list-style: none;
}

.form-contact-style input[type=text], 
.form-contact-style input[type=number],
.form-contact-style input[type=email],
.form-contact-style textarea {
	width: 100%;
	font: 16px 'Raleway', sans-serif;
	color: #868585 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #edede5;
	border-radius: 20px;
	border: none;
	padding: 10px 0 10px 20px;
	margin: 5px auto;
	transition: all 0.30s ease-in-out;
	outline: none;
}

.form-contact-style input[type=text]:focus, 
.form-contact-style input[type=number]:focus,
.form-contact-style input[type=email]:focus,
.form-contact-style textarea:focus  {
	border: 0px;
}

input::placeholder{
  color: #1a335e !important;
}

textarea::placeholder{
  color: #1a335e !important;
}

.form-name-contact-label {
	width: 100%;
}

.form-contact-style input[type=submit], .form-contact-style-1 input[type=button]{
	background: #edbe6e;
	border: 2px solid #edbe6e;
	padding: 8px 30px 8px 30px;
	color: #ffffff;
	font: 16px 'Raleway', sans-serif;
	border-radius: 20px;
}

.form-contact-style input[type=submit]:hover, .form-contact-style-1 input[type=button]:hover{
	background-color: #ffffff;
	border: 2px solid #edbe6e;
	color: #000000;
	transition: .5s;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	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;
}

/*
-----------------------------
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;
		border: 2px solid #ffffff;
		background-color: #edbe6e;
	}
}

/*
-----------------------------
newsletter
-----------------------------
*/
#newsletter {
	background-color: #edbe6e;
}

.continut-newsletter {
	width: 820px;
}

.categorii-newsletter {
	display: inline-flex;
	flex-wrap: wrap;
}

.text-newsletter {
	width: 50%;
	padding: 80px 0 80px 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;
}

@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;
	}
}