.footer{
	background:url(../img/footer/bg_footer.png) center no-repeat;
	width:100%;
	height:306px;
	clear: both;
	float: left;
	position:relative;
	z-index:99;
	font-family: Roboto-Thin; 
	font-size:16px;
	color:#e1e1e2;
    background-size: cover
}
.air_footer{
	width:358px;
	font-family: Roboto-Thin; 
	float:left;
	font-size:16px;
	color:#e1e1e2;
	top: 49px;
    position: relative
}
.footer a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition-duration: 0.2s
}
.menu_footer{
	width: auto;
	height: auto;
	top: 54px;
	position: relative;
	float:left;
}
.menu_footer li {
	margin-left: 27px;
    line-height: 28px
}
.menu_footer li img{top: 2px;position: relative}


.menu_footer h1 {
	font-size: 16px;
	font-weight: normal;
}
.menu_footer h1 a {color: #e1e1e2;font-family: Roboto-Thin}
.menu_footer h1 .title, .title{font-family: Roboto-Bold; font-size:20px; text-transform:uppercase; color:#fff}
#direitos{
	background:transparent !important; 
	height:50px;border-top:1px solid #50545d;
	position:absolute;
	bottom:0
}
#direitos p{
	color:#e1e1e2; font-family: Roboto-Thin; font-size:13px
}
@media screen and (max-width: 920px){
	.footer{height: 490px}
	.mobile_hide{display:none} 
	#where{width:90% !important; font-size: 24px}
	#where a{font-size:25px}
	#direitos{height: 84px; text-align:center}
	#direitos p{float:inherit !important; font-size: 16px}
}