/* Pill style */
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    background: url(../images/top.png) no-repeat
}
#scrollUp:hover {
    background-color: #000;
}
#scrollUp-active{
    display: none !important;
}