/*---- All Scss Mixin ----*/
@font-face {
  font-family: "BritishCouncilSans";
  font-weight: normal;
  src: url("../fonts/bc/BritishCouncilSans-Regular.woff") format("woff"), url("../fonts/bc/BritishCouncilSans-Regular.eot?") format("eot"), url("../fonts/bc/BritishCouncilSans-Regular.otf") format("opentype"), url("../fonts/bc/BritishCouncilSans-Regular.ttf") format("truetype"), url("../fonts/bc/BritishCouncilSans-Regular.svg#BritishCouncilSans") format("svg"); }
@font-face {
  font-family: "BritishCouncilSans";
  font-weight: bold;
  src: url("../fonts/bc/BritishCouncilSans-Bold.woff") format("woff"), url("../fonts/bc/BritishCouncilSans-Bold.eot?") format("eot"), url("../fonts/bc/BritishCouncilSans-Bold.otf") format("opentype"), url("../fonts/bc/BritishCouncilSans-Bold.ttf") format("truetype"), url("../fonts/bc/BritishCouncilSans-Bold.svg#BritishCouncilSans") format("svg"); }
@font-face {
  font-family: "BritishCouncilSansInf";
  font-weight: normal;
  src: url("../fonts/bc/BritishCouncilSansInf-Rg.ttf") format("truetype"); }
@font-face {
  font-family: "BritishCouncilSansInf";
  font-weight: bold;
  src: url("../fonts/bc/BritishCouncilSansInf-Bd.ttf") format("truetype"); }
.signpost-container {
  width: auto !important;
  margin: 10px;
  padding: 0 !important; }

.signpost {
  margin: 10px 0; }
  .signpost[data-type="Badge1"] {
    display: flex;
    align-items: center; }
    .signpost[data-type="Badge1"] .title {
      margin-right: -10px;
      padding: 5px 20px;
      border-radius: 5px;
      background: brown;
      color: #fff; }
    .signpost[data-type="Badge1"] .icon {
      width: 75px;
      height: 75px;
      border-radius: 999px;
      background: brown; }
    .signpost[data-type="Badge1"] img {
      width: auto;
      height: 100%;
      border-radius: 999px; }
  .signpost[data-type="Type1"] {
    padding: 20px 10px;
    background: #fff; }
    .signpost[data-type="Type1"] .container {
      height: auto;
      overflow: hidden; }
    .signpost[data-type="Type1"] .row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      text-align: center; }
    .signpost[data-type="Type1"] .html {
      font-family: "Sniglet"; }
    .signpost[data-type="Type1"] .img {
      margin: 15px;
      overflow: hidden; }
      .signpost[data-type="Type1"] .img img {
        max-width: 100%;
        height: auto; }
  .signpost[data-type="Type2"] {
    background: #fff;
    padding: 30px;
    margin-bottom: 75px;
    border-radius: 25px;
    border: 2px solid #76bbb2; }
    .signpost[data-type="Type2"] .title-row {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin: 20px 0 20px -30px;
      padding-left: 30px;
      height: 30px;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
      background: #76bbb2; }
      .signpost[data-type="Type2"] .title-row .icon {
        margin-right: 10px;
        overflow: hidden; }
      .signpost[data-type="Type2"] .title-row .title {
        padding-right: 15px;
        color: #fff; }
      .signpost[data-type="Type2"] .title-row img {
        width: auto;
        height: 75%; }
    .signpost[data-type="Type2"] .img {
      text-align: right;
      margin-bottom: -75px; }
      .signpost[data-type="Type2"] .img img {
        max-width: 250px; }

.mejs-captions-text {
  white-space: pre-wrap;
  display: inline-block; }

#landing-page-contents .landing-page-text {
  margin: 0 auto;
  padding: 15px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15); }
  #landing-page-contents .landing-page-text .game-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold; }
  @media screen and (max-width: 766px) {
    #landing-page-contents .landing-page-text {
      margin-top: 10px; } }

body.kids-game {
  font-family: "BritishCouncilSansInf", "Source Sans Pro", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
  -webkit-overflow-scrolling: touch; }
@-moz-document url-prefix() {
  body.kids-game .bs-navmenu-offcanvas-example {
    max-width: 100%; } }
  body.kids-game .kids-game-header .col-right {
    overflow: hidden; }
  body.kids-game .kids-game-header .container-stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px; }
    body.kids-game .kids-game-header .container-stars .stars {
      width: 50px;
      height: 40px;
      background-image: url("../images/icon-star-inactive.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      transition: background .5s ease-in-out; }
      body.kids-game .kids-game-header .container-stars .stars.active {
        background-image: url("../images/icon-star-active.png"); }
  body.kids-game #container-score .unit {
    margin-left: 5px;
    font-size: 30px;
    position: relative;
    top: -3px; }
  body.kids-game .btn,
  body.kids-game #gameTitleText,
  body.kids-game .title {
    font-family: "BritishCouncilSansInf", "Source Sans Pro", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif; }
  body.kids-game .mini-audio .glyphicon-play:before {
    content: url(../images/label_the_picture/label-pic_icon-audio.png); }
  body.kids-game .mini-audio .glyphicon-pause:before {
    color: #fff;
    font-size: 20px; }
  body.kids-game .mini-audio .glyphicon-spinner {
    width: 40px;
    height: 25px;
    background-size: 30px 30px;
    background-image: url(../images/loading-audio-kids-game.gif); }
  body.kids-game #btn-prev {
    background: url(../images/duo_quiz/btn-previous.png) center center no-repeat;
    background-size: contain;
    width: 145.5px;
    height: 44.5px;
    border-radius: 0;
    text-indent: -99999px;
    image-rendering: -webkit-optimize-contrast;
    margin-right: 5px; }
  body.kids-game #btn-next {
    background: url(../images/duo_quiz/btn-next.png) center center no-repeat;
    background-size: contain;
    width: 145.5px;
    height: 44.5px;
    border-radius: 0;
    text-indent: -99999px;
    image-rendering: -webkit-optimize-contrast;
    margin-left: 5px; }
  body.kids-game .button-start {
    background: url("../images/label_the_picture/label-pic_btn-start.png") center center no-repeat;
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    margin: -82px auto 0 auto;
    width: 291px;
    height: 89px;
    text-indent: -99999px;
    cursor: pointer; }
  body.kids-game .bootstrap-dialog-body .bootstrap-dialog-message .content {
    margin-top: 0; }
  @media screen and (max-width: 766px) {
    body.kids-game .kids-game-header {
      margin-left: -25px;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    body.kids-game .bootstrap-dialog-body .bootstrap-dialog-message {
      font-size: 18px; }
    body.kids-game .modal-footer button {
      font-size: 16px;
      padding: 10px 20px;
      margin: 0 10px; } }

body.type-Survey .user-input-container {
  text-align: center; }
body.type-Survey .gapfield-list {
  margin: 0;
  min-height: 75px; }
  @media screen and (min-width: 768px) {
    body.type-Survey .gapfield-list {
      min-height: 95px; } }
body.type-Survey .br-widget {
  width: 100%;
  height: auto;
  white-space: inherit; }
  body.type-Survey .br-widget a {
    width: 30px;
    height: 30px;
    margin: 5px;
    background: transparent url("../images/star.png") center no-repeat;
    border: 0;
    display: inline-block;
    float: none; }
    body.type-Survey .br-widget a.br-active, body.type-Survey .br-widget a.br-selected {
      background-image: url("../images/star_clicked.png");
      background-color: transparent; }
  body.type-Survey .br-widget .br-current-rating {
    color: inherit;
    font-weight: inherit;
    width: 100%;
    padding: 15px 0 0 0; }

body.type-LabelThePicture #cardPile0 .panel .panel-body {
  min-height: 0; }
  body.type-LabelThePicture #cardPile0 .panel .panel-body .option-pool-list .list-group-item {
    padding-right: 35px; }
