.floorad {
  background-color: #d52227;
  position: fixed;
  bottom: -250px;
  left: 10px;
  padding: 20px;
  text-align: center;
  z-index: 1337;
  transition: 1s .5s cubic-bezier(.215, .61, .355, 1);
}
.floorad .floorad-content {
  margin: 5px auto;
}
.floorad .floorad-text {
  padding: 0 0 10px;
}
.floorad .floorad-register {
  background-color: #fff;
  border-radius: 25px;
  font: normal normal 81.3%/1.5 "Visby Bold", sans-serif;
  font-size: 0.929em;
  font-weight: bold;
  margin: 5px 20px;
  padding: 10px;
  text-transform: uppercase;
}
.floorad .floorad-register a {
  color: #d52227;
  text-decoration: none;
}
.floorad .floorad-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 580px) {
  .floorad {
    display: none;
  }
}