/* 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, #board #game .control #shuffle a {
  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, #board #game .control #shuffle a:hover {
    background: #ff921d; }

.play, #board #game .flashcards .flashcard .play {
  width: 40px;
  height: 40px;
  background: transparent url(../../images/play.png) no-repeat center top;
  background-size: 40px 160px;
  display: block; }
  .play:hover, #board #game .flashcards .flashcard .play:hover {
    background-position: center -40px; }
  .play:active, #board #game .flashcards .flashcard .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 .control #autoplay p, #board #game .switches #photos p, #board #game .switches #english p, #board #game .switches #target p, #board #game .switches #transliteration p {
  margin: 0 10px;
  color: #ffffff;
  font: bold 12px/30px "Helvetica", Arial, Sans-Serif;
  text-transform: uppercase;
  float: left; }

/* Text */
.text-hide, .play, #board #game .flashcards .flashcard .play, #board #game.list .flashcards .flashcard .play, #board #game.list .flashcards .flashcard .master, #board #game .nav a {
  font: 0/0 "Arial", Arial, Sans-Serif;
  text-indent: -9999px; }

.no-select, #board #game .flashcards .flashcard {
  -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.gamestate-main {
  background: #ffffff url(../../images/vocabulary/board-frame.png) no-repeat center bottom;
  background-size: contain; }
#board .intro .header {
  background: #000000 url(../../images/vocabulary/header-windows.svg) no-repeat 22px 21px; }
  #board .intro .header:after {
    width: 137px;
    height: 197px;
    right: 175px;
    content: "";
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: transparent url(../../images/vocabulary/header-image.jpg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute; }
    #board .intro .header:after .domain-asl, .domain-asllibrarians #board .intro .header:after {
      background-image: url(../../images/vocabulary/header-asl-image-c.jpg); }