body.type-LabelThePicture #cardPile0 .list-inline {
  min-height: 0; }
body.type-LabelThePicture #questions .question .glyphicon-remove, body.type-LabelThePicture #questions .question .glyphicon-ok {
  right: -24px; }
body.type-LabelThePicture #questions .question .glyphicon-remove {
  color: #ffdea2; }
body.type-LabelThePicture #questions .question .list-group-item {
  padding-right: 35px; }

body.type-BalloonBurst .balloon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-size: 90%;
  background-position-x: 50%;
  background-repeat: no-repeat; }
body.type-BalloonBurst .balloon[data-style="0"]:before {
  background-image: url("../images/balloon_burst/balloon_red.png"); }
body.type-BalloonBurst .balloon[data-style="1"]:before {
  background-image: url("../images/balloon_burst/balloon_blue.png"); }
body.type-BalloonBurst .balloon[data-style="2"]:before {
  background-image: url("../images/balloon_burst/balloon_purple.png"); }
body.type-BalloonBurst .balloon[data-style="3"]:before {
  background-image: url("../images/balloon_burst/balloon_orange.png"); }
body.type-BalloonBurst .balloon[data-style="4"]:before {
  background-image: url("../images/balloon_burst/balloon_green.png"); }
body.type-BalloonBurst .balloon.burst:before {
  background-size: contain;
  background-position: top center;
  width: 140%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -20px; }
