/*
  Font

  1em = 16px
*/

@font-face {
  font-family: "bebas";
  src: url("/fonts/bebas-neue/BebasNeue-webfont.eot?") format("eot"), url("/fonts/bebas-neue/BebasNeue-webfont.woff") format("woff"), url("/fonts/bebas-neue/BebasNeue-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-size: 62.5%
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   Set box sizing
   ========================================================================== */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

.admin-list-results a.btn {
  color: #fff;
}

.admin-list-results .sub-title {
  padding-top: 0.625em;
  font-size: 1.125em;
}

.admin-list-results .sub-title .btn {
  width: 100px;
  font-size: 0.75em;
}

.admin-list-results .main .row {
  padding-top: 1em;
}

.admin-list-results table {
  margin-top: 1.25em;
}

.admin-list-results table th {
  padding: 0.625em;
  background: #99CDCD;
  border-top: 1px solid #CDECED;
  border-bottom: 1px solid #FFF;
  color: #fff;
  font-family: arial, sans-serif;
  text-align: left;
}

.admin-list-results table td {
  padding: 0.5em;
  border-top: 1px solid #CDECED;
  border-right: 1px solid #CDECED;
}

.admin-list-results table tr:nth-child(even) {
  background: #EAF7F8;
}

.admin-list-results table tr:hover {
  background: #FF9A00;
  color: #fff;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #41A8AA;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #41A8AA;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

a:visited {
  color: #666;
}

a:hover {
  color: #FF9A00;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 2.5em;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  font-size: 1em;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 0.8125em;
  *height: 0.8125em;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== the grid ===========================================================
   ========================================================================== */
.row {
  margin: 0 auto;
  padding: 3em 15px 0;
  max-width: 960px;
  width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  margin-right: 0.9em;
  position: relative;
}

.last {
  margin-right: 0;
}

.row .col-1 {
  width: 6.25%;
}

.row .col-2 {
  width: 14.6%;
}

.row .col-3 {
  width: 23%;
}

.row .col-4 {
  width: 31.25%;
}

.row .col-5 {
  width: 39.6%;
}

.row .col-6 {
  width: 48%;
}

.row .col-7 {
  width: 56.25%;
}

.row .col-8 {
  width: 64.6%;
}

.row .col-9 {
  width: 73%;
  padding: 0;
}

.row .col-10 {
  width: 81.25%;
}

.row .col-11 {
  width: 89.6%;
}

.row .col-12 {
  margin-right: 0;
  width: 98%;
}


/* ==|== typography =========================================================
   ========================================================================== */
body {
  background: #fff;
  color: #666;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8125em;
  font-weight: 300;
  line-height: 1.721;
}

p, ul, ol {
  margin: 0 0 15px 0;
}

p a, p a:active, p a:visited, ul a, ul a:active, ul a:visited, ol a, ol a:active, ol a:visited {
  color: #008B9D;
}

a:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8125em;
}
/* ==|== primary styles =====================================================
   ========================================================================== */
body.home {
  background: url(/images/bg-home.png) repeat 0 0;
}

header, .main, footer {
  width: 100%;
}

/* ==|== header =============================================================
   ========================================================================== */
.subpage header {
  -webkit-box-shadow: inset 0 -0.25em 0.75em -0.25em #777777;
  -moz-box-shadow: inset 0 -0.25em 0.75em -0.25em #777777;
  box-shadow: inset 0 -0.25em 0.75em -0.25em #777777;
}

header {
  background: url(/images/bg-header.png) repeat-x top center;
}

.row-hotels {
  margin: 0 auto;
  max-width: 960px;
  height: 5em;
}

.col-4-hotels {
  width: 33%;
  float: left;
}

.col-8-hotels {
  width: 67%;
  float: left;
}

.logo {
  width: 89%;
  display: block;
  margin: 0.95em 0 0 -0.95em;
}

header nav {
  float: right;
  font-family: arial, sans-serif;
  margin-top: 1.5em;
  width: 84%;
}

ul#top-nav {
  width: 100%;
}

ul.top-nav li {
  width: 14.3%;
}

header nav li {
  border-right: 1px solid #B0D1D4;
  display: block;
  float: left;
  line-height: 100%;
  margin-left: 0.97em;
  padding-right: 0.97em;
}

header nav li.login {
  border-right: none;
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1em;
  padding-right: 0;
  text-transform: uppercase;
}

header nav li.login a {
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: -0.44em;
  width: 6em;
  padding-left: 0.5em;
  padding-right: 0.625em;
  letter-spacing: 0.05em;
}

header nav a {
  color: #008B9D;
  font-size: 1em;
}

header nav a:visited {
  color: #008B9D;
}

header nav a:hover {
  color: #666;
}

header .content-row {
  background: url(/images/icon-triangle.png) no-repeat 10em bottom;
  bottom: -9.6em;
  height: 5.6em;
  position: relative;
}

header h1 {
  color: #fff;
  text-shadow: 0 1px 2px #555;
  position: relative;
  bottom: 0.4em;
  right: 5.3em;
}

header h1 span {
  float: left;
  margin: -15px 20px 0 0;
}

.content-page header {
  margin-bottom: 1.25em;
}

.content-page .content-row {
  background-position: 2.95em bottom;
}

/* ==|== .main ==============================================================
   ========================================================================== */
.main {
  padding-bottom: 30px;
}

.home .main {
  color: #fff;
  font-family: "HelveticaNeue-Condensed-Bold", "Helvetica Neue Condensed Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  padding-bottom: 200px;
  text-shadow: 0 1px 3px #222;
  text-transform: uppercase;
}

.callout {
  background: url(/images/bg-shapes.png) no-repeat -173px -12px;
  font-size: 16px;
  height: 171px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 298px;
}

.callout img {
  display: block;
  margin: 18px auto 12px auto;
}

.callout p {
  border-top: 1px solid #74C1C3;
  display: block;
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 1.221;
  margin: auto;
  padding: 12px 0 0 0;
  width: 92%;
}

.nav-row {
  margin: 15px auto 15px auto;
}

.nav-row .col-12 {
  border-top: 1px solid #D1EAED;
  border-bottom: 1px solid #D1EAED;
  padding: 15px 0;
}

.nav-row nav {
  font-size: 20px;
}

.nav-row li {
  float: right;
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 100%;
  margin: 0 0 0 25px;
}

.nav-row li.first {
  float: left;
}

.nav-row a {
  color: #ACD7D7;
}

.nav-row a:hover {
  color: #666;
}

/* ==|== footer =============================================================
   ========================================================================== */
.home footer {
  -webkit-box-shadow: 0 0 5px 0 #777777;
  -moz-box-shadow: 0 0 5px 0 #777777;
  box-shadow: 0 0 5px 0 #777777;
}

.home footer nav a {
  -webkit-box-shadow: 0 -2px 5px -3px #888888;
  -moz-box-shadow: 0 -2px 5px -3px #888888;
  box-shadow: 0 -2px 5px -3px #888888;
}

footer {
  background-color: #F0FFFF;
  border-top: 1px solid #C0DFE1;
  /*bottom: 0;*/
  margin-top: 10px;
  min-height: 100px;
  padding: 20px 0 8px 0;
  /*position: fixed;*/
  -webkit-box-shadow: 0 -1px 6px 0 #cccccc;
  -moz-box-shadow: 0 -1px 6px 0 #cccccc;
  box-shadow: 0 -1px 6px 0 #cccccc;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

footer .row {
  position: relative;
}

footer nav {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  top: -52px;
  width: 300px;
}

footer nav li {
  display: block;
  float: left;
}

footer nav a {
  background-color: #fff;
  border: 1px solid #C0DFE1;
  border-bottom: none;
  color: #A6C8C9;
  display: block;
  float: left;
  margin-right: -1px;
  padding: 7px 12px 3px;
  text-align: center;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 -2px 5px -2px #dddddd;
  -moz-box-shadow: 0 -2px 5px -2px #dddddd;
  box-shadow: 0 -2px 5px -2px #dddddd;
}

footer nav a:visited {
  color: #A6C8C9;
}

footer nav a:hover {
  background-color: #F0FFFF;
  color: #1D7679;
}

footer nav a:focus {
  outline: 0;
}

footer nav a.active {
  background-color: #F0FFFF;
  color: #1D7679;
  padding: 9px 12px 7px;
  margin-top: -5px;
}

footer nav a.close {
  margin-left: 20px;
}

footer .form-wrap {
  display: none;
}

footer .form-wrap.active, footer .form-wrap.flights {
  display: block;
}

footer .left {
  margin-right: 2.3%;
  width: 80%;
}

footer input {
  margin: 0 20px 12px 0;
  width: 294px;
}

footer input.end {
  margin-right: 0;
}

footer input.btn {
  margin: 0;
  padding: 8px 0;
  width: 136px;
}

footer input.full-width {
  margin-right: 0;
  width: 617px;
}

footer .selector {
  margin: 0 0 12px 0;
}

footer .passengers {
  width: 136px;
}

footer .airports {
  width: 295px;
}

footer .islands {
  width: 617px;
}

footer .close {
  background: #FF9A00;
  color: #fff;
  padding: 1px 7px;
  position: absolute;
  right: -35px;
  top: -5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

footer .close:hover {
  background: #666;
}

#bottom_nav {
  clear: left;
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}

#bottom_nav li {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #B0D1D4;
  display: block;
  float: left;
}

#bottom_nav li a {
  display: block;
  float: left;
  padding: 0 5px;
  font-size: 12px;
  color: #008B9D;
  text-decoration: none;
}

.islands {
  width: 200px;
}

#credit-card-expiration-fields div {
  margin-right: 5px;
}
.credit-card-expiration-date {
  width: 120px;
}

