/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	overflow: hidden;
	padding-top: 204px;
	-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;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	z-index: 10000;
}

#header .top {
	background: #fbedd3 url(../images/wood-texture.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

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

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

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

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

body.scrolled #header .top .phone {
	margin-top: 28px;
}

body.scrolled #header .top .enrolNow {
	margin-top: 14px;
}

#header .top .logo {
	float: left;
	width: 370px;
	margin: 4px 0 0 2px;
	transition: width 0.3s;
}

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

#header .top .phone {
	float: right;
	color: #3a3a3c;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 0;
	padding: 4px 0 0 28px;
	background: url(../images/phone-ico.png) no-repeat 0 0;
	-webkit-background-size: 22px;
	-moz-background-size: 22px;
	background-size: 22px;
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: margin-top 0.3s;
	-moz-transition: margin-top 0.3s;
	transition: margin-top 0.3s;
}
#header .top .phone2 {
	clear: right;
	float: right;
	color: #3a3a3c;
	font-size: 16px;
	font-weight: bold;
	margin: 0 30px 0;
	padding: 4px 0 0 28px;
	-webkit-background-size: 22px;
	-moz-background-size: 22px;
	background-size: 22px;
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: margin-top 0.3s;
	-moz-transition: margin-top 0.3s;
	transition: margin-top 0.3s;
}
#header .top .phone span,#header .top .phone2 span {
	color: #82b445;
}

#header .top .enrolNow {
	float: right;
	margin: 0 33px 0 0;
	-webkit-transition: background-color 0.3s, margin-top 0.3s;
	-moz-transition: background-color 0.3s, margin-top 0.3s;
	transition: background-color 0.3s, margin-top 0.3s;
}

#header .bottom {
	background: #fcf8f1;
}

#header .bottom .section {
	height: 57px;
}

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

#header #navigation ul li {
	float: left;
	position: relative;
	margin: 0 0 0 60px;
	padding: 20px 0 0;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	color: #5f5f6b;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

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

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

#header #navigation ul li:after {
	content: "";
	position: absolute;
	top: 1.071428571428571em;
	left: 0;
	right: 0;
	opacity: 0;
	height: 0.4285714285714286em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header #navigation ul li:hover,
#header #navigation ul li.Current {
	color: #6b9c2f;
}

#header #navigation ul li:hover:after,
#header #navigation ul li.Current:after {
	top: 0;
	background: #82b445;
	opacity: 1;
}

#header #navigation li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -13px;
	padding: 17px 0 0;
	border-bottom: 4px solid #71a436;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

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

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

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

#header #navigation li ul li:hover {
	background-color: #94c758;
	color: #fff;
}

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

#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 {
	position: relative;
}

#slider:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 28px;
	background: url(../images/bottom-border.png) no-repeat center top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
	z-index: 2;
	pointer-events: none;
}

#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 .section {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1250px;
	margin-left: -625px;
}

#slider .slides li .overlay {
	position: absolute;
	right: 60px;
	bottom: 73px;
	width: 7.5em; /* 540px */
	text-align: right;
	line-height: 0.917;
	font-size: 72px;
}

#slider .slides li .overlay p {
	margin: 0;
	font-family: 'PassingNotes', cursive;
	font-weight: 500;
	color: #82b445;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

#slider .dotsContainer {
	position: absolute;
	left: 50%;
	bottom: 70px;
	width: 1250px;
	margin-left: -625px;
	z-index: 1;
	pointer-events: none;
}

#slider .dotsContainer .dots {
	float: right;
	width: 29px;
	padding: 9px 7px;
	background: #82b445;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#slider .dotsContainer .dots .owl-dot {
	display: block;
	margin: 8px 0;
	padding: 0;
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	background: none;
	pointer-events: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#slider .dotsContainer .dots .owl-dot.active {
	background-color: #fff;
}

/* Gallery */

