@charset "UTF-8";
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
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.
 * Hide the `template` element in IE, 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, 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 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.
 */
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.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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 5, 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.
 */
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+, 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;
          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 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 */
  -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.
 * 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.
 */
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; }

/* ==========================================================================
   Base styles
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==========================================================================
   Site styles
   ========================================================================== */
body {
  font-family: "Verlag A", "Verlag B", Arial, sans-serif;
  background-color: #262931;
  background-color: #17181d;
  font-size: 13px;
  -webkit-tap-highlight-color: transparent; }

body, html {
  height: 100%; }

h1, h2, h3, h4 {
  font-weight: 700 !important;
  font-family: "Verlag A", "Verlag B";
  font-style: normal !important; }

h1 {
  font-style: italic;
  font-weight: bold;
  font-size: 43px;
  line-height: 1.1em !important; }
  h1 span {
    font-size: 24px;
    letter-spacing: 6px;
    font-weight: 300;
    text-transform: uppercase; }

#stage0-times h1,
#stage1-times h1,
#stage2-times h1,
#stage3-times h1,
#stage4-times h1,
#stage5-times h1,
#stage6-times h1 {
  line-height: 1.1em !important;
  font-size: 35px;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0px; }
  #stage0-times h1 span,
  #stage1-times h1 span,
  #stage2-times h1 span,
  #stage3-times h1 span,
  #stage4-times h1 span,
  #stage5-times h1 span,
  #stage6-times h1 span {
    font-size: 24px;
    letter-spacing: 6px;
    font-weight: 300;
    text-transform: uppercase; }

h2 {
  font-size: 40px;
  font-weight: 300 !important;
  margin: 0;
  padding: 0; }

a, a:visited {
  text-decoration: none;
  color: #2e639e; }

a:hover {
  text-decoration: underline; }

.touchonly {
  display: none; }

html.touch .touchonly {
  display: block; }

.noselect * {
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none; }

.doselect * {
  -ms-user-select: auto;
      user-select: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -o-user-select: auto; }

body {
  background-color: #333; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

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

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                      http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#cover {
  height: 100%;
  text-align: center;
  position: relative;
  background: #17181d;
  background-image: url("../../img/3.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #cover #cover-title h1 {
    color: #fff !important;
    font-size: 42px;
    letter-spacing: 6px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    z-index: 9999;
    letter-spacing: 6px;
    text-transform: uppercase; }
  #cover canvas {
    opacity: .5; }

.hinner {
  font-size: 24px;
  letter-spacing: 6px;
  font-weight: 300;
  text-transform: uppercase; }

#cover-title h1 span {
  color: #d9232e;
  font-size: 45px;
  font-weight: 700;
  text-shadow: none; }

#panel-insert {
  height: 100%;
  position: relative;
  background: #17181d;
  background-image: url("../../img/3.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #panel-insert #panel-title {
    position: relative;
    left: 75px; }
    #panel-insert #panel-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #ffc600;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }
  #panel-insert canvas {
    opacity: .5; }

#insert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 85%;
  width: 87%;
  margin: 0 auto; }

#intro {
  height: 100%;
  text-align: center;
  background-color: #1d1e24;
  position: relative;
  background-image: url("../../img/bg-dotmap.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #intro #intro-title {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    width: 3000px; }
  #intro p {
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    max-width: 1139px;
    margin: 0 auto;
    margin-bottom: 20px; }
  #intro h1 {
    color: #fff !important;
    font-size: 59px;
    letter-spacing: 6px; }

#progress {
  height: 95%;
  min-height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 20px;
  width: 10px;
  position: fixed;
  left: 10px;
  top: 20px;
  border-radius: 2px;
  z-index: 100;
  -webkit-box-shadow: inset 0 0 13px 5px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 0 13px 5px rgba(0, 0, 0, 0.19); }

#bar {
  height: 100% !important;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  min-height: 10px;
  will-change: transform;
  background-color: #ffc600;
  width: 9px;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 100;
  -webkit-transition: all 1ms;
  transition: all 1ms;
  max-height: 95%;
  border-radius: 2px;
  -webkit-transition: all .7s;
  transition: all .7s;
  -webkit-box-shadow: inset 0 0 13px 7px rgba(250, 255, 30, 0.48);
          box-shadow: inset 0 0 13px 7px rgba(250, 255, 30, 0.48); }

