/****************************
If you would like to make a global change on colors or font please find and replace all the following: 

Dark color: #013d8e
Light color: #d8d4d4

Font: 'Muli', sans-serif
****************************/
#wrap {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto 0;
    background: #fff;
    background-size: cover;
    background-position: calc(50% + 0px) calc(100% - 180px);
    /* margin: 0 auto -264px; */
}
#wrap.home{
    background: none;
}
#push {
    height: 231px;
    /* height: 264px; */
}
html, body{
    height: 100% ;
}
h1{
    color: #013d8e;
}
h1, h2, h3{
	margin-top: 10px;
    margin-bottom: 10px;
    color: #013d8e;
}
a{
    color: #013d8e;
}
small a:hover{
    color: #ffffff!important;
}
a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

header {
	background-color: #fff;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #013d8e;
	height: 100%;
	font-size: 22px;
	float: none;
	display: block;
    line-height: normal;
    font-family: 'kg_fall_for_you', sans-serif;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #013d8e;
}
.navbar-brand > img {
	margin: 0 auto 15px;
	height: 120px;
}
.upper-head {
	font-size: 28px;
	display: block;
}
.lower-head {
	font-size: 20px;
}
@media (min-width: 370px) {
	.upper-head {
    font-size: 28px;
	}
}
@media (min-width: 470px) {
	.upper-head {
	font-size: 32px;
	}
	.lower-head {
    font-size: 20px;
	}
}
@media (min-width: 576px) {
	.container > .navbar-header {
    padding-right: 30px;
	}
	.navbar-brand {
	float: left !important;
	line-height: 20px;
	width: 100%;
	}
	.navbar-brand > img {
	display: inline-block;
	padding-right: 20px;
	margin: 0;
	float: left;
	}
	.upper-head {
	margin-top: 22px;
	margin-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
	float: none;
	}
	.navbar-brand {
	line-height: 24px;
	}
	.upper-head {
    font-size: 36px;
	}
	.lower-head {
    font-size: 21px;
	}
}
@media (min-width: 992px) {
	.upper-head {
    font-size: 42px;
	}
	.lower-head {
    font-size: 26px;
	}	
}
@media (min-width: 1200px) {
	.upper-head {
    font-size: 48px;
	margin-bottom: 20px;
	}
	.lower-head {
	font-size: 28px;
	}	
}

#page-top:hover > .logo-scroll-bounce{
	display: block;
}
.logo-scroll-bounce{
	display: none;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    position: absolute;
    bottom: 0px;
    z-index: 200;
    left: 45%;
}
.logo-scroll-bounce:hover{
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
.mission-statement{
    text-align: center;
    background: #7092ff;
    padding: 10px 0px;
    color: #fff;
    font-size: 24px;
    font-family: 'kg_fall_for_you', sans-serif!important;
}
.other-page img.logo-image{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.useful-links .block{
	display: inline-block;
    clear: both;
    width: 100%;
    padding: 5px;
    border: 2px solid white;
    border-radius: 8px;
}
.useful-links .block:hover {
    background: #ffffff;
    color: #013d8e;
}
.useful-links .block:hover > .text{
	color: #013d8e;
}
.useful-links .block .image{
    display: inline-block;
    float: left;
}
.useful-links .block .text{
	display: inline-block;
    float: left;
    height: 100%;
    padding-top: 15px;
    font-size: 15px;
    text-indent: 5px;
    color: #ffffff;
	font-weight: bold;
}
.family-action img{
	background: #fff;
	border-radius: 8px;
	display: block;
	margin: auto;
	width: 100%;
}
#twitter_side_button, #calendar_side_button{
    background: #e9a92a;
    display: block;
    padding: 10px;
    font-size: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #ffffff;
}
#twitter_side_button:hover, #calendar_side_button:hover{
    color: #ffffff;
    background: #013d8e;
}
#strap-line-overlay{
    position: absolute;
    bottom: 0;
    right: 20px;
    background: #e9a92a59;
    padding: 20px;
    text-align: right;
    color: #ffffff;
    border-radius: 8px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}
