nav:not(.mm-menu)
{
	display: block;
}

#menu:not( .mm-menu ) {
   display: none;
}

.header-m,
.content,
.footer
{
	text-align: center;
}
.header-m,

{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
    right: 44px;
    top: 86px; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	
}
.header-m.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.header-m a
{
    display: none;
    width: 28px;
    height: 18px;
    padding: 11px;
    float:right;
    border: 1px solid #f00;
    background: #f00;
    padding: 7px 35px 26px 10px;
    border-radius: 5px;
    margin: 15px 0;
}
.header-navigation.stricky-fixed .header-m a{
    margin: 35px 0;
}
.header-m a:before,
.header-m a:after
{
	content: '';
    display: block;
    background: #ffffff;
    height: 2px;
    width: 24px;
}
.header-m a span
{
	background: #ffffff;
    display: block;
    margin: 6px 0;
    height: 2px;
    width: 24px;
}
.mm-navbar {
    color: rgb(255, 255, 255);
    background: #0057a5;
}
.mm-navbar__title{
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
    letter-spacing: 1px;
}
.mm-panel, .mm-panels{
    background: -webkit-linear-gradient(50deg,#b50624,#5f0516)!important;
    background: -o-linear-gradient(50deg,#b50624,#5f0516)!important;
    background: linear-gradient(80deg,#b50624,#5f0516)!important;
}
.mm-listitem {
    color: rgb(255, 255, 255);
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.mm-btn:after, .mm-btn:before {
    border-color: rgb(255, 255, 255) !important;
 }
 .mm-wrapper__blocker {
    z-index: inherit;
}
.mm-slideout {
    z-index: inherit;
}
@media (max-width:1199px){
.header-m a {
	display: block;
}
}
@media(max-width: 480px){
.header-m a {
    top: 13px;
}
}