@font-face {
  font-family: 'MaisonNeue-Mono';
  src: url('fonts/MaisonNeue-Mono.eot?#iefix') format('embedded-opentype'),  url('fonts/MaisonNeue-Mono.woff') format('woff'), url('fonts/MaisonNeue-Mono.ttf')  format('truetype'), url('fonts/MaisonNeue-Mono.svg#MaisonNeue-Mono') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**©G
 * 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;
  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"], /* 1 */
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"] {
  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;
}

/* ------------- */
/* END NORMALIZE */
/* ------------- */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

.hide {
    display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
}

.clear {
	clear:both;
}

.plainlist,
.inlinelist,
.inlinelist--ft {
    list-style: none outside;
    padding: 0;
    margin: 0; 
}

.inlinelist > li {
    display: inline-block;
}

.inlinelist--ft > li{
    float: left;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.absolute {
	position:absolute;
}
.relative {
	position:relative;
}
.fixed {
    position: fixed;
}
.block {
	display:block;
}
.inline-block {
	display:inline-block;
}
.plainlink {
	text-decoration:none;
}
.plainlink:hover {
	text-decoration:none;
}
.uppercase {
	text-transform:uppercase;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-full {
  display: block;
  width: 100%;
  height: auto;
}
.center {
	text-align:center;
}
.center-block {
	margin-left: auto;
    margin-right: auto;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
}
.vertical-middle {
    vertical-align: middle;
}
input, textarea {
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

/* ------------------ */
/* END HELPER CLASSES */
/* ------------------ */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float:left;
}
.col-offset {
    margin-left: -10px;
    margin-right: -10px;
}
.col-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.col-12 {
	width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}

/* ---------------- */
/* END GDID COLUMNS */
/* ---------------- */

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.transition,
.transition:hover,
.site-navigation li a:after,
.site-navigation li a:hover:after,
.mute-button:hover:after,
.mute-button:after {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.transition-slow,
.transition-slow:hover {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.transition-fast, .transition-fast:hover {
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.background-fill {
    background-position: center center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Main */

body {
    font-family: 'MaisonNeue-Mono', Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
}
body.light-theme {
    /*color: #000;*/
    background-color: #fff;
}
a {
    color: #ffffff;
    text-decoration: none;
}
body.light-theme a {
    color: #000;
}
p {
    margin: 0 0 25px 0;
}
p.small-margin {
    margin-bottom: 10px;
}
.us-content {
    display: none;
}
.loading-cover {
    background: #000;
    z-index: 10000;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
}
body.light-theme .loading-cover {
    background: #fff;
    color: #000;
}
.loading-cover .table-cell {
    width: 100%;
}
.loading span {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

@-webkit-keyframes blink {
  0% {
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

@keyframes blink {
  0% {
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}
.fixed-page-border {
    background: #000;
    z-index: 1000;
}
body.light-theme .fixed-page-border {
    background: #fff;
}
.fixed-page-border.top,
.fixed-page-border.bottom {
    left: 100px;
    width: calc(100% - 200px);
    height: 101px;
}
.fixed-page-border.top {
    top: 0px;
    border-bottom: 1px solid #ffffff;
}
body.light-theme .fixed-page-border.top {
    border-bottom: 1px solid #000;
}
.fixed-page-border.bottom {
    bottom: 0px;
    border-top: 1px solid #ffffff;
}
body.light-theme .fixed-page-border.bottom {
    border-top: 1px solid #000;
}
.fixed-page-border.right,
.fixed-page-border.left {
    top: 100px;
    width: 100px;
    height: calc(100% - 200px);
}
.fixed-page-border.right {
    right: 0px;
    border-left: 1px solid #ffffff;
}
body.light-theme .fixed-page-border.right {
    border-left: 1px solid #000;
}
.fixed-page-border.left {
    left: 0px;
    border-right: 1px solid #ffffff;
}
body.light-theme .fixed-page-border.left {
    border-right: 1px solid #000;
}
.fixed-page-border-cover.top,
.fixed-page-border-cover.bottom {
    width: 100%;
    left: 0px;
    background: #000;
    height: 100px;
    z-index: 1001;
}
body.light-theme .fixed-page-border-cover.top,
body.light-theme .fixed-page-border-cover.bottom {
    background: #fff;
}
.fixed-page-border-cover.top {
    top: 0px;
}
.fixed-page-border-cover.bottom {
    bottom: 0px;
}

.logo {
    width: 116px;
    left: 50%;
    top: 29px;
    margin: 0 0 0 -58px;
    z-index: 1100;
}
.site-navigation {
    left: 100px;
    bottom: 40px;
    z-index: 1100;
}
.site-navigation a {
    padding-bottom: 5px;
}
.site-navigation li {
    float: left;
    margin: 0 4px;
}
.site-navigation li a:after {
    width: 0px;
    height: 1px;
    display: block;
    content: " ";
    background: #ffffff;
}
body.light-theme .site-navigation li a:after {
    background: #000;
}
.site-navigation li.active a:after,
.site-navigation a:hover:after {
    width: 100%;
}
.site-navigation .menu-item--social-divider,
.site-navigation .menu-item--social {
    display: none;
}
.site-navigation .menu-item--social a:after {
    display: inline-block;
    content: "+";
    margin: 0px 0 0px 2px;
}
.site-navigation li.menu-item--social.active a:after,
.site-navigation li.menu-item--social a:hover:after {
    width: 0px;
}
.social-links {
    right: 98px;
    bottom: 20px;
    z-index: 1100;
    font-size: 24px;
}
.social-links li {
    margin: 0;
}
.social-links li a {
    padding: 0 2px;
}
.social-links:hover a {
    opacity: 0.3;
}
.social-links:hover a:hover {
    opacity: 1;
}

.section {
    text-align: center;
}

video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/bg-music.jpg) no-repeat;
    background-size: cover;
}

/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section {
		background-size: cover;
		background-attachment: fixed;
        background-position: center center;
	}

	/* Defining each sectino background and styles
	* --------------------------------------- */
	.section-intro {
		background-image: url(../images/poster.jpg);
	}
    body.light-theme #section-intro {
		background-image: url(../images/bg-remix.jpg);
	}
    body.light-theme.reduxer #section-intro {
		background-image: url(../images/bg-reduxer.jpg);
	}
    #section-game {
		background-image: url(../images/bg-game2.jpg);
	}
    #section-music {
		background-image: url(../images/bg-music.jpg);
	}
	#section-live {
		background-image: url(../images/bg-live.jpg);
	}
	#section-signup {
		background-image: url(../images/bg-signup.jpg);
	}

#section-intro .fp-tableCell {
    background-color: rgba(5, 6, 5, 0.4);
}
#section-music .fp-tableCell {
    background-color: rgba(26, 26, 26, 0.4);
}
#section-live .fp-tableCell {
    background-color: rgba(21, 17, 40, 0.45);
}
#section-signup .fp-tableCell {
    background-color: rgba(26, 26, 26, 0.45);
}
#section-intro {
    overflow: hidden;
}

