/* 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, #board .main .titlebar ul li.mute, .help, #board .main .titlebar ul li.help, #board .popup .popup-content .popup-close {
  width: 30px;
  height: 30px;
  background: transparent url(../../images/admin.png) no-repeat 0 0;
  background-size: 120px 90px;
  display: block; }

.speaker, #board .main .titlebar ul li.mute {
  background-position: 0 0; }
  .speaker:hover, #board .main .titlebar ul li.mute:hover {
    background-position: 0 -30px; }
  .speaker.disabled, #board .main .titlebar ul li.disabled.mute {
    background-position: 0 -60px; }
  .speaker.active, #board .main .titlebar ul li.active.mute {
    background-position: -30px 0; }
    .speaker.active:hover, #board .main .titlebar ul li.active.mute:hover {
      background-position: -30px -30px; }
    .speaker.active.disabled, #board .main .titlebar ul li.active.disabled.mute {
      background-position: -30px -60px; }

.help, #board .main .titlebar ul li.help, #board .popup .popup-content .popup-close {
  background-position: -60px 0; }
  .help:hover, #board .main .titlebar ul li.help:hover, #board .popup .popup-content .popup-close:hover {
    background-position: -60px -30px; }
  .help.disabled, #board .main .titlebar ul li.disabled.help, #board .popup .popup-content .disabled.popup-close {
    background-position: -60px -60px; }
  .help.active, #board .main .titlebar ul li.active.help, #board .popup .popup-content .active.popup-close {
    background-position: -90px 0; }
    .help.active:hover, #board .main .titlebar ul li.active.help:hover, #board .popup .popup-content .active.popup-close:hover {
      background-position: -90px -30px; }
    .help.active.disabled, #board .main .titlebar ul li.active.disabled.help, #board .popup .popup-content .active.disabled.popup-close {
      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 {
  margin: 0 10px;
  color: #ffffff;
  font: bold 12px/30px "Helvetica", Arial, Sans-Serif;
  text-transform: uppercase;
  float: left; }

/* Text */
.text-hide, .play, #board .main .titlebar ul li a, #board .main .titlebar-div .awards li {
  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; } }
