﻿/*@charset "utf-8";*/
/* CSS Document */
@font-face {
    font-family: 'CronosPro-Bold';
    src: url('../fonts/Custom/CronosPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'CronosPro-Disp';
    src: url('../fonts/Custom/CronosPro-Disp.otf') format('opentype');
}

@font-face {
    font-family: 'CronosPro-Lt';
    src: url('../fonts/Custom/CronosPro-Lt.otf') format('opentype');
}

@font-face {
    font-family: 'CronosPro-Regular';
    src: url('../fonts/Custom/CronosPro-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'CronosPro-SemiboldDisp';
    src: url('../fonts/Custom/CronosPro-SemiboldDisp.otf') format('opentype');
}

/*
==================================================================
RESET
==================================================================
*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body, html {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: Lucida Sans, Helvetica, sans-serif;
    color: #46525e;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.fl_none {
    float: none;
}

.clear {
    clear: both;
}

.seperator {
    padding: 45px 0 0 0;
}

.containerWide {
    width: 100%;
    /*max-width:1340px;*/
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.containerNormal {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

a {
    text-decoration: none;
}

.whiteText {
    color: white;
}

.dividerBlue {
    background: url(../images/headings-bg-bottom.png) no-repeat left center;
    padding: 10px 0;
    clear: both;
}

.noBG {
    background: none transparent;
}

.width130 {
    width: 130px;
}

.width240 {
    width: 240px;
}

.width130 input {
    width: 130px;
}

.width240 input {
    width: 240px;
}

.width130 select {
    width: 130px;
}

.width240 select {
    width: 240px;
}

.noPADDING {
    padding: 0 !important;
}

/*
==================================================================
STRUCTURE
==================================================================
*/
#wrapper {
    width: 100%;
}

#header {
    width: 100%;
    padding: 5px 0;
}

#bodyArea {
    width: 100%;
}

#footer {
    width: 100%;
}

/*
==================================================================
TEXT
==================================================================
*/
h1 {
    font-size: 84px;
}

h2 {
    font-size: 35px;
    background: url(../images/headings-bg-bottom.png) no-repeat bottom center;
    padding-bottom: 10px;
    color: #46525e;
    font-weight: normal;
    letter-spacing: 4px;
}

h3 {
    font-size: 24px;
    background: url(../images/headings-bg-bottom.png) no-repeat bottom center;
    padding-bottom: 10px;
}

    h3.greyBG {
        background: url(../images/headings-bg-bottom-grey.jpg) no-repeat bottom center;
    }

h4 {
    font-size: 15px;
    background: url(../images/headings-bg-bottom.png) no-repeat bottom left;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
    font-weight: bolder;
}

h5 {
    font-size: 26px;
    margin-bottom: 10px;
}

h6 {
    font-size: 35px;
    /*background: url(../images/headings-bg-bottom.png) no-repeat bottom left;*/
    /*padding-bottom: 10px;*/
    color: #46525e;
    font-weight: normal;
    letter-spacing: 4px;
    margin-right: 10px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.blueTXT {
    color: #00a7df !important;
}

.contactsTable tbody td {
    border-top: 1px solid lightgray;
}

.formDesc-blue {
    font-size: 10px;
    color: #00a7df;
    position: relative;
    margin: 0 auto;
    top: -10px;
    left: 10px;
}

p {
    text-align: left;
    color: #46525e;
    display: block;
    line-height: 24px;
}

    p a {
        color: #00a7df;
    }

/*
==================================================================
LOGIN BOX
==================================================================
*/
.loginBox {
    float: left;
    text-align: left;
}

    .loginBox img {
        float: left;
        margin-right: 5px;
    }

/*
==================================================================
LOGO AND NAV
==================================================================
*/
.logoMain {
    float: left;
}

#Nav {
    float: right;
}

    #Nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: relative;
        float: left;
    }

    #Nav li {
        padding: 0;
        margin: 0 3px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        position: relative;
    }

        #Nav li a {
            padding: 0;
            margin: 0;
            color: #46525e;
            font-size: 13px;
            text-transform: uppercase;
            transition: 1s color;
        }

            #Nav li a:hover {
                color: #00a7df;
            }

            #Nav li a.smaller10px {
                font-size: 12px;
            }

    /* drop down */
    #Nav ul ul {
        position: absolute;
        display: none;
        background: #fff;
        padding: 0 !important;
        margin: 0 !important;
        top: 0;
        box-shadow: 1px 1px 6px #666;
        -webkit-box-shadow: 1px 1px 6px #666;
        -moz-box-shadow: 1px 1px 6px #666;
    }

    #Nav li:hover ul {
        display: block;
        top: 40px;
        z-index: 1000;
    }

    #Nav li li {
        border-bottom: 1px solid #ccc;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left;
    }

        #Nav li li:hover {
            border-bottom: 1px solid #fff;
        }

    #Nav li:hover li a {
        width: 190px;
        height: 40px !important;
        line-height: 40px;
        background: #fff;
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        padding-left: 10px !important;
        text-transform: capitalize;
    }

        #Nav li:hover li a:hover {
            background: #46525e;
            color: #00a7df;
        }

