@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.3; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0; }

/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #333; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

del {
  text-decoration: line-through; }

hr {
  display: block;
  height: 1px; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* 
 * Indicate that 'label' will shift focus to the associated form element 
 */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/* 
 * webkit browsers add a 2px margin outside the chrome of form elements 
 */
input,
select,
textarea {
  margin: 0; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* 
 * colors for form validity 
 */
input:invalid, textarea:invalid {
  /*      border-radius: 1px;
      -moz-box-shadow: 0px 0px 5px red; 
   -webkit-box-shadow: 0px 0px 5px red; 
           box-shadow: 0px 0px 5px red;*/ }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  /* background-color: #f0dddd; */ }

/*
 *  align checkboxes, radios, text inputs with their label
 *  by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  
 */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity 
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
*/
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==========================================================================
   non-semantic helper classes
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'typekit name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Compass
=reference default mixin calls at http://compass-style.org/reference/compass/css3/
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Compass support variables
=Determine what css3 support levels are generated from mixins
=Reference at http://compass-style.org/reference/compass/support/
----------------------------------------------------------------------------- */
/* Mobile Settings */
/* Base Layout Colors */
/* Text Colors */
/* added 07/10/12 */
/* #FFC342 added 07/10/12 */
/* #a50000 added 07/10/12 ****/
/* Dividers and Element Colors */
/* Base Backgrounds */
/* Event Item Size Variables */
/*____________________________* oocss grid system *____________________________________*/
.left,
.unit,
.col1of2,
.col1of3,
.col2of3,
.col1of4,
.col3of4,
.col1of5,
.col2of5,
.col3of5,
.col4of5 {
  float: left; }

.right {
  float: right; }

.col1of1 {
  float: none; }

.col1of2 {
  width: 50%; }

.col1of3 {
  width: 33.33333%; }

.col2of3 {
  width: 66.66666%; }

.col1of4 {
  width: 25%; }

.col3of4 {
  width: 75%; }

.col1of5 {
  width: 20%; }

.col2of5 {
  width: 40%; }

.col3of5 {
  width: 60%; }

.col4of5 {
  width: 80%; }

.lastCol,
.lastUnit {
  float: none;
  width: auto;
  _position: relative;
  _left: -3px;
  _margin-right: -3px; }

/*______________________________________________________________________________________*/
[class*="span"] {
  float: left;
  min-height: 1px; }

[class*="span"].pull-right {
  float: right; }

[class*="span"].nomargin {
  margin-left: 0; }

.span_full {
  width: 1000px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 470px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 225px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 160px; }

.offset1 {
  margin-left: 100px; }

/* ////////////////////////////////////////////////////
   Headers & Default Type Styles
//////////////////////////////////////////////////// */
h1 {
  text-transform: uppercase;
  background: transparent url('../images/bg_diag-silver.png?1484239795');
  font: 700 22px/40px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
  color: #190C19;
  padding: 0 10px;
  margin: 0 0 15px; }

h2 {
  margin: 0px 0px 10px 0px;
  padding: 20px 0px 10px 0px;
  min-height: 17px;
  height: auto;
  border-bottom: 1px solid #ccc;
  font: bold 14px/18px "Lucida Sans", "Lucida Grande", sans-serif;
  color: #321832;
  text-transform: uppercase; }
  h2.importantHeader {
    text-transform: none;
    font-size: 18px;
    padding: 0;
    margin: 15px 10px 30px 10px;
    border-bottom: none; }

h3 {
  color: #f39d13;
  font: bold 12px/18px "Lucida Sans", "Lucida Grande", sans-serif;
  text-transform: uppercase; }

h4 {
  font-size: 13px;
  color: #190C19;
  font-weight: normal; }

h5, h6 {
  color: #190C19; }

p, address {
  color: #190C19;
  font-weight: 400;
  margin: 1em 0px;
  padding: 0;
  line-height: 170%; }
  p.light, address.light {
    color: #a483a4; }

ul {
  color: #190C19;
  margin: 0;
  padding: 0 0 0 15px;
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none; }
  ul li {
    margin: 0;
    padding: 0 0 3px 0;
    list-style-type: inherit;
    line-height: 150%; }
  ul ul {
    margin: 0; }

ol {
  color: #190C19;
  list-style: decimal; }
  ol li {
    line-height: 150%; }

a {
  font-weight: 400;
  color: #f39d13;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    text-decoration: underline; }

hr {
  margin: 0 0 10px;
  clear: both; }

tr {
  font-size: 12px; }
  tr td {
    padding: 5px;
    border: none; }

small {
  font-size: 10px; }

.highlight-green {
  background-color: #B6C77F;
  color: #000000; }

.highlight-red {
  color: red; }

.highlight-purple {
  color: #a483a4; }

.icon-btn {
  text-indent: -9999px; }

/* ----------------------------------------------------------------------------
=Sprites
----------------------------------------------------------------------------- */
.icons-sprite, .icons-arrow_purple, .icons-arrowdown, .icons-arrowwhitesmall, .icons-ax_logo, .icons-bg_dateselector, .icons-btn_go, .icons-btn_go_small, .icons-btn_learnmore, .icons-btn_print, .icons-btn_readall, .icons-btn_search, .icons-btn_signup, .icons-busch_logo, .icons-cc_logo, .icons-expand, .event_detail .expandHeader h2:after, .icons-expandactive, .event_detail .expandHeader.active h2:after, .icons-facebook, .icons-facebook_small, .icons-fsw_logo, .icons-grid, .icons-gridactive, #view_btns a#grid_view_btn.active, #view_btns a#grid_view.active, #view_btns a#grid_view_btn.active:hover, #view_btns a#grid_view.active:hover, .icons-hotel_jw, .icons-hotel_ritz, .icons-ico_arrow, .icons-ico_facebook, .icons-ico_pdf, .icons-ico_star, .icons-ico_twitter, .icons-instagram, .icons-instagram_small, .icons-list, .icons-listactive, #view_btns a#list_view_btn.active, #view_btns a#list_view.active, #view_btns a#list_view_btn.active:hover, #view_btns a#list_view.active:hover, .icons-mail, .icons-microsoft_logo, .icons-new_era_logo, .icons-nokia_logo, .icons-paging, .paging .pages strong,
.paging .pages a, .icons-paging_next, .paging .pages strong.next::before,
.paging .pages a.next::before, .icons-paging_prev, .paging .pages strong.prev::before,
.paging .pages a.prev::before, .icons-pagingactive, .icons-pan_logo, .icons-parking_events, .icons-parking_publictransportation, .icons-parking_regalcinemas, .icons-parking_restaurants, .icons-pinterest, .icons-pinterest_small, .icons-print, .icons-select-139, .icons-snapchat, .icons-stubhub, .icons-stubhub_logo, .icons-target_logo, .icons-toyota_logo, .icons-twitter, .icons-twitter_small, .icons-wells_logo, .icons-youtube {
  background-image: url('../images/icons-s716bd0213f.png');
  background-repeat: no-repeat; }

.icons-arrow_purple {
  background-position: 0 0;
  height: 22px;
  width: 110px; }
  .icons-arrow_purple:hover, .icons-arrow_purple.arrow_purple-hover {
    background-position: 0 -32px; }

.icons-arrowdown {
  background-position: 0 -64px;
  height: 6px;
  width: 11px; }

.icons-arrowwhitesmall {
  background-position: 0 -80px;
  height: 20px;
  width: 20px; }

.icons-ax_logo {
  background-position: 0 -110px;
  height: 26px;
  width: 29px; }

.icons-bg_dateselector {
  background-position: 0 -146px;
  height: 18px;
  width: 75px; }

.icons-btn_go {
  background-position: 0 -174px;
  height: 22px;
  width: 74px; }
  .icons-btn_go:hover, .icons-btn_go.btn_go-hover {
    background-position: 0 -206px; }

.icons-btn_go_small {
  background-position: 0 -238px;
  height: 18px;
  width: 37px; }
  .icons-btn_go_small:hover, .icons-btn_go_small.btn_go_small-hover {
    background-position: 0 -266px; }

.icons-btn_learnmore {
  background-position: 0 -294px;
  height: 22px;
  width: 120px; }
  .icons-btn_learnmore:hover, .icons-btn_learnmore.btn_learnmore-hover {
    background-position: 0 -326px; }

.icons-btn_print {
  background-position: 0 -358px;
  height: 18px;
  width: 55px; }
  .icons-btn_print:hover, .icons-btn_print.btn_print-hover {
    background-position: 0 -386px; }

.icons-btn_readall {
  background-position: 0 -414px;
  height: 22px;
  width: 153px; }
  .icons-btn_readall:hover, .icons-btn_readall.btn_readall-hover {
    background-position: 0 -446px; }

.icons-btn_search {
  background-position: 0 -478px;
  height: 17px;
  width: 17px; }

.icons-btn_signup {
  background-position: 0 -505px;
  height: 22px;
  width: 120px; }
  .icons-btn_signup:hover, .icons-btn_signup.btn_signup-hover {
    background-position: 0 -537px; }

.icons-busch_logo {
  background-position: 0 -569px;
  height: 21px;
  width: 50px; }

.icons-cc_logo {
  background-position: 0 -600px;
  height: 15px;
  width: 41px; }

.icons-expand, .event_detail .expandHeader h2:after {
  background-position: 0 -625px;
  height: 11px;
  width: 11px; }

.icons-expandactive, .event_detail .expandHeader.active h2:after {
  background-position: 0 -646px;
  height: 11px;
  width: 11px; }

.icons-facebook {
  background-position: 0 -667px;
  height: 45px;
  width: 60px; }
  .icons-facebook:hover, .icons-facebook.facebook-hover {
    background-position: 0 -722px; }

.icons-facebook_small {
  background-position: 0 -777px;
  height: 20px;
  width: 20px; }

.icons-fsw_logo {
  background-position: 0 -807px;
  height: 17px;
  width: 46px; }

.icons-grid {
  background-position: 0 -834px;
  height: 14px;
  width: 14px; }
  .icons-grid:hover, .icons-grid.grid-hover {
    background-position: 0 -858px; }

.icons-gridactive, #view_btns a#grid_view_btn.active, #view_btns a#grid_view.active, #view_btns a#grid_view_btn.active:hover, #view_btns a#grid_view.active:hover {
  background-position: 0 -882px;
  height: 14px;
  width: 14px; }

.icons-hotel_jw {
  background-position: 0 -906px;
  height: 96px;
  width: 150px; }
  .icons-hotel_jw:hover, .icons-hotel_jw.hotel_jw-hover {
    background-position: 0 -1012px; }

.icons-hotel_ritz {
  background-position: 0 -1118px;
  height: 96px;
  width: 150px; }
  .icons-hotel_ritz:hover, .icons-hotel_ritz.hotel_ritz-hover {
    background-position: 0 -1224px; }

.icons-ico_arrow {
  background-position: 0 -1330px;
  height: 7px;
  width: 4px; }

.icons-ico_facebook {
  background-position: 0 -1347px;
  height: 20px;
  width: 20px; }

.icons-ico_pdf {
  background-position: 0 -1377px;
  height: 20px;
  width: 20px; }

.icons-ico_star {
  background-position: 0 -1407px;
  height: 11px;
  width: 12px; }

.icons-ico_twitter {
  background-position: 0 -1428px;
  height: 20px;
  width: 20px; }

.icons-instagram {
  background-position: 0 -1458px;
  height: 45px;
  width: 60px; }
  .icons-instagram:hover, .icons-instagram.instagram-hover {
    background-position: 0 -1513px; }

.icons-instagram_small {
  background-position: 0 -1568px;
  height: 20px;
  width: 20px; }

.icons-list {
  background-position: 0 -1598px;
  height: 14px;
  width: 14px; }
  .icons-list:hover, .icons-list.list-hover {
    background-position: 0 -1622px; }

.icons-listactive, #view_btns a#list_view_btn.active, #view_btns a#list_view.active, #view_btns a#list_view_btn.active:hover, #view_btns a#list_view.active:hover {
  background-position: 0 -1646px;
  height: 14px;
  width: 14px; }

.icons-mail {
  background-position: 0 -1670px;
  height: 45px;
  width: 60px; }
  .icons-mail:hover, .icons-mail.mail-hover {
    background-position: 0 -1725px; }

.icons-microsoft_logo {
  background-position: 0 -1780px;
  height: 11px;
  width: 50px; }

.icons-new_era_logo {
  background-position: 0 -1801px;
  height: 25px;
  width: 52px; }

.icons-nokia_logo {
  background-position: 0 -1836px;
  height: 8px;
  width: 45px; }

.icons-paging, .paging .pages strong,
.paging .pages a {
  background-position: 0 -1854px;
  height: 27px;
  width: 29px; }
  .icons-paging:hover, .paging .pages strong:hover,
  .paging .pages a:hover, .icons-paging.paging-hover, .paging .pages strong.paging-hover,
  .paging .pages a.paging-hover {
    background-position: 0 -1891px; }

.icons-paging_next, .paging .pages strong.next::before,
.paging .pages a.next::before {
  background-position: 0 -1928px;
  height: 27px;
  width: 65px; }
  .icons-paging_next:hover, .paging .pages strong.next:hover::before,
  .paging .pages a.next:hover::before, .icons-paging_next.paging_next-hover, .paging .pages strong.paging_next-hover.next::before,
  .paging .pages a.paging_next-hover.next::before {
    background-position: 0 -1965px; }

.icons-paging_prev, .paging .pages strong.prev::before,
.paging .pages a.prev::before {
  background-position: 0 -2002px;
  height: 27px;
  width: 65px; }
  .icons-paging_prev:hover, .paging .pages strong.prev:hover::before,
  .paging .pages a.prev:hover::before, .icons-paging_prev.paging_prev-hover, .paging .pages strong.paging_prev-hover.prev::before,
  .paging .pages a.paging_prev-hover.prev::before {
    background-position: 0 -2039px; }

.icons-pagingactive {
  background-position: 0 -2076px;
  height: 27px;
  width: 29px; }

.icons-pan_logo {
  background-position: 0 -2113px;
  height: 9px;
  width: 51px; }

.icons-parking_events {
  background-position: 0 -2132px;
  height: 50px;
  width: 280px; }
  .icons-parking_events:hover, .icons-parking_events.parking_events-hover {
    background-position: 0 -2192px; }

.icons-parking_publictransportation {
  background-position: 0 -2252px;
  height: 50px;
  width: 280px; }
  .icons-parking_publictransportation:hover, .icons-parking_publictransportation.parking_publictransportation-hover {
    background-position: 0 -2312px; }

.icons-parking_regalcinemas {
  background-position: 0 -2372px;
  height: 50px;
  width: 280px; }
  .icons-parking_regalcinemas:hover, .icons-parking_regalcinemas.parking_regalcinemas-hover {
    background-position: 0 -2432px; }

.icons-parking_restaurants {
  background-position: 0 -2492px;
  height: 49px;
  width: 280px; }
  .icons-parking_restaurants:hover, .icons-parking_restaurants.parking_restaurants-hover {
    background-position: 0 -2551px; }

.icons-pinterest {
  background-position: 0 -2610px;
  height: 45px;
  width: 60px; }
  .icons-pinterest:hover, .icons-pinterest.pinterest-hover {
    background-position: 0 -2665px; }

.icons-pinterest_small {
  background-position: 0 -2720px;
  height: 20px;
  width: 20px; }

.icons-print {
  background-position: 0 -2750px;
  height: 20px;
  width: 20px; }

.icons-select-139 {
  background-position: 0 -2780px;
  height: 18px;
  width: 139px; }

.icons-snapchat {
  background-position: 0 -2808px;
  height: 45px;
  width: 60px; }
  .icons-snapchat:hover, .icons-snapchat.snapchat-hover {
    background-position: 0 -2863px; }

.icons-stubhub {
  background-position: 0 -2918px;
  height: 20px;
  width: 40px; }

.icons-stubhub_logo {
  background-position: 0 -2948px;
  height: 24px;
  width: 47px; }

.icons-target_logo {
  background-position: 0 -2982px;
  height: 22px;
  width: 22px; }

.icons-toyota_logo {
  background-position: 0 -3014px;
  height: 12px;
  width: 63px; }

.icons-twitter {
  background-position: 0 -3036px;
  height: 45px;
  width: 60px; }
  .icons-twitter:hover, .icons-twitter.twitter-hover {
    background-position: 0 -3091px; }

.icons-twitter_small {
  background-position: 0 -3146px;
  height: 20px;
  width: 20px; }

.icons-wells_logo {
  background-position: 0 -3176px;
  height: 24px;
  width: 24px; }

.icons-youtube {
  background-position: 0 -3210px;
  height: 45px;
  width: 60px; }
  .icons-youtube:hover, .icons-youtube.youtube-hover {
    background-position: 0 -3265px; }

/* /////////////////////////////////////////////////////
= Body and Wrappers
 ///////////////////////////////////////////////////// */
html,
body {
  height: 100%; }

body {
  background: #451D3D url("../images/bg.jpg") repeat-x top center;
  font-family: "Lucida Sans", "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #190C19; }

#container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent url("../images/bg_body.jpg") no-repeat center -9px; }

#layout {
  width: 1000px;
  margin: 0 auto;
  padding: 0; }

/* /////////////////////////////////////////////////////
= Main Header layout styles
  //////////////////////////////////////////////////// */
header {
  clear: both;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 18px 0px 0;
  height: 212px;
  *zoom: 1; }
  header:before, header:after {
    content: "\0020";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    display: block;
    float: left;
    width: 487px;
    height: 136px;
    background: url("../images/logo.png") no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
    margin-left: -24px; }
    header .logo span {
      cursor: default; }
  header .social_toolbar {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 440px; }
    header .social_toolbar #search {
      float: right;
      position: relative; }
      header .social_toolbar #search input[type=text] {
        width: 190px;
        height: 25px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        margin-right: 25px;
        padding: 2px 5px; }
      header .social_toolbar #search button {
        text-indent: -9999px;
        border: 0;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        background: #f39d13 url('../images/search.png?1484239795') left top no-repeat; }
        header .social_toolbar #search button:hover {
          background-color: #D98315; }
    header .social_toolbar a.social-ico {
      display: block;
      text-indent: -9999px;
      float: left;
      width: 35px;
      height: 25px; }
      header .social_toolbar a.social-ico.icons-twitter {
        background-position: -11px -3047px; }
        header .social_toolbar a.social-ico.icons-twitter:hover, header .social_toolbar a.social-ico.icons-twitter.twitter-hover {
          background-position: -11px -3102px; }
      header .social_toolbar a.social-ico.icons-facebook {
        background-position: -12px -679px; }
        header .social_toolbar a.social-ico.icons-facebook:hover, header .social_toolbar a.social-ico.icons-facebook.facebook-hover {
          background-position: -12px -734px; }
      header .social_toolbar a.social-ico.icons-mail {
        background-position: -13px -1681px; }
        header .social_toolbar a.social-ico.icons-mail:hover, header .social_toolbar a.social-ico.icons-mail.mail-hover {
          background-position: -13px -1736px; }
      header .social_toolbar a.social-ico.icons-instagram {
        background-position: -13px -1468px; }
        header .social_toolbar a.social-ico.icons-instagram:hover, header .social_toolbar a.social-ico.icons-instagram.instagram-hover {
          background-position: -13px -1523px; }
      header .social_toolbar a.social-ico.icons-pinterest {
        background-position: -13px -2621px; }
        header .social_toolbar a.social-ico.icons-pinterest:hover, header .social_toolbar a.social-ico.icons-pinterest.pinterest-hover {
          background-position: -13px -2676px; }
      header .social_toolbar a.social-ico.icons-snapchat {
        background-position: -12px -2817px; }
        header .social_toolbar a.social-ico.icons-snapchat:hover, header .social_toolbar a.social-ico.icons-snapchat.snapchat-hover {
          background-position: -12px -2872px; }
      header .social_toolbar a.social-ico.icons-youtube {
        background-position: -13px -3221px; }
        header .social_toolbar a.social-ico.icons-youtube:hover, header .social_toolbar a.social-ico.icons-youtube.youtube-hover {
          background-position: -13px -3276px; }

/* /////////////////////////////////////////////////////
= toolbar layout inside header
  //////////////////////////////////////////////////// */
#toolbar {
  position: relative;
  width: 100%;
  height: 32px;
  display: block;
  background: #2b1629;
  padding: 5px 0px 1px 0px;
  color: #f37727;
  border-bottom: 1px solid #391e36; }
  #toolbar .centered {
    width: 950px;
    margin: 0 auto;
    text-align: right; }
    #toolbar .centered a {
      display: none; }
  #toolbar .right {
    float: right; }

.slogan {
  margin-top: 5px;
  font-weight: 700;
  font-style: italic;
  line-height: 18px;
  color: #fff; }

/*= nav elements included nav.scss =*/
/*= branding element included in slideshow.scss =*/
/* /////////////////////////////////////////////////////
= content block layout
  //////////////////////////////////////////////////// */
#content {
  width: 100%;
  padding: 20px;
  margin: 0;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -moz-box-shadow: 0 0 12px #080307;
  -webkit-box-shadow: 0 0 12px #080307;
  box-shadow: 0 0 12px #080307; }
  #content .one_sidebar_right, #content .one_sidebar_left {
    float: left;
    width: 100%; }

/*= detailed content styles in content.css =*/
/* //////////////////////////////////////////////////////
= page partials layout styles
  ///////////////////////////////////////////////////// */
#column_1, .col1of1.full {
  margin: 0px 20px 20px 0;
  min-height: 438px;
  padding: 0px; }
  .one_sidebar_left #column_1, .one_sidebar_left .col1of1.full {
    float: right;
    margin-right: 0; }

#column_2 {
  float: right;
  width: 300px; }
  .one_sidebar_left #column_2 {
    float: left;
    margin-right: 20px; }
  #column_2 .text-ad {
    margin-bottom: 20px; }

.col1of1.full {
  margin-right: 0;
  margin-bottom: 20px; }

.col1of1.full-iframe {
  margin: -20px;
  overflow: hidden; }

.seatview-col1 {
  margin: 40px;
  width: 450px; }

.seatview-col2 {
  margin-top: 40px; }

.block {
  padding: 0px;
  margin: 0; }
  .block h2 {
    text-transform: uppercase; }
  .block.banner-block {
    padding: 0;
    background: none; }

.followus-block-small {
  background-color: #e4e4e4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE4E4E4');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e4e4e4 100%);
  padding-bottom: 30px; }
  .followus-block-small a {
    display: inline-block;
    text-indent: -999em;
    margin: 5px 5px 20px;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.15))); }
    .followus-block-small a:hover {
      -moz-box-shadow: inset 0 0 15px 0 #fff;
      -webkit-box-shadow: inset 0 0 15px 0 #fff;
      box-shadow: inset 0 0 15px 0 #fff;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
  #events .followus-block-small {
    margin-bottom: 0; }

.footer_blocks {
  clear: both;
  width: 100%; }
  .footer_blocks .block {
    float: left;
    width: 300px;
    margin: 0px 30px 0 0; }
    .footer_blocks .block:first-child {
      margin-left: 0; }
    .footer_blocks .block.directions-block {
      width: 320px; }
    .footer_blocks .block.parking-block {
      margin: 0px 20px; }
    .footer_blocks .block h3.bg_diag-silver {
      margin-bottom: 7px; }
  .footer_blocks .block + .block + .block {
    margin: 0; }
  .footer_blocks .block_image_holder {
    width: 300px;
    height: 205px;
    overflow: hidden; }
    .footer_blocks .block_image_holder img {
      max-height: 205px;
      min-width: 300px; }
  .footer_blocks .banner {
    width: 290px;
    float: right;
    height: 305px; }
    .footer_blocks .banner .slideshow, .footer_blocks .banner .slide {
      width: 290px;
      height: 305px; }
  .footer_blocks .parking-block a {
    display: block;
    text-indent: -9999px; }
    .footer_blocks .parking-block a.icons-parking_restaurants, .footer_blocks .parking-block a.parking_regalcinemas, .footer_blocks .parking-block a.icons-parking_events, .footer_blocks .parking-block a.icons-parking_publictransportation {
      height: 52px;
      background-color: #2F132B; }
  .footer_blocks .parking-block .parking-links {
    width: 290px;
    margin: 0 auto; }
  .footer_blocks p {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 0; }

/* //////////////////////////////////////////////////////
= footer
  ///////////////////////////////////////////////////// */
footer {
  width: 1068px;
  margin: 0 auto;
  padding: 20px 0px;
  font-size: 10px;
  min-height: 140px;
  height: 268px;
  margin-bottom: 10px;
  *zoom: 1;
  color: #fff; }
  footer:before, footer:after {
    content: "\0020";
    display: table; }
  footer:after {
    clear: both; }
  footer a, footer address {
    color: white; }
  footer .footer_holder {
    width: 100%;
    float: left;
    margin-bottom: 0px; }
    footer .footer_holder .span2 {
      padding-left: 10px;
      text-align: center;
      width: 159px; }
      footer .footer_holder .span2 .icons-aeg-logo {
        display: block;
        text-indent: -999em;
        margin: 30px auto 35px 20px; }
    footer .footer_holder .span12 {
      width: 1000px;
      float: none;
      margin: 0 auto; }
      footer .footer_holder .span12 #adBanner {
        background: #160e19;
        width: 720px;
        height: 90px;
        margin: 0 0 10px 0;
        float: left; }
      footer .footer_holder .span12 .stubhub_footer {
        float: right;
        width: 245px;
        height: 81px; }
        footer .footer_holder .span12 .stubhub_footer .rslides li {
          height: 100%; }
    footer .footer_holder h3 {
      color: #e79415;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 100;
      margin-bottom: 10px;
      text-decoration: none; }
  footer .learn_more {
    float: left;
    width: 205px; }
  footer .partners {
    max-width: 580px;
    text-align: left;
    float: right;
    margin: 0; }
    footer .partners .last {
      margin-right: 0px; }
    footer .partners a {
      display: inline-block;
      margin-right: 14px; }
      footer .partners a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
  footer nav,
  footer .nav {
    *zoom: 1; }
    footer nav:before, footer nav:after,
    footer .nav:before,
    footer .nav:after {
      content: "\0020";
      display: table; }
    footer nav:after,
    footer .nav:after {
      clear: both; }
    footer nav ul,
    footer .nav ul {
      list-style-type: none;
      text-align: left;
      float: left;
      margin: 0 15px 0 0;
      padding: 0;
      list-style: none; }
      footer nav ul li,
      footer .nav ul li {
        display: block; }
      footer nav ul.footer_menu,
      footer .nav ul.footer_menu {
        float: left;
        list-style: none; }
        footer nav ul.footer_menu li,
        footer .nav ul.footer_menu li {
          margin: 0;
          padding: 0;
          line-height: 120%;
          color: #fff; }
          footer nav ul.footer_menu li:first-child,
          footer .nav ul.footer_menu li:first-child {
            border-left: 0; }
          footer nav ul.footer_menu li a,
          footer .nav ul.footer_menu li a {
            font-size: 10px;
            font-weight: normal;
            line-height: 12px;
            color: white;
            text-decoration: none; }
            footer nav ul.footer_menu li a:hover,
            footer .nav ul.footer_menu li a:hover {
              text-decoration: underline; }
      footer nav ul.social,
      footer .nav ul.social {
        margin-top: -3px;
        margin-left: 0; }
        footer nav ul.social li,
        footer .nav ul.social li {
          margin-right: 0;
          margin-left: 14px; }
  footer .global_footer {
    margin-top: 8px;
    clear: both;
    position: relative;
    color: white;
    font-size: 10px; }
    footer .global_footer .locate_us {
      width: 155px;
      float: left; }
    footer .global_footer .sponsors {
      float: right; }
    footer .global_footer p {
      font-size: 10px;
      line-height: 12px;
      color: white;
      text-align: left; }
      footer .global_footer p a {
        color: #959595;
        text-decoration: underline; }
        footer .global_footer p a:hover {
          text-decoration: none; }
      footer .global_footer p .bottom-menu {
        margin: 0 3px; }
        footer .global_footer p .bottom-menu a {
          margin: 0 3px; }
    footer .global_footer address {
      line-height: 12px;
      font-style: normal;
      margin: 0; }
  footer a#carbonhouse,
  footer a#carbonhouse:visited {
    margin: 0 0 0 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    color: #666;
    right: 0; }
    footer a#carbonhouse span,
    footer a#carbonhouse:visited span {
      font-size: 12px; }
      footer a#carbonhouse span.carbon,
      footer a#carbonhouse:visited span.carbon {
        color: #9f9f9f; }
      footer a#carbonhouse span.house,
      footer a#carbonhouse:visited span.house {
        color: #d2d2d2; }
    footer a#carbonhouse:hover,
    footer a#carbonhouse:visited:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9; }

/* ----------------------------------------------------------------------------
= OVERLAY
----------------------------------------------------------------------------- */
#overlay_container {
  padding: 100px 0 0; }
  #overlay_container .close-overlay {
    background: url(../images/button_close.png) no-repeat center center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    display: block;
    z-index: 50; }
  #overlay_container a, #overlay_container a:visited {
    display: block;
    width: 640px;
    height: 480px;
    position: relative;
    z-index: 10; }
    #overlay_container a img, #overlay_container a:visited img {
      width: 640px;
      height: 480px; }

