@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('http://fonts.googleapis.com/css?family=Cabin:400,700');

html, body {
	height: 100%;
}
* {
/*	border: 1px dashed red;         */
}
body {
  	font-family: 'PT Sans', 'sans-serif';
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: 0px -300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrap {
	min-height: 100%;
}
.content-bg {
	background-color: white;
}
.shaded-bg {
	background-color: #FFE69F;
	padding-top: 20px;
}
.greybox {
	border: 1px solid #c2c2c2;
	background-color: #e5e7e6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	overflow: auto;
}
.corners {
	border-color: #e5e7e6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.corners-small {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.corners-round {
	border-color: #e5e7e6;
	-webkit-border-radius: 60px !important;
	-moz-border-radius: 60px !important;
	border-radius: 60px !important;
	margin: 0 auto;
	width: 120px;
	height: 120px;
}
	
.btn-custom {
display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;
  background-color: #321700;
  border-color: #321700;
  color: #FFE69F;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #321700;
  border-color: #321700;
  color: white;
  text-decoration:none;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #321700;
  border-color: #321700;
}
.content .pull-left {
	margin: 0px 20px 20px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.content .pull-right {
	margin: 0px 0px 20px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Mask over image */
.mask {
   position: relative;
   overflow: hidden;
}
.mask img {
	margin-bottom: 10px;
}
.mask h6 {
	position: absolute;
	top: -100px;
	left: 0;
	padding: 10px;
	margin: 0px;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	text-decoration:none;
	text-align:center;
	width: 100%;
}
.mask:hover h6 {
   -webkit-transform: translateY(170px);
   -moz-transform: translateY(170px);
   -o-transform: translateY(170px);
   -ms-transform: translateY(170px);
   transform: translateY(170px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
/* embed responsive content */
.responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* header */
header {
	padding: 20px 0px 20px 0px !important;
	margin: 0px !important;
	border-bottom: 5px solid #349594;
	position: relative;
	min-height: 130px;
}
.tagline {
	color: white;
	font-family: 'Open Sans';
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	text-transform:uppercase;
	margin-top: 0px;
	text-align: right;
}


/* footer */
footer {
	background: #cccccc url('http://www.kts.school.nz/uploads/layout/kts-flower-bg.png') repeat-x;
	margin-top: 20px;
	padding: 20px 0px 20px 0px;
}
footer p {
	font-size: 14px;
	line-height: 20px;
	color: black;
}
footer p a {
	color: black;
	text-decoration:none;
}

/* Gallery */
ul.gallery {         
	padding:0 0 0 0;
	margin:0 0 0 0;
}
ul.gallery li {     
	list-style:none;
	margin-bottom:25px;           
}
ul.gallery li img {
	cursor: pointer;
}
.gallerycontrolcontainer a {
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;          
}
.gallerycontrolcontainer a.next {
    float:right;
    text-align:right;
}	  
/* slider */
#carousel {
	border-bottom: 5px solid #4a3803;
}
.carousel-caption {
	width: 100%;
	left: 0;
    bottom: 0;
	height: 69px;
	background-color:rgba(0,0,0,0.2);	
}
.carousel-caption h3 {
	text-align: center;
	font-size: 23px;
	margin: 0px;
	padding: 0px;
	color: white;
}
/* back to top */
#back-top a{position:fixed;bottom:30px;right:30px;color:#eee;background-color:rgba(0,0,0,0.3);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;padding:10px;border-radius:5px;text-align:center}
#back-top a:hover{background-color:rgba(0,0,0,0.7)}
#back-top a i{font-size:3em}

/* top navbar */
.nav {
}
.navbar .container {
	padding: 0px !important;
}
.navbar {
	min-height: 10px;
}
.navbar-default {
	border: none;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	padding: 0px !important;
	margin: 0px !important;
}
.navbar-bg {
}

.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
.navbar-default .navbar-nav > li {
/*	margin-left: 20px; */
}
.navbar-default .navbar-nav > li > a {
    color: black;
	text-transform:uppercase;
	font-weight: 700;
	font-family: 'Open Sans';
	font-size: 19px !important;
	text-decoration:none;
	padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #349594;
	background-color:transparent;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
.navbar-toggle {
	background-color: #349594;
	color: white;
}
.navbar-toggle:hover {
    background-color: #DDD;
}
.navbar-toggle:hover .icon-bar {
    background-color: #349594;
}
.navbar-toggle .icon-bar {
    background-color: white;
}
.dropdown-menu li a {
	text-decoration:none;
}
@media (min-width: 481px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* side nav bar */
.sidemenu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidemenu li {
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
}
.sidemenu li a {
	text-decoration:none;
	color: black;;
	font-size: 18px;
	line-height: 24px;
}
.sidemenu li  a:hover {
	color: #34b80a;
}
.sidemenu li.active {
	background-color: #1E2133;
}
.sidemenu li.active a {
	color: white;
}
/* Isotope filter gallery */
#filters {
	margin: 10px 0px 10px 0px;
}
#filters ul {
	margin: 0px;
	padding: 0px;
}
#filters ul li {
	display: inline
}
#filters a {
	color: #321700;
 padding: 5px 10px; border: 1px solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0 5px 10px 0; border-radius: 3px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;
}
#filters a:hover {
	background-color: black; border-color: #321700; color: #fff !important;
}
#filters .selected {
	background-color: #FFE69F; border-color: #FFE69F; color: #321700 !important;
}
#isotope-wrapper {
	border: 1px solid white;
}
.isotope-item {
 z-index: 2
}
.isotope-hidden.isotope-item {
 pointer-events: none; z-index: 1;
}
.isotope, .isotope .isotope-item {
 -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s;
}
.isotope {
 -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width;
}
.isotope .isotope-item {
 -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
 -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s;
}
.isotope.infinite-scrolling {
 -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;
}
.w-box {
 margin: 0 0 15px 0; padding-bottom: 12px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; position: relative; overflow: hidden; cursor: default; border: 1px solid #e0eded;
}
.w-box .figure a {
 display: block; width: 100%; height: 100%; position: relative;
}
.animate-hover-slide .figure {
 position: relative; overflow: hidden;
}

