/******
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
********/

html,
body {
    height: 100%;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	color: #8f8f8f;
	font-size: 16px;
}
/* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
		/* ----- Margin for Two Column Sticky Footer -----*/
        margin: 0 auto -264px;
		background: url(img/large-bg.jpg) bottom left no-repeat;
    	background-size: contain;
		background-color: #8bc8f4;
      }
		#wrap.home-wrap {
    	background: none;
		}
      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		/* ----- Height for Two Column Sticky Footer -----*/
        height: 264px;
      }
h1 {
	color: #355ea8;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 42px;
	font-family: 'kg_fall_for_you', Helvetica, sans-serif;
}
h2, h3 {
	color: #355ea8;
	font-size: 32px;
	font-family: 'kg_fall_for_you', Helvetica, sans-serif;
}

/* ----- IF One Column Header -----*/
header {
	background-color: #fff;
}
header.other-header {
	display: none;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #668695;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	float: none;
	display: block;
	line-height: normal;
}
.navbar-brand span {
	color: #3e469d;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #668695;
}
.navbar-brand > img {
	margin: 0 auto 10px;
	display: inline-block;
	height: 90px;
}
@media (min-width: 470px) {
	.navbar-brand {
		font-size: 21px;
	}
}
@media(min-width: 576px){
    .navbar-brand > img {
		float: left;
        display: inline;
        margin: 0;
        padding-right: 20px;
		height: 100px;
	}
    .navbar-brand .upper-head {
        font-size: 30px;
        display: table;
        padding-top: 30px;
    }
}
@media (min-width: 768px) {
	.navbar-header {
    float: none;
	}
	.navbar-brand .upper-head {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
	header.home-header {
	top: 0;
	}
	.navbar-brand {
		padding: 15px 210px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand {
		padding: 15px 310px;
	}
}
/* ----- One Column Header END -----*/

section#welcome {
	position: relative;
}
.tagline {
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px 25px;
	color: #fff;
	font-size: 26px;
	text-align: right;
	text-shadow: 1px 1px #000;
	line-height: 1.2em;
	font-family: 'kg_fall_for_you', Helvetica, sans-serif;
}
section#welcome .widetag.tagline {
	display: none;
}
#slider {
	z-index: -1;
	position: relative;
}
.home-bg-wrap.background-wrap {
	background: url(img/clouds.png) 0 top no-repeat, url(img/large-bg.jpg) bottom left no-repeat;
    background-size: auto, contain;
	background-color: #8bc8f4;
}
section#main-text {
	color: #3e60aa;
}
section#main-text .text-wrap {
	background: #fff;
	padding: 20px;
	border: 3px dashed #355ea8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section#main-text .home-text-wrap.text-wrap {
	background: transparent;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
section#main-text.home-text h1 {
	text-align: center;
}
section#main-text a {
    color: #e25c00;
}


/* ----- Quick Links -----*/

section#quick-links {
	padding-bottom: 70px;
}

.quick-links-column {
	margin-bottom: 20px;
	color: #fff;
}
.inner-quick-links {
	padding: 20px 0 0;
	border-top: 8px dotted #fff;
	border-bottom: 8px dotted #fff;
}

#quick-links .btn {
    display: block;
	position: relative;
    font-size: 32px;
    background: #fff;
    border: none;
    padding: 10px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	font-family: 'kg_fall_for_you', Helvetica, sans-serif;
}
#quick-links .btn:hover {
    background: #75a2d7;
	color: #fff;
}
#quick-links .btn::before {
    position: absolute;
    
    font-family: FontAwesome;
    font-size: 36px;
    color: #fff;
    left: 15px;
    top: 7px;
}
#quick-links #news-btn.btn {
	background: #1e90ff;
}
#quick-links #news-btn.btn:hover {
	background: #0080ff;
}
#quick-links #news-btn.btn::before {
    content: "\f0a1";
}
#quick-links #video-btn.btn {
	background: #ffa400;
}
#quick-links #video-btn.btn:hover {
	background: #cc8500;
}
#quick-links #video-btn.btn::before {
    content: "\f03d";
}
#quick-links #gallery-btn.btn {
	background: #ff69b4;
}
#quick-links #gallery-btn.btn:hover {
	background: #ff4da6;
}
#quick-links #gallery-btn.btn::before {
    content: "\f006";
}
#quick-links #zone-btn.btn {
	background: #82c03b;
}
#quick-links #zone-btn.btn:hover {
	background: #6a9c30;
}
#quick-links #zone-btn.btn::before {
    content: "\f007";
}
/* ----- Quick Links END -----*/