.overlay_content {
  margin: 0 auto;
  padding: 0;
  width: 640px;
  height: 480px;
  position: relative;
  background: #fff; }

.close-overlay-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  min-height: 100%; }

.dontshow-overlay {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  font: 12px/20px bold Arial, Helvetica, sans-serif;
  cursor: pointer; }
  .dontshow-overlay:hover {
    background: #999;
    color: #222; }

body > .tooltip {
  border: 2px solid #fff;
  -moz-box-shadow: 0px 0px 8px 0px #333;
  -webkit-box-shadow: 0px 0px 8px 0px #333;
  box-shadow: 0px 0px 8px 0px #333;
  background: #b8472f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b8472f 0%, #a4365e 75%, #6f3263 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b8472f), color-stop(75%, #a4365e), color-stop(100%, #6f3263));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #b8472f 0%, #a4365e 75%, #6f3263 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #b8472f 0%, #a4365e 75%, #6f3263 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #b8472f 0%, #a4365e 75%, #6f3263 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #b8472f 0%, #a4365e 75%, #6f3263 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8472f', endColorstr='#6f3263',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  margin: 0;
  padding: 8px 10px;
  font: 600 11px/100% "proxima-nova", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 100000; }
  body > .tooltip:before {
    content: '';
    width: 100%;
    height: 5px;
    background: url(../images/tooltip_arrow.png) no-repeat center 0;
    position: absolute;
    top: -5px;
    left: 0; }

/* ----------------------------------------------------------------------------
= FLOATING ICONS
----------------------------------------------------------------------------- */
/**
 *
 */
.floating_icons {
  position: absolute;
  width: 65px;
  height: 139px;
  top: 211px;
  left: 0; }
  .floating_icons.fixed {
    top: 0;
    position: fixed; }
  .floating_icons ul {
    margin: 0;
    padding: 0; }
    .floating_icons ul li {
      margin: 0;
      padding: 0;
      margin-bottom: 2px;
      position: relative;
      width: 65px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 10ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      .floating_icons ul li a {
        display: block;
        text-indent: -9999px; }
      .floating_icons ul li:before {
        display: none; }
      .floating_icons ul li:after {
        background: transparent url('../images/bg_diag-purplelight.png?1484239795');
        background-color: rgba(255, 255, 255, 0.4);
        content: '';
        width: 5px;
        height: 45px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 10ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear; }
      .floating_icons ul li:hover {
        padding: 0 5px;
        width: 70px; }
        .floating_icons ul li:hover:after {
          right: -5px; }

/* ----------------------------------------------------------------------------
= GENERAL CONTENT ITEMS
----------------------------------------------------------------------------- */
/**
 *
 */
.bg_diag-silver {
  background: transparent url('../images/bg_diag-silver.png?1484239795'); }

.bg_diag-purplelight {
  background: transparent url('../images/bg_diag-purplelight.png?1484239795'); }

.bg_diag-purpledark {
  background: transparent url('../images/bg_diag-purpledark.png?1484239795'); }

a.readmore-arrow {
  clear: both;
  float: right;
  width: auto;
  padding: 0 12px 0 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
  position: relative;
  color: #321832; }
  a.readmore-arrow:visited {
    color: #321832; }
  a.readmore-arrow:hover {
    color: #f39d13; }
  a.readmore-arrow:active {
    color: #f39d13; }
  a.readmore-arrow > span {
    float: right;
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  a.readmore-arrow:hover {
    text-decoration: none; }

.headlines, .event_detail .description {
  position: relative; }
  .headlines h3.bg_diag-silver, .headlines h2, .event_detail .description h3.bg_diag-silver, .event_detail .description h2 {
    font: 700 22px/40px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
    text-transform: uppercase;
    color: #190C19;
    padding: 0 10px;
    margin: 0 0 20px; }
    .headlines h3.bg_diag-silver.span_full, .headlines h2.span_full, .event_detail .description h3.bg_diag-silver.span_full, .event_detail .description h2.span_full {
      margin-left: -20px;
      padding: 0 30px; }
  .headlines h2, .event_detail .description h2 {
    background: transparent url('../images/bg_diag-silver.png?1484239795'); }

.seatview-col1 .stage {
  padding-top: 10px;
  text-align: center; }
  .seatview-col1 .stage img {
    margin-left: 10px; }

.seatview-col2 #secTitle {
  text-transform: uppercase;
  font-size: 10px;
  color: #b7b7b7; }
.seatview-col2 #secTitle {
  padding: 10px;
  height: 45px;
  background: url(../images/bg_secdefault.gif) repeat-x top left;
  width: 370px; }
.seatview-col2 #secName {
  color: #e4ffd7;
  display: inline;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: auto;
  line-height: 13px;
  text-transform: uppercase;
  width: auto; }
.seatview-col2 #secSeats, .seatview-col2 #secRows {
  color: #e4ffd7;
  display: inline;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: auto;
  line-height: 20px;
  padding-right: 15px;
  text-transform: uppercase;
  width: auto; }
.seatview-col2 #secView {
  width: 370px;
  height: 244px;
  overflow: hidden; }
.seatview-col2 .note {
  text-align: center;
  color: #5d5d5d;
  padding: 2px;
  font-size: 9px;
  margin-bottom: 20px; }
.seatview-col2 #legend {
  text-transform: uppercase;
  font-size: 11px; }
  .seatview-col2 #legend h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding: 0; }
  .seatview-col2 #legend .legend_list {
    padding: 20px; }
  .seatview-col2 #legend ul {
    margin: 0 20px 0px 0px;
    padding: 0 !important;
    list-style: none !important;
    background: none !important; }
    .seatview-col2 #legend ul li img {
      margin-right: 10px;
      margin-top: -2px; }
.seatview-col2 .loading {
  text-align: center;
  color: #0068b3;
  margin-top: 20px;
  font-size: 10px; }
.seatview-col2 .mezzanine {
  background: url(../images/bg_mezzanine.gif) repeat-x top left !important;
  color: #ffd1ff !important; }
.seatview-col2 .orchestra {
  background: url(../images/bg_orchestra.gif) repeat-x top left !important;
  color: #e4ffd7 !important; }
.seatview-col2 .loge {
  background: url(../images/bg_loge.gif) repeat-x top left !important;
  color: #c2e7ff !important; }
.seatview-col2 .pit {
  background: url(../images/bg_pit.gif) repeat-x top left !important;
  color: #ffdacb !important; }

#pages .error {
  height: auto;
  background-color: #FFE603;
  border: 1px solid #FFE603;
  font-size: 12px;
  color: #000;
  padding: 4px 8px;
  width: auto;
  line-height: 12px;
  text-align: center;
  z-index: 999999;
  vertical-align: center;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0 0 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  #pages .error p {
    color: #222;
    font-size: 12px;
    padding: 0;
    margin: 0; }

.full_column .login {
  width: 300px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #808080;
  background: #fff;
  text-align: center; }
  .full_column .login input {
    border: 1px solid #999;
    padding: 3px 3px;
    margin: 0 0 8px;
    width: 78%;
    font-size: 14px;
    text-align: center;
    color: #000; }
  .full_column .login form button {
    margin: 0 auto;
    text-align: center;
    width: 100px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 15px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .full_column .login form button:hover {
      background: #000; }

.divider {
  padding: 0px 11px 0 12px;
  color: #543C50;
  font-size: 10px;
  float: left; }

/* /////////////////////////////////////////////////////
= @group Homepage content
 ///////////////////////////////////////////////////// */
/**
 * Homepage Layout
 */
.home #content {
  min-height: 100px; }

.headlines {
  position: relative; }
  .headlines .the_scoop, .headlines .featured_news {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    float: left;
    width: 100%; }
  .headlines h3.bg_diag-silver {
    font: 700 22px/40px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
    text-transform: uppercase;
    color: #190C19;
    padding: 0 10px;
    margin: 0 0 20px; }
  .headlines .spotlight-item {
    border-top: 1px solid #D4CED3;
    width: 100%;
    clear: both;
    float: left;
    padding: 3px 0; }
    .headlines .spotlight-item img {
      float: left;
      margin: 0 10px 0 0; }
    .headlines .spotlight-item h3 {
      font: bold 14px/18px "Lucida Sans", "Lucida Grande", sans-serif;
      text-transform: uppercase;
      margin: 2px 0 0;
      color: #321832; }
      .headlines .spotlight-item h3 a {
        font-weight: bold;
        display: block;
        color: #321832; }
        .headlines .spotlight-item h3 a:visited {
          color: #321832; }
        .headlines .spotlight-item h3 a:hover {
          color: #D98315; }
        .headlines .spotlight-item h3 a:active {
          color: #D98315; }
        .headlines .spotlight-item h3 a:hover {
          text-decoration: none; }
    .headlines .spotlight-item:first-child {
      padding-top: 0;
      border-top: 0; }
  .headlines .banner {
    background: #ccc;
    height: 380px; }

.news_list_holder {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  clear: both; }
  .news_list_holder li {
    margin: 20px 0 0;
    padding: 0 50px 15px 30px;
    border-bottom: 1px solid #D4CED3;
    position: relative; }
    .news_list_holder li:before {
      content: '';
      width: 6px;
      height: 6px;
      background: #f39d13;
      border: 2px solid #D98315;
      position: absolute;
      top: 3px;
      left: 0; }
    .news_list_holder li:after {
      content: '';
      width: 1px;
      height: 10px;
      background: #D4CED3;
      position: absolute;
      bottom: 0;
      left: 0; }
    .news_list_holder li:first-child {
      margin-top: 0; }
    .news_list_holder li h3 {
      font: bold 14px/18px "Lucida Sans", "Lucida Grande", sans-serif;
      text-transform: uppercase;
      margin: 0 0 5px;
      height: 18px;
      overflow: hidden; }
      .news_list_holder li h3 a {
        font-weight: bold;
        display: block;
        color: #321832; }
        .news_list_holder li h3 a:visited {
          color: #321832; }
        .news_list_holder li h3 a:hover {
          color: #D98315; }
        .news_list_holder li h3 a:active {
          color: #D98315; }
        .news_list_holder li h3 a:hover {
          text-decoration: none; }
    .news_list_holder li .news_teaser {
      color: #666;
      display: block;
      height: 18px;
      overflow: hidden; }
      .news_list_holder li .news_teaser p {
        padding: 0px;
        margin: 0px; }
    .news_list_holder li a.icons-arrowwhitesmall {
      background-color: #ccc;
      display: block;
      position: absolute;
      top: 0;
      right: 20px;
      text-indent: -9999px;
      overflow: hidden; }
      .news_list_holder li a.icons-arrowwhitesmall:hover {
        background-color: #D98315; }

.featured_news .other_news h3, .featured_news .main_featured h3 {
  width: 100%;
  position: absolute;
  bottom: -50%;
  left: 0;
  margin: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  font: 500 16px/20px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
  border-top: 4px solid #873B7B;
  background: transparent url('../images/bg_diag-gray.png?1484239795');
  text-transform: uppercase; }
  .featured_news .other_news h3 a, .featured_news .main_featured h3 a {
    font-weight: 500;
    display: block;
    color: #fff;
    text-shadow: -1px -1px 4px #000; }
    .featured_news .other_news h3 a:visited, .featured_news .main_featured h3 a:visited {
      color: #fff; }
    .featured_news .other_news h3 a:hover, .featured_news .main_featured h3 a:hover {
      color: #fff; }
    .featured_news .other_news h3 a:active, .featured_news .main_featured h3 a:active {
      color: #fff; }
    .featured_news .other_news h3 a:hover, .featured_news .main_featured h3 a:hover {
      text-decoration: none; }
.featured_news .main_featured {
  height: 300px;
  position: relative;
  overflow: hidden; }
  .featured_news .main_featured img {
    width: 100%;
    height: 300px; }
  .featured_news .main_featured:hover h3 {
    bottom: 0;
    height: auto; }
.featured_news .other_news > div {
  height: 140px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .featured_news .other_news > div img {
    height: 140px;
    width: 100%; }
  .featured_news .other_news > div h3 {
    bottom: -140px; }
  .featured_news .other_news > div:hover h3 {
    bottom: 0;
    height: auto; }

.home_gallery {
  margin-left: -20px;
  margin-bottom: 55px; }
  .home_gallery > h3.bg_diag-silver {
    margin-bottom: 0;
    padding-left: 30px; }
  .home_gallery a.btn-readmore {
    right: -20px; }

.home_content {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  clear: both;
  *zoom: 1; }
  .home_content:before, .home_content:after {
    content: "\0020";
    display: table; }
  .home_content:after {
    clear: both; }

.home_content_left {
  position: relative;
  width: 640px;
  float: left; }
  .home_content_left .home_banner_large {
    width: 640px;
    height: 140px;
    background: #333;
    margin: 0 0 20px; }

.home_content_right {
  position: relative; }

.home_extras {
  width: 960px;
  *zoom: 1;
  padding: 30px 0 0; }
  .home_extras:before, .home_extras:after {
    content: "\0020";
    display: table; }
  .home_extras:after {
    clear: both; }
  .home_extras .banner {
    float: right;
    width: 300px;
    height: 250px; }

/**
 * Splash Slide on Homepage
 */
.splash_slide {
  position: absolute; }

/**
 * Todays events on homepage
 */
#todays-events ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
#todays-events li {
  clear: both;
  display: block;
  position: relative;
  border-bottom: dotted 1px #543c50;
  margin: 0 0 4px 0px;
  padding: 0;
  *zoom: 1; }
  #todays-events li:before, #todays-events li:after {
    content: "\0020";
    display: table; }
  #todays-events li:after {
    clear: both; }
  #todays-events li a {
    display: block;
    width: 430px;
    color: #FFF;
    margin-left: 5px;
    padding: 0 0 6px  18px;
    background: url(../images/ico_arrow.png) 0 6px no-repeat;
    min-height: 17px;
    float: left; }
  #todays-events li span {
    margin-top: -1px;
    float: right;
    width: 200px;
    color: #a483a4;
    font-size: 11px;
    text-transform: uppercase;
    text-align: right; }

/**
 * Premium Block that contains stay at l.a. live content
 */
.premium-block {
  padding: 0;
  overflow: hidden;
  width: 300px;
  margin-bottom: 20px; }
  .premium-block a {
    display: block;
    text-indent: -9999px;
    float: left; }
  #concierge .premium-block img {
    display: none; }
  .home .premium-block h3 {
    display: none; }

/**
 * Newsletter signup form
 */
.newsletter-block {
  background: url('../images/bg_newsletter.jpg?1484239795') left top no-repeat;
  margin-bottom: 20px;
  /* Newsletter form in content area */ }
  .newsletter-block div.bg_diag-purplelight {
    padding: 0 0 20px; }
  .newsletter-block p {
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0;
    padding: 0 20px;
    font-weight: bold;
    color: #fff; }
  .newsletter-block h3.bg_diag-silver {
    background: #451E3D;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 13px; }
  .newsletter-block #newsletterForm {
    padding: 0 20px; }
  .newsletter-block input {
    background: #fff;
    border: 0px;
    color: #333;
    padding: 6px 3px 7px 3px;
    font-size: 12px;
    margin: 8px 0px 4px;
    font-family: "Lucida Sans", "Lucida Grande", sans-serif; }
  .newsletter-block input[type="submit"] {
    float: right; }
  .newsletter-block .learnBtn {
    clear: left;
    float: left; }
  .newsletter-block a {
    margin: 10px 5px 0 0;
    display: block;
    text-indent: -9999px;
    float: left; }
  .newsletter-block.movie-insider {
    background-position: 0 12px; }
    .newsletter-block.movie-insider h3.bg_diag-silver {
      font-size: 20px; }
    .newsletter-block.movie-insider p, .newsletter-block.movie-insider h3.bg_diag-silver, .newsletter-block.movie-insider #newsletterForm {
      padding: 0 10px; }
    .newsletter-block.movie-insider .btn-readmore {
      top: auto;
      bottom: 0; }
  #column_1 .newsletter-block {
    background: none; }
    #column_1 .newsletter-block .bg_diag-purplelight {
      background: none; }
    #column_1 .newsletter-block .bg_diag-silver {
      display: none; }
    #column_1 .newsletter-block p {
      color: #333; }
    #column_1 .newsletter-block #newsletterForm, #column_1 .newsletter-block p {
      padding: 0; }
    #column_1 .newsletter-block input {
      border: 1px solid #999;
      float: left; }
    #column_1 .newsletter-block input[name="FirstName"] {
      clear: both; }
    #column_1 .newsletter-block input[name="ZipCode"] {
      margin-right: 380px; }
    #column_1 .newsletter-block .btn-readmore {
      right: auto;
      left: 156px;
      top: 110px; }

/**
 * Social Tabs on homepage
 */
.followus-block {
  position: relative;
  *zoom: 1; }
  .followus-block:before, .followus-block:after {
    content: "\0020";
    display: table; }
  .followus-block:after {
    clear: both; }
  .followus-block h2 {
    padding-bottom: 9px;
    margin-bottom: 8px; }
  .followus-block #tweets {
    font-size: 10px;
    width: 274px;
    float: left; }
    .followus-block #tweets ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .followus-block #tweets ul li {
        color: #fff;
        font-weight: 500;
        margin-bottom: 10px;
        clear: both;
        line-height: 11px; }
        .followus-block #tweets ul li img {
          float: left;
          margin: 2px 10px 8px 0; }
        .followus-block #tweets ul li a {
          font-weight: 200;
          color: #f39d13; }
          .followus-block #tweets ul li a:hover {
            text-decoration: underline; }
          .followus-block #tweets ul li a.twitter_alias {
            font-size: 12px; }
        .followus-block #tweets ul li .tweet_meta {
          color: #b099b0; }
  .followus-block #socialIcons {
    position: absolute;
    top: 13px;
    right: 3px;
    float: right;
    text-align: center;
    padding-top: 0px;
    overflow: hidden; }
    .followus-block #socialIcons a {
      display: inline-block;
      text-indent: -99em;
      text-align: left;
      margin: 7px 2px 7px 4px;
      clear: both; }
      .followus-block #socialIcons a:hover {
        -moz-box-shadow: 0 0 10px 0 #999;
        -webkit-box-shadow: 0 0 10px 0 #999;
        box-shadow: 0 0 10px 0 #999;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; }

/**
 * TEXT BANNER ON HOMEPAGE
 */
.text-ad p {
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 15px 0;
  padding: 0; }
.text-ad .btn-yellow {
  float: right; }

/**
 * Rewind Blog
 */
#rewind-news {
  position: relative;
  padding: 10px;
  background: url(../images/bg_eventgrid.png);
  min-height: 330px;
  height: auto; }
  #rewind-news ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #rewind-news li {
    clear: both;
    border-bottom: 1px solid #6d686f;
    margin-bottom: 10px;
    min-height: 166px;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
    *zoom: 1; }
    #rewind-news li:before, #rewind-news li:after {
      content: "\0020";
      display: table; }
    #rewind-news li:after {
      clear: both; }
  #rewind-news .read-more {
    position: absolute;
    float: right;
    top: -37px;
    right: 0;
    font-size: 10px;
    text-transform: uppercase; }
  #rewind-news .date {
    position: relative;
    top: -1px;
    text-transform: uppercase; }
    #rewind-news .date > div {
      float: left;
      line-height: 16px; }
    #rewind-news .date > div + div {
      float: left;
      font-size: 9px;
      line-height: 9px;
      margin-top: 12px;
      color: #b099b0;
      margin-left: 5px;
      border: none;
      width: 45px;
      text-transform: uppercase; }
    #rewind-news .date .month {
      font-size: 10px;
      font-weight: bold; }
    #rewind-news .date .date {
      font-size: 20px;
      letter-spacing: -2px;
      font-weight: bold; }
  #rewind-news .title {
    border-left: 1px solid #403a43;
    padding-left: 5px;
    margin-left: 5px;
    padding-left: 10px;
    width: 520px;
    float: left;
    margin-bottom: 10px; }
    #rewind-news .title a {
      color: white; }
    #rewind-news .title > span {
      display: block;
      color: #dabed9;
      font-size: 10px;
      line-height: 1.3; }
  #rewind-news .teaser_content {
    clear: both;
    width: 620px;
    line-height: 14px;
    font-size: 11px;
    border: none;
    margin: 0;
    padding: 0; }
    #rewind-news .teaser_content img {
      width: 210px;
      height: 100px;
      float: left;
      padding-right: 10px; }
    #rewind-news .teaser_content p {
      margin: 0;
      padding: 0 0 5px 0; }
    #rewind-news .teaser_content .read_more {
      line-height: 1.3;
      padding-right: 8px;
      background: url(../images/ico_arrow.png) no-repeat 100% 4px; }

/**
 * Homepage Promotions
 */
#home-promos ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#home-promos li {
  float: left;
  width: 210px; }
  #home-promos li img {
    width: 210px;
    padding-bottom: 5px;
    display: block; }
  #home-promos li h3, #home-promos li p {
    font-size: 11px;
    color: #a483a4;
    margin: 0;
    padding: 0; }
  #home-promos li p {
    line-height: 1.2; }
#home-promos ul > li + li {
  margin: 0 5px; }
#home-promos ul > li + li + li {
  margin: 0px; }

/* ////////////////////////////////////////////////////
= header nav element
 //////////////////////////////////////////////////// */
header > nav {
  margin: 0 0;
  padding: 0;
  float: right;
  margin-top: 57px;
  height: 45px;
  text-align: right; }
  header > nav > ul {
    display: block;
    float: left;
    margin: 0 0 0;
    margin-bottom: 1em;
    height: 58px;
    list-style: none;
    text-align: center;
    line-height: 1.0; }
    header > nav > ul li {
      float: left;
      position: relative;
      height: 45px;
      margin: 0 0 0 2px;
      background: transparent url('../images/bg_diag-purplelight.png?1484239795'); }
      header > nav > ul li > a, header > nav > ul li span.search_label, header > nav > ul li .has_sub a, header > nav > ul li .has_sub span {
        text-transform: uppercase;
        padding: 0 17px 0 18px;
        display: block;
        font: 500 14px/45px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
        color: #fff; }
        header > nav > ul li > a:visited, header > nav > ul li span.search_label:visited, header > nav > ul li .has_sub a:visited, header > nav > ul li .has_sub span:visited {
          color: #fff; }
        header > nav > ul li > a:hover, header > nav > ul li span.search_label:hover, header > nav > ul li .has_sub a:hover, header > nav > ul li .has_sub span:hover {
          color: #fff; }
        header > nav > ul li > a:active, header > nav > ul li span.search_label:active, header > nav > ul li .has_sub a:active, header > nav > ul li .has_sub span:active {
          color: #fff; }
      header > nav > ul li:hover > a, header > nav > ul li:hover span.search_label, header > nav > ul li:hover .has_sub a, header > nav > ul li:hover .has_sub span {
        text-decoration: none;
        background: transparent url('../images/bg_diag-purpledark.png?1484239795'); }
      header > nav > ul li span.search_label:hover {
        color: #f39d13;
        background: none; }
      header > nav > ul li:first-child, header > nav > ul li .page_1 {
        display: none;
        border-left: none; }
      header > nav > ul li .page_3 {
        border-left: none !important; }

nav ul li:hover .sub {
  display: block; }

/**
 * Double Column Dropdown Menu
 */
header > nav .sub.two_col {
  width: 560px;
  height: 100%;
  left: -48px;
  *zoom: 1; }
  header > nav .sub.two_col:before, header > nav .sub.two_col:after {
    content: "\0020";
    display: table; }
  header > nav .sub.two_col:after {
    clear: both; }
  header > nav .sub.two_col ul {
    width: 560px;
    background: transparent url('../images/bg_diag-purpledark.png?1484239795');
    background-color: #451E3D;
    *zoom: 1; }
    header > nav .sub.two_col ul:before, header > nav .sub.two_col ul:after {
      content: "\0020";
      display: table; }
    header > nav .sub.two_col ul:after {
      clear: both; }
  header > nav .sub.two_col li {
    float: left;
    width: 270px;
    padding: 0;
    margin-left: 5px; }

/**
 * Single Column Drop Down menu
 */
header > nav .sub {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  top: 45px;
  background: #451E3D;
  width: 170px;
  padding: 0;
  z-index: 600; }
  header > nav .sub ul {
    background: transparent url('../images/bg_diag-purpledark.png?1484239795');
    background-color: #451E3D;
    float: none;
    width: 170px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0; }
  header > nav .sub li {
    height: auto;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none; }
    header > nav .sub li:first-child {
      display: block; }
    header > nav .sub li:last-child a, header > nav .sub li:last-child > a {
      border-bottom: 0; }
    header > nav .sub li .level_3 {
      display: none;
      left: 100%;
      top: 0;
      position: absolute; }
    header > nav .sub li a, header > nav .sub li > a {
      color: #fff;
      text-transform: none;
      text-shadow: -2px -2px 1px #333;
      background: none;
      border-bottom: 1px solid #555;
      border-left: none;
      line-height: 100%;
      text-align: center;
      display: block;
      padding: 8px 16px 7px 15px; }
      header > nav .sub li a.active, header > nav .sub li > a.active {
        color: #f39d13; }
      header > nav .sub li a:hover, header > nav .sub li > a:hover {
        text-decoration: none;
        background: none;
        color: #141414;
        text-shadow: -2px -2px 1px #D98315;
        border-bottom: 1px solid #D98315; }
    header > nav .sub li:hover {
      background: #D98315;
      margin-top: -1px;
      padding-top: 1px; }
      header > nav .sub li:hover:first-child {
        margin-top: 0;
        padding-top: 0; }
    header > nav .sub li .arrows {
      color: #fff;
      position: absolute;
      right: 20px;
      top: 5px; }
    header > nav .sub li:hover .arrows {
      top: 6px; }
    header > nav .sub li:hover a {
      background: none; }
    header > nav .sub li:hover .level_3 {
      display: block; }
      header > nav .sub li:hover .level_3 li a {
        background: none; }

header > nav > ul li.page_8 .sub.two_col {
  left: auto;
  right: -54px; }

/**
 * Search 
 */
header > nav .search {
  float: left;
  width: 151px;
  height: 21px;
  padding-top: 3px; }
  header > nav .search label {
    float: left;
    text-transform: capitalize;
    display: none; }
  header > nav .search input {
    background: #62495f;
    border: 0;
    width: 119px;
    height: 17px;
    min-height: 13px;
    font-size: 10px;
    padding: 2px 2px 3px;
    color: #f9dbf6;
    display: inline-block; }
  header > nav .search button {
    background: url(../images/btn_search.png);
    width: 17px;
    height: 17px;
    border: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    margin-right: 15px;
    display: inline;
    position: relative;
    top: 1px; }

#fb_connect_status {
  display: none; }

.fbtabs {
  position: relative;
  margin: 20px 0 0;
  border-top: 0px;
  padding: 0; }
  .fbtabs h4 {
    margin: 0;
    padding: 11px 22px 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1px;
    color: #FFFFFF;
    /*		@include background-image(linear-gradient(top,  #333333 0%,#111111 100%));
    		background-image:url("../images/bg-aside-heading.png");*/
    background: url('../images/bg-aside-heading.png'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/bg-aside-heading.png'), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #111111));
    background: url('../images/bg-aside-heading.png'), -moz-linear-gradient(top, #333333 0%, #111111 100%);
    background: url('../images/bg-aside-heading.png'), -webkit-linear-gradient(top, #333333 0%, #111111 100%);
    background: url('../images/bg-aside-heading.png'), linear-gradient(to bottom, #333333 0%, #111111 100%); }
    .fbtabs h4:after {
      content: "";
      display: block;
      position: absolute;
      top: 14px;
      left: 64%;
      width: 16px;
      height: 16px;
      background: transparent url("../images/ico-facebook.png") no-repeat 0 0; }
  .fbtabs a.seeall {
    display: block;
    position: absolute;
    top: 43px;
    right: 0px;
    width: 94px;
    height: 24px;
    padding: 3px 5px 5px 3px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    z-index: 25;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #333333));
    background-image: -moz-linear-gradient(top, #666666 0%, #333333 100%);
    background-image: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
    background-image: linear-gradient(to bottom, #666666 0%, #333333 100%); }
    .fbtabs a.seeall:hover {
      background: #fff;
      color: #333333;
      text-decoration: underline; }
    .fbtabs a.seeall:before {
      content: "";
      display: inline-block;
      position: relative;
      top: 2px;
      right: 2px;
      width: 17px;
      height: 13px;
      background: url("../images/ico-03.png") no-repeat scroll top left; }
  .fbtabs .css-tabs {
    margin: 0 0 0 -1px;
    padding: 0; }
    .fbtabs .css-tabs li {
      float: left;
      width: 94px;
      padding: 0;
      list-style: none; }
    .fbtabs .css-tabs a {
      display: block;
      height: 24px;
      margin: 0 1px 0;
      padding: 5px 10px 2px;
      font-size: 10px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #666666));
      background-image: -moz-linear-gradient(top, #999999 0%, #666666 100%);
      background-image: -webkit-linear-gradient(top, #999999 0%, #666666 100%);
      background-image: linear-gradient(to bottom, #999999 0%, #666666 100%); }
      .fbtabs .css-tabs a.current, .fbtabs .css-tabs a:hover {
        background: #fff;
        color: #333333; }
      .fbtabs .css-tabs a:hover {
        text-decoration: underline; }
  .fbtabs .css-panes {
    display: block;
    position: relative;
    top: -1px;
    clear: both;
    z-index: 5; }
    .fbtabs .css-panes .pane {
      min-height: 190px;
      border: none;
      padding: 14px 0 0;
      text-align: center;
      overflow: hidden; }
    .fbtabs .css-panes .attendee {
      float: left;
      width: 50px;
      height: 85px;
      margin-left: 16px;
      padding: 0; }
      .fbtabs .css-panes .attendee a {
        display: block;
        line-height: 120%;
        font-size: 11px;
        font-weight: 700;
        color: #222;
        text-align: left;
        clear: both; }
        .fbtabs .css-panes .attendee a div {
          font-size: 10px;
          font-weight: normal; }
      .fbtabs .css-panes .attendee img {
        display: block;
        height: 50px;
        width: 50px;
        margin-bottom: 3px; }

.fbtabs_holder {
  padding: 0;
  margin: 0;
  position: relative;
  background: url("../images/bg-side-block.gif") repeat-x scroll 0 100% #FFFFFF;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: 0 14px 9px -15px #333;
  -webkit-box-shadow: 0 14px 9px -15px #333;
  box-shadow: 0 14px 9px -15px #333; }
  .fbtabs_holder:after {
    content: "";
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: 2px; }

#fb_connect_rsvpshare {
  position: absolute;
  bottom: 20px;
  left: 18px; }
  #fb_connect_rsvpshare span.status {
    height: 20px;
    line-height: 20px;
    padding: 2px 0 0 5px;
    color: #333;
    font-size: 14px;
    margin: 0 20px 0 5px;
    display: block;
    font-weight: bold;
    float: left; }
  #fb_connect_rsvpshare a {
    width: 120px;
    color: #fff;
    text-transform: uppercase;
    height: 18px;
    display: block;
    float: left;
    text-align: center;
    padding: 5px 0 0;
    background: #0075AC;
    border: 2px solid #333;
    font-weight: bold;
    font-size: 12px; }
    #fb_connect_rsvpshare a:first-child {
      margin-right: 10px; }
    #fb_connect_rsvpshare a:hover {
      text-decoration: none;
      color: #0075AC;
      background: #FFF; }

/* tab pane */
.css-panes #fb_event_attendees strong,
.css-panes #fb_event_friends strong {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  width: 100%; }

#fb_rsvp {
  display: none;
  position: relative;
  top: 0px;
  width: 72%;
  margin: 10px auto;
  text-align: center;
  z-index: 15;
  *zoom: 1; }
  #fb_rsvp:before, #fb_rsvp:after {
    content: "\0020";
    display: table; }
  #fb_rsvp:after {
    clear: both; }

#fb_rsvp_status {
  display: none;
  position: relative;
  top: 0px;
  width: 66%;
  margin: 10px auto;
  text-align: center;
  z-index: 15;
  *zoom: 1; }
  #fb_rsvp_status:before, #fb_rsvp_status:after {
    content: "\0020";
    display: table; }
  #fb_rsvp_status:after {
    clear: both; }

#fb_rsvp button,
#fb_rsvp_status button {
  float: left;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0px;
  background: #FF0000;
  border: 1px solid #333;
  margin: 0 0 0 13px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  color: #fff;
  text-shadow: 0 1px 2px #000000;
  vertical-align: top;
  cursor: pointer; }
  #fb_rsvp button:first-child,
  #fb_rsvp_status button:first-child {
    margin-right: 0; }
  #fb_rsvp button:hover,
  #fb_rsvp_status button:hover {
    background-color: #333; }

#fb_rsvp_status span {
  float: left;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0px;
  background: #FF0000;
  border: 1px solid #333;
  margin: 0px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  color: #fff;
  text-shadow: 0 1px 2px #000000;
  vertical-align: top;
  cursor: auto; }

/*#fb_rsvp_status span, 
#fb_rsvp button:hover, 
#fb_rsvp_status button:hover {color:#222;background:#EBBB2A;}*/
/* @end */
#fb_window {
  position: absolute;
  width: 652px;
  height: 200px;
  left: -10000px;
  top: -10000px;
  z-index: 59999; }

#fb_window_cap {
  background: url(../images/fb_window_border.png) no-repeat center top;
  width: 100%;
  height: 10px; }

#fb_window_base {
  background: url(../images/fb_window_border.png) no-repeat center bottom;
  width: 100%;
  height: 10px; }

#fb_window_holder {
  background: url(../images/fb_window_bg.png) repeat-y center bottom;
  padding: 0 10px; }

#fb_window_header {
  border: 1px solid #3B5998;
  height: 27px;
  background: #6D84B4;
  padding-left: 26px;
  font: bold 14px/27px "Lucida Grande",Lucida,Verdana,sans-serif;
  color: #fff;
  text-align: left; }

#fb_window_content {
  background: #f7f7f7;
  border: 1px solid #555;
  border-top: 0px; }

