@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700:latin|Lato:300,400,700:latin);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* ----------------------------------------------------------------------------
= Reset using normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'],
input[type='reset'], input[type='submit'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

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

/********************************************************************/
/********************************************************************/
/*																	*/
/* 						SPECIFIC SITE VARIABLES 					*/
/*																	*/
/********************************************************************/
/********************************************************************/
/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($tablet){
	
	}
	@include media($mobile){
	
	}

*/
/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SELECTOR SORTING
= *) SASS Variable, Mixin, Include, Extend, Clearfix
= *) Positioning, Display & Box Model, Overflow, Floats
= *) Flexbox rules (if used)
= *) Sizing (Width and Height)
= *) Padding, Margin
= *) Colors, Borders, Backgrounds, Opacity (No Text Colors)
= *) Text Related Items (Including Text Colors)
= *) Enhancements, Animations, others
= *) Psuedo Elements
= *) Any overrides needed to reset included rules from mixins
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= DEVELOPER NOTES
= *) using Bourbon latest (via Codekit)
= *) Sass set to compile extended, set to compressed before launch
= *) set to compile SASS with libsass (via Codekit)
= *) using FontAwesome Font with CSS link (in head_extra view)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=media queries = Located in _grid-settings.scss
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Bourbon
=reference default mixin calls at http://bourbon.io/docs/
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr; }

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

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .clearfix:after {
    clear: both; }

.clear {
  clear: both; }

@media screen and (max-width: 700px) {
  .hide_mobile {
    display: none; } }

.show_mobile {
  display: none; }
  @media screen and (max-width: 700px) {
    .show_mobile {
      display: block; } }

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.invisible {
  visibility: hidden; }

/* ----------------------------------------------------------------------------
= Default text styles
----------------------------------------------------------------------------- */
h1 {
  margin: 0 0 0px;
  padding: 0;
  font: 400 32px/100% "Oswald", sans-serif;
  letter-spacing: 0.08em; }
  h1 a, h1 a:visited {
    text-decoration: none; }
  .textarea h1 {
    display: none; }

h2 {
  padding: 0;
  margin: 0;
  font: 400 24px/120% "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em; }
  h2 a, h2 a:visited {
    text-decoration: none; }
  .textarea h2, .faq dd h2 {
    margin: 30px 0 15px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    color: #fff; }

h3 {
  padding: 0;
  margin: 0;
  font: 400 20px/120% "Oswald", sans-serif;
  text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.08em; }
  h3 a, h3 a:visited {
    text-decoration: none; }
  .textarea h3, .faq dd h3 {
    margin: 30px 0 15px;
    padding: 0 0 8px 0;
    color: #fff; }

h4, h5, h6 {
  margin: 0;
  padding: 0;
  font: 400 18px/130% "Lato", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
    text-decoration: none; }
  .textarea h4, .faq dd h4, .textarea h5, .faq dd h5, .textarea h6, .faq dd h6 {
    margin: 15px 0 15px;
    color: #fff; }

p, address, .p, .textarea ul li, .spotlight_item .info ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .description_inner ul li, .textarea ol li, .spotlight_item .info ol li, .spotlight_text ol li, .faq ol li, .link .description ol li, .description_inner ol li, tr td {
  margin: 0 0 20px;
  padding: 0;
  font: normal 16px/150% "Lato", sans-serif;
  letter-spacing: 0.05em;
  color: #fff; }
  p.lead, address.lead, .p.lead, .textarea ul li.lead, .spotlight_item .info ul li.lead, .spotlight_text ul li.lead, .faq ul li.lead, .link .description ul li.lead, .description_inner ul li.lead, .textarea ol li.lead, .spotlight_item .info ol li.lead, .spotlight_text ol li.lead, .faq ol li.lead, .link .description ol li.lead, .description_inner ol li.lead, tr td.lead {
    font: normal 18px/150% "Lato", sans-serif; }
  p a, address a, .p a, .textarea ul li a, .spotlight_item .info ul li a, .spotlight_text ul li a, .faq ul li a, .link .description ul li a, .description_inner ul li a, .textarea ol li a, .spotlight_item .info ol li a, .spotlight_text ol li a, .faq ol li a, .link .description ol li a, .description_inner ol li a, tr td a {
    color: #fff; }
    p a:hover, address a:hover, .p a:hover, .textarea ul li a:hover, .spotlight_item .info ul li a:hover, .spotlight_text ul li a:hover, .faq ul li a:hover, .link .description ul li a:hover, .description_inner ul li a:hover, .textarea ol li a:hover, .spotlight_item .info ol li a:hover, .spotlight_text ol li a:hover, .faq ol li a:hover, .link .description ol li a:hover, .description_inner ol li a:hover, tr td a:hover {
      color: rgba(255, 255, 255, 0.6); }

b, strong {
  font-weight: 700; }

.textarea ul, .spotlight_item .info ul, .spotlight_text ul, .faq ul, .link .description ul, .description_inner ul, .textarea ol, .spotlight_item .info ol, .spotlight_text ol, .faq ol, .link .description ol, .description_inner ol {
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 20px 20px;
  padding: 0px;
  font: 14px/171% "Lato", sans-serif; }
  .textarea ul li, .spotlight_item .info ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .description_inner ul li, .textarea ol li, .spotlight_item .info ol li, .spotlight_text ol li, .faq ol li, .link .description ol li, .description_inner ol li {
    margin: 0;
    padding: 0 0 15px 0; }
  .textarea ul ul, .spotlight_item .info ul ul, .spotlight_text ul ul, .faq ul ul, .link .description ul ul, .description_inner ul ul, .textarea ol ul, .spotlight_item .info ol ul, .spotlight_text ol ul, .faq ol ul, .link .description ol ul, .description_inner ol ul {
    margin: 0; }

ul li {
  position: relative;
  list-style: none; }
  .textarea ul li, .spotlight_item .info ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .ftr_faqs ul li, .description_inner ul li {
    list-style: disc; }

ol {
  list-style: none;
  counter-reset: li-counter; }

ol > li {
  position: relative;
  padding-left: 50px; }
  ol > li:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    content: counter(li-counter);
    counter-increment: li-counter; }

a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  border: none;
  outline: none;
  text-decoration: none; }
  p a:hover, p a:focus {
    text-decoration: underline; }

hr {
  clear: both;
  margin: 30px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

/* ----------------------------------------------------------------------------
=Tables
----------------------------------------------------------------------------- */
table {
  position: relative;
  margin: 0 0 15px; }
  table tr {
    font-size: 12px; }
    table tr td {
      padding: 5px;
      border: none; }

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

.widget_arrow, .owl-nav .owl-prev, .owl-nav .owl-next, .cal-controls .cal-prev, .cal-controls .cal-next {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 9px;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  float: left;
  margin: 7px 5px;
  background: transparent;
  color: #000; }
  .widget_arrow:before, .owl-nav .owl-prev:before, .owl-nav .owl-next:before, .cal-controls .cal-prev:before, .cal-controls .cal-next:before {
    color: #000; }
  .widget_arrow .fa, .owl-nav .owl-prev .fa, .owl-nav .owl-next .fa, .cal-controls .cal-prev .fa, .cal-controls .cal-next .fa {
    line-height: inherit;
    color: #000; }
  .widget_arrow:hover, .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover, .cal-controls .cal-prev:hover, .cal-controls .cal-next:hover {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.7); }
    .widget_arrow:hover:before, .owl-nav .owl-prev:hover:before, .owl-nav .owl-next:hover:before, .cal-controls .cal-prev:hover:before, .cal-controls .cal-next:hover:before {
      color: rgba(0, 0, 0, 0.7); }
    .widget_arrow:hover .fa, .owl-nav .owl-prev:hover .fa, .owl-nav .owl-next:hover .fa, .cal-controls .cal-prev:hover .fa, .cal-controls .cal-next:hover .fa {
      color: rgba(0, 0, 0, 0.7); }

.owl-controls, .cal-controls {
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #fff; }
  .twitterwidget .owl-controls, .feature-hmevents .owl-controls, .facebookwidget .owl-controls, .twitterwidget .cal-controls, .feature-hmevents .cal-controls, .facebookwidget .cal-controls {
    width: 100%;
    border: none;
    z-index: 10; }

.owl-nav {
  height: 34px;
  padding: 0 20px; }
  .twitterwidget .owl-nav, .facebookwidget .owl-nav {
    padding: 0; }
    .twitterwidget .owl-nav .owl-prev, .twitterwidget .owl-nav .owl-next, .facebookwidget .owl-nav .owl-prev, .facebookwidget .owl-nav .owl-next {
      margin: 40px 10px;
      background: transparent;
      border-color: #fff; }
      .twitterwidget .owl-nav .owl-prev .fa, .twitterwidget .owl-nav .owl-next .fa, .facebookwidget .owl-nav .owl-prev .fa, .facebookwidget .owl-nav .owl-next .fa {
        color: #fff; }
      .twitterwidget .owl-nav .owl-prev:hover, .twitterwidget .owl-nav .owl-next:hover, .facebookwidget .owl-nav .owl-prev:hover, .facebookwidget .owl-nav .owl-next:hover {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.7); }
        .twitterwidget .owl-nav .owl-prev:hover .fa, .twitterwidget .owl-nav .owl-next:hover .fa, .facebookwidget .owl-nav .owl-prev:hover .fa, .facebookwidget .owl-nav .owl-next:hover .fa {
          color: rgba(255, 255, 255, 0.7); }
    .twitterwidget .owl-nav .owl-next, .facebookwidget .owl-nav .owl-next {
      float: right;
      text-indent: 2px; }

.cal-controls {
  height: 34px;
  padding: 0 20px; }
  .cal-controls .cal-prev:before, .cal-controls .cal-next:before {
    font-size: 9px; }
  .cal-controls .cal-next {
    text-indent: 2px; }

.feature-hmevents .owl-prev, .feature-hmevents .owl-next {
  position: absolute;
  top: 200px;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 36px;
  height: 50px;
  width: 50px;
  line-height: 44px;
  margin: 0;
  border: 2px solid #fff;
  background: transparent; }
  .feature-hmevents .owl-prev .fa, .feature-hmevents .owl-next .fa {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; }
  .feature-hmevents .owl-prev:hover, .feature-hmevents .owl-next:hover {
    background: #000;
    border-color: #fff; }
    .feature-hmevents .owl-prev:hover .fa, .feature-hmevents .owl-next:hover .fa {
      color: #fff; }

.feature-hmevents .owl-prev {
  left: 20px;
  text-indent: -2px; }

.feature-hmevents .owl-next {
  right: 20px;
  text-indent: 2px; }

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

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
  height: auto;
  min-height: 100%; }

.hide, .hidden {
  display: none; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .clearfix:after {
    clear: both; }

#container {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto; }

#layout {
  position: relative;
  margin: 30px auto 0;
  padding: 0;
  padding-bottom: 30px;
  min-height: 800px; }
  .fullscreen_theme #layout {
    width: 100%; }
  @media screen and (max-width: 700px) {
    #layout {
      margin-top: 0px; } }
  @media screen and (max-width: 960px) {
    #layout {
      margin-top: 0px; } }

.accessible {
  height: 0;
  width: 0;
  overflow: hidden;
  display: block; }

.accessibility_links.is-focused {
  position: fixed;
  z-index: 1500;
  width: 100% !important;
  height: auto !important;
  background: #002D5C;
  background-image: linear-gradient(-135deg, #002D5C 0%, #6B1461 48%, #D60156 100%);
  background-image: linear-gradient(-135deg, #D60156 0%, #6B1461 52%, #002D5C 100%);
  padding: 5px 0; }
  .accessibility_links.is-focused ul {
    zoom: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .accessibility_links.is-focused ul:before, .accessibility_links.is-focused ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .accessibility_links.is-focused ul:after {
      clear: both; }
    @media screen and (max-width: 500px) {
      .accessibility_links.is-focused ul {
        display: block; } }
  .accessibility_links.is-focused li {
    flex-grow: 0; }
    .accessibility_links.is-focused li:first-child {
      flex-grow: 1; }
    @media screen and (max-width: 500px) {
      .accessibility_links.is-focused li {
        width: 100%; } }
  .accessibility_links.is-focused a {
    display: block;
    color: white;
    padding: 10px;
    font-weight: 700; }

#content, .toolbar_wrapper, .search_wrapper {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0; }
  .fullscreen_theme #content, .fullscreen_theme .toolbar_wrapper, .fullscreen_theme .search_wrapper {
    width: 100%; }

#content {
  float: none;
  width: 100%; }
  .home #content {
    text-align: center; }

.toolbar_wrapper, .search_wrapper,
.one_sidebar_right, .one_sidebar_left,
.full_column {
  max-width: 1080px;
  margin: auto; }

.column {
  position: relative;
  margin: 0;
  padding: 0;
  float: left; }

.home .full, .home .full .full_column {
  padding: 0; }

.full {
  clear: both;
  float: left;
  width: 100%; }
  .full .full_column {
    padding: 10px 15px;
    margin-top: 98px;
    zoom: 1; }
    .full .full_column:before, .full .full_column:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .full .full_column:after {
      clear: both; }
    .full .full_column .container {
      padding: 20px;
      zoom: 1; }
      .full .full_column .container:before, .full .full_column .container:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .full .full_column .container:after {
        clear: both; }
    .home .full .full_column {
      margin-top: 0; }
      @media screen and (max-width: 1080px) {
        .home .full .full_column {
          max-width: 720px; } }
      @media screen and (max-width: 750px) {
        .home .full .full_column {
          max-width: 360px; } }
      @media screen and (max-width: 360px) {
        .home .full .full_column {
          max-width: 320px; } }
  .full.not_home {
    text-align: center; }
    .full.not_home .full_column {
      padding: 20px;
      max-width: 1080px;
      margin: auto;
      margin-top: 98px;
      display: inline-block;
      text-align: left; }
      .full.not_home .full_column .full-slideshow {
        margin-top: 0; }
      .full.not_home .full_column .content_item {
        width: 100%;
        border: none;
        height: auto; }
      @media screen and (max-width: 820px) {
        .full.not_home .full_column {
          margin-top: 0px; } }

.one_sidebar_right {
  margin: 30px auto 0; }
  @media screen and (max-width: 960px) {
    .one_sidebar_right {
      margin-top: 0; } }
  .one_sidebar_right #column_1 {
    margin-top: 98px;
    z-index: 10;
    width: 66%;
    background: #222222;
    border: 1px solid #222222;
    min-height: 400px; }
    .one_sidebar_right #column_1 .holder {
      overflow: visible; }
  .one_sidebar_right #column_2 {
    margin-top: 98px;
    width: 34%;
    padding-left: 30px; }
    @media screen and (max-width: 700px) {
      .one_sidebar_right #column_2 {
        margin-top: 30px; } }
    @media screen and (min-width: 640px) {
      .one_sidebar_right #column_2.is_sticky {
        position: fixed;
        width: 100%;
        margin: auto;
        max-width: 1080px;
        z-index: 5; }
        .one_sidebar_right #column_2.is_sticky .widgetBorderColor, .one_sidebar_right #column_2.is_sticky .holder {
          width: 31.42857%;
          float: right;
          clear: right; }
        .one_sidebar_right #column_2.is_sticky.at_bottom {
          position: absolute;
          bottom: 0px; } }
  @media screen and (max-width: 820px) {
    .one_sidebar_right #column_1, .one_sidebar_right #column_2 {
      margin: auto;
      float: none;
      clear: both;
      display: block;
      width: 95%;
      width: calc(100% - 30px); }
    .one_sidebar_right #column_2 {
      padding-right: 30px;
      float: none;
      clear: both;
      display: block;
      margin-top: 20px;
      padding: 0 15px; } }

.one_sidebar_left {
  margin: 30px auto 0; }
  @media screen and (max-width: 960px) {
    .one_sidebar_left {
      margin-top: 0; } }
  .one_sidebar_left #column_1 {
    width: calc(100% - 358px);
    margin-top: 98px;
    float: right;
    padding-right: 40px;
    max-width: 730px; }
    .one_sidebar_left #column_1 .left_column {
      display: none; }
    @media screen and (max-width: 960px) {
      .one_sidebar_left #column_1 {
        margin-top: 20px; } }
    @media screen and (max-width: 820px) {
      .one_sidebar_left #column_1 {
        clear: both;
        width: 100%;
        margin: auto;
        float: none;
        clear: both;
        display: block;
        padding-right: 40px;
        padding-left: 40px;
        max-width: 770px; }
        .one_sidebar_left #column_1 .left_column {
          display: block; } }
    @media screen and (max-width: 700px) {
      .one_sidebar_left #column_1 {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 730px; } }
  .one_sidebar_left #column_2 {
    width: 328px;
    margin-top: 98px;
    float: left; }
    @media screen and (max-width: 960px) {
      .one_sidebar_left #column_2 {
        margin-top: 20px; } }
    @media screen and (max-width: 820px) {
      .one_sidebar_left #column_2 {
        display: none; } }
    @media screen and (max-width: 700px) {
      .one_sidebar_left #column_2 {
        margin-top: 30px; } }

.ads_bottom {
  width: 100%;
  margin: 30px auto 0;
  clear: both; }
  .ads_bottom .adserve_728 {
    width: 728px;
    height: 90px;
    margin: 0 auto; }
  @media screen and (max-width: 750px) {
    .ads_bottom {
      display: none; } }

@media screen and (max-width: 700px) {
  #layout .sponsors {
    margin-top: 30px; } }

