
/* All site-wide CSS should be placed here */
/* Using Bootstrap 4 using .bts4 wrapper */
@import url("bootstrap/bootstrap4.min.css");
/*
*, *:before, *:after { -webkit-box-sizing:content-box; -moz-box-sizing:content-box; -ms-box-sizing:content-box; box-sizing:content-box; }
*/

/* Do not apply custom fonts directly to SELECT; only OPTION (IE bug) */

.desktop-only { display: block; }
.mobile-only { display: none; }

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-black-webfont.eot');
    src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-black-webfont.woff') format('woff'),
         url('fonts/lato-black-webfont.ttf') format('truetype'),
         url('fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-blackitalic-webfont.eot');
    src: url('fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-blackitalic-webfont.woff') format('woff'),
         url('fonts/lato-blackitalic-webfont.ttf') format('truetype'),
         url('fonts/lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bolditalic-webfont.eot');
    src: url('fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bolditalic-webfont.woff') format('woff'),
         url('fonts/lato-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-italic-webfont.eot');
    src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-italic-webfont.woff') format('woff'),
         url('fonts/lato-italic-webfont.ttf') format('truetype'),
         url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-light-webfont.woff') format('woff'),
         url('fonts/lato-light-webfont.ttf') format('truetype'),
         url('fonts/lato-light-webfont.svg#latoregular') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald-bold-webfont.eot');
    src: url('fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-bold-webfont.woff') format('woff'),
         url('fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald-regular-webfont.eot');
    src: url('fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular-webfont.woff') format('woff'),
         url('fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* <DISPLAY_BREAKPOINT> debugging */
/* SM (default) */ .-display-breakpoint:before { content: 'SM'; }
@media (min-width: 768px) { /* MD */ .-display-breakpoint:before { content: 'MD'; } }
@media (min-width: 992px) { /* LG */ .-display-breakpoint:before { content: 'LG'; } }
@media (min-width: 1200px) { /* XL */ .-display-breakpoint:before { content: 'XL'; } }
/* </DISPLAY_BREAKPOINT> */
/* <BTN_V20> */
/* SM (default) */
.btn-v20 {
    line-height: 1em !important;
    padding: 0.8em 0 !important;
    color: #fff !important;
    border: 2px solid transparent !important;
    display: inline-block !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-family: Lato, Arial, sans-serif !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-size: 12px !important; line-height: 14px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    user-select: none !important;
    transform: translateY(0) !important;
}
.btn-v20:active { transform: translateY(1px) !important; }
.btn-v20, .btn-v20:visited, .btn-v20:hover, .btn-v20:active, .btn-v20:disabled { text-decoration: none !important; }
.btn-v20-primary, .btn-v20-primary:visited { border-color: #e8731e !important; background: #e8731e !important; }
.btn-v20:hover /* both */ { border-color: #cb5f1b !important; background: #cb5f1b !important; }
.btn-v20:active /* both */ { border-color: #ad5115 !important; background: #ad5115 !important; }
.btn-v20:disabled /* both */ { border-color: #e7803d !important; background: #ed9d67 !important; }
.btn-v20-secondary, .btn-v20-secondary:visited { border-color: #e7742e !important; background: #fff !important; color: #e7742e !important; }
.btn-v20-secondary:hover { color: #fff !important; }
.btn-v20-secondary:active { color: #fff !important; }
.btn-v20-secondary:disabled { color: #fff !important; }
.btn-v20-secondary:disabled { border-color: #f3ba97 !important; background: #fff !important; color: #f3ba97 !important; }
@media (min-width: 768px) { /* MD */ .btn-v20 { font-size: 12px !important; line-height: 14px !important; } }
@media (min-width: 992px) { /* LG */ .btn-v20 { font-size: 14px !important; line-height: 16px !important; } }
@media (min-width: 1200px) { /* XL */ .btn-v20 { font-size: 15px !important; line-height: 17px !important; } }
.btn-v20.btn-v20-width-sm { margin: 0 1px !important; width: 74px !important; }
.btn-v20.btn-v20-width-md { margin: 0 1px !important; width: 110px !important; }
.btn-v20.btn-v20-width-lg { margin: 0 1px !important; width: 130px !important; }
.btn-v20.btn-v20-width-xl { margin: 0 1px !important; width: 175px !important; }
.btn-v20.btn-v20-height-sm { margin: 0 1px !important; padding: 0.5em 0 !important; }
.btn-v20.btn-v20-height-md { margin: 0 1px !important; padding: 0.75em 0 !important; }
.btn-v20.btn-v20-height-lg { margin: 0 1px !important; padding: 1em 0 !important; }
.btn-v20.btn-v20-height-xl { margin: 0 1px !important; padding: 1.2em 0 !important; }
.btn-v20.btn-v20-width-auto { margin: 0 1px !important; padding-left: 0.75em !important; padding-right: 0.75em !important; width: auto !important; }
/* </BTN_V20> */
.light-grey-full-page-separator { width: 100%; background: #f5f5f5; height: 1em; margin: 0; }
.d-none, .d-xs-none { display: none !important; }
.d-block, .d-xs-block { display: block !important; }
.d-inline-block, .d-xs-inline-block { display: inline-block !important; }
.text-left, .text-xs-left { text-align: left !important; }
.text-center, .text-xs-center { text-align: center !important; }
.text-right, .text-xs-right { text-align: right !important; }
@media (min-width: 576px) {
    .d-sm-none { display: none !important; }
    .d-sm-block { display: block !important; }
    .d-sm-inline-block { display: inline-block !important; }
    .text-sm-left { text-align: left !important; }
    .text-sm-center { text-align: center !important; }
    .text-sm-right { text-align: right !important; }
}
@media (min-width: 768px) {
    .d-md-none { display: none !important; }
    .d-md-block { display: block !important; }
    .d-md-inline-block { display: inline-block !important; }
    .text-md-left { text-align: left !important; }
    .text-md-center { text-align: center !important; }
    .text-md-right { text-align: right !important; }
}
@media (min-width: 992px) {
    .d-lg-none { display: none !important; }
    .d-lg-block { display: block !important; }
    .d-lg-inline-block { display: inline-block !important; }
    .text-lg-left { text-align: left !important; }
    .text-lg-center { text-align: center !important; }
    .text-lg-right { text-align: right !important; }
}
@media (min-width: 1200px) {
    .d-xl-none { display: none !important; }
    .d-xl-block { display: block !important; }
    .d-xl-inline-block { display: inline-block !important; }
    .text-xl-left { text-align: left !important; }
    .text-xl-center { text-align: center !important; }
    .text-xl-right { text-align: right !important; }
}
.toggle-tooltip{position: relative;}
.bs-tooltip{cursor: pointer;left: 50%; margin-left: -150px; position:fixed; max-width:300px;z-index:1070000;border-radius:4px;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:13px;line-height:14px;word-wrap:break-word;opacity:1;color:#fff;background-color:#003060;}
.bs-tooltip-content{padding:15px;}
.bs-tooltip-arrow{display:none;}
.bs-tooltip-close{position: absolute; top: 2px; right: 4px; font-size: 12px;}
@media (min-width: 768px) {
    .bs-tooltip{left: auto; margin: 0;}
    .bs-tooltip-arrow{display: block;position:absolute;background:#003060;width:10px;height:10px;left:-4px;top:10px;transform:rotate(45deg);}
}

/* Body */
body, input, select option, textarea {
    font-family: 'Lato', sans-serif;
}
body {
    font-size: 100%;
    line-height: 18px;
    background-color: #EDEDED;
    letter-spacing: 0;
}
.placeholder {
    color: #aaa;
}
a {
    color: #0066cc;
    letter-spacing: 0;
    text-decoration: none;
}
a:hover {
    color: #127feb;
    text-decoration: underline;
}
/*
a:visited {
    color: #00488f;
}
*/
.body-title {
    color: #4b4c4c;
    font: 26px/30px Lato;
    margin-bottom: 3px;
    font-weight: 900;
}
#header_container, #body_container {
    background-color: #fff;
}
#body_container {
    padding-bottom: 100px;
}

.disable-scroll{
    touch-action: none;
    overflow-y: hidden;
}
.enable-scroll{
    touch-action: auto !important;
    overflow-y: auto !important;
}

/* Shortcuts */
.float_left { float: left; }
.float_right { float: right; }
.justify { text-align: justify; }
.right { text-align: right; }
.left { text-align: left; }
.top { vertical-align: top; }
.hidden { display: none; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }
.center { text-align: center; }
.thin { font-weight: 100; }
strong { font-weight: 700; }
.block { display: block; }
.inline { display: inline; }
.relative { display: relative; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.no-padding { padding: 0 !important; }
.padding-right-5 { padding-right: 5px !important; }
.padding-left-5 { padding-left: 5px !important; }
.full { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.width25 { width: 25%; }
.bottom5 { margin-bottom: 5px; }
.bottom10 { margin-bottom: 10px; }
.bottom15 { margin-bottom: 15px; }
.bottom20 { margin-bottom: 20px; }
.bottom25 { margin-bottom: 25px; }
.bottom30 { margin-bottom: 30px; }
.fancybox {
    display: block;
    border: 1px solid #ccc;
    padding: 12px 16px 16px 18px;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.3);
    margin-bottom: 20px;
}
.fancybox.custom {
    padding: 0;
}
.fancybox.custom .head {
    color: #fff;
    padding: 18px 20px 16px 20px;
    background-color: #005baa;
}
.fancybox.custom .body {
    background-color: #ededed;
    padding: 16px 20px 20px 20px;
}
.fancybox.custom .hotel_widget{
    background-color: #ededed;
    padding: 16px 20px 31px 20px;
}
.rating {
    width: 85px;
    height: 16px;
    overflow: hidden;
    background: transparent url(/img/stars.png) top left no-repeat;
}
.arrow {
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    margin: 0 6px;
    background: transparent url(/img/arrows.png) top left no-repeat;
}
.arrow.up {}
.arrow.right { background-position: 0 -14px; }
.arrow.down { background-position: 0 -28px; }
.arrow.left { background-position: 0 -42px; }
div.arrow { display: block; }

/* Header */
.header-top.expanded {
    line-height: 37px !important;
    min-height: 37px !important;
    height: 37px !important;
}
.header-top {
    position: relative;
    z-index: 100;
    cursor: default;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    min-height: 19px;
    vertical-align: middle;
    overflow: hidden;
}
.header-top a {
    color: #000;
}
.header-top span {
    color: #fff;
    padding: 0 1px;
}
.header-top .cart-count a {
    color: #fff;
}
.header-top .cart-icon a:hover,
.header-top .cart-count a:hover {
    text-decoration: none;
}
.header-top .cart-count {
    cursor: pointer;
    display: inline-block;
    background-color: #E8731E;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    font: 12px/18px Lato;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    top: -6px;
    right: 11px;
}
.header-top .cart-icon {
    display: inline-block;
    position: relative;
    top: -2px;
}
.header-top .cart-icon a {
    display: block;
}
.header-top .fake_grid_1012 span {
    color: #333;
    margin:0px 5px;
}
.header-top .fake_grid_1012 a {
    color: #333;
}
.header-middle {
    cursor: default;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}
.affiliate_logo_header table {
    float:left;
    cursor: default;
    max-width: 270px;
    max-height: 64px;
    height: inherit;
}
.affiliate_logo_header table td {
    vertical-align: middle;
}
.affiliate_logo_header p {
    margin: 0;
    padding: 0;
    font: 14px/16px Lato;
    font-weight: 700;
    color: #333;
    height: auto;
}
.affiliate_logo_header h3 {
    margin: 0px 0 0 0px;
    padding: 0;
    font: 22px Lato;
    font-weight: 700;
    color: #000;
    height: auto;
}
.header-submenu {
    position: relative; /* */
    z-index: 2; /* */
    font: 12px/14px Lato;
    margin-bottom: 8px;
    margin-top: -3px;
    font-weight: 900;
    color: #999999;
    zoom: 1;
}
.header-submenu h5 {
    cursor: default;
    color: #004fa2;
    text-transform: uppercase;
    display: inline;
    font-weight: 900;
    margin-right: 4px;
}
.header-submenu a {
    letter-spacing: normal;
    font-weight: normal;
    font-weight: 900;
    color: #004fa2;
    text-decoration: none;
}
.header-submenu a:hover {
    letter-spacing: normal;
    font-weight: 900;
    text-decoration: underline;
}
.header-submenu span {
    padding: 0 5px;
}
.header-breadcrumb, .header-breadcrumb span.crumb {
    color: #bbbbbc;
    padding-bottom: 5px;
    font-size: 12px;
}
.header-breadcrumb span.space {
    padding: 0 4px;
}
.header-breadcrumb a {
    color: #bbbbbc;
    text-decoration: none;
}
.header-breadcrumb a:hover {
    text-decoration: underline;
}
.fake_grid_1012 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
}
fake_grid_1012 > site_logo_header.right {
    margin: -3px 0px 7px -4px;
}
.fake_grid_1064 {
    width: 1024px;
    max-width: 1024px;
    margin: 0 auto;
}
.affiliate_logo_header img, .site_logo_header img {
    max-height: 64px;
}
.affiliate_logo_header img {
    margin: -6px 0px 0px 0px;
    height: 64px;
    max-width: 270px;
}
.affiliate_logo_header, .site_logo_header, .site_logo_header_left {
    height: 80px;
}
.affiliate_logo_header {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0 0;
    height: 80px;
    overflow: hidden;
}
.affiliate_logo_header_divider {
    float: left;
    height: 52px;
    width:1px;
    margin: 0px 37px;
    padding: 0px 0 0 0;
    border-right:1px solid #CCC;
}
.site_logo_header {
    float: left;
    margin-top: -6px;
}
.site_logo_header_left {
    float: left;
    height: 80px;
    line-height: 80px;
}

.site_logo_header_left img {
    margin-top: -10px;
}

.header_providing .left {
    float: left;
    text-align: left;
}
.header_providing .right {
    float: right;
    text-align: right;
}
.header_providing {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U1YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ffffff 0%, #e3e5b5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e3e5b5));
    background: -webkit-linear-gradient(left, #ffffff 0%,#e3e5b5 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#e3e5b5 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#e3e5b5 100%);
    background: linear-gradient(to right, #ffffff 0%,#e3e5b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e5b5',GradientType=1 );
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 32px;
    float: right;
    width: 260px;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-style: italic;
    color: #063868;
}
.header_3_photos {
    position: relative;
    float: right;
    width: 314px;
    height: 80px;
    overflow: hidden;
    z-index: 10;
}
.header_3_photos img {
    z-index: 10;
}

/* Footer */
.footer {
    margin-top: 40px;
    color: #333;
}
.footer h6 {
    font: 17px/18px Oswald;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.footer a {
    text-decoration: none;
    color: #333;
}
.footer a:hover {
    text-decoration: underline;
}
.footer ul {
    list-style-type: none;
}
.footer ul li {
    width: 210px;
    font-size: 12px;
    line-height: 38px;
    list-style-type: none;
    border-bottom: 1px dotted #adadad;
}
.copyright {
    margin-top: 40px;
}
.copyright p {
    color: #333;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 16px;
}
#footer_container {
    padding-bottom: 40px;
}
.headerloginbutton {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 17px/30px Oswald;
    height: 30px;
    font-weight: 500;
    margin: 2px;
    border: 1px solid #e67622;
    vertical-align: middle;
    color: #fff !important;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    background: #faa853;
    background: -moz-linear-gradient(top, #faa853 0%, #f67215 11%, #f67215 88%, #f88c1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa853), color-stop(11%,#f67215), color-stop(88%,#f67215), color-stop(100%,#f88c1a));
    background: -webkit-linear-gradient(top, #faa853 0%,#f67215 11%,#f67215 88%,#f88c1a 100%);
    background: -o-linear-gradient(top, #faa853 0%,#f67215 11%,#f67215 88%,#f88c1a 100%);
    background: -ms-linear-gradient(top, #faa853 0%,#f67215 11%,#f67215 88%,#f88c1a 100%);
    background: linear-gradient(to bottom, #faa853 0%,#f67215 11%,#f67215 88%,#f88c1a 100%);
    -webkit-box-shadow: inset 0px 0px 12px 0px rgba(250, 150, 30, 1);
    -moz-box-shadow:    inset 0px 0px 12px 0px rgba(250, 150, 30, 1);
    box-shadow:         inset 0px 0px 12px 0px rgba(250, 150, 30, 1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa853', endColorstr='#f88c1a',GradientType=0 );
    text-decoration: none;
}
.classybutton {
    border: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0 20px;
    font: 17px/30px Oswald;
    font-weight: 500;
    margin: 2px;
    border-top: 2px solid #e8791e !important;
    color: #fff !important;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    background: #e8791e;
    background: -moz-linear-gradient(top,  #efa162 0%, #efa162 4%, #e8791e 5%, #e8791e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efa162), color-stop(4%,#efa162), color-stop(5%,#e8791e), color-stop(100%,#e8791e));
    background: -webkit-linear-gradient(top,  #efa162 0%,#efa162 4%,#e8791e 5%,#e8791e 100%);
    background: -o-linear-gradient(top,  #efa162 0%,#efa162 4%,#e8791e 5%,#e8791e 100%);
    background: -ms-linear-gradient(top,  #efa162 0%,#efa162 4%,#e8791e 5%,#e8791e 100%);
    background: linear-gradient(to bottom,  #efa162 0%,#efa162 4%,#e8791e 5%,#e8791e 100%);
    text-decoration: none;
}
.classybutton:hover {
    text-decoration: none;
}
.classybutton.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 20px/18px 'Times New Roman';
    font-weight: 700;
    height: 18px !important;
    max-height: 18px !important;
    padding: 0 8px;
    width: auto;
    text-decoration: none;
    overflow: hidden;
}
.classybutton.tinybutton {
    padding: 0 16px;
    font: 12px/20px Oswald;
    margin: 2px;
}
.classybutton.oversized {
    font: 24px/20px Oswald !important;
}
.classybutton.bigbutton {
    padding: 12px 32px;
    font: 26px/20px Oswald;
    margin: 2px;
}
.big_orange_button {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.39);
    box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.39);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 3px 18px;
    font: 25px/50px Oswald;
    font-weight: 300 !important;
    margin: 2px;
    color: #fff !important;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    background: #fa9f39;
    background: -moz-linear-gradient(top,  #fa9f39 0%, #f36500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9f39), color-stop(100%,#f36500));
    background: -webkit-linear-gradient(top,  #fa9f39 0%,#f36500 100%);
    background: -o-linear-gradient(top,  #fa9f39 0%,#f36500 100%);
    background: -ms-linear-gradient(top,  #fa9f39 0%,#f36500 100%);
    background: linear-gradient(to bottom,  #fa9f39 0%,#f36500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9f39', endColorstr='#f36500',GradientType=0 );
    text-decoration: none;
}
.big_orange_button.disabled {
    cursor: default !important;
    background: #ccc;
    background: -moz-linear-gradient(top,  #ccc 0%, #999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#999));
    background: -webkit-linear-gradient(top,  #ccc 0%,#999 100%);
    background: -o-linear-gradient(top,  #ccc 0%,#999 100%);
    background: -ms-linear-gradient(top,  #ccc 0%,#999 100%);
    background: linear-gradient(to bottom,  #ccc 0%,#999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#999',GradientType=0 );
}
.big_orange_button:hover {
    text-decoration: none;
}
.medium_blue_button {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.39);
    box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.39);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 3px 10px;
    font: 16px/30px Oswald;
    font-weight: 300;
    margin: 2px;
    color: #fff !important;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    background: #007dc4;
    background: -moz-linear-gradient(top,  #007dc4 0%, #0050a3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dc4), color-stop(100%,#0050a3));
    background: -webkit-linear-gradient(top,  #007dc4 0%,#0050a3 100%);
    background: -o-linear-gradient(top,  #007dc4 0%,#0050a3 100%);
    background: -ms-linear-gradient(top,  #007dc4 0%,#0050a3 100%);
    background: linear-gradient(to bottom,  #007dc4 0%,#0050a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc4', endColorstr='#0050a3',GradientType=0 );
    text-decoration: none;
}
.medium_blue_button:hover {
    text-decoration: none;
}
.red_pill_button {
    background: url('/img/red_pill_button.png') no-repeat center center;
    width: 116px;
    height: 32px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: 18px/31px Oswald;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.red_pill_button:hover {
    text-decoration: none;
    color: #fff;
}

/* Hotel Search Box */
.hotel-search-box div.select {
    padding: 7px 8px;
    height: 18px;
    width: 27px;
    margin: 2px 10px 2px 2px;
    display: block;
}
.hotel-search-box input[type=text], .hotel-search-box select {
    font-size: 13px;
    color: #000;
    line-height: 15px;
    border: 0;
    padding: 7px 8px;
    background: #fff;
    vertical-align: middle;
}
.hotel-search-box #destination {
    width: 271px;
    margin-right: 26px;
}
.hotel-search-box #rooms {
    width: 118px;
    margin-right: 26px;
}
.hotel-search-box #adults, .hotel-search-box #children {
    width: 58px;
    margin-right: 26px;
}
.hotel-search-box #check_in {
    margin-right: 10px;
}
.hotel-search-box #check_out {
    margin-right: 0px;
}
.hotel-search-box #check_in, .hotel-search-box #check_out {
    width: 84px;
}
.hotel-search-box > div {
    position: relative;
}
.hotel-search-box .best-rate-guarantee {
    position: absolute;
    top: 36px;
    right: 24px;
}
.hotel-search-box .best-rate-guarantee img {
    width: 72px;
}
@media (min-width: 768px) {
    .hotel-search-box .best-rate-guarantee img {
        width: 76px;
    }
}
.hotel-search-box table select, .hotel-search-box table div.select {
    display: block;
    margin-bottom: 4px;
}
.hotel-search-box {
    width: 686px;
    background: #0053a5;
    background: -moz-linear-gradient(top, #0053a5 0%, #b1e1ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0053a5), color-stop(100%, #b1e1ff));
    background: -webkit-linear-gradient(top, #0053a5 0%, #b1e1ff 100%);
    background: -o-linear-gradient(top, #0053a5 0%, #b1e1ff 100%);
    background: -ms-linear-gradient(top, #0053a5 0%, #b1e1ff 100%);
    background: linear-gradient(to bottom, #0053a5 0%, #b1e1ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0053a5', endColorstr='#b1e1ff', GradientType=0 );
    padding: 20px 20px 20px 20px;
    margin-bottom: 40px;
}
.hotel-search-box h4 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.hotel-search-box .discount-heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}
.disclaimer-top-cities {
    font-size: 14px;
    margin-top: 16px;
    color: #444;
}
.hotel-search-box .chosen-container {
    margin-right: 20px;
}
.hotel-search-box ul.flow {
    width: 520px;
    list-style: none;
}
.hotel-search-box ul.flow > li {
    display: inline-block;
    list-style: none;
    margin-bottom: 13px;
}
.hotel-search-box label {
    color: #fff;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
}
.hotel-search-box #do_hotel_search {
    position: relative;
    margin-right: 3px;
}
input.calendar {
    cursor: pointer;
    background: #fff url(/img/calendar.gif) 95% center no-repeat !important;
}
.hotel-search-box table td select, .hotel-search-box table td label {
    margin-right: 10px;
}
.hotel-search-box select#market {
    width: 240px;
}
.hotel-search-box .chosen-container-single .chosen-single {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.hotel-search-box .floating-submit {
    float: right;
    margin-top: 20px;
    margin-right: 22px;
}
.chosen-container, .chosen-single {
    height: 28px !important;
    line-height: 28px !important;
    background: #ffffff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.chosen-single div {
    padding-top: 4px;
}

.page_controls {
    text-align: right;
    margin-bottom: 20px;
    font: 16px/18px Lato;
    text-transform: uppercase;
}
.page_controls a {
    color: #0166cc;
    text-decoration: none;
}
.page_controls a:hover {
    color: #6eaff0;
}

.tab_content .left_inset {
    padding-left: 20px;
}
.inset {
    padding: 0 20px;
}
.with-triangles {
    position: relative;
}
.with-triangles td {
    padding: 0 !important;
}
.with-triangles td div {
    width: auto;
    position: relative !important;
    overflow: visible;
    padding: 0 10px;
}
.with-triangles td.selected span {
    background: transparent url(/img/chisel.png) top center no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 12px;
    width: 100%;
    left: 0;
    position: absolute;
    top: 44px;
}
table.tabs img {
    vertical-align: middle;
    padding-bottom: 3px;
    padding-left: 3px;
}
table.tabs {
    height: 44px !important;
    line-height: 44px;
    font-family: Lato;
    font-size: 15px;
    margin: 0 0 30px 0;
    clear: both;
    width: 100%;
    max-width: 100%;
    border: auto;
    /*overflow: hidden;*/
    border-collapse: collapse;
    border-spacing: 0 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}
table.tabs td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    text-align: center;
    width: auto;
    color: #dfeef7;
    margin: 0;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border-right: 1px solid #4a8fba;
    cursor: pointer;
    padding: 0 8px;
    overflow: visible;
    background: #0071bb;
    background: -moz-linear-gradient(top,  #0098d9 0%, #004fa1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0098d9), color-stop(100%,#004fa1));
    background: -webkit-linear-gradient(top,  #0098d9 0%,#004fa1 100%);
    background: -o-linear-gradient(top,  #0098d9 0%,#004fa1 100%);
    background: -ms-linear-gradient(top,  #0098d9 0%,#004fa1 100%);
    background: linear-gradient(to bottom,  #0098d9 0%,#004fa1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098d9', endColorstr='#004fa1',GradientType=0 );
}
table.tabs td:hover {
    color: #fff;
    background: #0e86d1;
    background: -moz-linear-gradient(top,  #2fa6d6 0%, #29639e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fa6d6), color-stop(100%,#29639e));
    background: -webkit-linear-gradient(top,  #2fa6d6 0%,#29639e 100%);
    background: -o-linear-gradient(top,  #2fa6d6 0%,#29639e 100%);
    background: -ms-linear-gradient(top,  #2fa6d6 0%,#29639e 100%);
    background: linear-gradient(to bottom,  #2fa6d6 0%,#29639e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fa6d6', endColorstr='#29639e',GradientType=0 );
}
table.tabs td.selected {
    cursor: default;
    color: #fff;
    font-size: 19px;
    background: #e7731d;
    background: -moz-linear-gradient(top,  #f4b62f 0%, #e7731d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4b62f), color-stop(100%,#e7731d));
    background: -webkit-linear-gradient(top,  #f4b62f 0%,#e7731d 100%);
    background: -o-linear-gradient(top,  #f4b62f 0%,#e7731d 100%);
    background: -ms-linear-gradient(top,  #f4b62f 0%,#e7731d 100%);
    background: linear-gradient(to bottom,  #f4b62f 0%,#e7731d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b62f', endColorstr='#e7731d',GradientType=0 );
}
table.tabs td:last-child {
    border-right: 0;
}

/* Individual Hotel Search Box */

.search_hotel h2 {
    font: 18px/24px Lato;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.search_hotel input[type=text], .search_hotel select {
    border: 0;
    padding: 8px 4px;
    width: 70px;
    margin-right: 8px;
}
.search_hotel.thin select {
    width: 50px;
}
.search_hotel select.rooms {
    width: 140px;
}
.search_hotel input.calendar {
    width: 8em;
}
.search_hotel table {
}
.search_hotel table tr th {
    width: 70px;
    padding-right: 4px;
}
.search_hotel #market {
    width: 100%;
}
.search_hotel .thinnersection {
    margin-top: 8px;
}
.search_hotel .thinsection {
    margin-bottom: 16px;
}
.search_hotel input[type=radio] {
    margin-right: 10px;
}
.search_hotel .section {
    margin-bottom: 30px;
}
.search_hotel table tr td, .search_hotel table tr th {
    vertical-align: middle;
}
.search_hotel label {
    margin-bottom: 2px;
    margin-right: 8px;
    display: block;
    font: 13px/15px Lato;
    font-weight: 900;
    color: #000;
}

/* END Individual Hotel Search Box */

.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 150px 0 150px;
    border-color: #e5701c transparent transparent transparent;
}

.light_greybox {
    display: block;
    background-color: #e9e9e9;
    text-align: left;
    font: 13px/15px Lato;
    padding: 50px 60px;
    color: #000000;
    border: 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.greybox {
    display: block;
    background-color: #e9e9e9;
    text-align: left;
    font: 13px/15px Lato;
    color: #000000;
    border: 1px solid #000001;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 25px 25px 20px 25px;
}
.greybox .forgot_remember {
    width: 49%;
    font-size: 12px;
}
.greybox .italics {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 13px;
}
.greybox > h2, .greybox > p {
    color: #000;
    font-weight: bold;
}
.greybox h2 {
    font: 26px/34px Lato;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #0c0501;
    margin-bottom: 4px;
}
.greybox h3 {
    font: 14px/16px Lato;
    font-weight: 900;
    text-align: center;
    color: #0c0501;
    margin-bottom: 12px;
}
.greybox h4 {
    font: 16px/18px Lato;
    font-weight: 900;
    text-align: center;
    color: #6e6d6d;
    margin-bottom: 10px
}
.greybox a {
    text-decoration: underline;
    color: #004579;
}
.greybox a:hover {
    color: #1267a7;
}
.greybox label {
    cursor: pointer;
}
.greybox .justify {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    line-height: 0;
}
.greybox input {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.greybox .spacer {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    z-index: -1;
}
.greybox .checkbox {
    margin: 0 0 0 2px;
}
.greybox .submit {
    margin: 0;
    width: auto;
    cursor: pointer;
}
.greybox table { 
    width: 100%;
    font-size: 15px;
}
.greybox table td {
    padding: 8px 0px;
    vertical-align: middle;
    text-align: right;
}
.greybox table td.eighty { width: 80%; }
.greybox table td.twenty { width: 20%; }
.greybox table td.thirty { width: 30%; }
.greybox table td.seventy { width: 70%; }
.greybox table td:first-child {
    text-align: left;
}
.greybox input[type="text"], .greybox input[type="password"], .greybox select {
    -webkit-box-shadow: inset 0px 2px 4px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 2px 4px -2px rgba(0,0,0,0.5);
    box-shadow: inset 0px 2px 4px -2px rgba(0,0,0,0.5);
    border: 1px solid #E5E5E5;
    font-size: 14px !important;
    padding: 10px 7px;
    width: 225px !important;
}
.greybox select {
    width: 240px !important;
}
.greybox td.agree-to-terms input {
    width: 15px !important;
    margin: 8px 7px 0px 0px;
    padding: 0px;
    float: left;
}
.greybox table td > label {
    width: 140px !important;
}
.greybox td.agree-to-terms label {
    font-size: 13px;
    display: block;
    width: 350px !important;
    float: left;
}
.greybox input.classybutton.bigbutton {
    font: 30px/30px Oswald !important;
    padding: 10px 20px 14px 20px !important;
    display: block;
    float: right;
    width: auto !important;
    border: none;
}
.event-hold .expired, .event-hold .not-expired {
    font: 13px/14px Lato;
}
.event-hold .expired {
    font-weight: 900 !important;
    color: #ff0033;
}
.event-hold .not-expired .time-remaining {
    font-weight: 900 !important;
    color: #ff0033;
}
.ui-dialog-content {
    line-height: 18px !important;
}
.ui-dialog-titlebar {
    color: #000 !important;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px !important;
    padding-left: 10px !important;
    text-transform: uppercase;
}
.ui-widget-overlay {
    background: #666 !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=80);
}
#map_right {
    float: right;
    background-color: #e9e5dc;
}
#video_right {
    margin: 20px auto 5px auto;
    width: 540px;
    height: 340px;
    background-color: #000;
}
.user-content p {
    margin: 0.25em 0 0.75em 0;
}
.user-content {
    
}
#flash_container .container_16 .grid_16 {
}
#flash_container p {
    margin: 5px 0 5px 0;
}
#flash_container div.flash {
    margin: 6px 0 25px 0;
    padding: 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 900 !important;
    font: 16px/18px Lato;
    background-color: #e34040;
    color: #fff;
    border: 1px solid #c83333;
    text-align: center;
    position: relative;
    z-index: 1;
}
#flash_container div.flash_success{
    background-color: #fff !important; 
    border: 1px solid #66BB6A !important; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px Lato;
    width: fit-content !important; 
    margin: 20px auto 20px auto !important;
    text-align: center;
    position: relative;
    display: flex;
    z-index: 1;
}
#flash_container div.flash_success_checkbox{
    width: 40px;
    height: auto;
    background-color: #66BB6A;
    float: left;
    vertical-align: middle;
    color: #fff;
}
#flash_container div.flash_success_checkbox i{
    top: 0%;
    position: relative;
    transform: translate(0%, 40%);
}
#flash_container div.flash_success_message{
    width: fit-content;
    background-color: transparent;
    vertical-align: middle;
    color: #343434;
    text-align:center;
    padding: 5px;
    font-weight: 700;
}

#flash_container div.flash_warning{
    background-color: #fff !important; 
    border: 1px solid #FFAB00 !important; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px Lato;
    width: fit-content !important; 
    text-align: center;
    position: relative;
    display: flex;
    z-index: 1;
    margin-bottom: 10px;
}
#flash_container div.flash_warning_checkbox{
    width: 40px;
    height: auto;
    background-color: #FFAB00;
    float: left;
    vertical-align: middle;
    color: #fff;
}
#flash_container div.flash_warning_checkbox i{
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}
#flash_container div.flash_warning_message{
    width: fit-content;
    background-color: transparent;
    vertical-align: middle;
    color: #343434;
    text-align:left;
    padding: 5px;
}
#member_registration_form #flash_container div.flash_warning_message {
    padding: 12px 10px 12px 16px;
    color: #142196;
}


.ui-custom-dialog .ui-dialog-titlebar { display: none !important; }
.ui-custom-dialog { background: #fff !important; -webkit-box-shadow: 0 2px 2px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0 2px 2px 0px rgba(50, 50, 50, 0.75); box-shadow: 0 2px 2px 0px rgba(50, 50, 50, 0.75); }
.ui-custom-dialog.ui-dialog .ui-dialog-content h5 { font: 18px/20px Lato; text-transform: uppercase; margin-bottom: 1em; color: #333; font-weight: 900; }
.ui-custom-dialog.ui-dialog .ui-dialog-content { position: relative; padding: 16px; font: 12px/14px Lato; font-weight: 500; }
.ui-custom-dialog.ui-dialog .ui-dialog-content p { margin: 0 0 1em 0; }
.ui-custom-dialog.ui-dialog .ui-dialog-content div.section { margin: 0 0 1em 0; }
.ui-custom-dialog.ui-dialog a.ui-dialog-custom-close { padding: 2px 5px; text-decoration: none; margin-top: -18px; margin-right: -15px; float: right; color: #555; font: 20px/22px Lato; font-weight: 500; }
.ui-custom-dialog.ui-dialog a.ui-dialog-custom-close:hover { color: #999; text-decoration: none; }
.ui-widget-overlay { background: #bbb !important; opacity: .5 !important; filter: Alpha(Opacity=50) !important; }

body .fancybox-opened .fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 1px #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-opened .fancybox-close {
    top: 7px;
    right: 7px;
    background-repeat: no-repeat;
    background-image: url(/img/overlay_close.png);
    width: 10px;
    height: 10px;
}

/* ----- */
.ui-alert-dialog.ui-dialog {
    background: #fff;
    border: 1px solid #999;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.ui-alert-dialog.ui-dialog .close {
    float: right;
    margin-top: -26px;
    margin-right: -10px;
    color: #999;
    font: 18px/20px Lato;
    text-decoration: none;
}
.ui-alert-dialog.ui-dialog .close:hover {
    text-decoration: none;
    color: #555;
}
.ui-alert-dialog.ui-dialog, #firstalert {
    height: 200px !important;
    overflow: hidden;
}
.ui-alert-dialog.ui-dialog .ui-dialog-content {
    padding: 30px 20px 10px 20px;
}
.ui-alert-dialog.ui-dialog .icon {
    padding: 22px 20px 18px 20px;
    float: left;
}
.ui-alert-dialog.ui-dialog .body p {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}
.ui-alert-dialog.ui-dialog .body {
    margin: 10px 0 15px 0;
    font: 16px/18px Lato;
    font-weight: 700;
    height: 100px;
    background: #eeeced;
}
.ui-alert-dialog.ui-dialog .foot {
    float: right;
}
.ui-alert-dialog.ui-dialog .medium_blue_button {
    padding: 2px 40px;
}
.ui-alert-dialog.ui-dialog .body {

}
/* ----- */
.checkout-page a.unobtrusive_taxes {
    color: inherit;
    font-weight: normal;
}
.checkout-page a.unobtrusive_taxes:hover {
    color: inherit;
    text-decoration: underline;
}
.lpPoweredBy, .lpEmtStarRating {
    display: none;
}
.livechat-header {
    position: relative;
    width: 0px;
    margin-left: 200px;
    margin-right: 10px;
}
#employee-discount-image {
    display:none;
    margin-left: -150px;
    float: left;
}
#quick-find {
    float: right;
    width: 600px !IMPORTANT;
    height: 40px !IMPORTANT;
    margin: 16px 0px 0px 0px;
    background: #fff url(/img/preferred_access_magnify.png) right center no-repeat !important;
    border: 2px solid #E87A1E !IMPORTANT;
    position: relative;
    border-radius: 2px;
}
#quick-find input {
    font-size: 18px;
    padding: 2px 0px 0px 0px;
    height: 35px;
    width: 550px;
    vertical-align: middle;
    margin: 0 0 0 7px;
    outline-width: 0;
}
#find-filter {
    width: 150px;
    border: none;
    margin-left: 3px;
    float: left;
    margin: 10px 0px 0px 10px;
    background-color: unset;
    vertical-align: middle;    
}
#find-filter-small {
    width: 150px;
    border: none;
    margin-left: 3px;
    float: left;
    margin: 10px 0px 0px 10px;
    background-color: #EDEDED;
    vertical-align: middle;
}
#find-filter-image {
    display:none;
    border: none;
    float: left;
    margin-top: 8px;
    margin-left: 0px;
    height: 22px;
    width: 44px;
}
a.redbuybutton {
    display: block;
    background-image: url(/site_img/TAW_Red_BUY_Tix_OVAL_116x32.png);
    width: 116px;
    height: 32px;
    align: center;
    vertical-align: middle;
    color: transparent;
    margin: 0 auto;
}
a.redbuybutton.right {
    margin-right: 0;
}
.pac-container {
    width: auto !important; /* google places autocomplete result set */
}
.pac-container:after {
    background-image: none !important;
}
.styled-select {
   width: 235px;
   height: 34px;
   margin: 0 auto;
   line-height: 38px;
   overflow: hidden;
   background: url('/img/select-btn.png') no-repeat right #fff;
   border: 1px solid #ccc;
}
.styled-select.short {
    width: 40px
}
.section-quantity .styled-select.short {
    left: 10px;
    float: right;
    margin: 0 auto;
    position: relative;
}
td.section-price {
    padding-top: 20px !important;
    text-align: center !important;
}
.styled-select.med {
    height: 24px;
    line-height: 28px;
}
.styled-select select {
   background: transparent;
   width: 258px;
   font-size: 16px;
   line-height: 28px;
   border: 0;
   outline: none;
   border-radius: 0;
   height: 28px;vertical-align:baseline;
   
   -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
   appearance:none;
   
  -moz-box-sizing: content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
.styled-select.short select {
    width: 63px !important;
}
.styled-select.med select {
    height: 20px;
    line-height: 18px;
}
.styled-select select:focus {
    border: 0;
    position: relative;
}
.styled-select:hover, .styled-select.inputHover {
   border-color:#f00;
}
.styled-select:active, .styled-select.inputActive {
   border-color:#00f;
}
.header_buttons {
    float: right;
    margin-right: 155px;
}
.header_buttons a {
    float: left;
    display: block;
    margin: 0 3px;
    background-color: #f9761e;
    color: #fff !important;
    font-size: 12px;
    line-height: 37px;
    height: 37px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
}
.header_buttons a:hover {
    background-color: #fa893e;
    color: #fff;
    text-decoration: none;
}
.lower_bar {
    display: none;
}
.payment-options h6.smaller {
    font-size: 15px;
    margin: 20px 0px 12px 0px;
}
#shopping-menu-area {
    border-collapse: collapse;
    margin: 18px 0 0 32px;
}
#shopping-menu-area .shopping-link-list li a {
    color: #c8ccd0;
}
#shopping-menu-area .shopping-link-list li {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    border-bottom: 1px solid #65737e;
}
#shopping-menu-area .shopping-link-list a:hover {
    color: #fff;
    text-decoration: underline;
}
#shopping-menu-area .shopping-link-list {
    width: 165px;
    padding-right: 30px;
}
#shopping-menu-area .shopping-page-list a, #shopping-menu-area .shopping-page-list a img {
    width: 110px;
}
#shopping-menu-area .shopping-page-list a {
    display: block;
    margin-bottom: 5px;
}
#shopping-menu-area .shopping-page-list .h3, #shopping-menu-area .shopping-page-list h3 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
#shopping-menu-area .shopping-page-list {
    width: 110px;
    padding-right: 5px;
}
#shopping_submenu {
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    background-color: #ebebeb;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
/* main menu override css for shopping section */
.header-menu {
    /*margin-bottom: 2px !important;*/
}
#shopping_submenu .menu-icon {
    color: #ee731f !important;
}
#shopping_submenu .more a {
    height: 100%;
    width: 100%;
    line-height: 38px;
    display: block;
}
#shopping_submenu #more_submenu {
    display: none;
    width: 170px;
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    line-height: 26px;
    -webkit-box-shadow: 2px 2px 3px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 3px -2px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 3px -2px rgba(0,0,0,0.5);
}
#shopping_submenu #more_submenu a:hover {
    background-color: #f0f0f0;
}
#shopping_submenu #more_submenu a {
    padding: 0 10px;
    width: auto;
    text-align: left;
    line-height: 26px;
    height: auto;
}
#shopping_submenu .more:hover a {
    background-color: #fff;
}
#shopping_submenu .more:hover #more_submenu, #shopping_submenu #more_submenu:hover {
    display: block;
    z-index: 1000;
}
#shopping_submenu a, #shopping_submenu a:visited {
    color: #000;
    text-decoration: none;
}
#shopping_submenu a:hover, #shopping_submenu a:active {
    color: #555;
    text-decoration: none;
}
#shopping_submenu a:hover .menu-icon {
    color: #f9a46a !important;
}
#shopping_submenu .shopping_submenu_table {
    width: 100%;
    height: 38px;
    padding: 0;
    margin: 0;
    margin-top: 2px;
}
#shopping_submenu .shopping_submenu_table th, #shopping_submenu .shopping_submenu_table td {
    padding: 0 2px;
}
#shopping_submenu .shopping_submenu_table th {
    text-transform: uppercase;
    font-weight: bolder !important;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
}
#shopping_submenu .shopping_submenu_table td.first {
    text-align: left;
}
#shopping_submenu .shopping_submenu_table td {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}
#shopping_submenu .shopping_submenu_table td.last {
    text-align: right;
}
.hotel_and_resort_fee_information {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 10px 0 10px 0 !important;
}
.hotel_and_resort_fee_information a {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.hotel_fee_information ul {
    margin: 0 0 10px 25px;
}
.hotel_fee_information ul {
    list-style-type: disc;
}
.hotel_fee_information ul li {
    margin-left: 0px;
}
.product_page_adzerk_container {
    padding: 20px 0 0 0;
    text-align: left;
}
.header#login_form {
    margin-top: 14px;
    display: block;
    background-color: #eae9e9;
    width: 480px;
    height: 75px;
    float: right;
    text-align: left;
    padding: 10px 16px;
    font: 13px/15px Lato;
    color: #5e5d5d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.header#login_form h2 {
    display: block;
    text-align: left;
    font: 18px/20px Lato;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0 !important;
}
.header#login_form a {
    text-decoration: underline;
    color: #5e5d5d;
}
.header#login_form a:hover {
    color: #000;
}
.header#login_form h2 strong {
    font-weight: 900;
}
.header#login_form label {
    cursor: pointer;
}
.header#login_form .justify {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    line-height: 0;
}
.header#login_form p {
    padding: 0;
    margin: 0;
    display: relative;
}
.header#login_form input {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.header#login_form .spacer {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    z-index: -1;
}
.header#login_form .checkbox {
    margin: 0 0 0 2px;
}
.header#login_form .text, .header#login_form .password {
    margin: 0;
    padding: 4px;
    border: 1px solid #c6cfd6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.header#login_form .text {
    width: 180px;
}
.header#login_form .password {
    width: 170px;
}
.header#login_form .submit {
    margin: 0;
    width: auto;
    cursor: pointer;
}

