.actGotop {
  position: fixed;
  bottom: 0;
  right: 75px;
  display: none;
  z-index: 100;
  opacity: 1;
  background-color: #333;
  border-radius: 5px 5px 0 0
}
.actGotop:hover {
  background-color: #48a5da
}
.actGotop a {
  width: 48px;
  height: 35px;
  display: inline-block
}
.actGotop a span,
.actGotop a:link span {
  width: 48px;
  height: 35px;
  line-height: 38px;
  display: inline-block;
  outline: none;
  font-family: "icomoon";
  font-size: 24px;
  color: #fff;
  opacity: .9;
  text-align: center
}
@media screen and (max-width:1000px) {
  .actGotop {
    right:2%;
    bottom:5%;
    border-radius: 50%
  }
  .actGotop a {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #333
  }
  .actGotop a span,
  .actGotop a:link span {
    width: 120px;
    height: 120px;
    font-size: 60px;
    line-height: 120px
  }
}