#searchMain {
    position: absolute;
    background: #fff;
    border: 1px solid #00a7df;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    width: 220px;
    height: 36px;
    z-index: 1000;
    right: -65px;
}

    #searchMain input[type="text"] {
        background: #fff;
        border: none;
        width: 166px;
        height: 36px;
        line-height: 36px;
        min-height: 10px;
        position: absolute;
        left: 5px;
    }

    #searchMain input[type="button"] {
        border: none;
        background: url(../images/icon-search.png) no-repeat;
        width: 31px;
        height: 31px;
        position: absolute;
        right: 4px;
        top: 2px;
        cursor: pointer;
    }

        #searchMain input[type="button"]:hover {
            background: url(../images/icon-search-hover.png) no-repeat;
        }

/*
==================================================================
BANNER INFO
==================================================================
*/
.bannerInfo {
    position: relative;
    background: url(../images/banner_home.jpg) no-repeat top center;
    width: 100%;
    /*max-width:1340px;*/
    height: 370px;
    background-size: cover;
}

img.bannerImg {
    position: absolute;
}

.bannerContent {
    position: relative;
    padding: 45px 0 0 0;
}

    .bannerContent h1, .bannerContent h5 {
        text-align: center;
        color: #fff;
        text-shadow: 2px 2px 1px #000;
        -webkit-text-shadow: 2px 2px 1px #000;
        -moz-text-shadow: 2px 2px 1px #000;
    }

/*
==================================================================
QUICK BOOK
==================================================================
*/
#quickBook {
    background: rgba(255,255,255,0.7);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    width: 99%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    position: relative;
    top: 20px;
}

    #quickBook div {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

    #quickBook input {
        border: none !important;
        width: 92%;
    }

    #quickBook p {
        color: #46525e;
        font-weight: bolder;
        font-size: 18px;
        text-transform: uppercase;
    }


/*
==================================================================
GREY BORDER BOX
==================================================================
*/
.greyBox {
    border: 1px solid #d6d6d6;
    padding: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: 20px 0;
    position: relative;
}

a.btn-prev {
    position: absolute;
    width: 59px;
    height: 59px;
    background: url(../images/arrow-prev-large.png) no-repeat 0 0;
    color: transparent;
    text-indent: -999999999px;
    top: 25px;
    left: 11px;
}

    a.btn-prev:hover {
        background: url(../images/arrow-prev-large.png) no-repeat -60px 0;
    }


a.btn-next {
    position: absolute;
    width: 59px;
    height: 59px;
    background: url(../images/arrow-next-large.png) no-repeat 0 0;
    color: transparent;
    text-indent: -999999999px;
    top: 25px;
    right: 11px;
}

    a.btn-next:hover {
        background: url(../images/arrow-next-large.png) no-repeat -60px 0;
    }