#main-text.subpage{
	background: #ececec;
    padding: 30px 0px;
}
#main-text.subpage #content h1{
    font-size: 40px;
    font-weight: bold;
    color: #013d8e;
    padding-bottom: 8px;
    border-bottom: 2px solid #013d8e;
}
#school-logo-mobile{
    height: 150px;
    max-height: 150px;
    background: #013d8e;
    padding: 10px;
    border-top: 2px solid #fff;
}
#school-logo-mobile .container, #school-logo-mobile .row, #school-logo-mobile .col-xs-12.col-sm-12, #school-logo-mobile .img-responsive{
	height: 100%;
}
#school-logo-mobile .img-responsive{
    margin: auto;
    padding: 10px 20px;
    border-radius: 8px;
}
#page-top{
	position: relative;
}
#page-top #header-logo {
    padding-right: 0px;
    z-index: 9999;
    height: auto;
    max-height: 300px;
}
#page-top #header-logo .logo-container {
	height: 100%;
    position: relative;
    background: #013d8e;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.64);
    display: block;
	padding-top: 20px;
    text-align: center;
}
#header-logo img {
    width: 100%;
}
#page-top.other-page{
	position: relative;
	height: auto;
}
#page-top .container-fluid{
    padding: 0px;
    margin: 0;
}
#page-top .row{
    margin: 0;
}
#page-top #header-logo{
	padding-right: 0px;
	z-index: 9999;
}
#page-top #header-navbar{
	padding: 0px;
	z-index: 200;
}
#page-top #header-navbar ul#menu{
    list-style: none;
    width: 100%;
    padding-left: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 0px;
    background: #7092ff;
}
#page-top #header-navbar ul#menu li.topItem{
    text-align: center;
    display: inline-block;
}
#page-top #header-navbar ul#menu li.topItem a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    display: block;
    font-family: 'HelveticaLt', sans-serif!important;
}
#page-top #header-navbar ul#menu li.topItem > ul li a{
	padding: 0px;
}
#page-top #header-navbar ul#menu li.topItem > ul{
	display: none;
	padding: 0px;
}
#page-top #header-navbar ul#menu li.topItem:hover{
    cursor: pointer;
    background: #013d8e;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul{
    position: absolute;
    background: #7092ff;
    list-style: none;
    height: auto;
    display: block;
    cursor: pointer;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul li.subItem{
    padding: 10px;
    text-align: left;
    position: relative;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul li.subItem > ul.right{
 	display: none;
	position: absolute;
	text-align: left;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul li.subItem:hover{
	cursor: pointer;
    background: #013D8E;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul li.subItem:hover > ul.right{
    position: absolute;
    left: 100%;
    width: max-content;
    top: 0;
    padding: 0;
    list-style: none;
    background: #7092ff;
	display: block;
}
#page-top .container.other-page #login{
	float: right;
	margin-top: 15px;
}
#page-top .container.other-page .school-title{
    display: inline-block;
    margin-left: 10px;
    font-size: 33px;
    vertical-align: -webkit-baseline-middle;
    color: #ededed!important;
}
#page-top.other-page div[class*="col-"]{
    padding: 0;
}
#login h2{
	text-align: center;
}
#login #studentlogin{
	width: 100%;
}
#login #studentlogin .username, #login #studentlogin .username #username, #login #studentlogin .password #password{
	width: 100%;
}
#login #studentlogin .password{
    width: 100%;
    float: left;
    display: inline-block;
	margin-top: 5px;
}
#login #studentlogin .go{
    width: 100%;
    float: left;
    display: inline-block;
    padding: 1px;
	margin-top: 5px;
}
#login #studentlogin .username #username, #login #studentlogin .password #password{
	padding: 5px;
}
#login #studentlogin .gobutton{
	width: 100%;
	padding: 5px;
}
.left-title, .right-title{
    padding-bottom: 20px;
}
.left-title h2, .right-title h2{
	font-size: 40px;
}
#outside-wrapper{
	position: relative;
}
#outside-wrapper img.main-school-logo{
    position: absolute;
    z-index: 1;
    top: -65px;
    left: calc(50% - 100px);
}
#main-school-slogan{
	background: #013d8e;
}
#main-school-slogan h2{
	margin: 0px;
	padding: 30px;
	font-size: 35px;
	color: #ffffff;
}
#main-text{
	position: relative;
    padding: 50px 0px 40px 0px;
}
.home-bg-wrap{
    background: url('../images/main-bg_home.jpg') no-repeat bottom;
    background-size: 100%;
    background-color: #b7dcec;
}
#main-text .welcome_text h4{
    font-size: 40px;
    font-weight: normal;
    color: #013d8e;
}
#main-text .welcome_text h2{
    font-size: 45px;
    color: #7092ff;
}
#main-text .welcome_text .divider{
    height: 2px;
    width: 250px;
    margin-top: 25px;
    background: #ffffff;
}
#main-text #content p{
	font-size: 18px;
}
#main-text .container #login{
	padding: 15px;
    border: 2px solid #E9A92A;
    background: #E9A92A;
    color: #ffffff;
	border-radius: 8px;
}
#right-contact{
    padding: 10px;
    background: #e9a92a;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #ffffff;
}
#extra-links .extra-links-column{
    background: url('../images/four-plank-signpost.png?v=0.1') no-repeat center 0;
}
#extra-links .link{
    display: block;
    background: #fff; 
    border-radius: 8px;
    padding: 6px 0px;
    font-size: 25px;
    margin-bottom: 18px;
    text-align: center;
    font-family: 'kg_fall_for_you', sans-serif!important;
    position: relative;
    transition: 0.3s;
}
#extra-links .link:hover{
    color: #7092ff;
}
#extra-links .extra-links-column ul{
    margin: 19px auto 209px;
    width: 260px;
    padding: 0;
}
#extra-links-footer{
    background: url('../images/bottom-flowers.png') 0 bottom repeat-x;
    height: 130px;
    margin-top: -130px;
    position: relative;
}

