/* All site-wide CSS should be placed here */

/*
*, *:before, *:after { -webkit-box-sizing:content-box; -moz-box-sizing:content-box; -ms-box-sizing:content-box; box-sizing:content-box; }
*/

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

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

/* Body */
body, input, select option, textarea {
    font-family: 'Lato', sans-serif;
}
body {
    font-size: 100%;
    line-height: 18px;
    background-color: %background#ffffff%;
    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;
    text-transform: uppercase;
}
#header_container {
    background-color: #fff;
}
#header_container.not_authenticated {
    background: none;
}
#body_container {
    background-color: %background#ffffff%;
    padding-bottom: 100px;
}

/* 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 18px 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;
}
.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 {
    cursor: default;
    height: 37px;
    font-size: 12px;
    line-height: 37px;
    vertical-align: middle;
    background: %primary_nav_bar#3fb2ff%;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.header-top a {
    color: %font_color_on_primary_nav_bar#ffffff%;
}
.header-top span {
    color: %tab_markers_on_primary_nav_bar#ffffff%;
    padding: 0 6px;
}
.header-top .cart-count a {
    color: #fff;
}
.header-top .cart-count a:hover {
    text-decoration: none;
}
.header-top .cart-count {
    cursor: pointer;
    float: right;
    display: block;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 0;
    background: transparent url(/img/header_cart_count.png) center center no-repeat;
    height: 23px;
    width: 23px;
    font: 12px/23px Lato;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.header-middle {
    cursor: default;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}
/*
.header-menu .inner table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.header-menu .inner table td {
    text-align: left;
    vertical-align: middle;
}
.header-menu .select-destination {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 2px;
}
.header-menu {
    cursor: default;
    font: 18px/21px Oswald;
    text-transform: uppercase;
    color: #fff;    
    height: 60px;
    vertical-align: middle;
    background: %secondary_nav_bar#0080c6%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    position: relative;
}
.header-menu .menu-items {
    z-index: 10;
    width: auto;
    height: 60px;
    position: relative;
}
.header-menu .menu-items td {
    position: relative;
}
.bottom-bar {
    width: 100%;
}
.bottom-bar td {
    padding: 11px 18px;
    font-weight: 900;
}
.main-link .submenu-item .upper, .main-link .submenu-item .lower {
    display: block;
    width: 100%;
}
.main-link-container {
    display: block;
    float: left;
    position: relative;
}
.main-link .submenu-item .upper {
    padding: 11px 18px;
    background: %drop_down_color#003366%;
    height: 140px;
    padding: 4px 0;
}
.main-link .submenu-item .lower {
    font: 20px/22px Lato;
    font-weight: 900;
    color: %drop_down_exclusive_discount_font_color#0066cc%;
    text-shadow: none;
    text-transform: uppercase;
}
.main-link .submenu-item .lower a {
    color: #e7771e;
}
.main-link .submenu-item .lower a:hover {
}
.main-link .submenu-item {
    cursor: default;
    width: 100%;
    height: auto;
    font: 14px/18px Lato;
    text-transform: none;
    font-weight: 300;
    position: absolute;
    top: 60px;
    left: 0;
    width: auto;
    height: 194px;
    background: #fff;
    color: #fff;
    display: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.submenu-item .link-list {
    border-spacing: 20px 0;
    border-collapse: separate;
}
.submenu-item .link-list td {
    margin-right: 20px;
    padding: 7px 2px;
    width: 218px;
    vertical-align: top;
    height: 1em;
    overflow: hidden;
    border-bottom: 1px solid %drop_down_spacer_color#728ca5%;
}
.submenu-item .link-list td.last {
    margin-right: 0;
}
.submenu-item .link-list td.bottom {
    border-bottom: 0;
}
.submenu-item .link-list td a {
    color: %drop_down_font_color#dee6ee%;
    text-shadow: none;
    text-transform: none;
    padding: 0;
    margin: 0;
    display: inline;
    height: auto;
    line-height: 18px;
}
.submenu-item .link-list td a:hover {
    color: #fff;
}
.main-link {
    width: 100%;
    overflow: visible;
    position: relative;
    padding: 0 30px 0 16px;
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    color: %secondary_nav_bar_font_color#ffffff%;
}
.header-menu .menu-items .dropdown {
    color: %secondary_nav_bar_tab_markers_color#053C66%;
    width: 14px;
    position: absolute;
    right: 0px;
    top: 21px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 900;
    font-family: Verdana, Arial;
    line-height: 15px;
}
.main-link:hover, .main-link.choose-a-city:hover {
    background-color: %drop_down_color#003366%;
    text-decoration: none;
    color: #fff !important;
}
.main-link:hover .dropdown, .main-link.choose-a-city:hover .dropdown {
    color: #fff;
}
.main-link:hover .submenu-item {
    display: block !important;
}
.header-menu .choose-a-destination {
    float: left;
    width: 224px;
    margin-left: -23px;
    height: 60px;
    position: relative;
}
.header-menu .choose-a-destination .part_left, .header-menu .choose-a-destination .part_right {
    height: 60px;
    width: 10px;
    z-index: 2;
    position: absolute;
}
.header-menu .choose-a-destination .part_left {
    left: 0;
    background: transparent url(/img/header_side_fades.png) top left repeat-y;
}
.header-menu .choose-a-destination .part_right {
    right: 0;
    background: transparent url(/img/header_side_fades.png) top right repeat-y;
}
.header-menu .choose-a-destination .inner {
    z-index: 5;
    margin: 0 10px;
    padding: 0 12px;
    height: 60px;
    text-align: center;
    background: %choose_destination_color#df7723%;
    color: %choose_destination_font_color#ffffff%;
}
*/
.header-menu table {
    width: 972px !important;
    max-width: 972px !important;
    padding: 0;
    margin: 0;
}
.header-menu {
    margin-bottom: 0px;
    height: 60px !important;
    max-height: 60px !important;
    background: %secondary_nav_bar#0080c6%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}
.primaryNav-category-cities {
}
.primaryNav-category-cities .primaryNav-category-btn {
    color: #000 !important;
    background-color: %choose_destination_color#df7723% !important;
    text-align: center !important;
}
.primaryNav-category-cities .primaryNav-category-btn-arrow {
    color: #000 !important;
}

.primaryNav-category-preferredAccess .primaryNav-category-footer {
    background-color: transparent !important;
    position: absolute;
    bottom: 0;
}
.primaryNav-category-preferredAccess .primaryNav-category-footer-padding {
    padding: 0;
}
.primaryNav-category-preferredAccess .primaryNav-category-footer-text a {
    font-size: 14px;
    color: #072267;
    padding: 0 8px;
}
.primaryNav-category-preferredAccess .primaryNav-category-footer-text {
    background-color: %drop_down_color#003366%;
    text-align: center;
    font-size: 17px;
    line-height: 19px;
    padding: 5px 0 3px 0;
    color: #fff;
    width: 100%;
    display: block;
    float: none;
    font-weight: normal;
}
.primaryNav-category-preferredAccess .primaryNav-category-footer-text strong {
    font-weight: bold;
}
.primaryNav-category-preferredAccess .primaryNav-category-footer-more {
    padding: 14px 18px;
}
.primaryNav-category-preferredAccess .primaryNav-category-footer-more a {
    color: #fff !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.primaryNav-category-preferredAccess:hover .primaryNav-category-btn {
    margin-top: -5px; /* for new */
    /*background: #777777 !important; */
    #background-image: url(/img/preferred_access_new.png) !important; /* for new */
    background-repeat: no-repeat !important; /* for new */
    background-position: top left !important; /* for new */
}
.primaryNav-category-preferredAccess {
    /*position: relative;*/
}
.primaryNav-category-preferredAccess .primaryNav-category-column-header.primaryNav-category-column-cell {
    border-bottom: none;
}
.primaryNav-category-preferredAccess .primaryNav-category-column-header {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.primaryNav-category-preferredAccess .primaryNav-category-menu {
    min-height: 690px;
    min-width: 972px;
    background: %drop_down_color#003366% url(/img/preferred_access_crowd.png) bottom center no-repeat;
}
.primaryNav-category-preferredAccess .primaryNav-category-column-cell--all span {
    color: %drop_down_color#003366%;
    font-weight: 900;
}
.primaryNav-category-preferredAccess .primaryNav-category-column-cell--all {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: none;
}
.primaryNav {
    position: relative;
}
.primaryNav-category {
}
.primaryNav-category-btn-normal {
}
.primaryNav-category-btn-small {
    font-size: 12px;
    text-transform: none !important;
}
.primaryNav-category-preferredAccess .primaryNav-category-btn {
    z-index: 10;
    -webkit-box-shadow: 0px -2px 4px 1px rgba(255,255,255,0.5);  /* for new */
    -moz-box-shadow: 0px -2px 4px 1px rgba(255,255,255,0.5);  /* for new */
    box-shadow: 0px -2px 4px 1px rgba(255,255,255,0.5);  /* for new */
    height: 61px !important; /* for new */
    padding-top: 7px; /* for new */
    margin-top: -8px !important; /* for new */
    background: %secondary_nav_bar#0080c6%;
    #background-image: url(/img/preferred_access_new.png) !important; /* for new */
    background-repeat: no-repeat !important; /* for new */
    background-position: top left !important; /* for new */
}
.primaryNav-category-preferredAccess .primaryNav-category-btn > span {
    line-height: 19px !important;
}
.primaryNav-category-btn {
    line-height: 22px;
    cursor: pointer;
    height: 60px !important;
    font: 18px/21px Oswald;
    text-transform: uppercase;
    color: %font_color_on_primary_nav_bar#ffffff%;
    white-space: nowrap;
    word-wrap: normal;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    padding: 0 19px 0 6px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.primaryNav-category-btn-arrow {
    font-size: 12px;
    font-weight: 900;
    font-family: Lato, Arial, sans-serif;
    line-height: 8px;
    color: %secondary_nav_bar_tab_markers_color#053C66%;
    /*background: transparent url(/img/header_dropdowns.png) top right no-repeat;*/
    width: 14px;
    height: 12px;
    position: absolute;
    right: 1px;
    top: 29px;
    margin-right: 4px;
    vertical-align: middle;
}
.primaryNav-category:hover .primaryNav-category-btn, .primaryNav-category:active .primaryNav-category-btn {
    background-color: %drop_down_color#003366% !important;
    color: #fff !important;
    text-decoration: none;
}
.primaryNav-category:hover .primaryNav-category-btn-arrow, .primaryNav-category:active .primaryNav-category-btn-arrow {
    /*background-position: 0 -12px;*/
    color: #fff !important;
}
.primaryNav-category:hover .primaryNav-category-menu, .primaryNav-category:active .primaryNav-category-menu {
    display: block !important;
}
.primaryNav-category-header h5 span {
    color: %drop_down_color#003366%;
    font-weight: 900;
}
.primaryNav-category-menu-padding {
    min-height: 50px; /* minimum height for menu dropdowns */
}
.primaryNav-category-header h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
}
.primaryNav-category-header {
    padding: 0 8px;
    color: #fff;
    margin-bottom: 10px;
}
.primaryNav-category-menu {
    left: 0;
    z-index: 1000;
    position: absolute;
    display: none;
    min-width: 600px;
    background-color: %drop_down_color#003366%;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.primaryNav-category-menu--right {
    left: auto;
    right: 0;
}
.primaryNav-category-menu-padding {
    padding: 12px 8px 18px 8px;
}
.primaryNav-category-columns {
    clear: both;
}
.primaryNav-category-column {
    width: 25%;
    float: left;
    min-width: 200px;
}
.primaryNav-category-column--33 {
    width: 33%;
    min-width: 200px;
}
.primaryNav-category-column--20 {
    width: 20%;
    min-width: 150px;
}
.primaryNav-category-column--100 {
    width: 100%;
    min-width: auto;
}
.primaryNav-category-column--25 {
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}
.primaryNav-category-header p {
    font-size: 13.5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.primaryNav-category-header {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.primaryNav-category-column-cell {
    font-size: 14px;
    display: block;
    padding: 8px 0;
    line-height: 15px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #828282;
}
.primaryNav-category-column-cell-padding strong {
    font-weight: 900 !important;
}
.primaryNav-category-column-cell-padding:last-child .primaryNav-category-column-cell {
    /*border-bottom: none;*/
}
.primaryNav-category-column-header {
    color: #fff;
    font-weight: 900;
}
.primaryNav-category-column-image {
    display: block;
    margin: 0 auto;
}
.primaryNav-category-column-cell-padding {
    padding: 0 8px;
}
.primaryNav-category-column-cell a {
    color: #fdfdfd;
}
.primaryNav-category-column-cell a:hover, .primaryNav-category-column-cell a:active {
    color: #fff;
}
.primaryNav-category-footer {
    width: 100%;
    background-color: #fff;
}
.primaryNav-category-footer-padding {
    padding: 12px 14px;
}
.primaryNav-category-footer-text {
    float: left;
    width: 65%;
    font: 20px/22px Lato;
    font-weight: 900;
    color: %drop_down_exclusive_discount_font_color#0066cc%;
    text-transform: uppercase;
}
.primaryNav-category-footer-more {
    float: right;
    text-align: right;
    width: 35%;
}
.primaryNav-category-cities .primaryNav-category-footer-more a {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px;
    font: 17px/30px Oswald;
    font-weight: 500;
    margin: 2px;
    border: 1px solid #e8791e;
    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;
}
.primaryNav-category-footer-more a {
    font: 20px/22px Lato;
    font-weight: 900;
    color: #e7771e;
    text-transform: uppercase;
    white-space: nowrap;
    word-wrap: normal;
}
.primaryNav-category-shopping .primaryNav-category-column-cell, .primaryNav-category-rentalCars .primaryNav-category-column-cell {
    border: none !important;
}
.primaryNav-category-cities .primaryNav-category-btn-arrow {
    /*background-position: 0 -12px !important;*/
}
.affiliate_logo_header table {
    cursor: default;
    width: 100%;
    height: 100%;
}
.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: 0;
    padding: 0;
    font: 21px/23px Lato;
    font-weight: 900;
    color: #000;
    height: auto;
}
.header-submenu-container {
    background-color: %background#ffffff%;
}
.header-submenu {
    position: relative; /* */
    z-index: 2; /* */
    font: 18px/18px Lato;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 900;
    color: %main_page_text_color#000000%;
    zoom: 1;
    text-transform: uppercase;
    text-align: center;
}
.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: %bread_crumb#4b4c4c%;
    padding-bottom: 5px;
    font-size: 12px;
}
.header-breadcrumb span.space {
    padding: 0 4px;
}
.header-breadcrumb a {
    color: %bread_crumb#4b4c4c%;
    text-decoration: none;
}
.header-breadcrumb a:hover {
    text-decoration: underline;
}
.fake_grid_1012 {
    width: 972px;
    max-width: 972px;
    margin: 0 auto;
}
.fake_grid_1064 {
    width: 1024px;
    max-width: 1024px;
    margin: 0 auto;
}
.affiliate_logo_header img, .site_logo_header img {
    max-height: 70px;
}
.affiliate_logo_header, .site_logo_header, .site_logo_header_left {
    width: 45%;
    height: 80px;
    line-height: 75px;
    vertical-align: middle;
}
.affiliate_logo_header {
    float: left;
}
.site_logo_header {
    float: right;
}
.site_logo_header_left {
    float: left;
    height: 103px;
    margin-left: -8px;
    line-height: 103px;
    margin-bottom: 14px;
}

/* Footer */
.footer {
    margin-top: 40px;
    color: %home_page_footer_font_color#ffffff%;
}
.footer h6 {
    font: 17px/18px Oswald;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.footer ul {
    list-style-type: none;
}
.footer ul li {
    width: 210px;
    font-size: 12px;
    line-height: 28px;
    list-style-type: none;
    border-bottom: 1px dotted #adadad;
}
.copyright {
    margin-top: 40px;
}
.copyright p {
    color: #eee;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 16px;
}
#footer_container {
    padding-bottom: 40px;
    background-color: %home_page_footer_color#999999%;
}
.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 {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px;
    font: 17px/30px Oswald;
    font-weight: 500;
    margin: 2px;
    border: 1px solid #e8791e;
    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.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;
}

/* 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 {
    background: transparent url(/img/best_rate_guarantee.png) right top no-repeat;
}
.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 .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, table.tabs.event td.selected, 
table.tabs.ticket td.selected, table.tabs.hotel 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/22px 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;
}

#login_form {
    margin-top: 14px;
    display: block;
    background-color: #c0e4fc;
    width: 480px;
    height: 75px;
    float: right;
    text-align: left;
    padding: 10px 16px;
    font: 13px/15px Lato;
    color: #004579;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#login_form h2 {
    display: block;
    text-align: center;
    font: 18px/20px Lato;
    font-weight: 700;
    color: #157ec3;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0 !important;
}
#login_form a {
    text-decoration: underline;
    color: #004579;
}
#login_form a:hover {
    color: #1267a7;
}
#login_form h2 strong {
    font-weight: 900;
}
#login_form label {
    cursor: pointer;
}
#login_form .justify {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    line-height: 0;
}
#login_form p {
    padding: 0;
    margin: 0;
    display: relative;
}
#login_form input {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#login_form .spacer {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    z-index: -1;
}
#login_form .checkbox {
    margin: 0 0 0 2px;
}
#login_form .text, #login_form .password {
    margin: 0;
    padding: 4px;
    border: 1px solid #c6cfd6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login_form .text {
    width: 180px;
}
#login_form .password {
    width: 170px;
}
#login_form .submit {
    margin: 0;
    width: auto;
    cursor: pointer;
}
.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;
}
.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;
}
.background-white {
    background-color: #fff !important;
}
.paddingtop10 {
    padding-top: 10px;
}
.paddingbottom10 {
    padding-bottom: 10px;
}
.main-link.choose-a-city .submenu-item .upper,
.main-link.choose-a-city .submenu-item {
    height: auto;
}
.main-link.choose-a-city .submenu-item .link-list td {
    width: 150px;
}
.main-link.choose-a-city .submenu-item .link-list td strong {
    font-weight: 900;
}
.main-link.choose-a-city {
    background: %choose_destination_color#df7723%;
    color: #000;
}
.main-link.choose-a-city span.dropdown {
    color: #000;
}
#quick-find {
    float:right;
    width: 216px;
    height:37px;
    background-image:url('/img/quick_find_bar.png');
    background-repeat:no-repeat;
    background-position:3px 8px;
    padding:0px 0px 0px 0px;
}
#find-filter {
    width: 150px;
    border: none;
    margin-left: 3px;
    float: left;
    margin: 10px 0px 0px 10px;
    background-color: #EDEDED;
    vertical-align: middle;    
}
#find-filter-image {
    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 !important;
   line-height: 38px;
   overflow: hidden;
   background: url('/img/select-btn.png') no-repeat right #fff;
   border: 1px solid #ccc;
   padding: 0 !important;
}
.styled-select.short {
    width: 40px;
}
.section-quantity .styled-select.short {
    left: 10px;
    float: right;
    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;
}
.float_right {
    float: right;
}
.product_page_adzerk_container {
    padding: 20px 0 0 0;
    text-align: left;
}

.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%;
    }
}
*/
/************************************************************** 
* CANCELATION PAGE *
**************************************************************/
#carcancelation .separator{
    height:2px;
    padding:0!important;
    width: 100%;
    background: gray;
    margin: 8px 0;
}
#carcancelation h1{
    font: 26px/28px Lato;
    font-weight: 900;
}
#carcancelation h2{
    font-weight: 900;
    padding:10px 0;
}
#carcancelation .container{
    margin:0 auto;
    height:auto;
    min-height:400px;
    width:972px;
    margin-top:20px;
    
}
#carcancelation .content-container{
    background:#FFF;
    position: inherit;
    height: auto;
    margin-top:15px;
    border: 1px solid gray;
    border-top: solid 10px gray;
}
#carcancelation .content-container .left-container{
    float: left;
    width:550px;
    background:#FFF;
    padding:20px 40px;
}
#carcancelation .content-container .right-container{
    float: right;
    width:250px;
    height: 360px;
    background: #e3f4ff;
    border: 1px solid #f4f4f4;
    padding:20px;
}
#carcancelation .content-container .detail-info{
    padding:10px 0;
}

#carcancelation .secondary-info .col-left{
    float:left;
    width: 50%;
    padding:20px 0;
}
#carcancelation .secondary-info .col-right{
    float:right;
    width: 50%;
    padding:20px 0;
}
#carcancelation .detail-cancelation{
    margin-top:50px;
}

#carcancelation .cancel-btn{
    font-size: 14px;
    margin:20px 0;
    background: #ff3300;
    padding:10px 25px;
    color:white;
    border:none;
    cursor: pointer;
}
#footer_container{
    background:gray;
}