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

.header123,
{
	text-align: center;
}
.header123
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99999999999;

	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
	padding: 0 50px;
}
.header123.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header123 a
{
	display: table;
	width: 28px;
	height: 18px;
	padding: 11px 0;
	position: absolute;
	top: 23px;
	left: 14px;
}
.header123 a:before,
.header123 a:after
{
	content: '';
	display: block;
	background: #6cb148;
	height: 2px;
}
.header123 a span
{
	background: #6cb148;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content
{
	padding: 150px 50px 50px 50px;
}