﻿/* Common Css Start */
body {
    margin: 0px;
    padding: 0px;
}

ul, li, p {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
/* Common Css End */
/* Colors Codes start */
.col-white {color:#ffffff;}
.col-blue {color:#14427c;}
/* Colors Codes End */
/* Main Container Start */
#main-box {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}
/* Header Part Start */
#header {
    overflow: hidden;
    margin: 0px auto;
    padding-bottom: 27px;
}

.logo {
    width: 214px;
    height: 49px;
    float: left;
    padding: 14px 0 0 0;
}

.header-right {
    width: auto;
    float: right;
}

.toll-free {
    width: auto;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #14427c;
    letter-spacing: -0.2px;
    padding-top: 5px;
    font-weight: bold;
}

    .toll-free span {
        font-size: 13px;
        color: #2c2c2c;
    }

.header-link {
    width: auto;
    float: left;
    padding: 12px 50px 0 0;
}

    .header-link ul {
        width: 100%;
    }

        .header-link ul li {
            width: auto;
            float: left;
            padding-right: 16px;
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            font-size: 12px;
        }

            .header-link ul li a {
                color: #2c2c2c;
                text-decoration: none;
            }

            .header-link ul li a:hover {
                color: #2c2c2c;
                text-decoration: underline;
            }
/* Header Part End */

/* Menu Part Start */
#menu {
    width: 100%;
    height: 54px;
    clear: both;
    background: #144484;
    line-height: 54px;
}

    #menu ul {
        width: 731px;
        float: left;
    }

        #menu ul li {
            width: auto;
            float: left;
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            font-size: 14px;
            text-align: center;
            letter-spacing: -0.2px;
            background: url(images/menu-line.gif) no-repeat right;
        }

            #menu ul li a {
                color: #fff;
                text-decoration: none;
                display: block;
                padding: 0px 17px;
            }

            #menu ul li a:hover {
                text-decoration: none;
            }

.born-free {
    width: 102px;
    height: 54px;
    float: left;
    background: #144484;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding-top: 9px;
}

    .born-free span {
        font-size: 12px;
    }

    .born-free a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .born-free a:hover {
        text-decoration: none;
    }
/* Menu Part End */

/* Banner Part Start */
.banner {
    width: 100%;
    overflow: hidden;
    background: url(images/main-banner2.jpg) no-repeat center top;
    min-height: 470px;
}
.main-banner {min-height: 527px;}
.bnr-biz-lndg {
    background: url(images/bizclass-banner.jpg) no-repeat center top;
}

.bnr-cheap-lndg {
    background: url(images/cheapflight-banner.jpg) no-repeat center top;
}

.banner-sub {
    margin: 20px auto;
}
.main-banner-sub {
    margin: 49px auto;
}
.padd {
    padding: 0px;
}

