#background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  margin-top: 100px;
}

.stretch {
  width:100%;
  height:100%;
}

.subpage header {
  background: none;
  box-shadow: none;
}


a, .phone {
  font-family: "bebas";
  text-shadow: rgba(0,0,0,.4) 0 5px 30px;
}


#header-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 10px;
  padding-bottom: 10px;
}

.header-label-text {
  margin-left: 20px;
  font-family: 'Poppins', serif;
  font-size: 18px;
}

.facebook-icon {
  color: #fba836;
  font-size: 20px;
  margin-left: 7px;
  margin-right: 7px;
}

.trip-icon{
  color: #fba836;
  font-size: 20px;
}

hgroup.deal h3 {
  padding-top: 4px;
}

h2, label, #add-promotion-code, #whats-this, .rules {
  color: #fff !important;
}

.apply-promotion table tr,
.apply-promotion table tr td,
#credit_card_icons table tr,
#credit_card_icons table tr td {
  background: transparent !important;
}

.site-title {
  width: 704px;
  line-height: 80%;
  padding: 0 0 30px;
  margin: 25px 0 0 40px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.phone {
  float: right;
  margin: 15px 0 0 0;
  font-size: 24px;
  width: 320px;
  text-align: right;
  font-weight: 400;
  letter-spacing: 3px;
  color: #888;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(0, 0, 0, 0);
}

.hotel-data .staying span,
.checkin-time, .checkout-time,
.hotel-data {
  color: #fff !important;
}

tr:nth-child(2n+1) td {
  background: none repeat scroll 0 0 #ffffff;
}

tr:nth-child(2n) td {
  background: none repeat scroll 0 0 #eaeaea;
}

@media (max-width: 700px) {
  a, .phone {
    text-shadow: rgba(0,0,0,.4) 0 3px 20px;
  }

  .wrap a {
    font-size: 30px;
    padding: 0 0 0 30px;
    float: left;
  }

  .phone {
    float: none;
    margin: 10px 0 0 0;
    font-size: 15px;
    width: 200px;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .room_thumbnail img {
    height: 20%;
  }
}

.hotel-data .staying span, .checkin-time, .checkout-time, .hotel-data {
  color: #3d3d5c !important;
}