/*.cheapestDates {
    padding: 0 60px;
}*/

.cheapestDates li {
    display: inline-block;
    margin: 0 5px;
}

    .cheapestDates li a {
        display: inline-block;
        width: 125px;
        text-align: center;
        color: #46525e;
    }

    .cheapestDates li p {
        text-align: center;
        font-size: 14px;
    }

    .cheapestDates li span {
        text-align: center;
        font-size: 12px;
        border: 1px solid #d6d6d6;
        width: 120px;
        height: 36px;
        line-height: 36px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        color: #46525e;
        display: block;
        margin-top: 8px;
    }

/*
==================================================================
TABLE
==================================================================
*/
.table {
    border: none;
}

    .table thead:first-child td {
        border: none;
        color: #00a7df;
        font-size: 14px;
    }

    .table td {
        border: none;
        padding: 8px;
        text-align: center;
        font-size: 14px;
    }

    .table td {
        background: transparent;
    }

/*.table tr:first-child:hover {
        background: transparent;
    }*/

/*.table tr:hover {
        background: #f1f1f1;
    }*/

/*
==================================================================
FORM INPUTS BUTTONS
==================================================================
*/
select {
    outline: none;
}

input {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid #d6d6d6;
    padding: 0 8px;
    min-height: 30px;
}

    input:focus {
        box-shadow: 0 0 6px green;
        -webkit-box-shadow: 0 0 6px green;
        -moz-box-shadow: 0 0 6px green;
    }

select:focus {
    box-shadow: 0 0 6px green;
    -webkit-box-shadow: 0 0 6px green;
    -moz-box-shadow: 0 0 6px green;
}

input[type="checkbox"]:focus, input[type="radio"]:focus, .hasDatepicker:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

select {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid #d6d6d6;
    padding: 0 8px;
    min-height: 30px;
    background: url(../images/dropdown-arrow.png) no-repeat right center;
}