body.type-BalloonBurst .balloon.burst[data-style="0"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_red.png"); }
body.type-BalloonBurst .balloon.burst[data-style="1"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_blue.png"); }
body.type-BalloonBurst .balloon.burst[data-style="2"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_purple.png"); }
body.type-BalloonBurst .balloon.burst[data-style="3"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_orange.png"); }
body.type-BalloonBurst .balloon.burst[data-style="4"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_green.png"); }
body.type-BalloonBurst .balloon.burst[data-correct="false"]:before {
  width: 130%;
  background-image: url("../images/balloon_burst/balloon_burst_inc_red.svg"); }
body.type-BalloonBurst .balloon.burst[data-correct="false"][data-style="1"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_inc_blue.svg"); }
body.type-BalloonBurst .balloon.burst[data-correct="false"][data-style="2"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_inc_purple.svg"); }
body.type-BalloonBurst .balloon.burst[data-correct="false"][data-style="3"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_inc_orange.svg"); }
body.type-BalloonBurst .balloon.burst[data-correct="false"][data-style="4"]:before {
  background-image: url("../images/balloon_burst/balloon_burst_inc_green.svg"); }
body.type-BalloonBurst .balloon button {
  position: relative; }
body.type-BalloonBurst .question-info-container {
  min-height: 100px; }
body.type-BalloonBurst .hint-container {
  position: absolute;
  text-align: right;
  width: auto;
  float: right;
  top: -60px;
  right: -50px; }
  @media screen and (max-width: 766px) {
    body.type-BalloonBurst .hint-container {
      top: -20px;
      right: auto;
      white-space: nowrap;
      left: 50%;
      transform: translateX(-50%); }
      body.type-BalloonBurst .hint-container .hint-audio {
        width: auto;
        position: inherit;
        top: 20px; }
      body.type-BalloonBurst .hint-container .hint-image {
        width: 115px !important; } }
  body.type-BalloonBurst .hint-container .hint-image {
    width: 150px;
    margin-left: 50px; }
body.type-BalloonBurst .word-container.correct:before, body.type-BalloonBurst .answer-container.correct:before {
  bottom: 5px;
  top: auto;
  right: -20px; }
@media screen and (max-width: 766px) {
  body.type-BalloonBurst .word-container.correct:before, body.type-BalloonBurst .answer-container.correct:before {
    bottom: 0;
    right: -10px; }
  body.type-BalloonBurst .word-container .user-char, body.type-BalloonBurst .answer-container .user-char {
    height: 44px;
    font-size: 24px;
    width: 20px; } }
body.type-BalloonBurst .mini-audio {
  position: relative; }
  body.type-BalloonBurst .mini-audio .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%); }
    body.type-BalloonBurst .mini-audio .glyphicon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      transform: translate(-50%, -50%);
      width: auto;
      height: auto; }
  body.type-BalloonBurst .mini-audio .glyphicon-play:before {
    background: none;
    margin-left: 4px; }
  body.type-BalloonBurst .mini-audio .glyphicon-pause:before {
    margin-left: 1px; }
@media screen and (max-width: 766px) {
  body.type-BalloonBurst #questions {
    margin-bottom: 0; } }

body.type-FindThePairs .button-start {
  margin-top: -120px; }
@media screen and (max-width: 766px) {
  body.type-FindThePairs #extra-header.kids-game-header {
    margin-left: -8px;
    width: calc(100% + 16px); } }
body.type-FindThePairs .pair-item-back-side {
  line-height: 24px; }

.type-ImageMultipleChoice .button-start,
body.type-DuoQuiz .button-start {
  transform: scale(0.75, 0.75);
  image-rendering: -webkit-optimize-contrast; }
.type-ImageMultipleChoice .extra-header .container-page-number .value,
body.type-DuoQuiz .extra-header .container-page-number .value {
  font-size: 28px;
  color: #fff;
  position: relative;
  padding-left: 40px; }
  .type-ImageMultipleChoice .extra-header .container-page-number .value:before,
  body.type-DuoQuiz .extra-header .container-page-number .value:before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
    height: 27px;
    width: 30px;
    background: url(../images/duo_quiz/icon-paper.png) center no-repeat;
    background-size: contain; }
.type-ImageMultipleChoice .question .form-group,
body.type-DuoQuiz .question .form-group {
  font-size: 24px; }
  .type-ImageMultipleChoice .question .form-group > .mini-audio,
  body.type-DuoQuiz .question .form-group > .mini-audio {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #fff3dc;
    top: 11px;
    margin-left: 5px;
    margin-bottom: 5px; }
    .type-ImageMultipleChoice .question .form-group > .mini-audio:focus, .type-ImageMultipleChoice .question .form-group > .mini-audio:active,
    body.type-DuoQuiz .question .form-group > .mini-audio:focus,
    body.type-DuoQuiz .question .form-group > .mini-audio:active {
      background-color: #fff3dc; }
    .type-ImageMultipleChoice .question .form-group > .mini-audio > span,
    body.type-DuoQuiz .question .form-group > .mini-audio > span {
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      transform: translate(-50%, -50%); }
      .type-ImageMultipleChoice .question .form-group > .mini-audio > span.glyphicon-play:before,
      body.type-DuoQuiz .question .form-group > .mini-audio > span.glyphicon-play:before {
        left: 20px; }
      .type-ImageMultipleChoice .question .form-group > .mini-audio > span.glyphicon-pause:before,
      body.type-DuoQuiz .question .form-group > .mini-audio > span.glyphicon-pause:before {
        color: #f6a537;
        left: 18px; }
.type-ImageMultipleChoice .question .text-question,
body.type-DuoQuiz .question .text-question {
  display: inline; }
.type-ImageMultipleChoice .question .row-score-for-question,
body.type-DuoQuiz .question .row-score-for-question {
  margin-bottom: 10px;
  font-size: 12px; }
.type-ImageMultipleChoice .question .mini-audio,
body.type-DuoQuiz .question .mini-audio {
  border: 0;
  display: inline-block; }
  .type-ImageMultipleChoice .question .mini-audio:active, .type-ImageMultipleChoice .question .mini-audio:focus,
  body.type-DuoQuiz .question .mini-audio:active,
  body.type-DuoQuiz .question .mini-audio:focus {
    background: none; }
  .type-ImageMultipleChoice .question .mini-audio .glyphicon,
  body.type-DuoQuiz .question .mini-audio .glyphicon {
    left: 5px;
    width: 35px;
    height: 15px; }
    .type-ImageMultipleChoice .question .mini-audio .glyphicon:before,
    body.type-DuoQuiz .question .mini-audio .glyphicon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
.type-ImageMultipleChoice .question .toggle-game-options .mini-audio,
body.type-DuoQuiz .question .toggle-game-options .mini-audio {
  margin-right: 0;
  padding-right: 0;
  float: right; }
.type-ImageMultipleChoice .question .toggle-game-options .radio > label,
body.type-DuoQuiz .question .toggle-game-options .radio > label {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.type-ImageMultipleChoice .question .toggle-game-options .radio.btn-danger > label, .type-ImageMultipleChoice .question .toggle-game-options .radio.btn-success > label,
body.type-DuoQuiz .question .toggle-game-options .radio.btn-danger > label,
body.type-DuoQuiz .question .toggle-game-options .radio.btn-success > label {
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.type-ImageMultipleChoice .question .question-image-container,
body.type-DuoQuiz .question .question-image-container {
  padding-bottom: 30px; }
  .type-ImageMultipleChoice .question .question-image-container img,
  body.type-DuoQuiz .question .question-image-container img {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #bbb; }
.type-ImageMultipleChoice .question .panel .panel-body,
body.type-DuoQuiz .question .panel .panel-body {
  background-color: #f9e8c9;
  padding: 20px;
  padding-left: 60px;
  background-position: 10px 50%; }
.type-ImageMultipleChoice .progress-indicator ul,
body.type-DuoQuiz .progress-indicator ul {
  text-align: center; }
.type-ImageMultipleChoice .generalOptions .btn,
body.type-DuoQuiz .generalOptions .btn {
  margin: 0 5px; }
.type-ImageMultipleChoice #footerPanel,
body.type-DuoQuiz #footerPanel {
  text-align: center;
  width: 80%;
  position: relative;
  margin: 0 auto;
  float: none; }
  .type-ImageMultipleChoice #footerPanel .bg-info,
  body.type-DuoQuiz #footerPanel .bg-info {
    float: none;
    position: absolute;
    top: 65px;
    right: 0; }
    @media screen and (max-width: 766px) {
      .type-ImageMultipleChoice #footerPanel .bg-info,
      body.type-DuoQuiz #footerPanel .bg-info {
        position: relative;
        top: -35px;
        color: #d93d01; } }
@media screen and (max-width: 380px) {
  .type-ImageMultipleChoice #btn-prev, .type-ImageMultipleChoice #btn-next,
  body.type-DuoQuiz #btn-prev,
  body.type-DuoQuiz #btn-next {
    width: 116px;
    height: 35px; } }

body.type-Word2word .button-start {
  margin-top: -120px; }
@media screen and (min-width: 768px) {
  body.type-Word2word #btn-prev, body.type-Word2word #btn-next {
    margin-bottom: 20px; } }

body.type-ColorGrouping #landing-page {
  z-index: 9999; }
body.type-ColorGrouping .kids-game-header {
  margin-bottom: 0; }
body.type-ColorGrouping #container-score {
  position: relative;
  z-index: 1; }
body.type-ColorGrouping #myNavmenuCanvas {
  background: #fffddf url(../images/color_grouping/game_bg.jpg) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  padding-bottom: 0; }
  @media screen and (max-width: 766px) {
    body.type-ColorGrouping #myNavmenuCanvas {
      padding-bottom: 60px; } }
body.type-ColorGrouping #exerciseColumn {
  cursor: url(../images/color_grouping/brush.png) auto; }
body.type-ColorGrouping #landing-page-contents {
  padding: 0;
  background: #ec5000; }
body.type-ColorGrouping .button-start {
  margin-top: -150px;
  transform: scale(0.75, 0.75);
  image-rendering: -webkit-optimize-contrast; }
  @media screen and (max-width: 400px) {
    body.type-ColorGrouping .button-start {
      margin-top: -30px; } }
body.type-ColorGrouping #exercisePanel {
  overflow: visible; }
body.type-ColorGrouping #cardPile0 {
  position: absolute;
  z-index: 1;
  top: auto;
  left: 50%;
  top: 460px;
  width: 100%;
  max-width: 767px;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  margin-left: -8px;
  pointer-events: none; }
  body.type-ColorGrouping #cardPile0 .panel {
    margin: 0;
    pointer-events: auto; }
body.type-ColorGrouping .user-item .question-text-container {
  cursor: pointer; }
