
.top_menu_mobile {
	background: rgba(0,0,0, 1) !important; 
	margin: 0; 
	/*padding: 10px 0;*/
}

.top_menu_mobile a{ 
	color: white !important; 
	border-top: 1px red !important;
}

.top_menu_mobile li{ 
	color: white;  
	padding: 5px 25px; 
	text-align: left;
}

.top_menu_mobile ul { 
	margin:0; 
	margin: 20px 0 0!important; 
}

.navbar.menu_mobile { 
/*position: fixed;*/
/*top: 0;*/
width: 100%;
z-index: 1000;
border: none;
margin-bottom: -25px;
 }

 .navbar.menu_mobile a { color: white !important; } 

 .nav>li>a:hover, .nav>li>a:focus { background: none !important }

 .menu_mobile .dropdown.active a.dropdown-toggle, .menu_mobile li.active a.root-item-selected {

 	color: rgba(255 ,255 ,255 , .6) !important;
 }


 .menu_mobile .navbar-nav .open .dropdown-menu{
 	background: rgba( 255,255,255, .1) !important;
 }

  .menu_mobile .navbar-nav  { margin: 0 !important; }

	.dropdown-backdrop { display: none !important }

  @media (min-width: 768px) {
	.top_menu_mobile  .dropdown-menu { background: #777 !important; margin-left: 250px; }
	.top_menu_mobile .dropdown-menu a{ border-top: none !important; }

}

.menu_mobile .dropdown-menu {
	background: black !important;
}

.menu_mobile .dropdown-menu>li>a {
	padding: 0;
	font-size: 14px;
}
