nav:not(.mm-menu)
{
	display: none;
}
.mobilheader {
	display: inline-block;
	float: left;
}

.mobilheader,
.mobilcontent,
.mobilfooter
{
	text-align: center;
}
.mobilheader,
.mobilfooter
{
	-moz-box-sizing: border-box;
	/*width: 100%;*/
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	box-sizing: border-box;
	height: 40px;
	/*background: #777 none repeat scroll 0% 0%;
	padding: 0px 33px;*/
	float: left;
}
.mobilheader.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.mobilfooter.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.mobilheader a
{
	background: center center no-repeat transparent;
	background-image: url('http://www.hetek.hu/files/mobilmenu.png');

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	/*top: 0;*/
	left: 10px;
}
.mobilcontent
{
	padding: 150px 50px 50px 50px;
}