/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

@font-face {
  font-family: 'handel';
  src: url("../assets/fonts/handelgotd-bold-webfont.woff2") format("woff2"), url("../assets/fonts/handelgotd-bold-webfont.woff") format("woff"), url("../assets/fonts/handelgotd-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'handel','sans-serif';
  background: none transparent; }

#preload {
  position: absolute;
  top: -9000px; }

.stage {
  background-color: #231F20;
  position: relative;
  width: 525px;
  height: 390px;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto; }
  .stage .video-backdrop {
    position: absolute;
    top: 0px;
    left: 0px; }
    .stage .video-backdrop .vjs-big-play-button,
    .stage .video-backdrop .vjs-control-bar,
    .stage .video-backdrop .vjs-hidden {
      display: none; }
  .stage .intro, .stage .complete {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .stage .intro .screen, .stage .complete .screen {
      position: absolute;
      z-index: 2;
      left: 177px;
      top: 65px;
      width: 230px; }
    .stage .intro h1, .stage .intro p, .stage .complete h1, .stage .complete p {
      line-height: 1.5;
      color: #fff; }
    .stage .intro h1, .stage .complete h1 {
      color: #F9F400;
      margin-bottom: 0px;
      padding-bottom: 0;
      letter-spacing: 1px; }
    .stage .intro .video-backdrop, .stage .complete .video-backdrop {
      width: 100%; }
      .stage .intro .video-backdrop video, .stage .complete .video-backdrop video {
        width: 100%; }
    .stage .intro .result, .stage .complete .result {
      position: absolute;
      width: 410px;
      height: 175px;
      left: 50%;
      margin-left: -205px;
      top: 20px;
      /* Rectangle: */
      background-image: -webkit-gradient(linear, right top, left top, from(#F8DE00), to(#EE9800));
      background-image: linear-gradient(-90deg, #F8DE00 0%, #EE9800 100%);
      border: 2px solid #000;
      border-radius: 10px;
      padding: 10px; }
      .stage .intro .result p, .stage .complete .result p {
        line-height: 1.2;
        padding: 0px 0 5px 0; }
        .stage .intro .result p .arrow-button, .stage .complete .result p .arrow-button {
          display: inline-block;
          margin-top: 20px; }
        .stage .intro .result p span.good, .stage .complete .result p span.good {
          color: #39b803; }
        .stage .intro .result p span.poor, .stage .complete .result p span.poor {
          color: #b83903; }
  .stage .bottom-bar {
    height: 97px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #F9F400;
    background-image: -webkit-gradient(linear, right top, left top, from(#F8DE00), to(#EE9800));
    background-image: linear-gradient(-90deg, #F8DE00 0%, #EE9800 100%);
    pointer-events: none; }
    .stage .bottom-bar p {
      padding: 20px;
      float: left;
      width: 76%; }
    .stage .bottom-bar a {
      float: right;
      margin: 40px 20px 0 0; }
    .stage .bottom-bar .result {
      padding: 25px 0 0 150px;
      text-align: right;
      position: relative;
      z-index: 199;
      pointer-events: all; }
  .stage .complete p {
    font-size: 18px;
    line-height: 2.2;
    color: #000; }
  .stage .scoreBoard {
    display: none; }
  .stage .progress {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 10%;
    top: 10%; }
  .stage .floor {
    position: absolute;
    bottom: 0px;
    height: 50%;
    width: 100%; }
  .stage .arrow-button {
    position: relative;
    z-index: 5;
    background-image: url("../assets/images/arra.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px; }
  .stage .robo {
    background-image: url("../assets/images/head-sprite.png");
    width: 130px;
    height: 134px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-position: left center;
    background-repeat: no-repeat; }
  .stage .questions {
    position: absolute;
    width: 100%;
    height: 100%; }
    .stage .questions .video-backdrop {
      width: 100%;
      height: 100%; }
      .stage .questions .video-backdrop video {
        width: 100%; }
    .stage .questions .next-tab {
      position: absolute;
      right: 0px;
      bottom: -24px;
      height: 21px;
      width: 120px;
      text-align: center;
      background-image: url("../assets/images/tab.png");
      padding-top: 4px; }
    .stage .questions .timer {
      position: absolute;
      width: 90px;
      height: 50px;
      top: 13px;
      left: 260px;
      z-index: 99; }
      .stage .questions .timer .hand {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 10px;
        height: 50px;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: -webkit-transform 600ms ease-in-out;
        transition: -webkit-transform 600ms ease-in-out;
        transition: transform 600ms ease-in-out;
        transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
        background-image: url("../assets/images/hand.png");
        background-repeat: no-repeat; }
      .stage .questions .timer p {
        color: #fff;
        font-size: 14px; }
      .stage .questions .timer .countdown {
        position: absolute;
        top: 20px;
        left: 71px; }
      .stage .questions .timer .score {
        position: absolute;
        top: 20px;
        left: -45px; }
    .stage .questions .question.ng-enter, .stage .questions .question.ng-enter-active {
      background-color: red; }
      .stage .questions .question.ng-enter .robo, .stage .questions .question.ng-enter-active .robo {
        -webkit-animation: rokit 0.7s steps(5);
                animation: rokit 0.7s steps(5); }
    .stage .questions .question p {
      padding: 5px 10px 5px 10px;
      color: #000;
      font-size: 17px;
      line-height: 1.2;
      text-align: center; }
    .stage .questions .question .question-text {
      position: absolute;
      bottom: 0px;
      left: 100px; }
      .stage .questions .question .question-text p {
        padding: 0 10px 20px 10px; }
    .stage .questions .question .answers {
      position: absolute;
      top: 10px;
      background-image: url("../assets/images/middle-panel.png");
      background-repeat: no-repeat;
      background-position-y: 63px;
      width: 448px;
      min-height: 80px;
      left: 50%;
      margin-left: -222px;
      padding-top: 50px;
      padding-bottom: 5px; }
      .stage .questions .question .answers p {
        position: relative;
        z-index: 2;
        padding: 10px 20px 10px 20px;
        background-repeat: no-repeat;
        text-align: left; }
        .stage .questions .question .answers p span {
          display: block;
          float: left;
          line-height: 28px;
          text-align: center;
          color: #fff;
          width: 28px;
          height: 28px;
          background-image: url("../assets/images/bullet.png");
          margin-right: 5px; }
      .stage .questions .question .answers .bottom {
        position: absolute;
        height: 17px;
        width: 100%;
        bottom: 0px;
        background-image: url("../assets/images/bottom-pannel.png");
        pointer-events: none; }
      .stage .questions .question .answers .top {
        position: absolute;
        height: 63px;
        width: 100%;
        top: 0px;
        background-image: url("../assets/images/top-pannel.png"); }
      .stage .questions .question .answers .response-text-box span {
        width: auto;
        height: auto;
        background-image: none;
        display: inline;
        line-height: 1em; }
        .stage .questions .question .answers .response-text-box span.Bad, .stage .questions .question .answers .response-text-box span.Too {
          color: #d84d07; }
        .stage .questions .question .answers .response-text-box span.Good {
          color: #7acf03; }
        .stage .questions .question .answers .response-text-box span .answer {
          display: inline; }
    .stage .questions .question-answer {
      display: block;
      cursor: pointer; }

@-webkit-keyframes rokit {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -657px 0px; } }

@keyframes rokit {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -657px 0px; } }