body.type-ColorGrouping .question-content-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  padding-top: 10px; }
  @media screen and (max-width: 480px) {
    body.type-ColorGrouping .question-content-container {
      padding-left: 0;
      padding-right: 0;
      justify-content: space-between; } }
  body.type-ColorGrouping .question-content-container div[class*=col], body.type-ColorGrouping .question-content-container .form-group {
    width: 100%;
    margin-bottom: 0; }
  body.type-ColorGrouping .question-content-container .question {
    width: 30%;
    display: inline-block;
    margin: 0px 5% 0px 0; }
    @media screen and (min-width: 650px) {
      body.type-ColorGrouping .question-content-container .question:nth-child(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 649px) {
      body.type-ColorGrouping .question-content-container .question {
        width: 45%; }
        body.type-ColorGrouping .question-content-container .question:nth-child(2n) {
          margin-right: 0; } }
  body.type-ColorGrouping .question-content-container .question-text-container {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 25px; }
    @media screen and (max-width: 480px) {
      body.type-ColorGrouping .question-content-container .question-text-container {
        height: 75px;
        padding: 17px 10px; } }
    body.type-ColorGrouping .question-content-container .question-text-container:before {
      content: '';
      position: absolute;
      top: -3px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
      background: url(../images/color_grouping/answer_bg.png) center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 400px) {
        body.type-ColorGrouping .question-content-container .question-text-container:before {
          width: 109%; } }
    body.type-ColorGrouping .question-content-container .question-text-container:after {
      content: '';
      position: absolute;
      top: -3px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 400px) {
        body.type-ColorGrouping .question-content-container .question-text-container:after {
          width: 109%; } }
    body.type-ColorGrouping .question-content-container .question-text-container .question-audio-container {
      display: block;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 480px) {
        body.type-ColorGrouping .question-content-container .question-text-container .question-audio-container {
          max-width: 30px; } }
      body.type-ColorGrouping .question-content-container .question-text-container .question-audio-container .mini-audio {
        border: 0;
        margin: 0; }
    body.type-ColorGrouping .question-content-container .question-text-container .question-glyphicon[class*=btn] {
      position: absolute;
      top: -5px;
      right: -15px;
      height: 45px;
      width: 45px;
      z-index: 1;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-color: transparent; }
      @media screen and (max-width: 400px) {
        body.type-ColorGrouping .question-content-container .question-text-container .question-glyphicon[class*=btn] {
          top: -10px;
          right: -10px;
          height: 35px;
          width: 35px; } }
      body.type-ColorGrouping .question-content-container .question-text-container .question-glyphicon[class*=btn]:before {
        display: none; }
      body.type-ColorGrouping .question-content-container .question-text-container .question-glyphicon[class*=btn].btn-danger {
        background-image: url(../images/color_grouping/cross.png); }
      body.type-ColorGrouping .question-content-container .question-text-container .question-glyphicon[class*=btn].btn-success {
        background-image: url(../images/color_grouping/tick.png);
        height: 55px;
        width: 55px;
        top: -10px; }
        @media screen and (max-width: 400px) {
          body.type-ColorGrouping .question-content-container .question-text-container .question-glyphicon[class*=btn].btn-success {
            height: 40px;
            width: 45px;
            top: -15px; } }
    body.type-ColorGrouping .question-content-container .question-text-container[data-color-index="0"]:after {
      background-image: url(../images/color_grouping/answer_bg_strong_like.png); }
    body.type-ColorGrouping .question-content-container .question-text-container[data-color-index="1"]:after {
      background-image: url(../images/color_grouping/answer_bg_medium_dislike.png); }
    body.type-ColorGrouping .question-content-container .question-text-container[data-color-index="2"]:after {
      background-image: url(../images/color_grouping/answer_bg_medium_like.png); }
    body.type-ColorGrouping .question-content-container .question-text-container[data-color-index="3"]:after {
      background-image: url(../images/color_grouping/answer_bg_strong_dislike.png); }
    body.type-ColorGrouping .question-content-container .question-text-container .question-text {
      display: block;
      width: 100%;
      text-align: center;
      line-height: 18px;
      z-index: 10;
      position: relative; }
body.type-ColorGrouping .answer-content-container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px; }
  @media screen and (max-width: 766px) {
    body.type-ColorGrouping .answer-content-container {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    body.type-ColorGrouping .answer-content-container {
      padding: 0 20px; } }
  @media screen and (max-width: 400px) {
    body.type-ColorGrouping .answer-content-container {
      padding: 0; } }
  body.type-ColorGrouping .answer-content-container .answer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    width: 50%;
    padding: 5px 0; }
    body.type-ColorGrouping .answer-content-container .answer-content .answer-color-indicator {
      width: 20px;
      height: 20px;
      border-radius: 9999px; }
    body.type-ColorGrouping .answer-content-container .answer-content .answer-text {
      flex: 1;
      padding-left: 15px; }
    body.type-ColorGrouping .answer-content-container .answer-content .answer-audio-container .mini-audio {
      border: 0; }
    body.type-ColorGrouping .answer-content-container .answer-content[data-color-index="0"] .answer-color-indicator {
      background: #dd0067; }
    body.type-ColorGrouping .answer-content-container .answer-content[data-color-index="1"] .answer-color-indicator {
      background: #7cb800; }
    body.type-ColorGrouping .answer-content-container .answer-content[data-color-index="2"] .answer-color-indicator {
      background: #ff8b08; }
    body.type-ColorGrouping .answer-content-container .answer-content[data-color-index="3"] .answer-color-indicator {
      background: #00ca9c; }
body.type-ColorGrouping #cardPile0.palette > div {
  background: url(../images/color_grouping/color-board.svg) center no-repeat;
  background-size: contain;
  height: 200px;
  width: 200px;
  background-color: none; }
@media screen and (max-width: 766px) {
  body.type-ColorGrouping #cardPile0.palette {
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 0;
    margin-left: 0;
    top: auto;
    bottom: 0; }
    body.type-ColorGrouping #cardPile0.palette > div {
      background: #efd5a7;
      height: auto;
      width: 100%; } }
body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 768px) {
    body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item {
      display: list-item; }
      body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item:nth-child(1) {
        left: 90px; }
      body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item:nth-child(2) {
        left: 30px;
        top: -27px; }
      body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item:nth-child(3) {
        top: -21px; }
      body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item:nth-child(4) {
        left: 25px;
        top: -10px; } }
  body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item:hover {
    border-width: 0; }
  body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item[data-color-index="0"] {
    background-image: url(../images/color_grouping/color-purple.svg); }
  body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item[data-color-index="1"] {
    background-image: url(../images/color_grouping/color-green.svg); }
  body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item[data-color-index="2"] {
    background-image: url(../images/color_grouping/color-orange.svg); }
  body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item[data-color-index="3"] {
    background-image: url(../images/color_grouping/color-blue.svg); }
body.type-ColorGrouping #cardPile0.palette .option-pool-list .selected {
  color: #000;
  font-weight: bold; }
@media screen and (max-width: 766px) {
  body.type-ColorGrouping #cardPile0.palette .option-pool-list {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    max-width: 300px;
    margin: 0 auto; }
    body.type-ColorGrouping #cardPile0.palette .option-pool-list .list-group-item {
      width: 50px;
      height: 50px; } }
body.type-ColorGrouping .easel-top-container {
  text-align: center; }
  @media screen and (max-width: 400px) {
    body.type-ColorGrouping .easel-top-container img {
      width: 60%; } }
body.type-ColorGrouping .easel-left-pigment-container {
  position: absolute;
  top: 67%;
  left: -60px; }
body.type-ColorGrouping .easel-board-container {
  background: #eee;
  padding: 20px; }
  @media screen and (max-width: 400px) {
    body.type-ColorGrouping .easel-board-container {
      padding: 10px; } }
