body {
	margin: 0px;
	padding: 0px;
	font-family: 'Hind', sans-serif;
}

.container {
	margin: 0px auto;
	width: 98%;
	max-width: 1440px;
	position: relative;
	box-sizing: border-box;
}

a {
	color: #026227;
}

@media (max-width: 1479px) {
.container {
	max-width: 940px;
}
}

@media (max-width: 979px) {
.container {
	max-width: 720px;
}
}


.clear {
	clear: both;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

header {
	background: #026227;
	position: relative;
}

header #logo {
	float: left;
	margin: 0px;
	padding: 8px 0px 8px;
	font-size: 0px;
}

header #logo img {
	width: 112px;
	height: 41px;
}

header form.search {
	float: right;
	margin-top: 9px;
}

header form.search input[type="submit"] {
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('../images/search-button.png') no-repeat center center;
	border: none;
	outline: none;
	position: relative;
	top: 6px;
}

header form.search input[type="text"] {
	width: 150px;
	padding: 3px 4px;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	border: none;
	outline: none;
	background: #99d2b1;
	border-radius: 2px;
	display: none;
}

header ul.language-selector {
	float: right;
	margin: 17px 20px 0px 0px;
	padding: 0px;
}

header ul.language-selector li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #d0edd9;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
}

header ul.language-selector li img {
	height: 12px;
}

header ul.language-selector li a {
	color: #d0edd9;
	text-decoration: none;
}


header ul.social-media {
	float: right;
	margin: 16px 35px 0px 0px;
	padding: 0px;
}

header ul.social-media li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

header ul.social-media li img {
	height: 24px;
	width: 24px;
}

section#slideshow {
	width: 100%;
	height: 100%;
	min-height: 250px;
	position: relative;
	overflow: hidden;
}

section#slideshow .slide-reference {
	width: 100%;
	height: 100%;
	position: relative;
	max-height: 500px;
}

section#slideshow .page {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	background-position: center center;
	background-size: cover;
	-webkit-transition: left 600ms ease-out;
	-moz-transition: left 600ms ease-out;
	-ms-transition: left 600ms ease-out;
	-o-transition: left 600ms ease-out;
	transition: left 600ms ease-out;
}

section#slideshow .page .container {
	.position: relative;
	left: 0px;
	-webkit-transition: left 600ms ease-out;
	-moz-transition: left 600ms ease-out;
	-ms-transition: left 600ms ease-out;
	-o-transition: left 600ms ease-out;
	transition: left 600ms ease-out;
}

section#slideshow .page.step0 {
	left: 100%;
	z-index: 1;
}

section#slideshow .page.step1 {
	left: 0%;
	z-index: 2;
}

section#slideshow .page.step2 {
	left: -50%;
	z-index: 1;
}

section#slideshow .page.step3 {
	left: 100%;
	z-index: 1;
	-webkit-transition: all 0 ease 0;
	-moz-transition: all 0 ease 0;
	-ms-transition: all 0 ease 0;
	-o-transition: all 0 ease 0;
	transition: all 0 ease 0;
}


section#slideshow .page.step0 .container {
	left: 1000px;
	z-index: 1;
}

section#slideshow .page.step1 .container {
	left: 0px;
	z-index: 2;
}

section#slideshow .page.step2 .container {
	left: 0px;
	z-index: 1;
}

section#slideshow .page.step3 .container {
	left: 1000px;
	z-index: 1;
}


section#slideshow .page .container {
	text-align: center;
	padding-top: 66px;
}

section#slideshow .page .container img {
	margin-bottom: 2px;
}

section#slideshow .page .container p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 54px;
	text-shadow: 0px 0px 9px rgba(0,0,0,1);
}

section#slideshow #slideLeftArrow {
	position: absolute;
	z-index: 5;
	left: 25px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	background: url('../images/left-arrow.png') no-repeat center center;
	width: 30px;
	height: 61px;
}

section#slideshow #slideRightArrow {
	position: absolute;
	z-index: 5;
	right: 25px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	background: url('../images/right-arrow.png') no-repeat center center;
	width: 30px;
	height: 61px;
}

section#slideshow #controllers {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}

section#slideshow #controllers .controller {
	width: 15px;
	height: 14px;
	cursor: pointer;
	background-image: url('../images/slide-selector.png');
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	margin: 2px;
}

section#slideshow #controllers .controller.active {
	background-position: left center;
}


@media (min-width: 1600px) {
section#slideshow .page .container {
	padding-top:120px;
}
}


