  /* WEBBAR BAR /

#webbar_upgraded {
    background: #47809e;
}
#webbar_upgraded .container .upgraded_button:hover::after {
    color: #ffd600;
}
#webbar_upgraded .container .upgraded_button_icon:hover > i.fa, #webbar_upgraded .container .upgraded_button:hover {
    color: #ffd600;
}
#webbar_upgraded .container .blogging .blogs_menu_list {
    background: #47809e;
}
#webbar_upgraded .container .blogging:hover .blogs_menu_list a:hover {
    color: #ffd600;
}
#webbar_upgraded .container #google_translate_element .goog-te-gadget .goog-te-combo {
    background: #47809e;
}
#webbar_upgraded .container .search-content #search {
    background: #47809e;
}
#webbar_upgraded .container .search-content::after {
    background: #47809e;
}


/ MENU ****/

nav {
	background: #5390b1;
	border-bottom: 1px solid #fff;
}
#main-menu {
		display: none;
	}
nav a.nav-logo {
	position: absolute;
	z-index: 100;
	
}
/*.Íøºì±¬ÁÏ-nav a.nav-logo {
	display: none;
}*/
#main-menu a.menu-nav-logo {
	display: none;
}
#main-menu a.menu-nav-logo img {
	-webkit-box-shadow: 4px 4px 4px 0px rgba(204, 204, 204, 0.31);
	-moz-box-shadow:    4px 4px 4px 0px rgba(204, 204, 204, 0.31);
	box-shadow:         4px 4px 4px 0px rgba(204, 204, 204, 0.31);
}

.Íøºì±¬ÁÏ-nav #main-menu a.menu-nav-logo {
	display: none;
}
ul#menu {
	width:100%;
	text-align:center;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 0;
	background-color: #5390b1;
}
ul#menu, ul#menu li, ul#menu ul {
	list-style: none !important;
	list-style-image: none !important;
}
ul#menu .topItem:first-child:before {
    content: '|';
	color: #fff;
	position: absolute;
	top: 16px;
	left: -2px;
	font-size: 14px;
}
ul#menu .topItem {
	display:inline-block;
	float:none !important;
	margin: 0 0px 0 0;
	padding: 0 0px;
	color: #473016;
	height:55px;
	/*border-right: 1px solid #fff;*/
	position: relative;
	line-height: 20px;
	top: 0px;
	text-align:center;
	/*background: #f00;*/
}
ul#menu .topItem:hover .topLink {
    color: #acd4aa;
}
ul#menu li.topItem::after {
    content: ':';
    color: #fff;
    position: absolute;
    top: 16px;
    right: -2px;
    font-size: 14px;
}
ul#menu li.topItem:last-child::after {
    content: '';
    display: none;
}
ul#menu .topItem:last-child:before {
    content: '|';
	color: #fff;
	position: absolute;
	top: 16px;
	right: -2px;
	font-size: 14px;
}
/*ul#menu .topItem:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 0px;
    border-right: 1px solid #4374b8;
    height: 20px;
}*/
/*ul#menu .topItem:hover {
	background-color: #999;
}*/

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: 13px;
	/*height: 30px;*/
	color: #fff;
	margin: 0px 0px;
	padding: 17px 12px;
	text-decoration: none;
	display: block;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
ul#menu li a:hover {
	color: #fcda20;
}
ul#menu ul {
	display: none;
	position: absolute;
	top: 55px;
	left: -1px;
	margin: 0px;
	z-index: 598;
	white-space: nowrap;
	padding: 0px;
	font-size: 0;
}
ul#menu ul li{
	display: block;
	/*width: 198px;
    float: left;*/
}
ul#menu li:hover > ul{
	display: block;
}
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;
	margin-top:-2px;
}
ul#menu ul ul{
	margin-left: 100%;
	top: 0px !important;
	position: absolute;
}
ul#menu .subItem a {
	display: block;
	padding: 20px 15px;
	background-color: #5390b1;
}
ul#menu .subItem a:hover {
	background-color: #47809e;
	color: #fff;
}

ul#menu li:nth-child(4) ul {
    width: 408px;
	background: #548fb1;
}