body.type-ColorGrouping .easel-bottom-container {
  text-align: center; }
  body.type-ColorGrouping .easel-bottom-container .easel-bottom-top {
    width: 85%;
    height: 30px;
    background: #b45d39;
    margin: auto; }
    @media screen and (max-width: 400px) {
      body.type-ColorGrouping .easel-bottom-container .easel-bottom-top {
        width: 100%; } }
  body.type-ColorGrouping .easel-bottom-container .easel-bottom-bottom {
    width: 85%;
    height: 94px;
    background: url(../images/color_grouping/easel-bottom.png) center bottom no-repeat;
    background-size: 420px 94px;
    margin: auto; }
    @media screen and (max-width: 766px) {
      body.type-ColorGrouping .easel-bottom-container .easel-bottom-bottom {
        background-size: contain;
        background-position: center top; } }
    @media screen and (max-width: 400px) {
      body.type-ColorGrouping .easel-bottom-container .easel-bottom-bottom {
        width: 100%;
        height: 54px; } }
    body.type-ColorGrouping .easel-bottom-container .easel-bottom-bottom .question-remaining-text-container {
      display: inline-block;
      background: #99502e;
      padding: 3px 20px;
      width: 250px; }
      @media screen and (max-width: 400px) {
        body.type-ColorGrouping .easel-bottom-container .easel-bottom-bottom .question-remaining-text-container {
          padding: 3px 0px;
          width: 180px; } }
    body.type-ColorGrouping .easel-bottom-container .easel-bottom-bottom #gameQuestionsRemainingText {
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      width: 100%; }
body.type-ColorGrouping[data-selected-color-index='0'] #myNavmenuCanvas .easel-board-container,
body.type-ColorGrouping[data-selected-color-index='0'] .user-item .question-text-container,
body.type-ColorGrouping[data-selected-color-index='0'] #cardPile0 .panel,
body.type-ColorGrouping[data-selected-color-index='0'] .option-pool-list .list-group-item {
  cursor: url(../images/color_grouping/brush-purple.png) 1 111, auto; }
  body.type-ColorGrouping[data-selected-color-index='0'] #myNavmenuCanvas .easel-board-container:active,
  body.type-ColorGrouping[data-selected-color-index='0'] .user-item .question-text-container:active,
  body.type-ColorGrouping[data-selected-color-index='0'] #cardPile0 .panel:active,
  body.type-ColorGrouping[data-selected-color-index='0'] .option-pool-list .list-group-item:active {
    cursor: url(../images/color_grouping/brush-purple-active.png) 1 111, auto; }
body.type-ColorGrouping[data-selected-color-index='1'] #myNavmenuCanvas .easel-board-container,
body.type-ColorGrouping[data-selected-color-index='1'] .user-item .question-text-container,
body.type-ColorGrouping[data-selected-color-index='1'] #cardPile0 .panel,
body.type-ColorGrouping[data-selected-color-index='1'] .option-pool-list .list-group-item {
  cursor: url(../images/color_grouping/brush-green.png) 1 111, auto; }
  body.type-ColorGrouping[data-selected-color-index='1'] #myNavmenuCanvas .easel-board-container:active,
  body.type-ColorGrouping[data-selected-color-index='1'] .user-item .question-text-container:active,
  body.type-ColorGrouping[data-selected-color-index='1'] #cardPile0 .panel:active,
  body.type-ColorGrouping[data-selected-color-index='1'] .option-pool-list .list-group-item:active {
    cursor: url(../images/color_grouping/brush-green-active.png) 1 111, auto; }
body.type-ColorGrouping[data-selected-color-index='2'] #myNavmenuCanvas .easel-board-container,
body.type-ColorGrouping[data-selected-color-index='2'] .user-item .question-text-container,
body.type-ColorGrouping[data-selected-color-index='2'] #cardPile0 .panel,
body.type-ColorGrouping[data-selected-color-index='2'] .option-pool-list .list-group-item {
  cursor: url(../images/color_grouping/brush-orange.png) 1 111, auto; }
  body.type-ColorGrouping[data-selected-color-index='2'] #myNavmenuCanvas .easel-board-container:active,
  body.type-ColorGrouping[data-selected-color-index='2'] .user-item .question-text-container:active,
  body.type-ColorGrouping[data-selected-color-index='2'] #cardPile0 .panel:active,
  body.type-ColorGrouping[data-selected-color-index='2'] .option-pool-list .list-group-item:active {
    cursor: url(../images/color_grouping/brush-orange-active.png) 1 111, auto; }
body.type-ColorGrouping[data-selected-color-index='3'] #myNavmenuCanvas .easel-board-container,
body.type-ColorGrouping[data-selected-color-index='3'] .user-item .question-text-container,
body.type-ColorGrouping[data-selected-color-index='3'] #cardPile0 .panel,
body.type-ColorGrouping[data-selected-color-index='3'] .option-pool-list .list-group-item {
  cursor: url(../images/color_grouping/brush-blue.png) 1 111, auto; }
  body.type-ColorGrouping[data-selected-color-index='3'] #myNavmenuCanvas .easel-board-container:active,
  body.type-ColorGrouping[data-selected-color-index='3'] .user-item .question-text-container:active,
  body.type-ColorGrouping[data-selected-color-index='3'] #cardPile0 .panel:active,
  body.type-ColorGrouping[data-selected-color-index='3'] .option-pool-list .list-group-item:active {
    cursor: url(../images/color_grouping/brush-blue-active.png) 1 111, auto; }
body.type-ColorGrouping .mini-audio {
  display: block;
  height: 30px; }
  body.type-ColorGrouping .mini-audio:focus {
    background: none;
    border: 0; }
  body.type-ColorGrouping .mini-audio .glyphicon-play:before {
    content: url(../images/color_grouping/audio-black.png); }
  body.type-ColorGrouping .mini-audio .glyphicon-pause:before {
    color: #666; }
body.type-ColorGrouping .generalOptions {
  position: absolute;
  bottom: 0;
  z-index: 999; }
  @media screen and (max-width: 766px) {
    body.type-ColorGrouping .generalOptions {
      position: static; } }
  body.type-ColorGrouping .generalOptions a.btn {
    color: #fff;
    background-image: linear-gradient(to top, #c44e00 3%, #ae4601 64%); }

body.type-Hangman #landing-page #landing-page-title {
  display: none; }
@media screen and (max-width: 480px) {
  body.type-Hangman .kids-game-header {
    margin-bottom: 10px; } }
@media screen and (max-width: 576px) {
  body.type-Hangman .kids-game-header .col-right {
    width: 40%;
    padding-top: 8px; }
    body.type-Hangman .kids-game-header .col-right .value {
      font-size: 20px !important; } }
body.type-Hangman .container-page-number {
  margin-right: 20px; }
  body.type-Hangman .container-page-number .value {
    font-size: 28px;
    color: #fff;
    position: relative;
    padding-left: 40px; }
    body.type-Hangman .container-page-number .value:before {
      content: '';
      position: absolute;
      top: 50%;
      bottom: auto;
      left: 0;
      transform: translateY(-50%);
      height: 27px;
      width: 30px;
      background: url(../images/duo_quiz/icon-paper.png) center no-repeat;
      background-size: contain; }
  @media screen and (max-width: 576px) {
    body.type-Hangman .container-page-number {
      float: right;
      margin-right: 0;
      width: 100%;
      text-align: right;
      opacity: 0.5; }
      body.type-Hangman .container-page-number .value {
        padding-left: 30px;
        display: inline-block; }
        body.type-Hangman .container-page-number .value:before {
          height: 19px;
          width: 26px; } }
@media screen and (max-width: 576px) {
  body.type-Hangman #container-lives {
    float: right;
    background-size: 20px;
    padding-left: 27px;
    margin-right: 0; } }
@media screen and (max-width: 576px) {
  body.type-Hangman #container-timer {
    float: right;
    background-size: 20px 20px;
    padding-left: 27px;
    width: auto;
    margin-right: 10px; } }
