@charset "utf-8";
/* CSS Document */
.move-up {
 position: fixed;
 bottom: 50px;
 right: 40px;
 z-index: 3;
 display: none;
 z-index:1000;
}

.move-up button {
  background:transparent;
  border:none;
}

.move-up button:active:hover {
  padding-right:4px !important;
  margin-right:2px;
}
 
.move-up i {
  font-size:60px;
  opacity:0.5;
  color:#BABABA;
}