/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

#initial-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "deniseregular", sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
  z-index: 2; }
  #initial-preloader .center-group {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: -150px auto 0 auto;
    z-index: 99; }
    #initial-preloader .center-group .emblem {
      position: absolute;
      left: 0px;
      right: 0px;
      width: 45px;
      height: 45px;
      margin: 0 auto; }
      #initial-preloader .center-group .emblem object {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.2; }
    #initial-preloader .center-group .quote {
      position: absolute;
      top: 60px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      font-size: 28px;
      line-height: 29px;
      letter-spacing: 0.04em;
      color: #fff;
      text-align: center;
      white-space: nowrap; }
    #initial-preloader .center-group .percent {
      position: absolute;
      top: 120px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      font-size: 14px;
      letter-spacing: 0.2em;
      color: #474747;
      text-align: center;
      white-space: nowrap; }
    #initial-preloader .center-group .vertical-line {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 145px;
      width: 1px;
      height: 90px;
      margin: 0 auto;
      border-right: 1px solid #fff;
      background: transparent;
      opacity: 0.2; }
  #initial-preloader .smoke {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../assets/img/preloader/smoke.jpg") center bottom no-repeat;
    z-index: 1; }
    #initial-preloader .smoke .smoke-spinner1, #initial-preloader .smoke .smoke-spinner2, #initial-preloader .smoke .smoke-black {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin: 0 auto -1105px auto;
      width: 1400px;
      height: 1400px;
      background: url("../assets/img/preloader/smoke_circle_optimized.png") no-repeat; }
    #initial-preloader .smoke .smoke-spinner1 {
      margin: 0 auto -1060px auto;
      opacity: 0.6;
      z-index: 10; }
    #initial-preloader .smoke .smoke-spinner2 {
      opacity: 1;
      z-index: 9; }

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 202px;
  background: #000;
  z-index: 990; }
  #header .row {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%; }
  #header .header-shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: inherit;
    height: inherit; }
    #header .header-shadow .shadow-left, #header .header-shadow .shadow-right {
      position: absolute;
      top: 122px;
      z-index: 999; }
    #header .header-shadow .shadow-left {
      left: 0px;
      width: 369px;
      height: 53px; }
    #header .header-shadow .shadow-right {
      right: 0px;
      width: 332px;
      height: 53px; }
  #header .first-row {
    position: absolute;
    top: 0px;
    height: 156px;
    z-index: 1;
    color: #a6b6b8;
    letter-spacing: 0.1em;
    font-size: 14px;
    background: url("../assets/img/ui/header/header_bg.jpg") top center no-repeat; }
    #header .first-row #main-logo {
      line-height: 52px;
      text-align: center;
      vertical-align: middle; }
      #header .first-row #main-logo .logo {
        position: absolute;
        top: 10px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 356px;
        height: 119px;
        background: url("../assets/img/ui/header/logo.png") top left no-repeat; }
        #header .first-row #main-logo .logo a {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%; }
      #header .first-row #main-logo #release-date {
        position: absolute;
        top: 123px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        text-transform: uppercase;
        line-height: 22px;
        letter-spacing: 0.05em;
        font-size: 27px;
        font-weight: 600;
        vertical-align: top;
        color: #dbe0e0;
        font-family: "trajan-pro-3",sans-serif; }
        #header .first-row #main-logo #release-date .divider {
          display: inline-block;
          width: 20px;
          height: 22px;
          background: url("../assets/img/ui/header/slash.png") center center no-repeat; }
        #header .first-row #main-logo #release-date img {
          display: inline-block; }
    #header .first-row .top-left {
      position: absolute;
      top: 35px;
      left: 42px;
      font-family: "deniseregular", sans-serif !important;
      -webkit-font-smoothing: subpixel-antialiased;
      font-size: 16px;
      letter-spacing: 0.05em; }
      #header .first-row .top-left .row {
        width: 230px; }
      #header .first-row .top-left a {
        color: #a6b6b8;
        -webkit-transition: color 200ms ease-out;
        -moz-transition: color 200ms ease-out;
        -o-transition: color 200ms ease-out;
        transition: color 200ms ease-out; }
        #header .first-row .top-left a.deselected {
          color: #596f72; }
      #header .first-row .top-left a:hover {
        color: #a6b6b8; }
      #header .first-row .top-left hr {
        position: absolute;
        top: 35px;
        height: 1px;
        margin-left: -22px;
        background: #292c2d;
        border: 0 none; }
      #header .first-row .top-left #social-links {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 9;
        line-height: 30px;
        vertical-align: middle;
        margin-bottom: 5px; }
        #header .first-row .top-left #social-links .label {
          float: left;
          width: 40px; }
        #header .first-row .top-left #social-links .social-icon {
          float: left;
          width: 40px;
          height: 28px;
          font-size: 19px;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          -webkit-transition: color 200ms ease-out;
          -moz-transition: color 200ms ease-out;
          -o-transition: color 200ms ease-out;
          transition: color 200ms ease-out; }
          #header .first-row .top-left #social-links .social-icon a:hover {
            color: #a6b6b8 !important; }
        #header .first-row .top-left #social-links .social-icon.twitter a {
          color: #007aa7; }
        #header .first-row .top-left #social-links .social-icon.facebook a {
          color: #2a406d; }
        #header .first-row .top-left #social-links .social-icon.pinterest a {
          color: #8f181d; }
        #header .first-row .top-left #social-links .social-icon.youtube a {
          color: #901217; }
        #header .first-row .top-left #social-links .social-icon.tumblr a {
          color: #395875; }
      #header .first-row .top-left #sound-controls {
        position: absolute;
        top: 50px;
        left: 0px; }
        #header .first-row .top-left #sound-controls a {
          margin-left: 3px; }
    #header .first-row .top-right {
      position: absolute;
      top: 35px;
      right: 20px; }
      #header .first-row .top-right #ticketing-button {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 200px;
        font-size: 23px;
        text-transform: uppercase;
        text-align: center;
        z-index: 6;
        padding: 25px 20px 7px 20px;
        border-bottom: 1px solid #292c2d;
        white-space: nowrap;
        font-family: "deniseregular", sans-serif !important;
        -webkit-font-smoothing: subpixel-antialiased; }
        #header .first-row .top-right #ticketing-button a {
          color: #a6b6b8; }
          #header .first-row .top-right #ticketing-button a:hover {
            color: gainsboro;
            -webkit-transition: color 100ms ease-out;
            -moz-transition: color 100ms ease-out;
            -o-transition: color 100ms ease-out;
            transition: color 100ms ease-out; }
        #header .first-row .top-right #ticketing-button .tickets, #header .first-row .top-right #ticketing-button .coming-soon {
          position: absolute;
          top: 0px;
          right: 0px;
          width: 100%;
          height: 25px; }
        #header .first-row .top-right #ticketing-button .coming-soon {
          display: none; }
      #header .first-row .top-right #in-3d {
        position: absolute;
        top: 40px;
        right: 0px;
        z-index: 6;
        padding: 0 20px 7px 20px; }
  #header .second-row {
    top: 156px;
    height: 46px;
    z-index: 2;
    background: url("../assets/img/ui/header/header_nav_bg.jpg") top center repeat-x; }
    #header .second-row #nav-container {
      position: absolute;
      top: 11px;
      left: 0px;
      width: 100%;
      z-index: 2; }
      #header .second-row #nav-container #nav #nav-buttons {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        white-space: nowrap;
        text-align: center; }
        #header .second-row #nav-container #nav #nav-buttons li {
          position: relative;
          display: inline-block;
          padding-top: 0px;
          text-transform: uppercase;
          font-size: 23px;
          margin-left: 10px;
          font-family: "deniseregular", sans-serif !important;
          -webkit-font-smoothing: subpixel-antialiased;
          margin: 0 10px; }
          #header .second-row #nav-container #nav #nav-buttons li .ss {
            position: absolute;
            top: 33px;
            left: 0px;
            z-index: 2; }
          #header .second-row #nav-container #nav #nav-buttons li a {
            position: relative;
            font-weight: normal;
            letter-spacing: 0.025em;
            overflow: hidden;
            color: #a6b6b8;
            -webkit-transition: color 150ms ease-out;
            -moz-transition: color 150ms ease-out;
            -o-transition: color 150ms ease-out;
            transition: color 150ms ease-out; }
            #header .second-row #nav-container #nav #nav-buttons li a .underline {
              position: absolute;
              bottom: 2px;
              left: 0px;
              width: 100%;
              height: 2px;
              opacity: 0; }
        #header .second-row #nav-container #nav #nav-buttons li:first {
          margin: 0; }
        #header .second-row #nav-container #nav #nav-buttons li.active a, #header .second-row #nav-container #nav #nav-buttons li a:hover {
          color: gainsboro; }
        #header .second-row #nav-container #nav #nav-buttons li.coming-soon {
          display: none; }
          #header .second-row #nav-container #nav #nav-buttons li.coming-soon a, #header .second-row #nav-container #nav #nav-buttons li.coming-soon a:hover {
            color: #465657 !important; }
          #header .second-row #nav-container #nav #nav-buttons li.coming-soon a:hover {
            cursor: default; }
      #header .second-row #nav-container #nav #logo {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 420px;
        height: 100%;
        z-index: 2; }
        #header .second-row #nav-container #nav #logo .marvel {
          position: absolute;
          margin-top: 13px;
          margin-left: 180px;
          width: 39px;
          height: 16px; }
        #header .second-row #nav-container #nav #logo a {
          position: absolute;
          margin-top: 35px;
          margin-left: 25px;
          width: 369px;
          height: 92px; }

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 992;
  font-family: "deniseregular", sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased; }
  #footer a {
    color: #f7fcf4; }
  #footer #news-feed {
    display: none; }
  #footer #bottom-block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: inherit;
    z-index: 1;
    font-size: 18px;
    letter-spacing: 0.03em; }
    #footer #bottom-block hr {
      position: absolute;
      top: 47px;
      left: 0px;
      margin: 0 20px;
      width: 100%;
      height: 1px;
      border: 0 none;
      background: #fff;
      opacity: 0.15; }
    #footer #bottom-block #legal {
      position: absolute;
      top: 52px;
      left: 20px;
      padding: 15px 40px 26px 40px;
      z-index: 11; }
    #footer #bottom-block #legal-button {
      position: absolute;
      top: 62px;
      left: 0px;
      padding: 15px 40px 26px 40px;
      white-space: nowrap;
      text-align: center;
      font-size: 15px;
      letter-spacing: 0.05em;
      z-index: 11; }
      #footer #bottom-block #legal-button .icon {
        vertical-align: top;
        font-size: 10px;
        padding-right: 5px;
        -webkit-font-smoothing: antialiased; }
  #footer #legal-container {
    position: absolute;
    top: 118px;
    left: 0px;
    height: 0px;
    background: #1b1e1f;
    text-align: center;
    overflow: hidden;
    z-index: 2; }
    #footer #legal-container .legal-content {
      position: relative;
      margin: 20px;
      letter-spacing: 0.05em;
      white-space: nowrap; }
      #footer #legal-container .legal-content .rating {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 135px;
        height: 55px;
        background: url("../content/img/legal/rating.png") top left no-repeat; }
      #footer #legal-container .legal-content .text {
        position: absolute;
        left: 135px;
        top: 0px; }
        #footer #legal-container .legal-content .text a {
          color: inherit;
          text-decoration: none; }
        #footer #legal-container .legal-content .text a:hover {
          text-decoration: underline; }
        #footer #legal-container .legal-content .text .row {
          position: relative;
          height: 17px;
          line-height: 17px;
          white-space: nowrap;
          text-transform: uppercase;
          text-align: left;
          font-family: "deniseregular", sans-serif !important;
          -webkit-font-smoothing: subpixel-antialiased;
          -webkit-font-smoothing: subpixel-antialiased;
          font-size: 15px;
          color: #8e979f; }
          #footer #legal-container .legal-content .text .row .divider {
            padding: 0 3px; }

