/* Variables */
/* Indices */
/* Paths */
/* Body */
body {
  margin: 0; }

/* Clearfix */
.clearfix {
  width: 100%;
  height: 0;
  float: none;
  clear: both; }

/* Buttons */
.button {
  padding: 0 21px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
  color: #ffffff;
  font: bold 16px/30px "Helvetica", Arial, Sans-Serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #3ea8f5;
  display: inline-block;
  cursor: pointer; }
  .button:hover {
    background-color: #f7941e; }
  .button:active {
    color: #f7941e;
    background-color: #ffcd7a; }
  .button.button-grey {
    background-color: #999999; }
  .dothraki .button {
    background-color: #84212b; }
    .dothraki .button:hover, .dothraki .button:active {
      background-color: #b51f2e; }

.rivet {
  width: auto;
  height: 22px;
  padding: 0 5px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font: 13px/22px "Helvetica", Arial, Sans-Serif;
  text-align: center;
  text-decoration: none;
  background: #3ea8f5;
  display: inline-block;
  position: relative; }
  .rivet:hover {
    background: #ff921d; }

.play {
  width: 40px;
  height: 40px;
  background: transparent url(../../images/play.png) no-repeat center top;
  background-size: 40px 160px;
  display: block; }
  .play:hover {
    background-position: center -40px; }
  .play:active {
    background-position: center -80px; }

.speaker, .help {
  width: 30px;
  height: 30px;
  background: transparent url(../../images/admin.png) no-repeat 0 0;
  background-size: 120px 90px;
  display: block; }

.speaker {
  background-position: 0 0; }
  .speaker:hover {
    background-position: 0 -30px; }
  .speaker.disabled {
    background-position: 0 -60px; }
  .speaker.active {
    background-position: -30px 0; }
    .speaker.active:hover {
      background-position: -30px -30px; }
    .speaker.active.disabled {
      background-position: -30px -60px; }

.help {
  background-position: -60px 0; }
  .help:hover {
    background-position: -60px -30px; }
  .help.disabled {
    background-position: -60px -60px; }
  .help.active {
    background-position: -90px 0; }
    .help.active:hover {
      background-position: -90px -30px; }
    .help.active.disabled {
      background-position: -90px -60px; }

/* Radios */
.radio {
  width: auto;
  height: 26px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  display: inline-block; }
  .radio a {
    width: auto;
    height: 26px;
    min-width: 26px;
    padding: 0 5px;
    border-left: 1px solid #cccccc;
    color: #ffffff;
    font: 13px/26px "Helvetica", Arial, Sans-Serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left; }
    .radio a:first-child {
      border: none;
      background: #3ea8f5;
      background: -moz-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78c2f8), color-stop(50%, #78c2f8), color-stop(51%, #3ea8f5), color-stop(100%, #3ea8f5));
      background: -webkit-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -o-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -ms-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: linear-gradient(to bottom, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c2f8', endColorstr='#3ea8f5', GradientType=0); }
    .radio a:last-child {
      background: #ff921d;
      background: -moz-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb260), color-stop(50%, #ffb260), color-stop(51%, #ff921d), color-stop(100%, #ff921d));
      background: -webkit-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -o-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -ms-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: linear-gradient(to bottom, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb260', endColorstr='#ff921d', GradientType=0); }
  .radio.on a:first-child {
    background: #ff921d;
    background: -moz-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb260), color-stop(50%, #ffb260), color-stop(51%, #ff921d), color-stop(100%, #ff921d));
    background: -webkit-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -o-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -ms-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: linear-gradient(to bottom, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb260', endColorstr='#ff921d', GradientType=0); }
  .radio.on a:last-child {
    background: #3ea8f5;
    background: -moz-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78c2f8), color-stop(50%, #78c2f8), color-stop(51%, #3ea8f5), color-stop(100%, #3ea8f5));
    background: -webkit-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -o-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -ms-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: linear-gradient(to bottom, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c2f8', endColorstr='#3ea8f5', GradientType=0); }
  .dothraki .radio {
    border: none; }
    .dothraki .radio a:first-child {
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      -ms-border-top-left-radius: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      -ms-border-bottom-left-radius: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      color: #ffffff;
      background: #84212b; }
    .dothraki .radio a:last-child {
      -webkit-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      -ms-border-top-right-radius: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      -ms-border-bottom-right-radius: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      color: #84212b;
      background: #ffffff; }
    .dothraki .radio.on a:first-child {
      color: #84212b;
      background: #ffffff; }
    .dothraki .radio.on a:last-child {
      color: #ffffff;
      background: #84212b; }

.radio-label, #board #game #transliteration p {
  margin: 0 10px;
  color: #ffffff;
  font: bold 12px/30px "Helvetica", Arial, Sans-Serif;
  text-transform: uppercase;
  float: left; }

/* Text */
.text-hide, .play {
  font: 0/0 "Arial", Arial, Sans-Serif;
  text-indent: -9999px; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* Correct Animation */
.correct-animation {
  width: 324px;
  height: 324px;
  content: "";
  background: transparent url(../../images/correct.png) no-repeat 0 0;
  background-size: 1620px 1620px;
  -webkit-animation: correct 1s steps(1) forwards;
  -moz-animation: correct 1s steps(1) forwards;
  -ms-animation: correct 1s steps(1) forwards;
  -o-animation: correct 1s steps(1) forwards;
  animation: correct 1s steps(1) forwards; }
@-webkit-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-moz-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-ms-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-o-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
/* Desktop */
#board .intro .header {
  background: #000000 url(../../images/multiple/header-windows.svg) no-repeat 0 0;
  background-size: 1920px 200px; }
  #board .intro .header:before, #board .intro .header:after {
    width: 165px;
    height: 195px;
    top: 0;
    content: "";
    background: transparent none no-repeat center;
    display: block;
    position: absolute; }
  #board .intro .header:before {
    left: 34px;
    background-image: url(../../images/multiple/header-image-a.png); }
  #board .intro .header:after {
    left: 237px;
    background-image: url(../../images/multiple/header-image-b.png); }
#board .main .titlebar-div .awards {
  display: block; }
#board #game #arena {
  width: 640px;
  height: 177px;
  position: relative; }
  #board #game #arena #health {
    height: 20px;
    margin: 0;
    padding: 0 80px 0 0;
    right: 0;
    top: 24px;
    list-style: none;
    background: transparent url(../../images/multiple/health.png) no-repeat 102px center;
    position: absolute; }
    #board #game #arena #health li {
      width: 17px;
      height: 20px;
      margin: 0 0 0 2px;
      background: transparent url(../../images/multiple/heart.png) no-repeat left top;
      background-size: 34px 20px;
      display: block;
      float: left; }
      #board #game #arena #health li.full {
        background-position: right top; }
  #board #game #arena .knight-container {
    width: 133px;
    height: 149px;
    left: 158px;
    bottom: 0;
    position: absolute; }
  #board #game #arena #knight {
    background: transparent url(../../images/multiple/knight.png) no-repeat 0 0;
    position: absolute; }
    #board #game #arena #knight.idle {
      width: 96px;
      height: 132px;
      left: 14px;
      bottom: 7px;
      background-position: 0 0;
      -webkit-animation: knight-idle .63s steps(1) infinite;
      -moz-animation: knight-idle .63s steps(1) infinite;
      -ms-animation: knight-idle .63s steps(1) infinite;
      -o-animation: knight-idle .63s steps(1) infinite;
      animation: knight-idle .63s steps(1) infinite; }
@-webkit-keyframes knight-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -132px; }
  50% {
    background-position: 0 -264px; }
  75% {
    background-position: 0 -132px; } }
@-moz-keyframes knight-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -132px; }
  50% {
    background-position: 0 -264px; }
  75% {
    background-position: 0 -132px; } }
@-ms-keyframes knight-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -132px; }
  50% {
    background-position: 0 -264px; }
  75% {
    background-position: 0 -132px; } }