.barlines {
  height: 95%; }
  .barlines span {
    height: 15.5%;
    margin-bottom: 100%;
    width: 7px;
    position: relative;
    left: 6px;
    display: block;
    z-index: 99999;
    border-bottom: 1px solid rgba(230, 188, 37, 0.28);
    background-color: rgba(253, 219, 11, 0.01); }

#fill {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  position: absolute;
  bottom: -9px;
  left: -5px;
  background: #fddf0d;
  padding: 3px;
  line-height: 1.6;
  /* border: 2px solid #fde00d; */
  /* height: 28px; */
  width: 24px;
  border-radius: 100px;
  -webkit-transition: all .7s;
  transition: all .7s; }
  #fill span {
    font-size: 11px; }

i.fa.fa-trophy {
  color: #44542b;
  font-size: 21px;
  padding: 2px;
  display: block; }

.glow {
  -webkit-box-shadow: 0 0 20px 11px rgba(176, 255, 156, 0.22);
          box-shadow: 0 0 20px 11px rgba(176, 255, 156, 0.22);
  background: #7aec58 !important; }

.superShadow {
  text-shadow: 0 1px 0 #616b6a, 0 2px 0 #555e5d, 0 3px 0 #495050, 0 4px 0 #3f4645, 0 5px 0 #3a4040, 0 6px 0 #353b3a, 0 7px 0 #333838, 0 8px 0 #303635, 0 0 5px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.3); }

#intro svg {
  display: none; }

.wholeBall {
  opacity: .4;
  display: block;
  display: none; }

.key-used {
  opacity: .15; }

.key-not {
  opacity: .15; }

.key-wrap {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
      -ms-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%); }

.bot-row {
  margin: 60px auto 0;
  max-width: 48%; }
  .bot-row .key-icon {
    width: 49.4%; }

.key-icon {
  display: inline-block;
  width: 19.8%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0; }
  .key-icon span {
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 99px;
    color: #fff;
    letter-spacing: .05rem;
    text-align: center;
    margin: 20px auto; }
    .key-icon span img {
      max-width: 155px;
      margin: 0 auto;
      padding-bottom: 10px; }
  .key-icon h2 {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 25px;
    color: #fff;
    letter-spacing: .05rem;
    text-align: center;
    margin: 20px auto; }

#stage1 {
  height: 100%;
  background-color: #222327;
  color: #45c5fc;
  background-image: url("../../img/1.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 20;
  background-position: center; }
  #stage1 #stage1-title {
    position: relative;
    left: 75px; }
    #stage1 #stage1-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #ffc600;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }
  #stage1 #stage1-times div > span {
    font-size: 19px;
    display: block;
    width: 450px;
    color: #fff;
    font-style: normal;
    font-weight: 200;
    letter-spacing: .04rem;
    text-align: justify;
    line-height: 1.8rem !important; }
  #stage1 #stage1-times #s1-news {
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    padding: 0;
    margin: 0; }

#stage1-results {
  height: 100%;
  background-color: #222327;
  color: #45c5fc;
  background-image: url("../../img/bg-map.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 20;
  background-position: center; }
  #stage1-results #stage1-results-title {
    position: relative;
    left: 75px; }
    #stage1-results #stage1-results-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #ffc600;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }

#script {
  width: 1000%;
  font-size: 35px;
  font-family: monospace;
  color: #fff;
  font-weight: 400 !important;
  position: absolute;
  left: 1500px;
  bottom: 121px;
  z-index: 100; }