#right-contact h2{
    font-size: 15px;
}
#main-text .container #login .gobutton {
    background: #013d8e;
    color: #E9A92A;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
}
#main-text .container #login #studentlogin .go {
    width: 50%;
    float: left;
    display: inline-block;
    margin-top: 5px;
}
#main-text .container #login #studentlogin .password {
    width: 49%;
    float: left;
    display: inline-block;
    margin-top: 5px;
}
#main-text .container #login .textfield {
	border: 0px;
}
#main-text .container #login #studentlogin .go{
	padding: 0px;
}
#main-text .container #login h2{
	margin-bottom: 10px;
}
#main-text .container #login .login_fail{
	color: #f00!important;
    font-size: 15px!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
}
#main-text a{
    color: #7092ff;
}
#main-text #content span p, #main-text #content li{
    font-size: 18px;
    text-align: justify;
    color: #666;
}
#main-text .container #pupil-login-container, #main-text .container #staff-login-container, #main-text .container #ofsted-download-container {
	margin-bottom: 10px;
}
#main-text .container #staff-login-container a, #main-text .container #ofsted-download-container a, #main-text .container .golden-stars-download-container{
	padding: 10px;
    border: 2px solid #E9A92A;
    background: #E9A92A;
    color: #ffffff;
    display: block;
    font-size: 20px;
	border-radius: 8px;
}
#main-text .container .golden-stars-download-container.headteacher, #main-text .container .golden-stars-download-container.class{
    border: 2px solid #013d8e;
    background: #013d8e;
}
#main-text .container.other-page{
    background-color: rgba(255, 255, 255, 0.7);
}
#main-text .container .golden-stars-download-container{
	padding: 10px;
    margin-bottom: 10px;
}
#main-text .container .golden-stars-download-container ul{
	list-style: none;
	padding: 0px;
}
#main-text .container .golden-stars-download-container ul li{
	text-align: left;
}
#main-text .container .golden-stars-download-container h3{
    font-size: 23px;
    text-align: center;
}
#main-text .container #golden-stars-download-container h3 i.fa-star{
	margin-top: 1px!important;
	color: gold;
}
#main-text .container #staff-login-container a:hover, #main-text .container #ofsted-download-container a:hover{
    color: #ffffff;
    background: #013d8e;
    border-color: #013d8e;
}
#homepage_slider_box{
    position: absolute;
    bottom: 85px;
    left: 20px;
    z-index: 1;
    color: #ffffff;
    width: 100%;
}
#homepage_slider_box h2{
    font-size: 135px!important;
    text-align: left;
    text-shadow: 2px 1px 2px rgb(44, 44, 44);
    font-family: 'kg_fall_for_you', sans-serif!important;
    margin: 0;
}
#homepage_slider_box h3{
    font-size: 60px!important;
    text-shadow: 2px 1px 2px rgb(44, 44, 44);
    font-family: 'ZeroDoubleTrouble', sans-serif!important;
    text-rendering: optimizeSpeed!important;
    padding: 0;
    margin: 0;
}

