@charset "utf-8";
/* @import "font-awesome.min.css"; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,700);
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.left{float:left !important;}
.right{float:right !important;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.white{ color: #fff !important; }
.black{ color: #333 !important; }
.color{ color: #e41919 !important; }
.glass{ opacity: .5; };
.image-fullwidth img{
    width: 100%;
}
.stick-fixed{
    position: fixed !important;
    top: 0;
    left: 0;
}
.round{
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff;    background:#000; }
::selection{ color: #fff;    background:#000; }

.animate, .animate *{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
    -webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
    -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
    transition:0 none !important;
}

.shadow{
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 0%;
}
.container-fluid{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-1400{
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
.page{
    overflow: hidden;
}

iframe{
    border: none;
}
a, b, div, ul, li{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
a:focus,
a:active{
    -moz-outline: none;
    outline: none;
}
img:not([draggable]), embed, object, video{
    max-width: 100%;
    height: auto;
}

/* ==============================
   Typography
   ============================== */

body{
    color: #333;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a{
    color: #333;
    text-decoration: underline;
}
a:hover{
    color: #888;
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
    margin-bottom: 1.3em;
    line-height: 1.4;
    font-weight: 400;

}
p{
    margin: 0 0 1em 0;
}
ul, ol{
    margin: 0 0 1.5em 0;
}
blockquote{
    margin: 3em 0 3em 0;
    padding: 0;
    border: none;
    background: none;
    font-style: normal;
    line-height: 1.7;
    color: #777;
}
blockquote p{
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
}
blockquote footer{
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
dl dt{
    margin-bottom: 5px;
}
dl dd{
    margin-bottom: 15px;
}
pre{
    background-color: #f9f9f9;
    border-color: #ddd;

}
hr{
    background-color: rgba(255,255,255, .08);
}
hr.white{
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}
hr.black{
    border-color:rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
}
.uppercase{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.normal{
    font-weight: normal;
}
.strong{
    font-weight: 700 !important;
}
.lead{
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}
.text{
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.8;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
    color: #333;
}

/* ==============================
   Classic menu bar
   ============================== */


/* Logo (in navigation panel)*/

.nav-logo-wrap{
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.nav-logo-wrap .logo{
    display: table-cell;
    vertical-align: middle;
    max-width: 300px;
    height: 66px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.nav-logo-wrap .logo img{
    max-height: 100%;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after{
    display: none;
}
.is-sticky .nav-logo-wrap{margin-top:0px}
.logo,
a.logo:hover{
    font-family: Dosis, arial, sans-serif;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: rgba(0,0,0, .9);
}

/*
 * Desktop nav
 */
 .bluebg {background-color:#0061aa;}
 .whitebg {background-color:#fff; padding:0.8em 0;}
.main-nav{
    width: 100%;
    height: 60px !important;
    background:#0061aa;
    text-align: left;
    /*-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow:  0 1px 0 rgba(0,0,0,.05); */

    z-index: 1030;

    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


.small-height{
    height: 47px !important;
}
.small-height .inner-nav ul li a{
    height: 47px !important;
    line-height: 47px !important;
}
.inner-nav{
    position: relative;
    max-width: 1200px;
    margin: 0px auto !important;
    padding:0px;
}
.inner-nav ul{
    margin:0px auto !important;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    padding:0px;
}
.inner-nav ul li {
    font-family: 'PT Sans', Arial, sans-serif !important;
    float: left;
    margin-left: 39px;
    margin-right: 38px;
    position: relative;
}
.inner-nav ul li a{
    color: rgb(0,0,0,0.5);
    display: inline-block;
    font-weight: 700 !important;
    font-family: 'PT Sans', Arial, sans-serif !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul > li:first-child > a{
    font-family: 'PT Sans', Arial, sans-serif !important;

}
.inner-nav ul li a:hover,
.inner-nav ul li a.active{
    color: #fff !important;
    background: #0061aa;
    text-decoration: none;
}



/* Menu sub */

.mn-sub{
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background:#0061aa;
    z-index:99;
}
.mn-sub li{
    display: block;
    width: 100%;
    margin: 0 !important;
}
.inner-nav ul li .mn-sub li a{
    font-family: 'PT Sans', Arial, sans-serif !important;
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 15px;
    font-size: 14px;
    text-align: left;
    text-transform: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #fff !important;
    cursor: pointer;
}
.divider{width:100%;border-top:1px solid #fff}
.mobile-on .mn-has-multi > li:last-child > a{
    border-bottom: 1px solid rgba(255,255,255, .065) !important;
}

.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active{
    background: rgba(255,255,255,1) !important;
    color:#0061aa !important;
}

.mn-sub li ul{
    left: 100%;
    right: auto;
    top: 0;
    border-left: 1px solid rgba(255,255,255, .07);
}
.inner-nav > ul > li:last-child .mn-sub,
.inner-nav li .mn-sub.to-left{
    left: auto;
    right: 0;
}
.inner-nav li:last-child .mn-sub li ul,
.inner-nav li .mn-sub li ul.to-left{
    left: auto;
    right: 100%;
    top: 0;
    border-left: none;
    border-right: 1px solid rgba(255,255,255, .07);
}
.mobile-on .inner-nav li:last-child .mn-sub li ul{
    left: auto;
    right: auto;
    top: 0;
}

.mn-wrap{
    padding: 8px;
}

/* Menu sub multi */

.mn-has-multi{
    width: auto !important;
    padding: 15px;
    text-align: left;
    white-space: nowrap;
}
.mn-sub-multi{
    width: 190px !important;
    overflow: hidden;
    white-space: normal;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
}
.mn-sub-multi > ul{
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
}
.mn-group-title{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}
.mn-group-title:hover{
    background: none !important;
    color: #fff !important;
}

.mobile-on .mn-sub-multi > ul{
    left: auto;
    right: auto;
    border: none;
}
.mobile-on .mn-sub-multi{
    display: block;
    width: 100% !important;
}


.mobile-on .mn-sub-multi > ul > li:last-child > a{
    border: none !important;
}
.mobile-on .mn-sub > li:last-child > a{
    border: none !important;
}
.mobile-on .mn-sub-multi:last-child > ul{
    border-bottom: none !important;
}

/*
 * Mobile nav
 */

.mobile-on .desktop-nav{
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 15px;

    z-index: 100;
}
.mobile-on .full-wrapper .desktop-nav{
    padding: 0;
}


.mobile-on .desktop-nav ul{
    width: 100%;
    float: none;
    background:#0061aa;
    position: relative;
    overflow-x: hidden;
}
.mobile-on .desktop-nav > ul{
    overflow-y: auto;
}
.mobile-on .desktop-nav ul li{
    display: block;
    float: none !important;
    overflow: hidden;
}
.mobile-on .desktop-nav ul li ul{
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255, .1);
}
.mobile-on .desktop-nav ul li a{
    display: block;
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255, .065);
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active{
    background: rgba(255,255,255, .03);
    color: #fff;
}

/* Menu sub */

.mobile-on .mn-has-sub > .fa{
    display: block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 20px !important;
    margin-top: -8px;
    text-align: center;
    border: 1px solid rgba(255,255,255, .1);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mobile-on .js-opened > .mn-has-sub > .fa{
    border-color: rgba(255,255,255, .4);
    line-height: 14px;
}
.mobile-on .inner-nav li{
    margin: 0 !important;
}
.mobile-on .mn-sub{
    display: none;
    opacity: 0;
    position: relative;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none ;
    z-index: 10;
}
.mobile-on .mn-sub li{
    padding-left: 10px;
}


.inner-nav li.js-opened .mn-sub{
    opacity: 1;
}


.mobile-nav{
    display: none;
    float: right;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    border-left: 1px solid rgba(0,0,0, .05);
    border-right: 1px solid rgba(0,0,0, .05);
    cursor: pointer;
    color:#fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property:  background, color;
}
.mobile-nav:hover,
.mobile-nav.active{
    background:rgba(0,90,170);
    color: #fff;
}
.mobile-nav:active{
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
    box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
}
.no-js .mobile-nav{
    width: 55px;
    height: 55px;
}
.mobile-on .mobile-nav{
    display: table;
}
.mobile-nav .fa{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
}

/* Menu sub multi */

.mobile-on .mn-has-multi{
    width: auto;
    padding: 0;
    text-align: left;
    white-space: normal;

}
.mobile-on .mn-sub{
    width: 100%;
    float: none;
    position: relative;
    overflow-x: hidden;
}
.header {
    font-family: 'PT Sans', Arial, sans-serif !important;
    font-size: 12px;
}


/* ==============================
   Bootstrap multicolumn grid
   ============================== */

/* clear the first in row for any block that has the class "multi-columns-row" */
/*
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }
*/
@media (min-width: 768px) {
   /*
    .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }
*/
    /* clear first in row for small columns */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
    /* reset previous grid */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

    /* clear first in row for medium columns */
    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
    /* reset previous grid */
    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

    /* clear first in row for large columns */
    .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}

.main-nav{min-width:320px}
#headerlogo{width:300px;display:block;visibility:visible;margin-top:10px}
#headerlogoM{width:250px;margin:7px 0px 0px 10px;display:none;visibility:hidden}
.headTop{margin:15px 0px 10px 0px}
.topLmenu{float:right;position:relative;padding:0px}
.topLmenu li a{color:rgba(0,0,0,0.8);font-size:16px;font-family: 'PT Sans', Arial, sans-serif !important;font-weight:300;padding:8px 5px;margin:8px 10px}
.topLmenu li a:hover{background-color:transparent}
.siGnIn a:hover{color:#222 !important}
.mybooking{background-color:#f36f21 !important;color:#fff !important;text-decoration:none;padding-left:20px !important;padding-right:20px !important}
.mybooking:hover{background-color:#0061aa !important;}
/* start booking area style */
.nav-tabs > li{padding-top:0px !important}
.input-group-addon{border-top-left-radius:0px !important;border-bottom-left-radius:0px !important}
.lnop {padding:0;}
.aodetails{display:none}
/* end booking area style */
/* start body area style */
/* end body area style */
.scrollup { position: fixed; bottom: 50px; right: 50px; display: none; color: #444; }
.scrollup .fa {padding-right:0.5em;}
.compared-header h2{font-size:18px !important;margin:0px;padding:0px}
.text-right{margin-bottom:15px !important}

.marginT15{margin-top:15px}
.marginL15{margin-left:15px}
.marginB15{margin-bottom:15px}

.btn-warning{border-radius:0px !important}

.textDnon{text-decoration:none}
.textDec{text-decoration:underline !important}

.colorBlue{color:#0061aa !important}
.colorG1{color:#333 !important}


/* Start Footer style */
.bg-gray-lighter{background-color:#eee;margin-top:50px;border-top:2px solid #f36f21;}
.bg-gray-lighter .col-6{margin:0px 5px;padding:0px}
/* .bg-gray-lighter .col-sm-3, .bg-gray-lighter .col-sm-6{margin:0px 5px;padding:0px}*/
.bg-gray-lighter h4{font-size:18px;color:#00457e;padding:10px 0px 10px 0px;margin-top:15px;border-bottom:1px solid #fff;font-family: 'PT Sans', Arial, sans-serif;font-weight:700 !important}
.bg-gray-lighter ul{list-style:none;margin:0px;padding:0px}
.bg-gray-lighter ul li a:link,.bg-gray-lighter ul li a:visited{color:#222;font-size:14px;line-height:30px;font-family: 'PT Sans', Arial, sans-serif;text-decoration:none}
.bg-gray-lighter ul li a:hover,.bg-gray-lighter ul li a:active{color:#f36f21;}
.social ul li {display:inline;float:left; margin-bottom:10px;width:33%}
.social ul li i{font-size:42px;float:left}
.social li a:hover { background-color:transparent;}
.fa-facebook-square { color: #3b5998 !important }
.fa-twitter-square { color: #4099FF !important }
.fa-google-plus-square { color: #d34836 !important }
.fa-youtube-square { color: #e52d27 !important }
.fa-pinterest-square { color: #C92228 !important }
.fa-instagram { color: #007bb5 !important }
.social .fa:hover { color: #0061aa; }
.form_input{margin:0px !important;padding:0px;font-size:14px;font-weight:700;font-family: 'PT Sans', Arial, sans-serif;}
.req{color:#9c0108}
.form_input input{border-radius:0px;width:97%;font-size:14px;height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; }
#boxSignupFooter .checkbox label {font-size:13px;font-weight:400;background-color:#fffae0;border:1px solid #fffae0;padding:5px 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
.veCheck{margin-left:0px !important;margin-right:10px !important}
#receivepromos{margin-left:0px !important;margin-right:10px !important}
.VesBtn{border-radius:0px;width:100% !important}
#boxSignupFooter .checkbox label:hover{background-color:#fffae0;border: 1px solid #ffc851}
#copyright{background:#ccc;margin-top:30px;padding:25px 0px 5px 0px;text-align:center;font-family: 'Oswald', sans-serif;}
#copyright p{width:98%;font-size:12px;color:#333;margin:0% 1% !important;}
#idSoftripLogo{display:none;visibility:hidden}
/* End Footer style *
/* Start footer form validation style */
#errSignupFooter { background: url(/media/vacexpress/images/required-red.png) no-repeat center left; color: #646464; padding-left: 24px; }
#boxSignupFooter .requiredField { background-color:rgba(243, 111, 33, 0.55); }
/* End footer form validation style */

/* start booking process style */
.shoppingResultFont{margin-top:25px}
.veBsearch{height:90px}
.nav-tabs { border-bottom: 1px solid #0061aa; }
.nav-tabs>li {padding:5px 0 0 0; width:33%; text-align:center; }
/* .nav-tabs>li:first-child {width:34%;} */
.nav-tabs>li>a {color: #0061aa;cursor: pointer;background-color: #fff;border: 1px solid #ddd;border-bottom-color: #0061aa;}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {color: #0061aa;background-color: #a5d3f5;border: 1px solid #ddd;border-bottom-color: #0061aa;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color: #fff;background-color: #0061aa;border: 1px solid #ddd;border-bottom-color: #0061aa;}
.nav-tabs>li>a { margin-right:1px;}
.hotel-thumb{margin-left:0px}
ol, ol.progress-line {
    margin: 0;
    padding: 0px 0px 15px;
    list-style-type: none;
    height: 100%;
    background-color: #fff;
    }

    .lt-ie9 ol.progress-line {
    margin-left: -2.5%;
    width: 110%;
    }

    ol.progress-line li {
    display: inline-block;
    text-align: center;
    line-height: 3.5em;
    font-size: 16px;
    position:relative;
    }
    ol.progress-line li .progress-bar{
        position:absolute;
        left:50%;
        right:auto;
        width:100%;
        height:1px;
        bottom:0;
        border-bottom: 2px dotted #ccc;
    }
    /*ol li, ol.progress li {display: inline; }*/

    ol.progress-line[data-progress-steps="2"] li { width: 49%; }
    ol.progress-line[data-progress-steps="3"] li { width: 33%; }
    ol.progress-line[data-progress-steps="4"] li { width: 24%; }
    ol.progress-line[data-progress-steps="5"] li { width: 19%; }
    ol.progress-line[data-progress-steps="6"] li { width: 16%; }
    ol.progress-line[data-progress-steps="7"] li { width: 14%; }
    ol.progress-line[data-progress-steps="8"] li { width: 12%; }
    ol.progress-line[data-progress-steps="9"] li { width: 11%; }

    ol.progress-line li.progress-done {
    /*color: red;*/
    /*counter-increment: step-counter;*/
    /*
    border-bottom: 2px solid #ccc;
    */
    color:#333;
    }
    ol.progress-line li.progress-done .progress-bar{
    border-bottom: 2px solid #ccc;
    }
    ol.progress-line li.progress-done.inprogress .progress-bar{
        border-bottom: 2px dotted #ccc;
    }
    ol.progress-line li:last-child .progress-bar{
    border-bottom: none !important;
    display: none;
    }

    /* to support browsers not supporting :last-child */
    ol.progress-line li.last-step .progress-bar{
    border-bottom: none !important;
    display: none;
    }
    ol.progress-line li.progress-done:before {
    /*color: red;*/
    /*content: counter(step-counter);*/
    /*margin-right: 5px;*/
    }


    ol.progress-line li.progress-todo {
    color: #333;
    /*
    border-bottom: 2px dotted #ccc;
    */
    }

    ol.progress-line li:after {
    /*content: "\00a0\00a0";*/
    content: '';
    }
    ol.progress-line li:before {
    position: absolute;
    bottom: -10px;
    /*
    float: left;
    */
    right:50%;
    left: 50%;
    margin:0 auto;
    line-height: 1em;
    z-index:1;
    }
    ol.progress-line li.progress-done:before {
    /*content: "\2713";*/
    /*content: '';*/
    content: '\f00c';
    font-family: arial, helvetica, sans-serif;
    color: white;
    background-color: #0061aa;
    border: 2px solid #0061aa;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;/*border: none;*/
    border-radius: 1.2em;
    }
    ol.progress-line li.progress-done.inprogress{
        font-weight:700;
    }
    ol.progress-line li.progress-done.inprogress:before {
    content: '';
    }

    ol.progress-line li.progress-todo:before {
    /*content: "\039F";*/
    content: '';
    color: black;
    background-color: #FFF;
    border: 2px solid #0061aa;
    font-size: 1.2em;
    /*
    bottom: -2em;
    */
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    /*border: none;*/
    border-radius: 1.2em;
    }

    /* ============================================================================================================================================================ Duration Bar */
    #duration-bar{
        width:100%;
        height:3em;
        box-sizing:border-box;
        border:2px solid #0061aa;
        text-align:center;
        margin-bottom:1em;
    }
    #duration-bar li{
        display:block;
        width:20%;
        border-right:2px solid #0061aa;
        box-sizing:border-box;
        height:100%;
        position:relative;
        float:left;
    }

    #duration-bar li:last-child{ border-right:none; }

    #duration-bar li.current{
        background-color:#c2dcf0;
    }

    #duration-bar li.current a{
        color:#333;
        font-weight:bold;
    }

    #duration-bar li a{
        line-height:41px;
        text-decoration:none;
        color:#333;
    }

    #duration-bar li a:hover{
        font-weight:bold;
        color:#0061aa;
        background-color:transparent;
    }

    /* ============================================================================================================================================================ Search Results */
    .show,
    a.show,
    a.seefeatures {
    background-image: url(../images/icons/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    /*text-decoration: none;*/
    }

    .moreresults > a {
    background-color: #e5f2f9;
    display: block;
    padding: 10px 0;
    text-align: center;
    }

    .moreresults > a:after {
    background: #e5f2f9 url(../images/icons/arrow-down.png) no-repeat center center;
    content: '';
    padding-right: 20px;
    }

    .moreresults { margin-bottom: 30px; }

    .searchresults {
    float: left;
    color: #0061aa;
    font-size: 24px;
    }

    #resultsrow .edit {
    float: left;
    margin: 6px 10px;
    }

    /* formcompare */
    #formcompare {
    float: right;
    /*width: 37.5%;*/
    margin-top: -10px;
    width: 430px;
    }

    #formcompare .checkboxes {
    float: left;
    margin-top: 0;
    }

    #formcompare input[type="submit"],
    #formcompare button { float: right; }

    #formcompare label[for=pricewithtaxes] { margin-right: 0; }

    #formcompare input[type="submit"] {
    width: 216px;
    height: 53px;
    }

    #formcompare label[for=pricewithtaxes] {
    width: 200px;
    height: 53px;
    line-height: 30px;
    }


    #formcompare .checkboxes label:before {
    left: 5px;
    top: 16px;
    }

    /* arrow box */
    #editsearchform,
    .features-show {
    background: #FFF;
    border: 2px solid #396582;
    clear: both;
    height: 100px;
    padding: 15px 8px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    }

    .features-show {
    height: auto;
    }

    #editsearchform:after, #editsearchform:before,
    .features-show:after, .features-show:before {
    bottom: 100%;
    left: 50%; /* arrow position */
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    }

    .features-show.one:after,
    .features-show.one:before { left: 25%; }
    .features-show.two:after,
    .features-show.two:before { left: 75%; }



    #editsearchform:after,
    .features-show:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
    }

    #editsearchform:before,
    .features-show:before {
    border-color: rgba(57, 101, 130, 0);
    border-bottom-color: #396582;
    border-width: 13px;
    margin-left: -13px;
    }
    #editsearchform select{
        background-color:#fff;
        border:1px solid #A9A9A9;
    }

    #editsearch .form-group {
    float: left;
    margin-right: 10px;
    }

    #editsearch .form-group:first-of-type,
    #editsearch .form-group:nth-of-type(2),
    #editsearch .form-group:nth-of-type(3) { width: 16%; }

    #editsearch .form-group:nth-of-type(4) { width: 8%;}
    #editsearch .form-group:nth-of-type(5),
    #editsearch .form-group:nth-of-type(6),
    #editsearch .form-group:nth-of-type(7) { width: 6%;}

    #editsearch .form-group select,
    #editsearch .form-group input[type="text"] { width: 100%; }

    #editsearch input[type="submit"] {
    float: right;
    width: 16%;
    }
    #editsearch label{
        font-size:18px;
    }
    label[for=editdeparturecity],
    label[for=editdestination],
    label[for=editdepartdate],
    label[for=editnumberofdays],
    label[for=editnumberofrooms] { margin-top: 15px; }
    #editsearch input[type="submit"] { margin-top: 30px; }

    .hide { display: none; }

    .edit .show.andhide, { background-image: url(../images/icons/arrow-up.png); }

    /* ============================================================================================================================================================ Vertical Booking Box */


    #shopping {
        font-size: 14px;
    }

    #shopping .form-group { margin-right: 0; margin-left: 0; }
    #shopping .form-control-ages {
        padding-left: 0;
        width: 49%;
        display: inline;
    }

    #shopping .phone { font-size:2em; font-weight:bold; }
    #shopping select { padding-left:0; }
    #shopping .childrenAges { margin-bottom: 15px; }

    .shoptype .glyphicons {font-size:2em;}
    .shoptype a {
        font-size: 0.8em;
        padding: 10px 0 !important;
    }


    .aoshow .fa, .aohide .fa {padding-left:0.5em;}

    #shopping .date {
        border-bottom-width: 0px;
    }
    #shopping label {
        font-weight:normal;
        margin-bottom: 1px;
    }

    #DepartureDateGroup, #ReturnDateGroup {
        font-weight: normal;
    }

    #shopping #gatewaySF, #departuredate, #returndate, #txthotelpref {
        padding-left: 3px !important;
    }

    /* ============================================================================================================================================================ Horizontal Booking Box */

    #shopping .form-group { margin-right: 0; margin-left: 0; }
    #shopping .phone {font-size:2em; font-weight:bold;}

    #shopping select {padding-left:0;}



    .form-control-ages-horiz { width: 3em; display: inline; }

    .searchbox {border:1px solid #0061aa;}


    i.fa {padding-left: 1px;}


    /* ============================================================================================================================================================ Signup Footer */
   /* #boxSignupFooter .form-group { width: 44%; float: left; height: 65px; margin-bottom: 10px; }
    #boxSignupFooter .form-group:nth-of-type(odd) { margin-right: 6%; }

    #boxSignupFooter input[type="text"],
    #boxSignupFooter input[type="email"],
    #boxSignupFooter input[type="password"],
    #boxSignupFooter select
    {
        border: 1px solid #ccc;
        width: 100%;
        font-family: 'PT Sans', Arial, sans-serif;
        font-size: 16px;
        padding: 10px 0;
        text-indent: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    #boxSignupFooter label { display: block; font-weight: 700; font-size:14px;}

    #boxSignupFooter .checkbox {margin-top:0;}
    #boxSignupFooter .checkbox label { font-weight:400; background-color: #ecebe6; border: 1px solid #ecebe6; padding: 5px 15px 10px 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
    #boxSignupFooter .checkbox label:hover { background-color: #ecebe6; border: 1px solid #0061aa; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

    #boxSignupFooter button { background: #0061aa; border: 2px solid #0061aa; color: #FFF; cursor: pointer; display: block; font-family: 'PT Sans', Arial, sans-serif; font-size: 18px; font-weight: 700; height: 42px; line-height: 21px; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none;}
    #boxSignupFooter button:hover, input[type="submit"]:hover { background: #FFF; color: #0061aa; }
    #boxSignupFooter button.arrow, input[type="submit"].arrow { background-image: url(/media/vacexpress/images/angle-right-white.png); background-position: 99% center; background-repeat: no-repeat; }
    #boxSignupFooter button.arrow:hover, input[type="submit"].arrow:hover { background-image: url(/media/vacexpress/images/angle-right.png); }
    #boxSignupFooter button { width: 200px; }

    #boxSignupFooter button { -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }

    #errSignupFooter { background: url(/media/vacexpress/images/required-red.png) no-repeat center left; color: #646464; padding-left: 24px; }
    #boxSignupFooter .requiredField { background-color:rgba(243, 111, 33, 0.55); }


    .scrollup { position: fixed; bottom: 50px; right: 50px; display: none; color: #444; }
    .scrollup .fa {padding-right:0.5em;}
    .lnop {padding:0;}
    .ui-autocomplete {font-size:14px; text-align:left;} */

 /* End booking process style */
/* start index page style */
.hptiles{float:left !important;width:100% !important;list-style-type:none !important; margin:0px !important;padding:0px !important}
.hptileslcolumn-box, .hptilesmcolumn-box {float:left !important;width:33% !important;list-style-type:none !important; margin:0px !important;padding:0px !important}
.hptilesrcolumn-box{float:left !important;width:34% !important;list-style-type:none !important; margin:0px !important;padding:0px !important}
.hptileslcolumn{float:left !important;width:100% !important;list-style-type:none !important; margin:0px !important;padding:0px !important}
.hptilesmcolumn, .hptilesrcolumn{list-style-type:none !important}
.hptileshead, .hptilestext, .hptileaction{width:220px}
.hptilestext p{margin-bottom:10px}
.learnmore{padding-top:0px}
.input-group-addon{border-top-right-radius: 0px !important;border-bottom-right-radius: 0px !important}
.shoppingParentDiv{min-width:none !important}
.form-control{border-radius:0px !important}
.hotel-pricing{margin:10px !important}
.funnel-link a:link, .funnel-link a:visited{color:#23527c}
.compare_btn{left:-25px;margin-top:10px}
/* end index page style */

/* start hotel pages style */
.video-player,.vp-center{margin:0px !important;padding:0px !important}
.video-player iframe {width:100% !important;height:415px !important}
#player, .vp-video-wrappert{width:100% !important;height:415px !important}
#destination-video{margin-bottom:15px}
/* end hotel pages style */
.section-orange{width:100%}
.room-box{padding-bottom:25px !important}
.frm_btn{width:160px !important}
.package-header h2{margin:0px !important;padding:0px !important}
.btn-warning{margin-top:10px}
.edit{width:100%}
.edit a{width:100px;margin-left:15px}
.departureTimeLabel, .returnTimeLabel{margin-bottom:10px}
#contactContainer,#paxformContainer{margin-right:10px}
.veh3{margin:0px;padding:0px;font-size:20px}
/* start user information style */
.veUtitle{float:left;width:100%;background:rgba(0,97,170,0.8);color:#fff;text-align:center;font-size:15px;line-height:40px;margin:0px;padding:0px}
.veUname{float:left;width:100%;border:1px solid rgba(0,97,170,0.8);color:#0061aa;text-align:center;font-size:15px;font-weight:900;line-height:30px;margin:0px;padding:0px}
.veUname1{float:left;width:100%;border:1px solid rgba(0,97,170,0.8);border-top:0px;color:#222;text-align:center;font-size:12px;font-weight:900;line-height:30px;margin:0px;padding:0px}
.veUnameS{float:left;width:100%;background:rgba(0,97,170,0.6);color:#fff;text-align:center;font-size:15px;font-weight:900;line-height:30px;margin:0px;padding:0px}
.utable{border:1px solid rgba(0,97,170,0.6)}
.uLinks{float:left;width:100%;font-size:10px;font-weight:700;line-height:30px;background:#ccc;color:#222!important;text-decoration:none !important;margin-bottom:10px}
.uLinks:hover{background:#f36f21 !important;color:#fff !important}
.borderR{border-right:1px solid rgba(0,97,170,0.6)}
.utabSub{background:#eee;color:#222;border-bottom:1px solid rgba(0,97,170,0.6);font-size:12px;line-height:25px}
.floatL{float:left}
.floatR{float:right}
.width100{width:100% !important}
.vetabD{border-bottom: 1px solid rgba(0,97,170,0.8);}
.align-center{text-align:center}
.align-left{text-align:left}
.align-right{text-align:right}
.lheight25{line-height:25px}
.fText{font-size:13px;line-height:30px;color:#666;text-align:left}
.widthB100{width:200px;margin-bottom:15px}
.cnct_btn{margin-bottom:15px }
#show_return{display:block}
#flightsFilter{display:none}

/* start user information style */
.padding0{padding:0px}
.marginB15{margin-bottom:15px}
.marginB50{margin-bottom:50px}
.marginTB25{margin-top:25px;margin-bottom:25}
.text-center{text-align:center}
.marginLR0{margin-left:0px;margin-right:0px}
.marginT5{margin-top:5px}
.marginT15{margin-top:15px}
.text2{line-height:25px;border-bottom:#f5f5f5 solid 1px}
/* Start Responsive style */
@media screen and (max-width: 1200px) and (min-width: 1040px) {
.inner-nav ul {font-size: 18px}
.inner-nav ul li {margin-left: 31px; margin-right: 30px}
.video-player,.vp-center{margin:0px !important;padding:0px !important}
.video-player iframe {width:100% !important;height:415px !important}
#player, .vp-video-wrappert{width:100% !important;height:415px !important}
.room-box{padding-bottom:25px !important}
.frm_btn{width:160px !important}
}

@media screen and (max-width: 1040px) and (min-width: 991px) {
#headerlogo{display:none;visibility:hidden}
#headerlogoM{display:block;visibility:visible}
.navbar-right{float:none !important}
.hptileshead, .hptilestext, .hptileaction{width:100%}
.video-player,.vp-center{margin:0px !important;padding:0px !important}
.video-player iframe {width:100% !important;height:400px !important}
#player, .vp-video-wrappert{width:100% !important;height:400px !important}
.room-box{padding-bottom:25px !important}
.frm_btn{width:160px !important}
}

@media only screen and (max-width: 991px) {
#headerlogo{display:none;visibility:hidden}
#headerlogoM{display:block;visibility:visible}
.collapse{display:block;visibility:visible}
.navbar{min-height:30px !important}
.headTop{margin:10px 0px}
.topLmenu {float:right}
.topLmenu li{float:left;text-align:center;margin:0px 25px}
.topLmenu li a{font-size:12px}
.nav>li>a{margin:0px;padding:5px 0px}
.mybooking{background:#f36f21;color:#fff !important;text-decoration:none;padding:5px 15px !important}
.hptileslcolumn-box, .hptilesmcolumn-box {float:left !important;width:32% !important; margin-right:1% !important }
.hptilesrcolumn-box{float:left !important;width:32% !important }
.hptileshead, .hptilestext, .hptileaction{width:100%}
.hptilesimage img {width:100%}
.hptilestext p {padding-bottom:10px !important;margin-bottom:0px !important}
.learnmore{margin-top:0px !important}
h1.new{font-size:30px !important}
h2.new{font-size:18px !important}
.section-headline{font-size:24px}
p.section-subhead{font-size:15px}
.barFont{font-size:12px}
.ctrTabs{float:left;width:100%;margin-bottom:10px}
.ctrTabs li {width:33% !important;margin:0px !important;padding:0px !important}
.ctrTabs li:last-child {width:34% !important}
.smallInput{width:125px !important}
.smallName{width:100px !important}
.ctrTabs{font-size:18px}
.glyphicons {padding-right:5px}
.filterbox > h3 {font-size:18px}
.filterbox > h4 {font-size:12px}
#accordion h3 {font-size:11px !important}
.form_btn{font-size:14px !important}
.hotel-name-header{font-size:18px !important;margin:0px;padding:10px 0px 15px 0px;}
.hotel-name-amenity{font-size:15px !important;margin:0px;padding:0px;padding-top:25px;padding-right:5px}
.package-header div {padding: 0px 0px 5px 5px}
.hotel-thumb, .hotel-info{width:100%}
.hotel-details{padding-left:5px}
.offer-compare, .offer-select{width:50%}
.compare_btn{margin-bottom:15px}
.smallInput{width:125px !important}
.smallName{width:100px !important}
button.select-hotel-btn{width:150px !important}
.video-player,.vp-center{margin:0px !important;padding:0px !important}
.video-player iframe {width:100% !important;height:400px !important}
#player, .vp-video-wrappert{width:100% !important;height:400px !important}
.room-box{padding-bottom:25px !important}
.frm_btn{width:135px !important}


}

@media only screen and (max-width: 800px) {
/* .searchbox{display:none} */


}

@media only screen and (max-width: 768px) {

#headerlogo{display:none;visibility:hidden}
#headerlogoM{display:block;visibility:visible;width:250px;margin-top:12px !important}
.collapse{display:block;visibility:visible}
.navbar{min-height:30px !important}
.headTop{margin:0px}
.barFont{display:none}
.input-group-addon{border-top-right-radius: 0;border-bottom-right-radius: 0;}
.hptiles, .hptileslcolumn-box{float:left !important; width:100% !important}
.hptileslcolumn-box, .hptilesmcolumn-box {float:left !important;width:32% !important; margin-right:1% !important }
.hptilesrcolumn-box{float:left !important;width:32% !important }
.hptileshead, .hptilestext, .hptileaction{width:100%}
.hptilesimage img {width:100%}
.hptilestext p {padding-bottom:10px !important;margin-bottom:0px !important}
.learnmore{margin-top:0px !important}
h1.new{font-size:16px !important}
h2.new{font-size:14px !important}
h3.new{font-size:18px !important;margin-bottom:0px;padding-bottom:0px}
.descriptive-text{font-size:14px !important}
.section-headline{font-size:16px}
p.section-subhead{font-size:15px}
.callout-schedule{margin-bottom:0px;padding-bottom:0px}
.funnel-tag{font-size:1.5em !important}
.funnel-destinations{margin-bottom:10px}
.section-headline p{font-size:1.5em}
.hotel-package {padding:15px !important}
.hotel-package, .charter{float:left !important; width:100% !important}
.smallInput{width:125px !important}
.smallName{width:100px !important}
.fg-timesliderD, .timeRange{padding:30px !important}
.shoppingResultFont{margin:0px !important;padding:0px 5px !important;margin-bottom:10px !important}
.searchbox {border:0px !important}
.ctrTabs{float:left;width:100%;margin-bottom:10px}
.ctrTabs li {width:33% !important;margin:0px !important;padding:0px !important}
.ctrTabs li:last-child {width:34% !important}
.hotel-name-header{font-size:15px !important;margin:0px;padding:10px 0px 15px 0px;}
.hotel-name-amenity{font-size:13px !important;margin:0px;padding:0px;padding-top:25px;padding-right:5px}
.package-header div {padding: 0px 0px 5px 5px}
.hotel-thumb, .hotel-info{width:100%}
.hotel-details{padding-left:5px}
.offer-compare, .offer-select{width:50%}
.compare_btn{margin-bottom:15px}
.smallInput{width:125px !important}
.smallName{width:100px !important}
button.select-hotel-btn{width:150px !important}
.searchboxfields{width:96%}
.glyphicons {padding-right:5px}
.ctrTabs{font-size:16px}
.video-player,.vp-center{margin:0px !important;padding:0px !important}
.video-player iframe {width:100% !important;height:350px !important}
#player, .vp-video-wrappert{width:100% !important;height:350px !important}
.glyphicons{top:0px !important}
.room-details, .room-price{float:left !important;width:100% !important}
.room-box{padding-bottom:25px !important}
#summary-box{float:left !important;width:94% !important; overflow-x: scroll !important;margin-left:2% !important }
#total-table td.price-total, .subtotal-table td.price-total { font-size: 24px !important }
#contactContainer,#paxformContainer{float:left !important;width:100% !important;margin-top:15px !important;margin-right:0px !important;margin-left:5px !important;}
.VesBtn{width:100%;margin-top:15px}
.widthB100{width:100%}
.select-hotel-btn{width:100% !important}

}
@media only screen and (max-width: 600px) {
.input-group-addon{border-top-right-radius: 0;border-bottom-right-radius: 0;}
.hptiles, .hptileslcolumn-box{float:left !important; width:100% !important}
.hptileslcolumn-box, .hptilesmcolumn-box, .hptilesrcolumn-box{float:left !important;width:100% !important }
.hptilesimage img {width:100%}
.hptilestext p {padding-bottom:10px !important;margin-bottom:0px !important}
.hptileshead, .hptilestext, .hptileaction{width:100%}
.learnmore{margin-top:0px !important}
h1.new{font-size:16px !important}
h2.new{font-size:14px !important}
h3.new{font-size:18px !important;margin-bottom:0px;padding-bottom:0px}
.descriptive-text{font-size:14px !important}
.section-headline{font-size:16px}
p.section-subhead{font-size:15px}
.callout-schedule{margin-bottom:0px;padding-bottom:0px}
.funnel-tag{font-size:1.5em !important}
.funnel-destinations{margin-bottom:10px}
.funnel-link{font-size:0.5em !important}
.section-headline p{font-size:1.5em}
.hotel-package {padding:15px !important}
.hotel-package, .charter{float:left !important; width:100% !important}
.smallInput{width:125px !important}
.smallName{width:100px !important}
.fg-timesliderD, .timeRange{padding:30px !important}
.shoppingResultFont{margin:0px !important;padding:0px 5px !important;margin-bottom:10px !important}
.searchbox {border:0px !important}
.ctrTabs{float:left;width:100%;margin-bottom:10px}
.ctrTabs li {width:33% !important;margin:0px !important;padding:0px !important}
.ctrTabs li:last-child {width:34% !important}
.hotel-name-header{font-size:15px !important;margin:0px;padding:10px 0px 15px 0px;}
.hotel-name-amenity{font-size:13px !important;margin:0px;padding:0px;padding-top:25px;padding-right:5px}
.package-header div {padding: 0px 0px 5px 5px}
.hotel-thumb, .hotel-info{width:100%}
.hotel-details{padding-left:5px}
.offer-compare, .offer-select{width:50%}
.compare_btn{margin-bottom:15px;width:200px !important}
button.select-hotel-btn{width:335px !important;margin-top:25px; left:-145px !important;position:relative;}
.price-select{width:100% !important}
.frm_btn{width:100% !important}
.searchboxfields{width:96%}
.glyphicons {padding-right:0px}
.ctrTabs{font-size:14px}
.video-player,.vp-center{margin:0px !important;padding:0px !important}
.video-player iframe {width:100% !important;height:300px !important}
#player, .vp-video-wrappert{width:100% !important;height:300px !important}
.glyphicons{top:0px !important}
.room-details, .room-price{float:left !important;width:100% !important}
.room-box{padding-bottom:25px !important}
#summary-box{float:left !important;width:95% !important; overflow-x: scroll !important;margin-left:3% !important }
#fitOptionals{width:460px !important}
.table, .table td, .headline {float:left !important;width: 437px !important;overflow:scroll !important}
/*.frm_btn{width:135px !important;left:100px !important;} */
#total-table td.price-total, .subtotal-table td.price-total { font-size: 24px !important }
#contactContainer,#paxformContainer{float:left !important;width:100% !important;margin-top:15px !important;margin-right:0px !important;margin-left:2px !important;}


}
@media only screen and (max-width: 480px) {
#headerlogo{display:none;visibility:hidden}
#headerlogoM{display:block;visibility:visible;width:250px;margin-top:12px !important}
.mobile-nav{position:relative;left:0px}
.faIcon{position:relative; top:-20px;}
.topLmenu{right:-12px}
.topLmenu li a{font-size:10px}
.topLmenu li{float:left;text-align:center;margin:0px 5px}
.mybooking{background:#f36f21;color:#fff !important;text-decoration:none;padding:5px 15px !important}
/* start booking nav style */
.nav-tabs>li {float:left !important;padding:5px 0px 0px 0px; width:33% !important; text-align:center; }
.nav-tabs>li:last-child {float:left !important;padding:5px 0px 0px 0px; width:34% !important; text-align:center; }
.input-group-addon{border-top-right-radius: 0;border-bottom-right-radius: 0;}
.hptiles, .hptileslcolumn-box{float:left !important; width:100% !important}
.hptileslcolumn-box, .hptilesmcolumn-box, .hptilesrcolumn-box{float:left !important;width:100% !important }
.hptileshead, .hptilestext, .hptileaction{width:100%}
.hptilesimage img {width:100%}
.hptilestext p {padding-bottom:10px !important;margin-bottom:0px !important}
.learnmore{margin-top:0px !important}
h1.new{font-size:16px !important}
h2.new{font-size:14px !important}
h3.new{font-size:18px !important;margin-bottom:0px;padding-bottom:0px}
.descriptive-text{font-size:14px !important}
.section-headline{font-size:16px}
p.section-subhead{font-size:15px}
.callout-schedule{margin-bottom:0px;padding-bottom:0px}
.funnel-tag{font-size:1.5em !important}
.funnel-destinations{margin-bottom:10px}
.funnel-link{font-size:0.5em !important}
.section-headline p{font-size:1.5em}
.hotel-package {padding:15px !important}
.hotel-package, .charter{float:left !important; width:100% !important}
.smallInput{width:125px !important}
.smallName{width:100px !important}
.fg-timesliderD, .timeRange{padding:30px !important}
.shoppingResultFont{margin:0px !important;padding:0px 5px !important;margin-bottom:10px !important}
.searchbox {border:0px !important}
.ctrTabs{float:left;width:100%;margin-bottom:10px}
.ctrTabs li {width:33% !important;margin:0px !important;padding:0px !important}
.hotel-name-header{font-size:15px !important;margin:0px;padding:10px 0px 15px 0px;}
.hotel-name-amenity{font-size:13px !important;margin:0px;padding:0px;padding-top:25px;padding-right:5px}
.package-header div {padding: 0px 0px 5px 5px}
.hotel-thumb, .hotel-info{width:100%}
.hotel-details{padding-left:5px}
.offer-compare, .offer-select{width:100% !important}
.compare_btn{margin-bottom:15px}

.searchboxfields{width:96%}
.glyphicons {padding-right:0px}
.ctrTabs{font-size:12px}
.glyphicons{top:0px !important}
/* end booking nav style */
.video-player,.vp-center{margin:0px !important;padding:0px !important}
.video-player iframe {width:100% !important;height:250px !important}
#player, .vp-video-wrappert{width:100% !important;height:250px !important}
#destination-excursions ul.featured-excursions {width:100%; display:table; margin-top:2em;}
#destination-excursions ul.featured-excursions li {float:left;display:table-cell; width:100% !important; margin-right:0% !important;}
#destination-hotels ul.featured-hotels {float:left !important;width:100%; display:table; margin-top:2em;}
#destination-hotels ul.featured-hotels li {float:left !important;padding-right:0px !important; width:100% !important}
#destination-hotels ul.featured-hotels li img {padding-top:15px !important}
a.btn.btn-default.learnmore-button,.new, .hotels-blurb {margin-top:0px !important;margin-bottom:0px !important}
.hotels-button{margin:0px !important }
.section-headlineW{font-size:30px}
.section-subheadW{font-size:20px; margin-top:0px}
#destination-more ul.featured-more {width:200px !important; display:table; margin-top:2em;}
#destination-more ul.featured-more li {float:left !important;display:table-cell; max-width:100% !important; margin:0px auto !important;}
ul.featured-more>li>h3.white { padding:0px !important; margin:0px !important }
.glyphicons{top:0px !important}
.more-blurb{margin-bottom:0px}
.room-details, .room-price{float:left;width:100% !important}
.room-box{padding-bottom:25px !important}
#summary-box{float:left !important;width:92% !important; overflow-x: scroll !important;margin-left:4% !important }
.airTable{float:left !important;width: 357px !important;overflow:scroll !important}
.airTable table {
    background-color:#FFF;
    border-collapse:collapse;
    border-top:0;
    /* width:100%; */
    width:337px !important;
    overflow: auto !important;
    float:left !important;
    }
#fitOptionals{width:360px !important}
.table, .table td, .headline {float:left !important;width: 337px !important;overflow:scroll !important}
/* .frm_btn{width:135px !important;left:100px !important;} */
#total-table td.price-total, .subtotal-table td.price-total { font-size: 20px !important }
#contactContainer, #paxformContainer{float:left !important;width:100% !important;margin-top:15px !important;margin-right:0px !important;margin-left:2px !important;}
.filterbox {width:460px !important}
button.select-hotel-btn{width:335px !important;margin-top:25px; left:-145px !important;position:relative;}
}
@media only screen and (max-width: 360px) {
#headerlogo{display:none;visibility:hidden}
#headerlogoM{display:block;visibility:visible;width:200px;margin-top:12px !important}
.mobile-nav{position:relative;left:0px}
/* start booking style */
.shoppingResultFont{margin:0px !important;padding:0px 5px !important;margin-bottom:10px !important}
.searchbox {border:0px !important}
.ctrTabs{float:left;width:100%;margin-bottom:10px}
.ctrTabs li {width:33% !important;margin:0px !important;padding:0px !important}
.ctrTabs li:last-child {width:34% !important;margin:0px !important;padding:0px !important}
.package-box{margin:10px 0px 0px 0px !important; padding:0px !important}
.package-header, .package-body{padding:5px !important;margin:0px !important}
.progress-line{float:left;width:100%}
ol.progress-line li.progress-done:before{left:20px;border: 4px solid #0061aa !important}
ol.progress-line li.progress-todo:before{left:20px}
.hotel-name{padding:0px 0px 15px 0px }
.hotel-name h2{font-size:15px;line-height:20px !important;padding:0px 5px !important;margin:0px !important}
.hotel-name-amenity{font-size:12px}
.left{padding:5px !important;margin:5px !important}
.hotel-thumb{width:100%;padding:0px !important;margin:0px !important}
.hotel-info{width:100%}
.hotel-details{margin:0px;padding:0px;width:50%}
.hotel-price{margin:0px;padding:0px;width:50%}
.offer-select{width:250px !important}
.offer-compare{width:30% !important}
.offer-select{width:70% !important}
/* button.select-hotel-btn{width:95px !important}*/
button.select-hotel-btn{width:320px !important;margin-top:60px; left:30px !important;position: absolute;}
.button.cnct_btn{font-size:12px !important}
.compare label span {position:relative !important;left:-10px !important;top:10px !important}
.searchboxfields{width:96%}
.form-control{border-radius:0px !important}
.form-group{float:left;width:100%}
.input-group-addon{border-top-right-radius: 0;border-bottom-right-radius: 0;}
.hptiles, .hptileslcolumn-box{float:left !important; width:100% !important}
.hptileslcolumn-box, .hptilesmcolumn-box, .hptilesrcolumn-box{float:left !important;width:100% !important }
.hptileshead, .hptilestext, .hptileaction{width:100%}
.hptilesimage img {width:100%}
.hptilestext p {padding-bottom:10px !important;margin-bottom:0px !important}
.learnmore{margin-top:0px !important}
h1.new{font-size:16px !important}
h2.new{font-size:14px !important}
h3.new{font-size:18px !important;margin-bottom:0px;padding-bottom:0px}
.descriptive-text{font-size:14px !important}
.section-headline{font-size:16px}
p.section-subhead{font-size:15px}
.callout-schedule{margin-bottom:0px;padding-bottom:0px}
.funnel-tag{font-size:1.5em !important}
.funnel-destinations{margin-bottom:10px}
.funnel-link{font-size:0.5em !important}
.section-headline p{font-size:1.5em}
.hotel-package {padding:15px !important}
.hotel-package, .charter{float:left !important; width:100% !important}
.smallInput{width:80px !important}
.smallName{width:100px !important}
.fg-timesliderD, .timeRange{padding:30px !important}
.searchbox {border:0px}
.glyphicons {padding-right:0px}
/* end booking style */
.video-player,.vp-center{margin:0px !important;padding:0px !important}
.video-player iframe {width:100% !important;height:200px !important}
#player, .vp-video-wrappert{width:100% !important;height:200px !important}
#destination-excursions ul.featured-excursions {width:100%; display:table; margin-top:2em;}
#destination-excursions ul.featured-excursions li {float:left;display:table-cell; width:100% !important; margin-right:0% !important;}
.section-headlineW{font-size:30px;margin-bottom:20px}
#destination-trending ul.trending-locations {display:inline-block; width:100%;}
#destination-trending ul.trending-locations li.location-beach {display:block; width:100% ;margin-bottom:15px}
.section-subhead, .condensed{margin-top:2px}
.room-details, .room-price{float:left !important;width:100% !important}
.room-box{padding-bottom:25px !important}
#summary-box{float:left !important;width:350px !important; overflow-x: scroll !important;margin-left:5px !important; }
#summary{float:left !important;width:350px !important; overflow-x: scroll !important; }
#searchresultsheader{width:350px}
.airTable{float:left !important; width:100% !important;overflow:scroll !important}
.airTable table {
    background-color:#FFF;
    border-collapse:collapse;
    border-top:0;
    /* width:100%; */
    width:100% !important;
    overflow: auto !important;
    float:left !important;
    }
#fitOptionals{width:350px !important}
#contactContainer, #paxformContainer{float:left !important;width:350px !important;margin-top:15px !important}

.filterbox {width:350px !important}

}
@media only screen and (max-width: 320px) {
#headerlogoM{width:200px !important}
.searchboxfields{width:250px}
.ctrTabs, #all{width:295px !important;float:left}
#destination-excursions ul.featured-excursions {width:100%; display:table; margin-top:2em;}
#destination-excursions ul.featured-excursions li {float:left;display:table-cell; width:100% !important; margin-right:0% !important;}
.room-details, .room-price{float:left;width:100% !important}
.room-box{padding-bottom:25px !important}
#searchresultsheader{width:320px}
.airTable{width:300px !important}
}
