/*nav*/
.theme-clean #main-navbar .navbar-header a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
#main-navbar .navbar-brand div, 
#main-navbar .navbar-brand div img {
    height: 24px;
    width: 24px;
}
.theme-clean #main-navbar .navbar-header,
.theme-clean #main-navbar .navbar-collapse {
	background: #1a2f4c;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.theme-clean #main-navbar .navbar-collapse {
	border-bottom: 1px solid #ffc000;
}
#main-navbar .navbar-brand div img {
   display: block;
   background: #1a2f4c;
}

/*menu*/
.theme-clean #menu-content-demo .text-bg {
	color: #FFF;
}
.theme-clean #main-menu .menu-content .btn-outline {
	border-color: #2e333b;
	color: #808b9c;
}
.theme-clean #menu-content-demo .close, .theme-white #menu-content-demo .close {
	color: #808b9c;
}
.theme-clean #main-menu .mmc-dropdown-open-ul > li:first-child
, .theme-clean #main-menu .navigation > li:first-child {
	border-top: 1px solid #2e333b;
}
.theme-clean #main-menu-bg,
.theme-clean .mmc-dropdown-open-ul {
	background: #23272d;
}
.theme-clean #main-menu-bg,
.theme-clean.right-to-left.main-menu-right #main-menu-bg {
	border-left: none;
	border-right: 0px solid #dfe4e6;
}
.theme-clean #main-menu .mmc-dropdown-open-ul li.active > a, 
.theme-clean #main-menu .navigation li.active > a {
	color: #1e2125;
	background: #181b1f;
	border-left: 3px solid #ffc000;
}
.theme-clean #main-menu li.active>a .menu-icon {
	color: #1d89cf;
}
.theme-clean #main-menu .navigation li a,
.theme-clean #main-menu .mmc-dropdown-open-ul li a {
	color: #aaa;
	font-size: 12px;
	border-bottom: 0px solid #dfe4e6;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.theme-clean #main-menu .navigation li a:hover,
.theme-clean #main-menu .mmc-dropdown-open-ul li a:hover {
	color: #FFF;
}
.theme-clean #main-menu .mmc-dropdown-open-ul li.active > a, 
.theme-clean #main-menu .navigation li.active > a {
	color: #FFF;
}
.theme-clean #main-menu .mm-dropdown.open > a {
	color: #FFF;
}
.theme-clean #main-menu .mmc-title {
color: #FFF;
background: #181b1f;
border-bottom: 0px solid #dfe4e6;
}


/*menu profile*/
.theme-clean #main-navbar .dropdown-menu {
    background: #2e313e;
    border: none;
    border-top: 1px solid #a48ad4;
    padding: 5px 0;
}

.theme-clean #main-navbar .dropdown-menu>li>a {
    color: #fff;
}

.theme-clean #main-navbar .dropdown-menu>li>a, .theme-purple-hills #main-navbar .dropdown>a, .theme-purple-hills #main-navbar .nav>li>a {
    color: #abafc0;
}

.theme-clean #main-navbar .dropdown-menu>li>a:hover {
    background: #373a4a;
}

.theme-clean #main-navbar .dropdown-menu>li>a, .theme-purple-hills #main-navbar .dropdown>a, .theme-purple-hills #main-navbar .nav>li>a {
  	color: #abafc0;
}

.theme-clean #main-navbar .dropdown-menu .divider {
    background-color: #ffc000;
}

.theme-clean #main-navbar .dropdown-menu>li>a {
    color: #fff;
}

ul.dropdown-menu {   
    list-style: none;
    font-size: 13px;   
}