/* 
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: 'Bubbledot';
  src: url("../assets/fonts/BubbledotICGCoarsePos.woff2") format("woff2"), url("../assets/fonts/BubbledotICGCoarsePos.woff") format("woff"), url("../assets/fonts/BubbledotICGCoarsePos.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Helvetica','sans-serif';
  background: none transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#preload {
  position: absolute;
  top: -9000px; }

#stage, main {
  width: 620px;
  height: 380px;
	margin: 0 auto;
  overflow: hidden; }

.stage {
  background-color: #000;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.panel {
  width: 583px;
  height: 331px;
  top: 20px;
  left: 20px;
  position: relative;
  background-image: url("../assets/images/panel.png"); }
  .panel .feedback {
    position: absolute;
    width: 268px;
    height: 35px;
    left: 290px;
    top: 10px;
    border-radius: 10px;
    border: 5px solid #6d6b6b;
    background-color: black;
    color: #00ff00;
    font-family: 'Bubbledot';
    font-size: 1.8em; }
    .panel .feedback p {
      padding: 4px 0 0 15px;
      text-transform: uppercase; }
  .panel .wheel-back {
    background-image: url("../assets/images/wheel-back.png");
    width: 312px;
    height: 312px;
    position: absolute;
    top: 16px;
    left: 5px;
    z-index: 1; }
  .panel .wheel {
    background-image: url("../assets/images/wheel.png");
    width: 312px;
    height: 312px;
    position: absolute;
    top: 16px;
    left: 5px;
    z-index: 3; }
    .panel .wheel.one {
      -webkit-transform: rotate(36deg);
              transform: rotate(36deg); }
    .panel .wheel.two {
      -webkit-transform: rotate(108deg);
              transform: rotate(108deg); }
    .panel .wheel.three {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .panel .wheel.four {
      -webkit-transform: rotate(252deg);
              transform: rotate(252deg); }
    .panel .wheel.five {
      -webkit-transform: rotate(324deg);
              transform: rotate(324deg); }
  .panel .hub {
    width: 116px;
    height: 116px;
    background-image: url("../assets/images/hub.png");
    position: absolute;
    top: 111px;
    left: 106px;
    z-index: 4; }
  .panel .highlight {
    background-image: url("../assets/images/light.png");
    position: absolute;
    left: 81px;
    top: 28px;
    z-index: 2;
    width: 165px;
    height: 140px;
    -webkit-animation: flash 500ms infinite;
            animation: flash 500ms infinite;
    visibility: hidden; }
    .panel .highlight.active {
      visibility: visible; }
  .panel .marker {
    position: absolute;
    left: 148px;
    top: 12px;
    background-image: url("../assets/images/marker.png");
    width: 26px;
    height: 58px;
    z-index: 99;
    -webkit-transition: top 100ms ease-out;
    transition: top 100ms ease-out; }
    .panel .marker.jolt {
      top: -2px; }
  .panel .question {
    position: absolute;
    left: 326px;
    top: 65px;
    width: 240px; }
    .panel .question p {
      font-size: .75em;
      line-height: 1.2;
      color: #fff; }
  .panel .answers {
    position: absolute;
    left: 315px;
    top: 120px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .panel .answers li {
      width: 238px;
      height: 40px;
      margin: 10px;
      display: table;
      /* question bar: */
      background-color: #272727;
      border: 3px solid #373934;
      border-radius: 8px; }
      .panel .answers li:hover {
        background-color: #707070;
        cursor: pointer; }
      .panel .answers li.correct {
        background: #5ae702; }
      .panel .answers li.wrong {
        background: #FF7F00; }
      .panel .answers li span {
        font-family: 'Bubbledot';
        font-size: 2em;
        line-height: .65;
        display: inline-block;
        float: left;
        margin: 10px;
        display: table-cell;
        width: 10px; }
      .panel .answers li p {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 5px;
        width: 205px;
        font-size: .8em;
        color: #00ff00; }
  .panel .game-over {
    position: absolute;
    left: 332px;
    top: 57px;
    width: 230px;
    height: 225px;
    z-index: 9; }
    .panel .game-over p {
      padding: 10px 0 10px 0;
      font-size: .8em;
      line-height: 1.3;
      color: #fff; }
  .panel a.next {
    background-image: url("../assets/images/next-button.png");
    width: 151px;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    line-height: 30px;
    height: 30px;
    background-position: right center;
    background-repeat: no-repeat;
    display: block; }

@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  40% {
    opacity: .7; }
  60% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: 1; }
  40% {
    opacity: .7; }
  60% {
    opacity: .5; }
  100% {
    opacity: 1; } }
