a, a:link, a:active, a:visited, a:hover {
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu) {
	display: none;
}
div#page {
    position: relative;
    z-index: 99;
}
.header_menu{
	text-align: center;
}
.header_menu{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 44px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 50px;
}
.header_menu.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.header_menu a {
    display: block;
    width: 38px;
    height: 18px;
    padding: 0;
    margin: 20px;
    position: absolute;
    top: 16px;
    right: 0;
}
.header_menu a:before,
.header_menu a:after {
	content: '';
	display: block;
	background: #fff;
	height: 4px;
}
.header_menu a span {
	background: #fff;
	display: block;
	height: 4px;
	margin: 6px 0;
}