@charset "utf-8";

/*body {
	padding-top: 40px;
}*/
.masthead {
	background-color: #528BBC;
	/*background-color: #000;*/
	margin: 0px;
	padding: 5px;
	color: #FFF;
}
.masthead  a {
	font-weight: bold;
	color: #FFF;
}
.schoolname {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
.schoolmotto {
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
.masthead  address {
	margin-top: 30px;
}
.panel.panel-green {
	background-color: #93A83F;
}

.panel.panel-green .panel-body p a {
	font-weight: bold;
	color: #FFF;
}
.panel.panel-green .panel-body h3 {
	color: #FFF;
}
.footer {
	padding: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #528BBC;
	background-color: #FFF;
}
.footerlinks li {
	list-style-position: outside;
	list-style-type: none;
}
a img {
	margin: 1px;
}
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box; 
    line-height: normal;
}
.housepoints {
	border-style: solid;
	border-width: 3px;
	border-radius: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
.green {
	color: #093;
}.yellow {
	color: #FC3;
}
.blue {
	color: #33F;
}
.red {
	color: #F00;
}
.housepoints.blue {
	border-top-color: #33F;
	border-right-color: #33F;
	border-bottom-color: #33F;
	border-left-color: #33F;
}
.housepoints.green {
	border-top-color: #093;
	border-right-color: #093;
	border-bottom-color: #093;
	border-left-color: #093;
}
.housepoints.yellow {
	border-top-color: #FC3;
	border-right-color: #FC3;
	border-bottom-color: #FC3;
	border-left-color: #FC3;
}
.housepoints.red {
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}.large_text {
	font-size: 250%;
	font-weight: bold;
}
.footer .container .row .col-xs-4.col-md-2 h4 {
	padding-left: 20px;
	color: #666;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
	width: 100%;
	overflow: hidden;
	height: 4rem;
	
	padding-left: 100%;
	
	margin-bottom: 5px;
}

.ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: 528BBC;
}

.ticker__item a{
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
  font-weight:bold;
}
.homelearning {
	list-style-type: none;
	display: inline-block;
}
.panel.panel-info .panel-body p a {
	font-weight: bold;
	color: #6260C6;
}
.carousel-caption {
	color: #333;
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}

@import url('https://fonts.googleapis.com/css?family=Montserrat');

.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #EEEEEE; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: #000;
}
.jumplinks {
	margin-bottom: 20px;
	margin-top: 20px;.stars {
	background-image: url(../images/backgrounds/stars.png);
	background-repeat: repeat;
}

/*
.navbar {
	background-color: #528BBC;
}
.navbar a{
	color: #FFF;
}
.navbar.navbar-default .container-fluid #bs-example-navbar-collapse-1 .nav.navbar-nav .dropdown .dropdown-toggle {
	color: #FFF;
	background-color: #528BBC;
}
.container.maincontent .navbar.navbar-default .container-fluid #bs-example-navbar-collapse-1 .nav.navbar-nav li {
	color: #FFF;
	background-color: #528BBC;
}*/