/* --- Social Media --- */

section#social-media {
	background: url('img/social-bg.jpg') top center no-repeat;
    background-size: cover;
	border-top: 5px solid #fff;
}
.social-title {
	margin-bottom: 20px;
	font-size: 52px;
}
.tweet-col {
    overflow: hidden;
}
.tweet-holder, .facebook-holder {
    /*text-align: center;*/
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 18px;
}
section#social-media a {
    color: #355ea8;
}
section#social-media a:hover {
    color: #355ea8;
}
.tweet-col h2, .face-col h2 {
	text-align: center;
	margin-top: 0;
	font-size: 38px;
	position: relative;
}
.tweet-col h2::before, .face-col h2::before {
	font-family: 'FontAwesome';
	font-size: 42px;
	color: #6ebbe4;
	position: absolute;
	left: 0;
	top: -2px;
}
.tweet-col h2::before {
	content: "\f099";
}
.face-col h2::before {
	content: "\f09a";
}
.tweet-holder .image, .facebook-holder .image {
	background-position: center;
	background-size: cover;
	height: 250px;
	overflow: hidden;
}
.tweet-col .time, .face-col .face-time {
    padding: 10px 0;
	font-weight: 700;
	font-size: 13px;
	color: #000;
	line-height: 1.9em;
}
.tweet-col .time img, .face-col .face-time img {
    height: 50px;
    width: 50px;
    float: left;
	margin-right: 10px;
	border-radius: 50%;
}
.tweet-col .tweet, .face-col .text {
    padding: 10px 0 20px;
    position: relative;
    line-height: 1.5em;
    font-size: 16px;
	color: #000;
	overflow: hidden;
}

#social-media a.PrettyLink.hashtag.customisable, #social-media a.PrettyLink.profile.customisable.h-card {
	color: #6ca1d2;
	text-decoration: none;
}

/********** CONTACT STYLES ********/

section#contact {
	border-top: 5px solid #fff;
}
.contact-wrap {
	background-color: #355ea8;
}
#contact_details {
}
#contact_details .pad_out {
	padding: 20px 0;
	color: #fff;
}
#contact_details h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 36px;
}
#contact_details .contact-title {
	font-size: 18px;
	font-weight: 700;
}
#contact_details .contact-phone {
	margin-bottom: 5px;
}
#contact_details .contact-phone, #contact_details .contact-email {
	color: #fff;
	font-size: 18px;
}
#contact_details .contact-name {
	margin-top: 20px;
}
#contact_details .contact-email {
	
}
#contact_details .contact-phone a, #contact_details .contact-email a {
	color: #fff;
}

.map-wrap {
    margin-bottom: -6px;
    padding-right: 0;
    padding-left: 0;
}
.inner-map a.circle-link {
	border-radius: 300px;
	height: 300px;
	width: 300px;
	margin: 50px auto 0;
	background-color: rgba(53, 94, 168, 0.8);
	-webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
	display: none;
}
.inner-map a.circle-link:hover {
	background-color: rgba(53, 94, 168, 0.7);
}

section#bottomm-logoss img {
	height: 90px;
	margin-bottom: 22px;
}

/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar a {
	display:block;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:20px;
}
#mobile_black_bar .staff_login, #mobile_black_bar .blogs {
	background: #000;
}
#mobile_black_bar .parent_login {
	background: #666;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #355ea8;
	color: #fff;
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
    margin-top: 16px;
}
.footer-right a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.footer-right a:hover {
    color: #ffd600;
}
.footer-right span {
    width: 50px;
    font-size: 22px;
}

/* ----- Common Styles -----*/

.top-buffer {
	padding-top: 40px;
}
.bottom-buffer {
	padding-bottom: 20px
}

/* ----- Responsive Styles -----*/

