

.header nav {
	display: none;
}

.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 50px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.header.fixed {
	position: fixed;

}
.footer.fixed {
	position: fixed;

}
.header a {
	display: block;
	float:right;
	margin-right:10px;
	z-index:999;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #000;
	height: 2px;
	width:25px;
}
.header a span {
	background: #000;
	display: block; 
	height: 2px;
	margin: 6px 0;
		width:25px;
		
}
.content {
	padding: 150px 50px 50px 50px;
}
