@media screen and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	

nav:not(.mm-menu)
{
	display: none;
}
.images-header{
	display: none;
}
.mobile_logo img{
	float: right;
	padding-right: 20px;
	width: 120px;
	margin-top: -15px;
}
body, .whole_wrapper, .grey_wrapper{
	background-color: #ffffff	;
}


.header2,
.content,
.footer
{
	text-align: center;
}
.header2
{
	margin-top: 20px;
	background: #CC2000;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
	
  background: url(../img/nav.png) repeat-x;
}
.header2.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.header2 a
{
	margin-top: 20px;
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
}