html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Open Sans', sans-serif;
  background-image: url("../img/ui/background.png"); }

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Minecraft Regular";
  src: url("../fonts/minecraft_font_by_pwnage_block-d37t6nb.eot?") format("eot"), url("../fonts/minecraft_font_by_pwnage_block-d37t6nb.woff") format("woff"), url("../fonts/minecraft_font_by_pwnage_block-d37t6nb.ttf") format("truetype"), url("../fonts/minecraft_font_by_pwnage_block-d37t6nb.svg#Minecraft") format("svg");
  font-weight: normal;
  font-style: normal; }
.game_font {
  font-family: 'Minecraft Regular', 'Press Start 2P',  cursive;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px; }

.wrapper {
  width: 990px;
  height: 600px;
  box-sizing: border-box;
  border: 4px solid #000;
  margin: auto;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -300px;
  z-index: 2;
  overflow: hidden;
  display: none; }

.olympic_scene {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
  z-index: 2; }
  .olympic_scene#backgrounds {
    z-index: 2; }
  .olympic_scene#character-selection {
    z-index: 4; }
  .olympic_scene#question {
    z-index: 5; }

#backgrounds {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none; }
  #backgrounds ._tile {
    width: 76px;
    height: 75px;
    background-size: 100% 100%;
    display: block;
    float: left; }
  #backgrounds ._checked_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    z-index: 1;
    display: none;
    opacity: 0; }

.action_button {
  background-color: #979696;
  display: inline-block;
  padding: 15px 20px 20px 25px;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.51);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.51); }
  .action_button ._inner_fix_1 {
    position: relative;
    top: -1px; }
  .action_button ._inner_fix_2 {
    position: relative;
    top: -2px; }
  .action_button:hover {
    background-color: #b0b0b0; }
  .action_button.__yellow {
    background-color: #FFCB03;
    font-size: 36px;
    padding: 15px 20px 20px 25px; }
    .action_button.__yellow:hover {
      background-color: #ffd636; }

._border_panel {
  box-sizing: border-box; }
  ._border_panel.__blue {
    background-color: #14484d;
    border-left: 5px solid #1e6d75;
    border-top: 5px solid #1e6d75;
    border-bottom: 5px solid #0d2f33;
    border-right: 5px solid #0d2f33; }
  ._border_panel.__black {
    background-color: #14484d;
    border-left: 5px solid #5b5b5b;
    border-top: 5px solid #5b5b5b;
    border-bottom: 5px solid #000000;
    border-right: 5px solid #000000; }
  ._border_panel.__yellow {
    background-color: #FFCB03;
    border-left: 5px solid #ffdd63;
    border-top: 5px solid #ffdd63;
    border-bottom: 5px solid #eaaa03;
    border-right: 5px solid #eaaa03; }

.direct_shadow {
  -webkit-box-shadow: 0px 15px 0px -11px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 15px 0px -11px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 15px 0px -11px rgba(0, 0, 0, 0.35); }
  .direct_shadow.__light {
    -webkit-box-shadow: 0px 15px 0px -11px rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 0px 15px 0px -11px rgba(255, 255, 255, 0.35);
    box-shadow: 0px 15px 0px -11px rgba(255, 255, 255, 0.35); }

.preload {
  display: none; }

.pop_core_valign {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

._preload_logo {
  position: absolute;
  top: 50%;
  margin-top: -150px;
  width: 200px;
  left: 50%;
  margin-left: -100px; }

._sound {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
  height: 30px;
  width: 30px;
  background-color: #000;
  background-size: 100% 100%;
  border: 0px;
  outline: none;
  display: block; }
  ._sound.sound-on {
    background-image: url(../img/ui/sound_on.png); }
  ._sound.sound-off {
    background-image: url(../img/ui/sound_off.png); }
  ._sound:hover {
    cursor: pointer; }

.pre_lose {
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 100;
  opacity: 0; }
  .pre_lose .action_button {
    font-size: 26px;
    line-height: 32px;
    max-width: 400px; }

.no-flexbox .pre_lose .action_button {
  margin-top: 200px; }

#intro {
  display: block;
  background-image: url("../img/intro/background.jpg");
  background-repeat: no-repeat; }
  #intro ._lower {
    position: absolute;
    top: 350px;
    left: 100px;
    z-index: 3; }
  #intro ._title {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 300px;
    display: none; }
  #intro ._copy {
    font-size: 36px;
    color: #FFCB03;
    text-align: left;
    margin-bottom: 25px; }
    #intro ._copy ._strong {
      font-weight: 700; }
  #intro ._logo {
    display: block;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 5;
    width: 285px;
    height: 178px;
    background-image: url("../img/ui/logo.png");
    background-size: 100% 100%; }
  #intro ._right {
    float: right;
    width: 590px;
    position: relative; }
  #intro ._subcopy {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
    max-width: 90%; }
  #intro ._links {
    position: relative;
    z-index: 10;
    text-align: left;
    float: left;
    width: 240px; }
    #intro ._links .__info {
      margin-right: 15px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  #intro .action_button {
    width: 170px;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 41px;
    letter-spacing: -1px;
    height: 41px; }
    #intro .action_button .word8bit {
      margin-right: 7px; }
    #intro .action_button.__yellow {
      height: 67px;
      line-height: 67px;
      font-size: 32px;
      margin-bottom: 57px; }
  #intro ._parallax {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
    #intro ._parallax ._lowergrass {
      width: 100%;
      height: 40px;
      background-color: #010e0f;
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 1; }
    #intro ._parallax ._character {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 320px;
      height: 527px;
      left: 103px;
      bottom: 30px;
      background-image: url(../img/intro/character.png);
      background-size: 320px 527px;
      z-index: 2; }
    #intro ._parallax ._grass {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 1079px;
      height: 341px;
      left: -35px;
      bottom: 30px;
      background-image: url(../img/intro/grass.png); }

