@charset "UTF-8";

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


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

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

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/subset-SourceSansPro-LightIt.eot');
    src: url('../fonts/subset-SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SourceSansPro-LightIt.woff2') format('woff2'),
        url('../fonts/subset-SourceSansPro-LightIt.woff') format('woff'),
        url('../fonts/subset-SourceSansPro-LightIt.ttf') format('truetype'),
        url('../fonts/subset-SourceSansPro-LightIt.svg#SourceSansPro-LightIt') format('svg');
    font-weight: 300;
    font-style: italic;
}

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

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


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

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

body,html {
	background: #e9e6d8 url(../images/background.jpg) repeat center top;
}

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

/* Section */

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


/* Intro */

#intro {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	text-align: center;
}

/* Gallery */

#gallery {
	border-bottom: 14px solid #b9db7d;
}

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

#gallery ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 25%;
}

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

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

#gallery ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}



/* Links */

#links {
	background: #b9db7d;
	color: #fff;
	text-align: center;
}

#links .section {
	padding-top: 85px;
	padding-bottom: 85px;
}

#links .title {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 60px;
}

#links .title span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #767676;
	margin-top: 22px;
}

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

#links ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 65px;
	list-style: none;
	text-align: center;
}

#links ul li .ico {
	display: inline-block;
	width: 193px;
	height: 193px;
	text-indent: -9999em;
	background: #000 no-repeat center;
	-webkit-background-size: 126px;
	-moz-background-size: 126px;
	background-size: 126px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 10px solid #4e4e4e;
	-ms-behavior: url(/backgroundsize.min.htc);
	transition: transform 0.3s;
}

#links ul li .name {
	display: block;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 28px;
}


#links ul li a {
	position: relative;
	display: inline-block;
	padding-bottom: 46px;
}

#links ul li a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	margin-left: -15px;
	width: 30px;
	height: 2px;	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#links ul li a:hover .ico {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	transform: scale(1.07);
}

#links ul li a:hover:after {
	width: 50px;
	margin-left: -25px;
}

#links ul li.greenColored .ico {
	background-color: #35ad46;
	border-color: #54c163
}

#links ul li.greenColored a:after {
	background-color: #35ad46;
}

#links ul li.orangeColored .ico {
	background-color: #e99031;
	border-color: #fdae59
}

#links ul li.orangeColored a:after {
	background-color: #e99031;
}

#links ul li.redColored .ico {
	background-color: #de006b;
	border-color: #e82985
}

#links ul li.redColored a:after {
	background-color: #de006b;
}

/* Enrol */

#enrol .section {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#enrol .heading {
	margin: 0 0 9px;
}

#enrol .title {
	font-size: 30px;
	font-weight: 300;
	color: #5e5a5a;
}

#enrol .enrolBtn {
	position: relative;
	display: inline-block;
	min-width: 276px;
	background: #de006b;
	color: #fff;
	margin-top: 10px;
	padding: 11px 36px 11px 15px;
	font-weight: 600;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#enrol .enrolBtn:after {
	content: "";
	position: absolute;
	right: 54px;
	top: 50%;
	width: 8px;
	height: 13px;
	margin-top: -6.5px;
	background: url(../images/button-arrow.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#enrol .enrolBtn:hover {
	background-color: #f5327e;
}

#enrol .enrolBtn:hover:after {
	right: 30px;
}


/* Miscelleneous */

p {
	margin: 0 0 19px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 19px;
	padding: 0;
	font-weight: 600;
	color: #35ad46;
	line-height: 1.2;
}

.heading {
	margin: 0 0 19px;
	padding: 0;
	color: #35ad46;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

strong {
	font-weight: 600;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
#content a {
	color: #6CBD46;
}
#content a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	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%;  
}

.clearfix {  
  display: block;  
}

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

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

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

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

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 { 
	-webkit-transform: translateZ(0);
}
