/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Yantramanav:100,400,300,500,700,900");
@import url("https://use.typekit.net/pga1qjv.css");
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;
}

/*
	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: 870px) {
  .hide_tablet {
    display: none;
  }
}

.show_tablet {
  display: none;
}

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

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

.show_mobile {
  display: none;
}

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

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

.show_mobile_portrait_plus {
  display: none;
}

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

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

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

/* ----------------------------------------------------------------------------
= Default text styles
----------------------------------------------------------------------------- */
h1,
.h1 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font: 700 50px/112% "Yantramanav", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1 a,
h1 a:visited,
.h1 a,
.h1 a:visited {
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}

h2,
.h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font: 700 40px/115% "Yantramanav", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h2 a,
h2 a:visited,
.h2 a,
.h2 a:visited {
  text-decoration: none;
}

h2 span,
.h2 span {
  font-weight: 400;
}

@media screen and (max-width: 700px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

.overview h2,
.overview .h2 {
  margin: 0 !important;
  padding: 0 0 0px 0 !important;
  font: 400 20px/140% "Yantramanav", sans-serif !important;
  letter-spacing: 0.03em;
  color: #ff3d91 !important;
}

.overview h2 a,
.overview h2 a:visited,
.overview .h2 a,
.overview .h2 a:visited {
  text-decoration: none;
}

h3,
.news_list .entry .info .news_header,
.h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font: 700 30px/120% "Yantramanav", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

h3 a,
.news_list .entry .info .news_header a,
h3 a:visited,
.news_list .entry .info .news_header a:visited,
.h3 a,
.h3 a:visited {
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  h3,
  .news_list .entry .info .news_header,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4, .faq dt p, .ftr_faqs dt p {
  margin: 0;
  padding: 0;
  color: #000;
  font: 700 20px/150% "Yantramanav", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h4 a,
h4 a:visited,
.h4 a,
.faq dt p a,
.ftr_faqs dt p a,
.h4 a:visited, .faq dt p a:visited, .ftr_faqs dt p a:visited {
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  h4,
  .h4, .faq dt p, .ftr_faqs dt p {
    font-size: 18px;
  }
}

h5,
.h5,
.h5 p {
  margin: 0;
  padding: 0 0 0px 0;
  color: #e60077;
  font: 400 20px/140% "Yantramanav", sans-serif;
  letter-spacing: 0.03em;
}

h5 a,
h5 a:visited,
.h5 a,
.h5 a:visited,
.h5 p a,
.h5 p a:visited {
  text-decoration: none;
}

h6,
.h6,
.h6 p {
  margin: 0;
  padding: 0 0 4px;
  color: #000;
  font: 700 10px/140% "Yantramanav", sans-serif;
}

p,
address,
.p, tr td {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  font: 400 18px/28px "Yantramanav", sans-serif;
  letter-spacing: 0.02em;
}

p.lead,
address.lead,
.p.lead, tr td.lead {
  font: 400 20px/28px "Yantramanav", sans-serif;
}

b,
strong {
  font-weight: 700;
}

ul,
ol {
  margin: 0 0 20px 35px;
  padding: 0px;
  list-style-position: outside;
  list-style-type: square;
  list-style-image: none;
  color: #474747;
  font: 400 18px/28px "Yantramanav", sans-serif;
}

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

ul li {
  position: relative;
  list-style: none;
}

.textarea ul li:before,
.spotlight_text ul li:before,
.faq ul li:before,
.link .description ul li:before,
.ftr_faqs ul li:before,
.cms ul li:before {
  content: '';
  background: url(../images/icn_list.png) center no-repeat;
  position: absolute;
  top: 0px;
  left: -35px;
  width: 14px;
  height: 24px;
}

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

ol > li {
  position: relative;
  padding-left: 0px;
}

ol > li:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -35px;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  color: #000;
  content: counter(li-counter);
  counter-increment: li-counter;
  border: 1px solid #000;
}

a {
  color: #e60077;
  border: none;
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #e60077;
}

.textarea a {
  text-decoration: underline;
}

.textarea a:hover,
.textarea a:focus {
  text-decoration: none;
}

hr {
  clear: both;
  margin: 30px 0 30px;
  margin: 60px 0 30px;
  margin: 60px 0 60px;
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid #000;
}

/* ----------------------------------------------------------------------------
=Tables
----------------------------------------------------------------------------- */
table {
  position: relative;
  margin: 0 0 15px;
}

table tr {
  color: black;
  font-size: 12px;
}

table tr td {
  padding: 5px;
  border: none;
}

tr {
  font-size: 12px;
}

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

/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  box-shadow: inset 0px 0px 0px 2px #e60077;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  text-align: left;
}

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0px;
  float: left;
  width: 100%;
  z-index: 20;
}

#layout .parallax_item {
  -webkit-transition: top 0.1s linear;
  -moz-transition: top 0.1s linear;
  -o-transition: top 0.1s linear;
  transition: top 0.1s linear;
  position: fixed;
  transform: translateZ(0px);
  transform-style: preserve-3d;
  will-change: transform;
  width: 569px;
  height: 568px;
  z-index: -1;
  backface-visibility: hidden;
  background: url(../images/bg_shape.png);
}

#layout .parallax_item.parallax_left {
  left: -146px;
  top: 350px;
}

#layout .parallax_item.parallax_right {
  right: -150px;
  top: 1014px;
}

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

#content {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 89px auto 0;
  padding: 0;
  clear: both;
  z-index: 10;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (max-width: 1125px) {
  #content {
    margin: 57px auto 0;
  }
}

#content.page_loaded {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

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

.one_sidebar_right {
  zoom: 1;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.one_sidebar_right:before,
.one_sidebar_right:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.one_sidebar_right:after {
  clear: both;
}

.one_sidebar_right #column_1 {
  width: 58.75%;
  padding: 0px;
  float: left;
  margin-bottom: 100px;
}

.one_sidebar_right #column_1 .container {
  zoom: 1;
  width: 100%;
  min-height: 551px;
}

.one_sidebar_right #column_1 .container:before,
.one_sidebar_right #column_1 .container:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.one_sidebar_right #column_1 .container:after {
  clear: both;
}

.one_sidebar_right #column_1 .block {
  position: relative;
  max-width: 745px;
  float: right;
  clear: right;
  width: 100%;
  padding-left: 20px;
}

.one_sidebar_right #column_1 .block.wide {
  max-width: 850px;
}

@media screen and (max-width: 870px) {
  .one_sidebar_right #column_1 .block {
    float: none;
    margin: auto;
    padding-left: 0;
    padding: 0 20px;
    max-width: 100%;
  }
  .one_sidebar_right #column_1 .block.wide {
    padding: 0 20px;
    max-width: 100%;
  }
  .one_sidebar_right #column_1 .block .faq {
    max-width: 100%;
  }
}

.one_sidebar_right #column_2 {
  float: right;
  width: 39.5%;
}

@media screen and (min-width: 871px) {
  .one_sidebar_right #column_2.is-fixed {
    will-change: top;
    position: absolute;
    top: 450px;
    top: 0;
    right: 0;
    z-index: 50;
  }
  .one_sidebar_right #column_2.is-fixed.freeze {
    position: fixed;
    top: 90px;
  }
}

@media screen and (max-width: 870px) {
  .one_sidebar_right {
    padding-top: 20px;
  }
  .one_sidebar_right #column_1,
  .one_sidebar_right #column_2 {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .one_sidebar_right #column_2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .one_sidebar_right {
    padding-top: 10px;
  }
}

.full {
  width: 100%;
  padding: 35px 10px 100px;
  max-width: 1340px;
  margin: auto;
}

.full .full_column {
  max-width: 900px;
  width: 100%;
  margin: auto;
  z-index: 50;
  position: relative;
}

.full .full_column .container {
  zoom: 1;
  width: 100%;
  background-color: #fff;
}

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

.full .full_column .events {
  padding: 0px 20px;
}

@media screen and (max-width: 700px) {
  .full .full_column .events {
    padding: 0 0px;
  }
}

@media screen and (max-width: 700px) {
  .full .full_column {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 870px) {
  .full .event_list_page {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 870px) {
  .full {
    padding-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .full {
    padding-top: 10px;
  }
}

.is-app .header,
.is-app .fixed_header,
.is-app footer {
  display: none;
}

.is-app .full {
  padding-top: 10px;
}

.is-app #content {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
.header,
.fixed_header {
  background-color: black;
  background: url(../images/bg_nav.jpg) top center repeat-x;
  top: 0px;
  left: 0px;
  position: fixed;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 89px;
  z-index: 100;
}

.header .logo,
.fixed_header .logo {
  float: left;
  background: #e60077;
  height: 89px;
  width: 246px;
  transform-origin: top left;
  padding-right: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.header .logo:before,
.fixed_header .logo:before {
  content: '';
  position: absolute;
  left: -13%;
  top: 0px;
  width: 46%;
  height: 89px;
  transform: skew(-23deg);
  background: #c60266;
  background: linear-gradient(to bottom, #c60266 0%, #e20074 61%, #e20074 61%);
}

.header .logo:after,
.fixed_header .logo:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -20px;
  height: 89px;
  width: 50px;
  transform: skew(-23deg);
  background: #e60077;
  z-index: -1;
}

.header .logo span,
.header .logo a,
.fixed_header .logo span,
.fixed_header .logo a {
  position: relative;
  display: block;
  background: url(../images/hdr_logo.png) right center no-repeat;
  background-size: 236px auto;
  width: 236px;
  height: 89px;
  text-indent: -999px;
  float: left;
  margin-left: 10px;
}

.header .logo a:hover,
.fixed_header .logo a:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.header .logo a:focus,
.fixed_header .logo a:focus {
  box-shadow: inset 0 0 0 2px black;
}

.header .search_toggle,
.fixed_header .search_toggle {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  top: 33px;
  right: 190px;
  right: 410px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  z-index: 500;
  background: url(../images/icn_search.png) top left no-repeat;
}

.header .search_toggle:hover,
.fixed_header .search_toggle:hover {
  background-position: top right;
}

@media screen and (max-width: 1125px) {
  .header .search_toggle,
  .fixed_header .search_toggle {
    top: 17px;
    right: 240px;
  }
}

@media screen and (max-width: 700px) {
  .header .search_toggle,
  .fixed_header .search_toggle {
    right: 100px;
  }
}

.header .newsletter_signup,
.fixed_header .newsletter_signup {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 15px 30px 30px 20px;
  text-align: center;
  height: 89px;
  background: #252525;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  font-size: 13px;
  transform: skew(-23deg);
  transform-origin: bottom right;
  letter-spacing: 0.1em;
}

.header .newsletter_signup span,
.fixed_header .newsletter_signup span {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  display: block;
  transform: skew(23deg);
  background: url("../images/premium-seating.svg") center center no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  min-width: 121px;
  height: 55px;
}

.header .newsletter_signup strong,
.fixed_header .newsletter_signup strong {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  color: #e60077;
  font-weight: 700;
}

.header .newsletter_signup:hover,
.fixed_header .newsletter_signup:hover {
  background: #000;
  color: white;
}

.header .newsletter_signup:hover strong,
.fixed_header .newsletter_signup:hover strong {
  color: white;
}

@media screen and (min-width: 1126px) and (max-width: 1600px) {
  .header .newsletter_signup,
  .fixed_header .newsletter_signup {
    font-size: 12px;
    padding: 15px 30px 30px 20px;
  }
}

.header .teams,
.fixed_header .teams {
  position: absolute;
  top: 0px;
  right: 190px;
  height: 100%;
  z-index: 500;
  padding-top: 10px;
}

.header .teams .text,
.fixed_header .teams .text {
  position: absolute;
  top: 10px;
  left: 10px;
  letter-spacing: 0.05em;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #e60077;
}

.header .teams .text strong,
.fixed_header .teams .text strong {
  color: white;
  font-weight: 700;
}

.header .teams a.team,
.fixed_header .teams a.team {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 100%;
  float: left;
  margin: 0 10px;
}

.header .teams a.team.vgk,
.fixed_header .teams a.team.vgk {
  background: url(../images/team_logo_vgk.png) center no-repeat;
  background-size: auto 35px;
  width: 25px;
}

.header .teams a.team.ufc,
.fixed_header .teams a.team.ufc {
  background: url(../images/UFC_LOGO.svg) center no-repeat;
  background-size: auto 17px;
  width: 49px;
}

.header .teams a.team.gs,
.fixed_header .teams a.team.gs {
  background: url(../images/team_logo_vegas.png) center no-repeat;
  background-size: 100% auto;
  width: 56px;
}

.header .teams a.team:hover,
.fixed_header .teams a.team:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 1125px) {
  .header .teams,
  .fixed_header .teams {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .header .logo,
  .fixed_header .logo {
    width: 256px;
  }
  .header .logo span,
  .header .logo a,
  .fixed_header .logo span,
  .fixed_header .logo a {
    background-size: 210px auto;
  }
}

@media screen and (max-width: 1125px) {
  .header,
  .fixed_header {
    zoom: 1;
    z-index: 900;
    min-height: 57px;
  }
  .header:before,
  .header:after,
  .fixed_header:before,
  .fixed_header:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
  }
  .header:after,
  .fixed_header:after {
    clear: both;
  }
  .header .logo,
  .fixed_header .logo {
    height: 57px;
    width: 256px;
    width: 229px;
  }
  .header .logo:before,
  .fixed_header .logo:before {
    height: 57px;
    left: -12%;
  }
  .header .logo:after,
  .fixed_header .logo:after {
    height: 57px;
  }
  .header .logo span,
  .header .logo a,
  .fixed_header .logo span,
  .fixed_header .logo a {
    height: 57px;
    width: 219px;
    background-size: 219px 38px;
  }
  .header .newsletter_signup,
  .fixed_header .newsletter_signup {
    height: 57px;
    padding: 0 23px;
    right: 60px;
  }
}

@media screen and (max-width: 700px) {
  .header .newsletter_signup,
  .fixed_header .newsletter_signup {
    display: none;
  }
  .header .logo,
  .fixed_header .logo {
    width: 206px;
  }
  .header .logo a,
  .header .logo span,
  .fixed_header .logo a,
  .fixed_header .logo span {
    width: 206px;
    background-size: 172px 30px;
  }
}

@media screen and (min-width: 1126px) and (max-width: 1600px) {
  .header .logo,
  .fixed_header .logo {
    width: 170px;
    padding: 0px;
  }
  .header .logo span,
  .header .logo a,
  .fixed_header .logo span,
  .fixed_header .logo a {
    width: 160px;
    background-size: 160px auto;
  }
}

.header.nav-is-opened {
  position: fixed;
  z-index: 1000;
}

header.is-fixed {
  -webkit-transition: top 0.2s linear;
  -moz-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
  position: fixed;
  top: 0px;
  height: 60px;
  min-height: 60px;
  z-index: 900;
  min-height: 60px;
}

header.is-fixed.is-visable {
  top: 0px;
}

header.is-fixed .teams {
  padding-top: 0;
}

header.is-fixed .teams .text {
  display: none;
}

header.is-fixed .logo {
  height: 60px;
  width: 256px;
}

header.is-fixed .logo:before {
  height: 60px;
}

header.is-fixed .logo:after {
  height: 60px;
}

header.is-fixed .logo span,
header.is-fixed .logo a {
  height: 60px;
  background-size: 219px 38px;
}

@media screen and (min-width: 1126px) and (max-width: 1600px) {
  header.is-fixed .logo {
    width: 170px;
  }
  header.is-fixed .logo:before {
    left: -9%;
  }
  header.is-fixed .logo span,
  header.is-fixed .logo a {
    width: 160px;
    background-size: 160px auto;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1125px) {
  header.is-fixed .logo {
    width: 229px;
  }
}

header.is-fixed .newsletter_signup {
  height: 60px;
  padding: 0 23px;
}

@media screen and (max-width: 1125px) {
  header.is-fixed .newsletter_signup {
    right: 60px;
  }
}

header.is-fixed .search_toggle {
  top: 26px;
}

header.is-fixed .main_nav a,
header.is-fixed .main_nav a:link,
header.is-fixed .main_nav a:visited {
  padding: 20px 10px 18px;
}

header.is-fixed .main_nav .sub {
  top: 40px;
}

header.is-fixed .main_nav .sub ul li a,
header.is-fixed .main_nav .sub ul li a:link,
header.is-fixed .main_nav .sub ul li a:visited {
  padding: 6px 5px;
}

header.is-fixed .main_nav .sub .sub_holder:before {
  top: -10px;
  height: calc(100% - 10px);
}

@media screen and (max-width: 700px) {
  header.is-fixed {
    top: 0px;
  }
  header.is-fixed .logo {
    width: 206px;
    width: 170px;
  }
  header.is-fixed .logo a,
  header.is-fixed .logo span {
    width: 172px;
    background-size: 172px 30px;
  }
}

.google-translate-container {
  position: absolute;
  top: 7px;
  right: 410px;
  z-index: 1000;
}

.google-translate-container:after {
  content: '';
  position: absolute;
  right: -17px;
  top: 5px;
  width: 2px;
  height: 65px;
  background: #555;
}

.google-translate-container .google-translate-trigger {
  color: #fff;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}

.google-translate-container .google-translate-trigger:hover,
.google-translate-container .google-translate-trigger.active {
  color: #e60077;
}

.fixed_header .google-translate-container {
  display: none !important;
}

@media screen and (max-width: 1125px) {
  .google-translate-container {
    top: 19px;
    right: 300px;
  }
  .google-translate-container:after {
    display: none;
  }
}

@media screen and (max-width: 1125px) {
  .google-translate-container {
    display: none;
  }
}

.header.is-fixed .google-translate-container:after {
  height: 40px;
}

#google_translate_element {
  width: 170px;
  padding: 8px 10px 12px;
  position: absolute;
  background: #424242;
  top: 30px;
  left: -60px;
  z-index: 100;
  border-radius: 3px;
  color: #e60077;
  display: none;
}

#google_translate_element:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #424242;
}

#google_translate_element .goog-te-gadget {
  color: #fff;
}

#google_translate_element .goog-te-gadget span a,
#google_translate_element .goog-te-gadget span a:visited {
  color: #fff;
}

#google_translate_element .goog-te-gadget select {
  color: #424242;
}

#google_translate_element select,
#google_translate_element .skiptranslate {
  display: none;
}

#google_translate_element select:first-child,
#google_translate_element .skiptranslate:first-child {
  display: block;
}

.google-translate-container-mobile {
  display: none !important;
}

@media screen and (max-width: 1125px) {
  .google-translate-container-mobile {
    display: block !important;
  }
}

.google-translate-container-mobile #google_translate_element {
  position: relative;
  top: auto;
  left: 0;
  background: none;
  opacity: 1 !important;
}

.google-translate-container-mobile #google_translate_element:before {
  display: none;
}

.google-translate-container-mobile #google_translate_element a.goog-logo-link,
.google-translate-container-mobile #google_translate_element a.goog-logo-link:visited {
  font-size: 10px;
  text-transform: none;
  display: inline;
  padding: 5px 0 0;
}

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  position: relative;
  z-index: 500;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.main_nav.is-visible {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (min-width: 1126px) {
  .main_nav {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .main_nav {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@media screen and (max-width: 1600px) {
  .main_nav {
    float: right;
    margin-right: 180px;
    margin-right: 350px;
    margin-right: 200px;
  }
}

@media screen and (min-width: 1126px) and (max-width: 1600px) {
  .main_nav {
    width: calc(100% - 206px - 180px);
  }
}

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

.main_nav ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.main_nav ul li {
  position: relative;
  display: block;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.main_nav ul li.not_hovered > a,
.main_nav ul li.not_hovered > a:link,
.main_nav ul li.not_hovered > a:visited {
  color: #666;
}

.main_nav ul li.show_mobile {
  display: none;
}

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

@media screen and (min-width: 1126px) and (max-width: 1600px) {
  .main_nav ul li {
    width: 13%;
  }
}

.main_nav ul li.is-focused .sub {
  display: block !important;
}

@media screen and (min-width: 1750px) {
  .main_nav ul {
    text-align: center;
  }
}

@media screen and (max-width: 1600px) {
  .main_nav ul {
    text-align: left;
  }
}

.main_nav a,
.main_nav a:link,
.main_nav a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  margin: 0;
  padding: 35px 20px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1126px) and (max-width: 1600px) {
  .main_nav a,
  .main_nav a:link,
  .main_nav a:visited {
    padding: 26px 10px;
    text-align: center;
    line-height: 1.4;
    font-size: 13px;
  }
  .main_nav a span,
  .main_nav a:link span,
  .main_nav a:visited span {
    display: block;
  }
  .fixed_header .main_nav a,
  .fixed_header .main_nav a:link,
  .fixed_header .main_nav a:visited {
    padding: 12px 10px;
  }
}

.main_nav a:hover,
.main_nav a.active,
.main_nav a:link:hover,
.main_nav a:link.active,
.main_nav a:visited:hover,
.main_nav a:visited.active {
  color: #fff;
}

.main_nav a.active,
.main_nav a:link.active,
.main_nav a:visited.active {
  color: #e60077;
}

.main_nav a.active:hover,
.main_nav a:link.active:hover,
.main_nav a:visited.active:hover {
  color: #fff;
}

.main_nav a.gh_page_redirect:after,
.main_nav a:link.gh_page_redirect:after,
.main_nav a:visited.gh_page_redirect:after {
  content: '\f08e';
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 9px;
  display: inline-block;
}

.main_nav .hover a,
.main_nav .hovered_link a {
  color: #fff;
}

.main_nav ul .sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 70px;
  left: 0;
  width: auto;
  margin: 0;
  line-height: 26px;
  padding-top: 17px;
}

.main_nav ul .sub .sub_holder {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0px 8px 37px;
}

.main_nav ul .sub .sub_holder:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 20px;
  height: 100%;
  width: 1px;
  background: #e60077;
}

.main_nav ul ul {
  float: left;
  width: 270px;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  border: none;
  border-top: none;
  background: none;
}

.main_nav ul ul li {
  float: left;
  height: auto;
  margin: 0;
  clear: left;
  padding: 0px 0;
  list-style-type: none;
  list-style-image: none;
  border-right: none;
  border-left: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.main_nav ul ul li:first-child {
  display: block;
  border-top: none;
}

.main_nav ul ul li a,
.main_nav ul ul li a:link,
.main_nav ul ul li a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  height: auto;
  margin: 0;
  padding: 6px 5px;
  color: #fff;
  background: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  width: calc(100% + 6px);
}

.main_nav ul ul li a:hover,
.main_nav ul ul li a:focus,
.main_nav ul ul li a.active,
.main_nav ul ul li a:link:hover,
.main_nav ul ul li a:link:focus,
.main_nav ul ul li a:link.active,
.main_nav ul ul li a:visited:hover,
.main_nav ul ul li a:visited:focus,
.main_nav ul ul li a:visited.active {
  color: #fff;
  background: #e60077;
  cursor: pointer;
  text-decoration: none;
}

.main_nav ul ul ul li a {
  font-size: 14px;
}

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  z-index: 20;
}

footer .footer_bg {
  color: white;
  background: black;
  position: absolute;
  top: 0px;
  left: -5%;
  width: 110%;
  height: 100%;
  transform: rotate(1deg);
  transform-origin: top left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 0 1px black;
}

footer .footer_content {
  margin: auto;
  max-width: 1200px;
  padding: 70px 0px 100px;
}

footer .footer_content .left_side {
  float: left;
  width: 64%;
  padding: 15px 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 870px) {
  footer .footer_content .left_side {
    display: none;
  }
}

footer .footer_content .right_side {
  position: relative;
  float: right;
  width: 36%;
  max-width: 335px;
  color: #fff;
  padding: 0 5px 0 10px;
}

footer .footer_content .right_side .venue_info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  clear: left;
  float: left;
}

footer .footer_content .right_side .venue_info .address {
  margin: 0;
  display: block;
  white-space: nowrap;
  font-size: 14px;
}

footer .footer_content .right_side .venue_info a {
  color: #b1b1b1;
}

footer .footer_content .right_side .venue_info a:hover {
  color: #e60077;
}

@media screen and (min-width: 871px) and (max-width: 1200px) {
  footer .footer_content .right_side {
    padding: 0;
  }
}

@media screen and (max-width: 870px) {
  footer .footer_content .right_side {
    width: 90%;
    margin: auto;
    float: none;
    max-width: none;
  }
}

