﻿body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    /*text-shadow:0 0 1px rgba(0,0,0,0.2);*/
    background-color: #fbfbfb;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-family: 'Titillium Web', sans-serif !important;
    text-shadow: 0 0 1px rgba(0,0,0,0.2) !important;
}

.navbar {
    /* background-color: #29458F; */
    background-color: white;
    /* background-image: url(../images/overlay-bg.png); */
    background-repeat: repeat;
}

    .navbar.freeze {
        /* background-color: rgba(0, 0, 0, 0.75); */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    }

        .navbar.freeze ul li a {
            color: #333 !important;
        }

.h-phone {
    font-size: 32px;
    font-family: 'Titillium Web';
    position: absolute;
    top: 10px;
    margin-left: 20px;
    color: #ed8323;
}

.navbar.freeze .h-phone {
    top: 4px;
}

#ppl_selector1 {
    display: none;
    left: 0;
}

    #ppl_selector1 #close_ppl_selector1 {
        position: absolute;
        right: 5px;
        top: 4px;
        padding: 0px 4px;
        background: rgba(0,0,0,0.5);
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        cursor: pointer
    }

    #ppl_selector1 h4 {
        font-size: 15px;
        border-bottom: #e6e6e6 1px solid;
        padding-bottom: 5px;
    }

    #ppl_selector1 ul {
        margin: 0;
        padding: 0;
    }

        #ppl_selector1 ul li {
            list-style: none;
            float: left;
            width: 30%;
            margin: 0 5px;
        }

            #ppl_selector1 ul li label {
                font-size: 12px;
            }

            #ppl_selector1 ul li input[type="text"] {
                width: 100%;
                padding: 0 8px;
            }

    #ppl_selector1 .add_more_room {
        display: inline-block;
        width: 100%;
        text-align: center;
        background-color: #f4f4f4;
        padding: 6px 10px;
        margin-top: 20px;
        cursor: pointer
    }

.select-wrapper:after {
    top: 17px;
    right: 14px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #93988D;
    z-index: 2;
}

.select-wrapper:before {
    background-color: transparent;
    bottom: 0;
    right: 0;
    top: 2px;
    width: 100%;
    z-index: 1;
}

.select-wrapper:before, .select-wrapper:after {
    position: absolute;
    content: " ";
    display: block;
    pointer-events: none;
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    border-radius: 0;
    line-height: 1;
    border: none;
    height: 100%;
    width: 100%;
    padding: .5em;
    display: block;
}

.navbar-fixed-top {
    border-width: 0 0 0px;
    /*-webkit-box-shadow: 0px 3px 8px -6px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 3px 8px -6px rgba(0,0,0,0.43);
    box-shadow: 0px 3px 8px -6px rgba(0,0,0,0.43);*/
}

.navbar-nav > li > a {
    color: #444 !important;
    padding: 10px 15px;
    font-size: 16px !important;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar {
    min-height: 80px;
    opacity: 1;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.navbar-nav > li > a {
    padding-top: 32px;
    padding-bottom: 28px;
    font-size: 16px;
    transition: background 0.5s, ease-in, transform 0.25s ease-in-out;
    margin-bottom: 0px;
}

.navbar.freeze .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 15px;
}

.navbar.freeze .navbar-brand img {
    max-width: 150px;
}

.navbar.freeze.navbar {
    min-height: 62px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    color: #fff !important;
    border-bottom: solid 0px #fff;
    background-color: #0192d5; /*#f5702f*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #0192d5; /*#e05e1e*/
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle {
    border-color: #F7F7F7;
}

a.read-more {
    display: block;
    background: #FA7921;
    color: white;
    width: 110px;
    padding: 3px 8px;
    border-radius: 0px;
    line-height: 21px;
    font-size: 12px;
    FONT-WEIGHT: NORMAL;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}

    a.read-more:hover {
        background-color: #2C478D;
    }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel.slide {
    margin-top: 0px;
}

#carousel-example-generic.carousel.slide {
    margin-top: 60px;
}

    #carousel-example-generic.carousel.slide:before {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: rgba(0,0,0,0.5);
        content: "";
        width: 100%;
        height: 100%;
        z-index: 999;
    }

.slider-bottom {
    background-color: #FFFFFF;
    position: relative;
    margin-top: 0px;
    text-align: center;
    /*	background-image: url('../images/mainContentBg.gif');*/
    background-position: left -70px;
    margin-bottom: 0px;
    color: #727968;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-top: solid 0px #44A91C;
    /* border-bottom: solid 5px rgb(232, 232, 232); */
    padding: 0px 5px;
    box-shadow: 0px 3px 2px -2px rgba(183, 183, 183, 0.5);
}

.sub-pagetitle {
    font-size: 21px;
}

.dest.slider-bottom {
    position: relative;
    margin-top: -111px;
    text-align: center;
    background: rgba(12, 12, 12, 0.48);
    background-position: left -70px;
    margin-bottom: 0px;
    color: #727968;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-top: solid 0px #44A91C;
    /* border-bottom: solid 5px rgb(232, 232, 232); */
    padding: 0px 5px;
    box-shadow: 0px 3px 2px -2px rgba(183, 183, 183, 0.5);
}

    .dest.slider-bottom h1, .dest.slider-bottom p {
        color: #fff;
    }

    .dest.slider-bottom p {
        font-size: 16px;
    }

.slider-bottom.further {
    background-color: #ffffff;
    border-top: solid 0px #3F93B7;
    border-bottom: solid 0px #dcdcdc;
    padding: 0px 5px;
}

.slider-bottom p {
    margin-bottom: 20px;
}

.carousel-control .fa {
    background: rgba(16, 16, 16, 0);
    padding: 4px;
    width: 53px;
    border-radius: 50%;
    padding-top: 0px;
    padding-left: 0px;
    top: 50%;
    position: absolute;
    font-size: 48px;
    color: rgb(255, 255, 255);
}

.fa-angle-left {
    left: 0px;
}

.fa-angle-right {
    right: 0px;
    padding-left: 5px !important;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .5;
}

.has-arrow-right {
    height: 40px;
    position: relative;
    border-top-right-radius: 0;
}

    .has-arrow-right:before {
        content: '';
        position: absolute;
        top: -1px;
        left: 100%;
        border: 21px solid transparent;
        border-left: 21px solid #61967B;
    }

.mega-menu {
    padding: 10px 0px 10px 0px !important;
    width: 720px;
    border-radius: 0;
    margin-top: 0px;
    left: -70px;
}

    .mega-menu li {
        display: inline-block;
        float: left;
        font-size: 16px;
        padding: 3px 0px;
        text-transform: uppercase;
    }

        .mega-menu li.mega-menu-column {
            margin-right: 20px;
            width: 150px;
        }

    .mega-menu .nav-header {
        padding: 0 !important;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        border-bottom: 0px solid #ddd;
        margin-left: 9px;
    }

    .mega-menu img {
        padding-bottom: 10px;
    }


.mega-menu-column ul {
    padding-left: 15px;
}



.panel-primary {
    border-color: #61967B;
}

.office-locations {
    padding-top: 20px;
}

h1 {
    font-family: 'Titillium Web',sans-serif, arial;
}

h2 {
    /*padding-left: 15px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Titillium Web',sans-serif, arial;
}

h4 {
    /*padding-left: 15px;*/
    margin-bottom: 0px;
    font-family: 'Titillium Web',sans-serif, arial;
}

p {
    padding: 5px 10px 5px 20px;
}

    p.intro {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        line-height: 27px;
        color: #444;
        font-size: 1.2em;
        text-align: left;
        padding: 20px;
    }

.intro-box {
    margin-bottom: 5px;
    margin-top: 10px;
}

    .intro-box h3 {
        margin-left: 20px;
        color: #909090;
        text-shadow: none;
    }

    .intro-box p {
        line-height: 23px;
    }

.slider-bottom p {
    color: #9A9A9A;
    font-size: 1.4em;
    margin-top: -10px;
}

.slider-bottom.further p {
    color: #101010;
}

.carousel-caption {
    transition: bottom 1s ease;
    text-align: left;
    left: 10%;
}

.active .carousel-caption {
    color: white;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 26px;
}

.active .carousel-caption {
    font-size: 32px;
}

.carousel-indicators {
    bottom: 55%;
    background: transparent;
    width: 20px;
    border-radius: 5px;
    padding: 5px;
    opacity: 0.5;
    left: 38%;
}

.package-container {
    padding-right: 0px;
    margin-top: 20px;
}

.divider {
    border-bottom: solid 1px #e5e5e5;
    clear: both;
    margin: 30px 10px 15px 10px;
    text-align: center;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}

.location-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0E0E0E;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.places-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .places-list li a {
        text-decoration: none;
        float: left;
        padding: 10px 0 10px 0;
        border-bottom: dotted 1px #ddd;
    }

        .places-list li a span {
            float: left;
            margin-right: 5px;
        }

        .places-list li a strong {
            font-size: 1em;
            color: #51b8f2;
        }

            .places-list li a strong span {
                float: none;
                font-weight: normal;
                font-size: .9em !important;
                color: #222;
            }

.service .col-lg-3 {
    margin-bottom: 20px;
    min-height: 199px;
}

    .service .col-lg-3 h3 {
        color: #06C;
    }

.divider h2 {
    text-align: center;
    background-color: #F0F0F0;
    margin: auto;
    width: 35%;
    position: absolute;
    top: -17px;
    color: #676967;
    font-family: 'Titillium Web', sans-serif;
    left: 30%;
    padding-right: 20px;
    font-weight: normal;
}

.social li a {
    color: #4cc2ff;
    background-image: url('/Content/images/social.png');
    background-repeat: no-repeat;
    padding-top: 58px;
    width: 62px;
}

    .social li a.facebook {
        background-position: 6px 28px;
    }

    .social li a.twitter {
        background-position: 6px -58px;
    }

    .social li a.google {
        background-position: 6px -148px;
    }

    .social li a.youtube {
        background-position: 6px -232px;
    }

div.package-wrapper {
    position: relative;
    border: solid 1px #eceeeb;
    background-color: #fff;
    /*webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.09);
     -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.09);*/
    /* box-shadow: 0 2px 3px rgba(0,0,0,0.09); */
    /* box-shadow: 0 6px 8px -6px rgba(0,0,0,.4); */
    /* background-color: #fff; */
}

    div.package-wrapper:hover {
        webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.16);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.16);
        box-shadow: 0 2px 5px rgba(0,0,0,0.16);
    }

.package-title-overlay {
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 10px;
    margin: auto;
    height: 36px;
    width: 84%;
    left: 8%;
}

h2.package-title {
    font-size: 16px;
    color: #111;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    padding-left: 10px;
    margin-left: 10px;
    overflow: hidden;
    max-height: 22px;
    min-height: 22px;
}

.package-wrapper.detail h2.package-title {
    padding-left: 0px;
    margin-left: 0px;
}

.package-wrapper h3 {
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 0px;
    /* font-weight: bold; */
    margin-top: 10px;
    display: block;
    color: gray;
    padding-top: inherit;
}

