html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 1.471;
}

/* Main Wrapper */

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

/* Top Section */

#header .section {
	padding-top: 5px;
	padding-bottom: 7px;
}

#header .logo {
	display: block;
	margin: 0 auto;
	width: 39.875em;
	font-size: 16px;
	overflow: hidden;
}

#header .logo .image {
	float: left;
	width: 15.0625em;
}

#header .logo .title {
	float: left;
	width: 23.6875em;
	margin-top: 3.825em;
	margin-left: 0.9375em;
	margin-bottom: 0.625em;
}

#header .logo .subtitle {
	float: left;
	width: 18.1875em;
	margin-left: 0.9375em;
}

#header .callUs {
	position: absolute;
	left: 0;
	top: 16px;
	color: #0068ac;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	padding-left: 34px;
	background: url(../images/call-ico.png) no-repeat;
	line-height: 25px;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	background-size: 25px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .socials {
	position: absolute;
	right: 0;
	top: 16px;
	margin: 0;
	padding: 0;
}

#header .socials li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

#header .socials li a {
	display: inline-block;
	height: 23px;
	overflow: hidden;
}

#header .socials li a img {
	position: relative;
	display: block;
	height: 50px;
}

#header .socials li a:hover img {
	top: -26px;	
}

/* Top Navi */

#topNavi {
	position: relative;
	background: #0068ac;
	color: #fff;
	z-index: 2;
    padding: 8px 0;
}

/* Navigation */

#navigation {
	text-align: center;
}

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

#navigation ul li {
	position: relative;
	margin: 0 18px 0 22px;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
}

#navigation ul li a {
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation ul li:hover,
#navigation ul li.Current,
#navigation ul li.Parent {
	color: #ccffcc;
}

#navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 0 0 0;
	border-bottom: 4px solid #00294b;
	z-index: 1;
}

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

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

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

#navigation ul li ul li:hover {
	background-color: #00294b;
	color: #fff;
}

#navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	transform: translateY(-2em);
	-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;
}

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

/* 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;
	width: 1180px;
	left: 50%;
	top: 0;
	bottom: 0;
	margin-left: -590px;
	pointer-events: none;
	color: #0068ac;
	font-size: 16px;
}

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

#slider .slides li .overlay .inner .innerMost {
	display: table-cell;
	vertical-align: middle;
	pointer-events: auto;
	padding-top: 15px;
	padding-bottom: 5em;
}

#slider .slides li .overlay .title {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 4.25em; /* 68px */
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.2794117647058824em;
}

#slider .slides li .overlay .title span {
	display: block;
	font-size: 0.7352941176470588em; /* 50px */
	font-weight: normal;
}

#slider .slides li .overlay .subtitle {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 1.0625em; /* 17px */
	font-weight: bold;
}

#slider .slides li .overlay .enrolNow {
	width: 11.16666666666667em;
	margin-top: 10px;
	background-color: #ed207b;
	border-color: #ed207b;
}

#slider .slides li .overlay .enrolNow:hover {
	background-color: #fff;
	border-color: #ed207b;
	color: #ed207b;
}

#slider .slides li .overlay .tourNow {
	width: 11.16666666666667em;
	margin-top: 10px;
	background-color: #0068AC;
	border-color: #7abfec;
}

#slider .slides li .overlay .tourNow:hover {
	background-color: #fff;
	border-color: #0068AC;
	color: #ed207b;
}
#slider .slides .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17px;
	pointer-events: none;
	text-align: center;
}

#slider .slides .owl-dots .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	background: #ccc;
	pointer-events: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#slider .slides .owl-dots .owl-dot.active {
	background: #3399cc;
}
/* 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;
}
/* Content */

#content {
    padding-bottom: 50px;
}

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

#content .section.Header {
	margin-bottom: -50px;
}

#content .section.nopadding {
    padding-top: 0;
	padding-bottom: 0;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
/* Gallery */

#gallery {
	background: #509333;
	color: #fff;
}

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

#gallery .heading {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 38px;
}

#gallery .slides {
	margin: 0;
	padding: 0 1px;
}

#gallery .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery .slides li a {
	display: block;
}

#gallery .slides li img {
	display: block;
	width: 100%;
	border: 2px solid #fff;
}

#gallery .slides .owl-prev, 
#gallery .slides .owl-next {
	top: 50%;
	margin-top: -12.5px;	
}

#gallery .slides .owl-prev {
	left: -30px;
}

#gallery .slides .owl-next {
	right: -30px;
}

#gallery .slides .owl-prev.disabled, 
#gallery .slides .owl-next.disabled {
	opacity: 0.4;
}

/* Footer */

#footer .top {
	background: #473a30;
	color: #fff;
}

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

#footer .top .contactUs {
	float: left;
	width: 437px;
}

#footer .top .contactUs .title {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 30.04px;
	font-weight: normal;
	margin: 0 0 6px;
}

#footer .top .contactUs p {
	margin: 0 0 18px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: normal;
	font-size: 16.02px;
}

#footer .top .contactUs .fields {
	margin-bottom: 20px;
}

#footer .top .contactUs .fields .field {
	margin-bottom: 9px;
}

#footer .top .contactUs .fields .textbox,
#footer .top .contactUs .fields textarea {
	display: block;
	margin: 0;
	padding: 10px 20px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14.02px;
	color: #fff;
	border: 1px solid #fff;
	height: 41px;
	width: 100%;
	background: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer .top .contactUs .fields textarea {
	resize: none;
	overflow: auto;
	height: 121px;
}

#footer .top .contactUs .fields label.error {
	font-weight: normal;
	font-size: 14px;
}

#footer .top .contactUs .submitBtn {
	width: 121px;
}

#footer .top .posts {
	float: left;
	width: 338px;
	margin: 65px 0 0 64px;
}

#footer .top .posts .image {
	display: block;
	width: 100%;
}

#footer .top .info {
	float: right;
	width: 283px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#footer .top .info .logo {
	display: block;
	width: 210px;
	margin: 0 auto 16px;
}

#footer .top .info .logo img {
	display: block;
	width: 100%;
}

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

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

#footer .top .info .socials ul {
	margin: 10px 0 0;
	padding: 0
}

#footer .top .info .socials ul li {
	margin: 0 0 0 14px; 
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

#footer .top .info .socials ul li:first-child {
	margin-left: 0;
}

#footer .top .info .socials ul li img {
	display: block;
	height: 25px;
}

#footer .top .info .socials ul li:hover {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	transform: scale(1.07);
}

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

#footer .bottom .copyright {
	text-align: center;
	margin: 0;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1a1a3a;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 15px;
	top: 15px;
    width: 26px;
	outline: none;
	z-index: 1;
}

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

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

#mm-navigation ul {
	color: #0068ac;
	font-weight: bold;	
}

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

/* Styling MMenu */

#mm-navigation .mm-listview img {
	float: left;
	width: 95px;
}

#mm-navigation .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

#mm-navigation .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-navigation .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}
label.error {
	color: red;
	font-weight: normal;
	font-size: 13px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.errorStrip {
	background: #eee;
	text-align: center;
	font-weight: bold;
	color: red;
	padding: 10px 0;
	margin-bottom: 10px;
}
