/* TO TOP */

#top-link-block.affix
{
    position: fixed;
    bottom: 20px;
    width: auto;
    transition: all 1s easing 0s;
}

#top-link-block.affix-top {
    position: fixed;
    bottom:  -100px;
    right: 10px;

}
#top-link-block.affix {
    position: fixed;
    bottom: 20px;
    right: 10px;
}

#totop
{
    background-color: #3f3f3f;
    color: white;
    padding: 1.2em;
    border: none;
    opacity: 0.7;
}

#top-link-block
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
