nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	/*background:url(../../imagens/bgtoopmobile.jpg);
background-size: 100%;*/

	/*background: -moz-linear-gradient(top, #E8E8E8, #b78514) repeat-X;
			background: -webkit-gradient(linear, left top, left bottom, from(#b78514), to(#b78514)) repeat-X;
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b78514, endColorstr=#b78514)";
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b78514, endColorstr=#b78514);*/


/* background: -webkit-linear-gradient(0deg, #333 30%,  #000 100%);	 */
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	background-color:#FFFFFF;
/*	height: 150px;*/
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	color: #FFFFFF;
	
	
}


.nav-toggle {
display: block;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
position: fixed;
top: 70px;
left:20px;
z-index: 50;
cursor:pointer; cursor:hand;
}
.hamburger {
width: 1.08em;
position: relative;
display: inline-block;
height: 0.2em;
font-size: 1.2em;
background: #f99d1c;
cursor:pointer; cursor:hand;
top:-10px;
left:-5px;

}
.hamburger span {
display: block;
width: 25px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #f99d1c;
cursor:pointer; cursor:hand;
border:#000000 1px solid;
}