/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 15px;
	overflow: hidden;
	padding-top: 474px;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

body.scrolled #mainWrapper {
	padding-top: 275px;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 10000000;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#header .top {
	background: #7E8565;
}

#header .bottom:before,
#header .bottom:after,
#interest:before,
#interest:after,
#footer .bottom {
	background: #7E8565;
}

#header .top {
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #fff;
	align-items: center;
	padding: 5px 20px;
}

#header .top .contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

#header .top .contacts li {
	margin: 0 22px 0 0;
	padding: 0;
	list-style: none;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

#header .top .contacts li img {
	display: block;
	height: 22px;
}

#header .top .socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 15px;
	padding: 0;
}

#header .top .socials li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

#header .top .socials li img {
	display: block;
	height: 22px;
}

#header .top .loginBtn {
	margin-left: auto;
	color: #fff;
	font-family: 'Italiana', Arial, sans-serif;
	font-size: 21px;
}

#header .middle {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#header .middle:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f4f4f3 url(../images/texture-bg.jpg) no-repeat center top;
	background-size: cover;
	opacity: 0.54;
	z-index: -1;
}

#header .middle .section {
	height: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

body.scrolled #header .middle .section {
	height: 180px;
}

#header .middle .logo {
	width: 454px;
	margin-bottom: 20px;
	margin-top: -10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body.scrolled #header .middle .logo {
	width: 240px;
	margin-bottom: 23px;
	margin-top: 0;
}

#header .middle .logo img {
	display: block;
	width: 100%;
}

#header .bottom {
	position: relative;
}

#header .bottom:before,
#header .bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
}

#header .bottom:after {
	top: auto;
	bottom: 0;
}

#header .bottom .section {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	line-height: 1;
}

#header #navigation ul li {
	position: relative;
	margin: 0 13px;
	padding: 0;
	list-style: none;
	font-family: 'Italiana', Arial, sans-serif;
	font-size: 19px;
}

#header .login {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999!important;
}

#header .login .toggleBtn {
	display: block;
	width: 222px;
	line-height: 44px;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	background: #7E8565;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#header .login .toggleBtn:hover {
	background-color: #A68A63;
}

#header .login .dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 44px;
	width: 434px;
	padding: 30px 40px;
	background: #A68A63;
	color: #fff;
}

#header .login .dropdown .title {
	font-size: 30px;
	font-weight: 300;
}

#header .login .dropdown .field {
	margin-bottom: 28px;
}

#header .login .dropdown .field label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px;
}

#header .login .dropdown .field .textbox {
	display: block;
	margin: 0;
	padding: 0 10px;
	border: 0;
	width: 100%;
	height: 42px;
	background: #fff;
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

#header .login .dropdown .submitBtn {
	display: block;
	width: 100%;
	height: 42px;
	background: #7E8565;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #fff;
	margin-bottom: 28px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#header .login .dropdown .submitBtn:hover {
	background-color: #3E6141;
}

#header .login .forgotPassword {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	margin: 0;
}

#header .login .forgotPassword a {
	color: #fff;
}

#header .login .forgotPassword a:hover {
	text-decoration: underline;
}

#header .login .dropdown ul {
	margin: 0;
	padding: 0;
}

#header .login .dropdown ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .login .dropdown ul li a {
	color: #fff;
}
 

#mm-navigation {
	opacity: 1 !important;
	animation: none !important;
}

#header #navigation ul li a {
	position: relative;
	display: inline-block;
	color: #335B39;
	text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor, 0 0 0.5px currentColor;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

#header #navigation ul li.Current>a,
#header #navigation ul li.Parent>a,
#header #navigation ul li:hover>a {
	color: #9F8560;
}

#header #navigation ul li.hasSub.Current>a:before,
#header #navigation ul li.hasSub.Parent>a:before,
#header #navigation ul li.hasSub:hover>a:before {
	background-position: left bottom;
}

#header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 12px 0 0;
	min-width: 100%;
	border-bottom: 0.2105263157894737em solid #004030;
	border-radius: 0.2631578947368421em;
	z-index: 1;
}

#header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #119a9e;
	color: #000;
}

#header #navigation ul li ul li a {
	display: block;
	padding: 0.5263157894736842em 0.7894736842105263em;
	line-height: 1.2;
	white-space: nowrap;
	color: #fff !important;
	min-width: 100%;
}

#header #navigation ul li ul li a:before  {
	display: none;
}

#header #navigation ul li ul li:hover {
	background-color: #ceb465;
	color: #fff;
}

#header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	margin-left: 0;
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	    transform: translateX(-2%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header #navigation ul li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-o-transition-delay: 0s, 0s, 0.3s;
	   transition-delay: 0s, 0s, 0.3s;
}

#header #navigation ul li.hasSub ul a:after {
	display: none
}

#header #navigation ul li.hasSub>a {
	padding-right: 0.9em;
}

