html {width:100%; height: 100%; overflow-y: scroll;}
body {
	height: 100%;
    color: #222;
    font-family: 'Noto Sans',sans-serif;
	padding-top: 150px;
	background-color: #f7f4ed;
    padding-bottom: 8px;

}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #124085 ;
}
h1, .h1 {
    font-size: 28px;
}
h2, .h2 {
    font-size: 22px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

p {
	line-height: 1.6;
	font-size: 16px;
}
.img-responsive {
	display: inline;
}
img {
	max-width:100%;
	height:auto !important;
}
img[style*="float:left"],img[align="left"] {
  margin: 5px 15px 0px 0px;
}

img[style*="float:right"],img[align="right"] {
  margin: 5px 0px 0px 15px;
}


.logo {
	-webkit-transition: 0.75s;
	-moz-transition: 0.75s;
	-o-transition: 0.75s;
	transition: 0.75s;
}
.logo.shrink {
}

.slidelogo {
	width: 350px;
	top: 5px;
	z-index: 99;
	position: absolute;
}
#p23 .slidelogo {
	width: auto;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.content {
	margin-top: -30px;
}
.w {
    margin-bottom: 10px;
    margin-top: -70px;
	z-index: 999;
	position: relative;
}
#p1 .w {
    margin-top: -170px;
}
.sbox {
	background-color: #ffffff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 30px;
	margin-bottom: 30px;
}

.sbox.r ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sbox.r ul li::before {
    content: "»";
    padding-right: 7px;
}
.sbox.r ul li {
    margin-bottom: 3px;
    padding-bottom: 7px;
}

#p43 .sbox.foot {
	background: url('../img/bodybg.jpg') no-repeat bottom right #ffffff;
}	
.panel {
	background: transparent;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#footer {
	text-align: center;
}

a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}



/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar-nav {
    float: right;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #98CEFC;
    color: #000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #98CEFC;
	color: #000;
}

.navbar-collapse {
	float: right;
	/* max-height: 90%; */
}

.navbar {
	margin-bottom: 0;
	z-index: 1000;
}

.navbar-brand {
	padding: 0;	
}
.navbar-inverse {
	background: #98CEFC;
	border: 0 none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-brand .fa-stack {
	font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    color: #555;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
	float: left;
	margin-left: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #444;
    display: block;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 30px 20px;
    text-align: center;
    text-shadow: none;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #000;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #2c3e50;
}
@media (min-width: 768px) {
	.nav .dropdown:hover .dropdown-menu {
		display: block;
	}
}

.dropdown-menu {
	border: none;
	width: 190px;
	background: #98CEFC;
	background: #feff99 ;
	padding: 0;
}

.navbar-nav .open .dropdown-menu {
	background: #feff99 ;
	margin-right: 40px;
}

.dropdown-menu > li > a {
	background: transparent;
    color: #444;
    font-weight: 300;
    line-height: 2;
    padding: 9px 16px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, 
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #124085 ;
    color: #fff;
	
}

.navbar-row {
	height: 40px;
	padding: 10px;
	background: #F7F30B;
	color: #000;
}

.navbar-row  .social {
	padding-right: 30px;
}

.topsocial {
    background: #fff none repeat scroll 0 0;
    padding: 0px;
    position: absolute;
    right: 42px;
    /* top: 27px; */
    top: 0px; 
}

.full .topsocial {
    right: 300px;
}
.fullslider {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	background: #2B2C2E;
	padding: 40px 0;
}
footer p {
	color: #fff;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
footer .social {
	margin: 0;
}
footer .social a {
	color: #fff;
	text-decoration: none;
}
footer .social a:hover {
	color: #fff;
}
footer .social a .fa-inverse {
	color: #444;
}
footer h1, 
footer h2, 
footer h3, 
footer h4 {
	border: none;
	color: #fff;
	margin: 0 0 5px;
}

footer .nav > li > a {
    padding: 0 5px;
}
footer .nav-pills > li > a {
    border-radius: 0;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:1400px){
	.jumbotron .mobile {
		margin-left: -164px;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	#p1 .w, .w {
		margin-top: -40px; 
	}
}
@media(max-width:1200px){
	body { 
		padding-top: 100px;
	}
	.content {
		margin-top: 20px;
	}
	#p1 .w, .w {
		margin-top: 5px;
	}
	.slidelogo {
		width: 250px;
	}		
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
		.topsocial {
		position: relative;
		right: auto;
		top: auto;
		padding-left:0;
	}

}
@media(max-width:992px){
	body { 
		padding-top: 120px;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 10px 0 0px 10px;
		width: 160px;
	}
	.navbar-row .social {
		font-size: 12px;
		padding-right: 10px;
	}
	#p23 .slidelogo, .slidelogo {
		width: 150px;
		top: 25px;
	}		
	
	#p1 .w, .w {
		margin-top: 0px;
	}
	.content {
		margin-top: -20px;
	}
	.spacer {
		height: 4px;
	}
	.navbar-collapse {
		float: right;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 12px;
		padding: 18px 5px;
		width: 100%;
		text-align: left;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #000;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.navbar-nav {
		float: left;
		width: 100%;
	}
	.topsocial {
		position: relative;
		right: auto;
		top: auto;
		padding-left:0;
	}
}
@media (max-width: 767px) {
	body { 
		padding-top: 140px;
	}
	.sbox {
		min-height: 1px !important;
	}
	.w {
		margin:0;
	}
	.navbar-collapse {
		float: none;
	}
	.navbar-collapse::-webkit-scrollbar {
		width: 3px;
	}
/* 	.navbar-collapse::-webkit-scrollbar-track {
		background-color: #124085;
	}
	*/
	.navbar-collapse::-webkit-scrollbar-thumb {
		background-color: #F7F30B;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 10px 0 0px 10px;
		width: 130px;
	}
	
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 18px;
		padding: 18px 15px;
		width: 100%;
		text-align: left;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
		color: #124085 ;
		
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: #124085;
		color: #fff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #124085;
		color: #fff;
	}
	.navbar-brand {
		padding: 0;	
	}
	.content {
		margin-top: -30px;
	}
	span.content a {
		display: block;
		width: 100%;
	}
	.topsocial {
		position: relative;
		right: auto;
		top: auto;
		padding-left:0;
		
	}
	
	
}

