@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 #E5E5E5;
  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, .one_sidebar_right #column_2, footer.footer .ftpromobanner,
.unit,
.col1of2,
.sitemap .column,
.col1of3,
.one_sidebar_left #column_2,
.col2of3,
.one_sidebar_right #column_1,
.one_sidebar_left #column_1,
.home_column .top-content #branding,
.col1of4,
.col3of4,
.col1of5,
.col2of5,
.col3of5,
.col4of5 {
  float: left; }

.right {
  float: right; }

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

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

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

.col2of3, .one_sidebar_right #column_1, .one_sidebar_left #column_1, .home_column .top-content #branding {
  width: 66.66666%; }

.col1of4 {
  width: 25%; }

.col3of4 {
  width: 75%; }

.col1of5 {
  width: 20%; }

.col2of5 {
  width: 40%; }

.col3of5 {
  width: 60%; }

.col4of5 {
  width: 80%; }

.lastCol, .one_sidebar_left #column_1, .home_column .top-content .hm-top-adbanners, .lower-promo section:last-child, .sitemap #sitemap_column_2 {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1; }

.lastCol, .one_sidebar_left #column_1, .home_column .top-content .hm-top-adbanners, .lower-promo section:last-child, .sitemap #sitemap_column_2,
.lastUnit {
  float: none;
  width: auto;
  _position: relative;
  _left: -3px;
  _margin-right: -3px; }

/*______________________________________________________________________________________*/
.one_sidebar_right #column_1 {
  padding-right: 13px; }
  .one_sidebar_right #column_1 .holder {
    width: 660px;
    background-color: #d2d2d2;
    padding: 2px;
    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_right #column_1 .holder .container {
      background-color: #fff;
      border: 1px solid #eee;
      padding: 20px; }

.one_sidebar_left #column_2 {
  padding-right: 13px; }
.one_sidebar_left #column_1 {
  /*		.holder{
  			width:620px;
  			background-color:#fff;
  			padding:20px;
  			@include clearfix;
  		}*/ }

.full .holder {
  width: 100%; }
  .full .holder .container {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px; }

.home_column .top-content {
  zoom: 1; }
  .home_column .top-content:before, .home_column .top-content:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .home_column .top-content:after {
    clear: both; }
  .home_column .top-content #branding {
    padding-right: 13px; }
  .home_column .top-content .hm-top-adbanners {
    overflow: visible;
    float: right; }

/* ----------------------------------------------------------------------------
=Sprites
----------------------------------------------------------------------------- */
.icons, #toolbar .featured_event h2:before, #toolbar ul.social_toolbar li a.twlink:hover span, #toolbar ul.social_toolbar li a.twlink span, #toolbar ul.social_toolbar li a.fblink:hover span, #toolbar ul.social_toolbar li a.fblink span, #toolbar ul.social_toolbar li a.instalink:hover span, #toolbar ul.social_toolbar li a.instalink span, #toolbar ul.social_toolbar li a.vimeolink:hover span, #toolbar ul.social_toolbar li a.vimeolink span, #toolbar ul.social_toolbar.right li.join-club a:before, #toolbar ul.social_toolbar.right li.join-club a:hover:before, #toolbar ul.social_toolbar.right li.dyno-app a:before, #toolbar ul.social_toolbar.right li.dyno-app a:hover:before, #toolbar ul.social_toolbar.right li.team-store a:before, #toolbar ul.social_toolbar.right li.team-store a:hover:before, #toolbar #search button[type="submit"], .content ul li:before, .links a.rss:hover:before, .links a.print:hover:before, .links a.rss:before, .links a.print:before, .home-slideshow .rsGCaption .buttons a.more-info,
.home-slideshow .rsGCaption .buttons span.more-info, .home-slideshow .rsGCaption .buttons a.tickets,
.home-slideshow .rsGCaption .buttons span.tickets, .event_detail .show_dates .showings_list .icons-ical:after, .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, .contest_detail .show_dates .showings_list .icons-ical:after, .social_status ul.tabs li a.facebook_icon:before, .social_status ul.tabs li a.twitter_icon:before, .social_status ul.tabs li.active a.facebook_icon:before,
.social_status ul.tabs li a.facebook_icon:hover:before, .social_status ul.tabs li.active a.twitter_icon:before,
.social_status ul.tabs li a.twitter_icon:hover:before {
  background: url('../images/icons-s2c0db7e758.png') no-repeat; }

h1, h2, h3, h4, h5, h6 {
  padding: 0; }
  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 12px;
  font-weight: 400;
  line-height: 130%; }

h1 {
  font-size: 24px;
  color: #666666; }

h2 {
  font-size: 18px;
  color: #FE851F; }

h3 {
  font-size: 16px;
  color: #0696D7; }

h4 {
  margin: 0 0 4px;
  padding: 0;
  font: 700 14px/150% "museo-sans", "Arial", "Helvetica", sans-serif;
  color: #263950; }

h5 {
  margin: 0;
  padding: 0 0 2px;
  font: 500 14px/150% "museo-sans", "Arial", "Helvetica", sans-serif;
  color: #263950; }

h6 {
  margin: 0;
  padding: 0 0 4px;
  font: 500 14px/150% "museo-sans", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #263950; }

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

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

strong {
  color: #333; }

a {
  border: none;
  outline: none;
  color: #D65F00;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #CA5F05; }

hr {
  margin: 0 0 10px;
  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 {
  width: 100%;
  height: 40px;
  background: #01529A url("../images/noise-2.png") repeat-x 0 0;
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNTI5YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0696d7), color-stop(100%, #01529a));
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #0696d7, #01529a);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #0696d7, #01529a);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #0696d7, #01529a);
  -moz-box-shadow: #333 0px 1px 2px;
  -webkit-box-shadow: #333 0px 1px 2px;
  box-shadow: #333 0px 1px 2px;
  z-index: 10;
  box-shadow: 1px 1px 1px #333; }
  #toolbar .toolbar_container {
    display: flex;
    justify-content: space-between;
    width: 1005px;
    margin: 0 auto;
    text-align: right; }
  #toolbar .featured_event,
  #toolbar #search,
  #toolbar ul.social_toolbar {
    float: left;
    display: inline-block;
    height: 43px; }
  #toolbar .featured_event {
    width: 59%;
    margin-top: 10px;
    margin-left: -27px;
    text-align: left; }
    #toolbar .featured_event h2 {
      float: left;
      display: inline-block;
      width: 133px;
      font-family: "Arial", "Helvetica", sans-serif;
      font-size: 22px;
      line-height: 22px;
      color: #82CDEA; }
      #toolbar .featured_event h2:before {
        content: "";
        display: block;
        position: relative;
        display: inline-block;
        background-position: 0 -863px;
        height: 17px;
        width: 17px;
        width: 17px;
        height: 17px;
        margin-top: 3px;
        margin-right: 8px; }
    #toolbar .featured_event ul {
      float: left;
      display: inline-block;
      width: 433px;
      margin-top: 1px;
      padding: 0;
      list-style: none;
      border-left: 2px solid #3F3F3F;
      padding-left: 6px; }
      #toolbar .featured_event ul li {
        margin: 0;
        padding: 0; }
        #toolbar .featured_event ul li a {
          font-family: "Arial", "Helvetica", sans-serif;
          font-size: 22px;
          line-height: 22px;
          color: #fff; }
          #toolbar .featured_event ul li a:hover {
            text-decoration: none; }
  #toolbar ul.social_toolbar {
    padding: 0;
    list-style: none; }
    #toolbar ul.social_toolbar li {
      float: left;
      position: relative;
      height: 40px;
      overflow: hidden;
      margin: 0;
      padding: 0px; }
      #toolbar ul.social_toolbar li a {
        display: block;
        width: 40px;
        height: 40px;
        padding-top: 6px;
        overflow: hidden; }
        #toolbar ul.social_toolbar li a:hover {
          background: #01529A url("../images/noise-2.png") repeat-x 0 0;
          background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNTI5YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #01529a), color-stop(100%, #0696d7));
          background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #01529a, #0696d7);
          background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #01529a, #0696d7);
          background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #01529a, #0696d7);
          -moz-box-shadow: #333 0px 1px 2px;
          -webkit-box-shadow: #333 0px 1px 2px;
          box-shadow: #333 0px 1px 2px; }
        #toolbar ul.social_toolbar li a span {
          display: block;
          margin: 0 auto;
          text-indent: 200px; }
        #toolbar ul.social_toolbar li a.twlink {
          border-left: 1px solid #00386C;
          border-right: 1px solid #00386C;
          padding-top: 7px; }
          #toolbar ul.social_toolbar li a.twlink:hover span {
            background-position: 0 -972px;
            height: 18px;
            width: 20px; }
          #toolbar ul.social_toolbar li a.twlink span {
            margin-top: 2px;
            background-position: 0 -944px;
            height: 18px;
            width: 20px; }
            #toolbar ul.social_toolbar li a.twlink span:hover, #toolbar ul.social_toolbar li a.twlink span.twitter-hover {
              background-position: 0 -972px; }
          #toolbar ul.social_toolbar li a.twlink:before {
            content: "";
            display: block;
            position: relative;
            position: absolute;
            top: 1px;
            left: 1px;
            width: 1px;
            height: 100%;
            background-color: #3585BD; }
        #toolbar ul.social_toolbar li a.fblink {
          border-right: 1px solid #00386C; }
          #toolbar ul.social_toolbar li a.fblink:hover span {
            background-position: 0 -226px;
            height: 20px;
            width: 8px; }
          #toolbar ul.social_toolbar li a.fblink span {
            margin-top: 2px;
            background-position: 0 -196px;
            height: 20px;
            width: 8px; }
            #toolbar ul.social_toolbar li a.fblink span:hover, #toolbar ul.social_toolbar li a.fblink span.facebook-hover {
              background-position: 0 -226px; }
          #toolbar ul.social_toolbar li a.fblink:before {
            content: "";
            display: block;
            position: relative;
            position: absolute;
            top: 1px;
            left: 0px;
            width: 1px;
            height: 100%;
            background-color: #3585BD; }
        #toolbar ul.social_toolbar li a.instalink {
          border-right: 1px solid #3585BD; }
          #toolbar ul.social_toolbar li a.instalink:hover span {
            background-position: 0 -315px;
            height: 20px;
            width: 18px; }
          #toolbar ul.social_toolbar li a.instalink span {
            margin-top: 2px;
            background-position: 0 -285px;
            height: 20px;
            width: 18px; }
            #toolbar ul.social_toolbar li a.instalink span:hover, #toolbar ul.social_toolbar li a.instalink span.instagram-hover {
              background-position: 0 -315px; }
          #toolbar ul.social_toolbar li a.instalink:before {
            content: "";
            display: block;
            position: relative;
            position: absolute;
            top: 1px;
            left: 0px;
            width: 1px;
            height: 100%;
            background-color: #3585BD; }
          #toolbar ul.social_toolbar li a.instalink:after {
            content: "";
            display: block;
            position: relative;
            position: absolute;
            top: 1px;
            right: 1px;
            width: 1px;
            height: 100%;
            background-color: #00386C; }
        #toolbar ul.social_toolbar li a.vimeolink {
          border-right: 1px solid #3585BD; }
          #toolbar ul.social_toolbar li a.vimeolink:hover span {
            background-position: 0 -1030px;
            height: 20px;
            width: 18px; }
          #toolbar ul.social_toolbar li a.vimeolink span {
            margin-top: 2px;
            background-position: 0 -1000px;
            height: 20px;
            width: 18px; }
            #toolbar ul.social_toolbar li a.vimeolink span:hover, #toolbar ul.social_toolbar li a.vimeolink span.vimeo-hover {
              background-position: 0 -1030px; }
          #toolbar ul.social_toolbar li a.vimeolink:before {
            content: "";
            display: block;
            position: relative;
            position: absolute;
            top: 1px;
            left: 0px;
            width: 1px;
            height: 100%;
            background-color: #3585BD; }
          #toolbar ul.social_toolbar li a.vimeolink:after {
            content: "";
            display: block;
            position: relative;
            position: absolute;
            top: 1px;
            right: 1px;
            width: 1px;
            height: 100%;
            background-color: #00386C; }
    #toolbar ul.social_toolbar.right li {
      width: auto; }
      #toolbar ul.social_toolbar.right li:first-child {
        border-left: 1px solid #3585BD; }
        #toolbar ul.social_toolbar.right li:first-child:before {
          content: "";
          display: block;
          position: absolute;
          top: 1px;
          left: 0px;
          width: 1px;
          height: 100%;
          background-color: #00386C; }
      #toolbar ul.social_toolbar.right li a {
        border-right: 1px solid #3585BD;
        width: auto;
        padding: 0 12px;
        font-size: 12px;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase; }
        #toolbar ul.social_toolbar.right li a:after {
          content: "";
          display: block;
          position: absolute;
          top: 1px;
          right: 1px;
          width: 1px;
          height: 100%;
          background-color: #00386C; }
        #toolbar ul.social_toolbar.right li a:hover {
          text-decoration: none; }
      #toolbar ul.social_toolbar.right li.join-club a {
        padding-left: 38px; }
        #toolbar ul.social_toolbar.right li.join-club a:before {
          content: "";
          display: block;
          position: absolute;
          background-position: 0 -148px;
          width: 20px;
          height: 15px;
          top: 12px;
          left: 10px;
          background-color: transparent; }
          #toolbar ul.social_toolbar.right li.join-club a:before:hover, #toolbar ul.social_toolbar.right li.join-club a:before.email-hover {
            background-position: 0 -172px; }
        #toolbar ul.social_toolbar.right li.join-club a:hover:before {
          background-position: 0 -172px; }
      #toolbar ul.social_toolbar.right li.dyno-app a {
        padding-left: 31px; }
        #toolbar ul.social_toolbar.right li.dyno-app a:before {
          content: "";
          display: block;
          position: absolute;
          background-position: 0 -536px;
          width: 20px;
          height: 24px;
          top: 9px;
          left: 10px;
          background-color: transparent; }
          #toolbar ul.social_toolbar.right li.dyno-app a:before:hover, #toolbar ul.social_toolbar.right li.dyno-app a:before.phone-hover {
            background-position: 0 -567px; }
        #toolbar ul.social_toolbar.right li.dyno-app a:hover:before {
          background-position: 0 -567px; }
      #toolbar ul.social_toolbar.right li.team-store a {
        padding-left: 40px; }
        #toolbar ul.social_toolbar.right li.team-store a:before {
          content: "";
          display: block;
          position: absolute;
          background-position: 0 -88px;
          width: 20px;
          height: 20px;
          top: 9px;
          left: 10px;
          background-color: transparent; }
          #toolbar ul.social_toolbar.right li.team-store a:before:hover, #toolbar ul.social_toolbar.right li.team-store a:before.cart-hover {
            background-position: 0 -118px; }
        #toolbar ul.social_toolbar.right li.team-store a:hover:before {
          background-position: 0 -118px; }
  #toolbar #search {
    position: relative;
    float: right;
    margin: 3px 0 0 18px;
    padding: 0;
    border-top: 1px solid #00386C; }
    #toolbar #search input[type="text"] {
      float: left;
      width: 234px;
      height: 24px;
      background: #fff;
      border: 3px solid #eee;
      margin: 0;
      padding: 2px 0 0 8px;
      font-size: 12px;
      font-weight: normal;
      font-style: italic;
      line-height: 20px;
      color: #666;
      z-index: 1; }
    #toolbar #search button[type="submit"] {
      position: absolute;
      top: 7px;
      right: 10px;
      width: 28px;
      height: 25px;
      background-color: #fff;
      background-position: 0 -726px;
      height: 19px;
      width: 19px;
      border: 0;
      padding: 0;
      text-indent: -9999px;
      overflow: hidden;
      line-height: 0;
      z-index: 2; }
      #toolbar #search button[type="submit"]:hover {
        cursor: pointer; }
      #toolbar #search button[type="submit"]:active {
        top: 8px;
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70); }