#about {
  color: #000;
  width: 834px;
  height: 462px;
  left: 80px;
  top: 69px;
  padding: 60px; }
  #about ._inner {
    text-align: left; }
  #about ._title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase; }
  #about ._icons {
    margin-bottom: 50px; }
  #about ._icon {
    display: inline-block; }
    #about ._icon.__openlearn {
      background-image: url("../img/ui/ou-logo_2x.png");
      width: 117px;
      height: 87px;
      background-size: 117px 87px; }
    #about ._icon.__thoughtden {
      background-image: url("../img/ui/td-logo_2x.png");
      width: 242px;
      height: 87px;
      background-size: 242px 87px;
      margin-left: 40px; }
  #about ._copy {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600; }
    #about ._copy ._highlight {
      color: #FFCB03; }
  #about .action_button.__yellow {
    font-size: 20px;
    margin-right: 20px;
    position: relative;
    top: -11px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
  #about .action_button.__openlearn {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

#character-selection ._title {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  display: block;
  position: absolute;
  top: 30px;
  left: 270px;
  z-index: 3;
  width: 471px;
  height: 45px;
  font-size: 0px;
  line-height: 0px;
  background-image: url(../img/characters/title.png);
  background-size: 100% 100%; }
#character-selection ._triangle {
  width: 198px;
  height: 198px;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 2; }
  #character-selection ._triangle.__left {
    background-image: url(../img/characters/left-triangle.png);
    left: 0px; }
  #character-selection ._triangle.__right {
    background-image: url(../img/characters/right-triangle.png);
    right: 0px; }
#character-selection ._title_line {
  z-index: 2;
  height: 33px;
  width: 100%;
  background-color: #14484d;
  position: absolute;
  display: block;
  top: 34px;
  left: 0px; }
  #character-selection ._title_line ._top_line, #character-selection ._title_line ._bottom_line {
    position: absolute;
    width: 100%;
    height: 4px;
    z-index: 2;
    left: 0px;
    display: block; }
  #character-selection ._title_line ._top_line {
    top: 0px;
    background-color: #1e6b73; }
  #character-selection ._title_line ._bottom_line {
    background-color: #0d2f33;
    bottom: 0px; }
#character-selection ._characters_inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0px;
  top: 0px; }
#character-selection ._slider {
  position: absolute;
  top: 0px;
  left: 0px; }
#character-selection ._characters {
  width: 215px;
  height: 185px;
  overflow: hidden;
  position: absolute;
  top: 290px;
  left: 395px;
  background-color: #262626;
  z-index: 5; }
