﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: lato;
    background: #F8F8F8;
}

/*margins*/
.mt0 {
    margin-top: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt50 {
    margin-top: 50px;
}

/*margins*/

.overflow-control {
    width: 1500px !important;
    overflow: hidden;
}

#for-slider-pos {
    position: relative;
    margin: 0 auto;
    /*    max-width: 1349px;*/
    overflow: hidden;
    z-index: 0;
}

    #for-slider-pos > #outer-slider > img {
        width: 100%;
    }

    #for-slider-pos > #outer-slider {
        position: relative;
    }

.new-slider {
    position: absolute;
    bottom: 22%;
    left: 8%;
    /*    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 999;
    width: 360px;
    height: 325px;
    background: transparent;*/
}

    .new-slider > .owl-carousel {
        background-color: #ffffff;
        padding: 6px;
        border-radius: 6px;
        width: 75%;
    }

@media (min-width: 1367px) {
    .new-slider {
        left: 20%;
    }

        .new-slider > .owl-carousel {
            width: 85%;
        }
}
/*::selection {
    background: #26262a;
}*/
::-moz-selection {
    background: #26262a;
}

::-webkit-selection {
    background: #26262a;
}

::-o-selection {
    background: #26262a;
}

header {
    width: 100%;
    margin: 0 auto;
    /*border-top:3px solid #0babcd;*/
    /*background:#26262a;*/
    color: #fff;
}

.header-padding {
    padding: 10px 0;
}

.navbar-default {
    background: #fafafa !important;
    border: 0px !important;
    margin-bottom: 0px;
    width: 100%;
}

    .navbar-default .navbar-nav > li > a {
        color: #8c8c8c;
        /*padding-bottom: 20px;*/
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            /*background:#26262a;*/
        }

.navbar-brand {
    padding: 0;
    margin-top: 0;
}

.header5 ~ .navbar.navbar-default {
    padding: 5px 0;
}

.navbar-default .navbar-nav .dropdown:hover .dropdown-menu-mine {
    display: block;
    z-index: 9999;
}

.navbar-nav > li > .dropdown-menu {
    padding: 5px;
}

    .navbar-nav > li > .dropdown-menu > li > a {
        color: #8c8c8c;
        padding: 10px;
    }

        .navbar-nav > li > .dropdown-menu > li > a:hover {
            color: #fff;
            background: #26262a;
        }

.dropdown-menu {
    z-index: 99999;
}

.dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background: #26262a;
    }

    .header-padding {
        padding: 5px 0;
    }
}

.for-active-menu {
    color: #fd7603 !important;
    background-color: #fafafa !important;
}

    .for-active-menu :hover {
        color: #fd7603 !important;
        background-color: #fafafa !important;
    }

.social-margin {
    margin-right: 15px;
    font-size: 15px;
    color: #3c3c3c;
    display: inline-block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: #fff;
    line-height: 27px;
    text-align: center
}

.color-orange {
}

.color-blue {
    color: #0babcd;
}

.color-gray {
    color: #8c8c8c;
}

.background-white {
    background-color: #fff;
}

.for-signin {
    color: #fff;
    /*margin-right: 20px;*/
    display: inline-block;
    border: 1px solid transparent;
    padding: 0px 20px;
}

    .for-signin:hover, .for-signin:focus, .for-signin:active {
        color: #fff;
        text-decoration: none;
    }

.align-txt {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .align-txt {
        text-align: center;
    }
}

.searchform {
    position: relative;
    margin-top: -52px;
    width: 100%;
    z-index: 99;
}

.for-searchpanel {
    display: none;
    padding: 20px 10px;
    background: #fff;
    border-bottom: 3px solid #0babcd;
}

.main {
    width: 100%;
}

.main-headers {
    text-transform: uppercase;
    font-size: 24px;
    /*background: url('../images/pop-hdr.png') center bottom no-repeat;*/
    padding-bottom: 20px;
    margin: 30px 0px;
}


.grid {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /*    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.6),0 2px 10px 0 rgba(0,0,0,0.4) !important;*/
    margin-bottom: 20px;
}

grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .grid figure figcaption::before,
    .grid figure figcaption::after {
        pointer-events: none;
    }

    .grid figure figcaption,
    .grid figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .grid figure figcaption > a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

.grid figure h2 {
    word-spacing: -0.15em;
    text-shadow: 1px 2px 3px rgba(0,0,0,.65);
}

    .grid figure h2 span {
        font-weight: 600;
    }

.grid figure h2,
.grid figure p {
    margin: 10px 0;
}