@media screen and (max-width: 700px) {
  footer .footer_content .right_side {
    text-align: center;
  }
  footer .footer_content .right_side .venue_info {
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 870px) {
  footer .footer_content {
    padding-bottom: 10px;
  }
}

footer .footer_left {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

footer .footer_right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: url(../images/bg_footer_right.png) #1b1b1b repeat-x;
  float: right;
  width: 34%;
  width: calc(50% - 180px);
  transform: skew(6deg) rotate(1deg);
  transform-origin: top right;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  footer .footer_right {
    width: 42%;
  }
}

@media screen and (max-width: 870px) {
  footer .footer_right {
    width: 100%;
    transform: skew(0deg);
  }
}

footer .logo {
  position: relative;
  display: block;
  width: 281px;
  height: 51px;
  clear: left;
  margin-bottom: 5px;
  float: left;
}

footer .logo span,
footer .logo a,
footer .logo a:link,
footer .logo a:visited {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  display: block;
  width: 281px;
  height: 51px;
  background: url(../images/ftr_logo.png) no-repeat 0 0;
}

@media screen and (max-width: 700px) {
  footer .logo {
    margin: auto;
    float: none;
  }
}

footer .nav {
  width: 100%;
  padding: 0px 0px;
  max-width: 775px;
}

footer .nav ul {
  float: left;
  width: 33%;
  margin: 0 0 0px;
}

footer .nav ul li {
  margin-bottom: 50px;
  padding-right: 20px;
}

footer .nav ul li a,
footer .nav ul li a:link,
footer .nav ul li a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  margin: 0;
  padding: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

footer .nav ul li a:hover,
footer .nav ul li a.active,
footer .nav ul li a:link:hover,
footer .nav ul li a:link.active,
footer .nav ul li a:visited:hover,
footer .nav ul li a:visited.active {
  color: #e60077;
}

footer .nav ul li ul {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

footer .nav ul li ul li {
  margin-bottom: 0;
}

footer .nav ul li ul li a,
footer .nav ul li ul li a:link,
footer .nav ul li ul li a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  height: auto;
  margin: 0;
  padding: 2px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  letter-spacing: 0.06em;
}

footer .nav ul li ul li a:hover,
footer .nav ul li ul li a:focus,
footer .nav ul li ul li a.active,
footer .nav ul li ul li a:link:hover,
footer .nav ul li ul li a:link:focus,
footer .nav ul li ul li a:link.active,
footer .nav ul li ul li a:visited:hover,
footer .nav ul li ul li a:visited:focus,
footer .nav ul li ul li a:visited.active {
  color: #e60077;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}

footer .ftr_social {
  clear: both;
}

@media screen and (min-width: 701px) and (max-width: 870px) {
  footer .ftr_social {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

@media screen and (max-width: 700px) {
  footer .ftr_social {
    display: inline-block;
  }
}

footer .social_link {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 72px;
  width: 72px;
  float: left;
  margin: 25px 2px 55px;
  background: #030303;
  color: #e60077;
  font-size: 22px;
  line-height: 75px;
  text-align: center;
}

footer .social_link:hover {
  color: white;
  background: #e60077;
}

@media screen and (max-width: 870px) {
  footer .social_link {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.global-footer {
  zoom: 1;
  position: absolute;
  bottom: 30px;
  left: 0px;
  margin: 0px auto 0;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.03em;
}

.global-footer:before,
.global-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.global-footer:after {
  clear: both;
}

.global-footer br {
  display: none;
}

@media screen and (max-width: 1120px) {
  .global-footer br.last-break {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .global-footer br {
    display: block;
  }
}

.global-footer p {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: block;
  margin: auto;
  padding: 15px 0 0;
  color: #b1b1b1;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.global-footer p a,
.global-footer p a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #b1b1b1;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.global-footer p a:hover,
.global-footer p a:focus,
.global-footer p a:visited:hover,
.global-footer p a:visited:focus {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  .global-footer p {
    line-height: 1.5;
    padding: 15px 0;
  }
}

.global-footer .delimiter {
  padding: 0 2px;
}

.global-footer a#carbonhouse,
.global-footer a#carbonhouse:link,
.global-footer a#carbonhouse:visited {
  position: relative;
  display: block;
  float: right;
  font-size: 0px;
  text-indent: -900px;
  overflow: hidden;
  width: 220px;
  height: 16px;
  margin-top: 5px;
  zoom: 1;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  background: url(../images/carbonhouse_logo.png) no-repeat;
}

.global-footer a#carbonhouse:hover,
.global-footer a#carbonhouse:link:hover,
.global-footer a#carbonhouse:visited:hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 870px) {
  .global-footer a#carbonhouse,
  .global-footer a#carbonhouse:link,
  .global-footer a#carbonhouse:visited {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
    float: none;
    padding-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .global-footer a#carbonhouse,
  .global-footer a#carbonhouse:link,
  .global-footer a#carbonhouse:visited {
    margin-top: 15px;
  }
}

@media screen and (max-width: 870px) {
  .global-footer {
    text-align: center;
    bottom: auto;
    left: auto;
    position: relative;
    margin-top: 50px;
  }
}

@media screen and (max-width: 700px) {
  .global-footer {
    margin-top: 28px;
  }
}

.chrome-windows footer .footer_bg {
  transform: rotate(0deg);
}

/* ----------------------------------------------------------------------------
=Sidebar Subnav
----------------------------------------------------------------------------- */
.subnav {
  position: relative;
  display: none;
  width: 320px;
  margin: 0 0 20px;
  padding: 0;
}

.subnav ul {
  width: 300px;
  margin: 0 auto;
  padding: 15px 0;
  list-style: none;
  list-style-image: none;
}

.subnav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.subnav ul li:first-child {
  background: none;
}

.subnav ul li:first-child a, .subnav ul li:first-child a:visited {
  line-height: 18px;
}

.subnav ul li.active ul {
  display: block;
  width: auto;
  margin: 0;
  padding: 2px 0 2px 12px;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  background: none;
}

.subnav ul li.active a:active {
  color: #e60077;
}

.subnav ul li a, .subnav ul li a:visited {
  display: block;
  padding: 9px 5px 7px 30px;
  color: white;
  font: bold 18px/120% "Yantramanav", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
  color: #e60077;
}

.subnav ul li a.section, .subnav ul li a:visited.section {
  padding-bottom: 7px;
  color: #e60077;
  font-size: 22px;
}

.subnav ul li a.section:hover, .subnav ul li a.section.active:hover, .subnav ul li a.section:active, .subnav ul li a:visited.section:hover, .subnav ul li a:visited.section.active:hover, .subnav ul li a:visited.section:active {
  color: #e60077;
}

.subnav ul li.active.onparent a.active {
  color: #e60077;
}

.subnav ul ul {
  display: none;
}

.subnav ul ul li {
  border-bottom: none;
}

.subnav ul ul li:first-child a {
  line-height: 24px;
}

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
#search {
  position: relative;
  display: block;
  float: right;
  width: 246px;
  height: 30px;
  margin: -5px 0 0;
  padding: 0;
}

#search input, #search input[type='text'] {
  position: relative;
  width: 246px;
  height: 30px;
  margin: 0;
  padding: 8px 10px 6px;
  color: #fff;
  border: 0;
  background: #333;
  font: normal 14px/14px "Yantramanav", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
}

#search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
  color: #fff;
  font: normal 14px/14px "Yantramanav", sans-serif;
}

#search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
  color: #fff;
  font: normal 14px/14px "Yantramanav", sans-serif;
}

#search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
  color: #fff;
  font: normal 14px/14px "Yantramanav", sans-serif;
}

#search input:focus, #search input[type='text']:focus {
  outline: none;
  -webkit-appearance: none;
}

#search button {
  position: absolute;
  top: 3px;
  right: 8px;
  width: 29px;
  height: 29px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(../images/toolbar-icons.png) no-repeat -242px 0;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
}

#search button:hover, #search button:focus {
  background-position: -242px -34px;
}

#cse-search-results {
  padding: 0 10px;
}

#cse-search-results iframe {
  width: 100%;
}

.search-app {
  position: relative;
  text-align: center;
}

.search-app input {
  width: calc(100% - 20px);
  font-size: 20px;
  padding: 8.5px 118px 8.5px 18px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #262626;
  border: 1px solid #000;
  outline: none;
  margin-top: 20px;
  z-index: 9999;
  position: relative;
  top: 0;
}

@media screen and (max-width: 700px) {
  .search-app input {
    width: 100%;
  }
}

.search-app .showtime-search-instant-result-header.result-header-main {
  border-bottom: 0;
  position: relative;
  padding-bottom: 0;
  padding-top: 20px;
  margin-bottom: -20px;
}

.search-app .showtime-search-instant-result-keyword-container {
  text-align: left;
  font-size: 32px;
  line-height: 41px;
  font-weight: 300;
  letter-spacing: 0.06em;
  max-width: calc(100% - 125px);
  display: block;
}

@media screen and (max-width: 700px) {
  .search-app .showtime-search-instant-result-keyword-container {
    display: none;
  }
}

.search-app a.submit {
  transition: none;
  position: absolute;
  top: 35px;
  right: 20px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  z-index: 500;
  background: url(../images/icn_search.png) top right no-repeat;
  z-index: 999999;
  text-indent: 99999em;
}

.showtime-search-instant-results {
  list-style: none;
  margin: 0;
  text-align: left;
}

.showtime-search-instant-results li {
  list-style: none;
  padding: 0 !important;
}

.showtime-search-instant-results li.showtime-search-instant-result-header {
  padding: 0px 20px !important;
  color: #000;
  font: 700 40px/115% "Yantramanav", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px !important;
  float: none;
  margin-top: 50px;
}

.showtime-search-instant-results li.showtime-search-instant-result-header + script + script + .news .entry,
.showtime-search-instant-results li.showtime-search-instant-result-header + script + script + .pages .entry {
  padding-top: 0;
}

.showtime-search-instant-results li:before {
  display: none;
}

.showtime-search-instant-result.pages .gen-button {
  margin-bottom: 20px;
  display: inline-block;
}

.showtime-search-instant-result.pages .entry {
  padding: 40px 0px 20px;
  width: 100%;
  border-bottom: 1px solid #000;
}

.showtime-search-instant-result .title:hover {
  color: #e60077 !important;
}

.showtime-search-instant-result-header {
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
  margin: 15px 0;
}

.showtime-search-instant-result-header.result-header-main {
  text-align: center;
  border-bottom: 0;
}

.showtime-search-instant-result-keyword {
  color: #e60077;
}

.showtime-search-instant-result.news .entry-link {
  display: block;
  overflow: hidden;
}

.showtime-search-instant-result.events .event_list {
  opacity: 1;
}

.showtime-search-instant-result.events .event_list .thumb img {
  height: auto !important;
}

.showtime-search-instant-result.events .event_list .buttons .event-link {
  display: none !important;
}

.showtime-search-instant-result-filter {
  overflow: hidden;
  position: absolute;
  height: 100%;
  line-height: 40px;
  font-size: 14px;
  top: 0;
  letter-spacing: 0.04em;
  width: 110px;
  right: 10px;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .showtime-search-instant-result-filter {
    clear: both;
    left: 10px;
    right: auto;
    bottom: 0px;
  }
}

.showtime-search-instant-result-filter:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.showtime-search-instant-result-filter > li {
  background: #e6e6e6;
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showtime-search-instant-result-filter > li.news {
  max-width: none;
  margin: 0;
}

.showtime-search-instant-result-filter > li.is-selected {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 99;
}

.showtime-search-instant-result-filter.is-selecting-result-type {
  overflow: initial;
}

.showtime-search-instant-result-filter.is-selecting-result-type > li:hover {
  color: #fff;
  background: #e60077;
}

.showtime-search-instant-result-filter.is-selecting-result-type > li.is-selected {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ----------------------------------------------------------------------------
= Event buttons including buy tickets and info. Standard styles
----------------------------------------------------------------------------- */
.m-button, .gen-button,
.gen-button:visited, a.button,
div.button a,
a.button:visited,
div.button a:visited, .event_list .buttons a:not(.flashseats_link):not(.stubhub_link),
.event_list .buttons a:visited:not(.flashseats_link):not(.stubhub_link), .calendar_tooltip .buttons a,
.calendar_tooltip .buttons a:visited, .read-more, #loadMoreEvents, .viewall, .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
.event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link), .event_detail .showings_list ul li a:not(.flashseats_link):not(.stubhub_link) {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #e60077;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  padding: 8px 32px;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.m-button:hover, .gen-button:hover,
a.button:hover,
div.button a:hover,
.event_list .buttons a:hover:not(.flashseats_link):not(.stubhub_link),
.calendar_tooltip .buttons a:hover,
.read-more:hover, #loadMoreEvents:hover, .viewall:hover, .event_title .event_ticket_link a:hover:not(.flashseats_link):not(.stubhub_link),
.event_title .event_ticket_link span:hover:not(.flashseats_link):not(.stubhub_link), .event_detail .showings_list ul li a:hover:not(.flashseats_link):not(.stubhub_link) {
  background: black;
  color: white;
}

.m-button span, .gen-button span,
.gen-button:visited span, a.button span,
div.button a span,
a.button:visited span,
div.button a:visited span, .event_list .buttons a:not(.flashseats_link):not(.stubhub_link) span,
.event_list .buttons a:visited:not(.flashseats_link):not(.stubhub_link) span, .calendar_tooltip .buttons a span,
.calendar_tooltip .buttons a:visited span, .read-more span, #loadMoreEvents span, .viewall span, .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link) span,
.event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) span, .event_detail .showings_list ul li a:not(.flashseats_link):not(.stubhub_link) span {
  font-weight: 700;
}

.gen-button,
.gen-button:visited {
  color: white;
}

a.button,
div.button a,
a.button:visited,
div.button a:visited {
  text-decoration: none;
  color: white;
}

a.button:hover,
div.button a:hover,
a.button:visited:hover,
div.button a:visited:hover {
  text-decoration: none;
}

a.button.outline,
div.button a.outline,
a.button:visited.outline,
div.button a:visited.outline {
  background: transparent;
  border: 2px solid #e60077;
  color: #e60077;
  font-size: 20px;
}

a.button.outline:hover,
div.button a.outline:hover,
a.button:visited.outline:hover,
div.button a:visited.outline:hover {
  background: #e60077;
  color: white;
}

.on_dark a.button.outline,
.on_dark div.button a.outline,
.on_dark a.button:visited.outline,
.on_dark div.button a:visited.outline {
  color: white;
  border-color: white;
}

.event_list .buttons a:not(.flashseats_link):not(.stubhub_link),
.event_list .buttons a:visited:not(.flashseats_link):not(.stubhub_link) {
  width: 160px;
  display: block;
  padding: 8px 0;
  text-align: center;
}

.event_list .buttons a:not(.flashseats_link):not(.stubhub_link):focus,
.event_list .buttons a:visited:not(.flashseats_link):not(.stubhub_link):focus {
  box-shadow: inset 0 0 0 2px black;
}

.calendar_tooltip .buttons a,
.calendar_tooltip .buttons a:visited {
  width: 160px;
  display: block;
  padding: 8px 0;
  text-align: center;
}

.read-more {
  background: #e60077;
  width: auto;
  float: left;
  position: absolute;
  bottom: -14px;
  left: 20px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 15px;
}

#loadMoreEvents {
  border: none;
  background: #000;
  margin: 25px auto 0;
  display: block;
}

#loadMoreEvents[disabled='disabled'] {
  display: none;
}

#loadMoreEvents:hover {
  background: #e60077;
}

.viewall {
  border: none;
  background: #000;
  position: absolute;
  bottom: 0px;
  right: 40px;
  display: block;
  text-align: left;
  padding-left: 14px;
  width: 160px;
  font-size: 18px;
  color: #fff;
}

.viewall span {
  display: block;
}

.viewall:after {
  content: '';
  background: url(../images/icn_list.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 24px;
  margin-top: -12px;
}

.viewall:hover {
  background: #e60077;
}

.viewall:hover:after {
  background: url(../images/icn_list_white.png) center no-repeat;
}

.ticketing_partners {
  float: left;
  margin-top: -30px;
  margin-bottom: 20px;
}

.ticketing_partners .stubhub_button,
.ticketing_partners .axs_button {
  position: relative;
  white-space: nowrap;
  display: block;
  clear: both;
  float: left;
  margin: 5px 0 5px 30px;
  padding-right: 15px;
}

.ticketing_partners .stubhub_button svg,
.ticketing_partners .stubhub_button img,
.ticketing_partners .axs_button svg,
.ticketing_partners .axs_button img {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  float: left;
  margin-right: 10px;
}

.ticketing_partners .stubhub_button span,
.ticketing_partners .axs_button span {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  float: left;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  text-align: left;
}

.ticketing_partners .stubhub_button span strong,
.ticketing_partners .axs_button span strong {
  display: block;
  font-size: 15px;
}

@media screen and (max-width: 700px) {
  .ticketing_partners .stubhub_button,
  .ticketing_partners .axs_button {
    float: none;
    margin: 20px auto 0;
    display: inline-block;
  }
}

.ticketing_partners .stubhub_button:hover svg,
.ticketing_partners .stubhub_button:hover img,
.ticketing_partners .axs_button:hover svg,
.ticketing_partners .axs_button:hover img {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.ticketing_partners .stubhub_button:hover span,
.ticketing_partners .axs_button:hover span {
  color: #e60077;
}

.ticketing_partners .stubhub_button span {
  padding-top: 4px;
}

@media screen and (max-width: 700px) {
  .ticketing_partners {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

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

.royalSlider > * {
  float: left;
}

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

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

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

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

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

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

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

.rsArrow, .rsThumbsArrow {
  cursor: pointer;
}

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

.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 {
  visibility: hidden;
  opacity: 0;
  -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 {
  float: left;
  width: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.rsVideoContainer {
  position: relative;
  /*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;
}

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 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 {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
}

img.rsImg {
  max-width: none;
}

/*.grab-cursor {
	cursor:image-url('grab.png') 8 8, move; 
}

.grabbing-cursor{ 
	cursor:image-url('grabbing.png') 8 8, move;
}*/
.rsNoDrag {
  cursor: auto;
}

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

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

.royalSlider:before,
.royalSlider:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.royalSlider:after {
  clear: both;
}

.royalSlider > .rsContent {
  visibility: hidden;
}

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

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

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

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

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

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

.rsDefault .rsArrowIcn {
  zoom: 1;
  opacity: 0.87;
  -moz-opacity: 0.87;
  filter: alpha(opacity=87);
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 28px;
  margin-left: -11px;
  background: url(../images/icn_slideshow_arrow.png) top left no-repeat;
  cursor: pointer;
}

.rsDefault .rsArrowIcn:hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  transform: rotate(180deg);
}

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

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

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

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

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #fff;
  cursor: default;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  position: absolute;
  bottom: -129px;
  width: 100%;
  height: 183px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  border-bottom-color: #ccc;
  background: transparent url(../images/home-slideshow-thumb-bg.jpg) repeat-x 0 bottom;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  margin-top: 71px;
  background: white;
}

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

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
  margin-left: -8px;
  padding-left: 8px;
}

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

.rsDefault .rsThumb {
  float: left;
  overflow: visible !important;
  width: 160px;
  height: 92px;
  background: #666;
}

.rsDefault .rsThumb.tooltip-left .tooltip {
  right: auto;
  left: 0;
}

.rsDefault .rsThumb:last-child {
  margin-right: 0 !important;
}

.rsDefault .rsThumb .rsTmb {
  position: relative;
  display: block;
}

.rsDefault .rsThumb:hover .tooltip,
.rsDefault .rsThumb:focus .tooltip {
  display: block;
}

.rsDefault .rsThumb:hover .arrow,
.rsDefault .rsThumb:focus .arrow {
  display: block;
}

.rsDefault .rsThumb img {
  position: relative;
  display: block;
  width: 160px;
  height: 92px;
}

.rsDefault .rsThumb .arrow {
  position: absolute;
  display: none;
  visibility: visible;
  overflow: visible;
  z-index: 5;
  right: 67px;
  bottom: 102px;
  width: 35px;
  height: 18px;
  margin: 0;
  background: url(../images/tool-social-tip.png) no-repeat 0 -2px;
  text-indent: -9999px;
}

.rsDefault .rsThumb .tooltip {
  position: absolute;
  display: none;
  z-index: 4;
  right: 0;
  bottom: 118px;
  box-sizing: none;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 2px 20px 10px 19px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.rsDefault .rsThumb .tooltip .details {
  position: relative;
  width: auto;
  white-space: nowrap;
}

.rsDefault .rsThumb .tooltip span {
  display: inline;
  margin: 0;
  padding: 0;
  color: #333;
  font: normal 16px/120% "Yantramanav", sans-serif;
  text-indent: 0;
  text-transform: uppercase;
}

.rsDefault .rsThumb .tooltip span span {
  font: normal 13px/120% "Yantramanav", sans-serif;
  text-transform: none;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

.rsDefault .rsTmb {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
}

.rsDefault .rsTab {
  display: inline-block;
  width: auto;
  min-width: 72px;
  height: auto;
  padding: 5px 13px 6px;
  color: #333;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  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;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  *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 {
  border-right: 1px solid #cfcfcf;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.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;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbb);
  background-image: linear-gradient(to bottom, #acacac, #bbb);
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  text-shadow: 1px 1px #838383;
}

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

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

.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 {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

.rsDefault .rsCloseVideoIcn {
  width: 32px;
  height: 32px;
  margin: 6px;
  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);
}

.rsDefault .rsPauseBtn {
  -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);
  background-color: #e60077;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  z-index: 30;
  cursor: pointer;
}

.rsDefault .rsPauseBtn:before {
  content: '';
  border-left: 4px solid white;
  border-right: 4px solid white;
  width: 12px;
  height: 15px;
  display: block;
}

.rsDefault .rsPauseBtn.is-paused:before {
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 12px solid white;
  border-right: none;
  width: 0px;
  height: 0px;
  width: 12px;
  height: 15px;
}

.rsDefault .rsPauseBtn.is-paused:hover {
  background-color: white;
}

.rsDefault .rsPauseBtn.is-paused:hover:before {
  border-left-color: #e60077;
}

.rsDefault .rsPauseBtn:not(.is-paused):hover {
  background-color: white;
}

.rsDefault .rsPauseBtn:not(.is-paused):hover:before {
  border-left-color: #e60077;
  border-right-color: #e60077;
}

.rsDefault:hover .rsPauseBtn {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  z-index: 38;
  bottom: 30px;
  width: auto;
  left: 63px;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.rsDefault .rsGCaption .rsABlock {
  position: relative;
  top: auto;
  left: auto;
  box-sizing: border-box;
  width: auto;
  height: 100%;
  padding: 0;
  text-indent: 0px;
}

.rsDefault .rsGCaption .rsABlock p {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  padding: 9px 20px;
  color: #fff;
  font-family: "Yantramanav", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: none;
  background: rgba(0, 0, 0, 0.85);
}

.rsDefault .rsGCaption .rsABlock p:empty {
  display: none;
}

@media screen and (max-width: 700px) {
  .rsDefault .rsGCaption .rsABlock p {
    font-size: 14px;
    padding: 5px 15px;
  }
}

/***************
*
*  9. Overrides/Customization
*
****************/
.full-slideshow {
  z-index: 30;
  position: relative;
  margin-bottom: 40px;
}

/* FULLPAGE CALENDAR OVERRIDES */
.fc-calendar-container {
  position: relative;
  zoom: 1;
  width: 100%;
}

.fc-calendar-container:before,
.fc-calendar-container:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.fc-calendar-container:after {
  clear: both;
}

.fc-calendar {
  zoom: 1;
  width: 100%;
  height: 100%;
}

.fc-calendar:before,
.fc-calendar:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.fc-calendar:after {
  clear: both;
}

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

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

.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}

.fc-calendar .fc-row {
  zoom: 1;
  width: 100%;
  min-height: 160px;
  margin-bottom: 10px;
}

.fc-calendar .fc-row:before,
.fc-calendar .fc-row:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.fc-calendar .fc-row:after {
  clear: both;
}

@media screen and (max-width: 700px) {
  .fc-calendar .fc-row {
    height: auto;
    min-height: 0px;
    margin-bottom: 0px;
  }
}

.fc-calendar .fc-row > div,
.fc-calendar .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% - 10px);
  margin: 0 5px;
}

@media screen and (max-width: 700px) {
  .fc-calendar .fc-row > div,
  .fc-calendar .fc-head > div {
    width: 100%;
    height: auto;
  }
}

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

.fc-calendar .fc-row > div {
  background: #fff;
  padding: 0px;
  overflow: hidden;
  position: relative;
  min-height: 160px;
}

@media screen and (max-width: 700px) {
  .fc-calendar .fc-row > div {
    min-height: 0px;
    margin-bottom: 10px;
  }
}

.fc-calendar .fc-head > div {
  text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  top: 0px;
  left: 0px;
  padding: 5px;
  text-align: left;
  background: transparent;
}

@media screen and (max-width: 700px) {
  .fc-calendar .fc-row > div > span.fc-date {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    padding: 10px;
    display: block;
  }
}

.fc-calendar .fc-row > div.fc-content > span.fc-date {
  width: auto;
  height: auto;
  top: 5px;
  left: 5px;
  padding: 0px;
  background: none;
  color: #ffffff;
}

@media screen and (max-width: 700px) {
  .fc-calendar .fc-row > div.fc-content > span.fc-date {
    padding: 5px;
  }
}

.fc-calendar .fc-row > div.fc-content {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .fc-calendar .fc-row > div.fc-content {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0px;
  }
}

.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none;
}

.fc-calendar .fc-row > div.fc-today {
  background: white;
}

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}

.event_item_wrapper {
  position: relative;
  padding: 10px;
}

@media screen and (max-width: 700px) {
  .event_item_wrapper {
    padding: 10px;
    border-top: 1px solid #ffffff;
  }
  .event_item_wrapper:first-child {
    border-top: none;
  }
}

.fc-content .entry .thumb, .fc-content .entry .date, .fc-content .entry .buttons {
  display: none;
}

.calendar_tooltip {
  position: absolute;
  display: none;
  overflow: visible !important;
  z-index: 99;
  top: 0;
  left: 50%;
  width: 180px;
  height: auto;
  padding: 10px;
  background: #fff;
}

.calendar_tooltip:after {
  position: absolute;
  top: 25%;
  left: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  content: '';
}

.calendar_tooltip .thumb {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 87px;
}

.calendar_tooltip img {
  width: 100%;
  float: left;
}

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

.calendar .modal.fade.in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  display: none;
}

.calendar .modal.fade.in .modal-body {
  min-height: 160px;
  max-height: 320px;
  padding: 20px;
  background: #fff;
  overflow-y: scroll;
}

.calendar .modal.fade.in .close {
  position: absolute;
  z-index: 20;
  top: 10px;
  right: 10px;
  margin: 10px;
  border: none;
  background: none;
}

.calendar .modal.fade.in:focus {
  outline: none;
}

.duplicates, .duplicate {
  display: none;
}

/*****************************************/
/** 	Add Calendar Styles Here: 		**/
/*****************************************/
.print_calendar {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 40px;
  font-weight: 700;
  display: block;
  color: #000;
}

.print_calendar:hover {
  color: #e60077;
}

.cal-header {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.cal-header .cal-month {
  display: inline-block;
}

.fc-calendar {
  position: relative;
}

.fc-calendar .fc-row > div {
  overflow: visible;
}

.fc-calendar .fc-row > div > span.fc-date {
  height: 30px;
  width: 30px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.fc-calendar .corner {
  height: 54px;
  width: 54px;
  position: absolute;
  top: -5px;
  left: -5px;
  border-top: 54px solid rgba(230, 0, 119, 0.7);
  border-right: 54px solid transparent;
}

.fc-calendar .fc-row > div {
  border: 1px solid #000;
}

#cal-month {
  text-align: center;
}

.fc-today .corner {
  border-top: 54px solid rgba(0, 0, 0, 0.7);
}

.fc-content h3, .fc-content .news_list .entry .info .news_header, .news_list .entry .info .fc-content .news_header {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
  word-wrap: break-word;
}

.fc-content h3 a, .fc-content .news_list .entry .info .news_header a, .news_list .entry .info .fc-content .news_header a {
  color: #000;
}

.fc-content h4 {
  display: none;
}

.fc-content .time {
  font-size: 12px;
}

#cal-prev, #cal-next {
  position: absolute;
  top: 0px;
  display: block;
  float: left;
  margin-top: 15px;
  zoom: 1;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  cursor: pointer;
  height: 30px;
  width: 15px;
}

#cal-prev:before, #cal-next:before {
  position: absolute;
  content: '';
  height: 0px;
  width: 0;
  left: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#cal-prev {
  left: 0px;
}