.flex-form {
    /* implements flexbox with forms */
}
.flex-form .flex-form-parent {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-right: 10px;
}
.flex-form .flex-form-parent label {
    cursor: pointer !important;
    display: block !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}
.flex-form .flex-form-parent input[type="text"], .flex-form .flex-form-parent select {
    margin: 3px 0 !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11px 4px 6px 8px !important;
}
.flex-form .flex-form-parent select {
    height: 40px !important;
}
.flex-form .flex-form-10 { width: 10%; }
.flex-form .flex-form-20 { width: 20%; }
.flex-form .flex-form-25 { width: 25%; }
.flex-form .flex-form-30 { width: 30%; }
.flex-form .flex-form-33 { width: 33.3%; }
.flex-form .flex-form-37 { width: 37.5%; }
.flex-form .flex-form-40 { width: 40%; }
.flex-form .flex-form-50 { width: 50%; }
.flex-form .flex-form-60 { width: 60%; }
.flex-form .flex-form-66 { width: 66.6%; }
.flex-form .flex-form-70 { width: 70%; }
.flex-form .flex-form-75 { width: 75%; }
.flex-form .flex-form-80 { width: 80%; }
.flex-form .flex-form-90 { width: 90%; }
.flex-form .flex-form-100 { width: 100%; }
.flex-form .flex-form-field {
    padding-right: 10px;
    padding-bottom: 10px;
}
.flex-form .flex-form-error {
    font-size: 12px;
    color: red;
    font-weight: bold;
}
/*
@media only screen and (max-width: 600px) {
    .flex-form .flex-form-10,
    .flex-form .flex-form-20,
    .flex-form .flex-form-25,
    .flex-form .flex-form-30,
    .flex-form .flex-form-33,
    .flex-form .flex-form-37,
    .flex-form .flex-form-40,
    .flex-form .flex-form-50,
    .flex-form .flex-form-60,
    .flex-form .flex-form-66,
    .flex-form .flex-form-70,
    .flex-form .flex-form-75,
    .flex-form .flex-form-80,
    .flex-form .flex-form-90,
    .flex-form .flex-form-100 {
        width: 100%;
    }
}
*/
.recaptcha_disabled {
    pointer-events: none;
    opacity: 0.5;
}