/* Board */
#board {
  width: 640px;
  height: 600px;
  background: #ffffff;
  position: relative;
  overflow: hidden; }
  #board > div {
    display: none; }
  #board.gamestate-intro > .intro {
    display: block; }
  #board.gamestate-main > .main {
    display: block; }
    #board.gamestate-main > .main #game {
      display: block; }
    #board.gamestate-main > .main #help {
      display: none; }
  #board.gamestate-help > .main {
    display: block; }
    #board.gamestate-help > .main .titlebar-div > p {
      display: inline-block; }
    #board.gamestate-help > .main .titlebar-div .awards, #board.gamestate-help > .main .titlebar-div .timer {
      display: none !important; }
    #board.gamestate-help > .main #game {
      display: none; }
    #board.gamestate-help > .main #help {
      display: block; }
  #board.loading:before {
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    left: 50%;
    top: 50%;
    content: "";
    background: transparent url(../../images/loading.svg) no-repeat center;
    position: absolute;
    -webkit-animation: loading .66s linear infinite;
    -moz-animation: loading .66s linear infinite;
    -ms-animation: loading .66s linear infinite;
    -o-animation: loading .66s linear infinite;
    animation: loading .66s linear infinite; }
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-moz-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-ms-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-o-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
  #board.loading.no-svg {
    background: #ffffff url(../../images/loading.gif) no-repeat center; }
    #board.loading.no-svg:before {
      display: none; }
  #board .intro .header {
    width: auto;
    height: 197px;
    padding: 21px 22px 68px;
    background: #000000;
    position: relative; }
    #board .intro .header h1 {
      margin: 0;
      padding: 14px 0 3px 43px;
      left: 11px;
      bottom: 14px;
      color: #ffffff;
      font: bold 16px/18px "Helvetica", Arial, Sans-Serif;
      background: transparent url(../../images/logo.svg) no-repeat left top;
      background-size: 35px 140px;
      position: absolute; }
  #board .intro .content h2 {
    margin: 0;
    min-width: 444px;
    padding: 0 26px 0 54px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -ms-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font: bold 15px/37px "Helvetica", Arial, Sans-Serif;
    background: #7ed3f7;
    display: inline-block; }
  #board .intro .content p {
    max-width: 436px;
    margin: 0;
    padding: 10px 0 0 54px;
    font: bold 15px/19px "Helvetica", Arial, Sans-Serif;
    display: block;
    position: relative; }
    #board .intro .content p:before {
      width: 92px;
      height: 119px;
      left: 54px;
      top: 10px;
      content: "";
      background: transparent url(../../images/medals.png) no-repeat 0 0;
      display: none;
      position: absolute; }
  #board .intro .content .button {
    margin: 0 50px 0 0;
    float: right; }
  #board .intro .content.bronze p {
    padding-left: 154px; }
    #board .intro .content.bronze p:before {
      background-position: 0px 0;
      display: block; }
  #board .intro .content.silver p {
    padding-left: 154px; }
    #board .intro .content.silver p:before {
      background-position: -92px 0;
      display: block; }
  #board .intro .content.gold p {
    padding-left: 154px; }
    #board .intro .content.gold p:before {
      background-position: -184px 0;
      display: block; }
  #board .main .titlebar {
    height: 44px;
    background: #124c64;
    position: relative; }
    #board .main .titlebar h1 {
      margin: 0;
      padding: 9px 0 10px 43px;
      color: #ffffff;
      font: bold 15px/25px "Helvetica", Arial, Sans-Serif;
      background-size: 25px 25px;
      display: block;
      float: left; }
      #board .main .titlebar h1:before {
        width: 25px;
        height: 25px;
        left: 12px;
        top: 9px;
        content: "";
        background: transparent url(../../images/logo.svg) no-repeat left top;
        background-size: 25px 100px;
        display: block;
        position: absolute; }
    #board .main .titlebar ul {
      margin: 0;
      padding: 7px 8px 0 0;
      display: block;
      float: right; }
      #board .main .titlebar ul li {
        margin: 0 0 0 9px;
        float: left; }
        #board .main .titlebar ul li a {
          width: inherit;
          height: inherit;
          display: block; }
  #board .main .titlebar-div {
    height: 33px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    background: url(../../images/titlebar.png);
    background: -moz-linear-gradient(top, #c9c9c9 0%, #8d8d8d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9c9), color-stop(100%, #8d8d8d));
    background: -webkit-linear-gradient(top, #c9c9c9 0%, #8d8d8d 100%);
    background: -o-linear-gradient(top, #c9c9c9 0%, #8d8d8d 100%);
    background: -ms-linear-gradient(top, #c9c9c9 0%, #8d8d8d 100%);
    background: linear-gradient(to bottom, #c9c9c9 0%, #8d8d8d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#8d8d8d', GradientType=0);
    position: relative;
    z-index: 2; }
    #board .main .titlebar-div > p {
      margin: 0;
      padding: 0 0 0 15px;
      color: #ffffff;
      font: 20px/33px "Helvetica", Arial, Sans-Serif;
      display: none; }
    #board .main .titlebar-div .awards {
      margin: 0;
      padding: 4.5px 0 0 10px;
      left: 0;
      top: 0;
      list-style: none;
      display: none;
      position: absolute; }
      #board .main .titlebar-div .awards li {
        width: 18px;
        height: 24px;
        margin: 0 4px 0 0;
        padding: 0;
        background: transparent url(../../images/awards-admin.png) no-repeat -54px 0;
        background-size: 72px 24px;
        display: block;
        float: left; }
        #board .main .titlebar-div .awards li.on#bronze {
          background-position: 0 0; }
        #board .main .titlebar-div .awards li.on#silver {
          background-position: -18px 0; }
        #board .main .titlebar-div .awards li.on#gold {
          background-position: -36px 0; }
    #board .main .titlebar-div .timer {
      width: 127px;
      height: 33px;
      padding: 0 10px 0 25px;
      text-align: left;
      background: transparent url(../../images/timer.png) no-repeat center;
      display: none;
      float: right; }
      #board .main .titlebar-div .timer.on {
        display: block; }
      #board .main .titlebar-div .timer p {
        margin: 0;
        color: #ffffff;
        font: bold 18px/33px "Helvetica Neue", Arial, Sans-Serif;
        display: block; }
        #board .main .titlebar-div .timer p span {
          text-align: right;
          float: right; }
  #board #error {
    width: 238px;
    height: 164px;
    padding: 18px 14px 0 88px;
    left: 150px;
    top: 209px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #ffffff url(../../images/error.png) no-repeat 5px 26px;
    position: absolute;
    display: none; }
    #board #error.on {
      display: block; }
    #board #error h1 {
      margin: 0;
      padding: 0 0 14px;
      font: bold 18px/20px "Helvetica", Arial, Sans-Serif;
      text-indent: 48px;
      text-transform: uppercase; }
    #board #error p {
      margin: 0;
      font: bold 16px/18px "Helvetica", Arial, Sans-Serif; }
    #board #error .button {
      width: 60px;
      left: 119px;
      bottom: 14px;
      position: absolute; }
  #board #game {
    position: relative; }
  #board #help {
    width: 480px;
    height: 507px;
    padding: 16px 80px 0;
    display: none; }
    #board #help .help-item {
      width: 100%;
      padding-bottom: 16px; }
      #board #help .help-item img {
        width: 150px;
        height: 111px;
        border: 2px solid #000000;
        background: #cccccc;
        display: block;
        float: left; }
      #board #help .help-item p {
        width: 306px;
        margin: 0;
        padding: 15px 0 0 20px;
        font: bold 13px/18px "Helvetica", Arial, Sans-Serif;
        float: left; }
  #board.level-essential .intro .header h1 {
    background-position: 0 0px; }
  #board.level-essential .intro .content h2 {
    background: #7ed3f7; }
  #board.level-essential .main .titlebar h1:before {
    background-position: left 0px; }
  #board.level-intermediate .intro .header h1 {
    background-position: 0 -35px; }
  #board.level-intermediate .intro .content h2 {
    background: #bed73b; }
  #board.level-intermediate .main .titlebar h1:before {
    background-position: left -25px; }
  #board.level-advanced .intro .header h1 {
    background-position: 0 -70px; }
  #board.level-advanced .intro .content h2 {
    background: #ffd100; }
  #board.level-advanced .main .titlebar h1:before {
    background-position: left -50px; }
  #board.dothraki {
    background: #000000; }
    #board.dothraki .intro .header {
      height: 309px;
      padding: 0;
      background: #000000 url(../../images/dothraki/header.png) no-repeat center top;
      background-size: cover; }
      #board.dothraki .intro .header:after, #board.dothraki .intro .header h1 {
        display: none; }
      #board.dothraki .intro .header:before {
        width: 100%;
        height: 309px;
        left: 0;
        top: 0;
        content: "";
        display: block;
        position: absolute; }
    #board.dothraki .intro .content h2 {
      padding: 24px 0 12px 54px;
      color: #fbb24a;
      font: bold 18px/20px "Helvetica", Arial, Sans-Serif;
      text-transform: uppercase;
      background: transparent;
      float: left; }
    #board.dothraki .intro .content p {
      padding: 0 0 0 54px;
      color: #ffffff;
      float: left; }
    #board.dothraki .main .titlebar {
      background: #84212b; }
      #board.dothraki .main .titlebar h1:before {
        background-position: 0 -75px !important; }
      #board.dothraki .main .titlebar ul li {
        background-image: url(../../images/dothraki/admin.png) !important; }
    #board.dothraki .main .titlebar-div {
      background: #d7d7d7; }
    #board.dothraki #game {
      background: #000000 url(../../images/dothraki/header.png) no-repeat center; }
    #board.dothraki #help {
      background: #ffffff; }
  #board .popup {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    position: absolute; }
    #board .popup.show {
      display: block; }
    #board .popup .popup-catch {
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      background: #000000;
      position: absolute; }
    #board .popup .popup-content {
      width: 232px;
      height: 180px;
      padding: 20px 34px 0 134px;
      margin-left: -200px;
      left: 50%;
      top: 57px;
      background: #ffffff;
      position: absolute; }
      #board .popup .popup-content img {
        max-width: 60px;
        max-height: 60px;
        left: 14px;
        top: 36px;
        display: block;
        position: absolute; }
      #board .popup .popup-content h3 {
        width: 100%;
        margin: 0;
        padding: 0 0 56px;
        color: #000000;
        font: 16px/16px "Helvetica Neue", Arial, Sans-Serif;
        text-align: center;
        display: block; }
      #board .popup .popup-content p {
        margin: 0;
        color: #000000;
        font: 12px/20px "Helvetica Neue", Arial, Sans-Serif; }
      #board .popup .popup-content .popup-close {
        top: 7px;
        right: 7px;
        background-position: -90px 0;
        position: absolute;
        cursor: pointer; }
        #board .popup .popup-content .popup-close:hover {
          background-position: -90px -30px; }

/* Board Mobile */

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