﻿@media only screen and (max-width: 660px) {
    .neinav_wrap {
        display: block !important;
        width: 100% !important;

    }

    .fl {
        margin: 0 auto !important;
        float: none !important;
    }

    .nav_right {
        display: none !important;
    }
}