/* line 3, ../../sass/jquery.scrolltop.scss */
.scrolltop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-family: 'Sans-serif';
    font-size: 3em;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}
.scrolltop i {
    line-height: 36px !important;
}
/* line 21, ../../sass/jquery.scrolltop.scss */
.scrolltop:visited {
    color: #b3b3b3;
}
/* line 24, ../../sass/jquery.scrolltop.scss */
.scrolltop:hover {
    text-decoration: none;
    color: white;
}
/* line 28, ../../sass/jquery.scrolltop.scss */
.scrolltop:focus {
    text-decoration: none;
}
/* line 31, ../../sass/jquery.scrolltop.scss */
.scrolltop.active {
    visibility: visible;
    opacity: 1;
}