#fb_window_content .textarea {
  text-align: left;
  padding: 15px 30px 25px;
  color: #333; }

#fb_window_content .sending {
  text-align: center;
  padding: 60px 30px 25px;
  color: #333;
  font: 11px/15px "Lucida Grande",Lucida,Verdana,sans-serif;
  background: url(../images/loading.gif) no-repeat center 25px; }

#fb_window_content .warning {
  background: #FFEBE8; }

#fb_window_content .textarea h3 {
  color: #333;
  font: bold 13px/15px "Lucida Grande",Lucida,Verdana,sans-serif;
  padding-bottom: 3px;
  margin-bottom: 0; }

#fb_window_content .textarea p {
  color: #333;
  font: 11px/15px "Lucida Grande",Lucida,Verdana,sans-serif; }

#fb_window_content .textarea textarea {
  width: 450px;
  border: 1px solid #BDC7D8;
  font: 11px/15px "Lucida Grande",Lucida,Verdana,sans-serif; }

#fb_window_content fieldset {
  margin: 0;
  padding: 0; }

#fb_window_content fieldset label {
  font: bold 11px/15px "Lucida Grande",Lucida,Verdana,sans-serif; }

#fb_window_content .toolbar {
  border-top: 1px solid #E7E7E7;
  padding: 6px 30px;
  background: #f0f0f0;
  text-align: center;
  height: 21px;
  position: relative;
  top: auto;
  right: auto; }

#fb_window_content .toolbar button {
  margin: 0 3px 0 0;
  padding: 0 18px;
  height: 21px;
  font: bold 10px/21px "Lucida Grande",Lucida,Verdana,sans-serif; }

#fb_window_content .toolbar button.submit {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff; }

#fb_window_content .toolbar button.cancel {
  background: #f0f0f0;
  border: 1px solid #666;
  border-color: #e7e7e7 #666 #666 #e7e7e7;
  color: #333; }

#fb_window_content .toolbar button.next {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff;
  float: right; }

#fb_window_content .toolbar a.next, #fb_window_content .toolbar a.next:link, #fb_window_content .toolbar a.next:visited {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff;
  float: right;
  margin: 0 3px 0 0;
  padding: 0 18px;
  height: 21px;
  font: bold 10px/21px "Lucida Grande",Lucida,Verdana,sans-serif;
  text-decoration: none; }

#fb_window_close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../images/fb_window_close.png) no-repeat center top;
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-indent: -444444px; }

#fb_window_close:hover {
  background-position: center bottom; }

/* ----------------------------------------------------------------------------
=Override for white text on wysiwig necessary so use can see lighter text
----------------------------------------------------------------------------- */
.cke_show_borders {
  background: #4a4a4a; }

.cke_ltr.cke_panel_frame .cke_panel_block {
  background: #fff; }

/**
 * Override for textarea clear float and width to allow content managed image map next to mix
 * of content and faqs
 */
.parking-lot-map .textarea, .parking-lot-map .faq {
  width: 54%;
  float: right;
  clear: none;
  margin-bottom: 4px; }
  .parking-lot-map .textarea p, .parking-lot-map .faq p {
    margin-bottom: 5px; }
  .parking-lot-map .textarea dl, .parking-lot-map .faq dl {
    margin-bottom: 10px; }
  .parking-lot-map .textarea dt, .parking-lot-map .faq dt {
    margin-bottom: 5px; }
.parking-lot-map #textarea_559 {
  float: left;
  height: 100%;
  width: 45%; }

/**
 * Flash video player used in lalive.com/sizzle
 */
#featuredVideo_wrapper {
  margin-top: 15px;
  margin-left: -14px; }

/* ----------------------------------------------------------------------------
=Special Button Classes
----------------------------------------------------------------------------- */
.pull-right-button {
  background-color: #0069ac;
  padding: 8px 8px 8px 20px;
  color: #FFF;
  width: auto;
  text-align: right;
  margin-right: -20px;
  right: 0;
  float: right;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font: 400 12px/17px "Lucida Sans", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
  *zoom: 1; }
  .pull-right-button:before, .pull-right-button:after {
    content: "\0020";
    display: table; }
  .pull-right-button:after {
    clear: both; }
  .pull-right-button .arrows {
    font-size: 15px; }
  .pull-right-button:hover {
    background: #B6C77F;
    color: #000;
    text-decoration: none; }

.blue-button {
  border: none;
  background-color: #0069ac;
  color: white;
  padding: 2px 6px 3px;
  font-size: 11px; }

/* ----------------------------------------------------------------------------
=Form Elements
----------------------------------------------------------------------------- */
.form {
  margin: 0 0 15px;
  padding: 1px; }
  .form .content {
    margin: 0;
    padding: 10px; }

/* ----------------------------------------------------------------------------
=Text Templates
----------------------------------------------------------------------------- */
.textarea {
  padding: 0; }
  .textarea .content {
    clear: both; }
    .textarea .content label {
      font-weight: bold; }
  .textarea .overview {
    margin-top: 0;
    width: 640px; }
    .eat .textarea .overview, .play .textarea .overview, .stay .textarea .overview {
      width: 640px;
      margin-left: 0px; }
    .full .textarea .overview {
      width: 960px; }
    .textarea .overview p {
      padding: 20px;
      margin-bottom: 0px; }
    .directions .textarea .overview {
      margin-top: -504px; }
  #teams .textarea {
    padding-bottom: 0; }
    #teams .textarea .overview {
      background: none;
      padding-bottom: 0; }
  .textarea .baseline {
    margin: 0 0 15px;
    padding: 0; }

/* ----------------------------------------------------------------------------
=Page Content
----------------------------------------------------------------------------- */
.container {
  position: relative;
  padding: 0px 0 20px;
  min-height: 450px; }
  .container .container {
    margin: 0;
    padding: 0;
    min-height: auto;
    background: none; }
  .eat .container, .play .container, .stay .container {
    padding: 0;
    background: none; }
  .directions .container {
    margin-top: 0px; }

/**
 * Maintain consistency on right column content
 */
#column_2 .textarea p {
  margin: 0 0 10px 0;
  line-height: 15px; }
#column_2 .textarea ul {
  padding: 3px 0px 0px 5px; }
  #column_2 .textarea ul li {
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 0; }

.content {
  position: relative;
  margin: 0;
  padding: 0;
  /* ----------------------------------------------------------------------------
  =Image Templates
  ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  =Tables
  ----------------------------------------------------------------------------- */ }
  .content ol, .content ul {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px;
    padding-left: 0px; }
  .content ol {
    list-style-type: decimal;
    list-style-position: inside; }
  .content ul {
    list-style: none; }
    .content ul li {
      background: none;
      padding-left: 20px;
      list-style: none;
      margin-bottom: 8px;
      position: relative; }
      .content ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #f39d13;
        border: 2px solid #D98315;
        position: absolute;
        top: 3px;
        left: 0; }
  .content img.gh-image {
    padding: 0;
    margin: 0 0 15px; }
  .content .image-left img {
    margin-right: 20px;
    float: left; }
  .content .image-left h3 {
    margin: 0; }
  .content .image-right img {
    margin-left: 20px;
    float: right; }
  .content .image-three,
  .content .image-four {
    float: left;
    display: block;
    position: relative;
    width: 30%;
    height: 190px;
    margin: 0 10px 20px;
    padding: 0;
    overflow: hidden; }
    .content .image-three img,
    .content .image-four img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 160px;
      margin: 0;
      padding: 0; }
    .content .image-three p,
    .content .image-four p {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #451E3D;
      width: 100%;
      margin: 0;
      padding: 0px 10px;
      font-size: 11px;
      font-weight: normal;
      color: #fff;
      overflow: hidden;
      height: 24px;
      line-height: 24px; }
      .content .image-three p a,
      .content .image-four p a {
        text-decoration: none;
        color: #dedede;
        font-weight: bold; }
        .content .image-three p a a:hover,
        .content .image-four p a a:hover {
          text-decoration: underline; }
  .content .image-four {
    width: 23%;
    height: 150px;
    margin: 0 5px 20px; }
    .content .image-four img {
      max-height: 120px; }
  .content .no-border img {
    padding: 0;
    border: 0; }
  .content table {
    position: relative;
    margin: 0 0 15px; }
    .content table tr {
      font-size: 12px; }
      .content table tr th {
        padding: 5px;
        background: #222;
        border: 1px dotted #808080; }
        .content table tr th strong {
          font-size: 14px; }
      .content table tr td {
        padding: 5px;
        border: 1px dotted #808080; }
        .content table tr td strong {
          font-size: 14px; }

/* ----------------------------------------------------------------------------
= Right Rail Ad Banner
----------------------------------------------------------------------------- */
.ad_banner {
  position: absolute;
  background: transparent url("../images/bg-text-banner.png") no-repeat -403px 100%;
  width: 321px;
  margin: 0 0 20px 0px;
  padding: 0 0 2px;
  text-align: center;
  overflow: hidden;
  clear: both; }
  .ad_banner span {
    display: block;
    background: #fff url("../images/bg-side-block.gif") repeat-x 0 100%;
    border: 1px solid #ccc;
    padding: 9px;
    overflow: hidden; }

/* ----------------------------------------------------------------------------
= Custom promo button styles
----------------------------------------------------------------------------- */
.btn {
  display: table;
  width: 155px;
  height: 35px;
  background: transparent url("../images/sprite.png") no-repeat -291px -48px;
  /*	margin:0 0 10px;*/
  text-align: center;
  cursor: pointer; }
  .btn span,
  .btn a {
    display: table-cell;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    vertical-align: middle;
    text-transform: uppercase; }
    .btn span:hover,
    .btn a:hover {
      text-decoration: none; }
  .btn.red {
    background-position: -291px 0; }

/* ----------------------------------------------------------------------------
= Sidebar Textarea Styles
----------------------------------------------------------------------------- */
#column_2 .custom_text {
  margin-bottom: 20px; }
  #column_2 .custom_text div {
    *zoom: 1; }
    #column_2 .custom_text div:before, #column_2 .custom_text div:after {
      content: "\0020";
      display: table; }
    #column_2 .custom_text div:after {
      clear: both; }
  #column_2 .custom_text h2 {
    text-transform: uppercase;
    background: transparent url('../images/bg_diag-silver.png?1484239795');
    font: 700 22px/40px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
    color: #190C19;
    padding: 0 10px;
    margin: 0 0 15px;
    border-bottom: 0; }
  #column_2 .custom_text h3 {
    margin: 5px 0 0;
    font: bold 16px/130% "Lucida Sans", "Lucida Grande", sans-serif;
    color: #190C19;
    text-transform: none; }
    #column_2 .custom_text h3 a {
      color: #190C19;
      font-weight: bold; }
      #column_2 .custom_text h3 a:visited {
        color: #190C19; }
      #column_2 .custom_text h3 a:hover {
        color: #f39d13; }
      #column_2 .custom_text h3 a:active {
        color: #f39d13; }
      #column_2 .custom_text h3 a:hover {
        text-decoration: none; }
  #column_2 .custom_text p {
    margin: 0;
    line-height: 150%;
    font-size: 12px; }
  #column_2 .custom_text hr.divider, #column_2 .custom_text .divider, #column_2 .custom_text hr {
    width: 260px;
    margin: 3px 20px 15px;
    height: 1px;
    background: #999;
    color: #999; }
  #column_2 .custom_text div.spotlight {
    margin-bottom: 15px; }
    #column_2 .custom_text div.spotlight img {
      width: 300px;
      height: 100px; }
  #column_2 .custom_text div.image-right {
    margin-bottom: 15px; }
    #column_2 .custom_text div.image-right h3 {
      margin-bottom: 5px; }
    #column_2 .custom_text div.image-right img {
      float: right;
      margin: 0 0 5px 10px;
      width: 70px;
      height: 70px; }

/* ----------------------------------------------------------------------------
=Pagination
----------------------------------------------------------------------------- */
body#events.all #column_1 .paging.final {
  display: none; }

.paging {
  position: relative;
  height: 38px;
  margin: 0 -10px 0 0;
  padding: 0 0 2px;
  font-size: 12px;
  line-height: 27px;
  overflow: hidden; }
  .paging.lower {
    border-bottom: 0; }
  .paging .nav {
    margin-top: 7px; }
    .paging .nav + .links {
      margin-top: 0; }
  .paging .record {
    display: none; }
  .paging .pages {
    float: right;
    width: auto;
    margin: 0;
    text-align: right; }
    .paging .pages strong,
    .paging .pages a {
      float: left;
      display: block;
      width: 27px;
      margin: 0 0 0 2px;
      font-weight: 400;
      line-height: 27px;
      color: #f39d13;
      text-align: center;
      text-decoration: none; }
      .paging .pages strong:hover,
      .paging .pages a:hover {
        text-decoration: none; }
      .paging .pages strong.first, .paging .pages strong.last,
      .paging .pages a.first,
      .paging .pages a.last {
        display: none; }
      .paging .pages strong.prev, .paging .pages strong.next,
      .paging .pages a.prev,
      .paging .pages a.next {
        width: 65px;
        position: relative;
        background-color: none;
        background-image: none;
        text-indent: -9999px; }
      .paging .pages strong.prev::before,
      .paging .pages a.prev::before {
        display: block;
        content: 'PREV';
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0; }
      .paging .pages strong.next::before,
      .paging .pages a.next::before {
        display: block;
        content: 'NEXT';
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0; }
    .paging .pages strong {
      color: #a483a4;
      text-decoration: none;
      background: #5B2751; }
      .paging .pages strong:hover {
        cursor: default;
        background: #5B2751; }
  .paging .links {
    float: right;
    margin-top: 7px;
    padding: 0; }
    .paging .links a {
      float: left;
      display: block;
      width: auto;
      height: 22px;
      background-color: transparent;
      background-image: url("../images/ico-page-lnks.png");
      background-repeat: no-repeat;
      padding: 0 0 0 28px;
      font-size: 11px;
      font-weight: 300;
      line-height: 25px;
      text-transform: none; }
      .paging .links a.rss {
        background-position: 0 0;
        margin-right: 8px; }
      .paging .links a.print {
        background-position: 0 -33px;
        margin-right: 8px; }
      .paging .links a.full_list {
        background-position: 0 -66px;
        margin: 0; }
      .paging .links a:hover, .paging .links a:focus {
        text-decoration: underline; }
      .paging .links a#list_view_btn, .paging .links a#list_view {
        width: 30px;
        height: 19px;
        text-indent: -9000px;
        margin: 2px 2px 0 0;
        padding: 0 0 0 29px;
        line-height: 21px;
        background: url(../images/ico-02_over.gif) no-repeat left center; }
        .paging .links a#list_view_btn.active, .paging .links a#list_view.active {
          background: url(../images/ico-02.gif) no-repeat left center;
          cursor: default;
          color: red; }
      .paging .links a#grid_view_btn, .paging .links a#grid_view {
        width: 30px;
        height: 19px;
        margin: 2px 2px 0 0;
        padding: 0 0 0 29px;
        line-height: 21px;
        text-indent: -9000px;
        background: url(../images/ico-01.gif) no-repeat left center; }
        .paging .links a#grid_view_btn.active, .paging .links a#grid_view.active {
          background: url(../images/ico-01_over.gif) no-repeat left center;
          cursor: default;
          color: red; }

.all .paging .links .print {
  float: right; }

/* ----------------------------------------------------------------------------
=Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  margin: 0 0 15px;
  position: relative; }
  .premium-calendar .link {
    margin-top: -20px; }
  .faq + .link {
    background: none; }
  .link ul.list {
    margin: 8px 0;
    padding: 5px 0 0;
    list-style: none;
    font-size: 13px;
    line-height: 22px; }
    .link ul.list li {
      margin: 0;
      padding: 5px 0 0 4px;
      overflow: hidden;
      /*			background:transparent url("../images/divider01.gif") repeat-x 0 100%;*/ }
    .link ul.list a {
      display: inline-block;
      background-color: transparent;
      background-image: url("../images/icos.png");
      background-repeat: no-repeat;
      background-position: -120px 0;
      padding: 0 0 0 21px;
      line-height: 23px;
      font-weight: 400;
      color: #f39d13;
      text-decoration: none; }
      .link ul.list a.pdf {
        background-position: 5px -143px; }
        .premium-calendar .link ul.list a.pdf {
          border: dotted 1px #333;
          padding: 1px;
          width: 200px;
          text-align: center; }
          .premium-calendar .link ul.list a.pdf:hover {
            background: #f39d13 url("../images/icos.png") no-repeat 5px -143px;
            color: #000; }
      .link ul.list a.email {
        background-position: 0 -120px; }
    .link ul.list p {
      margin: 5px 0;
      padding: 0 0 0 32px;
      font-size: 12px; }
      .link ul.list p a {
        padding: 0;
        color: #000;
        text-decoration: none; }
        .link ul.list p a:hover {
          color: #ff0000; }

/*.link*/
/* ----------------------------------------------------------------------------
=Search
----------------------------------------------------------------------------- */
.searchresults {
  width: 100%; }
  .searchresults #cse-search-results,
  .searchresults .cse .gsc-control-cse,
  .searchresults .gsc-control-cse {
    background-color: transparent; }

/* ----------------------------------------------------------------------------
=Newsletter signup page
----------------------------------------------------------------------------- */
.newsletter-signup #frmNewsletterEmailSignup ul, .newsletter-signup #frmNewsletterEmailSignup ol {
  padding-left: 0px;
  font-size: 13px;
  line-height: 24px; }
  .newsletter-signup #frmNewsletterEmailSignup ul label, .newsletter-signup #frmNewsletterEmailSignup ol label {
    display: block;
    float: left;
    width: 85px;
    margin-right: 8px;
    text-align: right; }
  .newsletter-signup #frmNewsletterEmailSignup ul input, .newsletter-signup #frmNewsletterEmailSignup ol input {
    width: 180px;
    height: 24px;
    margin-bottom: 13px;
    padding: 0 2px; }
.newsletter-signup #frmNewsletterEmailSignup .submit_btn {
  display: block;
  width: 100px;
  height: 29px;
  border: 0;
  margin-left: 93px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .newsletter-signup #frmNewsletterEmailSignup .submit_btn:active {
    padding: 0; }

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
#visitor-sitemap .clear {
  clear: both;
  display: block;
  height: 0px;
  float: none !important; }
#visitor-sitemap div {
  width: 185px;
  float: left; }
#visitor-sitemap a {
  display: block;
  font-size: 12px; }
#visitor-sitemap .vSub {
  margin-left: 15px;
  padding-bottom: 15px; }
#visitor-sitemap .vcMid {
  margin: 0px 20px; }

.sitemap {
  padding: 0;
  margin: 0;
  clear: both; }
  .sitemap .overview {
    margin-top: -60px;
    width: 640px;
    margin-left: -20px; }
    .sitemap .overview p {
      padding: 20px 20px 0px 20px;
      margin-bottom: 0px; }
  .sitemap ul {
    list-style-type: none;
    padding: 20px 7px 0 0; }
    .sitemap ul li {
      margin: 0 0 9px;
      padding: 0 0 7px;
      border-bottom: 2px solid #a483a4; }
      .sitemap ul li a {
        font-size: 16px;
        font-weight: 100;
        line-height: 130%;
        text-transform: uppercase;
        text-decoration: none;
        color: #a483a4; }
        .sitemap ul li a:hover, .sitemap ul li a:focus {
          text-decoration: underline; }
      .sitemap ul li ul {
        margin: 0;
        padding: 3px 0;
        list-style: none; }
        .sitemap ul li ul li {
          margin: 0;
          padding: 0;
          border-bottom: 0px; }
          .sitemap ul li ul li a {
            font-size: 13px;
            font-weight: 300;
            line-height: 21px;
            text-transform: none;
            color: #f39d13; }
            .sitemap ul li ul li a:hover, .sitemap ul li ul li a:focus {
              text-decoration: underline; }
          .sitemap ul li ul li ul {
            display: none; }
  .sitemap #sitemap_column_2 {
    margin-top: 30px; }
    .sitemap #sitemap_column_2 ul {
      padding: 0px 0 0 7px; }
      .sitemap #sitemap_column_2 ul ul {
        padding-left: 0; }

/*//.sitemap*/
/* ----------------------------------------------------------------------------
=Seating Charts
----------------------------------------------------------------------------- */
.seating_charts {
  clear: both;
  margin: 0;
  padding: 20px 20px 0; }
  .full .seating_charts {
    padding: 1em 0; }

body.seating_charts {
  padding: 0; }

.seating_charts .entry {
  margin: 0 10px 20px 0px;
  padding: 3px;
  height: 182px;
  display: block;
  float: left;
  position: relative;
  width: 280px;
  overflow: hidden;
  border: 1px solid #C5C7C4;
  background: #ccc; }
  .full .seating_charts .entry {
    margin: 0 27px 40px; }

.seating_charts .entry.alt {
  margin-right: 0;
  float: right; }
  .full .seating_charts .entry.alt {
    margin-right: 27px;
    float: left; }

.seating_charts .thumb {
  display: block;
  margin: 0 0px 0 0;
  padding: 0;
  width: 273px;
  height: 175px; }

.seating_charts .thumb img {
  margin: 0;
  padding: 0;
  border: none;
  display: block; }

.seating_charts .thumb a, .seating_charts .thumb a:link, .seating_charts .thumb a:visited {
  margin: 0;
  padding: 0;
  display: block;
  width: 273px;
  height: 175px; }

.seating_charts .thumb a img {
  width: 273px;
  height: 175px; }

.seating_charts .info {
  display: block;
  width: 273px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  bottom: 2px;
  left: 3px;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  overflow: hidden; }

.seating_charts h3 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  border: none;
  background: transparent; }

