@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 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/
/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

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

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input, select {
  vertical-align: middle; }

/* END RESET CSS */
/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
/*body { font:13px/1.231 sans-serif; *font-size:small; }  hack retained to preserve specificity */
select, input, textarea, button {
  font: 99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* 
 * minimal base styles 
 */
body, select, input, textarea {
  color: #111; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

ul, ol {
  margin-left: 1.8em; }

ol {
  list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

textarea {
  overflow: auto; }

/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
  margin-left: -7px; }

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

/* hand cursor on clickable input elements */
input[type=button], input[type=submit], button {
  cursor: pointer; }

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

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

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

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

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

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

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

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1; }

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */
@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */ }
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */ }
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ }
/* ----------------------------------------------------------------------------
=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/
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Web Variables
----------------------------------------------------------------------------- */
/* page background and defaults */
/* ----------------------------------------------------------------------------
=Mobile Variables
----------------------------------------------------------------------------- */
/* Base Layout Colors */
/* Text Colors */
/* added 07/10/12 */
/* #FFC342 added 07/10/12 */
/* Dividers and Element Colors */
/* added 07/10/12 ****/
/* Base Backgrounds */
/* Event Item Size Variables */
/*____________________________* oocss grid system *____________________________________*/
.left,
.unit,
.col1of2,
.sitemap .column,
.col1of3,
.one_sidebar_right #column_2,
.one_sidebar_left #column_2,
.home_column #column_2,
.col2of3,
.one_sidebar_right #column_1,
.one_sidebar_left #column_1,
.home_column #column_1,
.col1of4,
.col3of4,
.col1of5,
.col2of5,
.col3of5,
.col4of5 {
  float: left; }

.right {
  float: right; }

.col1of1, .full, .one_sidebar_right, .one_sidebar_left, .home_column, .related-sponsors {
  float: none; }

.col1of2, .sitemap .column {
  width: 50%; }

.col1of3, .one_sidebar_right #column_2, .one_sidebar_left #column_2, .home_column #column_2 {
  width: 33.33333%; }

.col2of3, .one_sidebar_right #column_1, .one_sidebar_left #column_1, .home_column #column_1 {
  width: 66.66666%; }

.col1of4 {
  width: 25%; }

.col3of4 {
  width: 75%; }

.col1of5 {
  width: 20%; }

.col2of5 {
  width: 40%; }

.col3of5 {
  width: 60%; }

.col4of5 {
  width: 80%; }

.lastCol, .one_sidebar_right #column_2, .one_sidebar_left #column_1, .home_column #column_2, .sitemap #sitemap_column_2 {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1; }

.lastCol, .one_sidebar_right #column_2, .one_sidebar_left #column_1, .home_column #column_2, .sitemap #sitemap_column_2,
.lastUnit {
  float: none;
  width: auto;
  _position: relative;
  _left: -3px;
  _margin-right: -3px; }

/*______________________________________________________________________________________*/
.full .holder {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px; }

.one_sidebar_right #column_1 {
  padding-right: 13px; }
  .one_sidebar_right #column_1 .holder {
    width: 620px;
    min-height: 686px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 6px #666;
    zoom: 1; }
    .one_sidebar_right #column_1 .holder:before, .one_sidebar_right #column_1 .holder:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    .one_sidebar_right #column_1 .holder:after {
      clear: both; }

.one_sidebar_left #column_2 {
  padding-right: 13px; }
.one_sidebar_left #column_1 .holder {
  width: 620px;
  min-height: 551px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  zoom: 1; }
  .one_sidebar_left #column_1 .holder:before, .one_sidebar_left #column_1 .holder:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .one_sidebar_left #column_1 .holder:after {
    clear: both; }

.home_column #column_1 {
  padding-right: 13px; }
  .home_column #column_1 .holder {
    width: 620px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 20px 20px;
    zoom: 1; }
    .home_column #column_1 .holder:before, .home_column #column_1 .holder:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    .home_column #column_1 .holder:after {
      clear: both; }

/* ----------------------------------------------------------------------------
=Sprites
----------------------------------------------------------------------------- */
.icons, #toolbar .featured_event h2:before, #toolbar ul.social_toolbar li a.nwslink span, #toolbar ul.social_toolbar li a.fblink span, #toolbar ul.social_toolbar li a.twlink span, #toolbar #search button[type="submit"], .content ul li:before, .links a.rss, .links a.print, .links a.full_list, .bcktolisting:before, .link ul.list a, .link ul.list a.image, .link ul.list a.pdf, .link ul.list a.email, .home-slideshow .rsGCaption .buttons a.more-info:before, .home-slideshow .rsGCaption .buttons span.more-info:before, .home-slideshow .rsGCaption .buttons a.tickets:before, .home-slideshow .rsGCaption .buttons span.tickets:before, .home-slideshow .rsGCaption .buttons a.more-info:hover:before, .home-slideshow .rsGCaption .buttons span.more-info:hover:before, .home-slideshow .rsGCaption .buttons a.tickets:hover:before, .home-slideshow .rsGCaption .buttons span.tickets:hover:before, .event_list .overview .cal a span, .event_list .entry .info .button-container a.more:before,
.event_list .entry .info .button-container span.more:before, .event_list .entry .info .button-container a.tickets:before,
.event_list .entry .info .button-container span.tickets:before, .event_list .entry .info .button-container .free_show span:before, .event_detail .show_dates .showings_list .icons-ical, .event_detail .buy-buttons .ticket_buttons:before,
.event_detail .buy-buttons .free_show:before, .event_detail .buy-buttons .ticket_buttons:after,
.event_detail .buy-buttons .free_show:after, .event_detail .buy-buttons a.tickets:before,
.event_detail .buy-buttons span:before,
.event_detail .buy-buttons .free_show span:before, .faq ul li:before, #calendario .cal-content-reveal .buttons a.more:before, #calendario .cal-content-reveal .buttons a.more:link:before, #calendario .cal-content-reveal .buttons a.more:visited:before, #calendario .cal-content-reveal .buttons span.more:before, #calendario .cal-content-reveal .buttons a.tickets:before, #calendario .cal-content-reveal .buttons a.tickets:link:before, #calendario .cal-content-reveal .buttons a.tickets:visited:before, #calendario .cal-content-reveal .buttons span.tickets:before {
  background: url('../images/icons-se8c5e9d345.png') no-repeat; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  text-transform: uppercase; }
  h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited {
    text-decoration: none; }

h1, h2, h3 {
  margin: 0 0 8px;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px; }

h1 {
  font-size: 42px;
  color: #333; }

h2 {
  font-size: 28px;
  color: #910001; }

h3 {
  font-size: 22px;
  color: #333; }

h4 {
  margin: 0;
  padding: 0;
  font: 700 16px/150% "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
  letter-spacing: 1px;
  color: #333; }

h5 {
  margin: 0;
  padding: 0 0 2px;
  font: 500 16px/140% "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
  letter-spacing: 1px; }

h6 {
  margin: 0;
  padding: 0 0 4px;
  font: 500 16px/140% "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase; }

p, address {
  margin: 0 0 10px;
  padding: 0;
  line-height: 140%; }

ul, ol {
  margin: 0 0 0 5px;
  padding: 5px 0 8px 15px; }
  ul li, ol li {
    margin: 0;
    padding: 0 0 6px 0;
    list-style-type: inherit;
    line-height: 130%; }
  ul ul, ol ul {
    margin: 0; }

/*ol {
	list-style:none;
}*/
a {
  border: none;
  outline: none;
  color: #E3AC00;
  text-decoration: none; }
  a:hover, a:focus {
    color: #910002; }

hr {
  clear: both; }

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

blockquote {
  margin-bottom: 12px;
  padding: 0 17px;
  line-height: 18px; }

#toolbar {
  position: relative;
  width: 100%;
  height: 45px;
  background: #000 url("../images/bckgrd-globalhd.png") no-repeat center 0;
  z-index: 2; }
  #toolbar:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    left: 0;
    bottom: -45px; }
  #toolbar .toolbar_container {
    position: relative;
    width: 1000px;
    height: 45px;
    margin: 0 auto;
    text-align: right;
    z-index: 30; }
  #toolbar .featured_event,
  #toolbar #search,
  #toolbar ul.social_toolbar {
    float: left;
    display: inline-block;
    height: 43px; }
  #toolbar .featured_event {
    width: 55%;
    margin-top: 10px;
    margin-left: -27px;
    text-align: left; }
    #toolbar .featured_event h2 {
      float: left;
      display: inline-block;
      width: 133px;
      font-family: "franklin-gothic-ext-comp-urw", sans-serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 22px;
      letter-spacing: 0px;
      color: #E3AC00; }
      #toolbar .featured_event h2:before {
        content: "";
        display: block;
        position: relative;
        display: inline-block;
        background-position: 0 -831px;
        height: 17px;
        width: 17px;
        width: 17px;
        height: 17px;
        margin-top: 3px;
        margin-right: 8px; }
    #toolbar .featured_event ul {
      float: left;
      display: inline-block;
      height: 25px;
      margin-top: 1px;
      padding: 0;
      list-style: none;
      border-left: 2px solid #3F3F3F;
      padding-left: 6px;
      width: 400px;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      /* Required for IE8 */
      -o-text-overflow: ellipsis;
      /* Required for Opera */
      text-overflow: ellipsis; }
      #toolbar .featured_event ul li {
        margin: 0;
        padding: 0; }
        #toolbar .featured_event ul li a {
          font-family: "franklin-gothic-ext-comp-urw", sans-serif;
          font-size: 22px;
          line-height: 22px;
          font-weight: 400;
          color: #fff;
          text-decoration: none;
          text-transform: uppercase; }
          #toolbar .featured_event ul li a:hover {
            color: #E3AC00; }
        #toolbar .featured_event ul li span {
          font-family: "franklin-gothic-ext-comp-urw", sans-serif;
          font-size: 20px;
          color: #fff;
          text-transform: uppercase; }
  #toolbar ul.social_toolbar {
    margin-right: 5px;
    padding: 0;
    list-style: none; }
    #toolbar ul.social_toolbar li {
      float: left;
      width: 43px;
      height: 23px;
      overflow: hidden;
      margin: 11px 0 0;
      padding: 0px; }
      #toolbar ul.social_toolbar li a {
        display: block;
        width: 41px;
        height: 23px;
        overflow: hidden; }
        #toolbar ul.social_toolbar li a span {
          display: block;
          margin: 0 auto;
          text-indent: 200px; }
        #toolbar ul.social_toolbar li a.nwslink {
          border-right: 2px solid #3f3f3f; }
          #toolbar ul.social_toolbar li a.nwslink span {
            margin-top: 3px;
            background-position: 0 -858px;
            height: 16px;
            width: 20px;
            width: 22px; }
            #toolbar ul.social_toolbar li a.nwslink span:hover, #toolbar ul.social_toolbar li a.nwslink span.temail-hover {
              background-position: 0 -884px; }
        #toolbar ul.social_toolbar li a.fblink {
          border-right: 2px solid #3f3f3f; }
          #toolbar ul.social_toolbar li a.fblink span {
            margin-top: 2px;
            background-position: 0 -172px;
            height: 19px;
            width: 8px; }
            #toolbar ul.social_toolbar li a.fblink span:hover, #toolbar ul.social_toolbar li a.fblink span.facebook-hover {
              background-position: 0 -201px; }
        #toolbar ul.social_toolbar li a.twlink {
          border-right: 2px solid #3f3f3f; }
          #toolbar ul.social_toolbar li a.twlink span {
            margin-top: 2px;
            background-position: 0 -1013px;
            height: 18px;
            width: 23px; }
            #toolbar ul.social_toolbar li a.twlink span:hover, #toolbar ul.social_toolbar li a.twlink span.twitter-hover {
              background-position: 0 -1041px; }
        #toolbar ul.social_toolbar li a.iglink {
          border-right: 2px solid #3f3f3f; }
          #toolbar ul.social_toolbar li a.iglink span {
            margin-top: 0;
            background-position: 0 -903px;
            height: 22px;
            width: 22px;
            background: url("../images/icons-ig.png") no-repeat; }
            #toolbar ul.social_toolbar li a.iglink span:hover {
              background-position: 0px -22px; }
      #toolbar ul.social_toolbar li:last-child a {
        border-right: none !important; }
  #toolbar #search {
    height: 43px;
    position: relative;
    float: right;
    width: 280px;
    height: 31px;
    margin: 3px 0 0;
    padding: 0;
    background-color: #333;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF333333', endColorstr='#FF666666');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, rgba(102, 102, 102, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.3)));
    background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0.3) 5%, rgba(255, 255, 255, 0.3) 100%);
    background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.3) 5%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(102, 102, 102, 0.3) 5%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid #000;
    padding: 3px; }
    #toolbar #search input[type="text"] {
      float: left;
      width: 264px;
      height: 29px;
      background: #000;
      border: 0;
      margin: 0;
      padding: 2px 8px 0;
      font-size: 12px;
      font-weight: normal;
      font-style: italic;
      line-height: 20px;
      color: #999;
      z-index: 1; }
    #toolbar #search button[type="submit"] {
      position: absolute;
      top: 8px;
      right: 11px;
      width: 25px;
      height: 25px;
      background-position: 0 -801px;
      height: 20px;
      width: 19px;
      border: 0;
      padding: 0;
      text-indent: -9999px;
      overflow: hidden;
      line-height: 0;
      z-index: 2;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out; }
      #toolbar #search button[type="submit"]:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
      #toolbar #search button[type="submit"]:hover {
        cursor: pointer; }

