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

.mobile-header
{
	text-align: center;
}
.mobile-header
{
	font-size: 16px;
	font-weight: bold;
	color: #2C54A1;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 40px;
	height: 40px;
	float: right;
}

.mobile-header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.mobile-header a
{
	display: block;
	width: 50px;
	height: 18px;
	padding: 11px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	text-align: center;
	margin: 0 auto
}
.mobile-header a:before,
.mobile-header a:after
{
	content: '';
	display: block;
	background: #2C54A1;
	height: 2px;
}
.mobile-header a span
{
	background: #2C54A1;
	display: block;
	height: 2px;
	margin: 6px 0;
}