.grid figure p {
    /*    letter-spacing: 1px;*/
    font-weight: bold;
    font-size: 14px;
    /*background: rgba(0,0,0,0.7);*/
    background: rgba(255,255,255,0.75);
    display: block;
    padding: 5px 10px;
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.75;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    text-align: left;
}

    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1em;
        width: 100%;
        height: 70%;
    }

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

footer.footer5 {
    background: #26262a;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    margin-top: 50px;
}

.bottom-footer {
    background: #212124;
    color: rgba(255, 255, 255, 0.7);
    line-height: 22px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-list {
    text-align: center;
}

    .footer-list li {
        list-style-type: none;
        float: left;
    }

        .footer-list li a {
            text-decoration: none;
            display: inline-block;
            padding: 5px 10px;
            margin-right: 10px;
            color: #fff;
            position: relative;
        }

            .footer-list li a:after {
                content: "";
                position: absolute;
                top: 15px;
                right: -6px;
                width: 4px;
                height: 2px;
            }

        .footer-list li:last-child a:after {
            background: #212124;
        }

        .footer-list li a:hover, .footer-list li a:active, .footer-list li a:focus {
        }

.for-fontawesome {
    font-size: 18px;
    width: 20px;
    height: 20px;
    float: left;
}

    .for-fontawesome + p {
        float: left;
        width: 230px;
        margin-left: 10px;
        font-size: 14px;
    }

.for-corners {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.6),0 2px 10px 0 rgba(0,0,0,0.4) !important;
    cursor: pointer;
    opacity: 1;
}

    .for-corners:hover {
        opacity: 0.7;
    }

.price-font {
    font-size: 18px;
}

.thumbnail .caption {
    padding: 10px 10px 20px 10px;
}

.thumbnail {
    border: 1px solid #bebec0;
}

    .thumbnail .caption .price-font > span {
        transition: all 0.5s ease;
    }

    .thumbnail img {
        opacity: 1;
    }

    .thumbnail:hover img {
        opacity: 0.8;
    }

    .thumbnail:hover .caption .price-font > span {
        font-size: 22px;
        transition: all 0.5s ease;
    }

    .thumbnail:hover a {
        text-decoration: none;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bebec0;
    margin: 10px 0;
    padding: 0;
}

.margin-bottom4 {
    margin: 0 0 4px;
}

.prices-link {
    color: #26262a;
    font-weight: bold;
}

    .prices-link:hover {
        color: #0babcd;
        text-decoration: none;
    }

.flights-head {
    font-size: 18px;
}

.caption-padding {
    padding: 0px 10px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

.packages-link {
    color: #212124;
}

    .packages-link:hover {
        color: #0babcd;
        text-decoration: none;
    }

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

    #exTab3 .nav-pills > li > a:hover {
        border-radius: 4px 4px 0 0;
        color: #fff;
        background-color: #26262a;
    }

#exTab3 .tab-content {
    color: #26262a;
    background-color: #fff;
    padding: 20px;
    /*border: 1px solid #fd7603;*/
    border-top: 1px solid transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff !important;
}

.search-section .nav-tabs {
    border-bottom: none;
}

    .search-section .nav-tabs .active {
        position: relative;
    }

        .search-section .nav-tabs .active:after {
            /*background: #fd7603 none repeat scroll 0 0;*/
            content: "";
            height: 20px;
            left: 40%;
            position: absolute;
            top: 80%;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            width: 20px;
        }

    .search-section .nav-tabs > li > a {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.5);
        letter-spacing: 1px;
        font-weight: bold;
        border-radius: 2px 2px 0 0;
        margin-right: 4px;
    }

.search-section .nav > li > a {
    padding: 15px;
}

.search-section .nav-tabs > li {
    margin-bottom: 0px;
}

    .search-section .nav-tabs > li > a:hover {
        color: #ffffff;
        border: 1px solid transparent;
    }

    .search-section .nav-tabs > li.active > a,
    .search-section .nav-tabs > li.active > a:focus,
    .search-section .nav-tabs > li.active > a:hover {
        color: #fff;
        font-weight: bold !important;
        border: 1px solid transparent;
    }

.search-section .tab-content {
    color: #07253F;
    padding: 20px 15px;
    background-color: #ffffff;
    box-shadow: 0 0px 14px rgb(0, 0, 0, .18);
    /*border-bottom: 2px solid #fd7603;*/
}

.search-section label {
    font-size: 14px;
    width: 150px;
    /*font-weight: 600;
    text-transform: uppercase;*/
}

