@media only screen and (max-width: 1160px) {
	#menu_but a
	{
		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: 10px;
		left: 10px;
	}

}

@media all and (min-width: 1160px) {
	html, body {
		height: 100%;
	}
	#mobi_menu {
	display:none;
		background: #eee;
	}
	#page {
		min-height: 100%;
	}
	a[href="#mobi_menu"]
	{
		display: none !important;
	}
}