  .ac-overlay {
      background-color: #000000;
      background: url('img/back.jpg');
      background-size: 100%;
  }

  .i_accept_container {
      color: #fff !important;
  }

  .ac-container {
      font-family: 'Open Sans', sans-serif;
      padding: 17px 20px 30px !important;
      border-radius: 5px !important;
      background: #e5aa04;
      box-shadow: 0px 0px 5px #575757;
  }

  .ac-container h2 {
      color: #fff !important;
      font-family: 'Open Sans', sans-serif;
      font-size: 24px;
      line-height: 1.5em;
      font-weight: 500;
      padding: 22px 0 18px !important;
  }

  .ac-container .model_content {
      font-size: 16px;
      line-height: 1.5em;
  }

  .ac-container p.age-label {
      border: medium none;
      color: #fff !important;
      font-size: 56px !important;
      line-height: 137px !important;
      padding: 0;
      font-weight: 600;
      margin-bottom: 6px;
      margin-top: 0px;
      background: url(img/img.png) no-repeat center center;
  }

  .ac-container .buttons_area {
      margin-top: 18px;
  }

  .ac-container button {
      margin-top: 26px;
      margin-bottom: 8px;
      margin-right: 0px !important;
  }

  .ac-container input.ask-direct-age {
      width: 50px;
      text-align: center;
      padding: 5px;
      border: 1px solid #fff;
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
  }

  .ac-container button {
      text-transform: uppercase;
      background: #000;
      color: #fff;
      font-weight: normal;

  }

  .ac-container .ask-desc {
      color: #fff;
  }

  .allow_access:hover {
      background-color: #ffffff;
      color: #e5aa04;
  }

  .ac-container .success_message {
      margin-top: 15px;
      margin-bottom: 1px;
  }

  @media (max-width: 500px) {

      .ac-container .button_enter,
      .ac-container .button_close {
          width: 80px !important;
      }
  }

  @media(max-width:767px) {
      .ac-container {
          left: 4% !important;
          top: 4% !important;
          transform: translate(0%, 0%) !important;
          width: 92% !important;
          position: relative !important;
          margin-top: 17px !important;
          margin-bottom: 17px !important;
      }
  }