@-o-keyframes knight-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -132px; }
  50% {
    background-position: 0 -264px; }
  75% {
    background-position: 0 -132px; } }
@keyframes knight-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -132px; }
  50% {
    background-position: 0 -264px; }
  75% {
    background-position: 0 -132px; } }
    #board #game #arena #knight.attack {
      width: 120px;
      height: 132px;
      left: 10px;
      bottom: 7px;
      background-position: -96px 0;
      z-index: 2;
      -webkit-animation: knight-attack 1.63s steps(1) infinite;
      -moz-animation: knight-attack 1.63s steps(1) infinite;
      -ms-animation: knight-attack 1.63s steps(1) infinite;
      -o-animation: knight-attack 1.63s steps(1) infinite;
      animation: knight-attack 1.63s steps(1) infinite; }
@-webkit-keyframes knight-attack {
  0% {
    left: 10px;
    background-position: -96px 0; }
  2% {
    left: 22.5px; }
  4% {
    left: 35px; }
  6% {
    left: 47.5px; }
  8% {
    left: 60px; }
  10% {
    left: 72.5px;
    background-position: -96px -132px; }
  12% {
    left: 85px; }
  14% {
    left: 97.5px; }
  16% {
    left: 110px; }
  18% {
    left: 122.5px; }
  20% {
    left: 135px; }
  22% {
    left: 147.5px; }
  24% {
    left: 160px;
    background-position: -96px -264px; }
  32% {
    background-position: -96px -396px; }
  40% {
    background-position: -96px -264px; }
  48% {
    background-position: -96px -396px; }
  56% {
    background-position: -96px -264px; }
  64% {
    background-position: -96px -396px; }
  72% {
    background-position: -96px -264px; }
  76% {
    left: 160px; }
  78% {
    left: 147.5px; }
  80% {
    left: 135px;
    background-position: -96px -396px; }
  82% {
    left: 122.5px; }
  84% {
    left: 110px; }
  86% {
    left: 97.5px; }
  88% {
    left: 85px; }
  90% {
    left: 72.5px; }
  92% {
    left: 60px;
    background-position: -96px 0; }
  94% {
    left: 47.5px; }
  96% {
    left: 35px; }
  98% {
    left: 22.5px; }
  100% {
    left: 10px; } }
@-moz-keyframes knight-attack {
  0% {
    left: 10px;
    background-position: -96px 0; }
  2% {
    left: 22.5px; }
  4% {
    left: 35px; }
  6% {
    left: 47.5px; }
  8% {
    left: 60px; }
  10% {
    left: 72.5px;
    background-position: -96px -132px; }
  12% {
    left: 85px; }
  14% {
    left: 97.5px; }
  16% {
    left: 110px; }
  18% {
    left: 122.5px; }
  20% {
    left: 135px; }
  22% {
    left: 147.5px; }
  24% {
    left: 160px;
    background-position: -96px -264px; }
  32% {
    background-position: -96px -396px; }
  40% {
    background-position: -96px -264px; }
  48% {
    background-position: -96px -396px; }
  56% {
    background-position: -96px -264px; }
  64% {
    background-position: -96px -396px; }
  72% {
    background-position: -96px -264px; }
  76% {
    left: 160px; }
  78% {
    left: 147.5px; }
  80% {
    left: 135px;
    background-position: -96px -396px; }
  82% {
    left: 122.5px; }
  84% {
    left: 110px; }
  86% {
    left: 97.5px; }
  88% {
    left: 85px; }
  90% {
    left: 72.5px; }
  92% {
    left: 60px;
    background-position: -96px 0; }
  94% {
    left: 47.5px; }
  96% {
    left: 35px; }
  98% {
    left: 22.5px; }
  100% {
    left: 10px; } }
@-ms-keyframes knight-attack {
  0% {
    left: 10px;
    background-position: -96px 0; }
  2% {
    left: 22.5px; }
  4% {
    left: 35px; }
  6% {
    left: 47.5px; }
  8% {
    left: 60px; }
  10% {
    left: 72.5px;
    background-position: -96px -132px; }
  12% {
    left: 85px; }
  14% {
    left: 97.5px; }
  16% {
    left: 110px; }
  18% {
    left: 122.5px; }
  20% {
    left: 135px; }
  22% {
    left: 147.5px; }
  24% {
    left: 160px;
    background-position: -96px -264px; }
  32% {
    background-position: -96px -396px; }
  40% {
    background-position: -96px -264px; }
  48% {
    background-position: -96px -396px; }
  56% {
    background-position: -96px -264px; }
  64% {
    background-position: -96px -396px; }
  72% {
    background-position: -96px -264px; }
  76% {
    left: 160px; }
  78% {
    left: 147.5px; }
  80% {
    left: 135px;
    background-position: -96px -396px; }
  82% {
    left: 122.5px; }
  84% {
    left: 110px; }
  86% {
    left: 97.5px; }
  88% {
    left: 85px; }
  90% {
    left: 72.5px; }
  92% {
    left: 60px;
    background-position: -96px 0; }
  94% {
    left: 47.5px; }
  96% {
    left: 35px; }
  98% {
    left: 22.5px; }
  100% {
    left: 10px; } }
