.show_menu {
	/*background-color: #3A3839;
	position:fixed; */
	width: 100%;
	background-color: #fff;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.logo-menu{ 
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
    margin-bottom: 15px;
    margin-left: -42px;
    margin-top: 10px;
    max-width: 323px; 
}
.mostrar .logo-menu{
	margin: 0;
	max-width: 85%;
}  
.navbar-nav > li > a { 
	color: #888;
	font-size: 18px;
	padding: 7px 28px;
	font-weight: bold;
	transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	background-color: transparent;
	-moz-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}
.navbar-nav > li > a:hover{ 
  color: #333;
  border-color: #31499A; 
}
.navbar-nav > li > a:hover .glyphicon{
	color:#333 ;
}
.navbar-default {
	padding: 6px 0px 0px 0px;
	font-weight: bold;
	border-radius:0;
	font-size: 15px;
}
.mostrar .navbar-default {
  border-top:none;
  border-bottom:none;
}
.topo{
	font-family: century gothic, sans-serif;
	color:#fff;
	position: fixed;
	margin-top:-20px;
	height:55px;
	z-index:200;
	width:100%;
	text-align:right;
} 
.alinhar-direito{
	text-align:left;
} 

.botao-top{
	color: #fff;
	right: 30px;
	bottom: 28px;
	font-size: 21px;
	position: fixed;
	border-radius: 10px;
	padding: 4px 15px 8px;
	display: -webkit-inline-box;
	background-color: rgba(219,90,34,0);
	-webkit-transition:All 0.9s ease;
	-moz-transition:All 0.9s ease;
	-o-transition:All 0.9s ease;
	transition:All 0.9s ease;
    z-index: 99999;
}
.botao-top i{
	opacity:0.0;
	-webkit-transition:All 0.9s ease;
	-moz-transition:All 0.9s ease;
	-o-transition:All 0.9s ease;
	transition:All 0.9s ease;
}
 
.mostrar {	
	background: #840400;
	background: -moz-linear-gradient(top, #840400 0%, #b30000 66%);
	background: -webkit-linear-gradient(top, #840400 0%,#b30000 66%);
	background: linear-gradient(to bottom, #840400 0%,#b30000 66%);
}
.mostrar i {
	opacity:1.0; 
}
@media (max-width: 1200px) {
	.mostrar .navbar-nav > li > a {	margin-top: 6px;}
	.logo-menu{ margin-top: 10px; max-width: 250px; margin-bottom: 14px; margin-left:0px;
	}
}

@media (max-width: 991px) {
		
	.navbar-nav > li > a {  
		border-radius: 0px;
		border: none;
	} 
	.logo-menu{ 
	    margin-bottom: 11px;
    max-height: 55px;
    margin-top: 7px;
	}
	.mostrar .logo-menu{
		/*width: 54%;*/
	}
	.mostrar .navbar-nav > li > a {
    /*padding: 0;*/
    margin-top: 5px;
    margin-bottom: 0;
    color: #333;
	}
	.navbar-collapse{
		border-top: 1px solid rgb(204, 204, 204);
	} 
	.mostrar .navbar-collapse{
		margin-top: 7px;
	} 
}
@media (max-width: 767px) {	 
	/*.logo-menu{ margin-bottom: 3px; max-height: 55px;} */
}