/* Content header */
.content-header {
  position: absolute;
  top: 45px;
  font-family: "trajan-pro-3",sans-serif;
  width: 1000px; }
  .content-header .content-title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.03em;
    float: left; }
  .content-header .content-info {
    font-family: "deniseregular", sans-serif !important;
    -webkit-font-smoothing: subpixel-antialiased;
    float: left;
    padding-top: 25px;
    padding-left: 8px;
    color: gainsboro;
    font-size: 16px;
    letter-spacing: 0.05em;
    white-space: nowrap; }
  .content-header .emblem {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    background: url("../assets/img/emblem.svg") center center no-repeat;
    background-size: contain;
    margin: 13px 2px 0 0;
    opacity: 0.2; }
  .content-header .content-nav {
    float: right;
    position: relative;
    padding-top: 20px; }
    .content-header .content-nav .content-nav-item {
      font-family: "deniseregular", sans-serif !important;
      -webkit-font-smoothing: subpixel-antialiased;
      float: left;
      font-size: 18px;
      cursor: pointer;
      padding: 5px 3px;
      position: relative; }
      .content-header .content-nav .content-nav-item a {
        color: #596f72; }
      .content-header .content-nav .content-nav-item:not(:last-child) {
        margin-right: 1px; }
      .content-header .content-nav .content-nav-item .content-nav-arrow {
        position: absolute;
        left: 8px;
        top: 8px;
        float: left;
        width: 11px;
        height: 11px; }
        .content-header .content-nav .content-nav-item .content-nav-arrow .arrow, .content-header .content-nav .content-nav-item .content-nav-arrow .circle {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%; }
        .content-header .content-nav .content-nav-item .content-nav-arrow .arrow {
          background: url("../assets/img/ui/bare_arrow_right_black.png") center center no-repeat;
          z-index: 2; }
        .content-header .content-nav .content-nav-item .content-nav-arrow .circle {
          z-index: 1; }
      .content-header .content-nav .content-nav-item .content-nav-text {
        margin-left: 20px;
        letter-spacing: 1px; }
      .content-header .content-nav .content-nav-item .content-nav-background {
        background: #3b494d;
        height: 4px;
        position: absolute;
        margin-left: -8px;
        top: 29px;
        z-index: -1; }
  .content-header .content-border {
    clear: both;
    background: #fff;
    opacity: 0.2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 32px;
    z-index: -10; }

/* Side Nav */
.side-nav {
  float: right;
  position: absolute;
  top: 105px;
  left: 2px; }
  .side-nav .side-nav-item {
    font-size: 18px;
    color: #e7f1ee;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
    text-align: right;
    letter-spacing: 1px;
    width: 125px; }
    .side-nav .side-nav-item:not(:last-child) {
      margin-right: 1px; }
    .side-nav .side-nav-item .side-nav-arrow {
      font-family: "maledingsregular" !important;
      font-size: 15px;
      float: left;
      color: #3b494d;
      /*padding-right: 5px;*/
      position: absolute;
      right: -25px;
      top: 3px; }
    .side-nav .side-nav-item .side-nav-text {
      margin-left: 20px; }
    .side-nav .side-nav-item .side-nav-background {
      background: #3b494d;
      height: 20px;
      width: 4px;
      position: absolute;
      top: 0;
      left: 132px;
      z-index: -1; }

.side-nav-border {
  clear: both;
  background: #374448;
  height: 530px;
  width: 1px;
  position: absolute;
  left: 138px;
  z-index: -10; }

/* Quote */
/*

.quote {

	width: 600px;
	white-space: nowrap;

	.quote-border {
		background: #941821;
		width: 6px;
		height: 94px;
	}

	.quote-text {
		position: absolute;
		top: 13px;
		left: 18px;
		font-size: 34px;
		line-height: 28px;
		color: #941821;

		text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.15);

		// .big {
		// 	font-size: 40px;
		// 	line-height: 34px;
		// }
	}

	.quote-review {
		color: #fff;
		position: absolute;
		top: 65px;
		left: 18px;
		letter-spacing: 2px;
		font-size: 12px;
	}
}

*/
.disabled {
  pointer-events: none; }
  .disabled a {
    color: #3b494d; }

#overlay-container .black-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0b0e10;
  opacity: 0.85;
  z-index: 999; }
#overlay-container .share {
  position: relative;
  top: 0px;
  left: 0px;
  width: 232px;
  height: 40px;
  float: left;
  color: #fff;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  font-family: "deniseregular", sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased; }
  #overlay-container .share div {
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }
  #overlay-container .share .label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 75px;
    font-size: 14px;
    letter-spacing: 0.16em;
    padding: 2px 0px 0 20px; }
  #overlay-container .share .share-options {
    position: absolute;
    right: 0px;
    height: inherit;
    display: block;
    padding: 0;
    font-size: 14px; }
    #overlay-container .share .share-options .share-icon {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      cursor: pointer;
      font-family: "maledingsregular" !important;
      -webkit-transition: background-color 50ms ease-out;
      -moz-transition: background-color 50ms ease-out;
      -o-transition: background-color 50ms ease-out;
      transition: background-color 50ms ease-out; }
      #overlay-container .share .share-options .share-icon a {
        -webkit-transition: opacity 200ms ease-out;
        -moz-transition: opacity 200ms ease-out;
        -o-transition: opacity 200ms ease-out;
        transition: opacity 200ms ease-out; }
      #overlay-container .share .share-options .share-icon .label {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 1;
        z-index: 5;
        text-align: center; }
      #overlay-container .share .share-options .share-icon .bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        z-index: 4;
        opacity: 0.6; }
    #overlay-container .share .share-options .share-icon.twitter .bg, #overlay-container .share .share-options .social-icon.twitter .bg {
      background-color: #29aaf0; }
    #overlay-container .share .share-options .share-icon.facebook .bg, #overlay-container .share .share-options .social-icon.facebook .bg {
      background-color: #3b4ea0; }
    #overlay-container .share .share-options .share-icon.gplus .bg, #overlay-container .share .share-options .social-icon.gplus .bg {
      background-color: #f34424; }
    #overlay-container .share .share-options .share-icon.pinterest .bg, #overlay-container .share .share-options .social-icon.pinterest .bg {
      background-color: #ca1e28; }
    #overlay-container .share .share-options .share-icon.tumblr .bg, #overlay-container .share .share-options .social-icon.tumblr .bg {
      background-color: #3a5976; }
