
/* Main Wrapper */

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

/* Top Bar */

#topBar {
	background: #008491;
	border-bottom: 3px solid #006a74;
}

#topBar .section {
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 1px;
	color: #fff;
}

#topBar #topNavi {
	float: right;
	margin: 0;
	padding: 0;
}

#topBar #topNavi li {
	position: relative;
	float: left;
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
	font-family: 'Caecilia', Arial, sans-serif;
	font-size: 20px;
}

#topBar #topNavi li:first-child {
	margin-left: 0;
}




#topBar #topNavi li ul {
	display: none;
	position: absolute;
	left: -16px;
	padding: 0;
	margin: 0;
	z-index: 100000;
	background: #008491;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

#topBar #topNavi li:hover ul {
	display: block;
}

#topBar #topNavi li ul li {
	margin: 0;
	padding: 0;
	float: none;
	border-radius: 0;
	font-size: 15px;
}

#topBar #topNavi li ul li a {
	padding: 7px 16px;
	display: block;
	white-space: nowrap;
}

#topBar #topNavi li ul li a:hover {
	background: #006a74;
}



#topBar .facebook {
	float: right;
	width: 18px;
	margin-left: 23px;
	margin-top: 3px;
}

#topBar .facebook img {
	display: block;
}

/* Header */

#header {
	height: 574px;
	background: #008491;
	border-bottom: 9px solid #9ec9d1;
}

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

#header .logo {
	position: absolute;
	left: -30px;
	width: 472px;
}

#header .inner .section {
	height: 463px;
}

#header .inner .phone {
	position: absolute;
	right: 12px;
	top: 17px;
	font-family: 'Caecilia', Arial, sans-serif;
	font-size: 18px;
	color: #6f7074;
}

#header .inner .slider {
	display: block;
	position: absolute;
	right: 0;
	top: 59px;
	margin: 0;
	width: 884px;
	padding: 9px;
	background: #fff;
	border-bottom: 5px solid #004248;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

#header .inner .slider ul {
	padding: 0;
	margin: 0;
	position: relative;
}

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

#header .inner .slider li img {
	display: block;
}

#header .inner .slider .owl-dots {
	position: absolute;
	right: 16px;
	bottom: 9px;
}

#header .inner .slider .owl-dots .owl-dot {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	vertical-align: top;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#header .inner .slider .owl-dots .owl-dot.active {
	background-color: #bddbe3;
}

/* Footer */

#footer {
	background: #44a6b1 url(../images/footer-bg.png) no-repeat center bottom;
	color: #fff;
}

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

#footer .gallery {
	position: relative;
	float: left;
	width: 57.16417910447761%; /* 766px */
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 5px solid #225358;
}

#footer .gallery .slider {
	display: block;
	width: 100%;
}

#footer .gallery .slider ul {
	margin: 0;
	padding: 0;
}

#footer .gallery .slider ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 58.44504021447721%;
	background: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#footer .gallery span {
	position: absolute;
	right: -410px;
	top: 14px;
	padding-left: 21px;
	width: 410px;
	height: 119px;
	font-family: 'Caecilia', Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	line-height: 119px;
	background: #df9249;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#footer .contacts {
	float: right;
	width: 40.07462686567164%; /* 537px */
	margin-top: 216px;
}

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

#footer .contacts ul li {
	margin: 0 0 23px;
	padding: 0;
	list-style: none;
	font-size: 24.52px;
}

#footer .contacts ul li span {
	display: block;
	padding-left: 48px;
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#footer .contacts ul li.address span {
	background-image: url(../images/location-ico.png);
}

#footer .contacts ul li.phone span {
	background-image: url(../images/phone-ico.png);
}

#footer .contacts ul li.email span {
	background-image: url(../images/email-ico.png);
}

#footer .copyright {
	clear: both;
	margin: 0;
	padding: 28px 0 10px 88px;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 35px;
	outline: none;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 5px;
	background: #df9249;
}

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

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

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

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

.mm-panels  .section {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#ContactForm {
	max-width: 400px;
}

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

