#agegate {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  color: white;
  text-align: center;
  padding: 60px 10px 0;
  background: #3fc0d3 url(/cassette.axd/file/site-static/agegate_bg-0a00fd68c69bb302e258bc395a4392792a0077cd.gif);
  font-family: Apercu, Arial, Helvetica, sans-serif;
}
#agegate label {
  display: block;
  text-align: center;
  margin: 10px 0 15px;
  font-size: 17px;
}
#agegate input {
  background: #1cb9cf;
  border: none;
  color: white;
}
#agegate input::-webkit-input-placeholder,
#agegate input:-moz-placeholder,
#agegate input::-moz-placeholder,
#agegate input:-ms-input-placeholder {
  color: white;
}
#agegate input[type='button'],
#agegate input[type='submit'] {
  padding: 5px 20px;
  -webkit-appearance: button;
  background-color: #ffda00;
  color: #fba800;
  text-transform: uppercase;
}
#agegate input[type='submit'] {
  margin-top: 55px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 15px 45px;
  border-bottom: 11px solid #ffce00;
  cursor: pointer;
}
#agegate input[type='submit']:hover {
  color: white;
}
.agegate-logo {
  display: block;
  margin: 0 auto 60px;
}
.agegate-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 40px;
  background: #1cb9cf url(/cassette.axd/file/site-static/agegate_select_arrow-cff1178926ae787dd0d9287a980276b774a4f5a2.png) right center no-repeat;
  border: none;
  width: 315px;
  color: white;
  font-size: 22px;
}
.agegate-select select {
  display: block;
  width: 332px;
  height: 100%;
  font-weight: lighter;
  color: white;
  padding-left: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.agegate-separator {
  max-width: 516px;
  height: 2px;
  background: url(/cassette.axd/file/site-static/agegate_separator-b130ae1896ed4ffaca3cd5cb701d670e8ad4576e.png) no-repeat;
  margin: 40px auto 30px;
}
.agegate-dob {
  margin: 0 auto;
}
.agegate-dob input {
  font-size: 32px;
  padding: 20px 0;
  margin: 0 5px;
  text-align: center;
  width: 96px !important;
  min-width: 0;
  box-sizing: border-box;
}
.agegate-warning {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  color: #191919;
  padding: 10px;
  border: 2px solid #cc0000;
  box-sizing: border-box;
}
.agegate-warning h1 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  #agegate {
    padding-top: 20px;
  }
  .agegate-logo {
    margin-bottom: 40px;
  }
  .agegate-select {
    width: 265px;
  }
  .agegate-select select {
    width: 282px;
  }
  .agegate-dob input {
    font-size: 20px;
    width: 70px !important;
  }
  #agegate input[type='submit'] {
    margin-top: 40px;
  }
}