@-o-keyframes knight-attack {
  0% {
    left: 10px;
    background-position: -96px 0; }
  2% {
    left: 22.5px; }
  4% {
    left: 35px; }
  6% {
    left: 47.5px; }
  8% {
    left: 60px; }
  10% {
    left: 72.5px;
    background-position: -96px -132px; }
  12% {
    left: 85px; }
  14% {
    left: 97.5px; }
  16% {
    left: 110px; }
  18% {
    left: 122.5px; }
  20% {
    left: 135px; }
  22% {
    left: 147.5px; }
  24% {
    left: 160px;
    background-position: -96px -264px; }
  32% {
    background-position: -96px -396px; }
  40% {
    background-position: -96px -264px; }
  48% {
    background-position: -96px -396px; }
  56% {
    background-position: -96px -264px; }
  64% {
    background-position: -96px -396px; }
  72% {
    background-position: -96px -264px; }
  76% {
    left: 160px; }
  78% {
    left: 147.5px; }
  80% {
    left: 135px;
    background-position: -96px -396px; }
  82% {
    left: 122.5px; }
  84% {
    left: 110px; }
  86% {
    left: 97.5px; }
  88% {
    left: 85px; }
  90% {
    left: 72.5px; }
  92% {
    left: 60px;
    background-position: -96px 0; }
  94% {
    left: 47.5px; }
  96% {
    left: 35px; }
  98% {
    left: 22.5px; }
  100% {
    left: 10px; } }
@keyframes knight-attack {
  0% {
    left: 10px;
    background-position: -96px 0; }
  2% {
    left: 22.5px; }
  4% {
    left: 35px; }
  6% {
    left: 47.5px; }
  8% {
    left: 60px; }
  10% {
    left: 72.5px;
    background-position: -96px -132px; }
  12% {
    left: 85px; }
  14% {
    left: 97.5px; }
  16% {
    left: 110px; }
  18% {
    left: 122.5px; }
  20% {
    left: 135px; }
  22% {
    left: 147.5px; }
  24% {
    left: 160px;
    background-position: -96px -264px; }
  32% {
    background-position: -96px -396px; }
  40% {
    background-position: -96px -264px; }
  48% {
    background-position: -96px -396px; }
  56% {
    background-position: -96px -264px; }
  64% {
    background-position: -96px -396px; }
  72% {
    background-position: -96px -264px; }
  76% {
    left: 160px; }
  78% {
    left: 147.5px; }
  80% {
    left: 135px;
    background-position: -96px -396px; }
  82% {
    left: 122.5px; }
  84% {
    left: 110px; }
  86% {
    left: 97.5px; }
  88% {
    left: 85px; }
  90% {
    left: 72.5px; }
  92% {
    left: 60px;
    background-position: -96px 0; }
  94% {
    left: 47.5px; }
  96% {
    left: 35px; }
  98% {
    left: 22.5px; }
  100% {
    left: 10px; } }
    #board #game #arena #knight.hurt {
      width: 103px;
      height: 132px;
      left: 7px;
      bottom: 7px;
      background-position: -216px 0;
      z-index: 1;
      -webkit-animation: knight-hurt 1.63s steps(1) infinite;
      -moz-animation: knight-hurt 1.63s steps(1) infinite;
      -ms-animation: knight-hurt 1.63s steps(1) infinite;
      -o-animation: knight-hurt 1.63s steps(1) infinite;
      animation: knight-hurt 1.63s steps(1) infinite; }
@-webkit-keyframes knight-hurt {
  0% {
    left: 7px;
    background-position: -216px 0; }
  2% {
    left: 6px; }
  4% {
    left: 5px; }
  6% {
    left: 4px; }
  8% {
    left: 3px; }
  10% {
    left: 2px; }
  12% {
    left: 1px; }
  14% {
    left: 0; }
  16% {
    left: -1px; }
  18% {
    left: -2px; }
  20% {
    left: -3px; }
  22% {
    left: -4px; }
  24% {
    left: -5px;
    background-position: -216px -132px; }
  28% {
    left: -4px; }
  30% {
    left: -3px; }
  32% {
    left: -2px; }
  34% {
    left: -1px; }
  36% {
    left: -2px; }
  38% {
    left: -3px; }
  40% {
    left: -4px; }
  42% {
    left: -5px; }
  44% {
    left: -4px; }
  46% {
    left: -3px; }
  48% {
    left: -2px; }
  50% {
    left: -1px; }
  52% {
    left: -2px; }
  54% {
    left: -3px; }
  56% {
    left: -4px; }
  58% {
    left: -5px; }
  60% {
    left: -4px; }
  62% {
    left: -3px; }
  64% {
    left: -2px; }
  66% {
    left: -1px; }
  68% {
    left: -2px; }
  70% {
    left: -3px; }
  72% {
    left: -4px; }
  74% {
    left: -5px; }
  76% {
    left: -4px; }
  80% {
    left: -3px; }
  82% {
    left: -2px; }
  84% {
    left: -1px; }
  86% {
    left: 0; }
  88% {
    left: 1px;
    background-position: -216px 0; }
  90% {
    left: 2px; }
  92% {
    left: 3px; }
  94% {
    left: 4px; }
  96% {
    left: 5px; }
  98% {
    left: 6px; }
  100% {
    left: 7px; } }
