.ui-to-top, .ui-to-top:focus {
  font-size: 50px;
  line-height: 50px;
  color: #c2d44e;
  position: fixed;
  right: 30px;
  bottom: 60px;
  text-align: center;
  text-decoration: none;
  z-index: 999;
  -moz-transform: translate(0, 140px);
  -ms-transform: translate(0, 140px);
  -o-transform: translate(0, 140px);
  -webkit-transform: translate(0, 140px);
  transform: translate(0, 140px); }
  .ui-to-top:before, .ui-to-top:focus:before {
    font-family: "FontAwesome"; }
  .ui-to-top:hover, .ui-to-top:active, .ui-to-top:focus:hover, .ui-to-top:focus:active {
    color: #889725;
    text-decoration: none; }
  .ui-to-top.active, .ui-to-top:focus.active {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.mobile .ui-to-top, .tablet .ui-to-top {
  display: none !important; }
