@import url('https://fonts.googleapis.com/css?family=Play:400,700');

body {
    font-family: 'Play', sans-serif;
    line-height: normal;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
}

@font-face {
    font-family: 'Champagne-Limousines';
    src: url('fonts/Champagne-Limousines.eot?#iefix') format('embedded-opentype'), url('fonts/Champagne-Limousines.woff') format('woff'), url('fonts/Champagne-Limousines.ttf') format('truetype'), url('fonts/Champagne-Limousines.svg#Champagne&Limousines') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Champagne-Limousines-Bold';
    src: url('fonts/Champagne-Limousines-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Champagne-Limousines-Bold.woff') format('woff'), url('fonts/Champagne-Limousines-Bold.ttf') format('truetype'), url('fonts/Champagne-Limousines-Bold.svg#Champagne&Limousines-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1030px;
}

.paddefault .row {
    margin-left: -15px;
    margin-right: -15px;
}

.paddefault .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.headertop {
    background: #fff;
    width: 100%;
    float: left;
    border-top: 5px solid #41608C;
}

.sitelogo {
    margin: 11px 0;
}

.topcontact {
    color: #f2f2f2;
    font-size: 15px;
    text-transform: capitalize;
    float: right;
    background: #41608C;
    padding: 6px 15px 11px 15px;
    border-radius: 0 0 10px 10px;
    letter-spacing: 0.2px;
}

    .topcontact span {
        color: #5575A7;
    }

    .topcontact a {
        color: #f2f2f2;
        font-weight: 700;
    }

        .topcontact a:hover {
            color: #EEA500;
            text-decoration: none;
        }

.topsocials {
    width: 100%;
    float: left;
    text-align: right;
    margin: 16px 0 0;
}

.mailtop,
.agentlogin,
.socials {
    display: inline-block;
    vertical-align: middle;
}

    .socials a {
        float: left;
        border: 3px solid #bfbfbf;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        font-size: 13px;
        line-height: 22px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        margin: 2px 0 0 5px;
    }

        .socials a i {
            vertical-align: middle;
        }

        .socials a.twitter {
            color: #54aee1;
        }

        .socials a.facebook {
            color: #3864a3;
        }

        .socials a.gplus {
            color: #da4c36;
        }

        .socials a.linkedin {
            color: #007bb5;
        }

        .socials a.twitter:hover {
            border-color: #54aee1;
        }

        .socials a.facebook:hover {
            border-color: #3864a3;
        }

        .socials a.gplus:hover {
            border-color: #da4c36;
        }

        .socials a.linkedin:hover {
            border-color: #007bb5;
        }

.headermenu {
    width: 100%;
    float: left;
    margin: 0 0 -24px;
    position: relative;
    z-index: 999;
}

.agentlogin a {
    color: #3E3E3E;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin-right: 7px;
}

    .agentlogin a:before {
        background: url('../images/site/lock.png') left top no-repeat;
        position: absolute;
        left: -31px;
        top: -6px;
        content: "";
        width: 24px;
        height: 30px;
    }

    .agentlogin a:hover {
        color: #EEA500;
        text-decoration: none;
    }

.mailtop {
    padding-right: 45px;
    color: #EEA500;
    font-weight: 700;
    font-size: 15px;
}

    .mailtop a {
        color: #EEA500;
    }

        .mailtop a:hover {
            color: #3E3E3E;
            text-decoration: none;
        }

.headermenu .navbar-inverse {
    background-color: #3E3E3E;
    min-height: 10px;
    margin: 0;
    border: 0;
    border-radius: 10px;
}

    .headermenu .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 17px;
        padding: 15px 18px;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        margin-left: 1px;
    }

        .headermenu .navbar-inverse .navbar-nav > .active > a,
        .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
        .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > li > a:hover,
        .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background-color: #EEA500;
            color: #fff;
            outline: none;
        }

.headermenu #myNavbar {
    padding: 0;
}

.slidermain {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #3e3e3e;
}

    .slidermain::after {
        background: url('../images/site/bannershadow.png') no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        content: "";
        max-width: 1188px;
        height: 101px;
        margin: 0 auto;
        z-index: 999;
        top: auto;
    }

    .slidermain .carousel {
        position: relative;
        height: 400px;
    }

        .slidermain .carousel .item {
            height: 400px;
        }

    .slidermain .carousel-inner > .item > img {
        position: absolute;
        right: 0;
        left: 50%;
        margin-left: -790px;
        height: 400px;
        max-width: none;
    }

    .slidermain .carousel-inner {
        position: relative;
        overflow: hidden;
    }

    .slidermain a.carousel-control {
        background-image: none;
        width: auto;
        text-shadow: none;
        padding: 0 20px;
        z-index: 2;
    }