.ui-menu .ui-menu-item-wrapper,
.pa-search-container .ui-menu .ui-menu-item .ui-menu-item-wrapper{
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
}

.ui-menu .ui-menu-item .ui-state-active,
.ui-menu .ui-menu-item .ui-state-active,
.ui-menu .ui-menu-item .ui-state-focus,
.ui-menu .ui-menu-item .ui-state-focus{
    display: block !important;
    font-weight: normal !important;
    text-decoration: none !important;
    padding: 2px .4em !important;
    line-height: 1.5em !important;
    min-height: 0 !important;
    margin:-1px !important;
    border-radius: 4px !important;
    background:#fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x !important;
    border:1px solid #fbcb09 !important;
    color:#c77405 !important;
}

.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
    border:1px solid #fbcb09;
    font-weight:bold;
    outline:none;
}

.pa-search-container .ui-widget-content .ui-state-focus,
.pa-search-container .ui-widget-content .ui-state-active,
.pa-search-container .ui-widget-header .ui-state-focus,
.pa-search-container .ui-widget-header .ui-state-active{
    background: #ffcda3 !important;
    color: #4a4a4a !important;
    margin: 0 !important;
    width: auto !important;
    border: 0 !important;
    font-weight: normal !important;
    border-radius: 0 !important;
}

