/*==================================================================================
                                   SIDEBAR
==================================================================================*/

a.cursor {
    cursor: pointer;
}

#fade-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5000;
}

nav.sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
}

/********** Nav Trigger **********/

.menu-trigger {
    position: fixed;
    top: 8px;
    width: 40px;
    height: 20px;
    line-height: 40px;
}

.bar-container {
    margin-top: 3px;
    height: 13px;
}

.bar {
    position: absolute;
    height: 3px;
    width: 90%;
    outline: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu-bar-top {
    top: 3px;
    left: 2px;
}

.menu-bar-mid {
    top: 8px;
    left: 2px;
}

.menu-bar-bottom {
    top: 13px;
    left: 2px;
}


/*==================================================================================
                                    FOOTER
==================================================================================*/

footer.hidden {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
}
