#navigation-menu {
	display: none;
}
#navigation-menu ul li a{
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.header_menu a {
    /*background: #3330 url(../images/btn-menu-hover.png) no-repeat center;*/
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    border-radius: 5px;
    top: 15px;
    background: #fff !important;
    padding: 10px 5px;
}
.header_menu {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 42px;
    /*height: 40px;*/
}
.mm-menu .mm-list{
    /*padding: 20px 30px 0 0;*/
}
.mm-menu .mm-header .mm-title{
    padding-top: 9px;
}