select::-ms-expand {
    display: none;
}

.searchboxwrap {
    float: left;
    width: 100%;
    max-width: 360px;
    margin-top: 48px;
    padding: 20px 20px 5px 20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
}

.inputwrap {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 15px;
}

    .inputwrap.inputsubmit {
        width: 100%;
    }

    .inputwrap select { /*, .inputwrap .txt-box-wat {*/
        background-image: url(../images/site/icon-drp.png) !important;
        background-position: 95.3% 14px !important;
        background-repeat: no-repeat !important;
    }

    .inputwrap .date {
        background-image: url(../images/site/icon-cal.png) !important;
        background-position: 96.2% 7px !important;
        background-repeat: no-repeat !important;
    }

    .inputwrap .select,
    .inputwrap .date, .inputwrap .txt-box-wat {
        -moz-appearance: none;
        border: none;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        height: 40px;
        padding-left: 7px;
        text-transform: capitalize;
        width: 100%;
        font-weight: 700;
        border: none;
        background: #6584b3;
    }

    .inputwrap select option, .inputwrap .txt-box-wat, .inputwrap .select {
        cursor: pointer;
        padding: 3px 0 3px 12px;
    }

    .inputwrap input[type="submit"] {
        background-color: #eea500;
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 25px;
        padding: 9px 0;
        text-transform: uppercase;
        width: 100%;
        font-weight: 700;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    }

    .inputwrap .form-control::-moz-placeholder {
        color: #fff !important;
    }

    .inputwrap input[type="submit"]:hover {
        background-color: #3e3e3e;
    }

.discountbox {
    width: 100%;
    float: left;
    font-size: 50px;
    background: #ffd400;
    padding: 44px 10px 30px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    line-height: 33px;
    margin: 5px 0 0;
    border-radius: 15px;
}

    .discountbox span {
        display: block;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 4px;
    }

    .discountbox b {
        font-weight: 700;
    }

h3.contactus-title {
    color: #2c2525;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 19px;
}

