body {
  padding: 0;
  margin: 0;
  font-family: "english", serif;
  color: #efc792;
}
a {
  color: #d99369;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: "english",serif;
}
.container {
  width: 520px;
  height: 620px;
  background-image: url("../../../../apps/hobbit_five_armies/img/background.png");
  background-size: cover;
  position: relative;
}
.home-wrapper {

}
.map-header {
  position: absolute;
  margin: 110px 0 0 6px;
  right: 6px;
}
.map-header h5 {
  margin: 0;
  padding: 0;
  font-family: "english",serif;
}
.map-container {
  position: absolute;
  margin: 125px 6px 0 6px;
  height: 291px;
  width: 508px;
  background-image: url("../../../../apps/hobbit_five_armies/img/map.png");
  background-size: cover;
}
.quiz-button {
  position: absolute;
  bottom: 6px;
  left: 6px;
  height: 179px;
  width: 315px;
  background-image: url("../../../../apps/hobbit_five_armies/img/button.png");
  background-size: 100% 100%;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.quiz-button h1 {
  margin-top: 20px;
  font-size: 48px;
  font-family: "english",serif;
}
.quiz-button h3 {
  margin: 5px 40px 0;
  color: #d99369;
  font-family: "english",serif;
}
.quiz-button:hover {
  box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.4);
}
.quiz-button:active {
  box-shadow: inset 0px 0px 8px 8px rgba(0,0,0,0.7);
}
.buy-button {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 185px;
  height: 179px;
  background-image: url("../../../../apps/hobbit_five_armies/img/button.png");
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
}
.buy-button:hover {
  box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.4);
}
.buy-button:active {
  box-shadow: inset 0px 0px 8px 8px rgba(0,0,0,0.7);
}
.buy-button h5 {
  margin: 0px 25px;
  text-align: center;
  font-size: 10px;
}
.box-art {
  display: block;
  margin: 25px auto 10px;
  height: 100px;
  width: 79px;
  background-image: url("../../../../apps/hobbit_five_armies/img/box.jpg");
  background-size: cover;
}

/* MAP TIME */
.map-info {
  height: 190px;
  width: 155px;
  display: none;
  position: absolute;
  background-image: url("../../../../apps/hobbit_five_armies/img/map-info-bg.png");
  background-size: cover;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
  z-index: 1000;
}
.map-info p {
  margin: 10px 0px 0 10px;
  font-size: 12px;
  text-align: center;
}
.map-info h5 {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
}
.map-glow {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50px;
  box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.8);
  cursor: pointer;
}
.erebor {
  top: 58px;
  left: 345px;
}
.shire {
  top: 75px;
  left: 175px;
}
.lake-town {
  top: 73px;
  left: 325px;
}
.rivendell {
  top: 65px;
  left: 255px;
}
.misty-mountains {
  top: 40px;
  left: 265px;
}
.mount-gundabad {
  top: 27px;
  left: 248px;
}
.dol-guldur {
  top: 100px;
  left: 305px;
}
/* QUIZ STYLES */