.page-title {
    margin: 0 0 25px 0;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
}
.section-live--content .page-title {
    max-width: 109px;
}
.section-signup--content .page-title {
    max-width: 192px;
}
.btn {
    border: 1px solid #ffffff;
    background: none;
    padding: 12px 15px 6px 15px;
    text-align: center;
}
body.light-theme .btn {
    /*border: 1px solid #000;*/
    color: #fff;
}
.btn:hover {
    background: #ffffff;
    color: #000;
}
body.light-theme .btn:hover {
    /*background: #000;*/
    color: #000;
}
.section-inner {
    padding: 160px 120px;
}
#section-live .section-inner {
    padding: 20px 120px;
}
.inner-scroll-wrap {
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}
.legal {
    font-size: 12px;
    padding: 5px 0 0 0;
    text-align: right;
}
.legal a {
    text-decoration: none;
}
.legal a:hover {
    text-decoration: none;
}
#legal {
    padding-top: 3px;
    font-size: 11px;
    line-height: normal;
    display: none;
}

/* Intro */

.release-title {
    /*max-width: 228px;*/
    max-width: 400px;
    margin: 0 auto 42px auto;
}
.us-version .release-title {
    margin-bottom: 0px;
}
body.light-theme .section-intro--content {
    text-shadow: 1px 1px 3px #353535;
}
.section-intro--content .btn {
    width: 240px;
    padding: 10px 0px 4px 0px;
}
body.light-theme .section-intro--content .btn:hover {
    text-shadow: none;
}
body.reduxer .section-intro--content {
    max-width: 820px;
    margin: 0 auto;
}
.pre-order-info {
    max-width: 650px;
    margin: 0 auto;
    padding: 25px 0;
}
.relaxer-title {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}
.scroll-down {
    background-image: url(../images/scroll-arrow.png);
    background-size: 9px 11px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    width: 20px;
    height: 47px;
    margin-left: -10px;
    bottom: 135px;
    left: 50%;
    background-position: 5px 36px;
    cursor: pointer;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
}
.icon-scroll {
  width: 20px;
    height: 34px;
  box-shadow: inset 0 0 0 2px #ffffff;
  border-radius: 20px;
}
.icon-scroll:before {
    content: '';
    width: 2px;
    height: 8px;
    background: #fff;
    margin-left: -1px;
    border-radius: 20px;
    left: 50%;
    top: 8px;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top:21px;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top:21px;
  }
}
.mute-button {
    right: 120px;
    bottom: 110px;
    font-size: 14px;
}
.mute-button:after {
    width: 0px;
    height: 1px;
    display: block;
    content: " ";
    background: #ffffff;
    position: absolute;
    top: 50%;
    margin: -1px 0 0 0;
}
body.light-theme .mute-button:after {
    background: #000;
}
.mute-button.active:after {
    width: 100%;
}

