nav:not(.mm-menu, .breadcrumb)
{
	display: none;

}

.header,
.footer
{
	text-align: center;
}
.header,
.footer
{
	/* background: #beebfe; */
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0 60px;
	background-color: #fff;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header .mmenu-b a
{
	display: block;
	width: 60px;
	height: 60px;
	padding: 20px 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.header .mmenu-b a:before
{
	content: '';
	display: block;
	background: #f5f5f500;
	height: 5px;
	width: 75%;
	border: 1px solid #999;

	/* content: '';
	display: block;
	background: #065f80;
	height: 2px; */
}
.header .mmenu-b a:after
{
	content: '';
	display: block;
	background: #f5f5f500;
	height: 5px;
	width: 65%;
	border: 1px solid #999;

	/* content: '';
	display: block;
	background: #065f80;
	height: 2px; */
}
.header .mmenu-b a span
{
	background: #f5f5f500;
	display: block;
	height: 5px;
	margin: 6px 0;
	border: 1px solid #8bc63e;

	/* background: #065f80;
	display: block;
	height: 2px;
	margin: 6px 0; */
}
.header img {
	max-width: 110px;
	padding: 10px 0;
}
.visible-m {
	visibility: hidden;
}
.mm-navbars_bottom .mm-navbar {
	 height: 60px;
}
@media screen and (max-width: 1200px) {
	.visible-m {
		visibility: visible;
	}
}