.select2-container--default .select2-selection--single {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border: 1px solid #d6d6d6 !important;
    padding: 0 8px !important;
    min-height: 30px !important;
    /*background: url(../images/dropdown-arrow.png) no-repeat right center;*/
    border-radius: 15px !important;
    /*width: 90% !important;*/
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.smaller select {
    width: 90px;
    min-width: 90px !important;
}

.smaller input {
    width: 90px;
    min-width: 90px !important;
}

.icon-from {
    background: url(../images/icon-from.png) no-repeat;
    width: 31px;
    height: 31px;
}

.icon-date {
    background: url(../images/icon-date.png) no-repeat;
    width: 31px;
    height: 31px;
}

.icon-search-smaller {
    background: url(../images/icon-search-smaller.png) no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}

.BTNsearch {
    background: url(../images/icon-search.png) no-repeat;
    width: 31px;
    height: 31px;
}

    .BTNsearch:hover {
        background: url(../images/icon-search-hover.png) no-repeat;
    }

.formTXT {
    color: #fff;
    font-size: 15px;
    margin: 8px 0 5px 0;
}

.formFIELD input {
    border: none;
    text-align: center;
    margin-bottom: 10px;
}

.formTXT-grey {
    color: #46525e;
    font-size: 17px;
    margin: 15px 0 5px 0;
    text-align: left;
    padding-left: 18px;
}

    .formTXT-grey sup {
        color: red;
        position: relative;
        top: 5px;
        left: 3px;
    }

.nonMandatory sup {
    color: #fff;
}

.hasDatepicker {
    text-align: center !important;
    width: 130px !important;
}

.widthClass {
    width: 150px !important;
}

.formFIELD-grey input {
    border: 1px solid #d6d6d6;
    text-align: left;
    margin-bottom: 10px;
}

.formFIELD-grey select {
    border: 1px solid #d6d6d6;
    text-align: left;
    margin-bottom: 10px;
}

.calendar-icon input {
    background: url(../images/calendar-icon.png) no-repeat right center;
}

.formLINKS {
    color: #fff;
    font-size: 11px;
    display: inline-block;
}

    .formLINKS a {
        color: #fff;
        font-size: 11px;
        display: inline-block;
    }

        .formLINKS a:hover {
            color: #000;
        }

.formsTXT {
    font-size: 14px;
}

    .formsTXT a {
        color: #00a7df;
        font-style: italic;
    }

        .formsTXT a:hover {
            text-decoration: underline;
        }

.buttonGrey {
    background: #46525e;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-align: center;
    font-size: 12px;
    min-width: 120px;
    cursor: pointer;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    .buttonGrey:hover {
        background: #000;
    }

.formBUTTON {
    margin: 10px 0;
}

input:focus {
    outline: none;
}

a.btn_roundedGrey {
    padding: 15px 25px;
    border: 1px solid #777777;
    text-transform: uppercase;
    text-align: center;
    color: #777777;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 17px;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    a.btn_roundedGrey:hover {
        background: #777777;
        color: #fff;
    }

a.btn_roundedBLUE {
    padding: 12px 25px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 17px;
    background: #00a7df;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    a.btn_roundedBLUE:hover {
        background: #777777;
        color: #fff;
    }

.btn_roundedBLUE input {
    padding: 12px 35px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 17px;
    background: #00a7df;
    cursor: pointer;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    .btn_roundedBLUE input:hover {
        background: #777777;
        color: #fff;
    }

a.btn_roundedGREY-solid {
    padding: 15px 25px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 17px;
    background: #d6d6d6;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    a.btn_roundedGREY-solid:hover {
        background: #777777;
        color: #fff;
    }

a.btn_roundedDarkGrey {
    padding: 10px 25px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 17px;
    background: #46525e;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    a.btn_roundedDarkGrey:hover {
        background: #777777;
        color: #fff;
    }

a.btn_roundedRED {
    padding: 10px 25px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 17px;
    background: #dd0000;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    a.btn_roundedRED:hover {
        background: #000;
        color: #fff;
    }

.btn_roundedDarkGrey input {
    padding: 10px 25px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 17px;
    background: #46525e;
    cursor: pointer;
    min-width: 120px;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    .btn_roundedDarkGrey input:hover {
        background: #777777;
        color: #fff;
    }

.btn_roundedLightkGrey input {
    padding: 10px 25px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 17px;
    background: #d6d6d6;
    cursor: pointer;
    min-width: 120px;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    .btn_roundedLightkGrey input:hover {
        color: #000;
    }

input[type="radio"] {
    min-height: 0px;
}

/*
==================================================================
PROGRESS
==================================================================
*/
#progress {
    padding: 0 0 30px 0;
    text-align: left;
}

    #progress ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #progress li {
        padding: 0;
        margin: 0;
        display: inline-block;
        background: url(../images/progress-norm.png) no-repeat right center;
        font-size: 13px;
        color: #000;
        padding-right: 42px;
        height: 37px;
        line-height: 37px;
        margin-right: 10px;
    }

        #progress li.currentTab {
            background: url(../images/progress-current.png) no-repeat right center;
        }

        #progress li.selected {
            background: url(../images/progress-selected.png) no-repeat right center;
        }




/*
==================================================================
HOMEPAGE SECOND CONTENT
==================================================================
*/
.bgBlue {
    background: #00a7df;
    min-height: 150px;
}

.feedsBlock {
    /*background: url(../images/live-info-feed-bg.jpg) no-repeat;*/
    width: 55%;
    /*min-height: 333px;*/
    float: left;
    text-align: right;
    background-size: cover;
}

.feedsContent {
    width: 100%;
    max-width: 640px;
    text-align: center;
    color: #fff;
    padding: 25px 20px 20px 20px;
    float: right;
}

.destinationTXT {
    font-size: 31px;
}

.busTXT {
    font-size: 14px;
}

.statusTXT {
    color: #00a7df;
    font-size: 25px;
    font-weight: bolder;
}

.feedsContent h3 {
    margin: 0 0 20px;
}

#feedsTXT {
    padding: 20px 0 0 0;
}

    #feedsTXT p {
        display: inline-block;
        width: 200px;
        vertical-align: top;
        font-size: 11px;
        padding-right: 10px;
        color: #fff;
    }

    #feedsTXT span {
        color: #00a7df;
        font-weight: bold;
    }

