.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-info {
    background: #fff;
    height: 55px;
    padding: 15px;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    top: -10%;
    height: 15px;
    position: absolute;
    left: 95%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #000;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 1px;
        width: 10px;
        height: 10px;
        background-color: #000;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}


a {
    color: white;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0;
    }

.append_bottom3 {
    margin-bottom: 3px;
}

.append_bottom4 {
    margin-bottom: 4px;
}

.append_bottom5 {
    margin-bottom: 5px;
}

.append_bottom6 {
    margin-bottom: 6px;
}

.append_bottom7 {
    margin-bottom: 7px;
}

.append_bottom8 {
    margin-bottom: 8px;
}

.append_bottom9 {
    margin-bottom: 9px;
}

.append_bottom10 {
    margin-bottom: 10px;
}

.append_bottom11 {
    margin-bottom: 11px;
}

.append_bottom12 {
    margin-bottom: 12px;
}

.append_bottom13 {
    margin-bottom: 13px;
}

.append_bottom14 {
    margin-bottom: 14px;
}

.append_bottom15 {
    margin-bottom: 15px;
}

.append_bottom16 {
    margin-bottom: 16px;
}

.append_bottom17 {
    margin-bottom: 17px;
}

.append_bottom18 {
    margin-bottom: 18px;
}

.append_bottom19 {
    margin-bottom: 19px;
}

.append_bottom20 {
    margin-bottom: 20px;
}
.text_color_blue{
	color:#165ba8;
}
.make_relative {
    position: relative;
}

.make_block {
    display: inline-block;
}

.block {
    display: block;
}

.inlineB {
    display: inline-block;
}

.marL5 {
    margin-left: 5px;
}

.marR5 {
    margin-right: 5px !important;
}

.marR8 {
    margin-right: 8px !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.red_text {
    color: #cb3904;
}

.section_box {
    background: #fff;
    border: solid 1px #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}

.light_gray {
    color: #838383;
}

.input-lg, .input-md {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.general_promo_bar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff9d2;
    color: #626262;
    padding: 8px 10px;
}

.btn-primary-red {
    color: #fff;
    background-color: #cb3904;
    border: solid 1px #b93404;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .btn-primary-red:hover, .btn-primary-red:active, .btn-primary-red.active, .btn-primary-red.disabled, .btn-primary-red[disabled] {
        background-color: #cb3904;
        box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.30);
    }

    .btn-primary-red:hover {
        color: #fff;
        background-color: #d83d05;
        box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.30);
    }

    .btn-primary-red:focus {
        color: #ffb799;
        background-color: #cb3904;
        box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.30);
        border-color: rgba(0,0,0,0.25) rgba(0,0,0,0.35) rgba(0,0,0,0.35) rgba(0,0,0,0.25);
    }

    .btn-primary-red.active, .btn-primary-red:active {
        background-image: none;
        color: #fff;
    }

.btn-secondary {
    color: #fff;
    background-color: #595959;
    border: solid 1px #4f4d4a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
        background-color: #676767;
        box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.30);
    }

    .btn-secondary:hover {
        color: #fff;
        background-color: #676767;
        box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.30);
    }

    .btn-secondary:focus {
        color: #fff;
        background-color: #595959;
        box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.30);
        border-color: rgba(0,0,0,0.25) rgba(0,0,0,0.35) rgba(0,0,0,0.35) rgba(0,0,0,0.25);
    }

.btn-primary-red.active, .btn-primary-red:active {
    background-image: none;
    color: #fff;
}

.btn-transparent {
    color: #2f2f2f;
    border: solid 1px #8b8b8b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .btn-transparent:hover, .btn-transparent:active, .btn-transparent.active, .btn-transparent.disabled, .btn-transparent[disabled] {
        background-color: #676767;
        box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.30);
    }

    .btn-transparent:hover {
        color: #fff;
        background-color: #676767;
        box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.30);
    }

//.btn-transparent:focus {
    color: #fff;
    background-color: #595959;
    box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.30);
    border-color: rgba(0,0,0,0.25) rgba(0,0,0,0.35) rgba(0,0,0,0.35) rgba(0,0,0,0.25);
}

@media(max-width:991px) {
    .btn-primary-red, .btn-secondary {
        box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.30);
    }

        .btn-primary-red:hover, .btn-secondary:hover {
            box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.30);
        }
}

a.loading, input.loading, button.loading, a.loading:active, input.loading:active, button.loading:active {
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.4) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,0.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 75%,transparent 75%,transparent);
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    -moz-animation: loading-stripes 2s infinite linear;
    -webkit-animation: loading-stripes 2s infinite linear;
    -o-animation: loading-stripes 2s infinite linear;
    -ms-animation: loading-stripes 2s infinite linear;
    animation: loading-stripes 2s infinite linear;
    cursor: default;
    box-shadow: none;
}

@-webkit-keyframes loading-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 0;
    }
}

@-moz-keyframes loading-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 0;
    }
}

a.loading:disabled, input.loading:disabled, button.loading:disabled, a.loading[disabled="disabled"], input.loading[disabled="disabled"], button.loading[disabled="disabled"] {
    cursor: default;
    opacity: .5;
}

span.onestar, span.twostar, span.threestar, span.fourstar, span.fivestar {
    background-position: 0 -62px;
    height: 14px;
    float: left;
}

span.default_star {
    background-position: 0 -76px;
    width: 70px;
    height: 14px;
}

span.onestar {
    width: 14px;
}

span.twostar {
    width: 27px;
}

span.threestar {
    width: 40px;
}

span.fourstar {
    width: 53px;
}

span.fivestar {
    width: 70px;
}

