html {
    height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #f2f3f0;
  color: #ffffff;
  height: 100%;
  text-align: center;
}

h1, h2, h3 {margin:0;}
.left { float: left; }
.right { float: right; }

.row{margin:0;}



#wrapper {
  height: 100%;
  width: 100%;
}

#loader{display: none;}
#thankyou{display: none;}

/************************ HEADER **********************/
/***************************************************/

#header{
  /*height: 100px;*/
  width: 100%;
  background: #2c4d3a url("../assets/border-bg.jpg") top center;
  padding-bottom: 10px;
  text-align: left;
}

#header .inner{
  padding: 10px 3%;
  border-bottom: 2px dashed #FFCC70;
}

#header .inner p{
  color: #00614b;
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  margin: 10px 0;
}

.inner span { font-size: 50px; }

.font-custom{
  font-weight: normal;
  font-family: 'Roboto Slab', 'Roboto', sans-serif;
}

#header .inner .logo{
  height: 50px;
  margin: 10px;
}

/************************ CENTER **********************/
/***************************************************/

#center{
  padding: 15px;
  min-height: 460px;
  background: url("../assets/background.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#center .content{
  background: rgba(255,204,0,.8);
  border: 2px solid #1D542D;

  max-width: 875px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
}

#center .content .image1{
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 375px;
}

/************************ LEFT **********************/
/***************************************************/
#center .content .left {
  position: initial;
  text-align: center;
  color: #00614b;
  padding: 10px;
}

#center .content .left h1{
  font-size: 66px;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 5px #0C441C;
}
#center .content .left h2{
  font-size: 38px;
  margin: 0;
  font-family: 'Satisfy';
}

#center .content .voucher{
  position: relative;
  margin: 0;
}

.prize p { margin: 0; }

.prize__title__legal {
  font-size: 16px;
}

.prize__title {
  font-size: 66px;
  line-height: 68px;
  font-weight: 700;
  text-transform: uppercase;
}

.prize__subtitle {
  font-size: 38px;
  line-height: 40px;
}

/************************ RIGHT **********************/
/***************************************************/



/************************ Questions **********************/
/***************************************************/

#questionWrapper {
  background: #ffffff;
  background: rgba(255,255,255,0.9);
  min-height: 356px;
  margin: 12px auto;
  padding: 10px;
  color: #4E433B;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #2A333A;
}

#questionWrapper h3{
  font-size: 19px;

}

#questionWrapper h3.title{
  padding-bottom: 15px;
  margin: 10px auto;
  border-bottom: 2px solid #690319;
}

#questionWrapper h2{
  font-size: 24px;
}

.answer {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffffff;
  padding: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-decoration: none;
  border: 1px solid #00614b;
  background: #00614b;
}

.answer:hover{
  color: #00614b;
  text-decoration: none;
  background: #fc0;
  border: 1px solid #fc0;
}

.btnYes {
  background: rgb(96,152,30);
  background: -moz-linear-gradient(top, rgba(96,152,30,1) 0%, rgba(73,128,7,1) 100%);
  background: -webkit-linear-gradient(top, rgba(96,152,30,1) 0%,rgba(73,128,7,1) 100%);
  background: linear-gradient(to bottom, rgba(96,152,30,1) 0%,rgba(73,128,7,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60981e', endColorstr='#498007',GradientType=0 );
  border: 1px solid #3E6F02;
  color: white;
}

.btnYes:hover{
  background: rgb(96,152,30);
  background: -moz-linear-gradient(top, rgba(96,152,30,1) 0%, rgba(73,128,7,1) 24%, rgba(73,128,7,1) 69%, rgba(96,152,30,1) 100%);
  background: -webkit-linear-gradient(top, rgba(96,152,30,1) 0%,rgba(73,128,7,1) 24%,rgba(73,128,7,1) 69%,rgba(96,152,30,1) 100%);
  background: linear-gradient(to bottom, rgba(96,152,30,1) 0%,rgba(73,128,7,1) 24%,rgba(73,128,7,1) 69%,rgba(96,152,30,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60981e', endColorstr='#60981e',GradientType=0 );
  color: white;
}

.btnNo {
  background: #D62A14;
  border: 1px solid #D62A14;
}

.question, .result, .check {
  display: none;
  padding: 10px;
  text-align: center;
}

.question span{
  font-size: 29px;
}

.question p{
  font-size: 16px;
  font-weight: bold;
}


img.loader {
  clear: both;
  display: block;
  margin: 15px auto;
}

/************************ Steps **********************/
/***************************************************/

#bottom {
  background: #2c4d3a url("../images/border-bg.jpg") bottom center;
  height: 130px;
  padding-top: 13px;
  width: 100%;
}

#bottom .inner {
  border-top: 2px dashed #FFCC70;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 10px 3%;
}

#bottom .inner .numbers {
  margin: 15px auto 0;
  max-width: 768px;
  text-align: center;
  width: 100%;
}

#bottom .inner .numbers .line {
  border-bottom: 1px dashed #ffffff;
  display: inline-block;
  position: relative;
  top: 25px;
  width: 180px;
}

