body {
  background-color: #0e0e0e;
}

#slide-container > .row, #slide-left-side, #slide-right-side, #slide-middle {
  height: 100%;
  padding: 0px;
}

#slide-left-side {
  max-width: 290px;
  flex: 0 0 290px;
  -ms-flex: 0 0 290px;
  background-color: #252525;
  background-image: url("../assets/analyse-banner-252525.png");
  background-position-x: center;
  background-position-y: 90%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}

#slide-right-side {
  background-color: #969450;
  max-width: 80px;
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;

}

.slide-middle-content-container {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  margin: 20px;
}

.poll-question {
  margin-bottom: 110px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 48px;
  color: #fff;
}

.poll-answers {
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 48px;
  color: #fff;
}

.poll-answers input[type="radio"] {
  display: none;
}

.poll-answers input[type="radio"] + label {
  font-weight: 400;
  font-size: 32px;
  padding: 20px;
}

.poll-answers input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.poll-answers input[type="radio"] + label span {
  background-color: #fff;
}
.poll-answers input[type="radio"]:checked {
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

.poll-answers input[type="radio"]:checked + label {
  font-weight: 900;
  outline: 2px dashed rgba(255, 255, 255, .5);
  outline-offset: 6px;
}
.poll-answers input[type="radio"]:checked + label span {
  background-color: #7f7f3c;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.poll-answers input[type="radio"] + label span, .poll-answers input[type="radio"]:checked + label span {
  transition: background-color 0.24s linear;
  -webkit-transition: background-color 0.24s linear;
  -o-transition: background-color 0.24s linear;
  -moz-transition: background-color 0.24s linear;

}

.full-space-centered{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slide-middle {
  height: 100%;
  background-color:  #969450;
  display: flex;
  align-items: center;
  justify-content: center;

}

#slide-container {
  margin-top: 60px;
  background-color: #252525;
  height: 1024px;
  width: 1860px;
}

.carousel-item {
  height: 100%;
}

.carousel-indicators {
  margin: 0px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: inherit;
  bottom: inherit;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.pagecount-and-points {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
}
.pagecount-and-points > p {
  border-bottom: 1px solid #fff;
  line-height: normal;
  margin: 2px;
  padding: 0px 20px;
  font-size: 100px;
}
.pagecount-and-points > span {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}



.form {
  background-color: #252525;
  border: 1px solid #fff;
  padding: 30px 30px 0px 30px;
  max-width: 500px;
  /*min-width: 490px;*/
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.1);
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #fff;
}

.form .points {
  font-size: 60px;
}

.form .classification {
  font-size: 40px;
}

.poll-go-next,.poll-go-next:hover  {
  background-color:  #969450;
  color: white;
}

.form hr {
  border-top: 1px solid #fff;
}

.form label {
  float: left;
  margin: 5px;
}

.form input[type="checkbox"], .form input[type="radio"] {
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}

.form button[type = 'submit'] {
  margin-top: 18px;
  background-color: #252525;
  border: 1px solid #fff;
}
.form input[type="checkbox"], .form input[type="radio"] {
  display: none;
}

.form input[type="checkbox"] + label, .form input[type="radio"] + label {
  font-weight: 400;
  font-size: 13px;
  padding-right: 10px;
}

.form input[type="checkbox"] + label span, .form input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.form input[type="checkbox"] + label span, .form input[type="radio"] + label span {
  background-color: #fff;
}
.form input[type="checkbox"]:checked {
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

/*.form input[type="checkbox"]:checked + label {
  font-weight: 900;
  outline: 2px dashed rgba(255, 255, 255, .5);
  outline-offset: 6px;
}*/
.form input[type="checkbox"]:checked + label span, .form input[type="radio"]:checked + label span  {
  background-color: #7f7f3c;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

.form input[type="checkbox"] + label span, .form input[type="checkbox"]:checked + label span,
.form input[type="radio"] + label span, .form input[type="radio"]:checked + label span  {
  transition: background-color 0.24s linear;
  -webkit-transition: background-color 0.24s linear;
  -o-transition: background-color 0.24s linear;
  -moz-transition: background-color 0.24s linear;
}

.form-check > span {
  float: left;
  margin: 5px;
}

/* =========================================================================================*/

@media all and (max-height: 1084px) {
  #slide-container {
    margin-top: 0px;
  }
}

@media all and (max-height: 1024px) {
  #slide-container {
    background-color: #969450;

    margin: 0px auto;
    /*width: 100%;*/
    /*height: 900px;*/
  }

}


@media all and (max-width: 1880px) {

  #slide-container {
    width: 1280px;
  }

}

@media all and (max-width: 1280px) {
  #slide-left-side {
    display: none;
  }

  #slide-container {
    width: 768px;
  }

  .poll-question {
    font-size: 40px;
  }
  .poll-answers input[type="radio"] + label {
    font-size: 24px;
  }

}

@media all and (max-width: 768px) {
  body {
    background-color: #969450;
  }

  .poll-question {
    font-size: 40px;
  }
  .poll-answers input[type="radio"] + label {
    font-size: 24px;
  }
  #slide-left-side, #slide-right-side {
    display: none;
  }

  #slide-container {
    background-color: #969450;
    margin: 0px auto;
    width: 100%;
    height: initial;
  }

}