
/* From: header.php */
#main-menu {
        background: #ffffff;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        padding: 0 20px;
    }

    #main-menu.active {
        display: block !important;
    }

    .nav>li>a {
        color: #daa928;
        transition: all .2s;
    }
/* Hash: 644c783e33ab337fc2e5ff4af2b3c072 */