.package-wrapper p {
    color: #3E3C3C;
    line-height: 21px;
    min-height: 72px;
    max-height: 72px;
    overflow-y: hidden;
}

.package-wrapper.detail p {
    padding: 0px;
    max-height: 75px;
}

.package-wrapper .more-info {
    padding: 0px 10px;
    color: #7B7B7B;
    bottom: 10px;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: bold;
    border-top: solid 1px #f3f2f2;
}

.package-wrapper.detail .more-info {
    border-top: solid 0px #E0DEDE;
    padding-right: 0px;
    margin-right: -10px;
}

.package-wrapper .more-info .col-md-6 {
    padding: 10px 0px;
    text-align: center;
}

.package-wrapper.detail .more-info .col-md-6 {
    padding: 10px 0px;
    text-align: center;
    background: rgba(99, 99, 99, 0);
    color: #908a96;
    font-weight: 300;
    font-size: 16px;
}

.package-wrapper .more-info .col-md-6:first-child {
    border-right: solid 1px #eee;
    text-align: center;
}

.package-wrapper.detail .more-info .col-md-6:first-child {
    border-right: solid 0px #eee;
    background-color: rgba(66, 139, 202, 0);
    color: #7d7a7a;
    margin-left: -10px;
    font-weight: 300;
    font-size: 16px;
}

.package-wrapper a {
    background-color: #FFF;
    display: block;
    /*padding-bottom: 15px;*/
    /*min-height: 290px;*/
    transition: background 0.5s, ease-in, transform 0.25s ease-in-out;
    /*max-height:290px;*/
}

    .package-wrapper a:hover {
        text-decoration: none;
    }

.package-wrapper .more-info:hover {
    /* background-color: #FDB714;*/
}

.package-wrapper .more-info .fa {
    font-size: 18px;
    font-weight: normal;
    color: #A3B39D;
    margin-right: 7px;
}

.package-wrapper.detail .more-info .fa {
    color: #7d7c7c;
}

.btn-more {
    background-color: rgb(247, 206, 22);
    color: #2f2f2f;
    margin-top: 10px;
}

    .btn-more a {
        background-color: #61967B;
        color: #fff;
    }

a.learn-more {
    background: rgb(247, 206, 22);
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin-top: 10px;
    border-radius: 0px;
}

    a.learn-more:hover {
        background: #4d4d4d;
        color: #fff;
    }

.package-wrapper .img-wrapper {
    padding: 0px;
}

.package-container .col-md-4 {
    margin-bottom: 20px;
}

.package-wrapper a img {
    width: 100%;
    border-bottom: solid 3px #5C7951;
}

.package-container h2.sub-title, .right-small-box h2 {
    margin-top: 0px;
    font-size: 21px;
    color: rgb(66, 68, 67);
    margin-bottom: 16px;
    font-weight: 200;
    font-family: 'Titillium Web',sans-serif, arial;
}

.right-small-box h2 {
    margin-top: 0px;
    font-size: 21px;
    color: rgb(134, 131, 131);
    margin-bottom: 10px;
    padding-left: 0px;
}

.panel {
    border-radius: 0px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.bottom-footer {
    background-color: #2b5273;
    margin-top: 0px;
    border-top: 0px solid #ddd;
}

    .bottom-footer p, .bottom-footer ul li {
        color: #CED1D4;
        font-family: 'Open Sans';
        float: left;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
}


/*---- Genral classes end -------*/


/*Change icons size here*/
.social-links {
    text-align: center;
    max-width: 350px;
    padding-top: 10px;
}

.social-icons .fa {
    font-size: 1.8em;
}


/*Change icons circle size and color here*/

.social-icons .fa {
    width: 45px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons.icon-rounded .fa {
    border-radius: 5px;
}

.social-icons.icon-flat .fa {
    border-radius: 0;
}

.social-icons .fa:hover,
.social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-adn {
    background-color: #504e54;
}

.social-icons .fa-apple {
    background-color: #aeb5c5;
}

.social-icons .fa-android {
    background-color: #A5C63B;
}

.social-icons .fa-bitbucket,
.social-icons .fa-bitbucket-square {
    background-color: #003366;
}

.social-icons .fa-bitcoin,
.social-icons .fa-btc {
    background-color: #F7931A;
}

.social-icons .fa-css3 {
    background-color: #1572B7;
}

.social-icons .fa-dribbble {
    background-color: #F46899;
}

.social-icons .fa-dropbox {
    background-color: #018BD3;
}

.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
    background-color: #3C599F;
}

.social-icons .fa-flickr {
    background-color: #FF0084;
}

.social-icons .fa-foursquare {
    background-color: #0086BE;
}

.social-icons .fa-github,
.social-icons .fa-github-alt,
.social-icons .fa-github-square {
    background-color: #070709;
}

.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
    background-color: #CF3D2E;
}

.social-icons .fa-html5 {
    background-color: #E54D26;
}

.social-icons .fa-instagram {
    background-color: #A1755C;
}

.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
    background-color: #0085AE;
}

.social-icons .fa-linux {
    background-color: #FBC002;
    color: #333;
}

.social-icons .fa-maxcdn {
    background-color: #F6AE1C;
}

.social-icons .fa-pagelines {
    background-color: #241E20;
    color: #3984EA;
}

.social-icons .fa-pinterest,
.social-icons .fa-pinterest-square {
    background-color: #CC2127;
}

.social-icons .fa-renren {
    background-color: #025DAC;
}

.social-icons .fa-skype {
    background-color: #01AEF2;
}

.social-icons .fa-stack-exchange {
    background-color: #245590;
}

.social-icons .fa-stack-overflow {
    background-color: #FF7300;
}

.social-icons .fa-trello {
    background-color: #265A7F;
}

.social-icons .fa-tumblr,
.social-icons .fa-tumblr-square {
    background-color: #314E6C;
}

.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
    background-color: #32CCFE;
}

.social-icons .fa-vimeo-square {
    background-color: #229ACC;
}

.social-icons .fa-vk {
    background-color: #375474;
}

.social-icons .fa-weibo {
    background-color: #D72B2B;
}

.social-icons .fa-windows {
    background-color: #12B6F3;
}

.social-icons .fa-xing,
.social-icons .fa-xing-square {
    background-color: #00555C;
}

.social-icons .fa-youtube,
.social-icons .fa-youtube-play,
.social-icons .fa-youtube-square {
    background-color: #C52F30;
}

.footer-social-links {
    background-color: #3e6f98;
    border-bottom: solid 1px #2a4d6b;
    border-top: solid 1px #4982b1;
}

.footerbox h2 {
    color: #a6cbea;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.footerbox .nav-pills > li {
    float: none !important;
}

.footerbox .nav > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
    color: #b1bfcc;
    background-color: transparent;
}

.form-group-select-plus {
    margin-top: 39px;
}

#newsletter-form input.form-control {
    border: 1px solid #e0e0e0;
    background-color: #f5f4f4;
    color: #545151;
}

.container.copyright {
    /* border-top: solid 1px #444; */
    color: #f9f9f9;
    padding: 20px 10px;
    padding-bottom: 8px;
    font-weight: 200;
    font-size: 13px;
}

.container.inner-footer {
    border-bottom: solid 0px #111;
    padding-bottom: 10px;
}

.flex-container h1 {
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: 999;
    color: #fff;
    text-shadow: 0 0 25px rgba(100,100,100,0.6);
}

#exTab1 .tab-content {
    color: white;
    background-color: #fff !important;
    padding: 5px 15px;
}

#exTab1 p {
    color: #000 !important;
}

.tab-nav {
    background-color: #eee;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}


#exTab1 .glyphicon {
    margin-right: 5px;
}

#exTab1 .thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#exTab1 .list-group-item .thumbnail img {
    height: 150px;
    max-width: 220px;
}

#exTab1 .item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    border: none;
    background: #fff !important;
}

    #exTab1 .item.list-group-item:nth-of-type(odd):hover, #exTab1 .item.list-group-item:hover {
        background: #f7f7f7;
    }

    #exTab1 .item.list-group-item .list-group-image {
        margin-right: 15px;
    }

    #exTab1 .item.list-group-item .thumbnail {
        margin-bottom: 0px;
        border: none;
    }

    #exTab1 .item.list-group-item .caption {
        padding: 9px 9px 0px 9px;
    }



    #exTab1 .item.list-group-item:before,
    .item.list-group-item:after {
        display: table;
        content: " ";
    }

    #exTab1 .item.list-group-item img {
        float: left;
    }

    #exTab1 .item.list-group-item:after {
        clear: both;
    }

#exTab1 .list-group-item-text {
    margin: 0 0 11px;
}

#exTab1 .list-group-item-text {
    margin: 0 0 11px;
    font-family: 'Titillium Web',sans-serif, arial;
    font-weight: 200;
    line-height: 24px;
}

#exTab1 .list-group-item-heading {
    font-family: 'Titillium Web',sans-serif, arial;
    margin-top: -10px;
}

#exTab1 h2.sub-title {
    margin-top: 15px;
    font-size: 21px;
    margin-left: 15px;
    color: rgb(99, 115, 107);
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Titillium Web',sans-serif, arial;
}
/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 200;
    color: #464a46;
}

#exTab1 .nav-pills > li.active > a {
    background-color: #f0f0f0;
    color: #4e4d4d;
    border-bottom: solid 2px #61967b;
}

#exTab1 .nav-pills > li > a:hover {
    background-color: #f0f0f0;
    color: #4e4d4d;
    border-bottom: solid 2px #61967b;
}

#exTab1 ul.nav-pills {
    width: 360px;
    margin: auto;
}

.tab-content > .tab-pane {
    color: #222 !important;
    line-height: 25px;
}

.form-control {
    /*border-radius: 2px;*/
}

.pacakage-outer {
    background-color: #fff !important;
    padding-left: 0px;
    padding-right: 0px;
}
/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.tab-wrapper, .tab-content {
    /*  background-color: #fff; */
    background-color: rgba(255, 255, 255, 0);
    padding-bottom: 15px;
}

.item h2 {
    POSITION: ABSOLUTE;
    FONT-SIZE: 40PX;
    TOP: 122PX;
    LEFT: 30PX;
    Z-INDEX: 9000000000;
    PADDING: 30PX;
    BACKGROUND: #000;
    COLOR: #FFF;
    font-weight: 900
}

.small-banner {
    margin-top: 0px;
    width: 100%;
}

    .small-banner img {
        width: 100%;
    }

.feedback-form {
    margin-left: 20px;
    margin-top: 30px;
}

.clear {
    clear: both;
}

.tabcontent {
    border-left: 1px dotted #bbb;
    padding-left: 20px;
}

    .tabcontent p {
        padding: 0px 0px 0px 0px;
        line-height: 23px;
        font-size: 14px;
        color: rgb(90, 90, 90);
    }

    .tabcontent h3 {
        /*padding-left: 20px; */
        margin-left: -76px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
    }