#character-selection ._arrow {
  height: 100px;
  width: 60px;
  position: absolute;
  top: 335px;
  left: 312px;
  background-image: url(../img/characters/left-arrow.png);
  background-size: 15px 35px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-top: 2px solid #ffda52;
  border-bottom: 2px solid #f1ae03;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.36);
  background-color: #FFCB03; }
  #character-selection ._arrow._right_arrow {
    left: 632px;
    background-image: url(../img/characters/right-arrow.png);
    -webkit-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.36);
    box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.36); }
  #character-selection ._arrow:hover {
    background-color: #ffd636; }
#character-selection ._start {
  position: absolute;
  left: 395px;
  top: 500px;
  width: 214px;
  height: 62px;
  line-height: 62px;
  padding: 0px;
  font-size: 32px; }
#character-selection ._character {
  width: 110px;
  height: 189px;
  left: 150%;
  margin-left: -55px;
  top: -19px;
  /*
  &.__character2{background-image:url(../img/characters/2.png); left:150%;}
  &.__character3{background-image:url(../img/characters/3.png); left:150%;}
  &.__character4{background-image:url(../img/characters/4.png); margin-right:0px; left:150%;}
  */ }
  #character-selection ._character.__character1 {
    left: 50%; }
#character-selection ._bubble {
  width: 645px;
  height: 154px;
  position: absolute;
  left: 50%;
  top: 120px;
  margin-left: -322px;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  position: relative; }
  #character-selection ._bubble ._bubble_tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0px 0 54px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -55px;
    left: 148px;
    display: block;
    z-index: 3; }
  #character-selection ._bubble ._tagline {
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 3; }
    #character-selection ._bubble ._tagline strong {
      font-weight: 700; }
  #character-selection ._bubble ._sport_copy {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 10px;
    z-index: 3;
    position: relative;
    z-index: 3; }
    #character-selection ._bubble ._sport_copy strong {
      font-weight: 700; }
  #character-selection ._bubble ._sport {
    background-size: 100% 100%;
    top: -20px;
    left: 50%;
    position: absolute;
    z-index: 3; }
  #character-selection ._bubble ._base {
    display: block;
    background-color: #fff;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%; }
  #character-selection ._bubble ._shadow {
    display: block;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    position: absolute;
    top: 10px;
    left: 4%;
    z-index: 1;
    width: 92%;
    height: 100%; }
  #character-selection ._bubble.__gymnastics ._sport {
    background-image: url(../img/characters/titles/gymnastics.png);
    width: 219px;
    height: 45px;
    margin-left: -109px; }
  #character-selection ._bubble.__gymnastics ._tagline {
    color: #C31B32; }
  #character-selection ._bubble.__swimming ._sport {
    background-image: url(../img/characters/titles/swimming.png);
    width: 188px;
    height: 50px;
    margin-left: -94px; }
  #character-selection ._bubble.__swimming ._tagline {
    color: #26B6CD; }
  #character-selection ._bubble.__football ._sport {
    background-image: url(../img/characters/titles/football.png);
    width: 154px;
    height: 41px;
    margin-left: -72px; }
  #character-selection ._bubble.__football ._tagline {
    color: #812376; }
  #character-selection ._bubble.__paralympics ._sport {
    background-image: url(../img/characters/titles/paralympics.png);
    width: 236px;
    height: 48px;
    margin-left: -118px; }
  #character-selection ._bubble.__paralympics ._tagline {
    color: #528722; }
#character-selection ._stripes {
  z-index: 1;
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0px;
  top: 80px;
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform-origin: 50% 50%; }
  #character-selection ._stripes ._top, #character-selection ._stripes ._bottom {
    height: 1px; }
  #character-selection ._stripes ._top {
    margin-bottom: 2px; }
  #character-selection ._stripes ._bottom {
    margin-top: 2px; }
  #character-selection ._stripes ._middle {
    height: 20px; }
  #character-selection ._stripes ._top, #character-selection ._stripes ._bottom, #character-selection ._stripes ._middle {
    width: 100%;
    background-color: #c41b32; }

.character_set {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/characters/shadow.png);
  position: absolute;
  z-index: 2;
  width: 69px;
  height: 120px; }
  .character_set ._img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .character_set ._img_1 {
    opacity: 1; }

#question ._title {
  font-size: 0px;
  font-weight: bold;
  line-height: 0px;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -104px;
  width: 208px;
  height: 48px;
  display: block;
  background-size: 100% 100%; }
  #question ._title.__gymnastics {
    background-image: url(../img/question/titles/gymnastics.png); }
  #question ._title.__swimming {
    background-image: url(../img/question/titles/swimming.png); }
  #question ._title.__football {
    background-image: url(../img/question/titles/football.png); }
  #question ._title.__paralympics {
    background-image: url(../img/question/titles/paralympics.png); }
