@charset "UTF-8";

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/subset-Raleway-Regular.eot');
    src: url('../fonts/subset-Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Raleway-Regular.woff2') format('woff2'),
        url('../fonts/subset-Raleway-Regular.woff') format('woff'),
        url('../fonts/subset-Raleway-Regular.ttf') format('truetype'),
        url('../fonts/subset-Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/subset-Raleway-SemiBold.eot');
    src: url('../fonts/subset-Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-Raleway-SemiBold.woff') format('woff'),
        url('../fonts/subset-Raleway-SemiBold.ttf') format('truetype'),
        url('../fonts/subset-Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/subset-Raleway-ExtraBold.eot');
    src: url('../fonts/subset-Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/subset-Raleway-ExtraBold.woff') format('woff'),
        url('../fonts/subset-Raleway-ExtraBold.ttf') format('truetype'),
        url('../fonts/subset-Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/subset-Tahoma.eot');
    src: url('../fonts/subset-Tahoma.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Tahoma.woff2') format('woff2'),
        url('../fonts/subset-Tahoma.woff') format('woff'),
        url('../fonts/subset-Tahoma.ttf') format('truetype'),
        url('../fonts/subset-Tahoma.svg#Tahoma') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/subset-Tahoma-Bold.eot');
    src: url('../fonts/subset-Tahoma-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/subset-Tahoma-Bold.woff') format('woff'),
        url('../fonts/subset-Tahoma-Bold.ttf') format('truetype'),
        url('../fonts/subset-Tahoma-Bold.svg#Tahoma-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Regular.eot');
    src: url('../fonts/subset-MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Regular.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
	min-height: 100%;
}

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

body {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #333333;
	line-height: 1.2;
}

/* Section */

.section {
	position: relative;
	max-width: 1237px;
	margin: 0 auto;
}


/* Intro */

#intro .left {
	float: left;
	width: 960px;
}

#intro .right {
	float: right;
	width: 210px;
	height: 300px;
	margin-top: 55px;
	background: #005b99;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#intro .bottom {
	clear: both;
	padding-top: 30px;
}

#intro .bottom .links {
	margin: 0;
	padding: 0;
	text-align: center;
}

#intro .bottom .links li {
	margin: 0 -4px 1.125em 0;
	padding: 0 0.5625em;
	list-style: none;
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#intro .bottom .links li a {
	display: block;
	width: 11.0625em;
	height: 11.0625em;
	padding-top: 0.9375em;
	border: 0.25em solid #647b08;
	background: #f7f6f3;
	color: #647b08;
	font-weight: bold;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0.375em 0.625em 0.788125em 0.024375em rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0.375em 0.625em 0.788125em 0.024375em rgba(0, 0, 0, 0.4); 
	box-shadow: 0.375em 0.625em 0.788125em 0.024375em rgba(0, 0, 0, 0.4); 
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

#intro .bottom .links li img {
	display: block;
	margin: 0 auto 0.625em;
	height: 6.1875em;
}

#intro .bottom .links li .name {
	display: block;
}

#intro .bottom .links li .name.twoLines {
	margin-top: -0.9375em;
}

#intro .bottom .links li .name em {
	font-style: normal;
	font-size: 1.25em; /* 20px */
	color: #f49328;
}

#intro .bottom .links li:last-child img {
	height: 7.6875em;
	margin-top: 0.25em;
}

#intro .bottom .links li a:hover {
	transform: scale(1.04);
}

/* Text Image */

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

.textImage .section {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.textImage .text {
	position: relative;
	display: table-cell;
	vertical-align: top;
	left: -38.18770226537217%;
	width: 61.81229773462783%; /* 955px */
	padding-top: 50px;
	padding-bottom: 35px;
	padding-right: 9.70873786407767%;
}

.textImage .text .readmore {
	margin-top: 40px;
	background-color: #647b08;
}

.textImage .text .readmore:hover {
	background-color: #74891f;
}

.textImage .image {
	position: relative;
	display: table-cell;
	vertical-align: top;
	left: 61.81229773462783%;
	width: 38.18770226537217%; /* 590px */
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.textImage .text .title {
	font-size: 32px;
	font-weight: 600;
	color: #b96428;
}

.textImage.alt {
	background-image: url(../images/text-image-texture.jpg);
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
}

.textImage.alt .text {
	position: relative;
	left: 0;
	padding-left: 70px;
	padding-right: 55px;
}

.textImage.alt .text .title {
	color: #f79524;
}

.textImage.alt .image {
	position: relative;
	left: 0;
}

/* Enrol Now */

#enrolNow {
	background: #647b08;
	color: #fff;
	text-align: center;
	font-family: 'Tahoma', Arial, sans-serif;
}

#enrolNow .section {
	padding-top: 28px;
	padding-bottom: 28px;
}

#enrolNow p {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 28.8px;
}

#enrolNow .enrolBtn {
	vertical-align: middle;
	margin-left: 73px;
	margin-right: 73px;
}



/* Miscelleneous */

p {
	margin: 0 0 17px;
}

h1,h2,h3,h4,h5,h6,.heading {
	margin: 0 0 19px;
	padding: 0;
	color: #f79524;
	font-family: 'Tahoma', Arial, sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

.heading {
	font-size: 26.41px;
}

ul,ol {
	margin-bottom: 14px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #f79524;
}

img {
	border: 0;
	max-width: 100%;
}
#content .section img {
	display:inline-block;
	max-width:100%;
	height:auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.linkBtn {
	display: inline-block;
	background: #98c942;
	min-width: 224px;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 20.5px 15px;
	color: #fff !important;
	font-family: 'Tahoma', Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;	
}

.linkBtn:hover {
	background-color: #a8d851;
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}
