.quizshow input[type=radio] {
  display: none;
}
.quizshow input[type=button] {
  padding: 10px 20px;
  background: #64a0df;
  color: #FFF;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  border: 0;
  border-radius: 3px;
font-size: 1.5em;
}
.quizshow:not(.qs_gallery) .text-answer label:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f096";
  width: 20px;
}
.quizshow:not(.qs_gallery) .text-answer input:checked + label:before {
  content: "\f046";
}
.quizshow:not(.qs_gallery) .image-answer input:checked + label figure,
.quizshow:not(.qs_gallery) .text-answer input:checked + label {
  background: #8AC5FF;
  color: black;
}

.quizshow:not(.qs_gallery) .answers-list li.text-answer.split-image input:checked + label {
  background: rgba(138, 197, 255, 0.6);
  font-weight: bold;
  border: 3px solid #8ac5ff;
  color: black;
  text-shadow: -1px -1px 0 #CEE7FF,  1px -1px 0 #CEE7FF, -1px 1px 0 #CEE7FF, 1px 1px 0 #CEE7FF;
}

.quizshow .questions-list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  font-size: 26px;
  font-weight: bold;
}
.quizshow .questions-list .qs_question {
  margin-bottom: 30px;
  clear: both;
}
.quizshow .questions-list .qs_question img {
  margin-top: 10px;
 margin-bottom: 10px;
}
.quizshow .answers-list {
  font-size: 17px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  display: flex;
  flex-flow: row wrap;
}
.quizshow .answers-list .image-answer {
  padding: 5px;
  min-height: 200px;
  text-align: center;
}
.quizshow .answers-list .image-answer label {
  margin-bottom: 0;
}
.quizshow .answers-list .image-answer figure {
  background: #F2F2F2;
  padding: 12px;
}
.quizshow .answers-list .image-answer img {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.quizshow .answers-list .text-answer {
  padding: 0;
  display: flex;
}
.quizshow .answers-list .text-answer input:not(:checked) + label:hover {
  background: #ebebeb;
}
.quizshow .answers-list .text-answer.split-image input:not(:checked) + label:hover {
  background: rgba(235, 235, 235, 0.7);
}
.quizshow .answers-list .text-answer label {
  display: block;
  padding: 20px;
  margin: 5px;
  position: relative;
  background: #F2F2F2;
  width: 100%;

}

.quizshow .answers-list li.text-answer.split-image label {
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, .5);
  margin: 0;
  padding: 15px;
  border: 3px solid white;
  text-shadow: -1px -1px 0 #eee,  1px -1px 0 #eee, -1px 1px 0 #eee, 1px 1px 0 #eee;
  color: #222;
}

@media (max-width: 600px) {
.quizshow .answers-list li.text-answer.split-image label {
line-height: 1.2;
font-size: 14px;
padding: 5px;
}
}

li.text-answer.split-image {
  position: relative;
}
li.text-answer.split-image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
}

li.text-answer.split-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53%;
}

.quizshow .answers-list li[disabled="disabled"] {
  opacity: .65;
}
.quizshow .quizresult {
  background-color: #f6f6f6;
  border: 1px solid #DDD;
  padding: 20px;
  margin: 20px 0;
  position: relative;
  z-index:1;
}
.quizshow.qs_gallery .quizresult {
  margin: 0;
}
.quizshow .quizresult .quiz-heading {
  margin-top: 0;
  text-align: left;
}
.quizshow .quizresult img {
  float: right;
margin-left:15px;
}
.quizshow .quizresult .quizshare {
  font-weight: bold;
text-transform: uppercase;
}
.quizshow .response {
  color: green;
  display: none;
  font-size: 17px;
}

.quizshow .pbh-facebook {
  margin-right: 10px;
  background: #3c56a2;
  border-radius: 4px;
  display: inline-block;
  color: #FFF;
  height: 22px;
  font: 700 18px/22px Arial, Helvetica, sans-serif;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  padding: 9px 15px 9px 15px;
  width: 135px;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
}

.quizshow .pbh-facebook:hover {
  background: #4360b5;
}

.quizshow .email-share {
  top: 0;
}

.quizshow .fbicon {
position: absolute;
top: 8px;
left: 8px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAGFBMVEVMaXH////+/v79/f39/f39/f39/f3////nhTnBAAAAB3RSTlMA8Sas3nxeStgOzgAAAFhJREFUeNqNzMEJwCAQRNGPJSjgVUvwZBspIS2IAdtPkDW7F8G5zD4WBleGJCTy+OOpik5UNKRvvkvgMbgskgXUsfAwWz47MHMOHThHVDSqopMVHlcWQnoBrB9je7Kg960AAAAASUVORK5CYII=);
width: 24px;
height: 24px;
}

.quizshow .fbtext {
margin-left: 25px;
}

.quizshow input[type=button] {margin-bottom:15px;}

.quizshow .no-number {
    list-style: none;
}

.quizshow .question-wrap {
    position: relative;
    display: inline;
}

.quizshow .question-wrap .question.overlayed {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: black;
  font-weight: bold;
}

.quizshow .question-wrap .overlayed + img {
  margin: 0 auto;
  opacity: .25;
}

.quizshow h2.question, .quizshow .qhas-number {
  display: inline;
}

.quizshow .question-wrap.overlayed {
  display: inline-block;
}

.quizshow .qNumber {
  font-weight: bold;
  font-size: 23px;
}

.quizshow.qs_gallery .questions-list {
  position: relative;
  z-index: 1;
  margin: 10px;
  top:0;
  bottom: 0;
}
.quizshow.qs_gallery .questions-list .qs_question {
  display: none;
}
.quizshow.qs_gallery .questions-list h3 {
font-size: 1.75em;
font-weight:bold;
}

.quizshow.qs_gallery {
    border: 1px solid black;
    margin: 0;
    min-height: 315px;
    position: relative;
}

.quizshow.qs_gallery .start-btn {
  padding: 5px 10px;
  background: #64a0df;
  color: #FFF;
  margin: 10px auto 0;
  display: inline-block;
  font-weight: bold;
  border: 0;
  border-radius: 3px;
  font-size: 1.25em;
  bottom: 15px;
}

.quizshow.qs_gallery .qsresult-btn {
  display: none;
}

.quizshow.qs_gallery .qs_gal_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    opacity: 0.5;
}

