/*! 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 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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/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;
  -webkit-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 {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * 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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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 {
  border: 0;
  padding: 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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-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 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%; }

body {
  color: #fff;
  font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
  background: #000;
  margin-bottom: 50px; }

a {
  color: white;
  text-decoration: none; }
  a.button {
    -webkit-transition: background-color 350ms, color 350ms;
    transition: background-color 350ms, color 350ms;
    display: inline-block;
    padding: 2px 5px; }
    a.button:hover, a.button.active {
      background-color: #eceff3;
      color: #13100c; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

h4.label {
  font-weight: 400;
  font-size: 18px; }

.hide {
  display: none; }

.video-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  top: 40px; }
  .video-wrapper .video-js,
  .video-wrapper object,
  .video-wrapper embed,
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.scroll-element.scroll-x {
  display: none !important; }

.background-wrapper {
  display: none; }
  .no-backgroundsize .background-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -20; }
    .no-backgroundsize .background-wrapper img {
      position: absolute;
      max-width: none;
      top: 0;
      left: 0;
      display: block; }

a.social {
  overflow: hidden;
  width: 22px;
  height: 22px;
  background: url("../assets/images/assets.png") -100px -100px no-repeat;
  display: inline-block;
  margin-right: 7px; }
  a.social:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  a.social.facebook {
    background-position: -200px -100px; }
  a.social.twitter {
    background-position: -300px -100px; }
  a.social.googleplus {
    background-position: -400px -100px; }
  a.social.getwb {
  background: url("../assets/images/get_wb_jb.png") no-repeat;
    background-position: 0px 0px;
	width:61px; }
  a.social.audio {
    background-position: -100px -100px; }
    a.social.audio.active {
      background-position: 0 -100px; }

#jb-slider {
  display: none; }

#primary-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 0;
  display: none; }
  #primary-navigation ul {
    padding: 20px;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 350ms;
    transition: transform 350ms;
    background: #000;
    text-align: center; }
    .no-csstransforms3d #primary-navigation ul {
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%); }
    #primary-navigation ul li {
      margin-bottom: 10px; }
      #primary-navigation ul li a {
        display: inline-block;
        position: relative;
        padding-bottom: 6px; }
        #primary-navigation ul li a p {
          margin: 0; }
        #primary-navigation ul li a:after {
          content: ' ';
          position: absolute;
          left: 50%;
          width: 0%;
          bottom: 0;
          height: 3px;
          background: #8f1610;
          -webkit-transition: left 350ms, width 350ms;
          transition: left 350ms, width 350ms; }
        #primary-navigation ul li a:hover:after, #primary-navigation ul li a.active:after {
          left: 0;
          width: 100%; }
  #primary-navigation.active ul {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .no-csstransforms3d #primary-navigation.active ul {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

#downloads-selector {
  display: none; }
  #downloads-selector .button {
    font-size: 12px; }
  #downloads-selector #downloads-thumb {
    margin: 20px 0 10px; }
    #downloads-selector #downloads-thumb img {
      border: 4px solid #eceff3; }
  #downloads-selector #downloads-types li {
    display: none; }

#about-selector {
  overflow: hidden; }
  #about-selector h2 {
    opacity: 1;
    -webkit-transition: opacity 350ms;
    transition: opacity 350ms; }
  #about-selector h4.label {
    overflow: hidden;
    position: relative; }
    #about-selector h4.label span {
      position: relative;
      opacity: 1;
      -webkit-transition: opacity 350ms;
      transition: opacity 350ms; }
  #about-selector .buttons {
    height: 20px; }
  #about-selector .button.subsection {
    display: none; }
  #about-selector #members-list-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 350ms;
    transition: opacity 350ms;
    pointer-events: none;
    cursor: default; }
    #about-selector #members-list-toggle .select-icon-wrapper {
      background: green; }
    #about-selector #members-list-toggle .bar-icon-wrapper {
      position: absolute;
      top: 50%;
      right: 10px;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      #about-selector #members-list-toggle .bar-icon-wrapper .bar-icon {
        height: 3px;
        width: 12px;
        background: white;
        display: block;
        margin-top: 4px;
        -webkit-transition: -webkit-transform 150ms;
        transition: transform 150ms;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        position: absolute;
        top: 0;
        left: 0; }
        #about-selector #members-list-toggle .bar-icon-wrapper .bar-icon:nth-child(1), #about-selector #members-list-toggle .bar-icon-wrapper .bar-icon:nth-child(2) {
          -webkit-transform: rotate(45deg) translate3d(3px, 3px, 0);
          -ms-transform: rotate(45deg) translate3d(3px, 3px, 0);
          transform: rotate(45deg) translate3d(3px, 3px, 0); }
        #about-selector #members-list-toggle .bar-icon-wrapper .bar-icon:nth-child(3), #about-selector #members-list-toggle .bar-icon-wrapper .bar-icon:nth-child(4) {
          -webkit-transform: rotate(-45deg) translate3d(2px, 8px, 0);
          -ms-transform: rotate(-45deg) translate3d(2px, 8px, 0);
          transform: rotate(-45deg) translate3d(2px, 8px, 0); }
  #about-selector .panel {
    line-height: 1.3;
    position: relative; }
    #about-selector .panel #members-list {
      width: 0px;
      opacity: 0;
      text-align: right;
      border-right: 1px solid #696969;
      -webkit-transition: width 350ms, opacity 500ms;
      transition: width 350ms, opacity 500ms;
      line-height: 1.1;
      position: absolute;
      top: 0;
      left: 0; }
      #about-selector .panel #members-list > div {
        max-height: 330px;
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
      #about-selector .panel #members-list h4 {
        font-weight: normal;
        margin: 0 0 4px;
        padding-right: 0;
        font-size: 16px;
        width: 200px; }
        #about-selector .panel #members-list h4 a {
          display: inline-block;
          padding-bottom: 2px;
          margin-right: 10px;
          position: relative; }
          #about-selector .panel #members-list h4 a:after {
            content: ' ';
            position: absolute;
            left: 50%;
            width: 0%;
            bottom: 0;
            height: 2px;
            background: #8f1610;
            -webkit-transition: left 350ms, width 350ms;
            transition: left 350ms, width 350ms; }
          #about-selector .panel #members-list h4 a:hover:after, #about-selector .panel #members-list h4 a.active:after {
            left: 0;
            width: 100%; }
      #about-selector .panel #members-list ul {
        margin-bottom: 10px;
        width: 200px; }
      #about-selector .panel #members-list li {
        padding-right: 10px; }
        #about-selector .panel #members-list li a {
          color: #a3a3a3;
          -webkit-transition: color 350ms;
          transition: color 350ms;
          font-size: 14px; }
          #about-selector .panel #members-list li a:hover, #about-selector .panel #members-list li a.active {
            color: #fff; }
    #about-selector .panel #selector-content {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 350ms;
      transition: transform 350ms;
      -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }
      .no-csstransforms3d #about-selector .panel #selector-content {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      #about-selector .panel #selector-content #selector-copy {
        color: #a3a3a3;
        opacity: 1;
        -webkit-transition: opacity 350ms;
        transition: opacity 350ms;
        overflow: hidden;
        position: relative; }
        #about-selector .panel #selector-content #selector-copy p:first-child {
          margin-top: 0; }
  #about-selector.with-sidebar #members-list-toggle {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer; }
  #about-selector.with-sidebar.active .panel #members-list {
    width: 200px;
    opacity: 1; }
  #about-selector.with-sidebar.active .panel #selector-content {
    -webkit-transform: translate3d(210px, 0, 0);
    -ms-transform: translate3d(210px, 0, 0);
    transform: translate3d(210px, 0, 0); }
    .no-csstransforms3d #about-selector.with-sidebar.active .panel #selector-content {
      -webkit-transform: translate(210px, 0);
      -ms-transform: translate(210px, 0);
      transform: translate(210px, 0); }
  #about-selector.with-sidebar.active #members-list-toggle .bar-icon-wrapper .bar-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0); }
  #about-selector.with-sidebar.active #members-list-toggle .bar-icon-wrapper .bar-icon:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate3d(-5px, 5px, 0);
    -ms-transform: rotate(-45deg) translate3d(-5px, 5px, 0);
    transform: rotate(-45deg) translate3d(-5px, 5px, 0); }
  #about-selector.with-sidebar.active #members-list-toggle .bar-icon-wrapper .bar-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(5px, 5px, 0);
    -ms-transform: rotate(-45deg) translate3d(5px, 5px, 0);
    transform: rotate(-45deg) translate3d(5px, 5px, 0); }
  #about-selector.with-sidebar.active #members-list-toggle .bar-icon-wrapper .bar-icon:nth-child(4) {
    -webkit-transform: rotate(45deg) translate3d(10px, 0, 0);
    -ms-transform: rotate(45deg) translate3d(10px, 0, 0);
    transform: rotate(45deg) translate3d(10px, 0, 0); }
  #about-selector.updating-content h4.label span {
    opacity: 0; }
  #about-selector.updating-content .panel #selector-content #selector-copy {
    opacity: 0; }
  #about-selector.updating-subsection h2 {
    opacity: 0; }

#menu-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 4px;
  width: 28px;
  height: 28px; }
  #menu-toggle .bar-icon-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.75), inset 0 0 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.75), inset 0 0 15px 0px rgba(0, 0, 0, 0.75); }
    #menu-toggle .bar-icon-wrapper .bar-icon {
      height: 3px;
      width: 20px;
      background: #fff;
      display: block;
      opacity: 1;
      margin-top: 4px;
      -webkit-transition: -webkit-transform 150ms;
      transition: transform 150ms;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
      #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(2) {
        -webkit-transition: opacity 100ms;
        transition: opacity 100ms; }
      #primary-navigation.active #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(1) {
        -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
        -ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
        transform: rotate(45deg) translate3d(5px, 5px, 0); }
      #primary-navigation.active #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(2) {
        opacity: 0; }
        .no-csstransforms3d #primary-navigation.active #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(2) {
          opacity: 1; }
      #primary-navigation.active #menu-toggle .bar-icon-wrapper .bar-icon:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
        -ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
        transform: rotate(-45deg) translate3d(5px, -5px, 0); }

.main-header {
  text-align: right;
  padding: 15px;
  font-size: 0.875em; }
  .main-header h1 {
    margin: 0; }
  .main-header h3,
  .main-header .release-date {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6); }
  .main-header h3 {
    font-size: 100%; }
    .main-header h3 p {
      line-height: 1.5;
      margin: 0; }
  .main-header .release-date {
    font-size: 160%; }
    .main-header .release-date span {
      display: none; }
      .main-header .release-date span:first-child {
        display: inline-block; }

#section-header {
  display: none; }
  .small-screen #section-header {
    display: none !important; }

#tickets-button {
  display: inline-block;
  text-align: center;
  border: 2px solid #bcbaae;
  margin-top: 35px;
  width: 290px;
  position: relative; }
  #tickets-button h5 {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    color: #bcbaae;
    font-size: 18px;
    margin: 0;
    position: relative;
    top: -15px;
    font-weight: 400;
    letter-spacing: 1.8px;
    background: black;
    display: inline-block;
    padding: 4px 15px; }
  #tickets-button p {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    clear: both;
    margin: 0 15px 15px;
    letter-spacing: 4px; }

#quotes {
  height: 80px;
  text-align: right; }
  #quotes:after {
    content: "";
    display: table;
    clear: both; }
  #quotes li {
    display: none; }
    #quotes li p {
      font-family: "Libre Baskerville", serif;
      font-style: italic;
      font-size: 22px;
      margin: 0 0 10px; }
    #quotes li footer {
      font-family: "Lato", sans-serif;
      font-size: 12px;
      color: #bcbaae;
      letter-spacing: 4px; }
    #quotes li:first-child {
      display: block; }

#content {
  height: 100%; }
  #content > section {
    display: none;
    padding: 15px; }
    #content > section h2 {
      font-weight: 500;
      font-size: 32px; }
    #content > section#section-video .section-content {
      margin-top: 40px; }
      #content > section#section-video .section-content .toggles {
        position: relative;
        z-index: 15;
        padding: 0 4%; }
    #content > section#section-home {
      background: black url("../assets/images/backgrounds/keyart-mobile.jpg") left top no-repeat;
      -webkit-background-size: contain, auto;
      background-size: contain, auto;
      text-align: center;
      margin-top: 0; }
      #content > section#section-home .spacer {
        width: 100%; }
      #content > section#section-home.alt {
        background-image: url("../assets/images/backgrounds/keyart-mobile-alt.jpg"); }
    #content > section#section-gallery {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; }
      #content > section#section-gallery h2 {
        display: none; }
      #content > section#section-gallery #gallery-thumbs {
        display: none; }
    #content > section#section-sweepstakes {
      line-height: 1.3; }
      #content > section#section-sweepstakes #sites-list a {
        color: #a3a3a3;
        -webkit-transition: color 350ms;
        transition: color 350ms;
        font-size: 16px; }
        #content > section#section-sweepstakes #sites-list a:hover, #content > section#section-sweepstakes #sites-list a.active {
          color: #fff; }
    .small-screen #content > section.allows-bg {
      background-image: none !important; }
    .no-backgroundsize #content > section {
      background-image: none !important; }

#blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3090;
  background: black; }

#intro {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4000;
  background: black;
  text-align: center; }
  #intro #intro-close {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 20px;
    font-size: 18px; }

#primary-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  z-index: 2000;
  height: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background-color 500ms, height 500ms;
  transition: background-color 500ms, height 500ms;
  overflow: hidden; }
  #primary-footer .panel {
    padding: 10px; }
  #primary-footer .chapeau {
    height: 50px; }
    #primary-footer .chapeau .col {
      display: inline-block;
      vertical-align: top; }
    #primary-footer .chapeau .copyright {
      display: none; }
  #primary-footer .copyright {
    margin: 0;
    color: #444;
    font-size: 10px; }
  #primary-footer #legal-toggle {
    width: 80px;
    text-align: center;
    font-size: 12px;
    position: relative;
    padding-bottom: 13px;
    display: inline-block;
    overflow: hidden; }
    #primary-footer #legal-toggle:after {
      content: "";
      display: table;
      clear: both; }
    #primary-footer #legal-toggle .label-wrapper {
      width: 200%;
      position: relative;
      left: 0;
      -webkit-transition: left 350ms;
      transition: left 350ms;
      margin: 0; }
    #primary-footer #legal-toggle span {
      width: 80px;
      display: block;
      float: left; }
    #primary-footer #legal-toggle:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 13px;
      height: 9px;
      margin-left: -6.5px;
      background: url("../assets/images/assets.png") 0 -200px no-repeat;
      -webkit-transition: background-position 350ms;
      transition: background-position 350ms; }
    #primary-footer #legal-toggle.active .label-wrapper {
      left: -100%; }
    #primary-footer #legal-toggle.active:after {
      background-position: 0 -211px; }
  #primary-footer #legal {
    text-align: center; }
    #primary-footer #legal .links {
      font-size: 10px;
      margin: 6px 0; }
      #primary-footer #legal .links a {
        margin: 0 20px;
        white-space: nowrap; }
  #primary-footer.active {
    background-color: rgba(0, 0, 0, 0.9); }

#rating {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 0;
  background: black;
  z-index: 2000;
  padding: 10px 10px 20px; }
  #rating .image {
    width: 100px; }
  #rating a {
    font-size: 14px; }

#backgrounds {
  display: none; }

@media only screen and (min-width: 480px) {
  .button {
    padding: 4px 10px; }

  .main-header {
    font-size: 1.125em; }

  #primary-footer .chapeau .copyright {
    display: block; } }
@media only screen and (min-width: 768px) {
  .button {
    padding: 4px 10px; }

  .main-header {
    font-size: 1.625em; } }
@media only screen and (min-width: 992px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
    min-height: 0;
    margin: 0; }

  #wrapper,
  #content,
  #content > section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

  .video-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0; }

  #primary-navigation {
    height: 118px; }
    #primary-navigation ul {
      padding: 30px 30px 0;
      text-align: justify;
      overflow: hidden;
      vertical-align: top;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background: none; }
      #primary-navigation ul li {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0; }
        #primary-navigation ul li a {
          font-weight: 500;
          font-size: 18px; }
      #primary-navigation ul:after {
        content: ' ';
        width: 100%;
        display: inline-block; }
      .no-csstransforms3d #primary-navigation ul {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }

  #menu-toggle {
    display: none; }

  #section-header {
    position: absolute;
    width: 44%;
    right: 40px;
    bottom: 100px;
    -webkit-transition: width 350ms, bottom 350ms;
    transition: width 350ms, bottom 350ms;
    z-index: 10;
    font-size: 1.25em; }
    #section-header h3 {
      color: rgba(255, 255, 255, 0.8);
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }
    #section-header .release-date {
      color: rgba(255, 255, 255, 0.7); }
    .about.subsection #section-header {
      width: 34%; }

  .main-header {
    font-size: 1.375em; }

  #content > section {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 118px;
    padding-bottom: 50px;
    z-index: 0; }
    #content > section h2 {
      margin-top: 0; }
    #content > section .section-content {
      margin: 0 4%;
      position: relative;
      z-index: 10; }
    #content > section#section-video {
      padding: 0; }
      #content > section#section-video .section-content {
        margin: 0;
        position: absolute;
        top: 118px;
        bottom: 60px;
        width: 100%; }
    #content > section#section-home {
      background: black url("../assets/images/backgrounds/keyart.jpg") left center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
      #content > section#section-home #tagline {
        margin-right: 20px; }
      #content > section#section-home .section-content {
        position: absolute;
        max-width: 60%;
        right: 40px;
        bottom: 100px;
        text-align: right;
        margin: 0; }
        #content > section#section-home .section-content .spacer {
          display: none; }
      #content > section#section-home.alt {
        background-image: url("../assets/images/backgrounds/keyart-alt.jpg"); }
    #content > section#section-gallery {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 118px; }
      #content > section#section-gallery .section-content {
        max-width: 360px; }
      #content > section#section-gallery h2 {
        display: block; }
      #content > section#section-gallery #gallery-thumbs {
        display: block;
        padding-bottom: 4px; }
        #content > section#section-gallery #gallery-thumbs > div {
          max-height: 415px;
          overflow: auto;
          -webkit-overflow-scrolling: touch; }
        #content > section#section-gallery #gallery-thumbs ul {
          border-top: 4px solid #aeaca1; }
          #content > section#section-gallery #gallery-thumbs ul:after {
            content: "";
            display: table;
            clear: both; }
          #content > section#section-gallery #gallery-thumbs ul li {
            float: left;
            width: 180px;
            height: 137px;
            overflow: hidden;
            border: 4px solid #aeaca1;
            border-top: none; }
            #content > section#section-gallery #gallery-thumbs ul li a {
              display: block;
              position: relative; }
              #content > section#section-gallery #gallery-thumbs ul li a:after {
                content: ' ';
                overflow: hidden;
                background: rgba(0, 0, 0, 0.35) url("../assets/images/assets.png") -300px 0 no-repeat;
                width: 60px;
                height: 60px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -30px 0 0 -30px;
                opacity: 0;
                -webkit-transition: opacity 350ms;
                transition: opacity 350ms; }
                #content > section#section-gallery #gallery-thumbs ul li a:after:before {
                  content: "";
                  display: block;
                  width: 0;
                  height: 100%; }
              #content > section#section-gallery #gallery-thumbs ul li a:hover:after {
                opacity: 1; }
            #content > section#section-gallery #gallery-thumbs ul li:nth-child(odd) {
              border-right-width: 2px; }
              #content > section#section-gallery #gallery-thumbs ul li:nth-child(odd).last {
                border-right-width: 4px; }
            #content > section#section-gallery #gallery-thumbs ul li:nth-child(even) {
              border-left-width: 2px; }
            #content > section#section-gallery #gallery-thumbs ul li.dummy {
              border-right: none;
              border-bottom: none; }
      #content > section#section-gallery #gallery-slides {
        display: none; }
    #content > section#section-about .section-content, #content > section#section-sweepstakes .section-content {
      float: left;
      background: black;
      background: rgba(0, 0, 0, 0.7);
      padding: 15px; }
    #content > section#section-sweepstakes .section-content {
      width: 450px; }
    #content > section#section-sweepstakes #sites-list > div {
      max-height: 220px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    #content > section:before, #content > section:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../assets/images/fader-top.png") left top repeat-x;
      z-index: -10; }
    #content > section:after {
      background-image: url("../assets/images/fader-bottom.png");
      background-position: left bottom; }

  #downloads-selector #downloads-thumb {
    max-width: 323px; }

  #about-selector h2 {
    margin-top: 0; }
  #about-selector #members-list-toggle {
    display: none; }
  #about-selector .panel:after {
    content: "";
    display: table;
    clear: both; }
  #about-selector .panel #members-list {
    float: left;
    position: relative; }
  #about-selector .panel #selector-content {
    width: 330px;
    margin-left: 0;
    float: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: margin-left 350ms;
    transition: margin-left 350ms; }
    #about-selector .panel #selector-content > div:first-child {
      max-height: 330px; }
    .no-csstransforms3d #about-selector .panel #selector-content {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    #about-selector .panel #selector-content #selector-copy {
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    #about-selector .panel #selector-content .buttons {
      margin-top: 20px; }
  #about-selector.with-sidebar .panel #selector-content {
    margin-left: 10px; }
  #about-selector.with-sidebar .panel #members-list {
    width: 200px;
    opacity: 1; }
  #about-selector.with-sidebar.active .panel #selector-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .no-csstransforms3d #about-selector.with-sidebar.active .panel #selector-content {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

  #jb-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000; }
    #jb-slider .flexslider,
    #jb-slider .flex-viewport,
    #jb-slider .slides {
      height: 100%; }
    #jb-slider .flexslider {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: none; }
    #jb-slider .slides {
      background: black; }
      #jb-slider .slides li {
        height: 100%;
        background-position: center center;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden; }
        #jb-slider .slides li .background-wrapper {
          z-index: 0; }
        .no-backgroundsize #jb-slider .slides li {
          background-image: none !important; }
    #jb-slider #slider-close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 10; }
    #jb-slider #slider-close,
    #jb-slider .flex-direction-nav .flex-prev,
    #jb-slider .flex-direction-nav .flex-next {
      overflow: hidden;
      background: black url("../assets/images/assets.png") 0 0 no-repeat;
      background-color: rgba(0, 0, 0, 0.35);
      width: 60px;
      height: 60px;
      border: 2px solid #bcbaae; }
      #jb-slider #slider-close:before,
      #jb-slider .flex-direction-nav .flex-prev:before,
      #jb-slider .flex-direction-nav .flex-next:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
    #jb-slider .flex-direction-nav .flex-prev {
      background-position: -100px 0; }
    #jb-slider .flex-direction-nav .flex-next {
      background-position: -200px 0; }
    #jb-slider .flexslider:hover .flex-prev {
      left: 20px; }
    #jb-slider .flexslider:hover .flex-next {
      right: 20px; }

  #quotes blockquote {
    margin-right: 2px; }

  #primary-footer {
    position: fixed;
    display: block; }
    #primary-footer .chapeau .copyright {
      display: block; }

  #rating .image {
    width: auto; } }
@media only screen and (min-width: 1382px) {
  #section-header {
    font-size: 1.5em; }
    .about.subsection #section-header {
      width: 44%; }

  .main-header {
    font-size: 1.75em; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  a.social,
  #primary-footer #legal-toggle::after,
  #gallery-thumbs li a::after,
  #jb-slider #slider-close,
  #jb-slider .flex-direction-nav .flex-prev,
  #jb-slider .flex-direction-nav .flex-next {
    background-image: url(../assets/images/assets@2x.png);
    -webkit-background-size: 500px 300px;
    background-size: 500px 300px; } }
