@media only screen and (min-width : 1px) and (max-width : 1000px) {
	#header-outer {
	height: 180px !important;
	background-image: url("../img/fundo_topo_mobile.jpg") !important;
	position: relative;
	}
	body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
		height: 74px!important;
		margin-top: -50px!important;
		top: 3px; 
		position: relative;
	}
	.mensagem-topo{
		margin-left: 8% !important;
		font-size: 11px;
		color: #fff;
	}
	.direita-topo{
	display: none;}

}
/* iPad landscape fixes */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
	header#top #toggle-nav{display:block;}
	header#top nav > ul{display: none;}

}