/* navigation8 */
#navigation8 .navbar {
	background-color: #336699;
    padding: 0;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

#navigation8 .navbar-brand img {
	height: 53px;
	transform: translateX(-50%);
  	left: 50%;
  	position: absolute;
}

#navigation8 .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
	color: #fff;
	border: 0;
	background: #336699;
}

#navigation8 .navbar-default .navbar-nav > .active {
	color: #fff;
    background: none;
 }
#navigation8 .navbar-default .navbar-nav > .active > a {
	color: #fff !important;
	background: none;
} 
#navigation8 .navbar-default .navbar-nav > .active > a:hover, 
#navigation8 .navbar-default .navbar-nav > .active > a:focus {
	color: #6fe8dc;
    background: none;
 }

#navigation8 .navbar-default .navbar-nav > li {
	padding: 10px 0;
}

#navigation8 .navbar-default .navbar-nav > li > a {
	color: #fff !important;
	background: none;
} 
#navigation8 .navbar-default .navbar-nav > li > a:hover, 
#navigation8 .navbar-default .navbar-nav > li > a:focus {
	color: #6fe8dc !important;
    background: none;
 }

#navigation8 .navbar-default .navbar-nav > li > a:first-child {
	padding-left: 0;
}

@media (max-width: 1000px) {
   #navigation8 .navbar-brand img {
		height: 24px;
	}
	
	#navigation8 .navbar-default .navbar-nav > li > a {
		text-align: center;
	}
	
	#navigation8 .navbar {
		background: #336699;
	}
	
	#navigation8 .navbar-default .navbar-nav > li > a:hover, 
	#navigation8 .navbar-default .navbar-nav > li > a:focus,
	#navigation8 .navbar-default .navbar-nav > .active > a:hover, 
	#navigation8 .navbar-default .navbar-nav > .active > a:focus {
		color: #6fe8dc !important;
    	background: none;
 	}
}

@media (min-width: 768px) {
   #navigation8 .navbar .container {
		padding: 0;
	}
}
