#background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("/images/hotels/unique_village/background.jpg");
  background-size: cover;
  background-position: center top;
}

.subpage header {
  margin: 0 auto;
  padding: 0 30px;
  background: #fff;
  box-shadow: none;
  height: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 99;
  display: flex;
}

.background {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  height: 95px;
  background: #fff;
}

.logo {
  box-sizing: border-box;
  margin: auto 0;
  width: 100%;
  height: 43.2px;
  font-size: 14px;
  line-height: 23px;
}

.logo a {
  box-sizing: border-box;
}

.logo img {
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  height: 43.2px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}

.main .row {
  background: #fff;
  margin-top: 80px;
  padding: 0 1em;
}

.hotel-data .staying span {
  color: #666;
}

@media (max-width: 700px) {
  .room_thumbnail img {
    height: 20%;
  }
}