/* Music */

.packshot {
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.75); 
}
.release-links {
    padding: 25px 0 0 0;
}
.release-links a {
    width: 240px;
    margin: 0 10px;
    padding: 12px 0px 6px 0px;
}
.smallprint {
    font-size: 12px;
    padding: 10px 0 0 0;
}

/* Live */

.live-wrap {
    max-width: 800px;
    margin: 0 auto;
}
#powered {
    display: none!important;
}

/* Sign Up */

.section-signup--content {
    max-width: 430px;
    margin: 0 auto;
}
.section-signup--content iframe {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 5px 10px 0px 10px;
    background: #000;
    border: 1px solid #fff;
}
.section-signup--content iframe .wrapper {
    background: none!important;
}
.section-signup--content form {
    max-width: 355px;
    margin: 0 auto;
}
.section-signup--content form input,
.section-signup--content form select {
    border: 1px solid #ffffff;
    background: none;
    padding: 12px 15px 6px 15px;
    margin-bottom: 17px;
    width: 100%;
    text-align: left;
    line-height: 25px;
}
.section-signup--content form input[type="submit"] {
    text-align: center;
}
.section-signup--content form select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    padding: 12px 15px 6px 15px;
}
.select-wrap {
    position: relative;
}
.select-wrap:before {
    width: 25px;
    height: 13px;
    right: 15px;
    top: 20px;
    content: " ";
    display: block;
    position: absolute;
    background-image: url(../images/arrow-down.png);
    background-size: 23px 12px;
    background-repeat: no-repeat;
}
.site-credit {
    bottom: 115px;
    right: 115px;
    font-size: 11px;
    line-height: normal;
    color: #d0d0d0;
}
.site-credit:hover {
    color: #fff;
}

/* Game */

.section-game--content a.btn {
    background: rgba(0, 0, 0, 0.5);
}
.section-game--content a.btn:hover {
    background: #fff;
}

/* Splash */

