/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	overflow: hidden;
	padding-top: 201px;
	-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: 10000;
	background: #e9e6d8 url(../images/background.jpg) repeat center top;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

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

#header .logo1 {
	float: left;
	width: 206px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

#header .logo2 {
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -161px;
	width: 322px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

body.scrolling #mainWrapper {
	padding-top: 131px;
}

body.scrolling #header .section {
	height: 131px;
}

body.scrolling #header .logo1 {
	width: 120px;
	margin-top: 7px;
}

body.scrolling #header .logo2 {
	width: 160px;
	margin-top: 10px;
	margin-left: -80px;
}

body.scrolling #header #navigation {
	top: 104px;
}

#header .socials {
	float: right;
	margin: 10px 0 0;
	padding: 0;
}

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

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

#header .socials li img {
	display: block;
	width: 30px;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

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

#header .contacts {
	float: right;
	clear: right;
	margin: 0 7px 0 0;
	padding: 0;
	text-align: right;
}

#header .contacts li {
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
	font-size: 15px;
	color: #eb902f;
}

#header .contacts li a {
	display: inline-block;
}

#header .contacts li.phone a {
	padding-left: 17px;
	background: url(../images/phone-ico.png) no-repeat 0 0;
	-webkit-background-size: 9px;
	-moz-background-size: 9px;
	background-size: 9px;
	-ms-behavior: url(/backgroundsize.min.htc);
}


#header .contacts li.email a {
	padding-left: 31px;
	background: url(../images/email-ico.png) no-repeat 0 3px;
	-webkit-background-size: 22px;
	-moz-background-size: 22px;
	background-size: 22px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header #navigation {
	position: absolute;
	right: 7px;
	top: 174px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

#header #navigation ul li {
	position: relative;
	float: left;
	margin: 0 0 0 22px;
	padding: 0;
	font-size: 15px;
	list-style: none;
	color: #788279;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

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

#header #navigation ul li:first-child {
	margin-left: 0;
}

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

#header #navigation ul li a:after {
	position: absolute;
	bottom: -1px;
	content: "";
	width: 0px;
	height: 0.2666666666666667em;
	left: 50%;
	background: #b9db7d;
	-webkit-transition: all 0.3s;
	-moz-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: 100%;
	margin-left: -50%;
}

#header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	bottom: auto;
	right: auto;
	padding: 0;
	border-bottom: 4px solid #008b37;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

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

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

#header #navigation ul li ul li:hover {
	background-color: #008b37;
	color: #fff;
	text-shadow: none;
}

#header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	padding-top: 4px;
	min-width: 100%;
	-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;
}

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

/* Slider */

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

#slider .slides li {
	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;
}

#slider .slides li .overlay .section {
	height: 100%;
}

#slider .slides li .overlay .text {
	max-width: 15.27777777777778em;
	font-family: 'Comic Sans MS', Arial, sans-serif;	
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	margin: 1.388888888888889em 0 0 1.583333333333333em;
}

#slider .slides li .overlay .text .enrolNow {
	display: inline-block;
	padding: 0.75em 2.8em 0.95em 1.35em;
	border: 0.15em solid #fff;
	font-size: 0.5555555555555556em; /* 20px */
	margin-top: 0.25em;
	line-height: 1;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	background: url(../images/enrol-arrow.png) no-repeat right center;
	-webkit-background-size: 3.05em;
	-moz-background-size: 3.05em;
	background-size: 3.05em;
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	-moz-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
}

#slider .slides li .overlay .text .enrolNow:hover {
	background-color: #333333;
	border-color: #333333;
}
#slider .slides .owl-prev,
#slider .slides .owl-next {
	position: absolute;
	top: 50%;
	text-indent: -9999em;
	width: 22px;
	margin-top: -18px;
	height: 36px;
	outline: none;
	background: no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}
 
#slider .slides .owl-prev {
	background-image: url(../images/slider-prev-arrows.png);
	left: 3%;
}

#slider .slides .owl-next {
	background-image: url(../images/slider-next-arrows.png);
	right: 3%;		
}

#slider .slides .owl-prev:hover,
#slider .slides .owl-next:hover {
	background-position: left bottom;
}

/* Banner */

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

/* 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 {
	border-top: 14px solid #b9db7d;
}

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

/* Testimonials */