/* ----------------------------------------------------------------------------
= Body and Containers
----------------------------------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  background: #012B53 url("../images/bck-main2.jpg") no-repeat center 8px;
  background-size: 100%;
  margin: 0;
  padding: 0;
  font: 400 14px "museo-sans", "Arial", "Helvetica", sans-serif;
  color: #666;
  text-align: left; }

#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 1; }

header,
#layout,
footer,
.ad-banners {
  width: 1005px;
  margin: 0 auto;
  padding: 0; }

#alert,
.home-slideshow,
.mainTeams,
#instagram,
.sitemap,
.social_status,
.calendario .cal-wrap,
#teams .full-slideshow,
#teams .holder,
#teams .one_sidebar_right #column_1 .event_list .entry .thumb,
#teams .one_sidebar_right #column_1 .event_list .entry .info,
#events #branding,
#events .one_sidebar_right #column_1 .event_detail,
#events .one_sidebar_right #column_1 .event_list .entry .thumb,
#events .one_sidebar_right #column_1 .event_list .entry .info,
#news #branding,
#news .one_sidebar_right #column_1 .news_list .entry .thumb,
#news .one_sidebar_right #column_1 .news_list .entry .info,
#news .one_sidebar_right #column_1 .holder .main_column,
.footer .extra-box,
.footer .mainTeams,
.footer #instagram,
.footer .subnav,
.footer #column_2 .banner.active,
#column_2 .footer .banner.active,
.footer .home_column .banner.active,
.home_column .footer .banner.active,
.footer .social_status {
  box-shadow: 0 0 10px 4px #263448; }

#layout {
  position: relative; }
  #layout #content {
    margin: 0 auto;
    padding: 0; }

.ad-banners {
  width: 1000px;
  margin: 20px auto 10px;
  clear: both;
  zoom: 1; }
  .ad-banners:before, .ad-banners:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .ad-banners:after {
    clear: both; }
  .ad-banners div.banner.active {
    float: left;
    width: 299px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #000;
    margin-left: 20px;
    padding: 10px; }
  .ad-banners #banner_1 {
    margin-left: 0;
    border-left: 0; }

#alert {
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 42px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
  background: #bbb url("../images/noise-2.png") repeat-x 0 0;
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
  -moz-box-shadow: #333 0px 1px 2px;
  -webkit-box-shadow: #333 0px 1px 2px;
  box-shadow: #333 0px 1px 2px;
  box-shadow: 0 0 10px 4px #263448; }
  #alert ul {
    margin: 0;
    padding: 0; }
  #alert li {
    height: 32px;
    list-style: none;
    border: 1px solid #bbb; }
    #alert li span, #alert li a {
      float: left;
      display: block; }
  #alert .alert-note {
    display: block;
    width: 101px;
    height: 38px;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 1px #222;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
    background-image: -moz-linear-gradient(top, #fea84f 0%, #fe7505 100%);
    background-image: -webkit-linear-gradient(top, #fea84f 0%, #fe7505 100%);
    background-image: linear-gradient(to bottom, #fea84f 0%, #fe7505 100%); }
    #alert .alert-note:before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 22px;
      width: 20px;
      height: 19px;
      background: transparent url("../images/icon-alert.png") no-repeat 0 0; }
  #alert .alert-title {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 758px;
    height: 38px;
    padding: 0 0 0 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    #alert .alert-title a {
      text-shadow: none;
      color: #333; }
      #alert .alert-title a:hover {
        text-decoration: underline; }
    #alert .alert-title p {
      font-size: 14px;
      line-height: 39px; }
  #alert a.alert-more {
    padding-left: 12px;
    font-size: 14px;
    line-height: 39px;
    text-shadow: none;
    color: #333; }
    #alert a.alert-more:hover {
      text-decoration: underline; }

/* ----------------------------------------------------------------------------
= sidebar promos 
----------------------------------------------------------------------------- */
.iavg #branding {
  width: 660px;
  height: 400px; }
  .iavg #branding .map_holder {
    width: 660px;
    height: 400px; }
  .iavg #branding .map.home {
    width: 660px;
    height: 400px; }
  .iavg #branding .map_window .desc,
  .iavg #branding .map_window .links {
    display: none; }
  .iavg #branding .map_window .directions label {
    display: block;
    margin-bottom: 3px;
    font-style: italic;
    color: #000; }
  .iavg #branding .map_window .directions input {
    float: left;
    height: 15px;
    border: 1px solid #ccc;
    padding: 3px;
    color: #000; }
  .iavg #branding .map_window .directions button[type="submit"] {
    height: 23px;
    background: #084D8E;
    border: 1px solid #084D8E;
    padding: 3px;
    font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    text-shadow: 0 -1px 1px #666; }
    .iavg #branding .map_window .directions button[type="submit"]:hover {
      text-decoration: none;
      background: #0696D7; }

/* ----------------------------------------------------------------------------
= sidebar promos 
----------------------------------------------------------------------------- */
.sidebar-promo,
.sidebar-standard,
.fbtabs {
  width: 320px;
  margin-top: 20px;
  clear: both;
  zoom: 1; }
  .sidebar-promo:before, .sidebar-promo:after,
  .sidebar-standard:before,
  .fbtabs:before,
  .sidebar-standard:after,
  .fbtabs:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .sidebar-promo:after,
  .sidebar-standard:after,
  .fbtabs:after {
    clear: both; }

.sidebar-standard, .fbtabs {
  background: #fff; }
  .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 {
      border-top: 1px dashed #bbb;
      margin-bottom: 4px;
      padding-top: 12px; }
      .sidebar-standard .standard-list li:first-child, .fbtabs .standard-list li:first-child {
        border-top: 0;
        padding-top: 0; }
      .sidebar-standard .standard-list li .date, .fbtabs .standard-list li .date {
        font-size: 12px;
        font-weight: 700;
        color: #A02A1D; }
        .sidebar-standard .standard-list li .date p, .fbtabs .standard-list li .date p {
          margin: 0;
          padding: 0; }
      .sidebar-standard .standard-list li h3.title, .fbtabs .standard-list li h3.title {
        font-size: 18px; }
        .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; }

.extra-box, .mainTeams, #instagram, .subnav, #column_2 .banner.active,
.home_column .banner.active, .social_status {
  background: #fff;
  margin-bottom: 10px;
  border: 3px solid #eee; }
  .extra-box h2, .mainTeams h2, #instagram h2, .subnav h2, #column_2 .banner.active h2,
  .home_column .banner.active h2, .social_status h2 {
    height: 37px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 37px;
    text-shadow: 1px 1px 1px #fff;
    background: #bbb url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
    -moz-box-shadow: #333 0px 1px 2px;
    -webkit-box-shadow: #333 0px 1px 2px;
    box-shadow: #333 0px 1px 2px;
    box-shadow: none; }
    .extra-box h2:after, .mainTeams h2:after, #instagram h2:after, .subnav h2:after, #column_2 .banner.active h2:after,
    .home_column .banner.active h2:after, .social_status h2:after {
      content: "";
      display: block;
      position: relative;
      top: 1px;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 20px;
      background-color: #D3D3D3;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD3D3D3', endColorstr='#FFFFFFFF');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d3), color-stop(100%, #ffffff));
      background-image: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
      background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
      background-image: linear-gradient(to bottom, #d3d3d3 0%, #ffffff 100%); }

.mainTeams {
  position: absolute;
  right: -103px;
  height: auto;
  padding: 0 8px; }
  .mainTeams a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: -250px;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px 0;
    background-position: center center;
    background-repeat: no-repeat; }
    .mainTeams a:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
    .mainTeams a.team-dynamo {
      background-image: url("../images/team-dynamo.png"); }
      .mainTeams a.team-dynamo:hover {
        opacity: 0.7; }
    .mainTeams a.team-tsu-football {
      background-image: url("../images/team-stu.png"); }
      .mainTeams a.team-tsu-football:hover {
        background-image: url("../images/team-stu_hover.png"); }
    .mainTeams a.team-dash {
      background-image: url("../images/team-dash.png"); }
      .mainTeams a.team-dash:hover {
        opacity: 0.7; }

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

.one_sidebar_right #column_1.login .holder {
  width: 640px;
  min-height: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px 0 0 20px;
  box-shadow: 0 0 10px 4px #263448; }

/*.one_sidebar_right #column_1.login{
	width:60px;
	background-color:#d2d2d2;
	padding:2px;
	.holder{
		min-height:150px;
		background-color:#fff;
		border:1px solid #eee;
		padding:20px;
	}
}*/
.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 {
  padding: 20px 25px; }
.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;
  margin: 0 auto 0; }
  header .logo, .header .logo {
    position: relative;
    width: 297px;
    height: 88px;
    top: 20px;
    left: 0px;
    margin: 0 auto;
    z-index: 501; }
    header .logo span, header .logo a, header .logo a:link, header .logo a:visited, .header .logo span, .header .logo a, .header .logo a:link, .header .logo a:visited {
      text-indent: -5000px;
      display: block;
      width: 100%;
      height: 100%;
      background: transparent url("../images/mn-logo.png") no-repeat center top; }
    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=80);
        opacity: 0.8; }
    header .logo span, .header .logo span {
      cursor: default; }

.left-badge,
.right-badge {
  position: absolute;
  top: 40px; }
  .left-badge img,
  .right-badge img {
    display: block; }

.left-badge {
  left: 30px; }

.right-badge {
  right: 60px; }

/* ----------------------------------------------------------------------------
=footer
----------------------------------------------------------------------------- */
footer.footer {
  position: relative;
  margin: 20px auto 20px;
  padding: 0;
  zoom: 1; }
  footer.footer:before, footer.footer:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  footer.footer:after {
    clear: both; }
  footer.footer ul.stubhub-ft {
    width: 230px;
    margin: 0 auto 5px;
    list-style: none;
    clear: both; }
    footer.footer ul.stubhub-ft li {
      padding: 0; }
    footer.footer ul.stubhub-ft a {
      margin: 0 0 0 16px;
      padding: 0 0 0 15px;
      font-size: 10px;
      font-weight: 400;
      line-height: 13px;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff; }
      footer.footer ul.stubhub-ft a:hover, footer.footer ul.stubhub-ft a:hover span {
        color: #fff;
        text-decoration: underline; }
  footer.footer ul.nav {
    display: block;
    width: 100%;
    border-top: 1px solid #1A4165;
    border-bottom: 1px solid #1A4165;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    clear: both;
    zoom: 1; }
    footer.footer ul.nav:before, footer.footer ul.nav:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    footer.footer ul.nav:after {
      clear: both; }
    footer.footer ul.nav li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0 12px 0; }
      footer.footer ul.nav li a {
        border-left: 1px solid #fff;
        margin: 0 0 0 16px;
        padding: 0 0 0 15px;
        font-size: 10px;
        font-weight: 400;
        line-height: 13px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff; }
        footer.footer ul.nav li a:hover, footer.footer ul.nav li a:hover span {
          color: #fff;
          text-decoration: underline; }
        footer.footer ul.nav li a.page_3 {
          border-left: 0;
          margin-left: 0;
          padding-left: 0; }
        footer.footer ul.nav li a.active {
          text-decoration: underline; }
  footer.footer .ftpromobanner {
    width: 314px; }
    footer.footer .ftpromobanner .banner {
      height: 160px;
      background: #fff;
      border: 3px solid #eee;
      margin-bottom: 10px; }
    footer.footer .ftpromobanner ul {
      margin: 7px;
      padding: 0;
      list-style: none; }
      footer.footer .ftpromobanner ul li {
        margin: 0;
        padding: 0;
        line-height: 0; }

/* //////////////////////////////////////////////////////
= lower partners block
  ///////////////////////////////////////////////////// */
.footer .extra-box, .footer .mainTeams, .footer #instagram, .footer .subnav, .footer #column_2 .banner.active, #column_2 .footer .banner.active,
.footer .home_column .banner.active,
.home_column .footer .banner.active, .footer .social_status {
  width: 656px;
  height: 160px;
  margin-right: 22px; }

.naming-rights-partner {
  width: 250px;
  float: left;
  text-align: center; }
  .naming-rights-partner img {
    margin: auto; }

.lower-partners-banner-wrapper {
  width: calc(100% - 250px);
  float: right; }

.lower-partners-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both; }
  .lower-partners-banner .partners {
    position: relative;
    height: 90px;
    margin: 30px auto 0;
    overflow: hidden; }
    .lower-partners-banner .partners:before {
      content: "";
      display: block;
      position: relative;
      position: absolute;
      left: 0px;
      width: 11px;
      height: 81px;
      background-color: #fff;
      z-index: 2; }
    .lower-partners-banner .partners ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .lower-partners-banner .partners li {
      float: left;
      width: 125px;
      height: 65px;
      border-left: 1px solid #E4E4E4;
      margin: 0;
      padding: 0; }
      .lower-partners-banner .partners li:first-child {
        border-left: 0;
        padding-left: 0; }
      .lower-partners-banner .partners li a {
        display: block;
        text-align: center; }
      .lower-partners-banner .partners li a {
        z-index: 5;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out; }
        .lower-partners-banner .partners li a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
  .lower-partners-banner .featured-nav {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 42px; }
    .lower-partners-banner .featured-nav span {
      position: absolute;
      display: block;
      width: 20px;
      height: 42px;
      background-image: url("../images/arrow-sprite.png");
      cursor: pointer; }
      .lower-partners-banner .featured-nav span:active {
        top: 2px; }
      .lower-partners-banner .featured-nav span.prev {
        left: 5px;
        background-position: -4px -143px;
        z-index: 3; }
      .lower-partners-banner .featured-nav span.next {
        right: -3px;
        background-position: -4px -207px;
        z-index: 3; }

/* //////////////////////////////////////////////////////
= lower signtures block
  ///////////////////////////////////////////////////// */
.signtures {
  zoom: 1;
  margin: 20px 0 30px; }
  .signtures:before, .signtures:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .signtures:after {
    clear: both; }
  .signtures .ft-logo {
    display: block;
    width: 189px;
    height: 119px;
    background: transparent url("../images/footer-logo.png") no-repeat 0 0;
    text-indent: 250px;
    overflow: hidden;
    float: left; }
  .signtures .vcard {
    float: left;
    width: 30%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 25px 0 0 20px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 100;
    color: #fff;
    /*		&:before{
    			@include puesdo;
    			top:0;
    			left:-2px;
    			width:2px;
    			height:86px;
    			border-left:1px solid #444;
    		}*/ }
    .signtures .vcard .arena-name,
    .signtures .vcard .street-address {
      display: block;
      margin-bottom: 5px; }
  .signtures .aeg-dets {
    float: right; }
    .signtures .aeg-dets a {
      float: left;
      display: block;
      margin-left: 25px;
      text-indent: -150px;
      overflow: hidden;
      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; }
      .signtures .aeg-dets a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
      .signtures .aeg-dets a.aeg {
        background: transparent url("../images/ft-aeg-logo.png") no-repeat 0 0;
        margin-top: 40px;
        width: 94px;
        height: 100px; }
      .signtures .aeg-dets a.aeg-earth {
        background: transparent url("../images/ft-aeg-earth.png") no-repeat 0 0;
        margin-top: 20px;
        width: 94px;
        height: 100px; }

