/*css for Webiators TopScrollBar*/
div#topscrollbar span{
    bottom:100px;
}

div#topscrollbar .webiators_scrollbar{
    border-radius: 50%;
    box-shadow: none;
    height: 45px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 45px;
}

div#topscrollbar i.fa{
    font-size: 35px;
    margin-top: 6px;
    color: white;
}

div#topscrollbar .webiators_scrollbar {
    z-index: 999999;
}

span#scrollbaricon {
    display: none;
}

span#scrollbaricon.show {
    display: block;
}