body {
    font-family: 'Source Sans Pro', sans-serif;
}
.header {
    
    float: left;
    width: 100%;
}
    .header .navbar-brand {
        padding: 5px 0;
        width: 236px;
    }
        .header .navbar-brand img {width:100%;}

        .header .navbar-nav a {
            color: #333;
            font-size: 15px;
        }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background:transparent;}
.header .navbar-nav li a img {margin-right:12px;
}
.header .navbar-nav ul li a {color:#333;}

/*Header 2*/
.header-2 {
    background: #ed3237;
}
.header-2 .navbar-nav {
    float: left;
    margin: 0;
    
}
    .header-2 .navbar-nav > li:first-child > a {padding-left:0;}
    .header-2 .navbar-nav > li > a {
        color: #333;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*Banner and booking engine*/
.form_bg_wrapper {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    background-color: #f5f5f5;
    position: relative;
}
.form_bg_img {
    background: rgba(0, 0, 0, 0.3);
    padding: 80px 0 60px;
    position: relative;
    top: 0;
    left: 0px;
}

/*Booking Engine*/
.fa-width {
    font-size: 20px;
    padding: 0px 3px 0px 0px;
}

.banH {
    padding-top: 16em !important;
    padding: 0px;
}

    .banH h1 {
        text-transform: capitalize;
        font-size: 2.8em;
        color: #FFFFFF;
        margin: 0;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
    }

.gap {
    padding: 0px !important;
    text-align: center;
}

.booking-tab > li > a {
    margin-right: 5px;
    line-height: 1.42857;
    color: #35373a;
    margin-bottom: 0px;
    background: rgba( 255, 255, 255, 0.8) none repeat scroll 0% 0% !important;
    padding: 10px 0px;
    border-radius: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0.8);
    border-radius: 0px !important;
    border: 0 !important;
}

.booking-tab > li.active > a {
    background: rgba(237,50,55, 0.58) none repeat scroll 0% 0% !important;
    color: #ffffff !important;
    border-top: 0px solid #fff !important;
}

.booking-tab > li:hover > a {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0% !important;
    color: #ffffff !important;
    border-top: 0px solid #fff !important;
}

.booking-tab > li > a span {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.booking-box {
    padding: 20px 30px 30px !important;
    background: rgba(255, 255, 255, 0.48) none repeat scroll 0% 0%;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #C1C1C1;
}

    .booking-box h1 {
        margin: 0px;
        padding: 0px 0px 10px;
        font-size: 35px;
    }

.sub-tab {
    background: rgba(237,50,55, 0.58) none repeat scroll 0% 0%;
    padding: 25px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
    min-height: 180px !important;
}

.booking-search {
    background: #28292b none repeat scroll 0% 0%;
    color: #FFF !important;
    border: 1px solid #ccc !important;
    transition: all 0.5s ease 0s;
    border-radius: 0px !important;
    font-size: 18px !important;
    width: 100%;
    line-height: 50px !important;
    padding: 0 36px !important;
}

    .booking-search:hover {
        background: #073E5C;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    width: 100%;
}

.form-group .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    top: 26px;
    left: 0px;
    text-align: center;
    color: #B3B3B3;
    transition: all 0.3s ease 0s;
    z-index: 2;
}



.form-group.form-group-lg .ac_input {
    height: 50px;
    padding: 5px 18px 5px 36px;
    font-size: 14px;
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #E5E5E5 !important;
    color: #444;
}

.form-group.form-group-lg .form-control {
    height: 50px;
    padding: 5px 18px 5px 36px; color:#444;
    border-radius: 0px !important; font-size:14px;
    border: 1px solid #E5E5E5 !important;
}

.form-select {
    padding: 0px 10px !important;
}

.form-group.form-group-lg .input-icon {
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

.topp {
    top: -2px !important;
}

.nav-sm > li > a {
    padding: 4px 10px !important;
    font-size: 13px;
}

.nav-no-br > li > a {
    border-radius: 0px !Important;
    color: #fff;
    font-weight: bold;
}

    .nav-no-br > li > a:hover {
        color: #fff !important;
        background: rgba(255, 255, 255, 0.4) none repeat scroll 0% 0% !important;
    }

.nav-no-br > li.active > a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0% 0% !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.btn-add {
    background: none !important;
    color: #FFF !important;
    border-radius: 2px;
    padding: 10px 0px !important;
}

.btn:focus {
    outline: 0 !Important;
}

.multi-btn {
    padding: 0px 15px;
    margin-bottom: 15px;
}

.child-set {
    padding: 0px 0px 0px 10px !important;
}

.radio-clr {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

    .radio-clr label {
        font-size: 20px;
        font-weight: normal;
    }

    .radio-clr input {
        margin-right: 5px !important;
    }

        .radio-clr input[type="radio"], input[type="checkbox"] {
            margin: 8px 0px 0px;
            line-height: normal;
        }

.btn-sm {
    border-radius: 0px !important;
    padding: 0px 12px !important;
    color: #FFF !important;
    background: #ed3237 none repeat scroll 0% 0%;
    border: 1px solid #ed3237;
    font-size: 15px !important;
    height:44px !important;
    line-height: 25px !important;
}

.gap {
    padding: 0px !important;
}

.panel-title .ac_input {
    height: 50px;
    padding: 5px 18px 5px 40px;
    font-size: 13px;
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #E5E5E5 !important;
    color: #555;
    line-height: 36px;
    text-align: left;
}

.panel {
    border-radius: 0px !important;
}

.sub-body .input-group.form-group { width:100%;
}

.f_hotel_gap {
    padding: 0px 15px !important;
}

.caret-sub {
    margin-top: 0px;
    right: 15px;
    position: absolute;
    top: 25px;
}
.panel-title .caret-sub {
    top: 46px;
}
    .icon-sub {
    left: 5px !important;
}

.paden-subh {
    padding: 0px 0px !important;
}

.panel-deflt {
    margin: 0px !important;
}

.people-cunt {
    background: #fff;
    border: 1px solid #dfdfe0;
    z-index: 9999;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #dfdfe0;
}

.panel-title a:hover {
    text-decoration: none;
}

.adult-book {
    background: #FF9000 none repeat scroll 0% 0%;
    color: #FFF !important;
    border: medium none !important;
    padding: 6px 10px !important;
    transition: all 0.5s ease 0s;
    border-radius: 0px !important;
    font-size: 16px !important;
    width: 100%;
    margin: 5px 0px;
}

    .adult-book:hover {
        background: #073E5C;
    }

.busn-sub {
    position: relative;
    top: 34px;
    right: -75px;
    color: #fff;
}

.busn-cnt {
    width: 110% !important;
    border-bottom: 2px dashed #ccc;
    background: transparent;
    color: #fff;
}

.sub-body {
    padding: 10px 0px 0px !important;
}

.lab label {
    font-size: 13px;
    color: #737373;
    margin-bottom: 2px;
    font-weight: 300;
}

.hed-gap {
    padding: 18px;
    width: 100%;
    float: left;
}

.booking-tab > li:last-child > a {
    margin-right: 0px;
}

.lab.form-group.form-group-lg .form-control {
    height: 28px;
    padding: 3px 3px;
    font-size: 13px;
    background: transparent none repeat scroll 0% 0% !important;
    border-radius: 0px !important;
    width: 33%;
    text-align: center !important;
}

.lab-cnt {
    height: 34px !important;
}

.plusbtn {
    float: left;
    width: 33% !important;
}

.btn-number {
    float: left;
    width: 100% !important;
    background: #EEE none repeat scroll 0% 0%;
    padding: 3px 0px !important;
}

.fly-btn {
    float: left;
    width: 100% !important;
    background: #EEE none repeat scroll 0% 0%;
    padding: 6px 0px !important;
}

.adt-gap {
    padding: 0px 8px !important;
}

.sub-body h5 {
    text-align: left;
    margin: 0px;
    padding: 8px 8px;
    font-size: 15px;
    font-weight: bold;
}

.class-gap {
    margin-top: 5px;
}


@media only screen and (min-width:320px) and (max-width: 767px) {
    .hi-icon {
        height: 70px;
        line-height: 75px;
        width: 70px;
    }

    .ser-top p {
        margin: 5px 0px 0px;
        padding: 0px !important;
    }
}

@media only screen and (min-width:320) and (max-width:910px) {

    .booking-tab > li > a span {
        display: none !important;
    }
}



.general-fix {
    background: #fff;
    -webkit-box-shadow: #dcdee3 0 2px 4px 0;
    -moz-box-shadow: #dcdee3 0 2px 4px 0;
    box-shadow: 0 2px 4px 0 #dcdee3;
    position: relative;
}
    .general-fix .list {
        margin: 0 auto; padding:0; list-style:none;
    }
.general-fix .item {
    float: left;
    max-width: 33%;
    padding: 24px 16px;
    position: relative;
    width: 33%;
}
.general-fix .price-guarantee {
    padding-left: 76px;
}
.general-fix .item-text {
    color: #969dac;
    float: left;
    font-size: 12px;
    line-height: 1.3em;
}
.general-fix .title {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase; margin-top:0; font-size:16px;
}
.general-fix .more {
    color: #0775e2;
    cursor: pointer;
}
 .general-fix .price-guarantee .item-text strong, .general-fix .price-guarantee .title {
    color: #e2076a;
}
    .general-fix .upsell .title {
        color: #1da023;
    }
    .general-fix .upsell {
        padding-left: 80px;
    }
    .general-fix .safe-shopping {
        padding-left: 80px;
    }
        .general-fix .safe-shopping .title {
            color: #1c2b39;
        }
    .general-fix .icon-section {
        font-size: 10px;
        position: absolute;
        left: 0;
    }
    .general-fix .badge1 {
        height: 42px;
    }
/*Service slide*/
.content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}

.backslid {
    background: #f5f6f7;
    padding: 10px;
    ;
    float: left;
    width: 100%;
    text-align: left;
}

    .backslid p {
        margin: 0;
        color: #1e1c66;
        font-size: 12px;
    }

.content-slider h3 {
    margin: 0;
    padding: 0px 0;
    color: #1e1c66;
    font-size: 18px;
    margin-bottom: 6px;
}

.demo {
    width: 100%;
    float: left;
    margin-top: 3%;
}

.clone img, .lslide img {
    height: 154px;
}


/*Destination*/
/*==== Destination=====*/


    .destination-item .image {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

        .destination-item .image img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            transition: all 0.3s;
        }

.list-destination.layout4 .destination-item .image .content {
    width: 90%;
}

.destination-item .image .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.list-destination.layout4 .destination-item .image .content h4 {
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 450 !important;
    margin-top: 0;
}

.destination-item .image .content .title {
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 400;
    color: #FFF;
}

.list-destination.layout4 .destination-item .image .content h4:after {
    content: "";
    height: 2px;
    width: 50px;
    background: #fff;
    display: block;
    margin: auto;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list-destination.layout4 .destination-item .image .desc.multi {
    position: absolute;
    bottom: 0px;
    transform: translate(-50%, 0);
    left: 50%;
    width: 90%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .list-destination.layout4 .destination-item .image .desc.multi a {
        color: #fff;
        font-size: 14px;
    }

        .list-destination.layout4 .destination-item .image .desc.multi a:after {
            content: "";
            height: 5px;
            width: 5px;
            display: inline-block;
            background: #fff;
            vertical-align: middle;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin-left: 10px;
            margin-right: 10px;
        }

        .list-destination.layout4 .destination-item .image .desc.multi a:last-child:after {
            display: none;
        }

.list-destination {
    margin-top: 55px;
}

.destination-item:hover .image img {
    transform: scale(1.1);
}

.list-destination.layout4 .destination-item .image:hover .desc.multi {
    bottom: 20px;
    opacity: 1;
}
img.img-responsive {
    width: 100%;
}
.title {margin-top:2em;}
.title h3 {
    font-size: 26px;
    text-align: center;
    color: #103f4c;
    font-weight: 200;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 0.6em;
    margin: 0 auto;
}
    .title h3:before {
        content: '';
        width: 70px;
        height: 3px;
        background: #103f4c;
        position: absolute;
        bottom: -2px;
        left: 47%;
        display: block;
    }
.line1 {
    border-bottom: 1px solid #a0a0a0;
    width: 200px;
    margin: 0px auto;
}
.cnrec img.start {
    width: 15px;
    height: auto;
    margin-right: 3px;
}
.cnrec.content-slider h3 {
    line-height: 1.5; font-size:16px;
}

.cnrec .backslid p {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #ed3237;
}
    .cnrec .backslid p span {
        text-decoration: line-through;
        color: #aaaaaa;
        font-size: 13px;
        margin-left: 5px;
    }

    /*why*/


.whyas {
    padding: 0;
}

.services-gds {
    margin-top: 55px;
}

.list-gds span {
    color: #bf2422;
    font-size: 50px;
}

.list-gds i {
    color: #858b95;
    font-size: 40px;
}

.list-gds:nth-child(2) {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

.list-gds:nth-child(4) {
    border-left: 1px solid #a0a0a0;
}

.list-gds p {
    font-size: 14px;
    line-height: 1.8em;
    color: #464646;
}

.list-gds h4 {
    color: #333;
    font-size: 22px;
    margin: 15px 0 16px;
}



.list-gds {
    padding: 32px 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*why best*/
#why1 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    background: #fafafa;
    margin-top: 20px;
}
.title1 {
    text-align: center;
    font-size: 18px;
    color: #636363;
    padding-bottom: 15px;
}
.thumb2 {
    margin-bottom: 20px;
}

    .thumb2.last {
        margin-bottom: 0px;
    }

    .thumb2 .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin-bottom: 0;
        background: none;
    }

        .thumb2 .thumbnail a {
            display: block;
            text-decoration: none;
            text-align: center;
        }

            .thumb2 .thumbnail a figure {
                margin: 0;
                float: none;
                margin: 0px 0px 0px 0px;
                display: inline-block;
                position: relative;
            }

                .thumb2 .thumbnail a figure .img1 {
                    position: relative;
                    transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -webkit-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                }

            .thumb2 .thumbnail a:hover figure .img1 {
                opacity: 0;
                filter: alpha(opacity=0);
            }

            .thumb2 .thumbnail a figure .img2 {
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
                filter: alpha(opacity=0);
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .thumb2 .thumbnail a:hover figure .img2 {
                opacity: 1;
                filter: alpha(opacity=100);
            }

            .thumb2 .thumbnail a .caption {
                padding-top: 15px;
            }

            .thumb2 .thumbnail a:hover .caption {
            }

            .thumb2 .thumbnail a .caption .txt1 {
                font-size: 21px;
                color: #464646;
                font-weight: 500;
                text-decoration: none;
                padding-bottom: 5px;
                position: relative;
                transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .thumb2 .thumbnail a:hover .caption .txt1 {
                color: #ee464b;
                text-decoration: none;
            }

            .thumb2 .thumbnail a .caption .txt2 {
                color: #636363;
                padding-bottom: 15px;
            }
#why1 .title {
    margin-bottom: 50px;
}

/*subscribe*/
/* ======= Subscriber =========== */
.confidence-subscribe {
    background: #f5f6f7;
}
/*.confidence-subscribe.no-bg {
    background-color: #f5f5f5;
}*/
.confidence-subscribe .row {
    margin-left: 0;
    margin-right: 0;
}

.confidence-subscribe .cs-sb-cn {
    position: relative;
}

.confidence {
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

    .confidence h3 {
        color: #fff;
        font-size: 24px;
        margin: 0;
        line-height: 28px;
        padding: 40px 0 15px;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

.confidence-subscribe.no-bg .confidence h3 {
    color: #333;
    border-color: #d7d7d7;
}

.confidence ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

    .confidence ul li {
        position: relative;
        padding-left: 55px;
        padding-bottom: 30px;
    }

        .confidence ul li span {
            height: 35px;
            width: 35px;
            display: block;
            text-align: center;
            line-height: 33px;
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            position: absolute;
            top: 4px;
            left: 0;
            border: 1px solid rgba(255,255,255,.5);
        }

.confidence-subscribe.no-bg .confidence ul li span {
    color: #333;
    border-color: #d7d7d7;
}

.confidence ul li span:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    bottom: -1px;
    right: -1px;
    border: 4px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.confidence-subscribe.no-bg .confidence ul li span:after {
    border-bottom-color: #333;
    border-right-color: #333;
}

.confidence ul li h5 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

.confidence-subscribe.no-bg .confidence ul li h5 {
    color: #111;
}

.confidence ul li p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

.confidence-subscribe.no-bg .confidence ul li p {
    color: #333;
}

.subscribe {
    z-index: 1;
    position: relative;
    padding: 0 30px 30px;
    margin-top: 40px;
}

    .subscribe p {
        color: #333;
        margin: 20px 0 0;
        line-height: 25px;
        font-size: 14px;
    }

    .subscribe .subscribe-form {
        margin-top: 10px;
        border: 1px solid #dedede;
        padding-left: 70px;
        padding-right: 170px;
        background: url(../images/icon-newsletter.png) top left no-repeat;
        height: 54px;
        position: relative;
    }

        .subscribe .subscribe-form .subscribe-input {
            padding: 15px 18px;
            color: #999;
            font-size: 16px;
            font-style: italic;
            background-color: #fff;
            width: 100%;
            border: 0;
            outline: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

.awe-btn {
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #dedede;
    color: #333;
    font-weight: 600;
    outline: 0;
    background-repeat: no-repeat;
}

    .awe-btn.arrow-right {
        padding-right: 60px;
        padding-left: 28px;
        background-position: right 20px center;
        background-image: url(../images/icon-arrow-blue.png);
    }

    .awe-btn.awe-btn-4:hover, .awe-btn.awe-btn-5 {
        background-color: #fff;
    }

    .awe-btn.awe-btn-5 {
        color: #333;
        letter-spacing: 1px;
        font-weight: 400;
    }

        .awe-btn.awe-btn-5.awe-btn-lager {
            font-size: 14px;
        }

.subscribe .subscribe-form .awe-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0;
    line-height: 50px;
}

.subscribe .subscribe-form:after {
    position: absolute;
    display: block;
    width: 1px;
    height: 35px;
    content: '';
    background-color: #dedede;
    right: 170px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*.subscribe .follow-us {
    margin-top: 35px;
    overflow: hidden;
}*/
.subscribe .follow-us h4 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
}

.follow-group a, .header-cn .logo:after {
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.follow-group a {
    float: left;
    line-height: 53px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #dedede;
    width: 55px;
    height: 55px;
    color: #555;
    font-size: 20px;
}
    /*.subscribe .follow-us .follow-group a {
    margin-top: 10px;
}*/
    .follow-group a:hover {
        border-color: #ee464b;
        color: #ee464b;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
    }

.awe-btn.awe-btn-5:hover {
    background-color: #fff;
    color: #ee464b;
}

.awe-btn.arrow-right:hover, .awe-btn.awe-search {
    background-position: right 10px center;
}

/*---------------Footer-------------*/
footer {
    background: #000;
    padding: 30px 0px 20px; float:left; width:100%;
}

.footer-logo h2 {
    font-size: 35px;
    color: #fff;
    margin: 0px;
    font-weight: bold;
    line-height: 40px;
}

.footer-logo p {
    font-size: 14px;
    color: #f1f1f1;
    margin-top: 10px;
    margin-bottom: 0px;
}

.f-nav h3 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0px;
}

.f-nav ul {
    margin: 10px 0px;
    padding: 0px;
    float: left;
}

    .f-nav ul li {
        list-style: none;
        display: block;
        position: relative;
    }

        .f-nav ul li a {
            font-size: 14px;
            color: #f1f1f1;
            padding: 4px 0px;
            display: block;
        }

            .f-nav ul li a i {
                color: #444;
                margin-right: 8px;
                font-size: 17px;
            }

            .f-nav ul li a:hover {
                color: #ec2019;
            }

                .f-nav ul li a:hover i {
                    color: #fff;
                }

.socail ul {
    margin: 20px 0px 0px;
    padding: 0px;
    float: left;
}

    .socail ul li {
        list-style: none;
        display: inline-block;
    }

        .socail ul li a {
            font-size: 15px;
            color: #7B7B7B;
            padding: 0px;
            display: block;
            width: 40px;
            height: 40px;
            border: 2px solid #444;
            text-align: center;
            border-radius: 50%;
            line-height: 40px;
            background: #0C0C0C;
            transition-duration: 0.8s;
        }

            .socail ul li a:hover {
                color: #fff;
                transform: scale(1) rotate(360deg);
                background: #1260aa;
                border: 2px solid #1260aa;
            }

.copyright {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 20px;
}

    .copyright p {
        font-size: 14px;
        color: #f1f1f1;
        margin-bottom: 0px;
        text-align: center;
    }


/*new box layout*/
#resort-wrap {
    margin-bottom: 1em;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #22215f;
}
    .hovereffect img {
        display: block;
        position: relative;
        max-width: none;
        width: 120% !important;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .hovereffect .resort-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 0px 20px;
    }
    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 22px;
        overflow: hidden;
        padding: .5em 0;
        background-color: transparent;
        text-shadow: 0px 0px 5px #000;
    }
    .hovereffect h2 {
        padding: 1.5em 0 !important;
    }
        .hovereffect h2:after {
            position: absolute;
            text-decoration: none;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform .35s;
            transition: transform .35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }
    .hovereffect a, .hovereffect p {
        color: #fff !important;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
a.btn.animsition-link {
    display: inline-table !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #fff !important;
    padding: 9px 16px !important;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .8rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #16174500;
    color: #fff;
    width: fit-content;
}
.hovereffect:hover img {
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-decoration: none;
}
.hovereffect:hover a, .hovereffect:hover p {
    color: #fff !important;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*== Offer*/
.effect-lily {
    margin: 35px 0 20px;
}
    .effect-lily a {
        color: #fff;
    }
figure.effect-lily img {
    max-width: none;
    width: calc(100% + 0px);
    opacity: 1;
    transition: opacity 0s,transform 0s;
    transform: translate3d(0,0,0);
    height: 320px;
}
    figure.effect-lily img:hover {
        transform: scale(1.1);
        transition: all 1s;
    }
.effect-lily, svg:not(:root) {
    overflow: hidden;
}


  .panel-default {
    border-color: #ddd;
}

.panel-default {
    border: none;
}

       
.sdtrsd {
    border: 0;
    box-shadow: none;
    text-transform: capitalize;
    width: 65%;
    float: left;
    font-size: 13px;
    background: transparent;
    color: #fff;
}
    .sdtrsd option {color:#333;}
    .economys {
        width: 150px;
        float: right !important;
    }
.rt-btn {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    padding: 16px 37px;
    -webkit-transition: all .24s cubic-bezier(.55, .055, .675, .19);
    transition: all .24s cubic-bezier(.55, .055, .675, .19);
    white-space: nowrap;
    border-width: 0;
    border-radius: 0;
}

.rt-gradient {
    position: relative;
    z-index: 1;
    color: #fff;
    border: none;
    background-color: #ed3237;
}

    .rt-gradient:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
        transition: all .36s cubic-bezier(.47, 0, .745, .715);
        opacity: 0;
        color: #fff;
        border-radius: 10px;
        background: #ed3237;
    }


    .rt-btn.pill {
        border-radius: 999px;
    }
    .rt-btn.rt-sm3 {
        font-size: 13px;
        padding: 10px 40px; outline:0;
    }
.rt-gradinet-badge.pill {
    border-radius: 999px;
}

.rt-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(42, 56, 76, .15);
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(55, 94, 246, .2);
    box-shadow: 0 10px 30px 0 rgba(55, 94, 246, .2); float:left;
}

    .rt-widget .rt-widget-title {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 24px;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(32, 32, 32, .078);
    }
    .rt-widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .rt-widget ul li {
            font-size: 14px;
            display: block;
            padding-bottom: 5px;
        }



.economys span {
    width: 30%;
    float: left;
    font-size: 14px;
    color: #fff;
}

.hmark {left:12px !important;}




		
			
.flight-list {
 margin-bottom:0
}	
.listing-style1.flight .box,
.listing-style1.flight.box,
.listing-style1.car .box,
.listing-style1.car.box,
.listing-style2.flight .box,
.listing-style2.flight.box,
.listing-style2.car .box,
.listing-style2.car.box {
 padding:15px
}

.image-box .box, .image-box.box {
    text-align: left;
    background: #fff;
    margin-bottom: 30px;
}
		
.image-box .box, .image-box.box {
    text-align: left;
    background: #fdfdfd;
	border:1px solid #f4f3f3;
    margin-bottom: 30px;
}		
			
	.listing-style1.flight figure, .listing-style1.car figure, .listing-style2.flight figure, .listing-style2.car figure {
    background:  #f5f5f5;
    display: table;
    height: 140px;
    width: 100%;
    table-layout: fixed;
}		

.listing-style1.flight figure > a, .listing-style1.flight figure > span, .listing-style1.car figure > a, .listing-style1.car figure > span, .listing-style2.flight figure > a, .listing-style2.flight figure > span, .listing-style2.car figure > a, .listing-style2.car figure > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.listing-style1.flight figure img, .listing-style1.car figure img, .listing-style2.flight figure img, .listing-style2.car figure img {
    width: auto;
}

.listing-style1.flight figure img {
    max-width: 100%;
}

.image-box .box img, .image-box.box img {
    width: 100%;
    height: auto;
}


.listing-style1.flight .details, .listing-style1.car .details {
    padding: 15px 0 0 !important;
    text-transform: uppercase;
}

.image-box .box, .image-box.box {
    text-align: left;
}

.price {
    color: #7db921;
    font-size: 1.6667em;
    text-transform: uppercase;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
}

.price small {
    display: block;
    color:  #838383;
    font-size: 0.5em;
}

.listing-style1.flight .details .box-title, .listing-style1.car .details .box-title {
    text-transform: none;
}

.image-box .box .box-title, .image-box.box .box-title {
    margin-bottom: 10px;
    color: 
    #2d3e52;
}

.box-title {
    line-height: 1em;
}

.listing-style1.flight .details .duration {
    font-size: 0.8333em;
    text-align: center;
    letter-spacing: 0.04em;
}
.skin-color {
    color: #01b7f2;
}

.listing-style1.flight .action .button, .listing-style1.car .action .button {
    text-align: center;
}

a.button.btn-large, a.button.btn-medium, a.button.btn-small, a.button.full-width {
    font-weight: bold;

}


button.full-width, input[type="button"].button.full-width, a.button.full-width {
    padding-left: 0;
    padding-right: 0;
}

  a.button.btn-small {
    height: 28px;
	width:100%;
    padding: 0 24px;
        padding-right: 24px;
        padding-left: 24px;
    line-height: 28px;
    font-size: 0.9167em;
}

a.button {
    display: inline-block;
    background:#d9d9d9;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
}

a.button {
 float:none !important
}
			
a.btn-small2{ font-size:12px !important; padding:4px !important; border:1px solid #b9b9b9; height:30px;}			
			
			
  .image-aboutus-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://images.pexels.com/photos/673649/pexels-photo-673649.jpeg?w=940&h=650&auto=compress&cs=tinysrgb");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 110px;
    padding-bottom:110px;
 }
 
 
.image-aboutus-banner h1 {
    font-size: 45px;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
}
 		
		

.about-section{
	padding-top:40px;
}
.about-image {
    position: relative;
}
.about-image::before {
    position: absolute;
    content: '';
    background-image: url(https://i.ibb.co/d6KQxz0/dots.jpg);
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}
.about-image .single-image {
    width: 360px;
}
.float-left {
    float: left;
}
.about-image .single-image img {
    width: 100%;
}
.about-image .single-image.image-tow {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}

.about-image .single-image {
    width: 360px;
}
.float-right {
    float: right;
}
.about-content h3{
	color:#333;
	font-family: 'Poppins', sans-serif;
	padding-bottom:10px;
}

.about-content p{
	margin-bottom: 0px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #646464;
	font-family: 'Poppins', sans-serif;
}
.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border: 1px solid #eb3656;
    padding: 0 30px;
    line-height: 48px;
    color: #fff;
    transition: all .8s ease-out 0s;
    background-color: #eb3656;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-decoration:none;
}

.main-btn:hover{
	background:#333;
	color:#fff;
	border-color:#333;
    transition: all .8s ease-out 0s;
	text-decoration:none;
}

.nav.navbar-nav li.dnone {
    display: none;
}

@media only screen and (max-width: 767px) {
    .nav.navbar-nav li.dnone {
        display: block;
    }
    .navbar-toggle .icon-bar {background:#000;}
    .general-fix .item {
        max-width: 100%;
        width: 100%;
        padding: 10px 16px;
    }
    .effect-lily {
        margin: 10px 0 10px;
    }
    .general-fix .item-text {margin-left:18%;}
    .list-gds:nth-child(2), .list-gds:nth-child(4) {
        border: 0px solid #a0a0a0;
    }
    .confidence-subscribe, .header-2, .about-image {
        display: none;
    }
    .listing-style1.flight figure img {width:100%;}
    #ctl00_Header1_divMenu .navbar-nav {float:left;}
    .contact-address .icon-box.style5 {
        margin-bottom: 10px;
    }
}




.modal-dialog {
    max-width: 500px;
}

.client-logins .heading {
    text-align: center;
    margin: 0 auto;
}

    .client-logins .heading span {
        color: #000;
        font-size: 25px;
        font-weight: bold;
        padding: 2px 0px;
        display: inline-block;
        text-transform: uppercase;
    }

.client-logins .modal-header .close {
    margin: 0;
    padding: 0;
    margin-top: -86px;
}

.client-logins .modal-body {
    position: relative;
    float: left;
    q width: 100%;
    background: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    overflow: -webkit-paged-x;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.client-logins .modal-content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.client-logins label {
    font-size: 16px;
    font-weight: normal;
    color: #525252;
    padding: 9px 0px;
    display: block;
}

.client-logins .form-group {
    margin-bottom: 20px;
}

.client-logins .form-control {
    height: 40px;
    line-height: 23px;
    width: 100%;
    color: #111111;
    font-size: 15px;
    border: 1px solid #dad9d9;
    border-radius: 4px;
    margin-top: 3px;
    padding: 10px 0px 10px 10px;
    display: block;
}

.client-logins .form-control {
    height: 40px;
    padding: 6px 10px;
}

.client-logins .btn-select {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid midnightblue;
    font-size: 17px;
    color: midnightblue !important;
    font-weight: bold;
    margin-bottom: 2px;
    text-decoration: none;
    margin: 0 auto;
}

.btn-select i {
    margin-left: 5px;
}

.client-logins .btn-select:hover {
    background: midnightblue !important;
    color: #fff !important;
}
