.sticky-menu header {
    clear      : both;
    display    : none;
    position   : fixed;
    top        : 0;
    transition : all 0.2s ease-in-out 0s;
    width      : 100%;
    z-index    : 900;
}
.hidden, .fn-hidden {
    display : none;
}
.visible, .fn-visible {
    display : list-item;
}
.show-down, .show-up {
    left     : 150px;
    position : relative;
    z-index  : 1000;
}
.show-down {
    top : -20px;
}