.dest-box {
    padding-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
}

    .dest-box .dest-item {
        margin-bottom: 0px;
        background-color: #fff;
        padding: 0px;
    }

        .dest-box .dest-item .col-md-6 {
            padding: 0px;
        }

            .dest-box .dest-item .col-md-6 img {
                width: 100%;
            }

        .dest-box .dest-item:nth-child(even) .col-md-6.img {
            float: right;
        }

        .dest-box .dest-item .col-md-6 p {
            line-height: 27px;
            color: #888787;
            font-size: 15px;
        }

        .dest-box .dest-item .col-md-6 h2 {
            margin-top: 10px;
            color: #61967B;
        }

.tabcontent h3 span {
    background-color: rgb(127, 185, 105);
    /* border: solid 1px #F9F9F9; */
    border-radius: 50%;
    color: #FFF;
    /* padding: 3px 11px; */
    width: 40px;
    opacity: 1;
    height: 40px;
    display: inline-block;
    margin-left: -2px;
    text-align: center;
    line-height: 32px;
    /* box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); */
    padding-top: 3px;
}

.bottom-footer .col-md-3.timeColumn {
    float: left;
    display: inline;
    min-height: 280px;
}

.bottom-footer .col-md-3 h3 {
    color: #F7F6F6;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans',sans-serif, arial !important;
}

.bottom-footer .col-md-3.timeColumn ul.hours {
    list-style-type: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 200px !important;
}

.bottom-footer .timeColumn .hours li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #949eaa;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #696969;
}

    .bottom-footer .timeColumn .hours li span {
        float: right;
        color: #949eaa;
    }

.col-lg-4.right-box {
    background-color: #FFF;
    margin-top: -40px;
    border-left: solid 1px #EDEDED;
    box-shadow: 3px -2px 6px -2px #bbb;
}

    .col-lg-4.right-box .main-image {
        width: 100%;
        margin-top: 15px;
    }

.pr-detail.col-lg-7.col-lg-offset-1 {
    margin-left: 4.3%;
    margin-top: 30px;
}

.package-wrapper {
    border: solid 0px #B8B8B8;
}

.pr .package-title-overlay {
    bottom: 50px;
    width: 90%;
    left: 5%;
}

.pr h2.package-title {
    bottom: 54px;
}

ul.upper-nav {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    font-size: 12px;
    font-weight: lighter;
    font-family: 'Open Sans';
}

    ul.upper-nav li {
        float: left;
    }

        ul.upper-nav li a {
            color: #fff;
            padding: 3px 10px;
            text-transform: uppercase;
            font-weight: lighter;
            border: none !important;
            font-family: 'Titillium Web', sans-serif;
        }

.phone-number {
    font-size: 14px;
    color: #FFEB3B;
    margin-top: 10px;
    margin-left: 45px;
    font-weight: 200;
}

    .phone-number .round-icon {
        margin: 0px 15px;
    }

    .phone-number span {
        font-size: 13px;
        margin-left: 15px;
    }

        .phone-number span.num {
            font-size: 18px;
            color: #fff;
        }



.img-arrow {
    position: absolute;
    background-image: url('/Content/images/arrow.png');
    background-repeat: no-repeat;
    margin-top: -33px;
    /* background: rebeccapurple; */
    width: 21px;
    height: 57px;
    z-index: 999;
    right: -1px;
    top: 120px;
}

.full-width {
    width: 100%;
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb
http://stackoverflow.com/questions/26770055/bootstrap-carousel-fade-no-longer-working-with-maxcdn-3-3-bootstrap-min-css
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2s;
    transition-timing-function: linear;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #61967B;
    border-color: #61967B;
}

.home-search {
    /* margin-top: -177px; */
    padding: 27px 20px 20px;
    color: #fff;
    margin-bottom: -135px;
    padding: 20px 35px;
    z-index: 999;
    /* max-width: 700px; */
    bottom: 190px;
    position: relative;
    box-shadow: 0px 7px 26px 1px rgba(43, 43, 43, 0.39);
    background: rgba(14, 14, 14, 0.49) !important
}

.home-search {
    margin-top: 0;
    padding: 27px 20px 20px;
    color: #fff;
    margin-bottom: 0;
    padding: 20px 35px;
    border-radius: 6px;
    padding-bottom: 0;
    padding-right: 20px;
    z-index: 999;
    /* max-width: 700px; */
    top: 160px;
    position: static;
    box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.62);
    background: rgba(0, 0, 0, 0.89) !important;
}
    /*.home-search .btn-primary {
    margin-top: 30px;
    background: #ffdd00;
    border-color: #ffdd00;
    padding: 10px;
    color: #333;
}*/
    .home-search .btn-primary {
        background: #2789d9;
        border-color: #2789d9;
        padding: 9px;
        color: #fff;
        font-weight: bold;
        border-radius: 4px;
    }

        .home-search .btn-primary:hover {
            background: #30a2d9;
            border-color: #30a2d9;
            padding: 9px;
            color: #fff;
            font-weight: bold;
            border-radius: 4px;
        }

.flight-options .btn-primary {
    padding: 5px 20px;
    background: #2789d9;
    border-color: #2789d9;
}

    .flight-options .btn-primary:hover {
        padding: 5px 20px;
        background: #30a2d9;
        border-color: #30a2d9;
    }

.btn-circle-style:hover {
    background: #34b1dd;
}

.home-search .btn-success {
    padding: 10px;
}

.home-search .form-control {
    border: none;
}

.flight-search-fields .form-group .input-icon {
    top: 1px;
}

.search-main-wrapper {
    position: static;
    margin-top: 15px;
    margin-bottom: 40px;
    /*padding-bottom: 40px;*/
    background: #eee;
    padding-top: 90px;
    background-size: cover;
    background-image: url('../Content/images/background3.jpg');
}

.drop-user-list {
    background: #fff;
    display: none;
    position: absolute;
    min-width: 300px;
    z-index: 98;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 7px 26px 1px rgba(0, 0, 0, 0.82);
}

    .drop-user-list li {
        list-style-type: none;
        padding: 5px 10px;
        border-bottom: solid 1px #eee;
        display: flex;
        justify-content: space-between;
    }

        .drop-user-list li a {
            color: #333;
            text-decoration: none;
        }

            .drop-user-list li a span {
                color: #b1b1bb;
            }

        .drop-user-list li > a {
            padding: 5px 10px;
        }

    .drop-user-list .controls {
        float: right;
        margin-top: -3px;
    }

        .drop-user-list .controls input {
            max-width: 30px;
            margin: 5px;
            border: none;
            text-align: center;
        }

        .drop-user-list .controls select {
            /*max-width: 30px;*/
            margin: 5px;
            border: none;
            text-align: center;
        }

        .drop-user-list .controls a {
            color: #fff;
            font-size: 18px;
            font-weight: normal;
            background: #30a2d9;
            height: 28px;
            width: 28px;
            line-height: 26px;
            border: solid 1px #30a2d9;
            text-decoration: none;
            text-align: center;
            display: inline-block;
            border-radius: 16px;
            /* float: left; */
        }

            .drop-user-list .controls a:hover {
                background: #34b1dd;
                border: solid 1px #34b1dd;
            }

.disable-circle-btn {
    background: #f3f3f3 !important;
    border: solid 1px #f3f3f3 !important;
    color: #999999 !important;
}

-search-1 div {
    padding: 0px;
}

.form-group-lg .btn-group-select-num > .btn {
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.btn-group-select-num > .btn.active, .btn-group-select-num > .btn.active:hover {
    background: #ffc107;
    border-color: #e4b118;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #795548;
    font-weight: bold;
}

.form-group.form-group-lg label {
    font-size: 16px;
    margin-bottom: 7px;
}

.btn-group-select-num > .btn {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 28px;
    line-height: 26px;
    width: 28px;
    padding: 0;
    background: none;
    color: #737373;
    border: 1px solid transparent;
}

h2 {
    color: #565656;
}

.tabbable #flightChooseTab {
    margin-top: -72px;
}

    .tabbable #flightChooseTab li a {
        padding: 15px 25px;
        /*font-size: 16px;*/
        font-weight: bold;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.form-group.form-group-lg .input-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
}

.search-tabs-bg > .tabbable > .tab-content > .tab-pane .form-control {
    background: rgba(255,255,255,0.5);
}

.form-group.form-group-lg.form-group-icon-left .form-control {
    padding-left: 45px;
    font-family: 'Titillium Web',sans-serif, arial;
    font-size: 16px;
}

.custom-controls .form-control {
    font-family: 'Titillium Web',sans-serif, arial;
    font-size: 14px;
    width: 100%;
}

.custom-controls .col-md-6 .form-control {
    width: 98%;
}

.custom-controls .col-md-4 .form-control {
    width: 96.7%;
}

.custom-controls .col-md-3 .form-control {
    width: 96%;
}

.custom-controls .col-md-2 .form-control {
    width: 100%;
}

.dropclass button {
    padding: 12px !important;
    border-radius: 3px !important;
}

.custom-controls input[type="checkbox"] {
    margin: 0 2%;
}

.custom-controls .label {
    font-size: 13px;
    font-weight: normal;
}

.form-group.form-group-icon-left .form-control {
    padding-left: 32px;
}

.form-group.form-group-lg .form-control {
    height: 45px;
    padding: 10px 18px;
    font-size: 13px;
}

.form-group .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    top: 30px;
    left: 0px;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 97;
}

.icon-rotate-180 {
    transform: rotate(180deg);
}

.home-search h2 {
    margin-top: -5px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Titillium Web',sans-serif, arial;
    font-weight: 200;
    font-size: 33px;
    color: #fff;
}

.home-search .form-control {
    border-radius: 0px;
    font-size: 16px;
    height: 40px;
    box-shadow: none !important;
    border-radius: 4px;
}

.home-search .btn-wrapper {
    padding-right: 5px;
    padding-left: 5px;
}

.home-search button {
    border-radius: 0px;
    padding: 9px 10px;
    width: 100%;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-transform: uppercase;
}

/*.home-search .col-md-5 {
    padding-left: 5px;
    padding-right: 5px;
}*/

.slideimg {
    /* This is the bit that moves. It has 4 images, so 4 * 450 = 1800. You could use javascript
  to work this out instead by counting images. */
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}

    .slideimg img {
        padding: 0;
        margin: 0;
        float: left; /* All the images are in a row next to each other. */
    }

.vbox div img {
    width: 100%;
    max-height: 324px;
}

.vbox div {
    padding-bottom: 15px;
    padding-right: 0px;
}

.vbox .iBox-gradient {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.vbox .overlay {
    background: rgba(5,15,25,.8);
}

.vbox .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(25,15,5,.8);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.vbox .iBox-content {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 5px;
    padding: 10px 14px 14px;
    color: #ebf0f5;
    font-size: 17px;
    line-height: 21px;
    font-family: "proxima-nova",sans-serif;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(15,15,15,0) 0%, rgba(15,15,15,0) 15%, rgba(15,15,15,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,15,15,0)), color-stop(15%,rgba(15,15,15,0)), color-stop(100%,rgba(15,15,15,1)));
    background: -webkit-linear-gradient(top, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%);
    background: -o-linear-gradient(top, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%);
    background: linear-gradient(to bottom, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%);
}

