/* Main Wrapper */

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

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100000;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

#header .top {
	background: #b3b98b url(../images/header-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .top .section {
	height: 194px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

body.scrolled #header .top .section {
	height: 145px;
}

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

#header .top .logo {
	position: absolute;
	left: 2.39403453689168em;
	top: 0.1177394034536892em;
	height: 7.252747252747253em;
	color: #000;
	padding-top: 2.197802197802198em;
	padding-left: 8.445839874411303em;
	font-family: 'Tahoma', Arial, sans-serif;
	font-size: 25.48px;
	font-weight: bold;
	background: url(../images/logo.png) no-repeat;
	-webkit-background-size: 7.472527472527473em;
	-moz-background-size: 7.472527472527473em;
	background-size: 7.472527472527473em;
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

body.scrolled #header .top .logo {
	font-size: 19px;
}

body.scrolled #header #navigation>ul>li>a {
	padding-top: 18px;
	padding-bottom: 19px;
}

#header .top .logo span {
	display: block;
	font-size: 1.743799058084772em; /* 55.54px */
	margin-bottom: 0.0360100828231905em;
}

#header .top .contacts {
	position: absolute;
	right: 11px;
	top: 17px;
	margin: 0;
	padding: 0;
	font-family: 'Tahoma', Arial, sans-serif;
	font-size: 14.44px;
	font-weight: bold;
}

#header .top .contacts li {
	margin: 0 0 0.7222222222222222em;
	padding: 0;
	list-style: none;
	background: no-repeat left center;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#header .top .contacts li a {
	display: inline-block;
	line-height: 1.944444444444444em;
	padding-left: 2.5em;
	color: #333333;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#header .top .contacts li a:hover {
	color: #000;
}

#header .top .contacts li:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
}

#header .top .contacts li.phone {
	background-image: url(../images/phone-ico.svg);
	-webkit-background-size: 1.944444444444444em;
	-moz-background-size: 1.944444444444444em;
	background-size: 1.944444444444444em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .top .contacts li.email {
	background-image: url(../images/email-ico.svg);
	background-position: 0.1111111111111111em center;
	-webkit-background-size: 1.777777777777778em;
	-moz-background-size: 1.777777777777778em;
	background-size: 1.777777777777778em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.memberLogin {
	position: absolute;
	right: 4px;
	top: 18px;
}

.memberLogin label {
	display: none;
}

.memberLogin .textbox {
	float: left;
	margin: 0 7px 0 0;
	padding: 0 15px;
	font-family: 'Tahoma', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #3d4752;
	height: 39px;
	width: 177px;
	outline: none;
	background: #fff;
	border: 2px solid #cccccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-appearance: none;
}

.memberLogin .submitBtn {
	margin: 2px 0 0;
	padding: 0;
	background: #be6228;
	width: 95px;
	height: 35px;
	border: 0;
	color: #fff;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	outline: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#header .top .memberLogin .submitBtn:hover {
	background-color: #d27339;
}

.memberLogin.mobileVersion {
	display: none;
	float: none;
	width: auto;
}

.memberLogin.mobileVersion .textbox {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.memberLogin.mobileVersion label {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	z-index: 1;
	padding: 7px 0;
	margin: 0;
}

.memberLogin.mobileVersion label:before {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #647b08;
	z-index: -1;
}

.memberLogin.mobileVersion .form {
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;

}

.memberLogin.mobileVersion .submitBtn {
	float: none;
	display: block;
	width: 100%;
}

.memberLogin.mobileVersion label:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: 10px;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #fff transparent transparent;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	position: relative;
	top: -1px;
}

.memberLogin.mobileVersion label.opened:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

#header .bottom {
	background: #647b08;
}

#header #navigation {
	font-family: 'Tahoma', Arial, sans-serif;
	font-size: 12.8px;
	font-weight: bold;
	text-align: center;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
}

