@charset "utf-8";
/* CSS Document */

.footer {
  height: 74px;
  display: table;
  width: 100%;
  background: #fff;
}
.footer .custom {
  display: table-cell;
  vertical-align: middle;
}
.footer p {
  margin: 0 1vw;
  display: inline-block;
  font-size: 12px;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.rooms-prices-booking .backtop,
.home .backtop {
  display: none;
}
.backtop {
  position: fixed;
  right: 40px;
  bottom: -60px;
  transition: .5s;
  z-index: 1499;
}
.scroll .backtop {
  bottom: 30px;
}
.backtop i {
  cursor: pointer;
  width: 40px;
  background: #fef200;
  line-height: 40px;
  color: #111;
  transition: .3s;
}
.backtop i:hover {
  transform: scale(1.2);
}

@media (max-width: 767px) {
.footer {
  height: 50px;
}
}