.vbox .iBox-gradient:hover .iBox-content {
    background: linear-gradient(to bottom, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgb(43, 119, 197) 100%)
}

.vbox .iBox-content .title {
    margin-bottom: -18px;
}

    .vbox .iBox-content .title a {
        color: #fff;
        font-size: 24px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Open Sans',sans-serif, arial;
        /* text-shadow: 1px 1px 2px rgba(86, 86, 86, 1); */
        font-weight: 700;
    }

.vbox .col-sm-8, .vbox .col-md-6, .vbox .col-md-4, .vbox .col-md-2 {
    padding-left: 5px;
    padding-bottom: 5px;
}

.vbox .col-sm-8 {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.vbox .carousel, .vbox .carousel-inner, vbox .carousel-inner .item, vbox .carousel-inner .item.active {
    padding-bottom: 0px;
}

    .vbox .carousel-inner > .active {
        padding-bottom: 0px;
    }

        .vbox .carousel .iBox-content, .vbox .carousel-inner > .active .iBox-content {
            bottom: 0px;
            right: 0px;
        }

.ui-front {
    z-index: 1050;
}

h1.main {
    margin-top: -5px;
    margin-bottom: 10px;
    font-family: 'Titillium Web',sans-serif, arial;
    text-align: center;
    color: #7B807D;
    font-weight: 200;
}

.certificates {
    padding: 10px 15px;
    min-height: 80px;
}

.pull-left {
    float: left;
}

.mtop10 {
    margin-top: 10px;
}

.mleft5 {
    margin-left: 5px !important;
}

.mleft11 {
    margin-left: 11px !important;
}

.pull-right {
    float: right;
}

.sm {
    position: relative;
    width: 150px;
    height: 150px;
    background: #111;
    margin: 5px;
    overflow: hidden;
}

.md {
    position: relative;
    width: 508px;
    height: 150px;
    background: #111;
    margin: 5px;
    overflow: hidden;
}

.lg {
    position: relative;
    width: 400px;
    height: 310px;
    background: #111;
    margin: 5px;
    overflow: hidden;
}



.certificates .logos img {
    /* max-width: 100px; */
    max-height: 60px;
    margin: 0px 10px;
}

.marged {
    margin-top: 100px;
}


.revealOnScroll {
    opacity: 0;
}

.image {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    background-color: #48cfad;
    opacity: 0.8;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-image: url('http://lorempixel.com/400/200/');
    -webkit-background-size: cover;
    background-size: cover;
}

.radio-inline {
    padding: 5px 10px !important;
    margin-left: -6px;
}

    .radio-inline label {
        line-height: 21px;
        color: #fff;
    }


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.phone {
    font-size: 20px;
    color: white;
    margin: auto;
    margin-top: 30px;
}

.package-container.hotels .img-wrapper img {
    max-width: 100%;
}

.package-container.hotels p {
    max-height: 400px;
}

.office-locations .phone {
    color: #333;
    margin-top: 0px;
    font-size: 16px;
}

    .office-locations .phone span {
        font-size: 16px;
    }

.office-locations ul.contact {
    padding: 0px 15px 0px;
    list-style-type: none;
}

.office-locations .phone b {
    float: left;
    font-size: 21px;
    margin-top: 6px;
    margin-right: 5px;
    clear: left;
    color: #8A8A8A;
}

.office-locations .address b, .office-locations .email b, .office-locations .cell-phone b, .office-locations .fax b, .office-locations .web b {
    font-size: 18px;
    color: #829284;
    margin-right: 5px;
    float: left;
}

.office-locations .address span, .office-locations .email span, .office-locations .phone span {
    float: left;
}

.circle-img {
    width: 100%;
    border: solid 5px #ECE3E3;
    margin-top: 15px;
}

.office-locations .address span {
    min-height: 70px;
}

.panel-heading img {
    margin-top: -3px;
    margin-right: 5px;
}

.office-locations ul li {
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.navbar-default .navbar-toggle {
    border-color: rgba(247, 247, 247, 0);
}

.navbar-default .navbar-toggle {
    background-color: #2789d9;
}

    .navbar-default .navbar-toggle:hover {
        background-color: #5da3dc;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: #2b5273;
    }

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 0px;
}

.phone span {
    margin-left: 4px;
    font-size: 21px;
    display: block;
    margin-top: 5px;
    float: left;
}

.round-icon {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    background: #61967B;
    width: 32px;
    height: 32px;
    color: white;
    padding-left: 7px;
}

.header-contact {
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    font-family: arial, verdana;
    margin-top: 10px;
}

.passenger-info-title {
    margin-bottom: 0px;
    border-top: solid 1px #eaeaea;
    padding-top: 10px;
    color: #00BCD4;
}

.phone.glyphicon-earphone:before {
    border-radius: 50%;
    background: rgb(187, 99, 236);
    width: 36px;
    display: block;
    float: left;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
}

ul.footer-social {
    padding: 0px;
    margin: auto;
    list-style-type: none;
    width: 280px;
}

.input-group-addon {
    border-radius: 0px;
}

.footer-social li a {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 25px 70px;
    padding-right: 0px;
    margin: 15px 0px;
    display: block;
    color: #949eaa;
}

.container.inner-footer .col-md-3 {
    margin-top: 15px;
}

.footer-social .facebook {
    background-image: url(/Content/images/facebook.png);
}

.footer-social .twitter {
    background-image: url(/Content/images/twitter.png);
}

.footer-social .google {
    background-image: url(/Content/images/google_plus.png);
}

.footer-social .youtube {
    background-image: url(/Content/images/youtube.png);
}

.bottom-footer ul.contact li, .bottom-footer ul.contact li span, .bottom-footer ul.contact li b {
    font-size: 14px;
    margin-top: 0px;
    line-height: 26px;
}

#newsletter-form {
    margin-top: -3px;
}

.bottom-footer ul.contact li.address b, .bottom-footer ul.contact li.address span, .bottom-footer ul.contact li.address, .office-locations ul li {
    line-height: 21px !important;
}

.footer-links {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .footer-links li a {
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0px 30px;
        padding-right: 0px;
        margin: 0px 0px;
        display: block;
        color: #dff0ff;
    }

.bottom-footer ul.contact li b {
    float: left;
    clear: both;
    color: #b8b9bb;
    font-size: 18px;
    display: block;
}

.bottom-footer ul.contact li span {
    display: block;
    float: left;
    max-width: 210px;
    margin-left: 5px;
    font-size: 13px;
}

.bottom-footer .footer-title {
    color: #ECECEC;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 18px;
}

    .bottom-footer .footer-title span {
        color: #FA7921;
    }

.bottom-footer .contact {
    list-style-type: none;
    padding-left: 5px;
}

.bottom-footer h3 {
    color: #f2f2f2;
    font-size: 19px;
    font-weight: 200;
    margin-top: 10px;
}

.bottom-footer h4 {
    color: #f2f2f2;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 20px;
}

.mleft15 {
    margin-left: 15px;
}

a.request {
    display: block;
    padding: 5px 15px;
    background-color: #428BCA;
    color: white;
    font-weight: bold;
    max-width: 140px;
    float: left;
    text-decoration: none;
}

    a.request:hover {
        background-color: #67C9F3;
    }

a.enquiry {
    display: block;
    padding: 5px 15px;
    background-color: #61967B;
    color: white;
    font-weight: bold;
    max-width: 120px;
    float: left;
    margin-left: 10px;
    text-decoration: none;
}

    a.enquiry:hover {
        background-color: #E85E2B;
    }

.foot-action {
    margin-left: 20px;
}

.right-box ul.contact {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-top: 20px;
}

    .right-box ul.contact li b, .right-box ul.contact li span {
        float: left;
        line-height: 32px;
        margin-left: 10px;
        margin-top: 0px;
        font-size: 16px;
    }

    .right-box ul.contact li.address span {
        line-height: 21px;
        margin-bottom: 20px;
    }

    .right-box ul.contact li b {
        color: rgb(165, 165, 165);
        clear: both;
    }

    .right-box ul.contact li {
        font-size: 13px;
        line-height: 27px;
        color: #333;
        float: left;
    }

        .right-box ul.contact li.phone {
            margin-bottom: 25px;
            margin-top: -5px;
        }

.map {
    margin-top: 0px;
    clear: both;
    border: solid 1px rgb(224, 224, 224);
    /* padding-right: 58px; */
    width: 100%;
    margin-bottom: 5px;
}

.info-container {
    background-color: #f5702f !important;
    border-top: solid 0px #E6E4E4;
}

.brands {
    background-color: rgb(234, 234, 234) !important;
    padding: 10px 0px 10px 0px;
}

    .brands .container {
        background-color: transparent !important;
    }

.input-newsletter {
    border-radius: 0px;
    margin-top: 17px;
    height: 42px;
    font-size: 16px;
    width: 187px;
    float: left;
}

.info-container .container {
    background-color: #f5702f !important
}

    .info-container .container h2 {
        margin-top: 0px;
        padding: 25px 5px;
        color: #fff;
        font-size: 23px;
        margin-bottom: 0px;
    }

#home .container, #contact .container, #about .container, #inbound .container, #outbound .container, #details .container, #ticketing .container {
    background-color: rgba(255, 255, 255, 0);
}

.certificates {
    background-color: #fff !important;
}

.info-container .container {
    background-color: #f5702f !important
}

/*.btn-primary {
    color: #fff;
    background-color: #88bd40;
    border-color: #83b73d;
}*/


.navbar .container, .bottom-footer .container {
    background-color: transparent !important;
}

#home .nav-home, #contact .nav-contact, #about .nav-about, #inbound .nav-inbound, #outbound .nav-outbound, #details .nav-details, #ticketing .nav-ticketing {
    color: #606060 !important;
    border-bottom: solid 0px #fff;
    padding-bottom: 28px;
}

.nav-home:hover {
}

.nav-pills > li > a {
    border-radius: 0px;
    background: rgba(98, 130, 146, 0.65);
    color: #484646;
    background: rgba(220, 220, 220, 0.78) !important;
}



/*.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: rgba(255, 221, 0, 0.82);
}*/
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(245, 112, 47, 0.57);
}
/*.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffdd00;
    background-color: rgba(14, 14, 14, 0.49) !important;
}*/

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: rgba(14, 14, 14, 0.49) !important;
    background: rgba(0, 0, 0, 0.89) !important;
}

.airline-logos .col-md-3 {
    text-align: center;
    border: solid 1px rgb(206, 206, 206);
    margin: 0.5%;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.inquire-message .input-group {
    width: 100% !important;
}

img.logo-sl {
    margin-top: 20px;
}

hr.sep {
    margin-left: 15px;
    margin-right: 15px;
}

.destination-box h2 {
    padding-top: 6px;
    background: rgb(78, 131, 71);
    margin-left: 0px;
    padding-bottom: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: white;
}

.footer-nav {
    background-color: #393d40;
}

    .footer-nav .container {
        background-color: transparent !important;
    }

        .footer-nav .container .nav > li > a {
            color: #949494 !important;
            padding: 15px;
        }

            .footer-nav .container .nav > li > a:hover {
                color: #000 !important;
            }

.flight-search div {
    padding: 0px;
}

.hotel-search div {
    padding: 0px;
    padding-right: 5px;
}

.destination-box p {
    color: #000;
    line-height: 24px;
}

#modalVideo .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

#modalVideo .modal-header {
    border: none;
}

    #modalVideo .modal-header .close {
        margin-top: 25px;
        margin-right: -60px;
        z-index: 999999;
        color: #fff;
        opacity: 1;
        font-size: 36px;
    }