#header #navigation ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#header #navigation ul li a {
	display: inline-block;
	padding: 20px 10px 23px;
	color: #fff;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}

#header #navigation ul li.Current,
#header #navigation ul li.Parent,
#header #navigation ul li:hover {
	background: #98c942;
}

#header #navigation li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: 0;
	padding: 5px 0 0;
	border-bottom: 4px solid #647b08;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#header #navigation li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #98c942;
	color: #fff;
}

#header #navigation li ul li a {
	display: block;
	padding: 8px 15px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff !important;
}

#header #navigation li ul li:after {
	display: none;
}

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

#header #navigation li ul li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#header #navigation li ul { 
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	transform: translateY(-5%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-moz-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 li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-moz-transition-delay: 0s, 0s, 0.3s;
	transition-delay: 0s, 0s, 0.3s;
}

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

#header #navigation ul li.hasSub>a:after {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -0.1666666666666667em;
	content: "";
	display: inline-block;
	width: 0.5555555555555556em;
	height: 0.3333333333333333em;
	background: url(../images/down-arrow.svg) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	pointer-events: none;
	transition: transform 0.3s;
}



#header #navigation ul li.hasSub:hover>a:after {
	-webkit-transform: rotate(180deg);	
	-moz-transform: rotate(180deg);	
	transform: rotate(180deg);	
}

/* Slider */

#slider {
	position: relative;
}

#slider:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 60px;
	background: url(../images/slider-bottom.png) no-repeat center top;
	pointer-events: none;
	z-index: 1;
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

#slider .slides li .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

#slider .slides li .overlay .section {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

#slider .slides li .overlay .section .inner {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 110px;
	padding-left: 50px;
	pointer-events: auto;
}

#slider .slides li .overlay .section .inner .text {
	max-width: 600px;
	color: #fff;
	line-height: 1.077;
}

#slider .slides li .overlay .section .inner .text .title {
	font-size: 52px;
	font-weight: 800;
}

#slider .slides li .overlay .section .inner .text .joinBtn {
	margin-top: 17px;
}

#slider .slides .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	pointer-events: none;
	text-align: center;
}

#slider .slides .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	pointer-events: auto;
}

#slider .slides .owl-dots .owl-dot.active {
	background-color: #fff;
}

#slider .slides .owl-prev,
#slider .slides .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	-ms-behavior: url(/backgroundsize.min.htc);
	background: url(../images/slider-arrows.svg) no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	outline: none;
}

#slider .slides .owl-prev {
	left: 6.40625%;
}

#slider .slides .owl-next {
	right: 6.40625%;
	background-position: left bottom;
}
	
/* Content */

#content {
	background: #f7f5f2 url(../images/texture-bg.jpg) repeat center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}

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

/* Footer */

#footer {
	background: #647b08;
	color: #fff;
}

#footer .section {
	padding-top: 45px;
	padding-bottom: 35px;
	min-height: 200px;
}

#footer .logo {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 115px;
	margin-left: -57.5px;
}

#footer a {
	color: currentColor;
}

#footer .title {
	font-size: 20px;
	font-weight: bold;
}

#footer .contactInfo {
	float: left;
	margin-left: 20px;
}

#footer .centreInfo {
	float: right;
	margin-right: 20px;
}

#footer .copyright {
	clear: both;
	text-align: center;
	margin: 0;
	font-size: 12px;
	padding-top: 10px;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 7px;
	top: 31px;
    width: 28px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 3px;
	margin-bottom: 5px;
	background: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mm-navigation {
	text-align: left;
}

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

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

#mm-navigation *:after, #mm-navigation *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

#mm-navigation .mm-listview li.color01 a,
#mm-navigation .mm-listview li.color02 a,
#mm-navigation .mm-listview li.color03 a,
#mm-navigation .mm-listview li.color04 a {
	padding-left: 10px;
	color: #fff;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}
label.error {
	color: red;
	font-weight: normal;
	font-size: 11px;
}
.fieldRequired {
	color: red;
}