#gallery {
	position: relative;
	background: #3c3c3e url(../images/gallery-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#gallery:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	height: 21px;
	background: url(../images/top-border.png) no-repeat center top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#gallery .section {
	padding: 65px 83px 83px;
}

#gallery .heading {
	color: #82b445;
	text-align: center;
	margin: 0 0 34px;
}

#gallery .heading:after {
	left: 50%;
	margin-left: -25px;
}

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

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

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

#gallery .slides li a img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#gallery .slides li a:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0 solid #82b445;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#gallery .slides li a:hover:after {
	opacity: 1;
	border-width: 6px;
}

#gallery .slides li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

#gallery .slides .owl-nav.disabled {
	display: block;
}

#gallery .slides .owl-prev,
#gallery .slides .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 12px;
	height: 20px;
	outline: none;
	text-indent: -9999em;
	background: url(../images/slider-prev-arrow.png) no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

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

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

#gallery .slides .owl-next {
	right: -49px;
	background-image: url(../images/slider-next-arrow.png);
}

#gallery .linkBtn {
	background-color: #82b445;
}

#gallery .linkBtn:hover {
	background-color: #94c758;
}

/* Enrol */

#enrol {
	position: relative;
	background: #82b445;
	color: #fff;
}

#enrol:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 28px;
	background: url(../images/bottom-border.png) no-repeat center top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#enrol .section {
	position: relative;
	min-height: 207px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 36px;
}

#enrol .kids {
	position: absolute;
	left: 71px;
	bottom: 0;
	width: 360px;
}

#enrol .logo {
	display: block;
	width: 183px;
	margin: 0 auto 13px;	
}

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

#enrol .tagLine {
	text-align: center;
	font-family: 'PassingNotes', cursive;
	font-size: 34px;
	font-weight: 500;
	margin: 0;
}

#enrol .enrolBtn {
	position: absolute;
	right: 77px;
	top: 60px;
	margin: 0;
	border: 2px solid #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 11px 15px;
	color: #fff;
	text-align: center;
	min-width: 186px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#enrol .enrolBtn:hover {
	background-color: #fff;
	color: #82b445;
}

/* Footer */

#footer .section {
	padding-top: 35px;
	padding-bottom: 20px;
	font-size: 16px;
}

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

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

#footer .links {
	float: left;
	width: 524px;
	margin-left: 105px;
	margin-top: 8px;
}

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

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

#footer .links ul li.Current,
#footer .links ul li a:hover {
	color: #82b445;
}

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

#footer .contactUs {
	float: right;
	width: 340px;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 35px;
}

#footer .contactUs ul {
	margin: 0 0 15px;
	padding: 0;
}

#footer .contactUs ul li {
	margin: 0 0 10px;
	padding: 2px 0 2px 41px;
	list-style: none;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 18px;
	background: no-repeat 0 4px;
	-webkit-background-size: 18.5px;
	-moz-background-size: 18.5px;
	background-size: 18.5px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

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

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

#footer .contactUs ul li.phone {
	background-image: url(../images/phone-ico01.png);
}

#footer .contactUs .contactBtn {
	font-size: 13px;
	min-width: 126px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #82b445;
}

#footer .contactUs .contactBtn:hover {
	background-color: #91c555;
}

#footer .followUs {
	float: right;
	clear: right;
	margin-right: 5px;
	font-family: 'Myriad Pro', Arial, sans-serif;
}

#footer .followUs span {
	float: left;
	margin-top: 1px;
}

#footer .followUs ul {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#footer .followUs ul li {
	display: inline-block;
	margin-left: 10px;
}

#footer .followUs ul li img {
	display: block;
	height: 24px;
}

#footer .followUs ul li a:hover img {
	transform: scale(1.1);
}

#footer .copyright {
	float: left;
	margin: 0;
	font-family: 'Myriad Pro', Arial, sans-serif;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 13px;
	top: 25px;
    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.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;
	-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;
}

.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-size: 11px;
	font-weight: normal;
}
.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%;
}