.widget.c-widget.c-widget-buttontop .widget-button {
 /* display: none;*/
  display:block;
  border: 0;
  width: 52px;
  height: 52px;
  background-image: url(images/top.png);
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 75;
}

@media all and (max-width: 720px) {
  .widget.c-widget.c-widget-buttontop .widget-button {
    bottom: 70px;
  }
}
/*# sourceMappingURL=style.css.map */
