.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
  /*Not needed unless content is 100% browser width */
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* ===================
    LESS Variables
   =================== */
/* ===================
    LESS Mixins
   =================== */
.reservation-form-styling input[type=text],
.reservation-form-styling input[type=email],
.reservation-form-styling input[type=password],
.reservation-form-styling input[type=date] {
  width: 100%;
  height: 2em;
  padding: 0 .5em;
  border: #c0c0c0 1px solid;
  display: block;
  margin: 0 0 .5em;
  color: #164d9d;
  font-weight: bold;
  font-size: 1.3em;
}
.reservation-form-styling input[type=radio],
.reservation-form-styling input[type=checkbox] {
  display: none;
}
.reservation-form-styling input[type=radio] + label,
.reservation-form-styling input[type=checkbox] + label {
  position: relative;
  color: #164d9d;
  font-weight: bold;
  font-size: .9em;
  text-shadow: 0 1px 1px #ffffff;
  margin-left: 1.5em;
  cursor: pointer;
}
.reservation-form-styling input[type=radio] + label:before,
.reservation-form-styling input[type=checkbox] + label:before,
.reservation-form-styling input[type=radio] + label:after,
.reservation-form-styling input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  border-radius: .5em;
  margin-right: .5em;
}
.reservation-form-styling input[type=radio] + label:before,
.reservation-form-styling input[type=checkbox] + label:before {
  border: 2px solid #fff;
  background: #fff;
  -webkit-box-shadow: 1px -1px 2px 0px #ffffff;
  -moz-box-shadow: 1px -1px 2px 0px #ffffff;
  -ms-box-shadow: 1px -1px 2px 0px #ffffff;
  -o-box-shadow: 1px -1px 2px 0px #ffffff;
  box-shadow: 1px -1px 2px 0px #ffffff;
  position: relative;
  z-index: 100;
}
.reservation-form-styling input[type=radio] + label:after,
.reservation-form-styling input[type=checkbox] + label:after {
  border: 2px solid transparent;
  background: transparent;
  -webkit-box-shadow: -1px 1px 2px 1px #000000;
  -moz-box-shadow: -1px 1px 2px 1px #000000;
  -ms-box-shadow: -1px 1px 2px 1px #000000;
  -o-box-shadow: -1px 1px 2px 1px #000000;
  box-shadow: -1px 1px 2px 1px #000000;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 0;
}
.reservation-form-styling input[type=radio]:checked + label:before,
.reservation-form-styling input[type=checkbox]:checked + label:before {
  background: #164d9d;
}
.reservation-form-styling input[type=radio]:first-child + label,
.reservation-form-styling input[type=checkbox]:first-child + label {
  margin-left: 0;
}
.reservation-form-styling input::-webkit-input-placeholder {
  color: #164d9d;
}
.reservation-form-styling input:-moz-placeholder {
  color: #164d9d;
}
.reservation-form-styling input::-moz-placeholder {
  color: #164d9d;
}
.reservation-form-styling input:-ms-input-placeholder {
  color: #164d9d;
}
.reservation-form-styling input[type=text].date,
.reservation-form-styling input[type=date],
.reservation-form-styling select {
  height: 2em;
  border: #c0c0c0 1px solid;
  display: block;
  margin: 0 0 .5em;
  color: #164d9d;
  font-weight: bold;
  font-size: 1.1em;
}
.reservation-form-styling .from-to input[type=text].date,
.reservation-form-styling .from-to input[type=date],
.reservation-form-styling .from-to select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding-left: 2.75em;
}
.reservation-form-styling .from-to input[type=text].date,
.reservation-form-styling .from-to input[type=date] {
  padding-left: 3em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .reservation-form-styling .from-to select {
    padding-right: 20px;
  }
}
.reservation-form-styling .from-to .select-styler,
.reservation-form-styling .from-to .date-styler {
  position: relative;
  display: block;
  margin: 0 0 .5em;
}
.reservation-form-styling .from-to .select-styler:after,
.reservation-form-styling .from-to .date-styler:after,
.reservation-form-styling .from-to .select-styler:before,
.reservation-form-styling .from-to .date-styler:before {
  content: '';
  top: 0px;
  height: 100%;
  height: calc(100% + 1px);
  position: absolute;
  pointer-events: none;
  display: block;
}
.reservation-form-styling .from-to .select-styler:after,
.reservation-form-styling .from-to .date-styler:after {
  right: 0;
  width: 20px;
  background: #fff;
  border: #c0c0c0 1px solid;
  border-left: none;
}
.reservation-form-styling .from-to .select-styler:before,
.reservation-form-styling .from-to .date-styler:before {
  left: 0;
  width: 3em;
  background: #164d9d;
  background-position: center;
  background-repeat: no-repeat;
}
.reservation-form-styling .from-to .select-styler.to:before,
.reservation-form-styling .from-to .date-styler.to:before {
  background-image: url(../img/css/booking-to.png);
}
.reservation-form-styling .from-to .select-styler.from:before,
.reservation-form-styling .from-to .date-styler.from:before {
  background-image: url(../img/css/booking-from.png);
}
.reservation-form-styling .from-to .date-styler:after {
  display: none;
}
.reservation-form-styling .from-to .date-styler:before {
  background-image: url(../img/css/booking-calendar.png);
}
.reservation-form-styling .options {
  float: left;
}
.reservation-form-styling .options select {
  font-size: 1em;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  margin: 0;
  height: 2.5em;
  padding-left: .75em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .reservation-form-styling .options select {
    padding-right: 18px;
  }
}
.reservation-form-styling .options .select-styler {
  position: relative;
  display: block;
  margin: 0 0 .5em;
  float: left;
  margin-left: .75em;
  font-size: .75em;
}
.reservation-form-styling .options .select-styler:first-child {
  margin-left: 0;
}
.reservation-form-styling .options .select-styler:after,
.reservation-form-styling .options .select-styler:before {
  content: '';
  top: 0px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  display: block;
}
.reservation-form-styling .options .select-styler:after {
  right: 0;
  width: 20px;
  background: #fff;
  border: #c0c0c0 1px solid;
  border-left: none;
}
.reservation-form-styling .options .select-styler:before {
  right: .5em;
  top: 1.15em;
  width: 5px;
  border: 5px transparent solid;
  border-top-color: #164d9d;
  height: 0;
  z-index: 1;
}
.reservation-form-styling .options .select-styler.date-styler:before {
  background-image: url(../img/css/booking-calendar.png) !important;
}
.reservation-form-styling .options .select-styler #numAdults {
  width: 8em;
}
.reservation-form-styling .options .select-styler #numChildren {
  width: 12em;
}
.reservation-form-styling .options .select-styler #numInfants {
  width: 11em;
}
.reservation-form-styling .options .checkbox {
  float: left;
  margin-left: 1em;
  padding: .65em 0;
}
.reservation-form-styling button,
.reservation-form-styling a.button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .85em;
  padding: .5em 1em;
  background: #fd9904;
  border: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 0 1em;
  display: inline-block;
  text-decoration: none !important;
}
.reservation-form-styling button.float-right,
.reservation-form-styling a.button.float-right {
  float: right;
}
.reservation-form-styling .validation-error {
  display: none;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   Modified by Neptune Web
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 14px / 20px Gotham, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper {
  max-width: 1024px;
  padding: 0 23px;
  margin: 0 auto;
}
/* ===================
    General Theme
   =================== */
.title {
  float: left;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  line-height: 1.25em;
  margin: 0.25em 0 0;
}
h2 {
  font-size: 1.4em;
  line-height: 1.165em;
  margin: 0 0 .5em;
}
h3 {
  font-size: 1em;
  line-height: 1.35em;
  margin: 0 0 .377em;
}
h4 {
  font-size: .875em;
  line-height: 1.45em;
  margin: .4em 0;
  font-weight: bold;
}
h5 {
  font-size: .875em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 1.28em;
}
p,
ul,
ol {
  font-size: .93em;
  line-height: 1.35em;
  margin: 0 0 0.83em;
}
ul,
ol {
  margin: 0 0 .85em;
  padding-left: .8em;
}
/*ul li {list-style-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAMUlEQVQIW2NkAIJv7x7/PzHBh4FTUIZBP34GAyNMACQJAnI2iTgEsWqHaUOmGYkWBADp3BneeERpDAAAAABJRU5ErkJggg==")}*/
blockquote {
  font-size: 1.15em;
  line-height: 1.3em;
  margin: 0 0 .955em;
  padding-left: 5%;
  border-left: #fff 1px dotted;
  font-style: italic;
}
a {
  text-decoration: none;
  color: #164d9d;
}
a:hover {
  text-decoration: underline;
}
a.phone-link,
a.phone-link:hover {
  text-decoration: none;
  color: inherit;
  cursor: text;
  font-weight: 800;
}
.header-container {
  padding: 1em 0 0;
  position: relative;
  z-index: 1000;
}
.header-container .title {
  width: 261px;
  margin: 0;
  padding: 0;
}
.header-container .title img {
  display: block;
  width: 100%;
}
.header-container .header-left {
  float: left;
}
.header-container .header-right {
  float: right;
  width: 65%;
}
.header-container .header-right .header-right-upper {
  font-family: "Century Gothic Bold", CenturyGothicBold, "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  color: #666;
  font-size: .9em;
}
.header-container .header-right .header-right-upper .search {
  text-align: center;
  padding: .2em 1em 0 0;
  float: right;
}
.header-container .header-right .header-right-upper .search * {
  display: inline-block;
}
.header-container .header-right .header-right-upper .search input[type=text],
.header-container .header-right .header-right-upper .search input[type=search] {
  height: 2em;
  padding: 0 .5em;
  border: #c0c0c0 1px solid;
  margin: 0;
  color: #164d9d;
  font-weight: bold;
  font-size: .8em;
  width: 20em;
}
.header-container .header-right .header-right-upper .search input::-webkit-input-placeholder {
  color: #164d9d;
  text-transform: uppercase;
}
.header-container .header-right .header-right-upper .search input:-moz-placeholder {
  color: #164d9d;
  text-transform: uppercase;
}
.header-container .header-right .header-right-upper .search input::-moz-placeholder {
  color: #164d9d;
  text-transform: uppercase;
}
.header-container .header-right .header-right-upper .search input:-ms-input-placeholder {
  color: #164d9d;
  text-transform: uppercase;
}
.header-container .header-right .header-right-upper .search button {
  width: 2em;
  height: 1.73em;
  background: #164d9d;
  border: 0;
  text-indent: -999em;
  position: relative;
  top: 1px;
}
.header-container .header-right .header-right-upper .search button:after {
  content: "";
  height: 0;
  width: 0;
  border: 5px transparent solid;
  border-left-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 35%;
  top: 30%;
  left: calc(1em - 2px);
  top: calc(.8em - 4px);
}
.header-container .header-right .header-right-upper .social {
  float: right;
  padding-top: 0em;
}
.header-container .header-right .header-right-upper .social img {
  width: 30px;
  height: auto;
}
.header-container .header-right .header-right-upper .baggage-info {
  float: right;
  padding-top: 4px;
  margin-left: 20px;
  padding-right: 5px;
}
.header-container .header-right .header-right-upper p {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  margin: 1em 0 0;
  clear: right;
}
.header-container .header-right .header-right-upper p .bigger {
  font-size: 1.15em;
}
.header-container .header-right .header-right-upper-messaging,
.header-container .header-right .header-right-upper-login {
  float: right;
  margin: .75em 0;
}
.header-container .header-right .header-right-upper-messaging p {
  margin: 0;
}
.header-container .header-right .header-right-upper-login {
  clear: right;
  margin-left: .5em;
  border-left: 1px #164d9d dotted;
  padding-left: .5em;
}
.header-container .header-right .header-right-upper-login .button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .85em;
  padding: .5em 1em;
  background: #fd9904;
  border: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  text-decoration: none !important;
}
.header-container .header-right .header-right-alert {
  float: right;
  padding: .5em .75em;
  padding-right: 3em;
  margin: 0 0 .75em;
  clear: both;
  background: #e7edf5;
  font-family: "Century Gothic Bold", CenturyGothicBold, "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  color: #666;
  font-weight: bold;
}
.header-container .header-right .header-right-alert h2,
.header-container .header-right .header-right-alert p {
  display: inline-block;
  margin: 0;
}
.header-container .header-right .header-right-alert h2 {
  text-transform: uppercase;
  color: #ea222d;
  font-size: 1em;
  font-weight: bold;
}
.header-container .header-right .header-right-alert p {
  color: #164d9d;
}
.navigation-container {
  background: #164d9d;
  position: relative;
  z-index: 1000;
}
.navigation-container .top-navigation {
  clear: both;
  width: 100%;
}
.home-slide-show {
  margin: 0em ;
  position: relative;
}
.home-slide-show .slide {
  display: none;
  position: relative;
  width: 100%;
}
.home-slide-show .slide > a {
  display: block;
  width: 100%;
  padding-top: 400px;
  text-indent: -999em;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-slide-show .slide > a img {
  width: 100%;
  max-width: 919px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.home-slide-show .cycle-pager {
  font-size: 1.25em;
  text-align: center;
  position: absolute;
  z-index: 101;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.home-slide-show .cycle-pager span {
  display: inline-block;
  text-indent: -999em;
  height: 1em;
  line-height: 1em;
  width: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: #ffcc33 .15em solid;
  margin: 0 .15em;
  cursor: pointer;
  background: #fff;
}
.home-slide-show .cycle-pager span.cycle-pager-active {
  background: #fd9904;
}
.home-slide-show .slide-controls {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.home-slide-show .slide-controls .control {
  text-indent: -999em;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #164d9d;
  font-size: 28px;
  font-weight: bold;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.home-slide-show .slide-controls .control:after {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-indent: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.home-slide-show .slide-controls .control:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-slide-show .slide-controls #prev {
  left: 2%;
}
.home-slide-show .slide-controls #prev:after {
  content: "<";
}
.home-slide-show .slide-controls #next {
  right: 2%;
}
.home-slide-show .slide-controls #next:after {
  content: ">";
}
/*.header-buttons {
 	a {
   		display:block; float:left; width:20%; margin:0 2.5%;
     	img {width:100%; height:auto; display:block;}
    }
}*/
/*.home-main {
 	margin-top:.35em; 
 	.home-main-left,
 	.home-main-right {width:49.5%; float:left;}  
 		.home-main-left {padding-right:.5%}
 		.home-main-right {padding-left:.5%}
}*/
.booking-widget-container .wrapper {
  position: relative;
  z-index: 800;
}
.booking-widget {
  position: absolute;
  top: 200px;
  right: 70px;
  width: 60%;
}
.booking-widget iframe {
  border: none;
  width: 100%;
  background: none;
  min-height: 400px;
}
.external-content {
  padding: 0.5em;
}
.external-content ul.tab-row {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: table;
  width: 100%;
  position: relative;
  z-index: 100;
}
.external-content ul.tab-row li {
  display: table-cell;
  text-align: center;
  border-left: transparent 1em solid;
}
.external-content ul.tab-row li .inner,
.external-content ul.tab-row li .outer {
  display: block;
}
.external-content ul.tab-row li .outer {
  border-bottom: .5em solid transparent;
}
.external-content ul.tab-row li .inner {
  padding: .5em 1em;
  line-height: 1em;
  color: #164d9d;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #ffffff;
  font-size: 1em;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 0 0px 5px #000000;
  -moz-box-shadow: 0 0px 5px #000000;
  -ms-box-shadow: 0 0px 5px #000000;
  -o-box-shadow: 0 0px 5px #000000;
  box-shadow: 0 0px 5px #000000;
}
.external-content ul.tab-row li a.outer .inner {
  background: #eeeeee;
}
.external-content ul.tab-row li span:hover,
.external-content ul.tab-row li a:hover {
  text-decoration: none;
}
.external-content ul.tab-row li span:hover.inner,
.external-content ul.tab-row li a:hover.inner {
  background: rgba(231, 231, 231, 0.9);
}
.external-content ul.tab-row li.current .outer,
.external-content ul.tab-row li.visible .outer {
  border-bottom-color: rgba(231, 231, 231, 0.9);
  -webkit-box-shadow: 0 0px 5px #000000;
  -moz-box-shadow: 0 0px 5px #000000;
  -ms-box-shadow: 0 0px 5px #000000;
  -o-box-shadow: 0 0px 5px #000000;
  box-shadow: 0 0px 5px #000000;
  background: rgba(231, 231, 231, 0.9);
  overflow: hidden;
  position: relative;
}
.external-content ul.tab-row li.current .inner,
.external-content ul.tab-row li.visible .inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
}
.external-content ul.tab-row li.hidden {
  display: none;
}
.external-content ul.tab-row li.visible {
  border-left: none;
}
.external-content ul.tab-row li:first-child {
  border-left: none;
}
.external-content .tabs-content {
  background: rgba(231, 231, 231, 0.9);
  -webkit-box-shadow: 0 0px 5px #000000;
  -moz-box-shadow: 0 0px 5px #000000;
  -ms-box-shadow: 0 0px 5px #000000;
  -o-box-shadow: 0 0px 5px #000000;
  box-shadow: 0 0px 5px #000000;
  position: relative;
  z-index: 200;
}
.external-content .tabs-content .tab-content {
  display: none;
  padding: .5em 1em;
}
.external-content .tabs-content .tab-content.current {
  display: inherit;
}
.external-content .profile {
  padding: 1em 0em 0;
  text-align: center;
  border-top: #164d9d 1px dotted;
}
.external-content .profile h2 {
  margin: 0;
  float: left;
  font-size: 1em;
  padding-right: 1em;
  margin-top: 1em;
}
.external-content .profile p {
  float: left;
  padding-right: 1em;
  font-weight: normal;
  margin: 0;
}
.external-content .profile a {
  display: inline-block;
  text-shadow: none;
  margin: .5em 0 0 !important;
}
.external-content h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #164d9d;
  text-shadow: 0 1px 1px #ffffff;
  margin: 0 0 1.35em;
}
.external-content p {
  font-weight: bold;
  color: #164d9d;
  text-shadow: 0 1px 1px #ffffff;
}
.external-content p.float-left {
  float: left;
  padding-top: .75em;
}
.external-content p.multi-city {
  display: inline-block;
  margin-left: 1.5em;
}
.external-content p.multi-city:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  height: 0;
  width: 0;
  border: transparent 5px solid;
  border-left-color: #164d9d;
}
.external-content > fieldset {
  clear: both;
}
.external-content fieldset.column {
  width: 50%;
  float: left;
  padding-left: 1.5%;
}
.external-content fieldset.column:first-child {
  padding-left: 0;
  padding-right: 1.5%;
}
.external-content .review-link {
  float: right;
  font-size: 0.7em;
  margin-top: 0.3em;
}
.external-content input[type=text],
.external-content input[type=email],
.external-content input[type=password],
.external-content input[type=date] {
  width: 100%;
  height: 2em;
  padding: 0 .5em;
  border: #c0c0c0 1px solid;
  display: block;
  margin: 0 0 .5em;
  color: #164d9d;
  font-weight: bold;
  font-size: 1.3em;
}
.external-content input[type=radio],
.external-content input[type=checkbox] {
  display: none;
}
.external-content input[type=radio] + label,
.external-content input[type=checkbox] + label {
  position: relative;
  color: #164d9d;
  font-weight: bold;
  font-size: .9em;
  text-shadow: 0 1px 1px #ffffff;
  margin-left: 1.5em;
  cursor: pointer;
}
.external-content input[type=radio] + label:before,
.external-content input[type=checkbox] + label:before,
.external-content input[type=radio] + label:after,
.external-content input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  border-radius: .5em;
  margin-right: .5em;
}
.external-content input[type=radio] + label:before,
.external-content input[type=checkbox] + label:before {
  border: 2px solid #fff;
  background: #fff;
  -webkit-box-shadow: 1px -1px 2px 0px #ffffff;
  -moz-box-shadow: 1px -1px 2px 0px #ffffff;
  -ms-box-shadow: 1px -1px 2px 0px #ffffff;
  -o-box-shadow: 1px -1px 2px 0px #ffffff;
  box-shadow: 1px -1px 2px 0px #ffffff;
  position: relative;
  z-index: 100;
}
.external-content input[type=radio] + label:after,
.external-content input[type=checkbox] + label:after {
  border: 2px solid transparent;
  background: transparent;
  -webkit-box-shadow: -1px 1px 2px 1px #000000;
  -moz-box-shadow: -1px 1px 2px 1px #000000;
  -ms-box-shadow: -1px 1px 2px 1px #000000;
  -o-box-shadow: -1px 1px 2px 1px #000000;
  box-shadow: -1px 1px 2px 1px #000000;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 0;
}
.external-content input[type=radio]:checked + label:before,
.external-content input[type=checkbox]:checked + label:before {
  background: #164d9d;
}
.external-content input[type=radio]:first-child + label,
.external-content input[type=checkbox]:first-child + label {
  margin-left: 0;
}
.external-content input::-webkit-input-placeholder {
  color: #164d9d;
}
.external-content input:-moz-placeholder {
  color: #164d9d;
}
.external-content input::-moz-placeholder {
  color: #164d9d;
}
.external-content input:-ms-input-placeholder {
  color: #164d9d;
}
.external-content input[type=text].date,
.external-content input[type=date],
.external-content select {
  height: 2em;
  border: #c0c0c0 1px solid;
  display: block;
  margin: 0 0 .5em;
  color: #164d9d;
  font-weight: bold;
  font-size: 1.1em;
}
.external-content .from-to input[type=text].date,
.external-content .from-to input[type=date],
.external-content .from-to select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding-left: 2.75em;
}
.external-content .from-to input[type=text].date,
.external-content .from-to input[type=date] {
  padding-left: 3em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .external-content .from-to select {
    padding-right: 20px;
  }
}
.external-content .from-to .select-styler,
.external-content .from-to .date-styler {
  position: relative;
  display: block;
  margin: 0 0 .5em;
}
.external-content .from-to .select-styler:after,
.external-content .from-to .date-styler:after,
.external-content .from-to .select-styler:before,
.external-content .from-to .date-styler:before {
  content: '';
  top: 0px;
  height: 100%;
  height: calc(100% + 1px);
  position: absolute;
  pointer-events: none;
  display: block;
}
.external-content .from-to .select-styler:after,
.external-content .from-to .date-styler:after {
  right: 0;
  width: 20px;
  background: #fff;
  border: #c0c0c0 1px solid;
  border-left: none;
}
.external-content .from-to .select-styler:before,
.external-content .from-to .date-styler:before {
  left: 0;
  width: 3em;
  background: #164d9d;
  background-position: center;
  background-repeat: no-repeat;
}
.external-content .from-to .select-styler.to:before,
.external-content .from-to .date-styler.to:before {
  background-image: url(../img/css/booking-to.png);
}
.external-content .from-to .select-styler.from:before,
.external-content .from-to .date-styler.from:before {
  background-image: url(../img/css/booking-from.png);
}
.external-content .from-to .date-styler:after {
  display: none;
}
.external-content .from-to .date-styler:before {
  background-image: url(../img/css/booking-calendar.png);
}
.external-content .options {
  float: left;
}
.external-content .options select {
  font-size: 1em;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  margin: 0;
  height: 2.5em;
  padding-left: .75em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .external-content .options select {
    padding-right: 18px;
  }
}
.external-content .options .select-styler {
  position: relative;
  display: block;
  margin: 0 0 .5em;
  float: left;
  margin-left: .75em;
  font-size: .75em;
}
.external-content .options .select-styler:first-child {
  margin-left: 0;
}
.external-content .options .select-styler:after,
.external-content .options .select-styler:before {
  content: '';
  top: 0px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  display: block;
}
.external-content .options .select-styler:after {
  right: 0;
  width: 20px;
  background: #fff;
  border: #c0c0c0 1px solid;
  border-left: none;
}
.external-content .options .select-styler:before {
  right: .5em;
  top: 1.15em;
  width: 5px;
  border: 5px transparent solid;
  border-top-color: #164d9d;
  height: 0;
  z-index: 1;
}
.external-content .options .select-styler.date-styler:before {
  background-image: url(../img/css/booking-calendar.png) !important;
}
.external-content .options .select-styler #numAdults {
  width: 8em;
}
.external-content .options .select-styler #numChildren {
  width: 12em;
}
.external-content .options .select-styler #numInfants {
  width: 11em;
}
.external-content .options .checkbox {
  float: left;
  margin-left: 1em;
  padding: .65em 0;
}
.external-content button,
.external-content a.button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .85em;
  padding: .5em 1em;
  background: #fd9904;
  border: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 0 1em;
  display: inline-block;
  text-decoration: none !important;
}
.external-content button.float-right,
.external-content a.button.float-right {
  float: right;
}
.external-content .validation-error {
  display: none;
}
.capeair-bookflights-widget {
  overflow: hidden;
}
.capeair-bookflights-widget .external-content-block {
  width: 100%;
}
.capeair-bookflights-widget #ui-datepicker-div {
  line-height: 90%;
}
.capeair-bookflights-widget fieldset.from-to .date-styler {
  z-index: 100;
}
.footer-ads {
  margin: .25em 0 1em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}