@media (max-width: 1480px) {
section#slideshow .page .container p {
	font-size: 38px;
}

section#slideshow .page .container img {
	margin-bottom: 18px;
}
}

@media (max-width: 980px) {
section#slideshow .page .container p {
	font-size: 28px;
}

section#slideshow .page .container img {
	margin-bottom: 18px;
}
section#slideshow .page .container {
	padding-top:30px;
}
	header form.search {
		display: none;
	}
	
	header #mobile-menu {
		width: 36px;
		height: 36px;
		background: url('../images/mobile-menu-button-white.png') no-repeat center center;
		background-size: contain;
		cursor: pointer;
		position: absolute;
		top: 8px;
		right: 0px;
	}
	
	header .container {
		padding-right: 36px;
	}
}

@media (max-width: 768px) {
section#slideshow #slideRightArrow, section#slideshow #slideLeftArrow {
	display: none;
}
}



section#menu {
	background: #026227;
}

section#menu ul {
	padding: 0px;
	text-align: left;
	text-align: center;
}

section#menu ul li {
	display: inline-block;
	list-style: none;
	margin-left: 30px;
	margin-left: 43px;
	position: relative;
	text-align: center;
}

section#menu ul li a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-transform: none;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	padding: 13px 12px 5px;
}

section#menu ul li ul {
	position: absolute;
	top: 48px;
	left: 0px;
	background: #f0f;
	background: #1baa58;
	width: 200px;
	z-index: 100;
	display: none;
}

section#menu ul li:hover ul {
	display: block;
}

section#menu ul li ul li {
	display: block;
	margin-left: 0px;
}

section#menu ul li ul li a {
	display: block;
	font-size: 20px;
}

section#menu ul li:hover {
	background: #00a23d;
}

section#menu ul li:hover a {
	color: #fffbca;
}

section#menu ul li:hover ul li a {
	color: #fff;
}

section#menu ul li:hover ul li:hover a {
	color: #fff;
}

@media (min-width: 980px) {
	section#menu > .menu-meniu-principal-container > ul >li:first-child {
		## margin-right: 15vw;
		border-left: 1px solid #fff;
	}

	section#menu > .menu-meniu-principal-container > ul >li {
		## margin-left: 15vw;
		border-right: 1px solid #fff;
		margin: 0;
	}
	section#menu > .menu-meniu-principal-container > ul >li a {
		padding-left: 60px;
		padding-right: 60px;
	}
}



@media (max-width: 1479px) {
section#menu ul li {
	margin-left: 2px;
}


section#menu ul li a {
	font-size: 18px;
	line-height: 23px;
	padding: 13px 12px 5px;
}

section#menu ul li ul {
	top: 40px;
}

section#menu ul li ul li a {
	font-size: 15px;
}

}

@media (max-width: 979px) {

	body {
		position: relative;
	}
	
	section#menu {
		position: absolute;
		top: 57px;
		z-index: 10;
		width: 100%;
	}
	
section#menu .container {
	width: 100%;
	max-width: 979px;
}

section#menu ul {
	text-align: center;
	display: none;
}

section#menu ul li {
	margin-left: 0px;
	display: block;
	background: #1baa58 !important;
	border-top: 1px solid #fff;
}
	
	section#menu > div > ul > li:last-child {
		border-bottom: 1px solid #fff;
	}

section#menu ul li ul {
	position: relative;
	top: 0px;
	display: none;
	width: 100%;
}
	section#menu ul li:hover ul {
		display: none;
	}

section#menu ul li ul li {
	border-top: 1px solid #3ccc79;
	border-bottom: none;
	background: #14914a !important;
}
	
	section#menu ul li ul li:first-child {
		border-top: 1px solid #fff;
	}

section#menu ul li ul li a {
	font-size: 14px;
}

section#menu ul li a {
	display: block;
}
}

section#main {
	float: left;
	width: 920px;
	margin-bottom: 20px;
}

section#main.no-sidebar {
	float: none !important;
	width: 100% !important;
}

aside {
	float: right;
	width: 480px;
	margin-bottom: 20px;
}

@media (max-width: 1479px) {
section#main {
	width: 760px;
}
aside {
	width: 340px;
}
}

@media (max-width: 979px) {
section#main {
	float: none;
	width: 100%;
}
aside {
	float: none;
	width: 100%;
}
}