#itinerary_sort_form div.sort-itineraries {
  width: 200px;
}

/* ==|========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================= */
/* ==|== form styles ========================================================
   ========================================================================== */
input {
  background-color: #fff;
  border: 1px solid #BBDBDD;
  color: #529F9F;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px 0 #d4d4d4;
  -moz-box-shadow: inset 0 1px 3px 0 #d4d4d4;
  box-shadow: inset 0 1px 3px 0 #d4d4d4;
}

input:focus {
  border: 1px solid #ABCACC;
  outline: none;
  -webkit-box-shadow: 0 0 5px 0 #4e9fa0;
  -moz-box-shadow: 0 0 5px 0 #4e9fa0;
  box-shadow: 0 0 5px 0 #4e9fa0;
}

input[type=submit] {
  text-shadow: 0 1px 2px #555;
}

.selector {
  background: url(/images/icon-select-arrow.png) no-repeat 90% 0.9em;
  border: 1px solid #BBDBDD;
  height: 34px;
  color: #529F9F;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px 0 #d4d4d4;
  -moz-box-shadow: inset 0 1px 3px 0 #d4d4d4;
  box-shadow: inset 0 1px 3px 0 #d4d4d4;
  appearance: none;
}

.selector.focus {
  border: 1px solid #ABCACC;
  -webkit-box-shadow: 0 0 5px 0 #4e9fa0;
  -moz-box-shadow: 0 0 5px 0 #4e9fa0;
  box-shadow: 0 0 5px 0 #4e9fa0;
}

.selector span {
  background: url(/images/icon-select-arrow.png) no-repeat right center;
  display: block;
  height: 32px;
  line-height: 32px;
  width: 100%;
}

.selector select {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  height: 25px;
  left: 9px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 100%;
}

.selector select:focus {
  outline: 0;
}

.datepicker {
  background: url(/images/icon-calendar.png) no-repeat 97% 6px white;
  cursor: pointer;
  font-weight: normal;
}

.datepicker:focus {
  background-position: 97% -43px;
}

.ui-datepicker {
  background: #fff;
  color: #529F9F;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 7px 0 #aaaaaa;
  -moz-box-shadow: 0 0 7px 0 #aaaaaa;
  box-shadow: 0 0 7px 0 #aaaaaa;
}

