.bg-red {
  background-color: #e81111;
}

.video1 {
  width: 1000px;
  height: 563px;
}

@media (max-width: 1319px) and (min-width: 980px) {
  .video1 {
    width: 720px !important;
    height: 405px !important;
  }
}

@media (max-width: 979px) and (min-width: 600px) {
  .video1 {
    width: 480px !important;
    height: 270px !important;
  }
}

@media (max-width: 599px) and (min-width: 100px) {
  .video1 {
    width: 320px !important;
    height: 180px !important;
  }
}

.submit-poll {
  background-color: #ffff36;
  color: #000;
  border: 2px solid #000;
  font-family: 'Komika Display Kaps';
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.submit-poll:hover {
  background-color: red;
  color: white;
  border: 2px solid red;
}

.submit-poll.notReady {
    pointer-events:none;
    border: 2px solid #999999;
    color: #999999;
}

.radio-style1 {
  font-family: 'Komika Display Kaps';
  font-size: 21px;
  margin-right: 20px;
  float: left;
}

@media (min-width: 351px) and (max-width: 600px) {
  .radio-style1 {
    font-family: 'Komika Display Kaps';
    font-size: 18px;
    margin-right: 12px;
    float: left;
  }
}

@media (min-width: 10px) and (max-width: 350px) {
  .radio-style1 {
    font-family: 'Komika Display Kaps';
    font-size: 15px;
    margin-right: 12px;
    float: left;
  }
}

.member-poll-question {
  font-family: 'Komika Display Kaps';
  font-size: 24px;
}

.member-poll-graphic {
  z-index: 10 !important;
  /*max-height: 240px;*/
  width: 40%;
  position: relative;
  display: none;
  vertical-align: middle;
}



@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-graphic {
    z-index: 10 !important;
    margin-left: 0px;
    width: 168px;

  }
}

.member-poll-box {
  background-color: #ffff36;
  border: 3px solid #000;
  min-height: 100px;
  max-width: 67%;
  /* left: 280px; */
  z-index: 5;
  padding: 10px;
  position: relative;
  display: none;
  box-sizing: border-box;
  text-align: left;
  margin-left: -7%;
  vertical-align: middle;
}

@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-box {
    /*position: absolute;*/
    background-color: #ffff36;
    border: 3px solid #000;
    min-height: 100px;
    top: 0px;
    left: 0px;
    margin-right: 0px;
    z-index: 5;
    padding: 10px;
    min-width: 300px;
    max-width: 95%;
    margin-left: 0px;
    padding-top: 90px;
    margin-top: -90px;
  }
}

.members-headline {
  color: #b1ed0e;
  font-family: 'Komika Display Kaps';
  float: right;
  width: 70%;
  padding: 20px;
  padding-right: 60px;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: right;
  margin-right: 70px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  background-color: #0045b6;
}

.counter {
  color: #b1ed0e;
  font-family: 'Komika Display Kaps';
  float: right;
  width: 60%;
  padding: 20px;
  padding-right: 0px;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: center;
  margin-right: 100px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  background-color: #0045b6;
}

@media (min-width: 401px) and (max-width: 800px) {
  .counter {
    color: #b1ed0e;
    font-family: 'Komika Display Kaps';
    float: right;
    width: 70%;
    padding: 15px;
    padding-right: 30px;
    font-size: 32px;
    letter-spacing: 8px;
    text-align: right;
    margin-right: 70px;
    top: 40%;
    transform: translateY(-40%);
    position: relative;
    background-color: #0045b6;
  }
}

@media (min-width: 100px) and (max-width: 400px) {
  .counter {
    color: #b1ed0e;
    font-family: 'Komika Display Kaps';
    float: right;
    width: 70%;
    padding: 10px;
    padding-right: 30px;
    font-size: 26px;
    letter-spacing: 8px;
    text-align: right;
    margin-right: 20px;
    top: 40%;
    transform: translateY(-40%);
    position: relative;
    background-color: #0045b6;
  }
}