.ui-autocomplete, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px !important;
}
.ui-autocomplete, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px !important;
}
.ui-autocomplete, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px !important;
}
.ui-autocomplete, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px !important;
}
.dynamic_adzerk_banner{
    background: #0080c6;
    background: linear-gradient(to bottom, #0080c6 0%,#004da0 100%);
    min-height: 100px;
}
.dynamic_adzerk_banner .no-bg{
    background: transparent!important
}
.dynamic_adzerk_banner .adzk-content{
    display:none!important;
    height: 0px;
    width: 0px;
}
.dynamic_adzerk_banner .img-responsive img{
    width:100%;
}
/* ADA CSS */
a.modal-responsive-btn{
    color:#0066B3!important;
    font-size: 13px!important;
}
a.modal-responsive-btn:hover{
    color:#0066B3!important;
}
.icon-rounded {
    text-align: center;
    display: inline-block;
    padding:5px;
    border-radius: 50%;
    margin-right:7px;
    background: #0066B3;
    color:white;
}
.icon-rounded i{
    width: 17px;
    height: 17px;
    font-size:14px;
}
/*  Modal button  */
.ada-request-button{
    margin-top:-50px ;
    margin-bottom:50px;
    text-align: left;
    width: 290px;
    font-weight: bolder;
}
#ada_request_container .required-fields-label{
    font-size:12px;
    margin-bottom: 15px;
}
/* MODAL CSS */
.modal-responsive {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 110;
}  
/* Modal Content */
.modal-responsive .modal-content {
    background-color: #FFF;
    margin: auto;
    padding: 8px;
    border: 1px solid #888;
    width: 80%;
    max-width: 680px;
    position:relative;
    z-index: 3;
}
.modal-responsive .close {
    position: absolute;
    color: #aaaaaa;
    right: 20px;
    font-size: 28px;
    font-weight: 100;
}
.modal-responsive .close:hover,
.modal-responsive .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-responsive .modal-header{
    padding:20px 0;
    color:white;
    background: #013660;
    text-align:center;
    font-size:20px;
    font-weight: 100;
}
.modal-responsive .modal-header .close{
    color:white;
    font-size:40px;
    top:35px;
}
.modal-responsive .ada-info{
    padding:20px!important;
    text-align: center;
}
#ada_request_container{
    font-size:14px;
}
.modal-responsive .ada-request-form{
	margin:auto;
}
.modal-responsive .change-link{
    display: block!important;
    color:#0066B3!important;
    float:right;
    margin-top:-20px;
    position: relative;
}
#ada_request_form_view .view-header h5{
    font-size: 25px;
    margin-top:15px;
}

