<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    height: 100%;
}

/* Helper classes ============================================================== */
.hidden {
  display: none !important;
  pointer-events: none !important;
}

main { margin-bottom: 100px; }


.langsDropdown.dropdown-menu {
  min-width: 50px;
}
/* GoAway ====================================================================== */
#goaway {
  display: block;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  z-index: 99999999;
}
#goaway .goaway-image {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-60%) scale(1.2);
  bottom: auto;
  left: 0;
  right: 0;
  width: 503px;
  height: 303px;
  margin: auto;
  background-image: url('../images/goaway.gif');
  background-repeat: no-repeat;
  background-size: cover;
}
#goaway .goaway-image &gt; h3 {
  display: block;
  position: absolute;
  top: 100%;
  width: 503px;
  font-size: 30px;
  font-weight: lighter;
  color: #6b6b6b;
  text-align: center;
  margin-top: 20px;
}
/* ============================================================================= */
/* Footer ====================================================================== */
footer {
  margin-top: 0;
  padding: 20px 15px;
  background-color: #343a40;
  color: rgba(255,255,255,.5);
}

/* PageBg ====================================================================== */
#page-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  z-index: -1;
}

/* Headers ===================================================================== */
#hero-title {
  position: relative;
  padding: 0;
}
#hero-title h1 {
  position: relative;
  color: #fff;
  background-color: transparent;
  font-size: 32px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 15px;
  width: 100%;
}
main #header-image { display: none; }
#hero-title&gt;#header-image {
  width: 100% !important;
  height: auto !important;
}
#hero-title.with-header-image&gt;img {
  width: 100%;
  height: auto;
}

/* Social ====================================================================== */
.social-container {
  list-style: none;
  padding-left: 0;
  margin: auto;
  text-align: right;
}
.social-container li {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}

/* 4ty logo ==================================================================== */
footer #left-footer { text-align: left; }
footer #right-footer { text-align: right; }
footer #fourty-logo {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-top: 10px;
}

/* Articles ==================================================================== */
#article-image { width: 100%; }
#recent-articles .all-articles { text-align: right; }

/* Offers ====================================================================== */
#offers .offer .countdown .title {
  font-size: 0.7em;
}
#offers .offer {
  margin-bottom: 30px;
}
#offers .buttons,
#offers .btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

/* Modal form */
/* preloader and msg */
#offers .offer-enquiry-form .modal-dialog { position: relative; }
#offers .offer-enquiry-form .preloader {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
#offers .offer-enquiry-form .msg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
#offers .offer-enquiry-form .msg&gt;.content {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  text-align: center;
  font-size: 23px;
}
#offers .offer-enquiry-form.display-msg .msg {
  display: block;
}
#offers .offer-enquiry-form.display-msg .msg .btn {
  padding: 6 30px;
  margin: 10px auto;
}
#offers .offer-enquiry-form.display-msg .msg.success .content&gt;p { color: #12a036; }
#offers .offer-enquiry-form.display-msg .msg.fail .content&gt;p { color: #c42b16; }
#offers .offer-enquiry-form.sending .row { transition: all 0.3s ease; }
#offers .offer-enquiry-form.sending .row {
  opacity: 0;
  pointer-events: none;
}
#offers .offer-enquiry-form.sending .preloader { display: block; }

/* Gallery ===================================================================== */
.pswp { z-index: 100000!important; }
body.gallery figure&gt;figcaption p { display: none; }

/* Contact ===================================================================== */
body.contact #contact-content &gt; section {
  margin-bottom: 30px;
}

/* Login page ================================================================== */
body.login-page {
  position: relative;
  height: 100%;
}
main#login {
  position: relative;
  height: calc(100% - 300px);
}
#exclusive-login {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 330px;
  margin: auto;
}

#home-map { height: 300px; }

/* Cockies ============================================================================================ */
#cookie-notice {
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  z-index: 9999;
}
#cookie-notice p {
  display: inline-block;
  margin-right: 20px;
}
#cookies-agree {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid;
  background: #ffffff;
}

table.tabs { display: none; }
</pre></body></html>