#out-inner {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 10000;
}
.dropdown-menu{
	text-transform: none !important;
	left: 50% !important;
	margin-left: -112px;
    width: 250px;
    padding-bottom: 15px;
    background-color: #008AD0;
    font-size: 100%;
    
}
.dropdown-menu a{
	color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.dropdown-menu > li > a
{
	color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.liboard li:first-child{
	border-bottom: 0px;
	padding: 0px;
}
.libord li{
	border-bottom: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 5px;
}
.wd500{
    width: 500px;
    margin-left: -225px;
}
/* 008AD0 */
nav{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-transform: uppercase;
}
.navbar
{
	margin-bottom: 0;
}
.navbar-default{
	height: 72px;
	border:0;
	background-color:#fff;	
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent !important;
	color: #B2DFFF;
}
@media (min-width: 767px){
	nav{
		width: 980px;
		background-color: #fff;
	}
	nav .container-fluid{
		  width: 80%;
	}
	.brs:first-child{
		border-left: 1px solid #E0E0E0 ;
	}
	.brs:last-child{
		background-color: #E3F5F5;
	}
	.brs{
		border-right: 1px solid #E0E0E0 ;
	}
	.brs:hover{
		background-color: #008AD0;
		color:#fff;
	}
	.brs:hover a{
		color: #fff;
	}
	.dropdown-menu .open{
		background-color: #008AD0;
		color:#fff;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover{
		background-color: #008AD0;
		color:#fff;
	}
	.navbar-default .navbar-nav > li > a:hover{
		color:#fff;
	}
	
	
}	
@media(max-width:766px)
{
	.navbar-default .navbar-nav > .open > a{
		background-color: transparent !important;
	}
	#logo{
		display: inline-block;
	}
	.navbar-toggle{
		
		right: 10px;
	}
		.nav > li{
		background-color: #fff;
	}
	.navbar-nav .open .dropdown-menu
	{
		background-color: #fff;
	}
	.navbar-nav{
		padding-bottom: 10px;
    border-bottom: 1px solid #AAA;
    background-color: #fff;
	}
	.wd500{
		margin: 0px;
	}
	.dropdown-menu{
	left: 0 !important;
	margin-left: 0px;
	}
	.dropdown-menu a {
		color:#111
	}
	.navbar-collapse{
		position: relative;
		z-index: 999;
	}
	.list-unstyled{
		z-index: 999
	}
	.libord li{
		border-bottom: 1px solid rgba(165, 159, 159, 0.15);
		padding: 0px;
		text-align: left
	}
	.fbt li:last-child{
		padding-bottom: 20px
	}
	#logo img{
		top: 15px;
    position: relative;
    left: 10px;
	}
}
body{
	font-size: 14px !important;
}
a {
   -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nopad{
	margin: 0;
}