/* Map */
#map-canvas {
	width: 100%;
	height: 250px;
}

/* BS fixes */
.img-responsive {
	width: auto;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.navbar-default {
/*		background-color:rgba(255,255,255,0.6) !important; */
		background-color:white !important;
	}
	.navbar {
		position: absolute;
		top: 130px;
		width: 100%;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default {
/*		background-color:rgba(255,255,255,0.6) !important; */
		background-color:white !important;
	}
	.navbar {
		position: absolute;
		top: 130px;
		width: 100%;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default {
/*		background-color:rgba(255,255,255,0.6) !important; */
		background-color:white !important;
	}
	.navbar {
		position: absolute;
		top: 130px;
		width: 100%;
	}
	.tagline {
		font-size: 18px;
		line-height: 20px;
	}
	.navbar {
		top: 80px;
	}
	.logo {
		height: 150px;
	}
}

/* Portrait tablets */
@media (max-width: 767px) {
	.navbar-default {
		background-color:transparent !important;
	}
	.nav {
		background-color:white !important;
	}
	.logo {
		height: 100px;
		position: relative;
		top: -50px;
	}
	.navbar {
		top: 40px;
	}
}

/* Landscape phones */
@media (max-width: 480px) {
	.navbar-default {
		background-color:transparent !important;
	}
	.nav {
		background-color:white !important;
	}
	.logo {
		height: 100px;
		position: relative;
		top: -50px;
	}
	.navbar {
		top: 40px;
	}
}

/* Stylesheet: layout Modified On 2015-02-15 23:05:15 */
/* main content */
.redtext {
	color: #f30812;
}
.greentext {
	color: #34b80a;
}
.orangetext {
	color: #f37006;
}
.tealtext {
	color: #349594;
}
.bluetext {
	color: blue;
}
.blacktext {
	color: black;
}
h1 {
  	font-family: 'Cabin';
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	margin-bottom: 0px;
	color: #349594;
}
h2 {
  	font-family: 'Cabin';
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	margin-bottom: 0px;
}
h2.red {
	color: #f30812;
}
h2.green {
	color: #34b80a;
}
h2.orange {
	color: #f37006;
}
h2.teal {
	color: #349594;
}
h2.blue {
	color: #1E2133;
}
h3 {
  	font-family: 'Cabin';
	font-size: 24px;
}
h4 {
  	font-family: 'Cabin';
	font-size: 18px;
}
h5 {
  	font-family: 'Pt Sans';
	font-size: 14px;
	color: #808080;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 15px;
	text-transform:uppercase;
}
h6 {
  	font-family: 'Cabin';
	font-size: 12px;
}
p {
	font-size: 18px;
	line-height: 24px;
	color: black;
}
p a {
	color: #349594;
	text-decoration:none;
}
p a:hover {
	color: #349594;
	text-decoration:none;
}
p strong {
	font-weight: 700;
}
.content table.list {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 20px;
}
.content table.list tr td {
	color: black;
	font-size: 17px;
	line-height: 18px;
	padding: 8px;
	vertical-align: top;
}
.content table.list tr:nth-child(odd) {
	background-color: #ffeded;
}
.content table.newslist tr td:nth-child(1) {
	width: 35%;
}
.content table.newslist tr td:nth-child(2) {
	width: 65%;
}

/* forms */
.form-group .control-label {
}
.form-group .form-control {
}
.form-group.required .control-label:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 9px;
	content: " \f069";
	color: red;
	vertical-align:top;
}
.fieldspace {
	padding: 10px;
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 15px !important;
		padding: 2px 6px 2px 6px;
	}	
	h1 {
		font-size: 28px;
		line-height: 28px;
	}
	h2 {
		font-size: 28px;
		line-height: 28px;
	}
	.content table tr td,
	p {
		font-size: 16px;
		line-height: 22px;
	}
}

/* Stylesheet: essentials Modified On 2016-10-05 16:38:30 */
