html, body
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}

body
{
	background-color: #fff;
}
body *
{
	text-shadow: none;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #777;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;

	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.header 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: 0;
	left: 10px;
}
.content
{
	padding: 150px 50px 50px 50px;
}

.menu-ico {
	margin-right:5px;
	font-size:15px;
}


.menu-search form {
    margin-bottom: 20px;
}

.menu-search form input {
	padding:5px 12px;
	height:28px;
	width:254px;
	border:1px solid #484848;
	border-radius:5px;
	background:transparent;
	background:#353536 url(../images/search.png) no-repeat right center;
	background-position:97% 50%;
	color:#fff;
}

.menu-search form:focus {
	background:#353536 url(../images/search-hr.png) no-repeat right center;
	background-position:97% 50%;
	
}

.mm-list {
	position:relative !important;
}

.mm-menu {
	padding:30px 50px !important;
}


