#menu{ text-align:left;}

#menu:not(.mm-menu)
{
	display: none;
}

.header_fix

{
	background: #f6f6f6;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
display: none;

	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 45px;
	padding: 0 0px;
	opacity: 0.99;
}


.header_fix,
.header_fix.fixed
{	position: fixed;
	top: 0;
	left: 0; z-index:999;}
.header_fix .menu_mobile
{
	background: center center no-repeat transparent;
	background-image:url(../images/btnmenuMain.png);
	background-repeat:no-repeat;
	display: none;
	width: 30px;
	height: 22px;
	position: absolute;
	top: 10px;
	left: 2px; z-index:999999;
}