  /* WEBBAR BAR /

#google_translate_element {
	position: absolute;
	top: -4px;
	padding: 10px;
	background: #c33;
	transition: 0.3s;
	display: none;
	left: 47px;
}
#google_translate_element.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
.search-content{
	position: absolute;
	top: 60px;
	padding: 12px 12px;
	background: #c3795d;
	transition: 0.3s;
	left: 47px;
	font-size: 20px;
	display: none;
}
.search-content.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
#search_button{
	color: #fff;
}
#search_button:hover{
	color: #cc0;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


/ MENU ****/

nav {
	background: none;
	/*border-bottom: 1px solid #fff;*/
}
nav.home-nav {
	border-bottom: 4px solid rgba(255, 255, 255, 0.7);
}
#main-menu {
	display: none;
}
ul#menu {
	width:100%;
	text-align:center;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 0;
	background: none;
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
}
ul#menu, ul#menu li, ul#menu ul {
	list-style: none !important;
	list-style-image: none !important;
}
ul#menu .topItem {
	display:inline-block;
	float:none !important;
	margin: 0 0px 0 0;
	padding: 0 0px;
	color: #473016;
	height:64px;
	position: relative;
	line-height: 20px;
	top: 0px;
	text-align:center;
	margin-right: 2px;
	/*border-right: 1px solid #fff;*/
	/*width: 116px;*/
	background: #ce3434;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	flex: auto;
}

ul#menu .topItem:hover {
	background-color: #b92d2d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul#menu .topItem:last-child {
	margin-right: none;
}
ul#menu li{
	/*height: 40px;*/
	line-height: 2px;
	text-align: left;
	position: relative;
	text-decoration: none;
	display:block;
	/*top: 37px;*/
}
ul#menu li a {
	font-size: 15px;
	/*height: 30px;*/
	color: #fff;
	margin: 0;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
}
ul#menu li a.topLink {
	font-weight: 700;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	position: relative;
}
ul#menu li a.topLink:hover {
	
}
ul#menu li a:hover {
	color: #fff;
}
ul#menu ul {
	display: none;
	position: absolute;
	top: 74px;
	left: 0px;
	margin: 0px;
	z-index: 598;
	white-space: nowrap;
	padding: 0px;
	font-size: 0;
}
ul#menu ul li{
	display: block;
}
ul#menu li:hover > ul{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
ul#menu ul {
	text-align: left;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	z-index: 9999 !important;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
ul#menu ul ul{
	margin-left: 100%;
	top: 0px !important;
	position: absolute;
}
ul#menu .subItem a {
	display: block;
	padding: 20px 15px;
	background-color: #ce3434;
	min-width: 189px;
	-webkit-transition: background .2s ease-in-out;
-moz-transition: background .2s ease-in-out;
transition: background .2s ease-in-out;
}
/*ul#menu li:last-child .subItem a {
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}*/
ul#menu ul li.subItem:last-child:hover {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul#menu .subItem a:hover {
	background-color: #b92d2d;
	color: #fff;
}
/*ul#menu ul li.subItem:last-child:hover {
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}*/

@media screen and (min-width: 1024px) {
	#main-menu {
		display: block;
	}
}

/*** STICKY MENU **/

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	border-top: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
}
/*.home-nav .sticky ul#menu, .sticky ul#menu {
	background-color: #013858;
}*/
/*.home-nav .sticky ul#menu .subItem a {
	background:#013858;
}*/

/ MOBILE MENU ***/

.slicknav_menu {
	background: #c33 !important;
	display: block;
}
.slicknav_btn {
	background-color: #a32929 !important;
}
.slicknav_nav .topItem a {
	color: #fff !important;
}
.slicknav_nav a:hover {
    background: #a32929 !important;
    color: #fff !important;
}
.slicknav_nav .topItem.slicknav_open a, .slicknav_nav .topItem:hover a{
	color: #fff !important;
}
li.topItem.slicknav_parent.slicknav_open {
	background: #d14747 !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:#c33;
    color: #fff;
    padding:4px 15px;
    cursor: pointer;
	width:95%;
	margin-left:5%;
	border-radius:5px;
	text-transform: capitalize;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#login .gobutton:hover {
    background: #a32929;
}
#login .textfield {
	width:100%;
	border:1px solid #575757;
	border-radius:5px;
	color:#575757;
}
#login h2 {
	font-size:22px;
	color:#ce3434;
}

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

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

/ TWO COLUMN CONTACT STYLES ****/

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

/ CAROUSEL STYLES ***/

.carousel_block {
	padding-top: 15px;
}
.carousel_block h1 {
	text-align: center;
}
.carousel-inner .item {
	padding: 20px 60px 100px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}


/ LINK STYLES DO NOT REMOVE ***/

.file_gallery .file {
	/*display: inline-block;*/
	vertical-align: middle;
	background: #c33;
	color: #fff!important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  }
  .file_gallery .file:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #a32929;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .file_gallery .file:hover, .file_gallery .file:focus, .file_gallery .file:active {
	color: white;
	text-decoration: none;
  }
  .file_gallery .file:hover {
	background: #c33;
  }
  .file_gallery .file:hover:before, .file_gallery .file:focus:before, .file_gallery .file:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
  }


.standard_box {
	background: #ff6246;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.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, #content .standard_box a {
	color: #fff !important;
}
#content .standard_box:hover a, #content .standard_box:hover p {
	color: #fff !important;
}
.work_list .standard_box a:hover, #sub_page_list.work_list .standard_box:hover, .work_list .standard_box:hover {
    background: #ff3c1a;
	color: #fff;
}
#class_menu li a {
    color: #fff !important;
}

/ MISCELLANEOUS STYLES DO NOT REMOVE ***/

.modal {
	z-index: 9999999;
}
#webblog_password_container h3 {
    color: #39c;
}
.standard_box h2 {
    color: #39c;
}
#governer_password h2 {
	color: #39c;
}
form label {
    color: #39c;
}
.fc-header-title h2 {
    font-size: 17px;
}
@media (min-width: 420px){
	.fc-header-title h2 {
    font-size: 30px;
	}
}

/ SLICK STYLES DO NOT REMOVE ***/

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -60px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
	content: "\f137";
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -60px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f138';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 80px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    /*opacity: .25;*/
    color: #cc0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.e-blocks .slick-dots li button:before {
    color: #f3c943;
}*/
.slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    color: #fff;
}
.e-blocks .slick-dots li.slick-active button:before {
    color: #036;
}
/*@media (min-width: 1200px){
	#bottom-blocks .slick-dots {
		padding-right: 15px;
		text-align: right;
	}
	#bottom-blocks .slick-track {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}*/

@media (min-width: 992px){
	#menu{
		height:64px !important;
	}
	#menu li.topItem:hover{
		top: -10px !important;
    	padding: 10px 0px 0px !important;
    	height: 74px !important;
	}
}
