.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}


.header.mm-fixed-top + .content
{
	background-position: 25px 55px;
}

html.mm-opened.mm-zoom-menu body
{
	 background: #333;
}
html.mm-opened.mm-zoom-menu.mm-light body
{
	background: #f3f3f3;
}
html.mm-opened.mm-zoom-menu.mm-black body
{
	background: #000;
}
html.mm-opened.mm-zoom-menu.mm-white body
{
	background: #fff;
}
html.mm-opened.mm-zoom-menu .mm-page
{
	background-color: #fff;
}

.mm-menu li .fa
{
	margin: 0 20px 0 5px;
	font-size: 16px;
	width: 12px;
}
body.no-iconbar .mm-menu li .fa
{
	display: none !important;
}
body.no-buttonbars .mm-menu li.buttonbar-item
{
	display: none !important;
}
body.no-labels .mm-menu .mm-label,
body.no-labels .mm-menu .mm-collapsed,
.Collapsed
{
	display: none !important;
}
body.no-toggles .mm-menu li .mm-toggle
{
	display: none !important;
}