body.type-Hangman .hint-container {
  padding: 5px 20px 20px;
  margin-top: 30px;
  margin-left: 20px;
  background: #fece00;
  border-radius: 3px; }
  @media screen and (max-width: 766px) {
    body.type-Hangman .hint-container {
      margin: 0;
      margin-bottom: 20px; } }
  body.type-Hangman .hint-container > .row:last-child {
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 766px) {
      body.type-Hangman .hint-container > .row:last-child {
        justify-content: center;
        padding: 0 15%; }
        body.type-Hangman .hint-container > .row:last-child > div {
          width: auto; } }
  body.type-Hangman .hint-container .hint-text {
    line-height: 20px; }
  body.type-Hangman .hint-container .hint-image img {
    border-radius: 5px;
    border: 1px solid #e5b900; }
  body.type-Hangman .hint-container .hint-audio {
    background: #fa7e02;
    border: 0;
    border-radius: 3px;
    width: 40px;
    height: 30px;
    margin-left: -15px;
    position: relative;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4); }
    body.type-Hangman .hint-container .hint-audio a {
      position: absolute;
      border: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      transform: translate(-50%, -50%); }
      body.type-Hangman .hint-container .hint-audio a:focus {
        background: transparent; }
      body.type-Hangman .hint-container .hint-audio a > span {
        width: 26px;
        text-align: center; }
        body.type-Hangman .hint-container .hint-audio a > span.glyphicon-pause {
          padding-bottom: 4px; }
body.type-Hangman #questions .question .user-item {
  display: flex;
  justify-content: center;
  align-items: center; }
  body.type-Hangman #questions .question .user-item .glyphicon-ok {
    font-size: 20px;
    margin-left: 10px; }
body.type-Hangman #questions .question .user-char-container {
  position: relative;
  z-index: 5; }
  body.type-Hangman #questions .question .user-char-container .user-char {
    text-align: center; }
    body.type-Hangman #questions .question .user-char-container .user-char:last-child {
      margin-right: 0; }
    body.type-Hangman #questions .question .user-char-container .user-char.user-char-correct {
      background: url(../images/hang_man/keyboard-button-green.png) center center no-repeat;
      background-size: contain;
      color: #fff; }
    body.type-Hangman #questions .question .user-char-container .user-char.user-char-missing {
      background: url(../images/hang_man/keyboard-button-red.png) center center no-repeat;
      background-size: contain;
      color: #fff; }
    @media screen and (max-width: 766px) {
      body.type-Hangman #questions .question .user-char-container .user-char {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px; } }
@media screen and (max-width: 766px) {
  body.type-Hangman #questions .question .row-1 {
    display: flex;
    flex-wrap: wrap; }
    body.type-Hangman #questions .question .row-1 > div:first-child {
      order: 1; } }
body.type-Hangman #questions .question .row-3 {
  padding: 20px;
  padding-top: 0; }
  body.type-Hangman #questions .question .row-3 > div {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.4); }
    body.type-Hangman #questions .question .row-3 > div:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border-bottom: 35px solid rgba(255, 184, 28, 0.1);
      border-left: 70px solid transparent;
      border-right: 70px solid transparent;
      height: 0;
      width: 100%; }
body.type-Hangman .live-indicator-container {
  height: 220px;
  margin-top: 45px; }
  @media screen and (max-width: 766px) {
    body.type-Hangman .live-indicator-container {
      height: 65vw;
      display: none; } }
  body.type-Hangman .live-indicator-container > div {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 115%; }
    body.type-Hangman .live-indicator-container > div img {
      width: 100%;
      position: static; }
    @media screen and (max-width: 766px) {
      body.type-Hangman .live-indicator-container > div {
        max-width: 500px; } }
  body.type-Hangman .live-indicator-container .live-indicator-background-wrapper {
    z-index: 1; }
  body.type-Hangman .live-indicator-container .live-indicator-wrapper {
    z-index: 2; }
  body.type-Hangman .live-indicator-container .live-indicator-emoji-wrapper {
    z-index: 3; }
body.type-Hangman .live-indicator-container-mobile {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none; }
  @media screen and (max-width: 766px) {
    body.type-Hangman .live-indicator-container-mobile {
      display: block;
      position: relative; } }
  body.type-Hangman .live-indicator-container-mobile .live-indicator-background-wrapper-mobile {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 10px;
    position: relative;
    background: linear-gradient(to right, #ef0b03, #43342a);
    background-size: 100% 10px;
    border-radius: 99px;
    padding-top: 15px; }
    body.type-Hangman .live-indicator-container-mobile .live-indicator-background-wrapper-mobile div[class*=live-indicator-background-mobile] {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      width: 15px;
      height: 20px; }
    body.type-Hangman .live-indicator-container-mobile .live-indicator-background-wrapper-mobile .live-indicator-background-mobile-01 {
      background-image: url(../images/hang_man/heart-01.png); }
    body.type-Hangman .live-indicator-container-mobile .live-indicator-background-wrapper-mobile .live-indicator-background-mobile-02 {
      background-image: url(../images/hang_man/heart-02.png); }
    body.type-Hangman .live-indicator-container-mobile .live-indicator-background-wrapper-mobile .live-indicator-background-mobile-03 {
      background-image: url(../images/hang_man/heart-03.png); }
    body.type-Hangman .live-indicator-container-mobile .live-indicator-background-wrapper-mobile .live-indicator-background-mobile-04 {
      background-image: url(../images/hang_man/heart-04.png); }
    body.type-Hangman .live-indicator-container-mobile .live-indicator-background-wrapper-mobile .live-indicator-background-mobile-05 {
      background-image: url(../images/hang_man/heart-05.png); }
  body.type-Hangman .live-indicator-container-mobile .live-indicator-emoji-wrapper-mobile {
    position: absolute;
    bottom: 33px;
    left: 50%;
    width: calc(100% - 20px);
    height: 30px;
    transform: translateX(-50%); }
    body.type-Hangman .live-indicator-container-mobile .live-indicator-emoji-wrapper-mobile > img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70px;
      height: 70px;
      margin-left: -35px;
      transition: left .2s; }
      body.type-Hangman .live-indicator-container-mobile .live-indicator-emoji-wrapper-mobile > img.live-indicator-emoji-mobile {
        z-index: 2; }
      body.type-Hangman .live-indicator-container-mobile .live-indicator-emoji-wrapper-mobile > img.live-indicator-mobile {
        z-index: 1;
        transform: rotate(53deg); }
