/* line 1, ../scss/top_scroll.scss */
#et_top_scroll {
  display: none;
  position: fixed;
  top: 142px;
  right: 15px;
  background: url("//resources.rndsystems.com/images/theme/top_scroll.png") 0px 46px;
  width: 46px;
  height: 46px;
}
/* line 10, ../scss/top_scroll.scss */
#et_top_scroll:HOVER {
  background-position: 0px 0px;
  cursor: pointer;
}
