<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#slide-nav {
    background-color: #283746;
    height: 57px;
    color: white;
    text-transform: uppercase;
    border: none;
}

#slide-nav img{
    margin: 10px 0 0 0;
    vertical-align: top;
}

#menu-title {
    line-height: 57px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:991px) { 
    #menu-title {
        display: none;
    }
}

#menu-list li {
    margin-left: 5px;
}

#menu-list a {
    line-height: 57px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 14px;
    color: white;
}

#menu-list a:hover {
    color: #39ba89;
}

@media (min-width:768px) and (max-width: 991px) { 

    #slide-nav img {
        width: 80%;
        height: auto;
        margin-top: 13px;
    }
    
    #menu-list a {
        line-height: 57px;
        padding: 0 1px;
        font-size: 10px;
    }
}

@media (min-width:992px) and (max-width: 1199px) { 

    #menu-list a {
        line-height: 57px;
        padding: 0 3px;
        font-size: 12px;
    }
}


@media (min-width:768px) { 

    #menu-order-logo {
        max-width: 115px;
        height: 37px;
        margin: 10px 15px 0 50px;
        text-align: center;
        background-color: #45ba88;
    }

    #menu-order-logo a{
        padding-top: 4px;
        line-height: 15px;
        font-size: 12px;
    }

    #menu-order-logo a:hover {
        color: #283746;
    }
}

@media (min-width:768px) and (max-width:991px) { 

    #menu-order-logo {
        max-width: 90px;
        height: 37px;
    }

    #menu-order-logo a{
        padding-top: 4px;
        line-height: 15px;
        font-size: 10px;
    }
}

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0 20px 0 0;
    width: 30px;
    height: 40px;
    padding: 14px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle &gt; .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange;
}
.navbar-header {
    position: relative
}

.navbar-header img {
    padding-top: 4px;
}
/* un fix the navbar when active so that all the menu items are accessible */
/*.navbar.navbar-fixed-top.slide-active {
    position: relative
}*/
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) { 
    #slide-nav .container {
        margin: 0!important;
        padding: 0!important;
        height:100%;
    }
    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }
    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }
    #slide-nav #slidemenu {
        background: #f7f7f7;
        left: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 2;
        top: 0;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }
    #slide-nav {
        border-top: 0
    }
    #slide-nav.navbar-inverse #slidemenu {
        background: #333
    }
    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom:0;
        width: 80%;
        left: -80%;
        background: #f7f7f7;
    }
    #navbar-height-col.inverse {
        background: #333;
        z-index: 1;
        border: 0;
    }
    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }
    #slide-nav .navbar-form .form-control {
        text-align: center
    }
    #slide-nav .navbar-form .btn {
        width: 100%
    }
}
@media (min-width:768px) { 
    #content {
        left: 0!important
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }
    .navbar-header {
        left: 0!important
    }
}</pre></body></html>