nav:not(.mm-menu)
{
	display: none;
}
.mmheader{
	background: #39b54a !important;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 50px;
	padding: 0 50px;
	z-index: 99999;
}
.mmheader.fixed
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
.mmheader a{
	display: block;
    width: 50px;
    height: 50px;
    padding: 15px 11px;
    position: absolute;
    top: 0;
    left: 0;
}
.mmheader a span:hover{
	background:#f2e39b;
}
.mmheader a:before,
.mmheader a:after
{
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.mmheader a span
{
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}

input[type="submit"]:hover {
  opacity: 0.8;
}