#bottom .inner .numbers .line.left { margin-left: 20px; }
#bottom .inner .numbers .line.right { margin-right: 20px; }

#bottom .inner .numbers .upper {
  margin: 0 auto 10px;
  width: 80%;
}

#bottom .inner .numbers .upper .number {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  display: inline-block;
  font-size: 36px;
  height: 50px;
  line-height: 48px;
  width: 50px;
  background: #00614b;
  color: #fc0;
}

#bottom .inner .numbers .upper .number-1 { float: left; }
#bottom .inner .numbers .upper .number-3 { float: right; }

#bottom .inner .numbers .upper .active {
  height: 60px;
  width: 60px;
  margin-top: -5px;
  font-size: 48px;
  line-height: 115%;
  background: #fc0;
  color: #00614b;
}



#bottom .inner .numbers .lower {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

#bottom .inner .numbers .lower .text {
  display: inline-block;
  width: 30%;
}

.lower span { font-size: 16px; }

/******  cta button   ******/
a.callToAction {
    background: rgb(96,152,30);
    background: -moz-linear-gradient(top, rgba(96,152,30,1) 0%, rgba(73,128,7,1) 100%);
    background: -webkit-linear-gradient(top, rgba(96,152,30,1) 0%,rgba(73,128,7,1) 100%);
    background: linear-gradient(to bottom, rgba(96,152,30,1) 0%,rgba(73,128,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60981e', endColorstr='#498007',GradientType=0 );

	border: 1px solid rgba(0, 0, 0, .2);
	color: #fff;
	display: block;
    font-size: 28px;
	padding: 10px 20px;
    margin: 10px auto;
	text-decoration: none;
    text-align: center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
a.callToAction:hover {
    text-decoration: underline;
}
a.callToAction .icon {
	border: 1px solid rgba(0, 0, 0, .2);
	color: #fff;
	display: inline-block;
	padding: .5em 1.2em;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
}

/************************ OVERLAY **********************/
/***************************************************/

.countWrapper {
    display: block;
    clear: both;
    font-size: 12px;
    margin: 5px;
}

.rulesBox {
    width: 80%; background-color: #ffffff; margin: 10px 0 15px 0; padding: 20px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.centerIt {
    margin:0px auto;
    text-align:center;
    margin-top: 125px;
}
.centerIt a {
    margin:0px auto;
}

.overlay-checker {
    display: none;
    background: #000;
    background: rgba(0, 0, 0, 0.7);

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.overlay-checker {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.overlay-checker-points {
    max-width: 700px;
    font-size: 20px;
}

.overlay-checker-points li{list-style: none;}
.overlay-checker-points li img{height: 21px;}

/*LEGALS*/

.terms{
    font-size: 12px;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}

/*  media queries  */
@media only screen and (max-width: 640px){

  #header .inner p {
    font-size: 9.5vw;
    line-height: 35px;
    margin: 0;
  }
  .inner span { font-size: 15.5vw; }
  .prize__title__legal { font-size: 4vw; }
  .prize__title {
    font-size: 16vw;
    line-height: 50px;
  }

  #questionWrapper { min-height: 300px; }

  #center .content .image1 { display: none; }

  #center{padding: 0;}
  #center .content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  #center .content .left {text-align: center;}

  #center .content .left h1{
    font-size: 40px;
    font-size: 12vw;
  }

  #center .content .left h2{
    font-size: 25px;
    font-size: 8vw;
  }

  #center .content .right {padding:0;}

  .voucher {display: none;}
  #bottom {display: none;}

}