.shadow_genrator {
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
    box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.shadow_genrator_1 {
    border-style: solid;
    border-color: #d8d8d8;
    border-width: 1px 1px 2px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.fontSize11 {
    font-size: 11px;
}

.noWrap {
    white-space: nowrap;
}

@media(max-width:767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #adult_count, #child_count, #infant_count {
        height: 45px;
    }
}

@media(min-width:992px) and (max-width:1380px) {
    .main {
        border-left: 1px solid #f2f2f2;
    }
}

@media(min-width:590px) and (max-width:767px) {
    .container {
        width: 570px;
    }

    .hidden-xs {
        display: none !important;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs, td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-stb {
        display: none !important;
    }

    .visible-stb {
        display: block !important;
    }

    .logo_section {
        width: 70px;
    }

    .time_info {
        width: 105px;
    }

    .duratn.hidden-xs, .next_icon.hidden-xs {
        display: block !important;
        float: left;
    }

    .price_sectn {
        width: 140px;
    }

    .fare_left_section {
        width: 240px;
    }

    .fare_right_section {
        width: 308px;
    }

    .change_flight_txt.hidden-xs {
        display: block !important;
        float: left;
    }

    .change_flight .itineary_departure {
        width: 90px;
    }

    .change_flight .itineary_price {
        width: 100px;
    }

    .change_flight .change_flight_txt {
        width: 120px;
    }
}

.offer {
    background: #e4fbfa;
    min-height: 800px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.make_block {
    display: inline-block;
}

.make_blockElm {
    display: block;
}

.active-star {
    color: #fdd000;
}

.inactive-star {
    color: #c0c0c0;
}

.map-red {
    color: #cb3904;
}

.form-control:focus {
    border-color: #fece00;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 0 rgba(254,206,0,0.75),1px 1px 0 rgba(254,206,0,0.75);
    box-shadow: inset 1px 1px 0 rgba(254,206,0,0.75),1px 1px 0 rgba(254,206,0,0.75);
}

.form-control {
    color: #2f2f2f;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 12px;
}

.modal-body {
    padding: 0 15px;
    position: relative;
}

.paddTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-footer {
    padding: 10px;
}

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 500px;
    }

        .modal-dialog.intersitial_ovrlay {
            width: 620px;
        }

        .modal-dialog.recentSearch_modal {
            width: 440px;
        }
}

.tooltip-inner {
    background-color: #c9c9c9;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #c9c9c9;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #c9c9c9;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #c9c9c9;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #c9c9c9;
}

.icon-bar-wrap {
    width: 16px;
    margin-top: 3px;
    display: inline-block;
}

    .icon-bar-wrap .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px;
    }

        .icon-bar-wrap .icon-bar + .icon-bar {
            margin-top: 2px;
        }

    .icon-bar-wrap .icon-bar {
        background-color: #828282;
    }

.segmented_btn {
    border: solid 1px #d4d4d4;
    border-right: 0;
    line-height: 30px;
    background: #fff;
    display: block;
    text-align: center;
    height: 35px;
    color: #2f2f2f;
}

@media(max-width:767px) {
    .segmented_btn {
        border: solid 1px #d4d4d4;
        border-right: 0;
        line-height: 38px;
        background: #fff;
        display: block;
        text-align: center;
        height: 45px;
        color: #2f2f2f;
    }
}

.segmented_btn:hover {
    text-decoration: none;
    color: #2f2f2f;
}

