.container
{
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.display_mobile
{
    display: block;
}

nav#nav
{
    width: 100%;
}

nav#nav .odz
{
    display: none;
}

#a_menu_mobile
{
    background: #000;
    width: 100%;
    left: 0px;
    right: 0px;
    line-height: 52px;
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 800;
}

#a_menu_mobile:hover
{
    background: #777;
    transition: .3s;
}

#a_menu_mobile span
{
    display: inline-block;
    background: url('../images/menu_mobile.png') left center no-repeat;
    padding-left: 30px;
}

#menu
{
    display: none;
    background: #fff;
    margin: 0px;
    position: fixed;
    top: 52px;
    left: 0px;
    right: 0px;
    z-index: 801;
}

#menu ul li
{
    float: none;
    width: 100%;
    margin: 0 auto;
    line-height: 50px;
    display: block;
}

#menu ul li a
{
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
}