

/*
nav:not(.mm-menu) {
	display: none;
}
*/

.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #FFF;
/*	font-size: 16px;*/
	font-weight: bold;
	color: #fff;
/*	line-height: 40px;*/

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 13px 0;
}


.header{border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;}

.header .logo-m {height: 34px; padding: 0; margin: 0;}
.header .search-m {height: 20px; padding: 5px 20px 0 0; margin: 0;}
.header .menu-m {width: 100%; padding: 5px 0 0 20px;}





.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}

/*
.header a {
    display: block;
    width: 35px;
    height: 18px;
    padding: 9px;
    position: absolute;
    top: 10px;
    left: 5px;
}
*/

/*
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
*/

.menu_open{float: left;}
.menu_search{float: right;}

.header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}

.content {
	padding: 150px 50px 50px 50px;
}




.mm-listitem a, .mm-listitem a:hover {
    text-decoration: none;
    color: #FFF !important;
	font-weight: 400 !important;
	font-size: 13px;
	text-transform: uppercase;
}

.mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
}





