/* Main Wrapper */

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

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

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 1000000;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.3);
	box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

#header:after {
	content: "";
	background: #8eac2a;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 44px;
	z-index: -1;
}

#header .section {
	max-width: 1440px;
	height: 168px;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

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

#header .logo {
	position: absolute;
	left: 17px;
	top: 46px;
	width: 314px;
	-webkit-transition: width 0.3s, top 0.3s;
	-o-transition: width 0.3s, top 0.3s;
	transition: width 0.3s, top 0.3s;
}

body.scrolled #header .logo {
	width: 180px;
}

/* Justified Gallery */

.justified-gallery strong {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000000;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
	font-weight: normal;
}

.justified-gallery strong span {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.justified-gallery strong span em {
	display: table-cell;	
	vertical-align: middle;
	font-style: normal;
	width: 100%;
	padding: 8px 15px;
	height: 80px;
}

.galleryWrapper .gallery a {
	overflow: hidden;
}

.galleryWrapper .gallery a img {
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

.galleryWrapper .gallery a:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.justified-gallery a:hover strong {
	opacity: 1;
	visibility: visible;
}
.justified-gallery p {
	margin-bottom: 12px;
}

.socials {
	float: right;
	margin: 7px 19px 0 0;
	padding: 0;
}

.socials li {
	float: left;
	margin: 0 0 0 11px;
	padding: 0;
	list-style: none;
}

.socials li img {
	display: block;
	height: 30px;
}

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

#header .contacts {
	float: right;
	margin: 8px 92px 0 0;
	padding: 0;
}

#header .contacts li {
	float: left;
	margin: 0 0 0 1.944444444444444em;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
}

#header .contacts li a {
	color: #fff;
	display: inline-block;
	line-height: 27px;
	padding-left: 2.055555555555556em;
	background: no-repeat left center;
}

#header .contacts li.phone a {
	background-image: url(../images/phone-ico.png);
}

#header .contacts li.email a {
	background-image: url(../images/envelope-ico.png);
}

#header #navigation {
	position: absolute;
	right: 19px;
	bottom: 10px;
}

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

#header #navigation ul li {
	float: left;
	position: relative;
	margin: 0 0 0 49px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#header #navigation ul li a {
	position: relative;
	display: inline-block;
	color: #2d417f;
}

#header #navigation ul li a:after,
#header #navigation ul li.hasSub:hover>a:after {
	position: absolute;
	bottom: -10px;
	content: "";
	left: -0.5em;
	right: -0.5em;
	height: 0px;
	opacity: 0;
	background: #f3792c;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header #navigation ul li:hover a:after,
#header #navigation ul li.Current a:after,
#header #navigation ul li.Parent a:after {
	width: auto;
	height: 0.5em;
	opacity: 1;
}

#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: 10px 0 0;
	min-width: 100%;
	border-bottom: 0.2105263157894737em solid #e46c20;
	border-radius: 0.2631578947368421em;
}

#header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ff8438;
	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: #de671a;
	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: 1.052631578947368em;
}

#header #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.36em;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5789473684210526em 0.3157894736842105em 0 0.3157894736842105em;
	border-color: #2d417f 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: #f3792c 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: #f3792c transparent transparent transparent;
}

#Section4 {
	background-color: #B3529F;
	color: #fff;
}
#Section4 a {
	color: #fff;
}

#Section2 {
  background: #8EAC2A;
    background-size: auto;
  	background-size: cover;
  	color: #fff;
}
#Section2 h1, #Section2 h2, #Section2 h3 {
	color: #fff;
}

/* Slider */

#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: 15px;
	right: 15px;
	bottom: 90px;
	text-align: center;
	font-size: 4.166666666666667vw; /* 60px */
	color: #fff;
	line-height: 1.1;
	text-shadow: 0px 0px 0.5173333333333333em rgba(15, 16, 16, 0.42);
}

#slider .slides li .overlay :last-child {
	margin-bottom: 0;
}

#slider .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	z-index: 1;
	text-align: center;
	pointer-events: none;
}

#slider .owl-nav .owl-prev,
#slider .owl-nav .owl-next {
	width: 37px;
	height: 37px;
	margin: 0 12.5px;
	background: url(../images/slider-arrow.svg) no-repeat;
	background-size: 100%;
	outline: none;
	pointer-events: auto;
}

#slider .owl-nav .owl-next {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#slider .owl-nav span {
	display: none;
}

/* Options */

#options ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#options ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 33.33333333333333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 30px;
}

#options ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	padding: 57px 30px;
	color: #fff;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#options ul li:nth-child(3n+1) a {
	background: #8eac2a;
}

#options ul li:nth-child(3n+1) a:hover {
	background-color: #9ab939;
}

#options ul li:nth-child(3n+2) a {
	background: #f3792c;
}

#options ul li:nth-child(3n+2) a:hover {
	background-color: #ff893d;
}

#options ul li:nth-child(3n+3) a {
	background: #4e5c9b;
}

#options ul li:nth-child(3n+3) a:hover {
	background: #5968a9;
}

#options ul li img {
	display: block;
	height: 121px;
	margin-bottom: 12px;
}

/* Content */

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

/* We */

#we {
	background: #f6f7f9;
}

#we .section {
	padding-top: 90px;
	padding-bottom: 90px;
}

#we .social,
#we .map {
	float: left;
	width: 368px;
	padding: 8px;
	background: #fff;
	-webkit-box-shadow: 0 2px 27px 3px rgba(15,16,16,0.11);
	        box-shadow: 0 2px 27px 3px rgba(15,16,16,0.11);
}

#we .map {
	float: right;
	width: 769px;
}

#we .map #googleMap {
	width: 100%;
	height: 515px;
}

/* Footer */

#footer {
	background: #8eac2a;
	font-size: 14px;
}

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

#footer .socials {
	margin-top: -5px;
}

#footer .copyright {
	margin-right: 15px;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 13px;
	top: 9px;
    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: 3px;
	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;
}
.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;
}
label.error {
	color: red;
	font-weight: normal;
	font-size: 11px;
}
.errorStrip {
	display: none;
	background-color: #ddd;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
	color: red;
	margin-bottom: 15px;
}
.grecaptcha-badge {
	z-index: 999!important;
}