#overlay-container .title {
  position: relative;
  display: inline-block;
  float: right;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
  opacity: 0;
  font-family: "deniseregular", sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 15px;
  background: url("../assets/img/slash.png") right center no-repeat;
  padding: 4px 14px 0 0;
  margin: 0 8px 0 0;
  letter-spacing: 0.1em;
  color: #596f72;
  text-transform: uppercase; }
#overlay-container .overlay-container {
  position: relative;
  width: 100%;
  height: 100%; }
  #overlay-container .overlay-container .close-button {
    font-family: "deniseregular", sans-serif !important;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 15px;
    background: url("../assets/img/x-button.png") right center no-repeat;
    padding: 4px 24px 0 0;
    letter-spacing: 0.1em;
    opacity: 0; }
    #overlay-container .overlay-container .close-button:hover {
      opacity: 1;
      cursor: pointer; }
#overlay-container #VideoLightboxOverlayView {
  position: absolute;
  width: 900px;
  height: 720px;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: -385px auto 0 auto;
  z-index: 9999; }
  #overlay-container #VideoLightboxOverlayView .content-container {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 900px;
    height: 720px;
    opacity: 0;
    z-index: 2; }
    #overlay-container #VideoLightboxOverlayView .content-container iframe {
      background: #000;
      border: 0 none; }