.search_container {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }
  .search_container button {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 10px;
    border: none;
    height: 37px;
    background: none;
    color: #fff;
    line-height: 37px;
    font-size: 24px;
    padding: 0 10px; }
  .search_container input[type="text"] {
    width: 100%;
    background: transparent;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 30px;
    height: 37px;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 300;
    color: #fff; }
    .search_container input[type="text"]::-webkit-input-placeholder {
      color: #fff;
      font-size: 30px; }
    .search_container input[type="text"]:-moz-placeholder {
      color: #fff;
      font-size: 30px; }
    .search_container input[type="text"]:-ms-input-placeholder {
      color: #fff;
      font-size: 30px; }
    .search_container input[type="text"]:focus {
      outline: 0; }
    @media screen and (max-width: 960px) {
      .search_container input[type="text"] {
        font-size: 14px; }
        .search_container input[type="text"]::-webkit-input-placeholder {
          font-size: 14px;
          color: #fff; }
        .search_container input[type="text"]:-moz-placeholder {
          font-size: 14px;
          color: #fff; }
        .search_container input[type="text"]:-ms-input-placeholder {
          font-size: 14px;
          color: #fff; } }
  @media screen and (max-width: 960px) {
    .search_container {
      display: none; }
      .search_container.toolbar_search {
        display: none !important; } }
  @media screen and (min-width: 961px) {
    .search_container {
      background: #222222;
      overflow: hidden;
      height: 60px;
      position: fixed;
      top: -60px;
      width: 100%;
      display: block !important; }
      .search_container.active {
        top: 0;
        z-index: 700; }
      .search_container.fixed {
        top: -60px;
        left: 0;
        width: 100%;
        z-index: 600; }
        .search_container.fixed.active {
          top: 0;
          z-index: 700; } }

#toolbar {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: uppercase;
  width: 100%;
  background: white;
  border-bottom: 1px solid #333333;
  margin-bottom: 0;
  z-index: 600;
  position: fixed;
  top: 0;
  font-size: 14px;
  color: #000;
  left: 0; }
  #toolbar a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-decoration: none;
    color: #000; }
    #toolbar a:hover {
      color: rgba(0, 0, 0, 0.6); }
  #toolbar .align_left {
    float: left;
    line-height: 30px; }
    @media screen and (max-width: 1190px) {
      #toolbar .align_left {
        width: auto;
        margin-right: 0px;
        margin-left: 110px; } }
  #toolbar.search-active {
    top: 60px; }
  #toolbar .align_right {
    margin-right: 0;
    float: right; }
  #toolbar .toolbar_wrapper {
    height: 30px; }
  #toolbar .search_button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    font-size: 12px;
    float: right;
    padding-left: 20px;
    height: 100%;
    line-height: 30px;
    width: 110px;
    text-transform: uppercase;
    cursor: pointer;
    background: #000000; }
    #toolbar .search_button div {
      color: #fff;
      display: none; }
      #toolbar .search_button div.active {
        display: block; }
    #toolbar .search_button .fa {
      color: #fff;
      margin-left: 10px; }
    #toolbar .search_button:hover {
      background: #222222; }
      #toolbar .search_button:hover div {
        color: #fff; }
        #toolbar .search_button:hover div .fa {
          color: #fff; }
  #toolbar .social {
    float: right;
    margin-right: 5px; }
  #toolbar .social li {
    font-weight: bold;
    line-height: 30px;
    margin: 0 5px;
    display: inline-block; }
    #toolbar .social li a {
      color: #000; }
      #toolbar .social li a:hover {
        color: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 960px) {
    #toolbar {
      display: none; } }
  @media screen and (max-width: 700px) {
    #toolbar {
      display: none; } }

#venue_switcher {
  position: absolute;
  left: -100px;
  top: 6px;
  cursor: pointer;
  margin: 0px;
  z-index: 600; }
  #venue_switcher dd {
    background: #222222;
    overflow: hidden;
    display: none;
    padding: 0px 20px;
    margin: 0px;
    margin-left: -20px; }
    #venue_switcher dd a {
      font-size: 12px;
      margin: 0px 0;
      padding: 20px 0;
      display: block;
      border-top: 1px solid #555; }
      #venue_switcher dd a img {
        display: block;
        margin: auto;
        max-height: 50px;
        max-width: 150px; }
      #venue_switcher dd a:first-child {
        border-top: none; }
  #venue_switcher dt {
    overflow: hidden; }
    #venue_switcher dt a {
      overflow: hidden;
      display: block; }
    #venue_switcher dt.open .fa {
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      /* Standard syntax */ }
  #venue_switcher span {
    display: block;
    float: left;
    height: 24px; }
  #venue_switcher .fa {
    transition: all 0.5s ease;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    width: 18px;
    height: 18px;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    display: block;
    float: left;
    margin-top: 0px;
    margin-left: 3px; }
  @media screen and (max-width: 1190px) {
    #venue_switcher {
      position: absolute;
      left: 10px;
      top: 6px;
      cursor: pointer;
      margin: 0px; } }

header {
  zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 30px;
  z-index: 590; }
  header:before, header:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  header:after {
    clear: both; }
  header .logo {
    margin: 10px auto 10px;
    padding: 0px;
    display: inline-block;
    width: 100%; }
    header .logo a, header .logo span {
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
      text-indent: -9999px;
      display: block;
      width: 100%;
      height: 100%; }
  header.fixed {
    background: #222222; }

.header-fixed header, .layout-mobile header {
  width: 100%;
  height: 70px;
  height: auto;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 99;
  margin-top: 0;
  background: #222222; }
  .header-fixed header .logo, .layout-mobile header .logo {
    float: left;
    width: auto;
    margin-left: 10px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 0px; }
  .header-fixed header nav, .layout-mobile header nav {
    float: left; }
  .header-fixed header .header-wrapper, .layout-mobile header .header-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    margin-right: auto;
    float: none; }

.header-fixed #layout > #content, .layout-mobile #layout > #content {
  margin-top: 100px; }

.home.header-fixed #layout > #content {
  margin-top: 285px; }

.header-fixed.layout-desktop header {
  height: 70px;
  box-sizing: content-box; }

.layout-middledesktop.header-fixed header, .layout-middledesktop header {
  top: 0;
  padding-top: 40px;
  min-height: 0px;
  height: auto;
  position: relative;
  z-index: 400; }
  .layout-middledesktop.header-fixed header .logo, .layout-middledesktop header .logo {
    margin: 0 auto 0;
    float: none;
    padding: 20px 0px 20px;
    box-sizing: content-box; }
    .layout-middledesktop.header-fixed header .logo span, .layout-middledesktop header .logo span {
      background-size: contain; }

.layout-middledesktop.header-fixed #layout > #content, .layout-middledesktop #layout > #content {
  margin-top: 0; }

.layout-middledesktop .logo {
  display: block; }

.layout-middledesktop .search_container.fixed {
  position: relative;
  height: auto;
  z-index: 10000;
  width: calc(100% - 40px); }
  .layout-middledesktop .search_container.fixed.active {
    display: block; }
  .layout-middledesktop .search_container.fixed input[type="text"] {
    margin: 0;
    margin-left: 0px;
    height: auto;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-indent: 0px;
    border-bottom: 1px solid #fff; }

.layout-middledesktop .search_container button {
  height: 23px;
  line-height: 23px;
  font-size: 18px; }

@media screen and (max-width: 700px) {
  .logo {
    display: none; }
    .layout-mobile .logo {
      display: block; }
  .header-fixed header, .layout-mobile header {
    top: 0;
    padding-top: 40px;
    min-height: 110px;
    position: relative; }
    .header-fixed header .logo, .layout-mobile header .logo {
      margin: 0 auto;
      float: none;
      padding: 20px 0px 20px;
      box-sizing: content-box; }
  .header-fixed #layout > #content, .layout-mobile #layout > #content {
    margin-top: 0; } }

nav {
  display: none; }

.layout-desktop nav {
  background: #222222;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 70px;
  z-index: 500;
  display: block; }
  .layout-desktop nav .nav-trigger {
    display: none; }
  .layout-desktop nav > ul {
    width: 100%;
    max-width: 1080px;
    display: block;
    text-align: left;
    position: relative;
    margin: 0 auto;
    padding: 0;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .layout-desktop nav > ul > li {
    padding: 0;
    margin: 0;
    position: relative;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    width: auto;
    flex-grow: 1; }
    .layout-desktop nav > ul > li:after {
      background: rgba(255, 255, 255, 0.3);
      display: block;
      width: 1px;
      height: 25px;
      position: absolute;
      top: 22px;
      right: 0px;
      content: ''; }
    .layout-desktop nav > ul > li.mobile_search {
      display: none; }
  .layout-desktop nav > ul > li > a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 19px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    margin: 0;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 960px) {
      .layout-desktop nav > ul > li > a {
        font-size: 14px; } }
    .layout-desktop nav > ul > li > a span {
      font-size: 22px;
      letter-spacing: 1.5px;
      display: block;
      margin: 0 0 10px;
      clear: both;
      text-transform: uppercase; }
    .layout-desktop nav > ul > li > a:hover, .layout-desktop nav > ul > li > a.active {
      color: rgba(255, 255, 255, 0.6); }
  .layout-desktop nav .hover > a {
    color: rgba(255, 255, 255, 0.6); }

.layout-desktop.home nav > ul > li > a {
  font-size: 20px; }

.layout-desktop.home.header-fixed nav > ul > li > a {
  font-size: 17px; }

