/*
 * FONTS
 */
/*
 * VARIABLES
 */
/* Colors */
html {
  height: 100%;
  display: block;
  padding: 0px; }

body {
  background: #fff;
  margin: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  padding: 0px;
  font-family: 'Helvetica', sans-serif; }

h1 {
  font-size: 2em;
  font-weight: 900; }

h2 {
  color: #26c3bc; }

h6 {
  font-size: 1em;
  color: #26c3bc; }

.page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

body #game {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  background-color: #849fb1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
  background: #849fb1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse, #ffffff 0%, #849fb1 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #849fb1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

body.pause #game {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

#header {
  position: static;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1; }
  #header #header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
    #header #header_logo img {
      width: 50%;
      height: auto;
      display: block;
      margin: 0 auto; }
    #header #header_logo .claim {
      text-align: center;
      color: #fff;
      font-size: 6em; }
  #header .icon {
    position: absolute;
    top: 4em;
    left: 4em;
    width: 130px;
    height: 50px;
    background: #000;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s; }
    #header .icon.init {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

.content {
  position: static;
  min-height: 100%;
  height: 100%;
  background: #fff; }

img {
  width: 100%;
  height: auto;
  display: inline-block; }

header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999; }
  header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 150px;
    padding: 2em; }
    header .logo img {
      width: 100%;
      height: auto; }
  header .progress-bar-holder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%; }
    header .progress-bar-holder .bar-container {
      padding: 3.5em 300px 2em 300px; }
      header .progress-bar-holder .bar-container .wrapper {
        position: relative; }
      header .progress-bar-holder .bar-container .bar {
        position: absolute;
        width: 100%;
        height: 4px;
        background: #aaa; }
      header .progress-bar-holder .bar-container .progress {
        background: #26c3bc;
        width: 50%;
        height: 4px;
        position: absolute; }
      header .progress-bar-holder .bar-container .level-marker {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #aaa;
        top: -3px; }
        header .progress-bar-holder .bar-container .level-marker.completed {
          background: #26c3bc; }
  header .score-holder {
    position: absolute;
    right: 0px;
    padding: 3em;
    top: 0px;
    text-align: right;
    font-size: .8em; }
    header .score-holder h2 {
      margin: 0px;
      padding: 0px;
      text-align: right;
      font-size: 1em;
      color: #000; }
    header .score-holder h3 {
      color: #26c3bc;
      margin: 0px;
      padding: 0px;
      text-align: right;
      font-size: 2.5em; }

body .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  background: #fff;
  padding-bottom: 7em; }
  body .content .content-container {
    padding: 10% 10%;
    padding-bottom: 7em;
    padding-top: 7em;
    pointer-events: auto;
    display: none; }
    body .content .content-container.current {
      display: block; }

body.pause .content {
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.two-cols {
  display: block;
  width: 100%; }
  .two-cols .col {
    display: block;
    width: 100%;
    height: 100%; }

.button {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #26c3bc;
  color: #26c3bc;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2em;
  margin-top: 1em; }

.button-second {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #777;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2em;
  margin-top: 1em; }

#intro {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s; }
  #intro .intro-container {
    display: table;
    width: 100%;
    height: 100%; }
    #intro .intro-container .intro-wrapper {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: top;
      padding: 3em;
      padding-top: 12em;
      text-align: center;
      position: relative; }
      #intro .intro-container .intro-wrapper h1 {
        font-size: 1em;
        margin: 0px;
        padding: 0px; }
      #intro .intro-container .intro-wrapper h2 {
        color: #26c3bc; }
      #intro .intro-container .intro-wrapper .intro-action {
        position: absolute;
        bottom: 4em;
        left: 0px;
        text-align: center;
        width: 100%; }
        #intro .intro-container .intro-wrapper .intro-action a {
          background: #26c3bc;
          color: #fff;
          font-size: 1.5em; }
  #intro.hide {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }

@media all and (min-width: 920px) {
  .two-cols {
    display: table;
    width: 100%; }
    .two-cols .col {
      display: table-cell;
      width: 50%;
      height: 100%;
      vertical-align: top; }
      .two-cols .col.first-col {
        padding-right: 3em; }
      .two-cols .col.last-col {
        padding-left: 3em; }
  #intro .intro-container .intro-wrapper h1 {
    font-size: 4em; }
  header .logo {
    max-width: 200px; }
  header .score-holder {
    font-size: 1em; } }
