/* compiled by scssphp v0.0.12 on Fri, 08 Aug 2025 16:16:50 +1200 (0.5713s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/*
'Pacifico' => '"Pacifico", cursive',
					'Spicy Rice' => '"Spicy Rice", serif',
					'Anton' => '"Anton", sans-serif',
					'Creepster' => '"Creepster", system-ui'
*/
.Pacifico {
  font-family: "Pacifico", cursive;
}
.Spicy-Rice {
  font-family: "Spicy Rice", serif;
}
.Anton {
  font-family: "Anton", sans-serif;
}
.Creepster {
  font-family: "Creepster", system-ui;
  /* Main body */
}
html, body {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  letter-spacing: -0.2px;
  background-color: #18161b;
}
strong, b {
  font-weight: 600;
  /* Default links */
}
a {
  color: #8b863d;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #539653;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
.readmore .far {
  font-size: 10px;
  vertical-align: middle;
  margin-top: -2px;
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Scroll to top */
}
.scroll-to-top {
  position: fixed;
  right: 35px;
  bottom: 15px;
  width: 42px;
  height: 42px;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  background-color: #539653;
  transform: translateY(60px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Spacing */
  z-index: 1100;
}
.scroll-to-top:hover {
  color: #fff;
  background-color: #8b863d;
}
.scrolled .scroll-to-top {
  transform: translateY(0px);
}
.scrolled.uk-offcanvas-page .scroll-to-top, .scrolled.uk-lightbox-page .scroll-to-top {
  transform: translateY(60px);
  /* Default headers */
}
h1, h2, h3 {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
article h1, h4, h5, h6 {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 80px;
  line-height: 1.2;
  padding: 0 0 40px 0;
}
h2 {
  font-size: 50px;
  line-height: 1.2;
  padding: 10px 0 4px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h4, article h1 {
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 130%;
  font-weight: 400;
}
.float-right {
  float: right;
  /* Backgrounds */
}
.background.light {
  background-color: #f6f6f6;
}
.background.dark {
  color: #fff;
  background-color: #18161b;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
}
.images-row {
  display: flex;
  margin-top: 1em;
  margin-bottom: 3em;
}
.images-row > div:not(:last-child) {
  margin-right: 10px;
}
.lazy-video {
  opacity: 0;
  object-fit: cover;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.8s ease 0.4s;
  -moz-transition: opacity 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s;
}
.lazy-video.loaded {
  opacity: 1;
}
.start-lazy-video {
  position: absolute;
  width: 0px;
  left: 50%;
  bottom: 10%;
  color: #8b863d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 2.2s;
  -moz-transition: opacity 0.8s ease 2.2s;
  transition: opacity 0.8s ease 2.2s;
  z-index: 500;
}
.start-lazy-video .fas {
  margin-right: 5px;
}
.video-playing .start-lazy-video {
  width: 200px;
  margin-left: -100px;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 500;
}
.mobile-placeholder .start-lazy-video {
  width: 200px;
  margin-left: -100px;
  opacity: 1;
  z-index: 501;
}
.play-lazy-video, .pause-lazy-video {
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 44px;
  margin-left: -22px;
  color: #8b863d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.8s ease 2.2s;
  -moz-transition: opacity 0.8s ease 2.2s;
  transition: opacity 0.8s ease 2.2s;
  cursor: pointer;
  opacity: 0;
  z-index: 500;
}
.mobile-placeholder .play-lazy-video, .mobile-placeholder .pause-lazy-video {
  width: 0px;
}
.play-lazy-video:hover, .pause-lazy-video:hover {
  color: #fff;
}
.play-lazy-video .fas, .pause-lazy-video .fas {
  font-size: 17px;
}
.video-controlled .play-lazy-video, .video-controlled .pause-lazy-video {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.video-playing .play-lazy-video, .video-paused .pause-lazy-video {
  opacity: 0;
}
.video-paused .play-lazy-video, .video-playing .pause-lazy-video {
  opacity: 1;
  z-index: 501;
}
.scrolled .video-paused .play-lazy-video, .scrolled .video-playing .pause-lazy-video {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  /* Borders */
}
.border, .divider, hr {
  border: solid #f5f6f7 0px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green, .green {
  color: #539653;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
ul.large-points {
  margin-top: 2em;
}
ul.large-points > li {
  float: left;
  width: 48%;
  padding-left: 50px;
  padding-bottom: 0;
  margin-right: 2%;
  margin-bottom: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.large-points > li:before {
  content: '\f058';
  left: 0px;
  top: -8px;
  color: #539653;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 32px;
}
ul.large-points > li:nth-child(2n+3) {
  clear: both;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container1 {
  background-color: #18161b;
}
.wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Header */
}
#container-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 140px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000',GradientType=0);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Spacing */
  z-index: 600;
}
.scrolled #container-header {
  height: 80px;
  background: none;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
}
#container-header .wrap {
  max-width: 1800px;
}
#header {
  height: auto;
  color: #fff;
  position: relative;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 140px;
  line-height: 134px;
  display: inline-block;
  padding-top: 18px;
  padding-left: 0;
  max-width: 180px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Spacing */
}
.scrolled #header #logo {
  max-width: 100px;
  height: 80px;
  line-height: 74px;
  padding-top: 12px;
}
#header #logo img {
  vertical-align: top;
}
#header #logo svg {
  vertical-align: top;
  height: 102px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Spacing */
}
.scrolled #header #logo svg {
  height: auto;
}
#header #logo svg .st0 {
  fill: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Spacing */
}
.scrolled #header #logo svg .st0 {
  fill: #294a29;
}
#navigation {
  float: right;
  height: 140px;
  color: #fff;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 140px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Spacing */
}
.scrolled #navigation {
  color: #294a29;
  height: 80px;
  line-height: 80px;
}
#navigation {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.wf-active #navigation {
  opacity: 1;
}
#mobile-navigation {
  height: 140px;
  line-height: 140px;
  color: #fff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 140px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Spacing */
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
.scrolled #navigation ul li {
  line-height: 80px;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 140px;
  font-weight: 600;
  line-height: 140px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Spacing */
}
.scrolled #navigation li > a {
  color: #294a29;
  height: 80px;
  line-height: 80px;
}
#navigation .material-icons {
  line-height: 140px;
}
#navigation .fas {
  margin-left: 6px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on, .scrolled #navigation li > a:hover {
  color: #8b863d;
  cursor: pointer;
  z-index: 894;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: none;
  float: left;
  width: 5px;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 140px;
  height: 140px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 110px;
  width: 220px;
  left: 18px;
  display: none;
  color: #294a29;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 0 0;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
  z-index: 897;
}
.scrolled #navigation .sub-nav {
  top: 80px;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  color: #294a29;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: none;
  padding: 15px 12px;
  background: none;
  background-color: #fff;
  border: none;
  border-top: solid #f6f6f6 1px;
  border-bottom: none;
  border-radius: 0px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #8b863d;
  border-top: solid #8b863d 1px;
  border-bottom: none;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
  /* Language links */
}
#navigation li.language-link > a {
  font-size: 18px;
  font-weight: 400;
}
.language-link > a > img {
  max-width: 28px;
  vertical-align: middle;
  border-radius: 14px;
  margin-top: -2px;
  margin-right: 8px;
}
.language-link > .sub-nav img {
  max-width: 14px;
  vertical-align: middle;
  border-radius: 14px;
  margin-top: -2px;
  margin-right: 5px;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  /* Ibis cart icon widget */
}
.ibis-widget-cart {
  float: right;
  color: #fff;
  margin-left: 30px;
  margin-top: 54px !important;
}
.scrolled .ibis-widget-cart {
  margin-top: 24px !important;
}
.ibis-widget-cart .fit5-cart-widget .cart-icon .cart-widget-badge {
  line-height: 1.2;
  /* Book now button */
}
.book-now {
  position: relative;
  float: right;
  top: 49px;
  left: auto;
  margin-left: 30px;
}
.book-now a {
  display: inline-block;
  color: #fff;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  padding: 10px 50px;
  background-color: #8b863d;
}
.book-now a:hover {
  background-color: rgba(83, 150, 83, 0.9);
}
.scrolled .book-now {
  top: 19px;
}
.book-now {
  -webkit-transition: opacity 0.3s ease 0.5s, top 0.2s ease;
  -moz-transition: opacity 0.3s ease 0.5s, top 0.2s ease;
  transition: opacity 0.3s ease 0.5s, top 0.2s ease;
  opacity: 0;
}
.wf-active .book-now {
  opacity: 1;
  /* Mobile menu button */
}
#mobile-menu {
  float: right;
  display: none;
  margin-right: -15px;
  position: relative;
  z-index: 1400;
}
#mobile-menu a {
  display: inline-block;
  color: #fff;
  height: 50px;
  padding: 30px 15px 0;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 33px;
  vertical-align: middle;
  /* Collapse hamburger */
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.uk-offcanvas-page .hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 21px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -9px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 29px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 1px;
  background-color: #fff;
  box-sizing: inherit;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
  top: -18px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.uk-offcanvas-page .hamburger .hamburger-inner, .uk-offcanvas-page .hamburger .hamburger-inner:after, .uk-offcanvas-page .hamburger .hamburger-inner:before {
  background-color: #fff;
}
.uk-offcanvas-page .hamburger--collapse .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.uk-offcanvas-page .hamburger--collapse .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.uk-offcanvas-page .hamburger--collapse .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
  /* Location menu */
}
#mobile-location {
  float: right;
  display: none;
  position: relative;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -moz-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
  opacity: 0;
  z-index: 900;
}
.wf-active #mobile-location {
  opacity: 1;
}
#mobile-location a {
  display: inline-block;
  color: #fff;
  height: 80px;
  line-height: 90px;
  padding: 0 15px;
}
#mobile-location a > i {
  font-size: 27px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
  /* Mobile quick call */
}
#mobile-link {
  float: right;
  display: none;
  position: relative;
  -webkit-transition: opacity 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
  opacity: 0;
  z-index: 900;
}
.wf-active #mobile-link {
  opacity: 1;
}
#mobile-link a {
  display: inline-block;
  color: #fff;
  height: 80px;
  line-height: 88px;
  padding: 0 15px;
}
#mobile-link a .fas {
  font-size: 26px;
  /* Mobile menu panel */
}
#offcanvas-menu {
  z-index: 1300;
}
#offcanvas-menu .uk-offcanvas-bar {
  transform: translateX(100vw);
  width: 100vw;
  padding: 80px 80px;
  background-color: rgba(41, 74, 41, 0.97);
  opacity: 0;
}
.uk-offcanvas-flip #offcanvas-menu.uk-open > .uk-offcanvas-bar {
  transform: translateX(0);
  opacity: 1;
}
#offcanvas-menu .uk-offcanvas-bar:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 40vh;
  background: -moz-linear-gradient(top, #33403c 0%, rgba(51, 64, 60, 0) 100%);
  background: -webkit-linear-gradient(top, #33403c 0%, rgba(51, 64, 60, 0) 100%);
  background: linear-gradient(to bottom, #33403c 0%, rgba(51, 64, 60, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8033403c', endColorstr='#0033403c',GradientType=0);
  z-index: 1;
}
#offcanvas-menu .uk-offcanvas-bar-animation {
  transition: transform 0.5s ease, opacity 0.2s ease;
}
#offcanvas-menu .mobile-menu {
  position: relative;
  float: left;
  width: 50%;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.01em;
  z-index: 900;
}
#offcanvas-menu .mobile-menu > a {
  position: relative;
  clear: left;
  float: left;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 20px;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}