.ui-datepicker-title {
  border: 1px solid #C9EAED;
  border-bottom: none;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  background: url(/images/icon-calendar-arrows.png) no-repeat -2px -4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 13px;
  margin: 10px 0 0 5px;
  text-indent: -999em;
  width: 11px;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  left: -1px;
  position: relative;
}

.ui-datepicker-next {
  background-position: -18px -4px;
  float: right;
  margin: 10px 5px 0 0;
}

.ui-datepicker-next:hover {
  left: 1px;
}

.ui-datepicker-calendar {
  text-align: center;
}

.ui-datepicker-calendar th {
  border: 1px solid #C9EAED;
  color: #99CDCD;
  font-size: 11px;
  padding: 2px 6px;
}

.ui-datepicker-calendar td {
  border: 1px solid #C9EAED;
  cursor: pointer;
  padding: 3px 7px;
}

.ui-datepicker-calendar td:hover {
  background: #55ADAE;
}

.ui-datepicker-calendar td:hover a {
  color: #fff;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable {
  color: #ccc;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
  background: #fff;
  cursor: auto;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable a {
  display: none;
}

.ui-datepicker-calendar td a {
  color: #529F9F;
  font-size: 12px;
  font-weight: bold;
}

.ui-datepicker-calendar td a.ui-priority-secondary {
  color: #CCCCCC;
  font-size: 12px;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #529F9F;
  font-size: 14px;
  font-weight: normal;
}

:-moz-placeholder {
  color: #529F9F;
  font-size: 14px;
  font-weight: normal;
}

.placeholder {
  color: #529F9F;
  font-size: 14px;
  font-weight: normal;
}

/* ==|== object styles ======================================================
   ========================================================================== */
.btn, a.btn {
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 5px 0;
  text-align: center;
  text-shadow: 0 1px 2px #555;
  text-transform: uppercase;
  width: 75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
}

.btn:hover, a.btn:hover {
  color: #fff;
}

a.arrow-btn {
  background: url(/images/bg-arrow.png) no-repeat center center;
  border: none;
  color: #fff;
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  height: 31px;
  line-height: 100%;
  margin: 15px 0;
  padding: 7px 0 0 10px;
  width: 138px;
}

a.arrow-btn:hover {
  left: -1px;
  position: relative;
}

.orange-btn {
  background-color: #FF9A00;
  border: 1px solid #C17400;
  font-size: 1em;
}

.orange-btn:hover {
  background-color: #E98C00;
}

.green-btn {
  background-color: #56AFB0;
  border: 1px solid #3A7C7E;
}

.green-btn:hover {
  background-color: #479494;
}

.blue-btn {
  background-color: #00ABF0;
  border: 1px solid #0073A2;
}

.blue-btn:hover {
  background-color: #008CC4;
}

.purple-btn {
  background-color: #39579A;
  border: 1px solid #21335A;
}

.purple-btn:hover {
  background-color: #2F4881;
}

.red-btn {
  background-color: #CD1D1F;
  border: 1px solid #780F10;
}

.red-btn:hover {
  background-color: #A61618;
}

.inline {
  margin: 0;
  padding: 0;
}

.inline li {
  display: inline-block;
  *display: inline;
}

/* ==|== icon placement =====================================================
   ========================================================================== */
.icons {
  background: url(/images/icon-sprite.png) no-repeat 0 0;
  height: 87px;
  width: 87px;
}

.hotel-icon {
  background-position: -110px -298px;
}

.flight-icon {
  background-position: -220px -298px;
}

.packages-icon {
  background-position: -330px -298px;
}

.checkout-icon {
  background-position: 0 -298px;
}

.acklins-icon {
  background-position: -660px -296px;
}

.the-abacos-icon {
  background-position: -220px 2px;
}

.andros-icon {
  background-position: -440px -298px;
}

.the-berry-islands-icon {
  background-position: -330px 2px;
}

.bimini-icon {
  background-position: -440px 2px;
}

.cat-island-icon {
  background-position: 0 2px;
}

.crooked-island-icon {
  background-position: -220px -158px;
}

.eleuthera-harbour-island-icon {
  background-position: -550px 2px;
}

.the-exumas-icon {
  background-position: -440px -158px;
}

.grand-bahama-island-icon {
  background-position: -110px 2px;
}

.inagua-icon {
  background-position: 0 -158px;
}

.long-island-icon {
  background-position: -330px -158px;
}

.mayaguana-icon {
  background-position: -110px -158px;
}

.nassau-paradise-island-icon {
  background-position: -660px 2px;
}

.ragged-island-icon {
  background-position: -660px -158px;
}

.rum-cay-icon {
  background-position: -553px -160px;
}

.san-salvador-icon {
  background-position: -553px -296px;
}

/* ==|== helper classes =====================================================
   ========================================================================== */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  *line-height: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.clearfix:before, .row:before, .itinerary ul li:before, .purchase-info li:before, .divider:before, .clearfix:after, .row:after, .itinerary ul li:after, .purchase-info li:after, .divider:after {
  content: "";
  display: table;
}

.clearfix:after, .row:after, .itinerary ul li:after, .purchase-info li:after, .divider:after {
  clear: both;
}

.clearfix, .row, .itinerary ul li, .purchase-info li, .divider {
  *zoom: 1;
}

.relative {
  position: relative;
}

.left {
  float: left;
}

img.left {
  margin: 0 15px 15px 0;
}

.right {
  float: right;
}

img.right {
  margin: 0 0 15px 15px;
}

.spacing-bottom {
  margin-bottom: 20px;
}

.blue {
  color: #59ACAC;
}

/* ==|== page specific styles ===============================================
   ========================================================================== */
/* = map layout - homepage =
============================ */
.map {
  font-size: 11px;
  margin: 0 0 0 75px;
  position: relative;
  width: 100%;
}

.map a {
  color: #fff;
  line-height: 1.321;
  position: absolute;
}

#draw {
  min-height: 425px;
  position: relative;
}