@-moz-keyframes knight-hurt {
  0% {
    left: 7px;
    background-position: -216px 0; }
  2% {
    left: 6px; }
  4% {
    left: 5px; }
  6% {
    left: 4px; }
  8% {
    left: 3px; }
  10% {
    left: 2px; }
  12% {
    left: 1px; }
  14% {
    left: 0; }
  16% {
    left: -1px; }
  18% {
    left: -2px; }
  20% {
    left: -3px; }
  22% {
    left: -4px; }
  24% {
    left: -5px;
    background-position: -216px -132px; }
  28% {
    left: -4px; }
  30% {
    left: -3px; }
  32% {
    left: -2px; }
  34% {
    left: -1px; }
  36% {
    left: -2px; }
  38% {
    left: -3px; }
  40% {
    left: -4px; }
  42% {
    left: -5px; }
  44% {
    left: -4px; }
  46% {
    left: -3px; }
  48% {
    left: -2px; }
  50% {
    left: -1px; }
  52% {
    left: -2px; }
  54% {
    left: -3px; }
  56% {
    left: -4px; }
  58% {
    left: -5px; }
  60% {
    left: -4px; }
  62% {
    left: -3px; }
  64% {
    left: -2px; }
  66% {
    left: -1px; }
  68% {
    left: -2px; }
  70% {
    left: -3px; }
  72% {
    left: -4px; }
  74% {
    left: -5px; }
  76% {
    left: -4px; }
  80% {
    left: -3px; }
  82% {
    left: -2px; }
  84% {
    left: -1px; }
  86% {
    left: 0; }
  88% {
    left: 1px;
    background-position: -216px 0; }
  90% {
    left: 2px; }
  92% {
    left: 3px; }
  94% {
    left: 4px; }
  96% {
    left: 5px; }
  98% {
    left: 6px; }
  100% {
    left: 7px; } }
@-ms-keyframes knight-hurt {
  0% {
    left: 7px;
    background-position: -216px 0; }
  2% {
    left: 6px; }
  4% {
    left: 5px; }
  6% {
    left: 4px; }
  8% {
    left: 3px; }
  10% {
    left: 2px; }
  12% {
    left: 1px; }
  14% {
    left: 0; }
  16% {
    left: -1px; }
  18% {
    left: -2px; }
  20% {
    left: -3px; }
  22% {
    left: -4px; }
  24% {
    left: -5px;
    background-position: -216px -132px; }
  28% {
    left: -4px; }
  30% {
    left: -3px; }
  32% {
    left: -2px; }
  34% {
    left: -1px; }
  36% {
    left: -2px; }
  38% {
    left: -3px; }
  40% {
    left: -4px; }
  42% {
    left: -5px; }
  44% {
    left: -4px; }
  46% {
    left: -3px; }
  48% {
    left: -2px; }
  50% {
    left: -1px; }
  52% {
    left: -2px; }
  54% {
    left: -3px; }
  56% {
    left: -4px; }
  58% {
    left: -5px; }
  60% {
    left: -4px; }
  62% {
    left: -3px; }
  64% {
    left: -2px; }
  66% {
    left: -1px; }
  68% {
    left: -2px; }
  70% {
    left: -3px; }
  72% {
    left: -4px; }
  74% {
    left: -5px; }
  76% {
    left: -4px; }
  80% {
    left: -3px; }
  82% {
    left: -2px; }
  84% {
    left: -1px; }
  86% {
    left: 0; }
  88% {
    left: 1px;
    background-position: -216px 0; }
  90% {
    left: 2px; }
  92% {
    left: 3px; }
  94% {
    left: 4px; }
  96% {
    left: 5px; }
  98% {
    left: 6px; }
  100% {
    left: 7px; } }
@-o-keyframes knight-hurt {
  0% {
    left: 7px;
    background-position: -216px 0; }
  2% {
    left: 6px; }
  4% {
    left: 5px; }
  6% {
    left: 4px; }
  8% {
    left: 3px; }
  10% {
    left: 2px; }
  12% {
    left: 1px; }
  14% {
    left: 0; }
  16% {
    left: -1px; }
  18% {
    left: -2px; }
  20% {
    left: -3px; }
  22% {
    left: -4px; }
  24% {
    left: -5px;
    background-position: -216px -132px; }
  28% {
    left: -4px; }
  30% {
    left: -3px; }
  32% {
    left: -2px; }
  34% {
    left: -1px; }
  36% {
    left: -2px; }
  38% {
    left: -3px; }
  40% {
    left: -4px; }
  42% {
    left: -5px; }
  44% {
    left: -4px; }
  46% {
    left: -3px; }
  48% {
    left: -2px; }
  50% {
    left: -1px; }
  52% {
    left: -2px; }
  54% {
    left: -3px; }
  56% {
    left: -4px; }
  58% {
    left: -5px; }
  60% {
    left: -4px; }
  62% {
    left: -3px; }
  64% {
    left: -2px; }
  66% {
    left: -1px; }
  68% {
    left: -2px; }
  70% {
    left: -3px; }
  72% {
    left: -4px; }
  74% {
    left: -5px; }
  76% {
    left: -4px; }
  80% {
    left: -3px; }
  82% {
    left: -2px; }
  84% {
    left: -1px; }
  86% {
    left: 0; }
  88% {
    left: 1px;
    background-position: -216px 0; }
  90% {
    left: 2px; }
  92% {
    left: 3px; }
  94% {
    left: 4px; }
  96% {
    left: 5px; }
  98% {
    left: 6px; }
  100% {
    left: 7px; } }
@keyframes knight-hurt {
  0% {
    left: 7px;
    background-position: -216px 0; }
  2% {
    left: 6px; }
  4% {
    left: 5px; }
  6% {
    left: 4px; }
  8% {
    left: 3px; }
  10% {
    left: 2px; }
  12% {
    left: 1px; }
  14% {
    left: 0; }
  16% {
    left: -1px; }
  18% {
    left: -2px; }
  20% {
    left: -3px; }
  22% {
    left: -4px; }
  24% {
    left: -5px;
    background-position: -216px -132px; }
  28% {
    left: -4px; }
  30% {
    left: -3px; }
  32% {
    left: -2px; }
  34% {
    left: -1px; }
  36% {
    left: -2px; }
  38% {
    left: -3px; }
  40% {
    left: -4px; }
  42% {
    left: -5px; }
  44% {
    left: -4px; }
  46% {
    left: -3px; }
  48% {
    left: -2px; }
  50% {
    left: -1px; }
  52% {
    left: -2px; }
  54% {
    left: -3px; }
  56% {
    left: -4px; }
  58% {
    left: -5px; }
  60% {
    left: -4px; }
  62% {
    left: -3px; }
  64% {
    left: -2px; }
  66% {
    left: -1px; }
  68% {
    left: -2px; }
  70% {
    left: -3px; }
  72% {
    left: -4px; }
  74% {
    left: -5px; }
  76% {
    left: -4px; }
  80% {
    left: -3px; }
  82% {
    left: -2px; }
  84% {
    left: -1px; }
  86% {
    left: 0; }
  88% {
    left: 1px;
    background-position: -216px 0; }
  90% {
    left: 2px; }
  92% {
    left: 3px; }
  94% {
    left: 4px; }
  96% {
    left: 5px; }
  98% {
    left: 6px; }
  100% {
    left: 7px; } }
    #board #game #arena #knight.dead {
      width: 68px;
      height: 76px;
      left: 29px;
      bottom: 7px;
      background-position: -319px 0;
      -webkit-animation: knight-dead .63s steps(1) infinite;
      -moz-animation: knight-dead .63s steps(1) infinite;
      -ms-animation: knight-dead .63s steps(1) infinite;
      -o-animation: knight-dead .63s steps(1) infinite;
      animation: knight-dead .63s steps(1) infinite; }
