/* CSS Document */
.header_menu,
.menu_container
{
 	display:none;	
	}
 	
.menu_container .mm-opened{
		visibility:visible;
		}	
.mm-listview li span {
   font-size: 14px;
}
.mm-listview li span small {
    font-size: 12px;
}
.mm-listview li span img {
   border-radius: 50px;
   width: 50px;
   height: 50px;
   margin: -5px 10px -5px -5px;
   float: left;
}
.mm-listview li:after {
    
}
.mm-menu .mm-navbar > a,
.mm-menu .mm-counter {
   color: blue;
}
.mm-listview > li > a,
.mm-listview > li > span {
   padding-top: 20px;

   padding-bottom: 20px;
}	
	
@media (max-width: 1199px){ 

}
@media (max-width: 991px){ 
}
@media (max-width: 767px){
	 
 	
	.mm-clear::after, .mm-clear::before, .mm-close::after, .mm-close::before 
		{
 		 height: 8px; 
		 width: 8px;
		}	
	.header_menu{
 		 display: block;
		min-height: 30px;
		text-align: center;
	}
	#main_navegation .navbar.navbar-default{
		display:none !important;
		} 
	#page {
	display:block;
	}
	.mm-listview > li{
		text-transform: uppercase;

	}
	.mm-listview .active a {
		background-color: #c68111;
		border-radius: 0;
		color: #ffffff;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		text-transform: uppercase;
	}
	.mm-menu{
		background-color: #ffffff !important;
	}
	button {
		overflow: visible;
		display: none;
	}
	.mm-listview > li:hover{
		background-color: #c68111;
		color: #ffffff;

	}
	.mm-menu .mm-listview > li .mm-next::after {
		border-color: white;
	}
.header_menu .fa.fa-bars {
    color: gray;
    font-size: 25px;
    position: relative;
    top: 4px;
}	
.mm-title{
	display:none;
	}
	}
	