#question ._age {
  display: inline-block;
  position: absolute;
  top: 115px;
  left: 60px;
  z-index: 4;
  width: 163px;
  height: 68px;
  background-size: 100% 100%;
  background-image: url(../img/question/age.png);
  color: #000; }
  #question ._age ._number {
    font-size: 38px;
    text-shadow: 1px 1px 1px #000;
    display: block;
    width: 50px;
    right: 17px;
    top: 11px;
    text-align: center;
    position: absolute; }
#question ._copy {
  font-size: 26px;
  line-height: 32px;
  background-color: #14484d;
  border-top: #1e6d75 4px solid;
  border-bottom: #0d2f33 4px solid;
  box-sizing: border-box;
  padding: 0px 30px;
  height: 205px;
  width: 834px;
  left: 75px;
  top: 148px;
  position: absolute; }
  #question ._copy ._inner {
    width: 100%; }
#question ._answer {
  width: 405px;
  height: 170px;
  position: absolute;
  top: 375px;
  float: left;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  padding: 30px; }
  #question ._answer ._inner {
    width: 100%; }
  #question ._answer:hover {
    background-color: #ffd636; }
  #question ._answer.__a {
    left: 75px; }
  #question ._answer.__b {
    right: 72px; }

.no-flexbox #question ._copy {
  padding-top: 50px; }
.no-flexbox #question ._answer {
  padding-top: 40px; }