/* form styles */
.ada-request-form{
    max-width:400px;
}
#ada_request_container .ada-info{
    padding:20px 0;
}
.ada-request-form ul{
	list-style:none;
	padding:0;
	margin:0;	
}
.ada-request-form li.input-container{
	display: block;
	padding: 9px;
	border:1px solid #c3c3c3;
	margin-bottom: 15px;
	border-radius: 3px;
}
.ada-request-form li.input-container:last-child{
	border:none!important;
	margin-bottom: 0px!important;
	text-align: center!important;
}
.ada-request-form li.input-container > label{
	display: block;
	float: left;
	margin-top: -19px;
	background: #FFFFFF;
	height: 14px;
	padding: 2px 5px 2px 5px;
	color: #131313;
	font-size: 11px;
	overflow: hidden!important;
}
.ada-request-form .ada-form-input{
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	display: block;
	outline: none;
	border: none;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
    padding: 0;
    border-radius: 0px!important;
    background:white;
    float: none;
    margin:0px;
    resize: none;
}
.ada-request-form textarea{
    height:50px!important;
}
.ada-request-form .classybutton{
    font-size:14px;
    min-width:180px;
    padding:4px 30px;
    margin:20px 0;
    background: #E87A1E;
    border-radius: 2px;
    text-transform: uppercase;
    border:none;
    color:white;
}
.ada-request-form .is-invalid label{
    color:#ee343f!important;
}
.ada-request-form .change-link{
    display:none;
}
#ada_request_container .ada-thank-you{
    display: none;
    font-size: 14px;
}
.ada-request-form .is-invalid label{
    color:#ee343f!important;
}
.ada-calendar .ui-widget-header{
   background: #383838!important;
   border :1px solid #383838!important;
}
.ada-calendar a.ui-state-default{
    color:#383838!important;
}
#ada_request_container .error_message{
    max-width:380px;
    background:#f5f5f5;
    color:#ee343f;
    margin:auto;
    padding:10px;
    margin-bottom:15px;
}
#ada_request_container .ada-thank-you h5{
    font-size: 25px;
    margin:15px 0;
}
.modal-responsive .ada-thank-you{
    padding:50px;
    margin-top:-40px;
    text-align: center;
    font-size:14px;
}
.modal-responsive .ada-thank-you h5{
    font-size: 20px!important;
}
/* END OF ADA CSS */