#cal-prev:before {
  border-right: 15px solid #e60077;
}

#cal-prev:hover:before {
  border-right: 15px solid #000;
}

#cal-next {
  right: 0px;
}

#cal-next:before {
  border-left: 15px solid #e60077;
}

#cal-next:hover:before {
  border-left: 15px solid #000;
}

.calendar_tooltip {
  border: 1px solid #000;
}

.calendar_tooltip .thumb {
  margin-bottom: 10px;
}

.calendar_tooltip h3, .calendar_tooltip .news_list .entry .info .news_header, .news_list .entry .info .calendar_tooltip .news_header {
  word-wrap: break-word;
  line-height: 1.1;
}

.calendar_tooltip .time {
  margin-bottom: 20px;
}

.calendar_tooltip:after {
  border-right-color: #000;
}

@media screen and (max-width: 700px) {
  .fc-calendar .fc-row > div {
    border: none;
  }
  .fc-calendar .fc-row > div > span.fc-date {
    border: 1px solid #000;
    width: 100%;
    height: 40px;
    padding: 5px;
  }
  .fc-calendar .fc-row > div.fc-content > span.fc-date {
    border: none;
    padding: 0px;
  }
  .fc-calendar .fc-row > div.fc-content {
    border: 1px solid #000;
  }
}

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content {
  position: relative;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------------
=Textarea 
----------------------------------------------------------------------------- */
.textarea {
  position: relative;
  margin: 0 0 20px;
  padding: 0 20px;
}

@media screen and (max-width: 700px) {
  .textarea {
    padding: 0 0px;
  }
}

.textarea h1,
.textarea h2 {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-weight: 300;
}

.textarea h1 strong,
.textarea h2 strong {
  font-weight: 700;
}

.textarea h2,
.textarea h3, .textarea .news_list .entry .info .news_header, .news_list .entry .info .textarea .news_header {
  margin-top: 40px;
}

blockquote {
  position: relative;
  padding: 46px 50px 16px;
  margin: 40px 0;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000;
}

blockquote:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 87px solid rgba(230, 0, 119, 0.9);
  border-right: 87px solid transparent;
}

blockquote:after {
  content: '';
  background: url("../images/icn_blockquote.png") center center no-repeat;
  font-weight: 300;
  height: 54px;
  width: 54px;
  position: absolute;
  top: -10px;
  left: -10px;
}

blockquote p strong,
blockquote p b {
  font-weight: 700;
  font-size: 14px;
  margin-top: -5px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

blockquote p em,
blockquote p i {
  color: #e60077;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-top: -4px;
  line-height: 20px;
  display: inline-block;
  border-left: 1px solid #e60077;
  padding-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 700px) {
  blockquote {
    margin: 20px 0;
    background-size: 20px auto;
    padding: 20px 20px 10px 40px;
    background-position: 0px 20px;
  }
  blockquote p em,
  blockquote p i {
    display: block;
    padding-left: 0;
    border: none;
  }
}

/* ----------------------------------------------------------------------------
=Image Templates
----------------------------------------------------------------------------- */
.content img {
  max-width: 100%;
}

.content img[align='left'],
.content img[align='left'].gh-image,
.content img.left {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0px;
}

@media screen and (max-width: 700px) {
  .content img[align='left'],
  .content img[align='left'].gh-image,
  .content img.left {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.content img[align='right'],
.content img[align='right'].gh-image,
.content img.right {
  float: right;
  margin: 0 0 20px 20px;
  padding: 0px;
}

@media screen and (max-width: 700px) {
  .content img[align='right'],
  .content img[align='right'].gh-image,
  .content img.right {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.content img.gh-image {
  margin: 0 20px 20px 0;
  padding: 0;
}

.content img.image {
  margin: 0 20px 20px 0;
  padding: 0;
}

.content .overview {
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 40px;
  max-width: 1166px;
  width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 50px;
}

.content .overview h1,
.content .overview h2,
.content .overview h3,
.content .overview .news_list .entry .info .news_header,
.news_list .entry .info .content .overview .news_header, .content .overview h4,
.content .overview p {
  color: white;
  margin-bottom: 0;
}

.content .overview.only_h1 {
  padding: 25px 40px 20px;
}

@media screen and (max-width: 700px) {
  .content .overview.only_h1 {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 700px) {
  .content .overview {
    padding: 20px 20px;
  }
}

.has_slideshow .content .overview {
  margin-bottom: -20px;
  transform: translate(-50%, -60px);
}

.login_form h1 {
  text-align: center;
}

.login_form input {
  border: 1px solid #000;
  line-height: 40px;
  color: #333333;
  padding: 0px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

.login_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  opacity: 1;
  letter-spacing: 0.05em;
}

.login_form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
  letter-spacing: 0.05em;
}

.login_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
  letter-spacing: 0.05em;
}

.login_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  opacity: 1;
  letter-spacing: 0.05em;
}

.login_form input:focus {
  outline: none;
  border-color: #e60077;
}

.login_form input[type='submit'] {
  color: #fff;
  background: #e60077;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: auto;
  display: block;
  border: none;
  font-size: 14px;
  width: auto;
  padding: 0px 20px;
  max-width: 200px;
}

.login_form input[type='submit']:hover {
  background: black;
}

.two-column {
  zoom: 1;
}

.two-column:before,
.two-column:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.two-column:after {
  clear: both;
}

.two-column > ul {
  zoom: 1;
}

.two-column > ul:before,
.two-column > ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.two-column > ul:after {
  clear: both;
}

.two-column > ul > li {
  width: 50%;
  float: left;
}

.two-column > ul > li:nth-child(odd) {
  clear: left;
}

@media screen and (max-width: 700px) {
  .two-column > ul > li {
    width: 100%;
    float: none;
  }
}

/* ----------------------------------------------------------------------------
=Search
----------------------------------------------------------------------------- */
.search_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1600;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.search_wrapper .close_search {
  position: absolute;
  top: -30px;
  right: 0px;
  border: none;
  cursor: pointer;
  padding-right: 32px;
  text-transform: uppercase;
  color: black;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.05em;
}

.search_wrapper .close_search:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/icn_close_black.png) top left no-repeat;
  border: none;
  cursor: pointer;
}

.search_wrapper .close_search:hover {
  color: #e60077;
}

.search_wrapper .close_search:hover:after {
  background-position: top right;
}

.search_wrapper .cse-search-box {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .search_wrapper .cse-search-box {
    width: 95%;
  }
}

.search_wrapper .cse-search-box .search_form {
  padding: 0;
  padding: 20px 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  .search_wrapper .cse-search-box .search_form {
    height: 50px;
    padding: 0;
  }
}

.search_wrapper .cse-search-box input[type='text'] {
  vertical-align: top;
  color: black;
  font-size: 30px;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  border: none;
  padding: 0px 38px;
  background: transparent;
  padding: 8.5px 118px 8.5px 18px;
  background: transparent;
  border: 1px solid black;
}

.search_wrapper .cse-search-box input[type='text']::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e60077;
  opacity: 1;
  padding-top: 5px;
}

.search_wrapper .cse-search-box input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e60077;
  opacity: 1;
  padding-top: 5px;
}

.search_wrapper .cse-search-box input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e60077;
  opacity: 1;
  padding-top: 5px;
}

.search_wrapper .cse-search-box input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e60077;
  opacity: 1;
  padding-top: 5px;
}

.search_wrapper .cse-search-box input[type='text']:focus {
  outline: none;
}

@media screen and (max-width: 700px) {
  .search_wrapper .cse-search-box input[type='text'] {
    font-size: 16px;
    padding: 13px 15px;
  }
}

.search_wrapper .cse-search-box button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/icn_search.png) top left no-repeat;
  border: none;
  text-indent: -999px;
  font-size: 0;
}

.search_wrapper .cse-search-box button:hover {
  background-position: top right;
}

@media screen and (max-width: 700px) {
  .search_wrapper .event_list .entry .info .info_inner h3, .search_wrapper .event_list .news_list .entry .info .info_inner .news_header, .news_list .search_wrapper .event_list .entry .info .info_inner .news_header {
    max-height: none;
  }
  .search_wrapper .event_list
.entry
.info
.info_inner
.buttons
a:not(.flashseats_link):not(.stubhub_link) {
    margin-top: -35px;
  }
}

.loader_wrapper {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.loader_wrapper.hide {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.loader:before,
.loader:after,
.loader {
  border-radius: 0%;
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  color: #000;
  background: #e60077;
}

.loader {
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before {
  left: -30px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 30px;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    background: #e60077;
  }
  40% {
    background: white;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    background: #e60077;
  }
  40% {
    background: white;
  }
}

.spotlight {
  padding: 0px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .spotlight {
    padding: 0 0px;
  }
}

.spotlight .spotlight_item {
  padding: 40px 0px 20px;
  width: 100%;
  border-bottom: 1px solid #000;
}

.spotlight .spotlight_item:first-child {
  border-top: none;
}

.spotlight .spotlight_item .spotlight_image {
  float: left;
  max-width: 320px;
  margin-right: 40px;
}

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

.spotlight .spotlight_item .spotlight_image a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.spotlight .spotlight_item .spotlight_image a:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.spotlight .spotlight_item .spotlight_text {
  float: left;
  width: 100%;
  padding-left: 0px;
  box-sizing: border-box;
}

.spotlight .spotlight_item .spotlight_text h3, .spotlight .spotlight_item .spotlight_text .news_list .entry .info .news_header, .news_list .entry .info .spotlight .spotlight_item .spotlight_text .news_header {
  display: block;
}

.spotlight .spotlight_item .spotlight_text h3 a, .spotlight .spotlight_item .spotlight_text .news_list .entry .info .news_header a, .news_list .entry .info .spotlight .spotlight_item .spotlight_text .news_header a {
  color: #000;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.spotlight .spotlight_item .spotlight_text h3 a:hover, .spotlight .spotlight_item .spotlight_text .news_list .entry .info .news_header a:hover, .news_list .entry .info .spotlight .spotlight_item .spotlight_text .news_header a:hover {
  color: #e60077;
  text-decoration: none;
}

.spotlight .spotlight_item .spotlight_text.has_thumb {
  width: calc(100% - 370px);
}

.spotlight .spotlight_item .spotlight_text a.gen-button {
  float: left;
  margin-bottom: 20px;
  color: white;
}

.spotlight .spotlight_item .spotlight_text a.gen-button:focus {
  box-shadow: inset 0 0 0 2px black;
}

@media screen and (max-width: 700px) {
  .spotlight .spotlight_item .spotlight_image {
    width: 100%;
    margin-bottom: 20px;
  }
  .spotlight .spotlight_item .spotlight_text {
    width: 100%;
    padding: 0;
  }
  .spotlight .spotlight_item .spotlight_text.has_thumb {
    width: 100%;
  }
}

.parking_page .spotlight .spotlight_item .spotlight_text {
  position: relative;
  width: calc(100% - 100px);
  float: right;
}

.parking_page .spotlight .spotlight_item .spotlight_text:before {
  color: #e60077;
  position: absolute;
  top: -10px;
  left: -100px;
  font-family: FontAwesome;
  font-size: 50px;
  width: 80px;
  text-align: center;
}

.parking_page .spotlight .spotlight_item.parking .spotlight_text:before {
  font-family: "Yantramanav", sans-serif;
  content: 'P';
  background: white;
  color: #e60077;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 56px;
  font-weight: 700;
  font-size: 40px;
  left: -90px;
  border: 4px solid #e60077;
}

.parking_page .spotlight .spotlight_item.taxi-lyft-or-uber .spotlight_text:before {
  content: '\f1ba';
}

.parking_page .spotlight .spotlight_item.map .spotlight_text:before {
  content: '\f278';
}

.parking_page .spotlight .spotlight_item.shuttle-service .spotlight_text:before {
  content: '\f238';
  content: '\f207';
}

.parking_page .spotlight .spotlight_item.monorail .spotlight_text:before {
  content: '\f239';
  color: #e60077;
  position: absolute;
  top: -10px;
  left: -100px;
  font-family: FontAwesome;
  font-size: 50px;
  width: 80px;
  text-align: center;
  border: none;
  border-radius: 0px;
}

/* ----------------------------------------------------------------------------
= Showtime Homepage Overlay
----------------------------------------------------------------------------- */
#overlay_container {
  display: none;
  padding: 100px 0 0;
}

#overlay_container .close-overlay {
  position: absolute;
  display: block;
  z-index: 50;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background: url(../images/button_close.png) no-repeat center center;
  cursor: pointer;
}

#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;
  display: block;
}

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

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

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

.dontshow-overlay:hover {
  color: #fff;
  background: #e60077;
}

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .promo_section .promo_spotlights {
  z-index: 21;
  position: absolute;
  top: 150px;
  left: calc(50% - 170px);
  transform: translate(-50%, 0%);
  transform-style: preserve-3d;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 1260px) {
  .home .promo_section .promo_spotlights {
    max-width: 100%;
    left: auto;
    top: auto;
    transform: none;
    position: relative;
    margin-top: 100px;
    margin-bottom: 0px;
    justify-content: center;
  }
}

@media screen and (max-width: 920px) {
  .home .promo_section .promo_spotlights {
    margin-top: 20px;
  }
}

.home .promo_section .promo_spotlights .spotlight_item {
  max-width: 430px;
  min-width: 430px;
  display: flex;
  flex-flow: column wrap;
  flex: 1;
  margin: 0px 10px;
}