#board #game {
  position: relative; }
  #board #game .control {
    height: 42px;
    background: #656565 url(../../images/bkgnd.png) repeat left top;
    position: relative;
    z-index: 1; }
    #board #game .control > div {
      width: 33.3333333333%;
      float: left; }
    #board #game .control #autoplay p {
      line-height: 44px; }
    #board #game .control #autoplay .radio {
      margin: 6px 0 0;
      float: left; }
    #board #game .control #autoplay.off {
      visibility: hidden; }
    #board #game .control #toggle {
      margin: 0 -2px;
      padding: 0 2px; }
      #board #game .control #toggle .domain-asl, .domain-asllibrarians #board #game .control #toggle {
        visibility: hidden; }
      #board #game .control #toggle a {
        width: 50%;
        height: 40px;
        margin: 0 -2px;
        border: 1px solid #e7e7e7;
        color: #343434;
        font: bold 14px/42px "Helvetica", Arial, Sans-Serif;
        text-align: center;
        text-decoration: none;
        text-shadow: 1px 1px 1px #fff;
        text-transform: uppercase;
        background: #afafaf;
        background: -moz-linear-gradient(top, #afafaf 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afafaf), color-stop(100%, #cccccc));
        background: -webkit-linear-gradient(top, #afafaf 0%, #cccccc 100%);
        background: -o-linear-gradient(top, #afafaf 0%, #cccccc 100%);
        background: -ms-linear-gradient(top, #afafaf 0%, #cccccc 100%);
        background: linear-gradient(to bottom, #afafaf 0%, #cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#cccccc', GradientType=0);
        display: block;
        float: left; }
        #board #game .control #toggle a.active {
          border: 1px solid #e7e7e7;
          color: #343434;
          background: #d6d6d6;
          background: -moz-linear-gradient(top, #d6d6d6 0%, #e4e4e4 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(100%, #e4e4e4));
          background: -webkit-linear-gradient(top, #d6d6d6 0%, #e4e4e4 100%);
          background: -o-linear-gradient(top, #d6d6d6 0%, #e4e4e4 100%);
          background: -ms-linear-gradient(top, #d6d6d6 0%, #e4e4e4 100%);
          background: linear-gradient(to bottom, #d6d6d6 0%, #e4e4e4 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#e4e4e4', GradientType=0); }
        #board #game .control #toggle a:first-child {
          margin: 0 0 0 -2px; }
    #board #game .control #shuffle a {
      margin: 9px 13px 0 0;
      padding: 0 5px 0 24px;
      float: right; }
      #board #game .control #shuffle a:before {
        width: 15px;
        height: 16px;
        left: 5px;
        top: 3px;
        content: "";
        background: transparent url(../../images/vocabulary/shuffle.png) no-repeat center top;
        position: absolute; }
      #board #game .control #shuffle a:hover:before {
        background-position: center bottom; }
  #board #game .flashcards {
    height: 350px;
    padding: 24px 0 13px;
    background: #ffffff;
    position: relative;
    -webkit-perspective: 400;
    -moz-perspective: 400;
    -ms-perspective: 400;
    -o-perspective: 400;
    perspective: 400; }
    #board #game .flashcards.no-images .flashcard .img img {
      opacity: 0.0; }
    #board #game .flashcards.no-english .flashcard .english {
      visibility: hidden; }
    #board #game .flashcards.no-target .flashcard .target {
      visibility: hidden; }
    #board #game .flashcards.yes-transliteration .flashcard .target span.transliteration {
      display: block; }
    #board #game .flashcards.yes-transliteration.list .flashcard .target span.main {
      display: none; }
    #board #game .flashcards .flashcard {
      width: 240px;
      height: 340px;
      margin: 0 0 0 -127px;
      padding: 0 2px;
      left: 50%;
      bottom: 13px;
      border: 5px solid #7ed3f7;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      display: block;
      -webkit-transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
      -moz-transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
      -ms-transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
      -o-transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
      transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      position: absolute;
      cursor: pointer; }
      #board #game .flashcards .flashcard.leave-left, #board #game .flashcards .flashcard.ready-left {
        left: -134px;
        opacity: 0.0; }
      #board #game .flashcards .flashcard.leave-right, #board #game .flashcards .flashcard.ready-right {
        left: 770px;
        opacity: 0.0; }
      #board #game .flashcards .flashcard.ready-left {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
      #board #game .flashcards .flashcard.send {
        left: 23px;
        bottom: -350px;
        opacity: 0.0; }
      #board #game .flashcards .flashcard:hover .instructions {
        opacity: 1.0; }
      .no-ie #board #game .flashcards .flashcard.flip {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .ie #board #game .flashcards .flashcard.flip .front {
        display: none; }
      .ie #board #game .flashcards .flashcard.flip .back {
        display: block; }
      #board #game .flashcards .flashcard.no-flip {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        cursor: default; }
        #board #game .flashcards .flashcard.no-flip .instructions {
          display: none; }
      #board #game .flashcards .flashcard .flippable {
        width: 240px;
        height: 340px;
        -webkit-transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out, bottom 0.6s ease-in-out, transform 0.6s ease-in-out;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: absolute; }
      #board #game .flashcards .flashcard .front, #board #game .flashcards .flashcard .back {
        width: inherit;
        height: inherit;
        top: 0;
        left: 2px;
        display: table-cell;
        vertical-align: middle;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute; }
      #board #game .flashcards .flashcard .front {
        z-index: 2; }
        .no-ie #board #game .flashcards .flashcard .front {
          -webkit-transform: rotateY(0deg);
          -moz-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          -o-transform: rotateY(0deg);
          transform: rotateY(0deg); }
        .ie #board #game .flashcards .flashcard .front {
          display: block; }
      .no-ie #board #game .flashcards .flashcard .back {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .ie #board #game .flashcards .flashcard .back {
        display: none; }
      #board #game .flashcards .flashcard .count {
        margin: 0;
        padding: 0 5px 0 0;
        font: 14px/26px "Helvetica", Arial, Sans-Serif;
        text-align: right; }
      #board #game .flashcards .flashcard .img {
        width: 240px;
        height: 152px;
        border-top: 1px solid #e6f6fd;
        background: #e6f6fd;
        position: relative;
        z-index: 1; }
        #board #game .flashcards .flashcard .img:before {
          width: 100px;
          height: 100px;
          margin: -50px 0 0 -50px;
          left: 50%;
          top: 50%;
          content: "";
          background: transparent url(../../images/logo.svg) no-repeat center top;
          background-size: 100px 400px;
          position: absolute;
          z-index: 1; }
          .no-svg #board #game .flashcards .flashcard .img:before {
            background-image: url(https://www.livinglanguage.com/content/html5/games/images/logo.png); }
          .no-svg.x2 #board #game .flashcards .flashcard .img:before {
            background-image: url(https://www.livinglanguage.com/content/html5/games/images/logo@2x.png); }
        #board #game .flashcards .flashcard .img img {
          width: 100%;
          display: block;
          position: relative;
          z-index: 2; }
      #board #game .flashcards .flashcard .play {
        margin: -20px 0 0 -20px;
        left: 50%;
        top: 50%;
        position: absolute;
        z-index: 2; }
      #board #game.domain-asl .flashcards .flashcard .play {
        top: 87%;
        }
        #board #game .flashcards .flashcard .play .domain-asl, .domain-asllibrarians #board #game .flashcards .flashcard .play {
          top: auto;
          bottom: 15px; }
      #board #game .flashcards .flashcard .master {
        display: none; }
      #board #game .flashcards .flashcard .target, #board #game .flashcards .flashcard .english {
        width: 220px;
        height: auto;
        margin: 0;
        padding: 10px;
        font: bold 18px/20px "Helvetica", Arial, Sans-Serif;
        text-align: center; }
      #board #game .flashcards .flashcard .target {
        top: 230px;
        position: absolute; }
        #board #game .flashcards .flashcard .target span.transliteration {
          display: none; }
      #board #game .flashcards .flashcard .english {
        margin-top: -20px;
        top: 50%;
        line-height: 20px;
        position: absolute; }
      #board #game .flashcards .flashcard .instructions {
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #666666;
        font: bold 13px/21px "Helvetica", Arial, Sans-Serif;
        text-align: center;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        opacity: 0.0;
        position: absolute; }
  #board #game.list .flashcards {
    width: 595px;
    height: 385px;
    padding: 0 35px 0 10px;
    overflow-y: scroll; }
    #board #game.list .flashcards .flashcard {
      width: 100%;
      height: 145px;
      margin: 0;
      padding: 0;
      border: none;
      border-bottom: 1px solid #333333;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      opacity: 1.0;
      position: static;
      cursor: default; }
      #board #game.list .flashcards .flashcard.send {
        display: none; }
      #board #game.list .flashcards .flashcard:nth-child(odd) {
        background: #c7ebfc; }
      #board #game.list .flashcards .flashcard:nth-child(even) {
        background: #def2fc; }
      #board #game.list .flashcards .flashcard .flippable {
        width: auto;
        height: 145px;
        padding: 0 83px 0 10px; }
      #board #game.list .flashcards .flashcard .img {
        display: none; }
      #board #game.list .flashcards .flashcard .front, #board #game.list .flashcards .flashcard .back {
        width: 50%;
        height: 145px;
        position: static; }
        .no-ie #board #game.list .flashcards .flashcard .front, .no-ie #board #game.list .flashcards .flashcard .back {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; }
        .ie #board #game.list .flashcards .flashcard .front, .ie #board #game.list .flashcards .flashcard .back {
          display: table-cell; }
      #board #game.list .flashcards .flashcard .front {
        margin-left: -1px;
        border-left: 1px solid #cccccc; }
        #board #game.list .flashcards .flashcard .front .target, #board #game.list .flashcards .flashcard .front .english {
          text-align: center; }
      #board #game.list .flashcards .flashcard .count {
        display: none; }
      #board #game.list .flashcards .flashcard .play, #board #game.list .flashcards .flashcard .master {
        width: 28px;
        height: 28px;
        right: 10px;
        bottom: 10px;
        background: transparent url(../../images/vocabulary/play-master.svg) no-repeat 0 0;
        background-size: 84px 56px;
        position: absolute;
        display: block; }
        .no-svg #board #game.list .flashcards .flashcard .play, .no-svg #board #game.list .flashcards .flashcard .master {
          background-image: url(../../images/vocabulary/play-master.png); }
        .no-svg.x2 #board #game.list .flashcards .flashcard .play, .no-svg.x2 #board #game.list .flashcards .flashcard .master {
          background-image: url(../../images/vocabulary/play-master-2x.jpg); }
      #board #game.list .flashcards .flashcard .play {
        margin: 0;
        left: auto;
        right: 45px;
        top: auto; }
        #board #game.list .flashcards .flashcard .play:hover, #board #game.list .flashcards .flashcard .play:active {
          background-position: 0 -28px; }
      #board #game.list .flashcards .flashcard .master {
        background-position: -28px 0; }
        #board #game.list .flashcards .flashcard .master:hover, #board #game.list .flashcards .flashcard .master:active {
          background-position: -28px -28px; }
      #board #game.list .flashcards .flashcard .target, #board #game.list .flashcards .flashcard .english {
        height: auto;
        margin: 0;
        color: #336633;
        text-align: left;
        font: bold 16px/20px "Helvetica", Arial, Sans-Serif;
        position: static; }
      #board #game.list .flashcards .flashcard .instructions {
        display: none; }
      #board #game.list .flashcards .flashcard.flip {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
    #board #game.list .flashcards.mastered .flashcard .master {
      background-position: -56px 0; }
      #board #game.list .flashcards.mastered .flashcard .master:hover, #board #game.list .flashcards.mastered .flashcard .master:active {
        background-position: -56px -28px; }
    #board #game.list .flashcards.hide-target .target {
      visibility: hidden; }
    #board #game.list .flashcards.hide-english .english {
      visibility: hidden; }
  #board #game.list .nav {
    display: none; }
  #board #game.list .study-master {
    display: none; }
  #board #game.list .switches {
    background: #ffffff; }
    #board #game.list .switches #english, #board #game.list .switches #target {
      display: block; }
    #board #game.list .switches #language, #board #game.list .switches #photos {
      display: none; }
  #board #game .nav {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute; }
    #board #game .nav a {
      width: 31px;
      height: 31px;
      top: 236px;
      background: transparent url(../../images/vocabulary/nav.png) no-repeat left 0;
      background-size: 62px;
      position: absolute; }
      #board #game .nav a#prev {
        left: 146px;
        background-position: left top; }
        #board #game .nav a#prev:hover {
          background-position: left -31px; }
        #board #game .nav a#prev:active {
          background-position: left -62px; }
      #board #game .nav a#next {
        right: 146px;
        background-position: right 0; }
        #board #game .nav a#next:hover {
          background-position: right -31px; }
        #board #game .nav a#next:active {
          background-position: right -62px; }
  #board #game .study-master {
    padding: 0 0 0 42px;
    left: 471px;
    bottom: 52px;
    font: bold 13px/19px "Helvetica", Arial, Sans-Serif;
    position: absolute;
    cursor: pointer; }
    #board #game .study-master span {
      display: block; }
    #board #game .study-master:before {
      width: 38px;
      height: 38px;
      left: 0;
      top: 0;
      content: "";
      background: transparent url(../../images/vocabulary/study-master.png) no-repeat 0 -155px;
      position: absolute;
      display: block; }
    #board #game .study-master:hover:before {
      background-position: 0 -193px; }
    #board #game .study-master:active:before {
      background-position: 0 -231px; }
    #board #game .study-master.master:before {
      background-position: -38px -155px; }
    #board #game .study-master.master:hover:before {
      background-position: -38px -193px; }
    #board #game .study-master.master:active:before {
      background-position: -38px -231px; }
  #board #game .stats {
    width: 132px;
    height: 83px;
    padding: 11px 0 0 18px;
    float: left; }
    #board #game .stats a {
      height: 30px;
      margin: 0 0 6px;
      padding: 0 0 0 28px;
      color: #ffffff;
      font: 12px/15px "Helvetica", Arial, Sans-Serif;
      text-decoration: none;
      background-color: transparent;
      display: inline-block;
      float: left;
      clear: left;
      position: relative;
      cursor: pointer; }
      #board #game .stats a:before {
        width: 24px;
        height: 30px;
        content: "";
        left: 0;
        background: transparent url(../../images/vocabulary/study-master.png) 0 -30px;
        position: absolute; }
      #board #game .stats a span {
        font-weight: normal;
        display: block; }
      #board #game .stats a:hover:before {
        background-position: 0 -60px; }
      #board #game .stats a:active:before {
        background-position: 0 -90px; }
      #board #game .stats a.selected {
        height: 35px;
        padding: 0 0 0 32px;
        font: bold 13px/17.5px "Helvetica", Arial, Sans-Serif; }
        #board #game .stats a.selected:before {
          width: 28px;
          height: 35px;
          background-position: 0 -120px; }
      #board #game .stats a.disabled {
        background-position: 0 0; }
      #board #game .stats a#mastered:before {
        background-position: -38px -30px; }
      #board #game .stats a#mastered:hover:before {
        background-position: -38px -60px; }
      #board #game .stats a#mastered:active:before {
        background-position: -38px -90px; }
      #board #game .stats a#mastered.selected:before {
        background-position: -38px -120px; }
      #board #game .stats a#mastered.disabled:before {
        background-position: -38px 0px; }
  #board #game .switches {
    width: 480px;
    height: 85px;
    background: transparent;
    position: relative;
    float: right; }
    #board #game .switches #language {
      min-width: 180px;
      right: 217.5px;
      top: 0;
      position: absolute; }
      #board #game .switches #language a {
        min-width: 90px; }
    #board #game .switches #photos {
      right: 8px;
      top: 8px;
      position: absolute; }
      #board #game .switches #photos p {
        margin: 0 7px 0 0; }
      #board #game .switches #photos .domain-asl, .domain-asllibrarians #board #game .switches #photos {
        display: none; }
    #board #game .switches #english {
      left: 0px;
      top: 8px;
      display: none;
      position: absolute; }
      #board #game .switches #english p {
        color: #000000; }
    #board #game .switches #target {
      right: 34px;
      top: 8px;
      display: none;
      position: absolute; }
      #board #game .switches #target p {
        color: #000000; }
    #board #game .switches #transliteration {
      right: 225px;
      top: 48px;
      position: absolute; }
      #board #game .switches #transliteration p {
        color: #000000; }
      #board #game .switches #transliteration.hide {
        display: none; }
  #board #game.domain-chinese .flashcards .flashcard .target .main {
    font-size: 25px; }
  #board #game.domain-chinese .flashcards .flashcard .target .transliteration {
    font-size: 16px; }
  #board #game.domain-arabic .flashcards .flashcard .target .main {
    font-size: 25px; }
  #board #game.domain-arabic .flashcards .flashcard .target .transliteration {
    font-size: 16px; }
  #board #game.domain-farsi .flashcards .flashcard .target .main {
    font-size: 25px; }
  #board #game.domain-farsi .flashcards .flashcard .target .transliteration {
    font-size: 16px; }
  #board #game.domain-hindi .flashcards .flashcard .target .main {
    font-size: 25px; }
  #board #game.domain-hindi .flashcards .flashcard .target .transliteration {
    font-size: 16px; }
  #board #game.domain-japanese .flashcards .flashcard .target .main {
    font-size: 24px; }
  #board #game.domain-japanese .flashcards .flashcard .target .transliteration {
    font-size: 16px; }