@-webkit-keyframes knight-dead {
  0% {
    background-position: -319px 0; }
  25% {
    background-position: -319px -76px; }
  50% {
    background-position: -319px -152px; }
  75% {
    background-position: -319px -228px; } }
@-moz-keyframes knight-dead {
  0% {
    background-position: -319px 0; }
  25% {
    background-position: -319px -76px; }
  50% {
    background-position: -319px -152px; }
  75% {
    background-position: -319px -228px; } }
@-ms-keyframes knight-dead {
  0% {
    background-position: -319px 0; }
  25% {
    background-position: -319px -76px; }
  50% {
    background-position: -319px -152px; }
  75% {
    background-position: -319px -228px; } }
@-o-keyframes knight-dead {
  0% {
    background-position: -319px 0; }
  25% {
    background-position: -319px -76px; }
  50% {
    background-position: -319px -152px; }
  75% {
    background-position: -319px -228px; } }
@keyframes knight-dead {
  0% {
    background-position: -319px 0; }
  25% {
    background-position: -319px -76px; }
  50% {
    background-position: -319px -152px; }
  75% {
    background-position: -319px -228px; } }
    #board #game #arena #knight.win {
      width: 104px;
      height: 124px;
      left: 14px;
      bottom: 7px;
      background-position: -387px 0;
      -webkit-animation: knight-win .63s steps(1) infinite;
      -moz-animation: knight-win .63s steps(1) infinite;
      -ms-animation: knight-win .63s steps(1) infinite;
      -o-animation: knight-win .63s steps(1) infinite;
      animation: knight-win .63s steps(1) infinite; }
@-webkit-keyframes knight-win {
  0% {
    background-position: -387px 0; }
  25% {
    background-position: -387px -124px; }
  50% {
    background-position: -387px -248px; }
  75% {
    background-position: -387px -124px; } }
@-moz-keyframes knight-win {
  0% {
    background-position: -387px 0; }
  25% {
    background-position: -387px -124px; }
  50% {
    background-position: -387px -248px; }
  75% {
    background-position: -387px -124px; } }
@-ms-keyframes knight-win {
  0% {
    background-position: -387px 0; }
  25% {
    background-position: -387px -124px; }
  50% {
    background-position: -387px -248px; }
  75% {
    background-position: -387px -124px; } }
@-o-keyframes knight-win {
  0% {
    background-position: -387px 0; }
  25% {
    background-position: -387px -124px; }
  50% {
    background-position: -387px -248px; }
  75% {
    background-position: -387px -124px; } }
@keyframes knight-win {
  0% {
    background-position: -387px 0; }
  25% {
    background-position: -387px -124px; }
  50% {
    background-position: -387px -248px; }
  75% {
    background-position: -387px -124px; } }
  #board #game #arena .dragon-container {
    width: 251px;
    height: 149px;
    right: 155px;
    bottom: 0px;
    position: absolute; }
  #board #game #arena #dragon {
    background: transparent url(../../images/multiple/dragon.png) no-repeat 0 0;
    position: absolute; }
    #board #game #arena #dragon.idle {
      width: 128px;
      height: 124px;
      right: 4px;
      bottom: 7px;
      background-position: 0 0;
      -webkit-animation: dragon-idle .63s steps(1) infinite;
      -moz-animation: dragon-idle .63s steps(1) infinite;
      -ms-animation: dragon-idle .63s steps(1) infinite;
      -o-animation: dragon-idle .63s steps(1) infinite;
      animation: dragon-idle .63s steps(1) infinite; }
@-webkit-keyframes dragon-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -124px; }
  50% {
    background-position: 0 -248px; }
  75% {
    background-position: 0 -124px; } }
@-moz-keyframes dragon-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -124px; }
  50% {
    background-position: 0 -248px; }
  75% {
    background-position: 0 -124px; } }
@-ms-keyframes dragon-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -124px; }
  50% {
    background-position: 0 -248px; }
  75% {
    background-position: 0 -124px; } }
@-o-keyframes dragon-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -124px; }
  50% {
    background-position: 0 -248px; }
  75% {
    background-position: 0 -124px; } }
@keyframes dragon-idle {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 0 -124px; }
  50% {
    background-position: 0 -248px; }
  75% {
    background-position: 0 -124px; } }
    #board #game #arena #dragon.attack {
      width: 244px;
      height: 124px;
      right: 4px;
      bottom: 7px;
      background-position: -128px 0;
      z-index: 2;
      -webkit-animation: dragon-attack 1.63s steps(1) infinite;
      -moz-animation: dragon-attack 1.63s steps(1) infinite;
      -ms-animation: dragon-attack 1.63s steps(1) infinite;
      -o-animation: dragon-attack 1.63s steps(1) infinite;
      animation: dragon-attack 1.63s steps(1) infinite; }
@-webkit-keyframes dragon-attack {
  0% {
    right: 4px;
    background-position: -128px 0; }
  2% {
    right: 6px; }
  4% {
    right: 8px; }
  6% {
    right: 10px; }
  8% {
    right: 12px; }
  10% {
    right: 14px; }
  12% {
    right: 16px; }
  14% {
    right: 18px; }
  16% {
    right: 20px; }
  18% {
    right: 22px; }
  20% {
    right: 24px; }
  22% {
    right: 26px; }
  24% {
    right: 28px;
    background-position: -128px -124px; }
  30% {
    background-position: -128px -248px; }
  36% {
    background-position: -128px -372px; }
  42% {
    background-position: -128px -124px; }
  48% {
    background-position: -128px -248px; }
  54% {
    background-position: -128px -372px; }
  60% {
    background-position: -128px -124px; }
  66% {
    background-position: -128px -248px; }
  72% {
    background-position: -128px -372px; }
  88% {
    background-position: -128px 0; }
  90% {
    right: 24px; }
  92% {
    right: 20px; }
  94% {
    right: 16px; }
  96% {
    right: 12px; }
  98% {
    right: 8px; }
  100% {
    right: 4px; } }