@media screen and (max-width: 1260px) {
  .home .promo_section .promo_spotlights .spotlight_item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 450px) {
  .home .promo_section .promo_spotlights .spotlight_item {
    min-width: calc(100% - 20px);
  }
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_image {
  flex: 1 0 auto;
  position: relative;
  overflow: initial;
  padding-left: 10px;
  padding-right: 0px;
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_image:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 284px 0 0 430px;
  visibility: visible;
  border-color: transparent transparent transparent white;
  z-index: -1;
}

@media screen and (max-width: 450px) {
  .home .promo_section .promo_spotlights .spotlight_item .spotlight_image:before {
    border-width: calc((284 / 430) * (100vw - 20px)) 0 0 calc(100vw - 20px);
  }
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_image a:focus:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: calc(100% - 10px);
  height: 100%;
  box-shadow: inset 0 0 0 8px #e60077;
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_text {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 auto;
  background: white;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_text h3 a, .home .promo_section .promo_spotlights .spotlight_item .spotlight_text .news_list .entry .info .news_header a, .news_list .entry .info .home .promo_section .promo_spotlights .spotlight_item .spotlight_text .news_header a {
  font-weight: 900;
  font-size: 30px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  transition: color 200ms linear;
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_text h3 a:hover, .home .promo_section .promo_spotlights .spotlight_item .spotlight_text .news_list .entry .info .news_header a:hover, .news_list .entry .info .home .promo_section .promo_spotlights .spotlight_item .spotlight_text .news_header a:hover {
  color: #e60077;
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_text p {
  letter-spacing: 0;
  line-height: 23px;
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_text a.gen-button {
  max-width: 160px;
}

.home .promo_section .promo_spotlights .spotlight_item .spotlight_text a.gen-button:focus {
  color: white;
  box-shadow: inset 0 0 0 2px black;
}

.home .promo_section.offseason .promos {
  max-height: 915px;
}

.home .promo_section.offseason .promo_spotlights {
  max-width: 1200px;
  left: 50%;
}

@media screen and (max-width: 1260px) {
  .home .promo_section.offseason .promo_spotlights {
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

.home .promo_section.offseason .promo_spotlights .spotlight_item {
  max-width: 580px;
  min-width: 580px;
}

@media screen and (max-width: 600px) {
  .home .promo_section.offseason .promo_spotlights .spotlight_item {
    min-width: calc(100vw - 20px);
  }
}

.home .promo_section.offseason .promo_spotlights .spotlight_image:before {
  border-width: 442px 0 0 580px;
}

@media screen and (max-width: 600px) {
  .home .promo_section.offseason .promo_spotlights .spotlight_image:before {
    border-width: calc((442 / 580) * (100vw - 20px)) 0 0 calc(100vw - 20px);
  }
}

@media screen and (max-width: 1260px) {
  .home .promos_wrapper {
    position: static !important;
  }
}

@media screen and (max-width: 1260px) {
  .home .promos {
    height: 100%;
    position: static !important;
  }
}

.home .promos .image_wrapper {
  height: 925px;
}

@media screen and (max-width: 1260px) {
  .home .promos .image_wrapper {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}

.home .promos .image_wrapper .under_image {
  height: 925px;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%), url("../images/backgrounds/homepage_promo.png"), linear-gradient(-48deg, #4a3a46 0%, #e50073 100%);
  background-size: cover;
  width: 100%;
  max-width: none;
  background-position: center;
}

@media screen and (max-width: 1260px) {
  .home .promos .image_wrapper .under_image {
    height: 100%;
  }
}

.home .promos .image_wrapper .over_image {
  background-image: url("../images/backgrounds/promo_mask.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
  width: 100%;
  height: calc((288 / 1600) * 100vw);
}

.home .full {
  position: relative;
  z-index: 15;
  padding-bottom: 62px;
}

@media screen and (max-width: 920px) {
  .home .full {
    margin-bottom: 0px;
    padding-bottom: 87px;
  }
}

@media screen and (max-width: 600px) {
  .home .full {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.home .outside_info {
  display: none;
}

.home .home_events.event_list.grid_view_width {
  max-width: 1320px;
  margin-top: 0;
}

.home .home_events.event_list.grid_view_width .list {
  max-width: 1180px;
  margin: auto;
  font-size: 0px;
  text-align: center;
  padding-top: 452px;
}

@media screen and (max-width: 1200px) {
  .home .home_events.event_list.grid_view_width .list {
    max-width: 885px;
    margin: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 920px) {
  .home .home_events.event_list.grid_view_width .list {
    max-width: 590px;
  }
}

.home .home_events.event_list.grid_view_width .additional_tickets {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding-right: 121px;
  background: rgba(0, 0, 0, 0.9);
}

.home .home_events.event_list.grid_view_width .additional_tickets a {
  width: 50%;
  float: left;
  margin: 5px 0 10px;
  padding: 0px 0;
}

@media screen and (min-width: 701px) and (max-width: 920px) {
  .home .home_events.event_list.grid_view_width .additional_tickets {
    position: relative;
    bottom: auto;
    right: auto;
    padding-right: 0;
    width: 160px;
    background: transparent;
    margin-top: 0;
  }
  .home .home_events.event_list.grid_view_width .additional_tickets a {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .home .home_events.event_list.grid_view_width .additional_tickets {
    background: none;
  }
}

.home .home_events.event_list.grid_view_width .available_on_text {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 11px;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 7px;
  width: 100%;
  color: #fff;
  margin-top: 10px;
}

@media screen and (min-width: 701px) and (max-width: 920px) {
  .home .home_events.event_list.grid_view_width .available_on_text {
    color: #000;
  }
}

@media screen and (max-width: 700px) {
  .home .home_events.event_list.grid_view_width .available_on_text {
    margin-top: 5px;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 500;
    color: #666;
  }
}

.home .home_events.event_list.grid_view_width .flashseats_link {
  background: url(../images/flash_seats.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.home .home_events.event_list.grid_view_width .flashseats_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.home .home_events.event_list.grid_view_width .stubhub_link {
  background: url(../images/stubhub_logo.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}

.home .home_events.event_list.grid_view_width .stubhub_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event:not(.primary_event) .buttons {
  width: 100%;
  max-width: 350px;
}

@media screen and (min-width: 701px) and (max-width: 920px) {
  .home .home_events.event_list.grid_view_width .entry.standard_event[data-original='standard_event'].sold_out_event
.buttons {
    width: 160px;
  }
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons,
.home .home_events.event_list.grid_view_width .entry.standard_plus_event.sold_out_event .buttons {
  zoom: 1;
  width: 100%;
  max-width: 100%;
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons:before,
.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons:after,
.home .home_events.event_list.grid_view_width .entry.standard_plus_event.sold_out_event .buttons:before,
.home .home_events.event_list.grid_view_width .entry.standard_plus_event.sold_out_event .buttons:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons:after,
.home .home_events.event_list.grid_view_width .entry.standard_plus_event.sold_out_event .buttons:after {
  clear: both;
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons a,
.home .home_events.event_list.grid_view_width .entry.standard_plus_event.sold_out_event .buttons a {
  float: left;
  width: 50%;
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons .additional_tickets,
.home .home_events.event_list.grid_view_width .entry.standard_plus_event.sold_out_event .buttons .additional_tickets {
  float: right;
  width: calc(50% - 10px);
  padding: 0;
  margin: 0;
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons {
  zoom: 1;
  margin-top: 10px;
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons:before,
.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons:after {
  clear: both;
}

.home .home_events.event_list.grid_view_width .entry.grid_view.sold_out_event.standard_event[data-original='primary_event']
.buttons .additional_tickets {
  position: relative;
  bottom: auto;
  right: auto;
  background: none;
  margin-top: -10px;
}

.home .entry.count_1[data-original='secondary_event'] {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.home .entry.count_1[data-original='secondary_event'].is-visible {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 920px) {
  .home .entry.count_1[data-original='secondary_event'] {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

.home .grid_view.entry {
  width: 281px;
  float: left;
  margin: 0 7px 25px;
}

.home .grid_view.entry .thumb {
  width: 100%;
  display: block;
  max-height: 432px;
  overflow: hidden;
}

.home .grid_view.entry .thumb a:focus:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0px 7px #e60077;
}

.home .grid_view.entry .event_image {
  display: none;
}

.home .grid_view.entry.hide_smaller {
  display: none;
}

.home .grid_view.entry.filler {
  display: none;
}

@media screen and (max-width: 1200px) {
  .home .grid_view.entry.second_set_filler {
    float: right;
  }
}

@media screen and (min-width: 920px) and (max-width: 1200px) {
  .home .grid_view.entry.filler {
    display: inline-block;
  }
}

@media screen and (max-width: 700px) {
  .home .grid_view.entry.filler {
    display: none;
  }
}

.home .entry.grid_view.standard_event .featured_thumb {
  display: none;
}

.home .entry.grid_view.standard_event .event_image {
  display: none;
}

.home .entry.grid_view.standard_event .info {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  float: left;
  height: 140px;
  border-bottom: none;
}

.home .entry.grid_view.standard_event .info .info_inner {
  position: absolute;
  bottom: 0px;
  top: auto;
  right: auto;
  left: 0px;
  width: 100%;
  padding: 20px;
  height: auto;
  transform: translateY(0%);
  background: #fff;
  min-height: 140px;
}

.home .entry.grid_view.standard_event .info .info_inner h3, .home .news_list .entry.grid_view.standard_event .info .info_inner .news_header, .news_list .home .entry.grid_view.standard_event .info .info_inner .news_header {
  overflow: hidden;
  max-height: 56px;
}

.home .entry.grid_view.standard_event .info .info_inner h3.long_title, .home .news_list .entry.grid_view.standard_event .info .info_inner .long_title.news_header, .news_list .home .entry.grid_view.standard_event .info .info_inner .long_title.news_header {
  font-size: 20px;
}

.home .entry.grid_view.standard_event .info .info_inner .date {
  margin-bottom: 10px;
}

.home .entry.grid_view.standard_event .info .info_inner .time {
  display: none;
}

.home .entry.grid_view.standard_event .info .buttons {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 100%;
  transform: translateY(10px);
}

.home .entry.grid_view.standard_event .info .buttons:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom: 105px solid rgba(230, 0, 119, 0.9);
  border-left: 130px solid transparent;
  z-index: 2;
}

.home .entry.grid_view.standard_event .info .buttons:hover:before {
  border-bottom: 115px solid #e60077;
  border-left: 140px solid transparent;
}

.home .entry.grid_view.standard_event .info .buttons a:not(.flashseats_link):not(.stubhub_link) {
  position: relative;
  transform: translateY(0);
  padding: 0;
  background: none;
  height: 97px;
  width: 121px;
  padding: 50px 15px 0px 20px;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0.05em;
  z-index: 3;
  float: right;
}

.home .entry.grid_view.standard_event .info .buttons a:not(.flashseats_link):not(.stubhub_link) span {
  display: block;
}

.home .entry.grid_view.standard_event .info .buttons a:not(.flashseats_link):not(.stubhub_link):focus {
  box-shadow: 0 0 0 2px white;
}

.home .entry.grid_view.standard_event .info .buttons a:not(.flashseats_link):not(.stubhub_link).onsale,
.home .entry.grid_view.standard_event .info .buttons a:not(.flashseats_link):not(.stubhub_link).soon,
.home .entry.grid_view.standard_event .info .buttons a:not(.flashseats_link):not(.stubhub_link).tba {
  font-size: 14px;
  padding-right: 10px;
  padding-top: 55px;
}

.home .entry.grid_view.standard_event .info .buttons .available_on_text {
  width: 100%;
  color: #fff;
  margin-top: 10px;
}

.home .entry.grid_view.standard_event .info .buttons .additional_tickets {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding-right: 121px;
  background: rgba(0, 0, 0, 0.9);
}

.home .entry.grid_view.standard_event .info .buttons .additional_tickets a {
  width: 50%;
  float: left;
  margin: 5px 0 10px;
  padding: 0px 0;
}

.home .entry.grid_view.standard_event .invisible {
  display: block;
}

@media screen and (max-width: 700px) {
  .home .entry.grid_view.standard_event {
    width: calc(50% - 14px);
  }
  .home .entry.grid_view.standard_event .buttons {
    width: 100% !important;
  }
  .home .entry.grid_view.standard_event .buttons a {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 600px) {
  .home .entry.grid_view.standard_event {
    width: 100%;
    margin: 0 0 25px;
  }
  .home .entry.grid_view.standard_event .info {
    height: auto;
  }
  .home .entry.grid_view.standard_event .info .info_inner {
    position: relative;
    min-height: 0px;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.85);
    background: url(../images/bg_event_title.png) top center rgba(0, 0, 0, 0.85) repeat-x;
  }
  .home .entry.grid_view.standard_event .info .info_inner h3, .home .news_list .entry.grid_view.standard_event .info .info_inner .news_header, .news_list .home .entry.grid_view.standard_event .info .info_inner .news_header {
    font-size: 30px;
    color: white;
  }
  .home .entry.grid_view.standard_event .info .info_inner h3 a, .home .news_list .entry.grid_view.standard_event .info .info_inner .news_header a, .news_list .home .entry.grid_view.standard_event .info .info_inner .news_header a {
    color: white;
  }
  .home .entry.grid_view.standard_event .info .info_inner h4 {
    font-weight: bold;
  }
  .home .entry.grid_view.standard_event .info .info_inner .date {
    margin-bottom: 10px;
    color: white;
  }
  .home .entry.grid_view.standard_event .info .info_inner .buttons {
    position: relative;
  }
  .home .entry.grid_view.standard_event .info .info_inner .buttons:before {
    display: none;
  }
  .home .entry.grid_view.standard_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
    background: #e60077;
    font-size: 16px;
    width: 100%;
    padding: 8px 0px;
    text-align: center;
    height: auto;
  }
  .home .entry.grid_view.standard_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) span {
    display: inline;
  }
  .home .entry.grid_view.standard_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link):hover {
    background: #e60077;
  }
}

.home .entry.standard_plus_event .featured_thumb {
  display: none;
}

.home .entry.standard_plus_event .event_image {
  display: none;
}

.home .entry.standard_plus_event .thumb {
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}

.home .entry.standard_plus_event .info {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  padding-left: 110px;
  float: left;
  height: 148px;
  border-bottom: none;
  z-index: 10;
}

.home .entry.standard_plus_event .info .info_inner {
  position: absolute;
  bottom: auto;
  top: 0;
  right: 0;
  left: auto;
  width: calc(100% - 110px);
  padding: 20px;
  height: 110px;
  transform: translateY(0%);
  background: #fff;
  min-height: 110px;
}

.home .entry.standard_plus_event .info .info_inner h3, .home .news_list .entry.standard_plus_event .info .info_inner .news_header, .news_list .home .entry.standard_plus_event .info .info_inner .news_header {
  overflow: hidden;
  max-height: 40px;
  font-size: 20px;
}

.home .entry.standard_plus_event .info .info_inner h3.long_title, .home .news_list .entry.standard_plus_event .info .info_inner .long_title.news_header, .news_list .home .entry.standard_plus_event .info .info_inner .long_title.news_header {
  max-height: 40px;
  font-size: 20px;
}

.home .entry.standard_plus_event .info .info_inner h4 {
  font-size: 16px;
}

.home .entry.standard_plus_event .info .info_inner .date {
  margin-bottom: 10px;
}

.home .entry.standard_plus_event .info .info_inner .time {
  display: none;
}

.home .entry.standard_plus_event .info .info_inner .buttons {
  position: absolute;
  bottom: auto;
  top: 110px;
  right: 0px;
  transform: translateY(0px);
  background: #e60077;
  width: calc(100% + 110px);
  height: 38px;
}

.home .entry.standard_plus_event .info .info_inner .buttons:before {
  display: none;
}

.home .entry.standard_plus_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
  color: #fff;
  position: relative;
  transform: translateY(0);
  padding: 0;
  background: none;
  height: auto;
  width: 100%;
  padding: 0px 0px;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.05em;
  z-index: 3;
  float: right;
}

.home .entry.standard_plus_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) span {
  display: inline;
}

.home .entry.standard_plus_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link):hover {
  background: black;
}

.home .entry.standard_plus_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).onsale,
.home .entry.standard_plus_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).soon,
.home .entry.standard_plus_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).tba {
  font-size: 15px;
  padding-right: 0px;
  padding-top: 0px;
}

@media screen and (max-width: 500px) {
  .home .entry.standard_plus_event .info .info_inner {
    padding: 15px;
  }
}

@media screen and (max-width: 700px) {
  .home .entry.standard_plus_event {
    border-bottom: none;
  }
}

@media screen and (max-width: 600px) {
  .home .entry.standard_plus_event .info {
    padding-bottom: 60px;
  }
  .home .entry.standard_plus_event .info .buttons {
    display: block;
    bottom: -5px;
    right: auto;
    left: 0px;
    top: auto;
    transform: none;
    width: 100%;
    transform: translate(0);
  }
  .home .entry.standard_plus_event .info .buttons a:not(.flashseats_link):not(.stubhub_link) {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .home .entry.standard_plus_event.count_1 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .home .entry.grid_view {
    width: calc(33.3% - 14px);
    width: 281px;
    display: inline-block;
    font-size: 0px;
  }
}

@media screen and (max-width: 700px) {
  .home .entry.grid_view {
    width: calc(50% - 14px);
    width: 281px;
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  .home .entry.grid_view {
    border-bottom: none;
  }
}

@media screen and (max-width: 500px) {
  .home .entry.grid_view {
    width: 100%;
    margin: 0 0 25px;
    border-bottom: 1px solid #000;
  }
}

.home .entry.grid_view.secondary_event {
  z-index: 50;
  width: calc(50% - 14px);
  max-width: 633px;
}

.home .entry.grid_view.secondary_event .invisible {
  display: none;
}

.home .entry.grid_view.secondary_event .info {
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  zoom: 1;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  max-width: 60%;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  max-width: 100%;
  border-bottom: none;
}

.home .entry.grid_view.secondary_event .info:before,
.home .entry.grid_view.secondary_event .info:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .entry.grid_view.secondary_event .info:after {
  clear: both;
}

.home .entry.grid_view.secondary_event .info .info_inner {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: relative;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  padding: 30px;
  height: auto;
  transform: translateY(0%);
  min-height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.home .entry.grid_view.secondary_event .info .info_inner h3, .home .news_list .entry.grid_view.secondary_event .info .info_inner .news_header, .news_list .home .entry.grid_view.secondary_event .info .info_inner .news_header {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
  overflow: hidden;
  max-height: 80px;
}

.home .entry.grid_view.secondary_event .info .info_inner h3 a, .home .news_list .entry.grid_view.secondary_event .info .info_inner .news_header a, .news_list .home .entry.grid_view.secondary_event .info .info_inner .news_header a {
  color: white;
}

.home .entry.grid_view.secondary_event .info .info_inner h3 a:hover, .home .news_list .entry.grid_view.secondary_event .info .info_inner .news_header a:hover, .news_list .home .entry.grid_view.secondary_event .info .info_inner .news_header a:hover {
  color: #e60077;
}

.home .entry.grid_view.secondary_event .info .info_inner h3.long_title, .home .news_list .entry.grid_view.secondary_event .info .info_inner .long_title.news_header, .news_list .home .entry.grid_view.secondary_event .info .info_inner .long_title.news_header {
  font-size: 30px;
  max-height: 120px;
}

.home .entry.grid_view.secondary_event .info .info_inner h4 {
  font-size: 18px;
  font-weight: bold;
}

.home .entry.grid_view.secondary_event .info .info_inner .date {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.home .entry.grid_view.secondary_event .info .info_inner .time {
  display: none;
}

.home .entry.grid_view.secondary_event .info .info_inner .buttons {
  display: none;
}

.home .entry.grid_view.secondary_event .info .buttons {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0;
  transform: translateY(0px);
}

.home .entry.grid_view.secondary_event .info .buttons:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  position: absolute;
  bottom: 0px;
  display: block;
  right: 0px;
  border-bottom: 125px solid rgba(230, 0, 119, 0.9);
  border-left: 150px solid transparent;
  z-index: 2;
}

.home .entry.grid_view.secondary_event .info .buttons:hover:before {
  border-bottom: 135px solid #e60077;
  border-left: 160px solid transparent;
}

.home .entry.grid_view.secondary_event .info .buttons a:not(.flashseats_link):not(.stubhub_link) {
  position: relative;
  transform: translateY(0);
  padding: 0;
  background: none;
  height: 107px;
  width: 141px;
  padding: 50px 15px 0px 20px;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0.05em;
  z-index: 3;
  float: right;
}

.home .entry.grid_view.secondary_event .info .buttons a:not(.flashseats_link):not(.stubhub_link):focus {
  box-shadow: 0 0 0 2px white;
}

.home .entry.grid_view.secondary_event .info .buttons a:not(.flashseats_link):not(.stubhub_link) span {
  display: block;
}

.home .entry.grid_view.secondary_event .info .buttons a:not(.flashseats_link):not(.stubhub_link).onsale,
.home .entry.grid_view.secondary_event .info .buttons a:not(.flashseats_link):not(.stubhub_link).soon,
.home .entry.grid_view.secondary_event .info .buttons a:not(.flashseats_link):not(.stubhub_link).tba {
  font-size: 14px;
  padding-right: 10px;
  padding-top: 55px;
}

.home .entry.grid_view.secondary_event .info .buttons.outside_info {
  display: none;
  max-width: 400px !important;
}

.home .entry.grid_view.secondary_event .info .buttons.outside_info a {
  float: right;
}

.home .entry.grid_view.secondary_event .info .buttons.outside_info .additional_tickets {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding-right: 121px;
}

.home .entry.grid_view.secondary_event .info .buttons.outside_info .additional_tickets a {
  width: 50%;
  float: left;
  margin: 5px 0 10px;
  padding: 0px 0;
}

.home .entry.grid_view.secondary_event .info .buttons.outside_info .additional_tickets .available_on_text {
  color: white;
}

.home .entry.grid_view.secondary_event:hover .info,
.home .entry.grid_view.secondary_event:focus-within .info,
.home .entry.grid_view.secondary_event:focus .info {
  background: rgba(0, 0, 0, 0.85);
}

.home .entry.grid_view.secondary_event:hover .info .buttons.outside_info,
.home .entry.grid_view.secondary_event:focus-within .info .buttons.outside_info,
.home .entry.grid_view.secondary_event:focus .info .buttons.outside_info {
  display: block;
}

.home .entry.grid_view.secondary_event:hover .info_inner,
.home .entry.grid_view.secondary_event:focus-within .info_inner,
.home .entry.grid_view.secondary_event:focus .info_inner {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.home .entry.grid_view.secondary_event:hover .info_inner .buttons,
.home .entry.grid_view.secondary_event:focus-within .info_inner .buttons,
.home .entry.grid_view.secondary_event:focus .info_inner .buttons {
  display: none;
}

.home .entry.grid_view.secondary_event .event_image {
  display: none;
}

.home .entry.grid_view.secondary_event .featured_thumb {
  display: block;
}

.home .entry.grid_view.secondary_event .event_thumb {
  display: none;
}

.home .entry.grid_view.secondary_event.count_0 {
  left: 0px;
  top: 0;
}

.home .entry.grid_view.secondary_event.count_1 {
  right: 0px;
  top: 0;
}

@media screen and (min-width: 1275px) {
  .home .entry.grid_view.secondary_event {
    width: calc(50% - 14px + 57px);
  }
  .home .entry.grid_view.secondary_event.count_0 {
    left: -57px;
  }
  .home .entry.grid_view.secondary_event.count_1 {
    right: -57px;
  }
}

@media screen and (max-width: 1200px) {
  .home .entry.grid_view.secondary_event {
    width: calc(66.6% - 14px);
  }
}

@media screen and (min-width: 920px) and (max-width: 1200px) {
  .home .entry.grid_view.secondary_event .event_thumb,
  .home .entry.grid_view.secondary_event .event_image {
    display: none;
  }
  .home .entry.grid_view.secondary_event .featured_thumb {
    display: block;
  }
  .home .entry.grid_view.secondary_event.count_1 .info {
    left: auto;
    right: auto;
  }
}

@media screen and (min-width: 701px) {
  .home .entry.grid_view.secondary_event {
    position: absolute;
  }
}

@media screen and (max-width: 920px) {
  .home .entry.grid_view.secondary_event {
    width: 100%;
    max-width: none;
    margin: 0 0 25px;
    position: relative;
  }
}

@media screen and (max-width: 700px) {
  .home .entry.grid_view.secondary_event {
    position: relative;
  }
}

.home .entry.grid_view.primary_event {
  width: 100%;
  max-width: 100%;
  margin: 0 0 39px;
}

.home .entry.grid_view.primary_event .info {
  zoom: 1;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  right: -20px;
  width: 50%;
  width: 38%;
  float: left;
  height: auto;
  border-bottom: none;
  background: rgba(0, 0, 0, 0.85);
  background: url(../images/bg_event_title.png) top center rgba(0, 0, 0, 0.85) repeat-x;
}

.home .entry.grid_view.primary_event .info:before,
.home .entry.grid_view.primary_event .info:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .entry.grid_view.primary_event .info:after {
  clear: both;
}

.home .entry.grid_view.primary_event .info .info_inner {
  position: relative;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  padding: 30px;
  height: auto;
  transform: translateY(0%);
  min-height: 140px;
}

.home .entry.grid_view.primary_event .info .info_inner h3, .home .news_list .entry.grid_view.primary_event .info .info_inner .news_header, .news_list .home .entry.grid_view.primary_event .info .info_inner .news_header {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1;
  overflow: hidden;
  max-height: 100px;
}

.home .entry.grid_view.primary_event .info .info_inner h3 a, .home .news_list .entry.grid_view.primary_event .info .info_inner .news_header a, .news_list .home .entry.grid_view.primary_event .info .info_inner .news_header a {
  color: white;
}

.home .entry.grid_view.primary_event .info .info_inner h3 a:hover, .home .news_list .entry.grid_view.primary_event .info .info_inner .news_header a:hover, .news_list .home .entry.grid_view.primary_event .info .info_inner .news_header a:hover {
  color: #e60077;
}

.home .entry.grid_view.primary_event .info .info_inner h3.long_title, .home .news_list .entry.grid_view.primary_event .info .info_inner .long_title.news_header, .news_list .home .entry.grid_view.primary_event .info .info_inner .long_title.news_header {
  font-size: 30px;
  max-height: 120px;
}

.home .entry.grid_view.primary_event .info .info_inner h4 {
  font-size: 20px;
  color: #e60077;
  font-weight: bold;
  text-transform: none;
}

.home .entry.grid_view.primary_event .info .info_inner .date {
  margin-bottom: 4px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.home .entry.grid_view.primary_event .info .info_inner .time {
  display: none;
}

.home .entry.grid_view.primary_event .info .info_inner .buttons {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 30px;
  transform: translateY(0);
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .home .entry.grid_view.primary_event .info .info_inner .buttons {
    width: 100% !important;
  }
}

.home .entry.grid_view.primary_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
  float: left;
}

@media screen and (max-width: 700px) {
  .home .entry.grid_view.primary_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
    width: 100% !important;
    margin-bottom: 0px !important;
    padding: 8px 32px;
    text-align: center;
    background: #e60077;
    font-size: 16px;
    height: auto;
  }
  .home .entry.grid_view.primary_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) span {
    display: inline;
  }
}

.home .entry.grid_view.primary_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link):focus {
  box-shadow: inset 0 0 0 2px white;
}

@media screen and (max-width: 1140px) {
  .home .entry.grid_view.primary_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.home .entry.grid_view.primary_event .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link):hover {
  background: white;
  color: #e60077;
}

.home .entry.grid_view.primary_event .info .info_inner .buttons .additional_tickets {
  position: relative;
  float: right;
  width: 200px;
  text-align: center;
  margin-top: 0px;
  padding: 0;
  bottom: 10px;
  background: none;
}

@media screen and (max-width: 1140px) {
  .home .entry.grid_view.primary_event .info .info_inner .buttons .additional_tickets {
    float: none;
    margin: 0 auto;
  }
}

.home .entry.grid_view.primary_event .info .info_inner .buttons .available_on_text {
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-top: 0px;
}

.home .entry.grid_view.primary_event .info .info_inner .buttons .flashseats_link {
  background: url(../images/flash_seats.png) center no-repeat;
  background-size: contain;
  width: calc(60% - 10px);
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
  margin-right: 10px;
  float: none;
}

.home .entry.grid_view.primary_event .info .info_inner .buttons .flashseats_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.home .entry.grid_view.primary_event .info .info_inner .buttons .stubhub_link {
  background: url(../images/stubhub_logo.png) center no-repeat;
  background-size: contain;
  width: calc(40% - 10px);
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
  margin-right: 10px;
  float: none;
}

.home .entry.grid_view.primary_event .info .info_inner .buttons .stubhub_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.home .entry.grid_view.primary_event .info .buttons.outside_info {
  display: none;
}

@media screen and (max-width: 920px) {
  .home .entry.grid_view.primary_event .info {
    width: 55%;
  }
}

.home .entry.grid_view.primary_event .thumb {
  max-height: 560px;
  overflow: hidden;
}

.home .entry.grid_view.primary_event .thumb a:hover img {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 920px) {
  .home .entry.grid_view.primary_event .info {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}

.home .homepage_map {
  position: relative;
  display: block;
  height: 623px;
  width: 100%;
  z-index: 20;
  margin-bottom: -100px;
}

.home .homepage_map:after {
  content: '';
  position: absolute;
  bottom: 100px;
  left: 0px;
  border-bottom: 100px solid rgba(0, 0, 0, 0.1);
  border-right: 1600px solid transparent;
}

.home .homepage_map .map_wrapper {
  height: 623px;
}

.home .homepage_map .map_wrapper .map_holder {
  height: 100%;
}

.home .homepage_map .map_overlay_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 16;
  max-width: 1166px;
}

.home .homepage_map .map_overlay {
  position: relative;
  padding: 30px 25px 25px;
  float: right;
  margin-right: 82px;
  background: url(../images/bg_map_overlay.png) rgba(0, 0, 0, 0.85) repeat-x;
}

.home .homepage_map .map_overlay h4 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  line-height: 1;
}

.home .homepage_map .map_overlay h4 span {
  color: #e60077;
}

@media screen and (max-width: 700px) {
  .home .homepage_map .map_overlay h4 br {
    display: none;
  }
}

.home .homepage_map .map_overlay .gen-button {
  position: absolute;
  top: 100%;
  left: 0px;
}

.home .homepage_map .map_overlay .gen-button:focus {
  box-shadow: inset 0 0 0 2px black;
  color: white;
}

.home .homepage_map .map_overlay .gen-button:hover {
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .home .homepage_map .map_overlay {
    margin-right: 0;
    margin: 0 10px;
  }
}

.home .homepage_map #branding,
.home .homepage_map .static_map_wrapper {
  position: relative;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-origin: left top;
  backface-visibility: hidden;
  overflow: hidden;
  width: 110%;
  margin-left: -5%;
  height: 623px;
  height: 900px;
}

.home .homepage_map #branding .map_holder,
.home .homepage_map #branding .static_map,
.home .homepage_map .static_map_wrapper .map_holder,
.home .homepage_map .static_map_wrapper .static_map {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  background: url(../images/bg_static_map.png) center top no-repeat;
  background-size: initial;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: -100px;
  height: calc(100% + 100px);
  display: block;
  width: 100%;
}

@media screen and (min-width: 1995px) {
  .home .homepage_map #branding .map_holder,
  .home .homepage_map #branding .static_map,
  .home .homepage_map .static_map_wrapper .map_holder,
  .home .homepage_map .static_map_wrapper .static_map {
    background-size: cover;
  }
}

.home .homepage_map .map_top {
  display: none;
}

@media screen and (max-width: 500px) {
  .home .homepage_map .map_top {
    position: absolute;
    top: -80px;
    right: 0px;
    border-bottom: 150px solid rgba(230, 0, 119, 0.5);
    border-left: 1200px solid transparent;
  }
}

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content {
  position: relative;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------------
=Textarea 
----------------------------------------------------------------------------- */
.textarea {
  position: relative;
  margin: 0 0 20px;
  padding: 0 20px;
}

@media screen and (max-width: 700px) {
  .textarea {
    padding: 0 0px;
  }
}

.textarea h1,
.textarea h2 {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-weight: 300;
}

.textarea h1 strong,
.textarea h2 strong {
  font-weight: 700;
}

.textarea h2,
.textarea h3, .textarea .news_list .entry .info .news_header, .news_list .entry .info .textarea .news_header {
  margin-top: 40px;
}

blockquote {
  position: relative;
  padding: 46px 50px 16px;
  margin: 40px 0;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000;
}

blockquote:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 87px solid rgba(230, 0, 119, 0.9);
  border-right: 87px solid transparent;
}

blockquote:after {
  content: '';
  background: url("../images/icn_blockquote.png") center center no-repeat;
  font-weight: 300;
  height: 54px;
  width: 54px;
  position: absolute;
  top: -10px;
  left: -10px;
}

blockquote p strong,
blockquote p b {
  font-weight: 700;
  font-size: 14px;
  margin-top: -5px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

blockquote p em,
blockquote p i {
  color: #e60077;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-top: -4px;
  line-height: 20px;
  display: inline-block;
  border-left: 1px solid #e60077;
  padding-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 700px) {
  blockquote {
    margin: 20px 0;
    background-size: 20px auto;
    padding: 20px 20px 10px 40px;
    background-position: 0px 20px;
  }
  blockquote p em,
  blockquote p i {
    display: block;
    padding-left: 0;
    border: none;
  }
}

/* ----------------------------------------------------------------------------
=Image Templates
----------------------------------------------------------------------------- */
.content img {
  max-width: 100%;
}

.content img[align='left'],
.content img[align='left'].gh-image,
.content img.left {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0px;
}

@media screen and (max-width: 700px) {
  .content img[align='left'],
  .content img[align='left'].gh-image,
  .content img.left {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.content img[align='right'],
.content img[align='right'].gh-image,
.content img.right {
  float: right;
  margin: 0 0 20px 20px;
  padding: 0px;
}

@media screen and (max-width: 700px) {
  .content img[align='right'],
  .content img[align='right'].gh-image,
  .content img.right {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.content img.gh-image {
  margin: 0 20px 20px 0;
  padding: 0;
}

.content img.image {
  margin: 0 20px 20px 0;
  padding: 0;
}

.content .overview {
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 40px;
  max-width: 1166px;
  width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 50px;
}

.content .overview h1,
.content .overview h2,
.content .overview h3,
.content .overview .news_list .entry .info .news_header,
.news_list .entry .info .content .overview .news_header, .content .overview h4,
.content .overview p {
  color: white;
  margin-bottom: 0;
}

.content .overview.only_h1 {
  padding: 25px 40px 20px;
}

@media screen and (max-width: 700px) {
  .content .overview.only_h1 {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 700px) {
  .content .overview {
    padding: 20px 20px;
  }
}

.has_slideshow .content .overview {
  margin-bottom: -20px;
  transform: translate(-50%, -60px);
}

.login_form h1 {
  text-align: center;
}

.login_form input {
  border: 1px solid #000;
  line-height: 40px;
  color: #333333;
  padding: 0px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

.login_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  opacity: 1;
  letter-spacing: 0.05em;
}

.login_form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
  letter-spacing: 0.05em;
}

.login_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
  letter-spacing: 0.05em;
}

.login_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  opacity: 1;
  letter-spacing: 0.05em;
}

.login_form input:focus {
  outline: none;
  border-color: #e60077;
}

.login_form input[type='submit'] {
  color: #fff;
  background: #e60077;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: auto;
  display: block;
  border: none;
  font-size: 14px;
  width: auto;
  padding: 0px 20px;
  max-width: 200px;
}

.login_form input[type='submit']:hover {
  background: black;
}

.two-column {
  zoom: 1;
}

.two-column:before,
.two-column:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.two-column:after {
  clear: both;
}

.two-column > ul {
  zoom: 1;
}

.two-column > ul:before,
.two-column > ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.two-column > ul:after {
  clear: both;
}

.two-column > ul > li {
  width: 50%;
  float: left;
}

.two-column > ul > li:nth-child(odd) {
  clear: left;
}

@media screen and (max-width: 700px) {
  .two-column > ul > li {
    width: 100%;
    float: none;
  }
}

/* ----------------------------------------------------------------------------
=Search
----------------------------------------------------------------------------- */
.search_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1600;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.search_wrapper .close_search {
  position: absolute;
  top: -30px;
  right: 0px;
  border: none;
  cursor: pointer;
  padding-right: 32px;
  text-transform: uppercase;
  color: black;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.05em;
}

.search_wrapper .close_search:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/icn_close_black.png) top left no-repeat;
  border: none;
  cursor: pointer;
}

.search_wrapper .close_search:hover {
  color: #e60077;
}

.search_wrapper .close_search:hover:after {
  background-position: top right;
}

.search_wrapper .cse-search-box {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .search_wrapper .cse-search-box {
    width: 95%;
  }
}

.search_wrapper .cse-search-box .search_form {
  padding: 0;
  padding: 20px 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  .search_wrapper .cse-search-box .search_form {
    height: 50px;
    padding: 0;
  }
}

.search_wrapper .cse-search-box input[type='text'] {
  vertical-align: top;
  color: black;
  font-size: 30px;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  border: none;
  padding: 0px 38px;
  background: transparent;
  padding: 8.5px 118px 8.5px 18px;
  background: transparent;
  border: 1px solid black;
}

.search_wrapper .cse-search-box input[type='text']::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e60077;
  opacity: 1;
  padding-top: 5px;
}

.search_wrapper .cse-search-box input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e60077;
  opacity: 1;
  padding-top: 5px;
}

.search_wrapper .cse-search-box input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e60077;
  opacity: 1;
  padding-top: 5px;
}

.search_wrapper .cse-search-box input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e60077;
  opacity: 1;
  padding-top: 5px;
}

.search_wrapper .cse-search-box input[type='text']:focus {
  outline: none;
}

@media screen and (max-width: 700px) {
  .search_wrapper .cse-search-box input[type='text'] {
    font-size: 16px;
    padding: 13px 15px;
  }
}

.search_wrapper .cse-search-box button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/icn_search.png) top left no-repeat;
  border: none;
  text-indent: -999px;
  font-size: 0;
}

.search_wrapper .cse-search-box button:hover {
  background-position: top right;
}

@media screen and (max-width: 700px) {
  .search_wrapper .event_list .entry .info .info_inner h3, .search_wrapper .event_list .news_list .entry .info .info_inner .news_header, .news_list .search_wrapper .event_list .entry .info .info_inner .news_header {
    max-height: none;
  }
  .search_wrapper .event_list
.entry
.info
.info_inner
.buttons
a:not(.flashseats_link):not(.stubhub_link) {
    margin-top: -35px;
  }
}

.loader_wrapper {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.loader_wrapper.hide {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.loader:before,
.loader:after,
.loader {
  border-radius: 0%;
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  color: #000;
  background: #e60077;
}

.loader {
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before {
  left: -30px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 30px;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    background: #e60077;
  }
  40% {
    background: white;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    background: #e60077;
  }
  40% {
    background: white;
  }
}

/* ----------------------------------------------------------------------------
= Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  position: relative;
  margin: 0 0 20px;
  padding: 0 20px;
}

@media screen and (max-width: 700px) {
  .link {
    padding: 0 0px;
  }
}

.link ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font: 700 16px/22px "Yantramanav", sans-serif;
}

.link ul.list li {
  margin: 0 0 5px;
  padding: 0;
  background: none;
}

.link ul.list .description {
  padding-left: 60px;
}

.link ul.list .description p,
.link ul.list .description li {
  font-size: 16px;
  line-height: 18px;
}

.link ul.list .description ol li:before {
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 14px;
}

.link ul.list a,
.link ul.list a:link,
.link ul.list a:visited {
  position: relative;
  display: block;
  padding: 7px 0px 7px 60px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.link ul.list a:before,
.link ul.list a:link:before,
.link ul.list a:visited:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 34px;
  height: 40px;
  background: url(../images/link_icon.svg) no-repeat 0px 0px;
  background-size: 32px 25px;
}

.link ul.list a:hover,
.link ul.list a:focus,
.link ul.list a:link:hover,
.link ul.list a:link:focus,
.link ul.list a:visited:hover,
.link ul.list a:visited:focus {
  color: #e60077;
}

.link ul.list a:hover:before,
.link ul.list a:focus:before,
.link ul.list a:link:hover:before,
.link ul.list a:link:focus:before,
.link ul.list a:visited:hover:before,
.link ul.list a:visited:focus:before {
  content: '';
  background: url(../images/link_icon_pink.svg) no-repeat 0px 0px;
  background-size: 32px 25px;
}

.link ul.list a.external:before,
.link ul.list a:link.external:before,
.link ul.list a:visited.external:before {
  content: '';
  height: 25px;
  background-position: 0px -83px;
  background: url(../images/link_icon.svg) no-repeat 0px 0px;
  background-size: 32px 25px;
}

.link ul.list a.external:hover:before,
.link ul.list a:link.external:hover:before,
.link ul.list a:visited.external:hover:before {
  background: url(../images/link_icon_pink.svg) no-repeat 0px 0px;
  background-size: 32px 25px;
}

.link ul.list a.image:before,
.link ul.list a:link.image:before,
.link ul.list a:visited.image:before {
  content: '';
  height: 28px;
  background-position: 0px -40px;
  background: url(../images/image_icon.svg) no-repeat 0px 0px;
  background-size: 33px 26px;
}

.link ul.list a.image:hover:before,
.link ul.list a:link.image:hover:before,
.link ul.list a:visited.image:hover:before {
  background: url(../images/image_icon_pink.svg) no-repeat 0px 0px;
  background-size: 33px 26px;
}

.link ul.list a.pdf:before,
.link ul.list a:link.pdf:before,
.link ul.list a:visited.pdf:before {
  content: '';
  height: 30px;
  background-position: 0px -123px;
  background: url(../images/doc_icon.svg) no-repeat 0px 0px;
  background-size: 28px 29px;
}

.link ul.list a.pdf:hover:before,
.link ul.list a:link.pdf:hover:before,
.link ul.list a:visited.pdf:hover:before {
  background: url(../images/doc_icon_pink.svg) no-repeat 0px 0px;
  background-size: 28px 29px;
}

.link ul.list a.email:before,
.link ul.list a:link.email:before,
.link ul.list a:visited.email:before {
  content: '';
  height: 22px;
  width: 33px;
  background-position: 0px 4px;
  background: url(../images/email_icon.svg) no-repeat 0px 0px;
  background-size: 33px 22px;
}

.link ul.list a.email:hover:before,
.link ul.list a:link.email:hover:before,
.link ul.list a:visited.email:hover:before {
  background: url(../images/email_icon_pink.svg) no-repeat 0px 0px;
  background-size: 33px 22px;
}

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
  margin: 0 auto 20px;
  padding: 0 20px;
  width: 100%;
  max-width: 764px;
}

@media screen and (max-width: 700px) {
  .faq {
    padding: 0 0px;
  }
}

.faq dl {
  margin: 0;
  font-size: 11px;
}

.faq .faq-item {
  border: 1px solid #000;
  position: relative;
  margin-bottom: 20px;
}

.faq dt {
  overflow: auto;
  margin: 0;
  cursor: pointer;
}

.faq dt p {
  margin: 0;
  line-height: 29px;
  padding: 10px 20px;
}

.faq dt p:before {
  content: '';
  height: 54px;
  width: 54px;
  position: absolute;
  bottom: -7px;
  right: -8px;
  border-bottom: 54px solid rgba(230, 0, 119, 0.9);
  border-left: 54px solid transparent;
}

.faq dt p:after {
  content: '+';
  height: 30px;
  font-weight: 400;
  width: 30px;
  line-height: 30px;
  position: absolute;
  bottom: -6px;
  font-size: 30px;
  right: -6px;
  color: white;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .faq dt p {
    line-height: 1.3;
  }
}

.faq dt:hover p {
  color: #e60077;
}

.faq dt.active p,
.faq dt.open p {
  color: #e60077;
}

.faq dt.active p:after,
.faq dt.open p:after {
  content: '-';
}

.faq dd {
  display: none;
  margin: 0;
  padding: 10px 20px;
}

.ftr_faqs {
  position: relative;
  margin: 0 0 0px;
  padding: 0 0px;
  display: block;
  clear: both;
  max-width: 280px;
}

.ftr_faqs dl {
  font-size: 11px;
}

.ftr_faqs .faq-item {
  position: relative;
  margin-bottom: 0px;
  border-bottom: 1px solid #383838;
}

.ftr_faqs dt {
  overflow: auto;
  margin: 0;
  cursor: pointer;
}

.ftr_faqs dt p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: white;
  padding: 10px 0px;
  padding-right: 40px;
  text-align: left;
}

.ftr_faqs dt p:after {
  content: '\f107';
  font-weight: 100;
  width: auto;
  line-height: 1;
  position: absolute;
  top: 15px;
  font-size: 16px;
  font-family: FontAwesome;
  right: 0px;
  color: white;
  text-align: center;
}

.ftr_faqs dt:hover p {
  color: #e60077;
}

.ftr_faqs dt:hover p:after {
  color: #e60077;
}

.ftr_faqs dt.active p,
.ftr_faqs dt.open p {
  color: #e60077;
}

.ftr_faqs dt.active p:after,
.ftr_faqs dt.open p:after {
  content: '\f106';
  color: #e60077;
}

.ftr_faqs dd {
  display: none;
  margin: 0;
  padding: 0px 0px 10px;
}

.ftr_faqs dd p {
  color: #e8e8e8;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: left;
}

.ftr_faqs dd p a {
  color: #8c8c8c;
  text-decoration: underline;
}

.ftr_faqs dd p a:hover {
  color: #e60077;
}

.ftr_faqs dd li {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 870px) {
  .ftr_faqs {
    padding-top: 20px;
    max-width: none;
  }
}

/* ----------------------------------------------------------------------------
= Seating Charts Page styles (EVENT DETAIL IS IN EVENT DETAIL PARTIAL)
----------------------------------------------------------------------------- */
.seating .seating_charts {
  padding: 0 20px;
}

.seating .seating_charts .entry {
  padding: 40px 0px 20px;
  width: 100%;
  border-bottom: 1px solid #000;
}

.seating .seating_charts .entry:first-child {
  border-top: none;
}

.seating .seating_charts .entry .thumb {
  float: left;
  max-width: 281px;
  margin-right: 40px;
}

.seating .seating_charts .entry .thumb img {
  max-width: 100%;
}

.seating .seating_charts .entry .thumb a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.seating .seating_charts .entry .thumb a:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.seating .seating_charts .entry .info {
  float: left;
  width: 100%;
  padding-left: 0px;
  box-sizing: border-box;
  padding: 20px 0;
}

.seating .seating_charts .entry .info h3, .seating .seating_charts .news_list .entry .info .news_header, .news_list .seating .seating_charts .entry .info .news_header {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  margin-bottom: 10px;
  color: black;
}

.seating .seating_charts .entry .info h3 a, .seating .seating_charts .news_list .entry .info .news_header a, .news_list .seating .seating_charts .entry .info .news_header a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: black;
}

.seating .seating_charts .entry .info h3 a:hover, .seating .seating_charts .news_list .entry .info .news_header a:hover, .news_list .seating .seating_charts .entry .info .news_header a:hover {
  color: #e60077;
}

.seating .seating_charts .entry .info.has_thumb {
  width: calc(100% - 321px);
}

.seating .seating_charts .entry .info a.gen-button {
  float: left;
  margin-top: 10px;
  color: white;
  margin-right: 20px;
  width: 190px;
}

@media screen and (max-width: 700px) {
  .seating .seating_charts .entry .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .seating .seating_charts .entry .info {
    width: 100%;
    padding: 0;
  }
  .seating .seating_charts .entry .info.has_thumb {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .seating .seating_charts .entry .thumb {
    max-width: 100%;
  }
  .seating .seating_charts .entry a.gen-button {
    float: left;
    margin-top: 10px;
    color: white;
    margin-right: 20px;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
= Showtime Visitor Guide and Concierge 
----------------------------------------------------------------------------- */
.concierge_listing {
  position: relative;
  padding: 0px 20px;
}

@media screen and (max-width: 700px) {
  .concierge_listing {
    padding: 0;
  }
}

.concierge_listing .list {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0px;
}

.concierge_listing .entry {
  padding: 40px 0px 20px;
  width: 100%;
  border-bottom: 1px solid #000;
}

.concierge_listing .entry:first-child {
  border-top: none;
}

.concierge_listing .entry .thumb {
  float: left;
  max-width: 281px;
  margin-right: 40px;
}

.concierge_listing .entry .thumb img {
  max-width: 100%;
}

.concierge_listing .entry .thumb a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.concierge_listing .entry .thumb a:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.concierge_listing .entry .info {
  float: left;
  width: 100%;
  padding-left: 0px;
  box-sizing: border-box;
}

.concierge_listing .entry .info h3, .concierge_listing .news_list .entry .info .news_header, .news_list .concierge_listing .entry .info .news_header {
  display: block;
}

.concierge_listing .entry .info h3 a, .concierge_listing .news_list .entry .info .news_header a, .news_list .concierge_listing .entry .info .news_header a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.concierge_listing .entry .info.has_thumb {
  width: calc(100% - 321px);
}

.concierge_listing .entry .info a.gen-button {
  float: left;
  margin-bottom: 20px;
  color: white;
}

@media screen and (max-width: 700px) {
  .concierge_listing .entry .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .concierge_listing .entry .info {
    width: 100%;
    padding: 0;
  }
  .concierge_listing .entry .info.has_thumb {
    width: 100%;
  }
}

.arena-dining-test .full .full_column,
.arena-dining .full .full_column,
.arena-dining-test .textarea,
.arena-dining .textarea#textarea_2453 {
  max-width: 1220px !important;
}

.arena-dining-test .textarea,
.arena-dining-test .link,
.arena-dining .textarea,
.arena-dining .link {
  max-width: 900px;
  margin: auto;
}

.arena-dining-test .textarea h1,
.arena-dining-test .link h1,
.arena-dining .textarea h1,
.arena-dining .link h1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .arena-dining-test .textarea h1,
  .arena-dining-test .link h1,
  .arena-dining .textarea h1,
  .arena-dining .link h1 {
    margin-bottom: 40px;
  }
}

.arena-dining-test .link,
.arena-dining .link {
  margin-bottom: 20px;
}

.m-dining {
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .m-dining {
    max-width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 700px) {
  .m-dining {
    padding-bottom: 0px;
  }
}

.m-dining:before {
  content: " ";
  width: 100%;
  height: 1px;
  max-width: 860px;
  margin: auto;
  background: black;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

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

.m-dining .m-dining-entry {
  width: calc((100% - 30px) / 3);
  float: left;
  overflow: hidden;
  margin: 0px 5px 20px;
  background-color: white;
  height: 456px;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .m-dining .m-dining-entry {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 870px) {
  .m-dining .m-dining-entry {
    width: 100%;
    float: none;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .m-dining .m-dining-entry {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }
}

.m-dining .m-dining-entry .onlymobile {
  display: none;
}

@media screen and (max-width: 870px) {
  .m-dining .m-dining-entry .onlymobile {
    display: block;
  }
}

.m-dining .m-dining-entry:hover {
  cursor: pointer;
}

.m-dining .m-dining-entry:hover .m-dining-overlay {
  opacity: 1;
}

.m-dining .m-dining-entry .m-dining-thumb {
  overflow: hidden;
}

@media screen and (min-width: 1201px) {
  .m-dining .m-dining-entry .m-dining-thumb {
    height: 334px;
    overflow: hidden;
  }
}

@media screen and (max-width: 870px) {
  .m-dining .m-dining-entry .m-dining-thumb {
    width: 200px;
    display: inline-block;
    float: left;
    position: relative;
  }
}

@media screen and (min-width: 871px) and (max-width: 1050px) {
  .m-dining .m-dining-entry .m-dining-thumb {
    height: 328px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1051px) and (max-width: 1200px) {
  .m-dining .m-dining-entry .m-dining-thumb {
    height: 282px;
  }
}

@media screen and (max-width: 700px) {
  .m-dining .m-dining-entry .m-dining-thumb {
    width: 20%;
  }
}

.m-dining .m-dining-entry .m-dining-thumb img {
  width: 100%;
}

@media screen and (max-width: 870px) {
  .m-dining .m-dining-entry .m-dining-info {
    width: calc(100% - 220px);
    position: relative;
    display: inline-block;
    height: 170px;
  }
}

@media screen and (max-width: 700px) {
  .m-dining .m-dining-entry .m-dining-info {
    width: 80%;
    height: auto;
  }
}

.m-dining .m-dining-entry .m-dining-info h3, .m-dining .m-dining-entry .m-dining-info .news_list .entry .info .news_header, .news_list .entry .info .m-dining .m-dining-entry .m-dining-info .news_header {
  font-weight: 400;
  font-size: 30px;
  color: #4A4A4A;
  line-height: 28px;
  padding: 20px;
}

@media screen and (max-width: 700px) {
  .m-dining .m-dining-entry .m-dining-info h3, .m-dining .m-dining-entry .m-dining-info .news_list .entry .info .news_header, .news_list .entry .info .m-dining .m-dining-entry .m-dining-info .news_header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.m-dining .m-dining-entry .m-dining-info .m-dining-fan-favorite {
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 28px;
  padding-left: 23px;
}

.m-dining .m-dining-entry .m-dining-info .m-dining-fan-favorite:before {
  content: "\f005";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #e60077;
  margin-right: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.m-dining .m-dining-entry .m-dining-info .m-dining-menu {
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 28px;
  padding-left: 23px;
}

.m-dining .m-dining-entry .m-dining-info .m-dining-menu:before {
  content: "\f15b";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #e60077;
  margin-right: 7px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.m-dining .m-dining-entry .m-dining-info .m-dining-menu a {
  text-decoration: underline;
  margin-left: 2px;
}

.m-dining .m-dining-entry .m-dining-info .m-dining-location {
  margin-left: 20px;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 28px;
  padding-left: 23px;
  position: absolute;
  bottom: 13px;
}

@media screen and (max-width: 700px) {
  .m-dining .m-dining-entry .m-dining-info .m-dining-location {
    position: relative;
    bottom: auto;
  }
  .m-dining .m-dining-entry .m-dining-info .m-dining-location:before {
    top: 0;
    bottom: auto !important;
  }
}

.m-dining .m-dining-entry .m-dining-info .m-dining-location:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #e60077;
  margin-right: 7px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.m-dining .m-dining-entry .m-dining-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #262626;
  padding: 20px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media screen and (max-width: 870px) {
  .m-dining .m-dining-entry .m-dining-overlay {
    display: none;
  }
}

.m-dining .m-dining-entry .m-dining-overlay h3, .m-dining .m-dining-entry .m-dining-overlay .news_list .entry .info .news_header, .news_list .entry .info .m-dining .m-dining-entry .m-dining-overlay .news_header {
  font-weight: 500;
  color: white;
  padding-top: 20px;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-description p {
  color: white;
  font-size: 16px;
  line-height: 28px;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-overlay-links {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 10px;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-fan-favorite {
  color: white;
  font-size: 16px;
  line-height: 28px;
  padding-left: 19px;
  position: relative;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-fan-favorite:before {
  content: "\f005";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #e60077;
  margin-right: 7px;
  position: absolute;
  top: 0px;
  left: 0;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-menu {
  color: white;
  font-size: 16px;
  line-height: 28px;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-menu:before {
  content: "\f15b";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #e60077;
  margin-right: 7px;
  position: relative;
  bottom: 0px;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-menu a {
  text-decoration: underline;
  margin-left: 2px;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-location {
  color: white;
  font-size: 16px;
  line-height: 28px;
}

.m-dining .m-dining-entry .m-dining-overlay .m-dining-location:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #e60077;
  margin-right: 7px;
  position: relative;
  bottom: -3px;
}

.m-dining:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
.venue_detail .heading {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}

.venue_detail .heading h1 {
  display: block;
  width: 600px;
  margin: 0;
  padding: 27px 0 0;
  color: #333;
  font: bold 26px/120% "Yantramanav", sans-serif;
  text-transform: uppercase;
}

.venue_detail .venue_body .events {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.venue_detail .main_column .seating img {
  max-width: 600px;
}

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

.map_holder .map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  .map_holder {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .map_holder {
    height: 200px;
  }
}

.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;
  display: none;
}

.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 ul.links {
  padding: 0px;
  margin: 0px;
}

.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 {
  display: block;
  float: right;
  padding: 6px 5px;
  color: #fff;
  border: 0;
  background-color: #e60077;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.map_window .directions form button:hover {
  background-color: #e60077;
}

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  background: #252525;
  line-height: 50px;
  border: 1px solid #000;
  /*button {
		@include animated;
		float: left;
		margin: 0 0px;
		//line-height:40px;
		//height:40px;
		padding: 0 15px;
		color: $link_color;
		border: none;
		background: none;
		font-family: $primary_font;
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.05em;
		font-weight: 700;
		text-transform: uppercase;
		&.active {
			outline: none;
			background: $link_color;
			color:white;
			&:hover {
				background: #000;
				color: white;
				outline: none;
			}
		}
		&:hover {
			outline: none;
			background: $link_color;
			color:white;
			
		}
		&:focus {
			outline: none;
		}
		@include media($mobile){
			font-size: 12px;
			padding: 0 0px;
			width:33.33%;
			float:left;
		}
	}*/
}

.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 {
  position: relative;
  display: block;
  float: left;
  height: 50px;
  padding: 0 10px 0 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-right: 40px;
  text-transform: uppercase;
}

.map_control label:before {
  height: 54px;
  width: 54px;
  z-index: -1;
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 10px;
  border-bottom: 50px solid rgba(0, 0, 0, 0.9);
  border-right: 20px solid transparent;
}

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

.map_control button {
  position: relative;
  border: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  float: left;
  padding: 0px 15px;
  text-align: center;
  height: 50px;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
  font-size: 15px;
  font-size: 17px;
  margin-left: 20px;
  margin-right: 20px;
  letter-spacing: 0.1em;
}

.map_control button:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0px;
  left: -20px;
  width: 10px;
  border-bottom: 50px solid #000;
  border-left: 20px solid transparent;
}

.map_control button:after {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 10px;
  border-top: 50px solid #000;
  border-right: 20px solid transparent;
}

.map_control button:hover, .map_control button.active {
  background: #e60077;
}

.map_control button:hover:before, .map_control button.active:before {
  border-bottom: 50px solid #e60077;
}

.map_control button:hover:after, .map_control button.active:after {
  border-top: 50px solid #e60077;
}

.map_control button:focus {
  outline: none;
}

@media screen and (max-width: 700px) {
  .map_control button {
    font-size: 12px;
    padding: 0 0px;
    width: 33.33%;
    float: left;
    margin: 0;
  }
  .map_control button:before, .map_control button:after {
    display: none;
  }
}

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

.paging {
  zoom: 1;
  position: relative;
  margin: 20px auto 20px;
  padding: 0;
  font: 700 16px/40px "Yantramanav", sans-serif;
  text-transform: uppercase;
  text-align: center;
  max-width: 940px;
}

.paging:before,
.paging:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.paging:after {
  clear: both;
}

.paging .nav {
  display: inline-block;
  margin: 0 auto 0;
  width: auto;
  float: right;
}

.paging.final {
  margin: 0;
}

.paging.empty {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}

.paging .record {
  display: none;
}

.paging .pages {
  zoom: 1;
  display: inline-block;
  width: auto;
  margin: 0 auto 0;
  text-align: center;
}

.paging .pages:before,
.paging .pages:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.paging .pages:after {
  clear: both;
}

.paging .pages strong,
.paging .pages a,
.paging .pages a:link,
.paging .pages a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 21px;
  margin: 0 5px;
  padding: 0;
  color: #757575;
  box-sizing: border-box;
  border-radius: 50%;
  font-family: "Yantramanav", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.paging .pages strong:hover,
.paging .pages a:hover,
.paging .pages a:link:hover,
.paging .pages a:visited:hover {
  color: white;
  text-decoration: none;
}

.paging .pages strong.last,
.paging .pages strong.first,
.paging .pages a.last,
.paging .pages a.first,
.paging .pages a:link.last,
.paging .pages a:link.first,
.paging .pages a:visited.last,
.paging .pages a:visited.first {
  display: none;
}

.paging .pages strong.prev,
.paging .pages a.prev,
.paging .pages a:link.prev,
.paging .pages a:visited.prev {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
}

.paging .pages strong.prev:before,
.paging .pages a.prev:before,
.paging .pages a:link.prev:before,
.paging .pages a:visited.prev:before {
  position: absolute;
  top: 0px;
  left: 39%;
  font-size: 16px;
  content: '\f104';
  font-family: FontAwesome;
  text-indent: 0px;
}

.paging .pages strong.next,
.paging .pages a.next,
.paging .pages a:link.next,
.paging .pages a:visited.next {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  position: relative;
}

.paging .pages strong.next:before,
.paging .pages a.next:before,
.paging .pages a:link.next:before,
.paging .pages a:visited.next:before {
  position: absolute;
  top: 0px;
  left: 40%;
  font-size: 16px;
  content: '\f105';
  font-family: FontAwesome;
  text-indent: 0px;
}

.paging .pages strong {
  border-color: #e60077;
  color: #e60077;
}

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form form {
  position: relative;
}

.login-form form input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: calc(100% - 65px);
  height: 61px;
  margin: 0 0 0 10px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid black;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 300;
  line-height: 61px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.login-form form input[type='password']::-webkit-input-placeholder {
  color: #e60077;
}

.login-form form input[type='password']:-moz-placeholder {
  color: #e60077;
}

.login-form form input[type='password']:-ms-input-placeholder {
  color: #e60077;
}

.login-form form input[type='password']:focus {
  outline: none;
  -webkit-appearance: none;
}

.login-form form input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 61px;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 61px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.login-form form input[type='submit']:hover, .login-form form input[type='submit']:focus {
  color: #fff;
  background: black;
}

.premium_layout {
  background: black;
  background-image: linear-gradient(-198deg, #000000 0%, #400d2b 100%);
  background-attachment: fixed;
}

.premium_layout a {
  color: #ff2986;
}

.premium_layout a.button {
  color: white !important;
}

.premium_layout a.button strong {
  background: transparent;
}

.premium_layout h1,
.premium_layout h2,
.premium_layout h3,
.premium_layout .news_list .entry .info .news_header,
.news_list .entry .info .premium_layout .news_header, .premium_layout h4,
.premium_layout h5,
.premium_layout h6,
.premium_layout p,
.premium_layout ul,
.premium_layout ol,
.premium_layout .event_list .entry .info .info_inner .date,
.premium_layout .event_list .entry .info .info_inner .time {
  color: #fff;
}

.premium_layout .spotlight .spotlight_item .spotlight_text h3 a,
.premium_layout .spotlight .spotlight_item .spotlight_text .news_list .entry .info .news_header a,
.news_list .entry .info .premium_layout .spotlight .spotlight_item .spotlight_text .news_header a, .premium_layout .faq dt p,
.premium_layout .ftr_faqs dt p,
.premium_layout .event_list .entry .info .info_inner h3 a,
.premium_layout .event_list .news_list .entry .info .info_inner .news_header a,
.news_list .premium_layout .event_list .entry .info .info_inner .news_header a, .premium_layout .link ul.list a {
  color: #fff;
}

.premium_layout .spotlight .spotlight_item .spotlight_text h3 a:hover,
.premium_layout .spotlight .spotlight_item .spotlight_text .news_list .entry .info .news_header a:hover,
.news_list .entry .info .premium_layout .spotlight .spotlight_item .spotlight_text .news_header a:hover, .premium_layout .faq dt p:hover,
.premium_layout .ftr_faqs dt p:hover,
.premium_layout .event_list .entry .info .info_inner h3 a:hover,
.premium_layout .event_list .news_list .entry .info .info_inner .news_header a:hover,
.news_list .premium_layout .event_list .entry .info .info_inner .news_header a:hover, .premium_layout .link ul.list a:hover {
  color: #ff2986;
}

.premium_layout #layout {
  background-color: black;
  background-image: linear-gradient(-198deg, #000000 0%, #400d2b 100%);
  background-attachment: fixed;
}

.premium_layout ol > li:before {
  color: #fff;
  border-color: #fff;
}

.premium_layout .parallax_item {
  display: none;
}

.premium_layout .spotlight .spotlight_item,
.premium_layout blockquote,
.premium_layout .faq .faq-item,
.premium_layout .event_list .entry .info {
  border-color: #3b3b3b;
}

.premium_layout blockquote p em {
  color: #ff2986;
}

.premium_layout blockquote:before {
  border-top: 87px solid #e60077;
}

.premium_layout .gen-button,
.premium_layout .event_list.is-loaded .entry .info .info_inner .buttons a {
  background: #e60077;
  border: 2px solid #e60077;
}

.premium_layout .gen-button:hover,
.premium_layout .event_list.is-loaded .entry .info .info_inner .buttons a:hover {
  background: transparent;
}

.premium_layout .event_list .entry .info .info_inner h4 {
  color: #ff2986;
}

.premium_layout .event_list .entry .thumb a:hover img {
  opacity: 0.8;
}

.premium_layout .faq dt p:before {
  border-bottom: 54px solid #e60077;
}

.premium_layout .m-dining .m-dining-entry .m-dining-overlay .m-dining-fan-favorite:before,
.premium_layout .m-dining .m-dining-entry .m-dining-overlay .m-dining-location:before {
  color: #ff3d91;
}

.premium_layout .rsDefault .rsGCaption .rsABlock p {
  font-weight: 400;
}

.premium_layout .link ul.list a:not(:hover):before,
.premium_layout .link ul.list a:link:not(:hover):before,
.premium_layout .link ul.list a:visited:not(:hover):before {
  background: url(../images/link_icon_white.svg) no-repeat 0px 0px;
}

.premium_layout .link ul.list a:not(:hover).external:before,
.premium_layout .link ul.list a:link:not(:hover).external:before,
.premium_layout .link ul.list a:visited:not(:hover).external:before {
  background: url(../images/link_icon_white.svg) no-repeat 0px 0px;
}

.premium_layout .link ul.list a:not(:hover).image:before,
.premium_layout .link ul.list a:link:not(:hover).image:before,
.premium_layout .link ul.list a:visited:not(:hover).image:before {
  background: url(../images/image_icon_white.svg) no-repeat 0px 0px;
}

.premium_layout .link ul.list a:not(:hover).pdf:before,
.premium_layout .link ul.list a:link:not(:hover).pdf:before,
.premium_layout .link ul.list a:visited:not(:hover).pdf:before {
  background: url(../images/doc_icon_white.svg) no-repeat 0px 0px;
}

.premium_layout .link ul.list a:not(:hover).email:before,
.premium_layout .link ul.list a:link:not(:hover).email:before,
.premium_layout .link ul.list a:visited:not(:hover).email:before {
  background: url(../images/email_icon_white.svg) no-repeat 0px 0px;
}

.premium_layout a.button:hover,
.premium_layout .button a:hover {
  background: transparent;
  box-shadow: 0 0 0 2px #ff2986 inset;
}

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list {
  padding: 0 20px;
}

.news_list .entry {
  padding: 40px 0px 20px;
  width: 100%;
  border-bottom: 1px solid #000;
}

.news_list .entry:first-child {
  border-top: none;
}

.news_list .entry .thumb {
  float: left;
  max-width: 320px;
  margin-right: 40px;
}

.news_list .entry .thumb img {
  max-width: 100%;
}

.news_list .entry .thumb a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.news_list .entry .thumb a:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.news_list .entry .info {
  float: left;
  width: 100%;
  padding-left: 0px;
  box-sizing: border-box;
}

.news_list .entry .info .news_header {
  display: block;
}

.news_list .entry .info .news_header a {
  color: #000;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.news_list .entry .info .news_header a:hover {
  color: #e60077;
}

.news_list .entry .info .news_tagline {
  display: none;
}

.news_list .entry .info.has_thumb {
  width: calc(100% - 370px);
}

.news_list .entry .info a.gen-button,
.news_list .entry .info span.gen-button {
  float: left;
  margin-bottom: 20px;
  color: white;
}

@media screen and (max-width: 700px) {
  .news_list .entry .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .news_list .entry .info {
    width: 100%;
    padding: 0;
  }
  .news_list .entry .info.has_thumb {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail h4.date {
  font-weight: 400;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list_header {
  position: relative;
  border-bottom: 1px solid #000;
  max-width: 1166px;
  margin: 30px auto 35px;
}

.event_list_header h2 {
  float: left;
  font-weight: 400;
  margin-bottom: 20px;
}

@media screen and (max-width: 1125px) {
  .event_list_header h2 strong {
    display: block;
  }
}

@media screen and (max-width: 920px) {
  .event_list_header h2 strong {
    display: inline;
  }
}

@media screen and (max-width: 1125px) {
  .event_list_header h2 {
    margin-top: -20px;
  }
}

@media screen and (max-width: 920px) {
  .event_list_header h2 {
    margin-top: 0;
  }
}

.event_filters {
  float: right;
  vertical-align: top;
  margin-top: 5px;
  width: calc(100% - 405px);
}

@media screen and (max-width: 1125px) {
  .event_filters {
    width: calc(100% - 250px);
    margin-top: 20px;
  }
}

@media screen and (max-width: 920px) {
  .event_filters {
    margin-top: -3px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .event_filters {
    float: none;
    clear: both;
    text-align: center;
  }
}

.view_type {
  float: right;
  margin-left: 20px;
}

.view_type .grid-view,
.view_type .list-view {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  border: 1px solid #fff;
  width: 48px;
  height: 38px;
  cursor: pointer;
  margin-left: 10px;
  float: left;
}

.view_type .grid-view span,
.view_type .list-view span {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #000;
  height: 6px;
  display: block;
  float: left;
  width: 36px;
  margin: 0px auto 4px;
}

.view_type .grid-view.active,
.view_type .grid-view:hover,
.view_type .list-view.active,
.view_type .list-view:hover {
  border: 1px solid #000;
}

.view_type .grid-view.active span,
.view_type .grid-view:hover span,
.view_type .list-view.active span,
.view_type .list-view:hover span {
  background: #e60077;
}

.view_type .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 26px;
  margin-top: 0px;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.view_type .grid-view .icon {
  margin-left: 2px;
  width: 40px;
  height: 26px;
}

.view_type .grid-view span {
  margin-right: 4px;
  height: 6px;
  width: 6px;
}

.view_type .grid-view .available_on_text {
  color: #000;
  font-size: 9px;
  letter-spacing: 0.05em;
}

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

.category_selector {
  float: left;
  width: calc(100% - 470px);
  max-width: 500px;
  margin-top: -40px;
}

@media screen and (max-width: 920px) {
  .category_selector {
    width: calc(100% - 330px);
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .category_selector {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
  }
}

label.selector_label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 38px;
  padding-right: 10px;
  display: block;
}

@media screen and (max-width: 920px) {
  label.selector_label {
    display: none;
  }
}

.selector_wrapper {
  float: left;
  position: relative;
  width: calc(100% - 80px);
}

@media screen and (max-width: 1125px) {
  .selector_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .selector_wrapper {
    width: calc(100% - 80px);
  }
}

.selector_button {
  border: 0px;
  outline: 0px;
  float: left;
  padding: 0px;
  width: 70px;
  line-height: 38px;
  margin-left: 10px;
}

.selector_button:focus {
  box-shadow: inset 0 0 0 2px black;
}

@media screen and (max-width: 1125px) {
  .selector_button {
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .selector_button {
    width: 70px;
    margin-left: 10px;
    margin-top: 0px;
  }
}

.selector {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #ffffff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0px;
  padding: 0px 40px 0px 20px;
  clear: both;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  float: right;
}

.selector:after {
  position: absolute;
  top: 16px;
  right: 10px;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.selector.is_opened {
  color: #e60077;
}

.selector.is_opened:after {
  border-top: none;
  border-bottom: 5px solid #000;
}

@media screen and (max-width: 500px) {
  .selector {
    width: 100%;
    float: left;
  }
}

.options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  margin: auto;
  z-index: 500;
  border: 1px solid #000;
  border-radius: 0px 0px 0px 0px;
  border-top: none;
  overflow: hidden;
  color: #000;
  background: #fff;
  padding: 15px 20px 15px 20px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.options .selector_item {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  font-size: 15px;
  color: #000;
  padding: 5px 15px;
}

.options .selector_item:hover,
.options .selector_item.active {
  background: #e60077;
  color: #fff;
}

.event_list_page {
  padding: 0 20px;
}

#events.detail .event_list_page .textarea {
  padding: 0;
}

.event_list {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  zoom: 1;
  position: relative;
  max-width: 872px;
  margin: 30px auto 0;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.event_list:before,
.event_list:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_list:after {
  clear: both;
}

.event_list.is-loaded {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.event_list .list {
  zoom: 1;
  position: relative;
  background: none;
}

.event_list .list:before,
.event_list .list:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_list .list:after {
  clear: both;
}

.event_list .list p.noevents {
  padding: 10px;
  color: black;
}

.event_list .list.scroll_container {
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.event_list .entry {
  position: relative;
  width: 100%;
  max-width: 872px;
  margin: 0 auto 14px;
  float: left;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .event_list .entry {
    margin-bottom: 18px;
  }
}

.event_list .entry .event_image {
  display: none;
}

.event_list .entry .thumb {
  position: relative;
  width: 240px;
  float: left;
  background: #000;
  background: url(../images/bg_event_body.png) #191919 repeat-x;
}

.event_list .entry .thumb img {
  max-width: 100%;
  float: left;
  width: 100%;
}

.event_list .entry .thumb .event_thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

.event_list .entry .thumb .event_thumb img {
  max-width: 100%;
  visibility: visible;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.event_list .entry .thumb .event_thumb.too_short img {
  height: 100%;
  width: auto;
  max-width: none;
}

.event_list .entry .thumb .event_thumb.too_tall img {
  width: 100%;
}

.event_list .entry .thumb a:hover img,
.event_list .entry .thumb a:focus img {
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

.event_list .entry .thumb .featured_thumb {
  display: none;
}

.event_list .entry .info {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 240px);
  float: left;
  height: 100%;
  border-bottom: 1px solid #000;
}

.event_list .entry .info .info_inner {
  position: absolute;
  left: 0px;
  top: 50%;
  padding-left: 28px;
  transform: translateY(-50%);
  width: 100%;
  padding-right: 190px;
}

.event_list .entry .info .info_inner .date {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 700px) {
  .event_list .entry .info .info_inner .date {
    margin-bottom: 0;
    font-size: 15px;
  }
}

.event_list .entry .info .info_inner h3, .event_list .news_list .entry .info .info_inner .news_header, .news_list .event_list .entry .info .info_inner .news_header {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
  max-height: 60px;
}

.event_list .entry .info .info_inner h3 a, .event_list .news_list .entry .info .info_inner .news_header a, .news_list .event_list .entry .info .info_inner .news_header a {
  color: #000;
  display: inline-block;
}

.event_list .entry .info .info_inner h3 a:hover, .event_list .news_list .entry .info .info_inner .news_header a:hover, .news_list .event_list .entry .info .info_inner .news_header a:hover {
  color: #e60077;
}

.event_list .entry .info .info_inner h3.long_title, .event_list .news_list .entry .info .info_inner .long_title.news_header, .news_list .event_list .entry .info .info_inner .long_title.news_header {
  font-size: 24px;
  max-height: 72px;
}

@media screen and (max-width: 920px) {
  .event_list .entry .info .info_inner h3, .event_list .news_list .entry .info .info_inner .news_header, .news_list .event_list .entry .info .info_inner .news_header {
    font-size: 28px;
  }
}

@media screen and (max-width: 700px) {
  .event_list .entry .info .info_inner h3, .event_list .news_list .entry .info .info_inner .news_header, .news_list .event_list .entry .info .info_inner .news_header {
    font-size: 24px;
  }
  .event_list .entry .info .info_inner h3.long_title, .event_list .news_list .entry .info .info_inner .long_title.news_header, .news_list .event_list .entry .info .info_inner .long_title.news_header {
    font-size: 20px;
    max-height: 82px;
  }
}

.event_list .entry .info .info_inner h4 {
  font-weight: 400;
  color: #e60077;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  max-height: 48px;
  overflow: hidden;
  line-height: 1.3;
}

.event_list .entry .info .info_inner .time {
  margin-top: 22px;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 700px) {
  .event_list .entry .info .info_inner .time {
    margin-top: 0;
    font-size: 15px;
  }
}

.event_list .entry .info .buttons {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.event_list .entry .info .buttons a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.event_list .entry .additional_tickets {
  position: relative;
  float: right;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.event_list .entry .available_on_text {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 11px;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 7px;
}

@media screen and (max-width: 700px) {
  .event_list .entry .available_on_text {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 500;
    color: #666;
  }
}

.event_list .entry .flashseats_link {
  background: url(../images/flash_seats.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.event_list .entry .flashseats_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.event_list .entry .stubhub_link {
  background: url(../images/stubhub_logo.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}

.event_list .entry .stubhub_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.event_list .entry.filler {
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .event_list .entry .thumb {
    width: 150px;
  }
  .event_list .entry .info {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 700px) {
  .event_list .entry {
    border-bottom: 1px solid #000;
  }
  .event_list .entry .thumb {
    width: 100px;
  }
  .event_list .entry .info {
    width: 100%;
    width: calc(100% - 100px);
    position: relative;
    height: auto;
    border-bottom: none;
  }
  .event_list .entry .info .info_inner {
    position: relative;
    top: auto;
    transform: translate(0);
    padding: 0px 90px 17px 10px;
    min-height: 80px;
    min-height: 100px;
  }
  .event_list .entry .info .info_inner .buttons {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -6px;
    transform: translateY(0);
    width: 50px;
    height: 50px;
  }
  .event_list .entry .info .info_inner .buttons:before {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 90px solid rgba(230, 0, 119, 0.9);
    border-left: 110px solid transparent;
    z-index: 2;
  }
  .event_list .entry .info .info_inner .buttons:hover:before {
    border-bottom: 100px solid #e60077;
    border-left: 120px solid transparent;
  }
  .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
    position: relative;
    transform: translateY(0);
    padding: 0;
    float: right;
    background: none;
    height: 80px;
    width: 100px;
    padding: 37px 8px 0px 20px;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.05em;
    z-index: 3;
    margin-top: -30px;
  }
  .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) span {
    display: block;
  }
  .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).onsale,
  .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).soon,
  .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).tba {
    font-size: 13px;
    padding-top: 40px;
  }
  .event_list .entry.sold_out_event .info .info_inner {
    padding-bottom: 70px;
  }
  .event_list .entry .additional_tickets {
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 100%;
    padding-right: 101px;
  }
  .event_list .entry .additional_tickets a {
    width: 50%;
    float: left;
    margin: 5px 0 10px;
    padding: 0px 0;
  }
}

@media screen and (max-width: 500px) {
  .event_list .entry .thumb {
    display: none;
  }
  .event_list .entry .info {
    width: 100%;
  }
  .event_list .entry .info .info_inner {
    min-height: 80px;
  }
  .event_list .entry.sold_out_event .info .info_inner {
    padding-bottom: 70px;
  }
}

.event_list.grid_view {
  max-width: 1180px;
  font-size: 0px;
}

@media screen and (max-width: 1200px) {
  .event_list.grid_view {
    text-align: center;
  }
}

.event_list.grid_view .entry {
  text-align: left;
  width: 281px;
  width: calc(25% - 14px);
  float: left;
  margin: 0 7px 25px;
}

.event_list.grid_view .entry .thumb {
  width: 100%;
}

.event_list.grid_view .entry .featured_thumb {
  display: none;
}

.event_list.grid_view .entry .info {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  float: left;
  height: 140px;
  border-bottom: none;
}

.event_list.grid_view .entry .info .info_inner {
  position: absolute;
  bottom: 0px;
  top: auto;
  right: auto;
  left: 0px;
  width: 100%;
  padding: 25px 10px;
  height: auto;
  transform: translateY(0%);
  background: #fff;
  min-height: 140px;
}

.event_list.grid_view .entry .info .info_inner h3, .event_list.grid_view .news_list .entry .info .info_inner .news_header, .news_list .event_list.grid_view .entry .info .info_inner .news_header {
  overflow: hidden;
  max-height: 60px;
}

.event_list.grid_view .entry .info .info_inner h3.long_title, .event_list.grid_view .news_list .entry .info .info_inner .long_title.news_header, .news_list .event_list.grid_view .entry .info .info_inner .long_title.news_header {
  font-size: 20px;
}

.event_list.grid_view .entry .info .info_inner .date {
  margin-bottom: 10px;
}

.event_list.grid_view .entry .info .info_inner .time {
  display: none;
}

.event_list.grid_view .entry .info .info_inner .buttons {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 100%;
  transform: translateY(10px);
  width: 100%;
}

.event_list.grid_view .entry .info .info_inner .buttons:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  position: absolute;
  bottom: 0px;
  display: block;
  right: 0px;
  border-bottom: 105px solid rgba(230, 0, 119, 0.9);
  border-left: 130px solid transparent;
  z-index: 3;
}

.event_list.grid_view .entry .info .info_inner .buttons:hover:before {
  border-bottom: 115px solid #e60077;
  border-left: 140px solid transparent;
}

.event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
  position: relative;
  transform: translateY(0);
  padding: 0;
  float: right;
  background: none;
  height: 97px;
  width: 121px;
  padding: 50px 15px 0px 20px;
  font-size: 15px;
  text-align: right;
  letter-spacing: 0.05em;
  z-index: 4;
}

.event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link):focus {
  box-shadow: inset 0 0 0 2px white;
}

.event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) span {
  display: block;
}

.event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).onsale,
.event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).soon,
.event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).tba {
  font-size: 14px;
  padding-right: 10px;
  padding-top: 55px;
}

.event_list.grid_view .entry .available_on_text {
  width: 100%;
  color: #fff;
  margin-top: 10px;
  font-size: 9px;
}

.event_list.grid_view .entry .additional_tickets {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding-right: 121px;
  background: rgba(0, 0, 0, 0.9);
}

.event_list.grid_view .entry .additional_tickets a {
  width: 50%;
  float: left;
  margin: 5px 0 10px;
  padding: 0px 0;
}

.event_list.grid_view .entry:hover .thumb img {
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

@media screen and (max-width: 1200px) {
  .event_list.grid_view .entry {
    width: calc(33.3% - 14px);
    width: 281px;
    float: none;
    display: inline-block;
    font-size: 0px;
  }
}

@media screen and (max-width: 700px) {
  .event_list.grid_view .entry {
    width: calc(50% - 14px);
  }
  .event_list.grid_view .entry.filler {
    display: none;
  }
}

.event_list.is-loaded .thumb img,
.event_list.is-loaded .entry .info .info_inner .buttons,
.event_list.is-loaded .entry .info .info_inner .buttons a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.event_list.is-loaded h3,
.event_list.is-loaded .news_list .entry .info .news_header,
.news_list .entry .info .event_list.is-loaded .news_header, .event_list.is-loaded h3 a, .event_list.is-loaded .news_list .entry .info .news_header a, .news_list .entry .info .event_list.is-loaded .news_header a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.team_events_list {
  width: 300px;
  float: right;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  color: white;
  margin: 0;
}

.team_events_list:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  visibility: visible;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
}

.team_events_list h2 {
  position: relative;
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 15px 20px;
  margin: 0;
}

.team_events_list h2:before {
  content: '';
  background: url(../images/bg_shape.png) center center #000 no-repeat;
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}

.team_events_list h2 a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  zoom: 1;
  color: #fff;
  z-index: 2;
  display: block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1;
}

.team_events_list h2 a:before,
.team_events_list h2 a:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.team_events_list h2 a:after {
  clear: both;
}

.team_events_list h2 a strong {
  display: block;
  font-weight: 700;
}

.team_events_list h2 a:hover {
  color: #e60077;
}

.team_events_list h2 span {
  font-size: 16px;
  display: block;
}

.team_events_list h2 span strong {
  display: inline;
}

.team_events_list .scroll_container {
  position: relative;
  height: 410px;
  background: #ffffff;
  padding: 0px 10px 100px;
  z-index: 8;
  max-height: calc(100vw * (846 / 1600) - 150px - 106px);
}

@media screen and (max-width: 920px) {
  .team_events_list .scroll_container {
    max-height: calc(100vw * (846 / 1600) - 40px - 106px);
  }
}

@media screen and (max-width: 700px) {
  .team_events_list .scroll_container {
    max-height: none;
  }
}

.team_events_list .entry {
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 0;
  display: block;
  min-height: 90px;
}

.team_events_list .entry .thumb {
  width: 100px;
}

.team_events_list .entry .info {
  width: 100%;
  position: relative;
  height: auto;
  border-bottom: none;
}

.team_events_list .entry .info .info_inner {
  position: relative;
  top: auto;
  transform: translate(0);
  padding: 20px 90px 20px 10px;
  min-height: 80px;
  min-height: 100px;
}

.team_events_list .entry .info .info_inner h3, .team_events_list .news_list .entry .info .info_inner .news_header, .news_list .team_events_list .entry .info .info_inner .news_header {
  font-size: 20px;
}

.team_events_list .entry .info .info_inner h3.long_title, .team_events_list .news_list .entry .info .info_inner .long_title.news_header, .news_list .team_events_list .entry .info .info_inner .long_title.news_header {
  font-size: 20px;
  max-height: 100%;
}

.team_events_list .entry .info .info_inner .date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.team_events_list .entry .info .info_inner .time {
  color: #e60077;
  display: inline-block;
  font-size: 16px;
  margin: 0;
}

.team_events_list .entry .info .info_inner .time:before {
  content: '/';
}

.team_events_list .entry .info .info_inner .buttons {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -6px;
  transform: translateY(0);
}

.team_events_list .entry .info .info_inner .buttons:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom: 84px solid rgba(226, 0, 116, 0.9);
  border-left: 100px solid transparent;
}

.team_events_list .entry .info .info_inner .buttons:hover:before {
  border-bottom: 90px solid #e60077;
  border-left: 110px solid transparent;
}

.team_events_list .entry .info .info_inner .buttons a {
  position: relative;
  transform: translateY(0);
  padding: 0;
  background: none;
  height: 80px;
  width: 121px;
  padding: 37px 8px 0px 20px;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.05em;
}

.team_events_list .entry .info .info_inner .buttons a span {
  display: block;
}

.team_events_list .entry .info .info_inner .buttons a.onsale,
.team_events_list .entry .info .info_inner .buttons a.soon,
.team_events_list .entry .info .info_inner .buttons a.tba {
  font-size: 13px;
  padding-top: 40px;
}

@media screen and (max-width: 1260px) {
  .team_events_list {
    margin: auto;
    float: none;
    width: 450px;
  }
}

@media screen and (max-width: 500px) {
  .team_events_list {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_title {
  float: left;
  max-width: 512px;
  width: 100%;
  background: url(../images/bg_event_title.png) top center rgba(0, 0, 0, 0.85) repeat-x;
  padding: 27px 35px;
}

.event_title h1 {
  color: white;
  margin-bottom: 0;
  line-height: 1;
}

.event_title h1.long_title {
  font-size: 40px;
}

.event_title h1.long_title.really_long_title {
  font-size: 30px;
}

.event_title h2 {
  color: #ff1f80;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
}

.event_title .date {
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
.event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
  max-width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 12px 0px;
  margin-top: 25px;
  font-weight: 400;
  float: left;
}

.event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link) strong,
.event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) strong {
  font-weight: 700;
}

.event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link):hover,
.event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link):hover {
  background: white;
  color: #e60077;
}

.event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
.event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
  width: 50%;
}

@media screen and (max-width: 1140px) {
  .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
  .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 870px) {
  .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
  .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
    width: 50%;
    float: left;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 500px) {
  .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
  .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
    float: none;
  }
}

.event_title .event_ticket_link .additional_tickets {
  position: relative;
  float: right;
  width: 50%;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1140px) {
  .event_title .event_ticket_link .additional_tickets {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 870px) {
  .event_title .event_ticket_link .additional_tickets {
    float: right;
    clear: none;
    margin: 0px;
    width: 50%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .event_title .event_ticket_link .additional_tickets {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    float: none;
  }
}

.event_title .event_ticket_link .available_on_text {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 7px;
}

.event_title .event_ticket_link .flashseats_link {
  background: url(../images/flash_seats.png) center no-repeat;
  background-size: contain;
  width: calc(60% - 10px);
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 10px;
}

.event_title .event_ticket_link .flashseats_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.event_title .event_ticket_link .stubhub_link {
  background: url(../images/stubhub_logo.png) center no-repeat;
  background-size: contain;
  width: calc(40% - 10px);
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 10px;
  margin-top: 0px;
}

.event_title .event_ticket_link .stubhub_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 870px) {
  .event_title {
    width: 100%;
    max-width: calc(100% - 20px);
    padding: 20px;
    margin: 0 10px;
  }
}

.event_header {
  zoom: 1;
  position: relative;
  background: #252525;
  padding: 25px 0px 18px;
  margin: 10px auto 57px;
  max-width: 1320px;
  overflow: hidden;
  padding-left: 40px;
  color: white;
}

.event_header:before,
.event_header:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_header:after {
  clear: both;
}

@media screen and (max-width: 1340px) {
  .event_header {
    max-width: calc(100% - 20px);
    margin: 10px 10px 57px;
  }
}

@media screen and (max-width: 870px) {
  .event_header {
    padding: 20px;
  }
}

.event_header .section {
  float: left;
  width: 25%;
  padding-left: 40px;
}

.event_header .section h3, .event_header .section .news_list .entry .info .news_header, .news_list .entry .info .event_header .section .news_header {
  color: white;
  line-height: 1;
  margin-bottom: 0;
}

.event_header .section p {
  color: #ff388e;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
}

.event_header .section p a:hover {
  text-decoration: underline;
}

.event_header .section p a {
  color: #ff388e;
}

@media screen and (max-width: 870px) {
  .event_header .section {
    padding-left: 0px;
    width: 22%;
  }
  .event_header .section h3, .event_header .section .news_list .entry .info .news_header, .news_list .entry .info .event_header .section .news_header {
    font-size: 20px;
  }
  .event_header .section p {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .event_header .section {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .event_header .section {
    width: 100%;
    margin: 10px 0 0;
  }
}

.event_header .seating_chart_link,
.event_header .parking_link {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px;
  text-align: center;
  height: 100%;
  width: 150px;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  font-size: 15px;
  transform: skew(-23deg);
  transform-origin: bottom right;
  letter-spacing: 0.1em;
}

.event_header .seating_chart_link span,
.event_header .parking_link span {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: skew(23deg) translate(-50%, -50%);
}

.event_header .seating_chart_link strong,
.event_header .parking_link strong {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  color: #ff1f80;
  font-weight: 700;
}

.event_header .seating_chart_link:hover,
.event_header .parking_link:hover {
  background: #e60077;
  color: white;
}

.event_header .seating_chart_link:hover strong,
.event_header .parking_link:hover strong {
  color: white;
}

@media screen and (max-width: 700px) {
  .event_header .seating_chart_link,
  .event_header .parking_link {
    position: relative;
    right: auto;
    top: auto;
    transform: skew(0deg);
    margin-left: 0px;
    width: auto;
    width: calc(50% - 10px);
    height: 40px;
    float: left;
    background: #e60077;
  }
  .event_header .seating_chart_link span,
  .event_header .parking_link span {
    position: relative;
    transform: skew(0deg) translate(0%);
    top: auto;
    left: auto;
    padding: 0px 20px;
    display: inline-block;
    line-height: 40px;
    display: block;
    color: white;
  }
  .event_header .seating_chart_link span strong,
  .event_header .parking_link span strong {
    display: inline;
    color: white;
  }
  .event_header .seating_chart_link:hover,
  .event_header .parking_link:hover {
    background: white;
    color: #e60077;
  }
  .event_header .seating_chart_link:hover span,
  .event_header .seating_chart_link:hover strong,
  .event_header .parking_link:hover span,
  .event_header .parking_link:hover strong {
    color: #e60077;
  }
}

@media screen and (max-width: 500px) {
  .event_header .seating_chart_link,
  .event_header .parking_link {
    width: 100%;
    margin: 10px 0 0;
  }
}

.event_header .parking_link {
  width: 140px;
  background: #1f1f1f;
  padding: 0;
  right: 150px;
  color: #fff;
}

.event_header .parking_link span {
  transform: skew(23deg) translate(-40%, -50%);
}

.event_header .parking_link.only_link {
  right: 0;
  width: 160px;
}

@media screen and (max-width: 700px) {
  .event_header .parking_link {
    right: auto;
    width: calc(50% - 10px);
    margin: 0 20px 0 0;
    background: #e60077;
  }
  .event_header .parking_link span {
    transform: skew(0deg) translate(0%);
  }
  .event_header .parking_link span strong {
    display: inline;
    color: white;
  }
  .event_header .parking_link.only_link {
    right: auto;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 500px) {
  .event_header .parking_link {
    width: 100%;
    margin: 10px 0 0;
  }
  .event_header .parking_link.only_link {
    width: 100%;
  }
}

.spotlight_image {
  zoom: 1;
  margin: auto;
  width: 100%;
  max-width: 1340px;
  padding: 0 10px;
  max-height: 560px;
  overflow: hidden;
}

.spotlight_image:before,
.spotlight_image:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.spotlight_image:after {
  clear: both;
}

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

.branding {
  margin: auto;
  max-width: 1340px;
  width: 100%;
  padding: 0 10px;
}

.branding .full-slideshow {
  margin-bottom: 0;
}

.event_detail .description_wrapper {
  position: relative;
  clear: both;
  display: block;
  margin: 105px 0;
  margin-right: -10px;
}

@media screen and (max-width: 700px) {
  .event_detail .description_wrapper {
    margin: 50px 0;
  }
}

.event_detail .description {
  position: relative;
  background: url(../images/bg_event_body.png) #191919 repeat-x;
  color: #fff;
  padding: 0px;
  width: 100%;
  position: relative;
  margin-top: 30px;
  height: 330px;
  width: 100%;
  overflow: hidden;
}

.event_detail .description:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191919+0,191919+100&0+0,1+41,1+41 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MTkxOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzE5MTkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(25, 25, 25, 0) 0%, #191919 41%, #191919 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0) 0%, #191919 41%, #191919 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(25, 25, 25, 0) 0%, #191919 41%, #191919 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00191919', endColorstr='#191919',GradientType=0 );
  /* IE6-8 */
}

.event_detail .description .description_inner {
  padding: 50px 40px 50px 0px;
}

@media screen and (max-width: 870px) {
  .event_detail .description .description_inner {
    padding: 50px 0px 50px 0px;
  }
}

.event_detail .description a {
  color: #ff1f80;
}

.event_detail .description a:hover {
  text-decoration: underline;
  color: #ff1f80;
}

.event_detail .description h1,
.event_detail .description h2,
.event_detail .description h3,
.event_detail .description .news_list .entry .info .news_header,
.news_list .entry .info .event_detail .description .news_header, .event_detail .description h4,
.event_detail .description p {
  color: #fff;
}

.event_detail .description p {
  font-weight: 400;
}

.event_detail .description.is-opened:after {
  display: none;
}

.event_detail .description.short-description {
  height: auto;
}

.event_detail .description.short-description:after {
  display: none;
}

.event_detail .description.short-description .description_inner {
  padding: 50px 40px 30px 0px;
}

.event_detail .showings_list {
  margin-bottom: 50px;
  padding-left: 0px;
}

.event_detail .showings_list ul {
  margin: 0;
  padding: 0;
}

.event_detail .showings_list ul li {
  position: relative;
  border-bottom: 1px solid #000;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding: 28px 10px 13px;
  line-height: 1;
}

.event_detail .showings_list ul li .time {
  color: #e60077;
  font-weight: 400;
}

.event_detail .showings_list ul li .buttons {
  float: right;
}

@media screen and (max-width: 500px) {
  .event_detail .showings_list ul li .buttons {
    width: 100%;
  }
}

.event_detail .showings_list ul li a:not(.flashseats_link):not(.stubhub_link) {
  float: right;
  line-height: 32px;
  height: 30px;
  padding: 0px;
  vertical-align: top;
  width: 130px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .event_detail .showings_list ul li a:not(.flashseats_link):not(.stubhub_link) {
    clear: both;
    float: none;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }
}

.event_detail .showings_list ul li .additional_tickets {
  position: relative;
  float: right;
  text-align: center;
  margin-right: 20px;
}

@media screen and (max-width: 500px) {
  .event_detail .showings_list ul li .additional_tickets {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
  }
}

.event_detail .showings_list ul li .available_on_text {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}

.event_detail .showings_list ul li .flashseats_link {
  background: url(../images/flash_seats.png) center no-repeat;
  background-size: contain;
  width: 114px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 10px;
}

.event_detail .showings_list ul li .flashseats_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.event_detail .showings_list ul li .stubhub_link {
  background: url(../images/stubhub_logo.png) center no-repeat;
  background-size: contain;
  width: 114px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}

.event_detail .showings_list ul li .stubhub_link:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.event_detail .showings_list ul li:first-child {
  padding-top: 0;
}

.event_detail .faq {
  padding: 0;
}

@media screen and (min-width: 920px) and (max-width: 1200px) {
  #events.detail .event_list_page .list {
    max-height: 440px;
    overflow: hidden;
  }
}

.event_list_page .textarea {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0px 15px;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: '.';
}

/* display none until init */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -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;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.sponsors {
  zoom: 1;
  z-index: 20;
  position: relative;
  background: #fff;
}

.sponsors:before,
.sponsors:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.sponsors:after {
  clear: both;
}

.sponsors .owlPauseBtn {
  -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);
  background-color: black;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: -45px;
  padding: 10px;
  z-index: 30;
  cursor: pointer;
}

@media screen and (max-width: 870px) {
  .sponsors .owlPauseBtn {
    right: -35px;
  }
}

.sponsors .owlPauseBtn:before {
  content: '';
  border-left: 4px solid white;
  border-right: 4px solid white;
  width: 12px;
  height: 15px;
  display: block;
}

.sponsors .owlPauseBtn.is-paused:before {
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 12px solid white;
  border-right: none;
  width: 0px;
  height: 0px;
  width: 12px;
  height: 15px;
}

.sponsors .owlPauseBtn.is-paused:hover {
  background-color: black;
}

.sponsors .owlPauseBtn.is-paused:hover:before {
  border-left-color: #e60077;
}

.sponsors .owlPauseBtn:not(.is-paused):hover {
  background-color: black;
}

.sponsors .owlPauseBtn:not(.is-paused):hover:before {
  border-left-color: #e60077;
  border-right-color: #e60077;
}

.sponsors .sponsors_left:hover .owlPauseBtn,
.sponsors .sponsors_right:hover .owlPauseBtn,
.sponsors .sponsors_banner:hover .owlPauseBtn {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.premium_layout .sponsors:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  display: block;
  visibility: visible;
  top: 100%;
}

.sponsors .owl-item {
  text-align: center;
  height: 122px;
  position: relative;
}

.sponsors .sponsor_item {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
}

.sponsors img {
  max-width: 90%;
  max-height: 80px;
  -webkit-filter: grayscale(100%);
  vertical-align: middle;
  zoom: 1;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.sponsors a:hover img {
  -webkit-filter: grayscale(0%);
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.sponsors h4 {
  font-weight: 300;
  color: white;
  display: block;
  padding: 35px 15px 20px;
  font-size: 15px;
  height: 105px;
  line-height: 18px;
  letter-spacing: 0.05em;
}

.sponsors h4 a {
  color: white;
}

.sponsors h4 span {
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 870px) {
  .sponsors h4 {
    display: none;
  }
}

.sponsors .owl-prev,
.sponsors .owl-next {
  background: url(../images/icn_sponsor_arrow.png) center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  zoom: 1;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}

.sponsors .owl-prev:hover,
.sponsors .owl-next:hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.sponsors .owl-prev {
  left: -40px;
}

@media screen and (max-width: 870px) {
  .sponsors .owl-prev {
    left: -30px;
  }
}

.sponsors .owl-next {
  transform: rotate(180deg);
  right: -40px;
}

@media screen and (max-width: 870px) {
  .sponsors .owl-next {
    right: -30px;
  }
}

.sponsors .sponsors_left {
  padding-left: 150px;
  padding-right: 75px;
  float: left;
  width: 70%;
}

.sponsors .sponsors_left a {
  display: block;
}

.sponsors .sponsors_left h4 {
  position: absolute;
  top: -10px;
  left: 0px;
  padding-right: 0px;
  z-index: 99;
}

.sponsors .sponsors_left h4:after {
  position: absolute;
  left: 100%;
  top: 0px;
  border-top: 105px solid rgba(230, 0, 119, 0.8);
  border-right: 30px solid transparent;
}

.sponsors .sponsors_left h4 a:focus {
  box-shadow: inset 0 0 0 2px black;
}

@media screen and (max-width: 870px) {
  .sponsors .sponsors_left {
    padding: 0 40px;
  }
}

@media screen and (max-width: 700px) {
  .sponsors .sponsors_left {
    width: 100%;
  }
}

.sponsors .sponsors_right {
  position: relative;
  padding-right: 170px;
  padding-left: 60px;
  float: right;
  width: 30%;
}

.sponsors .sponsors_right:before {
  content: '';
  height: 94px;
  width: 1px;
  background: #e60077;
  position: absolute;
  top: 20px;
  left: 0px;
}

@media screen and (max-width: 700px) {
  .sponsors .sponsors_right:before {
    top: 0;
    left: 5%;
    height: 1px;
    width: 90%;
  }
}

.sponsors .sponsors_right a {
  display: block;
}

.sponsors .sponsors_right h4 {
  position: absolute;
  top: 20px;
  right: 0px;
  padding-left: 0px;
  z-index: 99;
}

.sponsors .sponsors_right h4:after {
  position: absolute;
  right: 100%;
  top: 0px;
  border-bottom: 105px solid #262626;
  border-left: 30px solid transparent;
}

.sponsors .sponsors_right h4 a {
  color: white;
}

@media screen and (max-width: 870px) {
  .sponsors .sponsors_right {
    padding: 0 40px;
  }
}

@media screen and (max-width: 700px) {
  .sponsors .sponsors_right {
    width: 100%;
  }
}

.sponsors_inner {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.sponsors_inner.sponsors_banner {
  overflow: visible;
}

.sponsors_banner .owlPauseBtn {
  right: 160px;
}

@media screen and (max-width: 870px) {
  .sponsors_banner .owlPauseBtn {
    right: -30px;
    top: -35px;
  }
}

.sponsors_banner .sponsors_inner {
  margin-top: 10px;
  width: 100%;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 870px) {
  .sponsors_banner .sponsors_inner {
    width: calc(100% - 70px);
    margin: 72px auto 30px;
    overflow: visible;
  }
  .sponsors_banner .sponsors_inner:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #d8d8d8;
    position: absolute;
    top: -40px;
  }
}

.sponsors_banner .sponsors_inner .owl-wrapper {
  display: flex !important;
  align-items: center;
}

.sponsors_banner .sponsors_inner .owl-item {
  height: auto;
  width: 100%;
}

.sponsors_banner .sponsors_inner .owl-item .sponsor_item {
  position: relative;
  transform: none;
}

.sponsors_banner .sponsors_inner .owl-item .sponsor_item img {
  max-width: 100%;
  max-height: none;
  object-fit: cover;
  transition: 250ms;
}

.sponsors_banner .sponsors_inner .sponsor_item a,
.sponsors_banner .sponsors_inner .sponsor_item img {
  width: 100%;
  display: block;
}

.sponsors_banner:before {
  content: '';
  transform: rotate(-180deg);
  background: rgba(226, 0, 116, 0.8);
  top: -10px;
  left: -92px;
  position: absolute;
  height: calc(100% + 40px);
  width: 171px;
  transform: skew(-17deg);
  z-index: 1;
  min-height: 300px;
}

@media screen and (max-width: 870px) {
  .sponsors_banner:before {
    display: none;
  }
}

.sponsors_banner:after {
  content: '';
  transform: rotate(-180deg);
  background: #262626;
  top: 20px;
  right: -70px;
  position: absolute;
  height: calc(100% + 40px);
  width: 230px;
  transform: skew(-17deg);
  min-height: 300px;
}

@media screen and (max-width: 870px) {
  .sponsors_banner:after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
= Banners driven by banner.php partial and using responsive slides
----------------------------------------------------------------------------- */
.banner {
  position: relative;
}

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

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

.rslides li:before {
  display: none;
}

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

.rslides li a, .rslides li a:visited {
  position: relative;
  display: block;
}

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

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

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  clear: both;
  margin: 0;
  padding: 0;
}

.sitemap .column {
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
  padding-right: 40px;
}

.sitemap ul li a {
  font-weight: 700;
  color: #000;
}

.sitemap ul li a:hover {
  text-decoration: underline;
  color: #e60077;
}

.sitemap ul li ul li a {
  font-weight: 400;
  color: #e60077;
}

/* ----------------------------------------------------------------------------
= jScrollPane CSS Styles.
= Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
= may not operate correctly without them.
----------------------------------------------------------------------------- */
.jspContainer {
  position: relative;
  overflow: hidden;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 6px;
  width: 10px;
  height: 236px;
  background: #ddd;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  opacity: 0;
}

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
  width: 10px;
  background: none;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  width: 10px;
  height: 58px;
  background: url(../images/drag_arrow.jpg) no-repeat 0 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -20000px;
}

.jspArrow.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  width: 16px;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  float: left;
  height: 100%;
  background: #eeeef4;
}

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
.parking_page .walk_icon {
  background: url(../images/icn_walk.png) center no-repeat;
  height: 30px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  background-size: 17px auto;
  margin: 0px 5px;
}

.parking_page .taxi_icon:before, .parking_page .cab_icon:before, .parking_page .uber_icon:before, .parking_page .lyft_icon:before {
  content: '\f1b9';
  color: #e60077;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  margin: 0px 5px;
}

.parking_page .tram_icon:before, .parking_page .monorail_icon:before {
  content: '\f238';
  color: #e60077;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  margin: 0px 5px;
}

.parking_page .faq dt p .light_weight {
  font-weight: 300;
  font-size: 16px;
}

.home .promo_section {
  position: relative;
  display: block;
  clear: both;
  z-index: 5;
  top: -80px;
  margin-bottom: -80px;
}

@media screen and (max-width: 920px) {
  .home .promo_section {
    top: 0px;
    margin-bottom: 0px;
  }
}

.home .promos_wrapper {
  position: relative;
  overflow: hidden;
  z-index: 15;
  width: 100%;
}

.home .promos_wrapper .pink_angle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom: 150px solid rgba(230, 0, 119, 0.5);
  border-left: 1200px solid transparent;
  display: none;
}

@media screen and (max-width: 700px) {
  .home .promos_wrapper {
    margin-bottom: 0;
  }
  .home .promos_wrapper .pink_angle {
    display: none;
  }
}

.home .promos {
  transform-style: preserve-3d;
  position: relative;
  max-height: 846px;
  overflow: hidden;
  zoom: 1;
}

.home .promos:before,
.home .promos:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .promos:after {
  clear: both;
}

.home .promos .line_square {
  position: absolute;
  top: 150px;
  right: -150px;
  width: 569px;
  height: 568px;
  z-index: 13;
  background: url(../images/bg_shape.png);
}

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

.home .promos img {
  float: right;
  max-width: 100%;
}

.home .promos .under_image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  width: 76.5%;
}

@media screen and (min-width: 1600px) {
  .home .promos .under_image {
    max-width: calc(50% + 450px);
  }
}

@media screen and (max-width: 700px) {
  .home .promos .under_image {
    width: 100%;
  }
}

.home .promos .over_image {
  position: relative;
  max-width: 1600px;
  margin: auto;
  width: 100%;
  z-index: 12;
  max-height: 846px;
}

.home .promos .over_image img {
  max-height: 846px;
}

@media screen and (max-width: 700px) {
  .home .promos .over_image img {
    max-width: 100%;
    float: right;
  }
}

@media screen and (min-width: 1600px) {
  .home .promos .over_image img {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .home .promos .over_image {
    max-width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .home .promos .edge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% - 790px);
    height: 100%;
    background: #fff;
    z-index: 12;
  }
}

.home .promo_content_right .owl_carousel {
  position: relative;
  width: 338px;
  max-width: 100%;
  height: 100px;
  display: block;
  margin: 13px 0px;
  padding: 0px;
  float: right;
  clear: right;
  border: 1px solid #000;
  box-sizing: content-box;
  overflow: hidden;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

.home .promo_content_right .owl_carousel .owl-item {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
}

.home .promo_content_right .owl_carousel a {
  position: relative;
  margin: auto;
  border: none;
  width: 100%;
  float: none;
}

.home .promo_content_right .owl_carousel a:before,
.home .promo_content_right .owl_carousel a:after {
  display: none;
}

.home .promo_content_right .owl_carousel a .promo_image {
  float: left;
  width: 100px;
  height: 98px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home .promo_content_right .owl_carousel a .promo_image img {
  max-width: 100%;
}

.home .promo_content_right .owl_carousel a.has_both {
  padding: 20px 15px 20px 120px;
  padding-left: 120px;
  padding-right: 20px;
}

.home .promo_content_right .owl_carousel a.has_both .promo_image {
  float: left;
  width: 100px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home .promo_content_right .owl_carousel a.has_both .promo_image img {
  max-width: 100%;
}

.home .promo_content_right .owl_carousel a.has_img .promo_image {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home .promo_content_right .owl_carousel a.has_img .promo_image img {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .home .promo_content_right .owl_carousel {
    float: none;
    margin: auto;
  }
  .home .promo_content_right .owl_carousel a {
    float: none;
    display: block;
    height: 100px;
  }
}

@media screen and (max-width: 500px) {
  .home .promo_content_right .owl_carousel {
    width: 300px;
    height: 91px;
  }
  .home .promo_content_right .owl_carousel a {
    width: 300px;
    height: 91px;
    padding: 22px;
    margin: 0px auto;
  }
  .home .promo_content_right .owl_carousel a.has_both {
    padding: 15px 15px 15px 120px;
  }
  .home .promo_content_right .owl_carousel a.has_both h3, .home .promo_content_right .owl_carousel a.has_both .news_list .entry .info .news_header, .news_list .entry .info .home .promo_content_right .owl_carousel a.has_both .news_header {
    font-size: 24px;
  }
  .home .promo_content_right .owl_carousel a.has_both p {
    font-size: 16px;
  }
}

.home .promo_content_right {
  z-index: 20;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  padding: 0 20px;
  max-width: 1274px;
  width: 100%;
}

.home .promo_content_right a {
  position: relative;
  border: 1px solid #000;
  background: #fff;
  width: 340px;
  height: 100px;
  display: block;
  margin: 13px 0px;
  padding: 25px 40px 25px;
  float: right;
  clear: right;
  -webkit-font-smoothing: antialiased;
}

.home .promo_content_right a h3, .home .promo_content_right a .news_list .entry .info .news_header, .news_list .entry .info .home .promo_content_right a .news_header {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

.home .promo_content_right a h3 span, .home .promo_content_right a .news_list .entry .info .news_header span, .news_list .entry .info .home .promo_content_right a .news_header span {
  font-weight: 700;
}

.home .promo_content_right a p {
  color: #e60077;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

.home .promo_content_right a:before {
  content: '';
  height: 54px;
  width: 54px;
  position: absolute;
  bottom: -7px;
  right: -8px;
  border-bottom: 54px solid rgba(230, 0, 119, 0.9);
  border-left: 54px solid transparent;
}

.home .promo_content_right a:after {
  content: '+';
  height: 30px;
  font-weight: 300;
  width: 30px;
  line-height: 30px;
  position: absolute;
  bottom: -6px;
  font-size: 30px;
  right: -6px;
  color: white;
  text-align: center;
}

.home .promo_content_right a:hover h3, .home .promo_content_right a:hover .news_list .entry .info .news_header, .news_list .entry .info .home .promo_content_right a:hover .news_header {
  color: #e60077;
}

@media screen and (max-width: 870px) {
  .home .promo_content_right {
    top: 20%;
  }
}

@media screen and (max-width: 700px) {
  .home .promo_content_right {
    position: relative;
    transform: translate(0%, 0%);
    top: auto;
    left: auto;
    padding: 0 10px;
    clear: both;
    margin: 40px 0;
    margin: 60px 0 100px;
  }
  .home .promo_content_right a {
    height: auto;
    padding: 22px;
    margin: 8px auto;
    float: none;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .home .promo_content_right a {
    width: 300px;
  }
  .home .promo_content_right a h3, .home .promo_content_right a .news_list .entry .info .news_header, .news_list .entry .info .home .promo_content_right a .news_header {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1;
  }
  .home .promo_content_right a h3 span, .home .promo_content_right a .news_list .entry .info .news_header span, .news_list .entry .info .home .promo_content_right a .news_header span {
    font-weight: 700;
  }
  .home .promo_content_right a p {
    color: #e60077;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

.home .team_events_list_wrapper {
  zoom: 1;
  z-index: 20;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-style: preserve-3d;
  padding: 0 40px;
  max-width: 1260px;
  width: 100%;
}

.home .team_events_list_wrapper:before,
.home .team_events_list_wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .team_events_list_wrapper:after {
  clear: both;
}

@media screen and (max-width: 920px) {
  .home .team_events_list_wrapper {
    top: 40px;
  }
}

@media screen and (max-width: 1260px) {
  .home .team_events_list_wrapper {
    position: relative;
    transform: translate(0%, 0%);
    top: auto;
    left: auto;
    padding: 0 10px;
    clear: both;
    margin: 30px 0 100px;
  }
}

.home .promo_content_left {
  zoom: 1;
  z-index: 22;
  position: absolute;
  top: 20%;
  left: 0%;
  max-width: 543px;
  width: auto;
  padding: 50px 40px;
  float: left;
  background: url(../images/bg_event_title.png) top center rgba(0, 0, 0, 0.7) repeat-x;
}

.home .promo_content_left:before,
.home .promo_content_left:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .promo_content_left:after {
  clear: both;
}

.home .promo_content_left h3, .home .promo_content_left .news_list .entry .info .news_header, .news_list .entry .info .home .promo_content_left .news_header {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1;
  overflow: hidden;
  max-height: 100px;
  color: white;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.home .promo_content_left h3 span, .home .promo_content_left .news_list .entry .info .news_header span, .news_list .entry .info .home .promo_content_left .news_header span {
  font-weight: 700;
}

.home .promo_content_left h4 {
  font-size: 20px;
  color: #e60077;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.home .promo_content_left .gen-button {
  margin-top: 20px;
  float: left;
}

.home .promo_content_left .gen-button:hover {
  color: #e60077;
  background: white;
}

@media screen and (max-width: 870px) {
  .home .promo_content_left {
    max-width: calc(100% - 380px);
    padding: 25px;
    transform: translateY(-50%);
  }
  .home .promo_content_left h3, .home .promo_content_left .news_list .entry .info .news_header, .news_list .entry .info .home .promo_content_left .news_header {
    font-size: 40px;
  }
  .home .promo_content_left h4 {
    line-height: 1;
  }
}

@media screen and (max-width: 700px) {
  .home .promo_content_left {
    padding: 15px;
    width: auto;
    max-width: 85%;
    margin-top: 0px;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%);
    margin-bottom: 40px;
  }
  .home .promo_content_left h3, .home .promo_content_left .news_list .entry .info .news_header, .news_list .entry .info .home .promo_content_left .news_header {
    font-size: 30px;
  }
  .home .promo_content_left h4 {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
.nav-toggle {
  position: absolute;
  display: none;
  z-index: 1500;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 57px;
  cursor: pointer;
  background: #252525;
}

@media screen and (max-width: 1125px) {
  .nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .nav-toggle {
    background: none;
  }
}

.nav-toggle:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 2px;
  height: 36px;
  background: #000;
}

.nav-toggle span {
  position: absolute;
  display: block;
  right: 10px;
  width: 36px;
  height: 2px;
  margin-top: 0;
  background: white;
  content: '';
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  transform: rotate(0deg);
}

.nav-toggle span.top {
  top: 19px;
}

.nav-toggle span.mid,
.nav-toggle span.mid2 {
  top: 27px;
}

.nav-toggle span.bottom {
  top: 35px;
}

@media screen and (max-width: 700px) {
  .nav-toggle span {
    width: 26px;
  }
}

.nav-toggle:hover span {
  background: #e60077;
}

@media screen and (max-width: 700px) {
  .nav-toggle:hover span {
    background: white;
  }
}

.nav-toggle.active span.mid {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}

.nav-toggle.active span.mid2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
}

.nav-toggle.active span.top,
.nav-toggle.active span.bottom {
  opacity: 0;
}

@media screen and (max-width: 700px) {
  .nav-toggle {
    width: 52px;
  }
}

.nav_wrapper {
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  -o-transition: all 0 linear;
  transition: all 0 linear;
}

.nav_wrapper.is-opened {
  position: absolute;
  position: fixed;
  overflow-y: scroll;
  z-index: 1000;
  top: 57px;
  left: 0;
  width: 100%;
  height: calc(100vh - 57px);
  display: block;
}

.fixed_header .nav_wrapper {
  top: 60px;
}

@media screen and (min-width: 1126px) {
  .nav_wrapper {
    display: block !important;
  }
}

@media screen and (max-width: 1125px) {
  .nav_wrapper {
    top: 57px;
    display: none;
    position: fixed;
    overflow: scroll;
    z-index: 1000;
    top: 57px;
    left: 0;
    width: 100%;
    height: calc(100% - 57px);
    background: rgba(0, 0, 0, 0.5);
  }
}

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

.mobile_nav {
  position: absolute;
  z-index: 500;
  top: 0px;
  right: 0px;
  width: 339px;
  margin: 0 0 0;
  padding: 40px 0;
  min-height: calc(100% - 57px);
  min-height: 100%;
  background: rgba(0, 0, 0, 0.9);
  zoom: 1;
}

.mobile_nav:before,
.mobile_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.mobile_nav:after {
  clear: both;
}

.mobile_nav ul {
  position: relative;
  display: block;
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  text-align: left;
}

.mobile_nav ul:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 40px;
  height: 100%;
  width: 1px;
  background: #e60077;
}

@media screen and (max-width: 700px) {
  .mobile_nav ul:before {
    left: 20px;
  }
}

.mobile_nav ul li {
  position: relative;
  display: block;
  display: block;
  float: left;
  clear: left;
  margin: 0;
  padding: 0;
}

.mobile_nav ul li.page_1 {
  display: none;
}

.mobile_nav ul li.show_mobile {
  display: none;
}

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

.mobile_nav ul li.has-sub:before {
  content: '\f107';
  position: absolute;
  top: 10px;
  left: 250px;
  color: white;
  font-size: 16px;
  font-family: FontAwesome;
}

@media screen and (max-width: 700px) {
  .mobile_nav ul li.has-sub:before {
    left: 270px;
  }
}

.mobile_nav ul li:hover.has-sub:before {
  content: '\f106';
  color: #e60077;
}

@media screen and (max-width: 700px) {
  .mobile_nav ul {
    padding-left: 20px;
  }
}

.mobile_nav a,
.mobile_nav a:link,
.mobile_nav a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mobile_nav a:hover,
.mobile_nav a.active,
.mobile_nav a:link:hover,
.mobile_nav a:link.active,
.mobile_nav a:visited:hover,
.mobile_nav a:visited.active {
  color: #e60077;
}

@media screen and (min-width: 1126px) and (max-width: 1600px) {
  .mobile_nav a,
  .mobile_nav a:link,
  .mobile_nav a:visited {
    text-align: center;
    line-height: 1.4;
  }
  .mobile_nav a span,
  .mobile_nav a:link span,
  .mobile_nav a:visited span {
    display: block;
  }
  .fixed_header .mobile_nav a,
  .fixed_header .mobile_nav a:link,
  .fixed_header .mobile_nav a:visited {
    padding: 12px 20px 12px;
  }
}

@media screen and (max-width: 700px) {
  .mobile_nav {
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    min-height: calc(100% - 57px);
    min-height: 100%;
  }
}

.mobile_nav ul .sub {
  float: left;
  width: 100%;
  display: none;
}

.mobile_nav ul .sub .sub_holder {
  width: 100%;
}

.mobile_nav ul ul {
  padding-left: 20px;
}

.mobile_nav ul ul:before {
  display: none;
}

.mobile_nav ul ul a,
.mobile_nav ul ul a:link,
.mobile_nav ul ul a:visited {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  padding: 0px 10px;
  line-height: 26px;
  line-height: 18px;
  min-height: 32px;
}

.mobile_nav ul ul a:hover,
.mobile_nav ul ul a:focus,
.mobile_nav ul ul a.active,
.mobile_nav ul ul a:link:hover,
.mobile_nav ul ul a:link:focus,
.mobile_nav ul ul a:link.active,
.mobile_nav ul ul a:visited:hover,
.mobile_nav ul ul a:visited:focus,
.mobile_nav ul ul a:visited.active {
  color: #fff;
  background: #e60077;
  cursor: pointer;
  text-decoration: none;
}

.mobile_nav ul ul a.gh_page_redirect:after,
.mobile_nav ul ul a:link.gh_page_redirect:after,
.mobile_nav ul ul a:visited.gh_page_redirect:after {
  content: '\f08e';
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 9px;
  display: inline-block;
  visibility: visible;
}

/* ----------------------------------------------------------------------------
= Showtime TEAMS module
----------------------------------------------------------------------------- */
.teams_list {
  padding: 0 20px;
}

.teams_list .entry {
  padding: 40px 0px 20px;
  width: 100%;
  border-bottom: 1px solid #000;
}

.teams_list .entry:first-child {
  border-top: none;
}

.teams_list .entry .thumb {
  float: left;
  max-width: 240px;
  margin-right: 40px;
  background: url(../images/bg_event_body.png) #191919 repeat-x;
}

.teams_list .entry .thumb img {
  max-width: 100%;
  display: block;
}

.teams_list .entry .thumb a {
  zoom: 1;
}

.teams_list .entry .thumb a:before,
.teams_list .entry .thumb a:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.teams_list .entry .thumb a:after {
  clear: both;
}

.teams_list .entry .thumb a:hover img {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

.teams_list .entry .info {
  float: left;
  width: 100%;
  padding-left: 0px;
  box-sizing: border-box;
}

.teams_list .entry .info h3, .teams_list .news_list .entry .info .news_header, .news_list .teams_list .entry .info .news_header {
  display: block;
}

.teams_list .entry .info h3 a, .teams_list .news_list .entry .info .news_header a, .news_list .teams_list .entry .info .news_header a {
  color: #000;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.teams_list .entry .info h3 a:hover, .teams_list .news_list .entry .info .news_header a:hover, .news_list .teams_list .entry .info .news_header a:hover {
  color: #e60077;
}

.teams_list .entry .info h4 {
  display: none;
}

.teams_list .entry .info a.gen-button {
  float: left;
  margin-bottom: 20px;
  color: white;
}

.teams_list .entry .thumb + .info {
  width: calc(100% - 280px);
}

@media screen and (max-width: 700px) {
  .teams_list .entry .thumb {
    float: none;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .teams_list .entry .info {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .teams_list .entry .info h3, .teams_list .news_list .entry .info .news_header, .news_list .teams_list .entry .info .news_header {
    margin-bottom: 20px;
  }
  .teams_list .entry .info a.gen-button {
    float: none;
  }
  .teams_list .entry .thumb + .info {
    width: 100%;
  }
}

.team_detail_page .spotlight_image {
  margin-bottom: 40px;
}

#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

#smartbanner, html.sb-animation {
  -webkit-transition: all 0.3s ease;
}

#smartbanner .sb-container {
  margin: 0 auto;
}

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold',Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa;
}

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner.no-icon .sb-icon {
  display: none;
}

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}

#smartbanner .sb-info > span {
  display: block;
}

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}

#smartbanner.android {
  border-color: #212228;
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  border-top: 5px solid #88B131;
  box-shadow: none;
}

#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

#smartbanner.android .sb-close:active {
  color: #eee;
}

#smartbanner.android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

#smartbanner.android .sb-info strong {
  color: #fff;
}

#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 28px;
}

#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #42B6C9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42B6C9), to(#39A9BB));
  background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  background: none;
}

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
  background: #2AC7E1;
}

#smartbanner.windows .sb-icon {
  border-radius: 0px;
}

#smartbanner.shown ~ #container .fixed_header {
  top: 72px;
}

.panel {
  background: #fff;
  position: relative;
  height: calc(100vh - 60px);
  width: 100vw;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.panel h1, .panel h2 {
  letter-spacing: 1px;
}

.panel h1 {
  font-family: 'DIN Condensed', sans-serif;
  color: #FFFFFF;
  font-size: 120px;
  line-height: 1;
  margin-bottom: 40px;
}

.panel h1 strong {
  line-height: 87px;
}

@supports ((-webkit-text-stroke-color: #FFFFFF) and (-webkit-text-fill-color: transparent)) or ((-moz-text-stroke-color: #FFFFFF) and (-moz-text-fill-color: transparent)) {
  .panel h1 strong {
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: #FFFFFF;
    -webkit-text-stroke-color: #FFFFFF;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
  }
  @media screen and (max-width: 700px) {
    .panel h1 strong {
      -moz-text-stroke-width: 1px;
      -webkit-text-stroke-width: 1px;
    }
  }
}

.panel h1 em {
  font-style: normal;
  color: #e60077;
}

@supports ((-webkit-text-stroke-color: #FFFFFF) and (-webkit-text-fill-color: transparent)) or ((-moz-text-stroke-color: #FFFFFF) and (-moz-text-fill-color: transparent)) {
  .panel h1 em {
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: #e60077;
    -webkit-text-stroke-color: #e60077;
  }
}

@media screen and (max-width: 870px) {
  .panel h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 500px) {
  .panel h1 {
    font-size: 46px;
    white-space: nowrap;
    line-height: 20px;
  }
}

.panel h2 {
  font-family: 'DIN Condensed', sans-serif;
  color: #e60077;
  font-size: 140px;
  line-height: 1;
  margin-bottom: 40px;
}

.panel h2 strong {
  font-size: 100px;
  line-height: 87px;
  display: block;
}

@supports ((-webkit-text-stroke-color: #e60077) and (-webkit-text-fill-color: transparent)) or ((-moz-text-stroke-color: #e60077) and (-moz-text-fill-color: transparent)) {
  .panel h2 strong {
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: #e60077;
    -webkit-text-stroke-color: #e60077;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
  }
  @media screen and (max-width: 700px) {
    .panel h2 strong {
      -moz-text-stroke-width: 1px;
      -webkit-text-stroke-width: 1px;
    }
  }
}

.panel h2 strong em {
  font-style: normal;
}

@media screen and (max-width: 870px) {
  .panel h2 strong {
    font-size: 80px;
  }
}

@media screen and (max-width: 700px) {
  .panel h2 strong {
    font-size: 60px;
    line-height: 1;
  }
}

@media screen and (max-width: 870px) {
  .panel h2 {
    font-size: 120px;
  }
}

@media screen and (max-width: 700px) {
  .panel h2 {
    font-size: 80px;
    line-height: 1;
  }
}

.panel p {
  font-size: 20px;
  line-height: 1.5;
  color: #4F4F4F;
}

.panel p.lead {
  font-weight: 300;
  font-size: 29px;
  line-height: 1.2;
}

@media screen and (max-width: 700px) {
  .panel p.lead {
    font-size: 24px;
  }
}

.panel li {
  font-size: 20px;
  margin-bottom: 10px;
}

.panel li:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  position: absolute;
  top: 13px;
  left: -35px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e60077;
  background: none !important;
  height: 0 !important;
  width: 0 !important;
}

.panel.on_dark * {
  color: white;
}

.panel.on_dark a.button.outline {
  border-color: white;
  color: white;
}

.panel.on_dark a.button.outline:hover {
  border-color: #e60077;
}

@supports ((-webkit-text-stroke-color: #ffffff) and (-webkit-text-fill-color: transparent)) or ((-moz-text-stroke-color: #ffffff) and (-moz-text-fill-color: transparent)) {
  .panel.on_dark h2 strong {
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: #ffffff;
    -webkit-text-stroke-color: #ffffff;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
  }
}

.panel.on_dark h2 strong em {
  font-style: normal;
}

.panel .getting_started_arrows {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  zoom: 1;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.panel .getting_started_arrows:hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.panel[data-title="get_started"] .get_started_button {
  display: none;
}

.panel.intro_panel {
  height: calc(100vh - 89px - 51px);
  background: url(../images/bg_intro.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}

.panel.intro_panel .panel_inner {
  max-width: 1173px;
}

.panel.intro_panel .end_date {
  position: absolute;
  bottom: -20px;
  right: 20px;
  font-family: 'DIN Condensed', sans-serif;
  color: #FFFFFF;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px;
}

.panel.intro_panel .end_date span {
  position: relative;
  z-index: 2;
}

.panel.intro_panel .end_date strong {
  position: relative;
  font-size: 60px;
  line-height: 1;
  display: block;
  z-index: 2;
}

@supports ((-webkit-text-stroke-color: #FFFFFF) and (-webkit-text-fill-color: transparent)) or ((-moz-text-stroke-color: #FFFFFF) and (-moz-text-fill-color: transparent)) {
  .panel.intro_panel .end_date strong {
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: #FFFFFF;
    -webkit-text-stroke-color: #FFFFFF;
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
  }
}

@media screen and (max-width: 500px) {
  .panel.intro_panel .end_date strong {
    font-size: 30px;
  }
}

.panel.intro_panel .end_date:before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom: 183px solid #e60077;
  border-left: 193px solid transparent;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .panel.intro_panel .end_date:before {
    border-bottom: 143px solid #e60077;
    border-left: 153px solid transparent;
  }
}

@media screen and (max-width: 500px) {
  .panel.intro_panel .end_date {
    font-size: 40px;
  }
}

.panel_image {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 100%;
  width: 50%;
  background-position: top right;
  background-size: initial;
  background-repeat: no-repeat;
}

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

.panel_inner {
  zoom: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1020px;
  margin: auto;
  width: 100%;
  padding: 100px 120px 100px 120px;
}

.panel_inner:before,
.panel_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.panel_inner:after {
  clear: both;
}

.panel_inner .panel_button {
  margin-top: 40px;
  display: block;
}

@media screen and (max-width: 960px) {
  .panel_inner {
    padding: 100px 80px 100px 160px;
  }
}

@media screen and (max-width: 700px) {
  .panel_inner {
    padding: 60px 30px;
  }
}

.panel_navigation {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #495965;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
  z-index: 10;
}

.panel_navigation .panel_link {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-family: 'DIN Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.panel_navigation .panel_link:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(230, 0, 119, 0.2);
}

.panel_navigation .panel_link span {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.panel_navigation .panel_link:hover:before, .panel_navigation .panel_link.active:before {
  left: 10px;
  border-left-color: #e60077;
}

.panel_navigation .panel_link:hover span, .panel_navigation .panel_link.active span {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.panel_navigation .panel_link.active + .active:before {
  left: 0px;
  border-left-color: rgba(230, 0, 119, 0.2);
}

.panel_navigation .panel_link.active + .active span {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.panel_navigation .panel_link.active + .active:hover:before {
  left: 10px;
  border-left-color: #e60077;
}

.panel_navigation .panel_link.active + .active:hover span {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.panel_navigation.on_dark, .panel_navigation.above_intro {
  color: #FFFFFF;
}

.panel_navigation.on_dark .panel_link:before, .panel_navigation.above_intro .panel_link:before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.panel_navigation.on_dark .panel_link.active:before, .panel_navigation.above_intro .panel_link.active:before {
  border-left-color: #e60077;
}

.panel_navigation.on_dark .panel_link.active + .active:before, .panel_navigation.above_intro .panel_link.active + .active:before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.panel_navigation.on_dark .panel_link.active + .active:hover, .panel_navigation.above_intro .panel_link.active + .active:hover {
  border-left-color: #e60077;
}

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

.non-intro {
  min-height: calc(100vh + 300px);
}

.non-intro .non-intro-inner {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 871px) {
  .non-intro .non-intro-inner {
    position: fixed;
    padding-top: 60px;
  }
}

@media screen and (max-width: 870px) {
  .non-intro .non-intro-inner {
    padding-top: 0;
  }
}

.non-intro.unlock .non-intro-inner {
  position: relative;
}

@media screen and (min-width: 871px) {
  .non-intro.unlock .non-intro-inner {
    padding-top: 360px;
  }
}

@media screen and (max-width: 870px) {
  .non-intro {
    margin-top: -80px;
  }
}

@media screen and (max-width: 700px) {
  .non-intro {
    margin-top: 0;
  }
}

.intro {
  position: relative;
  top: 0px;
  left: 0px;
  height: calc(100vh - 89px);
  width: 100vw;
  display: block;
  z-index: 10;
  overflow: hidden;
}

@media screen and (max-width: 870px) {
  .touch .intro {
    height: calc(100vh - 25px);
  }
}

@media screen and (max-width: 700px) {
  .touch .intro {
    height: calc(100vh - 100px);
  }
}

.intro .video_container {
  filter: grayscale(100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro .video_container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

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

.intro .color_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #202f3c;
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 870px) {
  .intro {
    background: #FFFFFF;
  }
}
