/*------------------------------------------------------------------
[Navbar / .navbar]
*/

.navbar .container {
	position: relative;
}

.navbar .navbar-inner {
	padding: 7px 0;
	background: #00ba8b !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar-fixed-top {
	position: static;
}

.navbar .nav a {
	font-size: 11px;
}
.navbar .nav>li>a { color:#fff !important;}
.navbar .navbar-brand {
	font-weight: 600;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.navbar-fixed-top {
	margin-bottom: 0;
}

#sitename {
	font-size: 21px;
	color: #eee;	
}