@-moz-keyframes dragon-attack {
  0% {
    right: 4px;
    background-position: -128px 0; }
  2% {
    right: 6px; }
  4% {
    right: 8px; }
  6% {
    right: 10px; }
  8% {
    right: 12px; }
  10% {
    right: 14px; }
  12% {
    right: 16px; }
  14% {
    right: 18px; }
  16% {
    right: 20px; }
  18% {
    right: 22px; }
  20% {
    right: 24px; }
  22% {
    right: 26px; }
  24% {
    right: 28px;
    background-position: -128px -124px; }
  30% {
    background-position: -128px -248px; }
  36% {
    background-position: -128px -372px; }
  42% {
    background-position: -128px -124px; }
  48% {
    background-position: -128px -248px; }
  54% {
    background-position: -128px -372px; }
  60% {
    background-position: -128px -124px; }
  66% {
    background-position: -128px -248px; }
  72% {
    background-position: -128px -372px; }
  88% {
    background-position: -128px 0; }
  90% {
    right: 24px; }
  92% {
    right: 20px; }
  94% {
    right: 16px; }
  96% {
    right: 12px; }
  98% {
    right: 8px; }
  100% {
    right: 4px; } }
@-ms-keyframes dragon-attack {
  0% {
    right: 4px;
    background-position: -128px 0; }
  2% {
    right: 6px; }
  4% {
    right: 8px; }
  6% {
    right: 10px; }
  8% {
    right: 12px; }
  10% {
    right: 14px; }
  12% {
    right: 16px; }
  14% {
    right: 18px; }
  16% {
    right: 20px; }
  18% {
    right: 22px; }
  20% {
    right: 24px; }
  22% {
    right: 26px; }
  24% {
    right: 28px;
    background-position: -128px -124px; }
  30% {
    background-position: -128px -248px; }
  36% {
    background-position: -128px -372px; }
  42% {
    background-position: -128px -124px; }
  48% {
    background-position: -128px -248px; }
  54% {
    background-position: -128px -372px; }
  60% {
    background-position: -128px -124px; }
  66% {
    background-position: -128px -248px; }
  72% {
    background-position: -128px -372px; }
  88% {
    background-position: -128px 0; }
  90% {
    right: 24px; }
  92% {
    right: 20px; }
  94% {
    right: 16px; }
  96% {
    right: 12px; }
  98% {
    right: 8px; }
  100% {
    right: 4px; } }
@-o-keyframes dragon-attack {
  0% {
    right: 4px;
    background-position: -128px 0; }
  2% {
    right: 6px; }
  4% {
    right: 8px; }
  6% {
    right: 10px; }
  8% {
    right: 12px; }
  10% {
    right: 14px; }
  12% {
    right: 16px; }
  14% {
    right: 18px; }
  16% {
    right: 20px; }
  18% {
    right: 22px; }
  20% {
    right: 24px; }
  22% {
    right: 26px; }
  24% {
    right: 28px;
    background-position: -128px -124px; }
  30% {
    background-position: -128px -248px; }
  36% {
    background-position: -128px -372px; }
  42% {
    background-position: -128px -124px; }
  48% {
    background-position: -128px -248px; }
  54% {
    background-position: -128px -372px; }
  60% {
    background-position: -128px -124px; }
  66% {
    background-position: -128px -248px; }
  72% {
    background-position: -128px -372px; }
  88% {
    background-position: -128px 0; }
  90% {
    right: 24px; }
  92% {
    right: 20px; }
  94% {
    right: 16px; }
  96% {
    right: 12px; }
  98% {
    right: 8px; }
  100% {
    right: 4px; } }
@keyframes dragon-attack {
  0% {
    right: 4px;
    background-position: -128px 0; }
  2% {
    right: 6px; }
  4% {
    right: 8px; }
  6% {
    right: 10px; }
  8% {
    right: 12px; }
  10% {
    right: 14px; }
  12% {
    right: 16px; }
  14% {
    right: 18px; }
  16% {
    right: 20px; }
  18% {
    right: 22px; }
  20% {
    right: 24px; }
  22% {
    right: 26px; }
  24% {
    right: 28px;
    background-position: -128px -124px; }
  30% {
    background-position: -128px -248px; }
  36% {
    background-position: -128px -372px; }
  42% {
    background-position: -128px -124px; }
  48% {
    background-position: -128px -248px; }
  54% {
    background-position: -128px -372px; }
  60% {
    background-position: -128px -124px; }
  66% {
    background-position: -128px -248px; }
  72% {
    background-position: -128px -372px; }
  88% {
    background-position: -128px 0; }
  90% {
    right: 24px; }
  92% {
    right: 20px; }
  94% {
    right: 16px; }
  96% {
    right: 12px; }
  98% {
    right: 8px; }
  100% {
    right: 4px; } }
    #board #game #arena #dragon.hurt {
      width: 128px;
      height: 128px;
      right: 4px;
      bottom: 7px;
      background-position: -372px 0;
      z-index: 1;
      -webkit-animation: dragon-hurt 1.63s steps(1) infinite;
      -moz-animation: dragon-hurt 1.63s steps(1) infinite;
      -ms-animation: dragon-hurt 1.63s steps(1) infinite;
      -o-animation: dragon-hurt 1.63s steps(1) infinite;
      animation: dragon-hurt 1.63s steps(1) infinite; }