.segmented_btn.first {
    border-left: solid 1px #d4d4d4;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

.segmented_btn.last {
    border-right: solid 1px #d4d4d4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
}

.segmented_btn.active {
    border-bottom: 4px solid #fdd000;
}

.segmented_controls {
    border-collapse: separate;
    display: table;
    position: relative;
    padding: 0;
}

    .segmented_controls a {
        border-radius: 4px;
        color: #555;
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
        width: 1%;
        padding: 6px 12px;
        text-align: center;
        line-height: 1;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
    }

    .segmented_controls, .segmented_controls .form-control {
        display: table-cell;
        width: 100%;
        font-size: 15px;
        vertical-align: middle;
    }

        .segmented_controls a, .segmented_controls .form-control {
            display: table-cell;
        }

        .segmented_controls .form-control {
            margin-bottom: 0;
            width: 100%;
            border: 0;
            box-shadow: none;
            border-radius: 0;
            font-weight: bold;
        }

        .segmented_controls.form-control {
            box-shadow: none;
        }

.multiCityTab {
    width: 34%;
}

.age_specifier {
    font-size: 10px;
}

.great_saving_overlay {
    width: 100%;
    height: 100%;
    opacity: .7;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

.fare_cal_link {
    color: #fff;
}

.top_new_bar {
    font: 12px Arial !important;
    padding: 7px 20px !important;
    width: 1135px;
    margin: 0 auto;
    width: 936px;
    background: url("http://imgak.mmtcdn.com/mi8/images/repeat_top_new.gif") repeat-x 0 0;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    color: #fff;
    line-height: 25px;
    padding: 0 20px;
    font-size: 14px;
}

    .top_new_bar a {
        border-left: 1px solid #4b4b4b;
        float: right;
        padding: 0 3px 0 23px;
        color: #fff !important;
        text-decoration: underline !important;
    }

.top_new_bar {
    width: 90%;
}

@media(max-width:767px) {
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
        bottom: 6px;
    }
}

@media(min-width:768px) {
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
        bottom: 333px;
    }
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover {
    background: #fff;
}

.sideDiv {
    display: none !important;
}

.chilli_img, .arrow_greater, .geo_location_icon span, .sectors_seprator, .remove_row_btn, .fare_cal_icon, .recentSrch_Icon, .close_overlay, .rs_closeIcon, .rs_flt_icon, .remove_icon, .radio_state {
    background: url('../images/widget7.png') no-repeat 0 0;
}

.widget {
    background-image: url("http://imgak.mmtcdn.com/mobile_tpl/resources/images/widget_bg.jpg");
    background-size: cover;
    padding: 25px 0 15px;
}

.widget {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://imgak.mmtcdn.com/mobile_tpl/resources/images/widget_bg.jpg',sizingMethod='scale');
}

h1.heading_delta, h2.heading_delta {
    font-size: 22px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    color: #fff;
}

.modify_top {
    background: #fff;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.modify_search .has_right_border {
    border-right: solid 1px #ccc;
    min-height: 50px;
}

.modify_city_name {
    font-size: 16px;
    line-height: 1;
}

.via_multicity {
    font-size: 11px;
    color: #6d6d6d;
}

.country_name {
    font-size: 12px;
}

.modify_captions {
    font: normal 11px Tahoma,Geneva,sans-serif;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #fff;
}

.check-dates {
    position: relative;
}

    .check-dates .glyphicon-calendar {
        font-size: 18px;
    }

    .check-dates .date {
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
    }

    .check-dates .month_day {
        font-size: 11px;
    }

    .check-dates .arrow_greater {
        background-position: -1px -203px;
        width: 6px;
        height: 10px;
        position: absolute;
        right: 15px;
    }

.modify_widget {
    background: transparent url("http://imgak.mmtcdn.com/mobile_tpl/resources/images/widget_transparent.png") repeat 0 0;
    margin-top: 0;
    padding: 10px 0;
}

.modify_ddn_fields {
    position: relative;
}

    .modify_ddn_fields .arrow_ddn_pointer {
        background-position: -25px -41px;
        height: 6px;
        margin: 6px;
        width: 12px;
        position: absolute;
        top: 27px;
        right: 5px;
    }

.make_field.form-control {
    line-height: 1;
}

    .make_field.form-control a {
        padding: 10px 12px;
        font-weight: normal;
    }

    .make_field.form-control .form-control {
        /*font-size: 20px;*/
        font-weight: normal;
    }

.make_field .month_day {
    color: #838383;
}

.segmented_btn_auto {
    height: auto;
    line-height: normal;
    padding: 0;
    text-align: left;
}

    .segmented_btn_auto .modify_captions {
        color: #878787;
    }

.dep_arr_segment {
    color: #2f2f2f;
    border-right: solid 1px #ececec;
    padding: 8px 15px;
}

    .dep_arr_segment:hover, .dep_arr_segment:focus, .dep_arr_segment:active {
        color: #2f2f2f;
    }

    .dep_arr_segment.last {
        border-right: 0;
    }

    .dep_arr_segment .month_day {
        display: inline-block;
        line-height: 1.2em;
        padding-left: 5px;
    }

    .dep_arr_segment > span {
        vertical-align: top;
    }

.roundtrip_info {
    margin-top: 2px;
    text-align: center;
}

    .roundtrip_info.arrival_info {
        margin-top: 0;
        text-align: left;
    }

.great_saving {
    background: #5a9344;
    color: #5a9344;
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
    text-transform: uppercase;
}

.modify_button_row {
    padding: 10px 0;
}

.modify_search_toggle {
    padding: 7px 10px;
    font-size: 14px;
    border: solid 1px #bcbcbc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px;
}

    .modify_search_toggle:hover {
        background: #cb3904;
        color: #fff;
    }

a.modify_search_toggle:focus, a.modify_search_toggle:active {
    outline: 0;
}

.geo_location_icon {
    position: absolute;
    right: 5px;
    top: 6px;
    padding: 3px 10px;
}

    .geo_location_icon span {
        background-position: -12px -205px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

.sectors_seprator {
    background-position: 0 -336px;
    width: 29px;
    height: 29px;
    margin-top: 19px;
    display: inline-block;
}

.multicity_wrapper .modify_ddn_fields {
    margin-top: 8px;
}

.multicity_wrapper .dep_arr_segment {
    padding-top: 0;
    padding-bottom: 0;
    border-right: 0;
    border-left: solid 1px #ebebeb;
    margin-left: 15px;
}

.multicity_wrapper .date {
    font-size: 28px;
    line-height: 1;
}

.remove_multicity_row {
    margin-left: -15px;
    color: #bcbcbc;
}

    .remove_multicity_row:hover, .remove_multicity_row:focus, .remove_multicity_row:active {
        color: #bcbcbc;
    }

.remove_row_btn {
    background-position: -38px -301px;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    display: inline-block;
}

.remove_buttonText {
    font-size: 10px;
}

.way_btns .radio_state {
    background-position: -104px -221px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 15px;
}

.way_btns a {
    color: #fff;
}

.way_btns .one_margin a, .way_btns .round_margin a {
    color: #2f2f2f;
}

.seg_text {
    color: #fff;
    display: block;
    outline: 0;
}

.way_btns a.active .radio_state {
    background-position: -126px -221px;
}

.way_btns input {
    display: none;
}

.hidden-xs .round_trip_button {
    margin-left: -26px;
}

.one_margin {
    margin-left: 11px;
}

.round_margin {
    margin-right: -6px;
}

.sectorName_mobile {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    margin: 5px 0;
}

.modify_cityname_mobile {
    color: #828282;
    font-size: 11px;
    text-transform: uppercase;
}

.city_dropdown_list {
    background: #fff;
    border: solid 1px #ccc;
    border-top: solid 1px #ececec;
    margin-top: -2px;
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    display: none;
}

    .city_dropdown_list a {
        padding: 7px 12px;
        color: #2f2f2f;
        border-bottom: solid 1px #ececec;
        display: block;
    }

    .city_dropdown_list > li:last-child a {
        border-bottom: 0;
        border-radius: 0 0 5px 5px;
    }

.add_city_buttonbar {
    display: block;
    height: 34px;
}

    .add_city_buttonbar a.form-control {
        border-radius: 4px;
        text-align: left;
        height: 32px;
    }

.add_bottom_border {
    border-bottom: 1px solid #d3d1cc;
}

.need_top_space {
    padding-top: 16px;
}

.need_bottom_space {
    padding-bottom: 16px;
}

.add_top_border {
    border-top: 1px solid #f3f3f1;
}

.rund_trip_txt {
    font-size: 10px;
}

.passanger_row .segmented_controls.form-control a, .passanger_row .segmented_controls.form-control .form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 25px;
}

.fare_cal_txt {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.2em;
}

.fare_cal_icon {
    background-position: -48px -41px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.fare_cal_txt a {
    color: #fff;
}

.box_shadow_area {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.dep_mcity .make_field .month_day {
    display: inline-block;
    font-size: 11px;
    line-height: 1.1em;
    vertical-align: top;
}

.remove_wrapper {
    margin-top: 13px;
}

.remove_icon {
    background-position: -104px -303px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.remove_txt {
    font-size: 10px;
    color: #bcbcbc;
    line-height: 10px;
}

.dep_mcity .check-dates .date {
    font-size: 23px;
}

.add_roow_row {
    padding-top: 15px;
}

.has_double_border {
    border-top: solid 1px #787679;
    box-shadow: 0 -1px #3d3d3d;
}

.flgh_pic, .bus_pic, .rail_pic, .rPlanner_pic, .holiday_pic, .hotel_pic, .flight_plus_hotel_pic, .car_pic, .arrow_downall, .deals {
    background: url('../images/widget7.png') no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
}

.widget_tabs_info {
    border-bottom: 3px solid orangered;
}

.tabs_list li {
    float: left;
    margin-left: 0;
    margin-right: 5px;
}

    .tabs_list li.route_planner_tab {
        margin-right: 0;
    }

    .tabs_list li a {
        border: solid 1px #a1a2a3;
        border-bottom: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        float: left;
        height: 38px;
        padding: 5px;
        text-decoration: none;
        width: 84px;
    }

        .tabs_list li a.all_menuitem {
            width: 56px;
            z-index: 100;
            position: relative;
            border: 0;
        }

    .tabs_list li.for_fph a {
        width: 110px;
    }

    .tabs_list li.holiday a {
        width: 93px;
    }

    .tabs_list li.bus_rail a {
        width: 80px;
    }

    .tabs_list li.route_planner_tab a {
        width: 120px;
    }

    .tabs_list li a .rPlanner_pic {
        background-position: -219px -124px;
        width: 23px;
    }

    .tabs_list li a.active .rPlanner_pic, .tabs_list li a:hover .rPlanner_pic {
        background-position: -219px -93px;
    }

.whiteBorder {
    border: 1px solid #fff;
    padding: 0 4px;
}

.all_menuitem .tab_txt {
    display: inline-block;
}

.tabs_list li a.all_menuitem:hover, .tabs_list li a.all_menuitem.active {
    background: #1e52a4;
}

.tabs_list li a.active, .tabs_list li a:hover {
    background: #1e52a4;
}

.tabs_list li a .deals {
    background-position: -171px -13px;
    width: 23px;
    height: 27px;
    margin-top: 5px;
}

.tabs_list li a:hover .deals, .tabs_list li a:active .deals {
    background-position: -202px -13px;
}

.tabs_list .tab_txt {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin-top: 6px;
}

.tabs_list li a.active .tab_txt, .tabs_list li a:hover .tab_txt {
    color: #2f2f2f;
}

.tabs_list li a.active {
    cursor: pointer;
}

.tab_icn {
    width: 28px;
    height: 32px;
    margin-right: 3px;
}

.flgh_pic {
    background-position: 0 -122px;
}

.bus_pic {
    background-position: -32px -122px;
}

.rail_pic {
    background-position: -64px -122px;
}

.holiday_pic {
    background-position: -96px -122px;
}

.hotel_pic {
    background-position: -128px -122px;
}

.flight_plus_hotel_pic {
    background-position: -160px -122px;
}

.car_pic {
    background-position: -192px -122px;
}

.arrow_downall {
    background-position: -51px -261px;
    width: 32px;
    height: 12px;
    margin-right: 5px;
    margin-left: 13px;
    margin-top: 10px;
}

.tabs_list li a.active .flgh_pic, .tabs_list li a:hover .flgh_pic {
    background-position: 0 -90px;
}

.tabs_list li a.active .bus_pic, .tabs_list li a:hover .bus_pic {
    background-position: -32px -90px;
}

.tabs_list li a.active .rail_pic, .tabs_list li a:hover .rail_pic {
    background-position: -64px -90px;
}

.tabs_list li a.active .holiday_pic, .tabs_list li a:hover .holiday_pic {
    background-position: -96px -90px;
}

.tabs_list li a.active .hotel_pic, .tabs_list li a:hover .hotel_pic {
    background-position: -128px -90px;
}

.tabs_list li a.active .flight_plus_hotel_pic, .tabs_list li a:hover .flight_plus_hotel_pic {
    background-position: -160px -90px;
}

.tabs_list li a.active .car_pic, .tabs_list li a:hover .car_pic {
    background-position: -192px -90px;
}

.tabs_list li a.all_menuitem:hover span.arrow_downall, .tabs_list li a.all_menuitem.active span.arrow_downall {
    background-position: -12px -261px;
    width: 32px;
    height: 12px;
    margin-right: 5px;
    margin-left: 13px;
    margin-top: 10px;
}

.modify_ddn_fields .twitter-typeahead {
    left: auto;
}
/*!
 * Bootstrap v3.0.2
 *
 *  Overtride methods depends on the below "Targeted" devices. [1200, 970, 480 etc.]
*/

@media(min-width:1200px) {
    .modify_top .hidden-sm {
        display: inline-block !important;
    }

    .sectors_seprator.hidden-xs {
        display: inline-block !important;
    }

    h1.heading_delta span.hidden-xs {
        display: inline-block !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .class_topsettings {
        margin-top: 18px;
    }

    .sectors_seprator.hidden-xs {
        display: inline-block !important;
    }

    .multicity_wrapper .date {
        font-size: 24px;
    }

    .modify_search_toggle .hidden-sm {
        display: inline-block !important;
    }

    h1.heading_delta .hidden-xs {
        display: inline-block !important;
    }

    .tabs_list li a {
        width: 110px;
        text-align: center;
    }

        .tabs_list li a.all_menuitem {
            width: 75px;
        }

    .tabs_list li.holiday a {
        width: 110px;
    }

    .tabs_list li.for_fph a {
        width: 135px;
    }

    .tabs_list li.bus_rail a {
        width: 110px;
    }

    .tabs_list li.route_planner_tab a {
        width: 135px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .modify_city_name {
        font-size: 14px;
    }

    .check-dates .arrow_ddn_pointer {
        right: -2px;
        top: 4px;
    }

    .check-dates .arrow_greater {
        right: -9px;
        top: -5px;
    }

    .sectors_seprator.hidden-xs {
        display: inline-block !important;
    }

    .class_topsettings {
        margin-top: 17px;
    }

    .multicity_wrapper .date {
        font-size: 24px;
    }

    .check-dates .glyphicon-calendar {
        font-size: 17px;
    }

    .check-dates .month_day {
        font-size: 13px;
    }

    .showingTotalPassanger {
        display: none !important;
    }

    h1.heading_delta .hidden-xs {
        display: inline-block !important;
    }

    .tabs_list li a.all_menuitem {
        width: 52px;
    }

    .tabs_list .tab_txt {
        display: none;
    }

    .tabs_list .all_menuitem .tab_txt {
        display: inline-block;
    }

    .tabs_list li a, .tabs_list li.holiday a, .tabs_list li.for_fph a, .tabs_list li.route_planner_tab a {
        width: 70px;
        text-align: center;
    }
}

@media(max-width:767px) {
    .col-sm-3.has_fade {
        width: 28%;
        float: left;
        padding-right: 0;
    }

        .col-sm-3.has_fade .modify_city_name {
            font-size: 13px;
        }

    .col-sm-2.has_fade {
        width: 16%;
        float: left;
        padding: 0;
        margin-right: 20px;
    }

        .col-sm-2.has_fade .check-dates .month_day {
            font-size: 13px;
        }

        .col-sm-2.has_fade .modify_captions {
            font-size: 11px;
        }

    .col-sm-1.has_fade {
        width: 10%;
        float: left;
        padding: 0;
    }

    .has_fade.modify {
        width: 10%;
        float: right;
        line-height: 12px;
    }

    .col-sm-2.has_fade.specfic {
        width: 14%;
    }

    .has_fade .modify_captions {
        font-size: 11px;
    }

    .modify_search .has_right_border {
        border-right: 0;
    }

    .modify_city_name {
        line-height: normal;
    }

    .check-dates .arrow_greater {
        right: -1px;
    }

    .segmented_btn .date {
        font-size: 20px;
        line-height: 1;
    }

    .modify_city_name {
        line-height: 1;
    }

    .modify_search {
        border: 0;
    }

    .modify_search_headmobile {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

    .modify_search.noneAll {
        border: 0;
    }

    .modify_ddn_fields {
        padding: 0 10px;
        margin-bottom: 5px;
    }

    .multicity_wrapper .dep_arr_segment {
        border-left: 0;
        border-right: solid 1px #e5e5e5;
        padding-left: 0;
        margin-left: 0;
    }

    .border_seprate_mobile {
        border-bottom: solid 1px #e5e5e5;
        padding: 5px;
        margin-bottom: 5px;
    }

    .add_top_border, .add_bottom_border {
        border: 0;
    }

    .need_top_space {
        padding-top: 0;
    }

    .roundcity_mobile_wrapper {
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: solid 1px #d4d4d4;
        padding: 10px;
    }

    .modify_ddn_fields .sectors_seprator {
        margin-top: 18px;
    }

    .widget {
        padding: 10px 0;
        background: #e5e5e5;
    }

    .modify_widget {
        padding: 8px 0 12px;
        background: #e5e5e5;
    }

    h1.heading_delta, h2.heading_delta {
        margin-top: 0;
        color: #2f2f2f;
        font-size: 22px;
    }

    .modify_captions {
        color: #878787;
    }
}

@media(min-width:320px) and (max-width:599px) {
    .checkin_mobile, .checkout_mobile {
        padding: 10px 12px;
    }

    .check-dates .glyphicon-calendar {
        font-size: 20px;
    }

    .day_mobile {
        padding-left: 50px;
        margin-top: -2px;
    }

    .checkin_mobile {
        padding-left: 25px;
    }

    .checkout_mobile {
        padding-left: 40px;
    }

    .modify_widget {
        margin-top: -1px;
    }

    .dep_arr_segment .month_day .make_blockElm:first-child {
        line-height: 1;
    }

    .make_field.form-control a {
        padding: 10px;
    }

    .mfs_rel_wrapper {
        margin-bottom: 0;
    }

    .mfs_rel_wrapper {
        margin: 0 -5px 0 -5px;
    }
}

@media(max-width:320px) {
    .make_field.form-control a {
        padding: 10px 6px;
    }

    .make_field.form-control .form-control {
        font-size: 15px;
    }

    .segmented_btn .date {
        font-size: 29px;
    }

    .check-dates .month_day {
        font-size: 13px;
    }

    .dep_arr_segment .month_day {
        padding: 0;
    }

    .great_saving {
        font-size: 10px;
    }
}

.recentSrch_Icon {
    background-position: -42px -158px;
    width: 22px;
    height: 22px;
    margin-top: 2px;
}

.overlay_cases .close_overlay, .modal-header .close_overlay {
    background-position: -71px -159px;
    width: 16px;
    height: 15px;
    margin-top: 3px;
    font-size: 20px;
}

.rs_closeIcon {
    background-position: -95px -158px;
    width: 24px;
    height: 25px;
    position: relative;
    top: 43%;
}

.rs_flt_icon {
    background-position: -128px -160px;
    width: 34px;
    height: 22px;
    display: inline-block;
}

.hot_fph_deals {
    margin-top: 6px;
}

.hot_fph_dealsText {
    font-size: 11px;
    color: #fff;
}

.marR8 {
    margin-right: 8px;
}

.recentSrch_Text {
    font-size: 11px;
    color: #fff;
}

.recent_holiday {
    float: right;
    margin-top: 2px;
}

.modal-dialog.recentSearch_modal {
    width: 440px;
}

.overlay_cases {
    background: #e5e5e5;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 12px;
}

.modal-body {
    padding: 0 15px;
    position: relative;
}

.overlay_cases .close_overlay, .modal-header .close_overlay {
    background-position: -71px -159px;
    width: 16px;
    height: 15px;
    margin-top: 3px;
    font-size: 20px;
}

.rs_closeIcon {
    background-position: -95px -158px;
    width: 24px;
    height: 25px;
    position: relative;
    top: 43%;
}

.rs_flt_icon {
    background-position: -128px -160px;
    width: 34px;
    height: 22px;
    display: inline-block;
}

.hidediv, #multicity_default {
    display: none;
}

.intl_flight_hidden {
    display: none;
}

.show_intl_flight {
    display: block;
}

.modify_captions_label {
    margin-left: 7px;
    margin-right: 13px;
    color: #fff;
    font: 11px Tahoma,Geneva,sans-serif;
    margin-bottom: 6px;
    margin-top: 3px;
}

@media(max-width:767px) {
    .modify_captions_label {
        color: #2f2f2f;
    }
}

.swapCities {
    display: block;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .swapCities:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -sand-transform: rotate(180deg);
    }

.singleArrw {
    background-position: 0 -301px;
}

.ui-datepicker .ui-datepicker-title.calender_heading {
    color: #d64d2d;
    font: 13px RobotoLight,Arial,Helvetica,sans-serif;
    text-align: center;
}

.calender_heading {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin: 0 0 11px;
}

.onward_date_name.ui-datepicker .ui-datepicker-title, .return_date_name.ui-datepicker .ui-datepicker-title {
    margin: 6px 10px 0;
}

.oneWaySearch {
    border-left: 1px solid #dedede;
    color: #224ead;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 10px;
    text-decoration: underline;
}

.calender_heading {
    margin: 0 0 9px !important;
}

.selctdate {
    color: #838383;
    font-size: 14px;
    line-height: 22px;
}

.adultCount {
    padding: 0 6px;
}

.hotspot_redirectIcon {
    background: url('../images/widget7.png') no-repeat;
    font-size: 0;
}

.hotspot_redirect {
    margin-top: 15px;
    width: 336px;
    margin-left: -15px;
    -moz-box-shadow: 0 4px 3px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 4px 3px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 4px 3px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 4px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 4px 3px 0 rgba(0,0,0,0.3);
}

.hotspot_redirectIcon {
    background-position: -155px -221px;
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.hotspot_redirect .form-control {
    font-size: 17px;
}

.chilli_img_pos {
    background-position: -76px -39px;
    display: inline-block;
    height: 31px;
    width: 47px;
    float: left;
}

.sideDiv {
    display: none !important;
}

a {
    text-decoration: none;
}

.blog_icon {
    background: url("../images/widget7.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.tabs_list li a.all_menuitem {
    width: 50px;
}

.arrow_downall {
    margin-left: 7px;
}

.tabs_list li {
    margin-right: 3px;
}

.tab_blog {
    width: 70px !important;
}

.blognav {
    margin-right: 0 !important;
}

.deal_width {
    width: 75px !important;
}

.blog_icon {
    background-position: -57px -7px;
    margin-right: -2px;
}

.tab_txt_blog {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    margin-left: -5px;
    margin-top: 14px;
}

.tabs_list li:hover .tab_txt_blog {
    color: #333;
}

.tabs_list li:hover .blog_icon {
    background-position: -82px -8px;
}

.tab_blog {
    width: 69px !important;
}

.search_selector {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    margin-left: -10px;
    background: #e8e7e4;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 300px;
}

.city_heading {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.top_cities_scroll {
    height: 500px;
    overflow: auto;
    margin-top: 10px;
}

.top_cities_list li a:hover, .top_cities_list li a:focus {
    text-decoration: underline;
}

.top_cities_list li a {
    padding: 5px 0;
    display: block;
    color: #2f2f2f;
    font-size: 15px;
    padding-left: 8px;
}

@media(max-width:767px) {
    .top_cities_list li.top_cities_heading {
        font-size: 13px;
        color: #828282;
        border-bottom: solid 1px #919191;
        padding: 5px 5px 5px 0;
    }
}

@media(min-width:768px) {
    .top_cities_list li.top_cities_heading {
        font-size: 11px;
        color: #d13f04;
        border-bottom: solid 1px #d13f04;
        padding: 0 5px 0 0;
    }
}

.custom_scrollbar {
    margin-bottom: 10px;
}

    .custom_scrollbar .viewport {
        width: 142px;
        height: 170px;
        overflow: hidden;
        position: relative;
    }

    .custom_scrollbar .overview {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .custom_scrollbar .scrollbar {
        width: 10px;
        position: relative;
        float: right;
    }

    .custom_scrollbar .track {
        width: 1px;
        position: relative;
        background-color: #999;
    }

    .custom_scrollbar .thumb {
        width: 6px;
        background-color: #999;
        position: absolute;
        top: 0;
        left: -2px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 5px;
        cursor: pointer;
    }

.top_cities_scroll .viewport {
    width: 95%;
    height: 200px;
}

.top_cities_scroll .track {
    background: 0;
}

.top_cities_scroll .scrollbar {
    width: 4px;
}
/*!
 * Bootstrap v3.0.2
 *
 *  Overtride methods depends on the below "Targeted" devices. [1200, 970, 480 etc.]
*/

@media(max-width:767px) {
    .tt-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        list-style: none;
        font-size: 14px;
        background: #e8e7e4;
        max-height: 450px;
        overflow-y: auto;
        width: 100%;
        margin-top: 0;
        padding-right: 2%;
    }

    .tt-suggestion > p {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #2f2f2f;
        white-space: nowrap;
        font-size: 15px;
        padding: 5px 0;
        padding-left: 0;
        cursor: pointer;
    }

        .tt-suggestion > p:hover, .tt-suggestion > p:focus, .tt-suggestion.tt-cursor p {
            color: #000;
            text-decoration: underline;
            outline: 0;
        }
}

@media(min-width:768px) {
    .tt-dropdown-menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 1%;
        z-index: 1000;
        display: none;
        float: left;
        padding: 5px 0;
        margin: 5px 0 0;
        list-style: none;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
        max-height: 250px;
        overflow-y: auto;
    }

    .tt-suggestion > p {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #2f2f2f;
        white-space: nowrap;
        cursor: pointer;
    }

        .tt-suggestion > p:hover, .tt-suggestion > p:focus, .tt-suggestion.tt-cursor p {
            color: #000;
            text-decoration: underline;
            outline: 0;
        }
}

.HI_flt_icon, .HI_htl_icon, .HI_fph_icon, .HI_bph_icon, .HI_bus_icon, .checkbox_state, .HI_or_icon, .HI_holiday_icon {
    background: url(http://imgak.mmtcdn.com/mobile_tpl/resources/images/hard_interstitial.png) no-repeat;
    font-size: 0;
}

.fixed_hardInterstial_col3 .section_box {
    width: 32.6%;
    margin-right: 1%;
    min-height: 213px;
    position: relative;
}

    .fixed_hardInterstial_col3 .section_box.last {
        margin-right: 0;
    }

.fixed_hardInterstial_col2 .section_box {
    width: 45%;
}

.checkbox_wrapper {
    cursor: pointer;
    font-weight: normal;
}

    .checkbox_wrapper input[type="checkbox"] {
        display: none;
    }

    .checkbox_wrapper .checkbox_state {
        background-position: -75px -110px;
        width: 25px;
        height: 25px;
    }

    .checkbox_wrapper.active .checkbox_state {
        background-position: -45px -110px;
    }

    .checkbox_wrapper .checkbox_caption {
        padding-left: 6px;
        line-height: 25px;
        color: #FFFFF;
        font-size: 12px;
    }

.HI_flt_icon {
    background-position: -4px -2px;
    width: 63px;
    height: 35px;
    display: inline-block;
    margin: 12px auto 0;
}

.HI_htl_icon {
    background-position: -75px -46px;
    width: 48px;
    height: 47px;
    display: inline-block;
    margin: 0 auto;
}

.HI_fph_icon {
    background-position: -5px -46px;
    width: 118px;
    height: 47px;
    display: inline-block;
    margin: 0 auto;
}

.HI_holiday_icon {
    background-position: -136px -40px;
    width: 49px;
    height: 47px;
    display: inline-block;
    margin: 0 auto;
}

.HI_bus_icon {
    background-position: -4px -223px;
    width: 63px;
    height: 35px;
    display: inline-block;
    margin: 12px auto 0;
}

.HI_bph_icon {
    background-position: -5px -157px;
    width: 118px;
    height: 47px;
    display: inline-block;
    margin: 0 auto;
}

.HI_subhead {
    font-size: 14px;
}

.large_bottomspace {
    margin-bottom: 30px;
}

.HI_price {
    color: #cb3904;
}

.HI_price_small {
    font-size: 20px;
}

.HI_price_medium {
    font-size: 22px;
}

.HI_price_large {
    font-size: 26px;
}

.HI_save_price {
    font-size: 16px;
    font-weight: bold;
    color: #118700;
}

.HI_or_icon {
    background-position: -3px -108px;
    width: 34px;
    height: 34px;
}

.HI_or_positioned {
    position: absolute;
    left: -20px;
    top: 90px;
}

.HI_orIcon_wrapper {
    width: 5%;
    border-left: solid 1px #d0ced5;
    margin-left: 5%;
    min-height: 213px;
}

    .HI_orIcon_wrapper .HI_or_positioned {
        left: -17px;
    }

.cities_interstitial .overlay_heading {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.print_icon, .cancellation_icon, .refund_icon, .complaint_icon, .contact_icon, .fltStatus_icon, .mb_icon, .managebooking_icon, .cancel_icon, .faq_icon, .testimonial_icon, .check_refund_icon, .check_flight_icon, .prob_icon, .con_icon, .satisfaction_icon, .leading_icon, .best_deal_icon, .pagination li a, .pagination li.current a, .flt_icon, .dest_ac_state, .bs_flt_icon, .bs_plus_htl, .call_icon, .livechat_icon {
    background: url(http://imgak.mmtcdn.com/mobile_tpl/resources/images/bottom_contents.png) no-repeat;
    font-size: 0;
}

.bottom_section_box {
    background: #fff;
    border: solid 1px #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.has_border_bottom {
    border-bottom: solid 1px #e0e0e0;
}

.paddTB5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

h3.bottom_heading {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.print_icon {
    background-position: -11px -8px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.cancellation_icon {
    background-position: -91px -8px;
    display: block;
    height: 24px;
    width: 24px;
    margin-top: 4px;
}

.refund_icon {
    background-position: -159px -8px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.complaint_icon {
    background-position: -52px -44px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.contact_icon {
    background-position: -90px -44px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.fltStatus_icon {
    background-position: -10px -8px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.mb_icon {
    background-position: -54px -8px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.managebooking_icon {
    background-position: -53px -8px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.cancel_icon {
    background-position: -88px -8px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.faq_icon {
    background-position: -126px -6px;
    width: 24px;
    height: 26px;
    margin-top: 4px;
}

.check_refund_icon {
    background-position: -157px -6px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.check_flight_icon {
    background-position: -10px -46px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.prob_icon {
    background-position: -50px -45px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.con_icon {
    background-position: -90px -43px;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.blue_text {
    color: #2250aa;
}

.cs_text {
    width: 115px;
    padding-left: 8px;
    color: #2f2f2f;
}

.traveller_banner img {
    min-height: 153px;
}

.satisfaction_icon {
    background-position: -112px -80px;
    width: 39px;
    height: 49px;
    margin-right: 20px;
}

.why_mmt_list {
    margin-bottom: 7px;
}

.green {
    color: #0b6d00;
}

.fontsize11 {
    font-size: 11px;
}

.mmt_listinfo {
    width: 80%;
}

.leading_icon {
    background-position: -56px -80px;
    width: 39px;
    height: 49px;
    margin-right: 20px;
}

.best_deal_icon {
    background-position: 0 -80px;
    width: 39px;
    height: 49px;
    margin-right: 20px;
}

div.holiday_carousel {
    position: relative;
}

    div.holiday_carousel .slides_container {
        height: 240%;
        width: 100%;
        display: none;
    }

        div.holiday_carousel .slides_container .slide {
            height: 240%;
            width: 109.3%;
            display: block;
        }

.slides_container .slide img {
    min-height: 175px;
}

.pagination {
    position: absolute;
    top: -20px;
    right: 0;
}

    .pagination li {
        float: left;
        margin-right: 5px;
    }

        .pagination li a {
            background-position: -2px -138px;
            width: 10px;
            height: 10px;
            float: left;
            text-indent: -9999px;
        }

        .pagination li.current a {
            background-position: -2px -152px;
        }

.day_info {
    color: #2f2f2f;
}

.left_information, .right_information {
    padding-right: 0;
}

.startng_txt {
    font-size: 9px;
    color: #979797;
}

.starting_rupee {
    font-size: 14px;
    color: #cb3904;
    font-weight: bold;
}

.rail_bg {
    background: url("http://imgak.mmtcdn.com/mobile_tpl/resources/images/rail_bg.jpg") no-repeat 102px 0;
}

.top_routes .price {
    color: #cb3904;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}

.testimonial_icon {
    background-position: 0 -177px;
    width: 50px;
    height: 49px;
    margin-right: 10px;
}

.black_text {
    color: #2f2f2f;
}

.flt_icon {
    background-position: -192px -6px;
    width: 17px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
}

a.destination_handler {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: solid 1px #e5e5e5;
    outline: 0;
}

.dest_ac_state {
    margin-top: 5px;
    width: 10px;
    height: 6px;
}

    .dest_ac_state.dest_ac_up {
        background-position: -235px -9px;
    }

    .dest_ac_state.dest_ac_down {
        background-position: -218px -9px;
    }

.scratch_price {
    text-decoration: line-through;
}

.destination_data {
    display: none;
}

.has_border_atlast {
    border-bottom: solid 2px #c7c7c7;
}

.bs_flt_icon {
    background-position: -9px -46px;
    width: 26px;
    height: 18px;
    display: inline-block;
}

.bs_plus_htl {
    background-position: -124px -44px;
    width: 41px;
    height: 18px;
    display: inline-block;
}

.red_shape {
    width: 55px;
    background: #eb0b14;
    border-radius: 2px;
    min-height: 55px;
}

.trend_tabs li {
    float: left;
    margin-right: 2px;
    font-size: 10px;
}

    .trend_tabs li a {
        float: left;
        padding: 6px 0;
        line-height: 1.1em;
        cursor: pointer;
        color: #2f2f2f;
        text-transform: uppercase;
    }

        .trend_tabs li a:hover span {
            text-decoration: underline;
        }

.trend_tabs .tabtext {
    border-right: solid 1px #21519e;
    padding: 0 6px;
}

.trend_tabs li a.active {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #d3d3d3;
    color: #000;
    font-weight: bold;
    font-size: 90%;
    position: relative;
}

.trend_tabs a.active .tabtext, .trend_tabs li.last .tabtext {
    border-right: 0;
}

.trend_tabs li.last {
    margin-right: 0;
}

.trend_tabdata {
    padding-top: 16px;
}

#overall_data .overview {
    padding-top: 10px;
}

.strip_text {
    width: 51%;
    padding: 1% 0 1% 2%;
    font-size: 14px;
    color: #fff;
    height: 25px;
    line-height: 18px;
    -moz-text-shadow: 1px 1px rgba(0,0,0,0.3);
    -webkit-text-shadow: 1px 1px rgba(0,0,0,0.3);
    -o-text-shadow: 1px 1px rgba(0,0,0,0.3);
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.strip_points {
    color: #fff;
    position: relative;
    left: -20px;
    top: -10px;
    padding: 1% 2%;
    font-size: 12px;
    height: 25px;
    line-height: 18px;
}

    .strip_points .bottom_corner {
        width: 19px;
        height: 9px;
        position: absolute;
        left: 1px;
        bottom: -9px;
    }

.w18p {
    width: 13%;
}

.w12p {
    width: 12%;
}

.w6p {
    width: 6%;
}

.strip_red .strip_text {
    background: #de1305;
}

.strip_red .bottom_corner {
    background-position: -157px 0;
}

.strip_red .strip_points {
    background: #ff1607;
}

.strip_blue .strip_text {
    background: #3183ab;
}

.strip_blue .bottom_corner {
    background-position: -179px 0;
}

.strip_blue .strip_points {
    background: #40a7d1;
}

.strip_green .strip_text {
    background: #639126;
}

.strip_green .bottom_corner {
    background-position: -201px 0;
}

.strip_green .strip_points {
    background: #6bb625;
}

.strip_yellow .strip_text {
    background: #deaa05;
}

.strip_yellow .bottom_corner {
    background-position: -224px 0;
}

.strip_yellow .strip_points {
    background: #ffc307;
}

.strip_darkblue .strip_text {
    background: #484597;
}

.strip_darkblue .bottom_corner {
    background-position: -248px 0;
}

.strip_darkblue .strip_points {
    background: #5859b9;
}

.strip_seagreen .strip_text {
    background: #269164;
}

.strip_seagreen .bottom_corner {
    background-position: -273px 0;
}

.strip_seagreen .strip_points {
    background: #25b686;
}

.right_image_topgap {
    padding-top: 30px;
}

.red_shape {
    width: 55px;
    background: #eb0b14;
    border-radius: 2px;
    min-height: 55px;
}

.price_right_info {
    margin-top: 18px;
}

.popular_destinationsList li {
    margin: 0 6px 6px 0;
    float: left;
    height: 28px;
}

    .popular_destinationsList li a {
        font-size: 11px;
        padding: 5px 8px;
        border: solid 1px #d5d5d5;
        float: left;
    }

.transparent_strip {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 5px;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
}

.main_transparent_strip {
    padding: 10px;
    font-size: 12px;
    line-height: 1;
}

.contactRetailBranch {
    font-size: 17px;
}

.call_icon {
    background-position: -179px -43px;
    width: 22px;
    height: 21px;
}

.call_no_right {
    width: 85%;
    padding-left: 8px;
    line-height: 1;
}

.livechat_icon {
    background-position: -215px -42px;
    width: 22px;
    height: 21px;
}

.fph_days_nights {
    color: #2f2f2f;
}

.fph_deal_stars {
    width: 98px;
    text-align: right;
}

.startng_txt_green {
    font-size: 9px;
    color: #0b6d00;
}

.fplus_hDeals .right_information {
    padding-top: 2px;
}
/*!
 * Bootstrap v3.0.2
 *
 *  Overtride methods depends on the below "Targeted" devices. [1200, 970, 480 etc.]
*/

.last_vwd_heading {
    line-height: 24px;
    display: inline-block;
}

.last_vwd_count {
    background: #cb3803;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 8px;
}

.last_vwd_bottom {
    border-top: solid 1px #d4d4d4;
    padding-top: 10px;
}

.show_more_list {
    display: none;
}

@media(min-width:992px) and (max-width:1199px) {
    div.holiday_carousel .slides_container .slide {
        width: 123.3%;
    }

    .customer_service {
        margin-bottom: 16px;
    }

    .rail_bg {
        background-position: 196px 0;
    }
}

@media(max-width:767px) {
    div.holiday_carousel .slides_container .slide {
        width: 138.3%;
    }

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

    .modify_widget, .widget {
        padding-bottom: 0;
    }

    .telephone_stb {
        background: url("http://imgak.mmtcdn.com/mobile_tpl/resources/images/telephone_stb.jpg") no-repeat 100% 50%;
    }

    .get_inspired_holiday_img {
        background: url('http://imgak.mmtcdn.com/mi8/images/holiday.jpg') no-repeat 0 0;
        height: 188px;
        background-size: 100%;
    }

    .hot_deal_img {
        background: url('http://imgak.mmtcdn.com/mobile_tpl/resources/images/hot_deal.jpg') no-repeat 0 0;
        height: 135px;
        background-size: 100%;
    }
}

@media(min-width:580px) and (max-width:767px) {
    .rail_bg {
        background-position: 105% 0;
    }
}

@media(max-width:580px) {
    .bottom_contents {
        display: none;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .slides_container .slide {
        width: 100.3%;
    }
}

@media(min-width:700px) and (max-width:767px) {
    div.holiday_carousel .slides_container .slide {
        width: 160.3%;
    }

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

@media(min-width:599px) and (max-width:699px) {
    div.holiday_carousel .slides_container .slide {
        width: 150.3%;
    }

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

@media(min-width:767px) and (max-width:850px) {
    div.holiday_carousel .slides_container .slide {
        width: 107.3%;
    }

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

.view_allpost_link {
    position: absolute;
    margin-top: -18px;
    margin-left: 279px;
}

@-moz-document url-prefix() {
    .view_allpost_link {
        position: absolute;
        margin-top: -16px;
        margin-left: -76px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .view_allpost_link {
        position: absolute;
        margin-top: -16px;
        margin-left: 297px;
    }
}

.testimonial_icon {
    background-position: 0 -177px;
    width: 50px;
    height: 49px;
    margin-right: 10px;
}

.top_routes .price {
    color: #cb3904;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}

.red_shape {
    width: 55px;
    background: #eb0b14;
    border-radius: 2px;
    min-height: 55px;
}

.paddTB10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.has_border_bottom {
    border-bottom: solid 1px #e0e0e0;
}

.contactRetailBranch {
    font-size: 17px;
}

    .contactRetailBranch .fontSize110 {
        font-size: 67%;
    }

.call_no_right {
    width: 85%;
    padding-left: 8px;
    line-height: 1;
}

.light_gray {
    color: #838383;
}

.call_icon {
    background-position: -179px -43px;
    width: 22px;
    height: 21px;
}

.livechat_icon {
    background-position: -215px -42px;
    width: 22px;
    height: 21px;
}

.fontSize11 {
    font-size: 11px;
}

.top_route_cstm {
    padding: 11px 15px;
}

.route {
    margin-right: 10px;
    width: 165px;
}

.font_12 {
    font-size: 120%;
    line-height: 12px;
}

.flL {
    float: left;
}

.save_icon {
    background: url(../images/widget7.png) no-repeat;
    font-size: 0;
}

.save_icon {
    background-position: -141px -304px;
    height: 26px;
    left: 33px;
    position: absolute;
    top: -15px;
    width: 67px;
}

.tabs_list li.for_fph {
    position: relative;
}

@media(min-width:768px) and (max-width:991px) {
    .save_icon {
        background-position: -141px -304px;
        height: 26px;
        left: 1px;
        position: absolute;
        top: -15px;
        width: 67px;
    }
}

.sessionMigration {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 9%;
}

.session2 {
    display: none;
}

.session1 {
    display: none;
}

.pop-up {
    background: none repeat scroll 0 0 #333;
    border: 3px solid #9c3;
    color: #fff;
    margin: 0 auto;
    padding: 6px 6px 13px;
    position: relative;
    width: 270px;
}

    .pop-up .userDetails {
        background: url("../../images/eye.png") no-repeat scroll 0 2px;
        font-size: 10px;
        font-weight: bold;
        padding-left: 22px;
        padding-top: 2px;
    }

    .pop-up p {
        padding-left: 22px;
    }

    .pop-up .cross {
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 9px;
        text-decoration: none;
        top: 3px;
    }

    .pop-up .continue {
        padding-left: 20px;
    }

.continue > a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    padding: 5px 14px 5px 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.pop-up .previous-search {
    font-size: 10px;
    font-weight: bold;
    padding-top: 2px;
}

.pop-up .hotel {
    font-size: 10px;
    line-height: 15px;
    padding-bottom: 10px;
    padding-top: 6px;
}