/**************************************************************
/* BOOTSTRAP OPTIONS OVERITEN DEFAULT EBG */
/*************************************************************/
.bts4 .btn{
    padding: .3rem 2rem!important;
    font-size: 14px!important;
}
.bts4 .btn-sm{
    font-size: 12px!important;  
}
.bts4 .btn-lg{
    font-size: 16px!important;  
}
.bts4 .btn-a{
    background: white!important;
    color: #333!important;
    border:solid 2px #E87A1E!important;
    text-transform: uppercase!important;
}
.bts4 .btn-b{
    background: #E87A1E!important;
    color: #FFF!important;
    border:solid 2px #E87A1E!important;
    text-transform: uppercase!important;
}
.bts4 .btn-a:hover{
    border: 2px solid #CC5E01!important;
}
.bts4 .btn-b:hover{
    background: #E59255!important;
    border: 2px solid #E8731E!important;
}
.bts4 .btn-a:active{
    border: 2px solid #E8731E!important;
}
.bts4 .btn-b:active{
    background: #CC5E01;
    border: 2px solid #E8731E!important;
}

.bts4 .form-group{
    margin-top:20px;
    margin-bottom:20px;
}
.bts4 .form-group .form-control{
    font-size:14px;
}
.bts4 .form-group .form-check-input {
    width: 1em;
    height: 1em;
}
.bts4 .alert {
    padding: .75rem;
}
.bts4 .alert-danger{
    font-size: 12px!important;
}
.bts4 .alert-success{
    font-size: 12px!important;
}
.bts4 .invalid-feedback{
    /*display: block;*/
    font-size: 11px;
}
.bts4 ol, .bts4 ul {
    padding-left: 0;
}
.bts4 .footer{
    margin-top:40px!important;
}
.bts4 p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.bts4 .form-control.is-invalid[data-showpassword='true']{
    background-image: none;
}
.bts4 select.form-control.is-invalid{
    background-image: none;
}
/* RESPONSIVE MODAL
 *
 * THIS FILE SHOULD NOT BE CHANGED
 * Responsive Modal css can be used for 
 * desktop and mobile
 *
 * THIS FILE SHOULD NOT BE CHANGED
*/
.responsive-modal {
    display: none; 
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 999999;
}
.responsive-modal .modal-content{
    border-radius: 10px;
    position: relative;
    background-color: #FFF;
    margin: 0 auto;
    max-width: 880px;
    width: 98%;
    min-height: 200px;
}
.responsive-modal .modal-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:20px;
    height : 20px; 
    background: #F5F5F5;
}
.responsive-modal .modal-header .close {
    position: absolute;
    color: #aaaaaa;
    right: 20px;
    font-size: 28px;
    font-weight: 100;
}
.responsive-modal .modal-header .close:hover,
.responsive-modal .modal-header .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.responsive-modal .modal-header .modal-title{
    font-size: 22px;
    font-weight: 600;
}
.responsive-modal .modal-header .modal-title img{
    max-height: 50px;
    margin-top:-15px
}
.responsive-modal .modal-body{
    padding:20px;
}
.popup-open{
    position: relative;
}
.popup-description{
    border-radius:10px;
    display: none;
    position: absolute;
    top: 0;
    max-width: 300px;
    background:#003366;
    padding:30px 20px 20px 20px;
    color: white;
    text-align: left;
    z-index: 9999999;
}
.popup-description span.close-popup{
    position: absolute;
    right: 10px;
    top: 5px;
    color: white;
    cursor: pointer;
    font-size: 25px;
}
