#main-menu h2, 
#accordionMenu h2 {
  color: #000;
}

#title-wrapper h1 {
  position: absolute;
  top: 30px;
}

#title-wrapper {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) and (min-height: 800px) {
  html {
    overflow-y: hidden;
  }
}

@media (min-height: 800px) {
  html {
    overflow-y: hidden;
  }
}

@media (max-width: 992px) {
  #questionnaire {
    padding-top: 100px;
  }
  #title-wrapper h1 {
    top: 10px;
  }
}

.background-cover {
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0;
}

.results-show::after,
.background-cover::after {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}

#questionnaire[question="1"] #question1-background,
#questionnaire[question="2"] #question2-background,
#questionnaire[question="3"] #question3-background,
#questionnaire[question="4"] #question4-background,
#questionnaire[question="5"] #question5-background,
#questionnaire[question="6"] #question6-background {
  opacity: 1;
}

#question1-background {
  background-image: url("../jpg/find-your-ebike-bg1.jpg");
}

#question2-background {
  background-image: url("../jpg/find-your-ebike-bg7.jpg");
}

#question3-background {
  background-image: url("../jpg/find-your-ebike-bg4.jpg");
}

#question4-background {
  background-image: url("../jpg/find-your-ebike-bg6.jpg");
}

#question5-background {
  background-image: url("../jpg/find-your-ebike-bg2.jpg");
}

#question6-background {
  background-image: url("../jpg/find-your-ebike-bg3.jpg");
}

#results {
  opacity: 0;
  background-image: url("../jpg/find-your-ebike-bg5.jpg");
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.questionnaire-hide {
  display: none;
}

.results-show {
  opacity: 1 !important;
}

#bottommenu {
  display: none !important;
}

#main-menu {
  background: #fff;
}

#main-container {
  position: relative;
  z-index: 1;
}

h1,
h2 {
  color: #fff;
}

ul {
  padding-left: 0;
}

#answer-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.option-list li {
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  border: 3px solid #fff;
  border-radius: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  width: 230px;
  font-size: 24px;
  margin: 30px 20px;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
  position: relative;
  text-align: center;
  user-select: none;
}

.option-list li:hover,
.option-list li:focus {
  background: #fff;
  color: #000;
}

.results-tile {
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.results-tile .bottom-link {
  display: flex;
}

.results-tile .volt-new-btn {
  float: right;
  padding: 2px 15px;
  margin-top: -12px;
  font-weight: bold;
}

.results-tile p {
  margin: 0;
}

#results h2 {
  padding-bottom: 30px;
}

.results-tile img {
  padding-bottom: 20px;
}

.footer-margin-top {
  display: none;
}

.backBtn,
#restart {
  border-radius: 5px;
  margin: 0;
}

.backBtn:hover {
  color: #eaeaea;
  background: #6ec1d4;
  border-color: #6ec1d4;
}

#finish-btn {
  padding: 8px 20px;
  font-size: 24px;
  margin: 40px auto;
  border-radius: 20px;
  background: transparent;
  color: #fff;
  border: 3px solid;
  display: block;
}

#finish-btn .fa {
  pointer-events: none;
}

/* PROGRESS BAR  */
#progress-caret {
  display: none !important;
}

#progress-bar-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 20px;
  right: calc(50% - 90px);
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#progress-bar-wrapper ul {
  display: flex;
  flex-direction: row;
}

#progress-bar-wrapper li {
  cursor: pointer;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: transparent;
  border-radius: 30px;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
}

#progress-bar-wrapper #progress-caret {
  transition: 400ms;
  position: absolute;
  top: 19px;
  left: -26px;
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 10px;
}

.progress-bar-active {
  background: rgba(255, 255, 255, 1) !important;
  /* color: transparent; */
}

@media (max-width: 900px) {
  #progress-bar-wrapper .marker {
    width: 20px;
  }
  #progress-bar-wrapper .fa-angle-left {
    left: 27px;
  }
  .option-list li{
    width: 200px;
  }
}


/* TOBY DESIGN */
#questionnaire {
  padding: 0;
  position: relative;
  z-index: 1;
}

#questionnaire #question,
#questionnaire #question-placeholder {
  font-family: "volt-light";
  line-height: 44px;
  text-align: center;
}

#questionnaire #question-placeholder {
  position: absolute;
  opacity: 0;
  z-index: -1;
  padding-right: 20px;
}

#question-wrapper {
  margin-top: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#question-wrapper .row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#goBackWrapper {
  opacity: 0.5;
  color: #ccc;
  position: fixed;
  bottom: 20px;
  left: 50px;
  font-size: 16px;
  cursor: pointer;
  display: none;
  pointer-events: none;
}

.goBackActive{
  opacity: 1 !important;
  color: #fff !important;
  pointer-events: all !important;
}


@media (max-width: 767px) {
  #question-wrapper {
    margin-top: 90px;
    margin-right: 60px;
    padding: 10px 0px 20px 20px;
  }
  #question-wrapper .row {
    display: block;
  }
  #answer-wrapper{
    flex-direction: column;
  }
  .option-list li {
    width: 100%;
    font-size: 26px;
  }
  #progress-bar-wrapper {
    top: calc(40% - 90px);
    right: 0;
  }
  #progress-bar-wrapper li {
    margin-top: 20px;
  }
  #progress-bar-wrapper ul {
    flex-direction: column;
  }
  #goBackWrapper{
    display: none !important;
  }
}

/* SLIDER  */
#budget-slider-wrapper {
  display: none;
  max-width: 280px;
  margin: auto;
}

.rangeslider {
  position: relative;
  margin-top: 20px;
  color: #000;
}

.rangeslider:hover {
  background: inherit !important;
}

.rangeslider:after {
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 5px;
  position: absolute;
  background: #fff;
}

.rangeslider--horizontal {
  width: 100%;
  height: 28px;
}

.rangeslider__fill {
  position: absolute;
  background: #00a5e2;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

#finance-slider {
  margin-top: 10px;
}

.rangeslider__handle {
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: -27px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  color: #000;
  padding-top: 16px;
  text-align: center;
  font-weight: bolder;
}

.rangeslider__handle:active {
  background: #fff;
}

.rangeslider__fill,
.rangeslider__handle {
  z-index: 1;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 50%;
  height: 5px;
  margin-top: -2.5px;
}