#overlay-container #ImageLightboxOverlayView {
  position: absolute;
  width: 900px;
  height: 505px;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: -295px auto 0 auto;
  z-index: 9999; }
  #overlay-container #ImageLightboxOverlayView .content-container {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2; }
    #overlay-container #ImageLightboxOverlayView .content-container .image img {
      width: 100%;
      height: 100%; }
#overlay-container #SSLightboxOverlayView {
  position: absolute;
  width: 900px;
  height: 505px;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: -295px auto 0 auto;
  z-index: 9999; }
  #overlay-container #SSLightboxOverlayView .content-container {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2; }
    #overlay-container #SSLightboxOverlayView .content-container .ss {
      overflow: hidden; }
#overlay-container #TicketingOverlayView {
  position: absolute;
  width: 900px;
  height: 505px;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 9999; }
  #overlay-container #TicketingOverlayView .title {
    left: 0px; }
  #overlay-container #TicketingOverlayView .content-container {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2; }
    #overlay-container #TicketingOverlayView .content-container iframe {
      background: #000;
      border: 0 none;
      margin: 0;
      padding: 0; }

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #14485f;
  width: 7px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px; }

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0; }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right; }

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0);
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #8b8b8b;
  /* rgba fallback */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: gainsboro;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: gainsboro;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1); }

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

#HomeView #top-left-callout {
  position: absolute;
  top: 13px;
  left: 22px;
  width: 220px;
  height: 100px;
  z-index: 1;
  opacity: 0;
  color: #e7f1ee;
  font-family: "deniseregular", sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased; }
  #HomeView #top-left-callout .line1 {
    font-size: 53px;
    color: #e7f1ee;
    letter-spacing: 0.04em; }
  #HomeView #top-left-callout .line2 {
    font-size: 38px;
    color: #ad1924;
    margin-top: -18px; }
#HomeView #timer {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 220px;
  height: 70px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  color: #e7f1ee;
  font-family: "deniseregular", sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased; }
  #HomeView #timer ul li {
    float: left;
    width: 40px;
    height: 70px;
    margin: 0 10px 0 0; }
    #HomeView #timer ul li .numbers {
      width: 100%;
      text-align: center;
      font-size: 37px;
      letter-spacing: 0.05em;
      padding-left: 5px; }
    #HomeView #timer ul li .label {
      width: 100%;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase; }
#HomeView #grid {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  overflow: hidden; }
  #HomeView #grid .left-col {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: hidden; }
    #HomeView #grid .left-col .quote {
      position: absolute;
      top: 32%;
      left: 50px;
      width: 500px;
      height: 450px;
      padding-left: 50px;
      z-index: 2; }
      #HomeView #grid .left-col .quote .text {
        position: absolute;
        top: 0px;
        font-family: "trajan-pro-3",sans-serif;
        font-size: 46px;
        line-height: 60px;
        font-weight: 500;
        text-transform: uppercase;
        margin-left: -2px;
        white-space: nowrap;
        letter-spacing: -0.03em;
        color: gainsboro; }
      #HomeView #grid .left-col .quote .trailer-link {
        position: absolute;
        top: 175px;
        font-family: "deniseregular", sans-serif !important;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.05em;
        vertical-align: middle;
        white-space: nowrap;
        margin-top: 33px;
        padding-left: 53px;
        color: gainsboro;
        opacity: 0; }
        #HomeView #grid .left-col .quote .trailer-link .play-button {
          position: absolute;
          top: 0px;
          left: 0px;
          font-size: 34px;
          margin-right: 17px;
          vertical-align: middle;
          color: gainsboro; }
    #HomeView #grid .left-col .home-video .video {
      opacity: 0; }
  #HomeView #grid .right-col {
    position: absolute;
    height: auto;
    top: 0px;
    right: 0px;
    z-index: 900; }
    #HomeView #grid .right-col .grid-item {
      position: absolute; }
      #HomeView #grid .right-col .grid-item:hover {
        cursor: pointer; }
      #HomeView #grid .right-col .grid-item .grid-item-content {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover;
        overflow: hidden; }
        #HomeView #grid .right-col .grid-item .grid-item-content .play-options {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          font-size: 70px;
          color: #d8e5e9;
          vertical-align: center;
          text-align: center;
          opacity: 0.25;
          z-index: 1; }
          #HomeView #grid .right-col .grid-item .grid-item-content .play-options .icon {
            position: absolute;
            top: 50%;
            left: 0px;
            right: 0px;
            margin: -35px auto 0px auto;
            text-shadow: 1px 1px 10px rgba(80, 98, 103, 0.4); }
          #HomeView #grid .right-col .grid-item .grid-item-content .play-options:hover {
            opacity: 0.75;
            cursor: pointer; }
        #HomeView #grid .right-col .grid-item .grid-item-content .touch .share {
          margin-top: 0;
          display: block; }
        #HomeView #grid .right-col .grid-item .grid-item-content .no-touch .share {
          background-color: #bc1a26; }
        #HomeView #grid .right-col .grid-item .grid-item-content .share-label {
          position: absolute;
          bottom: 12px;
          left: 0px;
          z-index: 5;
          padding: 0 0 0 20px;
          text-align: left;
          color: #fff;
          opacity: 0.4;
          font-family: "deniseregular", sans-serif !important;
          -webkit-font-smoothing: subpixel-antialiased;
          -webkit-font-smoothing: subpixel-antialiased;
          text-transform: uppercase;
          letter-spacing: 0.3em;
          font-size: 13px; }
          #HomeView #grid .right-col .grid-item .grid-item-content .share-label .icon {
            font-size: 12px;
            padding-left: 6px; }
          #HomeView #grid .right-col .grid-item .grid-item-content .share-label.over {
            text-shadow: 0px -1px 0px #6b686d, 0px 1px 0px #c8c0c0; }
        #HomeView #grid .right-col .grid-item .grid-item-content .share {
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          height: 40px;
          line-height: 40px;
          vertical-align: middle;
          color: #000;
          z-index: 4;
          background: url("../assets/img/home/share_rollover_chrome_bg.png") left bottom repeat-x;
          margin-bottom: -40px; }
          #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options {
            position: absolute;
            right: 0px;
            height: inherit;
            display: block;
            padding: 0;
            text-align: right;
            font-size: 14px;
            font-family: "maledingsregular" !important; }
            #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .share-icon {
              position: relative;
              float: left;
              width: 40px;
              height: inherit;
              text-align: center;
              cursor: pointer; }
              #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .share-icon a {
                color: #000;
                text-shadow: 0px -1px 0px #6b686d, 0px 1px 0px #c8c0c0;
                -webkit-transition: color 100ms ease-out;
                -moz-transition: color 100ms ease-out;
                -o-transition: color 100ms ease-out;
                transition: color 100ms ease-out; }
            #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .share-icon.twitter:hover a, #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .social-icon.twitter:hover a {
              color: #29aaf0; }
            #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .share-icon.facebook:hover a, #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .social-icon.facebook:hover a {
              color: #3b4ea0; }
            #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .share-icon.gplus:hover a, #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .social-icon.gplus:hover a {
              color: #f34424; }
            #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .share-icon.pinterest:hover a, #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .social-icon.pinterest:hover a {
              color: #ca1e28; }
            #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .share-icon.tumblr:hover a, #HomeView #grid .right-col .grid-item .grid-item-content .share .share-options .social-icon.tumblr:hover a {
              color: #3a5976; }
        #HomeView #grid .right-col .grid-item .grid-item-content .overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          background: #000;
          opacity: 0.25;
          z-index: 3; }
        #HomeView #grid .right-col .grid-item .grid-item-content .quote {
          position: absolute;
          background-position: no-repeat center center !important;
          background-size: cover !important;
          width: 100%;
          height: 100%;
          background: #000;
          visibility: hidden;
          opacity: 0;
          z-index: 2; }
        #HomeView #grid .right-col .grid-item .grid-item-content .video {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 1; }
  #HomeView #grid .grid-scroller {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 8px;
    z-index: 999; }
    #HomeView #grid .grid-scroller .grid-scroller-handle, #HomeView #grid .grid-scroller .grid-scroller-track {
      position: absolute;
      top: 0px;
      left: 0px;
      width: inherit;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      /* future proofing */
      -khtml-border-radius: 4px;
      /* for old Konqueror browsers */ }
    #HomeView #grid .grid-scroller .grid-scroller-handle {
      background: #d6e3df;
      opacity: 0.55;
      z-index: 2;
      -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6); }
    #HomeView #grid .grid-scroller .grid-scroller-track {
      border: #2d3a3c solid 2px;
      background: #000;
      opacity: 0;
      z-index: 0; }
  #HomeView #grid .more-button {
    position: absolute;
    height: 40px;
    padding: 10px 285px 8px 20px;
    margin-bottom: -41px;
    line-height: 28px;
    vertical-align: bottom;
    right: 0px;
    bottom: 0px;
    z-index: 9991;
    display: none;
    font-family: "deniseregular", sans-serif !important;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 20px;
    letter-spacing: 0.07em; }
    #HomeView #grid .more-button .icon {
      font-family: "maledingsregular" !important;
      font-size: 14px;
      padding-right: 7px;
      vertical-align: middle; }
    #HomeView #grid .more-button a {
      position: absolute;
      width: 100%; }

