﻿body {
  font-family: 'Trebuchet-MS';
  background: #ebf1f1;
  font-size: 62.5%
}

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

header .wrap {
  height: 57px;
  border-bottom: 1px solid #d1d6d6;
  background: #fff;
}

header .wrap1 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

header .wrap1 p {
  position: relative;
  display: block;
  top: 15px;
  margin-right: 200px;
  text-align: right;
  color: #00bfe8;
  font-weight: bold;
  font-size: 1.5em;
}

header .wrap1 img {
  position: relative;
  bottom: 40px;
}

.main {
  min-height: 550px;
}

tbody tr:nth-child(2n+1) td {
  background: #ffffff;
}

.orange-btn {
  background-color: #5dcbf2;
  height: 34px;
  border: 1px solid #00bfe8;
}

.orange-btn:hover,
.room-selection .orange-btn:hover,
.room-selection .green-btn:hover,
.main #cc_submit:hover {
  background-color: #0096ce;
}

.room-selection .orange-btn,
.room-selection .green-btn,
.main #cc_submit {
  background-color: #5dcbf2;
  height: 34px;
  border: 1px solid #00bfe8;
}

#apply-promotion-code td,
#credit_card_icons td {
  background: #ebf1f1;
}

footer {
  background: #fff;
  padding: 0;
}

footer .wrap {
  position: relative;
  top: -20px;
  padding-top: 25px;
  height: 50px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background: #3099B0;
}

footer .wrap1 {
  height: 100px;
  max-width: 1280px;
  margin: 0 auto;
  background: #3099B0;
}

footer p a {
  color: #000000 !important;
  font-size: 1.3em;
}

@media (max-width: 675px) {
  header .wrap1 p {
    margin-right: 50px;
  }

  .room_thumbnail img {
    height: 20%;
  }

  hgroup.deal h4 {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  header .wrap1 p {
    margin-right: 150px;
    z-index: 1;
    top: 0;
  }
}