#draw:after {
  background: url(/images/bg-shapes.png) no-repeat -6px -8px;
  content: "";
  display: block;
  height: 158px;
  left: -35px;
  position: absolute;
  top: 225px;
  width: 158px;
  z-index: -1;
}

#draw svg path:hover {
  fill: #FF9A00;
}

#draw a[data="active"] path {
  fill: #FF9A00;
}

.theAbacos {
  left: 280px;
  top: -4px;
  width: 65px;
}

.acklins {
  left: 595px;
  top: 339px;
}

.andros {
  left: 165px;
  top: 250px;
}

.theBerryIslands {
  left: 143px;
  text-align: right;
  top: 100px;
  width: 75px;
}

.bimini {
  left: 80px;
  top: 145px;
}

.catIsland {
  left: 382px;
  top: 200px;
  width: 50px;
}

.crookedIsland {
  left: 574px;
  top: 243px;
  width: 75px;
}

.eleutheraHarbourIsland {
  left: 415px;
  top: 89px;
  width: 111px;
}

.theExumas {
  left: 317px;
  text-align: right;
  top: 265px;
  width: 55px;
}

.florida {
  font-size: 14px;
  left: -5px;
  top: 315px;
}

.grandBahamaIsland {
  left: 78px;
  top: 13px;
  width: 100px;
}

.inagua {
  left: 670px;
  top: 398px;
}

.longIsland {
  left: 478px;
  top: 311px;
  width: 50px;
}

.mayaguana {
  left: 650px;
  top: 267px;
}

.nassau {
  left: 314px;
  top: 145px;
  width: 75px;
}

.raggedIsland {
  left: 340px;
  top: 350px;
  width: 52px;
}

.rumCay {
  left: 503px;
  top: 242px;
}

.sanSalvador {
  left: 510px;
  top: 170px;
  width: 100px;
}

