.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

#new-reservation-overlay {
  text-align: center;
  font-family: "Agenda Medium", Arial, Helvetica, sans-serif;
  color: #767d84;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    #new-reservation-overlay {
      max-width: 372px; } }
  @media screen and (min-width: 960px) {
    #new-reservation-overlay {
      left: 50%;
      max-width: 370px;
      padding: 30px 30px 40px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); } }
  @media screen and (min-width: 1280px) {
    #new-reservation-overlay {
      padding: 33px 52px 40px; } }
  #new-reservation-overlay .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 6px;
    background: url(../../img/icons/alert.png) no-repeat 0 0;
    background-size: 30px auto; }
  #new-reservation-overlay .title {
    color: #3a526c;
    font-family: "Agenda", Arial, Helvetica, sans-serif;
    font-size: 23px;
    margin: 0 0 24px 0; }
  #new-reservation-overlay .body {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 1.2; }
    @media screena and (min-width: 960px) {
      #new-reservation-overlay .body {
        padding: 0 50px; } }
  #new-reservation-overlay .links {
    margin: 0; }
    #new-reservation-overlay .links .button {
      color: #000;
      font-size: 16px;
      background: #f1f3f5; }
      #new-reservation-overlay .links .button:hover {
        color: #fff;
        background: #3a526c; }
    #new-reservation-overlay .links .close {
      display: inline-block;
      font-family: "Agenda", Arial, Helvetica, sans-serif;
      border-bottom: 1px solid #e2e3e4;
      text-decoration: none !important;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #new-reservation-overlay .links .close:hover {
        color: #000;
        border-bottom: 1px solid #000; }
    @media screen and (min-width: 768px) {
      #new-reservation-overlay .links li {
        display: inline-block; } }
    #new-reservation-overlay .links li.li_new {
      margin: 0 0 14px; }
      @media screen and (min-width: 768px) {
        #new-reservation-overlay .links li.li_new {
          display: inline-block;
          margin: 0 0 10px 0; } }
    @media screen and (min-width: 768px) {
      #new-reservation-overlay .links li.li_cancel {
        display: inline-block;
        margin-left: 20px; } }
  #new-reservation-overlay .mfp-close {
    display: none; }

/*# sourceMappingURL=new-reservation-overlay.css.map */