.global_footer {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  background: #01529A url("../images/noise-2.png") repeat-x 0 0;
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNTI5YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0696d7), color-stop(100%, #01529a));
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #0696d7, #01529a);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #0696d7, #01529a);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #0696d7, #01529a);
  -moz-box-shadow: #333 0px 1px 2px;
  -webkit-box-shadow: #333 0px 1px 2px;
  box-shadow: #333 0px 1px 2px; }
  .global_footer .global_footer_wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0; }
  .global_footer p {
    display: block;
    color: #fff;
    font: normal 9px/100% Verdana;
    margin: 0;
    padding: 11px 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: 14px;
    right: 0px;
    margin: 0;
    font-size: 10px;
    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 {
  width: 1080px;
  height: 55px;
  background: transparent url("../images/bckgrd-nav.png") no-repeat 0 0;
  margin: 50px -35px 4px -40px;
  padding: 45px 0 0;
  z-index: 500; }
  header nav ul {
    position: relative;
    margin: 0;
    padding: 0 35px 0 45px;
    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 40px;
      padding: 0 0 0 40px; }
      header nav ul li:after {
        content: "";
        display: block;
        position: relative;
        position: absolute;
        top: 3px;
        left: 0;
        width: 1px;
        height: 32px;
        border-left: 1px solid #836753; }
      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 23px;
    font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 100%;
    color: #FEA74E;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: #000 0px 1px 2px; }
    header nav a span {
      display: block;
      margin-bottom: -2px;
      font-size: 18px;
      font-style: normal;
      font-weight: 900;
      line-height: 100%;
      color: #fff; }
    header nav a.active:after {
      content: "";
      display: block;
      position: relative;
      bottom: -8px;
      width: 100%;
      height: 3px;
      border-bottom: 2px solid #FEA84F; }
  header nav .hover > a {
    text-decoration: none;
    color: #FEA74E; }

nav ul .sub {
  display: none;
  position: absolute;
  top: 60px;
  min-width: 100px;
  width: 199px;
  background-color: #fff;
  margin: 0;
  padding: 0 0 8px;
  z-index: 100;
  box-shadow: 0 0 12px -2px #333; }
  nav ul .sub:before {
    content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: 37%;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid #FEA74E;
    margin: 0;
    padding: 0; }
  nav ul .sub:after {
    content: "";
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    height: 5px;
    background-color: #eee;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFBBBBBB');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #bbbbbb 100%);
    z-index: 100; }

nav ul li.page_3 .sub {
  left: -71px; }
nav ul li.page_4 .sub {
  left: -16px; }
nav ul li.page_5 .sub {
  left: -23px; }
nav ul li.page_6 .sub {
  left: 1px; }
nav ul li.page_7 .sub {
  left: -20px; }
nav ul li.page_8 .sub {
  left: -13px; }

nav ul ul {
  float: left;
  width: 100%;
  left: 0;
  height: auto;
  background: none;
  border: none;
  margin: 8px 0 0;
  padding: 0; }
  nav ul ul li {
    float: none;
    height: auto;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin: 0 15px;
    padding: 0px;
    list-style: none;
    cursor: pointer; }
    nav ul ul li:first-child {
      margin-left: 15px; }
      nav ul ul li:first-child a {
        margin-left: -7px; }
    nav ul ul li:after {
      display: none; }
    nav ul ul li:last-child {
      border-bottom: none; }
    nav ul ul li a, nav ul ul li a:link, nav ul ul li a:visited {
      display: block;
      width: auto;
      height: auto;
      background-image: none;
      /*			margin:0;*/
      padding: 8px 0;
      font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 700;
      font-style: normal;
      line-height: 120%;
      letter-spacing: 0;
      color: #333;
      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 ul ul li a:hover, nav ul ul li a:focus, nav ul ul li a:link:hover, nav ul ul li a:link:focus, nav ul ul li a:visited:hover, nav ul ul li a:visited:focus {
        color: #FEA74E;
        text-decoration: none; }
      nav ul ul li a.active, nav ul ul li a:link.active, nav ul ul li a:visited.active {
        color: #FEA74E; }
        nav ul ul li a.active:after, nav ul ul li a:link.active:after, nav ul ul li a:visited.active:after {
          display: none; }

.home #layout {
  background-color: transparent; }
.home footer.footer {
  margin-top: 10px; }

.home .news_feed,
.home .banner,
.home .social_feed {
  background-color: #170001;
  margin-bottom: 8px; }

.home .ad-banners {
  margin-top: -121px; }

/*.facebook-widget.short{
	height:290px;
}*/
/*.hm-events,
.lower-promo{
	margin-top:5px;
}*/
.lower-promo section:first-child {
  margin-right: 7px; }
.lower-promo section:last-child {
  overflow: visible; }

/* ----------------------------------------------------------------------------
=Instagram images on homepage
----------------------------------------------------------------------------- */
#instagram {
  width: 314px;
  height: 264px;
  float: right; }
  #instagram .overview {
    z-index: 2; }
    #instagram .overview h3 {
      display: block;
      height: 40px;
      margin: 0 0 5px;
      padding: 0 0 5px;
      background: #bbb url("../images/noise-2.png") repeat-x 0 0;
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
      -moz-box-shadow: #333 0px 1px 2px;
      -webkit-box-shadow: #333 0px 1px 2px;
      box-shadow: #333 0px 1px 2px;
      box-shadow: none; }
      #instagram .overview h3:after {
        content: "";
        display: block;
        position: relative;
        bottom: -16px;
        left: 0px;
        width: 100%;
        height: 18px;
        background-color: #D3D3D3;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD3D3D3', endColorstr='#FFFFFFFF');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d3), color-stop(100%, #ffffff));
        background-image: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
        background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
        background-image: linear-gradient(to bottom, #d3d3d3 0%, #ffffff 100%);
        z-index: 1; }
      #instagram .overview h3 a {
        display: block;
        position: relative;
        top: 9px;
        width: 120px;
        height: 30px;
        background: transparent url("../images/insta-header.png") no-repeat center 0;
        margin: 0 auto;
        text-indent: -100px;
        overflow: hidden; }
  #instagram .follow-us {
    height: 36px;
    border-bottom: 1px solid #E5E5E5;
    margin: 20px 12px 12px 10px;
    padding: 0;
    z-index: 10; }
    #instagram .follow-us a:first-child {
      display: inline-block;
      margin-right: 81px; }
      #instagram .follow-us a:first-child span {
        font-size: 12px;
        color: #666; }
    #instagram .follow-us a.button {
      display: inline-block;
      width: 77px;
      height: 23px;
      background: #0696D7 url("../images/noise-2.png") repeat-x 0 0;
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7dd1f1), color-stop(100%, #0696d7));
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #7dd1f1, #0696d7);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #7dd1f1, #0696d7);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #7dd1f1, #0696d7);
      border-bottom: 1px solid #333;
      -moz-border-radius: 4px / 4px;
      -webkit-border-radius: 4px 4px;
      border-radius: 4px / 4px;
      font-size: 12px;
      color: #fff;
      text-align: center;
      line-height: 23px;
      text-shadow: 0 -1px 1px #666; }
      #instagram .follow-us a.button:hover {
        text-decoration: none;
        background: #7DD1F1 url("../images/noise-2.png") repeat-x 0 0;
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0696d7), color-stop(100%, #7dd1f1));
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #0696d7, #7dd1f1);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #0696d7, #7dd1f1);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #0696d7, #7dd1f1); }
  #instagram ul {
    margin: 0;
    padding: 0;
    zoom: 1; }
    #instagram ul:before, #instagram ul:after {
      content: "\0020";
      display: block;
      height: 0;
      visibility: hidden; }
    #instagram ul:after {
      clear: both; }
  #instagram li {
    float: left;
    display: block; }
  #instagram .instagram_image {
    margin-bottom: 0px;
    margin-left: 10px;
    text-align: center; }
    #instagram .instagram_image img {
      width: 60px;
      height: 60px;
      border: 2px solid transparent;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=1);
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      #instagram .instagram_image img:hover {
        border: 2px solid #FEA74E;
        opacity: 0.6;
        -moz-opacity: 0.6;
        filter: alpha(opacity=60); }

#pages .container {
  clear: both;
  position: relative; }
  #pages .container .event_list {
    margin: 0 0 15px; }
    #pages .container .event_list .list {
      padding: 0; }
    #pages .container .event_list .entry .info {
      width: 420px;
      padding: 2px 2px 4px;
      margin-left: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      #pages .container .event_list .entry .info section {
        padding: 15px 15px 17px; }

/* ----------------------------------------------------------------------------
=Page Content
----------------------------------------------------------------------------- */
.content {
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  /* ----------------------------------------------------------------------------
  =Text Templates
  ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  =Tables
  ----------------------------------------------------------------------------- */ }
  .content .container {
    clear: both;
    position: relative; }
  .content .overview {
    border-bottom: 1px solid #E5E5E5; }
    .content .overview a, .content .overview a:link, .content .overview a:visited {
      color: white;
      text-decoration: underline; }
      .content .overview a:hover, .content .overview a:focus, .content .overview a:link:hover, .content .overview a:link:focus, .content .overview a:visited:hover, .content .overview a:visited:focus {
        text-decoration: none; }
    .content .overview p {
      margin: 0 0 16px;
      font-size: 16px;
      clear: both; }
  .content p.lead {
    font-size: 16px;
    color: #666; }
  .content .baseline {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 10px;
    padding: 0 0 10px; }
    .content .baseline p {
      margin-bottom: 16px; }
  .content h1 {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 10px;
    padding: 0 0 10px; }
  .content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .content ul li {
      position: relative;
      margin: 0;
      padding: 0 0 10px 20px; }
      .content ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 0px;
        width: 10px;
        height: 15px;
        background-position: 0 0; }
  .content ol li {
    padding: 0 0 7px 1px; }
  .content table {
    margin: 0 0 15px;
    position: relative; }
    .content table tr {
      font-size: 12px;
      color: white; }
      .content table tr td {
        padding: 5px;
        border: none; }

/* ----------------------------------------------------------------------------
=Image Templates
----------------------------------------------------------------------------- */
.textarea .content img {
  max-width: 620px; }
  .textarea .content img.left, .textarea .content .one_sidebar_right img#column_2, .one_sidebar_right .textarea .content img#column_2, .textarea .content footer.footer img.ftpromobanner, footer.footer .textarea .content img.ftpromobanner {
    float: left;
    display: block;
    margin-top: 3px;
    margin-right: 12px;
    margin-bottom: 11px; }
  .textarea .content img.right {
    float: right;
    display: block;
    margin-top: 3px;
    margin-left: 12px;
    margin-bottom: 11px; }

.spotlight {
  margin-bottom: 40px;
  zoom: 1; }
  .spotlight:before, .spotlight:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .spotlight:after {
    clear: both; }
  .spotlight .entry {
    width: 290px;
    float: left;
    padding: 6px;
    margin: 0 0 10px 10px;
    position: relative;
    background-color: #EFEFEF;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    .spotlight .entry:nth-child(odd) {
      margin-left: 0; }
    .spotlight .entry:hover {
      background-color: #ccc; }
    .spotlight .entry img {
      width: 100%;
      height: auto;
      padding-bottom: 10px; }
      .spotlight .entry img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
        opacity: 0.85; }
    .spotlight .entry h3 {
      text-align: center; }

/* ----------------------------------------------------------------------------
= Staff
----------------------------------------------------------------------------- */
.staff .container .staff {
  width: 50%;
  height: 155px; }
  .staff .container .staff img {
    width: 95px; }

.staff #spotlight_28 .entry {
  height: 119px; }
.staff #spotlight_28 h3 {
  margin-top: 15px;
  margin-bottom: 8px;
  text-align: left; }
  .staff #spotlight_28 h3 a {
    color: #666; }
    .staff #spotlight_28 h3 a:hover {
      color: #FEA74E; }
.staff #spotlight_28 img {
  float: left;
  width: 95px;
  margin-right: 15px;
  margin-bottom: 10px; }
.staff #spotlight_28 p {
  padding-right: 10px; }

/* ----------------------------------------------------------------------------
=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; }
  .paging .pages {
    float: none;
    display: inline-block; }
    .paging .pages a,
    .paging .pages strong {
      width: auto;
      height: auto;
      margin: 0 2px 0 0;
      padding: 0 2px 0 0;
      font-size: 12px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #fff; }
      .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;
  width: 100px;
  margin-top: -39px;
  margin-left: 10px;
  zoom: 1; }
  .links:before, .links:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .links:after {
    clear: both; }
  .links a {
    position: relative;
    display: block;
    float: left;
    width: 48px;
    height: 39px;
    margin: 2px 0 0;
    padding-left: 0px;
    font: 400 16px "museo-sans", "Arial", "Helvetica", sans-serif;
    color: #444;
    text-transform: uppercase;
    overflow: hidden;
    text-indent: -100px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #aaa url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #dddddd, #aaaaaa);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #dddddd, #aaaaaa);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #dddddd, #aaaaaa);
    /*		&.full_list{
    			@include icons-sprite(listing);
    		}*/ }
    .links a:hover {
      text-decoration: none;
      background-color: #FE7505;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
      background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }
      .links a:hover.rss:before {
        background-position: 0 -697px; }
      .links a:hover.print:before {
        background-position: 0 -634px; }
    .links a.rss:before {
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      left: 15px;
      width: 20px;
      height: 20px;
      background-position: 0 -668px; }
      .links a.rss:before:hover, .links a.rss:before.rss-hover {
        background-position: 0 -697px; }
    .links a.print:before {
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      left: 12px;
      width: 25px;
      height: 25px;
      background-position: 0 -600px; }
      .links a.print:before:hover, .links a.print:before.print-hover {
        background-position: 0 -634px; }