.search-engine {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

    .search-engine label {
        margin: 0px;
        padding: 0px;
    }

    .search-engine ul {
        width: 100%;
        overflow: hidden;
        background: #4b5b64;
        border: 0 none;
    }

        .search-engine ul li {
            width: 25%;
            float: left;
            height: 51px;
            line-height: 47px;
            overflow: hidden;
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            font-size: 16px;
            text-align: center;
            border-right: #7f7f7f 1px solid;
            background: rgba(0, 0, 0, 0) url("images/gray-transp-bg.png") repeat scroll 0 0;
            padding: 0;
            cursor: pointer;
        }

            .search-engine ul li.active {
                border-left: #a5a5a5 1px solid;
                border-right: #a5a5a5 1px solid;
                border-top: #a5a5a5 1px solid;
                background: #fff;
            }

                .search-engine ul li.active a {
                    color: #555;
                }

            .search-engine ul li:hover {
                color: #555555;
                background: #fff;
                border-top: #a5a5a5 1px solid;
                border-bottom: #a5a5a5 1px solid;
                border-right: 0 none;
            }

            .search-engine ul li:first-child:hover {
                border-left: #a5a5a5 1px solid;
            }
            .search-engine ul li:last-child:hover {
                border-right: #a5a5a5 1px solid;
            }

            .search-engine ul li a {
                color: #fff;
                text-decoration: none;
                display: block;
                cursor: pointer;
            }

            .search-engine ul li:hover a {
                color: #555;
            }

.ico-flt {
    width: 26px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(images/flight-white.png) no-repeat center center;
}

.search-engine ul li.active span.ico-flt, .search-engine ul li:hover span.ico-flt {
    background: url(images/flight-icon-h.gif) no-repeat center center;
}

.ico-htl {
    width: 29px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(images/hotel-icon-gray.png) no-repeat center center;
}

.search-engine ul li.active span.ico-htl, .search-engine ul li:hover span.ico-htl {
    background: url(images/hotel-hover-icon.png) no-repeat center center;
}

.ico-vac {
    width: 23px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(images/vac-icon-gray.png) no-repeat center center;
}

.search-engine ul li.active span.ico-vac, .search-engine ul li:hover span.ico-vac {
    background: url(images/vac-hover-icon.png) no-repeat center center;
}

.ico-car {
    width: 29px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(images/car-icon-gray.png) no-repeat center center;
}

.search-engine ul li.active span.ico-car, .search-engine ul li:hover span.ico-car {
    background: url(images/car-hover-icon.png) no-repeat center center;
}

.search-sub {
    width: 100%;
    overflow: hidden;
    padding: 16px 27px 20px 27px;
    border-left: #a5a5a5 1px solid;
    border-right: #a5a5a5 1px solid;
    border-bottom: #a5a5a5 1px solid;
}

.s-radio {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.s-radio-sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #626262;
    padding: 0px;
}

.s-input-main {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

    .s-input-main label {
        height: 45px;
        border: #c1c1c1 1px solid;
        border-right: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #2c2c2c;
        padding-left: 20px;
        line-height: 43px;
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        background: #ebebeb;
        font-weight: normal;
    }

    .s-input-main input {
        height: 45px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #959595;
        border: #c1c1c1 1px solid;
        border-left: none;
        border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        background: url(images/input-icon.gif) no-repeat right center;
        padding-right: 10px;
    }

.cal-main {
    width: 100%;
    overflow: hidden;
}

.padd-r {
    padding: 0 11px 0 0;
}

.cal-main label {
    height: 45px;
    border: #c1c1c1 1px solid;
    border-right: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #2c2c2c;
    padding-left: 20px;
    line-height: 43px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    background: #ebebeb;
    font-weight: normal;
}

.cal-main input {
    height: 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #959595;
    border: #c1c1c1 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    background: url(images/cal-icon.gif) no-repeat right center;
    padding-right: 10px;
}

.select-main {
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
}

    .select-main select {
        width: 100%;
        height: 48px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #888888;
        border: #c1c1c1 1px solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-left: 16px;
    }

.btn-main {
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2c2c2c;
    font-size: 14px;
}

    .btn-main select {
        width: 92%;
        height: 48px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #888888;
        border: #c1c1c1 1px solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-left: 16px;
    }

.btn {
    width: 100%;
    height: 49px;
    float: right;
    background: #da0000;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ptop {
    padding-top: 0px;
}

/* Search widget changes */
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.search__class-selector, .search__guest-selector, .search__room-selector, .search__traveler-selector {
    padding-left: 0;
    padding-right: 0;
}

    .search__traveler-selector > div {
        padding-left: 0;
    }

.nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
}

    .nav-tabs > li > a:hover, .nav > li > a:hover {
        background: #fff;
        border-radius: 0;
        color: #555;
    }

.advd-opt {
    margin: 5px 0;
    cursor: pointer;
}

.srch-box-alone {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #888888;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 48px;
    padding-left: 16px;
    width: 100%;
}

.no-pad-top {
    padding-top: 0px;
}

/* Search widget changes ends */
.c-box {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2c2c2c;
    vertical-align: central;
}

.flight-heading {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 37px;
    letter-spacing: -2.0px;
    line-height: 42px;
    margin: 0;
}

.flight-coupon {
display:none!important;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-top: 20px;
}

.flight-code-main {
    width: 100%;
    overflow: hidden;
    padding-top: 8px;
    cursor: pointer;
}

.flight-code {
display:none!important;
    float: left;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0 12px 0 0;
    line-height: 44px;
}

.coupon-code-css {
    color: #14427c;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 6px;
}

.coupon-code-css span {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.coupon-code-css sup {
    font-size: 60%;
    line-height: 0;
    margin-left: 2px;
    position: relative;
    top: -0.3em;
    vertical-align: middle;
}

.flight-box {
display:none!important;
    float: left;
    padding: 6px 12px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}
.white-brdr {border: #fff 1px solid;}
.blue-brdr {border: #14427c 1px solid;}

.lndg-page-cpn-box {
    background-color: white;
    font-size: 19px;
    padding: 5px 11px;
}
.lndg-page-coupon {
    padding-top: 9px;
}
.lndg-page-heading {
    font-size: 34px;
}

.padd-l {
    padding-left: 50px;
}

.bnr-msg {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #777777;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    left: 50px !important;
    padding: 8px;
    position: absolute;
    text-align: left;
    top: 144px;
    width: 590px;
    z-index: 999;
}
/* Banner Part End */
.policy {
    padding: 40px 0;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 16px;
    text-align: center;
}

    .policy p {
        padding-top: 8px;
        line-height: 18px;
    }

.m-h {
    min-height: 150px;
}
/* Fare Section Start */
.fare-section {
    width: 100%;
    background: #f2f2f2;
    padding: 36px 0 54px 0;
}

.fare-heading {
    width: 100%;
    overflow: hidden;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #14427c;
    font-size: 33px;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing:-1.5px;
}

.fare-sec-sub {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: #ccc 2px solid;
    margin-top: 0px;
}

.sub-banner {
    width: 100%;
}

.sub-b {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: #d7d7d7 1px solid;
}

.sub-fare {
    width: 100%;
    overflow: hidden;
    padding: 18px 24px 0px 24px;
}

.sub-heading {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #818181;
    letter-spacing:-1.0px;
}

.fare-sub-box {
    width: 100%;
    overflow: hidden;
    border-bottom: #e2e2e2 1px solid;
    padding: 13px 0;
    cursor:pointer;
}
    .fare-sub-box:hover {
        background:#e4e4e4;
    }
.fare-sub-box-home {padding: 15px 0;}

.city {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #2c2c2c;
    height:36px;
    line-height:36px;
}
.des {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #5a5a5a;
    font-weight: bold;
}

    .des p {
        font-size: 12px;
        font-weight: normal;
    }

.des-img {
    text-align: center;
}

.fare {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #0065b8;
    font-weight: bold;
    text-align: right;
}

    .fare sup {
        font-size: 60%;
        line-height: 0;
        position: relative;
        top: -0.5em;
        vertical-align: middle;
    }

.s-box {
    width: 100%;
    overflow: hidden;
    padding: 24px 24px 12px 24px;
}

.c-align {
    text-align: center;
}

.r-align {
    text-align: right;
}

.fare-h-m {
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #1f4c8f;
    font-weight: bold;
    border-bottom: #e2e2e2 1px solid;
    padding: 0 0 14px 0;
}

.f-sub:hover {
    background: #e4e4e4 none repeat scroll 0 0;
}
.f-sub {
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2c2c2c;
    border-bottom: #e2e2e2 1px solid;
    padding: 15px 0;
    cursor:pointer;
}

.f-sub1 {
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2c2c2c;
    border-bottom: #e2e2e2 1px solid;
    padding: 12px 0;
    line-height: 20px;
}

.fare-p {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #0065b8;
    line-height: 20px;
}

    .fare-p sup {
        font-size: 55% !important;
        line-height: 0;
        position: relative;
        top: -0.5em !important;
        vertical-align: middle !important;
    }


/* Fare Section End */
/* Born Free Section Start */
.born-free-sub {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: url(images/born-free-background.jpg) no-repeat top center;
    min-height: 510px;
}

.born-heading {
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
    font-size: 51px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 32px 0;
    letter-spacing:-1.5px;
}

    .born-heading span {
        font-family: Open Sans, Arial, Helvetica, sans-serif;
        font-size: 40px;
        color: #fff;
        font-weight: normal;
    }

.born-img {
    width: 100%;
    overflow: hidden;
}

.born-text {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #fff;
    padding-top: 16px;
    line-height: 24px;
}

.born-text-sub {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    line-height:17px;
}

    .born-text-sub a {
        color: #fff;
        text-decoration: underline;
    }

    .born-text-sub a:hover {
        color: #fff;
        text-decoration: underline;
    }

.padd-b24 {
    padding-bottom: 0px;
}
/* Born Free Section Start */
/* Rating Section Start */
.rating-main {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.r-icon-l {
    width: 48px;
    overflow: hidden;
    padding-bottom: 12px;
}

.rating-box {
    width: 100%;
    overflow: hidden;
    padding: 0 50px 0 0;
}

    .rating-box p {
        font-family: Open Sans, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #6d747a;
        padding-bottom: 8px;
        padding-left: 41px;
    }

        .rating-box p span {
            font-size: 14px;
        }

.r-icon-r {
    width: 48px;
    overflow: hidden;
    float: right;
    padding-top: 12px;
}
/*  Rating Section End */
/*  Buzz Reward Section Start */
.buzzreward-main {
    width: 100%;
    overflow: hidden;
    background: url(images/buzz-reward-bg.jpg) no-repeat top center;
}

.buzz-reward-sub {
    width: 515px;
    float: right;
}

.buzz-heading {
    font-family: Trajan Pro, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding: 45px 0 0 20px;
    letter-spacing: -0.3px;
}

.buzz-heading-sub {
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
    font-size: 33px;
    color: #fff;
    font-style: italic;
    letter-spacing: -0.3px;
    line-height: 28px;
    padding-left: 20px;
}

.buzz-reward-sub ul {
    width: 100%;
    overflow: hidden;
    padding-top: 39px;
}

    .buzz-reward-sub ul li {
        width: 100%;
        overflow: hidden;
        padding-bottom: 30px;
        background: url(images/buzz-bullet.png) no-repeat top left;
        padding-left: 20px;
        color: #fff;
        font-family: Open Sans, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }

.buzz-signup {
    width: 100%;
    overflow: hidden;
    padding: 0 0 45px 20px;
}

.social-box {
    width: 100%;
    overflow: hidden;
    padding: 24px 0;
    background: #085397;
}
/*  Buzz Reward Section End */
/* Sign Up and Social Icon Part Start */
.signup {
    width: 100%;
    overflow: hidden;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #fff;
}

    .signup p {
        width: 100%;
        padding-bottom: 5px;
    }

    .signup input {
        width: 242px;
        height: 39px;
        float: left;
        background: #fff;
        border: #fff 1px solid;
        font-size: 14px;
        color: #2c2c2c;
        padding-left: 12px;
    }

    .signup .label {
        width: 77px;
        height: 39px;
        float: left;
        background: #da0000;
        text-align: center;
        line-height: 30px;
        border: #da0000 1px solid;
        border-radius:0;
    }

        .signup .label a {
            color: #fff;
            text-decoration: none;
            display: block;
            font-size: 17px;
            font-weight:normal;
        }

        .signup .label a:hover {
            text-decoration: none;
        }

.social-icon {
    width: 100%;
    overflow: hidden;
    padding: 14px 0 0 0;
}

    .social-icon img {
        float: left;
    }
/* Sign Up and Social Icon Part End */
/* Destinations Page Part Start */
.p-destinations {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding: 40px 0 50px 0;
}

.lon {
    background: url(images/london.jpg) no-repeat;
    height: 180px;
}

.par {
    background: url(images/paris.jpg) no-repeat;
    height: 180px;
}

.sin {
    background: url(images/singapore.jpg) no-repeat;
    height: 180px;
}

.rom {
    background: url(images/rome.jpg) no-repeat;
    height: 180px;
}

.dub {
    background: url(images/dubai.jpg) no-repeat;
    height: 180px;
}

.syd {
    background: url(images/sydney.jpg) no-repeat;
    height: 180px;
}

.fra {
    background: url(images/Frankfurt.jpg) no-repeat;
    height: 180px;
}

.ams {
    background: url(images/Amsterdam.jpg) no-repeat;
    height: 180px;
}

.flo {
    background:url(images/florida.jpg) no-repeat;
    height:180px;
}
.las {
    background:url(images/lasvegas.jpg) no-repeat;
    height:180px;
}
.eur {
    background:url(images/europe.jpg) no-repeat;
    height:180px;
}
.new {
    background:url(images/newyork.jpg) no-repeat;
    height:180px;
}
.mia {
    background:url(images/miami.jpg) no-repeat;
    height:180px;
}
.mex {
    background:url(images/mexico.jpg) no-repeat;
    height:180px;
}
.chi {
    background:url(images/chicago.jpg) no-repeat;
    height:180px;
}
.orl {
    background:url(images/orlando.jpg) no-repeat;
    height:180px;
}
.m-left20 {
    margin: 0px 0 0 54px;
}

.dest-name {
    width: 81%;
    overflow: hidden;
    position: absolute;
    bottom: 28px;
    text-align: center;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.5px;
    line-height:16px;
}
    .dest-name a, .dest-name a:hover {
        color:#fff;
        text-decoration:none;
        display:block;
    }
    

    .dest-name span {
        font-size: 15px;
    }

/* Destinations Page Popular Business Destinations Section CSS Start */
.dest-name p {
    margin:0px;
    padding:5px 0 0px 0;
    text-align:center;
    font-family:open sans, Arial, Helvetica, sans-serif;
    font-size:15px;
}
.dest-name p label {
    font-size:21px;
    font-weight:bold;    
}
.dest-name sup {
    position: relative;
    top: -0.5em;
    vertical-align: middle;    
}

.dis-link:hover {
    cursor: pointer;
}

.dest-heading {
    width: 100%;
    overflow: hidden;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #14427c;
    text-align: center;
    padding-bottom: 31px;
    letter-spacing: -1.5px;
}

/* Destinations Page Part End */
/* Article Section Start */
.article-box {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
}

.article-heading {
    width: 100%;
    overflow: hidden;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #14427c;
    text-align: center;
    padding-bottom: 34px;
    letter-spacing:-1.0px;
}

.article-box-sub {
    width: 100%;
    overflow: hidden;
    padding-bottom: 24px;
}

.article-top-h {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #494949;
    line-height: 15px;
    font-weight: 400;
}

    .article-top-h span {
        font-size: 14px;
        margin-left: 8px;
        font-weight: normal;
    }

    .article-top-h p {
        font-size: 14px;
        margin-top: 9px;
        font-weight: normal;
    }

        .article-top-h p a {
            color: #494949;
            text-decoration: underline;
        }

        .article-top-h p a:hover {
            color: #494949;
            text-decoration: none;
        }

.padd-bottom10 {
    padding-bottom: 10px;
}

.padd-left15 {
    padding-left: 15px;
}
/* Article Section End */
/* Useful Link Part Start */
.useful-link {
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    padding: 40px 0 32px 0;
}

.useful-link-h {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1f4c8f;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.useful-link1 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 8px;
}

.useful-link-sub {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #6a6a6a;
}

    .useful-link-sub span {
        display: inline-block;
        padding-right: 14px;
    }

        .useful-link-sub span a {
            color: #6a6a6a;
            text-decoration: none;
        }

        .useful-link-sub span a:hover {
            color: #6a6a6a;
            text-decoration: underline;
        }

.destination-box {
    width: 100%;
    overflow: hidden;
}
/* Useful Link Part End */
/* Bottom Link Part Start */
.bottom-link {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.bottom-link-h {
    width: 100%;
    overflow: hidden;
    padding-bottom: 12px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #1f4c8f;
    font-weight: bold;
    letter-spacing:-0.75px;
}

.bottom-link ul {
    width: 100%;
    overflow: hidden;
}

    .bottom-link ul li {
        width: 100%;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #6a6a6a;
    }

.bottom-link a {
    color: #6a6a6a;
    text-decoration: none;
}

.bottom-link a:hover {
    color: #23527c;
    text-decoration: underline;
}

.bottom-sub-link {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #f2f2f2;
}

.bottom-sub-link-h {
    width: 100%;
    overflow: hidden;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #1f4c8f;
    font-weight: bold;
    letter-spacing:-0.75px;
}

.bottom-sub-link ul {
    width: 100%;
    overflow: hidden;
}

    .bottom-sub-link ul li {
        width: 100%;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #6a6a6a;
    }

.bottom-sub-link a {
    color: #6a6a6a;
    text-decoration: none;
}

.bottom-sub-link a:hover {
    color: #6a6a6a;
    text-decoration: underline;
}
/* Bottom Link Part Start */
.bottom-sub {
    width: 100%;
    overflow: hidden;
    padding: 25px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6a6a6a;
}

    .bottom-sub p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #6a6a6a;
        padding-top: 24px;
    }

    .bottom-sub img {
        float: left;
        padding: 16px 40px 0 0;
    }
/* Bottom Text Part End */

/* Bottom Link Part End */
/* Main Container End */

.sub-fare-row {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 0px 0 14px;
    border-bottom: 1px solid #e2e2e2;
}

.sub-fare-from {
    color: #1f4c8f;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-left: 0;
    width: 45.667%;
}

.sub-fare-Airline {
    color: #1f4c8f;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-left: 0;
    width: 14.333%;
}

.sub-fare-sample {
    color: #1f4c8f;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-right: 0;
    text-align: right;
    width: 25%;
}

.fare-term {
    width: 95%;
    overflow: hidden;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6a6a6a;
    padding: 20px 0 0 15px;
}

.facts-heading {
    overflow: hidden;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #14427c;
    font-size: 28px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
}

.facts {
    color: #494949;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.facts-articles {
    overflow: hidden;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #14427c;
    font-size: 32px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    letter-spacing:-1.0px;
}
.facts p {margin: 10px 0px 0px;}
.dest-article {list-style-type: square;margin: 1em 0;padding-left: 10px;}
    .dest-article > b {
        font-size: 18px;
        font-weight: 600;
    }
.latest-article-box {
    width: 100%;
    background: #ffffff;
    padding: 36px 0 54px 0;
}
.err_req {
    font-family: Arial;
    font-size: 12px;
    color: Red;
    background-color: #fff1cc;
    border: solid 1px #ffb900;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.err_req_mc {
    font-family: Arial;
    font-size: 11px;
    color: Red;
    background-color: #fff1cc;
    width: 100%;
    text-align: center;
}

.err_msg {
    font-family: Arial;
    font-size: 12px;
    color: Red;
    background-color: #fff1cc;
    width: 100%;
    text-align: center;
}

.ErrorMsg div {
    color: red;
    margin: 0 7px;
    font-size: 12px !important;
    background: #FFFFB7;
    background: url(../../i/nv/dot.jpg) no-repeat scroll 4px 6px #FFFFB7;
    padding: 0 10px;
}
.search-engine .ErrorMsg ul, .search-engine .ErrorMsg li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 12px;
    height: 27px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.search-engine .ErrorMsg ul {
    padding: 7px;
    margin-bottom: 10px;
}
div.styled select {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: medium none;
    font-size: 14px !important;
    height: 30px;
    line-height: 31px;
    padding-left: 8px;
    padding-right: 7px !important;
    padding-top: 7px;
    width: 100%;
    float:left;
}

/*Hotel Start*/
.hotel-content {
    color: #494949;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding-left: 24px;
}
.bnr-hotel-lndg {
	width:100%;
	overflow:hidden;
	background:url(images/hotel-banner.jpg) no-repeat center top;
	min-height:527px;	
}
.hotel-content-main {
    background: #f2f2f2 none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 51px;
    padding-top: 51px;
    width: 100%;
}
.hotel-content-h {
    color: #14427c;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 25px;
    padding-bottom: 24px;
    padding-left: 24px;
}
.hotel-sub-banner1 {
    background: rgba(0, 0, 0, 0) url("images/los-angeles-hotels.jpg") no-repeat scroll center top;
    min-height: 268px;
    position: relative;
}
.hotel-sub-banner2 {
    background: rgba(0, 0, 0, 0) url("images/lasvegas-hotels.jpg") no-repeat scroll center top;
    min-height: 268px;
    position: relative;
}
.hotel-sub-banner3 {
    background: rgba(0, 0, 0, 0) url("images/rome-hotels.jpg") no-repeat scroll center top;
    min-height: 268px;
    position: relative;
}
.hotel-sub1 {
    border-bottom: 1px solid #e2e2e2;
    color: #2c2c2c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    padding: 12px 0;
    width: 100%;
}
.hotel-p {
    color: #0065b8;
    font-family: Calibri,Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
}

.hotel-p a sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    top: -0.4em;
    vertical-align: middle;
}

.hotel-r-box {
    overflow: hidden;
    padding:3px 24px 12px 24px;
    width: 100%;
}
.hotel-sub-banner-text {
	width:100%;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#fff;
	letter-spacing:-0.5px;
	text-align:center;
	position:absolute;
	bottom:12px;
}
.hotel-content a:link, .hotel-content a:visited {
	color:#14427c;
	text-decoration:none;	
}
.hotel-content a:hover, .hotel-content a:active {
	color:#14427c;
	text-decoration:underline;	
}
.hotel-term {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6a6a6a;
	padding:24px 0 0 15px;	
}
/*Hotel End*/

/*Car Start*/
.bnr-car-lndg {
    background: url(images/cars-landing.jpg) no-repeat center top;
}
.car-content-main {
    background: #f2f2f2 none repeat scroll 0 0;
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
}
.container_padd_bott {
    padding-bottom: 35px;
    padding-top: 35px;
}
.facts a{
	color:#09d;
	text-decoration:underline;	
}
.facts a:link, .facts a:visited {
	color:#09d;
	text-decoration:none;	
}
.facts a:hover, .facts a:active {
	color:#09d;
	text-decoration:underline;	
}
/*Car End*/


.hotel-coupon {
    color: #fff;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-top: 14px;
}
.hotel-coupon span {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.hotel-coupon sup {
    font-size: 60%;
    line-height: 0;
    margin-left: 2px;
    position: relative;
    top: -0.3em;
    vertical-align: middle;
}

.breadcrumbs-main {
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0 0;
}
.breadcrumbs {
     overflow:hidden;
     float:left;
     font-family:Arial, Helvetica, sans-serif;
     font-size:12px;
     color:#2c2c2c;
     padding:3px 0;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
     color:#1f4c8f;
     text-decoration:none;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
     color:#1f4c8f;
     text-decoration:underline;
}

/* USPs Css Start */
.right-border {
	border-right:#dfdfdf 1px solid;	
}
.padding-right-none {
	padding-right:0px;	
}
.usps-box {
	overflow:hidden;	
}
.usps-box ul {
	overflow:hidden;	
}
.usps-box ul li {
	width:100%;
	overflow:hidden;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6d747a;
	background:url(images/tick-mark.gif) no-repeat left top;
	padding-left:26px;
	line-height:18px;
	padding-bottom:11px;
}
/* USPs Css End */

/* Ex Out Banner CSS Start */
.ex-out-deals-box {
	width:100%;
	max-width:520px;
	height:328px;
	border:#0191ce 3px solid;
	background:url(images/ex-out-banner.jpg) no-repeat;
	margin:100px auto;
	position:relative;
	-webkit-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	-moz-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
}
.ex-out-close {
	width:15px;
	height:14px;
	position:absolute;
	top:10px;
	right:8px;
}

.ex-out-text-box {
	width:260px;
	float:right;
	margin-right:42px;
}
.ex-out-heading {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#184587;
	padding-top:38px;
	text-align:center;
	line-height:36px;
	letter-spacing:-1.5px;
}
.ex-out-sub-text {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#393939;
	margin-top:28px;
	text-align:center;
	line-height:25px;
	letter-spacing:-0.5px;
	border-top:#ccc 1px solid;
	padding-top:20px;
}
.ex-out-discount-text {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#393939;
	text-align:center;
	line-height:25px;
	letter-spacing:-0.5px;
}
.ex-out-number {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#0099dd;
	text-align:center;
	letter-spacing:-1.2px;
	line-height:42px;	
}

.request-text-box {
	width:260px;
	float:right;
	margin-right:30px;
}
.request-deals-box {
	width:100%;
	max-width:520px;
	height:328px;
	border:#0191ce 3px solid;
	background:url(images/request-quote-banner.jpg) no-repeat;
	margin:100px auto;
	position:relative;
	-webkit-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	-moz-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
}
.request-heading {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#184587;
	padding-top:32px;
	text-align:center;
	line-height:36px;
	letter-spacing:-1.5px;
}
.request-sub-text {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#393939;
	margin-top:20px;
	text-align:center;
	line-height:25px;
	letter-spacing:-0.5px;
	border-top:#ccc 1px solid;
	padding-top:14px;
}
/* Ex Out Banner CSS End */

/* Header Call Section CSS Start */
.call-section {
    font-family: Arial, Helvetica, sans-serif;
    font-size:20px;
    color: #14427c;
    letter-spacing: -0.2px;
    padding-top: 26px;
    font-weight: bold;
    text-align:center;
}
.call-section span {
    font-size: 16px;
    color: #2c2c2c;
    font-weight:normal;    
}
.small-logo {
    padding-top:16px;    
}

/* Header Call Section CSS End */

@media screen and (max-width: 980px) {
    #header {
        width: 94%;
    }
	
    .main-banner {min-height: 0px;}
    .banner-sub {
        width: 100%;
        margin: 0 auto;
    }
    .main-banner-sub {
        margin: 20px auto;
    }
    .policy {
        padding: 54px 0 24px 16px;
    }

    .sub-b {
        margin-bottom: 24px;
    }

    .fare-term {
        padding: 0 0 0 15px;
    }

    .fare-sec-sub {
        margin-top: 16px;
    }

    .fare-heading {
        padding-bottom: 12px;
    }

    .born-free-sub {
        background: url(images/born-free-back-sub.jpg) no-repeat top center;
        padding: 26px 0;
    }

    .padd-b24 {
        padding-bottom: 30px;
    }

    .born-heading {
        font-size: 36px;
        padding: 16px 0;
    }

        .born-heading span {
            font-size: 26px;
        }

    .r-icon-l {
        width: 5%;
    }

video-box {
        width:100%;
        margin:0px auto 12px auto;    
    }

    .r-icon-r {
        width: 5%;
    }

    .rating-box {
        padding: 24px 30px;
    }

    .buzzreward-main {
        background: url(images/buzz-reward-sub-bg.jpg) no-repeat top center;
    }

    .buzz-heading {
        font-size: 36px;
        padding-top: 20px;
    }

    .buzz-heading-sub {
        font-size: 24px;
    }

    .lon {
        background: url(images/london-b.jpg) no-repeat;
        height: 180px;
    }

    .par {
        background: url(images/paris-b.jpg) no-repeat;
        height: 180px;
    }

    .sin {
        background: url(images/singapore-b.jpg) no-repeat;
        height: 180px;
    }

    .rom {
        background: url(images/rome-b.jpg) no-repeat;
        height: 180px;
    }

    .dub {
        background: url(images/dubai-b.jpg) no-repeat;
        height: 180px;
    }

    .syd {
        background: url(images/sydney-b.jpg) no-repeat;
        height: 180px;
    }

    .fra {
        background: url(images/Frankfurt-b.jpg) no-repeat;
        height: 180px;
    }

    .ams {
        background: url(images/Amsterdam-b.jpg) no-repeat;
        height: 180px;
    }

    .flo {
        background:url(images/florida-b.jpg) no-repeat;
        height:180px;
    }
    .las {
        background:url(images/lasvegas-b.jpg) no-repeat;
        height:180px;
    }
    .eur {
        background:url(images/europe-b.jpg) no-repeat;
        height:180px;
    }
    .new {
        background:url(images/newyork-b.jpg) no-repeat;
        height:180px;
    }
    .mia {
        background:url(images/miami-b.jpg) no-repeat;
        height:180px;
    }
    .mex {
        background:url(images/mexico-b.jpg) no-repeat;
        height:180px;
    }
    .chi {
        background:url(images/chicago-b.jpg) no-repeat;
        height:180px;
    }
    .orl {
        background:url(images/orlando-b.jpg) no-repeat;
        height:180px;
    }
    .m-left20 {
        margin: 0px auto;
    }

    .dest-name {
        width: 89%;
    }

    .padd-left15 {
        padding-left: 0;
    }
    .hotel-sub-banner3 {
        background: rgba(0, 0, 0, 0) url("images/rome-b-hotels.jpg") no-repeat scroll center top;
    }
    .hotel-sub-banner2 {
        background: rgba(0, 0, 0, 0) url("images/lasvegas-b-hotels.jpg") no-repeat scroll center top;
    }
    .hotel-sub-banner1 {
        background: rgba(0, 0, 0, 0) url("images/los-angeles-b-hotels.jpg") no-repeat scroll center top;
    }
	.dropdown-menu {margin: 2px 0 0 -30px;}
}

@media screen and (max-width: 480px) {

.trustpilot {
    border-right: 1px solid #dfdfdf;
    padding: 55px 50px 0 24px;
}
.testimonials {
    padding-left: 26px;
}
    #header {
        width: 94%;
    }
    .main-banner {min-height: 0px;}
    .mob-mgn-top12 {margin-top:12px;}
    .banner-sub {
        width: 100%;
        margin: 0 auto;
    }
    .main-banner-sub {
        margin: 0px auto;
    }
    .cal-main label {
        font-size: 13px;
        padding-left: 12px;
    }

    .s-input-main label {
        font-size: 13px;
        padding-left: 12px;
    }

    .sub-b {
        margin-bottom: 24px;
    }

    .fare-term {
        padding: 0 0 0 15px;
    }

    .ptop {
        padding-top: 12px;
    }

    .btn {
        margin-top: 12px;
    }

    .policy img {
        padding-top: 12px;
    }

    .policy p {
        padding-top: 3px;
        line-height: 18px;
    }

	.video-box {
        width:100%;
        margin:0px auto 12px auto;
    }

    .policy {
        padding: 16px 0 30px 0;
    }

.hotel-sub-banner1{
    background:url(images/los-angeles-hotels.jpg) no-repeat top;
}
.hotel-sub-banner2{
    background:url(images/lasvegas-hotels.jpg) no-repeat top;
}
.hotel-sub-banner3{
    background:url(images/rome-hotels.jpg) no-repeat top;
}

    .m-h {
        min-height: 0px;
    }

    .sub-heading {
        font-size: 21px;
    }

    .sub-fare {
        padding: 12px 16px 30px 16px;
    }

    .fare-sec-sub {
        margin-top: 16px;
    }

    .fare-heading {
        padding-bottom: 12px;
    }

    .born-free-sub {
        background: url(images/born-free-back-sub.jpg) no-repeat top center;
        font-size: 15px;
    }

    .padd-b24 {
        padding-bottom: 24px;
    }

    .born-heading {
        font-size: 36px;
        padding: 16px 0;
    }

        .born-heading span {
            font-size: 26px;
        }

    .r-icon-l {
        width: 10%;
    }

    .r-icon-r {
        width: 10%;
    }

    .rating-box {
        padding: 24px 24px;
    }

    .buzzreward-main {
        background: url(images/buzz-reward-small-bg.jpg) no-repeat top center;
    }

    .buzz-reward-sub {
        width: 100%;
        float: left;
    }

    .buzz-heading {
        font-size: 36px;
        padding-top: 20px;
    }

    .buzz-heading-sub {
        font-size: 24px;
    }

    .signup input {
        width: 200px;
    }

    .signup {
        font-size: 15px;
    }

    .bottom-sub img {
        padding: 5px 20px 0 0;
    }

    .bottom-logo {
        padding-top: 16px;
    }

    .buzz-signup {
        padding: 0 0 27px 20px;
    }

    .buzz-reward-sub ul {
        padding-top: 29px;
    }

    .padd-r {
        padding-right: 0px;
    }

    .lon {
        background: url(images/london-s.jpg) no-repeat;
        height: 185px;
    }

    .par {
        background: url(images/paris-s.jpg) no-repeat;
        height: 180px;
    }

    .sin {
        background: url(images/singapore-s.jpg) no-repeat;
        height: 180px;
    }

    .rom {
        background: url(images/rome-s.jpg) no-repeat;
        height: 180px;
    }

    .dub {
        background: url(images/dubai-s.jpg) no-repeat;
        height: 180px;
    }

    .syd {
        background: url(images/sydney-s.jpg) no-repeat;
        height: 180px;
    }

    .fra {
        background: url(images/Frankfurt-s.jpg) no-repeat;
        height: 180px;
    }

    .ams {
        background: url(images/Amsterdam-s.jpg) no-repeat;
        height: 180px;
    }

    .flo {
        background:url(images/florida-s.jpg) no-repeat;
        height:180px;
    }
    .las {
        background:url(images/lasvegas-s.jpg) no-repeat;
        height:180px;
    }
    .eur {
        background:url(images/europe-s.jpg) no-repeat;
        height:180px;
    }
    .new {
        background:url(images/newyork-s.jpg) no-repeat;
        height:180px;
    }
    .mia {
        background:url(images/miami-s.jpg) no-repeat;
        height:180px;
    }
    .mex {
        background:url(images/mexico-s.jpg) no-repeat;
        height:180px;
    }
    .chi {
        background:url(images/chicago-s.jpg) no-repeat;
        height:180px;
    }
    .orl {
        background:url(images/orlando-s.jpg) no-repeat;
        height:180px;
    }
    .m-left20 {
        margin-left: 0px;
    }

    .dest-heading {
        font-size: 26px;
        line-height: 35px;
    }

    .p-destinations {
        padding: 35px 0;
    }

    .padd-left15 {
        padding-left: 0;
    }

    .rating-box {
        padding: 0;
    }

    .facts-heading {
        font-size: 28px !important;
        line-height: 34px;
        text-align: center;
    }

    .facts-articles {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    .fare-heading {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    .f-sub p {
        font-size: 14px;
        line-height: 15px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .article-top-h {
        font-size: 17px;
        line-height: 18px;
    }
    .hotel-content-h {
        padding-left: 0;
        padding-top: 24px;
    }
    .hotel-content {
       padding-left: 0px;
    }

    .deals-rightpart {
	padding:0 24px 16px 24px;	
	}
	.deals-img img {
	width:100%;	
	}	

	/* Ex Out Banner CSS Start */
.ex-out-deals-box {
	background:url(../images/ex-out-banner-mobile.html) no-repeat;
}
.ex-out-text-box {
	width:84%;
	margin:auto;
}
.ex-out-text-box {
	float:none;	
}
/* Ex Out Banner CSS End */
}


@media screen and (max-width : 667px) and (orientation :landscape) {
    .destination-box {
        width:50%;
        margin:0px auto;    
    }


.rating-box p {
     padding-bottom:8px;
    padding-left:0px;
}
.testimonials {
    padding-left: 26px;
}
.trustpilot {
    border-right: 1px solid #dfdfdf;
    padding: 55px 50px 0 24px;
}

}

@media screen and (max-width : 1024px) and (orientation :landscape) {
    .born-free-sub {
        background:url(images/born-free-back-sub.jpg) no-repeat top center;
    }
    .padd-b24 {
        padding-bottom:24px;    
    }
    .fare-sec-sub {
        margin-top: 16px;
    }
    .destination-box {
        margin:0px auto;
        width:60%;   
    }
    .sub-b {
        margin-bottom: 24px;
    }
}

.dropup, .dropdown {position: absolute; Right:30px;}

.dropdown-menu {margin: 2px 0 0 -100px;}
a.white-link,a.white-link:hover {
	color: #FFFFFF;
}
.bubble-msg {
    background-color: #fff;
    border: 1px solid #666;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px 5px;
    position: absolute;
    text-align: left;
    z-index: 10;
}
.bubble__close {
    cursor: pointer;
    float: right;
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 5px;
    text-decoration: underline;
}
.main-serach-btn button {
    background: linear-gradient(169deg, #ff833c 22%, #f30 100%) repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: 0.5px 1px 0 #ffa022 inset;
    color: #fff;
    font-size: 24px;
    line-height: 20px;
    padding: 10px 20px;
    text-shadow: 0 -1px #3b1d0c;
}
.main-serach-btn button:hover {
    background: linear-gradient(169deg, #f30 22%, #ff833c 100%) repeat scroll 0 0 transparent;
    border: medium none;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 1px #3b1d0c;
}

.f43 {font-size:43px;}
.no-brdr {border: 0 none;}
.no-btm-brdr {
    border-bottom: 0 none;
}
.none {display:none;visibility:hidden}
.b-n {border: none !important;}
.fright{float:right;}
.agentMenu{color: #0E81AA;cursor: pointer;font-size: 12px;font-weight: bold;}

.video-js {padding-top: 56.25%}
.vjs-fullscreen {padding-top: 0px}
.vjs-default-skin .vjs-big-play-button{left:47.2%;top:44%;font-size:3em;display:block;z-index:2;position:absolute;width:2em;height:1.6em;text-align:center;vertical-align:middle;cursor:pointer;opacity:1;background-color:#07141e;background-color:rgba(7,20,30,.7);border:.1em solid #3b4249;-webkit-border-radius:.4em;-moz-border-radius:.4em;border-radius:.4em;-webkit-box-shadow:0 0 1em rgba(255,255,255,.25);-moz-box-shadow:0 0 1em rgba(255,255,255,.25);box-shadow:0 0 1em rgba(255,255,255,.25);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}
.vjs-default-skin .vjs-big-play-button:before{content:"\e001";font-family:VideoJS;line-height:1.4em;text-shadow:.05em .05em .1em #000;text-align:center;position:absolute;left:0;width:100%;height:100%}
.addthis_sharing_toolbox{margin-top:24px}

.video-box {
    float: right;
    height: auto;
    margin-left: 25px;
    width: 440px;
}
/* Destinations page new section css start */
.deals-box {
	width:100%;
	float:left;
	background:#fff;
	border-bottom:#ccc 2px solid;
}
.deals-heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#494949;
	padding-top:20px;
	font-weight:bold;	
}
.deals-rating {
	width:100%;
	overflow:hidden;
	border-bottom:#e2e2e2 1px solid;
	padding:5px 0 24px 0;	
}
.rating {
	padding-bottom:0px;	
}
.deals-fare {
	font-family:calibri,  Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#0065b8;
	text-align:right;
}
.deals-fare sup {
		
}
.deals-fare p {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#626262;
	margin:0px;
	padding:0px;
	font-weight:normal;
	padding-right:10px;
	line-height:0px;
}
.deals-rightpart {
	padding:0 24px 16px 0;	
}
.deals-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6d747a;
	padding:21px 0 0 0;
	line-height:16px;
}
.deals-img {
	position:relative;
	z-index:0;	
}
.deals-tag {
	background:url(images/exclusive-deals.gif) no-repeat;
	width:85px;
	height:91px;
	position:absolute;
	top:-5px;
	left:-5px;
	z-index:10;	
}
.deals-img img {
	width:92%;	
}
/* Destinations page new section css End */

/* Group Request css start */
.contact-rightpart {
    padding:0px 15px 0 0;
}
.reg-h {
	font-size:29px;
}
.passenger-input {
	padding:0 0 12px 0;	
}
.passenger-detail {
	padding:0px;	
}
.right-padding {
    padding-left:0px;
}
.rg-middle {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 16px 0;
    width: 100%;
}
.reg-h {
    color: #004a80;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 33px;
    margin-bottom: 24px;
    overflow: hidden;
    padding-left: 15px;
    width: 100%;
}
.pl {
    padding-left: 0;
}
.contact-rightpart {
    padding: 0 15px;
}
.r-form-sub {
    overflow: hidden;
    padding-bottom: 12px;
    width: 100%;
}
.r-form-sub label {
    color: #2c2c2c;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom:0px;
	float:left;
}
.r-form-sub span {
    color: #ed1c24;
}
.r-form-sub select {
    border: 1px solid #c2c5c6;
    color: #818181;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 32px;
    padding-left:3px;
    width: 100%;
}
.r-form-sub input {
    border: 1px solid #c2c5c6;
    color: #818181;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 32px;
    padding-left: 16px;
    width: 100%;
}
.r-form-sub textarea {
    border: 1px solid #c2c5c6;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 161px;
    padding: 8px 0 0 12px;
    width: 100%;
}
.text-msg {
    color: #818181;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding: 11px 0 22px;
}
.button-part {
    overflow: hidden;
    padding-bottom: 40px;
    width: 100%;
}
.button-submit {
    background: #da0000 none repeat scroll 0 0;
    border: 1px solid #da0000;
    color: #fff;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    height: 40px;
    text-align: center;
    width: 154px;
}
.contact-detail-box {
    background: #f1f5f7 none repeat scroll 0 0;
    min-height: 565px;
    overflow: hidden;
    padding: 24px 32px 77px 32px;
    width: 100%;
}
.contact-heading {
    color:#144f94;
    font-family: Open Sans semibold,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
	letter-spacing:-0.4px;
}
.contact-text {
    color: #494949;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.padd-top18 {
    padding-top: 18px;
}
.contact-text-sub {
    color: #494949;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding-left: 32px;
}
.contact-text-sub a, .contact-text-sub a:hover {
    color: #14427c;
    text-decoration: underline;
}
.padd-top12 {
    padding-top: 12px;
}
.padd-top25 {
    padding-top: 25px;
}
.address {
    color: #494949;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.padd-top16 {
    padding-top: 16px;
}
.passenger-detail {
	width:100%;
	overflow:hidden;
	padding:3px 0 6px 0;	
}
.passenger-input {
	padding:0 10px 0 0;
}
.form_sub_box_head {
    background: #eff4f6 none repeat scroll 0 0;
    color: #14427c;
    font-size: 17px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin: 15px 0 12px;
    padding-left: 15px;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	letter-spacing:-0.3px;
	overflow:hidden;
	clear:both;
}
.contact-detail {
	padding-bottom:10px;	
}
.contact-sub-heading {
	font-weight:bold;
	color: #494949;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 14px;	
}
.btn-submit {
    background: #da0000 none repeat scroll 0 0;
    border: 1px solid #da0000;
    color: #fff;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    height: 40px;
    text-align: center;
    width: 110px;
	margin-top:12px;
}
.city-airport-code {
	font-family:Open Sans,Arial,Helvetica,sans-serif;
    font-size: 12px;
	padding-top:2px;
	float:left;
	padding-left:5px;
}
.city-airport-code a, .city-airport-code a:hover {
	color:#337ab7;
	text-decoration:underline;	
}
.city-airport-code a:hover {
	color:#337ab7;
	text-decoration:none;	
}
.padd-bottom25 {
	padding-bottom:25px;	
}
.padd-bottom35 {
	padding-bottom:35px;	
}
.padd-bottom16 {
    padding-bottom: 16px;
}
.right-padding {
    padding-left:15px;
}
/* Group Request Page CSS Start */
/*	Newsletter Subscribe Part Start */
.menu-signup {
    color: #fff;
	float:right;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    margin-top:9px;
/*	z-index:0; */
	position:relative;
}
.menu-signup input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
	color: #a1a1a1;
    float: left;
    font-size: 14px;
    height: 36px;
	line-height:34px;
    padding-left: 12px;
    width: 210px;
}
.menu-signup label {
	font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    background: #1f4c8f none repeat scroll 0 0;
    float: left;
    height: 36px;
    line-height: 34px;
    text-align: center;
    width:60px;
	font-weight:normal;
}
.menu-signup label a:link, .menu-signup label a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
}
.signup-box {
	width:300px;
	min-height:150px;
	background:#fff;
	border:#b8b8b8 1px solid;
	position:absolute;
	top:-41px;
	right:0px;
	z-index:10;
	-webkit-box-shadow: -1px -3px 7px -2px rgba(181,181,181,1);
	-moz-box-shadow: -1px -3px 7px -2px rgba(181,181,181,1);
	box-shadow: -1px -3px 7px -2px rgba(181,181,181,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-o-border-radius:5px;
	padding:12px 16px;
}
.signup-box-text {
	font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
	color:#5e5e5e;
	line-height:14px;
	padding-bottom:12px;
}
.signup-box-text.top {
	float:right;
	padding-top:15px;
	clear:both;
	position:absolute;
	top:-42px;
}
.signup-box input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
	color: #a1a1a1;
    float: left;
    font-size: 14px;
    height: 36px;
	line-height:34px;
    padding-left: 12px;
    width: 205px;
	margin-bottom:6px;
}
.depart-airport {
	width:100%;
	overflow:hidden;	
}
.sign-up-part {
	width:100%;
	position:relative;	
}
/*	Newsletter Subscribe Part End */
/* Press Release Css Code Start */
.press-sub-heading {
	font-family:Open Sans,Arial,Helvetica,sans-serif;
    font-size: 21px;
	color:#14427c;
	font-weight:bold;
	line-height:26px;
}
.press-sub-heading span.date {
	font-size:14px;
	color:#494949;
	font-style:italic;
	display:block;
	font-weight:normal;
}
.press-text {
	font-family:Open Sans,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#494949;
	line-height:18px;
	text-align:justify;
}
.press-text p.heading {
	font-family:Open Sans,Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#494949;
	font-weight:bold;
	margin:0px;
	padding:0 0 3px 0;
}
.press-text a {
	color:#1f4c8f;
	text-decoration:underline;
}
.press-text a:hover {
	color:#1f4c8f;
	text-decoration:none;
}
.padd-top20 {
	padding-top:20px !important;	
}
.padd-bottom40 {
	padding-bottom:40px;	
}
.press-link-box {
    background: #f1f5f7 none repeat scroll 0 0;
    min-height: 565px;
    overflow: hidden;
    padding: 24px 16px 77px 24px;
    width: 100%;
	border:#d3e0e7 1px solid;
}
.press-link-heading {
	font-family:Open Sans semibold,Arial,Helvetica,sans-serif;
	font-size:21px;
	color:#14427c;
}
.press-link-box ul {
	width:100%;
	overflow:hidden;
	padding-top:14px;
}
.press-link-box ul li {
	width:100%;
	overflow:hidden;
	font-family:Open Sans semibold,Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#14427c;
	background:url(images/press-bullet.gif) no-repeat left top;
	padding-left:17px;
	line-height:18px;
	padding-bottom:20px;
}
.press-link-box ul li span.date {
	color:#6d747a;
	font-size:14px;
	font-style:italic;	
}
.press-link-box ul li a {
	color:#14427c;
	text-decoration:none;	
}
.press-link-box ul li a:hover {
	color:#14427c;
	text-decoration:underline;	
}
.show-more-link {
	font-family:Open Sans semibold,Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#14427c;
	padding-left:17px;	
}
.show-more-link a {
	color:#14427c;
	text-decoration:underline;	
}
.show-more-link a:hover {
	color:#14427c;
	text-decoration:none;	
}
/* Press Release Css Code End */

.testimonials-section {
    padding:31px 0 26px 0;    
}
.trustpilot {
    border-right:#dfdfdf 1px solid;
    padding:32px 50px 0 15px;
}
.testimonials {
    padding-left:50px;    
}
.unaccompanied-link
{
text-decoration: underline;
}



/* Coach Class Deals with Coupon CSS Start */

.deals-box-coupon {
	width:100%;
	max-width:520px;
	height:406px;
	border:#0191ce 3px solid;
	background:url(../../images/popup-bg2.jpg) no-repeat;	
	margin:100px auto;
	position:relative;
	-webkit-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	-moz-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
}
.deals-box-coupon-city {
	width:100%;
	max-width:520px;
	height:406px;
	border:#0191ce 3px solid;
	background:url(../../images/popup-bg-holidays.jpg) no-repeat;	 
	margin:100px auto;
	position:relative;
	-webkit-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	-moz-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
}
.halloween {
	font-family:open sans, Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#ff6000;
	text-align:center;
	padding:12px 0 8px 0;
	letter-spacing:-1.5px;	
}

.bizclass-deals-box {
	width:100%;
	max-width:520px;
	height:406px;
	border:#0191ce 3px solid;
	background:url(../../images/PopUp/bizclass-popup-bg.jpg) no-repeat ; 

	margin:100px auto;
	position:relative;
	-webkit-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	-moz-box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
	box-shadow: 5px 5px 11px 0px rgba(117,117,117,0.63);
}

.deals-close-coupon {
	width:15px;
	height:14px;
	position:absolute;
	top:8px;
	right:8px;
}

.deals-text-box-coupon {
	width:330px;
	overflow:hidden;	
}
.deals-heading-coupon {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:37px;
	font-weight:bold;
	color:#184587;
	padding-top:0px;
	text-align:center;
	line-height:40px;
	letter-spacing:-1.2px;
	text-transform:uppercase;
	text-align:center;
}
.deals-heading-coupon span {
	font-size:31px;
	font-weight:normal;
	text-transform:none;	
}
.deals-text-sub {
	width:290px;
	overflow:hidden;	
} 
.deals-call-text-coupon {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#393939;
	padding-top:33px;
	text-align:center;
	line-height:25px;
	letter-spacing:-0.5px;
}
.deals-call-coupon {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#393939;
	text-align:center;
	letter-spacing:-0.5px;
	padding-bottom:7px;
}
.deals-call-coupon span {
	font-size:21px;	
}
.deals-number-coupon {
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#0099dd;
	text-align:center;
	letter-spacing:-1.2px;
	line-height:38px;	
}
.deals-coupon {
	width:230px;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#393939;
	text-align:center;
	letter-spacing:-1.0px;
	padding:3px 0;
	margin:0px auto;
	border-bottom:#393939 1px solid;
	border-top:#393939 1px solid;
}
.deals-coupon span {
	font-size:21px;	
}
.deals-mobile-number {
	display:none;		
}
/* Coach Class Deals  with Coupon CSS End */

.starting-at {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #14427c;
    padding-top: 0px;
}
.starting-at span {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.8px;
}
.starting-at sup {
   font-size: 60%;
    line-height: 0;
    margin-left: 2px;
    position: relative;
    top: -0.3em;
    vertical-align: middle;
}

.call-us-box {
    width:244px;
    height:119px;
    background:url(images/white-transparent-bg.png) repeat;
    border:#a5a5a5 1px solid;
    padding:16px 0 21px 24px;
    font-family:open sans, Arial, Helvetica, sans-serif;
    font-size:19px;
    color:#6d747a;
    line-height:27px;
    letter-spacing:-0.8px;
    margin-top:10px;
}
.call-us-box span {
    font-size:28px;
    color:#0099dd;
    font-weight:bold;
    line-height:31px;
}

/* Sign In and Register Part Start */
.sign-middle {
    width:100%;
    overflow:hidden;
    background:#fff;
    padding:30px 0;    
}
.register {
    width:100%;
    overflow:hidden;
}
.r-heading {
    font-family:Open Sans, Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#2c2c2c;
    padding-bottom:18px;    
}
.r-input-main {
    margin-bottom:3px;
    overflow: hidden;
    width: 100%;
}
.r-input-main label {
    width:100%;
    color: #2c2c2c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding-left:12px;
    background:#ebebeb;
    border:#c2c5c6 1px solid;
    border-right:none;
}
.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
    margin-top:2px;    
}
.r-input-main label span {
    color:#ed1c24;    
}
.r-input-main input {
    width:100%;
    color: #959595;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height:40px;
    padding-right: 10px;
    border:#c2c5c6 1px solid;
    border-left:none;
    padding-left:12px;
}
.c-p {
    line-height:14px !important;
    padding-top:5px;    
}
.b-main {
    width:100%;
    overflow:hidden;
    padding-top:5px;    
}
.b-sign {
    height:40px;
    background:#da0000;
    text-align:center;
    line-height:38px;
    font-family:Open Sans, Arial, Helvetica, sans-serif;
    font-size:17px;        
}
.b-sign a {
    color:#ffffff;
    text-decoration:none;
    display:block;
}
.b-sign a:hover {
    color:#ffffff;
    text-decoration:underline;    
}
.forgot-pass {
    width:100%;
    overflow:hidden;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding-top:20px;    
}
.c-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #2c2c2c;
    margin-top: 8px;
    margin-bottom: 16px;
}
.forgot-pass a{
    color:#337ab7;
    text-decoration:underline;
    margin-right:24px;    
}
.forgot-pass a:hover {
    color:#23527c;
    text-decoration:none;
    margin-right:24px;        
}
.forgot-pass button {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #337ab7;
    text-decoration: underline;
    margin-right: 24px;    
    background:none;
    border:none;
    text-align:left;
    float:left;
    padding:0px;
    
}
.forgot-pass input {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #337ab7;
    text-decoration: underline;
    margin-right: 24px;    
    background:none;
    border:none;
    text-align:left;
    float:left;
    padding:0px;
    cursor: pointer;
    
}

/* Sign In and Register Part End */