body.type-Hangman .button-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  body.type-Hangman .button-container .button-char {
    text-align: center;
    padding: 0; }
    @media screen and (max-width: 766px) {
      body.type-Hangman .button-container .button-char {
        width: 45px !important;
        height: 45px !important; } }
body.type-Hangman .progress-indicator {
  float: none;
  display: inline-block;
  margin-top: 30px; }
  body.type-Hangman .progress-indicator > ul {
    float: none;
    text-align: center; }
  body.type-Hangman .progress-indicator .carousel-indicators {
    margin-bottom: 15px; }
body.type-Hangman .pager .disabled a {
  opacity: 0.5; }
body.type-Hangman #footerPanel .bg-info {
  color: #d93d01; }

#muteButton {
  float: right; }

body.type-ImageMultipleChoice {
  /* Fix checkbox */
  /* Panel comment */
  /* Content */ }
  body.type-ImageMultipleChoice #exercisePanel {
    overflow: visible; }
  @media screen and (max-width: 766px) {
    body.type-ImageMultipleChoice .extra-header .col-left {
      padding: 0; } }
  @media screen and (max-width: 766px) {
    body.type-ImageMultipleChoice .extra-header .col-right {
      width: 45%;
      padding: 5px 0; }
      body.type-ImageMultipleChoice .extra-header .col-right > div {
        float: right; } }
  body.type-ImageMultipleChoice .extra-header .container-page-number {
    margin-bottom: 3px;
    padding-right: 5px; }
    @media screen and (max-width: 766px) {
      body.type-ImageMultipleChoice .extra-header .container-page-number .value {
        font-size: 18px; }
        body.type-ImageMultipleChoice .extra-header .container-page-number .value:before {
          height: 20px;
          width: 33px; } }
  @media screen and (max-width: 766px) {
    body.type-ImageMultipleChoice .kids-game-header .container-stars .stars {
      width: 40px;
      height: 30px; } }
  body.type-ImageMultipleChoice #questions {
    overflow: visible; }
  body.type-ImageMultipleChoice .toggle-game-options .radio, body.type-ImageMultipleChoice .toggle-game-options-answers .radio {
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: normal;
    background: url(../images/balloon_burst/btn-bg.jpg) repeat-x;
    background-size: 100% 100%;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #b4600e;
    border-bottom: 1px solid rgba(180, 96, 14, 0);
    box-shadow: 0 2px 2px rgba(115, 115, 115, 0.4); }
  body.type-ImageMultipleChoice .toggle-game-options.has-feedback .radio, body.type-ImageMultipleChoice .toggle-game-options-answers.has-feedback .radio {
    box-shadow: 0 2px 2px rgba(115, 115, 115, 0.4) !important; }
  body.type-ImageMultipleChoice .toggle-game-options .radio label, body.type-ImageMultipleChoice .toggle-game-options-answers .radio label {
    padding: 0;
    font-size: 20px; }
  body.type-ImageMultipleChoice .question {
    line-height: normal;
    margin: 0 auto; }
    body.type-ImageMultipleChoice .question.show-grid0 > .row0 > .form-group:first-child {
      margin: 0 -30px;
      background: linear-gradient(to right, rgba(255, 228, 124, 0.15), #ffe47c, rgba(255, 228, 124, 0));
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 64px;
      padding-left: 100px;
      max-width: 95%; }
      body.type-ImageMultipleChoice .question.show-grid0 > .row0 > .form-group:first-child .text-question {
        height: auto;
        margin: 0; }
      body.type-ImageMultipleChoice .question.show-grid0 > .row0 > .form-group:first-child .btn-primary.mini-audio {
        background: none;
        top: 3px; }
        body.type-ImageMultipleChoice .question.show-grid0 > .row0 > .form-group:first-child .btn-primary.mini-audio + .text-question {
          padding-left: 25px; }
      body.type-ImageMultipleChoice .question.show-grid0 > .row0 > .form-group:first-child .question-number {
        margin-right: 15px; }
      body.type-ImageMultipleChoice .question.show-grid0 > .row0 > .form-group:first-child .glyphicon-play:before {
        content: '';
        background-image: url("../images/advance-audio.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 75px;
        height: 75px; }
      body.type-ImageMultipleChoice .question.show-grid0 > .row0 > .form-group:first-child .glyphicon-pause:before {
        font-size: 35px; }
      @media screen and (max-width: 766px) {
        body.type-ImageMultipleChoice .question.show-grid0 > .row0 > .form-group:first-child {
          padding-left: 0;
          margin: 0; } }
    body.type-ImageMultipleChoice .question.show-grid0 .row-score-for-question {
      padding: 10px 75px;
      text-align: right; }
      @media screen and (max-width: 766px) {
        body.type-ImageMultipleChoice .question.show-grid0 .row-score-for-question {
          padding: 10px 20px; } }
    body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options {
      max-width: calc(100% - 100px);
      margin: 30px auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options > div {
        width: 48%;
        border-width: 4px;
        border-color: #ffcd01;
        height: 150px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options > div > label {
          height: 100%;
          overflow: hidden; }
        body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options > div img {
          position: relative;
          left: 50%;
          transform: translateX(-50%); }
      body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options .btn-success label,
      body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options .btn-danger label {
        height: 100%;
        padding: 0;
        margin: 0; }
      body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options .btn-success label {
        padding-right: 0; }
      body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options .btn-danger label {
        padding-right: 0; }
      @media screen and (max-width: 766px) {
        body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options {
          max-width: none;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body.type-ImageMultipleChoice .question.show-grid0 .toggle-game-options > div {
            width: 45%; } }
  body.type-ImageMultipleChoice .toggle-game-options .radio input[type='radio'], body.type-ImageMultipleChoice .toggle-game-options-answers .radio input[type='radio'] {
    display: none; }
  body.type-ImageMultipleChoice .toggle-game-options .radio input[type="radio"] + label:before, body.type-ImageMultipleChoice .toggle-game-options-answers .radio input[type="radio"] + label:before {
    content: none; }
  body.type-ImageMultipleChoice .toggle-game-options .active {
    background: url(../images/label_the_picture/label-pic_btn-bg_selected.png) repeat-x;
    background-size: 100% 100%;
    box-shadow: inset 2px 3px 1px rgba(147, 47, 0, 0.95); }
  body.type-ImageMultipleChoice .toggle-game-options .btn-success,
  body.type-ImageMultipleChoice .toggle-game-options .btn-danger {
    background-color: transparent; }
  body.type-ImageMultipleChoice .toggle-game-options .btn-success:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url("../images/duo_quiz/icon-feedback-correct.png") center no-repeat;
    background-size: contain;
    margin-right: -15px;
    margin-bottom: -15px; }
  body.type-ImageMultipleChoice .toggle-game-options .btn-danger:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url("../images/duo_quiz/icon-feedback-incorrect.png") center no-repeat;
    background-size: contain;
    color: #ff6600;
    margin-right: -15px;
    margin-bottom: -15px; }
  body.type-ImageMultipleChoice .radio > label .glyphicon-remove,
  body.type-ImageMultipleChoice .radio > label .glyphicon-ok,
  body.type-ImageMultipleChoice .checkbox > label .glyphicon-remove,
  body.type-ImageMultipleChoice .checkbox > label .glyphicon-ok {
    line-height: normal;
    display: none; }
  body.type-ImageMultipleChoice .mode-test_mode .radio.active, body.type-ImageMultipleChoice .mode-test_mode .checkbox.active {
    border: 1px solid #b4600e; }
  body.type-ImageMultipleChoice .feedback-panel {
    border: 0;
    box-shadow: none;
    font-weight: bold; }
  body.type-ImageMultipleChoice .feedback-panel .panel-body {
    font-size: 18px; }
  body.type-ImageMultipleChoice .panel {
    background: none; }
  body.type-ImageMultipleChoice .panel-default .panel-body {
    padding-top: 0;
    padding-left: 0; }
  body.type-ImageMultipleChoice .panel-success .panel-heading {
    background-color: #8cd00b; }
  body.type-ImageMultipleChoice .panel-success .panel-body {
    background: url("../images/duo_quiz/icon-feedback-correct.png") no-repeat;
    background-size: 40px;
    padding-left: 50px;
    padding-top: 10px;
    min-height: 50px; }
  body.type-ImageMultipleChoice .panel-danger .panel-heading {
    background-color: #e30b0b;
    border: 0;
    color: #ffffff; }
  body.type-ImageMultipleChoice .panel-danger .panel-body {
    background: url("../images/duo_quiz/icon-feedback-incorrect.png") no-repeat;
    background-size: 40px;
    padding-left: 50px;
    padding-top: 10px;
    min-height: 50px; }
  body.type-ImageMultipleChoice .panel-info {
    border: 0;
    box-shadow: none;
    font-size: 18px; }
  body.type-ImageMultipleChoice .toggle-game-options-answers .btn-info {
    background: url(../images/duo_quiz/btn-correct.jpg) repeat-x;
    background-size: 100% 100%;
    color: #ffffff;
    border: 1px solid #028007; }
  body.type-ImageMultipleChoice .toggle-game-options-answers .btn-info label {
    background: url("../images/duo_quiz/icon-feedback-correct.png") center no-repeat;
    background-size: 30px;
    background-position-x: 99%; }
  body.type-ImageMultipleChoice #landing-page-contents {
    padding: 0;
    background: #ec5000; }
  body.type-ImageMultipleChoice #landing-page-title {
    margin-top: -120px; }
  body.type-ImageMultipleChoice #myNavmenuCanvas {
    background: #fccb7e url("../images/image_multiple_choice/stage.jpg") center bottom no-repeat;
    background-size: cover;
    position: relative;
    min-height: 580px; }
  body.type-ImageMultipleChoice .text-question {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto;
    text-align: left; }
  body.type-ImageMultipleChoice #ajax-pages {
    float: none !important;
    max-width: 80%;
    margin: 0 auto;
    text-align: center; }
  body.type-ImageMultipleChoice #lowerButtonRow {
    text-align: center; }
  body.type-ImageMultipleChoice .progress-indicator {
    float: none;
    display: inline-block; }
  body.type-ImageMultipleChoice .progress-indicator ul {
    float: none; }
  body.type-ImageMultipleChoice .progress-indicator .carousel-indicators li:after {
    width: 21px; }
  body.type-ImageMultipleChoice .progress-indicator .carousel-indicators li.active {
    background-color: #d93d01; }
  body.type-ImageMultipleChoice .progress-indicator .carousel-indicators li.active:after {
    background-color: #ff6600; }
  body.type-ImageMultipleChoice .carousel-indicators {
    margin-bottom: 20px; }
  body.type-ImageMultipleChoice .generalOptions .btn {
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffc436;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    border: solid 1px #b4600e;
    background-image: -webkit-linear-gradient(bottom, #c44e00 3%, #ae4601 64%);
    background-image: -moz-linear-gradient(bottom, #c44e00 3%, #ae4601 64%);
    background-image: -o-linear-gradient(bottom, #c44e00 3%, #ae4601 64%);
    background-image: -ms-linear-gradient(bottom, #c44e00 3%, #ae4601 64%);
    background-image: linear-gradient(to top, #c44e00 3%, #ae4601 64%); }
  @media screen and (max-width: 768px) {
    body.type-ImageMultipleChoice .radio, body.type-ImageMultipleChoice .checkbox {
      padding: 4px !important; }
    body.type-ImageMultipleChoice .kids-game-header {
      margin-left: 0; }
    body.type-ImageMultipleChoice #myNavmenuCanvas:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40px;
      background: #ec5000; }
    body.type-ImageMultipleChoice .question {
      max-width: 100%; }
    body.type-ImageMultipleChoice #ajax-pages {
      max-width: 100%; }
    body.type-ImageMultipleChoice #lowerButtonRow .btn {
      margin-right: 0;
      margin: 0 0.5%;
      padding: 5px 10px; } }
  @media screen and (max-width: 610px) {
    body.type-ImageMultipleChoice #landing-page-title {
      margin-top: -100px; }
    body.type-ImageMultipleChoice #landing-page button {
      transform: scale(0.6, 0.6); } }
  @media screen and (max-width: 520px) {
    body.type-ImageMultipleChoice #landing-page-title {
      margin-top: 0;
      display: none; }
    body.type-ImageMultipleChoice #landing-page button {
      transform: scale(0.8);
      margin-top: 20px; }
    body.type-ImageMultipleChoice #lowerButtonRow .btn {
      font-size: 14px; } }
  @media screen and (max-width: 420px) {
    body.type-ImageMultipleChoice .carousel-indicators li, body.type-ImageMultipleChoice .carousel-indicators li.active {
      width: 10px;
      height: 10px; } }
  body.type-ImageMultipleChoice .gapfield-list .radio {
    width: 25%;
    display: inline-block;
    background: #fff; }
  body.type-ImageMultipleChoice .gapfield-list .question-image {
    width: auto;
    height: 100%; }
  body.type-ImageMultipleChoice .question .panel {
    text-align: center; }
    body.type-ImageMultipleChoice .question .panel .panel-body {
      background-color: transparent;
      display: inline-block; }
  body.type-ImageMultipleChoice .with-audio label {
    cursor: pointer; }

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