@media (min-width: 470px) {
	.tweet-col h2::before, .face-col h2::before {
	left: 10px;
	}
	.tweet-col .time, .face-col .face-time {
	font-size: 16px;
	line-height: 1.5em;
	}
	#contact_details .pad_out {
	padding: 30px 18px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
    font-size: 20px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -249px;
    }
    #push {
    height: 249px;
    }
}
@media(min-width: 576px) {
	section#welcome .widetag.tagline {
	display: block;
	}
	section#main-text.home-text h1 {
	font-size: 46px;
	}
	section#quick-links {
	padding-bottom: 60px;
	}
	#contact_details h2 {
	font-size: 38px;
	}
	#contact_details p {
	font-size: 20px;
	}
	#contact_details p:nth-child(2) {  
	font-size: 22px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
	font-size: 22px;
	}
	section#bottomm-logoss img {
		height: 80px;
	}
}
@media (max-width:991px) and (min-width:575px) {
    .col-xss-6 {
	width: 33.3333333333%;
	}
}
@media(min-width: 768px) {
	.tagline {
    font-size: 30px;
    margin-bottom: -142px;
	}
	section#main-text.home-text h1 {
	margin-bottom: 30px;
	}
	section#quick-links {
    padding-bottom: 80px;
	}
	#contact_details .pad_out {
	padding: 40px 50px;
	}
	#contact_details h2 {
	font-size: 40px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -210px;
    }
    #push {
    height: 210px;
    }
}

@media(min-width:992px) {
	.tagline {
    font-size: 40px;
    margin-bottom: -166px;
	}
	.background-wrap {
	background: url(img/other-clouds.png) 0 top no-repeat;
	}
	section#main-text {
	padding-top: 40px;
	}
	section#main-text.home-text h1 {
    font-size: 66px;
	}
	section#quick-links {
    padding-bottom: 90px;
	}
	.quick-links-column {
		padding-left: 10px;
		padding-right: 10px;
	}
	#quick-links .btn {
		font-size: 24px;
		padding: 15px 10px;
	}
	.tweet-col .tweet, .face-col .text {
    min-height: 150px;
	}
	section#contact {
	background-image: url(img/medium-map.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	}
	.contact-wrap {
	background: transparent;
	}
	#contact_details {
    background: rgba(53, 94, 168, 0.8);
    margin: 0 0 0 4%;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
	font-size: 20px;
	}
	#contact_details .contact-email {
    margin-bottom: 18px;
	}
	#contact_details .logo-wrap img {
	margin-bottom: 0;
	}
	.map-wrap {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
	}
	.inner-map a.circle-link {
		display: block;
	}
	.inner-map iframe {
		display: none;
	}
	.col-mdd-5 {
		width: 20%;
	}
	section#bottomm-logoss img {
    height: 70px;
	}
	section#bottom_login {
		display: none;
	}
	section#mobile_black_bar {
		display: none;
	}
	/* ----- IF Two Column Footer -----*/
	.footer-right {
    margin-top: 0;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -64px;
    }
    #push {
    height: 64px;
    }
}
@media(min-width:1200px) {
	.tagline {
	padding: 35px 70px;
    font-size: 50px;
    margin-bottom: -190px;
	}
	section#main-text.home-text h1 {
    margin-top: 10px;
	}
	section#quick-links {
    padding-bottom: 100px;
	}
	#quick-links .btn {
    font-size: 36px;
	padding: 10px;
	}
	#quick-links .btn::before {
    font-size: 36px;
    left: 15px;
    top: 10px;
	}
	.tweet-col .time {
	font-size: 16px;
	}
	#contact_details {
	margin: 0 0 0 6%;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
	font-size: 22px;
	}
	#contact_details .contact-email {
    margin-bottom: 10px;
	}
	/*.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
    width: 14.2222%;
	}*/
	/*section#bottomm-logoss img {
    height: 70px;
	}*/
}
@media(min-width:1400px) {
	section#quick-links {
    padding-bottom: 110px;
	}
	section#bottomm-logoss img {
    height: 80px;
	}
}
@media(min-width:1600px) {
	#wrap {
	background-size: 100%;
	}
	.background-wrap {
    background-size: contain;
	}
	.home-bg-wrap.background-wrap {
	background: url(img/clouds.png) 0 top repeat-x, url(img/large-bg.jpg) bottom center no-repeat;
	background-size: contain, cover;
	}
	section#quick-links {
    padding-bottom: 150px;
	}
}
@media(min-width:1700px) {
	section#contact {
	background-image: url(img/large-map.jpg);
	}
	#contact_details {
	margin: 0 0 0 10%;
	}
	#contact_details .pad_out {
    padding: 40px 70px;
	}
}
@media(min-width:2200px) {
	section#quick-links {
    padding-bottom: 170px;
	}
	.map-wrap {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 210px;
	}
}