#sticker {
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background-color: rgb(0,0,0,0.88);
    z-index:11;
    border-top: #222 2px solid
}
#sticker i {
    line-height: inherit
}
.stick {
    position: fixed !important;
    top: 64px !important
}
#sticker ul#library li {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center
}
#sticker ul#library {
    height: 50px;
    margin: 0 auto;
    text-align: center
}
#sticker ul#library li a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px
}

@media only screen and (max-width: 720px) {
  #sticker{height:auto;display:inline-block;background-color:rgba(97,97,97,0.95)}
  #sticker .nav-wrapper.container{width:100%}
  #sticker ul#library{height:auto; padding-bottom: 20px; margin: auto 3px;width: 100%}
  #sticker ul#library li{width:50%}
  #sticker ul#library li a{height:auto;line-height:20px;margin: 20px auto 0}
}