@-webkit-keyframes dragon-hurt {
  0% {
    background-position: -372px 0; }
  20% {
    right: 3px; }
  22% {
    right: 2px; }
  24% {
    right: 1px;
    background-position: -372px -128px; }
  26% {
    right: 0; }
  28% {
    right: 1px; }
  30% {
    right: 2px; }
  32% {
    right: 3px; }
  34% {
    right: 4px; }
  36% {
    right: 3px; }
  38% {
    right: 2px; }
  40% {
    right: 1px; }
  42% {
    right: 0; }
  44% {
    right: 1px; }
  46% {
    right: 2px; }
  48% {
    right: 3px; }
  50% {
    right: 4px; }
  52% {
    right: 3px; }
  54% {
    right: 2px; }
  56% {
    right: 1px; }
  58% {
    right: 0; }
  60% {
    right: 1px; }
  62% {
    right: 2px; }
  64% {
    right: 3px; }
  66% {
    right: 4px; }
  68% {
    right: 3px; }
  70% {
    right: 2px; }
  72% {
    right: 1px; }
  74% {
    right: 0; }
  76% {
    right: 1px; }
  78% {
    right: 2px; }
  80% {
    right: 3px; }
  82% {
    right: 4px; }
  88% {
    background-position: -372px 0; } }
@-moz-keyframes dragon-hurt {
  0% {
    background-position: -372px 0; }
  20% {
    right: 3px; }
  22% {
    right: 2px; }
  24% {
    right: 1px;
    background-position: -372px -128px; }
  26% {
    right: 0; }
  28% {
    right: 1px; }
  30% {
    right: 2px; }
  32% {
    right: 3px; }
  34% {
    right: 4px; }
  36% {
    right: 3px; }
  38% {
    right: 2px; }
  40% {
    right: 1px; }
  42% {
    right: 0; }
  44% {
    right: 1px; }
  46% {
    right: 2px; }
  48% {
    right: 3px; }
  50% {
    right: 4px; }
  52% {
    right: 3px; }
  54% {
    right: 2px; }
  56% {
    right: 1px; }
  58% {
    right: 0; }
  60% {
    right: 1px; }
  62% {
    right: 2px; }
  64% {
    right: 3px; }
  66% {
    right: 4px; }
  68% {
    right: 3px; }
  70% {
    right: 2px; }
  72% {
    right: 1px; }
  74% {
    right: 0; }
  76% {
    right: 1px; }
  78% {
    right: 2px; }
  80% {
    right: 3px; }
  82% {
    right: 4px; }
  88% {
    background-position: -372px 0; } }
@-ms-keyframes dragon-hurt {
  0% {
    background-position: -372px 0; }
  20% {
    right: 3px; }
  22% {
    right: 2px; }
  24% {
    right: 1px;
    background-position: -372px -128px; }
  26% {
    right: 0; }
  28% {
    right: 1px; }
  30% {
    right: 2px; }
  32% {
    right: 3px; }
  34% {
    right: 4px; }
  36% {
    right: 3px; }
  38% {
    right: 2px; }
  40% {
    right: 1px; }
  42% {
    right: 0; }
  44% {
    right: 1px; }
  46% {
    right: 2px; }
  48% {
    right: 3px; }
  50% {
    right: 4px; }
  52% {
    right: 3px; }
  54% {
    right: 2px; }
  56% {
    right: 1px; }
  58% {
    right: 0; }
  60% {
    right: 1px; }
  62% {
    right: 2px; }
  64% {
    right: 3px; }
  66% {
    right: 4px; }
  68% {
    right: 3px; }
  70% {
    right: 2px; }
  72% {
    right: 1px; }
  74% {
    right: 0; }
  76% {
    right: 1px; }
  78% {
    right: 2px; }
  80% {
    right: 3px; }
  82% {
    right: 4px; }
  88% {
    background-position: -372px 0; } }
@-o-keyframes dragon-hurt {
  0% {
    background-position: -372px 0; }
  20% {
    right: 3px; }
  22% {
    right: 2px; }
  24% {
    right: 1px;
    background-position: -372px -128px; }
  26% {
    right: 0; }
  28% {
    right: 1px; }
  30% {
    right: 2px; }
  32% {
    right: 3px; }
  34% {
    right: 4px; }
  36% {
    right: 3px; }
  38% {
    right: 2px; }
  40% {
    right: 1px; }
  42% {
    right: 0; }
  44% {
    right: 1px; }
  46% {
    right: 2px; }
  48% {
    right: 3px; }
  50% {
    right: 4px; }
  52% {
    right: 3px; }
  54% {
    right: 2px; }
  56% {
    right: 1px; }
  58% {
    right: 0; }
  60% {
    right: 1px; }
  62% {
    right: 2px; }
  64% {
    right: 3px; }
  66% {
    right: 4px; }
  68% {
    right: 3px; }
  70% {
    right: 2px; }
  72% {
    right: 1px; }
  74% {
    right: 0; }
  76% {
    right: 1px; }
  78% {
    right: 2px; }
  80% {
    right: 3px; }
  82% {
    right: 4px; }
  88% {
    background-position: -372px 0; } }
@keyframes dragon-hurt {
  0% {
    background-position: -372px 0; }
  20% {
    right: 3px; }
  22% {
    right: 2px; }
  24% {
    right: 1px;
    background-position: -372px -128px; }
  26% {
    right: 0; }
  28% {
    right: 1px; }
  30% {
    right: 2px; }
  32% {
    right: 3px; }
  34% {
    right: 4px; }
  36% {
    right: 3px; }
  38% {
    right: 2px; }
  40% {
    right: 1px; }
  42% {
    right: 0; }
  44% {
    right: 1px; }
  46% {
    right: 2px; }
  48% {
    right: 3px; }
  50% {
    right: 4px; }
  52% {
    right: 3px; }
  54% {
    right: 2px; }
  56% {
    right: 1px; }
  58% {
    right: 0; }
  60% {
    right: 1px; }
  62% {
    right: 2px; }
  64% {
    right: 3px; }
  66% {
    right: 4px; }
  68% {
    right: 3px; }
  70% {
    right: 2px; }
  72% {
    right: 1px; }
  74% {
    right: 0; }
  76% {
    right: 1px; }
  78% {
    right: 2px; }
  80% {
    right: 3px; }
  82% {
    right: 4px; }
  88% {
    background-position: -372px 0; } }
    #board #game #arena #dragon.dead {
      width: 124px;
      height: 108px;
      right: 4px;
      bottom: 7px;
      background-position: -500px 0;
      -webkit-animation: dragon-dead .30s steps(1) infinite;
      -moz-animation: dragon-dead .30s steps(1) infinite;
      -ms-animation: dragon-dead .30s steps(1) infinite;
      -o-animation: dragon-dead .30s steps(1) infinite;
      animation: dragon-dead .30s steps(1) infinite; }