#offcanvas-menu .mobile-menu .sub {
  position: relative;
  clear: left;
  float: left;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 6px 0 16px;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}
#offcanvas-menu .mobile-menu .sub > a {
  position: relative;
  clear: left;
  float: left;
  display: inline-block;
  padding: 4px 20px;
}
#offcanvas-menu .mobile-menu .sub > a .far {
  display: none;
}
#offcanvas-menu.uk-open .mobile-menu > * {
  transform: translateX(0px);
  opacity: 1;
}
#offcanvas-menu .mobile-menu > *:nth-child(1) {
  transition-delay: 0.12s;
}
#offcanvas-menu .mobile-menu > *:nth-child(2) {
  transition-delay: 0.24s;
}
#offcanvas-menu .mobile-menu > *:nth-child(3) {
  transition-delay: 0.36s;
}
#offcanvas-menu .mobile-menu > *:nth-child(4) {
  transition-delay: 0.48s;
}
#offcanvas-menu .mobile-menu > *:nth-child(5) {
  transition-delay: 0.6s;
}
#offcanvas-menu .mobile-menu > *:nth-child(6) {
  transition-delay: 0.72s;
}
#offcanvas-menu .mobile-menu > *:nth-child(7) {
  transition-delay: 0.84s;
}
#offcanvas-menu .mobile-menu > *:nth-child(8) {
  transition-delay: 0.96s;
}
#offcanvas-menu .mobile-menu > *:nth-child(9) {
  transition-delay: 1.08s;
}
#offcanvas-menu .mobile-menu > *:nth-child(10) {
  transition-delay: 1.2s;
}
#offcanvas-menu .mobile-contact-details {
  position: relative;
  float: left;
  width: 50%;
  z-index: 900;
  opacity: 0;
  transition: all 0.5s ease 0.8s;
}
#offcanvas-menu.uk-open .mobile-contact-details {
  opacity: 1;
}
#offcanvas-menu .mobile-contact-details h4 {
  font-size: 34px;
  line-height: 1.2;
}
#offcanvas-menu .mobile-contact-details .links {
  display: block;
  padding-top: 38px;
}
.mobile-contact-details .links.iconlinks .link-item + .link-item {
  margin-left: 30px;
}
.mobile-language-link {
  padding-top: 70px;
}
.mobile-language-link a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.mobile-language-link a img {
  display: inline-block;
  border-radius: 24px;
}
#container-flash {
  overflow: hidden;
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #fff;
  background-color: #18161b;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash {
  background-color: #18161b;
}
#container-flash.backgroundimage-container .backgroundimage-image {
  -webkit-transition: all 0.6s ease-out 0.4s;
  -moz-transition: all 0.6s ease-out 0.4s;
  transition: all 0.6s ease-out 0.4s;
  opacity: 0;
}
.wf-active #container-flash.backgroundimage-container .backgroundimage-image {
  opacity: 1;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: left;
  padding: 200px 50px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #fff;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #fff;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin-top: 30px;
  /* Video rotator */
}
.video-rotator {
  width: 100%;
  height: 100vh;
  max-height: 80vw;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-color: #18161b;
}
.video-rotator .wrap {
  text-align: center;
  max-width: none;
  opacity: 0;
  -webkit-transition: opacity 2s ease 1s;
  -moz-transition: opacity 2s ease 1s;
  transition: opacity 2s ease 1s;
  overflow: hidden;
  z-index: 500;
}
.video-rotator ul > li::before {
  display: none;
}
.video-rotator .uk-slideshow {
  height: 100%;
}
.video-rotator .uk-slideshow-items {
  min-height: 100% !important;
}
.video-rotator.loaded .wrap {
  opacity: 1;
}
.video-rotator .uk-position-medium {
  margin-top: 10px;
}
.video-rotator h1, .video-rotator h2 {
  color: #fff;
  font-size: calc(40px + 6vw);
  line-height: 1.1;
  text-align: center;
  padding: 0 0 6px 0;
}
.video-rotator h3 {
  max-width: 1200px;
  color: #fff;
  font-size: calc(2px + 2vw);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 0 0;
}
.video-rotator .uk-transition-active > * {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.video-rotator .uk-transition-active.uk-transition > * {
  opacity: 0;
}
.grey-content {
  background-color: #f6f6f6;
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  padding: 16px 0 4px 0;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.5;
  padding: 120px 0;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.5;
  padding: 120px 0;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
main {
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wf-active main {
  opacity: 1;
}
.content {
  line-height: 1.5;
  padding: 120px 0;
}
.content h1 {
  color: #294a29;
}
.content article h1 {
  color: inherit;
}
.content h5:first-of-type, .content h6:first-of-type {
  padding-top: 15px;
}
.content h2 {
  color: #294a29;
}
.content h4 {
  color: #539653;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content p.large {
  color: #539653;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
.text-content {
  margin-top: 1.8em;
  margin-bottom: 2em;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
  /*.container-main + .container-main .content {padding-top:0px;}*/
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.5;
  padding: 120px 0;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 120px;
  padding-bottom: 120px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 120px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 120px;
  /* Image boxes */
}
.imageboxes.textunder .module-image {
  position: relative;
}
.imageboxes.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.imageboxes.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.imageboxes.textunder .imagebox-item:hover .module-image:after {
  opacity: 0.7;
}
.imageboxes.textunder .module-image .view {
  display: none;
}
.imageboxes.textunder .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.imageboxes.textunder .module-text h2 {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #e51b23;
}
.imageboxes.textunder .imagebox-item:hover .module-text h2 {
  color: #e51b23;
  /* Staff */
}
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.staff.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.staff.textunder .staff-item:hover .module-image:after {
  opacity: 0.7;
}
.staff.textunder .module-image .view {
  display: none;
}
.staff.textunder .staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.staff.textunder .module-text h4 {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.staff.textunder .staff-item:hover .module-text {
  color: #e51b23;
}
.staff.textunder .staff-item:hover .module-text h4 {
  color: #e51b23;
}
.staff .module-text .staff-item-text-position {
  font-weight: 300 !important;
  /* Photo gallery */
}
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.gallery.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.gallery.textunder .gallery-item:hover .module-image:after {
  opacity: 0.7;
}
.gallery.textunder .module-image .view {
  display: none;
}
.gallery.textunder .gallery-item:hover .module-image {
  opacity: 1;
}
.gallery.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gallery.textunder .module-text h4 {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.gallery.textunder .gallery-item:hover .module-text {
  color: #e51b23;
}
.gallery.textunder .gallery-item:hover .module-text h4 {
  color: #e51b23;
  /* News */
}
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.news.mainfirst .news-item:hover .module-image:after {
  opacity: 0.7;
}
.news.mainfirst .module-image .view {
  display: none;
}
.news.mainfirst a.news-item:hover .module-image {
  opacity: 1 !important;
}
.news.mainfirst .module-text {
  display: block;
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.news.mainfirst .news-item-text-date {
  color: #e51b23;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news.mainfirst .news-item:hover .module-text {
  color: #e51b23;
}
.news.mainfirst .news-item:hover .module-text h4 {
  color: #e51b23;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 600 !important;
  /* Testimonials */
}
.testimonials.descriptive {
  padding-top: 50px;
}
.testimonials.descriptive .testimonial-item-image {
  display: none;
  width: 100% !important;
  overflow: hidden;
  z-index: 300;
}
.testimonials.descriptive .testimonial-item-image img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonials.descriptive .hasimage .testimonial-item-image {
  display: block;
}
.testimonials.descriptive a.testimonial-item:hover .testimonial-item-image img {
  transform: scale(1.1, 1.1);
}
.testimonials.descriptive .testimonial-item-type {
  position: absolute;
  left: 35px;
  top: -36px;
  width: 72px;
  height: 72px;
  color: #d4d6d7;
  font-size: 36px;
  line-height: 70px;
  text-align: center;
  background-color: #294a29;
  border-radius: 36px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 500;
}
.testimonials.descriptive a.testimonial-item:hover .testimonial-item-type {
  background-color: #8b863d;
}
.testimonials.descriptive .testimonial-item-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  font-size: 17px;
  padding: 40px 35px 55px 35px !important;
  background-color: rgba(83, 150, 83, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonials.descriptive .testimonial-item-text h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 14px;
}
.testimonials.descriptive a.testimonial-item:hover .testimonial-item-text {
  background-color: rgba(83, 150, 83, 0.7);
}
.testimonials.descriptive .testimonial-item-person {
  position: absolute !important;
  left: 35px !important;
  top: -40px !important;
  width: fit-content !important;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #33403c;
  font-size: 12px;
  padding: 10px 15px !important;
  background-color: #fff;
}
.testimonials.descriptive .testimonial-item-person strong, .testimonials.descriptive .testimonial-item-person b {
  font-size: 14px;
}
.testimonials [class*=uk-animation-] {
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.container-main-title {
  background-color: #294a29;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.wf-active .container-main-title {
  opacity: 1;
}
.container-main-title .wrap {
  max-width: 1020px;
}
.container-main-title .content {
  color: #d4d6d7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container-main-title .content h1 {
  position: relative;
  color: #d4d6d7;
  z-index: 101;
}
.container-main-title .content h2 {
  position: relative;
  color: #d4d6d7;
  margin-bottom: 0.5em;
  z-index: 101;
}
.container-main-title .content p {
  position: relative;
  color: #d4d6d7;
  z-index: 101;
}
.container-main-title + .container-main-top .content, .container-main-title + .container-main .content, .container-main-title + .container-main-bottom .content {
  padding-top: 220px;
}
.container-main-top {
  position: relative;
}
#site-messages + main .container-main-top .top-texture-light-green + .wrap .content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 0px;
  z-index: 101;
}
.container-main, .container-main-bottom {
  /* White texture top */
}
.top-texture-white {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 0;
  z-index: 100;
}
.top-texture-white:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 35vh;
  min-height: 400px;
  background-image: url(../images/cavern_white.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: translateY(-7vw);
  opacity: 0;
  -webkit-transition: transform 0.7s ease-out, opacity 0.1s ease;
  -moz-transition: transform 0.7s ease-out, opacity 0.1s ease;
  transition: transform 0.7s ease-out, opacity 0.1s ease;
}
.wf-active .top-texture-white:after {
  transform: translateY(-10vw);
  opacity: 1;
  /* Green texture top */
}
.top-texture-green {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 0;
  z-index: 100;
}
.top-texture-green:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 20vw;
  background-image: url(../images/cavern_green.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.wf-active .top-texture-green:after {
  transform: translateY(-10vw);
}
.top-texture-light-green {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 0;
  opacity: 0.3;
  z-index: 90;
}
.top-texture-light-green:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  height: 15vw;
  background-image: url(../images/cavern_light_green.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-transition: all 0.7s ease-out 0.2s;
  -moz-transition: all 0.7s ease-out 0.2s;
  transition: all 0.7s ease-out 0.2s;
}
.wf-active .top-texture-light-green:after {
  transform: translateY(-13vw);
}
.container-main-top .top-texture-light-green:after {
  height: 12vw;
  transform: translateY(-6vw);
  opacity: 0;
  -webkit-transition: all 0.7s ease-out 0.2s, opacity 0.4s ease 0.2s;
  -moz-transition: all 0.7s ease-out 0.2s, opacity 0.4s ease 0.2s;
  transition: all 0.7s ease-out 0.2s, opacity 0.4s ease 0.2s;
}
.wf-active .container-main-top .top-texture-light-green:after {
  transform: translateY(-12vw);
  opacity: 1;
}
.bottom-texture-green {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 0;
  z-index: 100;
}
.bottom-texture-green:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20vw;
  background-image: url(../images/cavern_green.png);
  background-position: top center;
  background-size: cover;
  transform: rotate(180deg) translateY(0);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.wf-active .bottom-texture-green:after {
  transform: rotate(180deg) translateY(-10vw);
}
main + main .top-texture-white, main + main .top-texture-light-green {
  display: none;
  /* Home page */
}
#home-container .wrap {
  max-width: 1636px;
}
#home-container .content .layout > h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#home-container .content .layout > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.home-page main:nth-of-type(2) {
  position: relative;
}
#home-social-container {
  min-height: calc(40vw + 7px);
}
#home-social-top-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 950px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-social-top-container .top-texture-white, #home-social-top-container .top-texture-light-green {
  display: none;
}
#home-social-top-container .wrap {
  max-width: none;
  padding: 0 0 0 0;
}
#home-social-top-container .content {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}
#home-social-top-container .links {
  padding-bottom: 1px;
}
#home-social-container .wrap {
  max-width: none;
  padding: 0 0 0 0;
}
#home-social-container .content {
  padding-top: 7px;
  padding-bottom: 7px;
}
#home-social-container .content img {
  width: 100%;
  /* Aventures page */
}
#lost-world-container .wrap {
  max-width: 1636px;
}
#lost-world-container .content {
  padding-top: 20px;
}
#adventures-container .wrap {
  max-width: 1636px;
}
#adventure-title-container .wrap {
  max-width: 1100px;
}
#adventure-title-container h1, #adventure-title-container p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
#adventure-container-tabs .wrap {
  max-width: 1600px;
}
#adventure-container-tabs .content {
  padding-bottom: 36px;
}
#adventure-container-overview {
  position: relative;
}
#adventure-container-overview.has-image .content {
  padding-left: 500px;
}
#adventure-container-faqs {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#adventure-container-faqs .content {
  text-align: center;
}
#adventure-container-faqs .content h2 {
  color: #fff;
}
#adventure-container-faqs .content p, #adventure-container-faqs .content .large {
  color: #fff;
  margin-bottom: 2.3em;
}
#other-adventures-top-container .content {
  padding-top: 150px;
  padding-bottom: 0px;
}
#other-adventures-container .wrap {
  max-width: none;
  padding: 0 0 0 0;
}
#other-adventures-container .content {
  padding: 0 0 0 0;
  /* Gift vouchers page */
}
#gift-vouchers-container .wrap {
  max-width: 1636px;
  /* Day spa page */
}
#day-spa-top-container h2, #day-spa-top-container p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  /* Day spa page */
}
#day-spa-top-container .content {
  padding-bottom: 30px;
}
#day-spa-container .content {
  padding-bottom: 160px;
  position: relative;
}
#day-spa-container .content .layout.half {
  width: 46%;
  padding-bottom: 300px;
}
.day-spa-image-1 {
  position: absolute;
  right: -14vw;
  bottom: -75px;
  border-radius: 300px;
  overflow: hidden;
  z-index: 500;
}
#floatation-top-container {
  background-image: url(../images/day_spa_background.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#floatation-top-container .wrap {
  max-width: 800px;
}
#floatation-top-container .content {
  padding-top: 220px;
  padding-bottom: 20vw;
  position: relative;
}
#floatation-top-container .content ul li {
  width: 100%;
}
#floatation-top-container .content ul li > b, #floatation-top-container .content ul li > strong {
  display: block;
}
#floatation-top-container .content h2 {
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
.day-spa-image-2 {
  position: absolute;
  top: -130px;
  right: calc(100% + 2vw);
  width: 500px;
  height: 500px;
  border-radius: 500px;
  overflow: hidden;
  z-index: 500;
}
#floatation-container .content {
  padding-top: 120px;
  padding-bottom: 190px;
}
#floatation-container .content .layout > p {
  margin-bottom: 3em;
}
#floatation-container .content .layout.half {
  width: 46%;
}
#about-the-day-spa-top-container .content {
  padding-bottom: 0px;
}
#about-the-day-spa-container .wrap {
  max-width: 800px;
}
#about-the-day-spa-container .faqs .faq-item {
  display: block;
}
#about-the-day-spa-container .faqs > li {
  padding-left: 0px;
}
#about-the-day-spa-container .faqs > li:before {
  display: none;
}
#about-the-day-spa-container .faqs .faq-item-question {
  display: block;
}
#about-the-day-spa-container .faqs .faq-item-question strong, #about-the-day-spa-container .faqs .faq-item-question b {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
}
#about-the-day-spa-container .faqs .faq-item-answer {
  text-align: center;
  /* Cafe page */
}
#site-messages + main #cafe-top-container .top-texture-light-green + .wrap .content {
  padding-bottom: 120px;
}
#cafe-top-container h2, #cafe-top-container p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#cafe-container {
  overflow: hidden;
}
#cafe-bottom-container .wrap {
  max-width: 700px;
}
#cafe-bottom-container .content {
  padding-top: 120px;
  /* About page */
}
#about-us-container .wrap {
  max-width: 1636px;
}
#about-us-container .content {
  padding-top: 70px;
}
#about-us-container .content .layout {
  display: flex;
}
#about-us-container .content .layout > div {
  float: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  max-width: none;
}
#about-us-container .content .layout > div:not(:last-child) {
  margin-right: 10px;
}
#about-us-container .content .layout > div:nth-child(1) {
  flex: 1.40078;
}
#about-us-container .content .layout > div:nth-child(2) {
  flex: 1.50209;
}
#about-us-container .content .layout > div:nth-child(3) {
  flex: 0.95915;
}
#about-us-bottom-container .wrap {
  max-width: 1000px;
}
#about-us-bottom-container .content {
  padding-bottom: 160px;
}
#our-history-top-container .content {
  padding-bottom: 30px;
  /* Location page */
}
#location-container .wrap {
  max-width: 1636px;
}
#location-container .content {
  padding-top: 20px;
}
#area-information-container h1, #area-information-container p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#contact-form-top-container .content {
  padding-bottom: 30px;
}
#contact-form-top-container a[name="contact-us"] {
  position: relative;
  top: -120px;
}
#contact-success-top-container .wrap {
  max-width: 800px;
  /* Pricing page */
}
#site-messages + main #book-now-top-container.container-main-top .top-texture-light-green + .wrap .content {
  padding-bottom: 90px;
}
#book-now-container-prices-1 .content {
  padding-top: 120px;
  /* Policy page */
}
#privacy-container .wrap, #terms-conditions-container .wrap, #safety-container .wrap {
  max-width: 960px;
}
.no-bottom-padding .content {
  padding-bottom: 0;
}
h2.padding-bottom {
  margin-bottom: 0.8em;
  /* ibis */
}
.ibis-iframe {
  width: 100%;
  min-height: 650px;
}
div[class^="ibis-widget-"], iframe[class^="ibis-"] {
  display: none !important;
  /* Footer */
}
#container-footer {
  background: #18161b;
}
#footer {
  color: #fff;
  font-size: 17px;
  text-align: left;
  line-height: 1.5;
  padding: 120px 0;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #539653;
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 25px;
}
#footer ul + h4 {
  padding-top: 30px;
}
#footer .links {
  padding-top: 0px;
}
#footer .links.iconlinks .link-item [class^="social-"], #footer .links.iconlinks .link-item [class*=" social-"], #footer .links.iconlinks .link-item [class^="icon-"], #footer .links.iconlinks .link-item [class*=" icon-"], #footer .links.iconlinks .link-item .material-icons {
  font-size: 16px;
}
#footer .links.iconlinks .link-item + .link-item {
  margin-left: 20px;
}
#footer .footer-left {
  float: left;
  width: 26%;
  color: #d4d6d7;
  text-align: left;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-left > img, #footer .footer-left > svg {
  max-width: 100%;
  margin-bottom: 40px;
}
#footer .footer-certs {
  display: flex;
  align-items: flex-start;
  margin-top: 44px;
}
#footer .footer-certs img {
  margin-bottom: 0px;
}
#footer .footer-certs > span {
  display: block;
  width: 50%;
  height: auto;
  vertical-align: middle;
}
#footer .footer-certs > span:nth-child(1) {
  width: 60.2%;
  padding-right: 20px;
}
#footer .footer-middle {
  float: left;
  width: 26%;
  text-align: left;
  padding-top: 25px;
  border-left: solid rgba(255, 255, 255, 0.4) 1px;
  padding-bottom: 35px;
  padding-left: 5%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-middle a {
  clear: both;
  float: left;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-middle > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
#footer .footer-middle a:hover {
  color: #fff;
  padding-left: 15px;
}
#footer .footer-middle a .far {
  position: absolute;
  top: 15px;
  left: -15px;
  font-size: 10px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-middle a:hover .far {
  left: 0px;
}
#footer .footer-middle .sub {
  clear: both;
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
}
#footer .footer-middle .sub a {
  color: #67696b;
  padding-top: 2px;
  padding-bottom: 2px;
}
#footer .footer-middle .sub a .far {
  top: 10px;
  color: #67696b;
}
#footer .footer-middle2 {
  float: left;
  width: 26%;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 35px;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-middle2 img {
  margin: 10px 0 26px;
}
#footer .footer-middle2 a {
  display: inline-block;
  color: #539653;
  margin-top: 6px;
}
#footer .footer-middle2 a:hover {
  color: #fff;
}
#footer .footer-middle2 a .far {
  font-size: 10px;
  margin-left: 6px;
  vertical-align: middle;
  margin-top: -2px;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
