.mobile-header nav {
	display: none;
}

.mobile-header{
	text-align: center;
}
.mobile-header {
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #475363;
	line-height: 50px;
	border-bottom: 1px #475363 solid;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.mobile-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.mobile-header a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 0;
	right: 0;
}
.mobile-header a:before,
.mobile-header a:after {
	content: '';
	display: block;
	background: #475363;
	height: 2px;
}
.mobile-header a span {
	background: #475363;
	display: block;
	height: 2px;
	margin: 6px 0;
} 