/************** BOTTOM BOARDS *************/
#bottom-blocks{
    padding: 100px;
    background: #ecfaff;
	position: relative;
}
#bottom-blocks .bottom-blocks-background{
    background: url(../images/ullswater2.jpg) no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
#bottom-blocks .panel{
	border-radius: 0;
}
#bottom-blocks .darker .panel-footer, #bottom-blocks .lighter .panel-footer{
	border: 0;
	border-top: 2px solid #013d8e;
}
#bottom-blocks .darker, #bottom-blocks .darker .panel-footer, #bottom-blocks .lighter, #bottom-blocks .lighter .panel-footer{
	background: #013d8e;
}
#bottom-blocks .panel-heading .image-container{
	max-height: 200px;
	height: 200px;
	width: 100%;
}
#bottom-blocks .panel-heading{
	padding: 0px 15px;
}
#bottom-blocks .panel-heading h2{
	color: #ffffff;
	text-align: center;
}
#bottom-blocks .panel-body{
	padding: 15px;
    padding-top: 0px;
	background: #ffffff;
    border: 2px solid #013d8e;
}
#bottom-blocks .panel-body .box{
	width: 100%;
}
#bottom-blocks .panel-body .box p{
	padding: 5px;
}
.twitter-link-btn{
	color: #ffffff;
    font-size: 20px;
    text-align: left;
    display: block;
    background: #c9292b;
    padding: 10px;
    border: 2px solid #ffffff;
}
.twitter-link-btn:hover{
	color: #c9292b;
    text-decoration: none;
    background: #ffffff;
}
#bottom-blocks .content{
	padding-top: 15px;
}
#bottom-blocks .panel-body h2{
	margin: 0px;
    margin-bottom: 10px;
	text-align: center;
	display: none;
}
#bottom-blocks .panel-body h2 a{
	color: #000000;
}
#bottom-blocks .panel-body a, #bottom-blocks a.panel-footer-link .panel-footer{
	color: #000000;
}
#bottom-blocks .panel-body a:hover, #bottom-blocks a.panel-footer-link .panel-footer:hover{
	color: #000000;
    font-weight: bold;
}
/************** GOOGLE MAPS ***************/
#google-maps .container-fluid{
	padding: 0px;
	height: 250px;
}
/************** TWITTER *****************/
#twitter-title{
	margin-bottom: 20px;
    color: #E9A92A;
}
#twitter-blocks{
	padding: 20px;
    background: #ecfaff;
}
#twitter-blocks .darker .panel-footer, #twitter-blocks .lighter .panel-footer{
	border: 0;
	border-top: 2px solid #adadad;
}
#twitter-blocks .darker, #twitter-blocks .darker .panel-footer{
	background: #013d8e;
}
#twitter-blocks .lighter, #twitter-blocks .lighter .panel-footer{
	background: #E9A92A;
}
#twitter-blocks .panel-heading{
	display: inline-block;
}
#twitter-blocks .panel-heading img{
    height: 50px;
    width: 50px;
	float: left;
}
#twitter-blocks .panel-heading .profile_text {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}
#twitter-blocks .panel-heading .profile_text p {
	margin: 0px;
	color: #ffffff;
}
#twitter-blocks .panel-heading .profile_text p:hover {
	color: #000000;
    font-weight: bold;
}

#twitter-blocks .panel-body{
    padding: 0px 15px 15px 15px;
    color: #ffffff;
}
#twitter-blocks .panel-body .image-container {
    max-height: 200px;
	height: 200px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
#twitter-blocks .panel-body .image-container .image-0, #twitter-blocks .panel-body .image-container .image-1, #twitter-blocks .panel-body .image-container .image-2{
	height : 100%;
	width: 100%;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