@-webkit-keyframes dragon-dead {
  0% {
    background-position: -500px 0; }
  50% {
    background-position: -500px -108px; } }
@-moz-keyframes dragon-dead {
  0% {
    background-position: -500px 0; }
  50% {
    background-position: -500px -108px; } }
@-ms-keyframes dragon-dead {
  0% {
    background-position: -500px 0; }
  50% {
    background-position: -500px -108px; } }
@-o-keyframes dragon-dead {
  0% {
    background-position: -500px 0; }
  50% {
    background-position: -500px -108px; } }
@keyframes dragon-dead {
  0% {
    background-position: -500px 0; }
  50% {
    background-position: -500px -108px; } }
#board #game #question {
  width: 450px;
  height: 48px;
  margin: 0 auto;
  padding: 13px 80px 0;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -ms-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #cccccc none no-repeat center 0;
  position: relative; }
  #board #game #question.rtl p {
    text-align: right; }
  #board #game #question span {
    width: 27px;
    height: 27px;
    left: 26px;
    top: 13px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    border-radius: 31px;
    color: #ffffff;
    font: 15px/31px "Helvetica Neue", Arial, Sans-Serif;
    text-align: center;
    background: #000000;
    display: block;
    position: absolute; }
  #board #game #question p {
    margin: 0;
    color: #000000;
    font: bold 15px/17px "Helvetica Neue", Arial, Sans-Serif;
    text-align: center !important; }
    #board #game #question p.target {
      display: block; }
    #board #game #question p.transliteration {
      text-align: left;
      display: none; }
  #board #game #question.yes-transliteration p.target {
    display: none; }
  #board #game #question.yes-transliteration p.transliteration {
    display: block; }
    #board #game #question.yes-transliteration p.transliteration.ltr {
      direction: ltr; }
  #board #game #question.correct span {
    background: #2d9a00; }
  #board #game #question.correct p {
    color: #2d9a00; }
  #board #game #question.correct-text p {
    color: #2d9a00; }
  #board #game #question.incorrect span {
    background: #ff0000; }
  #board #game #question.incorrect p {
    color: #ff0000; }
  #board #game #question.incorrect-text p {
    color: #ff0000; }
  #board #game #question.game-over {
    background-image: url(../../images/multiple/game-over.png);
    -webkit-animation: game-over .30s steps(1) infinite;
    -moz-animation: game-over .30s steps(1) infinite;
    -ms-animation: game-over .30s steps(1) infinite;
    -o-animation: game-over .30s steps(1) infinite;
    animation: game-over .30s steps(1) infinite; }
@-webkit-keyframes game-over {
  0% {
    background-position: center 0; }
  50% {
    background-position: center -61px; } }
@-moz-keyframes game-over {
  0% {
    background-position: center 0; }
  50% {
    background-position: center -61px; } }
@-ms-keyframes game-over {
  0% {
    background-position: center 0; }
  50% {
    background-position: center -61px; } }
@-o-keyframes game-over {
  0% {
    background-position: center 0; }
  50% {
    background-position: center -61px; } }
@keyframes game-over {
  0% {
    background-position: center 0; }
  50% {
    background-position: center -61px; } }
#board #game #choices {
  width: 411px;
  height: 270px;
  margin: 0 auto;
  padding: 15px 114px 0 115px;
  background: url(../../images/bkgnd.png) repeat left top;
  position: relative;
  z-index: 3; }
  #board #game #choices a {
    width: 360px;
    height: 44px;
    margin: 0 20px 8px 28px;
    padding: 0 0 0 3px;
    color: #000000;
    font: bold 15px/40px "Helvetica Neue", Arial, Sans-Serif;
    background: transparent url(../../images/multiple/choice.png) repeat-x 0 0;
    text-decoration: none;
    display: block;
    position: relative; }
    #board #game #choices a:before, #board #game #choices a:after {
      height: 44px;
      top: 0;
      content: "";
      background: transparent url(../../images/multiple/choice.png) repeat-x left 0;
      display: block;
      position: absolute; }
    #board #game #choices a:before {
      width: 28px;
      left: -28px;
      background-position: left -264px; }
    #board #game #choices a:after {
      width: 20px;
      right: -20px;
      background-position: right -264px; }
    #board #game #choices a:hover, #board #game #choices a.hover {
      background-position: 0 -44px; }
      #board #game #choices a:hover:before, #board #game #choices a.hover:before {
        background-position: left -308px; }
      #board #game #choices a:hover:after, #board #game #choices a.hover:after {
        background-position: right -308px; }
    #board #game #choices a:active, #board #game #choices a.active {
      background-position: 0 -88px; }
      #board #game #choices a:active:before, #board #game #choices a.active:before {
        background-position: left -352px; }
      #board #game #choices a:active:after, #board #game #choices a.active:after {
        background-position: right -352px; }
    #board #game #choices a.correct {
      background-position: 0 -132px; }
      #board #game #choices a.correct:before {
        background-position: left -396px; }
      #board #game #choices a.correct:after {
        background-position: right -396px; }
    #board #game #choices a.incorrect {
      background-position: 0 -176px; }
      #board #game #choices a.incorrect:before {
        background-position: left -440px; }
      #board #game #choices a.incorrect:after {
        background-position: right -440px; }
    #board #game #choices a.reveal {
      background-position: 0 -220px; }
      #board #game #choices a.reveal:before {
        background-position: left -484px; }
      #board #game #choices a.reveal:after {
        background-position: right -484px; }
    #board #game #choices a.rtl {
      text-align: right; }
    #board #game #choices a.choice-double {
      line-height: 20px; }
    #board #game #choices a span {
      display: block; }
  #board #game #choices .transliteration {
    display: none; }
    #board #game #choices .transliteration.ltr {
      direction: ltr; }
  #board #game #choices.yes-transliteration a.rtl {
    text-align: left;
    direction: ltr; }
  #board #game #choices.yes-transliteration .target {
    display: none; }
  #board #game #choices.yes-transliteration .transliteration {
    display: inline; }
#board #game #transliteration {
  right: 225px;
  bottom: 16px;
  position: absolute;
  z-index: 4; }
  #board #game #transliteration p {
    color: #ffffff; }
#board.level-essential .intro .header {
  background-position: 0px 0; }
#board.level-intermediate .intro .header {
  background-position: -640px 0; }
#board.level-advanced .intro .header {
  background-position: -1280px 0; }

/* Mobile */