.scrolltop {
  position: fixed;
  right: 50px;
  bottom:140px;
  display: inline-block;
  width:50px;
  height:50px;
  border-radius: 50%;
  text-align: center;
  color:#fff;
  background: #003466;
  padding-top:15px;
  z-index:9999;
}
.scrolltop:after{content:"TOP";font-size:12px;text-align: center;padding-top:24px;display: block;color:#003466;}
/* line 21, ../../sass/jquery.scrolltop.scss */
.scrolltop:visited {
  color:#fff;
}
/* line 24, ../../sass/jquery.scrolltop.scss */
.scrolltop:hover {
  text-decoration: none;

}
/* line 28, ../../sass/jquery.scrolltop.scss */
.scrolltop:focus {
  text-decoration: none;
}
/* line 31, ../../sass/jquery.scrolltop.scss */
.scrolltop.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width:640px){
    .scrolltop{right:20px;bottom:20px;}
}
