/*
 * 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;
}

[hidden] {
    display: none;
}

/* =============================================================================
   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;
}

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: 13px;
    *height: 13px;
}

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;
}

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: 0 10px;
    width: 960px;
}

.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: 20px;
    position: relative;
}

.last {
    margin-right: 0;
}

.row .col-1 {
    width: 60px;
}

.row .col-2 {
    width: 140px;
}

.row .col-3 {
    width: 220px;
}

.row .col-4 {
    width: 300px;
}

.row .col-5 {
    width: 380px;
}

.row .col-6 {
    width: 460px;
}

.row .col-7 {
    width: 540px;
}

.row .col-8 {
    width: 620px;
}

.row .col-9 {
    width: 700px;
}

.row .col-10 {
    width: 780px;
}

.row .col-11 {
    width: 860px;
}

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

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

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;
    text-decoration: none;
}

footer {
    background-color: #F0FFFF;
    border-top: 1px solid #C0DFE1;
    /*bottom: 0;*/
    margin-top: 20px;
    /*min-height: 100px;*/
    padding: 20px 0 8px 0;
    /*position: fixed;*/
    width: 100%;
    -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: 20px;
    width: 620px;
}

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;
}

/* ==|========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================= */
/* ==|== 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: #fff;
    border: 1px solid #BBDBDD;
    color: #529F9F;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    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;
}

.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;
    margin-left: 200px;
}

.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    margin-left: 200px;
}
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
    margin-left: 5px;
}

.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;
}

.orange-btn:hover {
    background-color: #E98C00;
}
.inline {
    margin: 0;
    padding: 0;
}

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

/* ==|== 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;
}

a:hover img {
    opacity: .9;
}

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


.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: 50%;
}

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

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

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


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

.input_field_error div {
    margin-bottom: 0px;
}

.input_field_error {
    margin-bottom: 12px;
}

/*=============== IE FORMATTING =============*/

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

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

.oldie 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;
}

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

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

.oldie footer nav a:focus {
    outline: 0;
}

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

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

.oldie footer .form-wrap {
    display: none;
}

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

.oldie footer .left {
    margin-right: 20px;
    width: 620px;
}

.oldie footer input {
    margin: 0 20px 12px 0;
    width: 294px;
    display: inline;
}

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

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

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

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

.oldie footer .passengers {
    width: 136px;
}

.oldie footer .airports {
    width: 295px;
}

.oldie footer .islands {
    width: 617px;
}

.oldie 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;
}

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


.oldie 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;
}

.oldie 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;
}

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

.oldie .selector {
    background: #fff;
    border: 1px solid #BBDBDD;
    color: #529F9F;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    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;
}

.oldie .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;
}

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

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

.oldie .selector select:focus {
    outline: 0;
}

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

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