#board.level-essential .intro .header {
  background-position: 22px 21px; }
#board.level-essential #game .flashcards .flashcard {
  border-color: #7ed3f7; }
#board.level-intermediate .intro .header {
  background-position: -618px 21px; }
#board.level-intermediate #game .flashcards .flashcard {
  border-color: #bed73b; }
#board.level-advanced .intro .header {
  background-position: -1258px 21px; }
#board.level-advanced #game .flashcards .flashcard {
  border-color: #ffd100; }
#board.dothraki {
  background: #000000 url(https://www.livinglanguage.com/content/html5/games/images/header.png) no-repeat center bottom; }
  #board.dothraki .intro .header:before {
    background: transparent url(../../images/dothraki/vocabulary/header.png) no-repeat center; }
  #board.dothraki #game .control {
    background: transparent; }
    #board.dothraki #game .control #toggle {
      visibility: hidden; }
    #board.dothraki #game .control #shuffle a {
      padding: 0 5px;
      border: 1px solid #ffffff;
      text-transform: uppercase;
      background: transparent; }
      #board.dothraki #game .control #shuffle a:before {
        display: none; }
  #board.dothraki #game .flashcards {
    background: transparent; }
    #board.dothraki #game .flashcards .flashcard {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border: 5px solid #8a4233; }
      #board.dothraki #game .flashcards .flashcard .front, #board.dothraki #game .flashcards .flashcard .back {
        padding: 0 2px;
        left: 0; }
      #board.dothraki #game .flashcards .flashcard .front {
        background: #ffffff url(../../images/dothraki/vocabulary/flashcard.png) no-repeat center; }
        #board.dothraki #game .flashcards .flashcard .front .count, #board.dothraki #game .flashcards .flashcard .front .target, #board.dothraki #game .flashcards .flashcard .front .instructions {
          color: #8a4233; }
      #board.dothraki #game .flashcards .flashcard .back {
        background: #8a4233; }
        #board.dothraki #game .flashcards .flashcard .back .count, #board.dothraki #game .flashcards .flashcard .back .english, #board.dothraki #game .flashcards .flashcard .back .instructions {
          color: #ffffff; }
      #board.dothraki #game .flashcards .flashcard .img {
        display: none; }
      #board.dothraki #game .flashcards .flashcard .play {
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
        background-image: url(../../images/dothraki/play.png) !important;
        background-size: 20px 80px; }
  #board.dothraki #game .nav a {
    background-image: url(../../images/dothraki/vocabulary/nav.png) !important; }
  #board.dothraki #game .study-master {
    color: #ffffff; }
    #board.dothraki #game .study-master:before {
      background-image: url(../../images/dothraki/vocabulary/study-master.png) !important; }
  #board.dothraki #game .stats a:before {
    background-image: url(../../images/dothraki/vocabulary/study-master.png) !important; }
  #board.dothraki #game .switches #photos {
    display: none; }

/* Mobile */

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