
/************************************** STICKY MENU ******************************************/

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	z-index: 9999;
}

/********** MOBILE MENU ********/

.slicknav_menu {
	background: #8f8f8f !important;
	display: block;
}
.slicknav_btn {
	background-color: #575757 !important;
}
.slicknav_nav .topItem a {
	color: #575757 !important;
}
.slicknav_nav a:hover {
    background: #575757 !important;
    color: #FFF !important;
}
.slicknav_nav .topItem.slicknav_open a, .slicknav_nav .topItem:hover a{
	color: #FFF !important;
}
@media screen and (min-width: 1024px) {
	.slicknav_menu{display:none !important;}
}
/********** MENU END ********/


#slider, #grade_slider {
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
#slider > #slideshow .slider-item, #grade_slider  > #grade_slideshow .slider-item{
    width: 100% !important;
    height: auto !important;
}
.slider-item img {
    height: auto;
    width: 100%;
}

/********** LOGIN STYLES ********/

.header-login {
	display: none;
}
#login {
	margin:10px 0px;
}
#login .username {
	width:100%;
	margin-bottom:3px;
}
#login .password {
	width:70%;
	margin-right:0px;
}
#login .go {
	width:30%;
}
#login .gobutton {
    background:#575757;
    color: #FFF;
    padding:4px 15px;
    cursor: pointer;
	width:95%;
	margin-left:5%;
	border-radius:5px;
}
#login .textfield {
	width:100%;
	border:1px solid #575757;
	border-radius:5px;
	color:#575757;
}
#login h2 {
	font-size:22px;
	color:#575757;
}

@media (min-width: 1024px){
	.header-login {
		display: block;
	}
	#container {
		width: 970px !important;
	}
}
@media (min-width: 1280px){
	#container {
		width: 1170px !important;
	}
}

@media screen and (max-width: 1024px) {
	#imageTop{display:none !important;}
	#imageBottom{display:none !important;}
	section#large-image{margin-top:0px !important;}
}

/*********************************** TWO COLUMN CONTACT STYLES ***************************************/

@media(min-width:1024px) {
	/***** WE ONLY WANT IT FLEX FOR BIGGER BROWSERS ****/
	#contact .row{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}


.file_gallery .file {
	background: #fff;
	color: #6699cc !important;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.file_gallery .file:focus, .file_gallery .file:hover {
    background: #6699cc !important;
	color: #fff !important;
	text-decoration: none;
}
.standard_box {
	position: relative;
	background: transparent;
	border: 1px solid transparent;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.standard_box::after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}
.work_list .standard_box a {
    color: #fff !important;
	padding: 5px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#content .standard_box p {
	/*color: #fff !important;*/
	color: #fff !important;
	border-bottom: 3px solid #fff;
	-webkit-transition: border-bottom .3s ease-in-out;
	-moz-transition: border-bottom .3s ease-in-out;
	transition: border-bottom .3s ease-in-out;
}
#content .standard_box:hover a, #content .standard_box:active a, #content .standard_box:hover p {
	color: #6699cc !important;
	border-bottom: 3px solid transparent;
}
#content .standard_box.newsflash:hover a, #content .standard_box.newsflash:hover p{
	color: #fff !important;
}
.work_list .standard_box a:hover {
	/*background: #000099;*/
	/*border: 1px solid #EEE;*/
	color: #fff;
}
#sub_page_list.work_list .standard_box:hover, .work_list .standard_box:hover {
	/*background: #000099;*/
	border: 1px solid #EEE;
	color: #fff;
}
.work_list .standard_box:hover::after, .work_list .standard_box:active::after {
	height: 100%;
}
#class_menu li a {
	color: #fff !important;
	background: #006699;
	border: 0;
	margin: 0px 5px 5px 0px;
	border-radius: 8px;
	transition: 0.3s;
}
#class_menu li a:hover{
	background: #6699cc;
	text-decoration: none;
}
/********** MISCELLANEOUS STYLES DO NOT REMOVE ********/

#webblog_password_container h3 {
    color: #39c;
}
.standard_box h2 {
    color: #39c;
}
#governer_password h2 {
	color: #39c;
}
form label {
    color: #39c;
}
table{
	border-collapse: inherit;
	border-color: #fff;
}