.header  {
	z-index: 99;
	background: #0b1133;
	position: relative;
}
.nav.navbar-nav> li > a {
	color: #ffffff; 
	background-color: #666666;
	font-weight: bold;
}
.nav.navbar-nav > li > a:hover {
	color: #ffffff; 
	background-color: #666666;
	text-decoration: underline;
}
.nav.navbar-nav > li > a:focus {
	color: #666666;
	background-color: #ffffff;
}
.header > .banner-container {
	display: table;
}

.banner-container {
	width: 100%;
	padding: 0px 15px;
}

.header .banner.logo {
	height: 100%;
	min-width: 100px;
	display: table-cell;
	vertical-align: middle;
}

.banner.logo,
.banner img,
.banner.motto {
	display: inline-block;
	vertical-align: middle;
}

.header .banner-logo img {
	z-index: 1;
	margin: 20px 0;
	position: relative;
}

.header .banner-nav-container {
	z-index: 12;
	padding: 8px 0;
	position: relative;
}

.header .banner-nav-container .nav > li > a {
	padding: 10px 10px;
}

.header .banner-nav-container > ul {
	display: block;
	list-style-type: disc;
}

.header .banner-nav-container ul.banner-nav > li {
	display: inline;
	list-style: none;
	position: relative;
	padding-bottom: 15px;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
	width:100%;
}

.header .navbar-toggle {
	/*margin-top: 45px;*/
	background-color: #666;
	margin-left: 20px;
}

.header .nav_tog_container {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.header .banner_right_half {
	display: table-cell;
	position: relative;
}

.banner-container {
	height: 90px;
	width:100%;
}

/*The style info for the sub-menus of the NavBar*/
.subM{
	padding: 0px;
	list-style-type:none; 
	display:none;
}
.subM > li > a{
	display: block;
	padding-left: 40px;
	color: inherit;
}
.subM > li > a:hover{
	text-decoration: none;
	background-color: #f5f5f5;
}


@media (max-width: 991px) {
	.banner-container {
		height: auto;
	}
	.img-responsive {
		width: 100%;
	}
	.header .navbar-toggle {
		display: block;
	}
}
.header {
	background: white;
}