#cinematic {
  display: none;
  color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  #cinematic ._top_message {
    font-size: 30px;
    font-weight: bold;
    color: #000; }
  #cinematic ._levels {
    position: absolute;
    right: 30px;
    top: 116px;
    width: 342px;
    height: 353px;
    background-image: url("../img/cinematic/levels/background.png");
    background-size: 100% 100%;
    color: #fff; }
    #cinematic ._levels ._level {
      position: relative;
      height: 85px;
      text-align: left; }
    #cinematic ._levels ._label, #cinematic ._levels ._value {
      position: relative;
      z-index: 2; }
    #cinematic ._levels ._value {
      position: absolute;
      left: 50%;
      margin-left: -25px;
      top: 38px;
      width: 50px;
      height: 50px;
      box-sizing: border-box;
      background-color: #14484d;
      border-top: 4px solid #1e6d75;
      border-bottom: 4px solid #0d2f33;
      text-align: center;
      font-size: 20px;
      color: #fff;
      z-index: 3;
      padding-top: 7px; }
      #cinematic ._levels ._value ._minius {
        font-size: 10px;
        position: relative;
        top: -4px; }
    #cinematic ._levels ._label {
      text-transform: uppercase;
      text-align: center;
      display: block;
      font-size: 14px;
      padding-top: 14px; }
    #cinematic ._levels ._bar {
      position: absolute;
      top: 43px;
      left: 9px;
      height: 34px;
      width: 324px;
      display: block;
      z-index: 1;
      background-image: url("../img/cinematic/levels/base.png");
      background-repeat: no-repeat;
      background-size: 321px 33px;
      background-position: 1px 0px; }
      #cinematic ._levels ._bar ._neg, #cinematic ._levels ._bar ._pos {
        height: 100%;
        width: 137px;
        display: block;
        position: absolute; }
        #cinematic ._levels ._bar ._neg ._pulse, #cinematic ._levels ._bar ._pos ._pulse {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 1; }
      #cinematic ._levels ._bar ._neg {
        left: 0px;
        background-size: 140px 33px;
        background-position: 2px 0px;
        background-repeat: no-repeat;
        width: 140px;
        background-image: url("../img/cinematic/levels/neg.png");
        z-index: 1; }
        #cinematic ._levels ._bar ._neg ._pulse {
          left: auto;
          right: 0px;
          width: 0px; }
      #cinematic ._levels ._bar ._pos {
        left: 187px;
        background-size: 137px 33px;
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-image: url("../img/cinematic/levels/pos.png");
        width: 0px;
        z-index: 1; }
      #cinematic ._levels ._bar ._mask {
        display: block;
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
        background-image: url("../img/cinematic/levels/mask.png");
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 4; }
      #cinematic ._levels ._bar.__minus {
        left: -50px;
        width: 50px; }
  #cinematic ._message {
    position: absolute;
    top: 0px;
    left: 0px; }
  #cinematic ._next {
    margin-top: 300px;
    display: inline-block; }
  #cinematic .cinematic_facts {
    position: absolute;
    left: 0px;
    top: 120px; }
    #cinematic .cinematic_facts ._fact {
      width: 348px;
      height: 43px;
      background-size: 100% 100%;
      display: block;
      margin-bottom: 5px;
      color: #fff;
      text-align: left;
      box-sizing: border-box;
      padding-left: 40px;
      padding-top: 10px;
      font-style: italic;
      font-weight: 600;
      font-size: 15px;
      position: relative;
      text-transform: uppercase; }
    #cinematic .cinematic_facts ._star {
      background-size: 100% 100%;
      background-image: url("../img/ui/star.png");
      width: 15px;
      height: 15px;
      position: absolute;
      z-index: 2;
      right: 50px;
      top: -7px; }
    #cinematic .cinematic_facts ._fact_number {
      color: #FFCB03;
      text-shadow: 1px 1px 1px #FFCB03;
      font-size: 16px;
      margin-right: 0px;
      display: inline-block;
      text-align: center; }
  #cinematic.__gymnastics {
    background-image: url("../img/cinematic/backgrounds/gymnastics.jpg"); }
    #cinematic.__gymnastics ._fact {
      background-image: url("../img/cinematic/facts/gymnastics.png"); }
  #cinematic.__swimming {
    background-image: url("../img/cinematic/backgrounds/swimming.jpg"); }
    #cinematic.__swimming ._fact {
      background-image: url("../img/cinematic/facts/swimming.png"); }
  #cinematic.__football {
    background-image: url("../img/cinematic/backgrounds/football.jpg"); }
    #cinematic.__football ._fact {
      background-image: url("../img/cinematic/facts/football.png"); }
  #cinematic.__paralympics {
    background-image: url("../img/cinematic/backgrounds/paralympics.jpg"); }
    #cinematic.__paralympics ._fact {
      background-image: url("../img/cinematic/facts/paralympics.png"); }
  #cinematic .debug_flags {
    position: absolute;
    top: 500px;
    right: 50px;
    width: 200px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    display: inline-block;
    text-align: left;
    display: none; }
  #cinematic #rain-canvas {
    position: absolute;
    z-index: 2;
    top: 82px;
    left: 0px;
    width: 100%;
    height: 426px; }
  #cinematic ._rain_darken {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3;
    display: none; }
  #cinematic ._characters {
    position: absolute; }
    #cinematic ._characters ._character {
      position: absolute; }
      #cinematic ._characters ._character.__gymnastics {
        left: 43px;
        top: 294px; }
      #cinematic ._characters ._character.__swimming {
        left: 24px;
        top: 310px; }
      #cinematic ._characters ._character.__football {
        left: 40px;
        top: 300px; }
      #cinematic ._characters ._character.__paralympics {
        left: 41px;
        top: 264px; }
        #cinematic ._characters ._character.__paralympics ._set {
          width: 90px;
          height: 154px; }

#cinematic-strips {
  display: none;
  z-index: 10; }
  #cinematic-strips ._strip {
    width: 100%;
    height: 82px;
    position: absolute;
    left: 0px;
    z-index: 2;
    background-color: #000; }
  #cinematic-strips ._top {
    top: 0px; }
    #cinematic-strips ._top ._copy {
      color: #fff;
      font-size: 26px;
      font-weight: 600;
      text-align: center;
      margin-top: 25px; }
  #cinematic-strips ._bottom {
    bottom: 0px; }
    #cinematic-strips ._bottom .action_button {
      font-size: 22px;
      position: absolute;
      right: 15px;
      top: 13px; }

#fail {
  background-image: url("../img/fail/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  #fail ._message {
    font-size: 34px;
    font-weight: bold; }
  #fail .debug_lose {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 200px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    display: inline-block;
    text-align: left; }

