/**
* Навигациия
*/
.navbar {
	margin-bottom: 0;
	margin-top: 3px;
}

.nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav:before,
.nav:after {
	display: table;
	content: " ";
}

.nav:after {
	clear: both;
}


.nav > li {
	position: relative;
	display: block;
	float: left;
	padding-left: 5px;
}

.nav > li.navbar-right {
	float: right;
}




.nav.nav-top > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
}

.nav.nav-top > li > a:hover,
.nav.nav-top > li > a:focus {
	color: #000;
	text-decoration: none;
}

.nav.nav-top > li.active > a {
	color: #ff8f00;
	cursor: default;
}

.nav.nav-top > li.active > a:hover,
.nav.nav-top > li.active > a:focus {
	background: none;
	text-decoration: none;
}