.search-section .form-control {
    background-color: transparent;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #07253F;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .search-section .form-control::-moz-placeholder {
        color: #989DA0;
        opacity: 1;
    }

    .search-section .form-control:-ms-input-placeholder {
        color: #BEC4C8;
    }

    .search-section .form-control::-webkit-input-placeholder {
        color: #BEC4C8;
    }

    .search-section .form-control::-o-input-placeholder {
        color: #BEC4C8;
    }

.search-section .input-group-addon {
    background: transparent;
    color: #BEC4C8;
    border-top: 1px solid #BEC4C8;
    border-right: 1px solid #BEC4C8;
    border-bottom: 1px solid #BEC4C8;
    border-radius: 0;
}

.search-section .product-search-title {
    font-size: 16px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.search-section .search-col-padding {
    padding: 15px 0;
}

.search-section option {
    color: #07253F;
}

.custom-select-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    height: 40px;
}

    /*.btn:hover {
    color: #0babcd;
}*/

    .custom-select-button:hover {
        background-color: transparent;
        color: #000;
    }

.search-button,
.search-button:focus,
.search-button:hover {
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .search-button:hover {
        /*background: #0babcd;*/
        color: #fff;
    }

.for-custom-btn {
    width: 100%;
}

.form-control {
    border: 1px solid #26262a;
    border-radius: 0px !important;
    background-color: #f8f8f8;
}

    .form-control:focus {
        /*border: 1px solid #fd7603;*/
    }

#slider-new .owl-nav {
    position: relative;
}

.for-new-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #212124;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
}

.for-new-btn2 {
    position: absolute;
    top: 50%;
    color: #212124;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0px !important;
}

.no-hover > a:hover, .no-hover > a:active, .no-hover > a:focus {
    text-decoration: none !important;
    color: #0babcd !important;
}

.for-label-width {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.margin-top-50 {
    margin-top: 50px;
}

/*------------------------------------------------------- for bootstrap navbar collapse at 1199px instead of 767px-----------------------------*/
.navbar5 a, header5 a {
    font-size: 14px !important;
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-right.navbar5 {
        margin: 0;
    }
}
/*------------------END------------------------*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    width: 380px !important;
}

.overflow-img {
    width: 1349px;
    height: 422px;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .new-slider {
        max-width: 320px;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar {
        min-height: 56px;
    }

    .for-fontawesome + p {
        font-size: 14px;
    }

    .search-section .tab-content {
        padding: 15px;
    }

    .navbar5 {
        float: left !important;
    }

    /* .search-section .search-col-padding {
        padding: 15px 0 0;
    }*/
}

.carousel-indicators li {
    display: none;
}

.header5 a, footer a {
    color: #fff !important;
    font-size: 14px !important;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.navbar {
    position: relative;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1em 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 1em 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 1em 0 rgba(0,0,0,.3);
}

.navbar-brand img {
    height: auto;
}

/*-------------------- session expire modal*/
#wrapper .breadcrumb > li > a {
    font-size: 13px;
    line-height: 24px;
}

#wrapper #divTimeOut {
    position: absolute;
    left: 50% !important;
    top: 25% !important;
    z-index: 10001;
    transform: translate(-50%, -50%);
}

#wrapper .modal {
    margin-left: 0;
}

#wrapper .modal-content {
    width: auto !important;
}

li > a > .caret {
    border-top: 4px dashed #8c8c8c !important;
    margin: 0 !important;
    vertical-align: middle;
}

li:hover > a > .caret {
    border-top: 4px dashed #fff !important;
}

@media only screen and (max-width: 767px) {
    #wrapper #divTimeOut {
        top: 15% !important;
        width: 95%;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .navbar .nav > li > a {
        text-shadow: none !important;
    }

    .form-group > .search-button {
        margin-top: 24px;
    }
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
    color: #fff;
    background-color: #afafaf;
}

/*new design feb 25*/

.section-padding {
    padding: 0 100px
}

.top-desti-card {
    padding: 15px;
    box-shadow: 0 0px 12px rgb(0, 0, 0, .12);
}

.carousel-control > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
}

.carousel-control.left > i {
    left: 10px;
}

.carousel-control.right > i {
    right: 10px;
}

.bus-route a > .radio-inline {
    width: 170px;
}

@media (max-width: 767px) {
    .searchform {
        margin-top: 16px;
    }

    .search-section .nav > li > a {
        padding: 15px !important;
    }

    .section-padding {
        padding: 0 15px;
    }

    .custom-select-button {
        padding: 4px;
    }

    .search-section label {
        font-size: 12px;
        width: 100px;
    }

    .bus-route a > .radio-inline {
        width: 145px;
    }
}