#stadium {
  height: 436px;
  top: 82px;
  background-size: 100% 428px;
  z-index: 2;
  background-image: url("../img/stadium/stadium-background.jpg");
  background-repeat: no-repeat; }
  #stadium ._message {
    font-size: 32px;
    font-weight: bold;
    color: #000; }
  #stadium .debug_stadium {
    position: absolute;
    top: 300px;
    left: 50px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    display: inline-block;
    text-align: left;
    display: none; }
  #stadium canvas {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 428px; }
  #stadium #click-for-more-fireworks {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -45px;
    font-size: 16px;
    font-weight: 600;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }
  #stadium ._stage {
    position: absolute;
    z-index: 4;
    width: 114px;
    height: 52px;
    background-size: 100% 100%;
    background-image: url(../img/stadium/stage.png);
    top: 376px;
    left: 50%;
    margin-left: -57px; }
  #stadium .character_set {
    z-index: 5;
    top: 280px;
    left: 50%;
    margin-left: -35px; }

#library {
  display: none; }

/*
._cinematic_bar{


	&._top{
		width:100%;
		height:114px;
		position:absolute;
		top:0px;
		left:0px;
		z-index:2;
		background-color:#000;
	}

	&._bottom{
		width:100%;
		height:114px;
		position:absolute;
		bottom:0px;
		left:0px;
		z-index:2;
		background-color:#000;
	}
	
}
*/
#outro {
  background-color: #ccc;
  color: #000;
  z-index: 15;
  background-color: transparent;
  padding-top: 30px; }
  #outro .__playagain, #outro .__facebook {
    margin-right: 15px; }
  #outro .__playagain, #outro .__openlearn {
    margin-bottom: 10px; }
  #outro ._share_panel {
    width: 435px;
    height: 335px;
    position: absolute;
    top: 120px;
    left: 276px;
    background-color: #14484d;
    border-top: #1e6d75 4px solid;
    border-bottom: #0d2f33 4px solid;
    box-sizing: border-box; }
    #outro ._share_panel ._image {
      width: 405px;
      height: 213px;
      background-size: 100% 100%;
      border: 1px #000 solid;
      margin-left: 15px;
      margin-top: 15px; }
  #outro.__gymnastics_1 ._image {
    background-image: url(../img/social/gymnastics_1.jpg); }
  #outro.__gymnastics_2 ._image {
    background-image: url(../img/social/gymnastics_2.jpg); }
  #outro.__gymnastics_3 ._image {
    background-image: url(../img/social/gymnastics_3.jpg); }
  #outro.__swimming_1 ._image {
    background-image: url(../img/social/swimming_1.jpg); }
  #outro.__swimming_2 ._image {
    background-image: url(../img/social/swimming_2.jpg); }
  #outro.__swimming_3 ._image {
    background-image: url(../img/social/swimming_3.jpg); }
  #outro.__football_1 ._image {
    background-image: url(../img/social/football_1.jpg); }
  #outro.__football_2 ._image {
    background-image: url(../img/social/football_2.jpg); }
  #outro.__football_3 ._image {
    background-image: url(../img/social/football_3.jpg); }
  #outro.__paralympics_1 ._image {
    background-image: url(../img/social/paralympics_1.jpg); }
  #outro.__paralympics_2 ._image {
    background-image: url(../img/social/paralympics_2.jpg); }
  #outro.__paralympics_3 ._image {
    background-image: url(../img/social/paralympics_3.jpg); }
  #outro .__facebook, #outro .__twitter, #outro .__playagain, #outro .__openlearn {
    letter-spacing: 0px;
    text-shadow: none;
    width: 190px;
    height: 42px;
    padding: 0px;
    line-height: 42px;
    text-align: center; }
  #outro .__facebook, #outro .__twitter {
    margin-top: 18px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px; }
  #outro .__playagain, #outro .__openlearn {
    height: 50px;
    line-height: 50px; }
  #outro .__openlearn {
    font-size: 15px;
    position: relative;
    top: -3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  #outro .__playagain {
    font-size: 22px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  #outro ._break {
    height: 2px;
    width: 100%;
    background-color: #0d2f33;
    border-bottom: #1e6d75 1px solid;
    margin-top: 15px; }
  #outro .__facebook {
    background-color: #0083cb;
    background-image: url(../img/ui/fb.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 9px 18px; }
    #outro .__facebook:hover {
      background-color: #00a4fe; }
  #outro .__twitter {
    background-color: #00b7ed;
    background-image: url(../img/ui/twitter.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 13px 18px; }
    #outro .__twitter:hover {
      background-color: #21ccff; }
  #outro ._cinematic_links {
    position: absolute;
    bottom: 0px;
    left: 295px;
    text-align: center;
    display: inline-block;
    margin: auto; }

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