:root {
  --white: #FFFFFF;
  --primary: #FF0000;
  --accent-1: #8CBCC9;
  --accent-2: #65A6B7;
  --accent-3: #fa939f;
  --accent-4: #c0dee9;
  --accent-5: #7142ac;
  --text: #1C1C1C;
  --medium: #E6E6E6;

}

* {
  scrollbar-width: auto;
  scrollbar-color: var(--primary) var(--medium);
}

*::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

*::-webkit-scrollbar-track {
  background: var(--medium);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
  border: 0px none var(--medium);
}

html {
  scroll-behavior: smooth;
}

html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  background: var(--white);
  color: var(--text);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  line-height: 1.44;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
}

.container {
  -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
  position: relative;
  z-index: 2;
}

@media (min-width: 1600px) {
  .container {
      max-width: 1400px;
  }
}

::-moz-selection {
  background-color: var(--primary);
  color: var(--white);
}

::selection {
  background-color: var(--primary);
  color: var(--white);
}

/* PARAGRAPH */

a {
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  display: inline-block;
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

button, button:hover, button:focus {
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input, input:hover, input:focus, select, textarea {
  background-color: var(--white);
  border: none;
  border-bottom: 1px solid var(--medium);
  outline: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0.5em 1em;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

::placeholder {
  color: var(--medium);
  font-weight: 300;
}

:-ms-input-placeholder {
  color: var(--medium);
  font-weight: 300;
}

::-ms-input-placeholder {
  color: var(--medium);
  font-weight: 300;
 }

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right[class*="button"], .align-right[class*="read-more"] {
  text-align: center;
  float: right;
}

.align-center[class*="button"], .align-center[class*="read-more"] {
  text-align: center;
  float: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  float:right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float:left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float:right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float:left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-normal {
  font-size: 1em;
}

.text-smaller {
  font-size: 0.9em;
  line-height: 1.4em;
}

.text-smallest {
  font-size: 0.8em;
  line-height: 1.4em;
}

.text-bigger {
  font-size: 1.1em;
  line-height: 1.4em;
}

.text-biggest {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

footer ul, header ul {
  list-style: none;
}

strong, b {
  font-weight: bold;
}

.invert {
  color: var(--white);
}

/* HEADINGS */

h1, .h1 {
  font-size: 2.3em;
  font-weight: 700;
  display: table;
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 2.3em;
  font-weight: 300;
  display: table;
  margin-bottom: 10px;
}

h3, .h3 {
  font-size: 2.1em;
  font-weight: 500;
  display: table;
  margin-bottom: 10px;
}

h4, .h4 {
  font-size: 1.4em;
  font-weight: 500;
  display: table;
  margin-bottom: 10px;
}

h5, .h5 {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  display: table;
  margin-bottom: 10px;
}

h6, .h6 {
  font-size: 1em;
  font-weight: 600;
  display: table;
  margin-bottom: 10px;
}

/* SPACES */

/*section {
  padding-top: 60px;
  padding-bottom: 60px;
}*/

/* OTHER */

.break-after:after {
  content: '\A';
  white-space: pre;
}

.break-before:before {
  content: '\A';
  white-space: pre;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.no-border {
  border: none;
}

.inline-block {
  display: inline-block !important;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.vertical-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.navbar-toggler {
  display: none;
}

.screen-reader-text {
  font-size: 0;
}

.invert .section-title {
  color: var(--white);
}

/* HEADER */

header {
  position: fixed;
  background-color: var(--white);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

header .logo-bar {
  background: var(--primary);
  text-align: center;
  padding: 1em 0;
}

header .logo-bar .container {
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo-bar .info-box {
  font-size: 0.85em;
}

header .logo-bar .social-media {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

header .logo-bar .social-media img {
  height: 25px;
  width: auto;
  display: block;
  filter: invert(1) brightness(150%);
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .logo-bar .social-media a {
  display: block;
}

header .logo-bar .social-media img:hover {
  transform: scale(1.1);
}

header .main-nav {
  padding: 1em 0;
  position: relative;
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

header .nav-bar .container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

header .logo-bar .logo {
  width: 205px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

header .logo-bar .logo > img {
  width: 100%;
}

header .logo-bar > .navbar-toggler {
  display: none;
}

.only-mobile {
  display: none;
}

header .nav-bar .logo img {
  max-width: 100%;
}

header .nav-bar .main-nav {
  padding-left: 55px;
}

header .main-nav {
  display: flex;
}

header .main-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .main-nav ul li {
  margin: 0 1em 0 1em;
  position: relative;
}

header .main-nav ul li a {
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 300;
  color: var(--text);
}

header .main-nav ul li.active a {
  color: var(--primary);
}

header .main-nav ul li a:hover {
  color: var(--primary);
}

header .main-nav ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: var(--primary);
  height: 2px;
  border-radius: 3px;
  width: 100%;
  transform: scaleX(0);
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  transform-origin: center;
}

header .main-nav ul li a:hover:before {
  transform: scaleX(1);
}

#top-spacer {
  content: "";
  position: relative;
  height: 0;
  display: block;
}

header .logo-bar .search-box {
  display: flex;
  position: relative;
  margin-left: 30px;
}

header .logo-bar .search-box > input {
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) translateX(-100%) scaleX(0);
  transform-origin: right;
}

header .logo-bar .search-box.active > input {
  transform: translateY(-50%) translateX(-100%) scaleX(1);
}

header .logo-bar .search-box button > img {
  filter: invert(1) brightness(150%);
  height: 25px;
}

header .main-nav > .logo {
  display: none;
  position: relative;
  height: 100%;
  padding-right: 30px;
}

header .main-nav > .logo:before {
  width: 50vw;
  height: calc(100% + 2em + 3px);
  position: absolute;
  background-color: var(--primary);
  right: 0;
  top: -1.1em;
  content: '';
  z-index: 0;
}

header .main-nav > .logo > img {
  position: relative;
  z-index: 1;
  height: 40px;
}

header.header-scrolled .main-nav > .logo {
  display: block;
}

header.header-scrolled .logo-bar {
  display: none;
}

/* MAIN SLIDER */

.owl-carousel.main-carousel, .main-carousel-outer-container, .main-carousel-inner-container {
  width: 100%;
  position: relative;
}

.owl-carousel.main-carousel .item {
  height: 0;
  padding-top: calc(100vh - 320px);
  background-position: center;
  background-size: cover;
}

.owl-carousel.main-carousel.only-mobile {
  display: none;
}

.main-carousel-outer-container .scroll {
  position: absolute;
  bottom: 75px;
  padding-bottom: 10px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-carousel-outer-container .scroll:hover {
  padding-bottom: 0;
  padding-top: 10px;
}

.main-carousel-outer-container .scroll img {
  width: 100%;
  height: 100%;
}

.main-carousel-outer-container .main-carousel-nav {
  background-color: var(--accent-2);
  position: absolute;
  width: 160px;
  padding: 1em;
  height: 66px;
  color: var(--white);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mini-main-carousel, .mini-main-carousel .owl-stage-outer, .mini-main-carousel .owl-stage-outer .owl-stage, .mini-main-carousel .owl-stage-outer .owl-stage .owl-item, .mini-main-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}

.main-carousel-outer-container .main-carousel-nav .main-crousel-count {
  font-size: 0.85em;
}

.main-carousel-buttons {
  display: flex;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  align-items: flex-start;
}

.main-carousel-buttons h5 {
  margin-bottom: 0;
}

.main-carousel-buttons a {
  text-decoration: none;
}

.main-carousel-buttons .promo-01, .main-carousel-buttons .promo-02 {
  width: 50%;
}

.main-carousel-buttons .open-hours, .main-carousel-buttons .promo-01 .item {
  padding: 50px 120px 50px 50px;
  background-position: center;
  background-size: cover;
}

.main-carousel-buttons .promo-01 .item {
  justify-content: flex-end;
}

.main-carousel-buttons .promo-01,.main-carousel-buttons .promo-02 {
  position: relative;
  z-index: 1;
}

.main-carousel-buttons .promo-01 .item {
  color: #FFF;
  display: flex;
  align-items: center;
}

.main-carousel-buttons .open-hours {
  padding-top: 83px;
  transform: translateY(-33px);
  background-color: var(--white);
  position: relative;
  z-index: 2;
}

.main-carousel-buttons .open-hours:before {
  z-index: 1;
  width: 2px;
  right: -1px;
  content: "";
  position: absolute;
  top: 0;
  background-color: #FFF;
  height: 100%;
}

.main-carousel-buttons > a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-carousel-buttons > a:hover {
  transform: scale(1.03);
}

/* BUTTONS MODULE */

.buttons-module {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.buttons-module .button-item {
  width: calc(25% - 60px);
  padding: 10px;
  border: 2px solid var(--medium);
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.buttons-module .button-item:hover {
  transform: scale(1.03);
}

.buttons-module a {
  text-decoration: none;
}

.buttons-module .button-item:hover a {
  color: var(--primary);
}

.buttons-module .button-item .icon {
  padding: 20px;
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid var(--medium);
  margin-bottom: 15px;
}

.buttons-module .button-item .icon img {
  height: 74px;
  display: block;
  margin: 0 auto;
}

/* MAIN SECTIONS */

.main-sections-module {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.main-sections-module .main-section-item {
  display: flex;
  gap: 70px;
  width: 100%;
  align-items: center;
}

.main-sections-module .main-section-item .text {
  padding: 30px 80px;
}

.main-sections-module .main-section-item .text {
  width: calc(50% - 70px);
}

.main-sections-module .main-section-item:nth-child(odd) .text {
  order: 2;
}

.main-sections-module .main-section-item .image {
  width: 50%;
}

.main-sections-module .main-section-item .image img {
  width: 88%;
  margin-left: 12%;
}

.main-sections-module .main-section-item:nth-child(odd) .image img {
  margin-left: 0;
  margin-right: 12%;
}

.main-sections-module .main-section-item:nth-child(odd) .image {
  order: 1;
}

.main-sections-module .main-section-item h3 {
  margin-bottom: 30px;
}

.main-sections-module .main-section-item .image .rectangle {
  width: 0;
  height: 0;
  padding-top: 25%;
  top: 30%;
  left: 0;
  padding-left: 35%;
  position: absolute;
}

.main-sections-module .main-section-item:nth-child(odd) .image .rectangle {
  left: auto;
  right: 0;
}

/* SECTION TITLE */

.section-title {
  margin-bottom: 50px;
  border-bottom: 2px solid var(--medium);
}

.section-title h3 {
  font-weight: 300;
  text-transform: uppercase;
}

/* BUTTONS */

.read-more {
  font-size: 0.85em;
  margin-top: 30px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.read-more:after {
  content:"\203A";
  margin-left: 10px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.read-more:hover {
  color: var(--primary);
}

.read-more:hover:after {
  margin-left: 15px;
}

/* LOGO CAROUSEL */

.owl-carousel.logo-carousel {
  width: 100%;
}

.owl-carousel.logo-carousel .item img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
  max-height: 200px;
}


/* PARTNER LIST */

.partner-list {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.partner-list .partner-item {
  width: calc(25% - 60px);
}

.partner-list .partner-item > a, .partner-list .partner-item > a > img {
  width: 100%;
  display: block;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.partner-list .partner-item > a:hover {
  transform: scale(1.03);
}

/* FOOTER */

footer {
  width: 100%;
  display: block;
  font-size: 0.85em;
  margin-top: 60px;
}

.footer-columns {
  display: flex;
  gap: 60px;
  line-height: 2em;
}

.footer-columns a {
  text-decoration: none;
}

.footer-columns h5 {
  margin-bottom: 40px;
}

.footer-columns ul, .footer-columns li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
  margin-top: 40px;
}

.footer-bottom ul {
  display: flex;
}

.footer-bottom ul.social-media {
}

.footer-bottom ul.social-media li {
  background-color: var(--primary);
  padding: 20px;
}

.footer-bottom .designed {
  width: 50%;
}

.footer-bottom p, .footer-bottom ul {
  margin-bottom: 0;
}

.footer-bottom ul.social-media li img {
  height: 25px;
}

/* PROMO LIST */

.promo-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.promo-list a {
  width: calc(33.33% - 20px);
}

.promo-list a > img {
  width: 100%;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.promo-list a:hover {
  transform: scale(1.03);
}

h2.subpage-title {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid var(--medium);
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-family: sans-serif;
}

.pagination a,
.pagination .current {
  display: inline-block;
  padding: 6px 12px;
  border: 2px solid var(--medium);
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.pagination a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.pagination .current {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  font-weight: bold;
}


/* NEWS LIST */

.news-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.news-list a {
  width: calc(33.33% - 20px);
}

.news-list a > img {
  width: 100%;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: auto;
}

.news-list a:hover {
  transform: scale(1.03);
}

.news-main-image {
  display: block;
  margin-top: 45px;
  margin-bottom: 45px;
}

.news-main-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

/* PHOTO AND TEXT SECTIONS */

.photo-and-text-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.photo-and-text-sections .photo-and-text-section {
  display: flex;
  gap: 70px;
  width: 100%;
  align-items: center;
}

.photo-and-text-sections .photo-and-text-section .text {
  width: calc(50% - 70px);
}

.photo-and-text-sections .photo-and-text-section .photo {
  width: 50%;
}

.photo-and-text-sections .photo-and-text-section .photo img {
  width: 100%;
}

.photo-and-text-sections .photo-and-text-section .text {
  padding: 30px 80px;
}

.photo-and-text-sections .photo-and-text-section:nth-child(even) .text {
  order: 1;
}

.photo-and-text-sections .photo-and-text-section:nth-child(even) .photo {
  order: 2;
}

.photo-and-text-sections .photo-and-text-section h3 {
  margin-bottom: 30px;
}

/* CONTACT */

.contact-informations {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
}

.contact-informations .contact-column {
  width: calc(33% - 60px);
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-informations .contact-column .contact-img img {
  height: 44px;
}

.contact-informations .contact-column:after {
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: var(--medium);
  content: "";
  right: -44px;
  top: 0;
}

.contact-informations .contact-column:last-child:after {
  display: none;
}

.contact-boxes {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
}

.contact-boxes .contact-box {
  width: calc(33% - 60px);
  position: relative;
}

.contact-boxes .contact-box:after {
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: var(--medium);
  content: "";
  right: -44px;
  top: 0;
}

.contact-boxes .contact-box:nth-child(3n + 3):after {
  display: none;
}

.primary-button {
  padding: 15px 30px;
  min-width: 150px;
  background-color: var(--primary);
  color: var(--white);
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  display: table;
  -moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  text-align: center;
}

.primary-button:hover {
  background-color: var(--text);
  color: var(--white);
  padding: 15px 30px;
}

.primary-button.arrow {
  padding: 15px 50px;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.primary-button.arrow:after {
  content:"\203A";
  margin-left: 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.primary-button.arrow:hover:after {
  margin-left: 15px;
  color: var(--primary);
}

.secondary-button {
  padding: 15px 30px;
  min-width: 150px;
  background-color: var(--text);
  color: var(--white);
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  display: table;
  -moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  text-align: center;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
  padding: 15px 30px;
}

/* AMENITIES */

.amenities-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.amenities-list .amenities-item {
  width: calc(50% - 20px);
  border: 2px solid var(--medium);
  padding: 10px;
  display: flex;
  align-items: center;
}

.amenities-list .amenities-item .icon {
  padding: 15px;
  width: 155px;
  text-align: center;
}

.amenities-list .amenities-item .icon img {
  max-width: 125px;
  max-height: 125px;
}

.amenities-list .amenities-item .text {
  border-left: 2px solid var(--medium);
  padding: 30px;
  width: calc(100% - 155px)
}

.amenities-list .amenities-item .text h4 {
  margin-bottom: 30px;
  font-size: 1.3em;
}

.amenities-list .amenities-item .text p {
  margin-bottom: 0;
}

/* SHOP LIST */

.shop-search {
  display: block;
  position: relative;
}

.shop-search input {
  position: relative;
  z-index: 1;
  width: 100%;
}

.shop-search:after {
  width: 27px;
  height: 26px;
  background: url(../img/icon_search.svg) center center / contain no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.shop-filters {
  display: flex;
  gap: 30px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shop-list .shop-item {
  width: calc(25% - 9px);
  padding: 10px;
  border: 2px solid var(--medium);
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.shop-list .shop-item a {
  text-decoration: none;
}

.shop-list .shop-item:hover a {
  color: var(--primary);
}

.shop-list .shop-item .shop-img {
  padding: 20px;
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid var(--medium);
  margin-bottom: 20px;
}

.shop-list .shop-item .shop-name, .shop-list .shop-item .shop-name h4 {
  width: 100%;
  display: block;
  text-align: center;
}

.shop-list .shop-item .shop-img img {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

.shop-list .shop-item .shop-txt > a:nth-child(1) {
  display: block;
  text-align: center;
  width: 100%;
}

.shop-list .shop-item .shop-txt > a:nth-child(1) h4 {
  display: block;
  width: 100%;
}

.shop-list .shop-item .read-more {
  padding: 15px 30px;
  background-color: var(--white);
  border: 1px solid var(--text);
}

.shop-list .shop-item:hover .read-more {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

/* SHOP ITEM */

.shop-section {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}

.shop-section .shop-column:first-child {
  width: 45%;
}

.shop-section .shop-column:last-child {
  width: calc(55% - 30px);
}

.shop-section .shop-column .shop-img {
  width: 100%;
  padding: 30px;
  border: 1px solid var(--medium);
}

.shop-section .shop-column .shop-img img {
  width: auto;
  max-width: 80%;
  max-height: 350px;
  display: block;
  margin: 0 auto;
}

.shop-section .shop-column .shop-location {
  display: block;
  border-bottom: 2px solid var(--medium);
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8em;
}


.shop-section .shop-column .shop-info {
  display: block;
  border-bottom: 2px solid var(--medium);
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.shop-section .shop-column .section-title {
  margin-bottom: 10px;
}

.shop-section .shop-column .shop-description {
  display: block;
  margin-top: 40px;
}

.shop-menu-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 2rem;
}

.shop-menu-dropdown strong {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: var(--white);
  border-bottom: 1px solid var(--medium);
  color: var(--text);
  transition: all 0.2s ease-in-out;
}

.shop-menu-dropdown:hover strong {
  border-bottom: 1px solid var(--primary);
}

.shop-menu-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: var(--white);
  border: 1px solid var(--medium);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  padding: 0;
  list-style: none;
}

.shop-menu-dropdown, .shop-menu-dropdown > strong,  .shop-menu-dropdown .dropdown-menu {
  min-width: 200px;
}

.shop-menu-dropdown .dropdown-menu li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: var(--text);
  transition: background-color 0.2s ease-in-out;
}

.shop-menu-dropdown .dropdown-menu li a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.dropdown-menu.dropdown-grid {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 768px) {
  .dropdown-menu.dropdown-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* BEAVER BUILDER */

.fl-row .fl-row-content {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.fl-module-content, .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {
  margin: 0;
}

.fl-row-content-wrap {
  padding: 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.fl-row .fl-row-content {
  padding-left: 0;
  padding-right: 0;
}

body.fl-builder-edit [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* SEARCH */

.search-results {
  margin-top: 45px;
}

.search-entries {
  display: flex;
  gap: 45px;
  margin-top: 45px;
  flex-wrap: wrap;
}

.search-entries .search-entry {
  width: 100%;
}

/* GALLERY */

.middle-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    height: auto;
}

.gallery-tiles {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.gallery-tiles .gallery-tiles-element {
  width: calc(25% - 22.5px);
}

.gallery-tiles .gallery-tiles-element a, .gallery-tiles .gallery-tiles-element a img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-tiles .gallery-tiles-element a {
	overflow: hidden;
	position: relative;
	background-color: #ff0002;
}

.gallery-tiles .gallery-tiles-element a img {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.gallery-tiles .gallery-tiles-element a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.2;
}

.gallery-tiles .gallery-tiles-element a .text {
	z-index: 1;
	padding: 0 20px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
}

.gallery-tiles .gallery-tiles-element a:hover .text {
	opacity: 1;
}

/* PAGINATION */

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.pagination-container a {
    text-decoration: none;
}

.pagination-container span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-container span:hover {
    background-color: var(--primary);
    color: var(--white);
}

.pagination-container span.active {
    background-color: var(--primary);
    color: var(--white);
    pointer-events: none;
}



@media (min-width: 576px) {
    .container, .fl-row .fl-row-content, .fl-row-fixed-width {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .fl-row .fl-row-content, .fl-row-fixed-width {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .fl-row .fl-row-content, .fl-row-fixed-width {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .fl-row .fl-row-content, .fl-row-fixed-width {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
  .fl-row .fl-row-content, .fl-row-fixed-width .fl-row-content, .container, .fl-row .fl-row-content, .fl-row-fixed-width {
    max-width: 1400px;
  }
}

@media (max-width: 1180px) {
  .only-desktop {
    display: none !important;
  }

  .only-mobile {
    display: inline !important;
  }

  header .logo-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .logo-bar > .search-box,
  header .logo-bar > .navbar-toggler {
    display: block;
  }
  
  header .logo-bar > .search-box {
    text-align: left;
  }

  header .logo-bar > .navbar-toggler {
    text-align: right;
    padding: 0;
  }

  header .logo-bar > .navbar-toggler .text {
    font-size: 0.85em;
    text-transform: uppercase;
    padding-right: 5px;
  }
  
  header .logo-bar {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  header .logo-bar .info-box {
    width: 100%;
  }
  
  header .logo-bar .logo > img {
    height: 50px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  header .logo-bar > .logo {
    width: 100%;
  }

  header .main-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: var(--white);
    padding: 2em 1.5em;
    display: flex;
    z-index: 999;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  }

  header .main-nav.open {
    left: 0;
  }

  header .main-nav ul {
    flex-direction: column;
    width: 100%;
  }

  header .main-nav ul li {
    margin: 0.5em 0;
  }

  header .main-nav ul.social-media {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 1.5em;
    gap: 12px;
  }

  .search-box {
    position: relative;
  }

  .search-box input {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) translateX(100%) scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
    padding: 0.5em;
    border: none;
    width: 200px;
    background: #fff;
    z-index: 5;
  }

  .search-box.active input {
    transform: translateY(-50%) translateX(100%) scaleX(1);
  }

  .search-box .search {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .search-box .search img {
    width: 20px;
    height: 20px;
    filter: invert(1);
  }

  .navbar-toggler {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
  }

  .navbar-toggler .burger {
    display: inline-block;
    width: 24px;
    height: 12px;
    position: relative;
  }

  .navbar-toggler .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }

  .navbar-toggler .burger span:first-child {
    top: 0;
  }

  .navbar-toggler .burger span:last-child {
    bottom: 0;
  }

  .navbar-toggler.open .burger span:first-child {
    transform: rotate(45deg);
    top: 5px;
  }

  .navbar-toggler.open .burger span:last-child {
    transform: rotate(-45deg);
    bottom: 5px;
  }
}

@media (max-width: 991px) {
  .main-carousel-buttons .promo-01, .main-carousel-buttons .promo-02 {
    display: none;
  }

  .main-carousel-outer-container .main-carousel-nav {
    transform: translateX(-50%) translateY(-50%);
  }

  .buttons-module {
    gap: 20px;
  }

  .buttons-module .button-item {
    width: calc(50% - 10px);
  }


}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  
  .main-sections-module .main-section-item {
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .main-carousel-outer-container {
    margin-bottom: 50px;
  }

  .photo-and-text-sections .photo-and-text-section {
    gap: 0;
    flex-wrap: wrap;
  }

  .main-sections-module .main-section-item:nth-child(odd) .text, .photo-and-text-sections .photo-and-text-section .text {
    order: 1;
  }

  .main-sections-module .main-section-item:nth-child(odd) .image, .photo-and-text-sections .photo-and-text-section .photo {
    order: 2;
  }

  .main-sections-module .main-section-item .image, .main-sections-module .main-section-item .text, .photo-and-text-sections .photo-and-text-section .photo, .photo-and-text-sections .photo-and-text-section .text {
    width: 100%;
  }

  .photo-and-text-sections .photo-and-text-section .text, .main-sections-module .main-section-item .text {
    padding: 30px;
  }
  
  .partner-list {
    gap: 30px;
  }

  .partner-list .partner-item {
    width: calc(50% - 15px);
  }

  .footer-columns {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer-columns h5 {
    margin-bottom: 15px;
  }

  .footer-columns .footer-column {
    width: 100%;
  }

  .footer-bottom {
    gap: 30px;
  }

  .footer-bottom .designed {
    order: 1;
  }

  .footer-bottom ul.social-media {
    order: 3;
    width: 100%;
    justify-content: center;
    background-color: var(--primary);
  }

  .footer-bottom .copyright {
    order: 2;
    width: 100%;
  }

  h1, .h1 {
    font-size: 1.75em;
    font-weight: 700;
    display: table;
    margin-bottom: 10px;
  }

  h2, .h2 {
    font-size: 1.75em;
    font-weight: 300;
    display: table;
    margin-bottom: 10px;
  }

  h3, .h3 {
    font-size: 1.55em;
    font-weight: 500;
    display: table;
    margin-bottom: 10px;
  }

  h4, .h4 {
    font-size: 1.15em;
    font-weight: 500;
    display: table;
    margin-bottom: 10px;
  }

  .contact-informations .contact-column, .contact-boxes .contact-box {
    width: 100%;
  }

  .contact-informations, .contact-boxes {
    gap: 30px;
  }

  .contact-informations .contact-column:after, .contact-boxes .contact-box:after {
    display: none;
  }

  .news-list a, .promo-list a {
    width: calc(50% - 8px);
  }

  .news-list, .promo-list {
    gap: 16px;
  }

  .amenities-list .amenities-item {
    width: 100%;
  }

  .amenities-list {
    gap: 16px;
  }

  .amenities-list .amenities-item .icon img {
    max-width: 85px;
    max-height: 85px;
  }

  .amenities-list .amenities-item .icon {
    width: 125px;
  }

  .shop-section .shop-column:first-child, .shop-section .shop-column:last-child {
    width: 100%;
  }

  .shop-section {
    flex-wrap: wrap;
  }

  .shop-list .shop-item {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .fl-row-fixed-width .fl-row-content-wrap .fl-row-content, .container {
    max-width: calc(100vw - 60px);
  }

  .owl-carousel.main-carousel .item {
    padding-top: 85%;
  }

  .buttons-module .button-item .icon img {
    height: 60px;
  }
  
  header .logo-bar .container {
    flex-wrap: wrap;
  }
  
  header .logo-bar .logo {
    width: 50px;
  }
}



@media (max-width: 460px) {
  .news-list a, .promo-list a, .partner-list .partner-item {
    width: 100%;
  }

  .owl-carousel.main-carousel .item {
    padding-top: 100%;
  }

  h4 {
    font-size: 1.25em;
  }

  .buttons-module .button-item .icon img {
    height: 50px;
  }

  .buttons-module .button-item h4 {
    font-size: 1em;
  }
  
  .contact-informations .contact-column .contact-img img {
    height: 35px;
  }
  
  .contact-informations {
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .owl-carousel.logo-carousel .item img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    max-height: 200px;
  }
}
