
/* 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; }
*/

/* 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;
}

/* Body */
body, input, select option, textarea {
    font-family: 'Lato', sans-serif;
}
body {
    font-size: 100%;
    line-height: 18px;
    background-color: #999;
    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, #body_container {
    background-color: #fff;
}
#body_container {
    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;
}
.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 {
    cursor: default;
    height: 37px;
    font-size: 11px;
    line-height: 37px;
    vertical-align: middle;
    background: #3fb2ff;
    background: -moz-linear-gradient(top,  #3fb2ff 0%, #2780ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fb2ff), color-stop(100%,#2780ff));
    background: -webkit-linear-gradient(top,  #3fb2ff 0%,#2780ff 100%);
    background: -o-linear-gradient(top,  #3fb2ff 0%,#2780ff 100%);
    background: -ms-linear-gradient(top,  #3fb2ff 0%,#2780ff 100%);
    background: linear-gradient(to bottom,  #3fb2ff 0%,#2780ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb2ff', endColorstr='#2780ff',GradientType=0 );
    -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: #000;
}
.header-top span {
    color: #fff;
    padding: 0 1px;
}
.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;
}
.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 {
    position: relative; /* */
    z-index: 2; /* */
    font: 12px/14px Lato;
    margin-bottom: 8px;
    font-weight: 900;
    color: #e8791f;
    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: 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: #fff;
}
.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;
}
.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;
}
.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: 0;
    right: 0;
}
.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 {
    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;
}
.lpPoweredBy, .lpEmtStarRating {
    display: none;
}
.livechat-header {
    position: relative;
    width: 0px;
    margin-left: 200px;
    margin-right: 10px;
}
#employee-discount-image {
    margin-left: -150px;
    float: left;
}
#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 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;
}
.payment-options h6.smaller {
    font-size: 15px;
    margin: 20px 0px 12px 0px;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
#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_menu_container > .main-link {
    color: #fe9e57;
}
#shopping_menu_container span.dropdown {
    top: 32px !important;
}
#shopping_menu_container .inner_outer_spacer_container {
    display: block;
    padding-top: 8px !important;
}
#shopping_menu_container > a {
    height: 68px !important;
    top: -8px;
    background-image: url(/img/shopping_menu_highlight.png);
    background-position: center bottom;
    background-repeat: none;
}
#shopping_menu_container .main-link .submenu-item {
    top: 68px !important;
}
#shopping_menu_container > a:hover {
    background-image: url(/img/shopping_menu_highlight_on.png);
}
#shopping_menu_fancy {
    width: 125px;
    height: 74px;
    bottom: 8px;
    left: -8px;
    position: absolute;
    z-index: 0;
    overflow: visible;
    background-image: url(/img/shopping_menu_highlight.png);
    background-position: center bottom;
    background-repeat: none;
}
.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;
}
.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;
}