.loginBlock {
    float: left;
    text-align: center;
    padding: 0px 50px;
    width: 28%;
}

.loginContent {
    width: 100%;
    max-width: 330px;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    float: left;
}

    .loginContent h3 {
        margin-bottom: 20px;
    }

.deals-bg {
    background: url(../images/deals-bg.png) no-repeat top right;
    background-size: 55%;
}

/*
==================================================================
MAIN BODY
==================================================================
*/
.bodyContent {
    padding: 30px 0;
    text-align: center;
}

#pods {
    padding: 40px 0;
    text-align: center;
}

    #pods ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #pods li {
        padding: 0;
        margin: 0 12px;
        display: inline-block;
        width: 300px;
        border: 1px solid #d6d6d6;
        text-align: center;
        background: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        vertical-align: top;
    }

.podsContainer div {
    padding: 5px 10px;
}

    .podsContainer div:last-child {
        padding: 0;
    }

#pods .pods-image {
    padding-top: 20px;
}

#pods .pods-info {
    color: #00a7df;
    font-weight: bolder;
    font-size: 15px;
}

#pods .pods-description {
    color: #46525e;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 20px;
}

#pods .pods-button {
    background: #9b9b9b;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    padding: 10px 0;
    text-align: center;
    transition: 1s background;
    -webkit-transition: 1s background;
    -moz-transition: 1s background;
}

    #pods .pods-button:hover {
        background: #00a7df;
    }

.pods-button input {
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    background: none transparent;
}

    .pods-button input:hover {
        color: #fff;
    }

.userTXT {
    color: #00a7df;
    font-size: 17px;
    text-transform: uppercase;
    padding: 17px 0 0 20px;
}


/*
==================================================================
POPUP DIV
==================================================================
*/
#popup {
    position: fixed;
    width: 840px;
    height: 570px;
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    left: 50%;
    top: 50%;
    margin-left: -445px;
    margin-top: -310px;
    z-index: 2000;
    box-shadow: 6px 6px 9px #666;
    -webkit-box-shadow: 6px 6px 9px #666;
    -moz-box-shadow: 6px 6px 9px #666;
    visibility: visible;
}

.popHead {
    position: relative;
}

.btn_close {
    position: absolute;
    right: 0;
    top: -10px;
}

.popContent {
    padding: 30px 0;
    max-width: 825px;
}

.popTXT > div {
    padding: 30px 0 25px 0;
    color: #00a7df;
    display: block;
    font-weight: bolder;
    font-size: 20px;
}

.popContent p {
    padding: 0 0 40px 0;
    color: #46525e;
    display: block;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.popIMG {
    width: 330px;
}

.popTXT {
    width: 470px;
}


/*.popFoot {
}*/


/*
==================================================================
COLUMNS / DISPLAY BLOCKS / DIVIDERS
==================================================================
*/
.display-IB-M {
    display: inline-block;
    vertical-align: middle;
}

.display-IB-T {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
/*.empty {
  min-width: 220px;
  display: inline-block;
  height: 20px;
  vertical-align:top;
}*/
.empty {
    color: #fff !important;
}

.singleBlock {
    padding-top: 37px;
}

.divider {
    border-top: 1px solid #666;
    height: 2px;
}

.col-1 {
    width: 98%;
}

.col-2 {
    width: 48%;
}

.col-3 {
    width: 30%;
}

.col-4 {
    width: 23%;
}


/*
==================================================================
FOOTERS
==================================================================
*/
.blue-container {
    background: #46525e;
    padding: 20px 0;
}

#footer p, #footer a {
    font-size: 11px;
    color: #fff;
    display: block;
    line-height: 16px;
}

    #footer a:hover {
        color: #000;
    }