.seating_charts h3 a, .seating_charts h3 a:link, .seating_charts h3 a:visited {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #fff; }

.seating_charts .info-buttons {
  padding: 0;
  text-align: left;
  float: left; }

.seating_charts .info-buttons a, .seating_charts .info-buttons a:link, .seating_charts .info-buttons a:visited {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  float: left;
  padding: 0px 12px 0 0;
  text-decoration: underline;
  line-height: 22px;
  opacity: 1;
  font-weight: bold;
  color: #fff; }

.seating_charts .info-buttons a:hover {
  text-decoration: none; }

/* /////////////////////////////////////////////////////////////////////
   Requires custom partials/sub_nav.php to get .subnav_holder wrap div.
////////////////////////////////////////////////////////////////////// */
.subnav {
  background: url("../images/bg-side-block.gif") repeat-x scroll 0 105% #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px; }
  .subnav:after {
    content: "";
    position: relative;
    top: 9px;
    background: url("../images/shadow.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 300px;
    height: 7px;
    clear: both; }
  .subnav > ul {
    position: relative;
    margin: 0 0 10px;
    list-style: none;
    list-style-image: none;
    text-transform: uppercase; }
    .subnav > ul > li {
      border-bottom: 1px solid #DDDDDD;
      overflow: hidden;
      margin: 0 18px;
      padding: 6px 1px 6px; }
      .subnav > ul > li a {
        font-weight: 400;
        line-height: 15px;
        color: #000;
        text-decoration: none; }
        .subnav > ul > li a:hover, .subnav > ul > li a.active {
          color: #ff0000; }
      .subnav > ul > li:first-child {
        margin: 0 0 10px 0;
        background: #333333 url("../images/bg-aside-heading.png") repeat 0 0;
        background-image: url("../images/bg-aside-heading.png") repeat 0 0, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: #333333 url("../images/bg-aside-heading.png") repeat 0 0, -moz-linear-gradient(top, #333333 0%, #111111 100%);
        background: #333333 url("../images/bg-aside-heading.png") repeat 0 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #111111));
        background: #333333 url("../images/bg-aside-heading.png") repeat 0 0, -webkit-linear-gradient(top, #333333 0%, #111111 100%);
        background: #333333 url("../images/bg-aside-heading.png") repeat 0 0, -o-linear-gradient(top, #333333 0%, #111111 100%);
        background: #333333 url("../images/bg-aside-heading.png") repeat 0 0, -ms-linear-gradient(top, #333333 0%, #111111 100%);
        background: #333333 url("../images/bg-aside-heading.png") repeat 0 0, linear-gradient(to bottom, #333333 0%, #111111 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 );
        border: 0; }
        .subnav > ul > li:first-child a, .subnav > ul > li:first-child a:hover {
          padding-left: 18px;
          font-size: 17px;
          line-height: 25px;
          font-weight: bold;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #fff;
          text-decoration: none; }
        .subnav > ul > li:first-child:after {
          content: "";
          position: absolute;
          top: 38px;
          display: block;
          background: url("../images/shadow.png") no-repeat scroll 0 0 transparent;
          width: 288px;
          height: 7px;
          clear: both; }
      .subnav > ul > li.active ul {
        display: block;
        list-style: none;
        list-style-image: none;
        list-style-type: none;
        padding: 10px 0 0 5px;
        margin: 0;
        background: transparent;
        width: auto;
        font-size: 12px;
        text-transform: none; }
      .subnav > ul > li ul {
        display: none; }

/* ----------------------------------------------------------------------------
= Events Styles
= - Event List -  grid view and list view
= - Event detail
= - Filter Styles
= - View Switcher Styles
= - Homepage viewall
= - Event description faq link
----------------------------------------------------------------------------- */
.event_list {
  position: relative;
  width: 100%; }
  .event_list p.noevents {
    text-align: center;
    margin-top: 20px; }
  .event_list .overview {
    position: relative; }
  .event_list.featured .list {
    min-height: 350px !important; }
  .event_list .event_list_labels {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0;
    height: 41px; }
    .event_list .event_list_labels li {
      display: inline-block;
      text-transform: uppercase;
      border-left: 1px dotted #5A5A5A;
      height: 35px;
      padding: 0px;
      line-height: 130%;
      font-size: 13px;
      color: #451E3D; }
      .event_list .event_list_labels li.label-date {
        float: left;
        width: 156px;
        padding-left: 5px; }
      .event_list .event_list_labels li.label-event {
        float: left;
        width: 261px;
        padding-left: 10px; }
      .event_list .event_list_labels li.label-venue {
        float: left;
        width: 99px;
        padding-left: 10px; }
      .event_list .event_list_labels li.label-ticket {
        padding-left: 10px; }
      .event_list .event_list_labels li span {
        display: block;
        margin-top: 5px; }
      .event_list .event_list_labels li:first-child {
        border-left: 0px; }
  .event_list .list {
    margin-bottom: 5px;
    padding: 10px;
    height: auto;
    min-height: 715px;
    background: url(../images/bg_white.png);
    position: relative;
    display: block; }
    .event_list .list p.noevents {
      padding: 10px; }
    .event_list .list .entry {
      position: relative;
      padding: 5px 0;
      margin: 0;
      min-height: 40px;
      display: block;
      float: left;
      width: 100%;
      border-bottom: 3px solid #fff; }
      .event_list .list .entry .thumb {
        display: none; }
      .event_list .list .entry .venue-name {
        position: absolute;
        top: 3px;
        right: 105px;
        width: 89px;
        color: #A483A4;
        font-family: "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 10px;
        line-height: 16px; }
      .event_list .list .entry .date {
        position: absolute;
        top: 3px;
        left: 5px;
        width: 150px; }
      .event_list .list .entry h2 {
        margin-left: 167px;
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        width: 250px;
        line-height: 120%;
        text-transform: none;
        border-bottom: none;
        background: none; }
        .event_list .list .entry h2 a, .event_list .list .entry h2 a:visited {
          color: #190C19; }
      .event_list .list .entry .buttons {
        position: absolute;
        top: 3px;
        bottom: auto;
        right: 6px;
        width: 87px;
        text-transform: uppercase; }
        .event_list .list .entry .buttons a.more {
          display: none; }
        .event_list .list .entry .buttons a, .event_list .list .entry .buttons a:visited, .event_list .list .entry .buttons span {
          color: #f39d13;
          font-size: 13px;
          font-weight: normal; }
          .event_list .list .entry .buttons a span.arrows, .event_list .list .entry .buttons a:visited span.arrows, .event_list .list .entry .buttons span span.arrows {
            color: #4d96c5; }
        .event_list .list .entry .buttons span.tickets {
          display: none; }
          .event_list .list .entry .buttons span.tickets:hover {
            text-decoration: none; }
  .event_list .list.grid_view {
    margin-bottom: 0;
    padding: 0;
    height: auto;
    min-height: 715px;
    background: none; }
    .featured .event_list .list.grid_view {
      min-height: 350px; }
    .event_list .list.grid_view .event_list_labels {
      display: none; }
    .event_list .list.grid_view .grid-row {
      width: 640px;
      *zoom: 1; }
      .event_list .list.grid_view .grid-row:before, .event_list .list.grid_view .grid-row:after {
        content: "\0020";
        display: table; }
      .event_list .list.grid_view .grid-row:after {
        clear: both; }
    .event_list .list.grid_view .grid-row > div + div + div {
      margin-right: 0px; }
    .event_list .list.grid_view .entry {
      position: relative;
      width: 210px;
      height: 227px;
      padding: 5px;
      overflow: hidden;
      margin: 0 5px 5px 0;
      float: left;
      line-height: 15px;
      border-bottom: 0; }
      .event_list .list.grid_view .entry .info {
        position: relative;
        padding: 29px 0 0;
        height: 70px;
        z-index: 10;
        width: 200px;
        margin: 0; }
        .event_list .list.grid_view .entry .info > div.venue-name {
          position: relative;
          top: 0;
          left: 0;
          width: auto;
          display: block;
          margin: 3px 0 1px !important;
          padding: 0 !important;
          background: none !important;
          text-align: left;
          color: #A483A4;
          font-family: "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 10px;
          line-height: 16px; }
        .event_list .list.grid_view .entry .info .date {
          width: auto;
          padding: 0;
          margin: 1px 0 0;
          display: block;
          float: none;
          font-family: "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 10px;
          line-height: 16px;
          position: relative;
          top: auto;
          left: auto; }
        .event_list .list.grid_view .entry .info h2 {
          float: none;
          width: 100%;
          margin: 0;
          padding: 0;
          border-bottom: none;
          font-family: "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 11px;
          line-height: 16px;
          color: #333;
          height: auto;
          max-height: 32px;
          overflow: hidden;
          text-transform: none; }
          .event_list .list.grid_view .entry .info h2 a {
            font-family: "Lucida Sans", "Lucida Grande", sans-serif;
            font-weight: bold; }
            .event_list .list.grid_view .entry .info h2 a:hover {
              text-decoration: underline; }
        .event_list .list.grid_view .entry .info p {
          display: none; }
        .event_list .list.grid_view .entry .info .buttons {
          position: absolute;
          display: block;
          bottom: auto;
          left: 0;
          right: auto;
          top: 6px;
          height: 21px;
          width: 100%;
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: 11px;
          line-height: 15px;
          font-weight: normal;
          text-align: center;
          color: #A483A4;
          background: #251E28;
          list-style: none;
          padding: 3px 3px 5px 3px;
          margin: 0px 0px 3px 0px; }
          .event_list .list.grid_view .entry .info .buttons a,
          .event_list .list.grid_view .entry .info .buttons a:visited,
          .event_list .list.grid_view .entry .info .buttons span {
            display: inline-block;
            color: #f39d13;
            padding: 0 3px 0 5px;
            border-left: 1px solid #A483A4;
            font-size: 11px;
            line-height: 8px;
            text-transform: uppercase; }
            .event_list .list.grid_view .entry .info .buttons a:first-child,
            .event_list .list.grid_view .entry .info .buttons a:visited:first-child,
            .event_list .list.grid_view .entry .info .buttons span:first-child {
              border-left: 0; }
          .event_list .list.grid_view .entry .info .buttons span:hover {
            background: none; }
          .event_list .list.grid_view .entry .info .buttons span.soon, .event_list .list.grid_view .entry .info .buttons span.onsale {
            cursor: default;
            font-size: 11px; }
            .event_list .list.grid_view .entry .info .buttons span.soon:hover, .event_list .list.grid_view .entry .info .buttons span.onsale:hover {
              margin: 0; }
          .event_list .list.grid_view .entry .info .buttons span.tickets {
            display: none;
            opacity: 0.7; }
            .event_list .list.grid_view .entry .info .buttons span.tickets:hover {
              text-decoration: none; }
      .event_list .list.grid_view .entry .thumb {
        display: block;
        position: relative;
        border: none;
        width: 200px;
        height: 100px;
        z-index: 1;
        margin: 0 auto 0px;
        padding: 0;
        float: none;
        overflow: visible;
        box-shadow: none; }
        .event_list .list.grid_view .entry .thumb a {
          display: block;
          width: 200px;
          height: 100px;
          overflow: hidden; }
        .event_list .list.grid_view .entry .thumb img {
          padding: 0;
          width: 100%;
          height: 100%; }

.events .event_list {
  width: 630px;
  padding: 15px 0 0;
  margin: 0 -10px 15px -16px; }
  .events .event_list .event_list_labels {
    display: none; }
  .events .event_list .entry {
    position: relative;
    width: 200px;
    height: 190px;
    padding: 0 0 0;
    overflow: hidden;
    margin: 0 5px 10px;
    float: left;
    background: none; }
    .events .event_list .entry:first-child {
      background: none; }
    .events .event_list .entry .info {
      position: relative;
      padding: 30px 0 0;
      height: 70px;
      z-index: 10;
      width: 200px;
      margin: 0; }
      .events .event_list .entry .info .date {
        display: block;
        float: none;
        width: 100%;
        padding: 3px 0 0;
        margin: 0;
        color: #cacaca;
        text-transform: none;
        font: normal 12px/14px "Lucida Sans", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif; }
      .events .event_list .entry .info h2 {
        float: none;
        width: 100%;
        margin: 0 0 3px 0;
        font: bold 12px/14px "Lucida Sans", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
        color: #333;
        height: auto;
        max-height: 28px;
        overflow: hidden;
        text-transform: none; }
        .events .event_list .entry .info h2 a {
          font: bold 12px/14px "Lucida Sans", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
          color: white; }
          .events .event_list .entry .info h2 a:hover {
            text-decoration: underline; }
      .events .event_list .entry .info p {
        display: none; }
      .events .event_list .entry .info .buttons {
        position: absolute;
        display: block;
        bottom: auto;
        left: 0;
        right: auto;
        top: 6px;
        height: 19px;
        width: 100%;
        font: 300 11px/14px "Lucida Sans", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
        text-align: center;
        background: #0068b3;
        list-style: none;
        padding: 3px 0 2px;
        margin: 0 auto; }
        .events .event_list .entry .info .buttons a,
        .events .event_list .entry .info .buttons a:visited,
        .events .event_list .entry .info .buttons span {
          display: inline-block;
          color: #fff;
          padding: 0 3px 0 5px;
          border-left: 1px solid #eb5e63;
          font-size: 11px; }
          .events .event_list .entry .info .buttons a:first-child,
          .events .event_list .entry .info .buttons a:visited:first-child,
          .events .event_list .entry .info .buttons span:first-child {
            border-left: 0; }
        .events .event_list .entry .info .buttons span.arrows {
          font-size: 14px;
          padding: 0; }
        .events .event_list .entry .info .buttons span:hover {
          background: none; }
        .events .event_list .entry .info .buttons span.soon, .events .event_list .entry .info .buttons span.onsale {
          cursor: default;
          font-size: 10px; }
          .events .event_list .entry .info .buttons span.soon:hover, .events .event_list .entry .info .buttons span.onsale:hover {
            margin: 0; }
        .events .event_list .entry .info .buttons span.tickets {
          display: none;
          opacity: 0.7; }
          .events .event_list .entry .info .buttons span.tickets:hover {
            text-decoration: none; }
    .events .event_list .entry .thumb {
      display: block;
      position: relative;
      border: none;
      width: 200px;
      height: 100px;
      z-index: 1;
      margin: 0 auto 0px;
      padding: 0;
      float: none;
      overflow: visible;
      box-shadow: none; }
      .events .event_list .entry .thumb a {
        display: block;
        width: 200px;
        height: 100px;
        overflow: hidden; }
      .events .event_list .entry .thumb img {
        padding: 0;
        width: 100%;
        height: 100%; }

.group-sales .event_list .entry .extra_group {
  display: block;
  float: left;
  width: 592px;
  padding: 15px 10px;
  margin: 8px 0 0;
  border: 1px solid #ccc; }
  .group-sales .event_list .entry .extra_group h3 {
    font-size: 16px;
    text-transform: none;
    color: red;
    text-decoration: none; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  /* currantly not evolved */
  /* currantly not evolved */
  /* currantly not evolved */ }
  .event_detail h1, .event_detail h2 {
    border-bottom: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 100; }
  .event_detail ol, .event_detail ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    list-style: none;
    margin-bottom: 12px;
    padding-left: 32px; }
    .event_detail ol li, .event_detail ul li {
      background: url("../images/bullet02.png") no-repeat 8px 6px;
      padding: 0 0 4px 22px;
      margin-bottom: 5px; }
  .event_detail .block {
    padding: 7px 0 0;
    position: relative;
    margin-bottom: 5px;
    clear: both; }
    .event_detail .block:last-child {
      margin-bottom: 0px; }
    .event_detail .block.detail_seating h3 {
      margin-bottom: 0; }
  .event_detail .detail_main_showings {
    padding-right: 0; }
  .event_detail p {
    font-size: 13px;
    margin-bottom: 20px; }
  .event_detail .block_heading {
    font-size: 15px;
    border-top: 1px solid #27252A;
    padding-top: 20px; }
    .event_detail .block_heading:first-child {
      border-top: none;
      padding-top: 0px; }
  .event_detail .expandHeader {
    cursor: pointer; }
    .event_detail .expandHeader h2 {
      font-size: 15px;
      color: #f39d13;
      line-height: 20px;
      display: inline; }
      .event_detail .expandHeader h2:after {
        content: " ";
        position: relative;
        width: 14px;
        height: 14px;
        margin-left: 3px;
        display: inline-block; }
    .event_detail .expandHeader p {
      margin-top: 10px; }
  .event_detail .expansion_block {
    display: none;
    margin-top: 10px; }
  .event_detail .clear {
    clear: both; }
  .event_detail h3.vip_heading {
    margin-top: 20px; }
  .event_detail .caption_holder {
    display: none; }
  .event_detail .col1of4 {
    margin-right: 23px; }
  .event_detail .thumb_ticket {
    margin-bottom: 20px; }
  .event_detail .group_sales h4 {
    margin: 6px 0; }
  .event_detail .header {
    margin: 0 0 10px;
    padding: 0; }
    .event_detail .header h1 {
      margin: 0; }
    .event_detail .header .date {
      display: block;
      padding-top: 2px;
      font-size: 12px;
      font-weight: 500;
      line-height: 15px;
      color: #ff0000; }
  .event_detail .detail_main_showings .ticket_prices h3.bg_diag-silver.span_full {
    margin-left: 0;
    width: 600px;
    padding: 0 10px; }
  .event_detail .detail_main_showings .ticket_description {
    width: 600px;
    float: left; }
  .event_detail .ticket_prices {
    min-height: 30px; }
  .event_detail .description {
    margin: 0 0 12px; }
    .event_detail .description p {
      line-height: 20px; }
  .event_detail .thumb_ticket {
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    width: 100px;
    z-index: 99; }
    .event_detail .thumb_ticket a.tickets, .event_detail .thumb_ticket span.onsale.tickets {
      margin: 0; }
      .event_detail .thumb_ticket a.tickets.vip_tickets, .event_detail .thumb_ticket span.onsale.tickets.vip_tickets {
        width: 175px; }
    .event_detail .thumb_ticket a span.arrows, .event_detail .thumb_ticket span.onsale span.arrows {
      font-size: 16px;
      padding: 0; }
    .event_detail .thumb_ticket span.tickets {
      display: none; }
  .event_detail .seatingmap {
    text-align: center; }
  .event_detail .details {
    background: #eee;
    margin: 0 0 15px;
    position: relative;
    padding: 0;
    -moz-box-shadow: inset 0px 0px 8px 0px #999;
    -webkit-box-shadow: inset 0px 0px 8px 0px #999;
    box-shadow: inset 0px 0px 8px 0px #999; }
    .event_detail .details h4 {
      color: #fff;
      font-size: 16px;
      background: #222;
      line-height: 35px;
      text-indent: 10px;
      font-weight: 400;
      text-transform: uppercase; }
    .event_detail .details ul {
      list-style: none;
      list-style-image: none;
      padding: 0;
      margin: 0; }
      .event_detail .details ul li {
        margin: 0;
        padding: 8px 10px;
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        color: #333;
        background: url(../images/drop.png) no-repeat right -2px; }
        .event_detail .details ul li:nth-child(even) {
          background-color: rgba(204, 204, 204, 0.25); }
        .event_detail .details ul li p {
          margin: 0;
          line-height: 140%; }
        .event_detail .details ul li label {
          cursor: default;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 12px;
          text-transform: uppercase;
          line-height: 140%;
          padding: 0;
          margin: 0 0 2px;
          display: block;
          clear: both; }
        .event_detail .details ul li.date {
          border-top: none; }
        .event_detail .details ul li.availability {
          border-bottom: none; }
  .event_detail .info-list {
    position: relative;
    background: #fff url("../images/bg-side-block.gif") repeat-x 0 100%;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 4px 16px 15px 16px;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #333;
    list-style: none;
    overflow: hidden;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 6px 4px -7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 6px 4px -7px;
    box-shadow: rgba(0, 0, 0, 0.7) 0 6px 4px -7px; }
    .event_detail .info-list li {
      width: 100%;
      float: left;
      padding: 10px 0 6px;
      border-top: 1px solid #ddd; }
      .event_detail .info-list li:first-child {
        border: none; }
      .event_detail .info-list li h4 {
        margin-bottom: 0;
        padding: 0 0 5px;
        font-size: 11px;
        font-weight: 700;
        color: #333; }
      .event_detail .info-list li a {
        color: #333;
        text-decoration: none; }
  .event_detail .button_tickets {
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0 0 20px;
    background: url(../images/buttons_bg.png) no-repeat 0 bottom;
    -moz-box-shadow: 0px 0px 3px 0px #333;
    -webkit-box-shadow: 0px 0px 3px 0px #333;
    box-shadow: 0px 0px 3px 0px #333; }
    .event_detail .button_tickets span, .event_detail .button_tickets a, .event_detail .button_tickets a:link, .event_detail .button_tickets a:visited {
      text-indent: 45px;
      color: #fff;
      font-size: 20px;
      display: block;
      text-align: left;
      text-decoration: none;
      position: relative;
      font-weight: 600;
      cursor: pointer;
      background: url(../images/links_bg.png) no-repeat -1px -240px; }
      .event_detail .button_tickets span:hover, .event_detail .button_tickets a:hover, .event_detail .button_tickets a:link:hover, .event_detail .button_tickets a:visited:hover {
        text-decoration: none; }
      .event_detail .button_tickets span.soon, .event_detail .button_tickets a.soon, .event_detail .button_tickets a:link.soon, .event_detail .button_tickets a:visited.soon {
        background: url(../images/links_bg.png) no-repeat -1px -240px; }
    .event_detail .button_tickets:hover {
      background: #222; }
  .event_detail .content {
    padding: 15px; }
  .event_detail .showings {
    width: 296px;
    float: right;
    font-size: 13px;
    margin-top: 13px; }
    .event_detail .showings .showings_list {
      margin: 0;
      padding: 0;
      overflow: hidden; }
    .event_detail .showings ul.showings_left {
      list-style: none;
      padding: 10px 0; }
      .event_detail .showings ul.showings_left li {
        margin: 20px 0 0;
        padding: 0 50px 15px 30px;
        border-bottom: 1px solid #E6E2E5;
        border-bottom: 1px solid rgba(84, 60, 80, 0.15);
        position: relative;
        background: none; }
        .event_detail .showings ul.showings_left li:before {
          content: '';
          width: 6px;
          height: 6px;
          background: #f39d13;
          border: 2px solid #D98315;
          position: absolute;
          top: 3px;
          left: 0; }
        .event_detail .showings ul.showings_left li:after {
          content: '';
          width: 1px;
          height: 10px;
          background: #E6E2E5;
          background: rgba(84, 60, 80, 0.15);
          position: absolute;
          bottom: 0;
          left: 0; }
        .event_detail .showings ul.showings_left li:first-child {
          margin-top: 0; }
        .event_detail .showings ul.showings_left li span.date, .event_detail .showings ul.showings_left li span.time {
          font-weight: bold; }
        .event_detail .showings ul.showings_left li .venue-name {
          color: #A483A4;
          font-family: "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 10px;
          line-height: 16px; }
        .event_detail .showings ul.showings_left li h3 {
          font: bold 14px/18px "Lucida Sans", "Lucida Grande", sans-serif;
          margin: 0 0 5px;
          height: 18px;
          overflow: hidden;
          color: #190C19; }
          .event_detail .showings ul.showings_left li h3 a {
            font-weight: bold;
            display: block;
            color: #321832; }
            .event_detail .showings ul.showings_left li h3 a:visited {
              color: #321832; }
            .event_detail .showings ul.showings_left li h3 a:hover {
              color: #D98315; }
            .event_detail .showings ul.showings_left li h3 a:active {
              color: #D98315; }
            .event_detail .showings ul.showings_left li h3 a:hover {
              text-decoration: none; }
        .event_detail .showings ul.showings_left li .showing_ticket_link {
          position: absolute;
          top: 0;
          right: 0; }
          .event_detail .showings ul.showings_left li .showing_ticket_link a.tickets, .event_detail .showings ul.showings_left li .showing_ticket_link a, .event_detail .showings ul.showings_left li .showing_ticket_link span {
            width: 70px; }
          .event_detail .showings ul.showings_left li .showing_ticket_link a.onsale, .event_detail .showings ul.showings_left li .showing_ticket_link a.soon, .event_detail .showings ul.showings_left li .showing_ticket_link .onsale, .event_detail .showings ul.showings_left li .showing_ticket_link .soon {
            float: right;
            width: 120px;
            text-align: center; }
  .event_detail .tickets {
    margin: 0 0 20px; }
    .event_detail .tickets h3 {
      background: url("../images/divider01.gif") repeat-x scroll 0 100% transparent;
      padding-bottom: 5px;
      color: #000; }
    .event_detail .tickets p {
      line-height: 24px; }
  .event_detail .addthis_toolbox {
    padding: 12px 0 5px; }
    .event_detail .addthis_toolbox a {
      margin-right: 8px; }
    .event_detail .addthis_toolbox .print {
      display: inline-block;
      background: #fff url("../images/separator.png") repeat-x scroll 0 -795px;
      border: 1px solid #ccc;
      margin: -1px 0 0 13px;
      padding: 3px 5px;
      font-size: 10px;
      font-weight: 400;
      line-height: 14px;
      text-transform: uppercase;
      color: #333;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .event_detail .addthis_toolbox .print:hover {
        color: #ff0000; }
      .event_detail .addthis_toolbox .print:active {
        margin-top: 1px; }
    .event_detail .addthis_toolbox .div.atclear {
      display: none; }

.group-sales .event_list .entry .info .buttons li:first-child, .group-sales .event_list .entry .info .buttons li:last-child {
  display: none; }
.group-sales .event_list .entry .info .buttons li:nth-child(2) {
  background: none; }

/* Event Filter Form */
/**
 * LA Live uses javascript to style selects, styles below 
 * attempt to replicate these styles without js although it
 * there is no real clean way to do this cross browsers due
 * to browser dependencies
 */
#eventFilters {
  clear: both;
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin: 0px;
  padding: 0px 0px 15px 0px;
  text-align: left;
  position: relative; }
  #eventFilters #filterEvents {
    border: 0px;
    padding: 3px 10px;
    height: 20px; }
  #eventFilters .skinned-select {
    float: left;
    margin-right: 7px;
    background: none;
    overflow: hidden; }
    #eventFilters .skinned-select.select-venue {
      margin-right: 10px; }
  #eventFilters select {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    width: 135px;
    height: 20px; }
  #eventFilters label {
    line-height: 12px;
    clear: both;
    font-size: 10px;
    margin: 0px 7px 0px 0px;
    display: inline-block;
    text-transform: uppercase; }
    #eventFilters label.refine_label {
      display: block;
      font-size: 11px;
      margin: 0 0 16px 0; }
  #eventFilters input[type="text"] {
    font-family: 'Lucida Grande';
    width: 85px;
    height: 20px;
    font-size: 11px;
    border: 1px solid #ccc;
    margin: 0px 6px 0 0;
    padding: 1px 0px 0px 3px;
    color: #666;
    display: inline-block; }
  #eventFilters button, #eventFilters .btn-print {
    padding: 3px 10px;
    height: 20px;
    background: #f39d13;
    color: #fff;
    text-shadow: -1px -1px 1px #D98315;
    font: 500 12px/12px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif; }
    #eventFilters button:visited, #eventFilters .btn-print:visited {
      color: #fff; }
    #eventFilters button:hover, #eventFilters .btn-print:hover {
      color: #fff; }
    #eventFilters button:active, #eventFilters .btn-print:active {
      color: #fff; }
    #eventFilters button:hover, #eventFilters .btn-print:hover {
      background: #D98315; }
  #eventFilters .btn-print {
    display: inline;
    margin-left: 8px; }
  #eventFilters .icon {
    display: inline-block;
    text-indent: -9999px;
    line-height: 18px;
    height: 20px; }

/* Switch View styles */
#view_btns {
  position: absolute;
  float: right;
  top: 17px;
  right: 140px; }
  #view_btns a {
    display: block;
    float: left;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase; }
    #view_btns a#list_view_btn, #view_btns a#list_view {
      margin: 0 5px 0 4px;
      margin-top: -3px;
      text-indent: -9999px; }
      #view_btns a#list_view_btn.active, #view_btns a#list_view.active {
        cursor: default; }
    #view_btns a#grid_view_btn, #view_btns a#grid_view {
      margin: 0 9px 0 5px;
      margin-top: -3px;
      text-indent: -9999px; }
      #view_btns a#grid_view_btn.active, #view_btns a#grid_view.active {
        cursor: default; }

#events #view_btns, #offers #view_btns {
  right: 10px; }

/**
 * Homepage View all
 */
.featured .list {
  margin-top: 31px; }

.featured .list.grid_view {
  margin-top: 0px; }

.list.grid_view + .viewall_container {
  position: relative;
  top: auto;
  right: auto;
  padding: 20px 0 28px;
  border-bottom: 1px solid #E6E2E5;
  border-bottom: 1px solid rgba(84, 60, 80, 0.15); }

.list + .viewall_container {
  position: absolute;
  top: 57px;
  right: 0px;
  width: 100%; }

.event_list.featured a.btn-readmore {
  right: 0; }

.viewall {
  float: right;
  font-size: 10px;
  font-weight: normal;
  color: #f39d13;
  position: relative;
  top: -7px; }
  .viewall a {
    text-transform: uppercase; }

/**
 * In content FAQ style
 */
span.expandLink {
  color: #f39d13;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  padding-left: 25px; }
  span.expandLink:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 25px;
    height: 20px;
    content: '[+]';
    color: #f39d13;
    font-weight: 400; }
  span.expandLink.active::before {
    content: '[-]';
    letter-spacing: 2px; }

.expandContent {
  display: none;
  line-height: 150%;
  margin-top: 5px; }

/* ----------------------------------------------------------------------------
= News styles
----------------------------------------------------------------------------- */
.news_list {
  position: relative; }
  .news_list.rewind_list .list {
    padding: 0;
    background: none; }
  .news_list.rewind_list .entry .date {
    float: right;
    padding-bottom: 5px;
    margin-top: 3px;
    margin-bottom: 18px;
    height: 20px; }
  .news_list.rewind_list .read_more {
    line-height: 1.3;
    padding-right: 8px;
    background: url(../images/ico_arrow.png) no-repeat 100% 5px; }
  .news_list .list {
    position: relative;
    padding: 35px 20px 20px 20px;
    background: url(../images/bg_white.png);
    min-height: 650px; }
    .news_list .list .news_list_labels {
      list-style: none;
      display: block;
      width: 100%;
      margin: 0 0 10px;
      padding: 0;
      height: 35px; }
      .news_list .list .news_list_labels li {
        display: inline-block;
        text-transform: uppercase;
        border-left: 1px dotted #5A5A5A;
        height: 35px;
        padding: 0 0 0 10px;
        line-height: 130%;
        font-size: 13px; }
        .news_list .list .news_list_labels li span {
          display: block;
          margin-top: 5px; }
        .news_list .list .news_list_labels li.span2 {
          width: 110px; }
        .news_list .list .news_list_labels li:first-child {
          border-left: 0px;
          padding-left: 20px; }
  .news_list .entry {
    margin: 0 0 5px 0;
    padding: 0 0 15px 0px;
    list-style: none;
    position: relative; }
    .news_list .entry h2 {
      font: bold 14px/18px "Lucida Sans", "Lucida Grande", sans-serif;
      text-transform: uppercase; }
      .news_list .entry h2 a {
        padding-right: 20px;
        font-weight: bold;
        display: block;
        color: #321832; }
        .news_list .entry h2 a:visited {
          color: #321832; }
        .news_list .entry h2 a:hover {
          color: #D98315; }
        .news_list .entry h2 a:active {
          color: #D98315; }
        .news_list .entry h2 a:hover {
          text-decoration: none; }
    .news_list .entry a.icons-arrowwhitesmall {
      position: absolute;
      top: 19px;
      right: 0;
      display: block;
      text-indent: -9999px;
      background-color: #ccc; }
      .news_list .entry a.icons-arrowwhitesmall:hover {
        background-color: #f39d13; }
    .news_list .entry.alt {
      background: none; }
    .news_list .entry .date {
      font-size: 13px;
      float: left;
      margin-right: 3px;
      color: #a483a4;
      display: block; }
    .news_list .entry .info {
      position: relative;
      padding: 0 0 0 15px;
      background: url(../images/ico_arrow.png) no-repeat 0px 5px;
      *zoom: 1; }
      .news_list .entry .info:before, .news_list .entry .info:after {
        content: "\0020";
        display: table; }
      .news_list .entry .info:after {
        clear: both; }
      .news_list .entry .info h3 {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        text-transform: none; }
        .news_list .entry .info h3 a {
          text-decoration: none; }
          .news_list .entry .info h3 a:hover {
            text-decoration: underline; }
  .news_list .addthis_toolbox {
    display: block;
    float: left;
    width: 300px; }
  .news_list .addthis_toolbox.addthis_pill_combo a {
    float: left; }
  .news_list .addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
  .news_list .addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: 0px; }
  .news_list .addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail {
  position: relative; }
  .news_detail .overview h1 {
    margin-bottom: 10px; }
  .news_detail.rewind-detail .addthis_toolbox, .news_detail.rewind-detail .date {
    display: block; }
  .news_detail p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400; }
  .news_detail ol, .news_detail ul {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    list-style: none;
    margin-bottom: 12px;
    padding-left: 0px; }
    .news_detail ol li, .news_detail ul li {
      background: url(../images/ico_arrow.png) no-repeat 0px 5px;
      padding-left: 15px;
      list-style: none;
      margin-bottom: 5px; }
  .news_detail .date {
    font-size: 13px;
    height: 20px;
    float: right;
    padding-bottom: 5px;
    margin-top: 3px;
    margin-bottom: 25px;
    color: #a483a4;
    display: none; }
  .news_detail .publishedDate {
    margin: 0;
    padding: 0; }
  .news_detail .addthis_toolbox {
    float: left;
    margin-bottom: 10px; }
    .news_detail .addthis_toolbox .addthis_button_tweet {
      width: 90px; }
    .news_detail .addthis_toolbox .addthis_button_pinterest, .news_detail .addthis_toolbox .addthis_button_email {
      margin-left: 10px; }
    .news_detail .addthis_toolbox .addthis_button_email {
      background: #738A8D;
      width: 25px;
      height: 20px; }
      .news_detail .addthis_toolbox .addthis_button_email > span {
        background: url("../images/mail.png") no-repeat center center;
        margin: 1px auto; }
  .news_detail .addthis_toolbox.addthis_pill_combo a {
    float: left; }
  .news_detail .addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
  .news_detail .addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: 0px; }
  .news_detail .addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left; }
  .news_detail .body {
    padding: 20px;
    background: url(../images/bg_white.png); }
    .news_detail .body h2 {
      margin-bottom: 5px; }
  .news_detail .link {
    padding-bottom: 12px;
    padding-top: 10px; }
    .news_detail .link a.pdf, .news_detail .link a:link.pdf, .news_detail .link a:visited.pdf {
      display: inline-block;
      background: transparent url("../images/icos.gif") no-repeat -80px -40px;
      height: 22px;
      padding: 4px 0 0 26px; }
  .news_detail .thumb {
    display: none;
    float: left;
    margin: 0 20px 0 0;
    box-shadow: -3px 9px 10px -13px rgba(0, 0, 0, 0.8); }
    .news_detail .thumb img {
      display: block;
      width: 188px;
      height: 95px;
      border: 1px solid #fff;
      padding: 0;
      overflow: hidden; }
  .news_detail .event_list .list {
    display: block;
    min-height: 200px; }

/* ///////////////////////////////////////////////////////
= branding layout
+ set all slideshow page over-rides at 
+ bottom of this stylesheet
 /////////////////////////////////////////////////////// */
#branding {
  position: relative;
  width: 100%;
  height: auto;
  display: none; }
  #branding.active {
    display: block;
    margin-bottom: 20px; }
  #branding.grammy {
    background: url(../images/grammy_placeholder.jpg) 322px 0px no-repeat; }

/* /////////////////////////////////////////////////////////
= Slideshows
  //////////////////////////////////////////////////////// */
.spotlight_image {
  margin: -12px 0 0 -20px; }

.slideshow {
  position: relative;
  width: 640px;
  height: auto;
  border: none;
  margin: 0;
  padding: 0 0 5px 0px;
  *zoom: 1; }
  .slideshow:before, .slideshow:after {
    content: "\0020";
    display: table; }
  .slideshow:after {
    clear: both; }
  .slideshow:hover .controls, .slideshow:focus .controls {
    display: block; }
  .slideshow .controls {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: none; }
    .slideshow .controls .nav-controls .prev,
    .slideshow .controls .nav-controls .next {
      display: block;
      position: absolute;
      top: 40%;
      left: 20px;
      width: 31px;
      height: 47px;
      background: url(../images/sprite.png) no-repeat 0 -94px;
      text-indent: -9999px;
      cursor: pointer;
      overflow: hidden;
      z-index: 4;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
      .slideshow .controls .nav-controls .prev:active,
      .slideshow .controls .nav-controls .next:active {
        margin-top: 1px; }
    .slideshow .controls .nav-controls .prev:hover {
      background-position: 1px -45px; }
    .slideshow .controls .nav-controls .next {
      left: auto;
      right: 20px;
      background-position: -32px -94px; }
      .slideshow .controls .nav-controls .next:hover {
        background-position: -33px -45px; }
  .slideshow .slide {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .slideshow .slide img {
      display: block;
      width: 100%;
      height: auto; }
    .slideshow .slide span {
      display: block; }
  .slideshow .caption_holder {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background-color: #000;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden; }
    .slideshow .caption_holder a[rel="video"] {
      display: none; }
    .slideshow .caption_holder span {
      display: block; }
    .slideshow .caption_holder .caption {
      margin: 0 10px;
      margin-right: 18px;
      color: #fff;
      text-align: center; }
      .slideshow .caption_holder .caption p {
        margin: 0;
        padding: 0;
        line-height: 37px;
        cursor: default;
        font-weight: 400; }
      .slideshow .caption_holder .caption div.buttons, .slideshow .caption_holder .caption a[rel="imglink"] {
        display: none; }
      .slideshow .caption_holder .caption a {
        font-weight: bold;
        text-decoration: none; }
        .slideshow .caption_holder .caption a:hover, .slideshow .caption_holder .caption a:visited {
          text-decoration: underline; }
      .slideshow .caption_holder .caption .date {
        display: block;
        text-indent: 15px;
        text-transform: uppercase;
        cursor: default; }
      .slideshow .caption_holder .caption .buttons {
        position: absolute;
        top: 0;
        right: 0px;
        width: auto;
        height: auto; }
        .slideshow .caption_holder .caption .buttons span {
          cursor: default; }
        .slideshow .caption_holder .caption .buttons a,
        .slideshow .caption_holder .caption .buttons span {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: auto;
          height: auto; }
          .slideshow .caption_holder .caption .buttons a.more,
          .slideshow .caption_holder .caption .buttons span.more {
            left: -10px;
            top: 10px;
            width: auto;
            height: auto;
            text-transform: uppercase; }
            .slideshow .caption_holder .caption .buttons a.more:hover,
            .slideshow .caption_holder .caption .buttons span.more:hover {
              background: #000; }
          .slideshow .caption_holder .caption .buttons a.tickets:hover,
          .slideshow .caption_holder .caption .buttons span.tickets:hover {
            background: #000; }
  .slideshow .thumbs_holder {
    width: 100%; }
    .slideshow .thumbs_holder .thumbs {
      display: none; }
  .slideshow .video {
    display: none;
    width: 100%;
    height: 100%;
    background: #000 url("../images/play.png") no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px; }
    .slideshow .video #video_holder {
      display: block;
      width: 100%;
      height: 100%;
      z-index: 2;
      /*&::after {
      	background:#000;
      	content:'';
      	position: absolute;
      	bottom:-65px;
      	left:0;
      	width:100%;
      	height:65px;
      	z-index: 1;
      }*/ }
      .slideshow .video #video_holder:empty {
        height: 80%;
        background: none; }
        .slideshow .video #video_holder:empty:after {
          display: none; }
  .slideshow .imglink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none; }
    .slideshow .imglink a {
      position: relative;
      background: url(../images/blank.png) 0 0 repeat;
      display: block;
      width: 100%;
      height: 100%; }

/* /////////////////////////////////////////////////////////
=Overrides for medium height slideshow
  //////////////////////////////////////////////////////// */
.concierge_detail .slideshow, .concierge_detail .slideshow.spotlight, #news.detail .slideshow, .rewind_list .slideshow.spotlight {
  position: relative;
  width: 640px;
  height: 360px;
  border: none;
  margin: 0px;
  padding: 0 0 5px;
  *zoom: 1; }
  .concierge_detail .slideshow:before, .concierge_detail .slideshow:after, .concierge_detail .slideshow.spotlight:before, .concierge_detail .slideshow.spotlight:after, #news.detail .slideshow:before, #news.detail .slideshow:after, .rewind_list .slideshow.spotlight:before, .rewind_list .slideshow.spotlight:after {
    content: "\0020";
    display: table; }
  .concierge_detail .slideshow:after, .concierge_detail .slideshow.spotlight:after, #news.detail .slideshow:after, .rewind_list .slideshow.spotlight:after {
    clear: both; }
  .concierge_detail .slideshow:hover .controls, .concierge_detail .slideshow:focus .controls, .concierge_detail .slideshow.spotlight:hover .controls, .concierge_detail .slideshow.spotlight:focus .controls, #news.detail .slideshow:hover .controls, #news.detail .slideshow:focus .controls, .rewind_list .slideshow.spotlight:hover .controls, .rewind_list .slideshow.spotlight:focus .controls {
    display: block; }
  .concierge_detail .slideshow .controls, .concierge_detail .slideshow.spotlight .controls, #news.detail .slideshow .controls, .rewind_list .slideshow.spotlight .controls {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: none; }
    .concierge_detail .slideshow .controls .nav-controls .prev,
    .concierge_detail .slideshow .controls .nav-controls .next, .concierge_detail .slideshow.spotlight .controls .nav-controls .prev,
    .concierge_detail .slideshow.spotlight .controls .nav-controls .next, #news.detail .slideshow .controls .nav-controls .prev,
    #news.detail .slideshow .controls .nav-controls .next, .rewind_list .slideshow.spotlight .controls .nav-controls .prev,
    .rewind_list .slideshow.spotlight .controls .nav-controls .next {
      display: block;
      position: absolute;
      top: 136px;
      left: 20px;
      width: 31px;
      height: 47px;
      background: url(../images/sprite.png) no-repeat 0 -94px;
      text-indent: -9999px;
      cursor: pointer;
      overflow: hidden;
      z-index: 4;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
      .concierge_detail .slideshow .controls .nav-controls .prev:active,
      .concierge_detail .slideshow .controls .nav-controls .next:active, .concierge_detail .slideshow.spotlight .controls .nav-controls .prev:active,
      .concierge_detail .slideshow.spotlight .controls .nav-controls .next:active, #news.detail .slideshow .controls .nav-controls .prev:active,
      #news.detail .slideshow .controls .nav-controls .next:active, .rewind_list .slideshow.spotlight .controls .nav-controls .prev:active,
      .rewind_list .slideshow.spotlight .controls .nav-controls .next:active {
        margin-top: 1px; }
    .concierge_detail .slideshow .controls .nav-controls .prev:hover, .concierge_detail .slideshow.spotlight .controls .nav-controls .prev:hover, #news.detail .slideshow .controls .nav-controls .prev:hover, .rewind_list .slideshow.spotlight .controls .nav-controls .prev:hover {
      background-position: 1px -45px; }
    .concierge_detail .slideshow .controls .nav-controls .next, .concierge_detail .slideshow.spotlight .controls .nav-controls .next, #news.detail .slideshow .controls .nav-controls .next, .rewind_list .slideshow.spotlight .controls .nav-controls .next {
      left: auto;
      right: 20px;
      background-position: -32px -94px; }
      .concierge_detail .slideshow .controls .nav-controls .next:hover, .concierge_detail .slideshow.spotlight .controls .nav-controls .next:hover, #news.detail .slideshow .controls .nav-controls .next:hover, .rewind_list .slideshow.spotlight .controls .nav-controls .next:hover {
        background-position: -33px -45px; }
  .concierge_detail .slideshow .slide, .concierge_detail .slideshow.spotlight .slide, #news.detail .slideshow .slide, .rewind_list .slideshow.spotlight .slide {
    width: 100%;
    height: 360px;
    overflow: hidden; }
    .concierge_detail .slideshow .slide img, .concierge_detail .slideshow.spotlight .slide img, #news.detail .slideshow .slide img, .rewind_list .slideshow.spotlight .slide img {
      display: block;
      width: 100%;
      height: 360px; }
    .concierge_detail .slideshow .slide span, .concierge_detail .slideshow.spotlight .slide span, #news.detail .slideshow .slide span, .rewind_list .slideshow.spotlight .slide span {
      display: block; }
  .concierge_detail .slideshow .caption_holder, .concierge_detail .slideshow.spotlight .caption_holder, #news.detail .slideshow .caption_holder, .rewind_list .slideshow.spotlight .caption_holder {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background-color: #000;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden; }
    .concierge_detail .slideshow .caption_holder a[rel="video"], .concierge_detail .slideshow.spotlight .caption_holder a[rel="video"], #news.detail .slideshow .caption_holder a[rel="video"], .rewind_list .slideshow.spotlight .caption_holder a[rel="video"] {
      display: none; }
    .concierge_detail .slideshow .caption_holder span, .concierge_detail .slideshow.spotlight .caption_holder span, #news.detail .slideshow .caption_holder span, .rewind_list .slideshow.spotlight .caption_holder span {
      display: block; }
    .concierge_detail .slideshow .caption_holder .caption, .concierge_detail .slideshow.spotlight .caption_holder .caption, #news.detail .slideshow .caption_holder .caption, .rewind_list .slideshow.spotlight .caption_holder .caption {
      margin: 0 10px;
      margin-right: 18px;
      color: #fff;
      text-align: center; }
      .concierge_detail .slideshow .caption_holder .caption p, .concierge_detail .slideshow.spotlight .caption_holder .caption p, #news.detail .slideshow .caption_holder .caption p, .rewind_list .slideshow.spotlight .caption_holder .caption p {
        margin: 0;
        padding: 0;
        line-height: 37px;
        cursor: default;
        font-weight: 400; }
      .concierge_detail .slideshow .caption_holder .caption div.buttons, .concierge_detail .slideshow .caption_holder .caption a[rel="imglink"], .concierge_detail .slideshow.spotlight .caption_holder .caption div.buttons, .concierge_detail .slideshow.spotlight .caption_holder .caption a[rel="imglink"], #news.detail .slideshow .caption_holder .caption div.buttons, #news.detail .slideshow .caption_holder .caption a[rel="imglink"], .rewind_list .slideshow.spotlight .caption_holder .caption div.buttons, .rewind_list .slideshow.spotlight .caption_holder .caption a[rel="imglink"] {
        display: none; }
      .concierge_detail .slideshow .caption_holder .caption a, .concierge_detail .slideshow.spotlight .caption_holder .caption a, #news.detail .slideshow .caption_holder .caption a, .rewind_list .slideshow.spotlight .caption_holder .caption a {
        font-weight: bold;
        text-decoration: none; }
        .concierge_detail .slideshow .caption_holder .caption a:hover, .concierge_detail .slideshow .caption_holder .caption a:visited, .concierge_detail .slideshow.spotlight .caption_holder .caption a:hover, .concierge_detail .slideshow.spotlight .caption_holder .caption a:visited, #news.detail .slideshow .caption_holder .caption a:hover, #news.detail .slideshow .caption_holder .caption a:visited, .rewind_list .slideshow.spotlight .caption_holder .caption a:hover, .rewind_list .slideshow.spotlight .caption_holder .caption a:visited {
          text-decoration: underline; }
      .concierge_detail .slideshow .caption_holder .caption .date, .concierge_detail .slideshow.spotlight .caption_holder .caption .date, #news.detail .slideshow .caption_holder .caption .date, .rewind_list .slideshow.spotlight .caption_holder .caption .date {
        display: block;
        text-indent: 15px;
        text-transform: uppercase;
        cursor: default; }
      .concierge_detail .slideshow .caption_holder .caption .buttons, .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons, #news.detail .slideshow .caption_holder .caption .buttons, .rewind_list .slideshow.spotlight .caption_holder .caption .buttons {
        position: absolute;
        top: 0;
        right: 0px;
        width: auto;
        height: auto; }
        .concierge_detail .slideshow .caption_holder .caption .buttons span, .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons span, #news.detail .slideshow .caption_holder .caption .buttons span, .rewind_list .slideshow.spotlight .caption_holder .caption .buttons span {
          cursor: default; }
        .concierge_detail .slideshow .caption_holder .caption .buttons a,
        .concierge_detail .slideshow .caption_holder .caption .buttons span, .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons a,
        .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons span, #news.detail .slideshow .caption_holder .caption .buttons a,
        #news.detail .slideshow .caption_holder .caption .buttons span, .rewind_list .slideshow.spotlight .caption_holder .caption .buttons a,
        .rewind_list .slideshow.spotlight .caption_holder .caption .buttons span {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: auto;
          height: auto; }
          .concierge_detail .slideshow .caption_holder .caption .buttons a.more,
          .concierge_detail .slideshow .caption_holder .caption .buttons span.more, .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons a.more,
          .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons span.more, #news.detail .slideshow .caption_holder .caption .buttons a.more,
          #news.detail .slideshow .caption_holder .caption .buttons span.more, .rewind_list .slideshow.spotlight .caption_holder .caption .buttons a.more,
          .rewind_list .slideshow.spotlight .caption_holder .caption .buttons span.more {
            left: -10px;
            top: 10px;
            width: auto;
            height: auto;
            text-transform: uppercase; }
            .concierge_detail .slideshow .caption_holder .caption .buttons a.more:hover,
            .concierge_detail .slideshow .caption_holder .caption .buttons span.more:hover, .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons a.more:hover,
            .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons span.more:hover, #news.detail .slideshow .caption_holder .caption .buttons a.more:hover,
            #news.detail .slideshow .caption_holder .caption .buttons span.more:hover, .rewind_list .slideshow.spotlight .caption_holder .caption .buttons a.more:hover,
            .rewind_list .slideshow.spotlight .caption_holder .caption .buttons span.more:hover {
              background: #000; }
          .concierge_detail .slideshow .caption_holder .caption .buttons a.tickets:hover,
          .concierge_detail .slideshow .caption_holder .caption .buttons span.tickets:hover, .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons a.tickets:hover,
          .concierge_detail .slideshow.spotlight .caption_holder .caption .buttons span.tickets:hover, #news.detail .slideshow .caption_holder .caption .buttons a.tickets:hover,
          #news.detail .slideshow .caption_holder .caption .buttons span.tickets:hover, .rewind_list .slideshow.spotlight .caption_holder .caption .buttons a.tickets:hover,
          .rewind_list .slideshow.spotlight .caption_holder .caption .buttons span.tickets:hover {
            background: #000; }
  .concierge_detail .slideshow .thumbs_holder, .concierge_detail .slideshow.spotlight .thumbs_holder, #news.detail .slideshow .thumbs_holder, .rewind_list .slideshow.spotlight .thumbs_holder {
    width: 100%; }
    .concierge_detail .slideshow .thumbs_holder .thumbs, .concierge_detail .slideshow.spotlight .thumbs_holder .thumbs, #news.detail .slideshow .thumbs_holder .thumbs, .rewind_list .slideshow.spotlight .thumbs_holder .thumbs {
      display: none; }
  .concierge_detail .slideshow .video, .concierge_detail .slideshow.spotlight .video, #news.detail .slideshow .video, .rewind_list .slideshow.spotlight .video {
    display: none;
    width: 100%;
    height: 100%;
    background: #000 url("../images/play.png") no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px; }
    .concierge_detail .slideshow .video #video_holder, .concierge_detail .slideshow.spotlight .video #video_holder, #news.detail .slideshow .video #video_holder, .rewind_list .slideshow.spotlight .video #video_holder {
      display: block;
      width: 100%;
      height: 100%;
      z-index: 2;
      /*&::after {
      	background:#000;
      	content:'';
      	position: absolute;
      	bottom:-65px;
      	left:0;
      	width:100%;
      	height:65px;
      	z-index: 1;
      }*/ }
      .concierge_detail .slideshow .video #video_holder:empty, .concierge_detail .slideshow.spotlight .video #video_holder:empty, #news.detail .slideshow .video #video_holder:empty, .rewind_list .slideshow.spotlight .video #video_holder:empty {
        height: 80%;
        background: none; }
        .concierge_detail .slideshow .video #video_holder:empty:after, .concierge_detail .slideshow.spotlight .video #video_holder:empty:after, #news.detail .slideshow .video #video_holder:empty:after, .rewind_list .slideshow.spotlight .video #video_holder:empty:after {
          display: none; }
  .concierge_detail .slideshow .imglink, .concierge_detail .slideshow.spotlight .imglink, #news.detail .slideshow .imglink, .rewind_list .slideshow.spotlight .imglink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none; }
    .concierge_detail .slideshow .imglink a, .concierge_detail .slideshow.spotlight .imglink a, #news.detail .slideshow .imglink a, .rewind_list .slideshow.spotlight .imglink a {
      position: relative;
      background: url(../images/blank.png) 0 0 repeat;
      display: block;
      width: 100%;
      height: 100%; }

