/* 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: -webkit-gradient(linear,  left top, right top,  from(rgba(170,144,76,1)),color-stop(5%, rgba(170,144,76,1)),color-stop(7%, rgba(175,148,83,1)),color-stop(12%, rgba(196,171,111,1)),color-stop(16%, rgba(218,194,139,1)),color-stop(21%, rgba(238,216,167,1)),color-stop(25%, rgba(247,229,186,1)),color-stop(32%, rgba(247,237,202,1)),color-stop(40%, rgba(247,238,215,1)),color-stop(44%, rgba(245,237,218,1)),color-stop(54%, rgba(246,241,230,1)),color-stop(66%, rgba(248,243,230,1)),color-stop(73%, rgba(248,241,214,1)),color-stop(80%, rgba(248,229,186,1)),color-stop(83%, rgba(240,218,169,1)),color-stop(87%, rgba(218,193,135,1)),color-stop(90%, rgba(196,169,105,1)),color-stop(94%, rgba(176,147,76,1)),color-stop(95%, rgba(172,143,71,1)),to(rgba(172,143,71,1)));
	background: -o-linear-gradient(left,  rgba(170,144,76,1) 0%,rgba(170,144,76,1) 5%,rgba(175,148,83,1) 7%,rgba(196,171,111,1) 12%,rgba(218,194,139,1) 16%,rgba(238,216,167,1) 21%,rgba(247,229,186,1) 25%,rgba(247,237,202,1) 32%,rgba(247,238,215,1) 40%,rgba(245,237,218,1) 44%,rgba(246,241,230,1) 54%,rgba(248,243,230,1) 66%,rgba(248,241,214,1) 73%,rgba(248,229,186,1) 80%,rgba(240,218,169,1) 83%,rgba(218,193,135,1) 87%,rgba(196,169,105,1) 90%,rgba(176,147,76,1) 94%,rgba(172,143,71,1) 95%,rgba(172,143,71,1) 100%);
	background: linear-gradient(to right,  rgba(170,144,76,1) 0%,rgba(170,144,76,1) 5%,rgba(175,148,83,1) 7%,rgba(196,171,111,1) 12%,rgba(218,194,139,1) 16%,rgba(238,216,167,1) 21%,rgba(247,229,186,1) 25%,rgba(247,237,202,1) 32%,rgba(247,238,215,1) 40%,rgba(245,237,218,1) 44%,rgba(246,241,230,1) 54%,rgba(248,243,230,1) 66%,rgba(248,241,214,1) 73%,rgba(248,229,186,1) 80%,rgba(240,218,169,1) 83%,rgba(218,193,135,1) 87%,rgba(196,169,105,1) 90%,rgba(176,147,76,1) 94%,rgba(172,143,71,1) 95%,rgba(172,143,71,1) 100%);
}

#header .bottom:before,
#header .bottom:after,
#interest:before,
#interest:after,
#footer .bottom {
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(193,161,82,1)),color-stop(10%, rgba(199,170,91,1)),color-stop(36%, rgba(226,208,130,1)),color-stop(47%, rgba(232,217,139,1)),color-stop(53%, rgba(232,217,139,1)),color-stop(62%, rgba(228,211,133,1)),color-stop(90%, rgba(199,170,91,1)),to(rgba(193,161,82,1)));
	background: -o-linear-gradient(left,  rgba(193,161,82,1) 0%,rgba(199,170,91,1) 10%,rgba(226,208,130,1) 36%,rgba(232,217,139,1) 47%,rgba(232,217,139,1) 53%,rgba(228,211,133,1) 62%,rgba(199,170,91,1) 90%,rgba(193,161,82,1) 100%);
	background: linear-gradient(to right,  rgba(193,161,82,1) 0%,rgba(199,170,91,1) 10%,rgba(226,208,130,1) 36%,rgba(232,217,139,1) 47%,rgba(232,217,139,1) 53%,rgba(228,211,133,1) 62%,rgba(199,170,91,1) 90%,rgba(193,161,82,1) 100%);
}

#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: 17px;
}

#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: #C8AF74;
	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: #AA904C;
}

#header .login .dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 44px;
	width: 434px;
	padding: 30px 40px;
	background: #C8AF74;
	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: #50b9c3;
	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: #3faab5;
}

#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: #50b9c3;
	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: #ceb465;
}

#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: #205447 transparent transparent transparent;
}

/* Content */

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

/* Gallery */

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

#gallery .heading {
	color: #c0a152;
}

#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: #c1a152;
	width: 12px;
	height: 12px;
	outline: none;
	border-radius: 100%;
}

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

/* 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: 148px;
	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: #c1a152;
	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: 35px;
}

#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;
}

#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;
}
/* FAQs */

#faqlist .faq {
	margin-bottom: 15px;
}

#faqlist .faq .faq_question {
	position: relative;
	margin: 0;
	padding: 5px 50px 5px 20px;
	cursor: pointer;
	font-size: 20px;
	color: #FFF;
	background: #80c8ca;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#faqlist .faq .faq_question:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 13px;
	width: 22px;
	height: 13px;
	pointer-events: none;
	background: url(../images/faq-arrow.png) no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
	transition: transform 0.5s;
}

#faqlist .faq .faq_question.active {
	background-color: #80c8ca;
	color: #fff;
}

#faqlist .faq .faq_question.active:after {
	background-position: left bottom;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

#faqlist .faq .faq_answer {
	display: none;
	padding: 10px 20px;
	background: #fefbf5;
}
.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;
}