.carousel-inner .item H1 {
    display: block;
    position: absolute;
    z-index: 999;
    top: 30%;
    RIGHT: 10%;
    COLOR: #FFF;
    text-shadow: 0 0 25px rgba(100,100,100,0.6);
    line-height: 44px;
}

.footer .footerbox {
    padding: 10px 10px 0px 10px;
}

.footer h2 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #cacad2;
    text-shadow: 1px 1px 1px #23254c;
    border-bottom: 0px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 0px;
    color: #b3b3b3 !important;
    FONT-SIZE: 13px;
    /* font-weight: 700; */
    /* font-family: abel; */
    /* text-shadow: none; */
}

.drop-user-list .sub-menu-buttons {
    text-align: right;
    padding: 10px 10px 8px 0;
    background: #e4e4e4;
    margin: 10px -9px -9px;
}

.btn-addCity {
    max-width: 109px;
    font-size: 14px;
    margin-left: -15px;
    margin-bottom: 15px;
}

hr.main-sep {
    margin-left: 30px;
    width: 93.1%;
}

.pad2 {
    padding: 2px;
}

.margin15 {
    margin: 15px;
}

.mleft0 {
    margin-left: 0px !important;
}

.mbottom10 {
    margin-bottom: 10px !important;
}

.mleft8 {
    margin-left: 8px !important;
}

.mleft4 {
    margin-left: 4px !important;
}

.mleft12 {
    margin-left: 12px !important;
}

.mleft18 {
    margin-left: 18px !important;
}

.mleft-15 {
    margin-left: -15px;
}

.mleft-20 {
    margin-left: -20px;
}

.mtop-5 {
    margin-top: -5px;
}

.mright5 {
    margin-right: 5px;
}

.mtop12 {
    margin-top: 12px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop25 {
    margin-top: 25px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop35 {
    margin-top: 35px;
}

.mtop38 {
    margin-top: 38px;
}

.mbottom30 {
    margin-bottom: 30px !important;
}

.bdrleft {
    border-left: dotted 1px rgb(204, 204, 204);
}

.bdrright {
    border-right: dotted 1px rgb(204, 204, 204);
}

#link_get_widget {
    display: none;
}

.fb_iframe_widget > span {
    width: 255px !important;
}

.fb-like-box iframe {
    width: 255px !important;
}

.mleft30 {
    margin-left: 30px;
}

.mleft-3 {
    margin-left: -3px !important;
}

/* Animation */

/*@media (min-width: 768px) {
    .airline-logos .col-sm-4 {
        width: 32.33333333%;
    }
}*/

/*@media (min-width: 1200px) {
    .airline-logos .col-lg-3 {
        width: 24%;
    }
}*/

.info-container .container h2 {
    margin-top: 0px;
    padding: 25px 5px;
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
}

/*@media (min-width: 992px)and (max-width: 1200px) {
    .navbar-brand img {
        width: 150px;
        height: auto;
    }
}*/

.info-container .container h2 {
    font-size: 21px;
}

.navbar-nav > li > a {
    padding: 21px 15px;
}

/*@media (min-width: 992px)and (max-width: 1200px) {
    .home-search {
        margin-top: 0;
    }
}*/

.navbar {
    min-height: 50px;
    opacity: 1;
    border-bottom-color: #e9e9e9;
    border-bottom-width: 2px;
}


/*@media (min-width:780px) and (max-width: 990px) {
    .container {
        width: 100%;
    }

    .package-container.col-lg-9.bdrright {
        border-right: none !important;
    }*/
}

/*@media (min-width: 450px) and (max-width: 768px) {

    .package-container.col-lg-9.bdrright {
        border-right: none !important;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #2789d9;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 2px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #34b1dd;
    }

    .package-container .col-md-4.col-sm-6 {
        width: 50%;
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid #E2E2E2;
        border-top: solid 1px #FFFFFF;
    }

    .navbar {
        min-height: 70px;
        opacity: 1;
    }

    .navbar-default .navbar-toggle {
        border-color: #F7F7F7;
        margin-top: 5px;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 15px;
        width: 100%;
        border-bottom: solid 1px rgba(95, 99, 171, 1) !important;
    }

    ul.nav.navbar-nav {
        float: left !important;
        width: 100%;
    }

    .carousel.slide {
        margin-top: 70px;
    }

    .small-banner {
        margin-top: 70px;
        width: 100%;
    }
}
*/
/*@media (min-width: 320px) and (max-width: 480px) {
    .navbar {
        min-height: 55px;
        opacity: 1;
    }

    .navbar-brand img {
        height: 50px;
        width: 150px;
    }

    .carousel.slide {
        margin-top: 55px;
        overflow-x: hidden;
    }

    .carousel-caption {
        display: none;
    }

    .carousel-indicators {
        left: 60%;
        bottom: -5%;
    }

    .package-container.col-lg-9.bdrright {
        border-right: none !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    body {
        overflow-x: hidden;
    }

    p {
        padding: 5px 10px;
    }

    .bottom-footer .col-md-3 .timeColumn ul.hours {
        width: 100% !important;
    }

    .navbar-nav > li > a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid #E2E2E2;
        border-top: solid 1px #FFFFFF;
    }

    .container.inner-footer .col-md-3 {
        width: 100% !important;
    }

    h1, .h1 {
        font-size: 26px !important;
    }

    .slider-bottom p {
        font-size: 1.2em;
    }

    .slider-bottom h1 {
        font-family: 'Titillium Web',sans-serif, arial !important;
    }

    hr.main-sep {
        width: 74% !important;
    }

    .col-lg-3.pull-right.right-small-box {
        float: none !important;
    }

    .package-wrapper a img {
        max-height: 180px;
    }

    .navbar-nav > li > a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid #5E77B9;
    }

    .nav.navbar-nav.pull-right {
        float: left !important;
        width: 100%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #5E77B9;
    }

    .nav.navbar-nav.pull-right {
        float: left !important;
        width: 100%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #5E77B9;
    }
}*/

ul.dropdown-menu li {
    float: none !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #1da1f2;
    COLOR: #FFF !important;
}

ul.dropdown-menu li a {
    color: #222 !important;
    font-weight: 400;
    padding: 10px 15px;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

/*.tag {
    height: 26px;
    line-height: 23px;
    padding: 0 9px 0 8px;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    text-shadow: 0 1px white;
    float: left;
    background: #fafafa;
    margin: 2px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #dadada #d2d2d2 #c5c5c5;
    border-radius: 3px 3px 3px 3px;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
}*/

.destination-wrapper {
    margin-top: 0px;
    background: #fff;
    padding-left: 30px;
}

    .destination-wrapper h4 {
        margin-left: 0px;
    }

    .destination-wrapper .panel-primary > .panel-heading {
        color: #5e7569;
        background-color: #ffffff;
        border-color: rgba(165, 169, 167, 0.19);
        padding: 15px 10px;
    }

    .destination-wrapper .panel-primary {
        border-color: rgba(97, 150, 123, 0);
        border: none;
        border-bottom: solid 1px #ccc;
        margin-left: 15px;
        margin-right: 15px;
    }

    .destination-wrapper p.intro {
        padding-left: 0px;
        margin-left: 15px;
    }

    .destination-wrapper .item {
        padding: 0px;
    }

    .destination-wrapper .thumbnail {
        padding: 0px;
        border: none;
    }

        .destination-wrapper .thumbnail > img, .thumbnail a > img {
            margin: 3px;
            width: 100%;
            max-height: 280px;
            min-height: 280px;
        }

    .destination-wrapper .list-group-item-heading {
        margin-top: 0;
        margin-bottom: 5px;
        top: -48px;
        position: absolute;
        background: -moz-linear-gradient(top, rgba(15,15,15,0) 0%, rgba(15,15,15,0) 15%, rgba(15,15,15,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,15,15,0)), color-stop(15%,rgba(15,15,15,0)), color-stop(100%,rgba(15,15,15,1)));
        background: -webkit-linear-gradient(top, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%);
        background: -o-linear-gradient(top, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%);
        background: -ms-linear-gradient(top, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%);
        background: linear-gradient(to bottom, rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%);
        padding: 13px;
        width: 100%;
        left: 3px;
        color: #fff;
    }

        .destination-wrapper .list-group-item-heading a {
            color: #fff;
            height: 19px;
            line-height: 15px;
            overflow: hidden;
            display: inline-block;
        }

    .destination-wrapper .thumbnail .caption {
        padding: 9px;
        color: #333;
        position: relative;
    }

    .destination-wrapper .panel-title {
        font-size: 18px;
    }

    .destination-wrapper .lead {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        padding-left: 0px;
    }

    .destination-wrapper .list-group-item-text {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 27px;
        padding-left: 0px;
    }

.child-age {
    display: none;
}

.flight-search .form-group label {
    color: #f3f3f3;
    font-weight: 200;
    margin-bottom: 3px;
}

.flight-search .form-group label {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 3px;
    font-size: 15px;
}

.container.lighter {
    background-color: #fff;
}

.destination-wrapper .panel-body {
    padding-left: 0px;
}

ul.dest.nav-left {
    list-style-type: none;
    padding-left: 15px;
}

    ul.dest.nav-left li a {
        padding: 10px 0px;
        color: #333;
        font-size: 18px;
        display: block;
        border-bottom: solid 1px #e4e4e4;
        text-decoration: none;
        font-family: 'Titillium Web', sans-serif;
    }

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 68px;
    right: 15px;
    display: none;
    /* height: 51px; */
    border-radius: 50%;
    padding-top: 10px;
    font-size: 24px;
    LINE-HEIGHT: 31px;
    PADDING: 6PX 9PX;
    color: #ffffff;
    /*background-color: #f5702f;
    border-color: #c55822;*/
    background: #2789d9;
    border-color: #2789d9;
}

.stars {
    color: #FFC107;
    font-size: 21px;
}

.filter-panel {
    padding-left: 0px;
    margin-left: -15px;
}
/* Detail Page */


.hotel-details .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*@media screen and (max-width: 996px) {
    hotel-details .preview {
        margin-bottom: 20px;
    }
}*/

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li {
        width: 18%;
        margin-right: 2%;
        margin-bottom: 2%;
        margin-left: 0%;
    }

        .preview-thumbnail.nav-tabs li img {
            max-width: 100%;
            display: block;
        }

        .preview-thumbnail.nav-tabs li a {
            padding: 0;
            margin: 0;
        }

        .preview-thumbnail.nav-tabs li:last-of-type {
            margin-right: 0;
        }