.theme-default .nivoSlider {
	box-shadow: 0 0 0 0 #4a4a4a !important;
}

.nivo-controlNav {
	display: none;
}
#slide .slider {
    position: absolute;
    z-index: 0;
}

.button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background: #124085 ;
	color: #fff;
}
a.button:hover{
	color: #fff;
	background: #71A5D9;
	text-decoration: none;
}

.button.wide {
	display: block;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.slides h1 {
	font-size : 16px;
	text-overflow: ellipsis;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
}
.slides h1 a {
	text-decoration: none;
}
.slides img {
	margin: 10px auto;
	max-height: 180px;
}
.scroller {
	min-height: 468px;
}
#tabs .thumb_image {
	cursor:pointer;
}
.gmap {
	width:850px;
	height:350px;
}
.ui-widget-content { background: transparent }
.excerpt_thumb img { 
	margin:5px 30px 5px 0px ;
	padding:0px 
}
td { vertical-align: top;}



.noscript-message {
margin:10px 0;
background:#FCE9C0 url(images/alerticon.png) left no-repeat;
background-position: 15px; 
border-top:2px solid #DBAC48;
border-bottom:2px solid #DBAC48;
padding: 15px 10px 15px 50px;
}

.ui-widget-header {
	background: #f7f30b; 
}

.corr div { display:none; }
/* .corr div.Kiev-A { color: #f00; font-size: 14px; display:inline; } */
.corr div.Kiev-B { color: #f00; font-size: 14px; display:inline; }

/* .corrfrm div.Kiev-A { display:none; } */
.corrfrm div.Kiev-B { display:none; }

.nbutton {
		background: none repeat scroll 0 0 #124085;
		color: #fff;
		text-decoration:none;
		font-weight: bold;
		display: inline-block;
}
.nbutton:hover {
		background: none repeat scroll 0 0 #71A5D9;
}

.red {
	/*
	background: #CE4D39;
	*/
}
.red:hover {
	/*
	background: #dE5D49;
	*/
}
.large {
	/*
	padding: 15px 30px;
	font-size: 20px
	*/
}
.resetfilter form {
	padding: 0;
}

.breadcrumb {
	margin: 0;
	background: none;
	padding: 0;
	font-weight: bold;
}

.post-short img {
    margin: 0 0 0 20px !important;
    width: 260px !important;
	height: auto !important;
}
.post-title {
    font-size: 22px !important;
    font-weight: bold;
}
.post-title, .post-date {
	border: none !important;
	padding-top:10px;
}

.youtube-player {
	width: 339px;
	height: 191px;
	margin: 5px;
}


img[style*="float:left"],img[align="left"] {
  margin: 5px 15px 0px 0px;
}

img[style*="float:right"],img[align="right"] {
  margin: 5px 0px 0px 15px;
}

.slides, .slides div {
	max-width: 100%;
}
	
#p43 .l1 {
	min-height: 830px;
}
#p43 .c1 {
	min-height: 416px;
	
}
#p43 .c2 {
	min-height: 300px;
	
}
#p43 .r1 {
	min-height: 609px;
	
}
#p43 .r2 {
	min-height: 190px;
	
}
	
#lightcase-nav a {
    text-decoration: none;
}
	
#lightcase-loading {
	display: none !important;
}

.srch {
    padding: 0px;
}
@media (max-width: 767px) {
	.srch {
		width: 100%;
		margin-bottom: 15px;
	}
}
.weer {
	width: 100% !important;
	text-align: center;
}
.VmainContainer .Vtextarea {
    overflow: hidden;
    width: 88%;
    height: 28px !important;
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
	color: #000 !important;
}

.VmainContainer .VselectBox {
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: normal;
    text-align: left;
    width: 88%;
    padding: 5px !important;
    margin: 0 !important;
}
}