.inputwrap .rfv {
    font-weight: bold;
    padding-left: 0;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.contentwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.topdestinationwrap {
    width: 100%;
    float: left;
    clear: both;
    background: url('../images/site/top-destbg.jpg') no-repeat center;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0;
    margin: 25px 0 5px;
}

.topdestination {
    width: 100%;
    float: left;
    background: #3e3e3e;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    height: 200px !important;
}

    .topdestination h2 {
        font-size: 30px;
        color: #6584b3;
        text-transform: capitalize;
        background: #fff;
        text-align: center;
        padding: 10px 0 7px;
        margin: 0;
        border-radius: 10px 10px 0 0;
    }

        .topdestination h2 span {
            font-weight: 700;
        }

    .topdestination ul {
        padding: 17px 0 10px 19px;
        margin: 0;
        display: block;
        list-style: none;
    }

        .topdestination ul li {
            margin: 0;
            width: 100%;
            padding: 0 0 5px 18px;
            background: url('../images/site/destinationarrow.png') no-repeat 0 5px;
        }

            .topdestination ul li a {
                color: #fff;
                font-size: 17px;
                font-weight: 700;
                text-transform: capitalize;
            }

                .topdestination ul li a:hover {
                    color: #eea500;
                    text-decoration: none;
                }

.welcomewrap {
    width: 100%;
    float: left;
    clear: both;
}

.welcometitle {
    color: #eea500;
    font-size: 45px;
    margin: 30px 0 20px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

    .welcometitle span {
        font-weight: 700;
        text-transform: uppercase;
        color: #3e3e3e;
    }

.welcomeimage img {
    float: left;
}

.welcomcont p {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

.footerwrapper {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

    .footerwrapper:before {
        background: url('../images/site/sap02.png') repeat-x center top;
        content: "";
        height: 26px;
        left: 0;
        position: absolute;
        top: 1px;
        width: 100%;
    }

    .footerwrapper:after {
        background: url('../images/site/sap03.png') repeat-x center top;
        content: "";
        height: 26px;
        left: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.footermenu {
    width: 100%;
    float: left;
    padding: 22px 0 20px;
}

    .footermenu ul {
        margin: 0;
        padding: 0;
    }

        .footermenu ul li {
            list-style: none;
            display: inline-block;
            margin: 0 7px;
            position: relative;
        }

            .footermenu ul li:before {
                background: #b6b6b6;
                content: "";
                left: -9px;
                top: 4px;
                width: 1px;
                height: 12px;
                position: absolute;
            }

            .footermenu ul li:first-child:before {
                display: none;
            }

            .footermenu ul li a {
                color: #8c8c8c;
                font-size: 15px;
                line-height: normal;
                font-weight: 400;
                text-transform: capitalize;
            }

                .footermenu ul li a:hover {
                    color: #eea500;
                    text-decoration: none;
                }

.footerbottom {
    width: 100%;
    float: left;
    background: #3e3e3e;
    border-radius: 10px;
    margin: 0;
    position: relative;
}

.copyright p {
    color: #eea500;
    font-size: 15px;
    margin: 0;
    padding: 15px 0 18px;
    text-align: right;
    position: relative;
    text-transform: capitalize;
}

    .copyright p::after {
        background: url('../images/site/sap05.jpg') repeat-y center top;
        content: "";
        right: -15px;
        top: 9px;
        width: 2px;
        height: 32px;
        position: absolute;
        z-index: 999;
    }

.copyright a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.hostediipl p {
    color: #fff;
    font-size: 15px;
    margin: 15px 0 0;
}

.hostediipl a {
    color: #fff;
    background: url(../images/site/icon-iipl.png) no-repeat left 2px;
    padding-left: 18px;
}

    .hostediipl a:hover,
    .copyright a:hover {
        color: #eea500;
        text-decoration: none;
    }

.searchandbook {
    width: 100%;
    float: left;
    clear: both;
    margin: -390px 0 0;
}

.happyjourny img {
    float: left;
}

.cardsacceptwrap {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

    .cardsacceptwrap:before {
        background: url('../images/site/sap01.png') repeat-x center top;
        content: "";
        height: 26px;
        left: 0;
        position: absolute;
        top: 0px;
        width: 100%;
    }

.cardsaccept h2 {
    color: #6584b3;
    font-size: 45px;
    margin: 19px 0 21px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

    .cardsaccept h2 span {
        font-weight: 700;
        color: #3e3e3e;
    }

.cardsicons {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 32px;
}

    .cardsicons a {
        display: inline-block;
        margin: 0 2px;
    }
/* Medea Queries */

/*auto suggest*/
.autocomplete_completionListElement {
    border: inset 1px #C5DFF6;
    padding: 0px;
    list-style: none;
    margin: 0px;
    height: auto;
    overflow: auto;
    width: 150px;
    font-family: "Trebuchet MS";
    color: #195688;
    font-weight: bold;
    background: #F9F9F9;
}

.autocomplete_completionListElementFromTo {
    border: inset 1px #CD1434;
    padding: 0px;
    list-style: none;
    margin: 0px;
    height: auto;
    overflow: auto;
    width: 150px !important;
    font-family: "Trebuchet MS";
    color: #333333;
    font-weight: bold;
    background: silver;
}

.autocomplete_highlightedListItem {
    background: #F7F3F7;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
    font-weight: normal;
    list-style: none;
    color: #333333;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
}

.autocomplete_listItem {
    border-bottom: 1px solid #FFFFFF;
    padding: 5px;
    font-weight: normal;
    list-style: none;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
}
/*End auto suggest*/

@media only screen and (max-width: 1187px) {
    .slidermain:after {
        background-size: 100%;
    }
}

@media only screen and (max-width: 1087px) {
    .searchboxwrap {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 12px;
        letter-spacing: normal;
    }

    .welcometitle {
        font-size: 35px;
        margin: 28px 0 15px;
    }

    .cardsaccept h2 {
        font-size: 32px;
        margin: 14px 0;
    }

    .cardsicons {
        margin: 0 0 20px;
    }

        .cardsicons a {
            margin: 0 1px;
            width: 110px;
        }

    .footermenu {
        padding: 14px 0;
    }

        .footermenu ul li a {
            font-size: 14px;
        }
}

@media only screen and (max-width: 991px) {
    .topcontact {
        font-size: 13px;
        letter-spacing: normal;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        padding: 7px;
    }

    .topsocials {
        margin: 6px 0;
    }

    .searchboxwrap {
        float: left;
        width: 100%;
        max-width: 300px;
        margin-top: 30px;
    }

    .inputwrap input[type="submit"] {
        font-size: 20px;
    }

    .welcometitle {
        font-size: 30px;
        margin: 24px 0 12px;
    }

    .welcomcont p {
        font-size: 14px;
    }

    .topdestinationwrap {
        padding: 20px 0;
        margin: 15px 0 3px;
    }

    .topdestination h2 {
        padding: 7px 0;
        font-size: 24px;
    }

    .topdestination ul li a {
        font-size: 14px;
    }

    .cardsaccept h2 {
        font-size: 30px;
        margin: 12px 0;
    }

    .cardsicons a {
        width: 80px;
    }

    .cardsicons {
        margin: 0 0 15px;
    }

    .footermenu ul li a {
        font-size: 11px;
    }

    .footermenu {
        padding: 12px 0;
    }

    .copyright p {
        font-size: 14px;
        padding: 10px 0;
    }

    .hostediipl p {
        font-size: 14px;
        margin: 10px 0;
    }

    .copyright p:after {
        height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .headertop {
        text-align: center;
    }

    .sitelogo img {
        width: 140px;
    }

    .topcontact {
        float: none;
        display: inline-block;
        padding: 7px 12px;
        font-size: 12px;
    }

    .topsocials {
        text-align: center;
    }

    .agentlogin a {
        font-size: 14px;
        margin-right: 2px;
    }

    .headermenu #myNavbar {
        padding: 0 15px;
        text-align: center;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        padding: 5px;
    }

        .headermenu .navbar-inverse .navbar-nav > .active > a,
        .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
        .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > li > a:hover,
        .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            margin-bottom: 1px;
        }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0;
        border: 0;
    }

        .headermenu .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            background-color: transparent !important;
        }

    .headermenu .navbar-nav {
        margin: 0 -15px 10px;
    }

    .slidermain a.carousel-control {
        bottom: 28px;
        top: auto;
        left: auto;
        right: 0;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 0px !important;
    }

    .searchboxwrap {
        margin-left: 0;
    }

    .headermenu .navbar-inverse {
        border-radius: 6px;
    }

    .headermenu {
        margin: 0 0 -15px;
    }

    .welcometitle {
        font-size: 24px;
        margin: 20px 0 10px;
    }

    .welcomeimage {
        text-align: center;
    }

        .welcomeimage img {
            float: none;
            display: inline-block;
        }

    .welcomcont {
        padding-top: 10px;
        text-align: center;
    }

    .topdestinationwrap {
        margin: 10px 0 2px;
    }

    .happyjourny img {
        float: none;
        display: inline-block;
    }

    .happyjourny {
        text-align: center;
        margin-top: 20px;
    }

    .cardsicons a {
        width: 70px;
        margin: 3px 1px;
    }

    .footerbottom {
        text-align: center;
    }

    .copyright p {
        font-size: 14px;
        padding: 10px 0 0;
        display: inline-block;
    }

        .copyright p:after {
            display: none;
        }

    .hostediipl p {
        margin: 3px 0 10px;
    }
}

@media only screen and (max-width: 639px) {
    .mailtop {
        padding-right: 35px;
    }

    .agentlogin a {
        margin: 0;
    }

    .topcontact span {
        display: none;
    }

    .topcontact a {
        display: block;
        line-height: 22px;
    }

    .topcontact {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .agentlogin {
        display: block;
        margin: 10px 0 12px;
    }

        .agentlogin a::before {
            background: url('../images/site/lock.png') left top no-repeat;
            left: -27px;
            top: -2px;
            background-size: 20px;
        }

    .mailtop {
        padding-right: 0;
    }

    .agentlogin a {
        margin: 0 0 0 30px;
    }

    .topsocials {
        margin: 6px 0 10px;
    }

    .searchboxwrap {
        max-width: 290px;
        margin-top: 20px;
    }

    .slidermain a.carousel-control {
        left: -18px !important;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: auto !important;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -30px !important;
    }

    .welcomcont p {
        font-size: 12px;
        line-height: normal;
    }

    .welcometitle {
        font-size: 20px;
        margin: 17px 0 7px;
    }

    .cardsaccept h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    .cardsicons a {
        width: 64px;
        margin: 2px 1px;
    }

    .copyright p,
    .hostediipl p {
        font-size: 11px;
    }

    .hostediipl a {
        color: #fff;
        background: url(../images/site/icon-iipl.png) no-repeat left 2px;
        padding: 2px 0 3px 17px;
    }
}