.touch #HomeView .left-col .home-video .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url("../assets/img/home/homepage_video_still.jpg") center top no-repeat;
  background-size: cover; }
  .touch #HomeView .left-col .home-video .video video {
    opacity: 0; }

#GalleryView {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #GalleryView #gallery-images {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
    #GalleryView #gallery-images .gallery-image {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1; }
      #GalleryView #gallery-images .gallery-image .label {
        display: none; }
      #GalleryView #gallery-images .gallery-image .loader {
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        margin: -110px auto 0 auto;
        z-index: 3; }
      #GalleryView #gallery-images .gallery-image .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(12, 13, 13, 0.75) !important; }
        #GalleryView #gallery-images .gallery-image .overlay.right {
          background: url("../assets/img/gallery/gradient-right.png") top left repeat-y; }
        #GalleryView #gallery-images .gallery-image .overlay.left {
          background: url("../assets/img/gallery/gradient-left.png") top right repeat-y; }
      #GalleryView #gallery-images .gallery-image .image {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1; }
  #GalleryView #gallery-thumbs {
    position: absolute;
    bottom: 72px;
    left: 0px;
    width: 100%;
    height: 110px;
    padding-top: 30px;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden; }
    #GalleryView #gallery-thumbs .container {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: inherit;
      text-align: center;
      white-space: nowrap;
      margin-left: 20px; }
      #GalleryView #gallery-thumbs .container .gallery-thumb {
        position: relative;
        display: inline-block;
        width: 130px;
        height: 70px;
        margin: 20px 0px 0 0;
        opacity: 0.65;
        overflow: hidden; }
        #GalleryView #gallery-thumbs .container .gallery-thumb .label {
          display: none; }
        #GalleryView #gallery-thumbs .container .gallery-thumb:last {
          margin-right: 0px; }
        #GalleryView #gallery-thumbs .container .gallery-thumb .image {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-size: cover !important; }
        #GalleryView #gallery-thumbs .container .gallery-thumb .border {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 2;
          opacity: 0;
          -moz-box-shadow: inset 0 0 0 2px #879598;
          -webkit-box-shadow: inset 0 0 0 2px #879598;
          box-shadow: inset 0 0 0 2px #879598; }
  #GalleryView .arrow {
    position: absolute;
    top: 44%;
    width: 80px;
    height: 80px;
    z-index: 99;
    margin-top: -40px;
    font-size: 80px; }
    #GalleryView .arrow a {
      position: absolute;
      width: 100%;
      height: 100%;
      color: #889699;
      opacity: 0.4;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    #GalleryView .arrow a:hover {
      color: #ced0d1;
      opacity: 1; }
  #GalleryView .left-arrow {
    left: 50px; }
  #GalleryView .right-arrow {
    right: 50px; }
  #GalleryView .share {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    overflow: hidden;
    z-index: 99;
    font-family: "deniseregular", sans-serif !important;
    -webkit-font-smoothing: subpixel-antialiased; }
    #GalleryView .share div {
      height: 40px;
      line-height: 40px;
      vertical-align: middle; }
    #GalleryView .share .label {
      position: relative;
      display: inline-block;
      float: left;
      height: 40px;
      font-size: 14px;
      letter-spacing: 0.12em;
      padding: 2px 20px 0px 20px; }
    #GalleryView .share .share-icon {
      position: relative;
      display: inline-block;
      float: left;
      width: 40px;
      height: 40px;
      cursor: pointer;
      font-family: "maledingsregular" !important;
      -webkit-transition: background-color 50ms ease-out;
      -moz-transition: background-color 50ms ease-out;
      -o-transition: background-color 50ms ease-out;
      transition: background-color 50ms ease-out; }
      #GalleryView .share .share-icon a {
        -webkit-transition: opacity 200ms ease-out;
        -moz-transition: opacity 200ms ease-out;
        -o-transition: opacity 200ms ease-out;
        transition: opacity 200ms ease-out; }
      #GalleryView .share .share-icon .label {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 1;
        z-index: 5;
        text-align: center; }
      #GalleryView .share .share-icon .bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        z-index: 4;
        opacity: 0.6; }
      #GalleryView .share .share-icon:hover .bg {
        opacity: 1; }
    #GalleryView .share .share-icon.twitter .bg, #GalleryView .share .social-icon.twitter .bg {
      background-color: #29aaf0; }
    #GalleryView .share .share-icon.facebook .bg, #GalleryView .share .social-icon.facebook .bg {
      background-color: #3b4ea0; }
    #GalleryView .share .share-icon.gplus .bg, #GalleryView .share .social-icon.gplus .bg {
      background-color: #f34424; }
    #GalleryView .share .share-icon.pinterest .bg, #GalleryView .share .social-icon.pinterest .bg {
      background-color: #ca1e28; }
    #GalleryView .share .share-icon.tumblr .bg, #GalleryView .share .social-icon.tumblr .bg {
      background-color: #3a5976; }

