body {
  margin: 0;
  padding: 0;
  color: white;
  font-family: 'quatro';
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.container {
  width: 520px;
  height: 578px;
  background-image: url("../../../../apps/flintstones_wwe/img/background.png");
  background-size: cover;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
.header {
  position: relative;
  display: block;
  width: 100%;
  height: 192px;
}
.title-image {
  position: relative;
  display: inline-block;
  height: 117px;
  width: 210px;
  background-image: url("../../../../apps/flintstones_wwe/img/title-treatment.png");
  background-size: cover;
  top: 75px;
  left: 75px;
  margin-right: 30px;
}
.buy-button {
  position: absolute;
  top: 70px;
  right: 75px;
  height: 117px;
  width: 130px;
  text-align: center;
  cursor: pointer;
}
.buy-button h5{
  font-size: 10px;
  color: #ad2627;
}
.buy-button a {
  color: #ad2627;
}
.buy-box {
  display: none;
  height: 200px;
  width: 320px;
  position: absolute;
  top: 5px;
  left: 198px;
  background-color: rgba(202,218,221,0.9);
  border: 1px solid #495cad;
}
.buy-row {
  display: block;
  width: 100%;
  height: 33%;
}
.buy-icon {
  display: inline-block;
  width: 50%;
  height: 100%;
  background-size: 80% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.itunes {
  background-image: url("../../../../apps/flintstones_wwe/img/itunes.svg");
}
.amazon {
  background-image: url("../../../../apps/flintstones_wwe/img/amazon.svg");
}
.bestbuy {
  background-image: url("../../../../apps/flintstones_wwe/img/bestbuy.svg");
}
.target {
  background-image: url("../../../../apps/flintstones_wwe/img/target.svg");
}
.walmart {
  background-image: url("../../../../apps/flintstones_wwe/img/walmart.svg");
}
.google {
  background-image: url("../../../../apps/flintstones_wwe/img/google.svg");
}
.left {
  float: left;
}
.box-art {
  height: 84px;
  width: 63px;
  text-align: center;
  margin: 0 auto 5px;;
  background-image: url("../../../../apps/flintstones_wwe/img/box-art.png");
  background-size: cover;
  transition: all .1s ease-in-out;
}
.box-art:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box-art:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* HOME CONTAINER */
.home-wrapper {
  display: block;
}
.quiz-button {
  display: block;
  height: 196px;
  width: 370px;
  margin: 10px auto;
  background-image: url("../../../../apps/flintstones_wwe/img/quiz-bg.png");
  background-size: cover;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 4px rgba(0,0,0,0.6);
  cursor: pointer;
  text-align: center
}
.quiz-button:hover {
  box-shadow: 2px 2px 6px 6px rgba(0,0,0,0.6);

}
.quiz-button:active {
  box-shadow: inset 2px 2px 4px 4px rgba(0,0,0,0.6);
}
.quiz-button h2 {
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 20px;
}
.quiz-button h1 {
  text-align: center;
  font-size: 50px;
  color: #f2aa77;
}
.action-button {
  display: inline-block;
  height: 84px;
  width: 136px;
  background-size: 100% 100%;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
.action-button:hover {
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.6);
}
.action-button:active {
  box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.6);
}
.action-button h4 {
  padding: 5px 10px 0px 10px;
  font-size: 12px;
}
.activity-pdf {
  background-image: url("../../../../apps/flintstones_wwe/img/pdf-button.png");
  margin: 10px 0px 10px 108px;
}
.activity-pdf a h4 {
  color: #fff;
}
.trailer {
  background-image: url("../../../../apps/flintstones_wwe/img/trailer.png");
  margin: 10px 108px 10px 0px;
  float: right;
}

/* QUIZ CONTAINER */

.quiz-wrapper {
  display: none;
  position: absolute;
  width: 370px;
  left: 75px;
  top: 210px;
}
.close-quiz {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 30px;
  width: 30px;
  background-image: url("../../../../apps/flintstones_wwe/img/close-button.png");
  background-size: cover;
  cursor: pointer;
  border-radius: 2px;
}
.close-quiz:hover{
  background-color: rgba(255,255,255,0.8);
}
.question {
  width: 370px;
  text-align: center;
  height: 65px;
}
.question h3 {
  padding: 10px 35px 0 30px;
  color: #ad2627;
}
.answer-container {
  position: absolute;
  top: 65px;
  width: 100%;
}
.answer {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  background-size: cover;
  cursor: pointer;
  color: rgba(255,255,255,0.8);
  border-radius: 3px;
}
.answer:hover {
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.7);
}
.answer:active {
  box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.7);
}
.answer1 {
  background-image: url("../../../../apps/flintstones_wwe/img/answer1.png");
}
.answer2 {
  background-image: url("../../../../apps/flintstones_wwe/img/answer2.png");
}
.answer3 {
  background-image: url("../../../../apps/flintstones_wwe/img/answer3.png");
}
label {
  text-align: center;
  line-height: 50px;
  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  */
}
input[type=radio] {
  display: none;
}
.active {
  color: white;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.7);
}
.next-button {
  position: absolute;
  top: 250px;
  left: 160px;
  width: 76px;
  height: 38px;
  background-image: url("../../../../apps/flintstones_wwe/img/answer1.png");
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  border-radius: 3px;
  font-family: 'quatro';
}
.next-button:hover {
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.7);
}
.next-button:active {
  box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.7);
}
/* RESULT STYLES */

.result-wrapper {
  display: none;
  position: absolute;
  width: 370px;
  left: 75px;
  top: 210px;
}
.close-result {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 30px;
  width: 30px;
  background-image: url("../../../../apps/flintstones_wwe/img/close-button.png");
  background-size: cover;
  cursor: pointer;
  border-radius: 2px;
}
.close-result:hover{
  background-color: rgba(255,255,255,0.8);
}
.result-header {
  width: 370px;
  text-align: center;
  height: 65px;
}
.result-header h2 {
  margin-bottom: 5px;
  display: block;
  color: #ad2627;
}
.result-header h1 {
  color: #5575be;
}
.result-image {
  position: absolute;
  top: 79px;
  height: 188px;
  width: 121px;
  background-size: cover;
}
.john-cenastone {
  background-image: url("../../../../apps/flintstones_wwe/img/john-cenastone.png");
}
.barney {
  background-image: url("../../../../apps/flintstones_wwe/img/barney.png");
}
.fred {
  background-image: url("../../../../apps/flintstones_wwe/img/fred.png");
}
.undertaker {
  background-image: url("../../../../apps/flintstones_wwe/img/undertaker.png");
}
.result-copy {
  position: absolute;
  top: 94px;
  left: 140px;
  height: 100px;
  width: 230px;
  text-align: center;
  color: #ad2627;
}
.result-shares {
  position: absolute;
  top: 254px;
  left: 190px;
  height: 25px;
  width: 140px;
}
.result-facebook {
  float: left;
  background-image: url("../../../../apps/flintstones_wwe/img/facebook.png");
  background-size: 100% 25px;
  height: 25px;
  width: 60px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.result-twitter {
  float: right;
  background-image: url("../../../../apps/flintstones_wwe/img/twitter.png");
  background-size: 100% 25px;
  background-repeat: no-repeat;
  height: 25px;
  width: 60px;
  cursor: pointer;
}
/* TRAILER */
.watch-trailer {
  display: none;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.youtube {
  padding: 122px 50px;;
}
.close-trailer {
  position: relative;
  top: 5px;
  left: 490px;
  color: white;
  z-index: 1001;
  font-size: 20px;
  cursor: pointer;
}