.show_menu {
	padding:0;
	width:100%;
	position:fixed;
	z-index: 900; 
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	transition:All 0.5s ease;
}

.show_menu .mostrar {
	padding:0; 
	position:fixed; 
	margin-top:0px;
	width:100%;
}

.mostrar {
	-webkit-box-shadow: 0px 0px 20px 1px rgba(85,85,85,1);
	-moz-box-shadow: 0px 0px 20px 1px rgba(85,85,85,1);
	box-shadow: 0px 0px 20px 1px rgba(85,85,85,1);
	background-color:rgba(255,255,255,0.9);

	position:fixed;
	color:#888;
}

.logo-menu {  
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	position: absolute;
	transition:0.5s;
	height:80px;
	margin-bottom:0; 
	margin-top: 4px;
}
.mostrar .logo-menu {
	height: 59px;
	margin-top: 2px; 
}

.navbar-nav > li > a { 
	margin-top: 24px;
	margin-bottom: 24px;

	/*border-right:1px solid #ccc;*/
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;	
	transition:All 0.5s ease;	
}

.bg-nav{
	background-color: #f0f0f0;
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;	
	transition:All 0.5s ease;	
	font-size:15px
}
.mostrar .bg-nav{
	padding: 10px 0 0 0;
}
 
.mostrar .navbar-nav > li > a {
	padding-bottom: 22px;
	padding-top: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.navbar-default { 
	font-size: 14px;
}
.mostrar .navbar-default {
  border-top:none;
  border-bottom:none;
	margin-top:-48px;
}

.topo{
	/*font-family: century gothic, sans-serif;*/
	font-family: sans-serif;
	background-color:#363636;
	padding:8px 0;
	text-align:left;
	/*position:fixed;*/
	z-index:100;
	font-size:13px;
	color:#fff;
	width:100%;
}
.alinhar-direito{
	float:right;
}
 
.alinhar-direito li{
	text-align:center;	
} 
.alinhar-direito li a{
	/*line-height: 2.2;*/
	font-size: 20px;
} 

.efeito-menu{
	color:#333!important;
}

.efeito-menu:hover{
	color:#0062A6!important;
}

.efeito-menu:focus{
	color:#0062A6!important;
}

@media (max-width: 767px) {
			
.alinhar-direito{
	float:right;
 width:100%
}
	.mostrar { margin-top:48px;	}
	.mostrar .bg-nav { padding: 0px 5px;}
	.mostrar .borda-menu{ border-top:none; border-bottom:none;	}
	.logo-menu {display:block !important;}
	.hvr-shutter-in-vertical { background-color: #fff;	}
	.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus{
		color: #000 !important;
		background-color: #fff !important;
	} 
	.topo{
		padding:0 0;
	}
	.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 3px;
    margin: 0px;
	}
	.mostrar .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0px;
	}
}