@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

html{height:100%;}

body{background:url('../img/background.jpg') no-repeat top center fixed;
-webkit-background-size:cover;-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
font-family: Helvetica, sans-serif;
}

#signature{
  color: black;
  font-size: 15px;
 font-style: italic;
 text-align: left;
 margin-top: -20px;
 padding-left: 2%;
}

#wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-top: 9%;
  border: 2px solid #e20d26;
  color: #333;
  background: #fff;
    width: 500px;
    min-height: 410px;
    margin: 70px auto;

    -moz-border-radius: 15px;
    border-radius: 15px;
}

.top-bar {
    background-color: #333;
    color: #fff;
    text-align: center;
}

.logoImg2{display:block;


}/*/Change Size logo /*/

.logo{
  background: transparent;
  color: white;
  font-size: 15px;
  text-align: right;
}

.logo_text {
  text-align: left;
  margin-top: -32px;
}

.logoImg{display:block;
margin-left:auto;
margin-right:auto;
max-width:80%;
padding: 1% 0;
}/*/Change Size logo /*/
	
h1{
  color: #333;
  /*font-family: 'Droid Sans', sans-serif;*/
  line-height: 100%;
  text-align: center;
  /*margin: 3% 8%;*/
}

p {
  width: 90%;
  max-width: 400px;
  margin:0 auto;
  font-size: 14px;
}


#title{
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 34px;
  margin-bottom: 10px;
  margin-top: 15px;
}

#title span{
  font-size: 42px;
}

h3{
  text-align: center;
  margin: 1% 0 0 0;
  font-weight: bold;
  line-height: 186%;
  /*font-family: 'Montserrat', sans-serif;*/
  padding-bottom: 13px;
}

#intro{margin:0em;
color:#ffffff;/*/Second line colour/*/
font-size:2em;
font-family: 'Montserrat', sans-serif;
padding: 5px 0;
  /*/Change second text shadow/*/}

#intro > p > strong{color:yellow;/*/Date colour/*/}

span.countWrapper > strong, #intro > p > strong{
color:green;/*/Counter colour/*/
font-size: 1.3em;
/*/Counter colour shadow/*/}

h2{
  font-size: 22px;
  margin-top: 4px;
  margin-bottom: 14px;
  font-weight: 600;
  /* text-shadow: 2px 2px 0 #000; */
  text-align: center;
  max-width: 90%;
  margin:0 auto;
  text-transform: uppercase;
}

.brandtext {
  max-width: 70px;
    top: 3px;
    position: relative;
}

#wrapper > h2 {
  margin-top: 20px;
  color: #009ada;
}

.product-image {
  margin:0 auto;
  max-width: 500px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

h4{text-align:center;
color:  white;
padding:10px;
margin: 0px;
font-family: 'Montserrat', sans-serif;
}

#questionWrapper{
text-align: center;
padding-top:em;
padding-bottom:1.5em;
}

.question,.result,.check{
display:none;}

.QuestionFirst {
  display: block;
}

.question{
  padding-bottom:1em;
  padding-top:1em;

}
.check{clear:both;}

#checks{}
.check h2{}
.checkItem{
clear:both;
display:block;
overflow:auto;
color:white;
text-align: left;
position: relative;}

.checkItem img{margin-right:20px;}