/* /////////////////////////////////////////////////////////
= Over-rides for slideshows on homepage
  //////////////////////////////////////////////////////// */
.home #branding #splash_slide .caption_holder {
  display: none; }
.home #branding #splash_slide .thumbs_holder {
  display: none !important; }

/* /////////////////////////////////////////////////////////
= Over-rides for spotlights on event detail 
  //////////////////////////////////////////////////////// */
.slideshow.spotlight, #events.detail .slideshow {
  height: 360px;
  width: 960px;
  margin: 0;
  padding: 0; }
  .slideshow.spotlight .slide, #events.detail .slideshow .slide {
    height: 360px;
    width: 100%; }
    .slideshow.spotlight .slide img, #events.detail .slideshow .slide img {
      height: 360px;
      width: auto; }
  .slideshow.spotlight .caption_holder, #events.detail .slideshow .caption_holder {
    height: 65px;
    bottom: 0;
    display: block; }
    .slideshow.spotlight .caption_holder .caption, #events.detail .slideshow .caption_holder .caption {
      display: none; }

#news.detail .slideshow .caption_holder {
  display: none; }

#events.detail .slideshow .video {
  height: 82%; }
#events.detail .slideinfo_container {
  position: relative;
  z-index: 0;
  display: none; }
  #events.detail .slideinfo_container .event_slideinfo {
    position: absolute;
    top: -80px;
    height: 65px;
    left: 15px;
    width: 98%;
    color: #fff;
    font-size: 12px; }
    #events.detail .slideinfo_container .event_slideinfo h3 {
      display: block;
      padding: 5px 0 2px;
      margin: 0;
      color: #f39d13;
      font: 100 15px/110% "Lucida Sans", "Lucida Grande", sans-serif, "Lucida Sans", "Lucida Grande", sans-serif;
      cursor: default;
      text-transform: none; }
    #events.detail .slideinfo_container .event_slideinfo .event_links a {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      color: #f39d13;
      font-weight: 100;
      width: auto;
      height: auto;
      line-height: 11px;
      font-size: 11px;
      font-weight: normal;
      border-left: 1px solid #444;
      text-transform: uppercase; }
      #events.detail .slideinfo_container .event_slideinfo .event_links a:first-child {
        border-left: 0px;
        padding-left: 0; }
      #events.detail .slideinfo_container .event_slideinfo .event_links a:hover {
        text-decoration: underline; }
    #events.detail .slideinfo_container .event_slideinfo .addthis_toolbox {
      position: absolute;
      top: 20px;
      right: 0;
      width: 215px; }

/* /////////////////////////////////////////////////////////
= Over-rides for full width slideshow in content
  //////////////////////////////////////////////////////// */
#pages .full .slideshow {
  margin-left: -20px !important; }

.movies_page #branding, #pages .full #branding {
  display: none;
  margin: 0 0 20px;
  width: 960px;
  height: 360px;
  background: transparent;
  overflow: hidden; }
  .movies_page #branding.active, #pages .full #branding.active {
    display: block; }
.movies_page .slideshow, #pages .full .slideshow {
  width: 960px;
  height: 360px;
  padding: 0;
  margin: 0; }
  .movies_page .slideshow .video, #pages .full .slideshow .video {
    height: 82%; }
  .movies_page .slideshow .slide, #pages .full .slideshow .slide {
    background: #000;
    width: 958px;
    height: 360px; }
    .movies_page .slideshow .slide span, #pages .full .slideshow .slide span {
      width: 960px;
      height: 360px; }
    .movies_page .slideshow .slide img, #pages .full .slideshow .slide img {
      height: 100%;
      width: 100%; }
  .movies_page .slideshow .caption_holder, #pages .full .slideshow .caption_holder {
    display: none;
    bottom: -1px;
    left: -1px;
    width: 457px;
    height: 63px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 11;
    opacity: 1;
    -moz-opacity: 1; }
    .movies_page .slideshow .caption_holder .caption, #pages .full .slideshow .caption_holder .caption {
      color: #fff;
      text-align: left;
      padding: 0 10px;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
      .movies_page .slideshow .caption_holder .caption .thumb, .movies_page .slideshow .caption_holder .caption a[rel="video"], #pages .full .slideshow .caption_holder .caption .thumb, #pages .full .slideshow .caption_holder .caption a[rel="video"] {
        display: none; }
      .movies_page .slideshow .caption_holder .caption p, #pages .full .slideshow .caption_holder .caption p {
        display: block;
        padding: 5px 0 0;
        height: 24px;
        margin: 0;
        color: #f39d13;
        font: normal 15px/110% "Lucida Sans", "Lucida Grande", sans-serif, "Lucida Sans", "Lucida Grande", sans-serif;
        cursor: default;
        overflow: hidden; }
      .movies_page .slideshow .caption_holder .caption a, #pages .full .slideshow .caption_holder .caption a {
        display: none;
        font-weight: bold;
        text-decoration: none; }
        .movies_page .slideshow .caption_holder .caption a:hover, .movies_page .slideshow .caption_holder .caption a:visited, #pages .full .slideshow .caption_holder .caption a:hover, #pages .full .slideshow .caption_holder .caption a:visited {
          text-decoration: underline; }
      .movies_page .slideshow .caption_holder .caption .date, #pages .full .slideshow .caption_holder .caption .date {
        display: block;
        cursor: default;
        display: block;
        color: #fff;
        text-transform: none;
        padding: 0 0 7px;
        font: normal 12px/13px "Lucida Sans", "Lucida Grande", sans-serif, "Lucida Sans", "Lucida Grande", sans-serif;
        text-indent: 0; }
        .movies_page .slideshow .caption_holder .caption .date span, #pages .full .slideshow .caption_holder .caption .date span {
          display: inline; }
          .movies_page .slideshow .caption_holder .caption .date span.y, #pages .full .slideshow .caption_holder .caption .date span.y {
            display: none; }
      .movies_page .slideshow .caption_holder .caption .buttons, #pages .full .slideshow .caption_holder .caption .buttons {
        width: auto;
        display: block;
        float: left;
        font: 11px/13px Arial, Helvetica, sans-serif;
        position: relative;
        z-index: 10;
        overflow: hidden;
        padding: 0 0 8px;
        height: 19px;
        margin-left: -5px; }
        .movies_page .slideshow .caption_holder .caption .buttons > div, #pages .full .slideshow .caption_holder .caption .buttons > div {
          height: 19px;
          background: none;
          padding: 0;
          margin: -2px 0 0;
          list-style: none;
          position: relative; }
        .movies_page .slideshow .caption_holder .caption .buttons a,
        .movies_page .slideshow .caption_holder .caption .buttons span, #pages .full .slideshow .caption_holder .caption .buttons a,
        #pages .full .slideshow .caption_holder .caption .buttons span {
          display: inline-block;
          position: relative;
          padding: 0 5px;
          color: #f39d13;
          width: auto;
          height: auto;
          line-height: 11px;
          font-weight: normal;
          border-left: 1px solid #444; }
          .movies_page .slideshow .caption_holder .caption .buttons a.more,
          .movies_page .slideshow .caption_holder .caption .buttons span.more, #pages .full .slideshow .caption_holder .caption .buttons a.more,
          #pages .full .slideshow .caption_holder .caption .buttons span.more {
            left: auto;
            top: auto;
            width: auto;
            height: auto; }
          .movies_page .slideshow .caption_holder .caption .buttons a.tickets, .movies_page .slideshow .caption_holder .caption .buttons a.more,
          .movies_page .slideshow .caption_holder .caption .buttons span.tickets,
          .movies_page .slideshow .caption_holder .caption .buttons span.more, #pages .full .slideshow .caption_holder .caption .buttons a.tickets, #pages .full .slideshow .caption_holder .caption .buttons a.more,
          #pages .full .slideshow .caption_holder .caption .buttons span.tickets,
          #pages .full .slideshow .caption_holder .caption .buttons span.more {
            text-transform: uppercase; }
            .movies_page .slideshow .caption_holder .caption .buttons a.tickets:hover, .movies_page .slideshow .caption_holder .caption .buttons a.more:hover,
            .movies_page .slideshow .caption_holder .caption .buttons span.tickets:hover,
            .movies_page .slideshow .caption_holder .caption .buttons span.more:hover, #pages .full .slideshow .caption_holder .caption .buttons a.tickets:hover, #pages .full .slideshow .caption_holder .caption .buttons a.more:hover,
            #pages .full .slideshow .caption_holder .caption .buttons span.tickets:hover,
            #pages .full .slideshow .caption_holder .caption .buttons span.more:hover {
              text-decoration: underline;
              background: none; }
          .movies_page .slideshow .caption_holder .caption .buttons a:first-child,
          .movies_page .slideshow .caption_holder .caption .buttons span:first-child, #pages .full .slideshow .caption_holder .caption .buttons a:first-child,
          #pages .full .slideshow .caption_holder .caption .buttons span:first-child {
            background: none;
            border-left: 0px; }
        .movies_page .slideshow .caption_holder .caption .buttons span, #pages .full .slideshow .caption_holder .caption .buttons span {
          cursor: default;
          color: #0068b3;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
          opacity: 0.9; }
          .movies_page .slideshow .caption_holder .caption .buttons span.tickets:hover, #pages .full .slideshow .caption_holder .caption .buttons span.tickets:hover {
            text-decoration: none; }
  .movies_page .slideshow .thumbs_holder, #pages .full .slideshow .thumbs_holder {
    display: none !important;
    padding: 0;
    position: absolute;
    top: 296px;
    bottom: auto;
    right: -1px;
    padding: 0;
    margin: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    list-style: none;
    width: 503px;
    height: 65px;
    z-index: 10; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url('../images/grab.png?1484239795') 8 8, move; }