#AboutView {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #AboutView .about-background {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -9999; }
    #AboutView .about-background .about-background-img {
      opacity: 0; }
  #AboutView .about-left {
    position: absolute;
    top: 0px;
    left: 250px;
    font-family: "deniseregular", sans-serif !important;
    -webkit-font-smoothing: subpixel-antialiased; }
    #AboutView .about-left .about-header {
      position: absolute;
      top: 90px;
      width: 135px;
      letter-spacing: 1px; }
      #AboutView .about-left .about-header .about-title {
        font-family: "trajan-pro-3",sans-serif;
        font-size: 32px;
        position: absolute;
        top: 0px;
        right: 0px;
        white-space: nowrap; }
      #AboutView .about-left .about-header .about-title-line {
        background: #941821;
        position: absolute;
        width: 40px;
        height: 3px;
        top: 70px;
        left: 22px; }
    #AboutView .about-left .about-nav {
      position: absolute;
      top: 140px;
      left: 0px;
      margin-left: -36px; }
      #AboutView .about-left .about-nav .about-nav-item {
        position: relative;
        width: 165px;
        height: 30px;
        font-size: 22px;
        -webkit-font-smoothing: antialiased;
        color: gainsboro;
        cursor: pointer;
        text-align: right;
        letter-spacing: 0.05em;
        line-height: 30px; }
        #AboutView .about-left .about-nav .about-nav-item:not(:last-child) {
          margin-right: 1px; }
        #AboutView .about-left .about-nav .about-nav-item .selected a {
          color: gainsboro; }
        #AboutView .about-left .about-nav .about-nav-item a {
          color: #135460;
          -webkit-transition: color 200ms ease-in-out;
          -moz-transition: color 200ms ease-in-out;
          -o-transition: color 200ms ease-in-out;
          transition: color 200ms ease-in-out; }
        #AboutView .about-left .about-nav .about-nav-item .about-nav-arrow {
          font-family: "maledingsregular" !important;
          font-size: 15px;
          color: #fff;
          position: absolute;
          margin-right: -25px;
          right: 0px;
          top: 3px;
          opacity: 0; }
        #AboutView .about-left .about-nav .about-nav-item .about-nav-text {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          margin-left: 0px; }
          #AboutView .about-left .about-nav .about-nav-item .about-nav-text .tickets, #AboutView .about-left .about-nav .about-nav-item .about-nav-text .coming-soon {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 100%;
            height: 30px;
            text-transform: uppercase; }
          #AboutView .about-left .about-nav .about-nav-item .about-nav-text .coming-soon {
            display: none;
            color: gainsboro; }
        #AboutView .about-left .about-nav .about-nav-item .about-nav-background {
          background: url("../assets/img/about/subnav_bg.png") left top no-repeat;
          height: 30px;
          width: 165px;
          position: absolute;
          top: 0;
          left: 23px;
          z-index: -1;
          opacity: 0; }
    #AboutView .about-left .about-nav-border {
      clear: both;
      background: #333333;
      height: 530px;
      width: 1px;
      position: absolute;
      left: 150px;
      z-index: -10; }
    #AboutView .about-left .about-subnav-arrowTop, #AboutView .about-left .about-subnav-arrowBottom {
      font-family: "maledingsregular" !important;
      font-size: 12px;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      padding: 4px 7px;
      background: #3b494d;
      position: absolute;
      left: 110px;
      cursor: pointer;
      opacity: 0; }
    #AboutView .about-left .about-subnav-arrowTop {
      top: 195px; }
    #AboutView .about-left .about-subnav-arrowBottom {
      top: 440px; }
    #AboutView .about-left .about-subnav-topbar, #AboutView .about-left .about-subnav-bottombar {
      background: #374448;
      height: 1px;
      width: 142px;
      position: absolute;
      opacity: 0;
      left: -4px; }
    #AboutView .about-left .about-subnav-topbar {
      top: 225px; }
    #AboutView .about-left .about-subnav {
      float: right;
      position: absolute;
      top: 235px;
      left: -38px; }
      #AboutView .about-left .about-subnav .about-subnav-item {
        font-size: 14px;
        color: #247893;
        cursor: pointer;
        margin-bottom: 5px;
        position: relative;
        text-align: right;
        letter-spacing: 1px;
        width: 165px; }
        #AboutView .about-left .about-subnav .about-subnav-item.selected {
          color: gainsboro; }
        #AboutView .about-left .about-subnav .about-subnav-item:not(:last-child) {
          margin-right: 1px; }
        #AboutView .about-left .about-subnav .about-subnav-item .about-subnav-text {
          margin-left: 20px;
          padding-top: 2px; }
        #AboutView .about-left .about-subnav .about-subnav-item .about-subnav-background {
          background: url("../assets/img/about/subnav_bg.png") left top no-repeat;
          height: 30px;
          width: 4px;
          position: absolute;
          top: 0;
          left: 172px;
          z-index: -1; }
  #AboutView .about-content {
    position: absolute;
    top: 80px;
    left: 410px;
    font-family: "deniseregular", sans-serif !important;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 1px; }
    #AboutView .about-content #about-wrapper {
      /*height: 100px;*/ }
    #AboutView .about-content .about-story-header {
      position: absolute;
      top: 37px; }
      #AboutView .about-content .about-story-header .about-download {
        position: absolute;
        top: 3px;
        left: 141px;
        color: #3b494d;
        font-size: 12px;
        letter-spacing: 2px;
        white-space: nowrap; }
        #AboutView .about-content .about-story-header .about-download .about-production {
          position: absolute;
          top: 9px;
          left: 63px;
          width: 150px;
          font-size: 15px;
          letter-spacing: 1px; }
          #AboutView .about-content .about-story-header .about-download .about-production .about-download-arrow {
            font-family: "maledingsregular" !important;
            font-size: 12px;
            float: left;
            background: #3B494D;
            background: #941821;
            width: 16px;
            height: 20px;
            padding: 3px 5px; }
          #AboutView .about-content .about-story-header .about-download .about-production .about-download-text {
            position: absolute;
            color: #e7f1ee;
            top: 0;
            left: 0;
            top: 2px;
            left: 20px; }
    #AboutView .about-content .about-content-header {
      position: absolute;
      top: 10px;
      width: 500px; }
    #AboutView .about-content .about-content-title {
      font-family: "trajan-pro-3",sans-serif;
      font-size: 30px;
      color: gainsboro;
      position: absolute;
      white-space: nowrap;
      top: 0;
      left: 0; }
    #AboutView .about-content .about-content-text {
      /*position: absolute;*/
      font-family: "deniseregular", sans-serif !important;
      -webkit-font-smoothing: subpixel-antialiased;
      position: relative;
      width: 370px;
      height: 360px;
      margin-top: 90px;
      color: #8e979f;
      font-size: 18px;
      letter-spacing: 0.03em;
      line-height: 21px;
      overflow: auto; }
      #AboutView .about-content .about-content-text p {
        margin: 0 0 14px 0;
        padding: 0; }
  #AboutView .about-quote-text {
    position: absolute;
    right: 100px;
    bottom: 120px;
    width: 36%;
    font-family: "trajan-pro-3",sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #8e979f;
    opacity: 0.7; }
    #AboutView .about-quote-text .quoted-by {
      position: relative;
      font-family: "deniseregular", sans-serif !important;
      -webkit-font-smoothing: subpixel-antialiased;
      font-size: 13px;
      line-height: 21px;
      padding: 3px 0 0 4px;
      vertical-align: middle;
      letter-spacing: 0.08em;
      white-space: nowrap;
      -webkit-font-smoothing: antialiased; }
  #AboutView .about-pendant {
    position: absolute;
    top: 80px;
    left: 353px;
    width: 55px;
    height: 55px;
    background: url("../assets/img/emblem.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.2; }
  #AboutView .disabled {
    pointer-events: none; }
    #AboutView .disabled a {
      color: #135460; }

