/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*___________________________________________________________________________________*/
/* Reset
================================================== */
/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  }

body {
  line-height: 1; }

article, aside, details, figcaption,
figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type="button"], input[type="submit"], input[type="reset"],
input[type="file"]::-webkit-file-upload-button, button {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  padding: 0px 0px 0px;
  border: 0px outset buttonface;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: transparent;
  box-sizing: border-box; }

/* #Base 960 Grid
================================================== 

193
264
335
406
477
548
619
690
761
832
903
974
1045
1116
*/
.container {
  position: relative;
  width: 810px;
  margin: 0 auto;
  padding: 0; }

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 5px;
  margin-right: 5px; }

.row {
  margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 88px; }

.container .two.columns {
  width: 156px; }

.container .three.columns {
  width: 244px; }

.container .four.columns {
  width: 332px; }

.container .five.columns {
  width: 420px; }

.container .six.columns {
  width: 508px; }

.container .seven.columns {
  width: 596px; }

.container .eight.columns {
  width: 684px; }

.container .nine.columns {
  width: 790px; }

.container .two_thumb.columns {
  width: 110px; }

.container .one-third.column {
  width: 260px; }

.container .two-thirds.column {
  width: 520px; }

.container .one-fifth.column {
  width: 140px; }

.container .four-fifths.column {
  width: 650px; }

/* Offsets */
.container .offset-by-one {
  padding-left: 60px; }

.container .offset-by-two {
  padding-left: 120px; }

.container .offset-by-three {
  padding-left: 180px; }

.container .offset-by-four {
  padding-left: 240px; }

.container .offset-by-five {
  padding-left: 300px; }

.container .offset-by-six {
  padding-left: 360px; }

.container .offset-by-seven {
  padding-left: 420px; }

.container .offset-by-eight {
  padding-left: 480px; }

.container .offset-by-nine {
  padding-left: 540px; }

.container .offset-by-ten {
  padding-left: 600px; }

.container .offset-by-eleven {
  padding-left: 660px; }

.container .offset-by-twelve {
  padding-left: 720px; }

.container .offset-by-thirteen {
  padding-left: 780px; }

.container .offset-by-fourteen {
  padding-left: 840px; }

.container .offset-by-fifteen {
  padding-left: 900px; }

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; }

  .container .column,
  .container .columns {
    margin-left: 5px;
    margin-right: 5px; }

  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px; }

  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px; }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0; }

  .container .one.column,
  .container .one.columns {
    width: 28px; }

  .container .two.columns {
    width: 76px; }

  .container .three.columns {
    width: 124px; }

  .container .four.columns {
    width: 172px; }

  .container .five.columns {
    width: 220px; }

  .container .six.columns {
    width: 268px; }

  .container .seven.columns {
    width: 316px; }

  .container .eight.columns {
    width: 364px; }

  .container .nine.columns {
    width: 412px; }

  .container .one-third.column {
    width: 236px; }

  .container .two-thirds.column {
    width: 492px; }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px; }

  .container .offset-by-two {
    padding-left: 96px; }

  .container .offset-by-three {
    padding-left: 144px; }

  .container .offset-by-four {
    padding-left: 192px; }

  .container .offset-by-five {
    padding-left: 240px; }

  .container .offset-by-six {
    padding-left: 288px; }

  .container .offset-by-seven {
    padding-left: 336px; }

  .container .offset-by-eight {
    padding-left: 384px; }

  .container .offset-by-nine {
    padding-left: 432px; }

  .container .offset-by-ten {
    padding-left: 480px; }

  .container .offset-by-eleven {
    padding-left: 528px; }

  .container .offset-by-twelve {
    padding-left: 576px; }

  .container .offset-by-thirteen {
    padding-left: 624px; }

  .container .offset-by-fourteen {
    padding-left: 672px; }

  .container .offset-by-fifteen {
    padding-left: 720px; } }
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px; }

  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0; } }
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px; } }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* general
================================================== */
body {
  background-image: url(../images/bg_body.jpg);
  background-attachment: fixed;

  font-family:'Cambridge W01 Semibold',sans-serif;

  letter-spacing: 0px;
  background: #000;
  }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.hidden {
  display: none; }

img {
  vertical-align: middle; }

p {
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  margin-bottom: 0px;
  letter-spacing: 0px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold; }

h1, h2, h3, h4, h5 {
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  margin-bottom: 0px;
  letter-spacing: 0px; }

