﻿#mmenu
{
	z-index: 999999000;
}
.navbar-hamburger
{
	display: none;
}
.navbar
{
	display: none;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
.navbar a:before
{
	font-family: "fontello";
	content: '\f0c9';
	font-size: 22pt;
	color: #ffffff;
}
.navbar a
{
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 0;
}
.mm-footer
{
     position:absolute;
     bottom: 10px ;
     left: 10px;
}
@media screen and (max-width: 768px)
{
	.navbar
	{
		display: inline-block;
	}
	.navbar-hamburger
	{
		display: inline-block;
	}
}