

nav:not(.mm-menu)
{
	display: none;
}

.headers,
.content
{
	text-align: center;
}
.headers

{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;

    position:fixed; top:1px; left:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	 z-index:99999999;
	height: 40px;
	padding: 0 50px;
}
.headers.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.headers a
{
	background: center center no-repeat transparent;
	background-image:url(../../img/front/menu_icon_white.png);

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 3px;
	left: 10px;
}

.body_top_fixed .headers a
{
	background: center center no-repeat transparent;
	background-image:url(../../img/front/menu_icon_gray.png);
}

/*.content
{
	padding: 150px 50px 50px 50px;
}*/