.grabbing-cursor {
  cursor: url('../images/grabbing.png?1484239795') 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url('../images/blank.gif'); }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*	 9. Visible Nearby
*    10. Overrides
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Override width/height */
.royalSlider {
  width: 640px;
  height: 350px; }

/* Background */
.royalSlider > .rsContent {
  visibility: hidden; }

.royalSlider > .gallery_slide {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 40px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsHor .rsArrowLeft {
  left: 20px;
  top: 30px; }

.rsDefault.rsHor .rsArrowRight {
  right: 20px;
  top: 30px; }

.rsDefault .rsArrowIcn {
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  background: url('../images/rs-default.png?1484239795');
  background-color: #222; }
  .rsDefault .rsArrowIcn:hover {
    background-color: #D98315; }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -62px -29px; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -58px -61px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  z-index: 35;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  clear: both;
  text-align: center;
  line-height: 20px;
  overflow: hidden; }

.rsDefault .rsBullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 10px 6px; }

.rsDefault .rsBullet span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ccc; }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #190C19; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
  background: #f39d13; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('../images/rs-default.png?1484239795'); }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }

  .rsDefault .rsThumbsHor {
    height: 44px; }

  .rsDefault .rsThumbsVer {
    width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .rsDefault .rsTabs .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #fff;
    padding: 6px 10px 6px 10px;
    min-width: 72px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    background: #B6C77F;
    *display: inline;
    *zoom: 1;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 10ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    border-right: 1px solid #0F2F27; }
    .rsDefault .rsTabs .rsTab:after {
      width: 0;
      height: 0;
      border-top: 10px solid #6d6e66;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -10px;
      z-index: 99; }
    .rsDefault .rsTabs .rsTab:last-child {
      border-right-color: #6d6e66; }
    .rsDefault .rsTabs .rsTab.rsNavSelected {
      color: #FFF;
      background: #6d6e66;
      border-right-color: #6d6e66; }
      .rsDefault .rsTabs .rsTab.rsNavSelected:after {
        content: ''; }
      .rsDefault .rsTabs .rsTab.rsNavSelected:hover {
        border-color: #F3D03E; }
        .rsDefault .rsTabs .rsTab.rsNavSelected:hover:after {
          border-top-color: #F3D03E; }
    .rsDefault .rsTabs .rsTab:hover, .rsDefault .rsTabs .rsTab:active {
      background: #F3D03E;
      border-color: #F3D03E; }
      .rsDefault .rsTabs .rsTab:hover:after, .rsDefault .rsTabs .rsTab:active:after {
        content: '';
        border-top-color: #F3D03E; }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: image-image-url("rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url('../images/rs-default.png?1484239795') no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../images/rs-default.png?1484239795') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url('../images/preloader-white.gif?1484239795');
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  clear: both;
  width: 100%;
  text-align: left;
  min-height: 110px;
  padding: 30px 20px 0; }
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    .rsDefault .rsGCaption .rsABlock h3 {
      font: 700 34px/28px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
      font-weight: 600;
      color: #451E3D;
      margin: 0;
      text-transform: uppercase;
      height: 32px;
      overflow: hidden; }
    .rsDefault .rsGCaption .rsABlock p, .rsDefault .rsGCaption .rsABlock h4 {
      margin: 0;
      font: 600 20px/28px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
      color: #190C19; }

/***************
*
*  9. Visible Nearby (homepage spotlight gallery)
*
****************/
.visibleNearby {
  width: 100%;
  height: 310px;
  padding-top: 20px;
  background: #fff;
  /* Scaling transforms */ }
  .visibleNearby .rsArrowIcn {
    bottom: 55%; }
  .visibleNearby .rsGCaption {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0 16px;
    background: #141414;
    width: 100%;
    position: static;
    float: left;
    left: auto;
    bottom: auto;
    text-align: center; }
    .visibleNearby .rsGCaption span {
      display: block;
      clear: both;
      color: #bbb;
      font-size: 14px;
      line-height: 22px; }
  .visibleNearby .rsSlide:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent url('../images/bg_diag-gray.png?1484239795');
    z-index: 99;
    top: 0;
    left: 0; }
    .ie9 .visibleNearby .rsSlide:after {
      z-index: 20; }
  .visibleNearby .rsActiveSlide:after {
    display: none; }
  .visibleNearby .rsSlide {
    top: 8%;
    height: 85%;
    border-top: 4px solid #141414;
    border-bottom: 4px solid #141414; }
    .visibleNearby .rsSlide img {
      opacity: 0.45;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  .visibleNearby .rsActiveSlide {
    top: 0;
    height: 100%;
    -moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 3px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 3px 10px;
    box-shadow: rgba(0, 0, 0, 0.65) 0px 3px 10px; }
    .visibleNearby .rsActiveSlide img {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .visibleNearby .rsActiveSlide .gallery_slide:after {
      display: none; }
  .visibleNearby .gallery_slide {
    position: relative; }
    .visibleNearby .gallery_slide:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: url('../images/gallery-drop.png?1484239795') no-repeat center 0;
      width: 100%;
      padding: 0;
      height: 100%; }
    .visibleNearby .gallery_slide img {
      height: 293px;
      width: 470px;
      margin: 0 10px 0 0; }
    .visibleNearby .gallery_slide .slide_info {
      position: absolute;
      top: 0;
      right: 0;
      width: 290px;
      height: 287px;
      padding: 10px 20px; }
      .visibleNearby .gallery_slide .slide_info h3.slide_title {
        font: 700 24px/120% "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
        text-transform: uppercase;
        color: #2D152B;
        margin: 0 0 16px;
        padding: 0;
        border-bottom: 1px solid #E6E2E5;
        border-bottom: 1px solid rgba(84, 60, 80, 0.15); }
        .visibleNearby .gallery_slide .slide_info h3.slide_title a {
          display: block;
          font-weight: 700;
          padding: 0 0 16px;
          color: #2D152B; }
          .visibleNearby .gallery_slide .slide_info h3.slide_title a:visited {
            color: #2D152B; }
          .visibleNearby .gallery_slide .slide_info h3.slide_title a:hover {
            color: #f39d13; }
          .visibleNearby .gallery_slide .slide_info h3.slide_title a:active {
            color: #f39d13; }
        .visibleNearby .gallery_slide .slide_info h3.slide_title:hover a {
          text-decoration: none; }
      .visibleNearby .gallery_slide .slide_info a.readmore-arrow {
        position: absolute;
        bottom: 10px;
        right: 20px; }
      .visibleNearby .gallery_slide .slide_info p, .visibleNearby .gallery_slide .slide_info ul {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0; }

/***************
*
*  10. Overrides/Customization
*
****************/
.full-slideshow {
  margin: -21px 0 20px -21px;
  height: 425px;
  position: relative; }
  .full-slideshow .royalSlider:after {
    content: '';
    width: 659px;
    height: 9px;
    background: url('../images/border-content.png');
    border-bottom: 20px solid #fff;
    clear: both;
    position: relative;
    float: left;
    margin: 64px 0 0 -10px; }
  .full-slideshow:after {
    content: '';
    width: 640px;
    height: 9px;
    background: url('../images/border-content.png');
    clear: both;
    position: relative;
    float: left;
    margin-bottom: 20px; }

.event_slideshow {
  padding: 9px 9px 0;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: url('../images/border-content.png'); }
  .event_slideshow .full-slideshow {
    margin: 0; }
    .event_slideshow .full-slideshow .royalSlider:after, .event_slideshow .full-slideshow:after {
      display: none; }
  .event_slideshow.spotlight_image img {
    width: 640px;
    height: 350px; }
  .event_slideshow.spotlight_image .rsDefault .rsGCaption {
    bottom: 11px; }

.news_slideshow .rsDefault .rsGCaption .rsABlock p {
  font: 600 16px/18px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
  padding-top: 16px; }

body.home #branding_home {
  height: 440px;
  width: 490px;
  position: relative;
  z-index: 1;
  float: left; }
  body.home #branding_home:after {
    width: 20px;
    height: 407px;
    content: '';
    position: absolute;
    right: 28px;
    top: -23px;
    z-index: 0;
    -moz-box-shadow: 8px 0 20px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 8px 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 8px 0 20px 0 rgba(0, 0, 0, 0.5);
    -moz-transform: skew(-2deg, -38deg);
    -ms-transform: skew(-2deg, -38deg);
    -webkit-transform: skew(-2deg, -38deg);
    transform: skew(-2deg, -38deg); }

.home-slideshow {
  height: 447px;
  position: relative;
  width: 490px;
  margin: -55px 0 0 -20px;
  background: #fff;
  z-index: 2; }
  .home-slideshow:before {
    content: '';
    width: 10px;
    height: 447px;
    position: absolute;
    top: 0;
    left: -10px;
    background: transparent url('../images/bg_diag-purplelight.png?1484239795'); }
  .home-slideshow:after {
    width: 450px;
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #D4CED3; }
  .home-slideshow .royalSlider {
    width: 490px;
    height: 306px; }
  .home-slideshow .rsGCaption {
    background: #fff; }
    .home-slideshow .rsGCaption h3.home_caption {
      color: #451E3D;
      font: 700 34px/28px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
      line-height: 28px;
      height: 28px; }
    .home-slideshow .rsGCaption h4.home_caption {
      color: #190C19;
      line-height: 32px; }
    .home-slideshow .rsGCaption h4 {
      text-transform: uppercase;
      margin: 0; }
    .home-slideshow .rsGCaption .buttons {
      position: absolute;
      top: 8px;
      right: 10px;
      display: none; }
      .home-slideshow .rsGCaption .buttons a, .home-slideshow .rsGCaption .buttons a:visited, .home-slideshow .rsGCaption .buttons a[class*="btn"], .home-slideshow .rsGCaption .buttons span.soon {
        display: block;
        margin-bottom: 5px;
        line-height: 21px;
        background: #B6C77F;
        padding: 0 11px; }
        .home-slideshow .rsGCaption .buttons a:hover, .home-slideshow .rsGCaption .buttons a:visited:hover, .home-slideshow .rsGCaption .buttons a[class*="btn"]:hover, .home-slideshow .rsGCaption .buttons span.soon:hover {
          background: #F3D03E; }
      .home-slideshow .rsGCaption .buttons span.tickets {
        display: none; }

.concierge_listing {
  position: relative;
  margin-top: 5px; }
  .concierge_listing .list {
    margin: 0 0 20px;
    position: relative;
    padding: 0px; }
    .concierge_listing .list .entry {
      display: block;
      margin: 0px;
      padding: 20px 0 0;
      border-bottom: 1px solid #ccc;
      position: relative;
      clear: both; }
      .concierge_listing .list .entry:first-child {
        padding-top: 0; }
      .concierge_listing .list .entry .thumb {
        display: block;
        float: left;
        padding-right: 10px; }
        .concierge_listing .list .entry .thumb img {
          width: 140px; }
    .concierge_listing .list .info {
      float: left;
      width: 480px;
      min-height: 107px;
      margin: 0;
      padding-bottom: 10px; }
      .concierge_listing .list .info h2 {
        line-height: 1.3;
        margin: 0;
        padding: 0;
        border-bottom: none;
        font-size: 13px; }
        .concierge_listing .list .info h2 a {
          font-size: 13px;
          color: #f39d13;
          line-height: 1.3; }
      .concierge_listing .list .info p {
        float: left;
        margin: 0;
        padding: 0;
        width: 490px;
        line-height: 17px;
        height: auto; }
  .concierge_listing .booking {
    width: auto;
    position: relative; }
    .concierge_listing .booking a, .concierge_listing .booking a:link, .concierge_listing .booking a:visited {
      display: block;
      float: left;
      line-height: 25px;
      padding: 0 5px;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background: black;
      border: 1px solid black;
      width: auto;
      font-size: 12px;
      height: auto;
      margin: 0;
      height: 25px;
      text-transform: uppercase; }
      .concierge_listing .booking a:hover, .concierge_listing .booking a:link:hover, .concierge_listing .booking a:visited:hover {
        background: #333;
        border: 1px solid #333; }

.concierge_detail {
  /**
   * Tripadvisor block
   */
  /**
   * Main conierge detail body
   */
  /**
   * Right column of conierge detail
   */ }
  .concierge_detail .container {
    margin: 0;
    padding: 12px 10px 20px 10px;
    height: auto;
    min-height: 100px; }
    .concierge_detail .container .container {
      padding: 0px;
      background: none;
      height: auto;
      min-height: auto; }
  .concierge_detail .TA_selfserveprop {
    margin-left: 20px; }
  .concierge_detail h2 small {
    float: right; }
  .concierge_detail .content .image-three, .concierge_detail .content .image-four {
    height: auto;
    width: 112px;
    margin: 10px 15px 0 0; }
    .concierge_detail .content .image-three a, .concierge_detail .content .image-four a {
      height: auto;
      display: block;
      color: #f39d13;
      background: none;
      padding-left: 0; }
      .concierge_detail .content .image-three a:hover, .concierge_detail .content .image-four a:hover {
        text-decoration: underline; }
    .concierge_detail .content .image-three img, .concierge_detail .content .image-four img {
      height: 55px;
      border: 1px solid #F3D03E;
      background: #451E3D; }
      .concierge_detail .content .image-three img:hover, .concierge_detail .content .image-four img:hover {
        border: 1px solid white; }
    .concierge_detail .content .image-three p, .concierge_detail .content .image-four p {
      font-size: 12px;
      position: relative;
      background: none;
      text-align: center; }
      .concierge_detail .content .image-three p a[href$=".pdf"], .concierge_detail .content .image-four p a[href$=".pdf"] {
        overflow: visible;
        display: inline-block;
        position: relative;
        padding-left: 3px; }
        .concierge_detail .content .image-three p a[href$=".pdf"]:before, .concierge_detail .content .image-four p a[href$=".pdf"]:before {
          content: "";
          position: absolute;
          display: block;
          background: url(../images/ico_pdf.png) no-repeat 0px center;
          left: -12px;
          top: 0;
          width: 20px;
          height: 20px; }
  .concierge_detail .concierge_information {
    margin-bottom: 20px; }
    .concierge_detail .concierge_information p {
      margin: 0 0 10px 0;
      padding: 0px 20px; }
    .concierge_detail .concierge_information strong {
      font-weight: bold;
      text-transform: uppercase;
      color: #451E3D; }
    .concierge_detail .concierge_information h2 {
      text-transform: uppercase;
      background: transparent url('../images/bg_diag-silver.png?1484239795');
      font: 700 22px/40px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
      color: #190C19;
      padding: 0 10px;
      margin: 15px 0 15px;
      border-bottom: 0; }
    .concierge_detail .concierge_information ul {
      margin: 15px 0 0 0;
      border-top: 1px solid #ccc;
      padding-top: 7px; }
      .concierge_detail .concierge_information ul li {
        line-height: 17px;
        border-bottom: 1px solid #ccc;
        padding: 0 0 5px 20px;
        margin-bottom: 2px;
        margin: 7px 0 2px;
        text-transform: uppercase;
        font-weight: bold; }
        .concierge_detail .concierge_information ul li:first-child {
          margin-top: 0; }
        .concierge_detail .concierge_information ul li a {
          font-weight: bold; }
      .concierge_detail .concierge_information ul.widSSPBullet, .concierge_detail .concierge_information ul.widSSPReadReview, .concierge_detail .concierge_information ul.widSSPWriteReview {
        border-top: 0; }
        .concierge_detail .concierge_information ul.widSSPBullet li, .concierge_detail .concierge_information ul.widSSPReadReview li, .concierge_detail .concierge_information ul.widSSPWriteReview li {
          border-bottom: 0; }
          .concierge_detail .concierge_information ul.widSSPBullet li:before, .concierge_detail .concierge_information ul.widSSPReadReview li:before, .concierge_detail .concierge_information ul.widSSPWriteReview li:before {
            display: none; }

/* ----------------------------------------------------------------------------
=banners
----------------------------------------------------------------------------- */
.banner {
  position: relative;
  padding: 0;
  margin: 0 auto; }
  .banner .slideshow {
    width: auto;
    height: auto;
    border: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .banner .slideshow .slide {
      width: auto;
      overflow: auto; }
      .banner .slideshow .slide:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 10px;
        left: 0px;
        box-shadow: none;
        z-index: 1; }
      .banner .slideshow .slide a.advance-link {
        border: 0; }
      .banner .slideshow .slide span:after {
        display: none; }
      .banner .slideshow .slide img {
        height: auto; }
    .banner .slideshow .controls {
      display: none; }
    .banner .slideshow .imglink {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      z-index: 2; }
      .banner .slideshow .imglink a {
        position: relative;
        background: url(../images/blank.png) 0 0 repeat;
        display: block;
        width: 100%;
        height: 100%; }
    .banner .slideshow .thumbs_holder {
      display: none;
      top: 0;
      left: 0; }
      .banner .slideshow .thumbs_holder .thumbs {
        display: none; }

#column_2 .banner {
  margin-bottom: 20px; }
  #column_2 .banner .slideshow {
    border-top: 2px solid red;
    width: 290px;
    height: auto; }
    #column_2 .banner .slideshow .slide {
      height: auto; }

.home_banner_large .banner {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 640px;
  height: 140px; }
  .home_banner_large .banner .slideshow {
    width: 100%;
    height: 140px;
    border: none;
    overflow: hidden; }
    .home_banner_large .banner .slideshow .slide {
      width: 100%;
      height: 140px;
      overflow: hidden; }
      .home_banner_large .banner .slideshow .slide a.advance-link {
        border: 0; }
      .home_banner_large .banner .slideshow .slide span:after {
        display: none; }
    .home_banner_large .banner .slideshow .controls {
      display: none; }
    .home_banner_large .banner .slideshow .imglink {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
    .home_banner_large .banner .slideshow .thumbs_holder {
      display: none;
      top: 0;
      left: 0; }
      .home_banner_large .banner .slideshow .thumbs_holder .thumbs {
        display: none; }

.side_banner_short .banner {
  height: 129px; }
  .side_banner_short .banner .slideshow {
    height: auto; }
    .side_banner_short .banner .slideshow .slide {
      height: auto; }

#events.detail #column_2 .banner .slideshow,
#news.detail #column_2 .banner .slideshow,
#events #column_2 .banner .slideshow {
  border-top: 0px; }
  #events.detail #column_2 .banner .slideshow .slide,
  #news.detail #column_2 .banner .slideshow .slide,
  #events #column_2 .banner .slideshow .slide {
    height: auto; }
    #events.detail #column_2 .banner .slideshow .slide img,
    #news.detail #column_2 .banner .slideshow .slide img,
    #events #column_2 .banner .slideshow .slide img {
      height: auto; }
#events.detail .footer_blocks .banner .slideshow,
#news.detail .footer_blocks .banner .slideshow,
#events .footer_blocks .banner .slideshow {
  width: 290px;
  height: 305px;
  border: 0px; }
  #events.detail .footer_blocks .banner .slideshow .slide,
  #news.detail .footer_blocks .banner .slideshow .slide,
  #events .footer_blocks .banner .slideshow .slide {
    height: 100%; }
    #events.detail .footer_blocks .banner .slideshow .slide img,
    #news.detail .footer_blocks .banner .slideshow .slide img,
    #events .footer_blocks .banner .slideshow .slide img {
      height: 100%; }

#column_2 #banner_652,
#banner_652,
#column_2 .premium-block.headlines .banner {
  margin-bottom: 0;
  height: auto;
  overflow: hidden; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0; }
  .rslides li:before {
    display: none; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height: 100%;
  border: 0; }

/**CALENDARIO: A FLEXIBLE CALENDAR PLUGIN
/*-CORE STYLES: CAN INCLUDE THESE ON EVERY PROJECT-
/*-OVERRIDE IN THE CUSTOM SECTION FOR EACH INDIVIDUAL THEME - 
/*-ORIGINAL: http://tympanus.net/codrops/2012/11/27/calendario-a-flexible-calendar-plugin/ -
**/
#calendario .all-events-link {
  text-align: center;
  display: block;
  width: 150px;
  margin: 10px auto;
  padding: 2px 10px;
  background: #543c50; }

/**
 * Title for calendar header
 */
.event-calendar .overview {
  text-align: center; }
.event-calendar .overview h1 {
  text-align: center;
  color: #fff;
  margin: 0 0 0px;
  font-weight: 300; }

/**
 * Calendario Header
 */
#calendario .cal-header {
  background: none;
  padding: 0px;
  height: 52px;
  position: relative; }
  #calendario .cal-header h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    line-height: 52px;
    margin: 0px;
    padding: 0px; }
  #calendario .cal-header .cal-controls span {
    z-index: 100;
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    top: 10px;
    color: transparent;
    cursor: pointer;
    margin: 0 1px; }
    #calendario .cal-header .cal-controls span.cal-prev {
      left: 25px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid white;
      cursor: pointer;
      text-indent: -9999px;
      z-index: 5;
      display: block;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 10ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      #calendario .cal-header .cal-controls span.cal-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }
    #calendario .cal-header .cal-controls span.cal-next {
      right: 29px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid white;
      text-indent: -9999px;
      z-index: 5;
      display: block;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 10ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      #calendario .cal-header .cal-controls span.cal-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }

/**
 * Base Calendar - full page
 */
#calendario {
  margin: 0 auto 40px auto;
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /* IE 9 is rounding up the calc it seems */ }
  #calendario *,
  #calendario *:after,
  #calendario *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #calendario .cal-inner {
    position: relative; }
  #calendario .fc-calendar-container {
    position: relative;
    *zoom: 1;
    height: auto;
    width: auto;
    padding-bottom: 10px; }
    #calendario .fc-calendar-container:before, #calendario .fc-calendar-container:after {
      content: "\0020";
      display: table; }
    #calendario .fc-calendar-container:after {
      clear: both; }
  #calendario .fc-calendar {
    width: 100%;
    height: 100%; }
  #calendario .fc-calendar .fc-head {
    height: 50px;
    line-height: 50px;
    background: none;
    color: #888888;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px; }
  #calendario .fc-calendar .fc-body {
    position: relative;
    padding: 4px 0 4px 11px;
    border: none;
    width: 100%;
    height: 570px; }
  #calendario .fc-calendar .fc-row {
    width: 100%;
    border-top: none;
    border-bottom: none;
    height: 17%; }
  #calendario .fc-four-rows .fc-row {
    height: 17%; }
  #calendario .fc-five-rows .fc-row {
    height: 17%; }
  #calendario .fc-six-rows .fc-row {
    height: 16.66%;
    height: -moz-calc(100%/6);
    height: -webkit-calc(100%/6);
    height: calc(100%/6); }
  #calendario .fc-calendar .fc-row.selected {
    height: 50%; }
    #calendario .fc-calendar .fc-row.selected .date_overlay {
      display: none; }
  #calendario .fc-calendar .fc-row.selected > div {
    background: #4E3149; }
  #calendario .fc-calendar .fc-row > div {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/bg_eventgrid.png);
    border-right: none;
    width: 13.3%;
    margin: 3px;
    border: 1px solid #2c2c2c; }
    #calendario .fc-calendar .fc-row > div .date_overlay {
      width: 100%;
      height: 100%;
      background: url(../images/cal_overlay_fade.png);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
  #calendario .fc-calendar .fc-head > div {
    float: left;
    height: 100%;
    width: 14.1%;
    position: relative; }
  #calendario .ie9 .fc-calendar .fc-row > div,
  #calendario .ie9 .fc-calendar .fc-head > div {
    width: 14.2%; }
  #calendario .fc-calendar .fc-head > div {
    text-align: center; }
  #calendario .fc-calendar .fc-row > div > span.fc-date {
    position: absolute;
    width: 25px;
    height: 20px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: 0px;
    background: url(../images/bg_ticket.png); }
  #calendario .fc-calendar .fc-row > div > span.fc-weekday {
    padding-left: 5px;
    display: none; }
  #calendario .fc-calendar .fc-row > div.fc-today {
    background: url(../images/bg_ticket.png); }
  #calendario .fc-calendar .fc-row > div.fc-out {
    opacity: 0.6; }
  #calendario .fc-calendar .fc-row:last-child {
    border-bottom: none; }
  #calendario .fc-content {
    background: url(../images/bg_eventgrid.png);
    cursor: pointer; }
    #calendario .fc-content span.fc-date {
      color: #f39d13 !important;
      text-shadow: none;
      color: #f39d13;
      z-index: 3; }
    #calendario .fc-content:hover span.fc-date {
      background: #595959; }
    #calendario .fc-content .date_overlay:hover {
      background: url(../images/cal_overlay_on.png) !important; }
  #calendario div.cal_overlay_item {
    display: none; }
    #calendario div.cal_overlay_item.show_overlay {
      display: block;
      position: absolute;
      top: 0;
      right: -20px;
      background: #fff; }
  #calendario div.event_shortdesc {
    display: block;
    margin: 25px 5px 20px 5px;
    font-size: 11px; }
    #calendario div.event_shortdesc .venueInfo {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      display: block;
      margin: 0 !important;
      padding: 0 !important;
      background: none !important;
      text-align: left;
      color: #A483A4;
      font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
      font-size: 11px;
      line-height: 15px; }
    #calendario div.event_shortdesc h3 {
      font-size: 12px;
      padding: 0;
      margin: 0; }
      #calendario div.event_shortdesc h3 a {
        color: white; }
        #calendario div.event_shortdesc h3 a:hover {
          color: #f39d13;
          text-decoration: none; }
    #calendario div.event_shortdesc img {
      height: 94px;
      margin-left: -17px; }
    #calendario div.event_shortdesc .event_time {
      color: #f39d13; }

/**
 * Tooltips and popover styles
 */
#calendario .tooltip {
  position: absolute;
  z-index: 100;
  display: none;
  width: 210px;
  height: 235px;
  margin: 0 5px 5px 0;
  line-height: 15px; }
  #calendario .tooltip .info {
    padding: 5px 5px 5px 7px;
    background: #583553;
    width: 100%;
    height: 100%;
    position: relative;
    -moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 20px;
    border-left: 3px solid #f39d13; }
    #calendario .tooltip .info:after {
      content: '';
      display: block;
      position: absolute;
      top: 40%;
      left: -10px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #f39d13; }
    #calendario .tooltip .info .cal_info_header {
      height: 100%;
      display: block;
      width: 100%;
      overflow: hidden; }
    #calendario .tooltip .info .cal_event_thumb {
      display: block;
      position: relative;
      border: none;
      width: 200px;
      height: 100px;
      z-index: 1;
      margin: 0 auto 0px;
      padding: 0;
      float: none;
      overflow: visible;
      box-shadow: none; }
      #calendario .tooltip .info .cal_event_thumb img {
        width: 100%;
        height: 100%; }
    #calendario .tooltip .info .venueInfo {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      display: block;
      margin: 10px 0 0 0;
      padding: 0 !important;
      background: none !important;
      text-align: left;
      color: #A483A4;
      font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
      font-size: 11px;
      line-height: 15px; }
    #calendario .tooltip .info h4 {
      width: auto;
      padding: 0;
      margin: 0;
      display: block;
      float: none;
      font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
      font-size: 11px;
      line-height: 15px;
      color: #fff;
      position: relative;
      top: auto;
      left: auto; }
    #calendario .tooltip .info h3 {
      margin: 0;
      font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
      font-weight: bold;
      color: #fff; }
      #calendario .tooltip .info h3 a {
        color: #fff; }
    #calendario .tooltip .info em {
      display: none; }
    #calendario .tooltip .info .buttons {
      position: relative;
      display: block;
      bottom: auto;
      left: 0;
      right: auto;
      top: 6px;
      height: 21px;
      width: 100%;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 11px;
      line-height: 15px;
      font-weight: normal;
      text-align: center;
      color: #A483A4;
      background: url(../images/bg_ticket.png);
      list-style: none;
      padding: 3px 3px 5px 3px;
      margin: 0px 0px 3px 0px; }
      #calendario .tooltip .info .buttons a,
      #calendario .tooltip .info .buttons a:visited,
      #calendario .tooltip .info .buttons span {
        display: inline-block;
        color: #f39d13;
        padding: 0 3px 0 5px;
        border-left: 1px solid #A483A4;
        font-size: 11px;
        line-height: 8px;
        text-transform: uppercase; }
        #calendario .tooltip .info .buttons a:first-child,
        #calendario .tooltip .info .buttons a:visited:first-child,
        #calendario .tooltip .info .buttons span:first-child {
          border-left: 0; }
      #calendario .tooltip .info .buttons span:hover {
        background: none; }
      #calendario .tooltip .info .buttons span.soon, #calendario .tooltip .info .buttons span.onsale {
        cursor: default;
        font-size: 11px; }
        #calendario .tooltip .info .buttons span.soon:hover, #calendario .tooltip .info .buttons span.onsale:hover {
          margin: 0; }
      #calendario .tooltip .info .buttons span.tickets {
        display: none;
        opacity: 0.7; }
        #calendario .tooltip .info .buttons span.tickets:hover {
          text-decoration: none; }

