
.navbar-fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99999999999999;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 992px) {
	.navbar-fixed-top {
		top: 0px
	}
}

.navbar-fixed-top .navbar-btn {
	display: none;
	float: left
}

.navbar-fixed-top .navbar-btn button {
	font-size: 20px;
	line-height: .7;
	border: none;
	background: none;
	outline: none
}

@media screen and (max-width: 640px) {
	.navbar-fixed-top .navbar-btn {
		margin-left: 0
	}
}

@media screen and (max-width: 1200px) {
	.navbar-fixed-top .navbar-btn {
		display: block
	}
}

.navbar-fixed-top .navbar-brand {
	padding: 15px 0;
	position: relative
}

@media screen and (max-width: 992px) {
	.navbar-fixed-top .navbar-brand {
		/*padding: 15px*/
	}
}

.navbar-fixed-top .navbar-brand img {
	width: 85px;
	vertical-align: top;
	margin-top: 2px
}
.navbar-fixed-top .navbar-right {
	width: calc(100% - 250px)
}

@media screen and (max-width: 1024px) {
	.navbar-fixed-top .navbar-right {
		width: calc(100% - 150px)
	}
}

@media screen and (max-width: 768px) {
	.navbar-fixed-top .navbar-right {
		width: calc(100% - 160px)
	}
}

.navbar-fixed-top .navbar-right #navbar-search {
	float: left;
	margin-top: 6px
}

.navbar-fixed-top .navbar-right #navbar-search .form-control {
	height: 40px
}

.navbar-fixed-top .navbar-right #navbar-search i {
	font-size: 12px
}
@media screen and (max-width: 767px) {
	.navbar-fixed-top .navbar-right #navbar-search {
		display: none
	}
}

.navbar-nav .icon-menu {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding: 15px;
	position: relative
}

.navbar-nav .icon-menu i {
	font-size: 18px;
	color: #666
}

.navbar-nav .icon-menu::after {
	display: none
}

.navbar-nav .icon-menu .notification-dot {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 12px;
	right: 7px;
	background-color: #17191c
}

.navbar-nav .dropdown-menu {
	-moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	top: 80%;
	position: absolute;
	right: 0;
	left: auto;
	border: 1px solid #fff;
	padding: 20px
}

.navbar-nav ul.notifications {
	background: #17191c;
	width: 500px
}