/* ----------------------------------------------------------------------------
= Body and Containers
----------------------------------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  background: #000 url("../images/backgrd.jpg") no-repeat center 45px;
  margin: 0;
  padding: 0;
  font: 400 16px "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
  color: #444;
  text-align: left; }

#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

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

#layout {
  position: relative;
  margin-bottom: 30px; }
  #layout #content {
    margin: 0 auto;
    padding: 0;
    /*		background-color:rgba(34, 34, 34, 0.5);
    		-moz-box-shadow: 0 0 15px #333;
    			-webkit-box-shadow: 0 0 20px #333;
    			box-shadow: 0 0 20px #333;*/ }

.rslides {
  margin: 0;
  padding: 0;
  list-style: none; }

.ft-banners {
  width: 660px;
  clear: both;
  zoom: 1; }
  .ft-banners:before, .ft-banners:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .ft-banners:after {
    clear: both; }
  .ft-banners .rslides li {
    padding: 0;
    line-height: 0%; }
  .ft-banners .left, .ft-banners .right {
    width: 300px;
    background-color: #fff;
    margin: 0px auto 20px;
    padding: 10px; }
  .ft-banners .right {
    height: 274px; }
    .ft-banners .right .banner {
      margin-top: 12px; }
      .ft-banners .right .banner:before, .ft-banners .right .banner:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #888888;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF888888', endColorstr='#FF888888');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNjY2NjY2MiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODg4ODgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #888888), color-stop(25%, #cccccc), color-stop(75%, #cccccc), color-stop(100%, #888888));
        background-image: -moz-linear-gradient(left, #888888 0%, #cccccc 25%, #cccccc 75%, #888888 100%);
        background-image: -webkit-linear-gradient(left, #888888 0%, #cccccc 25%, #cccccc 75%, #888888 100%);
        background-image: linear-gradient(to right, #888888 0%, #cccccc 25%, #cccccc 75%, #888888 100%); }
      .ft-banners .right .banner:before {
        top: -10px; }
      .ft-banners .right .banner:after {
        bottom: 14px; }
  .ft-banners .slide-list.related-venues {
    float: left;
    width: 320px;
    clear: left; }
    .ft-banners .slide-list.related-venues li {
      margin-left: 10px;
      padding-left: 15px; }
      .ft-banners .slide-list.related-venues li:first-child {
        border: 0;
        margin-left: 0;
        padding: 0; }

/* ----------------------------------------------------------------------------
= sidebar promos 
----------------------------------------------------------------------------- */
.sidebar-promo {
  position: relative;
  width: 320px;
  background-color: #888888;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF888888', endColorstr='#FF888888');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNjY2NjY2MiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODg4ODgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #888888), color-stop(25%, #cccccc), color-stop(75%, #cccccc), color-stop(100%, #888888));
  background-image: -moz-linear-gradient(left, #888888 0%, #cccccc 25%, #cccccc 75%, #888888 100%);
  background-image: -webkit-linear-gradient(left, #888888 0%, #cccccc 25%, #cccccc 75%, #888888 100%);
  background-image: linear-gradient(to right, #888888 0%, #cccccc 25%, #cccccc 75%, #888888 100%);
  margin-top: 20px;
  padding-top: 5px;
  box-shadow: 0 0 6px #666;
  clear: both;
  zoom: 1; }
  .sidebar-promo:before, .sidebar-promo:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .sidebar-promo:after {
    clear: both; }

.sidebar-promo.menu-banner {
  background: none;
  margin-bottom: -10px;
  padding: 0;
  box-shadow: none; }

.sidebar-standard, .fbtabs {
  background-color: #e1e1e1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE1E1E1', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(8%, #ffffff));
  background-image: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 8%);
  background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #ffffff 8%);
  background-image: linear-gradient(to bottom, #e1e1e1 0%, #ffffff 8%);
  border-top: 1px solid #fff; }
  .sidebar-standard:after, .fbtabs:after, .sidebar-standard:before, .fbtabs:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 15px;
    top: 0px;
    background: transparent url('../images/sidebar-topper.png?1457365409') no-repeat 0 0;
    visibility: visible; }
  .sidebar-standard:before, .fbtabs:before {
    left: 21px; }
  .sidebar-standard:after, .fbtabs:after {
    right: 21px; }
  .sidebar-standard .standard-list, .fbtabs .standard-list {
    margin: 0;
    padding: 0 28px 10px 20px;
    list-style: none; }
    .sidebar-standard .standard-list li, .fbtabs .standard-list li {
      margin-bottom: 11px;
      padding: 0;
      border-bottom: 1px solid #eee; }
      .sidebar-standard .standard-list li:last-child, .fbtabs .standard-list li:last-child {
        border-bottom: 0; }
        .sidebar-standard .standard-list li:last-child:after, .fbtabs .standard-list li:last-child:after {
          background-color: transparent; }
      .sidebar-standard .standard-list li .date, .fbtabs .standard-list li .date {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #A02A1D; }
        .sidebar-standard .standard-list li .date p, .fbtabs .standard-list li .date p {
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
      .sidebar-standard .standard-list li h3.title, .fbtabs .standard-list li h3.title {
        font-size: 20px; }
        .sidebar-standard .standard-list li h3.title a, .fbtabs .standard-list li h3.title a {
          color: #444444; }
          .sidebar-standard .standard-list li h3.title a:hover, .fbtabs .standard-list li h3.title a:hover {
            color: #A12A1D; }

.jefferson-list h2 {
  width: 160px;
  height: 78px;
  margin: 0 auto;
  overflow: hidden; }
  .jefferson-list h2 a {
    display: inline-block;
    width: 159px;
    height: 78px;
    background: transparent url("../images/jefferson-sidebar.png") no-repeat 0 center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.sprintpavilion-list h2 {
  width: 120px;
  height: 80px;
  margin: 10px auto 0;
  overflow: hidden; }
  .sprintpavilion-list h2 a {
    display: inline-block;
    width: 120px;
    height: 78px;
    background: transparent url("../images/related-tingpavilion.png") no-repeat 0 center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.southern-list h2 {
  width: 220px;
  height: 78px;
  margin: 0 auto;
  overflow: hidden; }
  .southern-list h2 a {
    display: inline-block;
    width: 220px;
    height: 78px;
    background: transparent url("../images/southern-sidebar.png") no-repeat 0 center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.facebook-widget {
  height: 370px;
  overflow: hidden;
  padding-bottom: 10px; }
  .facebook-widget h2 {
    width: 100%;
    height: 40px;
    background: transparent url("../images/facebook-sidebar.png") no-repeat center center;
    margin-top: 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .facebook-widget .fb-like-box {
    height: 300px;
    background-color: transparent;
    margin-left: 10px;
    padding-bottom: 2px;
    overflow: hidden; }

/* ----------------------------------------------------------------------------
= 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:link, #overlay_container a:visited {
    display: block;
    width: 640px;
    height: 480px;
    position: relative;
    z-index: 10; }
    #overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
      width: 640px;
      height: 480px; }

.overlay_content {
  position: relative;
  width: 640px;
  height: 480px;
  margin: 0 auto;
  padding: 0;
  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; }

/* ----------------------------------------------------------------------------
= GENERAL CONTENT ITEMS
----------------------------------------------------------------------------- */
.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;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px; }
  .error p {
    color: #222;
    font-size: 12px;
    padding: 0;
    margin: 0; }

.login .holder {
  min-height: 150px; }

.login input[type="password"] {
  display: inline-block;
  border: 1px solid #999; }

.login input[type="submit"] {
  display: inline-block;
  padding: 2px 3px;
  font-size: 16px; }

.login_form {
  display: block;
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  float: left; }

.login_form input, .login_form input[type="text"] {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 5px;
  position: relative;
  background: #FFF;
  width: 120px;
  text-transform: uppercase;
  font-size: 24px;
  color: #222;
  border: 1px solid #fff;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.login_form input.login {
  display: block;
  float: left;
  line-height: 26px;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background: black;
  border: 1px solid white;
  width: 50px;
  font-size: 12px;
  height: auto;
  margin: 0;
  height: 25px; }

.login_form input.login:hover {
  background: #333;
  border: 1px solid #333; }

.searchresults h1 {
  margin: 0 25px 20px;
  padding: 20px 0 0;
  border-bottom: 1px solid #eee; }
.searchresults #cse-search-results {
  height: 1200px;
  padding: 0 22px;
  overflow: hidden; }
  .searchresults #cse-search-results iframe {
    width: 100%;
    background-color: transparent !important; }

header, .header {
  position: relative;
  z-index: 3; }
  header .logo, .header .logo {
    position: relative;
    width: 425px;
    height: 207px;
    background: transparent url("../images/logo-shadow.png") no-repeat center -10px;
    border: 1px solid transparent;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    padding: 0; }
    header .logo span, header .logo a, .header .logo span, .header .logo a {
      display: block;
      width: 420px;
      height: 180px;
      background: transparent url("../images/logo.png") no-repeat 0px 0px;
      margin: 20px auto;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
    header .logo a, .header .logo a {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out; }
      header .logo a:hover, .header .logo a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
    header .logo span, .header .logo span {
      cursor: default; }

.top-sponsor {
  float: right;
  display: block;
  position: relative;
  right: 92px;
  bottom: 16px;
  width: 100px;
  zoom: 1; }
  .top-sponsor:before, .top-sponsor:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .top-sponsor:after {
    clear: both; }

/* ----------------------------------------------------------------------------
=footer
----------------------------------------------------------------------------- */
.footer {
  position: relative;
  margin: 0;
  padding: 0 0 40px;
  zoom: 1; }
  .footer:before, .footer:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .footer:after {
    clear: both; }
  .footer ul.nav {
    display: block;
    width: 910px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    clear: both; }
    .footer ul.nav li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0 12px 0; }
      .footer ul.nav li a {
        border-left: 1px solid #fff;
        margin: 0 0 0 44px;
        padding: 0 0 0 44px;
        font-weight: 700;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear; }
        .footer ul.nav li a:hover, .footer ul.nav li a:hover span, .footer ul.nav li a.active, .footer ul.nav li a:active {
          color: #FAE59F; }
        .footer ul.nav li a.page_3 {
          border-left: 0;
          margin-left: 0;
          padding-left: 0; }

.related-sponsors {
  margin-bottom: 20px;
  zoom: 1; }
  .related-sponsors:before, .related-sponsors:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .related-sponsors:after {
    clear: both; }

.slide-list {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 154px;
  margin: 0;
  padding: 0; }
  .slide-list h3 {
    width: 100%;
    height: 35px;
    background-color: #eee;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0; }
  .slide-list ul {
    list-style: none;
    margin: 17px;
    padding: 0; }
    .slide-list ul li {
      float: left;
      width: 130px;
      height: 81px;
      border-left: 1px solid #eee;
      margin: 0 0 0 14px;
      padding: 0 0 0 2px; }
      .slide-list ul li a {
        display: block; }
        .slide-list ul li a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
  .slide-list .partner_container {
    margin-top: 20px; }
    .slide-list .partner_container:hover .featured-nav {
      display: block; }
  .slide-list .partners {
    position: relative;
    height: 90px;
    margin: 16px auto 0; }
    .slide-list .partners:after {
      content: "";
      display: block;
      position: relative;
      position: absolute;
      right: 0px;
      width: 20px;
      height: 81px;
      background-color: #fff;
      z-index: 2; }
    .slide-list .partners li {
      width: 150px;
      margin: 0;
      padding: 0 8px; }
      .slide-list .partners li a {
        display: block;
        z-index: 5; }
        .slide-list .partners li a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
  .slide-list .featured-nav {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 42px; }
    .slide-list .featured-nav span {
      position: absolute;
      display: block;
      width: 20px;
      height: 42px;
      background-image: url("../images/arrow-sprite.png");
      cursor: pointer; }
      .slide-list .featured-nav span:active {
        top: 2px; }
      .slide-list .featured-nav span.prev {
        left: 5px;
        background-position: -4px -143px;
        z-index: 3; }
      .slide-list .featured-nav span.next {
        right: -3px;
        background-position: -4px -207px;
        z-index: 3; }

.global_footer {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 45px;
  background-color: #333;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF333333', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #000000 100%); }
  .global_footer .global_footer_wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0; }
  .global_footer p {
    display: block;
    color: #fff;
    font: normal 10px/100% Verdana;
    margin: 0;
    padding: 12px 0 0;
    float: left; }
    .global_footer p a, .global_footer p a:visited {
      color: #fff; }
      .global_footer p a:hover, .global_footer p a:focus, .global_footer p a:visited:hover, .global_footer p a:visited:focus {
        color: #fff; }
  .global_footer a#carbonhouse,
  .global_footer a#carbonhouse:link,
  .global_footer a#carbonhouse:visited {
    display: block;
    position: absolute;
    top: 15px;
    right: 0px;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    font-family: 'helvetica';
    color: #fff;
    cursor: pointer;
    text-decoration: none; }
    .global_footer a#carbonhouse span,
    .global_footer a#carbonhouse:link span,
    .global_footer a#carbonhouse:visited span {
      font-size: 12px; }
      .global_footer a#carbonhouse span.carbon,
      .global_footer a#carbonhouse:link span.carbon,
      .global_footer a#carbonhouse:visited span.carbon {
        color: #fff; }
      .global_footer a#carbonhouse span.house,
      .global_footer a#carbonhouse:link span.house,
      .global_footer a#carbonhouse:visited span.house {
        color: #fff; }
    .global_footer a#carbonhouse:hover,
    .global_footer a#carbonhouse:link:hover,
    .global_footer a#carbonhouse:visited:hover {
      text-decoration: none;
      color: #FFF; }
      .global_footer a#carbonhouse:hover span,
      .global_footer a#carbonhouse:link:hover span,
      .global_footer a#carbonhouse:visited:hover span {
        color: #FFF; }

header nav {
  position: relative;
  height: 62px;
  background: transparent url('../images/bck-wood.png?1457365408') no-repeat 0 0;
  margin: 0px -23px;
  padding: 0;
  z-index: 500;
  clear: both; }
  header nav ul {
    position: relative;
    top: 7px;
    margin: 0 auto 0 85px;
    width: 980px;
    zoom: 1; }
    header nav ul:before, header nav ul:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    header nav ul:after {
      clear: both; }
    header nav ul li {
      display: block;
      float: left;
      position: relative;
      margin: 0 0 0 60px;
      padding: 0 0 0 60px; }
      header nav ul li:after {
        content: "";
        display: block;
        position: relative;
        position: absolute;
        top: 3px;
        left: 0;
        width: 1px;
        height: 32px;
        border-left: 1px solid #4A1913; }
      header nav ul li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
        header nav ul li:first-child:after {
          display: none; }
  header nav a {
    display: block;
    height: 38px;
    margin: 0;
    padding: 0 0 15px;
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: #000 0px -1px 6px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    header nav a span {
      display: block;
      margin-bottom: -2px;
      font-family: "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 100%; }
    header nav a.active {
      color: #FADC80; }
  header nav:active {
    color: #FADC80; }
  header nav .hover > a {
    text-decoration: none;
    color: #FADC80; }

nav ul .sub {
  display: none;
  position: absolute;
  top: 50px;
  min-width: 100px;
  width: 199px;
  background-color: #fff;
  margin: 0;
  padding: 0 0 18px;
  z-index: 100;
  box-shadow: 0 5px 17px -3px #666; }
  nav ul .sub:before {
    content: "";
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    height: 10px;
    background-color: #B8B8B8;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB8B8B8', endColorstr='#FFFFFFFF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4YjhiOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b8b8b8), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, #b8b8b8 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, #b8b8b8 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #b8b8b8 0%, #ffffff 100%);
    z-index: 100; }

.ie8 nav ul .sub {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb; }

nav ul li.page_3 .sub {
  left: -67px; }
nav ul li.page_4 .sub {
  left: 2px; }
nav ul li.page_5 .sub {
  left: 3px; }
nav ul li.page_6 .sub {
  left: 12px; }
nav ul li.page_7 .sub {
  left: 0px; }

nav .sub ul {
  float: left;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  margin: -5px 0 0;
  padding: 0; }
  nav .sub ul li {
    float: none;
    height: auto;
    border-left: none;
    border-right: none;
    margin: 0 15px;
    padding: 0px;
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid #eee; }
    nav .sub ul li:first-child {
      margin-left: 15px; }
      nav .sub ul li:first-child a {
        margin-left: -7px; }
      nav .sub ul li:first-child:after {
        display: block; }
    nav .sub ul li:after {
      border-left: 0; }
      nav .sub ul li:after:last-child {
        background-color: none; }
    nav .sub ul li:last-child {
      border-bottom: none; }
      nav .sub ul li:last-child:after {
        background-color: transparent;
        height: 0; }
    nav .sub ul li a {
      display: block;
      width: auto;
      height: auto;
      background-image: none;
      padding: 8px 0;
      font-family: "franklin-gothic-ext-comp-urw", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0;
      color: #444;
      text-align: center;
      text-shadow: none;
      text-decoration: none;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      nav .sub ul li a:hover, nav .sub ul li a:focus, nav .sub ul li a:active, nav .sub ul li a.active {
        color: #E3AC00;
        text-decoration: none; }

.home #layout {
  background-color: transparent; }

.news_feed {
  position: relative;
  height: 210px;
  padding-right: 10px; }
  .news_feed .view_more {
    position: absolute;
    top: 5px;
    right: 12px; }
    .news_feed .view_more a {
      font-size: 11px;
      text-decoration: none; }
      .news_feed .view_more a:hover {
        text-decoration: underline; }
  .news_feed h2 {
    position: relative;
    top: 12px;
    left: 19px;
    margin-bottom: 18px;
    text-indent: -100px;
    overflow: hidden; }
  .news_feed .list ul li {
    list-style: none;
    padding-bottom: 7px; }
  .news_feed #news_item .title a {
    font-size: 12px;
    text-decoration: none; }
    .news_feed #news_item .title a:hover {
      text-decoration: underline; }

.events-hmlisting {
  margin-top: 70px;
  position: relative;
  /* event list height depending on if there is events or not	*/ }
  .events-hmlisting:before {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 10px;
    background: transparent url("../images/slash-topper.png") no-repeat 0 0; }
  .events-hmlisting .event_list .title {
    height: 60px;
    margin: -21px -21px 0;
    background: transparent url('../images/bck-wood.png?1457365408') no-repeat 0 -179px;
    border-bottom: 0;
    text-align: center; }
  .events-hmlisting h2 {
    font-size: 38px;
    line-height: 60px;
    color: #fff;
    text-shadow: #000 0px -1px 2px; }
  .events-hmlisting .list {
    min-height: 298px; }
  .events-hmlisting p.noevents {
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-size: 50px;
    line-height: 298px;
    color: #333;
    text-align: center; }
  .events-hmlisting .feed.viewport {
    overflow: hidden;
    position: relative;
    height: 298px; }
    .events-hmlisting .feed.viewport .overview {
      position: absolute;
      left: 0;
      top: 0;
      width: 97%;
      background: none;
      border: 0px; }
  .events-hmlisting .event_list .entry .info h3,
  .events-hmlisting .event_list .entry .info h4 {
    width: 85%; }
  .events-hmlisting .events_feed.status.active .list {
    height: 850px; }
  .events-hmlisting .events_feed.status.active .viewport {
    height: 923px; }
  .events-hmlisting .scrollbar {
    position: relative;
    float: right;
    width: 15px; }
    .events-hmlisting .scrollbar .track {
      background-color: #EEEEEE;
      height: 100%;
      width: 10px;
      position: relative;
      padding: 0;
      margin: 25px 0 0; }
    .events-hmlisting .scrollbar .thumb {
      cursor: pointer;
      overflow: hidden;
      position: absolute;
      top: 10px;
      left: -2px;
      width: 16px;
      height: 40px;
      background: #09569E url("../images/bckgrd-scroller.png") no-repeat 0 0; }
    .events-hmlisting .scrollbar .thumb .end {
      height: 5px;
      width: 13px;
      overflow: hidden; }
    .events-hmlisting .scrollbar.disable {
      display: none; }
    .events-hmlisting .scrollbar .track_up {
      position: absolute;
      left: -10px;
      top: -20px;
      cursor: pointer;
      background-color: blue; }
    .events-hmlisting .scrollbar .track_down {
      position: absolute;
      left: -10px;
      bottom: -20px;
      cursor: pointer;
      background-col: green; }

.home .event_list {
  margin-bottom: 0; }

/*a,
a:visited{
	display:block;
	width:28px;
	height:28px;

	text-indent:-9000px;
	&:hover {
		
	}
	&.soc_fb {
		background-position: 0 0;
	}
	&.soc_tw {
		background-position: -40px 0;
	}
	&.soc_my {
		background-position: -80px 0;
	}
	&.soc_you {
		background-position: -120px 0;
	}
}*/
/*.social-icons{
	float:right;
	display:inline-block;
	text-indent:-1500px;
}


.home .facebook,
.home .twitter{
	position:relative;
	width:28px;
	height:28px;
	background:transparent;
	background-image:url("../images/social_icons.png");
	background-repeat:no-repeat;
}

.home .facebook{
	top:6px;
	right:15px;
	background-position: 0 0;
}

.home .twitter{
	top:6px;
	right:21px;
	background-position: -40px 0;
}

.twitter-timeline{
	margin-left:15px;
	height:201px;
}
.twitter-title{
	float:left;
//	@include icons-sprite(hm-twitter-logo,true);
}

.tweet .e-entry-titlee{
	font-size:11px;
	color:#fff;
}*/
/* ----------------------------------------------------------------------------
=Page Content
----------------------------------------------------------------------------- */
#content {
  position: relative;
  z-index: 1; }
  #content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 110%;
    height: 100%;
    background: transparent url('../images/bck-content-shadow-x.png?1457365408') no-repeat 0 -40px;
    visibility: visible;
    z-index: -1; }

.content {
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  /* ----------------------------------------------------------------------------
  =Text Templates
  ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  =Image Templates
  ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  =Tables
  ----------------------------------------------------------------------------- */ }
  .content .container {
    clear: both;
    position: relative; }
  .content .overview {
    border-bottom: 1px solid #eee; }
    .content .overview:after {
      visibility: visible; }
  .content .baseline {
    border-bottom: 1px dashed #bbb;
    margin: 0 0 10px;
    padding: 0 0 10px; }
    .content .baseline p {
      margin-bottom: 16px; }
  .content h1 {
    border-bottom: 1px solid #eee; }
  .content p.lead {
    margin: 0 0 16px;
    font-size: 20px;
    clear: both; }
  .content hr {
    border-top: 0;
    border-bottom: 1px solid #eee; }
  .content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .content ul li {
      position: relative;
      margin: 0 0 7px -5px;
      padding: 0 0 0 32px; }
      .content ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 3px;
        background-position: 0 0;
        height: 12px;
        width: 12px; }
  .content ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */ }
    .content ol li {
      position: relative;
      padding: 0 0 7px 8px;
      list-style: none;
      background: none; }
      .content ol li:before {
        content: counter(li);
        counter-increment: li;
        display: block;
        position: absolute;
        top: 0px;
        left: -20px;
        width: 15px;
        height: 15px;
        font-size: 16px;
        font-weight: 700;
        padding: 0;
        color: #EAAA00; }
  .content img {
    display: block;
    padding: 5px 12px 12px; }
    .content img.left {
      padding-left: 0; }
    .content img.right {
      padding-right: 0; }
  .content a img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out; }
    .content a img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
  .content table {
    margin: 0 0 15px;
    position: relative; }
    .content table tr {
      font-size: 12px;
      color: white; }
      .content table tr td {
        border: none; }

.join-our-newsletter .content ul li:before {
  display: none; }

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

.paging {
  position: relative;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: 20px;
  color: black;
  font-size: 12px; }
  .paging.final {
    margin: 30px auto 10px auto; }
  .paging .record {
    width: auto;
    float: left;
    margin-right: 22px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase; }
  .paging .pages {
    float: none; }
    .paging .pages a,
    .paging .pages strong {
      width: auto;
      height: auto;
      border-right: 1px solid #444;
      margin: 0 8px 0 0;
      padding: 0 8px 0 0;
      font-size: 16px;
      color: #333; }
      .paging .pages a:hover, .paging .pages a.current,
      .paging .pages strong:hover,
      .paging .pages strong.current {
        color: #333;
        text-decoration: underline; }
      .paging .pages a.next,
      .paging .pages strong.next {
        border: 0; }
      .paging .pages a.last, .paging .pages a.first,
      .paging .pages strong.last,
      .paging .pages strong.first {
        display: none; }
    .paging .pages strong {
      font-weight: 700;
      text-decoration: underline; }

/* ----------------------------------------------------------------------------
= Links with paging rss,print,viewall
----------------------------------------------------------------------------- */
.links {
  float: right;
  zoom: 1; }
  .links:before, .links:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .links:after {
    clear: both; }
  .links a {
    display: inline-block;
    margin-left: 14px;
    padding-left: 24px;
    font: 400 16px "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
    color: #444;
    text-transform: uppercase; }
    .links a:hover {
      color: #910002; }
    .links a.rss {
      background-position: 0 -772px; }
    .links a.print {
      background-position: 0 -653px; }
    .links a.full_list {
      background-position: 0 -407px; }

.bcktolisting {
  float: right;
  position: relative;
  top: -41px;
  right: 20px;
  margin-left: 14px;
  padding-left: 24px; }
  .bcktolisting a {
    font: 400 16px "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
    color: #444;
    text-transform: uppercase; }
    .bcktolisting a:hover {
      color: #910002; }
  .bcktolisting:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0px;
    background-position: 0 -407px; }

/* ----------------------------------------------------------------------------
= Link Lists
----------------------------------------------------------------------------- */
.link {
  margin: 0 0 20px;
  position: relative; }
  .link ul.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }
    .link ul.list li {
      height: auto;
      background-color: #eee;
      margin-bottom: 2px;
      padding: 5px 12px; }
    .link ul.list p {
      padding: 0;
      font-style: italic; }
    .link ul.list .description {
      font-style: italic;
      font-size: 15px; }
    .link ul.list a {
      display: inline-block;
      height: 15px;
      background-position: 0 -578px;
      margin: 0;
      padding: 0 0 0 28px;
      font-weight: 500;
      line-height: 15px;
      color: #444; }
      .link ul.list a:hover, .link ul.list a.lnk-outbound-hover {
        background-position: 0 -603px; }
      .link ul.list a:hover, .link ul.list a:focus {
        color: #910002; }
      .link ul.list a.image {
        background-position: 0 -530px; }
        .link ul.list a.image:hover, .link ul.list a.image.lnk-img-hover {
          background-position: 0 -554px; }
      .link ul.list a.pdf {
        background-position: 0 -480px; }
        .link ul.list a.pdf:hover, .link ul.list a.pdf.lnk-file-hover {
          background-position: 0 -505px; }
      .link ul.list a.email {
        background-position: 0 -436px;
        line-height: 13px; }
        .link ul.list a.email:hover, .link ul.list a.email.lnk-email-hover {
          background-position: 0 -458px; }

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  padding: 0;
  margin: 0;
  clear: both; }
  .sitemap .column {
    float: left;
    position: relative;
    padding: 0; }
    .sitemap .column:first-child {
      padding-right: 20px; }
  .sitemap .holder {
    min-height: 700px; }
  .sitemap h1 {
    border-bottom: 1px solid #eee; }
  .sitemap .fourofour {
    margin: 0 0 28px;
    font-size: 17px; }
  .sitemap .container {
    margin-top: 30px; }
  .sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap ul li {
      width: 80%;
      margin: 0 0 40px 0;
      padding: 0;
      font-size: 18px;
      font-weight: normal;
      line-height: 25px; }
      .sitemap ul li ul li {
        margin: 0;
        font-size: 14px;
        font-weight: bold; }
        .sitemap ul li ul li a {
          border: 0;
          margin: 2px;
          padding: 0;
          color: #444; }
          .sitemap ul li ul li a:after {
            display: none; }
          .sitemap ul li ul li a:hover, .sitemap ul li ul li a:focus {
            color: #D10000; }
        .sitemap ul li ul li ul {
          display: none; }
  .sitemap a {
    display: block;
    color: #D10000;
    border-bottom: 1px solid #eee; }
    .sitemap a:hover, .sitemap a:focus {
      color: #A02A1D; }

/* ----------------------------------------------------------------------------
=Special styles for cafe'/menu page
----------------------------------------------------------------------------- */
.the-cafe table {
  border: 1px solid #ccc;
  border-collapse: separate;
  padding: 0 10px 10px; }
  .the-cafe table th {
    padding: 15px 0;
    text-align: center; }
    .the-cafe table th h2 {
      font-size: 30px;
      line-height: 30px;
      color: #333; }
    .the-cafe table th p {
      font-size: 16px;
      font-weight: 400;
      color: #333; }
  .the-cafe table tr {
    margin: 0 10px;
    padding: 0 20px; }
  .the-cafe table tr:nth-child(2n+2) {
    background-color: #EEEEEE; }
  .the-cafe table td {
    padding: 12px 22px;
    text-align: left;
    font-size: 18px;
    color: #444; }
    .the-cafe table td:nth-child(2n+2) {
      width: 50px; }
    .the-cafe table td:first-child p {
      width: 350px; }
    .the-cafe table td h3 {
      margin: 0;
      font-family: "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
      font-size: 18px;
      color: #333; }
    .the-cafe table td p {
      margin: 5px 0 0;
      font-size: 16px;
      color: #444; }

.subnav {
  display: none;
  position: relative;
  width: 320px;
  padding: 0;
  margin: 20px 0 20px;
  box-shadow: 0 0 6px #666; }
  .subnav ul {
    display: block;
    list-style: none;
    list-style-image: none;
    padding: 0 0 25px;
    margin: 0;
    background: #fff;
    zoom: 1; }
    .subnav ul:before, .subnav ul:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    .subnav ul:after {
      clear: both; }
  .subnav li {
    height: auto;
    padding: 0 0 0;
    margin: 0 15px 6px;
    border-bottom: 1px solid #eee; }
    .subnav li.active ul {
      display: block;
      list-style: none;
      list-style-image: none;
      list-style-type: none;
      padding: 0;
      margin: 0;
      background: none;
      width: auto; }
    .subnav li.active.onparent a {
      width: 100%;
      height: 61px;
      background: transparent url('../images/bck-wood.png?1457365408') no-repeat -350px -92px;
      margin: 0 0 10px;
      font-size: 28px;
      line-height: 50px;
      font-family: "franklin-gothic-ext-comp-urw", sans-serif;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      text-shadow: black 0px -1px 3px; }
      .subnav li.active.onparent a:hover, .subnav li.active.onparent a:active, .subnav li.active.onparent a.active {
        color: #FADC80; }
    .subnav li:first-child {
      width: 100%;
      height: 61px;
      background: transparent url('../images/bck-wood.png?1457365408') no-repeat -350px -92px;
      border-bottom: none;
      margin: 0 0 10px; }
      .subnav li:first-child:after {
        background-color: transparent;
        height: 0; }
      .subnav li:first-child a {
        font-size: 28px;
        line-height: 50px;
        font-family: "franklin-gothic-ext-comp-urw", sans-serif;
        font-weight: 400;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        text-shadow: black 0px -1px 3px; }
        .subnav li:first-child a:hover {
          color: #FADC80; }
      .subnav li:first-child.active a {
        color: #fff;
        text-align: center; }
        .subnav li:first-child.active a:hover {
          color: #FADC80; }
    .subnav li:last-child {
      margin-bottom: 0; }
    .subnav li a {
      display: block;
      background-image: none;
      margin: 0;
      padding: 8px 0;
      font-family: "franklin-gothic-ext-comp-urw", sans-serif;
      font-size: 21px;
      font-weight: normal;
      line-height: 120%;
      letter-spacing: 0;
      color: #444;
      text-indent: 8px;
      text-align: left;
      text-shadow: none;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      .subnav li a:hover, .subnav li a.active, .subnav li a:active {
        color: #E3AC00;
        text-decoration: none; }
    .subnav li ul {
      display: none; }
      .subnav li ul li {
        border-bottom: none; }
        .subnav li ul li:first-child {
          background: none;
          width: auto;
          height: auto;
          margin: 0 15px; }
          .subnav li ul li:first-child a {
            margin: 0;
            padding: 2px 0 0;
            font-family: "franklin-gothic-ext-comp-urw", sans-serif;
            font-size: 18px;
            font-weight: normal;
            line-height: 120%;
            letter-spacing: 0;
            color: #444;
            text-indent: 6px;
            text-align: left;
            text-shadow: none; }
            .subnav li ul li:first-child a:hover, .subnav li ul li:first-child a.active, .subnav li ul li:first-child a:active {
              color: #E3AC00;
              text-decoration: none;
              text-align: left; }
        .subnav li ul li a {
          font-size: 18px;
          font-size: 100%;
          text-indent: 6px; }

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

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20; }

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

/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #000;
  color: #FFF; }

.royalSlider > .rsContent {
  visibility: hidden; }

/*- special gradient for navbar edge -*/
.rsSlide:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  width: 100%;
  height: 24px;
  background: transparent url("../images/overdone-shadow.png") no-repeat 0 0;
  z-index: 5; }
.rsSlide:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  width: 100%;
  height: 24px;
  background: transparent url("../images/overdone-shadow-invert.png") no-repeat 0 0;
  z-index: 5; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  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: 0;
  top: 0; }
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsArrowIcn {
  width: 21px;
  height: 54px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -22px;
  position: absolute;
  cursor: pointer;
  background: url('../images/arrow-sprite.png?1457365408');
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }
  .rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }
  .rsDefault .rsArrowIcn:active {
    margin-top: -29px; }

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

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: 0px -65px;
  margin-left: 1px; }

/*.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -1px -1px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }*/
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }

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

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

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

/***************
*
*  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: #02874a; }

.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: image-image-url("rs-default.png"); }

.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;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb); }

/***************
*
*  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?1457365409') 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?1457365409') -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?1457365409');
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: -62px;
  left: -21px;
  width: 681px;
  height: 62px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  background: transparent url("../images/bck-wood.png") no-repeat 0 -92px;
  /*	.ie9 & {
  		filter:none;
  	}*/ }
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .rsDefault .rsGCaption .rsABlock p {
      margin-bottom: 0;
      font: 400 24px/61px "franklin-gothic-ext-comp-urw", sans-serif;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65); }

/***************
*
*  9. Overrides/Customization
*
****************/
.full-slideshow {
  position: relative;
  margin: -20px 0 -5px -20px;
  height: 425px;
  /*	&:after {
  		content: '';
  		width: 640px;
  		height: 9px;
  		background:image-url('border-content.png');
  		clear: both;
  		position: relative;
  		float: left;
  		margin-bottom: 20px;
  //		border-bottom: 1px solid $green-lighter;
  	}*/ }
  .full-slideshow .royalSlider {
    /*		&:after {
    			content: '';
    			width: 659px;
    			height: 9px;
    			background:image-url('border-content.png');
    			border-bottom: 20px solid #fff;
    			clear: both;
    			position: relative;
    			float: left;
    			margin: 64px 0 0 -10px;
    		}*/ }
  .full-slideshow .rsGCaption {
    text-align: center; }

.event_slideshow .full-slideshow {
  height: auto;
  margin-bottom: 75px; }
.event_slideshow .rsDefault {
  width: 660px; }
  .event_slideshow .rsDefault:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    width: 106%;
    height: 24px;
    background: transparent url("../images/overdone-shadow.png") no-repeat 0 0;
    z-index: 5; }
  .event_slideshow .rsDefault:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: 106%;
    height: 24px;
    background: transparent url("../images/overdone-shadow-invert.png") no-repeat 0 0;
    z-index: 5; }

.home-slideshow .rsGCaption .rsABlock {
  padding: 0 27px; }
  .home-slideshow .rsGCaption .rsABlock h3 {
    line-height: 60px;
    color: #fff; }
.home-slideshow .rsGCaption .desc {
  position: absolute;
  top: 8px;
  left: 0;
  width: 59%;
  padding-left: 38px;
  text-align: left; }
  .home-slideshow .rsGCaption .desc .date {
    font-size: 14px;
    font-weight: 700;
    line-height: 125%;
    color: #fff;
    text-shadow: #000 0px -1px 2px; }
  .home-slideshow .rsGCaption .desc .slide_title {
    font-size: 26px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: #000 0px -1px 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
.home-slideshow .rsGCaption .buttons {
  position: absolute;
  right: 0;
  padding-right: 18px; }
  .home-slideshow .rsGCaption .buttons a, .home-slideshow .rsGCaption .buttons span {
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 61px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 0px -1px 1px; }
    .home-slideshow .rsGCaption .buttons a.more-info, .home-slideshow .rsGCaption .buttons span.more-info {
      position: relative;
      padding-left: 23px;
      height: 60px; }
      .home-slideshow .rsGCaption .buttons a.more-info:before, .home-slideshow .rsGCaption .buttons span.more-info:before {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: -6px;
        width: 20px;
        height: 20px;
        background-position: 0 -230px;
        height: 28px;
        width: 28px; }
        .home-slideshow .rsGCaption .buttons a.more-info:before:hover, .home-slideshow .rsGCaption .buttons a.more-info:before.hmoreInfo-hover, .home-slideshow .rsGCaption .buttons span.more-info:before:hover, .home-slideshow .rsGCaption .buttons span.more-info:before.hmoreInfo-hover {
          background-position: 0 -268px; }
    .home-slideshow .rsGCaption .buttons a.tickets, .home-slideshow .rsGCaption .buttons span.tickets {
      position: relative;
      border-left: 1px solid #4A1913;
      margin-left: 10px;
      padding-left: 40px; }
      .home-slideshow .rsGCaption .buttons a.tickets:before, .home-slideshow .rsGCaption .buttons span.tickets:before {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 6px;
        width: 25px;
        height: 20px;
        background-position: 0 -306px;
        height: 26px;
        width: 33px; }
        .home-slideshow .rsGCaption .buttons a.tickets:before:hover, .home-slideshow .rsGCaption .buttons a.tickets:before.hticket-hover, .home-slideshow .rsGCaption .buttons span.tickets:before:hover, .home-slideshow .rsGCaption .buttons span.tickets:before.hticket-hover {
          background-position: 0 -342px; }
    .home-slideshow .rsGCaption .buttons a:hover, .home-slideshow .rsGCaption .buttons span:hover {
      color: #FADC80; }
      .home-slideshow .rsGCaption .buttons a:hover.more-info:before, .home-slideshow .rsGCaption .buttons span:hover.more-info:before {
        background-position: 0 -268px;
        height: 28px;
        width: 28px; }
      .home-slideshow .rsGCaption .buttons a:hover.tickets:before, .home-slideshow .rsGCaption .buttons span:hover.tickets:before {
        background-position: 0 -342px;
        height: 26px;
        width: 33px; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list {
  position: relative;
  margin-bottom: 20px; }
  .event_list .list {
    position: relative;
    background: none;
    margin: 0 0 15px;
    padding: 0; }
    .event_list .list + div.paging {
      margin-top: -13px; }
    .event_list .list p.noevents {
      padding: 10px;
      color: black; }
  .event_list .overview {
    padding: 0;
    border-bottom: 1px solid #eee;
    zoom: 1; }
    .event_list .overview:before, .event_list .overview:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    .event_list .overview:after {
      clear: both; }
    .event_list .overview:before, .event_list .overview:after {
      content: "";
      height: 1px;
      visibility: visible; }
    .event_list .overview h1 {
      float: left;
      width: auto;
      margin-top: 1px; }
    .event_list .overview .cal {
      float: right;
      margin-top: 17px; }
      .event_list .overview .cal a {
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #444; }
        .event_list .overview .cal a:hover {
          color: #910002; }
        .event_list .overview .cal a span {
          display: block;
          height: 20px;
          background-position: 0 -142px;
          padding-left: 26px;
          line-height: 22px; }
    .event_list .overview #view_btns {
      float: right;
      height: 20px;
      padding: 0;
      margin: 10px 0px 0 0; }
      .event_list .overview #view_btns a {
        display: block;
        float: left;
        width: 70px;
        height: 15px;
        margin: 0 5px;
        line-height: 135%;
        overflow: hidden;
        /*				&:hover{
        					color:#d10000;
        				}*/ }
  .event_list .entry {
    position: relative;
    padding: 10px 0 0;
    zoom: 1;
    border-bottom: 1px solid #eee; }
    .event_list .entry:before, .event_list .entry:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    .event_list .entry:after {
      clear: both; }
    .event_list .entry:after {
      visibility: visible; }
    .event_list .entry .thumb + .info {
      margin-top: 8px;
      width: 410px; }
    .event_list .entry .info {
      float: left;
      padding: 0;
      width: 100%; }
      .event_list .entry .info h3 {
        width: 90%;
        font-size: 24px;
        font-weight: 400;
        line-height: 110%;
        margin: 0 0 5px; }
        .event_list .entry .info h3 a {
          color: #333; }
          .event_list .entry .info h3 a:hover {
            color: #910002;
            text-decoration: none; }
      .event_list .entry .info h4 {
        width: 90%;
        font-family: "franklin-gothic-ext-comp-urw", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        color: #333; }
      .event_list .entry .info .date {
        padding: 0 0 3px 2px;
        text-transform: uppercase; }
        .event_list .entry .info .date a, .event_list .entry .info .date span {
          font-size: 12px;
          font-weight: 700;
          color: #910002; }
      .event_list .entry .info .button-container {
        position: absolute;
        top: 20px;
        right: 0;
        width: 100px;
        margin-top: 5px; }
        .event_list .entry .info .button-container a,
        .event_list .entry .info .button-container span {
          display: block;
          margin: 0 0 5px 0;
          padding: 0px 2px;
          font-size: 12px;
          color: #333;
          text-align: center;
          text-indent: 0;
          width: 100px;
          height: 30px;
          background-color: #eee;
          text-transform: uppercase;
          font-family: "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
          font-weight: 700;
          line-height: 30px;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
          .event_list .entry .info .button-container a:hover,
          .event_list .entry .info .button-container span:hover {
            text-decoration: none;
            background-color: #E3AC00; }
          .event_list .entry .info .button-container a:before,
          .event_list .entry .info .button-container span:before {
            content: "";
            display: block;
            position: relative;
            display: inline-block;
            top: 4px;
            left: -5px;
            width: 19px;
            height: 16px; }
          .event_list .entry .info .button-container a.more:before,
          .event_list .entry .info .button-container span.more:before {
            background-position: 0 -628px; }
          .event_list .entry .info .button-container a.tickets:before,
          .event_list .entry .info .button-container span.tickets:before {
            background-position: 0 -989px; }
        .event_list .entry .info .button-container span {
          display: none;
          cursor: default; }
        .event_list .entry .info .button-container .free_show span {
          display: block;
          width: 100px;
          height: 30px;
          background-color: #eee;
          text-transform: uppercase;
          font-family: "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
          font-weight: 700;
          line-height: 30px;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
          .event_list .entry .info .button-container .free_show span:hover {
            text-decoration: none;
            background-color: #E3AC00; }
          .event_list .entry .info .button-container .free_show span:before {
            content: "";
            display: block;
            position: relative;
            display: inline-block;
            top: 4px;
            left: -5px;
            width: 19px;
            height: 16px;
            background-position: 0 -989px; }
    .event_list .entry .thumb {
      float: left;
      width: 100px;
      height: 100px;
      border: 1px solid #eee;
      background-color: #fff;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
      background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
      background-image: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
      background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
      margin: 10px 15px 10px 0;
      padding: 10px; }
      .event_list .entry .thumb a {
        display: block;
        width: 100px;
        height: 100px;
        background-color: #E3AC00; }
        .event_list .entry .thumb a img {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          -moz-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          -webkit-transition: opacity 0.3s ease-in-out; }
          .event_list .entry .thumb a img:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
            opacity: 0.7; }

.event_list .paging {
  clear: both;
  height: 35px;
  padding: 0;
  border-bottom: 1px solid #eee; }
  .event_list .paging:after {
    visibility: visible; }
  .event_list .paging.final {
    margin: 15px auto; }
  .event_list .paging .nav {
    float: left;
    display: inline-block;
    width: 50%;
    margin: 8px 0 0; }
  .event_list .paging .links {
    margin-top: 8px;
    height: 26px; }

.event_list .formContainer .inputGroup {
  display: block;
  clear: both;
  height: 65px; }
  .event_list .formContainer .inputGroup input {
    width: 195px;
    color: #000;
    border-color: #eee;
    padding: 3px; }
.event_list .formContainer .label {
  width: 80px;
  float: left;
  font-weight: bold; }
.event_list .formContainer .inputGroupNoPad select {
  width: 285px;
  border-color: #eee;
  padding: 3px;
  color: #000; }
.event_list .formContainer .formButton {
  width: auto;
  margin: 15px auto 0;
  padding: 3px;
  clear: both;
  color: #000; }

.elist-spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2c0c0c; }
  .elist-spotlight .holder {
    width: 945px;
    margin: 0 auto; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail .overview {
  margin-top: 0;
  margin-bottom: 14px; }
  .event_detail .overview h1 {
    position: relative;
    display: block;
    margin: 0 0 0 -10px;
    padding: 0 10px 0 8px;
    line-height: 110%;
    text-align: left;
    border: none; }
    .event_detail .overview h1:after {
      display: none; }
    .event_detail .overview h1 em {
      font-style: normal;
      color: #E3AC00; }
  .event_detail .overview .event_date {
    font-family: "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #910001; }
    .event_detail .overview .event_date span {
      color: #910001; }
.event_detail .content {
  float: left;
  width: 400px; }
.event_detail .show_dates {
  margin: 10px 0 20px;
  padding: 0;
  clear: both;
  zoom: 1;
  border-top: 1px solid #eee; }
  .event_detail .show_dates:before, .event_detail .show_dates:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .event_detail .show_dates:after {
    clear: both; }
  .event_detail .show_dates:before {
    top: 1px;
    visibility: visible; }
  .event_detail .show_dates h3 {
    margin: 12px 0;
    font-size: 24px;
    color: #444; }
  .event_detail .show_dates .showings_list ul {
    margin: 0;
    padding: 0; }
  .event_detail .show_dates .showings_list li {
    position: relative;
    background: none;
    list-style: none;
    padding: 0 0 12px;
    font-size: 16px; }
    .event_detail .show_dates .showings_list li .date {
      display: inline-block;
      width: 92px;
      border-right: 1px solid #444;
      margin-right: 12px;
      text-transform: uppercase; }
  .event_detail .show_dates .showings_list .icons-ical {
    display: inline-block;
    position: absolute;
    right: 10px;
    text-indent: -100px;
    overflow: hidden;
    background-position: 0 -82px;
    height: 20px;
    width: 18px; }
    .event_detail .show_dates .showings_list .icons-ical:hover, .event_detail .show_dates .showings_list .icons-ical.calendar-small-hover {
      background-position: 0 -112px; }
.event_detail .related_links {
  margin: 0;
  padding: 0;
  clear: both;
  zoom: 1;
  border-top: 1px solid #eee; }
  .event_detail .related_links:before, .event_detail .related_links:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .event_detail .related_links:after {
    clear: both; }
  .event_detail .related_links:before {
    top: 1px;
    visibility: visible; }
  .event_detail .related_links h3 {
    margin: 12px 0;
    font-size: 24px;
    color: #444; }
  .event_detail .related_links ul {
    margin: 0;
    padding: 0; }
  .event_detail .related_links li {
    background: none;
    list-style: none;
    font-size: 16px;
    text-transform: uppercase; }
.event_detail .description {
  position: relative;
  height: 310px;
  overflow: hidden; }
  .event_detail .description .desc_container {
    height: auto; }
.event_detail .show_description {
  padding: 5px 0;
  cursor: pointer;
  position: relative; }
  .event_detail .show_description h6 {
    position: relative;
    top: 10px;
    background: #fff url('../images/rm-close.png?1457365409') no-repeat 0 0;
    width: 140px;
    height: 17px;
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    z-index: 4; }
    .event_detail .show_description h6:hover {
      color: #d10000; }
  .event_detail .show_description.active h6 {
    background: #fff url('../images/rm-open.png?1457365409') no-repeat 0 0; }
  .event_detail .show_description.active:before {
    width: 100%;
    height: 20px;
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
  .event_detail .show_description.inactive {
    display: none; }
  .event_detail .show_description span {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-indent: -200px;
    z-index: 1; }
    .event_detail .show_description span:after {
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      left: 0;
      width: 100%;
      height: 1px;
      border-top: 1px solid #eee; }
.event_detail .event_detail_wrapper {
  width: 200px;
  float: right;
  margin-bottom: 20px; }
.event_detail .thumb_ticket {
  margin-bottom: 15px; }
  .event_detail .thumb_ticket .thumb {
    width: 180px; }
    .event_detail .thumb_ticket .thumb a, .event_detail .thumb_ticket .thumb img {
      width: 100%; }
.event_detail .thumb {
  border: 1px solid #eee;
  background-color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  margin: 0px 0px 20px 0;
  padding: 10px 10px 6px; }
  .event_detail .thumb a {
    display: block;
    width: 100px;
    height: 100px; }
    .event_detail .thumb a img {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%; }
.event_detail .buy-buttons {
  width: 100%; }
  .event_detail .buy-buttons .ticket_buttons,
  .event_detail .buy-buttons .free_show {
    position: relative;
    width: 200px;
    height: 35px;
    background-color: #AD2D1F;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #AD2D1F;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFAD2D1F', endColorstr='#FF802117');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMmQxZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwMjExNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ad2d1f), color-stop(100%, #802117));
    background-image: -moz-linear-gradient(top, #ad2d1f 0%, #802117 100%);
    background-image: -webkit-linear-gradient(top, #ad2d1f 0%, #802117 100%);
    background-image: linear-gradient(to bottom, #ad2d1f 0%, #802117 100%); }
    .event_detail .buy-buttons .ticket_buttons:before, .event_detail .buy-buttons .ticket_buttons:after,
    .event_detail .buy-buttons .free_show:before,
    .event_detail .buy-buttons .free_show:after {
      content: "";
      display: block;
      position: absolute;
      position: absolute;
      top: 0;
      width: 8px;
      height: 35px; }
    .event_detail .buy-buttons .ticket_buttons:before,
    .event_detail .buy-buttons .free_show:before {
      background-position: 0 -682px; }
    .event_detail .buy-buttons .ticket_buttons:after,
    .event_detail .buy-buttons .free_show:after {
      background-position: 0 -727px;
      right: 0; }
  .event_detail .buy-buttons a.tickets,
  .event_detail .buy-buttons span,
  .event_detail .buy-buttons .free_show span {
    display: block;
    position: relative;
    width: 200px;
    height: 35px;
    background: transparent url("../images/bck-button.png") no-repeat 0 0;
    margin: 0 auto 20px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    color: #333; }
    .event_detail .buy-buttons a.tickets:before,
    .event_detail .buy-buttons span:before,
    .event_detail .buy-buttons .free_show span:before {
      content: "";
      display: block;
      position: relative;
      display: inline-block;
      width: 21px;
      height: 15px;
      top: 2px;
      margin-right: 6px;
      margin-left: -6px;
      background-position: 0 -910px; }
  .event_detail .buy-buttons a.tickets {
    display: block; }
    .event_detail .buy-buttons a.tickets:before {
      display: inline-block; }
    .event_detail .buy-buttons a.tickets:hover {
      text-decoration: underline; }
  .event_detail .buy-buttons span.tickets {
    display: none; }
  .event_detail .buy-buttons span.tba {
    display: block; }
.event_detail .event_detail_list {
  position: relative;
  margin: 0;
  padding: 0;
  zoom: 1;
  border-bottom: 1px solid #eee; }
  .event_detail .event_detail_list:before, .event_detail .event_detail_list:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .event_detail .event_detail_list:after {
    clear: both; }
  .event_detail .event_detail_list:after {
    visibility: visible; }
  .event_detail .event_detail_list li {
    list-style: none; }
    .event_detail .event_detail_list li h4 {
      width: 58px;
      display: inline-block;
      border-right: 2px solid #444;
      font-weight: 500;
      color: #444;
      letter-spacing: 0;
      text-transform: uppercase; }
    .event_detail .event_detail_list li span {
      padding-left: 8px; }
    .event_detail .event_detail_list li p {
      position: relative;
      top: -23px;
      left: 73px;
      width: 140px;
      margin: 0 0 2px;
      padding: 0; }
    .event_detail .event_detail_list li .morethanone {
      display: none; }
    .event_detail .event_detail_list li.seating {
      margin-top: -20px; }
      .event_detail .event_detail_list li.seating h4 {
        border: none;
        width: 100%; }
    .event_detail .event_detail_list li.ava {
      margin-top: -23px; }
      .event_detail .event_detail_list li.ava span.onsale {
        padding-left: 3px; }
.event_detail .group_sales {
  margin-top: 10px;
  border-bottom: 1px solid #eee; }
  .event_detail .group_sales h4 {
    font-weight: 400;
    text-transform: uppercase; }
.event_detail .addthis_toolbox {
  clear: both;
  padding-top: 15px; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.news_list {
  position: relative; }
  .news_list .content .overview {
    border: none;
    margin: 10px 0; }
  .news_list .paging {
    position: relative;
    width: 100%;
    margin-left: 0; }
    .news_list .paging .links {
      position: absolute;
      right: 0; }
      .news_list .paging .links a {
        margin-left: 8px; }
  .news_list a.entry_link {
    display: block;
    width: 100px;
    height: 100%; }
  .news_list .list {
    margin: 18px 0; }
  .news_list .entry {
    padding: 10px 5px;
    position: relative; }
    .news_list .entry .info h3 {
      margin: 0; }
      .news_list .entry .info h3 a {
        font-size: 14px;
        text-decoration: none;
        color: #E3AC00; }
        .news_list .entry .info h3 a:hover {
          text-decoration: underline; }
    .news_list .entry .info h4 {
      font-size: 14px;
      margin: 0 0 5px; }
    .news_list .entry a.more, .news_list .entry a.more:link, .news_list .entry a.more:visited {
      display: none;
      background: blue;
      height: 24px;
      text-align: center;
      text-decoration: none;
      line-height: 24px;
      padding: 0 8px;
      border: 1px solid blue;
      position: absolute;
      top: 15px;
      right: 10px;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .news_list .entry a.more:hover, .news_list .entry a.more:link:hover, .news_list .entry a.more:visited:hover {
        background-color: #333;
        border: 1px solid #333; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail {
  position: relative; }
  .news_detail .container {
    padding: 10px 15px;
    position: relative; }
  .news_detail .overview {
    width: 100% px;
    border: none; }
    .news_detail .overview span.date {
      color: black;
      font-weight: 500; }
  .news_detail .body {
    margin: 0 0 5px; }
  .news_detail .thumb {
    height: 130px;
    width: 170px;
    margin: 0 15px 10px 0;
    float: left;
    border: 1px solid #AAA; }
    .news_detail .thumb img {
      padding: 0px;
      height: 130px;
      width: 170px; }
  .news_detail .link {
    float: left; }
  .news_detail .share_bar {
    border-top: 1px solid black;
    padding: 15px 0 0; }
    .news_detail .share_bar .addthis_toolbox {
      float: left;
      width: 305px; }
    .news_detail .share_bar a.print {
      float: left;
      display: block;
      height: 22px;
      background: url(../images/icons.png) no-repeat 0 -44px;
      padding: 0 0 0 26px;
      margin: 0 20px 0 0;
      line-height: 22px;
      text-decoration: none;
      float: left;
      color: #222;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase; }
      .news_detail .share_bar a.print:hover {
        background-position: 0 -66px; }
    .news_detail .share_bar a.full_list,
    .news_detail .share_bar a.full_list:link,
    .news_detail .share_bar a.full_list:visited {
      float: left;
      display: block;
      padding: 0 0 0 26px;
      text-decoration: none;
      border: none;
      color: #222;
      margin: 0 15px 0 0;
      line-height: 22px;
      font-weight: 700;
      font-size: 11px;
      height: 22px;
      text-transform: uppercase;
      background: url(../images/icons.png) no-repeat 0 -220px; }
      .news_detail .share_bar a.full_list:hover,
      .news_detail .share_bar a.full_list:link:hover,
      .news_detail .share_bar a.full_list:visited:hover {
        background-position: 0 -242px; }
  .news_detail .event_list {
    margin: 0 0 15px; }
    .news_detail .event_list .list {
      padding: 0; }

.lower_level {
  position: relative;
  border-top: 1px solid #333;
  margin-top: 10px;
  padding-top: 15px; }
  .lower_level span.right {
    display: block;
    position: absolute;
    top: 10px;
    right: 0; }
    .lower_level span.right a {
      margin-left: 8px; }

/* @group FAQ */
.faq {
  margin: 0 0 20px;
  padding: 0;
  position: relative; }
  .faq dt {
    position: relative;
    background-color: #eee;
    margin-bottom: 2px;
    padding: 5px 20px 5px 40px;
    overflow: auto;
    cursor: pointer; }
    .faq dt.active {
      margin-bottom: 0; }
    .faq dt p {
      margin: 0;
      padding: 0;
      font-weight: 500;
      text-transform: none; }
    .faq dt:before {
      content: "";
      display: block;
      position: relative;
      position: absolute;
      left: 17px;
      top: 8px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 8px solid #EAAA00; }
    .faq dt:hover p {
      color: #910002; }
    .faq dt:hover:before {
      content: "";
      display: block;
      position: relative;
      position: absolute;
      left: 17px;
      top: 8px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 8px solid #910002; }
    .faq dt.active p {
      color: #910002; }
    .faq dt.active:before {
      content: "";
      display: block;
      position: relative;
      position: absolute;
      left: 14px;
      top: 10px;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 8px solid #910002; }
  .faq dd {
    height: 0px;
    background-color: #eee;
    margin-bottom: 2px;
    padding: 0px 20px 5px 40px;
    overflow: hidden; }
    .faq dd p {
      color: #444; }
  .faq ol {
    margin: 0 0 0 5px;
    padding: 5px 0 5px 15px;
    font-size: 14px; }
    .faq ol li {
      margin: 0;
      padding: 0 0 5px 0;
      line-height: 130%; }
    .faq ol ul {
      margin: 0; }
  .faq ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .faq ul li {
      position: relative;
      margin: 0 0 0 -5px;
      padding: 0 0 7px 30px; }
      .faq ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 4px;
        background-position: 0 0;
        height: 12px;
        width: 12px; }
    .faq ul ul {
      margin: 0; }

/* @end */
/**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/ -
**/
.calendar h1 {
  margin-left: 20px;
  padding-top: 20px; }

#calendario {
  padding: 20px; }
  #calendario .cal-wrap {
    border: 1px solid #ddd;
    padding: 5px; }
  #calendario .all-events-link {
    text-align: center;
    display: block;
    width: 150px;
    display: block;
    background-image: none;
    margin: 20px auto;
    padding: 10px 13px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }

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

/**
 * Calendario Header
 */
#calendario .cal-header {
  background: #fff;
  padding: 0px;
  height: 67px;
  position: relative; }
  #calendario .cal-header h2 {
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 67px;
    margin: 0px;
    padding: 0px; }
  #calendario .cal-header .cal-controls span {
    z-index: 100;
    position: absolute;
    top: 13px;
    background-color: #e6e6e6;
    width: 47px;
    height: 43px;
    color: transparent;
    cursor: pointer;
    margin: 0 1px; }
    #calendario .cal-header .cal-controls span.cal-prev {
      left: 22px;
      cursor: pointer;
      text-indent: -9999px;
      z-index: 5;
      display: block;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms 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-prev:after {
        content: "";
        display: block;
        position: absolute;
        top: 11px;
        left: 15px;
        width: 12px;
        height: 12px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #000; }
    #calendario .cal-header .cal-controls span.cal-next {
      right: 25px;
      text-indent: -9999px;
      z-index: 5;
      display: block;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms 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; }
      #calendario .cal-header .cal-controls span.cal-next:after {
        content: "";
        display: block;
        position: absolute;
        top: 11px;
        right: 15px;
        width: 12px;
        height: 12px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #000; }

/**
 * Base Calendar - full page
 */
#calendario {
  margin: 0 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: block;
      height: 0;
      visibility: hidden; }
    #calendario .fc-calendar-container:after {
      clear: both; }
  #calendario .fc-calendar {
    width: 100%;
    height: 100%; }
  #calendario .fc-calendar .fc-head {
    height: 38px;
    line-height: 46px;
    background: none;
    color: #a02a1d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }
  #calendario .fc-calendar .fc-body {
    position: relative;
    padding: 4px 0 4px 20px;
    border: none;
    width: 100%;
    height: 570px; }
  #calendario .fc-calendar .fc-row {
    width: 100%;
    border-top: none;
    border-bottom: none;
    height: 20%; }
  #calendario .fc-four-rows .fc-row {
    height: 20%; }
  #calendario .fc-five-rows .fc-row {
    height: 20%; }
  #calendario .fc-six-rows .fc-row {
    height: 20%;
    height: -moz-calc(100%/6);
    height: -webkit-calc(100%/6);
    height: calc(100%/6); }
  #calendario .fc-calendar .fc-row.selected {
    height: 20%; }
    #calendario .fc-calendar .fc-row.selected .date_overlay {
      display: none; }
  #calendario .fc-calendar .fc-row.selected div {
    background: #fff; }
  #calendario .fc-calendar .fc-row.selected .fc-today {
    background-color: #eee; }
  #calendario .fc-calendar .fc-row.selected img {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    #calendario .fc-calendar .fc-row.selected img:hover {
      opacity: 0.6;
      -moz-opacity: 0.6;
      filter: alpha(opacity=60); }
  #calendario .fc-calendar .fc-row > div {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-right: none;
    border: 1px solid #E6E6E6;
    padding: 0;
    width: 13.3%;
    margin: 3px; }
    #calendario .fc-calendar .fc-row > div .date_overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(../images/expand_Cal.png) top left no-repeat;
      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: 20px;
    height: 17px;
    top: 0px;
    left: 0px;
    color: #444;
    font-size: 14px;
    text-align: center;
    margin: 2px 0 0px 4px; }
  #calendario .fc-calendar .fc-row > div > span.fc-weekday {
    padding-left: 5px;
    display: none; }
  #calendario .fc-calendar .fc-row > div.fc-out {
    opacity: 0.6; }
  #calendario .fc-calendar .fc-row:last-child {
    border-bottom: none; }
  #calendario .fc-content {
    zoom: 1;
    cursor: pointer; }
    #calendario .fc-content:before, #calendario .fc-content:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    #calendario .fc-content:after {
      clear: both; }
    #calendario .fc-content span.fc-date {
      display: none;
      background: #f9f9f9;
      text-shadow: none;
      color: #999;
      z-index: 3; }
    #calendario .fc-content .date_overlay:hover {
      background: url("../images/expand_Cal.png") bottom left no-repeat !important; }
    #calendario .fc-content .event_shortdesc h4, #calendario .fc-content .event_shortdesc h3, #calendario .fc-content .event_shortdesc .buttons {
      display: none; }
  #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: 0;
    font-size: 11px; }
    #calendario div.event_shortdesc h3 {
      font-size: 13px;
      padding: 0;
      margin: 0; }
      #calendario div.event_shortdesc h3 a {
        color: #333; }
        #calendario div.event_shortdesc h3 a:hover {
          color: black;
          text-decoration: none; }
    #calendario div.event_shortdesc img {
      height: 127px;
      margin-top: -9px;
      margin-left: -3px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      #calendario div.event_shortdesc img:hover {
        opacity: 0.6;
        -moz-opacity: 0.6;
        filter: alpha(opacity=60); }
    #calendario div.event_shortdesc .event_time {
      color: #666; }

/**
 * Tooltips and popover styles
 */
#calendario .tooltip {
  position: absolute;
  z-index: 100;
  display: none;
  width: 210px;
  height: 215px;
  margin: 0 5px 5px 0;
  line-height: 15px; }
  #calendario .tooltip .info {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    border-left: 2px solid #eaeaea;
    -moz-box-shadow: rgba(34, 34, 34, 0.2) 2px 0px 10px;
    -webkit-box-shadow: rgba(34, 34, 34, 0.2) 2px 0px 10px;
    box-shadow: rgba(34, 34, 34, 0.2) 2px 0px 10px; }
    #calendario .tooltip .info:after {
      content: '';
      display: block;
      position: absolute;
      top: 48%;
      left: -10px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #eaeaea; }
    #calendario .tooltip .info .cal_info_header {
      height: 100%;
      background: white;
      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-size: 11px;
      line-height: 15px; }
    #calendario .tooltip .info h4 {
      text-align: center;
      width: auto;
      padding: 0;
      margin: 0;
      display: block;
      float: none;
      font-size: 11px;
      line-height: 15px;
      color: #666;
      position: relative;
      top: auto;
      left: auto; }
    #calendario .tooltip .info h3 {
      text-align: center;
      margin: 10px 0 0 0;
      max-height: 90px;
      overflow: hidden;
      font-weight: bold;
      color: orange; }
      #calendario .tooltip .info h3 a {
        color: orange; }
    #calendario .tooltip .info em {
      display: none; }
    #calendario .tooltip .info .buttons {
      position: relative;
      display: block;
      height: 21px;
      width: 100%;
      font-size: 11px;
      line-height: 15px;
      font-weight: normal;
      text-align: center;
      color: #A483A4;
      list-style: none;
      padding: 3px 3px 5px 3px;
      margin: 10px 0px 3px 0px; }
      #calendario .tooltip .info .buttons a,
      #calendario .tooltip .info .buttons a:visited,
      #calendario .tooltip .info .buttons span {
        background: #ddd;
        display: inline-block;
        padding: 5px;
        font-size: 10px;
        line-height: 8px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-transform: uppercase;
        color: white; }
        #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 a:hover,
        #calendario .tooltip .info .buttons a:visited:hover,
        #calendario .tooltip .info .buttons span:hover {
          color: white; }
        #calendario .tooltip .info .buttons a.tickets,
        #calendario .tooltip .info .buttons a:visited.tickets,
        #calendario .tooltip .info .buttons span.tickets {
          background: #333; }
          #calendario .tooltip .info .buttons a.tickets:hover,
          #calendario .tooltip .info .buttons a:visited.tickets:hover,
          #calendario .tooltip .info .buttons span.tickets:hover {
            color: white;
            background: blue; }
      #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: #fff;
  border: 2px solid #333;
  /*  -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 .content img, #calendario .cal-content-reveal .oveview img {
      display: none; }
  #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: #333 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 h3 a {
    color: #333; }
    #calendario .cal-content-reveal h3 a:hover {
      color: #910002; }
  #calendario .cal-content-reveal h4 {
    font-size: 16px;
    line-height: 110%; }
    #calendario .cal-content-reveal h4.time,
    #calendario .cal-content-reveal h4 .date {
      color: #910002; }
  #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;
    margin: 0 5px 5px 0;
    padding: 0 2px;
    text-align: center;
    font-size: 12px;
    color: #333;
    width: 100px;
    height: 30px;
    background-color: #eee;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    line-height: 30px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    #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 {
      text-decoration: none;
      background-color: #E3AC00; }
    #calendario .cal-content-reveal .buttons a:before, #calendario .cal-content-reveal .buttons a:link:before, #calendario .cal-content-reveal .buttons a:visited:before, #calendario .cal-content-reveal .buttons span:before {
      content: "";
      display: block;
      position: relative;
      display: inline-block;
      top: 4px;
      left: -5px;
      width: 19px;
      height: 16px; }
    #calendario .cal-content-reveal .buttons a.more:before, #calendario .cal-content-reveal .buttons a:link.more:before, #calendario .cal-content-reveal .buttons a:visited.more:before, #calendario .cal-content-reveal .buttons span.more:before {
      background-position: 0 -628px; }
    #calendario .cal-content-reveal .buttons a.tickets:before, #calendario .cal-content-reveal .buttons a:link.tickets:before, #calendario .cal-content-reveal .buttons a:visited.tickets:before, #calendario .cal-content-reveal .buttons span.tickets:before {
      background-position: 0 -989px; }
  #calendario .cal-content-reveal .buttons span {
    cursor: default; }

/* ----------------------------------------------------------------------------
=Seating charts
----------------------------------------------------------------------------- */
.seating_charts {
  margin-bottom: 40px; }
  .seating_charts .entry {
    width: 35%;
    float: left;
    margin-left: 10px; }
    .seating_charts .entry:first-child {
      margin-left: 0; }
  .seating_charts .thumb {
    border: 6px solid #EFEFEF; }
    .seating_charts .thumb:hover {
      border-color: #ccc; }
    .seating_charts .thumb a {
      display: block;
      width: 100%;
      height: 192px;
      padding: 1px;
      overflow: hidden; }
      .seating_charts .thumb a img {
        width: 100%;
        height: 100%; }
        .seating_charts .thumb a img:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
          opacity: 0.85; }
  .seating_charts .info {
    background-color: #EFEFEF;
    padding: 2px 0 4px; }
    .seating_charts .info h3 {
      display: none; }
    .seating_charts .info .info-buttons {
      text-align: center; }
      .seating_charts .info .info-buttons a {
        margin-left: 8px;
        font-size: 13px;
        font-weight: 500;
        color: #333; }
        .seating_charts .info .info-buttons a:first-child {
          margin-left: 0; }

.event_list#teams .thumb {
  width: 80px;
  height: 62px; }
  .event_list#teams .thumb a {
    width: 80px;
    height: 62px; }
  .event_list#teams .thumb img {
    width: 80px;
    height: 62px; }
.event_list#teams .info {
  padding: 30px 0 0; }
  .event_list#teams .info h3 a {
    font-size: 20px;
    color: red; }
    .event_list#teams .info h3 a:hover {
      color: #FFF; }

.team_detail .event_list {
  float: left; }
.team_detail .overview {
  margin: 0; }
  .team_detail .overview h1 {
    line-height: 100%; }
.team_detail .description {
  margin: 0 0 15px; }
.team_detail .thumb {
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  width: 170px;
  height: auto; }
  .team_detail .thumb img {
    padding: 0;
    margin: 0;
    width: 170px;
    height: 130px;
    border: 2px solid #AAA; }
  .team_detail .thumb a.team_link, .team_detail .thumb a.team_link:link, .team_detail .thumb a.team_link:visited {
    display: block;
    font-size: 14px;
    text-transform: none;
    color: red;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-weight: 700; }
    .team_detail .thumb a.team_link:hover, .team_detail .thumb a.team_link:link:hover, .team_detail .thumb a.team_link:visited:hover {
      color: black; }

/* @group Default Banner */
.banner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  .banner .slideshow {
    width: 100%;
    height: 100%;
    background: none;
    margin: 0;
    padding: 0; }
    .banner .slideshow .slide {
      width: 100%;
      height: 100%;
      background: none;
      margin: 0;
      padding: 0; }
      .banner .slideshow .slide span {
        width: auto;
        height: auto; }
      .banner .slideshow .slide img {
        padding: 0;
        border: none;
        background: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .banner .slideshow a {
      display: block;
      width: 100%;
      height: 100%; }
    .banner .slideshow .imglink {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
      .banner .slideshow .imglink a {
        position: relative;
        background: url(../images/blank.png) 0 0 repeat;
        display: block;
        width: 100%;
        height: 100%; }

.banner .slideshow .thumbs_holder,
.banner .slideshow .thumbs_holder ul.thumbs,
.banner .slideshow .controls,
.banner .slideshow .controls .nav-controls {
  display: none; }

#contests.index .overview {
  padding: 0 15px; }

.contest_list {
  position: relative; }
  .contest_list .entry {
    display: block;
    clear: both;
    margin: 0 0 10px;
    padding: 35px 15px 0px;
    width: 610px;
    position: relative;
    background: url(../images/event_list_bg.png) no-repeat top center; }
    .contest_list .entry:first-child {
      background: url(../images/event_list_bg.png) no-repeat center -13px;
      padding-top: 20px; }
    .contest_list .entry .info {
      float: right;
      width: 410px;
      margin: 5px 0 0; }
      .contest_list .entry .info h3 {
        width: 345px; }
        .contest_list .entry .info h3 a {
          font-weight: normal;
          font-size: 24px;
          color: #333;
          text-transform: none;
          font-family: Georgia, "Times New Roman", serif; }
          .contest_list .entry .info h3 a:hover {
            color: #222; }
      .contest_list .entry .info h4 {
        width: 345px;
        color: #111;
        font-style: italic;
        font-weight: bold;
        font-size: 12px; }
      .contest_list .entry .info p {
        color: #fff; }
    .contest_list .entry .thumb {
      height: 132px;
      width: 177px;
      margin: 0 5px 5px 0;
      padding: 5px;
      float: left;
      background: url(../images/thumb_border.png) no-repeat 0 0; }
      .contest_list .entry .thumb a {
        display: block;
        border: 1px solid transparent;
        width: 175px;
        height: 130px; }
        .contest_list .entry .thumb a:hover {
          border: 1px solid #F00;
          width: 175px;
          height: 130px; }
      .contest_list .entry .thumb img {
        padding: 0px;
        width: 175px;
        height: 130px; }
  .contest_list .date {
    color: #7F1211;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 10px;
    padding: 0;
    width: 345px; }
  .contest_list .buttons {
    width: auto;
    position: relative;
    background: url(../images/buttons_rule.png) no-repeat left top;
    padding: 1px 0 0; }
    .contest_list .buttons a {
      display: block;
      text-transform: uppercase;
      font-size: 18px;
      color: #7F1211;
      float: left;
      font-weight: normal;
      line-height: 20px;
      padding: 8px 10px;
      width: auto;
      text-align: left;
      letter-spacing: 1px; }
      .contest_list .buttons a:link, .contest_list .buttons a:visited {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        color: #7F1211;
        float: left;
        font-weight: normal;
        line-height: 20px;
        padding: 8px 10px;
        width: auto;
        text-align: left;
        letter-spacing: 1px; }
    .contest_list .buttons span {
      display: block;
      text-transform: uppercase;
      font-size: 18px;
      color: #7F1211;
      float: left;
      font-weight: normal;
      line-height: 20px;
      padding: 8px 10px;
      width: auto;
      text-align: left;
      letter-spacing: 1px;
      color: #666; }
    .contest_list .buttons a.more {
      background: url(../images/button_gradient.png) no-repeat right top;
      padding-left: 0; }
    .contest_list .buttons a:hover {
      color: #333; }

.contest_detail .date {
  margin: 0 0 5px; }
.contest_detail .overview, .contest_detail .description, .contest_detail .form {
  margin: 0 0 20px; }
.contest_detail h1 {
  text-transform: none; }

#contests.detail .event_list {
  width: 640px;
  margin-left: -20px; }
  #contests.detail .event_list .list .entry {
    width: 610px;
    background-position: center top;
    padding-top: 35px; }

.map_page .overview {
  margin-bottom: 40px; }

.map_holder {
  display: block;
  position: relative;
  width: 620px;
  height: 360px;
  margin: -20px 0 20px 0px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }

.map_window .info {
  border-bottom: 1px dotted #453429;
  padding: 0 0 4px;
  margin: 0 0 8px; }
  .map_window .info address {
    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 label {
    display: block;
    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: 6px 5px;
    color: #fff;
    border: 0;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    .map_window .directions form button:hover {
      background-color: #E3AC00; }

.map_window .directions form button {
  display: block;
  background-color: #eee;
  text-align: center;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 1px;
  color: #333;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }
  .map_window .directions form button:hover {
    text-decoration: none;
    background-color: #E3AC00; }

.map_control {
  display: block;
  position: absolute;
  right: auto;
  bottom: 1px;
  left: 65px;
  float: none;
  width: auto;
  height: 37px;
  margin-top: 0;
  padding: 0;
  z-index: 900;
  zoom: 1; }
  .map_control:before, .map_control:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .map_control:after {
    clear: both; }
  .map_control button {
    position: relative;
    margin: 7px 0 0 13px;
    padding: 0;
    width: 70px;
    height: 22px;
    cursor: pointer;
    float: left;
    color: #fff;
    font: 500 12px/15px "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    outline: none;
    background: url(../images/map-controls.png) no-repeat 0 -22px; }
    .map_control button.map_anchor {
      display: none; }
    .map_control button.active, .map_control button:hover, .map_control button:focus {
      color: #333;
      background-position: 0 0; }
    .map_control button.inactive {
      cursor: default;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }

#fb_connect_status {
  display: none; }

.fbtabs {
  padding: 0 0 15px;
  height: 370px;
  margin: 20px 0 15px;
  position: relative; }
  .fbtabs h4 {
    position: relative;
    background: transparent url("../images/facebook-sidebar-sm.png") no-repeat 0 0px;
    height: 23px;
    line-height: 20px;
    margin: 28px 0 17px 50px;
    padding: 0 0 0 111px;
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left; }
    .fbtabs h4:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 99px;
      width: 5px;
      height: 22px;
      border-left: 1px solid #eee; }
  .fbtabs a.seeall {
    position: absolute;
    top: 78px;
    right: 32px;
    padding: 5px;
    z-index: 25;
    cursor: pointer;
    display: block;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 1px 0;
    padding: 5px 10px 2px;
    text-transform: uppercase;
    text-decoration: none; }
    .fbtabs a.seeall:hover, .fbtabs a.seeall.current {
      color: #d10000; }
  .fbtabs .css-tabs {
    background-color: #fff;
    margin: 0 0 0 0px;
    padding: 5px 0 0 23px;
    zoom: 1; }
    .fbtabs .css-tabs:before, .fbtabs .css-tabs:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    .fbtabs .css-tabs:after {
      clear: both; }
    .fbtabs .css-tabs li {
      float: left;
      list-style: none;
      padding: 0;
      margin-right: 17px; }
    .fbtabs .css-tabs a {
      color: #333;
      display: block;
      font-size: 16px;
      font-weight: 500;
      margin: 0 1px 0;
      padding: 5px 10px 2px;
      text-transform: uppercase;
      text-decoration: none; }
      .fbtabs .css-tabs a:hover, .fbtabs .css-tabs a.current {
        color: #d10000; }
  .fbtabs .css-panes {
    position: relative;
    display: block;
    width: 100%;
    height: 205px;
    background-color: #fff;
    padding: 5px;
    z-index: 5;
    top: -1px;
    clear: both; }
    .fbtabs .css-panes .pane {
      display: none;
      border: none;
      width: 260px;
      min-height: 238px;
      margin: 8px auto;
      padding: 10px 0;
      background: #ffffff; }
      .fbtabs .css-panes .pane:after {
        content: "";
        display: block;
        position: absolute;
        top: 11px;
        left: 35px;
        width: 242px;
        margin: 0 auto;
        border-top: 1px solid #eee;
        visibility: visible; }
    .fbtabs .css-panes .attendee {
      float: left;
      width: 50px;
      height: 95px;
      margin: 0 14px 0 0;
      padding: 0;
      text-align: center; }
      .fbtabs .css-panes .attendee a {
        display: block;
        margin-top: 5px;
        clear: both;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        color: #444;
        text-decoration: none; }
        .fbtabs .css-panes .attendee a div {
          margin-top: 0px;
          font-weight: 400;
          font-size: 14px;
          color: #444; }
      .fbtabs .css-panes .attendee img {
        display: block;
        height: 50px;
        width: 50px;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out; }
        .fbtabs .css-panes .attendee img:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
          opacity: 0.7; }

.fbtabs_holder {
  padding: 5px 0px 10px;
  margin: 0;
  position: relative; }

#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,
#fb_connect_rsvpshare a:link,
#fb_connect_rsvpshare a:visited {
  width: 120px;
  height: 18px;
  color: #fff;
  text-transform: uppercase;
  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 {
  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 {
  position: relative;
  z-index: 15;
  width: 250px;
  margin: 10px auto;
  text-align: center;
  display: none; }

#fb_rsvp_status {
  position: relative;
  z-index: 15;
  width: 250px;
  margin: 10px auto;
  text-align: center;
  display: none; }

#fb_rsvp button,
#fb_rsvp_status button {
  min-width: 120px;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: block;
  float: left;
  margin-right: 0px;
  text-align: center;
  line-height: 11px;
  background: #eee;
  color: #444;
  font-family: "franklin-gothic-urw-cond", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border: 0px solid #EBBB2A;
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }
  #fb_rsvp button:hover,
  #fb_rsvp_status button:hover {
    background: #FE3636; }

#fb_rsvp_status span {
  text-transform: uppercase;
  letter-spacing: 0px;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 11px;
  background: #FEE230;
  color: #444;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid #EBBB2A;
  cursor: pointer; }
  #fb_rsvp_status span:hover {
    background: #FE3636; }

#fb_rsvp #button_fb_rsvp_going {
  color: #444;
  margin-right: 10px; }

#fb_rsvp_status span, #fb_rsvp button:hover, #fb_rsvp_status button:hover {
  color: #444; }

/* @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
}*/
.concierge_listing {
  position: relative; }
  .concierge_listing .list {
    margin: 0 0 20px;
    position: relative;
    padding: 0; }
    .concierge_listing .list .entry {
      display: block;
      clear: both;
      margin: 0;
      padding: 15px 0;
      width: 600px;
      position: relative;
      border-bottom: 1px solid #E3AC00; }
      .concierge_listing .list .entry .thumb {
        width: 110px;
        height: 85px;
        margin: 0 20px 5px 0;
        padding: 5px;
        float: left;
        border: 1px solid #E3AC00; }
        .concierge_listing .list .entry .thumb a {
          display: block;
          width: 110px;
          height: 85px; }
        .concierge_listing .list .entry .thumb img {
          width: 110px;
          height: 85px; }
    .concierge_listing .list .info {
      float: left;
      width: 370px;
      margin: 0; }
      .concierge_listing .list .info h3 a {
        color: #E3AC00;
        text-decoration: none; }
        .concierge_listing .list .info h3 a:hover {
          color: white; }
      .concierge_listing .list .info address {
        color: white;
        font-size: 12px;
        font-style: italic;
        line-height: 130%;
        padding: 0; }
  .concierge_listing .buttons {
    width: 110px;
    height: auto;
    top: 10px; }
    .concierge_listing .buttons a, .concierge_listing .buttons a:link, .concierge_listing .buttons a:visited {
      width: 110px;
      line-height: 27px; }

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

#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; }

/* Typekit inactive and loading style fallbacks */
/* Conditional IE Styles. Nest each browser under heading
   classes are generated by Modernizr and appear in HTML tag */
.ie8 th,
.ie8 tr,
.ie8 td {
  text-align: left; }
.ie8 footer.footer ul.nav li a {
  margin-left: 26px;
  padding-left: 26px; }
.ie8 footer.footer ul.nav li a.page_3 {
  margin-left: 0;
  padding-left: 0; }

.ie9 th,
.ie9 tr,
.ie9 td {
  text-align: left; }
.ie9 .gradiant {
  filter: none !important; }

/*
	@import "gallery";
	@import "buttons";
	@import "slideshow";
	@import "carousel;"
*/