#header #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.25em;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5789473684210526em 0.3157894736842105em 0 0.3157894736842105em;
	border-color: #50b9c3 transparent transparent transparent;
	pointer-events: none;
	-webkit-transition: transform 0.3s, border-color 0.3s;
	-webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
	transition: border-color 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, border-color 0.3s;
	transition: transform 0.3s, border-color 0.3s;
	transition: transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}

#header #navigation ul li.hasSub:hover>a:before {
	border-color: #ceb465 transparent transparent transparent;
	background-position: left bottom;
	-webkit-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	    transform: rotate(180deg);	
}

#header #navigation ul li.Current>a:before,
#header #navigation ul li.Parent>a:before {
	border-color: #909775 transparent transparent transparent;
}

/* Content */

#content .section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Gallery */

#gallery .section {
	padding-top: 55px;
	padding-bottom: 55px;
}

#gallery .heading {
	color: #3E6141;
}

#gallery .images {
	margin: 30px 0 0;
	padding: 0;
}

#gallery .images li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery .images li a {
	display: block;
	overflow: hidden;
}

#gallery .images li a img {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#gallery .images li a:hover img {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

#gallery .images .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 24px;
}

#gallery .images .owl-dots .owl-dot {
	margin: 0 2px;
	padding: 0;
	background: #A58963;
	width: 12px;
	height: 12px;
	outline: none;
	border-radius: 100%;
}

#gallery .images .owl-dots .owl-dot.active {
	background-color: #A3AB85;
}

/* Footer */

#footer {
	font-size: 16px;
}

#footer .top {
	position: relative;
/*	background: #9efbf1;  */
	z-index: 1;
}

#footer .top .section {
	position: relative;
	min-height: 490px;
}

#footer .top .logo {
	position: absolute;
	top: 50px;
	width: 477px;
	left: 50%;
	margin-left: -320px;
}

#footer .top:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	width: 100%;
	height: 210px;
	background: url(../images/footer-curve.svg) no-repeat center top;
	background-size: 100% 100%;
}

#footer .top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/texture-bg.jpg) no-repeat center top;
	background-size: cover;
	z-index: -1;
	opacity: 0.54;
}

#footer .top .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 150px;
	padding-bottom: 100px;
}

#footer .top .title {
	font-family: 'Italiana', Arial, sans-serif;
	font-size: 25px;
	color: #3E6141;
	margin: 0 0 12px;
}

#footer .top .quickLinks ul.links {
	margin: 0;
	padding: 0;
}

#footer .top .quickLinks ul.links li {
	margin: 0 0 6px;
	padding: 0;
	list-style: none;
}

#footer .top a:hover {
	text-decoration: underline;
}

#footer .top .contactUs {
	margin-left: auto;
	margin-top: 25px;
	width: 230px;
}

#footer .top .contactUs ul.contacts {
	margin: 0 0 25px;
	padding: 0;
}

#footer .top .contactUs ul.contacts li {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

#footer .top .contactUs ul.contacts li a {
	position: relative;
	display: inline-block;
	padding-left: 45px;
}

#footer .top .contactUs ul.contacts li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 30px;
	background: no-repeat;
}

#footer .top .contactUs ul.contacts li.phone a:before {
	background-image: url(../images/phone-ico.svg);
}

#footer .top .contactUs ul.contacts li.email a:before {
	background-image: url(../images/email-ico.svg);
}

#footer .top .contactUs ul.contacts li.locations a:before {
	left: 4px;
	top: -5px;
	background-image: url(../images/location-ico.svg);
}

#footer .top .contactUs .socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 5px;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .top .contactUs .socials li {
	margin: 0 7px 7px 0;
	padding: 0;
	list-style: none;
    -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(4%) saturate(1908%) hue-rotate(33deg) brightness(97%) contrast(85%);
    filter: brightness(0) saturate(100%) invert(52%) sepia(4%) saturate(1908%) hue-rotate(33deg) brightness(97%) contrast(85%);
}

#footer .top .contactUs .socials li a {
	display: inline-block;
}

#footer .top .contactUs .socials li img {
	display: block;
	height: 22px;
}

#footer .top .contactUs .socials li a:hover {
	-webkit-transform: scale(1.10);
	    -ms-transform: scale(1.10);
	        transform: scale(1.10);
}

#footer .bottom .section {
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer .bottom .copyright {
	margin: 0;
	text-align: center;
	color: #9b8243;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 27px;
	outline: none;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 4px;
	background: #fff;
	border-radius: 10px;
}

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

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.active {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}

/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}

.grecaptcha-badge {
	z-index: 999!important;
}

label.error {
	font-weight: normal;
	font-size: 12px;
	color: red;
}
.fieldRequired {
	font-weight: normal;
	font-size: 12px;
	color: red;
	vertical-align: super;
}
.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.errorStrip {
	display: none;
	text-align: center;
	font-weight: bold;
	background-color: #eee;
	color: red;
	padding: 10px 0;
	margin: 10px 0 10px 0;
}
