.footer .margin_top {
  height: 5rem;
  background: #fff;
}

@media (max-width: 767px) {
  .footer .margin_top {
    height: 3rem;
    background: #fff;
  }
}


.footer .main {
  background: #000;
  color: #fff;
  padding: 5.2rem 0 2rem;
}


@media print {
  .footer .main {
    display: none;
  }
}



.footer .footer_logo {
  width: 8.1rem;
  height: 4rem;
  background: url('./images/logo.svg') center/contain no-repeat;
}

@media (max-width: 767px) {
  .footer .footer_logo {
    margin-bottom: 3rem;
  }
}

.footer .footer_title {
  font-weight: 600;
}

.footer_opening_hours {
  margin-top: 1em;
  max-width: 8rem;
}

.footer_opening_hours .footer_hours_row:after {
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.footer_opening_hours .footer_day {
  float: left;
  clear: left;
}

.footer_opening_hours .footer_time {
  float: right;
  clear: right;
}

.footer_opening_hours .footer_xmas_close {
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  .footer_opening_hours .footer_xmas_close {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .footer .footer_about_col {
    margin-top: 3rem;
  }
}

.footer .footer_access_col {
  clear: left;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .footer .footer_access_col {
    clear: none;
  }
  .footer .footer_about_col {
    clear: left;
  }
}


.footer_access_image {
  height: 1.5rem;
  margin-top: 1rem;
}


.footer_newsletter_col {
  margin-top: 3rem;
}

.footer_social_col {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .footer_social_col {
    text-align: center;
  }
}

.footer_icon_link {
  margin-top: 1rem;
  margin-left: 1rem;
  display: inline-block;
}
.footer_icon {
  width: 1rem;
  height: 1rem;
}
.footer_icon_link:first-child {
  margin-left: 0;
}
.footer_fb {
  background: url('./images/facebook.png') center/contain no-repeat;
}
.footer_insta {
  background: url('./images/insta.png') center/contain no-repeat;
}
.footer_yt {
  background: url('./images/youtube.png') center/contain no-repeat;
  width: 1.3rem;
}
.footer_twitter {
  background: url('./images/twitter.png') center/contain no-repeat;
}


.footer_copyright_col {
  margin-top: 4rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer_copyright_col {
    text-align: center;
  }
}


.footer_row_images_cont {
  margin-top: 3rem;
  text-align: right;
}

.footer_row_image_link {
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
  display: inline-block;
}

.footer_row_image_link:first-child {
  margin-left: 0;
}

.footer_row_image {
  height: 2rem;
}

@media (max-width: 767px) {
  .footer_row_image_link:first-child,
  .footer_row_image_link {
    display: block;
    margin: 2rem auto;
  }
  .footer_row_images_cont {
    text-align: center;
  }
}

@media (max-width: 1599px) {
  .footer_row_image_link {
    margin-left: 1rem;
  }
}

.footer_owners_spacer {
  background: #f1f1f1;
  height: 100vh;
}

.footer_owners_cont {
  padding: 7.5rem 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: 200;
  pointer-events: none;
  opacity: 0;
}

.footer_owners_inner {
  position: absolute;
  width: 75%;
  max-width: 40rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: opacity 100ms ease-in;
  z-index: 2;
}

.footer_owners_cont.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 700ms;
}

.footer_email_input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  color: inherit;
  background: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
  padding: 0.3rem 0;
  border-radius: 0;
}

.footer_email_input::placeholder {
  color: inherit;
  font-size: inherit;
}

.footer_signup_lower {
  margin-top: 0.3rem;
}

.footer_signup_button_cont {
  text-align: right;
}

.footer_signup_button {
  display: inline-block;
  background: #000;
  color: #fff;
  position: relative;
  padding: 0.6rem 1.9rem 0.6rem 0.9rem;
  cursor: pointer;
}

.footer_signup_button:after {
  content: " ";
  background: url('./images/navigate_right.svg') 50%/0.4rem no-repeat;
  display: block;
  width: 0.65rem;
  height: 0.75rem;
  position: absolute;
  top: 0.85rem;
  right: 0.6rem;
}

.footer_signup_button:hover {
  filter: invert(1);
}

.footer_signup_button.hidden {
  display: none;
}