.quiz-wrapper {
  display: none;
}
.close-quiz {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 2px;
  top: 2px;
  background-image: url("../../../../apps/hobbit_five_armies/img/close-quiz.png");
  background-size: cover;
  cursor: pointer;
}
.close-quiz:hover {
  background-color: rgba(0,0,0,0.5);
}
.question-counter {
  position: absolute;
  display: block;
  top: 100px;
  left: 110px;
  width: 300px;
  height: 30px;
  text-align: center;
}
.question {
  position: absolute;
  top: 130px;
  left: 60px;
  height: 110px;
  width: 400px;
  text-align: center;
}
.answer-container {
  position: absolute;
  top: 260px;
  left: 55px;
  width: 410px;
  height: 280px;
}
.answer {
  height: 55px;
  width: 407px;
  margin: 0 0 15px 2px;
  background-size: cover;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.7);
}
.answer:hover {
  box-shadow: 0px 0px 2px 2px rgba(255,255,255,0.4);
}
.answer:active {
  box-shadow: inset 0px 0px 4px 4px rgba(0,0,0,0.7);
}
.answer-1 {
  background-image: url("../../../../apps/hobbit_five_armies/img/answer-1.png");
}
.answer-2 {
  background-image: url("../../../../apps/hobbit_five_armies/img/answer-2.png");
}
.answer-3 {
  background-image: url("../../../../apps/hobbit_five_armies/img/answer-3.png");
}
.answer-4 {
  background-image: url("../../../../apps/hobbit_five_armies/img/answer-4.png");
}
input[type="radio"] {
  display: none;
}
label {
  font-family: "english", serif;
  cursor: pointer;
  display: block;
  min-height: 100%; /* for the latest browsers which support min-height */
  height: auto !important; /* for newer IE versions */
  height: 100%; /* the only height-related attribute that IE6 does not ignore  */
}
.quiz-counter {
  position: absolute;
  display: block;
  bottom: 20px;
  height: 30px;
  width: 60px;
  margin: 0 230px;
  text-align: center;
  line-height: 30px;
}
.quiz-next {
  position: absolute;
  height: 40px;
  width: 70px;
  background-color: orange;
  right: 80px;
  bottom: 15px;
  background-image: url("../../../../apps/hobbit_five_armies/img/answer-1.png");
  background-size: cover;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.7);
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  border: none;
  color: #efc792;
  outline: none;
}
.quiz-next:hover {
  box-shadow: 0px 0px 2px 2px rgba(255,255,255,0.5);
}
.quiz-next:active {
  box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.5);
}
.active {
  box-shadow: 0px 0px 2px 2px rgba(255,255,255,0.4);
}

/* RESULT STYLES */
.result-wrapper {
  display: none;
}
.result-container {
  position: absolute;
  top: 105px;
  left: 15px;
  width: 490px;
  height: 467px;
  background-image: url("../../../../apps/hobbit_five_armies/img/result-background.png");
  background-size: cover;
  border-radius: 5px;
}
.result-image {
  display: block;
  margin: 40px auto 0 auto;
  height: 203px;
  width: 351px;
  background-size: cover;
}
.bilbo {
  background-image: url("../../../../apps/hobbit_five_armies/img/bilbo.png");
}
.tauriel {
  background-image: url("../../../../apps/hobbit_five_armies/img/tauriel.png");
}
.thorin {
  background-image: url("../../../../apps/hobbit_five_armies/img/thorin.png");
}
.cautious-bilbo {
  background-image: url("../../../../apps/hobbit_five_armies/img/cautious-bilbo.png");
}
.not-bilbo {
  background-image: url("../../../../apps/hobbit_five_armies/img/not-bilbo.png");
}
.result-title {
  display: block;
  text-align: center;
  margin: 15px auto;
  text-transform: uppercase;
}
.result-title h2 {
  font-size: 20px;
}
.result-break {
  display: block;
  margin: 0 auto;
  width: 288px;
  height: 18px;
  background-image: url("../../../../apps/hobbit_five_armies/img/result-break.png");
  background-size: cover;
}
.result-copy {
  display: block;
  margin: 15px auto;
  width: 350px;
  text-align: center;
  text-transform: uppercase;
}
.result-copy h4 {
  font-size: 14px;
}
.result-shares {
  position: absolute;
  bottom: 10px;
  width: 136px;
  left: 192px;
  height: 25px;
}
.result-facebook {
  float: left;
  background-image: url("../../../../apps/hobbit_five_armies/img/facebook.png");
  background-size: 100% 25px;
  height: 25px;
  width: 60px;
  background-repeat: no-repeat;
}
.result-twitter {
  float: right;
  background-image: url("../../../../apps/hobbit_five_armies/img/twitter.png");
  background-size: 100% 25px;
  background-repeat: no-repeat;
  height: 25px;
  width: 60px;
}
.close-result {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 2px;
  top: 2px;
  background-image: url("../../../../apps/hobbit_five_armies/img/close-quiz.png");
  background-size: cover;
  cursor: pointer;
}
.close-result:hover {
  background-color: rgba(0,0,0,0.5);
}
#legal {
  position: absolute;
  top: 420px;
  left: 10px;
  font-size: 10px;
}