#DownloadsView {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.downloads-background {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -9999; }

.downloads-content {
  position: absolute;
  top: 135px; }
  .downloads-content .downloads-thumbs {
    position: absolute;
    width: 1000px;
    left: 50px;
    top: 0; }
    .downloads-content .downloads-thumbs .downloads-thumb {
      float: left;
      position: absolute;
      background: #333;
      border: 1px solid #3d4546; }
      .downloads-content .downloads-thumbs .downloads-thumb .thumb-img {
        opacity: 0; }
      .downloads-content .downloads-thumbs .downloads-thumb .thumb-overlay {
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2; }
      .downloads-content .downloads-thumbs .downloads-thumb .over-thumb {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .downloads-content .downloads-thumbs .downloads-thumb .downloads-options {
        position: absolute;
        top: 92px; }
        .downloads-content .downloads-thumbs .downloads-thumb .downloads-options .downloads-option {
          font-family: "deniseregular", sans-serif !important;
          -webkit-font-smoothing: subpixel-antialiased;
          -webkit-font-smoothing: antialiased;
          font-size: 15px;
          letter-spacing: 1px;
          cursor: pointer;
          float: left;
          margin-right: 0;
          margin-bottom: 30px;
          position: relative; }
          .downloads-content .downloads-thumbs .downloads-thumb .downloads-options .downloads-option .downloads-thumb-bg {
            background: #8f181d;
            border-bottom: 0px solid rgba(0, 0, 0, 0.1);
            height: 0px;
            width: 286px;
            position: absolute;
            top: 27px;
            left: 0;
            -moz-transition: all 0.1s ease-out 0s;
            -webkit-transition: all 0.1s ease-out 0s;
            -o-transition: all 0.1s ease-out 0s;
            transition: all 0.1s ease-out 0s; }
          .downloads-content .downloads-thumbs .downloads-thumb .downloads-options .downloads-option .downloads-thumb-arrow {
            position: absolute;
            top: 2px;
            left: 10px;
            width: 3px;
            height: 12px;
            background: url("../assets/img/ui/bare_arrow_right.png") center center no-repeat;
            pointer-events: none;
            opacity: 0; }
          .downloads-content .downloads-thumbs .downloads-thumb .downloads-options .downloads-option .downloads-thumb-text {
            position: absolute;
            top: 0px;
            left: 23px;
            line-height: 32px;
            vertical-align: middle;
            color: #fff;
            opacity: 0;
            pointer-events: none; }
      .downloads-content .downloads-thumbs .downloads-thumb.social .downloads-options .downloads-option .downloads-thumb-text {
        position: absolute;
        top: 0px;
        left: 23px;
        line-height: 32px;
        vertical-align: middle;
        opacity: 0;
        pointer-events: none;
        padding-left: 22px; }
        .downloads-content .downloads-thumbs .downloads-thumb.social .downloads-options .downloads-option .downloads-thumb-text .icon {
          position: absolute;
          top: 0px;
          left: 0px;
          line-height: 30px; }
  .downloads-content .arrows {
    position: absolute; }
    .downloads-content .arrows .arrow {
      position: absolute;
      top: 50%;
      width: 60px;
      height: 50px;
      background: #444747;
      z-index: 99;
      cursor: pointer;
      overflow: hidden; }
      .downloads-content .arrows .arrow a {
        position: absolute;
        width: 100%;
        height: 100%; }
      .downloads-content .arrows .arrow img {
        position: absolute;
        opacity: 0.7; }
      .downloads-content .arrows .arrow.hover {
        width: 100px;
        background: #8b1217; }
        .downloads-content .arrows .arrow.hover img {
          opacity: 1; }
    .downloads-content .arrows .left-arrow {
      margin-left: -60px; }
      .downloads-content .arrows .left-arrow img {
        right: 23px; }
    .downloads-content .arrows .right-arrow {
      right: 0px;
      margin-right: 0px; }
      .downloads-content .arrows .right-arrow .progress {
        left: auto;
        right: 0px; }
      .downloads-content .arrows .right-arrow img {
        left: 23px; }
    .downloads-content .arrows .disabled {
      cursor: default; }

#PartnersView {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #PartnersView #partners-header {
    position: relative;
    width: 1000px;
    margin: 56px auto 0px auto; }
    #PartnersView #partners-header .partners-title {
      position: absolute;
      font-family: "trajan-pro-3",sans-serif;
      font-size: 35px;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: gainsboro; }
    #PartnersView #partners-header .partners-line {
      position: absolute;
      top: 27px;
      width: 1000px;
      border-bottom: 1px solid #323f43; }
    #PartnersView #partners-header .emblem {
      position: absolute;
      right: 0px;
      width: 40px;
      height: 40px;
      background: url("../assets/img/emblem.svg") center center no-repeat;
      background-size: contain;
      margin: 8px 2px 0 0;
      opacity: 0.2; }
  #PartnersView #partners-content {
    position: relative;
    width: 1000px;
    margin: 0 auto; }
    #PartnersView #partners-content .partners-logos {
      position: absolute;
      top: 124px;
      left: 0px;
      right: 0px;
      margin: 0 auto; }
      #PartnersView #partners-content .partners-logos li {
        float: left;
        position: relative;
        opacity: .8;
        margin-top: auto;
        margin-bottom: auto;
        vertical-align: middle; }
        #PartnersView #partners-content .partners-logos li:not(:last-child) {
          margin-right: 75px; }
        #PartnersView #partners-content .partners-logos li .partners-logo {
          height: inherit;
          background-size: contain !important; }
          #PartnersView #partners-content .partners-logos li .partners-logo img {
            vertical-align: middle; }
          #PartnersView #partners-content .partners-logos li .partners-logo a {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            vertical-align: middle; }