a.callToAction{background: #ff8c00;
  background-image: -webkit-linear-gradient(top, #ff8c00, #e66503);
  background-image: -moz-linear-gradient(top, #ff8c00, #e66503);
  background-image: -ms-linear-gradient(top, #ff8c00, #e66503);
  background-image: -o-linear-gradient(top, #ff8c00, #e66503);
  background-image: linear-gradient(to bottom, #ff8c00, #e66503);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 2em;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none;
}

.answer{
  color: #fff;
  background: #074598;
  text-transform: uppercase;
  text-decoration: none;
  margin:0 auto;
  margin-top: 20px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  width: 90%;
  font-weight: 900;
  max-width: 250px;
  display: block;
  border-bottom: 4px solid rgba(51, 51, 51, 0.3);
}

.answer:hover {
  background-color: #0752b5;
}
  
a.callToAction:hover{background: #fc6d00;
  background-image: -webkit-linear-gradient(top, #fc6d00, #b33a02);
  background-image: -moz-linear-gradient(top, #fc6d00, #b33a02);
  background-image: -ms-linear-gradient(top, #fc6d00, #b33a02);
  background-image: -o-linear-gradient(top, #fc6d00, #b33a02);
  background-image: linear-gradient(to bottom, #fc6d00, #b33a02);
  text-decoration: none;text-shadow:1px 1px 1px rgba(0,0,0,0.5);}
  
.countWrapper{display:block;clear:both;font-size:12px;margin:50px;}

.fade{
  display: none;
}

@media(max-width: 600px){

.logo_text {
  margin-top: -41px;
}

#title {
  font-size: 8vw;
}

#title span{
  font-size: 7vw;
}

#wrapper{
  width: 92%;
  margin:0 auto;
  padding-top: 20px;
}

.question{
  width:98%;
  margin: auto;
}

.btnYes, .btnNo{
  font-size: 24px;
}

.none{
  display: none;
}

.logoImg {
padding-top: 10px;
  }

.logo {
  padding-bottom: 22px;
}

h2{
  padding:3px;
  font-size: 1.0em;
}

h1 span{
  font-size:14px;

}

h3 {
    line-height: 157%;
    padding:3px;
    font-size: 0.9em;

}


h4{

  font-size: 0.9em;
}

h1{
font-size: 1.2em;
    margin: 3% 1%;
}

#intro{
  font-size: 1em;
  padding: 5%;
  color: white
}

#intro > p > strong{
  font-size: 12px;
  color: yellow;
  }

.checkItem{
  font-size: 0.7em;
      margin-top: -15px;
      margin-left: 10px;

}

.product-image {
  max-width: 90%;
}

.checkItem img {
    margin-right: 10px;
}

a.callToAction{
      font-size: 23px;
    position: fixed;
    top: 42%;
    width: 100%;
    left: 0;
    border: 0px;
    border-radius: 0px;
    padding: 23px 0px 23px 0px;
    margin: 0;
;
text-decoration: underline;
}

#questionWrapper > div.checker > div:nth-child(4) > a > p{
  font-size: 14px;
}

}

.btnRed {
background: #d60000;
background-image: -webkit-linear-gradient(top, #d60000, #b50000);
background-image: -moz-linear-gradient(top, #d60000, #b50000);
background-image: -ms-linear-gradient(top, #d60000, #b50000);
background-image: -o-linear-gradient(top, #d60000, #b50000);
background-image: linear-gradient(to bottom, #d60000, #b50000);
-webkit-border-radius: 9;
-moz-border-radius: 9;
border-radius: 9px;
font-family: Arial;
color: #ffffff;
font-size: 2em;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btnRed:hover {
background: #940000;
background-image: -webkit-linear-gradient(top, #940000, #730000);
background-image: -moz-linear-gradient(top, #940000, #730000);
background-image: -ms-linear-gradient(top, #940000, #730000);
background-image: -o-linear-gradient(top, #940000, #730000);
background-image: linear-gradient(to bottom, #940000, #730000);
text-decoration: none;}

.btnBlue {
background: #d60000;
background-image: -webkit-linear-gradient(to bottom, #0960FF, #0D36D0);
background-image: -moz-linear-gradient(to bottom, #0960FF, #0D36D0);
background-image: -ms-linear-gradient(to bottom, #0960FF, #0D36D0);
background-image: -o-linear-gradient(to bottom, #0960FF, #0D36D0);
background-image: linear-gradient(to bottom, #0960FF, #0D36D0);
-webkit-border-radius: 9;
-moz-border-radius: 9;
border-radius: 9px;
font-family: Arial;
color: #ffffff;
font-size: 2em;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btnBlue:hover {
background: #940000;
background-image: -webkit-linear-gradient(to bottom, #0038D6, #040050);
background-image: -moz-linear-gradient(to bottom, #0038D6, #040050);
background-image: -ms-linear-gradient(to bottom, #0038D6, #040050);
background-image: -o-linear-gradient(to bottom, #0038D6, #040050);
background-image: linear-gradient(to bottom, #0038D6, #040050);
text-decoration: none;}

.btnBlack {
background: #d60000;
background-image: -webkit-linear-gradient(to bottom, #696969, #000000);
background-image: -moz-linear-gradient(to bottom, #696969, #000000);
background-image: -ms-linear-gradient(to bottom, #696969, #000000);
background-image: -o-linear-gradient(to bottom, #696969, #000000);
background-image: linear-gradient(to bottom, #696969, #000000);
-webkit-border-radius: 9;
-moz-border-radius: 9;
border-radius: 9px;
font-family: Arial;
color: #ffffff;
font-size: 2em;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btnBlack:hover {
background: #940000;
background-image: -webkit-linear-gradient(to bottom, #000000, #000000);
background-image: -moz-linear-gradient(to bottom, #000000, #000000);
background-image: -ms-linear-gradient(to bottom, #000000, #000000);
background-image: -o-linear-gradient(to bottom, #000000, #000000);
background-image: linear-gradient(to bottom, #000000, #000000);
text-decoration: none;}

.btnGreen {
margin-top:1em;
background: #00ba28;
background-image: -webkit-linear-gradient(top, #21C503, #52A726);
background-image: -moz-linear-gradient(top, #21C503, #52A726);
background-image: -ms-linear-gradient(top, #21C503, #52A726);
background-image: -o-linear-gradient(top, #21C503, #52A726);
background-image: linear-gradient(to bottom, #21C503, #52A726);
-webkit-border-radius: 9;
-moz-border-radius: 9;
border-radius: 9px;
font-family: Arial;
color: #ffffff;
font-size: 2em;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

.btnGreen:hover {
  background: #028f06;
  background-image: -webkit-linear-gradient(top, #137D00, #297502);
  background-image: -moz-linear-gradient(top, #137D00, #297502);
  background-image: -ms-linear-gradient(top, #137D00, #297502);
  background-image: -o-linear-gradient(top, #137D00, #297502);
  background-image: linear-gradient(to bottom, #137D00, #297502);
  text-decoration: none;text-shadow:1px 1px 1px rgba(0,0,0,0.5);}

  .btnGrey {
background: #d60000;
background-image: -webkit-linear-gradient(to bottom, #AFAFAF, #6B6B6B);
background-image: -moz-linear-gradient(to bottom, #AFAFAF, #6B6B6B);
background-image: -ms-linear-gradient(to bottom, #AFAFAF, #6B6B6B);
background-image: -o-linear-gradient(to bottom, #AFAFAF, #6B6B6B);
background-image: linear-gradient(to bottom, #AFAFAF, #6B6B6B);
-webkit-border-radius: 9;
-moz-border-radius: 9;
border-radius: 9px;
font-family: Arial;
color: #ffffff;
font-size: 2em;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btnGrey:hover {
background: #940000;
background-image: -webkit-linear-gradient(to bottom, #545454, #444444);
background-image: -moz-linear-gradient(to bottom, #545454, #444444);
background-image: -ms-linear-gradient(to bottom, #545454, #444444);
background-image: -o-linear-gradient(to bottom, #545454, #444444);
background-image: linear-gradient(to bottom, #545454, #444444);
text-decoration: none;}

.shine {
  position: relative;
  z-index: 0;
}

.shine i {
/* positioning */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;

/* gradient */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.03) 1%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.85) 71%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.03)), color-stop(30%,rgba(255,255,255,0.85)), color-stop(50%,rgba(255,255,255,0.85)), color-stop(70%,rgba(255,255,255,0.85)), color-stop(71%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

/* forming the shine element
    play around with the width, skew and gradient to get different effects
  */
  width: 15%;
  height: 100%;
     transform: skew(-10deg,0deg);
  -webkit-transform: skew(-10deg,0deg);
     -moz-transform: skew(-10deg,0deg);
     -ms-transform: skew(-10deg,0deg);
     -o-transform: skew(-10deg,0deg);

/* animating it */
     animation: move 2s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg,0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg,0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg,0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 1s;
 }

 .delay i{
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
 }

/* */
@keyframes move {
 0% { left: -10%; opacity: 0; }
 5% {opacity: 0.0}
 48% {opacity: 0.2}
 80% {opacity: 0.0}
 100% { left: 92%}
}

@-webkit-keyframes move {
 0% { left: 0; opacity: 0; }
 5% {opacity: 0.0}
 48% {opacity: 0.2}
 80% {opacity: 0.0}
 100% { left: 82%}
}

@-moz-keyframes move {
 0% { left: 0; opacity: 0; }
 5% {opacity: 0.0}
 48% {opacity: 0.2}
 80% {opacity: 0.0}
 100% { left: 88%}
}

@-ms-keyframes move {
 0% { left: 0; opacity: 0; }
 5% {opacity: 0.0}
 48% {opacity: 0.2}
 80% {opacity: 0.0}
 100% { left: 82%}
}

@-o-keyframes move {
 0% { left: 0; opacity: 0; }
 5% {opacity: 0.0}
 48% {opacity: 0.2}
 80% {opacity: 0.0}
 100% { left: 82%}
}