.layout-desktop nav ul .sub {
  background: #222222;
  border: 1px solid #222222;
  position: absolute;
  left: 50%;
  top: 70px;
  display: none;
  width: auto;
  padding: 0;
  z-index: 9000;
  margin: 0 0 0 -100px; }
  .layout-desktop nav ul .sub ul {
    float: left;
    width: 200px;
    height: auto;
    border: none;
    border-top: none;
    margin: 0;
    padding: 0;
    min-height: 0px; }
    .layout-desktop nav ul .sub ul li {
      list-style-image: none;
      list-style-type: none;
      margin: 0;
      padding: 0;
      height: auto;
      text-align: left;
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .layout-desktop nav ul .sub ul li:first-child {
        display: block;
        border-top: none; }
      .layout-desktop nav ul .sub ul li a:after {
        display: none; }
    .layout-desktop nav ul .sub ul a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      position: relative;
      display: block;
      margin: 0px;
      padding: 10px 25px;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 120%;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      text-align: left;
      background: #222222;
      color: #fff; }
      .layout-desktop nav ul .sub ul a:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        background: #fff;
        display: block;
        content: '';
        width: 0px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
      .layout-desktop nav ul .sub ul a:after {
        content: '';
        background: rgba(255, 255, 255, 0.3);
        height: 1px;
        width: calc(100% - 14px);
        position: absolute;
        left: 7px;
        top: 0px;
        display: block; }
      .layout-desktop nav ul .sub ul a:hover, .layout-desktop nav ul .sub ul a.active {
        background: #000000;
        color: #fff; }
        .layout-desktop nav ul .sub ul a:hover:before, .layout-desktop nav ul .sub ul a.active:before {
          width: 6px; }

.layout-desktop.home nav ul {
  justify-content: flex-start; }

.layout-desktop.home.header-fixed nav ul {
  text-align: left; }

.mobile_search {
  display: block; }
  @media screen and (max-width: 960px) {
    .mobile_search {
      display: block; } }

@media screen and (max-width: 960px) {
  .header-fixed header nav, .layout-middledesktop header nav, .layout-mobile header nav {
    background: #222222;
    min-height: 40px;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    display: block;
    width: 100%; }
    .header-fixed header nav.show_overflow, .layout-middledesktop header nav.show_overflow, .layout-mobile header nav.show_overflow {
      height: 100%;
      overflow-y: scroll; }
    .header-fixed header nav .nav-trigger, .layout-middledesktop header nav .nav-trigger, .layout-mobile header nav .nav-trigger {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      text-transform: uppercase;
      padding-left: 10px;
      width: 100%;
      height: 40px; }
    .header-fixed header nav > ul, .layout-middledesktop header nav > ul, .layout-mobile header nav > ul {
      display: none;
      position: absolute;
      top: 60px;
      padding: 0;
      width: 100%; }
      .header-fixed header nav > ul.show, .layout-middledesktop header nav > ul.show, .layout-mobile header nav > ul.show {
        height: auto; }
      .header-fixed header nav > ul .sub, .layout-middledesktop header nav > ul .sub, .layout-mobile header nav > ul .sub {
        display: none;
        padding-bottom: 10px; }
      .header-fixed header nav > ul li, .layout-middledesktop header nav > ul li, .layout-mobile header nav > ul li {
        display: block;
        float: none;
        text-transform: uppercase; }
        .header-fixed header nav > ul li.active .sub, .layout-middledesktop header nav > ul li.active .sub, .layout-mobile header nav > ul li.active .sub {
          display: block;
          position: relative;
          top: 0;
          left: 0; }
        .header-fixed header nav > ul li a, .layout-middledesktop header nav > ul li a, .layout-mobile header nav > ul li a {
          padding: 5px 40px;
          display: block;
          border: none;
          color: #fff; }
          .header-fixed header nav > ul li a.active, .header-fixed header nav > ul li a:hover, .layout-middledesktop header nav > ul li a.active, .layout-middledesktop header nav > ul li a:hover, .layout-mobile header nav > ul li a.active, .layout-mobile header nav > ul li a:hover {
            color: #fff;
            border: none; }
      .header-fixed header nav > ul > li, .layout-middledesktop header nav > ul > li, .layout-mobile header nav > ul > li {
        height: auto;
        line-height: 150%; }
        .header-fixed header nav > ul > li > a, .layout-middledesktop header nav > ul > li > a, .layout-mobile header nav > ul > li > a {
          color: #fff;
          padding: 8px 0px;
          font-size: 14px;
          margin: 0 20px;
          border: none; }
          .header-fixed header nav > ul > li > a.active, .header-fixed header nav > ul > li > a:hover, .layout-middledesktop header nav > ul > li > a.active, .layout-middledesktop header nav > ul > li > a:hover, .layout-mobile header nav > ul > li > a.active, .layout-mobile header nav > ul > li > a:hover {
            color: #fff;
            border: none; }
        .header-fixed header nav > ul > li:before, .layout-middledesktop header nav > ul > li:before, .layout-mobile header nav > ul > li:before {
          content: '';
          position: absolute;
          top: 0px;
          left: 20px;
          width: calc(100% - 40px);
          height: 1px;
          background: rgba(255, 255, 255, 0.1); }
        .header-fixed header nav > ul > li:first-child:before, .layout-middledesktop header nav > ul > li:first-child:before, .layout-mobile header nav > ul > li:first-child:before {
          display: none; }
    .header-fixed header nav .search_container, .layout-middledesktop header nav .search_container, .layout-mobile header nav .search_container {
      display: block;
      margin: 0 20px; } }

/** Fancy Nav Button **/
.nav-trigger {
  background: #222222;
  padding-top: 5px; }
  .nav-trigger span {
    color: #ffffff;
    line-height: 25px;
    display: inline-block; }

/*! Generated at Mon Aug 11 2014 18:00:50 GMT-0400 (EDT). Included icons: times, bars */
/*!
 * Marka - v0.2.0
 * http://fian.my.id/marka
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/marka/blob/master/LICENSE
 */
/* Core style */
.marka {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.marka i {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000000;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.marka.marka-set i {
  opacity: 1; }

.marka.marka-rotate-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.marka.marka-rotate-left {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.marka.marka-rotate-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Times icon */
.marka.marka-icon-times i {
  -webkit-transform: rotate(45deg) scale(0.8, 0.2);
  -moz-transform: rotate(45deg) scale(0.8, 0.2);
  -ms-transform: rotate(45deg) scale(0.8, 0.2);
  -o-transform: rotate(45deg) scale(0.8, 0.2);
  transform: rotate(45deg) scale(0.8, 0.2); }

.marka.marka-icon-times i:nth-child(2) {
  -webkit-transform: rotate(-45deg) scale(0.8, 0.2);
  -moz-transform: rotate(-45deg) scale(0.8, 0.2);
  -ms-transform: rotate(-45deg) scale(0.8, 0.2);
  -o-transform: rotate(-45deg) scale(0.8, 0.2);
  transform: rotate(-45deg) scale(0.8, 0.2); }

/* Bars icon */
.marka.marka-icon-bars i {
  -webkit-transform: scale(0.8, 0.2);
  -moz-transform: scale(0.8, 0.2);
  -ms-transform: scale(0.8, 0.2);
  -o-transform: scale(0.8, 0.2);
  transform: scale(0.8, 0.2); }

.marka.marka-icon-bars i:nth-child(2) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, -140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, -140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, -140%);
  -o-transform: scale(0.8, 0.2) translate(0%, -140%);
  transform: scale(0.8, 0.2) translate(0%, -140%); }

.marka.marka-icon-bars i:nth-child(3) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, 140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, 140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, 140%);
  -o-transform: scale(0.8, 0.2) translate(0%, 140%);
  transform: scale(0.8, 0.2) translate(0%, 140%); }

.footer {
  background: #fff;
  margin: 0;
  padding: 30px 0px 0;
  width: 100%;
  z-index: 11;
  overflow: hidden; }
  .footer .footer-holder {
    max-width: 1120px;
    margin: 0 auto;
    min-height: 167px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 820px) {
      .footer .footer-holder {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center; } }
    @media screen and (max-width: 700px) {
      .footer .footer-holder {
        flex-direction: column;
        align-items: flex-start; } }
  .footer .footer_logo {
    float: left;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0; }
    .footer .footer_logo a {
      zoom: 1; }
      .footer .footer_logo a:before, .footer .footer_logo a:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .footer .footer_logo a:after {
        clear: both; }
    .footer .footer_logo img {
      float: left;
      max-width: 80px; }
    .footer .footer_logo:hover {
      opacity: 0.8; }
    @media screen and (max-width: 1080px) {
      .footer .footer_logo {
        width: 100px; } }
    @media screen and (max-width: 820px) {
      .footer .footer_logo {
        width: 50%;
        width: auto;
        display: inline-block;
        float: none;
        margin-right: 0;
        text-align: center;
        vertical-align: middle; }
        .footer .footer_logo img {
          float: none;
          margin: auto;
          display: inline-block; } }
    @media screen and (max-width: 700px) {
      .footer .footer_logo {
        float: none;
        padding: 0;
        margin: 0 auto 20px; } }
  .footer .footer_logo_secondary {
    float: right; }
    .footer .footer_logo_secondary img {
      float: right;
      max-width: 100%; }
    @media screen and (max-width: 820px) {
      .footer .footer_logo_secondary {
        width: 25%; } }
  .footer .venueinfo {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    float: left;
    min-height: 75px;
    flex-grow: 0;
    flex-shrink: 0;
    width: auto; }
    .footer .venueinfo address {
      font-size: 12px;
      line-height: 160%;
      margin: 15px 20px 0px;
      padding-top: 15px;
      max-width: 270px;
      color: #000;
      border-top: 1px solid #000; }
      .footer .venueinfo address .venue_title {
        margin-bottom: 20px;
        font-size: 16px;
        color: #000; }
      .footer .venueinfo address:first-child {
        border-top: none;
        padding-top: 0px;
        margin-top: 0px; }
    @media screen and (max-width: 820px) {
      .footer .venueinfo {
        width: 50%;
        width: auto;
        text-align: left;
        display: inline-block;
        float: none;
        vertical-align: middle;
        border-right: none; }
        .footer .venueinfo address {
          max-width: 100%;
          padding-right: 0; } }
    @media screen and (max-width: 700px) {
      .footer .venueinfo {
        width: 100%;
        max-width: 100%;
        text-align: center;
        border: none;
        padding: 0; }
        .footer .venueinfo address {
          width: 100%;
          margin: 0;
          padding: 0;
          text-align: center; } }
  .footer .nav {
    padding-left: 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-wrap: nowrap; }
    .footer .nav ul {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0px;
      font-size: 12px;
      float: left;
      margin-right: 20px; }
    .footer .nav li {
      display: block;
      height: auto;
      padding: 5px 0 5px 20px; }
    .footer .nav a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0;
      margin: 0;
      color: #000; }
      .footer .nav a:hover {
        color: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 820px) {
      .footer .nav {
        width: 100%;
        float: none;
        margin: 0;
        padding: 40px 0;
        border: none;
        clear: both;
        justify-content: center;
        zoom: 1; }
        .footer .nav:before, .footer .nav:after {
          display: block;
          visibility: hidden;
          height: 0;
          content: '\0020'; }
        .footer .nav:after {
          clear: both; } }
    @media screen and (max-width: 500px) {
      .footer .nav {
        flex-wrap: wrap;
        justify-content: flex-start; }
        .footer .nav ul {
          width: calc(50% - 20px); } }
    @media screen and (max-width: 820px) {
      .footer .nav.has_second_footer_image {
        width: 75%; } }
  .footer .global-footer {
    background: #000; }
  .footer .global_wrapper {
    font-size: 12px;
    min-height: 50px;
    line-height: 50px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    font-weight: 300;
    color: #fff; }
    .footer .global_wrapper p {
      margin: 0;
      padding: 20px 0;
      line-height: 16px;
      font-size: 12px;
      color: #fff; }
      @media screen and (max-width: 820px) {
        .footer .global_wrapper p {
          text-align: center; }
          .footer .global_wrapper p .rights_reserved {
            display: block; } }
    .footer .global_wrapper a {
      font-size: 12px;
      text-decoration: none;
      color: #fff; }
      .footer .global_wrapper a:hover {
        color: rgba(255, 255, 255, 0.6); }
  .footer a#carbonhouse, .footer a#carbonhouse:link, .footer a#carbonhouse:visited {
    display: block;
    position: relative;
    float: right;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    font-family: 'helvetica';
    cursor: pointer;
    text-decoration: none; }
    .footer a#carbonhouse span, .footer a#carbonhouse:link span, .footer a#carbonhouse:visited span {
      font-size: 12px; }
    .footer a#carbonhouse:hover, .footer a#carbonhouse:link:hover, .footer a#carbonhouse:visited:hover {
      text-decoration: none; }
    @media screen and (max-width: 820px) {
      .footer a#carbonhouse, .footer a#carbonhouse:link, .footer a#carbonhouse:visited {
        float: none;
        text-align: center;
        margin-top: 10px; } }

.page_header_container {
  background: rgba(51, 51, 51, 0.9);
  top: 100px;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  z-index: 98;
  color: #fff;
  text-align: left; }
  @media screen and (min-width: 821px) {
    .page_header_container.rolls_up {
      position: absolute;
      top: 0; } }
  .page_header_container > div {
    max-width: 1080px;
    margin: 0 auto;
    position: relative; }
  .page_header_container .page_header_left {
    max-width: calc(100% - 300px); }
    .page_header_container .page_header_left.fullwidth {
      max-width: 100%; }
    @media screen and (max-width: 700px) {
      .page_header_container .page_header_left {
        width: 100%;
        max-width: 100%; } }
  .page_header_container .page_header_right {
    float: right; }
  .page_header_container .hidden {
    height: 0;
    opacity: 0; }
  .page_header_container .btn-tickets, .page_header_container .buttons a, .page_header_container .buttons > span {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    background: #000;
    color: #fff;
    padding: 0 20px 0px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .page_header_container .btn-tickets.onsalesoon, .page_header_container .btn-tickets.status_3, .page_header_container .btn-tickets.status_7, .page_header_container .btn-tickets[title*="Coming Soon"], .page_header_container .buttons a.onsalesoon, .page_header_container .buttons a.status_3, .page_header_container .buttons a.status_7, .page_header_container .buttons a[title*="Coming Soon"], .page_header_container .buttons > span.onsalesoon, .page_header_container .buttons > span.status_3, .page_header_container .buttons > span.status_7, .page_header_container .buttons > span[title*="Coming Soon"] {
      background: black;
      color: white; }
    .page_header_container .btn-tickets.onsalesoon, .page_header_container .btn-tickets[title*="Coming Soon"], .page_header_container .buttons a.onsalesoon, .page_header_container .buttons a[title*="Coming Soon"], .page_header_container .buttons > span.onsalesoon, .page_header_container .buttons > span[title*="Coming Soon"] {
      padding-left: 10px;
      padding-right: 0; }
    .page_header_container .btn-tickets .fa, .page_header_container .buttons a .fa, .page_header_container .buttons > span .fa {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      float: none;
      margin-right: 5px;
      line-height: 40px;
      font-size: 18px;
      color: #C8C8C8; }
    .page_header_container .btn-tickets:hover, .page_header_container .buttons a:hover, .page_header_container .buttons > span:hover {
      background: #fff;
      color: #000; }
      .page_header_container .btn-tickets:hover .fa, .page_header_container .buttons a:hover .fa, .page_header_container .buttons > span:hover .fa {
        color: #000; }
    @media screen and (max-width: 700px) {
      .page_header_container .btn-tickets, .page_header_container .buttons a, .page_header_container .buttons > span {
        display: none; } }
  .page_header_container .vip {
    position: absolute;
    top: 50%;
    right: 160px;
    line-height: 42px;
    margin-top: -21px; }
  .page_header_container h1 {
    word-wrap: break-word;
    text-transform: uppercase;
    line-height: 1.3; }
    @media screen and (max-width: 700px) {
      .page_header_container h1 {
        font-size: 24px; } }
    .page_header_container h1.long_title {
      font-size: 24px; }
      .page_header_container h1.long_title.extra_long_title {
        font-size: 20px; }
  .page_header_container h5 {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: none;
    color: #fff; }
  @media screen and (min-width: 961px) {
    .page_header_container.fixed {
      position: fixed; } }
  @media screen and (max-width: 820px) {
    .page_header_container {
      position: relative;
      margin-bottom: 20px;
      top: auto; } }
  @media screen and (max-width: 700px) {
    .page_header_container {
      position: relative;
      margin-bottom: 20px; } }

.textarea, .spotlight, .faq, div.link, .sitemap {
  padding: 0 30px;
  margin: 30px 0; }
  .home .textarea, .home .spotlight, .home .faq, .home div.link, .home .sitemap {
    padding: 0; }
  @media screen and (max-width: 820px) {
    .textarea, .spotlight, .faq, div.link, .sitemap {
      padding: 0 15px; }
      .home .textarea, .home .spotlight, .home .faq, .home div.link, .home .sitemap {
        padding: 0; } }

.spotlight_image img {
  max-width: 100%;
  width: 100%; }

.textarea img {
  max-width: 100%; }

.textarea img.left {
  float: left;
  margin: 0px 20px 20px 0px; }
  @media screen and (max-width: 700px) {
    .textarea img.left {
      display: block;
      margin: 0px auto 20px;
      float: none; } }

.textarea img.right {
  float: right;
  margin: 0px 0px 20px 20px; }
  @media screen and (max-width: 700px) {
    .textarea img.right {
      display: block;
      margin: 0px auto 20px;
      float: none; } }

.textarea .content:empty {
  display: none; }

.spotlight .spotlight_item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  margin-top: 30px;
  zoom: 1; }
  .spotlight .spotlight_item:before, .spotlight .spotlight_item:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .spotlight .spotlight_item:after {
    clear: both; }
  .spotlight .spotlight_item:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0; }

.spotlight h2, .spotlight h3 {
  margin-bottom: 10px;
  color: #fff; }
  .spotlight h2 a, .spotlight h2 a:visited, .spotlight h3 a, .spotlight h3 a:visited {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    color: #fff; }
    .spotlight h2 a:hover, .spotlight h2 a:visited:hover, .spotlight h3 a:hover, .spotlight h3 a:visited:hover {
      color: rgba(255, 255, 255, 0.6); }

.spotlight .thumb {
  zoom: 1;
  float: left;
  clear: left;
  max-width: 180px;
  margin-right: 20px;
  margin-bottom: 0px; }
  .spotlight .thumb:before, .spotlight .thumb:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .spotlight .thumb:after {
    clear: both; }
  .spotlight .thumb img {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    margin-right: 0;
    max-width: 100%;
    float: left; }
  .spotlight .thumb a:hover img {
    zoom: 1;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80); }
  @media screen and (max-width: 700px) {
    .spotlight .thumb {
      float: none;
      margin: 0 auto 20px; }
      .spotlight .thumb img {
        float: none;
        margin: auto;
        display: block; } }

.spotlight .info {
  width: calc(100% - 200px);
  float: left; }
  .spotlight .info.no_thumb {
    width: 100%; }
  .spotlight .info p.address {
    font-weight: 700; }
  .spotlight .info .date {
    text-transform: none; }
  @media screen and (max-width: 700px) {
    .spotlight .info {
      width: 100%; } }

.spotlight .buttons {
  zoom: 1;
  margin-top: 20px; }
  .spotlight .buttons:before, .spotlight .buttons:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .spotlight .buttons:after {
    clear: both; }
  .spotlight .buttons a, .spotlight .buttons > span {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 12px;
    border: none;
    width: 100%;
    text-align: center;
    box-shadow: none;
    width: auto;
    float: left;
    padding: 5px 20px;
    width: 130px;
    text-align: center;
    margin: 3px 10px 0px 0;
    background: #000;
    color: #fff; }
    .spotlight .buttons a:hover, .spotlight .buttons > span:hover {
      color: #000;
      background: #fff; }
    @media screen and (max-width: 700px) {
      .spotlight .buttons a, .spotlight .buttons > span {
        display: inline-block;
        float: none; } }
  .spotlight .buttons a:hover {
    text-decoration: none;
    background: #fff;
    color: #000; }
    .spotlight .buttons a:hover .fa {
      color: #000; }
  @media screen and (max-width: 700px) {
    .spotlight .buttons {
      text-align: center; } }

.sitemap .column {
  width: 50%;
  float: left; }

.sitemap ul li {
  margin-bottom: 20px; }
  .sitemap ul li a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    color: #222222;
    font-size: 16px; }
    .sitemap ul li a:hover {
      color: #fff; }
  .sitemap ul li ul {
    margin-left: 20px;
    margin-top: 10px; }
    .sitemap ul li ul li {
      margin-bottom: 10px; }
      .sitemap ul li ul li a {
        color: #fff;
        font-size: 14px; }
        .sitemap ul li ul li a:hover {
          color: #fff; }

.subnav {
  margin-bottom: 30px;
  background: #222222;
  border: 1px solid #222222;
  padding: 10px 0; }
  .subnav ul {
    list-style-type: none;
    margin: 5px 0; }
  .subnav li {
    position: relative; }
    .subnav li.active:after, .subnav li:hover:after {
      visibility: hidden; }
    .subnav li:after {
      position: absolute;
      width: calc(100% - 36px);
      display: block;
      margin: 0px 18px 0 18px;
      content: '';
      height: 1px;
      background: rgba(255, 255, 255, 0.3); }
    .subnav li:last-child:after {
      display: none; }
  .subnav a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    background: transparent;
    color: #fff;
    padding: 10px 25px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .subnav a:before {
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      display: block;
      content: '';
      width: 6px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #fff; }
  .subnav li.active a, .subnav a:hover {
    background: #000;
    color: #fff; }
    .subnav li.active a:before, .subnav a:hover:before {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }

.ad_serve {
  text-align: center; }

.faq dl {
  margin: 0; }

.faq dt {
  position: relative;
  float: none;
  overflow: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer; }
  .faq dt p {
    margin: 0;
    padding: 8px 0 8px 30px;
    color: #fff;
    text-transform: capitalize; }
    .faq dt p:before {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      font-family: 'FontAwesome';
      font-size: 10px;
      font-weight: 300;
      position: absolute;
      top: 8px;
      left: 0px;
      display: block;
      text-align: center;
      line-height: 16px;
      content: '\f067';
      border-radius: 50%;
      width: 21px;
      height: 21px;
      text-align: center;
      border: 2px solid #fff;
      color: #fff;
      vertical-align: top;
      text-indent: 1px;
      padding: 1px 4px;
      transform-origin: center center; }
    .faq dt p:hover {
      color: rgba(255, 255, 255, 0.6); }
      .faq dt p:hover:before {
        border-color: rgba(255, 255, 255, 0.6);
        color: rgba(255, 255, 255, 0.6); }
  .faq dt.active p, .faq dt.open p {
    color: rgba(255, 255, 255, 0.6); }
    .faq dt.active p:before, .faq dt.open p:before {
      transform: rotate(45deg);
      border-color: rgba(255, 255, 255, 0.6);
      color: rgba(255, 255, 255, 0.6); }
  .faq dt a:hover, .faq dt a:focus {
    text-decoration: none; }
    .faq dt a:hover p, .faq dt a:focus p {
      text-decoration: none; }

.faq dd {
  overflow: hidden;
  display: none;
  padding: 15px 0 0px 30px;
  margin: 0; }
  .faq dd p {
    margin: 0 0 15px; }

.faq ul {
  margin-left: 10px; }

.faq .widget_title {
  display: none; }
  .home .faq .widget_title {
    display: block; }

.link.content_item ul li {
  margin-bottom: 20px; }
  .link.content_item ul li a {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    padding-left: 30px;
    color: #fff; }
    .link.content_item ul li a:before {
      content: '\f105';
      font-family: 'FontAwesome';
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      font-size: 15px;
      height: 20px;
      width: 20px;
      line-height: 16px;
      text-indent: 2px;
      text-align: center;
      color: #c8c8c8;
      border: 2px solid #c8c8c8;
      border-radius: 50%; }
    .link.content_item ul li a:hover {
      color: rgba(255, 255, 255, 0.6); }
      .link.content_item ul li a:hover:before {
        color: #c8c8c8;
        border: 2px solid #c8c8c8; }
  .link.content_item ul li .description {
    font-size: 12px;
    padding-left: 30px;
    margin-top: 10px; }
    .link.content_item ul li .description p {
      font-size: 12px;
      margin-bottom: 0; }

#column_1 .link.content_item .widget_title, .not_home .link.content_item .widget_title {
  display: none; }

#column_1 .link.content_item .widget_content, .not_home .link.content_item .widget_content {
  margin: 0;
  zoom: 1;
  max-height: none;
  overflow: initial; }
  #column_1 .link.content_item .widget_content:before, #column_1 .link.content_item .widget_content:after, .not_home .link.content_item .widget_content:before, .not_home .link.content_item .widget_content:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  #column_1 .link.content_item .widget_content:after, .not_home .link.content_item .widget_content:after {
    clear: both; }

/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  margin-bottom: 25px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px; }
  .map_window .info h4 {
    color: #000;
    font-weight: 400; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    line-height: 140%; }

.map_window .desc {
  float: left;
  width: 120px; }
  .map_window .desc img {
    float: left;
    width: 120px;
    height: auto;
    margin: 0 15px 0 0; }
  .map_window .desc p {
    margin: 0;
    padding: 0; }

.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions label {
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-size: 12px; }
  .map_window .directions input[type=text] {
    width: 72%;
    margin: 0 0 8px;
    padding: 4px 5px;
    color: #000;
    font-size: 12px; }
  .map_window .directions form button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: block;
    float: right;
    padding: 6px 5px;
    color: #fff;
    border: 0;
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase; }
    .map_window .directions form button:hover {
      background-color: rgba(255, 255, 255, 0.6); }

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  line-height: 40px; }
  .map_control:before, .map_control:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_control:after {
    clear: both; }
  .map_control .map_anchor {
    display: none; }
  .map_control label {
    display: block;
    float: left;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .map_control button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    float: left;
    margin: 0 2px 0 0;
    background: #fff;
    padding: 0 15px;
    color: #fff;
    border: none;
    background: none;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: rgba(255, 255, 255, 0.6); }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: red;
      outline: none; }
    .map_control button:focus {
      outline: none; }

.seating {
  zoom: 1;
  padding: 0 30px;
  margin: 20px 0; }
  .seating:before, .seating:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .seating:after {
    clear: both; }
  .seating .entry {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-top: 20px;
    zoom: 1;
    float: left;
    clear: both;
    width: 100%; }
    .seating .entry:before, .seating .entry:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .seating .entry:after {
      clear: both; }
    .seating .entry:first-child {
      border: none;
      padding-top: 0;
      margin-top: 0; }
  .seating h3 {
    margin-bottom: 30px;
    color: #fff; }
    .seating h3 a, .seating h3 a:visited {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: #fff; }
      .seating h3 a:hover, .seating h3 a:visited:hover {
        color: rgba(255, 255, 255, 0.6); }
  .seating .thumb {
    zoom: 1;
    float: left;
    clear: left;
    max-width: 180px;
    margin-right: 20px; }
    .seating .thumb:before, .seating .thumb:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .seating .thumb:after {
      clear: both; }
    .seating .thumb img {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      margin-right: 0;
      max-width: 100%;
      float: left;
      will-change: opacity; }
    .seating .thumb a:hover img {
      zoom: 1;
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: alpha(opacity=80); }
    @media screen and (max-width: 700px) {
      .seating .thumb {
        float: none;
        margin: 0 auto 20px; } }
  .seating .info {
    position: relative;
    width: calc(100% - 200px);
    float: left; }
    .seating .info.no_thumb {
      width: 100%; }
    @media screen and (max-width: 700px) {
      .seating .info {
        width: 100%;
        text-align: center; } }
  .seating .links {
    zoom: 1; }
    .seating .links:before, .seating .links:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .seating .links:after {
      clear: both; }
    .seating .links a, .seating .links > span {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      font-size: 12px;
      border: none;
      width: 100%;
      text-align: center;
      box-shadow: none;
      width: auto;
      float: left;
      padding: 5px 20px;
      width: 130px;
      text-align: center;
      margin: 3px 10px 0px 0;
      background: #000;
      color: #fff; }
      .seating .links a:hover, .seating .links > span:hover {
        color: #000;
        background: #fff; }
      @media screen and (max-width: 700px) {
        .seating .links a, .seating .links > span {
          display: inline-block;
          float: none; } }
    .seating .links a:hover {
      text-decoration: none;
      background: #fff;
      color: #000; }
      .seating .links a:hover .fa {
        color: #000; }
    @media screen and (max-width: 700px) {
      .seating .links {
        text-align: center; } }

.offer_detail h4.date {
  text-transform: none; }

.team_detail .spotlight_image img {
  width: 100%; }

/**
 * base widget class and helper classes used in widgets
 * 1. widget classes
 * 2. helper classes
 * 3. widget override for layouts
 */
/**
 * 1. base widget classes
 * sets a standard for various widget elements
 */
.overflow-scroll, .home .link.content_item ul, .newswidget[data-layout="multiple"] .list, .eventswidget[data-layout="multiple"][data-width="1"] .list {
  position: relative;
  overflow-y: auto;
  height: 247px;
  padding-bottom: 50px; }

.widgetBackgroundColor {
  background: #222222; }

.widgetBorderColor {
  border: 1px solid #222222;
  border-radius: 0px; }

.full_column .content_item {
  position: relative; }

.home .content_item {
  position: relative;
  background: #222222;
  height: 322px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #222222;
  border-radius: 0px;
  text-align: left; }
  .home .content_item .entry img {
    width: 100%; }
  .home .content_item[data-width="3"] {
    width: calc(100% - 30px);
    height: auto; }
    @media screen and (max-width: 1080px) {
      .home .content_item[data-width="3"] {
        width: 690px; } }
    @media screen and (max-width: 750px) {
      .home .content_item[data-width="3"] {
        width: 330px; } }
    @media screen and (max-width: 360px) {
      .home .content_item[data-width="3"] {
        width: 300px;
        margin: 0px 10px 20px; } }
    .home .content_item[data-width="3"].promotionswidget {
      height: 322px; }
  .home .content_item[data-width="2"] {
    width: 690px; }
    @media screen and (max-width: 750px) {
      .home .content_item[data-width="2"] {
        width: 330px; } }
    @media screen and (max-width: 360px) {
      .home .content_item[data-width="2"] {
        width: 300px;
        margin: 0px 10px 20px; } }
  .home .content_item[data-width="1"] {
    width: 330px; }
    @media screen and (max-width: 360px) {
      .home .content_item[data-width="1"] {
        width: 300px;
        margin: 0px 10px 20px; } }

.content_item.alert_widget {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }
  .content_item.alert_widget.visible {
    max-width: 1050px;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block; }

.widget_content {
  zoom: 1;
  max-height: 247px;
  overflow: hidden;
  margin: 20px 20px;
  color: #fff; }
  .widget_content:before, .widget_content:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .widget_content:after {
    clear: both; }
  .widget_content .entry {
    position: relative; }
  .widget_content .thumb {
    overflow: hidden; }
    .widget_content .thumb a {
      display: block; }
  .widget_content a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-decoration: none; }

.no-margin_widget, .newswidget[data-layout="single"] .widget_content, .eventswidget[data-layout="single"][data-width="1"] .widget_content {
  margin: 0;
  max-height: 286px; }

.widget_title, .m-widget_title {
  background: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 20px;
  height: 34px;
  line-height: 20px;
  color: #000000;
  font-family: "Oswald", sans-serif; }
  .widget_title .fa, .m-widget_title .fa {
    vertical-align: top;
    line-height: inherit;
    font-size: 18px;
    color: #000000;
    margin-right: 5px; }
  .widget_title a, .m-widget_title a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-decoration: none;
    float: right;
    font-size: 14px;
    line-height: inherit;
    color: #000000; }
    .widget_title a:hover, .m-widget_title a:hover {
      color: #000; }

.home .link.content_item .widget_content:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0px;
  height: 50px;
  width: 100%;
  visibility: visible;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+47 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.home .link.content_item ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px; }
  .home .link.content_item ul li:first-child {
    border-top: none;
    padding-top: 0; }
  .home .link.content_item ul li a {
    color: #fff;
    display: block; }
    .home .link.content_item ul li a:before {
      color: #fff;
      border: 2px solid #fff; }
    .home .link.content_item ul li a:hover {
      color: rgba(255, 255, 255, 0.6); }

.newswidget[data-layout="multiple"] .widget_content:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0px;
  height: 50px;
  width: 100%;
  visibility: visible;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+47 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.newswidget[data-layout="multiple"] .owl-stage {
  max-width: 100%; }

.newswidget[data-layout="multiple"] .owl-controls {
  display: none; }

.newswidget[data-layout="multiple"] .entry {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .newswidget[data-layout="multiple"] .entry:first-child {
    border: none;
    padding-top: 0px; }

.newswidget[data-layout="multiple"] .thumb {
  display: none; }

.newswidget[data-layout="multiple"] .info {
  padding-right: 50px; }
  .newswidget[data-layout="multiple"] .info h3.title {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize; }
    .newswidget[data-layout="multiple"] .info h3.title a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: inherit;
      font-size: inherit;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      letter-spacing: 0.08em;
      text-transform: uppercase; }
      .newswidget[data-layout="multiple"] .info h3.title a:hover {
        color: rgba(255, 255, 255, 0.6); }
  .newswidget[data-layout="multiple"] .info .date {
    margin: 5px 0;
    font-size: 14px;
    color: #fff; }
  .newswidget[data-layout="multiple"] .info .event_venue {
    font-size: 12px;
    color: #fff; }
  .newswidget[data-layout="multiple"] .info .tagline {
    display: block;
    font-size: 12px;
    color: #fff; }
  .newswidget[data-layout="multiple"] .info .teaser {
    display: block; }

.newswidget[data-layout="multiple"] .buttons {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%); }
  .newswidget[data-layout="multiple"] .buttons a, .newswidget[data-layout="multiple"] .buttons > span {
    letter-spacing: 1px;
    font-size: 22px;
    display: block;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.15em;
    font-weight: 400;
    text-transform: uppercase; }
    .newswidget[data-layout="multiple"] .buttons a span, .newswidget[data-layout="multiple"] .buttons > span span {
      display: none; }
    .newswidget[data-layout="multiple"] .buttons a .fa, .newswidget[data-layout="multiple"] .buttons > span .fa {
      font-size: 22px;
      margin-right: 5px;
      color: #C8C8C8;
      vertical-align: middle; }
  .newswidget[data-layout="multiple"] .buttons a:hover .fa {
    color: #000; }

.newswidget[data-layout="single"] .list {
  position: static;
  height: 286px; }

.newswidget[data-layout="single"] .entry {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0px;
  height: 286px; }
  .newswidget[data-layout="single"] .entry:first-child {
    display: block; }
  .newswidget[data-layout="single"] .entry .info {
    padding: 20px;
    height: 245px; }
    .newswidget[data-layout="single"] .entry .info:before {
      content: '';
      position: absolute;
      bottom: 15px;
      left: 0px;
      height: 50px;
      width: 100%;
      visibility: visible;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+47 */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      bottom: 83px; }
    .newswidget[data-layout="single"] .entry .info .title {
      color: #fff;
      font-size: 20px;
      text-transform: capitalize; }
      .newswidget[data-layout="single"] .entry .info .title a {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        color: inherit;
        font-size: 20px;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        letter-spacing: 0.08em;
        text-transform: uppercase; }
        .newswidget[data-layout="single"] .entry .info .title a:hover {
          color: rgba(255, 255, 255, 0.6); }
    .newswidget[data-layout="single"] .entry .info .date {
      position: absolute;
      bottom: 50px;
      left: 20px;
      color: #fff; }
    .newswidget[data-layout="single"] .entry .info .event_venue {
      font-size: 14px;
      color: #fff; }
    .newswidget[data-layout="single"] .entry .info .tagline {
      font-size: 16px;
      display: block;
      color: #fff; }
    .newswidget[data-layout="single"] .entry .info .teaser {
      display: block;
      margin-top: 20px;
      max-height: 100px;
      overflow-y: auto; }
  .newswidget[data-layout="single"] .entry .buttons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
    .newswidget[data-layout="single"] .entry .buttons a, .newswidget[data-layout="single"] .entry .buttons > span {
      background: #000;
      padding: 11px 0;
      letter-spacing: 1px;
      font-size: 14px;
      width: 100%;
      height: 40px;
      display: block;
      text-align: center;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.15em;
      font-weight: 400;
      text-transform: uppercase; }
      .newswidget[data-layout="single"] .entry .buttons a span, .newswidget[data-layout="single"] .entry .buttons > span span {
        font-size: 14px;
        line-height: 18px;
        color: #fff; }
      .newswidget[data-layout="single"] .entry .buttons a .fa, .newswidget[data-layout="single"] .entry .buttons > span .fa {
        font-size: 18px;
        line-height: 18px;
        margin-left: 5px;
        color: #C8C8C8; }
    .newswidget[data-layout="single"] .entry .buttons a:hover {
      background: #fff; }
      .newswidget[data-layout="single"] .entry .buttons a:hover span {
        color: #000; }
      .newswidget[data-layout="single"] .entry .buttons a:hover .fa {
        color: #000; }

.instagramwidget .fill_link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: block; }

.instagramwidget[data-width="1"] .small, .instagramwidget[data-width="2"] .small, .instagramwidget[data-width="3"] .small {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .instagramwidget[data-width="1"] .small .fill_link, .instagramwidget[data-width="2"] .small .fill_link, .instagramwidget[data-width="3"] .small .fill_link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: block; }
  .instagramwidget[data-width="1"] .small:hover, .instagramwidget[data-width="2"] .small:hover, .instagramwidget[data-width="3"] .small:hover {
    zoom: 1;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }

.instagramwidget[data-width="1"] .widget_content, .instagramwidget[data-width="2"] .widget_content {
  position: relative;
  height: 247px; }

.instagramwidget[data-width="1"] .small {
  width: calc(25% - 4px);
  margin: 5px 2px 0px;
  height: 77px; }

.instagramwidget[data-width="2"] .widget_content {
  position: relative;
  height: 247px; }

.instagramwidget[data-width="2"] .large {
  position: relative;
  width: 247px;
  height: 247px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.instagramwidget[data-width="2"] .small-images {
  float: right;
  width: calc(100% - 257px); }
  .instagramwidget[data-width="2"] .small-images .small {
    width: calc(25% - 10px);
    margin: 5px 5px 0px;
    height: 77px; }

.instagramwidget[data-width="3"] .widget_content {
  height: 142px;
  overflow: hidden;
  margin: 10px 7px; }

.instagramwidget[data-width="3"] .small {
  width: calc(14.28% - 6px);
  margin: 0px 3px;
  height: 142px; }
  @media screen and (max-width: 960px) {
    .instagramwidget[data-width="3"] .small {
      width: calc(20% - 6px); } }

.twitterwidget .social_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #ffffff; }
  .twitterwidget .social_icon .fa {
    color: #000000;
    font-size: 40px;
    line-height: 100px; }
  @media screen and (max-width: 750px) {
    .twitterwidget .social_icon {
      width: 100%;
      height: 40px; }
      .twitterwidget .social_icon .fa {
        font-size: 20px;
        line-height: 40px; } }

.twitterwidget[data-width="1"] .owl-controls {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: auto;
  width: 100%; }

.twitterwidget[data-width="1"] .twitter_feed {
  overflow-y: auto;
  height: 247px; }

.twitterwidget[data-width="1"] .entry {
  position: relative;
  height: 247px; }

.twitterwidget[data-width="1"] .tweet_data {
  height: 247px; }
  .twitterwidget[data-width="1"] .tweet_data a {
    color: #fff;
    display: inline-block;
    text-decoration: underline; }
    .twitterwidget[data-width="1"] .tweet_data a:hover {
      color: rgba(255, 255, 255, 0.6);
      text-decoration-color: transparent; }

.twitterwidget[data-width="1"] .tweet_meta {
  position: absolute;
  bottom: 60px;
  left: 0px;
  margin-top: 10px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  display: block;
  width: 100%; }
  .twitterwidget[data-width="1"] .tweet_meta .tweet_date {
    display: block;
    float: left; }
  .twitterwidget[data-width="1"] .tweet_meta a {
    float: right;
    margin: 0;
    padding: 0 10px;
    color: #fff; }
    .twitterwidget[data-width="1"] .tweet_meta a.re {
      padding-left: 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.3); }
    .twitterwidget[data-width="1"] .tweet_meta a:hover {
      color: rgba(255, 255, 255, 0.6); }
  .twitterwidget[data-width="1"] .tweet_meta .fv {
    display: none; }

.home .twitterwidget[data-width="3"] {
  height: 100px; }
  @media screen and (max-width: 750px) {
    .home .twitterwidget[data-width="3"] {
      height: 250px; } }

.twitterwidget[data-width="3"] .widget_content {
  margin: 0; }

.twitterwidget[data-width="3"] .twitter_list {
  width: calc(100% - 275px);
  width: calc(100% - 100px);
  float: right; }
  @media screen and (max-width: 750px) {
    .twitterwidget[data-width="3"] .twitter_list {
      width: 100%;
      margin-top: 40px; } }

.twitterwidget[data-width="3"] .twitter_feed {
  padding: 0 40px; }

.twitterwidget[data-width="3"] .twitter_user {
  width: 175px;
  float: left;
  margin-left: 100px;
  line-height: 100px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  font-size: 16px;
  color: #fff; }
  .twitterwidget[data-width="3"] .twitter_user.long_id {
    font-size: 13px; }

.twitterwidget[data-width="3"] .owl-stage-outer {
  z-index: 15; }

.twitterwidget[data-width="3"] .entry {
  height: 100px; }
  .twitterwidget[data-width="3"] .entry .tweet_data {
    width: calc(100% - 170px);
    float: left;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-height: 76px;
    overflow-y: auto;
    padding: 0 20px 0 10px; }
    .twitterwidget[data-width="3"] .entry .tweet_data a {
      color: #fff;
      display: inline-block;
      text-decoration: underline; }
      .twitterwidget[data-width="3"] .entry .tweet_data a:hover {
        color: rgba(255, 255, 255, 0.6);
        text-decoration-color: transparent; }
  .twitterwidget[data-width="3"] .entry .tweet_meta {
    float: right;
    width: 170px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0px;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .twitterwidget[data-width="3"] .entry .tweet_meta .tweet_date {
      display: block;
      clear: both;
      text-align: center;
      color: #fff; }
    .twitterwidget[data-width="3"] .entry .tweet_meta a {
      margin: 0 5px;
      color: #fff; }
      .twitterwidget[data-width="3"] .entry .tweet_meta a:hover {
        color: rgba(255, 255, 255, 0.6); }
    .twitterwidget[data-width="3"] .entry .tweet_meta .fv {
      display: none; }
  @media screen and (max-width: 750px) {
    .twitterwidget[data-width="3"] .entry {
      width: 100%;
      height: 200px; }
      .twitterwidget[data-width="3"] .entry .tweet_data {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        padding: 20px 0;
        height: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        max-height: 135px; }
      .twitterwidget[data-width="3"] .entry .tweet_meta {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        border-left: none;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%; } }

@media screen and (max-width: 750px) {
  .twitterwidget[data-width="3"] {
    height: 250px; } }

.facebookwidget .social_icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #ffffff; }
  .facebookwidget .social_icon .fa {
    color: #000000;
    font-size: 40px;
    line-height: 100px; }

.facebookwidget .fb-wall-message a.readmore {
  color: #fff;
  display: inline-block;
  margin-left: 10px; }
  .facebookwidget .fb-wall-message a.readmore:hover {
    color: rgba(255, 255, 255, 0.6); }

.facebookwidget .fb-wall-data a {
  color: #fff; }
  .facebookwidget .fb-wall-data a:hover {
    color: rgba(255, 255, 255, 0.6); }

.facebookwidget .fb-wall-data .fb-wall-message-from {
  display: none; }

.facebookwidget .fb-wall-date {
  display: block;
  font-size: 12px; }

.facebookwidget .fb-wall-media-link {
  margin: 10px 0px;
  display: block; }
  .facebookwidget .fb-wall-media-link:before {
    font-family: FontAwesome;
    content: '\f03e';
    margin-right: 5px; }

.facebookwidget .fb-wall-name {
  display: block;
  margin-bottom: 5px; }

.facebookwidget .fb-wall-likes,
.facebookwidget .fb-wall-icon {
  display: none; }

.facebookwidget .fb-wall-media-container {
  font-size: 12px;
  border-radius: 5px;
  background: #090909;
  padding: 15px;
  margin-bottom: 15px; }

.facebookwidget[data-width='1'] .owl-controls {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: auto;
  width: 100%; }

.facebookwidget[data-width='1'] .fb-wall-avatar {
  float: left;
  margin-right: 10px;
  width: auto; }

.facebookwidget[data-width='1'] .owl-stage-outer:after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 0px;
  height: 50px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+47 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.facebookwidget[data-width='1'] .fb-wall-box {
  padding: 20px 0 60px;
  border-top: 1px solid #000;
  overflow-y: auto;
  height: 247px;
  font-size: 14px; }
  .facebookwidget[data-width='1'] .fb-wall-box:first-child {
    border-top: none;
    padding-top: 0; }
  .facebookwidget[data-width='1'] .fb-wall-box img {
    width: auto;
    max-width: 100%;
    margin-right: 10px; }

.home .facebookwidget[data-width='3'] {
  height: 100px; }

.facebookwidget[data-width='3'] .facebook_feed {
  width: calc(100% - 100px);
  float: right;
  padding: 0 40px; }

.facebookwidget[data-width='3'] .owl-stage-outer {
  z-index: 15; }

.facebookwidget[data-width='3'] .owl-nav .owl-prev,
.facebookwidget[data-width='3'] .owl-nav .owl-next {
  margin: 20px 10px; }

.facebookwidget[data-width='3'] .fb-wall-box {
  height: 60px;
  overflow-y: auto;
  text-align: center;
  font-size: 14px; }

.facebookwidget[data-width='3'] .owl-carousel .owl-item img,
.facebookwidget[data-width='3'] .fb-wall-avatar,
.facebookwidget[data-width='3'] img {
  display: none; }

.youtubewidget .widget_content {
  margin: 0;
  height: 320px;
  max-height: 320px; }

.youtubewidget .thumb iframe {
  height: 320px; }

.youtubewidget .entry {
  height: 320px; }
  .youtubewidget .entry h2 {
    color: #fff;
    margin-bottom: 5px; }
    .youtubewidget .entry h2 a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: #fff;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.08em;
      font-weight: 400;
      text-transform: uppercase; }
      .youtubewidget .entry h2 a:hover {
        color: rgba(255, 255, 255, 0.6); }
  .youtubewidget .entry .info {
    padding: 20px; }
    .youtubewidget .entry .info p {
      color: #fff;
      margin-bottom: 10px; }

.youtubewidget .widget_title {
  display: none; }

.youtubewidget[data-width="1"] .thumb iframe {
  height: 185px;
  width: 100%; }

.youtubewidget[data-width="1"] .info {
  min-height: 140px; }

.youtubewidget[data-width="1"] .thumb, .youtubewidget[data-width="2"] .thumb {
  position: relative;
  z-index: 2; }

.youtubewidget[data-width="1"] .info, .youtubewidget[data-width="2"] .info {
  background: #222222;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 5; }

@media screen and (max-width: 1080px) {
  .youtubewidget[data-width="1"] iframe, .youtubewidget[data-width="2"] iframe {
    height: 185px;
    width: 330px; }
  .youtubewidget[data-width="1"] .info, .youtubewidget[data-width="2"] .info {
    min-height: 140px; } }

.youtubewidget[data-width="3"] .info {
  background: #222222;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  width: 360px;
  height: 100%; }

@media screen and (max-width: 1080px) {
  .youtubewidget[data-width="3"] .thumb iframe {
    height: 320px;
    width: 100%; }
  .youtubewidget[data-width="3"] .info {
    background: #222222;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
    top: auto;
    height: auto;
    width: 100%;
    z-index: 5; } }

.promotionswidget .widget_content {
  margin: 0px;
  max-height: 100%;
  height: 100%; }

.promotionswidget img {
  max-width: 100%; }

.promotionswidget .info {
  width: 100%;
  padding: 20px;
  background: #222222;
  height: auto; }
  .promotionswidget .info h2, .promotionswidget .info h3 {
    margin-bottom: 0px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-transform: uppercase; }
    .promotionswidget .info h2 a, .promotionswidget .info h3 a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: #fff;
      font-family: inherit;
      letter-spacing: inherit;
      font-weight: inherit;
      text-transform: inherit; }
      .promotionswidget .info h2 a:hover, .promotionswidget .info h3 a:hover {
        color: rgba(255, 255, 255, 0.6); }
  .promotionswidget .info p {
    margin-bottom: 0;
    margin-top: 5px; }
  .promotionswidget .info:after {
    height: 50px; }

.promotionswidget .info_inner {
  position: relative; }

.promotionswidget .entry {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .promotionswidget .entry:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0px;
    height: 50px;
    width: 100%;
    visibility: visible;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+47 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0px;
    height: 30px; }
  .promotionswidget .entry .thumb {
    flex-shrink: 1;
    overflow: hidden; }
  .promotionswidget .entry .info {
    flex-grow: 1;
    flex-shrink: 0;
    overflow-y: auto; }

.promotionswidget .promotions_list.carousel {
  position: static; }
  .promotionswidget .promotions_list.carousel .entry {
    height: 286px; }

.promotionswidget[data-width="1"] .entry {
  display: flex;
  flex-direction: column; }
  .promotionswidget[data-width="1"] .entry .thumb {
    flex-grow: 0;
    flex-shrink: 1;
    overflow: hidden; }
  .promotionswidget[data-width="1"] .entry .info {
    flex-grow: 1; }

@media screen and (min-width: 1080px) {
  .promotionswidget[data-width="3"] .entry {
    flex-direction: row; }
  .promotionswidget[data-width="3"] .owl-item .entry:after {
    display: none; }
  .promotionswidget[data-width="3"] .thumb {
    max-width: 50%;
    width: 50%;
    float: left; }
    .promotionswidget[data-width="3"] .thumb img {
      float: left; }
  .promotionswidget[data-width="3"] .info {
    position: absolute;
    width: 50%;
    bottom: auto;
    top: 0px;
    height: 100%;
    left: auto;
    right: 0px; }
  .promotionswidget[data-width="3"] .info.popup {
    position: relative; } }

.scriptswidget .ad_serve {
  margin: 35px auto;
  max-width: 300px;
  max-height: 250px; }

.home .textarea .content {
  margin: 20px; }

.home .faq dl {
  margin: 20px; }

.fc-calendar-container {
  position: relative;
  width: 100%;
  padding: 20px 0; }

.fc-calendar {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 5px; }

.fc-head {
  height: 30px;
  line-height: 30px;
  color: #333; }

.fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px); }
  .fc-body:before {
    content: '';
    background: #000;
    height: calc(100% - 1px);
    width: calc(100% - 10px);
    display: block;
    position: absolute;
    top: 0px;
    left: 5px; }

.fc-row {
  zoom: 1;
  width: 100%;
  min-height: 160px;
  margin-bottom: 0px;
  height: 160px;
  min-height: 40px;
  height: 41px;
  margin-bottom: 1px; }
  .fc-row:before, .fc-row:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .fc-row:after {
    clear: both; }
  .fc-six-rows .fc-row {
    min-height: 37px;
    height: 37px; }

.fc-row > div,
.fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  position: relative;
  width: calc(14.2% - 1px);
  margin: 0px;
  margin: 0 1px 0px 0;
  text-align: center; }

.ie9 {
  /* IE 9 is rounding up the calc it seems */ }
  .ie9 .fc-row > div,
  .ie9 .fc-head > div {
    width: 14.2%;
    width: calc(14% - 1px); }

.fc-row > div,
.fc-head > div {
  background: #222222;
  padding: 0px;
  overflow: hidden;
  position: relative;
  color: #C8C8C8;
  background: #222222;
  font-size: 14px;
  height: 100%;
  min-height: 30px; }
  .fc-row > div > span.fc-date, .fc-head > div > span.fc-date {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #C8C8C8;
    text-shadow: 1px 1px 0px #000;
    top: 0px;
    left: 0px;
    padding: 0px;
    text-align: left;
    background: #222222;
    position: relative;
    top: auto;
    display: block;
    text-align: center;
    left: auto;
    height: 100%;
    width: 100%; }
    .fc-six-rows .fc-row > div > span.fc-date, .fc-six-rows .fc-head > div > span.fc-date {
      line-height: 37px; }
  .fc-row > div.fc-content > span.fc-date, .fc-head > div.fc-content > span.fc-date {
    top: 5px;
    left: 5px;
    padding: 0px;
    cursor: pointer;
    color: #FFF;
    position: relative;
    top: auto;
    display: block;
    text-align: center;
    left: auto; }
    .fc-row > div.fc-content > span.fc-date:hover, .fc-head > div.fc-content > span.fc-date:hover {
      color: #fff;
      background: #000000; }
  .fc-row > div.fc-content, .fc-head > div.fc-content {
    background: #222222;
    padding-top: 30px;
    padding-bottom: 10px;
    padding: 0px; }
  .fc-row > div > span.fc-weekday, .fc-head > div > span.fc-weekday {
    padding-left: 5px;
    display: none; }
  .fc-row > div.fc-today, .fc-head > div.fc-today {
    background: #000000;
    color: #FFF; }
    .fc-row > div.fc-today > span.fc-date, .fc-head > div.fc-today > span.fc-date {
      background: #000000;
      color: #FFF; }
    .fc-row > div.fc-today.fc-content:hover > span.fc-date, .fc-head > div.fc-today.fc-content:hover > span.fc-date {
      color: #fff; }
  .fc-row > div.fc-out, .fc-head > div.fc-out {
    opacity: 0.6; }

.event_item_wrapper {
  position: relative;
  padding: 10px;
  display: none; }
  @media screen and (max-width: 700px) {
    .event_item_wrapper:first-child {
      border-top: none; } }

.fc-content .entry {
  display: none; }

.preventLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.calendar .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  display: none; }
  .calendar .modal .modal-body {
    min-height: 160px;
    max-height: 320px;
    padding: 20px;
    background: #fff;
    overflow-y: scroll; }
  .calendar .modal .close {
    position: absolute;
    z-index: 20;
    top: 10px;
    right: 10px;
    margin: 10px;
    border: none;
    background: none; }
  .calendar .modal:focus {
    outline: none; }

.fc-head > div, .fc-row > div > span.fc-date {
  background: #222222;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase; }

.modal {
  background: #222222;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 9999;
  display: none; }
  .modal button.close {
    background: #ffffff;
    width: 37px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    border: none;
    opacity: 1;
    color: #000000; }
    .modal button.close:hover {
      background: #ffffff;
      color: #000; }
  .modal a {
    text-decoration: none; }
  .modal .modal-dialog {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
  .modal .modal-content {
    height: 285px;
    margin-top: 55px; }
  .modal .modal_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
  .modal .modal-body {
    margin-top: -11px; }
  .modal .entry {
    clear: both;
    padding: 0px;
    margin: 20px 10px;
    position: relative; }
    .modal .entry .thumb {
      float: left;
      margin-right: 10px; }
      .modal .entry .thumb img {
        width: 100px;
        height: 100px;
        float: left; }
    .modal .entry .info {
      float: right;
      width: 180px;
      color: #fff; }
      .modal .entry .info h3 a {
        color: #fff;
        font-size: 18px; }
        .modal .entry .info h3 a:hover {
          color: rgba(255, 255, 255, 0.6); }
      .modal .entry .info .date {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 400;
        color: #fff; }
    .modal .entry .buttons a, .modal .entry .buttons > span {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      padding: 11px 0;
      letter-spacing: 1px;
      font-size: 14px;
      display: block;
      text-align: left;
      background: #000;
      color: #fff;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.15em;
      font-weight: 400;
      text-transform: uppercase;
      float: left;
      clear: both;
      padding: 5px 10px;
      margin-top: 10px; }
      .modal .entry .buttons a span, .modal .entry .buttons > span span {
        font-size: 14px;
        color: #fff; }
      .modal .entry .buttons a .fa, .modal .entry .buttons > span .fa {
        font-size: 18px;
        margin-right: 5px;
        color: #C8C8C8; }
      .modal .entry .buttons a:hover, .modal .entry .buttons > span:hover {
        background: #fff;
        color: #000; }
        .modal .entry .buttons a:hover span, .modal .entry .buttons > span:hover span {
          color: #000; }
        .modal .entry .buttons a:hover .fa, .modal .entry .buttons > span:hover .fa {
          color: #000; }

.eventswidget .list {
  position: static; }

.eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry {
  max-width: 220px;
  height: 240px;
  padding-right: 20px;
  width: 100%; }
  .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info {
    max-width: 200px; }
    .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info .carousel_item_title_small, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info .carousel_item_title_small {
      overflow: hidden;
      max-height: 65px; }
  .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .thumb, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .thumb {
    width: 100%; }
  .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons {
    max-width: 200px; }

.eventswidget[data-layout="multiple"][data-width="1"] .widget_content:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0px;
  height: 50px;
  width: 100%;
  visibility: visible;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+47 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry:first-child {
    border: none;
    padding-top: 0px; }
  .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .info {
    padding-right: 50px; }
    .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .info .title h3 {
      color: #fff;
      font-size: 16px; }
      .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .info .title h3 a {
        color: inherit;
        font-size: inherit;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.05em;
        font-weight: 400;
        text-transform: uppercase; }
        .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .info .title h3 a:hover {
          color: rgba(255, 255, 255, 0.6); }
    .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .info .date {
      margin: 5px 0;
      font-size: 14px;
      color: #fff; }
    .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .info .event_venue {
      font-size: 12px;
      color: #fff; }
    .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .info .tagline {
      font-size: 12px;
      color: #fff; }
  .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .buttons {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }
    .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .buttons a, .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .buttons > span {
      letter-spacing: 1px;
      font-size: 22px;
      display: block;
      color: #fff;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.15em;
      font-weight: 400; }
      .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .buttons a span, .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .buttons > span span {
        display: none; }
      .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .buttons a .fa, .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .buttons > span .fa {
        font-size: 22px;
        margin-right: 5px;
        color: #C8C8C8; }
    .eventswidget[data-layout="multiple"][data-width="1"] .widget_content .entry .buttons a:hover .fa {
      color: #000; }

.eventswidget[data-layout="single"][data-width="1"] .list, .eventswidget[data-layout="multiple"][data-width="2"] .list, .eventswidget[data-layout="multiple"][data-width="3"] .list {
  position: static; }
  .eventswidget[data-layout="single"][data-width="1"] .list.owl-carousel, .eventswidget[data-layout="multiple"][data-width="2"] .list.owl-carousel, .eventswidget[data-layout="multiple"][data-width="3"] .list.owl-carousel {
    width: 100%; }

.eventswidget[data-layout="single"][data-width="1"] .entry, .eventswidget[data-layout="multiple"][data-width="2"] .entry, .eventswidget[data-layout="multiple"][data-width="3"] .entry {
  margin-bottom: 20px; }

.eventswidget[data-layout="single"][data-width="1"] .owl-item, .eventswidget[data-layout="multiple"][data-width="2"] .owl-item, .eventswidget[data-layout="multiple"][data-width="3"] .owl-item {
  margin-bottom: 0; }

.eventswidget[data-layout="single"][data-width="1"] .widget_content .entry, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry {
  zoom: 1;
  margin-right: 0px;
  float: left;
  display: block;
  height: 240px; }
  .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry:before, .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry:after, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry:before, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry:after, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry:before, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry:after, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry:after, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry:after {
    clear: both; }
  .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0px;
    bottom: 38px;
    width: 100%;
    padding: 15px 15px 10px; }
    .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .title, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info .title, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info .title {
      letter-spacing: 1px; }
      .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .title h3, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info .title h3, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info .title h3 {
        font-size: 14px;
        color: #fff;
        line-height: 1.5;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .title h3 a, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info .title h3 a, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info .title h3 a {
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          color: inherit;
          font-family: "Oswald", sans-serif;
          font-weight: 400;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          line-height: 1.5; }
          .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .title h3 a:hover, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info .title h3 a:hover, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info .title h3 a:hover {
            color: rgba(255, 255, 255, 0.6); }
    .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .date, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info .date, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info .date {
      font-size: 12px;
      text-transform: uppercase;
      color: #fff; }
    .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .event_venue, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info .event_venue, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info .event_venue {
      font-size: 12px;
      color: #fff; }
    .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .tagline, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .info .tagline, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .info .tagline {
      display: none;
      color: #fff; }
  .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .carousel_item_title, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .carousel_item_title, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .carousel_item_title {
    font-size: 14px; }
  .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
    .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons a, .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons > span, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons a, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons > span, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons a, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons > span {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      background: #000;
      padding: 11px 0;
      letter-spacing: 1px;
      font-size: 14px;
      width: 100%;
      height: 40px;
      display: block;
      text-align: center;
      color: #fff;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.15em;
      font-weight: 400;
      text-transform: uppercase; }
      .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons a span, .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons > span span, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons a span, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons > span span, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons a span, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons > span span {
        font-size: 14px;
        color: #fff; }
      .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons a .fa, .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons > span .fa, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons a .fa, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons > span .fa, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons a .fa, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons > span .fa {
        font-size: 18px;
        margin-right: 5px;
        color: #C8C8C8; }
    .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons a:hover, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons a:hover, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons a:hover {
      background: #fff; }
      .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons a:hover span, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons a:hover span, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons a:hover span {
        color: #000; }
      .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .buttons a:hover .fa, .eventswidget[data-layout="multiple"][data-width="2"] .widget_content .entry .buttons a:hover .fa, .eventswidget[data-layout="multiple"][data-width="3"] .widget_content .entry .buttons a:hover .fa {
        color: #000; }

.eventswidget[data-layout="single"][data-width="1"] .widget_content .entry {
  width: 100%;
  height: 286px; }
  .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .title h3 {
    font-size: 18px; }
    .eventswidget[data-layout="single"][data-width="1"] .widget_content .entry .info .title h3 a {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      text-transform: uppercase; }

.eventswidget[data-layout="single"][data-width="1"] .thumb {
  width: 100%; }

.eventswidget[data-layout="single"][data-width="2"] .widget_title {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 320px); }

.eventswidget[data-layout="single"][data-width="2"] .widget_content {
  margin: 0;
  max-height: 286px;
  max-height: 320px; }

.eventswidget[data-layout="single"][data-width="2"] .widget_content .entry {
  padding: 50px 30px 30px;
  padding-left: 350px;
  height: 286px;
  height: 320px;
  width: 100%; }
  .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info {
    position: static;
    height: 100%; }
    .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .title h3 {
      color: #fff;
      font-size: 28px; }
      .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .title h3 a {
        color: inherit;
        font-size: 28px;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .title h3 a:hover {
          color: rgba(255, 255, 255, 0.6); }
    .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .date {
      position: absolute;
      bottom: 50px;
      left: 350px;
      color: #fff; }
    .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .event_venue {
      font-size: 14px;
      color: #fff; }
    .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .tagline {
      font-size: 16px;
      color: #fff; }
  .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: calc(100% - 320px); }
    .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a, .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons > span {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      padding: 10px 0;
      letter-spacing: 1px;
      font-size: 14px;
      width: 100%;
      display: block;
      text-align: center;
      color: #fff;
      background: #000;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.15em;
      font-weight: 400;
      text-transform: uppercase; }
      .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a span, .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons > span span {
        font-size: 14px;
        color: #fff;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.15em;
        font-weight: 400;
        text-transform: uppercase; }
      .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a .fa, .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons > span .fa {
        font-size: 18px;
        margin-right: 5px;
        color: #C8C8C8; }
    .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a:hover {
      background: #fff; }
      .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a:hover span {
        color: #000; }
      .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a:hover .fa {
        color: #000; }
  @media screen and (max-width: 750px) {
    .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry {
      padding: 0; }
      .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: auto;
        right: auto;
        left: 0px;
        bottom: 38px;
        width: 100%;
        height: auto;
        padding: 15px 15px 10px; }
        .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .title {
          letter-spacing: 1px; }
          .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .title h3 {
            font-size: 18px;
            color: #fff; }
            .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .title h3 a {
              color: inherit;
              font-size: inherit; }
              .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .title h3 a:hover {
                color: rgba(255, 255, 255, 0.6); }
        .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .date {
          position: relative;
          left: auto;
          top: auto;
          bottom: auto;
          right: auto;
          font-size: 12px;
          text-transform: uppercase;
          color: #fff; }
        .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .event_venue {
          font-size: 12px;
          color: #fff; }
        .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .info .tagline {
          display: none;
          color: #fff; }
      .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .carousel_item_title {
        font-size: 14px; }
      .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%; }
        .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a, .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons > span {
          background: #000;
          padding: 11px 0;
          letter-spacing: 1px;
          font-size: 14px;
          width: 100%;
          height: 40px;
          display: block;
          text-align: center; }
          .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a span, .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons > span span {
            font-size: 14px;
            color: #fff; }
          .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a .fa, .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons > span .fa {
            font-size: 18px;
            margin-right: 5px;
            color: #C8C8C8; }
        .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a:hover {
          background: #fff; }
          .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a:hover span {
            color: #000; }
          .eventswidget[data-layout="single"][data-width="2"] .widget_content .entry .buttons a:hover .fa {
            color: #000; } }

.eventswidget[data-layout="single"][data-width="2"] .thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  width: 320px;
  float: left; }
  @media screen and (max-width: 750px) {
    .eventswidget[data-layout="single"][data-width="2"] .thumb {
      width: 100%; } }

.eventswidget[data-layout="single"][data-width="3"] {
  height: 141px; }
  .eventswidget[data-layout="single"][data-width="3"] .event_list {
    max-height: 65px; }
    @media screen and (max-width: 1080px) {
      .eventswidget[data-layout="single"][data-width="3"] .event_list {
        max-height: none; } }
  .eventswidget[data-layout="single"][data-width="3"] .entry {
    margin-bottom: 20px; }
  .eventswidget[data-layout="single"][data-width="3"] .thumb {
    display: none; }
  .eventswidget[data-layout="single"][data-width="3"] .title h3 {
    color: #fff; }
    .eventswidget[data-layout="single"][data-width="3"] .title h3 a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: inherit;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      .eventswidget[data-layout="single"][data-width="3"] .title h3 a:hover {
        color: rgba(255, 255, 255, 0.6); }
  .eventswidget[data-layout="single"][data-width="3"] .date {
    color: #fff; }
  .eventswidget[data-layout="single"][data-width="3"] .event_venue {
    color: #fff; }
  .eventswidget[data-layout="single"][data-width="3"] .tagline {
    color: #fff; }
  .eventswidget[data-layout="single"][data-width="3"] .buttons {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translatey(-50%); }
    .eventswidget[data-layout="single"][data-width="3"] .buttons a, .eventswidget[data-layout="single"][data-width="3"] .buttons > span {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      padding: 10px;
      font-size: 14px;
      background: #000;
      color: #fff;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.15em;
      font-weight: 400;
      text-transform: uppercase; }
      .eventswidget[data-layout="single"][data-width="3"] .buttons a .fa, .eventswidget[data-layout="single"][data-width="3"] .buttons > span .fa {
        margin-right: 5px;
        font-size: 18px;
        color: #C8C8C8; }
      @media screen and (max-width: 750px) {
        .eventswidget[data-layout="single"][data-width="3"] .buttons a, .eventswidget[data-layout="single"][data-width="3"] .buttons > span {
          display: block;
          width: 100%;
          padding: 8px 10px; }
          .eventswidget[data-layout="single"][data-width="3"] .buttons a span, .eventswidget[data-layout="single"][data-width="3"] .buttons > span span {
            display: none; }
          .eventswidget[data-layout="single"][data-width="3"] .buttons a .fa, .eventswidget[data-layout="single"][data-width="3"] .buttons > span .fa {
            margin: 0; } }
    .eventswidget[data-layout="single"][data-width="3"] .buttons a:hover {
      background: #fff;
      color: #000; }
      .eventswidget[data-layout="single"][data-width="3"] .buttons a:hover span {
        color: #000; }
      .eventswidget[data-layout="single"][data-width="3"] .buttons a:hover .fa {
        color: #000; }
  .eventswidget[data-layout="single"][data-width="3"] .owl-item .entry {
    margin-bottom: 0; }

.eventlist_header_container > div {
  zoom: 1; }
  .eventlist_header_container > div:before, .eventlist_header_container > div:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .eventlist_header_container > div:after {
    clear: both; }

.eventlist_header_container h1 {
  font-size: 32px; }

.eventlist_header_container h1, .eventlist_header_container .ticketsaxs {
  float: left; }

.eventlist_header_container a:hover {
  opacity: 0.7; }

.eventlist_header_container .ticketsaxs {
  display: block;
  width: 200px;
  height: 32px;
  background: transparent url(../images/ticketed-by-new.png) left top no-repeat;
  text-indent: -9999px;
  margin: 10px 0 0 45px; }

.eventlist_header_container .page_header_left {
  float: left; }

.eventlist_header_container .page_header_right {
  text-align: right;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%); }
  .eventlist_header_container .page_header_right > a {
    display: inline-block;
    line-height: 45px;
    padding: 0 8px;
    position: relative;
    color: #fff; }
    .eventlist_header_container .page_header_right > a.rss:after, .eventlist_header_container .page_header_right > a.print:after {
      position: absolute;
      content: '';
      width: 1px;
      height: 30px;
      right: -1px;
      top: 7px; }
    .eventlist_header_container .page_header_right > a.view-all {
      font-size: 14px; }
    .eventlist_header_container .page_header_right > a:hover {
      text-decoration: none; }

.eventlist_header_container a.stubhub {
  background: transparent image-url("stubhub.png") right center no-repeat;
  width: 70px;
  height: 45px;
  text-align: left;
  text-indent: -9999px;
  margin: 0 15px 0 0;
  padding: 0; }

@media screen and (max-width: 960px) {
  .eventlist_header_container {
    position: absolute;
    top: 0px; }
    .eventlist_header_container h1 {
      font-size: 26px; } }

/*** Event List ***/
#events_axs .event_list .entry {
  padding: 25px 20px;
  clear: both;
  position: relative;
  background: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  #events_axs .event_list .entry.alt {
    background: #151515; }

#events_axs .event_list .thumb {
  float: left;
  margin-right: 0;
  width: 160px;
  height: 160px;
  margin-right: 30px; }
  #events_axs .event_list .thumb img {
    width: 100%;
    height: 100%; }

#events_axs .event_list .info {
  float: left;
  width: calc(100% - 190px);
  min-height: 110px;
  padding-bottom: 50px;
  position: relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#events_axs .event_list .buttons {
  position: absolute;
  bottom: -1px;
  right: 30px;
  width: 165px;
  clear: both; }
  #events_axs .event_list .buttons .btn-tickets, #events_axs .event_list .buttons a, #events_axs .event_list .buttons > span {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    background: #000;
    color: #fff;
    padding: 0 10px 0px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    #events_axs .event_list .buttons .btn-tickets .fa, #events_axs .event_list .buttons a .fa, #events_axs .event_list .buttons > span .fa {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      float: none;
      margin-right: 5px;
      line-height: 40px;
      font-size: 18px;
      color: #C8C8C8; }
  #events_axs .event_list .buttons span.btn-tickets {
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.7); }
    #events_axs .event_list .buttons span.btn-tickets .fa {
      color: rgba(200, 200, 200, 0.7); }
  #events_axs .event_list .buttons a:hover {
    text-decoration: none;
    background: #fff;
    color: #000; }
    #events_axs .event_list .buttons a:hover .fa {
      color: #000; }

#events_axs .event_list h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #fff; }
  #events_axs .event_list h3 a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    color: #fff;
    letter-spacing: 0.05em; }
    #events_axs .event_list h3 a:hover {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.6); }

#events_axs .event_list h4, #events_axs .event_list h5 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-transform: none; }

#events_axs .event_list .event_venue {
  position: absolute;
  bottom: 30px;
  left: 0px; }

#events_axs .event_list .presentedBy, #events_axs .event_list .tour {
  color: #fff; }

#events_axs .event_list .supporting {
  color: #fff; }

#events_axs .event_list .date-time-container {
  position: absolute;
  bottom: -20px;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: calc(100% - 220px);
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  #events_axs .event_list .date-time-container > span {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    #events_axs .event_list .date-time-container > span:first-child {
      padding-left: 0;
      border-left: none; }
    #events_axs .event_list .date-time-container > span.venue {
      border-right: none; }
    #events_axs .event_list .date-time-container > span > span {
      font-size: 22px;
      padding-right: 3px; }
    #events_axs .event_list .date-time-container > span .fa {
      line-height: 30px;
      vertical-align: middle;
      color: #fff; }
    #events_axs .event_list .date-time-container > span.venue {
      width: 226px;
      float: left;
      line-height: 20px;
      padding-left: 35px; }
      #events_axs .event_list .date-time-container > span.venue > span {
        margin-left: -27px; }

@media screen and (max-width: 960px) {
  #events_axs .event_list h3 {
    font-size: 20px; } }

@media screen and (max-width: 820px) {
  #events_axs .event_list .info {
    padding-bottom: 0px; }
  #events_axs .event_list .date-time-container {
    width: 100%;
    bottom: auto;
    margin-top: 10px; }
  #events_axs .event_list .event_venue {
    position: relative;
    bottom: auto;
    left: auto; } }

@media screen and (max-width: 700px) {
  #events_axs .event_list .thumb {
    padding: 0px;
    width: 100px;
    height: 100px; }
  #events_axs .event_list .entry .info {
    width: calc(100% - 130px);
    margin-bottom: 20px; }
  #events_axs .event_list .entry .date-time-container {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    display: block; }
  #events_axs .event_list .entry .date-time-container {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    display: block; }
    #events_axs .event_list .entry .date-time-container > span {
      border: none;
      padding: 0;
      display: block;
      clear: both; }
  #events_axs .event_list .buttons {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-left: 130px; } }

@media screen and (max-width: 500px) {
  #events_axs .event_list .thumb {
    width: 50px;
    height: 50px;
    margin-right: 20px; }
  #events_axs .event_list h3 {
    font-size: 16px; }
  #events_axs .event_list h5 {
    font-size: 12px; }
  #events_axs .event_list .entry .info {
    width: calc(100% - 70px);
    padding-bottom: 0; }
  #events_axs .event_list .date-time-container {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    display: block; }
    #events_axs .event_list .date-time-container > span {
      border: none;
      padding: 0;
      display: block;
      clear: both; }
  #events_axs .event_list .buttons {
    margin-left: 70px; } }

.load-more-button {
  text-align: center;
  margin: 20px 0; }

#loadMoreEvents, #loadMoreEventsLink {
  margin: 0 auto;
  outline: none;
  display: inline-block;
  transition: all 100ms linear;
  padding: 0 20px 0px;
  box-shadow: none;
  border: none;
  font-family: "Oswald", sans-serif;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #222222;
  color: #fff;
  cursor: pointer; }
  #loadMoreEvents[disabled="disabled"], #loadMoreEvents[disabled="true"], #loadMoreEventsLink[disabled="disabled"], #loadMoreEventsLink[disabled="true"] {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }
    #loadMoreEvents[disabled="disabled"] .fa-spinner, #loadMoreEvents[disabled="true"] .fa-spinner, #loadMoreEventsLink[disabled="disabled"] .fa-spinner, #loadMoreEventsLink[disabled="true"] .fa-spinner {
      display: block; }
  #loadMoreEvents:hover, #loadMoreEventsLink:hover {
    background: #fff;
    color: #000; }

#loadMoreEventsLink {
  max-width: 200px; }

/*** Event List in Page ***/
#offers .one_sidebar_right #column_1 .event_list,
#teams .one_sidebar_right #column_1 .event_list,
#pages .one_sidebar_right #column_1 .event_list,
#pages .full.not_home .event_list {
  padding: 0 30px;
  margin: 20px 0; }
  #offers .one_sidebar_right #column_1 .event_list .entry,
  #teams .one_sidebar_right #column_1 .event_list .entry,
  #pages .one_sidebar_right #column_1 .event_list .entry,
  #pages .full.not_home .event_list .entry {
    height: auto;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.4); }
    #offers .one_sidebar_right #column_1 .event_list .entry:first-child,
    #teams .one_sidebar_right #column_1 .event_list .entry:first-child,
    #pages .one_sidebar_right #column_1 .event_list .entry:first-child,
    #pages .full.not_home .event_list .entry:first-child {
      border-top: none; }
    #offers .one_sidebar_right #column_1 .event_list .entry .thumb,
    #teams .one_sidebar_right #column_1 .event_list .entry .thumb,
    #pages .one_sidebar_right #column_1 .event_list .entry .thumb,
    #pages .full.not_home .event_list .entry .thumb {
      display: none; }
    #offers .one_sidebar_right #column_1 .event_list .entry .info,
    #teams .one_sidebar_right #column_1 .event_list .entry .info,
    #pages .one_sidebar_right #column_1 .event_list .entry .info,
    #pages .full.not_home .event_list .entry .info {
      width: calc(100% - 120px);
      float: left;
      padding: 20px 0; }
      #offers .one_sidebar_right #column_1 .event_list .entry .info .date-time-container,
      #teams .one_sidebar_right #column_1 .event_list .entry .info .date-time-container,
      #pages .one_sidebar_right #column_1 .event_list .entry .info .date-time-container,
      #pages .full.not_home .event_list .entry .info .date-time-container {
        margin-top: 20px; }
      #offers .one_sidebar_right #column_1 .event_list .entry .info .date,
      #teams .one_sidebar_right #column_1 .event_list .entry .info .date,
      #pages .one_sidebar_right #column_1 .event_list .entry .info .date,
      #pages .full.not_home .event_list .entry .info .date {
        color: #222222; }
      #offers .one_sidebar_right #column_1 .event_list .entry .info .time,
      #teams .one_sidebar_right #column_1 .event_list .entry .info .time,
      #pages .one_sidebar_right #column_1 .event_list .entry .info .time,
      #pages .full.not_home .event_list .entry .info .time {
        display: none; }
      #offers .one_sidebar_right #column_1 .event_list .entry .info h3,
      #teams .one_sidebar_right #column_1 .event_list .entry .info h3,
      #pages .one_sidebar_right #column_1 .event_list .entry .info h3,
      #pages .full.not_home .event_list .entry .info h3 {
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 150%;
        color: #fff; }
        #offers .one_sidebar_right #column_1 .event_list .entry .info h3 a,
        #teams .one_sidebar_right #column_1 .event_list .entry .info h3 a,
        #pages .one_sidebar_right #column_1 .event_list .entry .info h3 a,
        #pages .full.not_home .event_list .entry .info h3 a {
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          color: #fff;
          letter-spacing: 0.05em; }
          #offers .one_sidebar_right #column_1 .event_list .entry .info h3 a:hover,
          #teams .one_sidebar_right #column_1 .event_list .entry .info h3 a:hover,
          #pages .one_sidebar_right #column_1 .event_list .entry .info h3 a:hover,
          #pages .full.not_home .event_list .entry .info h3 a:hover {
            text-decoration: none;
            color: #222222; }
      #offers .one_sidebar_right #column_1 .event_list .entry .info h4, #offers .one_sidebar_right #column_1 .event_list .entry .info h5,
      #teams .one_sidebar_right #column_1 .event_list .entry .info h4,
      #teams .one_sidebar_right #column_1 .event_list .entry .info h5,
      #pages .one_sidebar_right #column_1 .event_list .entry .info h4,
      #pages .one_sidebar_right #column_1 .event_list .entry .info h5,
      #pages .full.not_home .event_list .entry .info h4,
      #pages .full.not_home .event_list .entry .info h5 {
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        text-transform: none;
        color: #fff; }
      @media screen and (max-width: 500px) {
        #offers .one_sidebar_right #column_1 .event_list .entry .info,
        #teams .one_sidebar_right #column_1 .event_list .entry .info,
        #pages .one_sidebar_right #column_1 .event_list .entry .info,
        #pages .full.not_home .event_list .entry .info {
          width: 100%; } }
    #offers .one_sidebar_right #column_1 .event_list .entry .buttons,
    #teams .one_sidebar_right #column_1 .event_list .entry .buttons,
    #pages .one_sidebar_right #column_1 .event_list .entry .buttons,
    #pages .full.not_home .event_list .entry .buttons {
      position: absolute;
      right: 0px;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%); }
      #offers .one_sidebar_right #column_1 .event_list .entry .buttons a, #offers .one_sidebar_right #column_1 .event_list .entry .buttons > span,
      #teams .one_sidebar_right #column_1 .event_list .entry .buttons a,
      #teams .one_sidebar_right #column_1 .event_list .entry .buttons > span,
      #pages .one_sidebar_right #column_1 .event_list .entry .buttons a,
      #pages .one_sidebar_right #column_1 .event_list .entry .buttons > span,
      #pages .full.not_home .event_list .entry .buttons a,
      #pages .full.not_home .event_list .entry .buttons > span {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        font-size: 12px;
        border: none;
        width: 100%;
        text-align: center;
        box-shadow: none;
        width: auto;
        float: left;
        padding: 5px 20px;
        width: 130px;
        text-align: center;
        margin: 3px 0;
        clear: left;
        background: #000;
        color: #fff; }
        #offers .one_sidebar_right #column_1 .event_list .entry .buttons a .fa, #offers .one_sidebar_right #column_1 .event_list .entry .buttons > span .fa,
        #teams .one_sidebar_right #column_1 .event_list .entry .buttons a .fa,
        #teams .one_sidebar_right #column_1 .event_list .entry .buttons > span .fa,
        #pages .one_sidebar_right #column_1 .event_list .entry .buttons a .fa,
        #pages .one_sidebar_right #column_1 .event_list .entry .buttons > span .fa,
        #pages .full.not_home .event_list .entry .buttons a .fa,
        #pages .full.not_home .event_list .entry .buttons > span .fa {
          color: #C8C8C8;
          margin-right: 5px; }
        #offers .one_sidebar_right #column_1 .event_list .entry .buttons a:hover, #offers .one_sidebar_right #column_1 .event_list .entry .buttons > span:hover,
        #teams .one_sidebar_right #column_1 .event_list .entry .buttons a:hover,
        #teams .one_sidebar_right #column_1 .event_list .entry .buttons > span:hover,
        #pages .one_sidebar_right #column_1 .event_list .entry .buttons a:hover,
        #pages .one_sidebar_right #column_1 .event_list .entry .buttons > span:hover,
        #pages .full.not_home .event_list .entry .buttons a:hover,
        #pages .full.not_home .event_list .entry .buttons > span:hover {
          color: #000;
          background: #fff; }
      #offers .one_sidebar_right #column_1 .event_list .entry .buttons a:hover,
      #teams .one_sidebar_right #column_1 .event_list .entry .buttons a:hover,
      #pages .one_sidebar_right #column_1 .event_list .entry .buttons a:hover,
      #pages .full.not_home .event_list .entry .buttons a:hover {
        text-decoration: none;
        background: #fff;
        color: #000; }
        #offers .one_sidebar_right #column_1 .event_list .entry .buttons a:hover .fa,
        #teams .one_sidebar_right #column_1 .event_list .entry .buttons a:hover .fa,
        #pages .one_sidebar_right #column_1 .event_list .entry .buttons a:hover .fa,
        #pages .full.not_home .event_list .entry .buttons a:hover .fa {
          color: #000; }
      @media screen and (max-width: 500px) {
        #offers .one_sidebar_right #column_1 .event_list .entry .buttons,
        #teams .one_sidebar_right #column_1 .event_list .entry .buttons,
        #pages .one_sidebar_right #column_1 .event_list .entry .buttons,
        #pages .full.not_home .event_list .entry .buttons {
          position: relative;
          right: auto;
          top: auto;
          bottom: auto;
          transform: translateY(0%);
          margin-top: 10px; }
          #offers .one_sidebar_right #column_1 .event_list .entry .buttons a, #offers .one_sidebar_right #column_1 .event_list .entry .buttons > span,
          #teams .one_sidebar_right #column_1 .event_list .entry .buttons a,
          #teams .one_sidebar_right #column_1 .event_list .entry .buttons > span,
          #pages .one_sidebar_right #column_1 .event_list .entry .buttons a,
          #pages .one_sidebar_right #column_1 .event_list .entry .buttons > span,
          #pages .full.not_home .event_list .entry .buttons a,
          #pages .full.not_home .event_list .entry .buttons > span {
            clear: none; }
            #offers .one_sidebar_right #column_1 .event_list .entry .buttons a:first-child, #offers .one_sidebar_right #column_1 .event_list .entry .buttons > span:first-child,
            #teams .one_sidebar_right #column_1 .event_list .entry .buttons a:first-child,
            #teams .one_sidebar_right #column_1 .event_list .entry .buttons > span:first-child,
            #pages .one_sidebar_right #column_1 .event_list .entry .buttons a:first-child,
            #pages .one_sidebar_right #column_1 .event_list .entry .buttons > span:first-child,
            #pages .full.not_home .event_list .entry .buttons a:first-child,
            #pages .full.not_home .event_list .entry .buttons > span:first-child {
              margin-right: 20px; } }

#event_detail_header h4, #event_detail_header h5 {
  overflow: hidden; }

.event_detail .content_item {
  clear: both;
  background: #222222;
  border: 1px solid #222222;
  border-radius: 0px; }
  .event_detail .content_item.nopadding {
    padding: 0; }

.event_detail .addthis_sharing_toolbox {
  text-align: center; }
  .event_detail .addthis_sharing_toolbox > .at4-show {
    display: inline-block; }

.event_detail .gutter-bottom {
  margin-bottom: 20px; }

.event_detail .video_container {
  height: 420px; }

.event_detail .twitter-feed-container {
  position: relative;
  overflow: hidden;
  max-height: 102px; }
  .event_detail .twitter-feed-container .twitter_list {
    width: calc(100% - 100px);
    float: right; }
  .event_detail .twitter-feed-container .twitter_user {
    display: none; }
  .event_detail .twitter-feed-container .tweet_meta {
    display: none; }
  .event_detail .twitter-feed-container .entry .tweet_data {
    width: 100%; }

.event_detail .event_image {
  padding: 5px;
  zoom: 1; }
  .event_detail .event_image:before, .event_detail .event_image:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail .event_image:after {
    clear: both; }
  .event_detail .event_image img {
    max-width: 100%;
    float: left; }

.event_detail .artist-links {
  padding: 0;
  padding: 0; }
  .event_detail .artist-links a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    width: 33%;
    float: left;
    color: #fff; }
    .event_detail .artist-links a .fa {
      font-size: 18px;
      padding-right: 10px;
      color: #fff; }
    .event_detail .artist-links a:hover {
      color: rgba(255, 255, 255, 0.6); }
      .event_detail .artist-links a:hover .fa {
        color: rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 700px) {
      .event_detail .artist-links a {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .event_detail .artist-links a {
        width: 100%; } }
  .event_detail .artist-links.related_links a {
    width: 100%;
    padding: 15px 0px;
    text-transform: none; }

.event_detail small {
  color: #fff; }

.event_detail .addthis_sharing_toolbox {
  margin-bottom: 20px; }
  .event_detail .addthis_sharing_toolbox .share-title {
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 2px;
    color: #fff; }
  @media screen and (min-width: 821px) {
    .event_detail .addthis_sharing_toolbox {
      width: 37px;
      position: absolute;
      top: 0px;
      right: 0px;
      background: none;
      border: none;
      border-radius: 0px; } }

.event_detail .mobile_button {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 1000; }
  .event_detail .mobile_button .btn-tickets {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    background: #000;
    color: #fff;
    padding: 0 20px 0px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: "Oswald", sans-serif;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .event_detail .mobile_button .btn-tickets.onsalesoon, .event_detail .mobile_button .btn-tickets.status_3, .event_detail .mobile_button .btn-tickets.status_7, .event_detail .mobile_button .btn-tickets[title*="Coming Soon"] {
      background: black;
      color: white; }
    .event_detail .mobile_button .btn-tickets.onsalesoon, .event_detail .mobile_button .btn-tickets[title*="Coming Soon"] {
      padding-left: 10px;
      padding-right: 0; }
    .event_detail .mobile_button .btn-tickets .fa {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      float: none;
      margin-right: 5px;
      line-height: 40px;
      font-size: 18px;
      color: #C8C8C8; }
    .event_detail .mobile_button .btn-tickets:hover {
      background: #fff;
      color: #000; }
      .event_detail .mobile_button .btn-tickets:hover .fa {
        color: #000; }
  @media screen and (max-width: 700px) {
    .event_detail .mobile_button {
      display: block; } }

ul.details {
  padding: 0 10px;
  margin: 0;
  list-style: none;
  background: #222222;
  border: 1px solid #222222; }
  ul.details li {
    padding: 10px;
    font-size: 18px;
    display: block;
    clear: both;
    line-height: 1.4em;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    zoom: 1;
    color: #fff; }
    ul.details li:before, ul.details li:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    ul.details li:after {
      clear: both; }
    ul.details li:first-child {
      border-top: 0; }
    ul.details li.text-small {
      font-size: 14px;
      line-height: 30px; }
      ul.details li.text-small.age {
        line-height: 1.6; }
      ul.details li.text-small.ticket_info {
        line-height: 1.5; }
    ul.details li.buttons {
      display: none; }
    ul.details li .age_res {
      float: left;
      width: 80%;
      line-height: 1.5; }
    ul.details li a {
      color: #fff; }
      ul.details li a:hover {
        color: rgba(255, 255, 255, 0.6); }
  ul.details label, ul.details .label {
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    clear: both; }
    ul.details label.align-left, ul.details .label.align-left {
      float: left;
      margin-right: 10px; }
  ul.details span {
    display: block;
    clear: both;
    color: #fff; }
    ul.details span.pull-right, ul.details span.pull-left {
      clear: none;
      float: left;
      width: 50%; }
    ul.details span.pull-right {
      float: right; }
  ul.details .date {
    text-transform: uppercase; }

.readmore {
  display: none;
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.8) 20%, #222222 50%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(20%, rgba(34, 34, 34, 0.8)), color-stop(50%, #222222), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.8) 20%, #222222 50%, #222222 100%);
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.8) 20%, #222222 50%, #222222 100%);
  background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.8) 20%, #222222 50%, #222222 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.8) 20%, #222222 50%, #222222 100%); }

.collapse-wrapper {
  overflow: hidden;
  padding: 20px;
  color: #fff; }

.collapsible {
  position: relative; }
  .collapsible .readmore {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 70px;
    padding: 35px 5px 0;
    cursor: pointer;
    color: #fff; }
    .collapsible .readmore:before {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      top: 45px;
      border-top: 1px solid #555;
      left: 5%;
      width: 90%;
      z-index: 0;
      color: #fff; }
    .collapsible .readmore .title {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      z-index: 15;
      display: inline-block;
      position: relative;
      font-size: 12px;
      text-transform: uppercase;
      padding: 5px 10px;
      background: #222222;
      color: #fff; }
    .collapsible .readmore .icon {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      position: absolute;
      bottom: 10px;
      left: 50%;
      margin-left: -10px; }
    .collapsible .readmore .fa {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      border-radius: 50%;
      border: 2px solid #fff;
      height: 20px;
      width: 20px;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      display: block;
      margin: auto;
      color: #fff;
      background: #222222; }
    .collapsible .readmore:hover .title {
      color: rgba(255, 255, 255, 0.6); }
    .collapsible .readmore:hover .fa {
      color: rgba(255, 255, 255, 0.6);
      border: 2px solid rgba(255, 255, 255, 0.6); }

.open .fa {
  transform: rotate(45deg); }

.showings_list {
  padding: 20px 30px; }
  .showings_list .ical {
    float: right;
    position: absolute;
    top: 10px;
    right: 0px;
    color: #fff; }
    .showings_list .ical:hover {
      color: rgba(255, 255, 255, 0.6); }
  .showings_list li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    position: relative;
    color: #fff; }
    .showings_list li:first-child {
      border-top: none; }
    .showings_list li .divider {
      color: #fff; }
    @media screen and (max-width: 500px) {
      .showings_list li .date {
        float: left;
        clear: left; }
      .showings_list li .time {
        display: block;
        float: left;
        clear: left; }
        .showings_list li .time span {
          display: none; } }

.news_list_page .entry .date {
  color: #fff; }

.news_list_page .entry .tagline {
  color: #fff; }

.news_list_page .entry .teaser p {
  color: #fff; }

.news_list_page .entry h4, .news_list_page .entry h5 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-transform: none; }

.news_full #column_1 {
  margin-top: 98px;
  z-index: 10; }

.news_detail {
  margin-top: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 678px;
  height: 399px;
  position: relative;
  direction: ltr; }
  @media screen and (max-width: 960px) {
    .royalSlider {
      width: 100%;
      height: 250px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 700px) {
    .royalSlider {
      width: 100%;
      height: 250px;
      margin-bottom: 20px; } }

.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: rgba(0, 0, 0, 0); }

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.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;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 2147483647;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1;
  -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; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

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

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

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

img.rsImg {
  max-width: none; }

.rsNoDrag {
  cursor: auto; }

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

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: '../images/rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.royalSlider {
  width: 100%;
  height: auto;
  zoom: 1; }
  .royalSlider:before, .royalSlider:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .royalSlider:after {
    clear: both; }

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

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

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

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

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

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

.rsDefault .rsArrowIcn {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 50%;
  text-align: center; }
  .rsDefault .rsArrowIcn:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ccc;
    transform: translate(-50%, -50%);
    cursor: pointer; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
  content: "\f105";
  width: 50px; }

.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;
  background: #222222; }

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

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

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

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

.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 {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: #000; }

.rsDefault .rsThumbsArrow:hover {
  background: #000; }

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

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

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

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

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

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

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

/* 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(to top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(to top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  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: url("../images/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

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

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

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

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

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

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

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

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

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

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

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

/***************
*
*  8. Global caption
*
****************/
.rsABlock {
  display: none; }

.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0px;
  left: 0px;
  text-align: left;
  color: #FFF;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  height: auto;
  width: 100%;
  background: none; }
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    z-index: 50;
    height: auto;
    width: 100%; }
    .rsDefault .rsGCaption .rsABlock .inner {
      max-width: 1000px;
      margin: auto; }
    .rsDefault .rsGCaption .rsABlock .clear {
      clear: both; }
    .rsDefault .rsGCaption .rsABlock p {
      background: rgba(0, 0, 0, 0.5);
      margin: 0px;
      float: none;
      padding: 10px 20px;
      display: block;
      color: white; }
      .not_home .full-slideshow .rsDefault .rsGCaption .rsABlock p {
        background: rgba(0, 0, 0, 0.2);
        color: #fff; }
        .not_home .full-slideshow .rsDefault .rsGCaption .rsABlock p a {
          color: #fff; }

.full-slideshow {
  width: 100%;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px; }
  .full-slideshow img.rsImg {
    width: 100%;
    display: block; }

#column_1 .container > .full-slideshow:first-child {
  margin-top: 0; }

.mobileCaption .rsLink {
  height: 340px; }

.full-slideshow .royalSlider {
  clear: both; }

#events.detail .royalSlider {
  height: auto; }

#events.detail .rsDefault .rsCloseVideoBtn {
  right: 50px; }

#events.detail .rsGCaption .buttons {
  float: right; }
  #events.detail .rsGCaption .buttons .fa {
    display: none; }

.home #branding {
  position: relative;
  margin: 0 auto !important;
  max-width: 1080px;
  clear: both; }
  .home #branding.full_responsive {
    height: auto;
    max-width: none; }
    .home #branding.full_responsive .home-slideshow {
      margin-top: 0px;
      width: 100%;
      padding: 0; }

.rsHomepage {
  width: 100%;
  height: auto; }
  .rsHomepage h3, .rsHomepage h4 {
    text-transform: none; }
  .rsHomepage .rsCaption, .rsHomepage .rsTmb {
    display: none;
    padding: 15px 20px; }
  .rsHomepage.mobileCaption {
    height: 322px;
    height: auto;
    margin-bottom: 0px; }
    .rsHomepage.mobileCaption .rsImg {
      float: left;
      margin: 0px !important;
      width: 100%; }
    .rsHomepage.mobileCaption .rsGCaption {
      font-size: 14px;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0px;
      left: auto;
      width: 370px;
      width: calc(100% - 650px);
      max-width: calc(100% - 650px);
      padding: 25px;
      background: #222222;
      color: #fff;
      width: 100%;
      max-width: 100%;
      position: relative;
      clear: both;
      padding: 0px;
      padding-bottom: 60px; }
      .rsHomepage.mobileCaption .rsGCaption .rsCaption {
        display: block; }
      .rsHomepage.mobileCaption .rsGCaption .supporting {
        font-size: 16px;
        margin-bottom: 20px;
        color: #fff; }
      .rsHomepage.mobileCaption .rsGCaption h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #fff; }
        .rsHomepage.mobileCaption .rsGCaption h3 a {
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          color: #fff; }
          .rsHomepage.mobileCaption .rsGCaption h3 a:hover {
            color: rgba(255, 255, 255, 0.6); }
      .rsHomepage.mobileCaption .rsGCaption h4 {
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.03em; }
      .rsHomepage.mobileCaption .rsGCaption h4.event_venue {
        font-size: 12px;
        color: #fff; }
      .rsHomepage.mobileCaption .rsGCaption .buttons {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 48px;
        padding-top: 0px; }
        .rsHomepage.mobileCaption .rsGCaption .buttons a {
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          background: #000;
          padding: 0px 0;
          font-weight: 900;
          letter-spacing: 0.05em;
          font-size: 14px;
          width: 100%;
          line-height: 48px;
          display: block;
          text-transform: uppercase;
          text-align: center;
          color: #fff; }
          .rsHomepage.mobileCaption .rsGCaption .buttons a span {
            font-size: 14px;
            color: #fff; }
          .rsHomepage.mobileCaption .rsGCaption .buttons a .fa {
            font-size: 18px;
            margin-right: 5px;
            color: #C8C8C8; }
          .rsHomepage.mobileCaption .rsGCaption .buttons a:hover {
            background: #fff;
            color: #000; }
            .rsHomepage.mobileCaption .rsGCaption .buttons a:hover span {
              font-size: 14px;
              color: #000; }
            .rsHomepage.mobileCaption .rsGCaption .buttons a:hover .fa {
              color: #000; }
  .rsHomepage.leadCaption {
    background: #222222;
    overflow: hidden; }
    .rsHomepage.leadCaption .rsOverflow {
      width: calc(100% - 370px);
      max-width: calc(100% - 370px);
      width: 650px;
      max-width: 650px; }
      .rsHomepage.leadCaption .rsOverflow .rsImg {
        float: left;
        margin: 0;
        margin: 0px !important;
        width: 100%; }
      @media screen and (max-width: 1080px) {
        .rsHomepage.leadCaption .rsOverflow {
          max-width: 100%;
          float: none;
          margin: auto; } }
    .rsHomepage.leadCaption .rsGCaption {
      font-size: 14px;
      z-index: 5;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0px;
      left: auto;
      width: 370px;
      width: calc(100% - 650px);
      max-width: calc(100% - 650px);
      padding: 25px;
      color: #fff; }
      .rsHomepage.leadCaption .rsGCaption .rsCaption {
        display: block; }
      .rsHomepage.leadCaption .rsGCaption .supporting {
        font-size: 16px;
        margin-bottom: 20px;
        color: #fff; }
      .rsHomepage.leadCaption .rsGCaption h3 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #fff;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        .rsHomepage.leadCaption .rsGCaption h3 a {
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          color: #fff; }
          .rsHomepage.leadCaption .rsGCaption h3 a:hover {
            color: rgba(255, 255, 255, 0.6); }
      .rsHomepage.leadCaption .rsGCaption h4 {
        color: #fff;
        letter-spacing: 0.03em;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
      .rsHomepage.leadCaption .rsGCaption h4.event_venue {
        font-size: 14px;
        color: #fff; }
      @media screen and (max-width: 1080px) {
        .rsHomepage.leadCaption .rsGCaption {
          width: 100%;
          max-width: 100%;
          position: relative;
          clear: both;
          padding: 0px;
          padding-bottom: 60px; } }
    .rsHomepage.leadCaption .buttons {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 48px;
      padding-top: 0px; }
      .rsHomepage.leadCaption .buttons a {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        background: #000;
        padding: 0px 0;
        font-weight: 900;
        letter-spacing: 0.05em;
        font-size: 14px;
        width: 100%;
        line-height: 48px;
        display: block;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.15em;
        font-weight: 400;
        text-transform: uppercase; }
        .rsHomepage.leadCaption .buttons a span {
          font-size: 14px;
          color: #fff; }
        .rsHomepage.leadCaption .buttons a .fa {
          font-size: 18px;
          margin-right: 5px;
          color: #C8C8C8; }
        .rsHomepage.leadCaption .buttons a:hover {
          background: #fff;
          color: #000; }
          .rsHomepage.leadCaption .buttons a:hover span {
            font-size: 14px;
            color: #000; }
          .rsHomepage.leadCaption .buttons a:hover .fa {
            color: #000; }
    @media screen and (max-width: 820px) {
      .rsHomepage.leadCaption .rsOverflow {
        width: 100%;
        max-width: 100%; }
      .rsHomepage.leadCaption .rsGCaption {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        display: block;
        clear: both; } }
  .rsHomepage.leadTextThumb {
    width: 100%; }
    .rsHomepage.leadTextThumb .rsOverflow {
      width: 678px;
      height: 399px;
      max-width: calc(100% - 250px); }
      .rsHomepage.leadTextThumb .rsOverflow .rsImg {
        float: left;
        margin: 0px !important;
        width: 100%; }
    .rsHomepage.leadTextThumb .rsGCaption {
      display: none; }
    .rsHomepage.leadTextThumb .rsThumbsVer {
      width: 370px;
      max-width: 370px;
      width: calc(100% - 650px);
      min-width: 250px;
      margin-right: 0px;
      height: 100%;
      position: absolute;
      bottom: 0px;
      right: 0px;
      left: auto;
      padding: 0; }
      .rsHomepage.leadTextThumb .rsThumbsVer h3, .rsHomepage.leadTextThumb .rsThumbsVer h4 {
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
      .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected {
        background: #fff;
        color: #000; }
        .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected:before {
          display: block;
          content: '';
          width: 6px;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected h3 {
          color: #000; }
          .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected h3 a {
            color: #000; }
            .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected h3 a:hover {
              color: #000; }
        .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected h4 {
          color: #000; }
          .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected h4.event_venue {
            color: #000; }
        .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected .buttons {
          border-left: 1px solid rgba(255, 255, 255, 0.3); }
          .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected .buttons a {
            color: #000; }
            .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected .buttons a:hover {
              color: rgba(0, 0, 0, 0.6); }
      .rsHomepage.leadTextThumb .rsThumbsVer .rsTmb {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .rsHomepage.leadTextThumb .rsThumb {
      width: 100%;
      overflow: visible;
      height: auto; }
      .rsHomepage.leadTextThumb .rsThumb .supporting {
        display: none; }
      .rsHomepage.leadTextThumb .rsThumb h3 {
        padding: 2px 0px;
        letter-spacing: 0.02em;
        color: #fff; }
        .rsHomepage.leadTextThumb .rsThumb h3 a {
          color: #fff; }
          .rsHomepage.leadTextThumb .rsThumb h3 a:hover {
            color: rgba(255, 255, 255, 0.6); }
      .rsHomepage.leadTextThumb .rsThumb h4 {
        font-size: 14px;
        letter-spacing: 0.02em;
        color: #fff; }
        .rsHomepage.leadTextThumb .rsThumb h4.event_venue {
          color: #fff; }
    .rsHomepage.leadTextThumb .desc {
      width: 80%; }
    .rsHomepage.leadTextThumb .buttons {
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      margin-top: 5px;
      position: absolute;
      top: 50%;
      right: 20px;
      width: auto;
      height: 30px;
      margin-top: -15px; }
      .rsHomepage.leadTextThumb .buttons .clear {
        clear: both; }
      .rsHomepage.leadTextThumb .buttons a {
        float: left;
        text-decoration: none;
        margin-right: 0px;
        text-align: center;
        padding: 5px 0px 5px 20px;
        color: #C8C8C8; }
        .rsHomepage.leadTextThumb .buttons a span {
          display: none; }
        .rsHomepage.leadTextThumb .buttons a i {
          font-size: 18px;
          float: none;
          margin-right: 0px; }
      .rsHomepage.leadTextThumb .buttons:hover a {
        color: #fff; }
    @media screen and (max-width: 750px) {
      .rsHomepage.leadTextThumb .rsOverflow {
        max-width: 100%;
        width: 100% !important; }
      .rsHomepage.leadTextThumb .rsThumbsVer {
        max-width: 100%;
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        height: 200px; } }
  .rsHomepage.fullResponsive {
    width: 100%;
    margin-bottom: 40px;
    padding: 0; }
    .rsHomepage.fullResponsive .rsImg {
      float: left;
      margin: 0;
      margin: 0px !important;
      width: 100%;
      max-width: 100%; }
    .rsHomepage.fullResponsive .rsContent {
      zoom: 1; }
      .rsHomepage.fullResponsive .rsContent:before, .rsHomepage.fullResponsive .rsContent:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .rsHomepage.fullResponsive .rsContent:after {
        clear: both; }
    .rsHomepage.fullResponsive.rsDefault .rsGCaption {
      bottom: 0px;
      left: 0px;
      z-index: 50;
      min-height: 100px;
      width: 100%;
      background: rgba(0, 0, 0, 0.5); }
      .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock {
        bottom: 0px;
        left: 0px;
        z-index: 50;
        min-height: 100px;
        width: 100%;
        display: block; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .inner {
          position: relative;
          max-width: 1000px;
          margin: auto; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .clear {
          clear: both; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock p {
          font-size: 35px;
          margin: 0px;
          max-width: 80%;
          float: left;
          text-transform: uppercase;
          color: #fff;
          font: 700 28px/150% "Oswald", sans-serif;
          letter-spacing: 0.05em;
          background: none; }
          .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock p a {
            color: #fff;
            text-decoration: none; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock p a:hover {
              color: rgba(255, 255, 255, 0.6);
              text-decoration: none; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a {
            font-weight: 700;
            text-transform: uppercase;
            border: 1px solid transparent;
            display: block;
            text-decoration: none;
            margin-bottom: 10px;
            line-height: 18px;
            font-size: 16px;
            margin-top: 10px;
            padding: 10px 20px;
            background: #000;
            color: #fff; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a .fa {
              font-size: 18px;
              margin-right: 5px;
              color: #C8C8C8; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a:hover {
              background: #fff;
              color: #000; }
              .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a:hover .fa {
                color: #000; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a.more {
              text-align: center; }
    @media screen and (max-width: 960px) {
      .rsHomepage.fullResponsive {
        margin-bottom: 0px; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption {
          position: relative;
          height: auto;
          bottom: auto;
          overflow: hidden; }
          .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock {
            padding-top: 10px; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .inner {
              min-height: 100px; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock a.tickets-mobile {
              font-size: 20px;
              float: right;
              padding: 3px 0 3px 15px;
              margin-right: 10px;
              border-left: 1px solid rgba(255, 255, 255, 0.5);
              margin-top: 6px; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock p.event_item_title {
              max-width: calc(100% - 65px);
              font-size: 18px; }
              .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock p.event_item_title a {
                font-size: 18px; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons {
              margin: 0; }
              .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a {
                font-size: 0px;
                padding: 10px 10px;
                border: none;
                line-height: 1;
                margin: 5px 0; }
                .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a .fa {
                  font-size: 25px;
                  margin: 0;
                  line-height: 1; } }

.home #branding {
  clear: both; }

.feature-hmevents {
  margin-top: 30px;
  width: calc(100% - 30px);
  margin: 30px auto 15px;
  padding: 0px 0 0px;
  overflow: hidden;
  max-height: 486px; }
  .feature-hmevents .list {
    width: 10000em; }
    .feature-hmevents .list.owl-carousel {
      width: 100%; }
  @media screen and (max-width: 700px) {
    .feature-hmevents {
      margin-top: 0; } }
  .feature-hmevents .entry {
    background: #222222;
    border: 1px solid #222222;
    position: relative;
    float: left;
    overflow: hidden;
    height: 456px;
    width: 330px;
    margin-right: 30px;
    padding: 5px;
    text-align: left; }
    .feature-hmevents .entry a {
      z-index: 5;
      text-decoration: none; }
    .feature-hmevents .entry .info {
      background: #222222;
      position: absolute;
      bottom: 48px;
      left: 0px;
      width: 100%;
      min-height: 78px;
      padding: 10px 10px; }
      .ie8 .feature-hmevents .entry .info {
        display: block; }
  .feature-hmevents .carousel_item_title a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    line-height: 1.3;
    color: #fff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px; }
    .feature-hmevents .carousel_item_title a:hover {
      color: rgba(255, 255, 255, 0.6); }
  .feature-hmevents .carousel_item_title.long_title a {
    font-size: 17px;
    line-height: 1.1; }
  .feature-hmevents .carousel_item_title.short_title {
    margin: 5px 0; }
    .feature-hmevents .carousel_item_title.short_title a {
      font-size: 32px;
      line-height: 1.1; }
  .feature-hmevents .event_venue {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #C8C8C8; }
  .feature-hmevents .tagline {
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    color: #C8C8C8; }
  .feature-hmevents .thumb {
    position: relative;
    overflow: hidden; }
  .feature-hmevents .buttons {
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    padding: 15px 10px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .feature-hmevents .buttons .fa {
      font-size: 18px;
      float: left;
      margin-right: 8px;
      color: #000000; }
    .feature-hmevents .buttons .date {
      float: left;
      color: #000000; }
      .feature-hmevents .buttons .date .fa {
        display: none; }
    .feature-hmevents .buttons .buy_tickets {
      float: right; }
      .feature-hmevents .buttons .buy_tickets .fa {
        color: #000000; }
      .feature-hmevents .buttons .buy_tickets:hover .fa {
        color: rgba(0, 0, 0, 0.6); }
    .feature-hmevents .buttons .time {
      margin-left: 0;
      padding-left: 0;
      border-left: none;
      float: left;
      color: #000000; }
      .feature-hmevents .buttons .time:before {
        content: ','; }
      .feature-hmevents .buttons .time .fa {
        display: none; }
    .feature-hmevents .buttons .tickets {
      padding: 0 5px 0 25px;
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
      .feature-hmevents .buttons .tickets span {
        display: none; }
      .feature-hmevents .buttons .tickets .fa {
        float: none; }
  .feature-hmevents .two_column .desktop, .feature-hmevents .two_column .event_date_extended {
    display: none; }
  @media screen and (min-width: 821px) {
    .feature-hmevents .two_column.entry {
      width: 690px;
      padding: 0;
      background: #000;
      border: 6px solid #000; }
    .feature-hmevents .two_column .info {
      min-height: 85px;
      padding: 15px 20px;
      background: rgba(0, 0, 0, 0.7); }
    .feature-hmevents .two_column .carousel_item_title a {
      font-size: 35px;
      line-height: 1.2;
      color: #fff; }
      .feature-hmevents .two_column .carousel_item_title a:hover {
        color: rgba(255, 255, 255, 0.6); }
    .feature-hmevents .two_column .carousel_item_title.long_title {
      font-size: 30px; }
      .feature-hmevents .two_column .carousel_item_title.long_title a {
        font-size: 30px; }
      .feature-hmevents .two_column .carousel_item_title.long_title.extra_long_title {
        font-size: 24px; }
        .feature-hmevents .two_column .carousel_item_title.long_title.extra_long_title a {
          font-size: 24px; }
    .feature-hmevents .two_column .event_venue {
      color: #C8C8C8; }
    .feature-hmevents .two_column .tagline {
      color: #C8C8C8; }
    .feature-hmevents .two_column .buttons {
      line-height: 18px;
      padding: 15px 25px;
      background: #000; }
      .feature-hmevents .two_column .buttons .date .fa {
        display: block; }
      .feature-hmevents .two_column .buttons .date {
        color: #fff; }
      .feature-hmevents .two_column .buttons .fa {
        color: #C8C8C8; }
      .feature-hmevents .two_column .buttons .time {
        float: left;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff; }
        .feature-hmevents .two_column .buttons .time:before {
          content: 'Show'; }
        .feature-hmevents .two_column .buttons .time .fa {
          display: inline-block; }
      .feature-hmevents .two_column .buttons .tickets {
        border-color: rgba(255, 255, 255, 0.3); }
      .feature-hmevents .two_column .buttons .buy_tickets a, .feature-hmevents .two_column .buttons .buy_tickets span {
        color: #fff;
        display: inline-block; }
      .feature-hmevents .two_column .buttons .buy_tickets .fa {
        color: #C8C8C8; }
      .feature-hmevents .two_column .buttons .buy_tickets a:hover {
        color: rgba(255, 255, 255, 0.6); }
        .feature-hmevents .two_column .buttons .buy_tickets a:hover span {
          color: rgba(255, 255, 255, 0.6); }
        .feature-hmevents .two_column .buttons .buy_tickets a:hover .fa {
          color: rgba(255, 255, 255, 0.6); }
    .feature-hmevents .two_column .tagline {
      display: none; }
    .feature-hmevents .two_column .mobile, .feature-hmevents .two_column .event_date {
      display: none; }
    .feature-hmevents .two_column .desktop, .feature-hmevents .two_column .event_date_extended {
      display: block;
      float: left; } }

.home-slideshow {
  width: calc(100% - 30px);
  margin: 0px auto;
  padding: 30px 0 0px; }
  @media screen and (max-width: 820px) {
    .home-slideshow {
      width: calc(100% - 20px); } }

/* 
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
*   Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
*  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
*   Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
*   Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-dots {
  background: transparent;
  width: 100%;
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    .owl-dots .owl-dot span {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      width: 12px;
      height: 12px;
      margin: 5px 5px;
      background: #090909;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 50%; }
    .owl-dots .owl-dot:hover span, .owl-dots .owl-dot.active span {
      background: #fff; }

/* ----------------------------------------------------------------------------
= Showtime Homepage Overlay
----------------------------------------------------------------------------- */
#overlay_container {
  display: none;
  padding: 100px 0 0; }
  #overlay_container .close-overlay {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    display: block;
    z-index: 50;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    cursor: pointer;
    color: white;
    background: black;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
    #overlay_container .close-overlay:hover {
      color: #000;
      background: #fff; }
  #overlay_container a, #overlay_container a:link, #overlay_container a:visited {
    position: relative;
    display: block;
    z-index: 10;
    max-width: 1000px;
    height: auto; }
    #overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
      width: 100%;
      height: auto; }

.overlay_content {
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000;
  font: 400 20px/140% "Lato", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }
  .dontshow-overlay:hover {
    color: #fff;
    background: #333; }

.sponsors {
  max-width: 1080px;
  margin: 30px auto 0px;
  margin-right: auto;
  float: none;
  text-align: center; }
  .sponsors > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sponsors > ul > li {
      margin: 0;
      padding: 0;
      height: 60px;
      display: inline-block;
      position: relative; }
    .sponsors > ul a {
      height: 60px;
      display: table-cell;
      vertical-align: middle;
      position: relative; }
    .sponsors > ul img {
      max-height: 60px;
      padding: 0 10px; }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  box-sizing: content-box; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

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

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  font-family: Arial; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.rsHomepage.fullResponsive.rsDefault .rsGCaption:empty {
  display: none; }

.fc-row > div.fc-content > span.fc-date {
  text-decoration: underline; }

.modal a,
h4 a {
  color: inherit; }

.layout-desktop.header-fixed header .logo {
  position: relative; }
  .layout-desktop.header-fixed header .logo a, .layout-desktop.header-fixed header .logo span {
    position: relative;
    z-index: 2; }
  .layout-desktop.header-fixed header .logo:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #000;
    z-index: 1; }

.layout-desktop nav > ul > li:last-child:after {
  display: none; }

.layout-mobile header, .layout-middledesktop header {
  background: transparent; }

.header-fixed.layout-desktop nav, .header-fixed.layout-desktop header {
  background: #000; }

.footer .nav li a {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  color: #000000;
  letter-spacing: 1.5px;
  line-height: 40px; }

.twitterwidget[data-width="3"] .entry .tweet_meta a,
.footer .venueinfo address .venue_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }

.footer .footer_logo {
  margin-top: 15px; }
  .footer .footer_logo img {
    max-width: 104px; }
  @media screen and (max-width: 1080px) {
    .footer .footer_logo {
      width: 120px; } }

.footer .venueinfo address .venue_title {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 700;
  margin-top: 15px; }

.footer .venueinfo address {
  font-size: 14px; }
