.main {
  min-height: 500px;
}

.site-header {
  background-color: #01455f;
  border-bottom: 1px solid #99cac3;
  color: #fff;
  fill: #fff;
  overflow: hidden;
  padding-bottom: .375rem;
  text-align: center;
}

.site-logo {
  float: left;
  margin: 15px;
}

.site-header .contact {
  margin: 40px 60px 0 0;
  float: right;
}

.contact ul {
  list-style: none;
}

.contact ul li {
  float: left;
  margin-left: 20px;
}

.contact ul li a {
  color: #fff;
  padding-left: 25px;
  font-size: 14px;
}

.contact ul li.call a {
  background: url("../../../images/hotels/swains_cay_lodge/call.png") no-repeat left center;
}

.contact ul li.email a {
  background: url("../../../images/hotels/swains_cay_lodge/email.png") no-repeat left center;
}

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

.orange-btn {
  background-color: #05719b;
  height: 34px;
  border: 1px solid #01455F;
}

.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: #05719b;
  border: 1px solid #01455F;
}

.site-footer {
  height: 100px;
  font-size: 12px;
  line-height: 1.78215;
  background-color: #01455f;
  border-top: 1px solid #99cac3;
  color: #fff;
  padding: 1.5rem;
  word-spacing: .03em;
  letter-spacing: .03em;
}

@media (max-width: 700px) {
  hgroup.deal h4 {
    font-size: 14px;
  }

  .room_thumbnail img {
    height: 20%;
  }

  .contact {
    margin-top: 0 !important;
  }

  .site-footer {
    height: 120px;
  }
}