#calendario .cal-content-reveal {
  opacity: 0;
  font-weight: bold;
  z-index: 11000;
  display: none;
  position: absolute;
  top: 156px;
  left: 295px;
  width: 350px;
  height: 230px;
  background: #262626;
  border: 1px solid #292929;
  -webkit-box-shadow: inset 0px 0px 20px -5px #030303;
  -moz-box-shadow: inset 0px 0px 20px -5px #030303;
  box-shadow: inset 0px 0px 20px -5px #030303; }
  #calendario .cal-content-reveal .cal_event_thumb {
    display: none; }
  #calendario .cal-content-reveal .info {
    text-align: left; }
  #calendario .cal-content-reveal .scrolled_content {
    width: 100%;
    z-index: 10;
    margin: 0;
    padding: 15px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none; }
  #calendario .cal-content-reveal .content, #calendario .cal-content-reveal .oveview {
    margin: 0px !important;
    padding: 0 !important; }
  #calendario .cal-content-reveal .viewport {
    width: 295px;
    height: 190px;
    margin-top: 11px;
    overflow: hidden;
    position: relative; }
  #calendario .cal-content-reveal .scrollbar {
    display: none;
    width: 10px;
    height: 220px;
    position: absolute;
    right: 10px;
    top: 42px; }
  #calendario .cal-content-reveal .scrollbar .track {
    width: 1px;
    height: 220px;
    position: relative;
    background: #eee; }
  #calendario .cal-content-reveal .scrollbar .track .thumb {
    width: 5px;
    height: 10px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer; }
  #calendario .cal-content-reveal span.cal-content-close {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #000 url(../images/close_btn.png) no-repeat;
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
    display: block;
    z-index: 20; }
    #calendario .cal-content-reveal span.cal-content-close:hover {
      opacity: 0.7; }
  #calendario .cal-content-reveal .cal_overlay_item {
    display: block;
    margin-bottom: 18px; }
  #calendario .cal-content-reveal .cal_image {
    display: none; }
  #calendario .cal-content-reveal h4 {
    font-size: 16px;
    line-height: 110%; }
  #calendario .cal-content-reveal em {
    display: none; }
  #calendario .cal-content-reveal .buttons a, #calendario .cal-content-reveal .buttons a:link, #calendario .cal-content-reveal .buttons a:visited, #calendario .cal-content-reveal .buttons span {
    display: block;
    float: left;
    width: 90px;
    background: #009BFF;
    line-height: 15px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 7px 10px;
    margin-right: 10px; }
    #calendario .cal-content-reveal .buttons a:hover, #calendario .cal-content-reveal .buttons a:link:hover, #calendario .cal-content-reveal .buttons a:visited:hover, #calendario .cal-content-reveal .buttons span:hover {
      color: #000; }
    #calendario .cal-content-reveal .buttons a.tickets, #calendario .cal-content-reveal .buttons a:link.tickets, #calendario .cal-content-reveal .buttons a:visited.tickets, #calendario .cal-content-reveal .buttons span.tickets {
      width: 100px;
      background-position: right 0; }
  #calendario .cal-content-reveal .buttons span {
    cursor: default; }

.scrollable .list {
  /* this cannot be too large */
  width: 20000em;
  position: absolute; }

.scrollable .list .entry {
  float: left;
  clear: none; }

.scrollable .list .group {
  float: left; }

#featured.event_list {
  background: #222;
  margin: 0 0 25px;
  position: relative;
  width: 700px;
  padding: 0;
  height: 170px;
  z-index: 1; }
  #featured.event_list h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 1px; }
  #featured.event_list .prev, #featured.event_list .next {
    background: url(../images/arrows_carousel.png) no-repeat 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    text-indent: -9999px;
    z-index: 5;
    display: block;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 10ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    #featured.event_list .prev:hover, #featured.event_list .next:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  #featured.event_list .prev {
    left: 0; }
  #featured.event_list .next {
    background-position: -40px 0;
    right: 0; }
  #featured.event_list .list {
    background: none;
    padding: 0;
    margin: 0;
    border: 0; }
  #featured.event_list .entry {
    padding: 0;
    float: left;
    margin-right: 4px;
    width: 228px;
    height: 125px;
    padding: 0;
    background: #eee;
    clear: none;
    position: relative;
    overflow: hidden;
    border: 0; }
    #featured.event_list .entry .info {
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0;
      width: 100%;
      padding: 0px;
      height: 125px;
      background: url(../images/content_bg.png) repeat 0 0;
      text-align: center; }
      #featured.event_list .entry .info h3 {
        padding: 15px 5px 5px;
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 110%; }
        #featured.event_list .entry .info h3 a {
          text-decoration: none; }
          #featured.event_list .entry .info h3 a:hover {
            text-decoration: none; }
      #featured.event_list .entry .info .date {
        color: #666;
        font-size: 14px;
        margin: 0 0 5px; }
      #featured.event_list .entry .info .buttons {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%; }
        #featured.event_list .entry .info .buttons a, #featured.event_list .entry .info .buttons a:link, #featured.event_list .entry .info .buttons a:visited, #featured.event_list .entry .info .buttons span {
          display: block;
          float: left;
          width: 114px;
          height: 25px;
          margin: 0;
          padding: 0;
          background: url(../images/buttons_bg.png) no-repeat 0 0;
          line-height: 25px;
          font-size: 11px;
          text-transform: uppercase;
          text-align: center;
          font-weight: 600;
          color: #fff;
          text-indent: 0; }
          #featured.event_list .entry .info .buttons a:hover, #featured.event_list .entry .info .buttons a:link:hover, #featured.event_list .entry .info .buttons a:visited:hover, #featured.event_list .entry .info .buttons span:hover {
            background: #222; }
          #featured.event_list .entry .info .buttons a.tickets, #featured.event_list .entry .info .buttons a.onsale, #featured.event_list .entry .info .buttons a:link.tickets, #featured.event_list .entry .info .buttons a:link.onsale, #featured.event_list .entry .info .buttons a:visited.tickets, #featured.event_list .entry .info .buttons a:visited.onsale, #featured.event_list .entry .info .buttons span.tickets, #featured.event_list .entry .info .buttons span.onsale {
            background-position: right 0; }
        #featured.event_list .entry .info .buttons span {
          cursor: default; }
      #featured.event_list .entry .info.active {
        display: block; }
    #featured.event_list .entry .thumb {
      display: block;
      width: 228px;
      height: 125px;
      position: absolute;
      top: 0px;
      left: 0px;
      background: none;
      border: none;
      float: none;
      margin: 0; }
      #featured.event_list .entry .thumb a, #featured.event_list .entry .thumb a:link, #featured.event_list .entry .thumb a:visited {
        width: 100%;
        height: 100%;
        border: 0; }
        #featured.event_list .entry .thumb a img, #featured.event_list .entry .thumb a:link img, #featured.event_list .entry .thumb a:visited img {
          width: 100%;
          height: 100%;
          padding: 0;
          margin: 0; }

.list_holder {
  position: relative;
  z-index: 10;
  margin: 0 4px;
  overflow: hidden;
  width: 692px;
  height: 125px; }
  .list_holder .group {
    float: left;
    height: 125px;
    padding: 0; }

/* /////////////////////////////////////////////////////
= @group FAQ
 ///////////////////////////////////////////////////// */
div.anchor {
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center; }
  div.anchor a, div.anchor span {
    padding: 5px;
    background-color: #000;
    border: 1px solid #666;
    margin-right: 3px;
    font-size: 12px; }
  div.anchor a:hover {
    padding: 8px;
    text-decoration: none; }

p.faq-divider {
  text-align: center;
  background: black;
  color: #0068b3;
  padding: 3px 0px; }

.faq {
  clear: both;
  position: relative;
  margin: 5px 0;
  padding: 0;
  *zoom: 1; }
  .faq:before, .faq:after {
    content: "\0020";
    display: table; }
  .faq:after {
    clear: both; }
  .faq .faq_close {
    text-align: right;
    margin-top: -10px;
    margin-bottom: 10px; }
    .faq .faq_close a {
      font-weight: 300; }
  .faq dl {
    margin: 0px;
    padding: 0;
    list-style-type: none; }
  .faq dt {
    margin: 0 0 10px 0;
    padding: 0px 0 0 25px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    font-weight: bold; }
    .faq dt:before {
      position: absolute;
      top: 0px;
      left: 0;
      display: block;
      width: 25px;
      height: 20px;
      content: '[+]';
      color: #f39d13;
      font-weight: 100; }
    .faq dt.active::before {
      content: '[-]';
      letter-spacing: 2px; }
    .faq dt:first-child {
      border: 0; }
    .faq dt p {
      font-weight: 100;
      margin: 0;
      padding: 0;
      line-height: 18px;
      color: #451E3D; }
  .faq dd {
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 3px 0 0px; }
    .faq dd p {
      line-height: 20px;
      font-weight: 400;
      margin: 0 0 10px 0; }
      .faq dd p a {
        color: #f39d13;
        text-decoration: none; }
        .faq dd p a:hover {
          text-decoration: underline; }
    .faq dd img {
      margin: 5px 10px 10px;
      padding: 1px;
      border: 1px dotted #808080;
      float: right; }
    .faq dd ol, .faq dd ul {
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      list-style: none;
      margin-bottom: 12px;
      padding-left: 32px; }

/* @end */
/************ FAQ Override for Live Access Now **************/
.live-access-now .faq, #events.detail .faq {
  clear: both;
  position: relative;
  margin: 5px 0;
  padding: 0;
  *zoom: 1; }
  .live-access-now .faq:before, .live-access-now .faq:after, #events.detail .faq:before, #events.detail .faq:after {
    content: "\0020";
    display: table; }
  .live-access-now .faq:after, #events.detail .faq:after {
    clear: both; }
  .live-access-now .faq .faq_close, #events.detail .faq .faq_close {
    text-align: right;
    margin-top: -10px; }
    .live-access-now .faq .faq_close a, #events.detail .faq .faq_close a {
      font-weight: 300; }
  .live-access-now .faq dl, #events.detail .faq dl {
    margin: 0 -12px 20px -12px;
    padding: 0;
    list-style-type: none; }
  .live-access-now .faq dt, #events.detail .faq dt {
    border: 1px solid #27252A;
    background-color: #000;
    padding: 20px;
    margin: 0 0 6px 0;
    margin-top: 5px;
    font-size: 13px;
    position: relative;
    background: #000 url(../images/bg_gold-lg.png) no-repeat bottom center; }
    .live-access-now .faq dt:before, #events.detail .faq dt:before {
      display: none; }
    .live-access-now .faq dt.active::before, #events.detail .faq dt.active::before {
      display: none; }
    .live-access-now .faq dt.active p:after, #events.detail .faq dt.active p:after {
      background: url(../images/expand-a.png) no-repeat; }
    .live-access-now .faq dt:first-child, #events.detail .faq dt:first-child {
      background: #000 url(../images/bg_diamond-lg.png) no-repeat bottom center;
      border: 1px solid #27252A; }
      .live-access-now .faq dt:first-child p, #events.detail .faq dt:first-child p {
        color: #bfe8ff; }
    .live-access-now .faq dt:nth-child(5), #events.detail .faq dt:nth-child(5) {
      background: #000 url(../images/bg_silver-lg.png) no-repeat bottom center; }
      .live-access-now .faq dt:nth-child(5) p, #events.detail .faq dt:nth-child(5) p {
        color: #acacac; }
    .live-access-now .faq dt p, #events.detail .faq dt p {
      text-transform: uppercase;
      color: #eedf63;
      font-size: 18px;
      margin-left: 5px;
      font-weight: 200; }
      .live-access-now .faq dt p:after, #events.detail .faq dt p:after {
        content: " ";
        position: relative;
        background: url(../images/expand.png) no-repeat;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        display: inline-block; }
  .live-access-now .faq dd, #events.detail .faq dd {
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 10px; }
    .live-access-now .faq dd .faq_close, #events.detail .faq dd .faq_close {
      display: none; }
    .live-access-now .faq dd .holder, #events.detail .faq dd .holder {
      width: 600px; }
    .live-access-now .faq dd p, #events.detail .faq dd p {
      color: white;
      line-height: 20px;
      font-weight: 400; }
      .live-access-now .faq dd p a, #events.detail .faq dd p a {
        color: #7ac142;
        text-decoration: none; }
        .live-access-now .faq dd p a:hover, #events.detail .faq dd p a:hover {
          text-decoration: underline; }
    .live-access-now .faq dd img, #events.detail .faq dd img {
      margin: 5px 10px 10px;
      padding: 1px;
      border: 1px dotted #808080;
      float: right; }
    .live-access-now .faq dd ol, .live-access-now .faq dd ul, #events.detail .faq dd ol, #events.detail .faq dd ul {
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      list-style: none;
      margin-bottom: 12px;
      padding-left: 32px; }
      .live-access-now .faq dd ol li, .live-access-now .faq dd ul li, #events.detail .faq dd ol li, #events.detail .faq dd ul li {
        background: url("../images/ico_gold.png") no-repeat 8px 6px;
        padding: 0 0 4px 22px;
        margin-bottom: 5px; }
    .live-access-now .faq dd:nth-child(2) li, #events.detail .faq dd:nth-child(2) li {
      background: url("../images/ico_diamond.png") no-repeat 8px 6px; }
    .live-access-now .faq dd:nth-child(6) li, #events.detail .faq dd:nth-child(6) li {
      background: url("../images/ico_silver.png") no-repeat 8px 6px; }

/************ FAQ Override for Event Detail **************/
#events.detail .faq dl {
  margin: 0px; }
#events.detail .faq .dt_group {
  width: 300px;
  height: 347px;
  overflow: hidden;
  float: left;
  border: 1px solid #27252A;
  background-color: #000; }
  #events.detail .faq .dt_group:first-child {
    background: #000 url(../images/bg_diamond.png) no-repeat bottom center; }
    #events.detail .faq .dt_group:first-child dt p {
      color: #bfe8ff; }
    #events.detail .faq .dt_group:first-child li {
      background: url("../images/ico_diamond.png") no-repeat 8px 6px; }
  #events.detail .faq .dt_group:nth-child(2) {
    background: #000 url(../images/bg_gold.png) no-repeat bottom center;
    margin: 0 9px; }
    #events.detail .faq .dt_group:nth-child(2) dt p {
      color: #eedf63; }
    #events.detail .faq .dt_group:nth-child(2) li {
      background: url("../images/ico_gold.png") no-repeat 8px 6px; }
  #events.detail .faq .dt_group:last-child {
    background: #000 url(../images/bg_silver.png) no-repeat bottom center; }
    #events.detail .faq .dt_group:last-child dt p {
      color: #acacac; }
    #events.detail .faq .dt_group:last-child li {
      background: url("../images/ico_silver.png") no-repeat 8px 6px; }
#events.detail .faq dt {
  margin-top: 0px;
  padding: 20px 20px 5px 20px;
  background-color: transparent; }
  #events.detail .faq dt:first-child {
    background: none;
    border: none; }
  #events.detail .faq dt p:after {
    display: none; }
#events.detail .faq dd {
  padding: 10px 35px 0 18px;
  display: block;
  height: 220px;
  overflow: hidden; }
  #events.detail .faq dd ul {
    padding: 0; }
#events.detail .faq .diamond-button, #events.detail .faq .gold-button, #events.detail .faq .silver-button {
  height: 25px;
  display: block;
  text-align: center;
  width: 80%;
  padding: 4px 0 6px;
  margin: 15px auto 0 auto;
  font-weight: 200;
  font-size: 14px;
  text-transform: uppercase; }
  #events.detail .faq .diamond-button:hover, #events.detail .faq .gold-button:hover, #events.detail .faq .silver-button:hover {
    text-decoration: none; }

/* ----------------------------------------------------------------------------
=centent tabs style. Built using FAQs
----------------------------------------------------------------------------- */
.opportunities .faq,
.comcast-coliseum-club .faq,
.directors-suite .faq,
.executive-suites .faq,
.why-partner .faq {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 0 10px 0; }
  .opportunities .faq dl,
  .comcast-coliseum-club .faq dl,
  .directors-suite .faq dl,
  .executive-suites .faq dl,
  .why-partner .faq dl {
    position: relative;
    background: #eee;
    border: 1px solid #ccc;
    width: auto;
    height: 500px;
    margin-top: 28px;
    padding: 0 0 10px 0;
    font-size: 11px;
    zoom: 1; }
    .opportunities .faq dl dt,
    .comcast-coliseum-club .faq dl dt,
    .directors-suite .faq dl dt,
    .executive-suites .faq dl dt,
    .why-partner .faq dl dt {
      float: left;
      display: block;
      position: relative;
      width: auto;
      top: -28px;
      border-top: none;
      margin: 0 0 0 2px;
      padding: 5px 14px 5px 15px;
      cursor: pointer;
      overflow: hidden;
      background: #db0000;
      /* Old browsers */
      background: -moz-linear-gradient(top, #db0000 1%, #940808 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #db0000), color-stop(100%, #940808));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #db0000 1%, #940808 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #db0000 1%, #940808 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #db0000 1%, #940808 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #db0000 1%, #940808 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#940808',GradientType=0 );
      /* IE6-9 */
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px; }
      .opportunities .faq dl dt:hover,
      .comcast-coliseum-club .faq dl dt:hover,
      .directors-suite .faq dl dt:hover,
      .executive-suites .faq dl dt:hover,
      .why-partner .faq dl dt:hover {
        background: #a3a3a3;
        box-shadow: none; }
      .opportunities .faq dl dt p,
      .comcast-coliseum-club .faq dl dt p,
      .directors-suite .faq dl dt p,
      .executive-suites .faq dl dt p,
      .why-partner .faq dl dt p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        text-transform: none; }
      .opportunities .faq dl dt.active,
      .comcast-coliseum-club .faq dl dt.active,
      .directors-suite .faq dl dt.active,
      .executive-suites .faq dl dt.active,
      .why-partner .faq dl dt.active {
        background: #c3c3c3;
        /* Old browsers */
        background: -moz-linear-gradient(top, #c3c3c3 1%, #eeeeee 12%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c3c3c3), color-stop(12%, #eeeeee));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c3c3c3 1%, #eeeeee 12%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c3c3c3 1%, #eeeeee 12%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c3c3c3 1%, #eeeeee 12%);
        /* IE10+ */
        background: linear-gradient(to bottom, #c3c3c3 1%, #eeeeee 12%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#eeeeee',GradientType=0 );
        /* IE6-9 */
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc; }
        .opportunities .faq dl dt.active p,
        .comcast-coliseum-club .faq dl dt.active p,
        .directors-suite .faq dl dt.active p,
        .executive-suites .faq dl dt.active p,
        .why-partner .faq dl dt.active p {
          background: none;
          color: #333;
          text-shadow: 0px 1px 1px #fff; }
    .opportunities .faq dl dd,
    .comcast-coliseum-club .faq dl dd,
    .directors-suite .faq dl dd,
    .executive-suites .faq dl dd,
    .why-partner .faq dl dd {
      display: none;
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      height: 450px;
      background: none;
      padding: 10px 12px 0;
      overflow: hidden;
      zoom: 1; }
      .opportunities .faq dl dd p,
      .comcast-coliseum-club .faq dl dd p,
      .directors-suite .faq dl dd p,
      .executive-suites .faq dl dd p,
      .why-partner .faq dl dd p {
        font-size: 13px;
        line-height: 24px; }
      .opportunities .faq dl dd img,
      .comcast-coliseum-club .faq dl dd img,
      .directors-suite .faq dl dd img,
      .executive-suites .faq dl dd img,
      .why-partner .faq dl dd img {
        margin-right: 0; }
  .opportunities .faq .tabbed_left,
  .comcast-coliseum-club .faq .tabbed_left,
  .directors-suite .faq .tabbed_left,
  .executive-suites .faq .tabbed_left,
  .why-partner .faq .tabbed_left {
    float: left;
    position: relative;
    width: 255px;
    padding: 3px 10px 3px 3px; }
  .opportunities .faq .tabbed_right,
  .comcast-coliseum-club .faq .tabbed_right,
  .directors-suite .faq .tabbed_right,
  .executive-suites .faq .tabbed_right,
  .why-partner .faq .tabbed_right {
    float: right;
    position: relative;
    width: 286px;
    margin: 0 10px 0 0;
    text-align: center; }
  .opportunities .faq ul,
  .comcast-coliseum-club .faq ul,
  .directors-suite .faq ul,
  .executive-suites .faq ul,
  .why-partner .faq ul {
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px; }
    .opportunities .faq ul li,
    .comcast-coliseum-club .faq ul li,
    .directors-suite .faq ul li,
    .executive-suites .faq ul li,
    .why-partner .faq ul li {
      background: url("../images/bullet02.png") no-repeat 8px 4px;
      padding: 0 0 4px 22px; }

.map_holder {
  display: block;
  width: 100%;
  height: 400px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #CCCCCC;
  -moz-box-shadow: 0 9px 5px -10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 9px 5px -10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 9px 5px -10px rgba(0, 0, 0, 0.8);
  margin-bottom: 10px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }
  .map_holder .map_control {
    display: none; }

.map_window .info {
  padding: 0 0 4px;
  margin: 0 0 8px; }
  .map_window .info h4 {
    color: #0068b3; }
  .map_window .info address {
    color: black;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 140%; }
.map_window .desc {
  float: left;
  width: 120px; }
  .map_window .desc img {
    float: left;
    margin: 0 15px 0 0;
    width: 120px;
    height: auto; }
  .map_window .desc p {
    padding: 0;
    margin: 0; }
.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions form {
    display: none; }
  .map_window .directions label {
    display: none;
    font-size: 12px;
    margin: 0 0 8px; }
  .map_window .directions input {
    border: 1px solid #999;
    padding: 3px 5px;
    margin: 0 0 8px;
    width: 70%;
    font-size: 12px;
    color: #000; }
  .map_window .directions form button {
    float: right;
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 5px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .map_window .directions form button:hover {
      background: #000; }

.directions_form {
  width: 100%;
  margin: 62px 0 10px 0;
  position: relative;
  *zoom: 1; }
  .footer_blocks .directions_form {
    margin: 0; }
  .directions_form:before, .directions_form:after {
    content: "\0020";
    display: table; }
  .directions_form:after {
    clear: both; }
  .directions_form input[type=text] {
    background: none;
    border: 1px solid #CCC;
    color: #9c979c;
    padding: 3px;
    font-size: 12px;
    float: left;
    width: 295px;
    height: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footer_blocks .directions_form input[type=text].end {
      display: none; }
    .directions_form input[type=text].end {
      margin-left: 15px; }
  .directions_form button {
    background: #D98315 url('../images/rs-default.png?1484239795') no-repeat -66px -63px;
    width: 26px;
    height: 32px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    float: right; }
    .directions_form button:hover {
      background-color: #f39d13; }

#directionsPanel .adp-list {
  color: #111; }
#directionsPanel .adp-legal {
  text-align: center; }
#directionsPanel .adp-placemark {
  background-color: #241325;
  text-align: center;
  width: 100%;
  border: none; }
  #directionsPanel .adp-placemark td {
    line-height: 38px;
    color: #fff; }
#directionsPanel .adp-directions {
  width: 100%; }

#map_small .map_holder {
  width: 100%;
  height: 187px;
  margin-top: 10px;
  overflow: hidden;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 500px; }

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0; }

#jquery-lightbox a img {
  border: none; }

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

#lightbox-container-image {
  padding: 10px; }

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

#lightbox-container-image-box > #lightbox-nav {
  left: 0; }

#lightbox-nav a {
  outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block; }

#lightbox-nav-btnPrev {
  left: 0;
  float: left; }

#lightbox-nav-btnNext {
  right: 0;
  float: right; }

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
  box-sizing: content-box; }

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666; }

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left; }

#lightbox-image-details-caption {
  font-weight: bold; }

#lightbox-image-details-currentNumber {
  display: none !important;
  font-size: 0px;
  line-height: 0px;
  clear: left;
  padding-bottom: 1.0em; }

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em; }

/* @group Seating Charts */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  padding: 15px;
  background: #fff; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-container .royalSlider {
  height: 600px;
  width: 800px; }
  .mfp-container .royalSlider .rsThumbsHor {
    margin-top: 40px; }
  .mfp-container .royalSlider .rsThumb {
    width: 160px;
    height: 86px;
    overflow: hidden;
    text-align: center; }
    .mfp-container .royalSlider .rsThumb img {
      height: auto;
      width: 160px;
      min-height: 86px;
      margin: 0 auto; }
  .mfp-container .royalSlider .rsArrowIcn {
    bottom: 50%;
    margin-bottom: -20px; }
  .mfp-container .royalSlider .rsGCaption {
    padding: 0;
    text-align: center;
    height: 18px;
    min-height: 18px;
    overflow: hidden;
    font: bold 14px/18px "Lucida Sans", "Lucida Grande", sans-serif;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0; }

.photo_gallery {
  float: left;
  width: 190px;
  height: 190px;
  margin: 20px 4px 0px 5px;
  padding: 5px;
  position: relative; }
  .photo_gallery .royalSlider {
    height: auto; }
    .photo_gallery .royalSlider .rsGCaption, .photo_gallery .royalSlider a.rsImg {
      display: none; }
  .photo_gallery .set .thumb img {
    max-width: 190px; }
  .photo_gallery .open-gallery-link {
    width: 200px;
    height: 108px;
    overflow: hidden; }
    .photo_gallery .open-gallery-link img {
      width: 100%;
      height: 102px; }
  .photo_gallery .view-gallery {
    margin: 5px 0;
    color: #f39d13;
    background: #251E28;
    text-align: center;
    font-size: 11px;
    padding: 3px 3px 5px 3px; }
  .photo_gallery h2 {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 5px;
    min-height: auto;
    font: bold 12px/14px "Helvetica Neue","Helvetica",Arial,Helvetica,sans-serif;
    height: auto;
    max-height: 42px;
    overflow: hidden;
    border-bottom: none;
    text-transform: none; }
  .photo_gallery p {
    height: 1.5em;
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding: 3px 5px 0;
    margin: 0;
    color: #A483A4;
    font-size: 11px;
    font-weight: 200;
    line-height: 125%; }
  .photo_gallery a:hover {
    text-decoration: none; }
  .photo_gallery:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }

/* @end */
/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */
/* The wrapper div */
div.datePicker {
  position: absolute;
  min-width: 24em;
  width: 24em;
  z-index: 9999;
  text-align: center;
  /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
  font: 900 1.1em/1.1em Verdana, Sans-Serif;
  /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
  /* font:900 77%/77% Verdana; */
  background: transparent;
  /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
  -moz-user-select: none;
  -khtml-user-select: none; }

/* Styles for the static datePickers */
div.staticDP {
  position: relative;
  top: 5px;
  left: 0; }

/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack {
  position: absolute;
  background: #fff;
  z-index: 9998;
  padding: 0;
  border: 0;
  display: none;
  margin: 0; }

/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus {
  /*position:relative;*/
  /* Moz & FF */
  display: -moz-inline-stack;
  border: 0 none;
  padding: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  /*Hide Calendar image */
  visibility: hidden;
  /*min-width:16px;*/
  width: 0px;
  /*margin:0 0 0 4px;*/
  margin: 0px; }

/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control {
  width: 16px; }

a.date-picker-control {
  /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
  display: inline-block; }

a.date-picker-control span {
  display: inline;
  width: 0px;
  height: 0px;
  margin: auto 0; }

/* The next & previous buttons */
div.datePicker th span {
  display: inline;
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 1em;
  border-width: 0;
  font-family: georgia, times new roman, palatino, times, bookman, serif;
  background: transparent;
  font-weight: bold;
  cursor: pointer; }

div.datePicker th span.month-display,
div.datePicker th span.year-display {
  text-transform: uppercase;
  letter-spacing: 1px;
  font: normal 1.2em Verdana, Sans-Serif;
  cursor: default; }

div.datePicker th span.prev-but,
div.datePicker th span.next-but {
  font-size: 1.8em;
  cursor: pointer !important; }

div.datePicker th span.today-but {
  text-align: center;
  margin: 0 auto;
  font: normal 1em Verdana, Sans-Serif;
  width: 100%;
  text-decoration: none;
  line-height: 1.6em;
  text-transform: uppercase;
  cursor: pointer !important; }

