/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	overflow: hidden;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000000;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

body.scrolled #header {
	background-color: rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.5);
	        box-shadow: 0 3px 10px 0 rgba(0,0,0,0.5);
}

#header .section {
	height: 160px;
}

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

#header .logo {
	position: absolute;
	left: 50%;
	top: 15px;
	width: 252px;
	margin-left: -126px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

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

body.scrolled #header .logo {
	width: 166px;
	top: 8px;
	margin-left: -83px;
}

#header #navigation {
	position: absolute;
	left: 0;
	top: 68px;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body.scrolled #header #navigation,
body.scrolled #header .socials {
	top: 39px;
}

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

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

#header #navigation ul li a {
	display: inline-block;
	color: #fff;
	-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: #28bb12;
}

#header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 28px 0 0;
	min-width: 100%;
	border-radius: 5px;
	z-index: 1;
}

body.scrolled #header #navigation ul li ul {
	padding-top: 20px;
}

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

#header #navigation ul li ul li a {
	display: block;
	padding: 12px 15px;
	line-height: 1.2;
	white-space: nowrap;
	color: #000000 !important;
	min-width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

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

#header #navigation ul li ul li:hover a {
	background-color: #28bb12;
	color: #fff !important;
}

#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>a {
	padding-right: 1.125em;
}

#header #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.25em;
	content: "";
	display: inline-block;
	width: 0.8125em;
	height: 0.5em;
	background: url(../images/menu-arrow.svg) no-repeat;
	opacity: 0.7;
	background-size: 100%;
	pointer-events: none;
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

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

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

#header .socials {
	position: absolute;
	right: 0;
	top: 66px;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .socials li {
	float: left;
	margin: 0 0 0 34px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#header .socials li a {
	display: inline-block;
	color: #fff;
}

#header .socials li img {
	display: block;
	height: 1.277777777777778em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

#header .socials li.phone a {
	padding-left: 1.722222222222222em;
	background: url(../images/phone-ico.svg) no-repeat 0 1px;
	background-size: auto 1.111111111111111em;
}

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

/* Intro */

#intro {
	position: relative;
	background: #000;
	margin-top: -5px;
}

#intro video {
	display: block;
	width: 100%;
	opacity: 0.6;
}

#intro .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	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;
	color: #fff;
	padding: 100px 20px 20px;
}

#intro .overlay .text {
	max-width: 25.66666666666667em;
	margin: 0 auto;
	text-align: center;
	font-size: 2.083333333333333vw; /* 30px */
	line-height: 1.2;
}

#intro .overlay .text p {
	margin-bottom: 0.7em;
}

#intro .overlay .text :last-child {
	margin-bottom: 0;
}

#intro .overlay .text .title {
	font-size: 1.6em; /* 48px */
	font-weight: bold;
	text-shadow: 0px 0px 0.1875em rgba(35, 31, 32, 0.8);
	margin: 0 0 0.3125em;
}

#intro .overlay .text .bookBtn {
	display: inline-block;
	font-size: 0.6em; /* 18px */
	font-weight: bold;
	background: #28bb12;
	border: 0.1111111111111111em solid #fff;
	color: #fff;
	margin-top: 0.8333333333333333em;
	padding: 0.6666666666666667em 1.222222222222222em 0.6111111111111111em;
	border-radius: 0.1111111111111111em;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#intro .overlay .text .bookBtn:hover {
	background-color: #4fd537;
}

/* Banner */

#banner {
	background: #000;
}

#banner img {
	display: block;
	width: 100%;
	opacity: 0.6;
}

#intro {
	position: relative;
	background: #000;
	margin-top: -5px;
}

/* Content */

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

/* Footer */

#footer {
	background: #393939;
	color: #fff;
}

#footer a {
	color: #fff;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
} 

#footer a:hover {
	opacity: 1;
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 70px;
	padding-bottom: 30px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#footer .contacts {
	margin: 0;
	padding: 0;
}

#footer .contacts li {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

#footer .contacts li a {
	display: inline-block;
	padding-left: 35px;
	background: no-repeat 0 3px;
	background-size: 21px;
}

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

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

#footer .contacts li.location a {
	background-image: url(../images/location-ico.svg);
}

#footer .links {
	margin: 0;
	padding: 0;
}

#footer .links li {
	margin: 0 0 13px;
	padding: 0;
	list-style: none;
}

#footer .logo {
	position: absolute;
	width: 252px;
	left: 50%;
	margin-left: -126px;
	opacity: 1;
}

#footer .copyright {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	opacity: 0.3;
}
/* 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;
}
/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 13px;
	top: 15px;
    width: 30px;
	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;
}
label.error {
	color: red;
	font-weight: normal;
	font-size: 11px;
}