#footer .footer-middle2 a:hover .far {
  transform: translateX(10px);
}
#footer .footer-right {
  float: right;
  width: 21%;
  color: #d4d6d7;
  text-align: left;
  padding-top: 25px;
}
#footer .footer-right a {
  color: #fff;
}
#footer .footer-right a:hover {
  color: #539653;
}
#footer .footer-right ul li {
  padding-left: 0;
  padding-top: 1px;
  padding-bottom: 13px;
}
#footer .footer-right ul > li:before {
  display: none;
}
#footer .links.iconlinks {
  padding-bottom: 30px;
}
#footer .tripadvisor-widgets {
  display: flex;
  width: 100%;
  padding-top: 10px;
}
#footer .tripadvisor-widgets div {
  margin: 0;
  display: inline-block;
  padding-right: 10px;
}
#footer .tripadvisor-widgets div:last-child {
  padding: 0;
}
#footer .tripadvisor-widgets a {
  color: #000;
  /* Footer Updates - 08 / 08 / 2025 */
}
#footer {
  /* Base */
}
#footer .footer-right > ul li:not(:last-child) {
  font-size: 20px;
}
#container-base {
  background: #18161b;
  border-top: solid rgba(255, 255, 255, 0.1) 1px;
}
#base {
  display: flex;
  align-items: flex-start;
  color: #d4d6d7;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  padding: 25px 0;
}
#base a {
  color: #d4d6d7;
}
#base a:hover {
  text-decoration: underline;
}
#base .base-left {
  width: 70%;
}
#base .base-right {
  width: 30%;
  text-align: right;
  white-space: nowrap;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Grid */
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
}
.grid.three-column .grid-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.grid.two-column .grid-item {
  margin-bottom: 50px;
  /* Form */
}
.req {
  color: #d60309;
  font-weight: 600;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label {
  float: left;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 4px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  border: solid #d1d1d2 1px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item.recaptcha-item, .form-item.submit-item {
  padding-top: 15px;
}
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999;
  border-color: transparent #999 #999 #999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  /* Custom button */
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.button, .form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: inline-block;
  color: #fff;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 12px 30px;
  background-color: #8b863d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button.large {
  font-size: 24px;
  padding: 24px 70px;
}
.button:hover, .form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #539653;
}
ul.uk-lightbox-items li:before {
  display: none;
}
.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
}
.uk-lightbox .uk-close:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 32px;
}
.uk-lightbox .uk-transition-slide-top {
  transform: translate(-25px, -100%);
}
.uk-lightbox.uk-transition-active.uk-active [class*=uk-transition-slide], .uk-lightbox.uk-transition-toggle:focus [class*=uk-transition-slide], .uk-lightbox.uk-transition-toggle:hover [class*=uk-transition-slide] {
  transform: translate(-25px, 30px);
}
.uk-lightbox .uk-slidenav-previous:before {
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 36px;
}
.uk-lightbox .uk-slidenav-next:before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 36px;
}
.uk-lightbox .uk-close svg {
  display: none;
}
.uk-lightbox .uk-slidenav-previous svg {
  display: none;
}
.uk-lightbox .uk-slidenav-next svg {
  display: none;
}
.uk-accordion-title::before {
  content: '\f055';
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  background: none !important;
}
.uk-open > .uk-accordion-title::before {
  content: '\f056';
}
.imageboxes.textunder .module-image:before, .imageboxes.textunder .module-image:after {
  background-color: #294a29;
}
.imageboxes .module-text .readmore {
  margin-top: 20px;
}
.imageboxes.textunder .imagebox-item .module-text {
  color: #8b863d;
}
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #539653;
}