ul#menu li:nth-child(4) ul li {
    width: 203px;
	float:left;
}
ul#menu > li:nth-child(4) > ul > li:nth-child(8) > ul{
	width: auto;
	/*right: 0;*/
}
ul#menu > li:nth-child(4) > ul > li:nth-child(8) > ul > li:nth-child(2) > ul {
	width: auto;
	float: left;
}
ul#menu > li:nth-child(4) > ul > li:nth-child(8) > ul > li:nth-child(2) > ul li {
	width: auto;
	float: left;
}
ul#menu > li:nth-child(4) > ul > li:nth-child(18) > ul {
	width: auto;
	/*right: 0;*/
}
ul#menu > li:nth-child(4) > ul > li:nth-child(18) > ul > li {
	width: 100%;
	float: left;
}

@media screen and (min-width: 992px) {
	#main-menu {
	display: block;
	}
}
@media screen and (min-width: 1200px) {
	/*.slider-item img {
		height: 500px !important;
		width: 100%;
	}*/
	
}
@media screen and (min-width: 1400px) {
	#main-menu a.menu-nav-logo {
	position: absolute;
	z-index: 100;
	display: block;
	left: 90px;
	}
	/*ul#menu li a {
	font-size: 16px;
	padding: 17px 18px;
	}*/
}
/*** STICKY MENU **/

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	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;
}
/*#main-menu.sticky a.menu-nav-logo {
	position: absolute;
	z-index: 100;
	display: block;
}*/
/ MOBILE MENU ***/

.slicknav_menu {
	background: #5390b1 !important;
	display: block;
}
.slicknav_btn {
	background-color: #47809e !important;
}
.slicknav_nav .topItem a {
	color: #fff !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.slicknav_nav a:hover {
    background: #47809e !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: #6199b8 !important;
}
@media screen and (min-width: 992px) {
	.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% !important;
}

/ LOGIN STYLES ***/

.header-login {
	display: none;
}
.gobutton {
    background: #5390b1;
    color: #FFF;
    padding: 10px 15px;
    cursor: pointer;
    border-radius:5px;
	display: block;
	text-align: center;
	transition: 0.3s;
}
.gobutton:hover {
    background: #6db56a;
	text-decoration: none;
	color: #fff;
}

@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;
}

/ CONTACT STYLES ***/

.map {
	background: url(/themes/vernon/img/_map.png) no-repeat;
	background-size: 100% 100%;
}
#contact_details {
	margin: 10% 0% 10% 3%;
	background: #575757;
	max-width: 250px;
}
#contact_details .pad_out {
	padding: 10px;
}
#contact_details h2 {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
}
#contact_details p {
	color: #fff;
}
#contact_details a {
	color :#fff;
}
#contact_details a:hover {
	text-decoration: none;
}
#contact_details .email_button {
	padding: 5px 10px;
	background: #fff;
	color: #575757;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contact_details .email_button:hover {
	color: #fff;
	background: #575757;
}

/ LINK STYLES DO NOT REMOVE ***/

.file_gallery .file {
	background: #f9f9f9;
    color: #528fb2 !important;
}
.file_gallery .file:focus, .file_gallery .file:hover {
	background: #528fb2 !important;
    color: #ffffff !important;
	text-decoration: none;
}

.work_list .standard_box a {
    color: #528fb1 !important;
	padding: 5px;
}
#content .standard_box.blog_list .file_gallery a {
    color: #528fb2 !important;
}
#content .standard_box.blog_list:hover .file_gallery a {
    color: #fff !important;
}
.standard_box.blog_list:hover, .standard_box.blog_list:hover .file_gallery a, .standard_box.blog_list.file_gallery:hover a{
    background: #528fb1 !important;
    color: #fff !important;
}
#content .standard_box p {
	color: #47809e !important;
}
#content .standard_box:hover a, #content .standard_box:hover p {
	color: #fff !important;
}

/ TWO STYLES BELOW CONTROL NEWSITEMS STYLES ***/
#content .standard_box .file_gallery a {
	color: #fff !important;
}
#content .standard_box .file_gallery:hover a {
	color: #528fb1 !important;
}
.work_list .standard_box a:hover, #sub_page_list.work_list .standard_box:hover, .work_list .standard_box:hover {
    background: #528fb1;
	color: #fff;
}

#class_menu li a {
    color: #fff !important;
}

/ 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;
}
#class_menu li a {
    display: block;
    background: #f9f9f9;
    border: 1px solid #eee;
    color: #528fb2 !important;
    padding: 4px 10px;
    margin: 0px 5px 5px 0px;
    font-size: 16px;
	text-decoration:none;
}
#class_menu li a:hover{
    background: #528fb2;
    border: 1px solid #528fb2;
    color: #fff !important;
}
#banner_slider .slider-item{
width: 100%;
}

@media screen and (min-width: 1260px){
#banner_slider .slider-item img {
    width: 100%!important;
}
}