.age {
  padding: 4px;
  font-size: 18px;
  display: inline-block;
}
.icon {
  width: 50px;
  display: noneXXX;
  /* REMOVE XXX TO HIDE THE ICONS */
}
.meter {
  position: relative;
  background: #282828;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 5px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  max-width: 500px;
  margin: 20px auto 10px;
}
.meter > span {
  display: block;
  height: 12px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43, 194, 83)), color-stop(1, rgb(84, 240, 84)));
  background-image: -webkit-linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
  background-image: -moz-linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
  background-image: -ms-linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
  background-image: -o-linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.orange > span {
  background-color: #F90;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F90), color-stop(1, #F90));
  background-image: -webkit-linear-gradient(top, #F90, #F90);
  background-image: -moz-linear-gradient(top, #F90, #F90);
  background-image: -ms-linear-gradient(top, #F90, #F90);
  background-image: -o-linear-gradient(top, #F90, #F90);
}
.button, .steps-button-final {
  background: none repeat scroll 0 0 #F90;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 4px 0 #C77700;
  -webkit-box-shadow: 1px 4px 0 #C77700;
  box-shadow: 1px 4px 0 #C77700;
  color: #FFFFFF;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  padding: 18px 45px;
  margin: 20px 7px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#q0 .header {
  margin-bottom: 30px;
}
#q0 h3 {
  margin: 20px auto 0;
  font-weight: 600;
  font-size: 20px;
  max-width: 800px;
  padding: 0 15px;
}
#q0 h3 strong {
  color: white;
}
#q0 .lucky {
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 18px;
  padding: 0 15px;
}
#q0 .stepinfo {
  max-width: 600px;
  margin: 20px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding: 0 15px;
}
#q0 .option-intro {
  background: #101010;
  max-width: 500px;
  border: 1px solid #313131;
  text-align: center;
  cursor: auto;
  margin: 20px auto 12px;
  padding: 30px 33px;
}
#q0 .option-title {
  margin-left: 0px;
}
#q0 .answer {
  margin: 25px auto 0;
}
.option, .option2, .option3, .option4, .option6 {
  background: #101010 url(option.png) no-repeat 30px center;
  max-width: 500px;
  padding: 10px 33px;
  text-align: left;
  cursor: pointer;
  margin: 0 auto 12px;
  border: 1px solid #313131;
}
.option5 {
  max-width: 500px;
  padding: 10px 33px;
  text-align: left;
  cursor: pointer;
  margin: 0 auto 12px;
  border: 1px solid #313131;
  background: #101010;
}
.selected, .selected2, .selected3, .selected4, .selected6 {
  background: #101010 url(option-selected.png) 30px center no-repeat;
}
.option-title {
  color: white;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  display: block;
  padding: 0;
  margin-left: 50px;
}
/*
TOP BLUE: #157F8F
GREY BG: #F2F2F2
QUESTION TEXT: #4e4e4e
DARK TEXT: #5E5E5E
WHITE BOX BORDER: #D4D5D3 
RED BUTTON: #F90
BLUE IN STATUS BAR: #9ED0D3
font-family: 'Open Sans', sans-serif;
font-weight: 300, 400 (italic), 600, 700; 
(light, normal, semi-bold, bold)
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.option {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  2-khtml-user-drag: none;
  -khtml-user-select: none;
  3-moz-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  4user-select: none;
}
.option:active {
  background-color: none;
}
#popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, .7)
}
#popup {
  width: 320px;
  background-color: black;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: -210px 0 0 -170px;
  padding: 10px 10px 25px 10px;
  border: 1px solid #313131;
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
}
#intro {
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 5px;
}
body {
  background-color: black;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: white;
}
.header {
  background-color: #1b1b1b;
  padding: 10px;
  border-bottom: 1px solid #313131;
}
h2 {
  color: white;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}
h3 {
  color: #F90;
  margin: 0px auto;
  font-weight: 600;
  font-size: 20px;
  max-width: 800px;
}
.stepinfo {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  margin: 5px 0 15px 0;
}
.question {
  text-align: center;
}
form {
  margin: 0 15px;
}
.answer {
  cursor: pointer;
  margin: 25px auto;
}
#q1, #q2, #q3, #q4, #q5, #q6, #final, #results-header, #v1, #v2, #v3, #v4, #v5 {
  display: none;
}
#results-header {
  text-align: center;
}
#final {
  max-width: 545px;
  margin: 30px auto;
  /*background: #eeeeee;*/
  /* Old browsers */
  background: -moz-linear-gradient(top, #292929 0%, #161616 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #161616));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #292929 0%, #161616 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #292929 0%, #161616 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #292929 0%, #161616 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #292929 0%, #161616 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#161616', GradientType=0);
  /* IE6-9 */
  padding: 15px;
  border: 1px solid #313131;
}
.validate h3 {
  font-size: 16px;
  margin: 20px 0px;
}
.validate span {
  display: block;
  min-height: 30px;
  padding-left: 35px;
  padding-top: 5px;
  background: url(check.png) no-repeat scroll 0% 0% transparent;
  margin: 10px 0px;
}
.validate strong {
  color: #F90;
}
.validate ol {
  margin-left: 40px;
}
.validate li {
  margin: 10px 0px;
}
.validate p {
  text-align: center;
  margin: 20px 0px;
}
p {
  font-size: 16px;
}
#terms {
  font-size: 13px;
}
#agree {
  width: 180px;
  height: 94px;
  margin: 0 auto;
  text-align: center;
}
/* 640x960 & 640x1136 */
@media screen and (max-width: 700px), only screen and (max-device-width: 700px) {
  .header {
    padding: 15px;
  }
  h2 {
    color: white;
    font-size: 20px;
    margin: 0;
  }
  h3 {
    margin: 15px 15px 0 15px;
    font-size: 14px;
  }
  #q0 h3 {
    font-size: 18px;
    max-width: 800px;
    padding: 0 15px;
  }
  #q0 h3 strong {
    color: white;
  }
  #q0 .lucky {
    max-width: 800px;
    margin: 20px auto 0;
    font-size: 14px;
    padding: 0 15px;
  }
  #q0 .stepinfo {
    max-width: 600px;
    margin: 20px auto 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
  }
  #q0 .option-intro {
    padding: 20px 10px;
  }
  .stepinfo {
    font-size: 12px;
    margin: 5px 0 15px 0;
  }
  .option-title {
    font-size: 18px;
    line-height: 23px;
    margin-left: 50px;
    padding-top: 5px;
  }
  #q0 .option-title {
    font-size: 18px;
    margin-left: 0px;
  }
  #final {
    margin: 15px auto;
  }
  #intro-image {
    width: 200px;
  }
  .answer {
    margin: 15px auto;
  }
  #q0 .answer {
    font-size: 20px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  .answer {
    margin: 12px auto;
  }
  #final {
    margin: 15px 15px;
  }
  .button {
    font-size: 20px;
  }
  /* 360x640 & 320x480 */
  @media screen and (max-width: 470px), only screen and (max-device-width: 470px) {
    #popup {
      width: 250px;
      margin: -210px 0 0 -125px;
    }
    #q0 .option {
      margin: 20px 15px 12px;
    }
    .header {
      padding: 10px;
    }
    .option, .option2, .option3, .option4, .option5, .option6 {
      margin: 0 15px 12px;
    }
    .meter {
      margin: 20px 10px 10px;
    }
  }
  /* 360x640 & 320x480 */
  @media screen and (max-width: 350px), only screen and (max-device-width: 350px) {
    #popup {
      width: 230px;
      margin: -210px 0 0 -110px;
    }
    .header {
      padding: 10px;
    }
    #q0 header {
      margin-bottom: 10px;
    }
    .meter {
      margin: 20px 10px 10px;
    }
  }
  