@import url(css?family=Ubuntu:400,700);

html{height:100%;}

body{background:url('background.jpg') no-repeat center center fixed;
-webkit-background-size:cover;-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
font-family: 'Ubuntu', 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: 550px;
  margin-top: 9%;
  box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.42);
  -webkit-box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.42);
  -moz-box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.42);
  -o-box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.42);
  background: #fff;
    margin: 70px auto;

    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    position: relative;
}

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

.win-wrap {
  width: 500px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}

.win-list {
  position: absolute;
  top: 42px;
  left: 42px;
  width: 70px;
}

.win-list p {
  margin-left: 0;
}

.win-list span {
  font-size: 14px;
  font-weight: 800;
}

.winners {
    display: none;
    position: absolute;
    width: 150px;
    right: -51px;
    top: 20px;
}

#dyLogo{
    max-width: 160px;
}

.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: 54px;
  margin-bottom: 10px;
}

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

h3{
  text-align: center;
  color: #333;
  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: 24px;
  color: #333;
  margin-top: 4px;
  margin-bottom: 14px;
  font-weight: 800;
  /* text-shadow: 2px 2px 0 #000; */
  text-align: center;
  max-width: 100%;
  margin:0 auto;
}

.product-image {
  margin:0 auto;
  max-width: 90%;
  padding:0 5%;
  display: block;
}

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;
border-top: 1px dashed #ccc;
margin: 20px 20px 0px 20px;
}

.check, .check2 {
  margin-top: 30px;
}

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

.QuestionFirst {
  display: block;
}

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

}
.check, .check2{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;
}

.progress {
  width: 0%;
  background-color: #0387e1;
  height: 10px;
  display: block;
  transition: 0.5s ease-in-out;
  margin-bottom: 10px;
}

.answer, .btn_voucher{
    text-decoration: none;
    max-width: 300px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    color: #fff;
    line-height: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    background-color: #85b716;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}

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;
}

.top-bar {
  margin-bottom: 10px;
}

.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 1.5s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  -webkit-animation: move 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg,0deg);
  -moz-animation: move 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg,0deg);
  -ms-animation: move 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg,0deg);
  -o-animation: move 1.5s;
  -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%}
}
