@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    border: 0;
}
#banner_slider .slider-item {
	width: auto;
	/* height: 250px; */
}
#banner_slider .slider-item img {
	width: 100%;
	/* height: 250px; */
}

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


/********************************/

/* Basic Typography */

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    font-size: 12px;
}

a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}



h1 {
    color: #000000;
    font-weight: bold;
    margin: 25px 0 10px;
    font-size: 30px;
    padding-bottom: 4px;
}

h2 {
    color: #000000;
    font-weight: bold;
    margin: 0px 0 5px;
    font-size: 25px;
}

h3 {
    color: #0a7e4a;
    font-size: 20px;
    margin: 0px 0 10px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

p {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
    color: #000000;
}

.box h2 a {
    color: #000;
    font-size: 33px;
}
.box .content{
	padding: 20px 20px;
    background: #ffffff;
    margin-top: 10px;
}
p.title {
    margin: 0;
    font-weight: bold;
}

#login h2 {
    font-size: 23px;
}

.col-1-3 > .box > h2 {
    margin-bottom: 15px;
}

.left.content h2 {
    margin-top: 20px;
}

#tweets{
	border:1px solid #4770a2;
	padding:10px;
	margin:10px 0px;
}
.col-1-3 {
    width: 320px;
    display: block;
    float: left;
}
#header, #footer {
    padding: 20px 0;
}

.col-1-3.middle {
    margin: 0 10px;
}
#feeds{
	padding: 20px 0px;
}
#feeds .box > .content > p {
    padding-left: 15px;
    background: url(images/star.png) no-repeat left top;
    background-position-y: 3px;
}

#footer p {
    text-align: center;
    padding: 20px;
    margin: 0;
}

.class_items_holding {
    clear: both;
}

.class_heading_left, .class_heading_right {
    margin-top: 15px !important;
}

#class_menu_holding {
    margin: 20px 0 45px;
}

#twitter_widget{
    margin-top: 10px;
    border: 1px solid #4f2b7e;
    border-radius: 5px;
	height: 400px;
    overflow-x: hidden;
    overflow: auto;
}
/**********************************/
#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: 50%;
    float: left;
    display: inline-block;
	margin-top: 5px;
}
#login #studentlogin .go{
    width: 48%;
    float: right;
    display: inline-block;
    padding: 1px;
	margin-top: 5px;
}
#login #studentlogin .username #username, #login #studentlogin .password #password{
	padding: 10px;
}
#login #studentlogin .gobutton{
	width: 100%;
	padding: 5px;
}

/******** STYLES TO BE RE-USED **********/

.rounded, .box.contact {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.shadow {
	-webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px -1px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px -1px 10px 0px rgba(50, 50, 50, 0.4);
}

#banner_hp{
	background:url(images/OPEN%20DAY%20BANNER%20170516.png) no-repeat;
	width:650px;
	height:220px;
	background-size:100%;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:10px;
}
#header_section{
	background: #ffffff;
}

#additional_features{
    background: #b9aacb;
	border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
#additional_features .container .block{
	display: block;
    color: #4f2b7e;
	cursor: pointer;
	text-decoration: none;
}
#additional_features .container .block-container{
    padding: 20px 0px;
}
#additional_features .container .block:hover, #additional_features .container .block:hover > p{
	color: #ffffff!important;
}
#additional_features .container .block img{
	height: 48px;
}
#additional_features .container .block p{
	font-size: 20px;
	margin: 0;
    margin-top: 10px;
	text-align: center;
	color: #4f2b7e;
}
#pupil_login_container{
    padding: 40px 0px;
    background: #b9aacb;
    display: none;
    position: relative;
    border-bottom: 2px solid #ffffff;
}
#pupil_login_container #login h2 {
	text-align: center;
    color: #4e2c7e;
    margin-bottom: 15px;
}
#pupil_login_container #login .textfield{
	border: 0;
}
#login #studentlogin .go{
	padding: 0;
}
#pupil_login_container #login .gobutton {
    background: #4e2c7e;
    color: #ffffff;
	padding: 10px;
    cursor: pointer;
}
#pupil_login_container .close_button{
	position: absolute;
    left: 20px;
    top: 25px;
    background: white;
    color: #4d2c7e;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	cursor: pointer;
}
#additional_features .container .block:hover i, #additional_features .container .block:hover img {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#menu{
	display: inline-block;
	list-style: none;
}
#menu{
	margin-bottom: 0;
}
#menu li{
	display: inline-block;
}
#menu li a{
	display: block;
	padding: 8px 10px;
}
#menu li a:hover{
	background: #4e2c7e;
    color: #ffffff;
    text-decoration: none;
}
#menu li ul{
	display: none;
}
#menu li:hover, #menu li:hover > a{
	background: #4f2b7e;
	color: #ffffff;
	position: relative;
}
#menu li:hover > ul{
    display: block;
    position: absolute;
    z-index: 999;
    width: max-content;
	background: #b9aacb;
}
#menu li:hover > ul li{
	float: left;
    clear: both;
    width: 100%;
    text-align: left;
	position: relative;
}
#menu li:hover > ul li:hover > ul{
	left: 100%;
	top: 0;
}
ul.rev{
	right: 100%!important;
	left: unset!important;
	background: #4f2b7e!important;
}
ul.rev li{
	background: #4f2b7e!important;
}
ul.rev li:hover{
	background: #b9aacb!important;
}
ul.rev li a{
	color: #ffffff;
}
#grade_slider{
	margin-bottom: 0;
}
#grade_slideshow img, #grade_slideshow .slider-item.cycle-slide{
	width: 100%;
}