.splash-wrap {
    width: 100%;
    height: 100vh;
    text-align: center;
}
.splash-wrap .table-cell {
    width: 100%;
}
.splash-wrap .logo {
    margin: 0 auto;
}
.splash-signup-wrap {
    padding: 40px 20px 0 20px;
}
.splash-signup-wrap iframe {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

/* General Page Styles */

body.page {
    background: #fff;
}
.page-content {
    padding: 80px 20px;
    max-width: 840px;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
}
.page-content h1, .page-content h2 {
    margin: 0 0 25px 0;
}
.page-content a {
    text-decoration: underline;
    color: #000;
}
.page-content a:hover {
    text-decoration: none;
}
.page-content table {
    margin: 0 0 24px 0;
    border-spacing: 0px;
    border: 1px solid #000;
}
.page-content table td {
    border: 1px solid #000;
    width: 50%;
    padding: 15px;
    vertical-align: top;
}

/* Responsive */

@media screen and (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 18px;
    }
    .logo {
        width: 60px;
        top: 18px;
        margin: 0 0 0 -30px;
    }
    .section-intro--content,
    .section-signup--content {
        padding: 0 10px;
    }
    .section-signup--content {
        padding-bottom: 65px;
    }
    .release-title {
        /*max-width: 150px;*/
        max-width: 250px;
        margin: 0px auto 20px auto;
    }
    .section-intro--content .btn {
        width: 220px;
        padding: 9px 0px 4px 0px;
    }
    .pre-order-info {
        padding: 20px 0 20px 0;
    }
    .scroll-down {
        bottom: 20px;
    }
    .packshot {
        max-width: none;
        margin: 0px auto 0 auto;
    }
    .release-links {
        padding: 20px 0 0 0;
    }
    .release-links a {
        width: 170px;
        margin: 0 2px 12px 2px;
        padding: 9px 0px 4px 0px;
    }
    .section-signup--content form input,
    .section-signup--content form select {
        padding: 9px 10px 4px 10px;
        margin-bottom: 10px;
        line-height: 18px;
    }
    .section-signup--content form select {
        padding: 9px 10px 4px 10px;
    }
    .fixed-page-border.right,
    .fixed-page-border.left,
    .fixed-page-border-cover.top,
    .fixed-page-border-cover.bottom,
    .scroll-down {
        display: none;
    }
    .fixed-page-border.top,
    .fixed-page-border.bottom {
        height: 60px;
        left: 0px;
        width: 100%;
        border: none;
    }
    #legal {
        padding-top: 5px;
    }
    .social-links-mobile {
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: #000;
        left: 0px;
        display: table;
        text-align: center;
        padding: 0px 20px;
        visibility: hidden;
        opacity: 0;
    }
    body.light-theme .social-links-mobile {
        background: #fff;
    }
    .social-links-visible .social-links-mobile {
        visibility: visible;
        opacity: 1;
    }
    .social-links-visible .site-navigation .menu-item--social a:after {
        content: "-";
    }
    .social-links:hover a {
        opacity: 1;
    }
    .social-links-mobile ul {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }
    .social-links-mobile li a {
        padding: 15px;
        display: block;
        width: 50px;
        height: 55px;
    }
    .site-navigation {
        left: 20px;
        bottom: 13px;
        width: 100%;
        text-align: center;
    }
    p {
        margin: 0 0 18px 0;
    }
    .page-title {
        margin: 0 0 15px 0;
    }
    .select-wrap:before {
        right: 10px;
        top: 11px;
    }
    .site-navigation .menu-item--social-divider,
    .site-navigation .menu-item--social {
        display: inline-block;
    }
    .site-credit {
        bottom: 45px;
        bottom: 60px;
        right: 15px;
    }
    .page-title {
        padding-top: 40px;
    }
    .section-inner {
        padding: 20px;
    }
    #section-live .section-inner {
        padding: 20px 0px;
    }
    #section-intro .section-inner {
        padding: 20px 10px;
    }
    .inner-scroll-wrap {
        height: auto!important;
    }
    .live-wrap {
        max-width: none;
    }
    .general-sale {
        padding: 0px 10px;
    }
    .social-links .legal {
        display: none;
    }
    .site-navigation li a:after {
        display: none;
    }
    .site-navigation li:first-child {
        margin-left: 0px;
    }
    #legal {
        display: block;
    }
    #legal li {
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 350px) {
    .site-navigation li {
        margin: 0 4px 0 0;
    }
}

@media screen and (max-height: 600px) {
    .section-signup--content iframe {
        height: 200px;
    }
}
/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .site-navigation {
        left: 75px;
        bottom: 25px;
    }
    .social-links {
        right: 73px;
        bottom: 4px;
    }
    .logo {
        width: 86px;
        top: 22px;
        margin: 0 0 0 -43px;
    }
    .section-inner {
        padding: 135px 120px;
    }
    .site-credit {
        bottom: 90px;
        right: 90px;
    }
    .fixed-page-border-cover.top, .fixed-page-border-cover.bottom {
        height: 75px;
    }
    .fixed-page-border.top, .fixed-page-border.bottom {
        left: 75px;
        width: calc(100% - 150px);
        height: 76px;
    }
    .fixed-page-border.right, .fixed-page-border.left {
        top: 75px;
        width: 75px;
        height: calc(100% - 150px);
    }
}

/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .site-navigation {
        left: 75px;
        bottom: 25px;
    }
    .social-links {
        right: 73px;
        bottom: 4px;
    }
    .logo {
        width: 86px;
        top: 22px;
        margin: 0 0 0 -43px;
    }
    .section-inner {
        padding: 135px 120px;
    }
    .site-credit {
        bottom: 90px;
        right: 90px;
    }
    .fixed-page-border-cover.top, .fixed-page-border-cover.bottom {
        height: 75px;
    }
    .fixed-page-border.top, .fixed-page-border.bottom {
        left: 75px;
        width: calc(100% - 150px);
        height: 76px;
    }
    .fixed-page-border.right, .fixed-page-border.left {
        top: 75px;
        width: 75px;
        height: calc(100% - 150px);
    }
}