/* ----------------------------------------------------------------------------
= Link Lists
----------------------------------------------------------------------------- */
.link {
  margin: 0 0 20px;
  position: relative; }
  .link ul.list {
    border-top: 1px solid #E5E5E5;
    margin: 0;
    padding: 2px 0 0;
    list-style-type: none;
    list-style-image: none; }
    .link ul.list li {
      position: relative;
      height: auto;
      margin-bottom: 2px;
      padding: 10px 0 10px;
      border-bottom: 1px solid #E5E5E5; }
    .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;
      margin: 0;
      padding: 0 0 0 49px;
      font-weight: 500;
      line-height: 15px;
      color: #666; }
      .link ul.list a:hover, .link ul.list a:focus {
        color: #FE861F;
        text-decoration: none; }
        .link ul.list a:hover:before, .link ul.list a:focus:before {
          background: #FE7505 url("../images/lnk-outbound.png") no-repeat center center;
          background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
          background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, -moz-linear-gradient(top, #fe7505, #fea84f);
          background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, -webkit-linear-gradient(top, #fe7505, #fea84f);
          background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, linear-gradient(to bottom, #fe7505, #fea84f); }
        .link ul.list a:hover.image:before, .link ul.list a:focus.image:before {
          background: #FE7505 url("../images/lnk-img.png") no-repeat center center;
          background: url('../images/lnk-img.png?1559829082') center center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background: url('../images/lnk-img.png?1559829082') center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
          background: url('../images/lnk-img.png?1559829082') center center no-repeat, -moz-linear-gradient(top, #fe7505, #fea84f);
          background: url('../images/lnk-img.png?1559829082') center center no-repeat, -webkit-linear-gradient(top, #fe7505, #fea84f);
          background: url('../images/lnk-img.png?1559829082') center center no-repeat, linear-gradient(to bottom, #fe7505, #fea84f); }
        .link ul.list a:hover.pdf:before, .link ul.list a:focus.pdf:before {
          background: #FE7505 url("../images/lnk-file.png") no-repeat center center;
          background: url('../images/lnk-file.png?1559829082') center center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background: url('../images/lnk-file.png?1559829082') center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
          background: url('../images/lnk-file.png?1559829082') center center no-repeat, -moz-linear-gradient(top, #fe7505, #fea84f);
          background: url('../images/lnk-file.png?1559829082') center center no-repeat, -webkit-linear-gradient(top, #fe7505, #fea84f);
          background: url('../images/lnk-file.png?1559829082') center center no-repeat, linear-gradient(to bottom, #fe7505, #fea84f); }
        .link ul.list a:hover.email:before, .link ul.list a:focus.email:before {
          background: #FE7505 url("../images/lnk-email.png") no-repeat center center;
          background: url('../images/lnk-email.png?1559829082') center center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background: url('../images/lnk-email.png?1559829082') center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
          background: url('../images/lnk-email.png?1559829082') center center no-repeat, -moz-linear-gradient(top, #fe7505, #fea84f);
          background: url('../images/lnk-email.png?1559829082') center center no-repeat, -webkit-linear-gradient(top, #fe7505, #fea84f);
          background: url('../images/lnk-email.png?1559829082') center center no-repeat, linear-gradient(to bottom, #fe7505, #fea84f); }
      .link ul.list a.image:before {
        background: #FEA84F url("../images/lnk-img.png") no-repeat center center;
        background: url('../images/lnk-img.png?1559829082') center center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/lnk-img.png?1559829082') center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
        background: url('../images/lnk-img.png?1559829082') center center no-repeat, -moz-linear-gradient(top, #fea84f, #fe7505);
        background: url('../images/lnk-img.png?1559829082') center center no-repeat, -webkit-linear-gradient(top, #fea84f, #fe7505);
        background: url('../images/lnk-img.png?1559829082') center center no-repeat, linear-gradient(to bottom, #fea84f, #fe7505); }
      .link ul.list a.pdf:before {
        background: #FEA84F url("../images/lnk-file.png") no-repeat center center;
        background: url('../images/lnk-file.png?1559829082') center center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/lnk-file.png?1559829082') center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
        background: url('../images/lnk-file.png?1559829082') center center no-repeat, -moz-linear-gradient(top, #fea84f, #fe7505);
        background: url('../images/lnk-file.png?1559829082') center center no-repeat, -webkit-linear-gradient(top, #fea84f, #fe7505);
        background: url('../images/lnk-file.png?1559829082') center center no-repeat, linear-gradient(to bottom, #fea84f, #fe7505); }
      .link ul.list a.email:before {
        background: #FEA84F url("../images/lnk-email.png") no-repeat center center;
        background: url('../images/lnk-email.png?1559829082') center center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/lnk-email.png?1559829082') center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
        background: url('../images/lnk-email.png?1559829082') center center no-repeat, -moz-linear-gradient(top, #fea84f, #fe7505);
        background: url('../images/lnk-email.png?1559829082') center center no-repeat, -webkit-linear-gradient(top, #fea84f, #fe7505);
        background: url('../images/lnk-email.png?1559829082') center center no-repeat, linear-gradient(to bottom, #fea84f, #fe7505); }
      .link ul.list a:before {
        content: "";
        display: block;
        position: absolute;
        width: 32px;
        height: 28px;
        top: 4px;
        left: 0px;
        background: #FEA84F url("../images/lnk-outbound.png") no-repeat center center;
        background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
        background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, -moz-linear-gradient(top, #fea84f, #fe7505);
        background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, -webkit-linear-gradient(top, #fea84f, #fe7505);
        background: url('../images/lnk-outbound.png?1559829082') center center no-repeat, linear-gradient(to bottom, #fea84f, #fe7505); }

/* ----------------------------------------------------------------------------
= custom image links on stadium info page.
----------------------------------------------------------------------------- */
.owner-about-images {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
  margin-bottom: 25px; }
  .owner-about-images p {
    width: 65%;
    margin: 0 auto; }
  .owner-about-images img {
    border: 5px solid #eee;
    margin-right: 30px; }
    .owner-about-images img:hover {
      border: 5px solid #ddd; }

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  min-height: 300px;
  padding: 0;
  margin: 0 0 10px;
  clear: both; }
  .sitemap .column {
    float: left;
    position: relative;
    padding: 0; }
    .sitemap .column:first-child {
      padding-right: 20px; }
  .sitemap .holder {
    width: 96%;
    min-height: 500px;
    padding: 20px; }
  .sitemap .container p {
    margin-bottom: 20px; }
  .sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap ul li {
      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: #666; }
          .sitemap ul li ul li a:hover, .sitemap ul li ul li a:focus {
            color: #D65F00; }
        .sitemap ul li ul li ul {
          display: none; }
  .sitemap a {
    display: block;
    border-bottom: 1px solid #E5E5E5;
    color: #D65F00; }
    .sitemap a:hover, .sitemap a:focus {
      color: #666; }

.subnav {
  position: relative;
  width: 315px;
  padding: 0;
  margin: 0 0 20px;
  box-shadow: 0 0 10px 4px #263448; }
  .subnav ul {
    display: block;
    list-style: none;
    list-style-image: none;
    padding: 0;
    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 6px;
    margin: 0 17px 5px;
    border-bottom: 1px solid #ddd; }
    .subnav li.onparent {
      padding: 0; }
    .subnav li:last-child {
      border-bottom: 0; }
    .subnav li.active {
      /*				&.onparent a{
      					height:37px;
      					text-align:center;
      					font-size:14px;
      					font-weight:700;
      					color:#333;
      					line-height:37px;
      					text-shadow:1px 1px 1px #fff;
      					@include toolbar-gradient-sidebar;
      					box-shadow:none;
      				}*/ }
      .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 a:active {
        color: #666; }
    .subnav li:first-child {
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #fff;
      margin: 0 0 10px; }
      .subnav li:first-child a {
        height: 35px;
        padding: 5px 0;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        color: #333;
        line-height: 37px;
        text-shadow: 1px 1px 1px #fff;
        background: #bbb url("../images/noise-2.png") repeat-x 0 0;
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
        -moz-box-shadow: #333 0px 1px 2px;
        -webkit-box-shadow: #333 0px 1px 2px;
        box-shadow: #333 0px 1px 2px;
        box-shadow: none; }
        .subnav li:first-child a:after {
          content: "";
          display: block;
          position: relative;
          top: 4px;
          bottom: 0px;
          left: 0px;
          width: 100%;
          height: 20px;
          background-color: #D3D3D3;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD3D3D3', endColorstr='#FFFFFFFF');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d3), color-stop(100%, #ffffff));
          background-image: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
          background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
          background-image: linear-gradient(to bottom, #d3d3d3 0%, #ffffff 100%); }
        .subnav li:first-child a:hover {
          color: #333; }
      .subnav li:first-child.active a {
        color: #333;
        text-align: center; }
    .subnav li:last-child {
      background: none;
      /*				&:after{
      					@include puesdo;
      					height:20px;
      				}*/ }
    .subnav li a {
      display: block;
      background-image: none;
      margin: 0;
      padding: 2px 0;
      font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      color: #666;
      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: #FEA74E;
        text-decoration: none; }
    .subnav li ul {
      display: none; }
      .subnav li ul li {
        height: auto;
        border-bottom: none;
        padding: 0; }
        .subnav li ul li a {
          font-weight: 500; }
        .subnav li ul li:first-child {
          width: auto;
          height: auto;
          border-bottom: none;
          margin: 0 15px 0;
          padding: 0; }
          .subnav li ul li:first-child a {
            background: none;
            height: auto;
            text-align: left;
            font-size: 10px;
            line-height: 15px;
            font-weight: 500;
            color: #666;
            text-shadow: none; }
            .subnav li ul li:first-child a:after {
              display: none; }
          .subnav li ul li:first-child.active a {
            font-size: 10px;
            font-weight: 500;
            color: #FEA74E;
            text-align: left; }

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

.royalSlider > * {
  float: left; }

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

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

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

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

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

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

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

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

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

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

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

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url('http://www.bbvastadium.com/assets/production/1f275796a5/images/grab.png') 8 8, move; }

.grabbing-cursor {
  cursor: url('http://www.bbvastadium.com/assets/production/1f275796a5/images/grabbing.png') 8 8, move; }

.rsNoDrag {
  cursor: auto; }

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

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

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

.royalSlider > .rsContent {
  visibility: hidden; }

.rsContent {
  background-color: #836753; }

/*- special gradient for navbar edge -*/
/*.rsSlide{
	position:relative;
	&:before{
		content:"";
		position:absolute;
		display:block;
		top:0px;
		width:100%;
		height:24px;
		background:transparent url("http://www.bbvastadium.com/assets/production/1f275796a5/images/overdone-shadow.png") no-repeat 0 0;	
		z-index:5;
	}
	&:after{
		content:"";
		position:absolute;
		display:block;
		bottom:0px;
		width:100%;
		height:24px;
		background:transparent url("http://www.bbvastadium.com/assets/production/1f275796a5/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: 58px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -22px;
  position: absolute;
  cursor: pointer;
  background: url('../images/arrow-sprite.png?1559829082');
  /*	background-color: #000;
  	background-color: rgba(0,0,0,0.75);
  	*background-color: #000;*/
  border-radius: 2px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }
  .rsDefault .rsArrowIcn:hover {
    /*background-color: rgba(0,0,0,0.9);*/
    opacity: 0.92;
    -moz-opacity: 0.92;
    filter: alpha(opacity=92); }
  .rsDefault .rsArrowIcn:active {
    margin-top: -29px; }

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

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

/*.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("http://www.bbvastadium.com/assets/production/1f275796a5/css/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("http://www.bbvastadium.com/assets/production/1f275796a5/css/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_1559829082.png') 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_1559829082.png') -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_1559829082.gif');
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  width: 100%;
  height: 40px;
  background-color: #bbb;
  border-top: 1px solid #EEEEEE;
  padding: 0;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  background: #bbb url("../images/noise-2.png") repeat-x 0 0;
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
  -moz-box-shadow: #333 0px 1px 2px;
  -webkit-box-shadow: #333 0px 1px 2px;
  box-shadow: #333 0px 1px 2px;
  /*	.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, .rsDefault .rsGCaption .rsABlock h3 {
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 700;
      color: #000;
      line-height: 40px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #fff; }
    .rsDefault .rsGCaption .rsABlock h3 {
      width: 98%;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

/***************
*
*  9. Overrides/Customization
*
****************/
.spotlight_image .rsDefault {
  width: 656px;
  height: 369px; }
  .spotlight_image .rsDefault img {
    width: 100%;
    margin-bottom: -2px; }

.full-slideshow {
  margin: -20px 0 20px -20px;
  height: 411px;
  border: 1px solid #D4D4D4;
  /*	&:after {
  		content: '';
  		width: 640px;
  		height: 9px;
  		background:image-url('http://www.bbvastadium.com/assets/production/1f275796a5/css/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('http://www.bbvastadium.com/assets/production/1f275796a5/css/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,
.news_slideshow {
  position: relative;
  width: 658px;
  height: 413px;
  margin: 0px 0 20px 0px;
  background-color: #bbb;
  border: 1px solid #eee;
  zoom: 1; }
  .event_slideshow:before, .event_slideshow:after,
  .news_slideshow:before,
  .news_slideshow:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .event_slideshow:after,
  .news_slideshow:after {
    clear: both; }
  .event_slideshow .full-slideshow,
  .news_slideshow .full-slideshow {
    width: 656px;
    height: 411px;
    margin: 0;
    padding: 1px;
    border: 0; }
  .event_slideshow .rsDefault .rsGCaption,
  .news_slideshow .rsDefault .rsGCaption {
    border: 0;
    box-shadow: none; }

.home-slideshow {
  position: relative;
  width: 658px;
  height: 409px;
  margin: 0px 0 20px 0px;
  background-color: #bbb;
  border: 1px solid #eee;
  zoom: 1; }
  .home-slideshow:before, .home-slideshow:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .home-slideshow:after {
    clear: both; }
  .home-slideshow .full-slideshow {
    width: 660px;
    height: 408px;
    margin: 0;
    padding: 1px;
    height: auto;
    border: 0; }
  .home-slideshow .rsContent {
    background-color: transparent; }
  .home-slideshow .rsDefault {
    background: transparent; }
    .home-slideshow .rsDefault .rsSlide,
    .home-slideshow .rsDefault .rsOverflow {
      background: transparent; }
    .home-slideshow .rsDefault .rsGCaption {
      border: 0;
      box-shadow: none; }
  .home-slideshow .rsGCaption .rsABlock {
    padding: 0 8px; }
  .home-slideshow .rsGCaption .desc {
    position: absolute;
    height: 40px; }
    .home-slideshow .rsGCaption .desc .date {
      float: left;
      display: inline-block;
      border-right: 1px solid #ccc;
      padding-right: 8px;
      font-size: 14px;
      font-weight: 700;
      line-height: 41px;
      color: #000;
      text-align: left;
      text-shadow: #fff 1px 1px 1px; }
    .home-slideshow .rsGCaption .desc .slide_title {
      float: left;
      display: inline-block;
      width: 460px;
      border-left: 1px solid #fff;
      padding-left: 10px;
      font-size: 14px;
      font-weight: 700;
      line-height: 41px;
      color: #000;
      text-align: left;
      text-shadow: #fff 1px 1px 1px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .home-slideshow .rsGCaption .buttons {
    float: right;
    display: inline-block;
    margin-right: 8px; }
    .home-slideshow .rsGCaption .buttons a,
    .home-slideshow .rsGCaption .buttons span {
      display: inline-block;
      width: 24px;
      height: 34px;
      margin-top: 11px;
      margin-left: 9px;
      text-indent: -150px;
      overflow: hidden; }
      .home-slideshow .rsGCaption .buttons a.more-info,
      .home-slideshow .rsGCaption .buttons span.more-info {
        background-position: 0 -478px;
        height: 19px;
        width: 18px; }
        .home-slideshow .rsGCaption .buttons a.more-info:hover, .home-slideshow .rsGCaption .buttons a.more-info.moreinfo-hover,
        .home-slideshow .rsGCaption .buttons span.more-info:hover,
        .home-slideshow .rsGCaption .buttons span.more-info.moreinfo-hover {
          background-position: 0 -507px; }
      .home-slideshow .rsGCaption .buttons a.tickets,
      .home-slideshow .rsGCaption .buttons span.tickets {
        background-position: 0 -890px;
        height: 17px;
        width: 21px; }
        .home-slideshow .rsGCaption .buttons a.tickets:hover, .home-slideshow .rsGCaption .buttons a.tickets.tickets-hover,
        .home-slideshow .rsGCaption .buttons span.tickets:hover,
        .home-slideshow .rsGCaption .buttons span.tickets.tickets-hover {
          background-position: 0 -917px; }

/**************************************
Carousel
***************************************/
.featured_holder {
  text-align: center;
  height: 207px; }
  .featured_holder .event_list {
    position: absolute;
    left: 0;
    width: 1005px;
    text-align: center; }
  .featured_holder .spotlight_header {
    height: 38px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
    background: #bbb url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
    -moz-box-shadow: #333 0px 1px 2px;
    -webkit-box-shadow: #333 0px 1px 2px;
    box-shadow: #333 0px 1px 2px;
    box-shadow: 0 0 10px 4px #263448; }
  .featured_holder .list_holder {
    width: 999px; }
  .featured_holder #event_list {
    width: 860px;
    height: 150px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 20px;
    position: relative;
    margin: 0 auto; }
    .featured_holder #event_list #event_list {
      width: 100%;
      height: 100%;
      position: relative;
      list-style: none; }
    .featured_holder #event_list .entry-item {
      width: 203px;
      float: left;
      position: relative;
      padding: 0; }
      .featured_holder #event_list .entry-item .entry {
        width: 192px;
        margin: 0;
        padding: 0;
        text-align: left; }
        .featured_holder #event_list .entry-item .entry .thumb {
          margin-bottom: 10px;
          box-shadow: 0 0 10px 4px #263448; }
        .featured_holder #event_list .entry-item .entry .info {
          position: relative;
          top: -250px;
          width: 186px;
          height: 0px;
          background: #002a51;
          background: rgba(0, 42, 81, 0.8);
          border: 0;
          margin: 0 0 0 3px;
          padding: 0;
          box-shadow: none;
          overflow: hidden;
          cursor: pointer;
          -webkit-transition: all 280ms ease-in-out;
          -moz-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
          .featured_holder #event_list .entry-item .entry .info.active {
            display: block;
            height: 100px;
            top: -145px; }
          .featured_holder #event_list .entry-item .entry .info .date {
            border-bottom: 0;
            margin: 6px 0 4px 8px;
            padding: 0;
            font-weight: 400;
            color: #fff; }
          .featured_holder #event_list .entry-item .entry .info h3 {
            margin-left: 8px;
            line-height: 100%; }
            .featured_holder #event_list .entry-item .entry .info h3 a {
              font-size: 14px;
              font-weight: 700;
              color: #fff; }
              .featured_holder #event_list .entry-item .entry .info h3 a:hover, .featured_holder #event_list .entry-item .entry .info h3 a:focus {
                color: #eee; }
        .featured_holder #event_list .entry-item .entry .info_overlay {
          height: 100px;
          text-align: center;
          padding: 30px 25px 25px; }
          .featured_holder #event_list .entry-item .entry .info_overlay .info_row, .featured_holder #event_list .entry-item .entry .info_overlay h4 {
            display: none; }
          .featured_holder #event_list .entry-item .entry .info_overlay a.btn-info {
            min-width: 0; }
  .featured_holder .featured-nav {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .featured_holder .featured-nav span {
      position: absolute;
      top: -50px;
      left: 0;
      border-top: 1px solid #eee;
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      border-left: 1px solid #999;
      width: 52px;
      height: 37px;
      overflow: hidden;
      text-indent: -999em;
      cursor: pointer;
      background: #aaa url("../images/noise-2.png") repeat-x 0 0;
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #dddddd, #aaaaaa);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #dddddd, #aaaaaa);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #dddddd, #aaaaaa); }
      .featured_holder .featured-nav span.prev {
        left: 1px; }
        .featured_holder .featured-nav span.prev:before {
          content: "";
          display: block;
          position: relative;
          width: 15px;
          height: 19px;
          top: 27%;
          left: 34%;
          background: transparent url("../images/arrows-mn.png") no-repeat -1px 0; }
        .featured_holder .featured-nav span.prev:after {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          height: 39px;
          top: 0;
          right: 0px;
          background-color: #eee; }
        .featured_holder .featured-nav span.prev:hover:before {
          background-position: 0px -24px; }
      .featured_holder .featured-nav span.next {
        left: auto;
        right: 1px; }
        .featured_holder .featured-nav span.next:before {
          content: "";
          display: block;
          position: relative;
          width: 15px;
          height: 19px;
          top: 26%;
          left: 42%;
          background: transparent url("../images/arrows-mn.png") no-repeat -1px -52px; }
        .featured_holder .featured-nav span.next:after {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          height: 49px;
          top: 0;
          left: 0px;
          background-color: #eee; }
        .featured_holder .featured-nav span.next:hover:before {
          background-position: 0 -76px; }
      .featured_holder .featured-nav span:active.prev:before, .featured_holder .featured-nav span:active.next:before {
        top: 29%; }
      .featured_holder .featured-nav span:hover {
        text-decoration: none;
        background-color: #FE7505;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
        background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
        background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
        background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }

#events .one_sidebar_right #column_1 {
  border: 0; }
  #events .one_sidebar_right #column_1 .holder {
    padding: 0;
    background-color: transparent; }
    #events .one_sidebar_right #column_1 .holder .container {
      background-color: transparent;
      border: none;
      padding: 0; }

#event_axs #layout .content {
  padding: 10px 0 20px; }

/* ----------------------------------------------------------------------------
= Event Featured List (on homepage with grid and list view)
----------------------------------------------------------------------------- */
.event_list {
  position: relative;
  margin-bottom: 0px; }
  .event_list .list {
    position: relative;
    background: none;
    margin: 0 0 15px;
    padding: 0; }
    .event_list .list p.noevents {
      padding: 10px;
      color: black; }
  .event_list .overview {
    height: 40px;
    border-top: 1px solid #eee;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #fff;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    background: #bbb url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
    -moz-box-shadow: #333 0px 1px 2px;
    -webkit-box-shadow: #333 0px 1px 2px;
    box-shadow: #333 0px 1px 2px; }
    .event_list .overview .design_wrapper {
      width: 555px;
      height: 91%;
      border: 1px solid #ccc;
      border-bottom: 0px solid #eee; }
    .event_list .overview h1 {
      float: left;
      width: auto;
      margin-top: 0px;
      margin-left: 20px;
      height: 40px;
      font-size: 14px;
      font-weight: 700;
      color: #333;
      line-height: 40px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #fff; }
    .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; }
  .event_list .entry {
    position: relative;
    padding: 10px 0; }
    .event_list .entry:first-child {
      border-top: none; }
    .event_list .entry .info {
      float: left;
      width: 446px;
      height: 132px;
      background: #bbb url("../images/noise-2.png") repeat-x 0 0;
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
      -moz-box-shadow: #333 0px 1px 2px;
      -webkit-box-shadow: #333 0px 1px 2px;
      box-shadow: #333 0px 1px 2px;
      border: 1px solid #eee;
      margin-left: 15px;
      padding: 2px; }
      .event_list .entry .info section {
        height: 102px;
        background-color: #fff;
        padding: 15px 15px;
        zoom: 1; }
        .event_list .entry .info section:before, .event_list .entry .info section:after {
          content: "\0020";
          display: block;
          height: 0;
          visibility: hidden; }
        .event_list .entry .info section:after {
          clear: both; }
      .event_list .entry .info h3 {
        width: 90%;
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        text-transform: uppercase; }
        .event_list .entry .info h3 a {
          color: #666;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
          .event_list .entry .info h3 a:hover {
            color: #FEA74E;
            text-decoration: none; }
      .event_list .entry .info h4 {
        width: 90%;
        font-size: 14px;
        font-weight: 500;
        color: #666; }
      .event_list .entry .info .date {
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 10px 2px;
        padding: 0 0 5px;
        font-size: 12px;
        font-weight: 700;
        color: #666; }
        .event_list .entry .info .date a {
          font-size: 12px;
          font-weight: 700;
          color: #666; }
    .event_list .entry .thumb {
      float: left;
      background-color: #DDDDDD;
      border: 1px solid #aaa;
      width: 186px;
      height: 132px;
      margin: 0;
      padding: 2px; }
      .event_list .entry .thumb a {
        display: block;
        width: 186px;
        height: 100px; }
        .event_list .entry .thumb a img {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%; }
      .event_list .entry .thumb .button-container {
        margin-top: 3px; }
        .event_list .entry .thumb .button-container a,
        .event_list .entry .thumb .button-container span {
          display: block;
          float: left;
          margin: 0 0 5px 4px;
          padding: 0;
          font-size: 10px;
          color: #fff;
          text-align: center;
          text-indent: 0;
          width: 91px;
          height: 28px;
          text-transform: uppercase;
          font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
          font-weight: 700;
          line-height: 30px;
          color: #fff;
          text-shadow: 0 -1px 2px #D46306;
          background-color: #FEA84f;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEA84F', endColorstr='#FFFE7505');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
          background-image: -moz-linear-gradient(top, #fea84f 0%, #fe7505 100%);
          background-image: -webkit-linear-gradient(top, #fea84f 0%, #fe7505 100%);
          background-image: linear-gradient(to bottom, #fea84f 0%, #fe7505 100%); }
          .event_list .entry .thumb .button-container a:hover,
          .event_list .entry .thumb .button-container span:hover {
            text-decoration: none;
            background-color: #FE7505;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
            background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
            background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
            background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }
          .event_list .entry .thumb .button-container a.more,
          .event_list .entry .thumb .button-container span.more {
            margin-left: 0; }
        .event_list .entry .thumb .button-container span {
          display: none;
          cursor: default; }

.event_list .paging.final {
  margin: 15px auto; }
.event_list .paging .nav {
  float: right;
  margin: 0 4px 0 0;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  line-height: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff; }
  .event_list .paging .nav .record {
    display: inline-block;
    margin-right: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
    text-align: right; }

.tvb {
  float: right;
  font-size: 12px;
  color: #FE861F; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  background: #fff;
  border: 2px solid #d4d4d4;
  padding: 20px 15px;
  zoom: 1; }
  .event_detail:before, .event_detail:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .event_detail:after {
    clear: both; }
  .event_detail .overview {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .event_detail .overview h1 {
      position: relative;
      display: block;
      border: 0;
      margin: 0 0 6px -10px;
      padding: 0 10px 0 8px;
      line-height: 140%;
      text-align: left;
      text-transform: uppercase; }
      .event_detail .overview h1 em {
        font-style: normal;
        color: #FE861F; }
    .event_detail .overview h2 {
      margin-bottom: 2px; }
    .event_detail .overview .tvb {
      margin-top: 8px; }
  .event_detail .content {
    float: right;
    width: 455px; }
    .event_detail .content .description {
      margin-top: 10px; }
      .event_detail .content .description p {
        line-height: 170%; }
  .event_detail .show_dates {
    border-bottom: 1px solid #e5e5e5;
    margin: 5px 0;
    padding: 5px 0;
    clear: both; }
    .event_detail .show_dates h3 {
      display: none;
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: 700;
      color: #333; }
    .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 10px;
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase; }
      .event_detail .show_dates .showings_list li .date {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin-right: 1px;
        color: #333; }
      .event_detail .show_dates .showings_list li .time {
        font-size: 14px;
        font-weight: 700;
        color: #333; }
    .event_detail .show_dates .showings_list .icons-ical {
      display: inline-block;
      position: absolute;
      right: 0px;
      height: 24px;
      padding-right: 28px;
      line-height: 18px;
      font-weight: 700;
      color: #333;
      overflow: hidden; }
      .event_detail .show_dates .showings_list .icons-ical:after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        right: 0;
        width: 24px;
        height: 24px;
        background-position: 0 -54px; }
  .event_detail .event_detail_wrapper {
    width: 150px;
    float: left;
    margin-bottom: 20px; }
  .event_detail .thumb_ticket {
    margin-bottom: 15px; }
  .event_detail .thumb {
    background: transparent url("http://www.bbvastadium.com/assets/production/1f275796a5/images/bckgrd-elp-thumbnail.png") repeat 0 0;
    padding: 10px; }
    .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: 150px; }
    .event_detail .buy-buttons .ticket_buttons,
    .event_detail .buy-buttons .free_show {
      position: relative;
      height: 38px;
      background-color: #FEA84F;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEA84F', endColorstr='#FFFE7505');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
      background-image: -moz-linear-gradient(top, #fea84f 0%, #fe7505 100%);
      background-image: -webkit-linear-gradient(top, #fea84f 0%, #fe7505 100%);
      background-image: linear-gradient(to bottom, #fea84f 0%, #fe7505 100%);
      margin: 0 auto 10px;
      text-align: center;
      /*			&:before,
      			&:after{
      				@include puesdo-ab;
      				position:absolute;
      				top:0;
      				width:8px;
      				height:35px;
      			}
      			&:before{
      				@include icons-sprite(ribbon-lft);
      			}
      			&:after{
      				@include icons-sprite(ribbon-rt);
      				right:0;
      			}*/ }
      .event_detail .buy-buttons .ticket_buttons:hover,
      .event_detail .buy-buttons .free_show:hover {
        background-color: #FE7505;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
        background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
        background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
        background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%);
        text-decoration: none; }
    .event_detail .buy-buttons a.tickets,
    .event_detail .buy-buttons span.tickets,
    .event_detail .buy-buttons span.soon.onsale,
    .event_detail .buy-buttons .free_show span {
      line-height: 38px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 900;
      color: #fff;
      text-shadow: 1px 1px 1px #D46306;
      /*			&:before{
      				@include puesdo;
      				display:inline-block;
      				width:21px;
      				height:15px;
      				top:2px;
      				margin-right:6px;
      				margin-left:-6px;
      				@include icons-sprite(tickets-white);
      			}*/ }
      .event_detail .buy-buttons a.tickets:hover,
      .event_detail .buy-buttons span.tickets:hover,
      .event_detail .buy-buttons span.soon.onsale:hover,
      .event_detail .buy-buttons .free_show span:hover {
        text-decoration: none; }
    .event_detail .buy-buttons a.tickets {
      display: block; }
      .event_detail .buy-buttons a.tickets:before {
        display: inline-block; }
  .event_detail .event_detail_list {
    width: 148px;
    position: relative;
    margin: 0;
    padding: 0 0 20px;
    border: 1px solid #bbb;
    background-color: #eee;
    background: #eee url("../images/noise-2.png") repeat 0 0;
    box-shadow: 1px 2px 2px #D5D5D5; }
    .event_detail .event_detail_list:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25px;
      border-bottom: 1px solid #bbb;
      background: #bbb url("../images/noise-2.png") repeat-x 0 0;
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb); }
    .event_detail .event_detail_list li {
      list-style: none;
      border-top: 1px solid #bbb;
      padding: 10px;
      /*			p{
      				position:relative;
      				left:64px;
      				margin-top:-23px;
      			}*/ }
      .event_detail .event_detail_list li:first-child {
        border-top: 0; }
      .event_detail .event_detail_list li h4 {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #FEA74E; }
      .event_detail .event_detail_list li span,
      .event_detail .event_detail_list li p,
      .event_detail .event_detail_list li a {
        font-size: 11px;
        padding-left: 0px; }
  .event_detail .addthis_toolbox {
    clear: both;
    padding-top: 15px; }

#news .one_sidebar_right #column_1 {
  border: 0; }
  #news .one_sidebar_right #column_1 .holder {
    padding: 0;
    background-color: transparent; }
    #news .one_sidebar_right #column_1 .holder .container {
      background-color: transparent;
      border: none;
      padding: 0; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.news_list {
  position: relative; }
  .news_list .overview {
    height: 40px;
    border-top: 1px solid #eee;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #fff;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    background: #bbb url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
    -moz-box-shadow: #333 0px 1px 2px;
    -webkit-box-shadow: #333 0px 1px 2px;
    box-shadow: #333 0px 1px 2px; }
    .news_list .overview .design_wrapper {
      width: 563px;
      height: 91%;
      border: 1px solid #ccc;
      border-bottom: 0px solid #eee; }
    .news_list .overview h1 {
      float: left;
      width: auto;
      margin-top: 1px;
      margin-left: 20px;
      height: 40px;
      font-size: 14px;
      font-weight: 700;
      color: #333;
      line-height: 40px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #fff; }
  .news_list .paging.final {
    margin: 15px auto; }
  .news_list .paging .nav {
    float: right;
    display: inline-block;
    margin: 0 4px 0 0;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff; }
    .news_list .paging .nav .record {
      float: none;
      display: inline-block;
      margin-right: 18px;
      font-size: 12px;
      font-weight: 700;
      color: #333;
      line-height: 20px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #fff;
      text-align: right; }
  .news_list a.entry_link {
    display: block;
    width: 100px;
    height: 100%; }
  .news_list .entry {
    position: relative;
    padding: 10px 0; }
    .news_list .entry:first-child {
      border-top: none; }
    .news_list .entry .info {
      float: left;
      width: 446px;
      height: 132px;
      background: #bbb url("../images/noise-2.png") repeat-x 0 0;
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
      -moz-box-shadow: #333 0px 1px 2px;
      -webkit-box-shadow: #333 0px 1px 2px;
      box-shadow: #333 0px 1px 2px;
      border: 1px solid #eee;
      margin-left: 15px;
      padding: 2px; }
      .news_list .entry .info section {
        height: 102px;
        background-color: #fff;
        padding: 15px 15px;
        zoom: 1; }
        .news_list .entry .info section:before, .news_list .entry .info section:after {
          content: "\0020";
          display: block;
          height: 0;
          visibility: hidden; }
        .news_list .entry .info section:after {
          clear: both; }
      .news_list .entry .info h3 {
        width: 90%;
        font-size: 18px;
        font-weight: 500;
        line-height: 110%;
        margin: 0 0 5px; }
        .news_list .entry .info h3 a {
          color: #666;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
          .news_list .entry .info h3 a:hover {
            color: #FEA74E;
            text-decoration: none; }
      .news_list .entry .info h4 {
        font-size: 14px;
        font-weight: 500;
        color: #666; }
      .news_list .entry .info .date {
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 8px 2px;
        padding: 0 0 5px;
        font-size: 12px;
        font-weight: 700;
        color: #666;
        text-transform: uppercase; }
        .news_list .entry .info .date a {
          font-size: 12px;
          font-weight: 700;
          color: #666; }
    .news_list .entry .thumb {
      float: left;
      background-color: #DDDDDD;
      border: 1px solid #aaa;
      width: 186px;
      height: 132px;
      margin: 0;
      padding: 2px; }
      .news_list .entry .thumb a {
        display: block;
        width: 186px;
        height: 100px; }
        .news_list .entry .thumb a img {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%; }
      .news_list .entry .thumb .button-container {
        margin-top: 3px; }
        .news_list .entry .thumb .button-container a,
        .news_list .entry .thumb .button-container span {
          display: block;
          float: left;
          margin: 0 0 5px 4px;
          padding: 0;
          font-size: 10px;
          color: #fff;
          text-align: center;
          text-indent: 0;
          width: 91px;
          height: 28px;
          text-transform: uppercase;
          font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
          font-weight: 700;
          line-height: 30px;
          color: #fff;
          text-shadow: 0 -1px 2px #D46306;
          background-color: #FEA84f;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEA84F', endColorstr='#FFFE7505');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
          background-image: -moz-linear-gradient(top, #fea84f 0%, #fe7505 100%);
          background-image: -webkit-linear-gradient(top, #fea84f 0%, #fe7505 100%);
          background-image: linear-gradient(to bottom, #fea84f 0%, #fe7505 100%); }
          .news_list .entry .thumb .button-container a:hover,
          .news_list .entry .thumb .button-container span:hover {
            text-decoration: none;
            background-color: #FE7505;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
            background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
            background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
            background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }
          .news_list .entry .thumb .button-container a.more,
          .news_list .entry .thumb .button-container span.more {
            margin-left: 0;
            width: 100%; }
        .news_list .entry .thumb .button-container span {
          display: none;
          cursor: default; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_slideshow .full-slideshow {
  width: 662px; }
.news_slideshow .rsDefault {
  width: 657px; }
  .news_slideshow .rsDefault .rsABlock {
    padding: 0; }

.news_detail {
  position: relative; }
  .news_detail .main_column {
    background: #fff;
    border: 2px solid #d4d4d4;
    padding: 20px 15px 20px;
    position: relative; }
  .news_detail .overview {
    width: 100%;
    border: none; }
    .news_detail .overview .date {
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      margin: 8px 2px 15px;
      padding: 5px 0;
      font-size: 12px;
      font-weight: 700;
      color: #666;
      text-transform: uppercase; }
      .news_detail .overview .date a {
        font-size: 12px;
        font-weight: 700;
        color: #666; }
  .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 .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(http://www.bbvastadium.com/assets/production/1f275796a5/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(http://www.bbvastadium.com/assets/production/1f275796a5/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; }
    .news_detail .event_list .entry .info {
      width: 427px;
      padding: 2px 2px 4px;
      margin-left: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .news_detail .event_list .entry .info section {
        padding: 15px 15px 17px; }

.lower_level {
  position: relative;
  border-top: 1px solid #e5e5e5;
  margin-top: 18px;
  padding-top: 18px; }
  .lower_level span.right {
    display: block;
    position: absolute;
    top: 10px;
    right: 0; }
    .lower_level span.right a {
      margin-left: 8px;
      padding: 8px 12px;
      font-size: 10px;
      width: 91px;
      height: 28px;
      text-transform: uppercase;
      font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
      font-weight: 700;
      line-height: 30px;
      color: #fff;
      text-shadow: 0 -1px 2px #D46306;
      background-color: #FEA84f;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEA84F', endColorstr='#FFFE7505');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
      background-image: -moz-linear-gradient(top, #fea84f 0%, #fe7505 100%);
      background-image: -webkit-linear-gradient(top, #fea84f 0%, #fe7505 100%);
      background-image: linear-gradient(to bottom, #fea84f 0%, #fe7505 100%); }
      .lower_level span.right a:hover {
        text-decoration: none;
        background-color: #FE7505;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
        background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
        background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
        background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }

/* @group FAQ */
.faq {
  margin: 0 0 20px;
  padding: 0;
  position: relative; }
  .faq dt {
    position: relative;
    height: 38px;
    padding: 0px 20px;
    overflow: auto;
    cursor: pointer;
    background-color: #eee;
    background: #bbb url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
    -moz-box-shadow: #333 0px 1px 2px;
    -webkit-box-shadow: #333 0px 1px 2px;
    box-shadow: #333 0px 1px 2px;
    box-shadow: none; }
    .faq dt p {
      margin: 0;
      padding: 0;
      font-weight: 500;
      line-height: 38px;
      color: #000;
      text-shadow: 1px 1px 1px #fff;
      text-transform: none; }
    .faq dt:after {
      content: "+";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      height: 37px;
      text-align: center;
      font-size: 30px;
      line-height: 34px;
      text-shadow: 1px 1px 1px #fff;
      border-left: 1px solid #ccc;
      padding-left: 1px;
      background-color: #ddd;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDDDDDD', endColorstr='#FFAAAAAA');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
      background-image: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
      background-image: -webkit-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
      background-image: linear-gradient(to bottom, #dddddd 0%, #aaaaaa 100%);
      overflow: hidden; }
    .faq dt:hover p {
      color: #000; }
    .faq dt:hover:after {
      background-color: #FE7505;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
      background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }
    .faq dt.active p {
      color: #000; }
    .faq dt.active:after {
      content: "-";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      height: 38px;
      text-align: center;
      font-size: 34px;
      line-height: 34px;
      text-shadow: 1px 1px 1px #fff;
      border-left: 1px solid #ccc;
      padding-left: 1px;
      background-color: #ddd;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDDDDDD', endColorstr='#FFAAAAAA');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
      background-image: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
      background-image: -webkit-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
      background-image: linear-gradient(to bottom, #dddddd 0%, #aaaaaa 100%); }
    .faq dt.active:hover:after {
      background-color: #FE7505;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
      background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }
  .faq dd {
    height: 0px;
    background-color: #eee;
    padding: 10px 20px 0px 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF5F5F5', endColorstr='#FFFBFBFB');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #fbfbfb));
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #fbfbfb 100%);
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #fbfbfb 100%); }
    .faq dd p {
      color: #666; }
      .faq dd p img.left, .faq dd p .one_sidebar_right img#column_2, .one_sidebar_right .faq dd p img#column_2, .faq dd p footer.footer img.ftpromobanner, footer.footer .faq dd p img.ftpromobanner {
        float: left;
        display: block;
        margin-right: 8px;
        margin-bottom: 8px; }
      .faq dd p img.right {
        float: right;
        display: block;
        margin-left: 8px;
        margin-bottom: 8px; }
  .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;
      padding: 0 0 10px 20px; }
      .faq ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 0px;
        width: 10px;
        height: 15px;
        background-position: 0 0; }
    .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 .full_column {
  background: transparent; }

.calendar .overview h1 {
  width: 100%;
  height: 40px;
  border-top: 1px solid #eee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #fff;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
  background: #bbb url("../images/noise-2.png") repeat-x 0 0;
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
  -moz-box-shadow: #333 0px 1px 2px;
  -webkit-box-shadow: #333 0px 1px 2px;
  box-shadow: #333 0px 1px 2px; }

#calendario {
  padding: 0px; }
  #calendario .cal-wrap {
    background-color: #fff;
    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 url("http://www.bbvastadium.com/assets/production/1f275796a5/images/bckgrd-elp-thumbnail.png") repeat-x 0 0;
  padding: 0px;
  height: 67px;
  position: relative; }
  #calendario .cal-header h2 {
    font-family: "Arial", "Helvetica", 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:hover {
      text-decoration: none;
      background-color: #FE7505;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
      background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }
    #calendario .cal-header .cal-controls span:active {
      top: 15px; }
    #calendario .cal-header .cal-controls span.cal-prev {
      left: 22px;
      cursor: pointer;
      text-indent: -9999px;
      z-index: 5;
      display: block; }
      #calendario .cal-header .cal-controls span.cal-prev:after {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        left: 15px;
        width: 15px;
        height: 19px;
        background: transparent url("../images/arrows-mn.png") no-repeat -1px 0; }
      #calendario .cal-header .cal-controls span.cal-prev:hover:after {
        left: 14px;
        background-position: 0px -24px; }
    #calendario .cal-header .cal-controls span.cal-next {
      right: 25px;
      text-indent: -9999px;
      z-index: 5;
      display: block; }
      #calendario .cal-header .cal-controls span.cal-next:after {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        right: 15px;
        width: 15px;
        height: 19px;
        background: transparent url("../images/arrows-mn.png") no-repeat -1px -52px; }
      #calendario .cal-header .cal-controls span.cal-next:hover:after {
        top: 11px;
        background-position: 0 -76px; }

/**
 * Base Calendar - full page
 */
#calendario {
  margin: 0 auto 40px auto;
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /**
   * Custom code for full page cal
   */
  /* IE 9 is rounding up the calc it seems */ }
  #calendario *,
  #calendario *:after,
  #calendario *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #calendario .cal-inner {
    position: relative; }
  #calendario .fc-calendar-container {
    position: relative;
    zoom: 1;
    height: auto;
    width: auto;
    padding-bottom: 10px; }
    #calendario .fc-calendar-container:before, #calendario .fc-calendar-container:after {
      content: "\0020";
      display: 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;
    margin-left: 10px;
    color: #FEA74E;
    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 > 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(http://www.bbvastadium.com/assets/production/1f275796a5/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%;
    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("http://www.bbvastadium.com/assets/production/1f275796a5/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: #D65F00; }
        #calendario div.event_shortdesc h3 a:hover {
          color: black;
          text-decoration: none; }
    #calendario div.event_shortdesc img {
      width: 205px;
      margin-left: -27%;
      -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.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=50); }
    #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 #bbb;
  box-shadow: 0 0 5px 1px #ccc;
  /*  -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: #bbb url(../images/close_btn.png) no-repeat;
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
    display: block;
    z-index: 20; }
    #calendario .cal-content-reveal span.cal-content-close:hover {
      opacity: 0.7; }
  #calendario .cal-content-reveal .cal_overlay_item {
    display: block;
    margin-bottom: 18px; }
  #calendario .cal-content-reveal .cal_image {
    display: none; }
  #calendario .cal-content-reveal h4 {
    font-size: 14px;
    line-height: 125%; }
  #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 12px 0 12px;
    text-align: center;
    font-size: 12px;
    color: #333;
    width: 91px;
    height: 28px;
    text-transform: uppercase;
    font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 -1px 2px #D46306;
    background-color: #FEA84f;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEA84F', endColorstr='#FFFE7505');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
    background-image: -moz-linear-gradient(top, #fea84f 0%, #fe7505 100%);
    background-image: -webkit-linear-gradient(top, #fea84f 0%, #fe7505 100%);
    background-image: linear-gradient(to bottom, #fea84f 0%, #fe7505 100%);
    width: auto;
    height: 30px; }
    #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: #FE7505;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
      background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
      background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }
    #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: 5px;
      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 -478px;
      height: 19px;
      width: 18px; }
      #calendario .cal-content-reveal .buttons a.more:before:hover, #calendario .cal-content-reveal .buttons a.more:before.moreinfo-hover, #calendario .cal-content-reveal .buttons a:link.more:before:hover, #calendario .cal-content-reveal .buttons a:link.more:before.moreinfo-hover, #calendario .cal-content-reveal .buttons a:visited.more:before:hover, #calendario .cal-content-reveal .buttons a:visited.more:before.moreinfo-hover, #calendario .cal-content-reveal .buttons span.more:before:hover, #calendario .cal-content-reveal .buttons span.more:before.moreinfo-hover {
        background-position: 0 -507px; }
    #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 -890px;
      height: 17px;
      width: 21px; }
      #calendario .cal-content-reveal .buttons a.tickets:before:hover, #calendario .cal-content-reveal .buttons a.tickets:before.tickets-hover, #calendario .cal-content-reveal .buttons a:link.tickets:before:hover, #calendario .cal-content-reveal .buttons a:link.tickets:before.tickets-hover, #calendario .cal-content-reveal .buttons a:visited.tickets:before:hover, #calendario .cal-content-reveal .buttons a:visited.tickets:before.tickets-hover, #calendario .cal-content-reveal .buttons span.tickets:before:hover, #calendario .cal-content-reveal .buttons span.tickets:before.tickets-hover {
        background-position: 0 -917px; }
  #calendario .cal-content-reveal .buttons span {
    cursor: default; }

/* ----------------------------------------------------------------------------
=Seating charts
----------------------------------------------------------------------------- */
.seating_charts {
  margin-bottom: 40px; }
  .seating_charts .entry {
    width: 49%;
    float: left;
    margin-left: 10px; }
    .seating_charts .entry:first-child {
      margin-left: 0; }
  .seating_charts .thumb {
    border: 6px solid #EFEFEF;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    .seating_charts .thumb:hover {
      border-color: #ccc; }
    .seating_charts .thumb a {
      display: block;
      width: 100%;
      height: 225px;
      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; }

.teams .full-slideshow {
  width: 662px;
  margin: 0 0 20px;
  padding: 0;
  height: 418px;
  background-color: #E5E5E5; }
  .teams .full-slideshow .rsDefault {
    width: 656px;
    background-color: #E5E5E5;
    padding: 3px; }
    .teams .full-slideshow .rsDefault .rsGCaption {
      position: relative;
      width: 656px;
      bottom: 0px; }

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

.teams .event_list .overview {
  width: 660px;
  border-left: 0px;
  border-right: 0px;
  margin: 20px 0 0;
  padding: 0 2px 0; }
  .teams .event_list .overview h2 {
    float: left;
    width: auto;
    margin-top: 1px;
    margin-left: 20px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff; }
.teams .event_list .list .info {
  width: 450px; }

/* @group Default Banner */
.banner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  zoom: 1; }
  .banner:before, .banner:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .banner:after {
    clear: both; }
  .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; }

#column_2 .banner.active,
.home_column .banner.active {
  width: 300px;
  height: 250px;
  padding: 7px; }
  #column_2 .banner.active .rslides,
  .home_column .banner.active .rslides {
    margin: 0;
    padding: 0;
    list-style: none; }
    #column_2 .banner.active .rslides img,
    .home_column .banner.active .rslides img {
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear; }
      #column_2 .banner.active .rslides img:hover,
      .home_column .banner.active .rslides img:hover {
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70); }
#column_2 .hm-top-adbanners .banner.active:first-child,
.home_column .hm-top-adbanners .banner.active:first-child {
  height: 100px;
  margin-bottom: 20px; }

.listing-sponsor .banner.active {
  width: 50%;
  background: transparent;
  box-shadow: none; }
  .listing-sponsor .banner.active ul {
    margin: 0;
    padding: 0; }
    .listing-sponsor .banner.active ul li {
      padding-bottom: 0; }
      .listing-sponsor .banner.active ul li 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; }
        .listing-sponsor .banner.active ul li a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
.listing-sponsor.right {
  margin-top: 8px;
  margin-right: 10px; }
  .listing-sponsor.right a {
    display: block;
    width: 70px;
    height: 45px;
    background: transparent url('../images/stubhub-eventlist-logo_1559829082.png') no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    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; }
    .listing-sponsor.right a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }

#contests .one_sidebar_right #column_1 .holder {
  background-color: transparent;
  border: 0; }

#contests .one_sidebar_right #column_1 .holder .container {
  background-color: transparent;
  border: 0;
  padding: 0; }

.contest_list {
  position: relative;
  margin-bottom: 0px; }
  .contest_list .list {
    position: relative;
    background: none;
    margin: 0 0 15px;
    padding: 0; }
    .contest_list .list p.noevents {
      padding: 10px;
      color: black; }
  .contest_list .overview {
    height: 40px;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    /*		@include toolbar-gradient-sidebar;
    		.design_wrapper{
    			width:555px;
    			height:91%;
    			border:1px solid #ccc;
    			border-bottom: 0px solid #eee;
    
    		}*/ }
    .contest_list .overview h1 {
      float: left;
      width: auto;
      margin-top: 0px;
      margin-left: 20px;
      height: 40px;
      font-size: 14px;
      font-weight: 700;
      color: #333;
      line-height: 40px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #fff; }
    .contest_list .overview #view_btns {
      float: right;
      height: 20px;
      padding: 0;
      margin: 10px 0px 0 0; }
      .contest_list .overview #view_btns a {
        display: block;
        float: left;
        width: 70px;
        height: 15px;
        margin: 0 5px;
        line-height: 135%;
        overflow: hidden; }
  .contest_list .entry {
    position: relative;
    padding: 10px 0; }
    .contest_list .entry:first-child {
      border-top: none; }
    .contest_list .entry .info {
      float: left;
      width: 446px;
      height: 132px;
      background: #bbb url("../images/noise-2.png") repeat-x 0 0;
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
      -moz-box-shadow: #333 0px 1px 2px;
      -webkit-box-shadow: #333 0px 1px 2px;
      box-shadow: #333 0px 1px 2px;
      border: 1px solid #E5E5E5;
      margin-left: 15px;
      padding: 2px; }
      .contest_list .entry .info section {
        height: 102px;
        background-color: #fff;
        padding: 15px 15px;
        zoom: 1; }
        .contest_list .entry .info section:before, .contest_list .entry .info section:after {
          content: "\0020";
          display: block;
          height: 0;
          visibility: hidden; }
        .contest_list .entry .info section:after {
          clear: both; }
      .contest_list .entry .info h3 {
        width: 90%;
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        text-transform: uppercase; }
        .contest_list .entry .info h3 a {
          color: #666;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
          .contest_list .entry .info h3 a:hover {
            color: #FEA74E;
            text-decoration: none; }
      .contest_list .entry .info h4 {
        width: 90%;
        font-size: 14px;
        font-weight: 500;
        color: #666; }
      .contest_list .entry .info .date {
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 10px 2px;
        padding: 0 0 5px;
        font-size: 12px;
        font-weight: 700;
        color: #666; }
        .contest_list .entry .info .date a {
          font-size: 12px;
          font-weight: 700;
          color: #666; }
    .contest_list .entry .thumb {
      float: left;
      background-color: #DDDDDD;
      border: 1px solid #aaa;
      width: 186px;
      height: 132px;
      margin: 0;
      padding: 2px; }
      .contest_list .entry .thumb a {
        display: block;
        width: 186px;
        height: 100px; }
        .contest_list .entry .thumb a img {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%; }
      .contest_list .entry .thumb .button-container {
        margin-top: 3px; }
        .contest_list .entry .thumb .button-container a,
        .contest_list .entry .thumb .button-container span {
          display: block;
          float: left;
          margin: 0 0 5px 4px;
          padding: 0;
          font-size: 10px;
          color: #fff;
          text-align: center;
          text-indent: 0;
          width: 91px;
          height: 28px;
          text-transform: uppercase;
          font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
          font-weight: 700;
          line-height: 30px;
          color: #fff;
          text-shadow: 0 -1px 2px #D46306;
          background-color: #FEA84f;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEA84F', endColorstr='#FFFE7505');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
          background-image: -moz-linear-gradient(top, #fea84f 0%, #fe7505 100%);
          background-image: -webkit-linear-gradient(top, #fea84f 0%, #fe7505 100%);
          background-image: linear-gradient(to bottom, #fea84f 0%, #fe7505 100%); }
          .contest_list .entry .thumb .button-container a:hover,
          .contest_list .entry .thumb .button-container span:hover {
            text-decoration: none;
            background-color: #FE7505;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
            background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
            background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
            background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }
          .contest_list .entry .thumb .button-container a.more,
          .contest_list .entry .thumb .button-container span.more {
            margin-left: 0; }
        .contest_list .entry .thumb .button-container span {
          display: none;
          cursor: default; }

.contest_detail {
  background: #fff;
  border: 2px solid #E5E5E5;
  padding: 20px 15px;
  zoom: 1; }
  .contest_detail:before, .contest_detail:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .contest_detail:after {
    clear: both; }
  .contest_detail .overview {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .contest_detail .overview h1 {
      position: relative;
      display: block;
      border-bottom: 1px solid #E5E5E5;
      margin: 0 0 10px;
      padding: 0 0 10px;
      text-align: left;
      text-transform: uppercase; }
      .contest_detail .overview h1 em {
        font-style: normal;
        color: #FE861F; }
    .contest_detail .overview h2 {
      margin-bottom: 2px; }
    .contest_detail .overview .tvb {
      margin-top: 8px; }
  .contest_detail .event_list {
    margin-left: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5; }
    .contest_detail .event_list .entry .info {
      width: 410px; }
  .contest_detail .content {
    float: right;
    width: 455px; }
    .contest_detail .content .description {
      margin-top: 10px; }
      .contest_detail .content .description p {
        line-height: 170%; }
  .contest_detail .show_dates {
    border-bottom: 1px solid #e5e5e5;
    margin: 5px 0;
    padding: 5px 0;
    clear: both; }
    .contest_detail .show_dates h3 {
      display: none;
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: 700;
      color: #333; }
    .contest_detail .show_dates .showings_list ul {
      margin: 0;
      padding: 0; }
    .contest_detail .show_dates .showings_list li {
      position: relative;
      background: none;
      list-style: none;
      padding: 0 0 10px;
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase; }
      .contest_detail .show_dates .showings_list li .date {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin-right: 1px;
        color: #333; }
      .contest_detail .show_dates .showings_list li .time {
        font-size: 14px;
        font-weight: 700;
        color: #333; }
    .contest_detail .show_dates .showings_list .icons-ical {
      display: inline-block;
      position: absolute;
      right: 0px;
      height: 24px;
      padding-right: 28px;
      line-height: 18px;
      font-weight: 700;
      color: #333;
      overflow: hidden; }
      .contest_detail .show_dates .showings_list .icons-ical:after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        right: 0;
        width: 24px;
        height: 24px;
        background-position: 0 -54px; }
      .contest_detail .show_dates .showings_list .icons-ical:hover {
        text-decoration: none; }
  .contest_detail .disclaimer {
    border-top: 1px solid #E5E5E5;
    margin-top: 0px;
    padding-top: 15px; }

#map_canvas {
  width: 620px;
  height: 350px;
  margin: 0 0 20px;
  font-size: 12px; }
  #map_canvas address {
    font-size: 13px;
    color: #000; }
  #map_canvas label {
    width: auto;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 6px;
    padding-top: 5px;
    color: #000; }
  #map_canvas .map_form {
    color: black;
    font-size: 12px; }
    #map_canvas .map_form input {
      float: left;
      height: 15px;
      border: 1px solid #ccc;
      padding: 3px;
      color: #000; }
    #map_canvas .map_form .submit {
      height: 23px;
      background: #084D8E;
      border: 1px solid #084D8E;
      padding: 2px;
      line-height: 13px;
      color: #fff; }
      #map_canvas .map_form .submit:hover {
        background: #0696D7; }

.social_status {
  position: relative;
  width: 314px;
  height: 264px;
  overflow: hidden; }
  .social_status .module_header {
    position: relative;
    z-index: 91; }
  .social_status .follow-us {
    height: 50px;
    border-bottom: 1px solid #E5E5E5;
    margin: 0px 23px 0px 10px;
    padding: 0;
    z-index: 10; }
    .social_status .follow-us img,
    .social_status .follow-us h4,
    .social_status .follow-us a {
      display: inline-block; }
    .social_status .follow-us img {
      width: 40px;
      height: 40px;
      border: 1px solid #BBBBBB; }
    .social_status .follow-us h4 {
      margin-left: 5px;
      margin-right: 12px;
      line-height: 35px;
      font-size: 12px;
      font-weight: normal;
      color: #666;
      vertical-align: top; }
    .social_status .follow-us a.button {
      margin-top: 8px;
      width: 77px;
      height: 23px;
      background: #0696D7 url("../images/noise-2.png") repeat-x 0 0;
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7dd1f1), color-stop(100%, #0696d7));
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #7dd1f1, #0696d7);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #7dd1f1, #0696d7);
      background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #7dd1f1, #0696d7);
      border-bottom: 1px solid #333;
      -moz-border-radius: 4px / 4px;
      -webkit-border-radius: 4px 4px;
      border-radius: 4px / 4px;
      font-size: 12px;
      color: #fff;
      text-align: center;
      line-height: 23px;
      text-shadow: 0 -1px 1px #666;
      vertical-align: top; }
      .social_status .follow-us a.button:hover {
        text-decoration: none;
        background: #7DD1F1 url("../images/noise-2.png") repeat-x 0 0;
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0696d7), color-stop(100%, #7dd1f1));
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #0696d7, #7dd1f1);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #0696d7, #7dd1f1);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #0696d7, #7dd1f1); }
  .social_status .status {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 0;
    padding: 43px 0 0;
    margin: 0;
    height: 100%;
    width: 100%;
    clear: both;
    z-index: 90; }
    .social_status .status.active {
      display: block;
      overflow: hidden; }
    .social_status .status:before {
      content: "";
      display: block;
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 18px;
      background-color: #D3D3D3;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD3D3D3', endColorstr='#FFFFFFFF');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d3), color-stop(100%, #ffffff));
      background-image: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
      background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
      background-image: linear-gradient(to bottom, #d3d3d3 0%, #ffffff 100%);
      z-index: 10; }
  .social_status ul.tabs {
    position: absolute;
    margin: 0px;
    padding: 0;
    list-style-type: none;
    height: 42px;
    z-index: 100; }
    .social_status ul.tabs li {
      margin: 0;
      float: left;
      text-align: center; }
      .social_status ul.tabs li a {
        position: relative;
        display: block;
        width: 149px;
        height: 42px;
        padding-left: 8px;
        font-size: 14px;
        font-weight: 700;
        line-height: 42px;
        color: #333;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px #fff;
        background: #eee url("../images/noise-2.png") repeat-x 0 0;
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #eeeeee));
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #bbbbbb, #eeeeee);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #bbbbbb, #eeeeee);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #bbbbbb, #eeeeee);
        box-shadow: none; }
        .social_status ul.tabs li a.facebook_icon:before {
          content: "";
          display: block;
          position: absolute;
          top: 11px;
          left: 26px;
          width: 14px;
          height: 18px;
          background-position: 0 -755px; }
          .social_status ul.tabs li a.facebook_icon:before:hover, .social_status ul.tabs li a.facebook_icon:before.stFacebook-hover {
            background-position: 0 -782px; }
        .social_status ul.tabs li a.twitter_icon:before {
          content: "";
          display: block;
          position: absolute;
          top: 10px;
          left: 23px;
          width: 21px;
          height: 18px;
          background-position: 0 -809px; }
          .social_status ul.tabs li a.twitter_icon:before:hover, .social_status ul.tabs li a.twitter_icon:before.stTwitter-hover {
            background-position: 0 -836px; }
      .social_status ul.tabs li.active a.facebook_icon:after {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: -7px;
        width: 9px;
        height: 100%;
        background: transparent url("../images/tabshadow-rt.png") no-repeat 0 0;
        z-index: 5; }
      .social_status ul.tabs li.active a.twitter_icon:after {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        right: -7px;
        width: 9px;
        height: 100%;
        background: transparent url("../images/tabshadow-lft.png") no-repeat 0 0;
        z-index: 5; }
      .social_status ul.tabs li.active a,
      .social_status ul.tabs li a:hover {
        color: #0696D7;
        text-decoration: none;
        background: #bbb url("../images/noise-2.png") repeat-x 0 0;
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
        background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb); }
        .social_status ul.tabs li.active a.facebook_icon:before,
        .social_status ul.tabs li a:hover.facebook_icon:before {
          background-position: 0 -782px; }
        .social_status ul.tabs li.active a.twitter_icon:before,
        .social_status ul.tabs li a:hover.twitter_icon:before {
          background-position: 0 -836px; }
  .social_status #tweets {
    width: 20px; }
    .social_status #tweets ul {
      margin: 0;
      padding: 0;
      min-height: 196px;
      width: 291px; }
    .social_status #tweets .viewport {
      height: 196px;
      width: 310px;
      overflow: hidden;
      position: relative; }
    .social_status #tweets .scrollbar {
      width: 10px;
      height: 200px;
      position: absolute;
      right: -7px;
      top: 20px; }
    .social_status #tweets .overview {
      width: 310px;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      list-style: none; }
    .social_status #tweets .scrollbar .track {
      width: 8px;
      height: 200px;
      position: relative;
      background: #EBEBEB url("../images/trackback-img.png") no-repeat 0 0;
      margin-top: 42px;
      margin-left: -8px; }
    .social_status #tweets .scrollbar .track .thumb {
      width: 8px;
      height: 18px;
      background: #666;
      border-right: white;
      border-bottom: white;
      position: absolute;
      left: 0px;
      top: 25px;
      cursor: pointer; }
    .social_status #tweets li {
      font-size: 11px;
      list-style-type: none;
      margin-bottom: 0;
      padding: 12px 0 0 12px;
      color: #000;
      line-height: 150%; }
    .social_status #tweets a {
      color: #0696D7; }
    .social_status #tweets .tweet_meta {
      margin-top: 5px;
      font-size: 10px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 8px; }
      .social_status #tweets .tweet_meta span {
        font-weight: bold;
        margin-right: 16px; }
      .social_status #tweets .tweet_meta a {
        margin-right: 3px;
        text-decoration: none;
        margin-right: 16px;
        text-transform: capitalize; }
        .social_status #tweets .tweet_meta a:hover {
          text-decoration: underline; }
        .social_status #tweets .tweet_meta a:last-child {
          margin-right: none; }
        .social_status #tweets .tweet_meta a:before {
          content: "-";
          position: relative;
          top: -10px;
          left: -9px;
          display: inline-block;
          width: 2px;
          height: 2px; }

#fb_connect_status {
  display: none; }

.fbtabs {
  padding: 0 0 15px;
  margin: 20px 0 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 4px #263448; }
  .fbtabs h4 {
    position: relative;
    height: 35px;
    margin: 1px 0 0 0;
    padding: 0 0 5px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 39px;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    background: #bbb url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #eeeeee, #bbbbbb);
    -moz-box-shadow: #333 0px 1px 2px;
    -webkit-box-shadow: #333 0px 1px 2px;
    box-shadow: #333 0px 1px 2px;
    box-shadow: none;
    z-index: 1; }
    .fbtabs h4:before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 20px;
      width: 90px;
      height: 21px;
      background: transparent url("../images/facebook-sidebar-sm.png") no-repeat 0 0;
      border-right: 1px solid #eee; }
    .fbtabs h4:after {
      content: "";
      display: block;
      position: relative;
      top: 2px;
      bottom: 0px;
      left: -20px;
      width: 106%;
      height: 15px;
      background-color: #D3D3D3;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD3D3D3', endColorstr='#FFFFFFFF');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d3), color-stop(100%, #ffffff));
      background-image: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
      background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
      background-image: linear-gradient(to bottom, #d3d3d3 0%, #ffffff 100%); }
  .fbtabs a.seeall {
    position: absolute;
    top: 59px;
    right: 17px;
    padding: 5px;
    z-index: 25;
    cursor: pointer;
    display: block;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 30px 0 0;
    padding: 5px 0px 2px;
    text-transform: uppercase;
    text-decoration: none; }
    .fbtabs a.seeall:hover, .fbtabs a.seeall.current {
      border-bottom: 2px solid #0696D7;
      color: #0696D7; }
  .fbtabs .css-tabs {
    background-color: #fff;
    margin: 12px 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 {
      display: block;
      font-size: 12px;
      font-weight: 700;
      color: #333;
      margin: 0 30px 0 0;
      padding: 5px 0px 2px;
      text-transform: uppercase;
      text-decoration: none; }
      .fbtabs .css-tabs a:hover, .fbtabs .css-tabs a.current {
        border-bottom: 2px solid #0696D7;
        color: #0696D7; }
  .fbtabs .css-panes {
    position: relative;
    display: block;
    width: 100%;
    height: 218px;
    background-color: #fff;
    padding: 5px;
    z-index: 5;
    clear: both; }
    .fbtabs .css-panes .pane {
      display: none;
      border: none;
      width: 282px;
      min-height: 238px;
      margin: 0px auto;
      padding: 10px 0;
      background: #ffffff;
      /*			&:before{
      				@include puesdo-ab;
      				top:9px;
      				left:35px;
      				width:242px;
      				margin:0 auto;
      				border-top: 1px dashed #bbb;
      				visibility: visible;
      			}*/ }
    .fbtabs .css-panes .attendee {
      float: left;
      width: 54px;
      height: 105px;
      margin: 0 15px 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: 13px;
        line-height: 140%;
        color: #444;
        text-decoration: none; }
        .fbtabs .css-panes .attendee a div {
          margin-top: 0px;
          font-weight: 400;
          font-size: 12px;
          color: #666; }
      .fbtabs .css-panes .attendee img {
        display: block;
        height: 54px;
        width: 54px; }

.fbtabs_holder {
  padding: 0px 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;
  width: 77px;
  height: 23px;
  background: #0696D7 url("../images/noise-2.png") repeat-x 0 0;
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7dd1f1), color-stop(100%, #0696d7));
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #7dd1f1, #0696d7);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #7dd1f1, #0696d7);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #7dd1f1, #0696d7);
  border-bottom: 1px solid #333;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  text-shadow: 0 -1px 1px #666; }
  #fb_connect_rsvpshare a:hover,
  #fb_connect_rsvpshare a:link:hover,
  #fb_connect_rsvpshare a:visited:hover {
    text-decoration: none;
    background: #7DD1F1 url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0696d7), color-stop(100%, #7dd1f1));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #0696d7, #7dd1f1);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #0696d7, #7dd1f1);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #0696d7, #7dd1f1); }

#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: 30px;
  /*	background: #eee;
  	color:#444;*/
  font-size: 14px;
  font-weight: 500;
  /*	padding:10px;*/
  border: 0px solid #EBBB2A;
  cursor: pointer;
  width: 77px;
  height: 23px;
  background: #0696D7 url("../images/noise-2.png") repeat-x 0 0;
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7dd1f1), color-stop(100%, #0696d7));
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #7dd1f1, #0696d7);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #7dd1f1, #0696d7);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #7dd1f1, #0696d7);
  border-bottom: 1px solid #333;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  text-shadow: 0 -1px 1px #666;
  height: 30px; }
  #fb_rsvp button:hover,
  #fb_rsvp_status button:hover {
    text-decoration: none;
    background: #7DD1F1 url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0696d7), color-stop(100%, #7dd1f1));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #0696d7, #7dd1f1);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #0696d7, #7dd1f1);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #0696d7, #7dd1f1); }

#fb_rsvp_status span {
  text-transform: uppercase;
  letter-spacing: 0px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-left: -4px;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  width: 77px;
  height: 23px;
  background: #0696D7 url("../images/noise-2.png") repeat-x 0 0;
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7dd1f1), color-stop(100%, #0696d7));
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #7dd1f1, #0696d7);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #7dd1f1, #0696d7);
  background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #7dd1f1, #0696d7);
  border-bottom: 1px solid #333;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  text-shadow: 0 -1px 1px #666;
  height: 19px;
  width: 101px;
  line-height: 20px; }
  #fb_rsvp_status span:hover {
    text-decoration: none;
    background: #7DD1F1 url("../images/noise-2.png") repeat-x 0 0;
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTZkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkZDFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0696d7), color-stop(100%, #7dd1f1));
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -moz-linear-gradient(top, #0696d7, #7dd1f1);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, -webkit-linear-gradient(top, #0696d7, #7dd1f1);
    background: url('../images/noise-2.png?1559829082') 0 0 repeat, linear-gradient(to bottom, #0696d7, #7dd1f1); }

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

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

/* @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(http://www.bbvastadium.com/assets/production/1f275796a5/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: 100%;
      position: relative;
      border-bottom: 1px solid #e5e5e5; }
      .concierge_listing .list .entry .thumb {
        position: relative;
        width: 186px;
        height: 100px;
        margin: 0 0 2px 0; }
        .concierge_listing .list .entry .thumb a {
          display: block;
          width: 100%;
          height: 100%; }
        .concierge_listing .list .entry .thumb img {
          width: 100%;
          height: 100%; }
    .concierge_listing .list .info {
      float: left;
      width: 405px;
      margin: 0; }
      .concierge_listing .list .info h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        text-transform: underline; }
        .concierge_listing .list .info h3 a {
          color: #666;
          text-decoration: none; }
          .concierge_listing .list .info h3 a:hover {
            color: #FEA74E; }
      .concierge_listing .list .info .address {
        list-style: none;
        padding: 0; }
        .concierge_listing .list .info .address li {
          padding-bottom: 3px; }
          .concierge_listing .list .info .address li span {
            font-size: 12px;
            line-height: 130%; }
        .concierge_listing .list .info .address .adr {
          display: block; }
  .concierge_listing .bookit {
    float: left;
    width: 186px;
    background-color: #DDD;
    border: 1px solid #aaa;
    margin: 0px 20px 5px 0;
    padding: 2px; }
  .concierge_listing .buttons {
    position: relative; }
    .concierge_listing .buttons a, .concierge_listing .buttons a:link, .concierge_listing .buttons a:visited {
      width: 91px;
      height: 28px;
      text-transform: uppercase;
      font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
      font-weight: 700;
      line-height: 30px;
      color: #fff;
      text-shadow: 0 -1px 2px #D46306;
      background-color: #FEA84f;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEA84F', endColorstr='#FFFE7505');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fea84f), color-stop(100%, #fe7505));
      background-image: -moz-linear-gradient(top, #fea84f 0%, #fe7505 100%);
      background-image: -webkit-linear-gradient(top, #fea84f 0%, #fe7505 100%);
      background-image: linear-gradient(to bottom, #fea84f 0%, #fe7505 100%);
      width: 186px;
      text-align: center;
      display: block;
      line-height: 27px;
      color: #fff;
      text-shadow: none;
      text-indent: 0; }
      .concierge_listing .buttons a:hover, .concierge_listing .buttons a:link:hover, .concierge_listing .buttons a:visited:hover {
        text-decoration: none;
        background-color: #FE7505;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFE7505', endColorstr='#FFFEA84F');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzUwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe7505), color-stop(100%, #fea84f));
        background-image: -moz-linear-gradient(top, #fe7505 0%, #fea84f 100%);
        background-image: -webkit-linear-gradient(top, #fe7505 0%, #fea84f 100%);
        background-image: linear-gradient(to bottom, #fe7505 0%, #fea84f 100%); }

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

/* @group Photo Gallery */
.photo_gallery {
  margin: 0 0 20px 15px;
  padding: 0;
  width: 277px;
  height: auto;
  display: block;
  float: left;
  position: relative;
  overflow: hidden; }
  .photo_gallery:nth-child(even) {
    float: right;
    margin: 0 15px 20px 0; }
  .photo_gallery .thumb {
    display: block;
    margin: 0;
    padding: 0;
    width: 275px;
    height: 170px;
    border: 1px solid #444;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    .photo_gallery .thumb:hover, .photo_gallery .thumb:focus {
      border: 1px solid white; }
    .photo_gallery .thumb img {
      margin: 0;
      padding: 0;
      border: none;
      display: block;
      width: 275px;
      height: 170px; }
  .photo_gallery .view-gallery {
    width: 275px;
    height: 30px;
    text-align: center;
    margin: 4px auto 8px;
    color: white;
    background: transparent;
    line-height: 280%; }
  .photo_gallery h2.photo-name {
    width: 275px;
    text-align: left;
    margin: 0 auto 10px;
    color: white;
    font: 500 12px/14px "museo-sans", "Arial", "Helvetica", sans-serif; }
  .photo_gallery strong {
    display: block;
    width: 277px;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: none;
    overflow: hidden;
    border-bottom: 1px solid #D65F00;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #FFF; }
  .photo_gallery a {
    text-decoration: none; }
    .photo_gallery a:hover {
      text-decoration: none; }

.apple_overlay {
  display: none;
  width: 670px;
  padding: 15px 15px 10px;
  height: auto;
  background: #fff; }
  .apple_overlay .close {
    background-image: url(../images/lightbox-btn-close.gif);
    position: absolute;
    bottom: 20px;
    right: 16px;
    cursor: pointer;
    width: 66px;
    height: 22px;
    z-index: 9000; }
  .apple_overlay .content {
    background: transparent; }
  .apple_overlay .slideshow {
    width: 640px;
    height: auto;
    background: #fff;
    margin: 0;
    position: relative; }
    .apple_overlay .slideshow .controls {
      width: 640px;
      padding: 5px 0;
      color: #fff;
      position: absolute;
      right: -15px;
      bottom: 110px;
      z-index: 20;
      background: url(http://www.bbvastadium.com/assets/production/1f275796a5/images/bg_80.png) repeat; }
      .apple_overlay .slideshow .controls .nav-controls {
        position: relative; }
        .apple_overlay .slideshow .controls .nav-controls a.prev {
          width: 20px;
          height: 30px;
          padding: 0;
          display: block;
          background: url(http://www.bbvastadium.com/assets/production/1f275796a5/images/cal_arrows.png) no-repeat 0 0;
          text-indent: -5000px;
          float: left;
          margin-left: 5px; }
          .apple_overlay .slideshow .controls .nav-controls a.prev:hover {
            background-position: 0 -30px; }
        .apple_overlay .slideshow .controls .nav-controls a.next {
          display: block;
          width: 20px;
          height: 30px;
          padding: 0;
          margin-right: 5px;
          background: url(http://www.bbvastadium.com/assets/production/1f275796a5/images/cal_arrows.png) no-repeat -24px 0;
          text-indent: -5000px;
          float: right; }
          .apple_overlay .slideshow .controls .nav-controls a.next:hover {
            background-position: -24px -30px; }
    .apple_overlay .slideshow .slide {
      width: 100%;
      height: 360px;
      overflow: hidden;
      background: #000;
      background: #EFEFEF;
      padding: 5px 5px 0;
      border-top: 10px solid #003865;
      border-left: 10px solid #003865;
      border-right: 10px solid #003865; }
      .apple_overlay .slideshow .slide a.advance-link {
        display: block;
        width: 100%;
        height: 100%; }
      .apple_overlay .slideshow .slide span {
        display: block;
        width: 100%;
        height: 360px; }
      .apple_overlay .slideshow .slide img {
        width: 640px;
        height: 360px; }
    .apple_overlay .slideshow .caption_holder {
      position: relative;
      bottom: auto;
      left: auto;
      width: 590px;
      padding: 0 30px;
      height: 51px;
      z-index: auto;
      border-bottom: 10px solid #003865;
      border-left: 10px solid #003865;
      border-right: 10px solid #003865;
      background: none; }
      .apple_overlay .slideshow .caption_holder span {
        display: block;
        width: auto;
        height: 29px;
        top: 12px;
        left: 36px;
        position: absolute;
        z-index: 22; }
    .apple_overlay .slideshow .caption p {
      color: white;
      font-family: "museo-sans", "Arial", "Helvetica", sans-serif;
      font-size: 14px;
      line-height: 29px;
      padding: 0;
      font-weight: 500;
      background: none;
      height: 34px;
      overflow: hidden;
      margin: 0; }
      .apple_overlay .slideshow .caption p a {
        display: none; }
    .apple_overlay .slideshow .caption a {
      display: none; }
    .apple_overlay .slideshow .caption a[rel="video"], .apple_overlay .slideshow .caption a[rel="imglink"] {
      display: none; }
    .apple_overlay .slideshow .thumbs_holder {
      display: block;
      width: 600px;
      height: 80px;
      position: relative;
      margin: 15px 0 0; }
      .apple_overlay .slideshow .thumbs_holder ul {
        display: block;
        list-style-type: none;
        list-style-image: none;
        padding: 0;
        margin: 0; }
        .apple_overlay .slideshow .thumbs_holder ul li {
          float: left;
          width: 70px;
          margin-right: 5px;
          height: 40px; }
          .apple_overlay .slideshow .thumbs_holder ul li.selected a.thumb, .apple_overlay .slideshow .thumbs_holder ul li.selected a.thumb:link, .apple_overlay .slideshow .thumbs_holder ul li.selected a.thumb:visited, .apple_overlay .slideshow .thumbs_holder ul li.selected a.thumb:hover, .apple_overlay .slideshow .thumbs_holder ul li.selected a.thumb:focus {
            border: 2px solid #D65F00; }
          .apple_overlay .slideshow .thumbs_holder ul li.selected .caption {
            display: none; }
          .apple_overlay .slideshow .thumbs_holder ul li a, .apple_overlay .slideshow .thumbs_holder ul li a:link, .apple_overlay .slideshow .thumbs_holder ul li a:visited {
            display: none; }
          .apple_overlay .slideshow .thumbs_holder ul li a.thumb, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:link, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:visited {
            display: block;
            width: 70px;
            height: 40px;
            border: none;
            background: transparent;
            border: 2px solid #fff; }
            .apple_overlay .slideshow .thumbs_holder ul li a.thumb:hover, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:focus, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:link:hover, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:link:focus, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:visited:hover, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:visited:focus {
              border: 2px solid #D65F00; }
            .apple_overlay .slideshow .thumbs_holder ul li a.thumb img, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:link img, .apple_overlay .slideshow .thumbs_holder ul li a.thumb:visited img {
              display: block;
              width: 70px;
              height: 40px;
              background: transparent; }
      .apple_overlay .slideshow .thumbs_holder .caption {
        display: none; }
    .apple_overlay .slideshow .video {
      width: 640px;
      height: 360px;
      background: url(../images/play.png) no-repeat center 160px;
      position: absolute;
      left: 15px;
      top: 15px;
      display: none;
      z-index: 601; }
      .apple_overlay .slideshow .video #video_player, .apple_overlay .slideshow .video #video_holder {
        display: block;
        width: auto;
        height: 360px;
        margin: 0 auto;
        text-align: center; }
    .apple_overlay .slideshow .imglink {
      width: 640px;
      height: 360px;
      position: absolute;
      left: 0px;
      top: 0px;
      display: none; }
      .apple_overlay .slideshow .imglink #imglink {
        position: relative;
        background: url(../images/blank.png) 0 0 repeat;
        display: block;
        width: 100%;
        height: 100%; }
    .apple_overlay .slideshow img {
      display: block;
      width: 100%;
      height: 100%; }
  .apple_overlay #map_overlay {
    background-image: url(http://www.bbvastadium.com/assets/production/1f275796a5/images/map_transparent.png); }
    .apple_overlay #map_overlay .apple_overlay {
      display: none;
      width: 620px;
      padding: 35px;
      height: 370px; }
  .apple_overlay .contentWrap {
    height: 375px;
    overflow: hidden;
    border: 1px solid #FF9100; }

/* Typekit inactive and loading style fallbacks */
/* Conditional IE Styles. Nest each browser under heading
   classes are generated by Modernizr and appear in HTML tag */
.ie #instagram .follow-us a:first-child {
  margin-right: 77px; }

.ie8 th,
.ie8 tr,
.ie8 td {
  text-align: left; }
.ie8 .one_sidebar_right #column_1 {
  width: 32%; }
.ie8 .one_sidebar_right #column_2 {
  width: 32%;
  float: right; }
.ie8 .subnav li:first-child a:after,
.ie8 .subnav li a.active:after {
  display: none; }
.ie8 header nav ul li {
  margin-left: 36px;
  padding-left: 36px; }
  .ie8 header nav ul li:first-child {
    margin-left: 0;
    padding-left: 0; }
  .ie8 header nav ul li .sub {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #ddd; }
  .ie8 header nav ul li .sub ul li {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0; }
    .ie8 header nav ul li .sub ul li:first-child {
      margin-left: 15px; }
.ie8 .home_column .top-content #branding {
  padding-right: 0; }
.ie8 .home_column .top-content .hm-top-adbanners {
  float: right;
  margin-right: -13px; }
.ie8 .home_column .top-content {
  height: 432px; }
.ie8 .lower-promo section {
  width: 32%;
  margin-left: 16px; }
  .ie8 .lower-promo section:first-child {
    margin-left: 0; }
.ie8 .social_status .status:before,
.ie8 #instagram .overview H3:after {
  display: none; }
.ie8 .social_status .status {
  padding-top: 50px; }
.ie8 .extra-box h2:after, .ie8 .mainTeams h2:after, .ie8 #instagram h2:after, .ie8 .subnav h2:after, .ie8 #column_2 .banner.active h2:after, #column_2 .ie8 .banner.active h2:after,
.ie8 .home_column .banner.active h2:after,
.home_column .ie8 .banner.active h2:after, .ie8 .social_status h2:after {
  display: none; }
.ie8 .faq dt {
  border-bottom: 1px solid #fff; }

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

/*
	@import "http://www.bbvastadium.com/assets/production/1f275796a5/css/buttons";
	@import "http://www.bbvastadium.com/assets/production/1f275796a5/css/carousel";
	@import "http://www.bbvastadium.com/assets/production/1f275796a5/css/slideshow";
*/