.hotel-details.tab-content {
    overflow: hidden;
    max-height: 600px;
}

    .hotel-details .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        padding-right: 2%;
        animation-duration: .3s;
    }

.hotel-details .card {
    margin-top: 0px;
    background: #fbfbfb;
    padding: 1em;
    line-height: 1.5em;
}

/*@media screen and (min-width: 997px) {
    .hotel-details .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}*/

.hotel-details .details {
    /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; */
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

    .checked, .price span {
        color: #ff9f1a;
    }

.product-title, .rating, .product-description, .price, .vote, .sizes {
    padding-left: 0px;
    margin-bottom: 15px;
    color: #000000;
}

.product-title {
    margin-top: 0;
    margin-bottom: 0px;
}

.size {
    margin-right: 10px;
}

    .size:first-of-type {
        margin-left: 40px;
    }

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

    .color:first-of-type {
        margin-left: 20px;
    }

.hotel-address {
    color: #999;
    font-weight: bold;
    margin-bottom: 5px;
}

.add-to-cart, .like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

    .add-to-cart:hover, .like:hover {
        background: #b36800;
        color: #fff;
    }

.not-available {
    text-align: center;
    line-height: 2em;
}

    .not-available:before {
        font-family: fontawesome;
        content: "\f00d";
        color: #fff;
    }

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

.ppl-selector {
    position: absolute;
    background-color: #fff;
    top: 74px;
    right: 0px;
    display: none;
    z-index: 99999;
    width: 350px;
    height: auto;
    padding: 10px !important;
    box-shadow: 3px 3px 3px rgba(37, 37, 37, 0.64);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ppl_outer_wrapper {
    min-height: 85px;
    width: auto;
}

#ppl_selector .form-control {
    border: 1px solid #ccc;
    padding: 0px 5px;
    height: 30px;
    font-size: 0.9em;
}

.form-group .sub_label {
    font-size: 0.9em;
}

#ppl_selector .form-group {
    padding: 0px 3px;
    margin-bottom: 3px;
}

.btn-remove-rooms {
    margin-top: 28PX;
    padding: 5px 10px !important;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*# sourceMappingURL=style.css.map */


/* END Detail Page */
/*@media (min-width: 768px) {
    .modal-dialog {
        width: 620px;
        margin: 30px auto;
    }

    .modal-body {
        width: 500px;
        margin: auto;
    }

        .modal-body .content {
            padding: 0px 15px;
            text-align: center;
        }
}*/

.well-sm.top {
    padding: 9px;
    border-radius: 0px;
    border-right: none;
    border-left: none;
    background: #f5f5f5;
    margin-top: 62px;
    margin-bottom: 0px;
}

    .well-sm.top .fa {
        top: 1px;
        left: -4px;
        opacity: 0.4;
    }

    .well-sm.top form {
        margin-bottom: 0px;
    }

    .well-sm.top .form-group {
        margin-bottom: 0px;
        margin-left: -1px;
    }

    .well-sm.top .col-md-4, .well-sm.top .col-sm-3, .well-sm.top .col-md-8.col-sm-8 {
        padding: 0px;
    }

    .well-sm.top .btn {
        border-radius: 0px;
        width: 100%;
        background-color: #8BC34A;
        border-color: #8bc34a;
        padding: 11px 16px;
        font-size: 16px;
    }

    .well-sm.top .form-group .form-control {
        padding-left: 35px;
        font-family: 'Titillium Web',sans-serif, arial;
        font-size: 16px;
    }

h1 span {
    font-size: 0.7em;
    color: #999;
}

#modal-google-map, #modal-full-map {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    #modal-google-map .modal-dialog, #modal-full-map .modal-dialog {
        width: 90%;
    }

    #modal-google-map .modal-header .close {
        font-size: 46px;
        line-height: 36px;
        color: #000;
        right: 2px;
        position: absolute;
        top: -2px;
    }

#map-canvas, #map {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 640px;
    height: 80vh;
}

/*@media (min-width: 768px) {
    #modal-google-map .modal-body, #modal-full-map .modal-body {
        width: 100%;
        margin: auto;
    }
}*/

fieldset,
label {
    margin: 0;
    padding: 0;
}

#modal-full-map .modal-content {
    border-radius: 0px;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.details .rating {
    float: none;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
    cursor: pointer;
}

.panel-footer {
    padding: 0px 15px 10px 15px;
}

/*@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px !important;
        padding-left: 0px;
    }
}*/
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,
/* show gold star when clicked */
.rating:not(:checked) > label:hover,
/* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}


    /* hover previous stars in list */

    .rating > input:checked + label:hover,
    /* hover current star when changing rating */
    .rating > input:checked ~ label:hover,
    .rating > label:hover ~ input:checked ~ label,
    /* lighten current selection */
    .rating > input:checked ~ label:hover ~ label {
        color: #FFED85;
    }

.filter-panel .col-xs-12 hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.filter-panel .col-xs-12 h3 {
    margin-top: 15px;
    margin-bottom: 1px;
    font-size: 19px;
}

a.list-group-item {
    color: #555;
    margin-bottom: 0px;
}

a.list-group-item {
    color: #555;
    margin-bottom: 10px;
    border: none;
    background: transparent !important;
}

div.list-group-item {
    padding: 10px 0px;
}

a.map-link, a.fullmap-link {
    text-decoration: underline;
    font-weight: 700;
    margin-left: 7px;
    color: #1f0cc1;
}

    a.map-link:hover, a.fullmap-link:hover {
        color: #88bd40;
        text-decoration: none;
    }

a.fullmap-link {
    margin-top: 23px;
    display: block;
}

#modal-full-map .modal-body {
    padding: 0px;
}

    #modal-full-map .modal-body .map {
        margin-bottom: 0px;
    }

#modal-full-map .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    #modal-full-map .modal-header .close {
        margin-top: -19px;
        font-size: 33px;
        margin-right: -12px;
    }

.loader-wrapper {
    width: 200px;
    height: 200px;
    margin-top: 60px;
    background-image: url('/Content/images/spinner.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

input.slide-val {
    border: none !important;
    background: transparent;
    pointer-events: none;
    font-weight: bold;
    color: #666;
    outline: none;
}

h4.list-group-item-heading {
    margin-top: -5px;
}

h5.hotel-location {
    margin: 2px 20px 5px 5px !important;
    color: #0283DF;
    font-weight: bold;
    float: left;
    line-height: 24px;
}

a#hotelName {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: #1f8dbf;
    padding-left: 0px;
}

    a#hotelName:hover {
        text-decoration: underline;
        color: #f5702e;
    }

.hotel-list .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
    padding-left: 0px;
    clear: left;
}

.list-group-item.hotel-list {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 0px;
}

.hotel-list media {
    margin-left: -5px;
}

.media > .pull-left {
    margin-right: 0px;
}


/* Loader image */
.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px !important;
}

.loader {
    display: inline-block;
    font-size: 90px;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    transform: translateZ(0);
}

.loader1 {
    margin-right: 0.3em;
    animation: load1 3s infinite linear;
}

.loader2 {
    margin-left: 0.3em;
    transform: rotate(-90deg);
    animation: load2 3s infinite linear;
}

.popover {
    max-width: 455px;
}

.details .stars {
    color: #c3c3c3;
    font-size: 21px;
}

.sorting-bar {
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    border-collapse: separate;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    z-index: 2;
}

.sorting-bar {
    width: 102%;
    margin-bottom: 0px;
    font-size: 14px;
    font-size: 16px;
    border-collapse: separate;
    border: 1px solid #efefef;
    border-radius: 3px;
    z-index: 2;
    /* padding-left: 10px; */
    margin-top: 15px;
    background: #fff;
    height: 32px;
    color: #3b3b3c;
    font-weight: lighter;
    text-indent: 10px;
}

    .sorting-bar td:first-child {
        background: #F8F8FA;
        border-radius: 5px 0 0 5px;
        vertical-align: middle;
    }

.lbl-maptext {
    position: relative;
    bottom: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    color: #1739f7;
    padding: 2px 5px;
    float: right;
    margin-top: -25px;
    margin-right: -10px;
}

#modal-google-map .modal-body {
    padding: 0px;
}

.btn.btn-top-filter {
    border: none;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 200;
}

.tbl-rooms {
    background: #fff;
    box-shadow: 1px 1px 5px #d8d5d5;
}

    .tbl-rooms h4 {
        font-weight: 600;
        color: #545353;
        /* font-style: italic; */
        padding-left: 15px;
    }

    .tbl-rooms .footer-columns {
        font-weight: bold;
        padding-left: 15px;
        color: #2196F3;
    }

.policies {
    color: #278a2b;
}


.pleft0 {
    padding-left: 0px;
}

@keyframes load1 {
    0% {
        opacity: 1;
        transform: rotate(90deg);
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce;
    }

    2.5%, 47.5% {
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce;
    }

    5%, 29% {
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, -0.087em -0.825em 0 -0.42em #ffce6b, -0.173em -0.812em 0 -0.44em #ceff6b, -0.256em -0.789em 0 -0.46em #6bff6b, -0.297em -0.775em 0 -0.477em #6bffce;
    }

    10% {
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, -0.338em -0.758em 0 -0.42em #ffce6b, -0.555em -0.617em 0 -0.44em #ceff6b, -0.671em -0.488em 0 -0.46em #6bff6b, -0.749em -0.34em 0 -0.477em #6bffce;
    }

    19% {
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, -0.377em -0.74em 0 -0.42em #ffce6b, -0.645em -0.522em 0 -0.44em #ceff6b, -0.775em -0.297em 0 -0.46em #6bff6b, -0.82em -0.09em 0 -0.477em #6bffce;
    }

    50% {
        opacity: 1;
        transform: rotate(450deg);
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce;
    }

    51%, 100% {
        opacity: 0;
        transform: rotate(450deg);
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce;
    }
}

@keyframes load2 {
    0%, 49% {
        opacity: 0;
        transform: rotate(-90deg);
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce;
    }

    50% {
        opacity: 1;
        transform: rotate(-90deg);
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce;
    }

    52.5%, 97.5% {
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce;
    }

    55%, 79% {
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0.087em -0.825em 0 -0.42em #ffce6b, 0.173em -0.812em 0 -0.44em #ceff6b, 0.256em -0.789em 0 -0.46em #6bff6b, 0.297em -0.775em 0 -0.477em #6bffce;
    }

    60% {
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0.338em -0.758em 0 -0.42em #ffce6b, 0.555em -0.617em 0 -0.44em #ceff6b, 0.671em -0.488em 0 -0.46em #6bff6b, 0.749em -0.34em 0 -0.477em #ffffff;
    }

    79% {
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0.377em -0.74em 0 -0.42em #ffce6b, 0.645em -0.522em 0 -0.44em #ceff6b, 0.775em -0.297em 0 -0.46em #6bff6b, 0.82em -0.09em 0 -0.477em #6bffce;
    }

    100% {
        opacity: 1;
        transform: rotate(-450deg);
        box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce;
    }
}


