body {
	position:relative;
}

.men-res-maxWidth{

}


.mres-button{
	width:40px;
	height:40px;
	background:#ea2b3d;;
	position:absolute;
	top:5px;
	right:15px;
	z-index:1000;
	cursor: pointer;
	padding-top:7px;
	border-radius:2px;
	display:none;
	transition-duration:1s;


}

.mres-button span{
	display:block;
	width:80%;
	height:5px;
	background:#FFF;
	border-radius:5px;
	margin:0 auto;
	margin-bottom:5px;
	transition-duration:1s;
	position:relative;
}

/* active animate  */

.mres-button.menActive {
	padding-top:18px;

}

.mres-button.menActive span{
	opacity:1;
}

.mres-button.menActive span:nth-of-type(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mres-button.menActive span:nth-of-type(2){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top:-10px;

}

.mres-button.menActive span:nth-of-type(3){
    opacity:0;
}

.mres-button.menActive{

}

.menRes{

}

.menRes{
	width:250px;
	position:absolute;
	z-index:999;
	right:0px;
	top:0px;
	background:#ea2b3d;
	border-left:1px solid #FFF;
	display:none;
}

.menRes ul{

}

.menRes ul li{
	border-bottom:1px solid #FFF;
}


.menRes ul li a{
    font-size:15px;
    padding:18px;
    display:block;
	color:#FFF;
	text-transform:capitalize;
	transition-duration:500ms;
	padding-left:10%;
	font-weight: bold;
	padding-left:20px;
	background:url('../imagens/ntc_index_arrow.png') no-repeat center left 10px;
}

.menRes ul li a.active,
.menRes ul li a:hover{
	text-decoration:none!important;
	background-color:#AF3C05;

}

@media screen and (max-width: 1140px) {
	.mres-button{
		display:block;
	}

	header .menu{
		display:none;
	}



}

@media screen and (max-width: 800px){

}