.check-in {
  color: #b1ed0e;
  font-family: 'Komika Display Kaps';
  float: right;
  width: 60%;
  padding: 16px;
  padding-right: 0px;
  font-size: 48px;
  letter-spacing: 10px;
  text-align: center;
  margin-right: 100px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  background-color: #0045b6;
}

@media (min-width: 401px) and (max-width: 800px) {
  .check-in {
    color: #b1ed0e;
    font-family: 'Komika Display Kaps';
    float: right;
    width: 70%;
    padding: 8px;
    padding-right: 30px;
    font-size: 32px;
    letter-spacing: 8px;
    text-align: right;
    margin-right: 70px;
    top: 35%;
    transform: translateY(-35%);
    position: relative;
    background-color: #0045b6;
  }
}

@media (min-width: 100px) and (max-width: 400px) {
  .check-in {
    color: #b1ed0e;
    font-family: 'Komika Display Kaps';
    float: right;
    width: 70%;
    padding: 2px;
    padding-right: 30px;
    font-size: 32px;
    letter-spacing: 8px;
    text-align: right;
    margin-right: 20px;
    top: 40%;
    transform: translateY(-40%);
    position: relative;
    background-color: #0045b6;
  }
}

.join-club-container {
  max-width: 950px;
  height: 350px;
  position: relative;
  margin: auto;
}

@media (min-width: 100px) and (max-width: 400px) {
  .join-club-container {
    max-width: 880px;
    height: 180px;
    position: relative;
    margin: auto;
  }
}

.join-bg {
  position: absolute;
  width: 100%;
}

.check-in-graphic {
  width: 60%;
}

.join-characters {
  z-index: 10;
  width: 40%;
  position: absolute;
}

.member-poll-container {
  max-width: 905px;
  position: relative;
  margin: auto;
  height: 350px;
  /*background-color:#FF0000;*/
  text-align: center;
}

.member-poll-question {
  margin-left: 60px;
  margin-bottom: 0px;
  font-family: 'Komika Display Kaps';
  font-size: 24px;
  float: left;
}

.member-poll-question p {
  line-height: 1;
  margin-top: 5px;
}

.member-poll-entries {
  margin-left: 60px;
  margin-bottom: 0px;
  font-family: 'Komika Display Kaps';
  font-size: 24px;
  float: left;
  line-height: 1;
}

@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-entries {
    margin-left: 20px;
    margin-bottom: 0px;
    font-family: 'Komika Display Kaps';
    font-size: 24px;
    float: left;
    line-height: 1;
  }
}

@media (min-width: 351px) and (max-width: 600px) {
  .member-poll-question {
    margin-left: 0px;
    margin-top: 0px;
    font-family: 'Komika Display Kaps';
    font-size: 21px;
  }

  .member-poll-box.response .member-poll-question {
    margin-left: 20px;
  }
}

@media (min-width: 10px) and (max-width: 350px) {
  .member-poll-question {
    margin-left: 0px;
    margin-top: 0px;
    font-family: 'Komika Display Kaps';
    font-size: 18px;
  }
}

.submit-button {
  clear: both;
}

.member-poll-winner {
  color: red;
  font-family: 'Komika Display Kaps';
  font-size: 44px;
  margin-left: 60px;
  margin-right: 20px;
  margin-bottom: 10px;
  clear: both;
}

@media (min-width: 100px) and (max-width: 600px) {
  .member-poll-winner {
    color: red;
    font-family: 'Komika Display Kaps';
    font-size: 36px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    clear: both;
  }
}

.member-poll-others {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.pollHolder {
  display: inline-block;
  /*background-color:#FFF;*/
  text-align: center;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

@media (min-width: 100px) and (max-width: 600px) {
  .pollHolder {
    max-width: 475px;
  }
}

.pollTitle span {
  display: none;
}

.formContainer {
  display: none !important;
}