h1 {
  font-size: 35px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

.link {
  color: #AB8A61; }

.button {
  display: block;
  background-image: url(../images/bg_button.png);
  padding: 7px;
  text-align: center;
  color: #BBB;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100px;
  margin-top: 20px; }

.button:hover {
  background-color: #AB8A61;
  color: #FFF;
  text-shadow: 1px 1px #000; }

.auto {
  width: auto; }

.inline_content {
  padding: 20px; }

.container {
  width: 960px;
  height: 593px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 5px #333;
  -webkit-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
  }

.homeBg {
  background-image: url(../images/home_bg.jpg);
  background-color: #fff; }

.questionBg {
  background-image: url(../images/question_bg.jpg);
  background-color: #fff; }

header {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 1050px;
  color: #FFF;
  font-weight: bold; }

header p {
  border-bottom: 3px solid #AB8A61;
  padding-bottom: 10px; }

aside {
  background-image: url(../images/bg_aside.jpg);
  background-position: right;
  background-repeat: repeat-y;
  width: 300px;
  height: 540px;
  float: left; }

section {
  margin-right: 0px;
  float: right;
  width: 650px;
  height: 538px;
  overflow: hidden;
  background-image: url(../images/bg_section.jpg);
  border: 1px solid #3C3336;
  border-left: none; }

#contact {
  padding-bottom: 1000px; }

#footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 10px;
  color: grey;
  background-color: #000; }

.copyright {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.social {
  float: left;
  width: 21px;
  padding: 10px;
  text-align: center;
  margin-left: 4px;
  background-color: #000;
  opacity: 0.6;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.content {
  color: #322E2B;
  height: 538px; }

nav p {
  color: #fff;
  text-shadow: 1px 1px 2px black;
  }

#dummy {
  margin-top: 35px; }

.littleTitle {
  color: #AB8A61;
  text-shadow: 1px 1px #000; }

#menu li {
  padding-bottom: 6px;
  list-style-type: none;
  letter-spacing: 0px; }

.gameName {
  font-family: "alternate-gothic-no-3-d",sans-serif;
  color: #333;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-top: 146px;
  }

.guy_play {
  height: 64px;
  width: 180px;
  text-indent: -99999em;
  background: url(../images/button_play.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-bottom: 16px;
  margin-left: 376px;
  }

li.guy_play {
    cursor: pointer;
  }

.play_character li {
  display: block;
  /* float: left; */
  margin-top: -39px;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  text-align: center;
  }

.play a {
  display: block; }

.girl_play {
  height: 146px;
  width: 180px;
  text-indent: -99999em;
  background: url(../images/girl_play.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-bottom: 12px; }

.girl_play:hover {
  background-position: 0px -146px; }

#menu li {
  text-decoration: none; }

.navItem {
  text-align: center; }

.chapter_no {
  color: #333;
  font-size: 19px;
  padding-top: 4px; }

.chapter_title {
  color: #8DF2EB;
  font-weight: bold;
  padding-top: 4px;
  text-shadow: 1px 1px 2px black;
  margin-bottom: 8px;
  }

.chapter {
  /* color: #333; */
  font-size: 19px;
  font-weight: bold;
  padding-top: 4px;
  }

.instruction_text {
  font-style: normal;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 19px; }

.gameArea {
  margin-top: 50px;
  margin-bottom: 50px; }

.sectionContent {
  padding: 40px; }

.tags {
  margin-top: 40px; }

.tags li {
  display: block;
  float: left; }

.tagsLabel {
  padding-right: 10px; }

.tags li a {
  display: block;
  float: left;
  background-color: #6C6668;
  padding: 5px;
  color: #BBB;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tags li a:hover {
  background-color: #AB8A61;
  color: #FFF; }

.time {
  margin-top: 280px;
  font-size: 30px;
  color: #fff;
  padding-left: 37px; }

.scoreCounter {
  margin-top: 130px;
  font-size: 30px;
  color: #fff;
  padding-left: 60px; }

.question {
  height: 85px;
  padding-top: 12px; }

.qNumber {
  float: left;
  height: 80px; }

.qfont {
  color: #c3d8fd;
  font-size: 15px;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 20px;
  line-height: 20px;
  text-align: left; }

.answer {
  height: 56px;
  border-top: solid 1px #8ca3ce;
  vertical-align: center; }

.answer:hover {
  background-color: #42a6f7; }

.answer:active {
  background-color: #0a76cd; }

#Q {
  margin-top: 0px;
  width: 578px;
  margin-left: 9px; }

#Q li a:link {
  background-color: transparent; }

#Q li a:hover {
  background-color: #5bb2f9; }

li.qEndFeedback {
  margin-top: 150px; }

.qEnd {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #eff23e; }

.reviewBtn {
  margin-top: 40px;
  text-align: center; }

.reviewQ_A {
  width: 248px;
  height: 40px;
  background-color: #339900;
  border: solid 2px #000;
  font-size: 15px; }

.reviewQ_A:hover {
  width: 248px;
  height: 40px;
  background-color: #ff652f;
  border: solid 2px #000;
  font-size: 15px; }

.wrong {
  background: url(../images/cross.png);
  background-repeat: no-repeat;
  background-position: 530px 15px;
  background-color: #9e0101; }

.correct {
  background: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: 530px 15px;
  background-color: #0a83e5; }

.review {
  height: 56px;
  border-top: solid 1px #8ca3ce;
  vertical-align: center; }

.correctAnwserCount {
  color: #000;
  margin-left: 10px;
  margin-top: 34px;
  font-size: 18px;
  width: 300px; }

.feedback_bottom {
  display: inline-block;
  float: left; }

.pre_nextBTN {
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 5px;
  width: 110px;
  height: 25px;
  background-color: #339900;
  border: solid 2px #000;
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
  font-weight: 600; }

.pre_nextBTN:hover {
  background-color: #ff652f; }

.pre_nextBTN:active {
  background-color: #8fc5f1; }

.reviewTab {
  padding-top: 80px;
  background: url(../images/reviewBg.png);
  background-position: 230px 130px;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fbc676; }

.text_top {
  color: #fff;
  margin-top: 16px; }

.left {
  margin-left: 20px; }

.right {
  margin-right: 20px;
  display: block;
  float: right; }

.middle {
  text-align: center;
  margin-top: 16px; }

.text_top_num {
  font-size: 43px; }

.black {
  color: #000; }

#q_group {
  padding-top: 60px; }

.bubbles {
  height: 100px; }

.bub_text {
  border: solid 8px #606060;
  background-color: #f9f9f9;
  display: table;
  font-size: 18px;
  text-align: center;
  font-weight: 560;
  text-align: center;
  padding: 15px 5px 15px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 35px; }

.q_01 {
  height: 84px;
  background: url(../images/bub_q_orange.png);
  background-position: -4px 0px;
  background-repeat: no-repeat; }

.q_01:hover,
.q_02:hover,
.q_03:hover {
  background-position: -4px -82px; }

.q_01:active,
.q_02:active,
.q_03:active {
  background-position: -4px -164px; }

.q_02 {
  height: 84px;
  background: url(../images/bub_q_green.png);
  background-position: -4px 0px;
  background-repeat: no-repeat; }

.q_03 {
  height: 84px;
  background: url(../images/bub_q_red.png);
  background-position: -4px 0px;
  background-repeat: no-repeat; }

.q_text {
  font-size: 18px;
  text-align: center;
  font-weight: 560;
  height: 64px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.a_text {
  font-size: 18px;
  text-align: center;
  font-weight: 560;
  height: 64px;
  padding-top: 14px;
  padding-left: 65px;
  padding-right: 65px;
  height: 34px; }

.bub_a {
  height: 57px; }

.b_text {
  font-size: 18px;
  text-align: center;
  font-weight: 560;
  height: 64px;
  padding-top: 14px;
  padding-left: 65px;
  padding-right: 65px;
  height: 34px; }

.a_01 {
  height: 95px;
  background: url(../images/bub_a_orange.png);
  background-position: center top;
  background-repeat: no-repeat; }

.a_02 {
  height: 95px;
  background: url(../images/bub_a_green.png);
  background-position: center top;
  background-repeat: no-repeat; }

.a_03 {
  height: 95px;
  background: url(../images/bub_a_red.png);
  background-position: center top;
  background-repeat: no-repeat; }

.result {
  padding-top: 80px; }

h3.resultScore {
  text-align: center;
  padding-top: 10px;
  color: #000; }

.playAgain {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 71px;
  background: url(../images/btn_red.png);
  background-position: 272px 0;
  background-repeat: no-repeat; }

.playAgain:hover {
  background-position: 272px -70px;
  background-repeat: no-repeat; }

.playAgain:active {
  background-position: 272px -141px;
  background-repeat: no-repeat; }

.again {
  margin-left: 336px;
  margin-top: 17px;
  font-size: 30px;
  background-color: transparent; }

input[type="button"], input[type="submit"], input[type="reset"],
input[type="file"]::-webkit-file-upload-button, button {
  align-items: flex-start;
  cursor: default;
  border-image-repeat: initial;
  background-color: transparent;
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  letter-spacing: 0px;
  font-weight: 400; }

.feedbackText {
  color: #000;
  padding-top: 15px;
  text-align: center; }

.textArea {
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  letter-spacing: 0px;
  font-size: 17px;
  font-weight: lighter;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 4px;
  border: solid 1px #000;
  background-color: #fff;
  width: 440px;
  height: 100px; }

.gameAreaBlack {
  background-image: url(../images/home_black.jpg);
  background-color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  }

.gameArea.gameAreaQuestion {
  background-image: url(../images/question_back.jpg);
  background-color: #000;
  /* margin-top: 50px; */
  margin-bottom: 50px;
  background-repeat: no-repeat;
  }



.location_content {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0px;
  /* height: 353px; */
  padding-bottom: 10px;
  }

.location_main {
  height: 500px;
  background-image: url(../images/bg_zambia.jpg);
  background-position: 0px 12px;
  background-repeat: no-repeat;
  margin-left: 8px;
  position: relative;
  }

.location_intro {
  height: 400px;
  /* background-image: url(../images/full_sample.jpg); */
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  /* background-size: cover; */
  }

.page_title {
  font-weight: bold;
  padding-left: 20px;
  padding-top: 10px;
  }

.location_des {
  font-weight: regular;
  font-size: 19px;
  padding-left: 80px;
  padding-right: 80px;
  }

.textColor {
  color: #c6cccc; }

.sacred_obj {
  font-size: 14px;
  color: grey;
  line-height: 16px; }

.obj_name {
  line-height: 25px; }

.obj_info {
  font-size: 14px;
  line-height: 20px;
  margin-rihgt: 4px; }

.obj_img {
  height: 110px;
  background-image: url(../images/thumb_copper.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: -999999em;
  margin-top: 53px;
  margin-bottom: 5px; }

.host {
  height: 140px;
  background-image: url(../images/host_guy.png);
  background-position: 0px -2px;
  background-repeat: no-repeat;
  text-indent: -999999em;
  vertical-align: bottom;
  margin-top: 12px;
  display: none;
  }

.questioncontent {
  padding-top: 0px;
  }

.questionarea {
  /* min-height: 321px; */
  }

.questionbubble {
  width: 940px;
  margin-left: 9px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 10px;
  /* background: rgba(255, 255, 255, 0.65); */
  /* border: 1px solid #a5a6a6; */
  display: block;
  }

.host-monk {
  height: 141px;
  width: 534px;
  background-image: url(../images/host_monk.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-top: 12px;
  float: left;
  display: none;
  }

.speechbubble {
  height: 140px;
  /* width: 505px; */
  /* background-image: url(../images/speechbubble.png); */
  /* background-position: 0px 0px; */
  /* background-repeat: no-repeat; */
  /* float: left; */
  display: block;
  }

.speechbubble_txt {
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  color: #bbb;
  text-align: center;
  padding-right: 102px;
  font-size: 18px;
  }

.gameAreaQuestion .speechbubble_txt {color: #fff;}


.gameAreaQuestion .speechbubble_txt a {

  color: #fff;
  
}


a.blue {
  color: #ffffff;
  text-decoration: none;
  }

a.blue:hover {
  color: #3476ec; }

.Q_txt {
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 32px;
  font-weight: light;
  background-image: url(../images/Question_Box.png);
  display: block;
  height: 90px;
  background-repeat: no-repeat;
  padding-left: 71px;
  padding-top: 23px;
  font-size: 18px;
  }

.A_txt {
  font-size: 18px;
  padding-left: 45px;
  padding-right: 25px;
  line-height: 32px;
  font-weight: light;
  width: 58%;
  height:50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  border: 2px solid transparent;
  }

  .A_txt:hover{
     background: #fff;
     border-radius: 8px;
     border: 2px solid #73AD21;
  }

.A_txt_correct:active {
  background-color: #7cbdff;
  background-image: url(../images/correct.png);
  background-position: 586px 9px;
  background-repeat: no-repeat;
  width: 540px; }

.A_txt_incorrect:active {
  background-color: #ad3333;
  background-image: url(../images/incorrect.png);
  background-position: 586px 9px;
  background-repeat: no-repeat;
  width: 540px; }

.A_txt_wrong:active {
  background-color: #a42a2a; }

ul.thumb_intro {
  margin-left: 0px;
  height: 200px;
  }

.thumb_material_empty {
  width: 110px;
  height: 110px;
  text-indent: -99999px; }

.thumb_material_greece {
  background-image: url(../images/thumb_marble.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -99999px; }

.thumb_material_greece:hover,
.thumb_material_brazil:hover,
.thumb_material_france:hover,
.thumb_material_russia:hover,
.thumb_material_zambia:hover,
.thumb_material_jordan:hover,
.thumb_material_roman:hover,
.thumb_material_israel:hover {
  background-position: 0 -111px; }

.thumb_material_brazil {
  background-image: url(../images/thumb_brazilwood.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  text-indent: -99999px; }

.thumb_material_france {
  background-image: url(../images/thumb_stainedglass.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  text-indent: -99999px; }

.thumb_material_russia {
  background-image: url(../images/thumb_rublev.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  text-indent: -99999px; }

.thumb_material_zambia {
  background-image: url(../images/thumb_copper.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  text-indent: -99999px; }

.thumb_material_jordan {
  background-image: url(../images/thumb_water.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  text-indent: -99999px; }

.thumb_material_roman {
  background-image: url(../images/thumb_romanmissal.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  text-indent: -99999px; }

.thumb_material_israel {
  background-image: url(../images/thumb_cross.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  text-indent: -99999px; }

.allcollected {
  height: 500px;
  background-image: url(../images/bg_church.jpg);
  background-position: 0px 12px;
  background-repeat: no-repeat;
  margin-left: 8px; }

.allcollected_feedback {
  height: 189px;
  background-image: url(../images/feedback_window.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 82px;
  margin-top: -260px; }

.submit_feedback {
  padding-left: 16px;
  padding-top: 160px; }

.close_circle {
  height: 24px;
  background-image: url(../images/close.png);
  background-position: 422px 0px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-top: -19px; }

.close_circle:hover {
  background-position: 422px -24px; }

/* New styles that add/overwrite default game-template.scss styles */
#container-wrapper {
  width: 810px;
  height: 500px;
  margin: 50px auto;
  background: #000;
  overflow: hidden; }

.gameArea {
  background-image: url("../images/home_bg.jpg");
  /*background-color: #fff;*/
  margin: 0;
  background-size: contain;
  }

.gameArea.gameAreaWelcome {
  background-image: url("../images/welcome_back.jpg");
  background-color: #000;
  margin: 0;
  background-size: contain;
  }


.gameAreaBlack {
  margin: 0; }

.speechbubble {
  position: absolute;
  left: 113px;
  bottom: -73px;
  width: 820px;
  }

.host.girl {
  background-image: url(../images/host_girl.png); }

ul.thumb-row1 {
  position: relative;
  z-index: 2; }

ul.thumb-row2 {
  position: relative;
  z-index: 1; }

/* Home page thumb images */
.thumb {
  /* background-position: 150px 150px; */
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  float: left;
  display: inline;
  /* margin: 0px 5px 0px 5px; */
  text-indent: -99999px;
  position: relative;
  /* border: 1px solid darkgray; */
  margin: 0px;
  padding: 0px;
  }
  .thumb .object-image {
    /* position: absolute; */
    width: 200px;
    height: 200px;
    background-image: url("../images/box_empty.jpg");
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: contain;
    border: 1px solid silver;
    }
  .thumb .object-descr {
    position: absolute;
    width: 110px;
    height: 110px;
    background-image: url("../images/thumbs.png");
    background-repeat: no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*border: solid 1px #fff;*/
    box-sizing: border-box;
    display: none;
    }
  .thumb.empty {
    background-position: 150px 150px; }
  .thumb.start1, .thumb.start2, .thumb.start3, .thumb.start4, .thumb.start5, .thumb.start6, .thumb.start7, .thumb.start8 {
    opacity: 1;
    }
    .thumb.start1 .object-descr, .thumb.start2 .object-descr, .thumb.start3 .object-descr, .thumb.start4 .object-descr, .thumb.start5 .object-descr, .thumb.start6 .object-descr, .thumb.start7 .object-descr, .thumb.start8 .object-descr {
      display: none; }

      /*
  .thumb.start1 .object-image {
    background-position: 0px 0px; }
  .thumb.start2 .object-image {
    background-position: -150px 0px;
    }
  .thumb.start3 .object-image {
    background-position: -300px 0px; }
  .thumb.start4 .object-image {
    background-position: -450px 0px; }
  .thumb.start5 .object-image {
    background-position: -600px 0px; }
  .thumb.start6 .object-image {
    background-position: -750px 0px; }
  .thumb.start7 .object-image {
    background-position: -900px 0px; }
  .thumb.start8 .object-image {
    background-position: -1050px 0px; }
  */
 
  
  .thumb.complete .object-image, 
  .thumb.recent-complete .object-image {
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 3px #f6972a;*/
  
    display: none;

    
    }

    
  .fadeOut {
    -webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
opacity: 0;
  }

  .thumb .thumb-glow {
    display: none;
    position: absolute;
    width: 120px;
    height: 120px;
    background: url("../images/thumb_glow.png") no-repeat;
    top: -5px;
    left: -5px;
    display: none;
    }
  .thumb .thumb-end {
    position: absolute;
    width: 128px;
    height: 128px;
    background: url("../images/thumb_end.png") no-repeat;
    top: -8px;
    left: -7px; }
  .thumb.recent-complete .thumb-glow {
    display: none ; }

/* Question page object image */
.obj_img {
  background-image: url("../images/thumbs.png");
  background-repeat: no-repeat;
  background-position: 150px 150px;
  width: 200px;
  height: 200px;
  border: 4px solid white;
  }

  
  .grid-p1.obj_img {
    background-position: 0px 0px;
    }


  .grid-p2.obj_img {
    background-position: -200px 0px;
    }

.grid-p3.obj_img {
    background-position: -400px 0px;
    }

    .grid-p4.obj_img {
    background-position: -0px -200px;
    }
    .grid-p5.obj_img {
    background-position: -200px -200px;
    }
    .grid-p6.obj_img {
    background-position: -400px -200px;
    }


     

/* Answers */
.A_txt {
  cursor: pointer;
  background-repeat: no-repeat;
  /* What's this for?? */ }
  .A_txt.correct {
    background-color: #7cbdff;
    background-image: url(../images/correct.png);
    background-position: 586px 9px; 
    background-repeat: no-repeat;
    }
  
  .A_txt.incorrect {
    background-color: #ad3333;
    background-image: url(../images/incorrect.png);
    background-position: 586px 9px;
    background-repeat: no-repeat;
    }
  .A_txt.wrong {
    background-color: #a42a2a; }

#question-view {
  position: absolute; }

#question-blocker {
  position: absolute;
  width: 630px;
  height: 450px;
  /*background: #f00;
  opacity: 0.1;*/
  }

#monk-view {
  position: absolute;
  bottom: -20px;
  /* background: #000; */
  height: 90px;
  }

.questioncontent {
  /* position: relative; */
  }

#feedback-form {
  z-index: 999;
  width: 476px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 75px;
  margin-top: 120px;
  padding: 0px;
  /* display: none; */
  }
  #feedback-form textarea {
    border: 0;
    background: none;
    resize: none;
    position: absolute;
    left: 20px;
    top: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 430px;
    height: 120px;
    font-family: arial, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    outline: none; }
  #feedback-form #feedback-submit {
    position: absolute;
    left: 22px;
    top: 160px; }
  #feedback-form #feedback-close {
    position: absolute;
    left: 438px;
    top: 155px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-position: 0px 0px; }

.bg-darken {
  width: 621px;
  /* height: 100%; */
  position: absolute;
  background: #000;
  opacity: 0.7;
  }

.instruction_text {
  margin-left: 6px; }

/* Hover states here due to stickiness on mobile */
@media only screen and (min-width: 992px) {
  .A_txt:hover {
    /* background-color: #bcbcbc; */
    }

  #feedback-form #feedback-close:hover {
    background-position: 0px -24px; } }
/*

@import 'bootstrap';
@import 'bootstrap-theme';

*/



div#game-desc {
    color: silver;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
}

.tileArea {
    position: absolute;
    right: 60px;
    top: 101px;
}


a#nextlevel-link {
    background: url(../images/icon_videoplay.png) no-repeat;
    background-position-x: right;
    padding-right: 25px;
    display: block;
    width: 151px;
    float: right;
}

div#game-instructions-home p {
    font-size: 18px;
}