h2, section h1 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	border-bottom: 4px solid #026227;
	padding-bottom: 10px;
	margin-bottom: 25px;
	color: #115431;
	font-weight: 400;
}

.front-page-search .column-1 {
	float: left;
	width: 78%;
	height: 440px;
	background: url('../images/ajax-loader-ecotic.gif') no-repeat center center;
}

.front-page-search .column-2 {
	float: right;
	width: 20%;
}

.front-page-search #front-page-map {
	width: 100%;
	height: 440px;
	margin-bottom: 15px;
	overflow: hidden;
}

.front-page-search .front-page-form {
	padding: 20px 10px;
	min-height: 400px;
	background: #7ed09f;
	color: #398858;
	font-weight: 300;
	text-transform: uppercase;
}

.front-page-search .front-page-form h5 {
	margin: 0px 0px 10px;
	font-weight: 700;
}

.front-page-search .front-page-form #search-by-location {
	color: #fff;
	background: #398858;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	padding: 2px 6px 1px;
}

.front-page-search .front-page-form input[type="text"] {
	font-size: 11px;
	line-height: 11px;
	padding: 1px 1px;
	width: 195px;
	position: relative;
	top: -2px;
}

.front-page-search .front-page-form label {
	display: inline-block;
	width: 60px;
}

.front-page-search .front-page-form select {
	width: 160px;
}

.front-page-search .front-page-form .virtual-checkbox {
	background: url('../images/checkbox-1-0.png') no-repeat 0px 2px;
	padding: 5px 0px 5px 23px;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
}

.front-page-search .front-page-form .virtual-checkbox.checked {
	background: url('../images/checkbox-1-1.png') no-repeat 0px 2px;
	font-weight: 700;
}

.front-page-search .front-page-form .virtual-checkbox.checkbox-2 {
	background: url('../images/checkbox-2-0.png') no-repeat 0px 2px;
}
.front-page-search .front-page-form .virtual-checkbox.checkbox-2.checked {
	background: url('../images/checkbox-2-1.png') no-repeat 0px 2px;
}

.front-page-search .front-page-form .virtual-checkbox.checkbox-3 {
	background: url('../images/checkbox-3-0.png') no-repeat 0px 2px;
}
.front-page-search .front-page-form .virtual-checkbox.checkbox-3.checked {
	background: url('../images/checkbox-3-1.png') no-repeat 0px 2px;
}

.front-page-search .front-page-form .virtual-checkbox.checkbox-4 {
	background: url('../images/checkbox-4-0.png') no-repeat 0px 2px;
}
.front-page-search .front-page-form .virtual-checkbox.checkbox-4.checked {
	background: url('../images/checkbox-4-1.png') no-repeat 0px 2px;
}

.front-page-search .front-page-form input[type="submit"] {
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('../images/search-button.png') no-repeat center center;
	border: none;
	outline: none;
	margin-right: 10px;
}

.front-page-search .front-page-form p {
	margin: 15px 0px 10px;
	font-size: 13px !important;
	text-transform: none;
	text-align: justify;
}

.front-page-search .front-page-form p img {
	float: right;
	margin: 4px 0px 0px 10px;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #115431;
	font-weight: 400;
	margin-bottom: 10px;
}

aside h3 {
	border-bottom: 4px solid #026227;
	margin-bottom: 25px;
}

.side-news article {
	float: left;
	width: 48%;
	margin-bottom: 13px;
}

.side-news article:nth-child(odd) {
	margin-right: 4%;
}

.side-news article img.wp-post-image,  .side-news article img.attachment-sidebar{
	width: 100%;
	height: auto;
}

.side-news article h4 {
	font-size: 19px;
	line-height: 22px;
	margin: 6px 0px 3px;
	padding: 0px;
	font-weight: 400;
}

.side-news article h4 a {
	color: #919191;
}

.side-news article p {
	color: #c0c0c0;
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
}

.side-news article p a {
	color: #a8a8a8;
	font-weight: 600;
}

.green-separator {
	height: 5px;
	margin-bottom: 10px;
	border-bottom: 4px solid #026227;
}

.side-news .archive-button {
	text-align: right;
}

.side-news .archive-button a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
	color: #026227;
	line-height: 17px;
}

@media (max-width: 1479px) {
section#main {
	width: 620px;
}
aside {
	width: 280px;
}
#bgmp_map-canvas {
	//margin-left: -165px;
	width: 730px !important;
}

}

@media (max-width: 979px) {
section#main {
	float: none;
	width: 100%;
}
aside {
	float: none;
	width: 100%;
}

