#up-page {
    background: url("/img/slide-up-hook.png");
    width: 60px;
    height: 1027px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10000;
}

#up-page.active {
    bottom: 150%;
    -webkit-transition: bottom 2.5s ease;
    -moz-transition: bottom 2.5s ease;
    -o-transition: bottom 2.5s ease;
    -ms-transition: bottom 2.5s ease;
    transition: bottom 2.5s ease
}