.footer-ads a {
  width: 30%;
  float: left;
  margin-left: 5%;
  box-shadow: 0 0px 5px #888;
  border-radius: 3px;
}
.footer-ads a:first-child {
  margin-left: 0;
}
.footer-ads img {
  width: 100%;
  display: block;
  border-radius: 3px;
}
aside.panel2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
aside.panel2 img {
  max-width: 100%;
}
.partners {
  color: #164d9d;
  margin: 0 auto 3em auto;
  width: 80%;
}
.partners h2 {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: .75em;
  display: table;
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.partners h2:before,
.partners h2:after {
  border-top: 1px double #164d9d;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 41%;
}
.partners h2 span {
  display: block;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
.partners ul {
  margin: 0;
  padding: 0 0%;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.partners ul li {
  display: table-cell;
  text-align: center;
}
.partners ul li:first-child {
  text-align: left;
}
.partners ul li:last-child {
  text-align: right;
}
.partners ul img {
  display: inline-block;
  margin: 0 2.5em;
  max-width: 100%;
}
.quick-reservation {
  padding: .5em 0;
  margin: .5em 0;
  border: #164d9d solid 1px;
  border-left: none;
  border-right: none;
  font-size: .75em;
}
.quick-reservation h1 {
  font-size: 1em;
  color: #164d9d;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  width: 5%;
  float: left;
}
.quick-reservation input[type=text],
.quick-reservation input[type=email],
.quick-reservation input[type=password],
.quick-reservation input[type=date] {
  width: 100%;
  height: 2em;
  padding: 0 .5em;
  border: #c0c0c0 1px solid;
  display: block;
  margin: 0 0 .5em;
  color: #164d9d;
  font-weight: bold;
  font-size: 1.3em;
}
.quick-reservation input[type=radio],
.quick-reservation input[type=checkbox] {
  display: none;
}
.quick-reservation input[type=radio] + label,
.quick-reservation input[type=checkbox] + label {
  position: relative;
  color: #164d9d;
  font-weight: bold;
  font-size: .9em;
  text-shadow: 0 1px 1px #ffffff;
  margin-left: 1.5em;
  cursor: pointer;
}
.quick-reservation input[type=radio] + label:before,
.quick-reservation input[type=checkbox] + label:before,
.quick-reservation input[type=radio] + label:after,
.quick-reservation input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  border-radius: .5em;
  margin-right: .5em;
}
.quick-reservation input[type=radio] + label:before,
.quick-reservation input[type=checkbox] + label:before {
  border: 2px solid #fff;
  background: #fff;
  -webkit-box-shadow: 1px -1px 2px 0px #ffffff;
  -moz-box-shadow: 1px -1px 2px 0px #ffffff;
  -ms-box-shadow: 1px -1px 2px 0px #ffffff;
  -o-box-shadow: 1px -1px 2px 0px #ffffff;
  box-shadow: 1px -1px 2px 0px #ffffff;
  position: relative;
  z-index: 100;
}
.quick-reservation input[type=radio] + label:after,
.quick-reservation input[type=checkbox] + label:after {
  border: 2px solid transparent;
  background: transparent;
  -webkit-box-shadow: -1px 1px 2px 1px #000000;
  -moz-box-shadow: -1px 1px 2px 1px #000000;
  -ms-box-shadow: -1px 1px 2px 1px #000000;
  -o-box-shadow: -1px 1px 2px 1px #000000;
  box-shadow: -1px 1px 2px 1px #000000;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 0;
}
.quick-reservation input[type=radio]:checked + label:before,
.quick-reservation input[type=checkbox]:checked + label:before {
  background: #164d9d;
}
.quick-reservation input[type=radio]:first-child + label,
.quick-reservation input[type=checkbox]:first-child + label {
  margin-left: 0;
}
.quick-reservation input::-webkit-input-placeholder {
  color: #164d9d;
}
.quick-reservation input:-moz-placeholder {
  color: #164d9d;
}
.quick-reservation input::-moz-placeholder {
  color: #164d9d;
}
.quick-reservation input:-ms-input-placeholder {
  color: #164d9d;
}
.quick-reservation input[type=text].date,
.quick-reservation input[type=date],
.quick-reservation select {
  height: 2em;
  border: #c0c0c0 1px solid;
  display: block;
  margin: 0 0 .5em;
  color: #164d9d;
  font-weight: bold;
  font-size: 1.1em;
}
.quick-reservation .from-to input[type=text].date,
.quick-reservation .from-to input[type=date],
.quick-reservation .from-to select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding-left: 2.75em;
}
.quick-reservation .from-to input[type=text].date,
.quick-reservation .from-to input[type=date] {
  padding-left: 3em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .quick-reservation .from-to select {
    padding-right: 20px;
  }
}
.quick-reservation .from-to .select-styler,
.quick-reservation .from-to .date-styler {
  position: relative;
  display: block;
  margin: 0 0 .5em;
}
.quick-reservation .from-to .select-styler:after,
.quick-reservation .from-to .date-styler:after,
.quick-reservation .from-to .select-styler:before,
.quick-reservation .from-to .date-styler:before {
  content: '';
  top: 0px;
  height: 100%;
  height: calc(100% + 1px);
  position: absolute;
  pointer-events: none;
  display: block;
}
.quick-reservation .from-to .select-styler:after,
.quick-reservation .from-to .date-styler:after {
  right: 0;
  width: 20px;
  background: #fff;
  border: #c0c0c0 1px solid;
  border-left: none;
}
.quick-reservation .from-to .select-styler:before,
.quick-reservation .from-to .date-styler:before {
  left: 0;
  width: 3em;
  background: #164d9d;
  background-position: center;
  background-repeat: no-repeat;
}
.quick-reservation .from-to .select-styler.to:before,
.quick-reservation .from-to .date-styler.to:before {
  background-image: url(../img/css/booking-to.png);
}
.quick-reservation .from-to .select-styler.from:before,
.quick-reservation .from-to .date-styler.from:before {
  background-image: url(../img/css/booking-from.png);
}
.quick-reservation .from-to .date-styler:after {
  display: none;
}
.quick-reservation .from-to .date-styler:before {
  background-image: url(../img/css/booking-calendar.png);
}
.quick-reservation .options {
  float: left;
}
.quick-reservation .options select {
  font-size: 1em;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  margin: 0;
  height: 2.5em;
  padding-left: .75em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .quick-reservation .options select {
    padding-right: 18px;
  }
}
.quick-reservation .options .select-styler {
  position: relative;
  display: block;
  margin: 0 0 .5em;
  float: left;
  margin-left: .75em;
  font-size: .75em;
}
.quick-reservation .options .select-styler:first-child {
  margin-left: 0;
}
.quick-reservation .options .select-styler:after,
.quick-reservation .options .select-styler:before {
  content: '';
  top: 0px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  display: block;
}
.quick-reservation .options .select-styler:after {
  right: 0;
  width: 20px;
  background: #fff;
  border: #c0c0c0 1px solid;
  border-left: none;
}
.quick-reservation .options .select-styler:before {
  right: .5em;
  top: 1.15em;
  width: 5px;
  border: 5px transparent solid;
  border-top-color: #164d9d;
  height: 0;
  z-index: 1;
}
.quick-reservation .options .select-styler.date-styler:before {
  background-image: url(../img/css/booking-calendar.png) !important;
}
.quick-reservation .options .select-styler #numAdults {
  width: 8em;
}
.quick-reservation .options .select-styler #numChildren {
  width: 12em;
}
.quick-reservation .options .select-styler #numInfants {
  width: 11em;
}
.quick-reservation .options .checkbox {
  float: left;
  margin-left: 1em;
  padding: .65em 0;
}
.quick-reservation button,
.quick-reservation a.button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .85em;
  padding: .5em 1em;
  background: #fd9904;
  border: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 0 1em;
  display: inline-block;
  text-decoration: none !important;
}
.quick-reservation button.float-right,
.quick-reservation a.button.float-right {
  float: right;
}
.quick-reservation .validation-error {
  display: none;
}
.quick-reservation fieldset,
.quick-reservation .info,
.quick-reservation .select-styler,
.quick-reservation .date-styler,
.quick-reservation .options,
.quick-reservation .from-to,
.quick-reservation .from-to .select-styler,
.quick-reservation .from-to .date-styler,
.quick-reservation .options .select-styler {
  margin: 0;
  float: left;
}
.quick-reservation .info {
  width: 60%;
}
.quick-reservation .info .select-styler,
.quick-reservation .info .date-styler {
  width: 19%;
  margin-right: .5%;
}
.quick-reservation .info .select-styler:before,
.quick-reservation .info .date-styler:before {
  background-size: auto 60%;
}
.quick-reservation .info .select-styler.no-label,
.quick-reservation .info .date-styler.no-label {
  width: 21.5%;
}
.quick-reservation .info .select-styler.no-label:before,
.quick-reservation .info .date-styler.no-label:before {
  background-image: url(../img/css/quickres-triptype.png);
  background-size: auto;
}
.quick-reservation .options {
  width: 33%;
}
.quick-reservation .options .select-styler,
.quick-reservation .options .date-styler {
  width: 32%;
  margin-right: 1%;
}
.quick-reservation .options .select-styler:before,
.quick-reservation .options .date-styler:before {
  top: 1em;
}
.quick-reservation .options .select-styler:after,
.quick-reservation .options .date-styler:after {
  height: 104% !important;
}
.quick-reservation .options .select-styler select,
.quick-reservation .options .date-styler select {
  height: 2.4em;
  font-size: 1.1em;
}
.quick-reservation button.float-right {
  float: left;
  width: 2%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
#capeair-sitemap-container .sitemap {
  width: 50%;
  float: left;
}
#capeair-sitemap-container .sitemap ul {
  padding-left: 2em;
}
.secondary-navigation {
  position: fixed;
  top: 35%;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.secondary-navigation .wrapper {
  padding: 1.25em 0;
}
.secondary-navigation ul {
  margin: 0;
  padding: 0;
}
.secondary-navigation li {
  color: #fff;
  list-style: none;
}
.secondary-navigation li li {
  font-size: 1.1em;
}
.secondary-navigation ul > li > ul > li {
  background: #8f969a;
}
.secondary-navigation ul > li.on {
  background-color: #0474CC;
}
.secondary-navigation a {
  color: inherit;
  display: block;
  padding: .5em .75em;
}
.secondary-navigation a:hover {
  text-decoration: none;
  background-color: #0474CC;
}
.secondary-navigation nav {
  -webkit-box-shadow: 2px 2px 10px #999999;
  -moz-box-shadow: 2px 2px 10px #999999;
  -ms-box-shadow: 2px 2px 10px #999999;
  -o-box-shadow: 2px 2px 10px #999999;
  box-shadow: 2px 2px 10px #999999;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.secondary-navigation nav > a {
  background: #636b70;
  padding: 0;
}
.secondary-navigation nav > a span {
  float: right;
  background: #fd9904;
  color: #fff;
  padding: .5em;
  width: 3em;
  text-indent: -999em;
  position: relative;
}
.secondary-navigation nav > a span:before {
  content: "";
  text-indent: 0;
  position: absolute;
  right: 4.75em;
  top: .75em;
  color: #fd9904;
  font-weight: bold;
  font-size: .8em;
  text-align: right;
  text-transform: uppercase;
}
.secondary-navigation nav > a span:after {
  content: "\00BB";
  text-indent: 0;
  position: absolute;
  left: 0;
  top: .25em;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}
.secondary-navigation nav > ul {
  background: #8f969a;
  font-size: .85em;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.secondary-navigation nav > ul > li {
  border-top: #9aa1a4 1px solid;
  border-bottom: #636b70 1px solid;
}
.secondary-navigation nav > ul > li li a {
  padding-left: 1.5em;
  position: relative;
  background-image: none !important;
}
.secondary-navigation nav > ul > li li a:before {
  content: "\2022\a0";
}
.secondary-navigation nav > ul > li li ul {
  display: none;
}
.secondary-navigation nav > ul > li li.on ul {
  display: block;
}
.secondary-navigation nav > ul > li li li a {
  padding-left: 2.5em;
}
.secondary-navigation.open {
  left: 0 !important;
}
.secondary-navigation.open .wrapper {
  -webkit-box-shadow: inset 15px 0 8px -15px #666666;
  -moz-box-shadow: inset 15px 0 8px -15px #666666;
  -ms-box-shadow: inset 15px 0 8px -15px #666666;
  -o-box-shadow: inset 15px 0 8px -15px #666666;
  box-shadow: inset 15px 0 8px -15px #666666;
}
.secondary-navigation.open nav > a span:before {
  content: "Hide";
}
.secondary-navigation.open nav > a span:after {
  content: "\00AB";
}
.secondary-navigation.open nav > ul {
  max-height: 500px;
}
.secondary-content-wrapper {
  background: url(../img/css/bg-interior-page-footer.png) no-repeat center 80%;
  background-size: 100% auto;
}
.secondary-content {
  /*ul li {list-style-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAMUlEQVQIW2NkAIJv7x7/PzHBh4FTUIZBP34GAyNMACQJAnI2iTgEsWqHaUOmGYkWBADp3BneeERpDAAAAABJRU5ErkJggg==")}*/
}
.secondary-content h1,
.secondary-content h2,
.secondary-content h3,
.secondary-content h4,
.secondary-content h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.secondary-content h1,
.secondary-content h2,
.secondary-content h3 {
  color: #164d9d;
}
.secondary-content h1,
.secondary-content h2 {
  text-transform: uppercase;
  text-align: center;
}
.secondary-content h1 {
  font-size: 2em;
  line-height: 1.25em;
  margin: .25em 0 1em;
}
.secondary-content h2 {
  font-size: 1.4em;
  line-height: 1.165em;
  margin: 0 0 .5em;
}
.secondary-content h3 {
  font-size: 1em;
  line-height: 1.35em;
  margin: 0 0 .377em;
}
.secondary-content h4 {
  font-size: .875em;
  line-height: 1.45em;
  margin: .4em 0;
  font-weight: bold;
}
.secondary-content h5 {
  font-size: .875em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 1.28em;
}
.secondary-content p,
.secondary-content ul,
.secondary-content ol {
  font-size: .93em;
  line-height: 1.55em;
  margin: 0 0 0.83em;
}
.secondary-content ul,
.secondary-content ol {
  margin: 0 0 .85em;
  padding-left: 4em;
}
.secondary-content blockquote {
  font-size: 1.15em;
  line-height: 1.3em;
  margin: 0 0 .955em;
  padding-left: 5%;
  border-left: #fff 1px dotted;
  font-style: italic;
}
.secondary-content a {
  text-decoration: none;
}
.secondary-content a:hover {
  color: #fd9904;
}
.secondary-content table.styled {
  margin: 0 0 1em;
  border-bottom: #164d9d 1px solid;
  background: #fff;
}
.secondary-content table.styled thead,
.secondary-content table.styled tr.header {
  background-color: #164d9d;
  background-image: -webkit-gradient(linear, left top, right top, from(#164d9d), to(#164d9d));
  background-image: -webkit-linear-gradient(left, #164d9d, #164d9d);
  background-image: -moz-linear-gradient(left, #164d9d, #164d9d);
  background-image: -ms-linear-gradient(left, #164d9d, #164d9d);
  background-image: -o-linear-gradient(left, #164d9d, #164d9d);
  background-attachment: fixed;
}
.secondary-content table.styled thead tr,
.secondary-content table.styled tr.header tr {
  border-right-color: #092644;
}
.secondary-content table.styled tbody tr:first-child td {
  border-top: #164d9d 1px solid;
}
.secondary-content table.styled tr {
  border-right: #164d9d 1px solid;
}
.secondary-content table.styled td,
.secondary-content table.styled th {
  padding: 1em;
  font-size: .9em;
  margin: 0;
  line-height: 1.2em;
}
.secondary-content table.styled th {
  color: #ffffff;
  font-size: .9em;
  border-left: none;
}
.secondary-content table.styled th:first-child {
  border-left: #164d9d 1px solid;
}
.secondary-content table.styled td {
  border-left: #164d9d 1px solid;
  border-bottom: #164d9d 1px solid;
}
.secondary-content table.styled td.price {
  text-align: right;
}
.secondary-content .gsc-control-cse * {
  box-sizing: content-box;
}
.secondary-content form.page-form {
  max-width: 80%;
  padding: 0;
  margin: 0 auto 1em;
}
.secondary-content form.page-form label,
.secondary-content form.page-form input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.secondary-content form.page-form select,
.secondary-content form.page-form textarea {
  display: block;
  width: 100%;
  margin: 0 0 1em;
}
.secondary-content form.page-form label {
  margin-bottom: 0.25em;
}
.secondary-content form.page-form textarea {
  min-height: 5.8em;
}
.secondary-content form.page-form legend {
  font-weight: bold;
  color: #164d9d;
  font-size: .9em;
}
.secondary-content form.page-form label {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: .8em;
  font-weight: bold;
}
.secondary-content form.page-form input[type=submit] {
  background: #164d9d;
  color: #fff;
  border: none;
  height: 3em;
  padding: 0 2em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
}
.secondary-content form.page-form input[type=submit]:hover {
  background: #fd9904;
}
.secondary-content form.page-form .error {
  color: red;
}
.secondary-content form.page-form.feedback-form fieldset,
.secondary-content form.page-form.refund-form fieldset {
  border-top: #4571b1 1px dotted;
  margin: 1em 0 2em;
}
.secondary-content form.page-form.feedback-form legend,
.secondary-content form.page-form.refund-form legend {
  padding-right: 1em;
}
.secondary-content form.page-form.feedback-form label.error,
.secondary-content form.page-form.refund-form label.error {
  margin-top: -1em;
}
.secondary-content form.page-form.feedback-form textarea {
  min-height: 14em;
}
.secondary-content.secondary-main-content {
  padding: 4.5em 65px 100px;
  margin: .5em 0;
  background: url(../img/css/bg-interior-page-header.png) no-repeat center top;
}
.secondary-content #capeair_flight_status_widget {
  min-height: 300px;
}
.secondary-content #capeair_flight_status_widget .external-content {
  padding: 0;
}
.secondary-content #capeair_flight_status_widget .flight-status-fields input#flight-status-flt,
.secondary-content #capeair_flight_status_widget .flight-status-fields select {
  width: 49%;
  display: block;
  float: left;
  font-size: 1.3em;
}
.secondary-content #capeair_flight_status_widget .flight-status-fields select.flight-status-dest,
.secondary-content #capeair_flight_status_widget .flight-status-fields input#flight-status-flt {
  float: right;
}
.secondary-content #capeair_flight_status_widget .flight-status-or {
  font-size: 1.3em;
  margin: 10px 0;
}
.secondary-content #capeair_flight_status_widget .flight-status-fields input::-webkit-input-placeholder {
  color: #999;
}
.secondary-content #capeair_flight_status_widget .flight-status-fields input::-moz-placeholder {
  color: #999;
}
.secondary-content #capeair_flight_status_widget .flight-status-fields input:-ms-input-placeholder {
  color: #999;
}
.secondary-content #capeair_flight_status_widget .flts table {
  border: solid 1px navy;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.secondary-content #capeair_flight_status_widget .flts tr.d0 {
  background-color: #eee;
}
.secondary-content #capeair_flight_status_widget .flts tr.d1 {
  background-color: #ddd;
}
.secondary-content #capeair_flight_status_widget .flts th {
  font-size: 85%;
  font-weight: bold;
  border-right: solid 1px white;
  background-color: #164d9d;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}