/*================ START - Flight search result page styles=======================*/
#search-container {
    margin: 1% auto 1%;
}

    #search-container .btn-primary {
        background: #2789d9;
        border-color: #2789d9;
        padding: 5px;
        color: #fff;
        font-weight: bold;
        border-radius: 4px;
    }

        #search-container .btn-primary:hover {
            background: #30a2d9;
            border-color: #30a2d9;
            padding: 5px;
            color: #fff;
            font-weight: bold;
            border-radius: 4px;
        }


    /*Flight search result page - Side Bar */
    #search-container .search-sidebar {
        background-color: #4d505a;
        border: 1px solid #4d505a;
        padding: 15px;
        border-radius: 4px;
        color: #ffffff;
        box-shadow: 0px 7px 26px 1px rgba(43, 43, 43, 0.39);
    }

        #search-container .search-sidebar h3 {
            font-size: 20px;
            margin: 0 0 6px;
        }

        #search-container .search-sidebar h4 {
        }

        #search-container .search-sidebar h5 {
        }

        #search-container .search-sidebar ul {
            margin: 0;
            padding: 0;
        }

            #search-container .search-sidebar ul li {
                display: inline-block;
                font-size: 13px;
                line-height: 18px;
                list-style: outside none none;
                margin: 3px 0;
                width: 100%;
            }

                #search-container .search-sidebar ul li input[type="radio"] {
                    margin: 2px 6px 4px 0;
                }

                #search-container .search-sidebar ul li input[type="checkbox"] {
                    margin-right: 5px;
                    margin-top: 0
                }

                #search-container .search-sidebar ul li input[type="text"] {
                }

                #search-container .search-sidebar ul li select {
                }

                #search-container .search-sidebar ul li.label3 {
                    display: inline-block;
                    padding: 10px 0 0;
                    width: 100%;
                }

                #search-container .search-sidebar ul li span.label {
                    display: inline-block;
                    float: right;
                    font-size: 11px;
                    padding: 4px 6px;
                }

                #search-container .search-sidebar ul li.label3 label {
                    width: 31%;
                }

                    #search-container .search-sidebar ul li.label3 label:nth-child(1), #search-container .search-sidebar ul li.label3 label:nth-child(2) {
                        margin-right: 2%
                    }

                #search-container .search-sidebar ul li label {
                    display: inline-block;
                    padding: 0 0 3px;
                    width: 100%;
                }

                #search-container .search-sidebar ul li .onethirdtxt {
                    float: left;
                    width: 32%;
                }

                    #search-container .search-sidebar ul li .onethirdtxt:nth-child(1) {
                        margin-right: 2%;
                    }

                    #search-container .search-sidebar ul li .onethirdtxt:nth-child(2) {
                        margin-right: 2%;
                    }

                #search-container .search-sidebar ul li .halftxt {
                    float: left;
                    width: 49%;
                }

                    #search-container .search-sidebar ul li .halftxt:first-child {
                        margin-right: 2%;
                    }

                #search-container .search-sidebar ul li .btn {
                }

    #search-container .search-details {
        margin-bottom: 15px;
    }

        #search-container .search-details .details-flight {
            display: inline-block;
            width: 100%;
            background-color: #ffffff;
            border-radius: 6px;
            padding: 10px 15px;
        }


/*Flight search result page - Basic Flight result Area*/
.basic-flight-box {
    color: #000;
    border-radius: 6px;
    padding-bottom: 10px;
    z-index: 999;
    top: 160px;
    position: static;
    box-shadow: 0px 7px 26px 1px rgba(43, 43, 43, 0.39);
    background: rgba(255, 255, 255, 0.89) !important;
    margin-bottom: 15px;
}

.basic-box-more-area {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    margin: 10px;
    margin-bottom: 0;
}

    .basic-box-more-area .row {
        padding-top: 1px;
        margin-top: 1px;
    }

    .basic-box-more-area hr {
        border-top: 1px solid #fff
    }

.cheap-quick {
    background-color: #ffffff;
    border: 1px solid #34b1dd;
    /*padding-right: 20px;
    padding-left: 20px;*/
    padding-bottom: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    .cheap-quick.active {
        background-color: #34b1dd;
        border: 1px solid #34b1dd;
        color: #ffffff;
    }

.airLogo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

    .airLogo img {
        width: 35px;
        height: auto;
    }

.pricingBox {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 20px;
    text-align: center;
    border-left: 1px solid #ececeb;
}

    .pricingBox p {
        font-size: 12px;
        margin-bottom: 0px;
        padding: 5px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pricingBox h2 {
        color: #34b1dd;
    }

.basic-flight-box div {
    text-align: center;
}

.basic-flight-box p {
    padding-left: 5px;
    padding-right: 5px;
}

.basic-flight-box h4 {
    font-weight: bolder;
    font-size: 20px;
    padding-top: 10px;
}

.basic-flight-box .btn-select {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.basic-flight-box .header-bar {
    background-color: #ececeb;
    color: #000000;
    font-weight: normal;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.basic-flight-box input[type=checkbox] + label:before {
    font-family: 'FontAwesome';
    display: inline-block;
    letter-spacing: 5px;
    font-size: 18px;
    float: left;
    color: #000000;
}


/*================ END - Flight search result page styles=======================*/

.flight-options .dropdown {
    margin-right: 10px;
}

.flight-search-fields .form-group {
    padding-top: 0;
    position: relative;
}

.flight-search-fields input {
    border-radius: 3px !important;
}

.flight-search-fields h3, .flight-search-fields h4 {
    color: #fff;
}

.flight-attributes .form-group {
    padding-top: 5px;
    margin-right: 15px;
}

.caret {
    margin-left: 3px;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.dropdown-menu a {
    display: block;
    padding: 5px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    text-decoration: none;
}

    .dropdown-menu a:hover {
        background-color: #34b1dd;
    }

    .dropdown-menu a:last-child {
        border-bottom: none;
    }

.flight-options h3 {
    color: #fff;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-28 {
    padding-right: 28px !important;
}

.flight-details {
    background: #ffefc3;
    border-radius: 4px;
    border: solid 1px #b9b7b7;
}

    .flight-details .row {
        border-bottom: solid 1px #ccc;
        padding: 10px 0;
    }

.inner-header {
    color: #000;
    border-bottom: solid 1px #636363;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.gds-options {
    margin-right: 15px;
}

.gds-options_hotel .form-group {
    margin-right: 15px;
}

/*** custom checkboxes ***/
/*input[type=checkbox] {
    display: none;
}*/
/* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: 'FontAwesome';
    display: inline-block;
    letter-spacing: 10px;
    font-size: 24px;
    float: left;
    color: #2789d9;
}

input[type=checkbox] + label:before {
    content: "\f096";
}
/* unchecked icon */
input[type=checkbox] + label:before {
    letter-spacing: 5px;
}
/* space between checkbox and label */

input[type=checkbox]:checked + label:before {
    content: "\f14a";
}
/* checked icon */
input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}
/* allow space for check mark */






#Grid {
    margin-bottom: 40px;
    text-align: justify;
    font-size: 0.1px;
}

    #Grid li {
        display: inline-block;
        background: #eee;
        width: 12%;
        padding-top: 12%; /* Used instead of height to give elements fluid, width-based height */
        margin-bottom: 2.5%;
    }

    #Grid:after {
        content: '';
        display: inline-block;
        width: 100%;
        border-top: 10px dashed #922d8d; /* Border added to make element visible for demonstration purposes */
    }

    #Grid .placeholder {
        padding: 0;
        border-top: 10px solid #922d8d; /* Border added to make element visible for demonstration purposes */
    }



