div.toTop {
    text-align: center;
    position: fixed;
    right: 0px;
    bottom: -110px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 54px;
    height: 56px;
    color: #000;
    background-color: #fff;
    padding-top: 10px;
    font-size: 87.5%;
    z-index: 100;
    text-align: center;
    text-transform: uppercase;
    padding-top: 26px;
    cursor: pointer;
    background-image: url('../Img/totop/to_top.png');
    background-color: #656565;
    background-repeat: no-repeat;
    background-position: center 5px;
    color: white;
    font-size: 10px;
}

div.toTop.active {
    bottom: 90px;
}


div.toTop.active.superactive {
    bottom: 340px;
}