.scriptover {
  width: 100%;
  font-size: 35px;
  font-family: monospace;
  color: #fff;
  font-weight: 400 !important;
  position: absolute;
  left: 0;
  height: 70px;
  bottom: 110px;
  z-index: 200;
  background: -webkit-gradient(linear, left top, right top, from(#161d23), color-stop(15%, transparent), color-stop(80%, transparent), to(#161d23));
  background: -webkit-linear-gradient(left, #161d23 0%, transparent 15%, transparent 80%, #161d23 100%);
  background: linear-gradient(to right, #161d23 0%, transparent 15%, transparent 80%, #161d23 100%); }

#stage2 {
  height: 100%;
  background-color: #38373c;
  color: #45c5fc;
  background-image: url("../../img/bg-croom.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 21;
  background-position: center; }
  #stage2 #stage2-title {
    position: relative;
    left: 75px; }
    #stage2 #stage2-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #ffc600;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }
  #stage2 #stage2-times div > span {
    font-size: 19px;
    display: block;
    width: 450px;
    color: #fff;
    font-style: normal;
    font-weight: 200;
    letter-spacing: .04rem;
    text-align: justify;
    line-height: 1.8rem !important; }
  #stage2 #stage2-times #s2-screen {
    left: 326px;
    top: -140px;
    max-width: 2139px;
    position: relative; }
  #stage2 #stage2-times img#s2-email {
    position: absolute;
    right: 200px;
    max-width: 600px;
    top: 150px;
    z-index: 99; }
  #stage2 #stage2-times #s2-email1 {
    left: 100px;
    bottom: -400px;
    position: absolute; }
  #stage2 #stage2-times #s2-email2 {
    left: 100px;
    bottom: -400px;
    position: absolute; }
  #stage2 #stage2-times #s2-tweet1 {
    left: 100px;
    bottom: -400px;
    position: absolute; }
    #stage2 #stage2-times #s2-tweet1 img {
      max-width: 600px; }

#stage2-results {
  height: 100%;
  background-color: #38373c;
  color: #45c5fc;
  background-image: url("../../img/bg-map.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 21;
  background-position: center; }
  #stage2-results #stage2-results-title {
    position: relative;
    left: 75px; }
    #stage2-results #stage2-results-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #ffc600;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }

.ch {
  width: 19.5%;
  display: inline-block;
  text-align: center; }

.ch h2 {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 25px;
  color: #fff;
  letter-spacing: .05rem;
  text-align: center;
  margin: 20px auto; }

@media (max-width: 1400px) {
  .ch h2 {
    font-size: 20px; }
  #stage2 #stage2-times #s2-screen {
    left: 326px;
    top: -140px;
    max-width: 1949px;
    position: relative; }
  .key-icon {
    width: 18.8%; }
  .key-icon span img {
    max-width: 120px;
    margin: 0 auto;
    padding-bottom: 10px; }
  .key-icon h2 {
    font-size: 20px; } }

@media (max-width: 1100px) {
  .ch {
    width: 16%; }
  .ch h2 {
    font-size: 15px; }
  #stage2 #stage2-times #s2-screen {
    left: 326px;
    top: -140px;
    max-width: 1949px;
    position: relative; }
  .key-icon {
    width: 16%; }
  .key-icon span img {
    max-width: 90px;
    margin: 0 auto;
    padding-bottom: 10px; }
  .key-icon h2 {
    font-size: 15px; } }

.ch img {
  max-width: 150px; }

#stage3 {
  height: 100%;
  background-color: #272a35;
  background-image: url("../../img/bg-croom.jpg");
  color: #45c5fc;
  z-index: 22;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #stage3 #stage3-title {
    position: relative;
    left: 75px; }
    #stage3 #stage3-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #e6bc25;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }
  #stage3 #stage3-times {
    right: -3000px;
    position: absolute;
    width: 3000px;
    z-index: 25;
    top: 50%;
    -webkit-transform: translateY(-48%);
        -ms-transform: translateY(-48%);
            transform: translateY(-48%);
    font-size: 28px;
    font-weight: 300;
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    #stage3 #stage3-times h3 {
      display: inline-block;
      margin-right: 20px; }
    #stage3 #stage3-times .s3-screen {
      max-width: 740px; }
    #stage3 #stage3-times div > span {
      font-size: 17px;
      display: block;
      color: #fff;
      font-style: normal;
      font-size: 19px;
      display: block;
      width: 80%;
      color: #fff;
      font-style: normal;
      font-weight: 200;
      letter-spacing: .04rem;
      text-align: justify;
      line-height: 1.8rem !important;
      text-transform: none; }
    #stage3 #stage3-times h1 {
      display: inline-block;
      width: 250px; }
    #stage3 #stage3-times #block1 {
      display: block;
      width: 32%;
      float: left;
      padding: 0 20px;
      text-align: center; }
    #stage3 #stage3-times #block2 {
      display: block;
      width: 32%;
      float: left;
      padding: 0 20px;
      text-align: center; }
    #stage3 #stage3-times #block3 {
      display: block;
      width: 32%;
      float: left;
      padding: 0 20px;
      text-align: center; }

.dcontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  background-color: #262626; }

#stage3-results {
  height: 100%;
  background-color: #272a35;
  background-image: url("../../img/bg-map.jpg");
  color: #45c5fc;
  z-index: 22;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #stage3-results #stage3-results-title {
    position: relative;
    left: 75px; }
    #stage3-results #stage3-results-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #e6bc25;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }

#stage4 {
  height: 100%;
  background-image: url("../../img/bg-croom.jpg");
  color: #111;
  z-index: 23;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #stage4 #stage4-title {
    position: relative;
    left: 75px;
    z-index: 999; }
    #stage4 #stage4-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #fff;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }
  #stage4 #stage4-times {
    left: 0px;
    position: relative; }
    #stage4 #stage4-times #s4-screen {
      position: absolute;
      max-width: 93%;
      margin: 0 auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 40px; }
    #stage4 #stage4-times #s4-screen2 {
      position: absolute;
      max-width: 93%;
      margin: 0 auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      top: 40px; }
    #stage4 #stage4-times #s4-screen3 {
      position: absolute;
      max-width: 93%;
      margin: 0 auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      top: 40px; }
    #stage4 #stage4-times div > span {
      font-size: 19px;
      display: block;
      width: 450px;
      color: #fff;
      font-style: normal;
      font-weight: 200;
      letter-spacing: .04rem;
      text-align: justify;
      line-height: 1.8rem !important; }
    #stage4 #stage4-times h1 {
      display: inline-block;
      width: 250px; }
    #stage4 #stage4-times #pane1 {
      top: 125px;
      left: 500px;
      position: absolute;
      -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
          -ms-transform: matrix(0, 0, 0, 0, 0, 0);
              transform: matrix(0, 0, 0, 0, 0, 0);
      z-index: 20;
      -webkit-box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4); }
    #stage4 #stage4-times #pane2 {
      top: 125px;
      left: 500px;
      position: absolute;
      -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
          -ms-transform: matrix(0, 0, 0, 0, 0, 0);
              transform: matrix(0, 0, 0, 0, 0, 0);
      z-index: 21;
      -webkit-box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4); }
    #stage4 #stage4-times #pane3 {
      top: 125px;
      left: 500px;
      position: absolute;
      -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
          -ms-transform: matrix(0, 0, 0, 0, 0, 0);
              transform: matrix(0, 0, 0, 0, 0, 0);
      z-index: 22;
      -webkit-box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4); }
    #stage4 #stage4-times #pane4 {
      top: 125px;
      left: 500px;
      position: absolute;
      -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
          -ms-transform: matrix(0, 0, 0, 0, 0, 0);
              transform: matrix(0, 0, 0, 0, 0, 0);
      z-index: 23;
      -webkit-box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4); }

#stage4-results {
  height: 100%;
  background-image: url("../../img/bg-map.jpg");
  color: #111;
  z-index: 23;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #stage4-results #stage4-results-title {
    position: relative;
    left: 75px;
    z-index: 999; }
    #stage4-results #stage4-results-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #fff;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }

#stage5 {
  height: 100%;
  background-color: #29282c;
  background-image: url("../../img/3.jpg");
  color: #45c5fc;
  z-index: 24;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #stage5 #stage5-title {
    position: relative;
    left: 75px; }
    #stage5 #stage5-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #fff;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }
  #stage5 #stage5-times {
    left: 0; }
    #stage5 #stage5-times .s5-screen {
      max-width: 350px;
      display: block; }
    #stage5 #stage5-times .s5-screen2 {
      max-width: 350px;
      display: block; }
    #stage5 #stage5-times div > span {
      font-size: 17px;
      display: block;
      color: #fff;
      font-style: normal;
      font-size: 19px;
      display: block;
      width: 400px;
      color: #fff;
      font-style: normal;
      font-weight: 200;
      letter-spacing: .04rem;
      text-align: justify;
      line-height: 1.8rem !important;
      text-transform: none; }
    #stage5 #stage5-times #dashboard {
      position: absolute;
      width: 768px;
      height: 453px;
      background-color: rgba(255, 255, 255, 0.03);
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }

