body
{
	position: relative;
	-webkit-text-size-adjust: none;
}
/*h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
*/
nav:not(.mm-menu)
{
	display: none;
}

.mmheader/*,
.footer*/
{
	background: #777;
	color: #fff;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	/*height: 40px;*/
	padding: 0 50px;
	display:none;
}
.mmheader.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
/*.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/
.mmheader a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	/*top: 0;*/
	/* top:18px; */
	top:20px;
	left: 10px;
	/* background-color:#ec2d3a; */
	background-color:#000000;
	
	/* z-index:1; */
	z-index:5;
}
/*.content
{
	padding: 150px 50px 50px 50px;
}*/

@media screen and (max-width: 1199px) { 

.mmheader {
	display:block;
}

} 