/* == hotel search results =
============================ */
.hotel-search-results-wrap {
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hotel-search-results-wrap li {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}

.hotel-search-results-wrap li:nth-child(3n) {
  margin-right: 0;
}

.hotel-search-results-wrap a {
  background: #000;
  display: block;
  height: 270px;
  overflow: hidden;
  position: relative;
  width: 300px;
}

.hotel-search-results-wrap .price {
  background: #FF9A00;
  border: 2px solid #FFF;
  border-top: none;
  border-right: none;
  color: #FFF;
  font-size: 22px;
  height: 55px;
  line-height: 100%;
  padding: 5px 0 0 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
}

.hotel-search-results-wrap .price span {
  display: block;
  font-size: 16px;
  margin-bottom: -3px;
}

.hotel-search-results-wrap img {
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.hotel-search-results-wrap .info {
  background: #56AFB0;
  border-top: 1px solid #FFF;
  bottom: 0;
  height: 77px;
  left: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.hotel-search-results-wrap .info h4 {
  color: #FFF;
  font-size: 22px;
  margin-bottom: 3px;
}

.hotel-search-results-wrap .info h5 {
  color: #A5DFD9;
  font-size: 18px;
}

a:hover img {
  opacity: .9;
}

a:hover .info {
  background: #2A575F;
}

/* = flight search results =
============================ */
.flight-search-results h2 {
  color: #59ACAC;
}

.flight-search-results .sidebar {
  background: #EAF7F8;
  border-left: 1px solid #CDECED;
  margin-left: -1.5%;
  padding: 0 1.5% 1.5% 1.5%;
  width: 25%;
}

.flight-search-results .sidebar h2 {
  margin: 45px 0 18px 0;
}

.date {
  background: #DDE8EA;
  color: #566160;
  float: left;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 4px 9px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 -1px 1px 0 #aaaaaa;
  -moz-box-shadow: 0 -1px 1px 0 #aaaaaa;
  box-shadow: 0 -1px 1px 0 #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.date span {
  display: block;
  line-height: 1;
  margin: 0;
}

.date span.day {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
}

.depart, .return {
  float: left;
  width: 49.5%;
}

.depart {
  border-right: 1px solid #CDECED;
}

.depart .flight-details {
  border-right: none;
}

.return th {
  border-right: 1px solid #CDECED;
}

.flight-info {
  margin: 30px 0 15px 0;
  padding: 0 0 0 20px;
}

.flight-info h2 {
  position: relative;
  top: -5px;
}

.flight-info p {
  margin: -7px 0 0 0;
}

.flight-table {
  width: 100%;
}

.flight-table tr {
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.flight-table tr:nth-child(even), .flight-table tr.odd {
  background: #EAF7F8;
}

.flight-table th {
  background: #99CDCD;
  border-top: 1px solid #CDECED;
  border-bottom: 1px solid #FFF;
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 1em;
  padding: 0.81em 0 0.625em 0;
  text-align: center;
}

.flight-table select {
  background-position: 94% center;
  background-repeat: no-repeat;
  border: 1px solid #CBD1D6;
  color: #515151;
  float: right;
  font-family: arial, sans-serif;
  font-size: 1em;
  margin: -0.187em 0.625em 0 0.625em;
  overflow: hidden;
  padding: 0.3125em 0.5em;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
  white-space: nowrap;
  width: 50%;
  background-image: url(/images/icon-select-arrow-small.png), linear-gradient(bottom, #dae3e7 31%, #fcfdfd 66%);
  background-image: url(/images/icon-select-arrow-small.png), -o-linear-gradient(bottom, #dae3e7 31%, #fcfdfd 66%);
  background-image: url(/images/icon-select-arrow-small.png), -moz-linear-gradient(bottom, #dae3e7 31%, #fcfdfd 66%);
  background-image: url(/images/icon-select-arrow-small.png), -webkit-linear-gradient(bottom, #dae3e7 31%, #fcfdfd 66%);
  background-image: url(/images/icon-select-arrow-small.png), -ms-linear-gradient(bottom, #dae3e7 31%, #fcfdfd 66%);
  background-image: url(/images/icon-select-arrow-small.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.31, #dae3e7), color-stop(0.66, #fcfdfd));
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: button;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 0.5em;
  -webkit-user-select: none;
}

.flight-table select option {
  text-shadow: none;
}

.flight-table .gender {
  width: 5em;
  margin: 0px;
  height: 1.875em;
}

.flight-table td {
  border-top: 1px solid #CDECED;
  border-right: 1px solid #CDECED;
  height: 100px;
  padding: 1em;
}

.flight-table td.flight-details {
  font-size: 1em;
}

.flight-table td.flight-details img {
  float: left;
  margin-left: 0.3125em;
  margin-top: 1.25em;
  padding-right: 0.4em;
}

.flight-table td.flight-details span {
  display: block;
  line-height: 1.121;
  margin: 0.3em 0.3em 0 0.3em;
}

.flight-table td.flight-details span.flight-time {
  font-size: 13px;
  margin-top: 3px;
}

.flight-table td .cost {
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  margin: 0 0 0.1875em 0;
  text-align: center;
}

.flight-table td .no-cost {
  width: 6.25em;
  padding-top: 0.2em;
}

.flight-table td .btn {
  font-size: 0.8em;
  margin: 0 auto;
  padding: 2px 0;
  width: 6em;
}

.flight-table td .btn:hover {
  color: #fff;
}

.flight-table tr:hover, .flight-table tr.selected {
  background: #FF9A00;
  color: #fff;
  cursor: pointer;
}

.flight-table tr.passenger-row:hover {
  background: inherit;
  cursor: default;
}

.flight-table tr.passenger-row:nth-child(even) {
  background: #EAF7F8;
}

.flight-table tr.passenger-row td {
  height: 100%;
  padding: 0.625em 0.94em;
}

.flight-table tr.passenger-row td input[type="text"] {
  width: 9em;
}

.flight-table tr:hover .orange-btn, .flight-table tr.selected .orange-btn {
  background: #3A999C;
  border: 1px solid #196163;
}

.flight-table tr.headline:hover {
  cursor: auto;
}

.sidebar-facepile {
  background-color: white;
  margin: 0 0 25px 0;
  min-height: 200px;
  padding: 10px;
  -webkit-box-shadow: 0 -1px 1px #aaaaaa;
  -moz-box-shadow: 0 -1px 1px #aaaaaa;
  box-shadow: 0 -1px 1px #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.itinerary {
  background: white url(/images/icon-suitcase.png) no-repeat center 18%;
  margin: 0 0 25px 0;
  min-height: 200px;
  padding: 10px;
  -webkit-box-shadow: 0 -1px 1px #aaaaaa;
  -moz-box-shadow: 0 -1px 1px #aaaaaa;
  box-shadow: 0 -1px 1px #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.itinerary .call-to-action-divider {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEF2F2;
}

.itinerary input[type="submit"] {
  width: 100%;
  font-size: 12px;
}

.itinerary p.empty {
  color: #677272;
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 1.121;
  margin-top: 100px;
  text-align: center;
}

.itinerary ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

.itinerary ul li {
  border-bottom: 1px solid #DEF2F2;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
}

.itinerary ul li.price table tr td.subtotal {
  text-align:right;
  font-weight: normal;
  font-size:14px;
}

.itinerary ul li.price {
  margin-bottom: 5px;
}

.itinerary ul li.price table tr td.total {
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  text-align: right;
}

.itinerary ul li.last {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.itinerary ul .flight-details {
  float: left;
  margin: 0;
  width: 110px;
}

.itinerary ul p {
  font-size: 12px;
  line-height: 1.221;
  margin: 0;
}

.itinerary ul strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1px;
}

.itinerary ul small {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.itinerary ul .btn {
  width: 100%;
}

.itinerary ul .btn:hover {
  color: #fff;
}

.ad-space {
  background: #C8DFDF;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*  package search results =
============================ */
.hotel-row {
  background-color: #F6F6F6;
  float: left;
  height: 5px;
  margin: 30px auto;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #eeeeee);
  background-image: -moz-linear-gradient(top, #f6f6f6, #eeeeee);
  background-image: -o-linear-gradient(top, #f6f6f6, #eeeeee);
  background-image: -ms-linear-gradient(top, #f6f6f6, #eeeeee);
  background-image: linear-gradient(top, #f6f6f6, #eeeeee);
}

/* ======= checkout ========
============================ */
.checkout h2 {
  color: #59ACAC;
}

.purchase-info {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.purchase-info .inline {
  margin: 30px 0 10px 0;
}

.purchase-info .inline a {
  bottom: -15px;
  position: relative;
}

.purchase-info .inline .right {
  bottom: -5px;
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  position: relative;
}

.purchase-info h2 {
  float: left;
  margin-right: 25px;
  top: 0;
}

.purchase-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.purchase-info li {
  background: #EAF7F8;
  border: none;
  border-bottom: 1px solid #CDECED;
  display: block;
  margin: 0;
  padding: 15px;
  width: 100%;
}

.purchase-info li:last-of-type {
  border-bottom: none;
}

.purchase-info .date {
  background: #fff;
  margin-right: 15px;
}

.purchase-info .details {
  margin-top: 0.5em;
  float: left;
}

.purchase-info .details strong {
  display: block;
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 1px;
}

.purchase-info .details p {
  font-size: 12px;
}

.purchase-info .details small {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.purchase-info .apply-promotion {
  padding-top: 5px;
  padding-bottom: 10px;
}

.purchase-info .apply-promotion input {
  font-size: 13px;
  margin-left: 5px;
  padding: 4px 8px;
}

.notice {
  background: #EAF7F8;
  border: none;
  border-bottom: 1px solid #CDECED;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
  font-size: 12px;
}

.passenger-info p {
  float: left;
  font-family: arial, sans-serif;
  margin: 0 20px 0 0;
}

.passenger-info p.passenger-name {
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  width: 100%;
}

.hotel-details strong {
  margin: 0 0 1px 0;
  text-transform: none;
}

.hotel-details p {
  display: block;
  margin: -7px 0 0 0;
  text-transform: uppercase;
}

.hotel-details small {
  text-transform: none;
}

hgroup.inline {
  padding-top: 10px;
}

.billing-wrap {
  border-left: 1px solid #DEF2F2;
  padding: 30px 0 30px 15px;
}

.billing-wrap h2 {
  margin-bottom: 30px;
}

.billing-wrap form {
  margin-left: 20px;
}

.billing-wrap label {
  color: #54BDCA;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.billing-wrap input {
  color: #888;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  padding: 4px 8px;
}

.billing-wrap input[type=submit] {
  color: #fff;
  padding: 8px;
  width: 200px;
}

.billing-wrap input#middle-initial {
  width: 50px;
}

.billing-wrap select {
  background: url(/images/icon-select-arrow.png) no-repeat 90% center white;
  border: 1px solid #BBDBDD;
  color: #888;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0 3px 0 0;
  overflow: hidden;
  padding: 4px 5px 4px 8px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
  white-space: nowrap;
  -webkit-box-shadow: inset 0 1px 3px 0 #d4d4d4;
  -moz-box-shadow: inset 0 1px 3px 0 #d4d4d4;
  box-shadow: inset 0 1px 3px 0 #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px 0 #D4D4D4;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 8px;
  -webkit-user-select: none;
}

.billing-wrap select option {
  text-shadow: none;
}

.billing-wrap img {
  float: left;
}

.divider {
  border-bottom: 1px solid #DEF2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.divider div {
  float: left;
  margin-right: 12px;
}

.divider div.end {
  margin-right: 0;
}

.divider img {
  display: block;
  // margin: 0 0 -10px 0;
  // padding: 10px 0 0 0;
}

/* ===== hotel detail ======
============================ */
.hotel-detail .date {
  margin-bottom: 18px;
  min-height: 52px;
  min-width: 52px;
}

.hotel-detail .flight-table tr {
  min-height: 75px;
}

.hotel-detail .flight-table td.flight-details {
  border-right: none;
}

.hotel-detail .flight-info {
  margin-top: 10px;
}

.hotel-detail .hotel-search-results-wrap {
  padding: 40px 0 0 0;
}

.hotel-detail .hotel-search-results-wrap li {
  margin-right: 20px;
}

.hotel-detail .hotel-search-results-wrap li:nth-child(4n) {
  margin-right: 0;
}

.hotel-detail .hotel-search-results-wrap li a {
  height: 220px;
  width: 220px;
}

.hotel-detail .hotel-search-results-wrap li .info {
  padding: 10px;
}

.hotel-detail .hotel-search-results-wrap li h4 {
  font-size: 18px;
}

.hotel-detail .hotel-search-results-wrap li h5 {
  font-size: 16px;
}

.hotel-detail .hotel-search-results-wrap {
  padding-top: 10px;
}

hgroup.inline {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

hgroup.inline h2 {
  color: #59ACAC;
  display: block;
  float: left;
  line-height: 100%;
  margin-right: 15px;
}

hgroup.inline h3 {
  bottom: -0.5em;
  color: #99D2CA;
  display: block;
  float: left;
  line-height: 100%;
  position: relative;
}

.slider-large {
  float: left;
  margin-right: 1em;
  width: 66%;
}

.slider-large .price {
  height: 3em;
  width: 14%;
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #FF9A00;
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  color: #FFF;
  font-size: 1.5em;
  line-height: 100%;
  padding: 0.44em 0.56em;
  position: absolute;
  right: 34%;
  top: 0;
  z-index: 1;
}

.slider-large .price span {
  display: block;
  font-size: 16px;
  margin-bottom: -3px;
}

.slider-large .image-wrap {
  height: 19%;
  overflow: hidden;
  width: 100%;
}

.slider-large img {
  height: auto;
  width: 100%;
}

.slider {
  margin-top: 0.2em;
  float: left;
  height: 23.35em;
  overflow: hidden;
  width: 31%;
}

.slider ul {
  width: 100% !important;
  list-style: none;
  padding: 0;
}

.slider li {
  background: #222;
  border: 1px solid #56AEAF;
  cursor: pointer;
  float: left;
  margin: 0px 0.3125em 0.3125em 0px;
  width: 47%;
  height: 7.5em;
}

.slider li:hover {
  border: 1px solid #666;
}

.slider li:hover img {
  opacity: 1;
}

.slider li img {
  height: 100%;
  width: 100%;
  opacity: .7;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.slider li img.active {
  opacity: 1;
}

.slider span {
  background: url(/images/icon-slider-arrows.png) no-repeat 0 center #56afb0;
  border: 1px solid #3A7C7E;
  cursor: pointer;
  display: block;
  float: left;
  height: 60px;
  width: 17px;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.slider span:hover {
  background-color: #479494;
}

.slider span.next {
  background-position: -35px center;
}

.slider span.disable {
  cursor: auto;
  position: relative;
  opacity: .3;
  z-index: -1;
}

.slider span.disable:after {
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.contact-details {
  float: left;
  margin: 20px 0;
  width: 100%;
}

.contact-details h3 {
  display: block;
  margin: 0 0 10px 0;
}

.contact-details .contact-info {
  float: left;
  list-style: none;
  margin: 0 10px 10px 0px;
  padding: 0;
}

.hotel-images {
  margin: 0 0.625em 1em 0;
}

.hotel-social-plugins {
  float: left;
  width: 25%;
}

.hotel-facepile {
  border: 1px solid #56AEAF;
  margin-top: 10px;
  padding: 10px;
  width: 240px;
}

.ratings {
  border: 1px solid #56AEAF;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-top: 0.3em;
}

.amenity-list {
  list-style: none;
  padding: 0;
}

.amenity-list li {
  display: block;
  float: left;
  margin-right: 0.625em;
  width: 20%;
  white-space: nowrap;
}

.amenity-list li:before {
  content: "• ";
  color: #56AFB0;
}

.checkin-time, .checkout-time {
  color: #56AFB0;
  font-weight: bold;
  padding-right: 5px;
}

.checkout-time {
  margin-left: 40px;
}

hgroup.deal, hgroup.no-deal {
  background: #EAF7F8;
  border-top: 1px solid #D1EAED;
  border-bottom: 1px solid #D1EAED;
  display: block;
  float: left;
  margin: 20px 0 20px 0;
  padding: 10px;
  width: 100%;
}

hgroup.deal h3, hgroup.no-deal h3 {
  bottom: 0;
  color: #5AAFAF;
  display: block;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  cursor: pointer;
}

hgroup.deal h4, hgroup.no-deal h4 {
  bottom: -4px;
  display: block;
  float: left;
  font-size: 19px;
  position: relative;
  cursor: pointer;
}

.deal {
  cursor: pointer;
}

form.hotel-selection .divider {
  padding: 0 0 20px 0;
}

form.hotel-selection .divider div {
  margin-right: 0;
}

form.hotel-selection .divider .first {
  margin: 0 17px 0 0;
  width: 222px;
}

form.hotel-selection .divider .second {
  margin-right: 5px;
  width: 105px;
}

ul.popeyes_bowl {
  padding-left: 5px;
  margin-top: 2em;
}

ul.popeyes_bowl li {
  list-style: none;
  width: 100%;
  display: block;
  margin-top: 10px;
  height: 4em;
}

ul.popeyes_bowl li label {
  display: block;
  float: left;
}

.divider .quantity {
  margin: -5px 10px 0 10px;
  width: 100px;
}

form.hotel-selection .divider .third {
  margin: 0;
  width: 105px;
}

form.hotel-selection .divider .search {
  margin-left: 5px;
}

form.hotel-selection .divider .selector {
  width: 100%;
}

form.hotel-selection input {
  margin: 0 2px 15px 0;
  width: 222px;
}

form.hotel-selection input.end {
  margin-right: 0;
}

form.hotel-selection input[type=submit] {
  float: right;
  margin: 0 0 7px 0;
  padding: 8px 0;
}

form.room-selection input[type=submit] {
  padding: 2px;
}

form.room-selection .airports {
  width: 108%;
}

.hotel-data {
  margin: 0 20px 0 0;
}

.hotel-data p {
  font-family: "bebas", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  margin: 0;
}

.hotel-data .staying {
  color: #b2b2b2;
  font-size: 14px;
  margin: 5px 0 10px 0;
  font-family: arial;
}

.hotel-data .cost {
  font-size: 24px;
}

/* ==|== ie styles ==========================================================
   ========================================================================== */
.ie8 footer {
  bottom: auto;
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

.ie8 .checkout #middle-initial {
  width: 30px;
}

.ie8 .checkout #email, .ie8 .checkout #retype-email {
  width: 200px;
}

.ie8 .checkout #security-code {
  width: 90px;
}

.ie8 .checkout .purchase-info .inline .right {
  bottom: 0;
}

.ie8 .slider span.disable {
  background-color: #CBE7E7;
}

.ie7 .row .col-1 {
  width: 55px;
}

.ie7 .row .col-2 {
  width: 135px;
}

.ie7 .row .col-3 {
  width: 215px;
}

.ie7 .row .col-4 {
  width: 295px;
}

.ie7 .row .col-5 {
  width: 375px;
}

.ie7 .row .col-6 {
  width: 455px;
}

.ie7 .row .col-7 {
  width: 535px;
}

.ie7 .row .col-8 {
  width: 615px;
}

.ie7 .row .col-9 {
  width: 695px;
}

.ie7 .row .col-10 {
  width: 775px;
}

.ie7 .row .col-11 {
  width: 855px;
}

.ie7 .row .col-12 {
  margin-right: 0;
  width: 940px;
}

.ie7 body, .ie7 html {
  margin: 0;
  padding: 0;
}

.ie7 .main {
  padding-bottom: 50px;
}

.ie7 .florida {
  background: url(/images/bg-shapes.png) no-repeat -6px -8px;
  content: "";
  display: block;
  height: 158px;
  left: -35px;
  padding-top: 120px;
  position: absolute;
  text-align: center;
  top: 225px;
  width: 158px;
  z-index: -1;
}

.ie7 .lightbox-target {
  width: 842px;
}

.ie7 .lightbox-target .left {
  width: 430px;
}

.ie7 .lightbox-target .right {
  border-left: none;
  padding-left: 20px;
  width: 340px;
}

.ie7 .lightbox-target .right .inline {
  margin-left: 30px;
}

.ie7 .lightbox-target .inline li {
  display: block;
  float: left;
}

.ie7 footer {
  bottom: auto;
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

.ie7 footer .left {
  width: 590px;
}

.ie7 footer input {
  width: 250px;
}

.ie7 footer input[type=submit] {
  width: 140px;
}

.ie7 .ui-datepicker-header {
  width: 204px;
}

.ie7 .depart, .ie7 .return {
  width: 48%;
}

.ie7 .flight-table th {
  padding-left: 10px;
  text-align: left;
}

.ie7 .flight-table th select {
  margin-top: -22px;
  width: 170px;
}

.ie7 tr:hover, .ie7 tr.selected {
  color: #666;
}

.ie7 tr:hover td.flight-details, .ie7 tr.selected td.flight-details {
  background-position: 10px 20px;
}

.ie7 .itinerary ul small {
  font-size: 10px;
  line-height: 1;
}

.ie7 .checkout .depart, .ie7 .checkout .return, .ie7 .checkout .purchase-info li {
  margin-bottom: 0;
  width: 425px;
}

.ie7 .checkout #middle-initial {
  width: 30px;
}

.ie7 .checkout .purchase-info .inline .right {
  bottom: 20px;
  margin-bottom: -25px;
}

.ie7 .slider-large .image-wrap {
  width: 455px;
}

.ie7 .slider .viewport {
  width: 410px;
  overflow: hidden;
}

.ie7 ul.overview {
  overflow: hidden;
}

.ie7 .slider li {
  margin: 0 3px;
}

.ie7 .slider span.disable {
  background-color: #CBE7E7;
}

.ie7 form.hotel-selection input, .ie7 form.hotel-selection .divider .first {
  width: 200px;
}

.ie7 form.hotel-selection .divider .second, .ie7 form.hotel-selection .divider .third {
  width: 86px;
}

.ie7 form.hotel-selection .divider .first {
  margin-right: 34px;
}

.ie7 form.hotel-selection .divider .second {
  margin-right: 27px;
}

.ie7 hgroup.deal {
  width: 435px;
}

/* ==|== print styles =======================================================
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  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;
  }
}

/* ==|== itinerary sidebar ==================================================
   ========================================================================== */

.itinerary ul p small.time {
  font-size: 11px;
}

.login-with-facebook, .login-with-email {
  padding: 20px;
}

.login-with-email {
  border-top: 1px solid #56AEAF;
}

#go-daddy{
  width: 125px;
}

#go-daddy img{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 34px;
}

.centered {
  text-align: center;
}

.flights-details-wrap span {
  margin-top: 0.4em;
  white-space: nowrap;
}

.server-outbound-message {
  text-align: center;
}

.itinerary-wrap .depart {
  width: 100%;
}

.widget-iframe {
  border: none;
  overflow: hidden;
  width: 220px;
  height: 130px;
}

.bordered {
  border: 1px solid #56aeaf;
}

.book-hotel {
  width: auto;
  padding: 3px;
  margin-bottom: 5px;"
}

.room_thumbnail img {
  width: 100%;
}

.horizontal-flight-search .col-2 {
  width: 15%;
}

.horizontal-flight-search input {
  margin: 0 0.3em 0.75em 0;
  padding-bottom: 1.3em;
}

.horizontal-flight-search input.btn {
  padding: 0.75em 0;
}

.horizontal-flight-search .passengers,
.horizontal-flight-search .datepicker,
.horizontal-flight-search .airports,
.horizontal-flight-search .btn,
.horizontal-flight-search .select {
  width: 100%;
  min-width: 100px;
  font-size: 0.8em;
}

.ui-datepicker div, .ui-datepicker div span {
  font-size: 0.9em;
}

.orange-btn, .green-btn {
  width: auto;
  height: auto;
  padding: 5px;
  margin-bottom: 3px;
}

.popeyes-bowl-logo {
  height: 200px;
}

#hotel_checkin_date {
  margin: 0 2px 15px 0;
}

#hotel_checkout_date {

}

@media (max-width: 907px) {
  body {
    font-size: 0.875em;
  }

  header nav li.login a {
    margin-top: 0.5em;
    float: right;
  }

  header h1 {
    font-size: 3.5em;
    bottom: 0.7em;
    right: 0.2em;
  }

  .row .col-9 {
    width: 100%;
  }

  .flight-table select {
    width: 80%
  }
}

@media (max-width: 700px) {
  body {
    font-size: 0.9em;
  }

  header nav a {
    font-size: 0.85em;
  }

  .horizontal-flight-search .col-2 {
    float: none;
    width: 100%;
  }

  .horizontal-flight-search input.btn {
    margin: 0.7em 0;
  }

  .datepicker {
    background: url('../../../images/mobile-calendar.ico') no-repeat 95% center white;
  }
}

@media (max-width: 930px) {
  .col-6.billing-wrap {
    width: 100%;
  }
}

@media (max-width: 675px) {
  body {
    font-size: 0.7em;
  }

  header nav a {
    font-size: 0.7em;
  }
}

@media (max-width: 500px) {
  header {
    height: 2.9em;
  }

  header h1 {
    display: inline-block;
    width: 101%;
    font-size: 1.3em;
  }

  body {
    font-size: 0.7em;
  }

  .logo {
    width: 110%;
    margin-left: 0.5em;
  }

  header nav {
    margin: 1em 0;
  }

  header nav li {
    margin-left: 0.3em;
  }

  header nav li.login a {
    margin: 0.5em 0;
    display: block;
    color: #fff;
    font-weight: normal;
    margin-top: -0.44em;
    width: 5em;
    padding-left: 0.4em;
    padding-right: 0.5em;
    letter-spacing: 0.03em;
  }

  h1, header h1 {
    font-size: 2.5em;
  }

  header .icons {
    position: relative;
    bottom: 0.8em;
  }

  .flight-table form {
    text-align: center;
  }

  .flight-table form span {
    display: block;
  }

  .flight-table select {
    float: none;
  }

  .flight-table th {
    text-align: center;
    font-size: 1em;
    padding-left: 1.25em;
    padding-top: 0.3215em 0;
    font-weight: normal;
  }

  .flight-table td {
    height: 120px;
  }

  .flights-details-wrap {
    display: block;
  }

  td.flight-details {
    text-align: center;
  }

  .flight-details img {
    float: none;
  }

  .flights-details-wrap {
    display: block;
    clear: both;
  }

  .flights-details-wrap span {
    white-space: normal;
  }

  .no-cost {
    margin-top: 2em;
  }

  .flight-table td {
    padding: 0.3em;
  }

  .flight-table tr.passenger-row td input[type="text"] {
    width: 5.4em;
    font-size: 0.7em;
  }

  .col-6.itinerary-wrap{
    width: 100%;
  }

  .slider-large, .slider {
    width: 100%;
  }

  .slider li {
    width: 34%;
  }

  .slider-large .price {
    width: 23%;
    right: 0;
  }

  .hotel-selection .search, .hotel-selection .second {
    margin-left: 0 !important;
  }

  .hotel-selection .search {
    margin-top: 1em;
    clear: both;
  }

  .room-selection .orange-btn,
  .room-selection .green-btn {
    font-size: 0.6em;
    white-space: normal;
    max-width: 7em;
  }

  .amenity-list li {
    width: 45%;
  }

  .flight-search-results .sidebar,
  .sidebar.col-3.last {
    margin-top: 1em;
    width: 60%;
  }

  #hotel_checkin_date,
  #hotel_checkout_date {
    width: 100%;
  }

  form.room-selection .airports {
    width: 80%;
    font-size: 0.9em;
  }
}