.content-background {
  position: absolute;
  top: -240px;
  left: 0;
  z-index: -9999; }
  .content-background .content-background-img {
    opacity: 0; }

#VideoView {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #VideoView .video-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 0px; }
    #VideoView .video-content .thumbs {
      position: absolute;
      width: 900px;
      height: 57px;
      top: 105px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      overflow: hidden; }
      #VideoView .video-content .thumbs .video-thumb {
        position: absolute;
        width: 130px;
        height: 57px;
        top: 0px;
        left: 0px;
        overflow: hidden;
        color: #fff; }
        #VideoView .video-content .thumbs .video-thumb .thumb-bg {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 0; }
        #VideoView .video-content .thumbs .video-thumb .overlay {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 0;
          opacity: 0;
          background: #0c1114; }
        #VideoView .video-content .thumbs .video-thumb .info-bar {
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          height: 16px;
          background-color: #941821;
          margin-bottom: -16px; }
          #VideoView .video-content .thumbs .video-thumb .info-bar .thumb-arrow {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 16px;
            z-index: 2;
            line-height: 16px;
            vertical-align: middle;
            padding-left: 5px;
            font-size: 10px; }
          #VideoView .video-content .thumbs .video-thumb .info-bar .thumb-text {
            position: absolute;
            top: 0px;
            left: 0px;
            line-height: 16px;
            vertical-align: center;
            padding-left: 20px;
            z-index: 1;
            font-family: "deniseregular", sans-serif !important;
            -webkit-font-smoothing: subpixel-antialiased;
            font-size: 12px;
            text-transform: uppercase; }
    #VideoView .video-content .videoplayer {
      position: absolute;
      width: 900px;
      height: 505px;
      top: 166px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      background: #000; }
      #VideoView .video-content .videoplayer iframe {
        background: #000;
        border: 0 none;
        opacity: 0; }

html, body {
  padding: 0;
  margin: 0;
  background: #000000;
  color: #e7f1ee;
  min-width: 1110px;
  font-family: Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased; }

html.no-touch, .no-touch body {
  min-height: 870px; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  li a {
    padding: 0;
    margin: 0; }

a, a:hover {
  color: #e7f1ee;
  text-decoration: none; }

div, span, td, table, li, ul, a, button {
  font-feature-settings: "kern";
  /* vendor-prefixes */
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Webkit */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10  */
  /* Currently not supported in Opera but will be soon */
  -o-user-select: none;
  user-select: none; }

a, a:visited, a:focus, a:active, a:hover {
  outline: 0 none !important; }

:focus {
  outline: none; }

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

#chrome, #globalnav {
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  opacity: 0; }
  #chrome.dev, #globalnav.dev {
    background: url("../assets/img/fake-chrome.png") center top no-repeat; }

#wrapper {
  position: relative;
  top: 45px;
  left: 0px;
  width: 100%;
  margin-top: -45px;
  height: inherit;
  overflow: hidden; }
  #wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #wrapper #main-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0 none;
    padding: 0;
    margin: 0;
    opacity: 0; }
    #wrapper #main-container #view-content-container {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 989; }
      #wrapper #main-container #view-content-container .content-view {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
        #wrapper #main-container #view-content-container .content-view .header-shadow {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 125px;
          opacity: 0.7;
          pointer-events: none;
          z-index: 10; }
    #wrapper #main-container #ui-container {
      overflow: hidden; }
  #wrapper #background-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden; }
    #wrapper #background-container .page-background {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      #wrapper #background-container .page-background img {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 100%;
        height: 100%; }
  #wrapper .large-preloader {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 40%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    overflow: hidden; }
  #wrapper .lightbox-preloader {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 40%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    overflow: hidden; }
  #wrapper .icon {
    font-family: "maledingsregular" !important; }
  #wrapper .hidden {
    display: none !important; }
  #wrapper .coming-soon a {
    cursor: default; }

#tracking {
  display: none; }

#marvel-chrome {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999; }

#page_wrapper {
  height: 45px;
  overflow: hidden; }
  #page_wrapper .dropdown {
    height: 45px !important;
    overflow: hidden !important; }