#twitter-blocks .panel-body .last {
    margin-top: 10px;
}
#twitter-blocks .panel-body .box{
	width: 100%;
}
#twitter-blocks .panel-body .box p{
	padding: 5px;
}
#twitter-blocks .panel-body h2{
	margin: 0px;
    margin-bottom: 10px;
	text-align: center;
}
#twitter-blocks .panel-body h2 a{
	color: #ffffff;
}
/********** CONTACT BLOCK ***************/
#contact_bottom{
	background: #013d8e;
}
#contact_bottom h2{
    color: #ffffff;
    font-size: 36px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    display: table;
}
#contact_bottom .left p, #contact_bottom .left h4{
	color: #ffffff;
}
#contact_bottom p.school{
    color: #ffffff;
    font-weight: bold;
}
#contact_bottom .left{
    padding: 20px 30px;
}
#contact_bottom .right{
    padding: 0;
    flex: auto;
}
#footer_logins .col-sm-12, #footer_logins .col-xs-12 {
    padding: 15px;
    font-size: 20px;
}
#footer_logins a {
    background: #013d8e!important;
    color: #ffffff!important;
    border-bottom: 2px solid #7092ff!important;
}
#footer_logins .row{
    margin: auto;
}
#footer_block{
    text-align: center;
    padding: 20px;
}
#footer_pupil_login{
	height: 45px;
    background: #E9A92A;
    color: #ffffff;
    font-weight: 600;
	cursor: pointer;
}
#footer_pupil_login h5{
	margin-top: 15px;
}
#footer_pupil_login_panel{
	display: none;
	padding: 15px;
}
#footer_pupil_login_panel #login h2, #footer_pupil_login_panel #login .go{
	display: none!important;
}
#footer_pupil_login_panel #login .username, #footer_pupil_login_panel #login .password{
	padding: 10px!important;
	width: 100%!important;
}
#footer_pupil_login_panel #login input.textfield{
	width: 100%!important;
    margin: 0px!important;
    padding: 10px!important;
    border: 2px solid #013d8e;
}
/************* FOOTER *******************/
section#footer footer{
    padding: 20px;
    background: #7092ff;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}
section#footer footer a{
    color: #fff;
}
/************** IMAGE CAROSUEL ***********/

#header-carousel{
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}
#header-carousel .slides{
	height: 100%;
	width: 100%;
}
#header-carousel .slides .image-1, #header-carousel .slides .image-2, #header-carousel .slides .image-3{
	height: 100%;
	width: 100%;
	background-size: cover!important;
	background-position: top left, 0px 0px!important;
}
#header-carousel .slides .image-1{
	background: url("../images/image-4.JPG") no-repeat;
}
#header-carousel .slides .image-2{
	background: url("../images/image-5.JPG") no-repeat;
}
#header-carousel .slides .image-3{
	background: url("../images/image-6.JPG") no-repeat;
}

.header-carousel-container #login{
    z-index: 9999;
    position: absolute;
    right: 0;
    right: 5%;
    bottom: 5%;
    background: rgba(255, 255, 255, 0.91);
    padding: 20px;
    border: 2px solid rgba(16, 130, 71, 0.39);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.64);	
}

.box .content p .fa.fullstop{
	margin-top: 3px;
    margin-right: 15px;
	color: #000000;
}

#school-tag-line{
	background: #7092ff;
    padding: 60px;
}
#school-tag-line h2{
	font-size: 60px;
    text-align: center;
    color: #013d8e;
    margin: 0;
}
@media(min-width: 576px){
    #wrap {
    margin: 0 auto 0px;
    background-position: calc(50% + 0px) calc(100% - 180px);
    }
    #push {
    height: 208px;
    }
}
@media(min-width: 768px){
    #wrap {
    margin: 0 auto 0;
    background-position: calc(50% + 0px) calc(100% - 180px);
    }
    #push {
    height: 208px;
    }
    #main-text .container.other-page{
    padding: 20px;
    border-radius: 8px;
    border: 2px dashed #013d8e;
    }

}
@media(min-width: 992px){
    #wrap {
    margin: 0 auto -60px;
    background: url('../images/main-bg.jpg') no-repeat;
    background-attachment: fixed;
    }
    #push {
    height: 60px;
    }
    header{
    background-color: rgba(255, 255, 255, 0.8);
    }
    .mission-statement{
    font-size: 32px;
    }
    #contact_bottom .row{
        display: flex;
    }
}
@media(min-width: 1200px){
    .mission-statement{
        font-size: 36px;
    }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-30px); }
  60% { transform: translateY(-15px); }
}