.front-page-search .column-1, .front-page-search .column-2 {
	width: 100%;
	float: none;
}

}




footer {
	background: #026227;
	color: #fff;
	min-height: 65px;
}

footer a {
	color: #fff;
}

ul.footer-menu {
	float: left;
	margin: 20px 25px 10px;
	padding: 0px;
}

ul.footer-menu li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	font-weight: 400px;
	position: relative;
}

ul.footer-menu li:before {
	content: " | ";
}

ul.footer-menu li:first-child:before{
	content: "";
}

ul.footer-menu li a {
	display: inline-block;
	margin: 0px 3px;
}

ul.footer-menu li ul {
	position: absolute;
	background: #00a23d;
	top: 23px;
	left: 0px;
	padding: 5px 10px;
	width: 200px;
	display: none;
}

ul.footer-menu li:hover ul {
	display: block;
}

ul.footer-menu li ul li {
	display: block;
	font-size: 14px;
}

ul.footer-menu li ul li:before {
	content: "" !important;
}

.footer-badges {
	float: right;
	margin: 0px 25px;
}

.footer-badges a {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	font-weight: 400px;
	padding: 20px 5px 10px 5px;
}

.footer-badges a.caravan {
	background: url('../images/caravan-icon.png') no-repeat right center;
	padding: 20px 65px 20px 0px;
	background-size: 58px 31px;
}

.footer-badges a.prize {
	background: url('../images/prize-icon.png') no-repeat right center;
	padding: 20px 35px 20px 0px;
	background-size: 32px 37px;
}

footer p.copyright-text {
	font-size: 16px;
	line-height: 21px;
	padding: 8px 0px 2px;
	font-weight: bold;
	margin: 0px;
	min-width: 675px;
}

@media (max-width:1880px) {
footer p.copyright-text {
	clear: both;
}
}

@media (max-width:980px) {
footer p.copyright-text {
	min-width: 275px;
}
}

footer p.membership-text {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 13px;
	margin: 0px;
	clear: both;
}

footer p.membership-text img {
	position: relative;
	top: 10px;
}

@media (max-width: 1479px) {
footer p {
	clear: both;
	padding: 4px 0px;
}
}


section#main p {
	line-height: 15px;
	font-size: 16px;
	color: #2a4a3d;
}

section#main p a {
	color: #026227;
}



section#main .main-news article {
	float: left;
	width: 32%;
	margin-bottom: 13px;
	position: relative;
	font-size: 0;
	margin-right: 2%;
}

section#main .main-news article:nth-child(3n+0) {
	margin-right: 0px;
}

section#main .main-news article img.wp-post-image {
	width: 100%;
	height: auto;
}

section#main .main-news article .info {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background: rgba(2,98,39, 0.7);
	color: #fff;
	overflow: hidden;
	-webkit-transition: height 300ms ease-out;
	-moz-transition: height 300ms ease-out;
	-ms-transition: height 300ms ease-out;
	-o-transition: height 300ms ease-out;
	transition: height 300ms ease-out;
}

@media (min-width: 768px) {
section#main .main-news article:hover .info {
	height: 100% !important;
}
footer p.copyright-text {
	min-width: 275px;
}

}

@media (max-width: 979px) {
section#main .main-news article {
	width: 49%;
	margin-right: 2%;
}

section#main .main-news article:nth-child(3n+0) {
	margin-right: 2%;
}

section#main .main-news article:nth-child(even) {
	margin-right: 0px;
}
}

@media (max-width: 767px) {
section#main .main-news article {
	width: 100%;
	margin-right: 0 !important;
}
}

section#main .main-news article .info h4 {
	margin: 10px 10px;
	padding: 0px;
	font-size: 19px;
	line-height: 18px;
	font-weight: 700;
}

section#main .main-news article .info h4 a {
	color: #fff;
}

section#main .main-news article .info p {
	margin: 5px 10px;
	padding: 0px;
	color: #fff;
}



section#main .main-news article .info p a {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
}


.contact-page .column-1 {
	float: left;
	width: 500px;
}

.contact-page .column-2 {
	float: right;
	width: 395px;
}

.contact-page #contact-map {
	width: 100%;
	height: 445px;
	margin-bottom: 15px;
}

@media (max-width: 1479px) {
.contact-page .column-1 {
	width: 310px;
}

.contact-page .column-2 {
	width: 290px;
}

}

