﻿body {
}

.btline {
    margin: 0px;
}

header {
    z-index: 101;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.37);
}

.panel-primary {
    margin-top: 10px;
}

.bodycont {
    min-height: 620px;
}

.top-strip {
    background: #04abe0;
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #fcb714;
}

.searchpanel .input-group-addon {
    color: #ffffff;
    background-color: #fcb714;
    border-color: #fcb714;
}

.searchpanel select {
    /*background: url(../images/index/select-bg.gif) repeat-y 100%;*/
}

.packages {
    background: #00abf9;
    color: #ffffff;
}

.searchpanel .nav-tabs > li.active > a > i, .searchpanel .nav-tabs > li.active > a:hover > a > i, .searchpanel .nav-tabs > li.active > a:focus > a > i {
    color: #04abe0;
}

@charset "utf-8";

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
/********************************/
/*       Header       */
/********************************/
.top-bal {
    position: absolute;
    width: 100%;
    color: #fff;
}

.top-bal p {
    margin-top: 6px;
    margin-bottom: 7px;
    font-weight:600;
}

/* top-strip */
.top-strip {
    line-height: 30px;
}
.top-strip .container > div{
    position:relative;
}
    .top-strip a {
        font-size: 12px;
        color: #ffffff;
        padding: 0 5px;
    }

    .top-strip span {
        padding-left: 5px;
    }


/* top-navbar */
.navbar-default {
    background: none;
    border: none;
}

.navbar-brand {
    padding: 2px;
    margin-bottom: 10px;
}

    .navbar-brand img {
        max-height: 50px;
    }

.navbar {
    margin-bottom: 0px;
}

.navbar-right {
    margin-top: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-radius: 4px;
}

.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    .navbar {
        margin-top: 0px;
        margin-bottom: 0px;
    }
.top-bal {
    position:relative;
    float:left;
    width: 100%;
    background:#fff;
    color: #333;
    text-align:center;
}
.top-bal p {
    margin-top: 4px;
    margin-bottom: 5px;
    font-weight:600;
}
}

/* top-navbar end */
/********************************/
/*       search panel       */
/********************************/
.searchpanel {
    margin-top: -42px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
}

    .searchpanel .tab-content {
        padding: 15px 10px;
    }

    .searchpanel .nav-tabs {
        border: none;
    }

        .searchpanel .nav-tabs > li > a {
            border-radius: 0;
            font-size: 14px;
            color: #000000;
            background-color: rgba(255, 255, 255, 0.56);
        }

            .searchpanel .nav-tabs > li > a > i {
                color: #ffffff;
                font-size: 18px;
                padding-right: 5px;
            }

        .searchpanel .nav-tabs > li.active > a, .searchpanel .nav-tabs > li.active > a:hover, .searchpanel .nav-tabs > li.active > a:focus {
            background-color: #FFF;
        }

.nav-tabs-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000000;
    margin: 3px 0;
}

.select_trip {
    margin-bottom: 10px;
}

    .select_trip label {
        padding: 0 4px;
    }

        .select_trip label input[type="radio"], .select_trip label input[type="checkbox"] {
            vertical-align: middle;
            margin: -3px 3px 0;
        }

label.h-text {
    font-size: 14px;
    font-weight: normal;
}

label.h-blank {
    height: 16px;
}

.searchpanel .form-control, .searchpanel .input-group-addon {
    border-radius: 0;
}

.searchpanel .childage > div {
    padding-left: 8px;
    padding-right: 8px;
}

    .searchpanel .childage > div select {
        padding: 2px;
    }

/********************************/
/*       Packages      */
/********************************/

.packages {
    padding: 15px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33) inset;
}
.packages a {
    text-decoration:none;
}

    .packages .pack-box > div {
        margin-bottom:5px;
    }

    .packages h2 {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .packages h4{
        color:#fff;
    }


    .packages .img-thumbnail {
        border-radius: 0;
        padding: 2px;
    }

    .packages p {
        color: #000000;
    }

    .packages h5 {
        color: #d8d7d7;
    }

.top-package {
    text-transform: uppercase;
    padding: 15px 0;
    background: #f1f1f1;
    color: #333333;
}

    .top-package a {
        color: #333333;
        text-decoration: none;
    }

    .top-package h2 {
        margin-bottom: 20px;
    }

    .top-package h6 {
        color: #a4a4a4;
    }

    .top-package a img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .top-package a:hover img {
        -webkit-filter: grayscale(1) !important;
        -moz-filter: grayscale(1) !important;
        -ms-filter: grayscale(1) !important;
        filter: grayscale(1) !important;
    }
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 242px;
}

    .fade-carousel .carousel-inner .item {
        height: 90vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 242px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../Images/index/banner1.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../Images/index/banner1.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../Images/index/banner1.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {

    .fade-carousel .carousel-inner .item {
        height: 60vh;
    }

    .fade-carousel .carousel-indicators {
        bottom: 100px;
    }
}
/********************************/
/*********mail-offer**********/
.mail-offer {
    background: #ECECEC;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.18) inset;
}

    .mail-offer .box-more, .mail-offer .go {
        padding-top: 20px;
    }

    .mail-offer h3, .mail-offer p {
        color: #BABABA;
    }
/********************************/
/*********Flight logos**********/
.flights_logos {
    padding: 15px 0;
}

    .flights_logos .item .img-responsive {
        width: 90%;
    }

    .flights_logos .carousel-control.left,
    .flights_logos .carousel-control.right {
        background: none;
    }

footer {
    background: #f1f1f1;
    color: #335787;
    padding: 15px;
}

    footer a {
        padding: 0 5px;
        color: #335787;
    }

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}

.login-bg {
    background: #0D7EBA;
    background: -moz-linear-gradient(left, #0D7EBA 0%, #3CFFFF 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0D7EBA), color-stop(100%, #3CFFFF ));
    background: -webkit-linear-gradient(left, #0D7EBA 0%, #3CFFFF 100%);
    background: -o-linear-gradient(left, #0D7EBA 0%, #3CFFFF 100%);
    background: -ms-linear-gradient(left, #0D7EBA 0%, #3CFFFF 100%);
    background: linear-gradient(to right, #0D7EBA 0%, #3CFFFF 100%);
    display: block;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-body {
    margin-top: 150px;
}

.login-bg .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    border-bottom: 6px solid #F0AD4E;
}

.login-bg .nav-tabs > li > a {
    margin-right: 0px;
    background-color: rgba(252, 183, 20, 1);
    color: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.55) inset;
}

.login-bg .nav-tabs > li.active > a, .login-bg .nav-tabs > li.active > a:hover, .login-bg .nav-tabs > li.active > a:focus {
    background-color: #fff;
    color: #787c85;
}

.login-bg .input-group-addon {
    background-color: #04ABE0;
    color: #ffffff;
}

.login-bg label.arror {
    position: absolute;
    left: 0;
    z-index: 2;
    padding-top: 45px;
    color: #ff0000;
    font-weight: normal;
    font-size: 11px;
}

.searchpanel label.error {
    position: absolute;
    padding-top: 36px;
    color: #ff0000;
    font-size: 12px;
    display: block;
}

.advertsiement {
    border-top: 1px solid #E2E2E2;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.16);
}

.newclndr input {
    cursor: pointer;
}

.newclndr:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    font-size: 25px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    line-height: 34px;
    background: #fdb714;
    font-size: 14px;
}

.newclndr:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 11;
}

.newclndr .form-control {
    background: none;
}
@media screen and (max-width: 640px) {
    .commonBox .nav > li > a {
        position: relative;
        display: block;
        padding: 3px 8px;
    }
}