.newsletter {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    width: 235px;
    height: 28px;
    position: relative;
}

    .newsletter input[type="text"] {
        position: absolute;
        left: 5px;
        border: none;
        height: 27px;
        min-height: 27px;
        width: 140px;
    }

    .newsletter input[type="button"] {
        position: absolute;
        right: 0;
        background: #46525e;
        border: none;
        border-radius: 0 25px 25px 0;
        -webkit-border-radius: 0 25px 25px 0;
        -moz-border-radius: 0 25px 25px 0;
        height: 28px;
        min-height: 10px;
        color: #fff;
        cursor: pointer;
    }

        .newsletter input[type="button"]:hover {
            background: #ccc;
            color: #46525e;
        }

#footerBottom {
    padding: 20px;
    font-size: 9px;
    color: #46525e;
    text-align: center;
}

    #footerBottom a {
        font-size: 9px;
        color: #46525e;
    }

        #footerBottom a:hover {
            color: #00a7df;
        }

    #footerBottom p {
        display: block;
        padding-top: 10px;
        font-weight: bold;
        text-align: center;
    }

.footerContainer {
    position: relative;
    text-align: center;
}

.footLogo {
    position: absolute;
    top: -14px;
    right: 5px;
}


/*
==================================================================
BROWSER OVERWRITES
==================================================================
*/

/*FIREFOX*/
/*@-moz-document url-prefix() {
}*/


/*CHROME and SAFARI*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #quickBook div {
        margin: 0 0;
    }

    #quickBook input {
        width: 90%;
    }

    /*SAFARI*/
    ::i-block-chrome, #quickBook div {
        margin: 0 5px;
    }
}


@media screen and (max-width:1140px) {

    .feedsBlock {
        max-width: 647px;
    }
}

@media screen and (max-width:1100px) {

    .feedsBlock {
        max-width: 547px;
    }
}

/*
==================================================================
VALIDATION and ERRORS
==================================================================
*/

.input-validation-error {
    color: #f00 !important;
    border-color: #f00 !important;
    box-shadow: 0 0 6px #f00;
    -webkit-box-shadow: 0 0 6px #f00;
    -moz-box-shadow: 0 0 6px #f00;
    color: #f00 !important;
    font-style: italic;
}

/*.input-validation-error input {
        border-color: #f00 !important;
        box-shadow: 0 0 6px #f00;
        -webkit-box-shadow: 0 0 6px #f00;
        -moz-box-shadow: 0 0 6px #f00;
        color: #f00 !important;
        font-style: italic;
    }*/

/*.input-validation-error input:focus {
            border-color: #f00 !important;
            box-shadow: 0 0 6px #f00;
            -webkit-box-shadow: 0 0 6px #f00;
            -moz-box-shadow: 0 0 6px #f00;
            color: #f00 !important;
            font-style: italic;
        }

    .input-validation-error .ui-button-text {
        color: #f00 !important;
    }*/
/*.error .ui-state-default {
  background: transparent url(../images/radioError.png) 0 2px no-repeat;
  color:#f00;
  font-style:italic;
}*/

/*.input-validation-error select {
        border: 1px solid #f00;
        box-shadow: 0 0 6px #f00;
        -webkit-box-shadow: 0 0 6px #f00;
        -moz-box-shadow: 0 0 6px #f00;
        color: #f00;
        font-style: italic;
    }

    .input-validation-error .formFIELD-grey select {
        border: 1px solid #f00;
        box-shadow: 0 0 6px #f00;
        -webkit-box-shadow: 0 0 6px #f00;
        -moz-box-shadow: 0 0 6px #f00;
        color: #f00;
        font-style: italic;
    }*/

.errorBlock {
    border: 1px solid #f00;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 6px 12px;
    display: none;
    color: #f00;
    font-style: italic;
    margin-bottom: 15px;
}

    .errorBlock p {
        color: red;
    }



.PerPassangerDetails {
    width: 48%;
    display: inline-block;
    margin-right: 20px;
}