@media (max-width: 979px) {

.contact-page .column-1, .contact-page .column-2 {
	width: 100%;
	float: none;
}

}



section#main #contact-page p {
	line-height: 21px;
	font-size: 17px;
	color: #8f8f8f;
	margin: 0px;
}

.contact-form {
	max-width: 500px;
}

.contact-form h4 {
	color: #8a8a8a;
	font-size: 19px;
	margin: 15px 0px 4px;
}

.contact-form label {
	display: block;
	font-size: 11px;
	color: #20411a;
}

.contact-form label.no-block {
	display: inline;
}

.contact-form label.title {
	font-size: 14px;;
}

span.wpcf7-list-item {
	margin-left: 0;
}

span.wpcf7-list-item.last label {
	margin-bottom: 10px;
}

.contact-form input[type="radio"], .contact-form input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="email"], .contact-form textarea {
	display: block;
	width: 96%;
	border: none;
	outline: none;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 8px;	
	padding: 2px 2%;
	font-size: 13px;
	color: #555;
}

.contact-form input[type="number"] {
	width: 40px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
	height: 18px;
}

.contact-form textarea {
	height: 60px;
}

.contact-form input[type="submit"] {
	background: #026227;
	border: none;
	outline: none;
	border-radius: 3px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	text-transform: uppercase;
	padding: 5px 8px 5px;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
}

#city-search.disabled {
	display: none;
}

.cat-icons span img {
	height: 30px !important;
	margin: 5px auto 5px !important;
	display: block;
}

.cat-icons span {
	display: inline-block;
	width: 70px;
	font-size: 12px;
	text-align: center;
}

h4 {
	margin: 30px 0px 10px;
}

section#main article.type-post img {
	padding: 2px;
}

section#main .main-news article.type-post img {
	margin: 0px;
}

section#main article.type-post #galerie-post a img {
	margin: 0px 1% 10px 0px;
	width: 24%;
}

section#main article.type-post #galerie-post a:nth-child(4n+0) img {
	margin-right: 0px !important;
}

#back-to-top {
	position: fixed;
	right: 30px;
	bottom: 75px;
	display: none;
}

.nav-links {
	text-align: center;
	margin: 10px 0px 5px;
}

.nav-links a {
	margin: 0px 8px;
	display: inline-block;
}

.search-news article::after {
	display: block;
	content: " ";
	border-bottom: 1px solid #026227;
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
}

.search-news article img.wp-post-image {
	float: left;
	margin: 0px 20px 15px 0px !important;
	width: 200px;
	height: auto;
}

.search-news article .info {
	padding-top: 3px;
}

.search-news article .info h4 {
	margin-top: 0px;
}

.search-news article .info ul.category-list {
	margin: 5px 0px;
}

.search-news article .info ul.category-list li {
	list-style: none;
	display: inline-block;
	margin-right: 16px;
}

.search-news article .info ul.category-list li a {
	display: inline-block;
	list-style: none;
	padding: 1px 8px 0px;
	font-size: 13px;
	border: 1px solid #026227;
}

.search-news article .info ul.category-list li a:hover {
	background: #c8ffdb;
}

nav.navigation, nav.pagination {
	clear: both;
}

.special-partner {
	text-align: right;
	font-size: 15px;
	color: #333;
	display: none;
}

.special-partner span {
	position: relative;
	top: -10px;
}

.special-partner img {
	height: 30px;
}

.hidden-fields, .hidden-fields2, .hidden-fields1 {
	display: none;
}

.hidden {
	display: none;
}

.raportare-punctaj {
	color: #00aa00;
	font-size: 15px;
}

.error {
	color: #b00;
}

header .top-menu {
	padding-top: 10px;
}

header .top-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

header .top-menu ul li {
	display: inline-block;
	margin: 0 20px;
}

@media (min-width:960px) {
	
	header .top-menu ul {
		text-align: right;
	}
	
	header .top-menu ul li:last-child {
		margin-right: 50px;
	}

}

header .top-menu ul li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
	text-transform: none;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 10px 7px 5px;	
}

@media (max-width: 980px) {
	header .top-menu {
		clear: both;
	}
	
}

.footer-icons {
	padding: 20px 0 0;
	text-align: center;
}

.footer-icons img {
	width: 20%;
	max-width: 100px;
	height: auto;
	margin: 0px 1%;
}

.inside-menu {
	text-align: left;
}

.inside-menu a {
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	margin: 0 50px 0 0;
	border-bottom: 1px dashed #026227;
}