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: #28282b;
	line-height: 1.529;
}

/* Main Wrapper */

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

/* Header */

#header {
	position: relative;
	z-index: 2;
}

#header .section {
	height: 200px;
	padding-top: 2px;
}

#header .logo {
	display: block;
	margin: 0 auto 12px;
	width: 384px;
}

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

#header .phoneUs {
	position: absolute;
	left: 0.3125em;
	top: 4.6875em;
	font-family: 'Comic Sans MS', Arial, sans-serif;	
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 0.3125em 1.75em;
	background: url(../images/phone-ico.png) no-repeat 0 0.125em;
	-webkit-background-size: 1em;
	-moz-background-size: 1em;
	background-size: 1em;
	-ms-behavior: url(/backgroundsize.min.htc);
}
#header .mobileUs {
	position: absolute;
	left: 0.3125em;
	top: 6.1em;
	font-family: 'Comic Sans MS', Arial, sans-serif;	
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 0.3125em 1.75em;
	-webkit-background-size: 1em;
	-moz-background-size: 1em;
	background-size: 1em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .enrol,
#header .handbook {
	position: absolute;
	top: 11px;
	min-width: 10.15em;
	height: 3.15em;
	color: #fff;
	font-family: 'Comic Sans MS', Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2.9em;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	background: url(../images/brush-color.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .enrol {
	right: 0.25em;
}

#header .handbook {
	left: 0.25em;
	background-image: url(../images/brush-color-yellow.png);
}

#header .enrol span,
#header .handbook span {
	display: inline-block;
	padding-left: 1.7em;
	background: url(../images/pencil-ico.png) no-repeat left center;
	-webkit-background-size: 1.05em;
	-moz-background-size: 1.05em;
	background-size: 1.05em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .handbook span {
	background: none;
	padding-left: 0.75em;
}

#header .enrol:hover,
#header .handbook:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
}

#header #navigation {
	text-align: center;
	font-family: 'Comic Sans MS', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8dc540;
	text-transform: capitalize;
}

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

#header #navigation ul li {
	position: relative;
	margin: 0 24px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

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

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

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

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

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

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

#header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	padding-top: 6px;
	-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 .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 29px;
	pointer-events: none;
	text-align: center;
}

#slider .slides .owl-nav .owl-prev,
#slider .slides .owl-nav .owl-next {
	display: inline-block;
	width: 37px;
	height: 37px;
	margin: 0 6.5px;
	background-repeat: no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	pointer-events: auto;
	text-indent: -9999em;
	outline: none;
}

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

#slider .slides .owl-nav .owl-prev {
	background-image: url(../images/slider-prev-arrow.png);
}

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

/* Content */

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

/* Begin */

#begin {
	background: #2c2320;
	color: #ffa200;
	text-align: center;
}

#begin .section {
	padding-top: 65px;
	padding-bottom: 65px;
}

#begin .title {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 35px;
	line-height: 1.2;
}

#begin .enrol {
	display: inline-block;
	vertical-align: middle;
	min-width: 203px;
	height: 63px;
	color: #fff;
	margin-left: 110px;
	font-family: 'Comic Sans MS', Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 58px;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	background: url(../images/brush-color.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#begin .enrol span {
	display: inline-block;
	padding-left: 34px;
	background: url(../images/pencil-ico.png) no-repeat left center;
	-webkit-background-size: 21px;
	-moz-background-size: 21px;
	background-size: 21px;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#begin .enrol:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
}

/* Bottom */

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

#bottom .section {
	padding-top: 50px;
	padding-bottom: 40px;
	margin-bottom: -160px;
	z-index: 2;
}

#bottom .clouds {
	background: url(../images/clouds-bg.png) no-repeat center 33px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#bottom .garden {
	position: relative;
	height: 463px;
	background: url(../images/garden.png) no-repeat center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#bottom .garden .children {
	position: absolute;
	right: 0;
	top: -57px;
	width: 1012px;
}

#bottom .images {
	float: left;
	margin-left: 479px;
}

#bottom .images .sun {
	display: block;
	width: 148px;
	margin: 0 auto 20px;
}

#bottom .images .logo {
	display: block;
	width: 212px;
	margin: 0 auto;
}

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

#bottom .text {
	float: right;
	width: 455px;
	color: #191919;
	font-size: 15px;
	line-height: 1.2;
	margin-top: 5px;
	padding-bottom: 50px;
}

#bottom .text #siteLinks {
	float: left;
	padding-right: 10px;
	width: 198px;
}

#bottom .text #siteLinks ul {
	margin: 0;
	padding: 0;
}

#bottom .text #siteLinks ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

#bottom .text #siteLinks ul li a:hover {
	text-decoration: underline;
}

#bottom .text #siteLinks ul li ul {
	display: none;
}

#bottom .text .info {
	margin-left: 198px;
	line-height: 1.466666666666667;
}

#bottom .text .info ul {
	margin: 0;
	padding: 0;
}

#bottom .text .info ul li {
	margin: 0 0 4px;
	padding: 0;
	list-style: none;
}

#bottom .text .info ul li address {
	margin: 0 0 20px;
	padding: 0;
	font-style: normal;
}

#bottom .text .info ul li span {
	font-size: 17px;
	font-weight: bold;
}

#bottom .text .info ul li a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	background: #1b6b05;
	color: #fff;
	font-size: 15px;
}

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

#footer .copyright {
	margin: 0;
}

/* Mobile Navigation */

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

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

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

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

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

#ContactForm {
	max-width: 400px;
}

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