div.datePicker thead th span.fd-disabled {
  color: #aaa;
  cursor: default !important; }

/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header {
  text-align: center;
  margin: 0 auto;
  font: 900 1em Verdana, Sans-Serif;
  height: 1.4em;
  width: 2em;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.4em; }

/* The table */
div.datePicker table {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  width: 100%;
  border-spacing: 2px;
  table-layout: fixed;
  border-collapse: separate; }

/* Common TD & TH styling */
div.datePicker table td {
  border: 1px solid #ccc;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  /* Opera requires a line-height bigger than 1em in order to redraw properly */
  line-height: 1.2em;
  cursor: pointer;
  background: #fff;
  width: 3em;
  height: 3em !important;
  height: 2.8em;
  outline: none; }

div.datePicker table th {
  border: 0 none;
  padding: 0;
  line-height: 1em;
  font-weight: bold;
  color: #222;
  text-align: center;
  vertical-align: middle; }

div.datePicker table td.date-picker-unused {
  background: #fff;
  border-color: #dcdcdc;
  padding: 0;
  cursor: default !important; }

div.datePicker table thead th.date-picker-title {
  width: auto;
  height: auto;
  padding: 0.4em 0; }

/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header {
  text-transform: lowercase;
  width: 3em; }

div.datePicker table th.date-picker-day-header span {
  display: block; }

/* The "todays date" style */
div.datePicker table td.date-picker-today {
  background: #fff;
  color: #646464 !important; }

/* The "selected date" style */
div.datePicker table td.date-picker-selected-date {
  color: #333 !important;
  border-color: #333 !important; }

/* the "highlight days" style */
td.date-picker-highlight {
  color: #a86666; }

/* The date "out of range" style */
div.datePicker table td.out-of-range {
  color: #ccc !important;
  font-style: oblique;
  background: #fcfcfc !important;
  cursor: default !important; }

/* The "disabled days" style */
div.datePicker table td.day-disabled {
  color: #aaa !important;
  background: transparent !important;
  cursor: default !important; }

/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover {
  background: #fff;
  cursor: pointer;
  border-color: #6482aa;
  color: #6482aa; }

/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/
/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td {
  background-image: none; }

* html div.datePicker table td.date-picker-unused {
  background: #f2f2f2; }

/* ----------------------------------------------------------------------------
=Social toolbar at top of webpage beside search box
----------------------------------------------------------------------------- */
.social {
  float: left;
  margin: -1px 0 0;
  padding: 0 13px 0 0;
  list-style: none; }
  .social li {
    position: relative;
    float: left;
    margin: 0 0 0 14px; }
    .social li:hover .tooltip {
      display: block; }
  .social a, .social .email {
    float: left;
    width: 24px;
    height: 21px;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px; }
    .social a.email, .social .email.email {
      background-position: 0 0; }
    .social a.twitter, .social .email.twitter {
      background-position: -24px 0; }
    .social a.facebook, .social .email.facebook {
      background-position: -48px 0; }

.social .tooltip {
  display: none;
  position: absolute;
  top: 20px;
  left: -288px;
  width: 600px;
  padding: 14px 0 0;
  font-weight: 700;
  line-height: 15px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  z-index: 10; }
  .social .tooltip .mask {
    position: absolute;
    top: 2px;
    left: 50%;
    width: 24px;
    height: 16px;
    background: url("../images/sprite.png") no-repeat 0 -26px;
    margin: 0 0 0 -12px;
    overflow: hidden;
    text-indent: -9999px; }

.social .tooltip-holder {
  display: inline-block;
  background: #fcfcfc;
  border: 1px solid #cdcdcd;
  padding: 6px 9px; }

/* ////////////////////////////////////////////////////
   News/Social Widget on homepage
//////////////////////////////////////////////////// */
.social_status {
  color: #190C19;
  height: 250px;
  width: 300px;
  margin: 0 0 0;
  padding: 0;
  float: left;
  position: relative;
  background: white url(../images/bg-drop.gif) repeat-x 0 100%; }
  .social_status .status {
    display: none;
    float: left;
    z-index: 90; }
    .social_status .status.active {
      display: block;
      overflow: hidden;
      width: 270px;
      height: 260px;
      margin: 0;
      padding: 5px; }
    .social_status .status .twitter_status {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .social_status .status .twitter_status ul {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        height: 240px;
        list-style-type: none;
        color: #190C19;
        overflow: hidden; }
        .social_status .status .twitter_status ul li {
          margin: 0;
          padding: 6px 5px 7px;
          line-height: 130%;
          height: auto;
          border-bottom: 1px solid #bababa;
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          overflow: hidden; }
          .social_status .status .twitter_status ul li:first-child {
            border-top: none; }
          .social_status .status .twitter_status ul li.tweet_content_2 {
            border-bottom: none; }
          .social_status .status .twitter_status ul li span {
            font-weight: 500;
            font-size: 11px;
            text-shadow: 0px 0px 1px #aaaaaa; }
            .social_status .status .twitter_status ul li span a, .social_status .status .twitter_status ul li span a:link, .social_status .status .twitter_status ul li span a:visited {
              color: #190C19;
              text-decoration: none; }
              .social_status .status .twitter_status ul li span a:hover, .social_status .status .twitter_status ul li span a:focus, .social_status .status .twitter_status ul li span a:link:hover, .social_status .status .twitter_status ul li span a:link:focus, .social_status .status .twitter_status ul li span a:visited:hover, .social_status .status .twitter_status ul li span a:visited:focus {
                text-decoration: underline; }
          .social_status .status .twitter_status ul li p {
            padding: 0;
            margin: 0; }
          .social_status .status .twitter_status ul li small {
            color: #08333D;
            font-weight: 500;
            font-size: 10px;
            text-transform: uppercase;
            display: block;
            padding-top: 4px; }
            .social_status .status .twitter_status ul li small a, .social_status .status .twitter_status ul li small a:link, .social_status .status .twitter_status ul li small a:visited {
              color: #08333D;
              font-weight: 500;
              font-size: 10px;
              text-transform: uppercase;
              text-decoration: none; }
              .social_status .status .twitter_status ul li small a:hover, .social_status .status .twitter_status ul li small a:link:hover, .social_status .status .twitter_status ul li small a:visited:hover {
                text-decoration: underline; }
  .social_status #status_news {
    padding: 5px 10px;
    height: 260px; }
    .social_status #status_news ul {
      list-style: none; }
      .social_status #status_news ul li {
        padding: 4px 0 3px;
        border-top: 1px solid #bababa; }
        .social_status #status_news ul li:first-child {
          border-top: 0px; }
        .social_status #status_news ul li #news_item .news_date {
          color: red; }
        .social_status #status_news ul li #news_item h3 {
          font-size: 11px;
          margin-bottom: 3px; }
    .social_status #status_news a.newsbtn {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #950A02;
      color: #fff;
      padding: 3px 9px; }
  .social_status ul.social_news {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    float: left;
    width: 30px;
    height: 100%;
    z-index: 100; }
  .social_status .social {
    background-color: #363636;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF363636', endColorstr='#FF696969');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #363636), color-stop(100%, #696969));
    background-image: -moz-linear-gradient(top, #363636 0%, #696969 100%);
    background-image: -webkit-linear-gradient(top, #363636 0%, #696969 100%);
    background-image: linear-gradient(to bottom, #363636 0%, #696969 100%); }
    .social_status .social.active {
      background: none; }
  .social_status .fb, .social_status .twitter, .social_status .social {
    display: block;
    height: 33.3%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    width: 30px; }
    .social_status .fb a, .social_status .twitter a, .social_status .social a {
      display: block;
      height: 100%;
      background: url(../images/sprite.png) no-repeat -175px 0;
      width: 100%;
      padding: 0;
      text-indent: -50000px; }
  .social_status .fb {
    left: 0px;
    top: 33.3%; }
    .social_status .fb a {
      background-position: -172px 0; }
      .social_status .fb a:hover, .social_status .fb a:focus {
        background-position: -142px 0; }
    .social_status .fb.active a {
      background-position: -142px 0; }
    .social_status .fb.active:hover a, .social_status .fb.active:focus a {
      background-position: -142px 0; }
    .social_status .fb:hover, .social_status .fb.social:hover {
      background: none; }
  .social_status .twitter {
    left: 0;
    top: 0; }
    .social_status .twitter a {
      background-position: -111px 0; }
      .social_status .twitter a:hover, .social_status .twitter a:focus {
        background-position: -80px 0; }
    .social_status .twitter.active a {
      background-position: -80px 0; }
    .social_status .twitter.active:hover a, .social_status .twitter.active:focus a {
      background-position: -80px 0; }
    .social_status .twitter:hover, .social_status .twitter.social:hover {
      background: none; }
  .social_status .newsfeed {
    left: 0;
    top: 66.6%;
    height: 33.6%; }
    .social_status .newsfeed a {
      background-position: -232px 0; }
      .social_status .newsfeed a:hover, .social_status .newsfeed a:focus {
        background-position: -202px 0; }
    .social_status .newsfeed.active a {
      background-position: -202px 0; }
    .social_status .newsfeed.active:hover a, .social_status .newsfeed.active:focus a {
      background-position: -202px 0; }
    .social_status .newsfeed:hover, .social_status .newsfeed.social:hover {
      background: none; }

/**
 * 07/26/2013
 * Overrode right column only on premiere-house page
 */
.premiere-house .newsletter-block, .premiere-house #todays-permieres, .premiere-house .text-ad {
  display: none; }

/**
 * Container and page overview styles
 */
.movies_page .container {
  padding: 0px 10px 20px 10px;
  min-height: 950px;
  background: url(../images/bg_white.png); }
  .movies_page .container .container {
    margin: 0;
    padding: 0;
    min-height: 0;
    background: none; }

[class*="dx-is-coming-to-regal-cinemas-la-live"] .movies_page .container {
  margin-top: 0; }

.movies_page .container .overview {
  width: 640px;
  margin-left: -10px; }
  .movies_page .container .overview p {
    padding: 20px 20px 0 20px;
    margin-bottom: 0px; }

.movies_page #column_2 .container {
  margin: 0;
  padding: 0;
  width: auto;
  min-height: 0px;
  background: none; }

/**
 * Todays premieres on right column
 */
#todays-permieres {
  font-size: 11px; }
  #todays-permieres .movie_entry {
    margin-bottom: 20px; }
  #todays-permieres p {
    line-height: 16px;
    margin: 0;
    padding: 0; }
  #todays-permieres h4 {
    margin: -4px 0px 5px 0px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: none; }
  #todays-permieres strong {
    font-weight: normal;
    color: #D98315; }
  #todays-permieres .genre, #todays-permieres .synopsis, #todays-permieres .open_caption {
    display: none; }
  #todays-permieres .thumb {
    float: left;
    width: 60px;
    margin-top: -4px; }
    #todays-permieres .thumb img {
      width: 60px; }
  #todays-permieres .info {
    float: right;
    width: 215px; }
  #todays-permieres .premiereStar {
    display: inline-block; }

/**
 * Listing for movies and upcoming movies
 */
.movie_list {
  margin-top: 30px;
  /**
   * Single movie
   */
  /**
   * Movies list filter
   */ }
  .movie_list .premiereStar {
    display: inline-block; }
  .movie_list strong {
    font-weight: normal;
    color: #D98315; }
  .movie_list h4 {
    margin: -4px 0px 4px 0px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }
    .coming-attractions .movie_list h4 {
      color: #f39d13;
      font-size: 15px;
      color: #f39d13;
      padding: 0;
      text-transform: uppercase;
      font-weight: 100;
      margin: 0;
      min-height: 17px;
      height: auto;
      min-height: 17px; }
    .movie_list h4.reveal-handle {
      cursor: pointer; }
      .movie_list h4.reveal-handle:before {
        content: "[+]";
        font-size: 13px;
        display: inline;
        position: relative;
        margin: 0 5px 0 0;
        color: #f39d13;
        cursor: pointer; }
      .movie_list h4.reveal-handle.active:before {
        content: "[–]";
        margin: 0 5px 0 0; }
  .movie_list .reveal-handle.active + div {
    display: block; }
  .movie_list .reveal-content {
    display: none; }
  .movie_list p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    padding: 0; }
    .coming-attractions .movie_list p {
      line-height: 20px;
      font-size: 13px; }
  .movie_list .movie_entry {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    *zoom: 1; }
    .movie_list .movie_entry:before, .movie_list .movie_entry:after {
      content: "\0020";
      display: table; }
    .movie_list .movie_entry:after {
      clear: both; }
    .coming-attractions .movie_list .movie_entry {
      margin-bottom: 20px; }
  .movie_list .thumb {
    float: left;
    width: 86px; }
    .coming-attractions .movie_list .thumb {
      width: 65px; }
      .coming-attractions .movie_list .thumb img {
        height: 70px;
        width: 47px; }
  .movie_list .info {
    float: right;
    width: 500px; }
    .coming-attractions .movie_list .info {
      float: left; }
  .movie_list .filter_row {
    height: 45px;
    position: relative; }
  .movie_list .select-bg {
    float: left; }
  .movie_list .skinned-select {
    display: none; }
  .movie_list .legend {
    float: right; }
    .movie_list .legend span {
      display: inline-block;
      width: 11px;
      height: 11px; }

.offers_list {
  position: relative;
  width: 100%; }
  .offers_list p.noevents {
    text-align: center;
    margin-top: 20px; }
  .offers_list .overview {
    position: relative; }
  .offers_list .list {
    margin: 14px 0  5px 0;
    padding: 35px 20px 10px 20px;
    height: auto;
    min-height: 715px;
    background: url(../images/bg_white.png);
    position: relative;
    display: block; }
    .offers_list .list p.noevents {
      padding: 10px; }
    .offers_list .list .entry {
      position: relative;
      padding: 0px;
      min-height: 40px;
      display: block;
      float: left;
      width: 100%;
      color: #fff;
      background: url(../images/ico_arrow.png) no-repeat 0px 5px;
      padding-left: 15px;
      list-style: none;
      margin-bottom: 15px; }
      .offers_list .list .entry .thumb {
        display: none; }
      .offers_list .list .entry .venue-name {
        position: absolute;
        top: 3px;
        right: 105px;
        width: 89px; }
      .offers_list .list .entry .date {
        position: absolute;
        top: 3px;
        left: 5px;
        width: 150px; }
      .offers_list .list .entry h2 {
        margin-left: 0px;
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        width: 250px;
        text-transform: none;
        border-bottom: none; }
        .offers_list .list .entry h2 a {
          color: #190c19; }
      .offers_list .list .entry .tagline {
        color: #a483a4; }
      .offers_list .list .entry .buttons {
        position: absolute;
        top: 3px;
        bottom: auto;
        right: 6px;
        width: 87px;
        text-transform: uppercase; }
        .offers_list .list .entry .buttons a.more {
          display: none; }
        .offers_list .list .entry .buttons a, .offers_list .list .entry .buttons a:visited, .offers_list .list .entry .buttons span {
          color: #f39d13;
          font-size: 13px;
          font-weight: normal; }
          .offers_list .list .entry .buttons a span.arrows, .offers_list .list .entry .buttons a:visited span.arrows, .offers_list .list .entry .buttons span span.arrows {
            color: #4d96c5; }
        .offers_list .list .entry .buttons span.tickets {
          display: none; }
          .offers_list .list .entry .buttons span.tickets:hover {
            text-decoration: none; }
  .offers_list .list.grid_view {
    margin: 14px 0 0 0;
    padding: 0;
    height: auto;
    min-height: 715px; }
    .featured .offers_list .list.grid_view {
      min-height: 350px; }
    .offers_list .list.grid_view .offer_list_labels {
      display: none; }
    .offers_list .list.grid_view .grid-row {
      *zoom: 1; }
      .offers_list .list.grid_view .grid-row:before, .offers_list .list.grid_view .grid-row:after {
        content: "\0020";
        display: table; }
      .offers_list .list.grid_view .grid-row:after {
        clear: both; }
    .offers_list .list.grid_view .grid-row > div + div + div {
      margin-right: 0px;
      width: 209px; }
    .offers_list .list.grid_view .entry {
      position: relative;
      width: 210px;
      height: 215px;
      padding: 5px;
      overflow: hidden;
      margin: 0 5px 5px 0;
      float: left;
      background: url(../images/bg_eventgrid.png);
      line-height: 15px; }
      .offers_list .list.grid_view .entry .info {
        position: relative;
        padding: 30px 0 0;
        height: 70px;
        z-index: 10;
        width: 200px;
        margin: 0; }
        .offers_list .list.grid_view .entry .info > div.venue-name {
          position: relative;
          top: 0;
          left: 0;
          width: auto;
          display: block;
          margin: 0 !important;
          padding: 0 !important;
          background: none !important;
          text-align: left;
          color: #190c19;
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: 11px;
          line-height: 15px; }
        .offers_list .list.grid_view .entry .info .date, .offers_list .list.grid_view .entry .info .tagline {
          width: auto;
          padding: 0;
          margin: 0;
          display: block;
          float: none;
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: 11px;
          line-height: 15px;
          color: #190c19;
          position: relative;
          top: auto;
          left: auto; }
        .offers_list .list.grid_view .entry .info h2 {
          float: none;
          width: 100%;
          margin: 0 0 0px 0;
          padding: 0;
          border-bottom: none;
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #333;
          height: auto;
          max-height: 28px;
          overflow: hidden;
          text-transform: none; }
          .offers_list .list.grid_view .entry .info h2 a {
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #190c19; }
            .offers_list .list.grid_view .entry .info h2 a:hover {
              text-decoration: underline; }
        .offers_list .list.grid_view .entry .info p {
          display: none; }
        .offers_list .list.grid_view .entry .info .buttons {
          position: absolute;
          display: block;
          bottom: auto;
          left: 0;
          right: auto;
          top: 6px;
          height: 21px;
          width: 100%;
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: 11px;
          line-height: 15px;
          font-weight: normal;
          text-align: center;
          color: #A483A4;
          background: #251E28;
          list-style: none;
          padding: 3px 3px 5px 3px;
          margin: 0px 0px 3px 0px; }
          .offers_list .list.grid_view .entry .info .buttons a,
          .offers_list .list.grid_view .entry .info .buttons a:visited,
          .offers_list .list.grid_view .entry .info .buttons span {
            display: inline-block;
            color: #f39d13;
            padding: 0 3px 0 5px;
            border-left: 1px solid #A483A4;
            font-size: 11px;
            text-transform: uppercase; }
            .offers_list .list.grid_view .entry .info .buttons a:first-child,
            .offers_list .list.grid_view .entry .info .buttons a:visited:first-child,
            .offers_list .list.grid_view .entry .info .buttons span:first-child {
              border-left: 0; }
          .offers_list .list.grid_view .entry .info .buttons span:hover {
            background: none; }
          .offers_list .list.grid_view .entry .info .buttons span.soon, .offers_list .list.grid_view .entry .info .buttons span.onsale {
            cursor: default;
            font-size: 11px; }
            .offers_list .list.grid_view .entry .info .buttons span.soon:hover, .offers_list .list.grid_view .entry .info .buttons span.onsale:hover {
              margin: 0; }
          .offers_list .list.grid_view .entry .info .buttons span.tickets {
            display: none;
            opacity: 0.7; }
            .offers_list .list.grid_view .entry .info .buttons span.tickets:hover {
              text-decoration: none; }
      .offers_list .list.grid_view .entry .thumb {
        display: block;
        position: relative;
        border: none;
        width: 200px;
        height: 100px;
        z-index: 1;
        margin: 0 auto 0px;
        padding: 0;
        float: none;
        overflow: visible;
        box-shadow: none; }
        .offers_list .list.grid_view .entry .thumb a {
          display: block;
          width: 200px;
          height: 100px;
          overflow: hidden; }
        .offers_list .list.grid_view .entry .thumb img {
          padding: 0;
          width: 100%;
          height: 100%; }

.offer_detail .form {
  border: 0; }
.full .offer_detail .overview {
  width: 960px; }
.offer_detail .overview p, .offer_detail .overview span {
  padding: 20px 20px 0 20px;
  margin-bottom: 0px;
  color: white; }
.offer_detail .overview .date {
  display: none; }
.offer_detail .description {
  margin-top: 20px;
  line-height: 22px; }
.offer_detail .image-left img {
  margin-right: 10px;
  float: left; }
.offer_detail .image-left h3 {
  margin: 0;
  padding: 0;
  font-size: 13px; }
.offer_detail .image-left p {
  margin: 0;
  padding: 0;
  line-height: 1.3; }
.offer_detail .image-left + p {
  margin: 0;
  padding: 0; }
.offer_detail .image-right img {
  margin-left: 10px;
  float: right; }
.offer_detail .image-right h3 {
  margin: 0;
  padding: 0;
  font-size: 13px; }
.offer_detail .image-right p {
  margin: 0;
  padding: 0;
  line-height: 1.3; }

.btn, a.btn, a.btn:visited, a[class*="btn"], [class*="btn"], button[class*="btn"], .thumb_ticket a.tickets, .thumb_ticket span.onsale {
  background: #555;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  font: 700 14px/40px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  cursor: pointer;
  text-shadow: -2px -2px 1px #333;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 10ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }
  .btn:visited, a.btn:visited, a.btn:visited:visited, a[class*="btn"]:visited, [class*="btn"]:visited, button[class*="btn"]:visited, .thumb_ticket a.tickets:visited, .thumb_ticket span.onsale:visited {
    color: #fff; }
  .btn:hover, a.btn:hover, a.btn:visited:hover, a[class*="btn"]:hover, [class*="btn"]:hover, button[class*="btn"]:hover, .thumb_ticket a.tickets:hover, .thumb_ticket span.onsale:hover {
    color: #fff; }
  .btn:active, a.btn:active, a.btn:visited:active, a[class*="btn"]:active, [class*="btn"]:active, button[class*="btn"]:active, .thumb_ticket a.tickets:active, .thumb_ticket span.onsale:active {
    color: #fff; }
  .btn:hover, a.btn:hover, a.btn:visited:hover, a[class*="btn"]:hover, [class*="btn"]:hover, button[class*="btn"]:hover, .thumb_ticket a.tickets:hover, .thumb_ticket span.onsale:hover {
    text-decoration: none;
    background: #D98315;
    text-shadow: -2px -2px 1px #D98315; }

a.btn-readmore, .btn-readmore, .thumb_ticket a.tickets, .thumb_ticket span.onsale {
  position: absolute;
  top: 0;
  right: -40px;
  width: auto;
  text-align: left;
  padding: 0 43px 0 15px; }
  a.btn-readmore:after, .btn-readmore:after, .thumb_ticket a.tickets:after, .thumb_ticket span.onsale:after {
    content: '';
    background: #999 url('../images/rs-default.png?1484239795') no-repeat -62px -60px;
    width: 30px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  a.btn-readmore:hover:after, .btn-readmore:hover:after, .thumb_ticket a.tickets:hover:after, .thumb_ticket span.onsale:hover:after {
    background-color: #f39d13; }
  a.btn-readmore.btn-buysell, .btn-readmore.btn-buysell, .thumb_ticket a.tickets.btn-buysell, .thumb_ticket span.onsale.btn-buysell {
    position: relative;
    top: auto;
    right: auto;
    float: left; }

/* ///////////////////////////////////////////////////////////
   Conditional IE Styles. Nest each browser under heading
   classes are generated by Modernizr and appear in HTML tag 
 /////////////////////////////////////////////////////////// */
.ie8 [class*="icons-"],
.ie8 .teams-block a {
  background-image: url("../images/icons-s33c32b167a.png"); }
.ie8 .icons-sprite, .ie8 .icons-arrow_purple, .ie8 .icons-arrowdown, .ie8 .icons-arrowwhitesmall, .ie8 .icons-ax_logo, .ie8 .icons-bg_dateselector, .ie8 .icons-btn_go, .ie8 .icons-btn_go_small, .ie8 .icons-btn_learnmore, .ie8 .icons-btn_print, .ie8 .icons-btn_readall, .ie8 .icons-btn_search, .ie8 .icons-btn_signup, .ie8 .icons-busch_logo, .ie8 .icons-cc_logo, .ie8 .icons-expand, .ie8 .event_detail .expandHeader h2:after, .event_detail .expandHeader .ie8 h2:after, .ie8 .icons-expandactive, .ie8 .icons-facebook, .ie8 .icons-facebook_small, .ie8 .icons-fsw_logo, .ie8 .icons-grid, .ie8 .icons-gridactive, .ie8 #view_btns a#grid_view_btn.active, #view_btns .ie8 a#grid_view_btn.active, .ie8 #view_btns a#grid_view.active, #view_btns .ie8 a#grid_view.active, .ie8 .icons-hotel_jw, .ie8 .icons-hotel_ritz, .ie8 .icons-ico_arrow, .ie8 .icons-ico_facebook, .ie8 .icons-ico_pdf, .ie8 .icons-ico_star, .ie8 .icons-ico_twitter, .ie8 .icons-instagram, .ie8 .icons-instagram_small, .ie8 .icons-list, .ie8 .icons-listactive, .ie8 #view_btns a#list_view_btn.active, #view_btns .ie8 a#list_view_btn.active, .ie8 #view_btns a#list_view.active, #view_btns .ie8 a#list_view.active, .ie8 .icons-mail, .ie8 .icons-microsoft_logo, .ie8 .icons-new_era_logo, .ie8 .icons-nokia_logo, .ie8 .icons-paging, .ie8 .paging .pages strong, .paging .pages .ie8 strong,
.ie8 .paging .pages a,
.paging .pages .ie8 a, .ie8 .icons-paging_next, .ie8 .paging .pages strong.next::before, .paging .pages .ie8 strong.next::before,
.ie8 .paging .pages a.next::before,
.paging .pages .ie8 a.next::before, .ie8 .icons-paging_prev, .ie8 .paging .pages strong.prev::before, .paging .pages .ie8 strong.prev::before,
.ie8 .paging .pages a.prev::before,
.paging .pages .ie8 a.prev::before, .ie8 .icons-pagingactive, .ie8 .icons-pan_logo, .ie8 .icons-parking_events, .ie8 .icons-parking_publictransportation, .ie8 .icons-parking_regalcinemas, .ie8 .icons-parking_restaurants, .ie8 .icons-pinterest, .ie8 .icons-pinterest_small, .ie8 .icons-print, .ie8 .icons-select-139, .ie8 .icons-snapchat, .ie8 .icons-stubhub, .ie8 .icons-stubhub_logo, .ie8 .icons-target_logo, .ie8 .icons-toyota_logo, .ie8 .icons-twitter, .ie8 .icons-twitter_small, .ie8 .icons-wells_logo, .ie8 .icons-youtube, .ie8 .icons-aeg-logo, .ie8 .icons-arrowdown, .ie8 .icons-clippers, .ie8 .icons-facebook, .ie8 .icons-facebook_small, .ie8 .icons-foursquare, .ie8 .icons-foursquare_small, .ie8 .icons-grid, .ie8 .icons-gridactive, .ie8 #view_btns a#grid_view_btn.active, #view_btns .ie8 a#grid_view_btn.active, .ie8 #view_btns a#grid_view.active, #view_btns .ie8 a#grid_view.active, .ie8 .event_list .overview .links a#grid_view.active, .ie8 .event_list.featured .overview #view_btns a#grid_view_btn.active, .ie8 .event_list.featured .overview #view_btns a#grid_view.active, .ie8 .icons-instagram, .ie8 .icons-instagram_small, .ie8 .icons-kings, .ie8 .icons-lakers, .ie8 .icons-list, .ie8 .icons-listactive, .ie8 #view_btns a#list_view_btn.active, #view_btns .ie8 a#list_view_btn.active, .ie8 #view_btns a#list_view.active, #view_btns .ie8 a#list_view.active, .ie8 .event_list .overview .links a#list_view.active, .ie8 .event_list.featured .overview #view_btns a#list_view_btn.active, .ie8 .event_list.featured .overview #view_btns a#list_view.active, .ie8 .icons-page-next, .ie8 .paging .pages strong.next::before, .ie8 .paging .pages a.next::before, .ie8 .icons-page-prev, .ie8 .paging .pages strong.prev::before, .ie8 .paging .pages a.prev::before, .ie8 .icons-parking-lot-map, .ie8 .icons-pinterest, .ie8 .icons-pinterest_small, .ie8 .icons-pre-paid-parking, .ie8 .icons-public-transportation, .ie8 .icons-sparks, .ie8 .icons-sponsor-american-express, .ie8 .icons-sponsor-anheuser-busch, .ie8 .icons-sponsor-coca-cola, .ie8 .icons-sponsor-delta, .ie8 .icons-sponsor-home-depot, .ie8 .icons-sponsor-mcdonalds, .ie8 .icons-sponsor-panasonic, .ie8 .icons-sponsor-san-manuel-indian-bingo-casino, .ie8 .icons-sponsor-staples, .ie8 .icons-sponsor-toyota, .ie8 .icons-sponsor-verizon, .ie8 .icons-sponsor-wells-fargo, .ie8 .icons-twitter, .ie8 .icons-twitter_small {
  background-image: url("../images/icons-s33c32b167a.png"); }
.ie8 .event_list .list.list_view .entry .buttons {
  right: 35px; }
.ie8 #events.all #column_1 {
  min-width: 630px; }

/*

/*

@import "carousel";
@import "teams";
@import "contests";
@import "concierge";
@import "typekit";
*/