#stage5-results {
  height: 100%;
  background-color: #29282c;
  background-image: url("../../img/bg-map.jpg");
  color: #45c5fc;
  z-index: 24;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #stage5-results #stage5-results-title {
    position: relative;
    left: 75px; }
    #stage5-results #stage5-results-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #fff;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }

#dot1 {
  position: absolute;
  right: 10px;
  top: 1200px; }
  #dot1 img.s3-screen {
    max-width: 800px; }

#dot2 {
  position: absolute;
  right: 20px;
  top: 1200px; }

#stage6 {
  height: 100%;
  background-color: #e6bc25;
  background-image: url("../../img/bg-bunker.jpg");
  color: #fff;
  z-index: 15;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #stage6 #stage6-title {
    position: relative;
    left: 75px; }
    #stage6 #stage6-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #fff;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }
  #stage6 #stage6-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 82%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #stage6 #stage6-times h1 {
      font-weight: 900;
      color: #ff4a25; }
    #stage6 #stage6-times .s4-screen {
      max-width: 350px;
      display: block; }
    #stage6 #stage6-times .s4-screen2 {
      max-width: 350px;
      display: block; }
    #stage6 #stage6-times div > span {
      font-size: 17px;
      display: block;
      color: #111;
      font-style: normal;
      font-size: 19px;
      display: block;
      width: 400px;
      color: #111;
      font-style: normal;
      font-weight: 300;
      letter-spacing: .04rem;
      text-align: justify;
      line-height: 1.8rem !important;
      text-transform: none; }
    #stage6 #stage6-times #pm3201 {
      display: block;
      width: 20%;
      top: -700px;
      left: 50px;
      padding: 0 20px;
      position: absolute; }
    #stage6 #stage6-times #pm3301 {
      display: block;
      width: 20%;
      left: 625px;
      top: -700px;
      padding: 0 20px;
      position: absolute; }
    #stage6 #stage6-times #pm3451 {
      display: block;
      width: 20%;
      padding: 0 20px;
      left: 800px;
      top: -700px;
      display: none;
      position: absolute; }
    #stage6 #stage6-times #pm3551 {
      display: block;
      left: 1200px;
      width: 20%;
      top: -700px;
      position: absolute;
      padding: 0 20px; }

#stage6-results {
  height: 100%;
  background-color: #e6bc25;
  background-image: url("../../img/bg-map.jpg");
  color: #fff;
  z-index: 15;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #stage6-results #stage6-results-title {
    position: relative;
    left: 75px; }
    #stage6-results #stage6-results-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #fff;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }

#stage6 #stage6-times #dontdoit {
  font-weight: 800 !important;
  color: #ff4025;
  letter-spacing: 1px !important; }

#stage6-times p {
  max-width: 63%;
  text-align: center;
  margin-top: 70px;
  font-size: 22px;
  font-weight: 100;
  font-size: 26px;
  letter-spacing: .03rem;
  line-height: 38px; }

.btn.buyButton {
  display: block;
  background: #131313;
  padding: 15px 29px 14px 29px;
  border-radius: 10px;
  margin: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 13px 3px rgba(16, 16, 16, 0.22);
  box-shadow: 0 0 13px 3px rgba(16, 16, 16, 0.22);
  font-weight: 300;
  letter-spacing: 2px;
  border: 1px solid #feb9004a;
  margin: 21px 0 0 55px;
  position: relative;
  width: 200px;
  margin: 30px auto; }

.btn.buyButton .comingSoon {
  opacity: 0;
  position: absolute;
  bottom: 60px;
  right: -20px;
  background: #cd2124;
  letter-spacing: 1px;
  padding: 10px 20px;
  display: block;
  width: auto;
  border-radius: 5px;
  font-size: 18px; }