.secondary-content #capeair_flight_status_widget .flts td {
  border: solid 1px #8FBDFF;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}
.secondary-content #capeair_flight_status_widget .tdl {
  text-align: left;
}
.secondary-content #capeair_flight_status_widget .tdred {
  color: red;
}
.secondary-content #capeair_flight_status_widget .tdblue {
  color: blue;
}
.travel-destinations {
  padding-bottom: 100px;
}
.travel-destinations h2 {
  color: #164d9d;
  background: rgba(22, 77, 157, 0.5);
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #ffffff;
  font-weight: bold;
  font-size: 1.3em;
  padding: .25em 1em .35em;
  line-height: 1.25em;
  margin: 0 0 .15em;
}
.travel-destinations > ul {
  margin: 0;
  padding: 0;
  background: #164d9d;
  position: relative;
}
.travel-destinations > ul li {
  list-style: none;
  width: 25%;
  float: left;
}
.travel-destinations > ul span {
  display: block;
  position: relative;
  padding: .75em 1em;
  padding-left: 3em;
}
.travel-destinations > ul span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2em;
  border-right: #103770 1px solid;
}
.travel-destinations > ul span:after {
  content: "";
  position: absolute;
  left: .6em;
  top: 1.2em;
  border: 5px transparent solid;
  border-top-color: #90b7ef;
  margin: 0 auto;
}
.travel-destinations > ul > li {
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  font-size: 1.1em;
  color: #fff;
  cursor: pointer;
  transition: all .25s ease;
}
.travel-destinations > ul > li:nth-child(4n+4) {
  border-right: none;
}
.travel-destinations > ul > li.active {
  background: #5f9ad4;
}
.travel-destinations > ul > li.active span:before {
  border-right-color: #fff;
}
.travel-destinations > ul > li.active span:after {
  border-top-color: #fff;
}
.travel-destinations > ul > li.active ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.travel-destinations > ul > li ul {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all .25s ease;
  background: #8dbce4;
  padding-bottom: 2em;
}
.travel-destinations > ul > li ul li {
  padding: .75em 1em;
  padding-left: 2.5em;
  font-size: 1em;
}
.footer-container {
  background: #164d9d;
  color: #fff;
}
.footer-container a {
  color: inherit;
}
.footer-container .footer-row {
  padding: 1em 0 0;
}
.footer-container .footer-row:first-child {
  padding-top: 1.5em;
}
.footer-container .button {
  display: block;
  float: right;
  color: #fd9904;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  padding: .5em 1em;
  background: #4571b1;
}
.footer-container .footer-linking,
.footer-container .footer-navigation {
  border-top: #4571b1 2px solid;
  float: left;
}
.footer-container .footer-linking {
  width: 25%;
  color: #fd9904;
  font-size: 1.1em;
  font-weight: bold;
}
.footer-container .footer-linking > a {
  display: block;
  margin: .75em 0;
}
.footer-container .footer-navigation {
  width: 75%;
}
.footer-container .footer-navigation .tinynav {
  display: none;
}
.footer-container .footer-navigation ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
.footer-container .footer-navigation > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 1em .5em;
  border-left: #4571b1 1px solid;
}
.footer-container .footer-navigation > ul > li > a {
  display: block;
  color: #fd9904;
  font-size: 1em;
  margin: 0em;
  line-height: 1em;
  text-align: center;
}
.footer-container .footer-navigation > ul > li li {
  padding: .5em 0;
}
.footer-container .footer-utility-navigation ul {
  float: right;
  padding-top: 2em;
}
.footer-container .footer-utility-navigation li {
  float: left;
  padding: 0 1em;
  line-height: .6em;
  font-weight: bold;
  color: ;
  font-size: .9em;
  border-left: #fff 1px solid;
}
.footer-container .footer-utility-navigation li:first-child {
  border-left: none;
}
/* mfp popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #000;
}
.white-popup .mfp-close {
  color: #333333;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.white-popup .white-popup-buttons {
  text-align: right;
  margin-top: 1em;
}
.white-popup button {
  padding: 5px 10px;
}
.mfp-container,
.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-removing .mfp-container,
.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu > li > a {
  display: block;
  position: relative;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}
.sf-menu {
  width: 100%;
}
.sf-menu .sf-mega {
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #4571b1;
  width: 100%;
}
.sf-menu .sf-mega ul {
  margin: 0;
  padding: 0;
  /* a {
             	display:block; padding:2em 1em 2em 6em; color:#fff; background-position:.5em center; background-repeat:no-repeat; background-image:url(../img/nav-icons/about-us.png);
              	&:hover {text-decoration:none; background-color:@blue;}
            }*/
}
.sf-menu .sf-mega ul li {
  width: 20%;
  float: left;
  display: table;
}
.sf-menu .sf-mega ul li:nth-child(5+n) {
  clear: left;
}
.sf-menu .sf-mega ul a {
  display: table-row;
  color: #fff;
  text-decoration: none;
}
.sf-menu .sf-mega ul a .sub-item-image,
.sf-menu .sf-mega ul a .sub-item-text {
  display: table-cell;
  vertical-align: middle;
  padding: 1em .5em;
}
.sf-menu .sf-mega ul a .sub-item-text {
  padding-right: 2em;
}
.sf-menu .sf-mega ul a .sub-item-image {
  width: 36px;
}
.sf-menu .sf-mega ul a img {
  width: 36px;
}
.sf-menu .sf-mega ul a:hover {
  text-decoration: underline;
}
.sf-menu > li {
  background: #164d9d;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  width: 16.6%;
}
.sf-menu > li > a {
  border-left: 1px solid #4571b1;
  padding: .75em 0em;
  text-decoration: none;
  zoom: 1;
  color: #ffffff;
  text-align: center;
}
.sf-menu > li:first-child > a {
  border-left: none;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: #4571b1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a {
  border-left-color: #4571b1;
}
#mobnav-btn {
  display: none;
  width: 100%;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #164d9d;
  color: #fff;
  padding: .5em 2em .5em 1em;
  cursor: pointer;
  position: relative;
  text-align: right;
}
#mobnav-btn:before {
  content: "";
  position: absolute;
  top: .67em;
  right: .4em;
  width: 1em;
  height: 0.15em;
  background: #fff;
  -webkit-box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
  -moz-box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
  -ms-box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
  -o-box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
  box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
}
.mobnav-subarrow {
  display: none;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  background-position: top left!important;
  position: absolute;
  top: 1.3em;
  right: .8em;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  width: 0;
  height: 0;
  border: .5em solid transparent;
  border-top-color: #fff;
}
.open > .mobnav-subarrow {
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: .8em;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* covers both low and high-density pixel devices */
@media screen and (max-width: 768px), (max-width: 768px) and (orientation: portrait), (max-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .sf-menu > li > a {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 480px), (max-width: 480px) and (orientation: landscape), (max-width: 480px) and (orientation: portrait), (max-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #mobnav-btn,
  .mobnav-subarrow {
    display: block;
  }
  .sf-menu {
    display: none;
  }
  .sf-menu .sf-mega {
    position: static;
  }
  .sf-menu li:hover > .sf-mega,
  .sf-menu li.sfHover > .sf-mega {
    display: none;
  }
  .sf-menu .sf-mega ul li {
    width: 100%;
    float: none;
  }
  .sf-menu .sf-mega ul li:nth-child(5+n) {
    clear: none;
  }
  .sf-menu .sf-mega ul a {
    font-size: 1.1em;
  }
  .sf-menu > li {
    width: 100%;
    float: none;
    border-top: #fff 1px dotted;
    position: relative;
  }
  .sf-menu > li > a {
    font-size: 1.1em;
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 768px), (max-width: 768px) and (orientation: portrait), (max-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header-container .title {
    width: 200px;
  }
  .header-container .header-right {
    font-size: 0.8em;
  }
  .booking-widget {
    top: 150px;
    width: 70%;
  }
  .external-content ul.tab-row li .inner {
    font-size: 0.85em;
  }
  .footer-ads,
  aside.panel2 {
    width: 100%;
  }
}
/* covers both low and high-density pixel devices */
@media screen and (max-width: 480px), (max-width: 480px) and (orientation: landscape), (max-width: 480px) and (orientation: portrait), (max-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header-container header {
    padding: 0;
  }
  .header-container .title {
    width: 60%;
    margin: 0 auto .5em;
    float: none;
  }
  .header-container .header-right {
    float: none;
    width: 100%;
  }
  .header-container .header-right .header-right-upper {
    text-align: center;
    margin: 1em 0;
  }
  .header-container .header-right .header-right-upper p {
    text-align: center;
  }
  .header-container .header-right .header-right-upper .social,
  .header-container .header-right .header-right-upper .search {
    float: none;
    display: inline-block;
  }
  .header-container .header-right .header-right-upper .social {
    margin-right: 1em;
  }
  .header-container .header-right .header-right-upper .search input[type=text],
  .header-container .header-right .header-right-upper .search input[type=search] {
    width: 15em;
  }
  .header-container .header-right .header-right-upper-login,
  .header-container .header-right .header-right-upper-messaging {
    float: left;
    clear: none;
    border: none;
  }
  .header-container .header-right .header-right-upper-login {
    clear: left;
  }
  .header-container .header-right .header-right-upper-messaging {
    float: right;
    padding-right: .5em;
    text-align: right;
  }
  .header-container .header-right .header-right-alert {
    padding-left: 3em;
    padding-right: 3em;
    margin-bottom: 0;
    float: none;
    padding: 1em 0;
    text-align: center;
  }
  .header-container .header-right .header-navigation {
    float: none;
    background: #164d9d;
    color: #fff;
  }
  .header-buttons a {
    width: 50%;
    padding: 1%;
    margin: 0;
  }
  .home-main .home-main-left,
  .home-main .home-main-right {
    width: 100%;
    float: none;
  }
  .booking-widget-container .wrapper {
    padding: 0 0.5em;
  }
  .booking-widget {
    position: static;
    width: 100%;
  }
  .external-content ul.tab-row {
    margin-top: 1em;
  }
  .external-content ul.tab-row li .inner {
    font-size: 0.8em;
  }
  .home-slide-show {
    display: none;
    margin-top: 1em;
  }
  .home-slide-show .cycle-pager {
    display: none;
  }
  .footer-ads {
    margin-top: 0;
  }
  .footer-ads a {
    display: block;
    width: 100%;
    float: none;
    margin: 1em 0 0;
  }
  .footer-ads a:first-child {
    margin-top: 0;
  }
  .partners ul {
    display: block;
  }
  .partners ul li {
    display: block;
    margin: 1em 0;
  }
  .partners ul img {
    margin: 0;
    display: block;
    max-width: 75%;
    margin: 0 auto;
  }
  .search {
    padding: .5em;
    text-align: center;
  }
  .search input[type=search] {
    width: auto;
    max-width: 170px;
  }
  .quick-reservation {
    font-size: 1em;
    padding: 0;
  }
  .quick-reservation h1 {
    float: none;
    width: 100%;
    text-align: right;
    padding: .5em 0;
    position: relative;
    padding-right: 2em;
  }
  .quick-reservation h1 br {
    display: none;
  }
  .quick-reservation h1 span.hidden {
    display: inline !important;
    visibility: visible;
  }
  .quick-reservation h1:before {
    content: "";
    position: absolute;
    top: .8em;
    right: .4em;
    width: 1em;
    height: 0.15em;
    background: #164d9d;
    -webkit-box-shadow: 0 0.25em 0 0 #164d9d, 0 0.5em 0 0 #164d9d;
    -moz-box-shadow: 0 0.25em 0 0 #164d9d, 0 0.5em 0 0 #164d9d;
    -ms-box-shadow: 0 0.25em 0 0 #164d9d, 0 0.5em 0 0 #164d9d;
    -o-box-shadow: 0 0.25em 0 0 #164d9d, 0 0.5em 0 0 #164d9d;
    box-shadow: 0 0.25em 0 0 #164d9d, 0 0.5em 0 0 #164d9d;
  }
  .quick-reservation form {
    display: none;
  }
  .quick-reservation fieldset,
  .quick-reservation .info,
  .quick-reservation .select-styler,
  .quick-reservation .date-styler,
  .quick-reservation .options,
  .quick-reservation .from-to,
  .quick-reservation .from-to .select-styler,
  .quick-reservation .from-to .date-styler,
  .quick-reservation .options .select-styler {
    margin: 0;
    float: none;
  }
  .quick-reservation .info {
    width: 100%;
  }
  .quick-reservation .info .select-styler,
  .quick-reservation .info .date-styler {
    width: 100%;
    margin-right: 100%;
    margin: 0 0 1em;
  }
  .quick-reservation .info .select-styler:after,
  .quick-reservation .info .date-styler:after {
    height: 104%;
  }
  .quick-reservation .info .select-styler.no-label,
  .quick-reservation .info .date-styler.no-label {
    width: 100%;
  }
  .quick-reservation .options {
    width: 100%;
  }
  .quick-reservation .options .select-styler,
  .quick-reservation .options .date-styler {
    width: 100%;
    margin-right: 0%;
    margin: 0 0 1em;
  }
  .quick-reservation .options .select-styler:after,
  .quick-reservation .options .date-styler:after {
    height: 101% !important;
  }
  .quick-reservation button.float-right {
    float: none;
    width: 100%;
    margin: 0 0 1em;
  }
  .quick-reservation button.float-right span.hidden {
    display: inline !important;
    visibility: visible;
  }
  #capeair-sitemap-container .sitemap {
    width: 100%;
    float: none;
  }
  .secondary-content.secondary-main-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1em;
  }
  .travel-destinations {
    padding-bottom: 1em;
  }
  .travel-destinations > ul li {
    width: 100%;
    float: none;
    border-right: none;
  }
  .footer-container .social {
    float: none;
    text-align: center;
    margin: 0 0 1em;
  }
  .footer-container .button {
    font-size: .9em;
    width: 100%;
    text-align: center;
  }
  .footer-container .footer-linking {
    width: 100%;
    float: none;
  }
  .footer-container .footer-navigation {
    width: 100%;
    border: none;
  }
  .footer-container .footer-navigation ul {
    display: none;
  }
  .footer-container .tinynav.tinynav1 {
    display: block;
    width: 100%;
    margin: 1em 0 0;
  }
  .footer-container .footer-utility-navigation ul {
    float: none;
    text-align: center;
    margin: 0;
    padding: 1em 0;
  }
  .footer-container .footer-utility-navigation li {
    float: none;
    display: inline-block;
    padding: .5em 1em;
    line-height: 1em;
    border: none;
  }
}
@media screen and (max-width: 320px), (max-width: 320px) and (orientation: landscape), (max-width: 320px) and (orientation: portrait), (max-width: 320px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (max-width: 320px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .external-content {
    font-size: .75em;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