body .ui-datepicker {
    /*padding: 5px 4px;*/
    background: white;
    border: none;
}

    body .ui-datepicker .ui-datepicker-stay-duration {
        color: #0d5264;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        margin-top: 17px;
        margin-bottom: 8px;
    }

    body .ui-datepicker .ui-datepicker-header {
        background: #e2e2e2;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding-top: 12px;
        padding-bottom: 9px;
    }

        body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            width: 33px;
            height: 33px;
            left: 13px;
            top: 10px;
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAAEg4/L5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RJREFUeNpi5A1KYYCC/0DMCGIwIQnAaSYkAbgOJpgWJMAI086ITAMEECPUogqoYAcLmnntYG2f1s6Gi4AF+IJT4QIsUMPgZgAEEMxQHiD+zIAJeIH4C8iYamQFyHZAxetAipiRRZ+9+4BhHMw6fiD+gMU6ASD+CBBAjEghCgJnoLQJsi8YsAUmcvg9YcANnoAUSMN4UkIC6AqkmZB5X378xDACRUFRkCdWrz5BtkaEj5fhzSd4GD4FmSCDrANJEgRkWNBSAUY4AAQQekCBwFUg1sLj9WtArI0swIIlAAkBLeTAxpbeMYCxqiLDm5XTcUnD88c9bLKcbKzgJHfh7kMGkfBMfC67x4RLxsfciOH7r98Mf//9I+g/WMDi9M6KihwGPi5OBq+6bpxmMKIVDKQCRvRkxgjF1whovIakFgwAAghbOgEBRSDuBUUOlH8WiIuB+D66QhY0vjcQb8FioBwQB8LCG4i3Ysst23FoRgdboGpRDJgJxB4kBKIHVA/YAE4gTiMjJkB6OEEGXMKn6uXyaQxsLCy4pC+BDFDBJXtjdjfD9K17GH79+YNLiQrOpL2nrQKcNxqWrMPrD6xuS3S1YxDh52VwqeogGBBYXTB/9yEGJQkxcBYnywBYJbW/owpbWYxhwB1ckoKh6eCAxAPugPICKB18YyAPcIFc8B2IZ5GhGaTnOywM0oH4IAmaD0L1oASiAxAHEaE5CKoWayyshxYWStAs+wKKt0LFGKFq4AAgwHAVKMgA1BZIAOJSIFYnwZs3gRgUhQuA+C85aQlkcRe0zAVlpjkkOoABqn4OVP9/qHnMxDiCDYj3QjWWMlAXlELN3Qu1B6sjQMUvqLXixEBb4AS1xw/dEflAvI5cUy01VRjSPEl2+0aovWBHWALxBHIsBxVi9+b3MexsKWf4R0QrAQsA2WsJKmbrSNUJak2ALNaWl2aYs/MAQ9GspZRETx0LNCSIAsxMTAxLy7IYvEz1GY5cvcUgHpkFbitRCGyYSFENqj9cDLXBDbQpm3dRwwEQz7FrGtnjq3uRwdO37xm61mxl+PTtO8PM3CSGVE9Hhj0XrjC8/viZEjfsA5WYoOg4Ro7u6TmJDNGOVgxXHz4Ftzjff/lKjjFWoOg4DsQF5OjOnDIfnC5+/PrFcG1mJ76mDi4Asvc4ct0RAsSrGegHQoF4DXqJCRLgAsURjS0/CLVnDa66A9SqcIYqWkBlyxdAzXWA2kOwFgUpSoTW/SzQlsdNEi29CdUHG3VIRLccBgDmGPEddIdrBgAAAABJRU5ErkJggg==");
        }

        body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
        body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            border: none;
            cursor: pointer;
        }

            body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
            body .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
                display: none;
            }

        body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            right: 13px;
            top: 10px;
            width: 33px;
            height: 33px;
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAAEg4/L5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lJREFUeNpi5A1KYYCC/0DMCGIwIQnAaSYkAbgOJpgWJMAI086ITAMEECPUogqoYAcLmnntMG0Mn9bOZkB2BgNfcCqYZoEaBjcDIIBghvIA8WcGTMALxF9AxtQhK4CZDwUg8WomdK3P3n1AF2KGWccPxB+wWCcAxB8BAogRKURB4AyUNoEJsKCFLgMaHxx+TxhwgycgBdLIIlJCAshcaQzffPnxE4WPoaAoyBM1EoG+eAKzRoSPl+HNJ5QAfgoyQQbGQ5MEARkWtFSAEQ4AAYQeUCBwFYi18Hj9GhBrIwuwYAlAQkALObCxpXcU8GbldAZjVUV8BsLzxz1cKkTCMxku3H0ITnqcbKy4lN1jIuT2v//+MXz/9ZvBx9wIpxpQmCjh8s62plKGT9++M4hHZuGzR4kRrWAgFTCiJzNGKL5GQOM1JLVgABBA2NIJCICipBeIjaH8s0BcDMT3sYUHMvAG4i1YDJQD4kAo2weIt2LLLdtxaEYHW6BqUQyYCcQeJASiB1QP2ABOIE4jIyZAejhBBlzCJsvGwsLwcvk0QoZcAhmggk3m158/DNO37mG4MbsbnwEqeJN2w5J14Pyxp60CpxqCeSOiYwqDCD8vQ6KrHXkGgLK5koQYw/zdh0g3AFQG7++ogldWuAy4g0sSFICCoen47LgDygugdPCNgTzABXLBdyCeRYZmkJ7vsDAAufMgCZoPQvWgBKIDEAcRoTkIqhZrLKyHFhZK0Cz7Aoq3QsUYoWrgACDAcBUoKHU9ECcAcSkQq5PgzZtADMoHC0BlNT6FTHgs7oKWuX+AeA6JDmCAqp8D1f8fah4zMY5gA+K9UI2lDNQFpVBz90LtweoIPyAGtVScGGgLnKD2BKI7Ih+IN5JUuno6MVhqqlDimHVQe8GOsATiCaSa8A/YKtjZUs5wb34fuAAjE4DstQTlju0k1lMooC8tmiHF3YHh6sOnDO41neDWBolgB8gRn6ENe7IBqKG1tqaAwUZbjWHb6YsM0V3TwO0nIsFHJmqkNFBjbcrmXWCLXQy1CTUlsTbmjlASHdry0gybG4rBjfjyeSuAdfVeUo04DnJEEzmOEOThBrc4QY5Yuv8YQ+aU+eT6ownkiONAXEBKDgE1b67N7GS48fgZuMkLig4yAcje48h1RwgQr2agHwgF4jXoJSZIgIvEupgcsA9qzxpcdcd3aB3NBa39qAkWQM11htpDsBYFKUqE1v0s0JbHTRItvQnVBxt1SES3HAYAEaDvn+18U+wAAAAASUVORK5CYII=");
        }

        body .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            line-height: inherit;
            font-size: 20px;
        }

            body .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
                text-align: center;
                display: inline;
                font-family: "Montserrat", sans-serif;
                font-weight: bold;
                font-size: 15px;
                text-transform: uppercase;
            }

            body .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
                text-align: center;
                display: inline;
                font-family: "Montserrat", sans-serif;
                font-size: 15px;
            }

    body .ui-datepicker .ui-datepicker-group {
        margin: 0 2px;
        width: 48% !important;
    }

    body .ui-datepicker .ui-datepicker-calendar {
        background-color: #ffffff;
        width: 100% !important;
        margin: 0 !important;
        table-layout: fixed;
    }

        body .ui-datepicker .ui-datepicker-calendar td, body .ui-datepicker .ui-datepicker-calendar th {
            width: 37px;
            height: 37px;
            padding: 0;
            border: solid 1px #e2e2e2;
        }

        body .ui-datepicker .ui-datepicker-calendar th {
            font-family: "Montserrat", sans-serif;
            font-weight: 900;
            color: #292929;
            font-size: 13px;
        }

        body .ui-datepicker .ui-datepicker-calendar .sejour > a {
            background: #abcde0;
        }

        body .ui-datepicker .ui-datepicker-calendar .start > a {
            position: relative;
            background: #1e79d6;
            color: #ffffff;
            font-weight: bold;
        }

            body .ui-datepicker .ui-datepicker-calendar .start > a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 0 6px 6px;
                border-color: transparent transparent transparent #1e79d6;
                position: absolute;
                left: 100%;
                top: 50%;
                margin-top: -6px;
            }

        body .ui-datepicker .ui-datepicker-calendar .end > a {
            position: relative;
            background: #1e79d6;
            color: #fff;
            font-weight: bold;
        }

            body .ui-datepicker .ui-datepicker-calendar .end > a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 6px 6px 0;
                border-color: transparent #1e79d6 transparent transparent;
                position: absolute;
                right: 100%;
                top: 50%;
                margin-top: -6px;
            }

        body .ui-datepicker .ui-datepicker-calendar .ui-state-default {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 38px;
            text-align: center;
            padding: 0;
            border: none;
            outline: 0;
            background: none;
            color: #292929;
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
        }

            body .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
                background: #1e79d6;
                color: #fff;
            }

#ui-datepicker-div {
    width: 20em !important;
    z-index: 1000 !important;
}

.multi-city-outer {
    display: none;
}

.city-remove {
    padding: 0;
    border: none;
    /* background: #313131; */
    font-size: 24px;
    /* margin-left: -15px; */
    margin-top: 3px;
    color: #e6370d;
    width: 35px;
    /* border-radius: 50%; */
}

    .city-remove:hover {
        background: transparent;
        color: #fff;
    }

/*.login-wrapper {
    position: relative;
    min-height: 100vh;
    padding-top: 140px;
    background-image: url('../Content/images/background.jpg');
    background-size: cover;
}*/

.container-fluid-login {
    padding-right: 0;
    padding-left: 10%;
    background-image: url('../Content/images/background.jpg');
    background-size: cover;
    position: relative;
    min-height: 85vh;
}

/*.home-search.login {
    max-width: 500px;
    float: right;
    margin-right: 30px;
    padding-bottom: 20px;
    padding-right: 35px;
}*/
.login-div {
    /*max-width: 500px;*/
    float: right;
    margin-right: 10%;
    margin-top: 5%;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 10px;
    color: #fff;
    border-radius: 6px;
    z-index: 999;
    max-width: 380px;
    /*top: 160px;*/
    position: static;
    box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.62);
    background: rgba(0, 0, 0, 0.89) !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 100;
}

.navbar-brand.mleft0 img {
    height: 108%;
    margin-top: 4px;
}
/*Making RESPONSIVE to all devices*/
@media screen and (max-width: 515px) {
    #_commonErrorMsgArea {
        font-size: 8px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: #34b1dd;
    }
    /*.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 30px;
        margin-left: -15px;
    }*/
    .navbar-brand.mleft0 img {
        height: 100%;
        margin-top: 3px;
    }

    .index-table {
        table-layout: fixed;
    }

        .index-table tbody tr td {
            padding-left: 2px !important;
            padding-right: 2px !important;
            font-size: 8px;
        }

        .index-table thead tr th {
            padding-left: 2px !important;
            padding-right: 2px !important;
            font-size: 10px;
        }

    .input-group {
        position: relative;
        display: block;
        border-collapse: separate;
    }

    .index-table .links-section a {
        font-size: 9px;
        padding: 2px 4px;
    }

    .index-table .links-section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container-fluid-login {
        padding-top: 100px;
    }

    .pagination-container {
        font-size: 8px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 4px 3px;
    }

    /*passener select area */
    .dropdown-menusub.drop-user-list {
        font-size: 12px;
        padding: 5px 0px;
        min-width: 215px;
        left: -15px;
    }

        .dropdown-menusub.drop-user-list li a {
            padding: 0px;
        }

    .drop-user-list .controls input {
        max-width: 20px;
        margin: 0px;
        border: none;
        text-align: center;
    }

    .dropdown-menusub.drop-user-list .sub-menu-buttons {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-bottom: 4px;
        padding-top: 4px;
    }

    .drop-user-list li {
        padding: 3px 10px;
    }

    .dropdown-menu {
        font-size: 12px;
    }

    ._floatNone {
        float: none !important;
    }

    .navbar-nav > li > a {
        padding: 8px;
        font-size: 14px !important;
    }

    .nav.navbar-nav.pull-right .divider {
        margin: 0px;
    }

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        font-size: 11px;
    }

    .success-msg, .error-msg {
        font-size: 10px;
        padding-bottom: 5px;
    }

    .btn-primary-travelX {
        min-width: 60px !important;
        padding: 6px;
        font-size: 10px;
    }

    ._createBtn {
        font-size: 10px;
        padding: 5px 2px;
        min-width: unset;
        margin-left: -15px;
    }

    #formFlight #ConsoliFlightBookedForAgentCompanyIDContent, #ConsoliBookedForAgentCompanyIDContent {
        padding-top: 2px;
    }

        #formFlight #ConsoliFlightBookedForAgentCompanyIDContent div input,
        #ConsoliBookedForAgentCompanyIDContent div input {
            /*height: 24px !important;*/
            width: 120%;
            font-size: 12px;
        }

        /*Disable iOS input zoom feature*/

        /*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
        @media {*/
        input[type="email"],
        input[type="number"],
        input[type="password"],
        input[type="search"],
        input[type="tel"],
        input[type="text"],
        select:focus,
        textarea
        #formFlight #ConsoliFlightBookedForAgentCompanyIDContent div input,
        #ConsoliBookedForAgentCompanyIDContent div input,
        #hotel-search #hotel_nights,
        .form-control,
        .input-group .form-control,
        .input-sm,
        .custom-controls .form-control {
            font-size: 16px !important;
            transform-origin: top left;
            /*transform: scale(0.75);*/
        }
    /*}
    }*/
    @media not screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { /*for non apple devices only*/
        @media {
            #formFlight input, #formFlight select, #formFlight span {
                font-size: 10px !important;
                padding-right: 5px;
            }

            .input-group .form-control {
                width: 70%;
                font-size: 12px !important;
            }
        }
    }

    .drop-user-list input {
        font-size: 12px !important;
    }

    /*correcting ios details pages issue*/
    .tableDetails thead > tr > th,
    .tableDetails tbody > tr > th,
    .tableDetails tfoot > tr > th,
    .tableDetails thead > tr > td,
    .tableDetails tbody > tr > td,
    .tableDetails tfoot > tr > td {
        border-bottom: 0px !important;
        word-break: break-all;
    }
}

@media screen and (max-width: 991px) and (min-width: 516px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: #34b1dd;
    }

    .input-group {
        position: relative;
        display: block;
        border-collapse: separate;
    }

    .index-table {
        table-layout: fixed;
    }
}