.controlWrap div {
  display: inline-block;
  padding: 12px 24px 8px;
  background: #1f59a5;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 300;
  color: #fbfdff;
  border: 1px solid #424446; }

.controlWrap {
  max-width: 800px;
  position: absolute;
  top: 150px;
  left: 170px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#result {
  height: 100%;
  background-color: #1a1b1c;
  color: #fff;
  z-index: 14;
  font-weight: 200;
  background-image: url("../../img/bg-bunker.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  #result #result-title {
    position: relative;
    left: 75px;
    font-size: 28px; }
    #result #result-title h1 {
      padding: 20px 0 0 0;
      margin: 0;
      color: #fff;
      font-size: 38px;
      letter-spacing: 5px;
      font-weight: 200 !important; }
  #result #result-times {
    position: absolute;
    font-size: 32px;
    top: -900px;
    width: 100%; }
    #result #result-times img {
      max-width: 1200px; }
    #result #result-times span {
      font-size: 17px;
      display: block;
      width: 400px;
      color: #fff;
      font-style: normal;
      margin: 0 auto; }
    #result #result-times #pm320 {
      left: -400px;
      position: absolute; }
    #result #result-times #pm330 {
      left: -400px;
      position: absolute; }
    #result #result-times #pm345 {
      left: -400px;
      position: absolute; }
    #result #result-times #pm355 {
      left: -400px;
      position: absolute; }

.vol {
  position: absolute;
  left: -115px;
  top: 200px;
  text-align: right;
  font-size: 18px;
  color: #fff;
  font-weight: 300; }

.time {
  position: absolute;
  bottom: -34px;
  left: 47%;
  font-size: 18px;
  color: #fff;
  font-weight: 300; }

.listening {
  position: absolute;
  top: -45px;
  left: 35%;
  font-size: 20px;
  font-weight: 400;
  color: #f3ce00; }

#result #result-times {
  position: absolute;
  font-size: 28px;
  top: -900px;
  letter-spacing: .03rem;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 38px;
  width: 62%;
  font-weight: 100; }

#result-times a.bun {
  font-size: 19px;
  display: block;
  color: #cf2929;
  padding: 10px 10px;
  font-weight: 100 !important;
  letter-spacing: 7px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.49);
  margin: 10px auto;
  width: 830px;
  border-radius: 30px;
  border: 1px solid #2f2f2f; }

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

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-equalizer:before {
  content: ""; }

.ico-stats-bars:before {
  content: ""; }

.ico-shield:before {
  content: ""; }

.ico-eye:before {
  content: ""; }

.ico-eye-plus:before {
  content: ""; }

.ico-eye-minus:before {
  content: ""; }

.ico-eye-blocked:before {
  content: ""; }

.ico-star-empty:before {
  content: ""; }

.ico-star-half:before {
  content: ""; }

.ico-star-full:before {
  content: ""; }

.ico-cross:before {
  content: ""; }

.ico-checkmark:before {
  content: ""; }

.ico-checkmark2:before {
  content: ""; }

.ico-arrow-up-left2:before {
  content: ""; }

.ico-arrow-up2:before {
  content: ""; }

.ico-arrow-up-right2:before {
  content: ""; }

.ico-arrow-right2:before {
  content: ""; }

.ico-arrow-down-right2:before {
  content: ""; }

.ico-arrow-down2:before {
  content: ""; }

.ico-arrow-down-left2:before {
  content: ""; }

.ico-arrow-left2:before {
  content: ""; }

.ico-circle-up:before {
  content: ""; }

.ico-circle-right:before {
  content: ""; }

.ico-circle-down:before {
  content: ""; }

.ico-circle-left:before {
  content: ""; }

.ico-checkbox-checked:before {
  content: ""; }

.ico-checkbox-unchecked:before {
  content: ""; }

.ico-radio-checked:before {
  content: ""; }

.ico-radio-checked2:before {
  content: ""; }

.ico-radio-unchecked:before {
  content: ""; }

.ico-mail:before {
  content: ""; }

.ico-facebook2:before {
  content: ""; }

.ico-instagram:before {
  content: ""; }

.ico-twitter:before {
  content: ""; }

.question {
  font-size: 16px;
  color: #fff !important;
  font-weight: 200; }
  .question p {
    font-size: 18px;
    font-weight: 400; }
  .question input {
    margin: 0 8px 0 30px; }
  .question h2 {
    color: #45c5fc;
    color: #ea3a36;
    font-size: 24px;
    font-weight: 200 !important;
    letter-spacing: .03rem;
    margin-top: 20px;
    font-style: normal !important; }