#testimonials {
	text-align: center;
}

#testimonials .section {
	padding: 55px 15px;
}

#testimonials .heading span {
	display: block;
	font-size: 58px;
	line-height: 0.6;
}

#testimonials .slides {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 70px;
}

#testimonials .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}

#testimonials .slides li blockquote {
	margin: 0;
	padding: 0;
	font-style: normal;
	border: 0;
	font-size: 19px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.276;
}

#testimonials .slides li cite {
	display: block;
	margin: 30px 0 0;
	padding: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	color: #de006b;
}

#testimonials .slides .owl-prev,
#testimonials .slides .owl-next {
	position: absolute;
	top: 7px;
	width: 11px;
	height: 18px;
	outline: none;
	text-indent: -9999em;
	background:  no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#testimonials .slides .owl-prev {
	left: 0;
	background-image: url(../images/testimonials-prev-arrow.png);
}

#testimonials .slides .owl-next {
	right: 0;
	background-image: url(../images/testimonials-next-arrow.png);
}

#testimonials .slides .owl-prev:hover,
#testimonials .slides .owl-next:hover {
	background-position: left bottom;
}

#testimonials .slides .owl-dots {
	text-align: center;
	margin-top: 15px;
}

#testimonials .slides .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2.5px;
	border: 2px solid #8f98a0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#testimonials .slides .owl-dots .owl-dot.active {
	background: #e99031;
	border-color: #e99031;
}

/* Footer */

#footer {
	position: relative;
	background: #b9db7d;
	color: #de006b;
	z-index: 1;
	font-family: 'Lato', Arial, sans-serif;
}

#footer strong {
	font-weight: bold;
}

#footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 89px;
	background: #b9db7d;
	background: -moz-linear-gradient(top, #b9db7d 0%, #b9db7d 17%, #b1d87a 25%, #99d070 41%, #52b752 78%, #44b24c 88%, #36ad46 100%);
	background: -webkit-linear-gradient(top, #b9db7d 0%,#b9db7d 17%,#b1d87a 25%,#99d070 41%,#52b752 78%,#44b24c 88%,#36ad46 100%);
	background: linear-gradient(to bottom, #b9db7d 0%,#b9db7d 17%,#b1d87a 25%,#99d070 41%,#52b752 78%,#44b24c 88%,#36ad46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9db7d', endColorstr='#36ad46',GradientType=0 );
	z-index: -1;
}

#footer .section {
	padding-top: 31px;
	padding-bottom: 23px;
	line-height: 1.4;
}

#footer .logo {
	float: left;
	width: 284px;
}

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

#footer .links {
	float: left;
	width: 323px;
	margin-top: 25px;
	margin-left: 20px;
}

#footer .links ul {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 50%;
}

#footer .links ul li {
	margin: 0 0 9px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
}

#footer .links ul li a:hover {
	text-decoration: underline;
}

#footer .links ul li ul {
	display: none;
}

#footer .info {
	float: left;
	width: 195px;
	font-size: 15px;
	margin-top: 23px;
}

#footer .info .title {
	font-weight: bold;
	margin: 0 0 8px;
}

#footer .info .fb, #footer .info .in {
	display: block;
	overflow: hidden;
}

#footer .info .fb img {
	float: left;
	width: 42px;
}

#footer .info .fb span {
	display: block;
	color: #3767c7;
	margin-left: 50px;
}

#footer .info .in img {
	float: left;
	width: 42px;
	margin-top: 10px;
}

#footer .info .in span {
	display: block;
	color: #3767c7;
	margin-left: 50px;
	margin-top: 10px
}

#footer .storyPark {
	float: right;
	width: 180px;
	margin: 19px 9px 0 0;
}

#footer .copyright {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	float: left;
	width:100%;
	margin: -20px 0 0;
	padding-left: 7.2%;
	text-align: center;
}

/* Mobile Navigation */

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

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

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.7);
}

.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;
	-moz-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 {
	font-weight: normal;
	color: red;
	font-size: 11px;
}
.staffList li .title {
	background-color: #cde89c;
	color: #39B54A;
}
.staffList li .wrap {
	border-bottom: 6px solid #cde89c;
}
 .grecaptcha-badge {
	z-index: 999;
}