.hide {
  font-size: 25px;
  color: #111;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 100;
  cursor: pointer; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  color: #f2f2f2;
  margin-right: 20px;
  font-size: 29px; }

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 6px 0px 5px;
  vertical-align: middle;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) 0px top no-repeat;
  cursor: pointer; }

input[type="radio"]:checked + label span {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -20px top no-repeat; }

#q1 {
  left: -400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute; }

#q2 {
  left: -800px;
  top: 40%;
  position: absolute; }

#q3 {
  display: block;
  width: 37%;
  float: left;
  padding: 0 20px;
  position: absolute;
  right: -200px;
  top: -100px; }

#q4 {
  top: 200px;
  left: 500px;
  position: absolute;
  -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
      -ms-transform: matrix(0, 0, 0, 0, 0, 0);
          transform: matrix(0, 0, 0, 0, 0, 0);
  z-index: 25;
  background-color: #202126;
  padding: 0px 40px 30px;
  -webkit-box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.4);
  display: none; }
  #q4 h2 {
    font-size: 30px; }

#q5 {
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: none; }

#q6 {
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: none; }

div#results {
  position: fixed;
  right: -150px;
  top: 30%;
  width: 90px;
  background: #fed307;
  padding: 12px;
  display: block;
  color: #000;
  font-size: 24px;
  z-index: 99;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(37, 37, 37, 0.33);
          box-shadow: 0 0 2px 2px rgba(37, 37, 37, 0.33);
  -webkit-transition: all 1s;
  transition: all 1s; }

#res1,
#res2 {
  display: none; }

.qblock-wrap {
  width: 55%;
  margin: 0 auto;
  display: block; }

.qblock {
  display: block;
  float: left;
  width: 16.666666%;
  margin-bottom: 50px; }
  .qblock:after {
    clear: both; }
  .qblock div {
    font-size: 28px;
    min-height: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 5px solid #1a1b1c;
    /* border-left: 2px solid #ddd; */
    font-size: 28px;
    min-height: 38px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #1a1b1c;
    border-left: 1px solid rgba(48, 52, 59, 0.52);
    border-bottom: 1px solid rgba(48, 52, 59, 0.52);
    font-size: 24px;
    padding-top: 14px; }
  .qblock p {
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    font-weight: 200; }

.rblock {
  display: block;
  float: left;
  width: 100%; }
  .rblock:after {
    clear: both; }
  .rblock div {
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.28);
    float: left;
    width: 33%;
    text-align: center;
    border: 3px solid #fed307;
    height: 21px;
    width: 25px;
    padding-top: 6px; }
  .rblock p {
    padding: 0px;
    margin: 0px; }

.total p {
  font-size: 18px;
  font-weight: 100;
  font-style: italic; }

.q-box input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.q-box input[type=checkbox] + label {
  padding-left: 65px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer; }

.q-box input[type=checkbox]:checked + label {
  background-position: 0 -50px; }

.q-box label {
  background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_6a85234bd18e936e19750515adec25ca.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#stage1-q,
#stage2-q,
#stage3-q,
#stage4-q,
#stage5-q,
#stage6-q {
  height: 100%;
  background-color: #222327;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  background-image: url("../../img/bg-map.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 20;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.q-wrap {
  background-color: rgba(214, 46, 65, 0.38);
  max-width: 70%; }

.qodd,
.qeven {
  padding: 20px;
  min-height: 65px; }

.qodd {
  background-color: rgba(214, 46, 65, 0.38);
  margin-left: -15px;
  padding-left: 35px; }

.q-box {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .q-box .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
  .q-box .switch input {
    display: none; }
  .q-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  .q-box .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .q-box input:checked + .slider {
    background-color: #2196F3; }
  .q-box input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
            box-shadow: 0 0 1px #2196F3; }
  .q-box input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .q-box .slider.round {
    border-radius: 34px; }
  .q-box .slider.round:before {
    border-radius: 50%; }

.key-icon {
  position: relative; }

span.tip {
  font-size: 19px;
  font-weight: 200 !important;
  text-transform: none;
  position: absolute;
  background-color: rgba(26, 27, 28, 0.98);
  padding: 40px;
  border-radius: 20px;
  top: -150px;
  left: 50%;
  width: 300px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0; }

.trans {
  opacity: 1 !important; }

/*# sourceMappingURL=style.css.map */
