body {
  /*margin-top: 0;*/
}

.weekend {
    position: absolute;
    bottom: 15%;
    z-index: 99;
    width: 18vw;
    height: auto;
    left: 3%;
}
.weekend a{
        display:inline-block;
        height:100%;
        width:100%;
        
        &:hover{
            transform:scale(1.1);
        }
    }
    
.weekend img{
        width:100%;
    }

@media (max-width:991px){
    .weekend {
    width: 35vw;
    }
}
@media (max-width:600px){
    .weekend {
    width: 39vw;
    }
}
.cube {
  position: relative;
}

.cube:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.cube .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.booking {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 200px;
}

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

.booking iframe {
  border: 1px solid #000;
}

.intro {
  padding: 3rem 4rem;
  position: absolute;
  top: 230px;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 70%,
    rgba(255, 255, 255, 0.73) 100%
  );
  display:none !important;

  @media (max-width: 1600px) {
    top: 180px;
  }
}
.intro img {
  height: 135px;

  @media (max-width: 1600px) {
    height: 120px;
  }
}
/* Header Pictures */

.header-pics {
  position: relative;
  width: 100%;
  height: 82vh;
  /* aspect-ratio: 3 / 2; */
  overflow: hidden;
  background-size: cover;
  background-position: left bottom;
}

.header-pics .banner-tav {
  position: absolute;
  top: 50px;
  left: 50px;
  height: 250px;
}

@media (max-width: 761px) {
  .header-pics .banner-tav {
    position: relative;
    margin: 0 auto;
    top: 6px;
    left: 0px;
    height: 133px;
    width: 133px;
    display: block;
  }
}

.header-pics .embed-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: -5;
  width: 101%;
}

.header-pics .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150px;

  z-index: -2;
}

.header-pics .slick-slide {
  transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  visibility: hidden;
  opacity: 0;
}

.header-pics .slick-slide.slick-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.header-pics .toggle-slick {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}

.header-pics .toggle-slick:hover,
.header-pics .toggle-slick:focus {
  background: rgba(0, 0, 0, 0.8);
}

.header-pics-slick {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.header-pics-slick div {
  height: 100%;

  background-repeat: no-repeat;
  background-position: bottom center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/**/

.call-us {
  font-size: 3em;
  color: #fff;
  text-align: center;
  display: block;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  right: 15px;
}

@media (max-width: 767px) {
  .call-us {
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    width: 100%;
    font-size: 2em;
    padding: 5px 0;
  }
}

.down-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);

  font-size: 50px;
  color: #fff;

  display: none;
}

@media (max-width: 767px) {
  .down-arrow {
    display: none;
  }
}

/**/

.map-promo {
  width: 250px;
  display: block;
}

.map-promo img {
  width: 100%;
  display: block;
}

/**/

.places {
  position: relative;
  padding: 10px 0 70px;
  margin-top: 3rem;
}

.places::after {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 45vw;
  top: 0;
  background-color: var(--prime3);
}

.places h2 {
  margin-top: 1rem;
  position: relative;
  color: #fff;
  text-align: right;
  justify-content: flex-start;
  padding-inline-start: 4rem;
  font-weight: bold;
  text-shadow: none;
}

.places .content {
}

.places .no-padding {
  padding: 0;
}

.places #filters,
.places #results-container,
.places #map {
  /*height: 500px;
	overflow-y: auto;
	overflow-x: hidden;*/
}

.places #map {
  height: 700px;
}

#filters::-webkit-scrollbar {
  width: 5px;
}

#filters::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(96, 187, 70, 0);
}

#filters:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(96, 187, 70, 1);
}

.places .filters-container {
  position: relative;
}

#filters-toggle {
  display: none;
}

.places .more-filters {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

#reset-filtering {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease-in;

  @media (max-width: 991px) {
    display: none;
  }
}

#reset-filtering:hover,
#reset-filtering:focus {
  text-decoration: underline;
  transform: scale(1.1);
}
#reset-filtering em {
  margin-left: 5px;
  transition: all 0.2s ease-in;
}
#reset-filtering:hover em {
  transform: rotate(90deg);
}
#more-filtering {
  float: right;
  background: none;
  border: 0;
  color: green;
  cursor: pointer;
  text-decoration: none;
}

#more-filtering:hover,
#more-filtering:focus {
  text-decoration: underline;
}

#results-container {
  padding-left: 15px;
}

.results-container-holder {
  position: relative;
  margin: 0 -15px;
}

.results-title {
  display: none;
}

.places .fav-row {
  margin-bottom: 10px;
}

.places .fav-row em {
  color: #e0d800;
}

#favCountBtn {
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

#favCountBtn.mark {
  background: yellow !important;
}

.places #filters {
  padding-bottom: 50px;
  margin-right: -15px;
}

.places #filters [class*="col-"] {
  padding: 0;
}

.places #filters .checkboxes {
  margin: 10px 0;
}

.places #filters .filter-fld input,
.places #filters .filter-fld button {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}

.places #filters .checkbox-fld {
  padding: 10px;
  margin: 5px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 10px rgba(119, 119, 119, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 0.9em;
  border-radius: 5px;
}

.places #filters .checkbox-fld label {
  padding-right: 20px;
  margin: 0;
}

.places #filters input {
  display: block;
}

.places .categories > .catlist > li > .category > label > span > input {
  opacity: 0;
  display: none;
}

.places .category:has(input:checked) {
  background-color: rgba(0, 0, 0, 0.35);
}
/* .places .category:has(input:checked) img {
  filter: brightness(5);
}
.places .category:has(input:checked) {
  font-weight: bold;
  font-size: calc(0.45vw + 16px);
} */
.places #filters .checkbox-fld input {
  position: absolute;
  top: 14px;
  right: 10px;
  display: block;
}

#results-container::-webkit-scrollbar {
  width: 5px;
  background: #ddd;
}

#results-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(96, 187, 70, 1);
}

#results {
  list-style: none;
  /* padding: 0;
  margin: 0; */
}

.cat-results > li {
  width: 33%;
  float: right;
}

#results > li > a {
  display: block;
  margin: 15px;
  background: #fff;
  border: 1px solid transparent;
  color: var(--prime1);
  border-radius: 5px;
  font-size: 1.2rem;
}

#results > li > a:hover {
  text-decoration: none;
}

#results > li > a.cat-32 {
  background: #faa61a;
  color: #333;
}

#results > li > a.cat-29 {
  background: #bed62f;
  color: #333;
}

#results > li > a.cat-4 {
  background: #7ec6eb;
  color: #333;
}

#results > li > a .pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  background: #d5effc;
  border-radius: 5px;
}

#results > li > a .promo-pic {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#results > li > a .category {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 5px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

#results > li > a .category > img {
  width: 30px;
}

#results > li > a .fav {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 10px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

#results > li > a .fav:before {
  content: "\f006";
}

#results > li > a .fav:hover,
#results > li > a .fav:focus {
  color: #fff;
}

#results > li > a .fav:hover:before,
#results > li > a .fav:focus:before {
  content: "\f005";
}

#results > li > a .fav.active {
  color: #fff600;
}

#results > li > a .fav.active:before,
#results > li > a .fav.active:before {
  content: "\f005";
}

#results > li > a .print-details {
  display: none;
}

#results > li > a h3 {
  margin: 0;
  font-size: calc(0.3vw + 16px);
  font-weight: bold;
  padding: 0.75rem;
  font-weight: bold;
  height: 3rem;
}

.all {
  display: flex;
  justify-content: flex-end;
  padding-inline: 1rem;
}
.all a {
  color: var(--prime1);
  font-size: calc(0.8vw + 16px);
}
/**/
.giant {
  font-family: "arimo";
  margin-top: 4rem;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--prime1);
  font-weight: 700;
  font-size: calc(5vw + 16px);
  line-height: 1.1;
  text-shadow: 1px 0 var(--prime1), 0 1px var(--prime1), -1px 0 var(--prime1),
    0 -1px var(--prime1);
  letter-spacing: -4px;

  @media (max-width: 991px) {
    text-shadow: none;
    letter-spacing: unset;
  }
}
h2.giant + span,
h2.giant + p {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
  font-size: calc(1.82vw + 16px);
  font-weight: bold;
  color: var(--prime2);
  line-height: 1;
}
.categories {
}

.categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.categories > ul {
  border-radius: 5px;
}

.categories > ul > li {
  position: relative;
}

.categories > ul > li .category label {
  padding-block: 1rem;
}

.categories > ul > li:last-child {
  border-radius: 0 0 5px 5px;
}

.categories > ul > li:hover .category {
  /* background: rgba(255, 255, 255, 0.1); */
}

.categories > ul > li > ul {
  position: relative;
  top: 0;
  right: 100%;
  right: 0;
  z-index: 999999;
  width: 175px;
  width: 100%;
  border-radius: 0;
  /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; 
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);*/
  text-align: right;
  background-color: var(--prime3);

  display: block;
}

[dir="ltr"] .categories > ul > li > ul {
  text-align: left;
  right: auto;
  left: 100%;
}

.categories .catlist ul {
  /* max-width: 320px; */
}

.categories .category {
  width: 100%;
  max-width: 335px;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in;
}

.categories .category label {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  width: 100%;
  font-size: calc(0.2vw + 16px);
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.categories .category label > span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.categories .category label > span:first-child {
  position: relative;
  padding-right: 5px;
  width: 4rem;
}

.categories > ul > li > .category > label > span:last-child {
  width: max-content;
  color: #fff;
  margin-right: 0.75rem;
}

.categories .category img {
  height: 62px;
  filter: brightness(1.1);
  opacity: 0.75;
}

.categories .category .caption {
  display: block;
}

.categories > ul > li:hover > ul {
  display: block;
}
.categories > ul > li > ul .category img {
  display: none;
  /* height: 20px;
  margin-inline: 10px; */
}
.categories > ul > li > ul .category span:first-child {
  width: 12px;
  display: flex;
  align-items: center;
}
.categories > ul > li > ul .category span:last-child {
  font-size: 0.9rem;
  color: #fff;
}
.categories > ul > li > ul > li .category label {
  display: flex;
  align-items: center;
  padding-block: 0.2rem;
  padding-right: 9.05rem;
}
.places
  .categories
  > .catlist
  > li
  > ul
  > li
  input[type="checkbox"]
  + .checkboxer::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid var(--prime1);
  background-color: #fff;
  opacity: 1;
  z-index: 1;
  border-radius: 50px;
  right: 4px;
  top: 4px;
}
.categories
  > ul
  > li
  > ul
  > li
  .category
  label
  input[type="checkbox"]:checked
  + .checkboxer::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: var(--prime3);
  opacity: 1;
  z-index: 1;
  border-radius: 50px;
  right: 4px;
  top: 4px;
}
.categories
  > ul
  > li
  > ul
  > li
  .category
  label
  input[type="checkbox"]:checked
  + .checkboxer::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.allcats {
  border-bottom: 3px solid var(--lgreen);
  padding: 2rem 0;
  margin-inline: 1rem;
  position: relative;

  @media (max-width: 991px) {
    padding: 2rem 0 0;
  }
}
.allcats::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--ocean);
  right: 0;
  bottom: -1rem;
}
.allcats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}

.allcats a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--prime1);
  font-size: 1.35rem;
  font-weight: 400;
  width: 100%;
  max-width: 165px;

  @media (max-width: 1200px) {
    font-size: 1.15rem;
  }
}

.allcats img {
  margin-bottom: 1rem;
  height: 75px;
  transition: all 0.3s ease-in;

  @media (max-width: 1200px) {
    height: 50px;
    margin-bottom: 0;
  }
}
.allcats a:hover img {
  transform: scale(1.05);
  filter: brightness(0.5);
}

/**/

.content-section {
  margin: 30px 0;
  padding: 0 5px;
}

.content-section h2 {
  font-weight: normal;
  color: red;
  line-height: 1em;
  margin-bottom: 15px;
  font-size: 2em;
}

.content-section .more {
  text-align: left;
}

.mako {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 0.9fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 820px;
  padding: 1rem;
}

.mako .gaint {
  margin-top: 3rem;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background-color: #246f3d;
  mix-blend-mode: overlay;
}

.makoitem {
  padding: 2rem;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}
.makoitem .wrap {
  position: relative;
}
.makoitem:hover {
  color: #fff;
  text-decoration: none;
}

.makoitem .overlay {
  background-color: var(--text);
  mix-blend-mode: soft-light;
}
.makoitem:hover .overlay {
  background-color: #246f3d;
  mix-blend-mode: hard-light;
}
.item1 {
  grid-area: 1 / 1 / 2 / 3;
}
.item1 .wrap,
.item4 .wrap {
  margin-top: auto;
}
.item5 .wrap {
  margin-right: auto;
}

.item2 {
  grid-area: 1 / 3 / 2 / 4;
}

.item3 {
  grid-area: 1 / 4 / 3 / 5;
  background-position: -120px 0;
}

.item4 {
  grid-area: 2 / 1 / 3 / 2;
}

.item5 {
  grid-area: 2 / 2 / 3 / 4;
}

.makoitem h2 {
  font-weight: bold;
  font-size: calc(1.75vw + 16px);
}

.makoitem span {
  display: block;
  background-color: var(--prime2);
  padding: 0.5rem 1.52rem;
  font-size: 1.24rem;
  color: #fff;
  width: fit-content;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in;
}
.makoitem:hover span {
  opacity: 1;
  transform: translateY(0);
}
/**/
.zarkor {
  padding: 1rem;
}
.zarkor ul {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  list-style-type: none;
}

.zarkor li {
  aspect-ratio: 1.365;
  flex: 1 1 30%;
}
.zarkor li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1rem;
  background-size: cover;
  background-position: center;
}
.zarkor li a:hover {
  text-decoration: none;
}
.zarkor .overlay {
  opacity: 0;
  mix-blend-mode: multiply;
  transition: all 0.5s ease;
}
.zarkor a:hover .overlay {
  opacity: 1;
}
.zarkor .wrap {
  border: 2px solid #fff;
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.3s ease-out;
  justify-content: flex-end;

  @media (max-width: 1200px) {
    padding: 1rem;
  }
}

@media (min-width: 991px) {
  .zarkor a:hover .wrap {
    transform: translateY(0);
    opacity: 1;
  }
}

.zarkor h3 {
  font-weight: bold;
  font-size: calc(1vw + 16px);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;

  @media (max-width: 1200px) {
    font-size: calc(1vw + 9px);
  }
}

.zarkor h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background-color: var(--prime2);
}

.zarkor span {
  display: block;
  max-width: 80%;
  font-size: 1.2rem;
  line-height: 1.1;

  @media (max-width: 1200px) {
    font-size: 1rem;
  }
}
.zarkor span + span {
  margin-top: 1rem;
}
.zarkor span em {
  font-style: normal;
  color: var(--prime2);
}
/**/
.path {
  display: flex;
  background-size: cover;
  gap: 10px;
}

.path a {
  flex: 1;
  display: flex;
  height: 100%;
}
.pathitem {
  aspect-ratio: 9 / 14;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 2rem;
  color: #fff;
  overflow: hidden;

  @media (max-width: 1200px) {
    aspect-ratio: 10 / 23;
    padding: 1rem;
  }
}
.pathitem .overlay {
  background-color: #000;
  background: linear-gradient(
    180deg,
    rgba(3, 0, 0, 0) 0%,
    rgba(3, 0, 0, 0.82) 100%
  );
  mix-blend-mode: multiply;
}

.pathitem .wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: linear-gradient(
    180deg,
    rgba(3, 0, 0, 0) 0%,
    rgba(3, 0, 0, 0) 100%
  );
  transition: all 0.5s ease-in;
}
.pathitem h3 {
  font-weight: 400;
  font-size: calc(1.3vw + 16px);
  margin-top: auto;
  position: relative;
  margin-bottom: 1rem;
}
.pathitem h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.65rem;
  height: 3px;
  width: 50px;
  background-color: transparent;
  transition: all 0.4s ease;
}
.pathitem:hover h3::after {
  background-color: var(--prime4);
}
.pathitem h4 {
  font-weight: bold;
  font-size: calc(1.1vw + 16px);

  @media (max-width: 1200px) {
    font-size: calc(1vw + 12px);
  }
}

.pathitem .info {
  font-size: 1.2rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease-in;

  @media (max-width: 1200px) {
    font-size: 1rem;
  }
}
.pathitem p {
  margin-top: 1rem;
}
.pathitem:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .pathitem:hover .info {
    opacity: 1;
    max-height: 570px;
    max-height: 250px;
  }
}

.pathitem:hover .wrap {
  background: linear-gradient(
    180deg,
    rgba(3, 0, 0, 0) 0%,
    rgba(3, 0, 0, 0.82) 100%
  );
  /* transform: translateY(0); */
}
/**/

.spotlight {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.spotlight a {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-size: cover;
  background-position: center;
  flex: 1;
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.spotlight .wrap {
  width: 100%;
  background-color: #fff;
  color: var(--prime1);

  line-height: 1.1;
  position: absolute;
  padding: 2.4rem 1rem;
  bottom: 0;
  font-weight: bold;

  @media (max-width: 1200px) {
    padding: 1rem;
  }
}
.spotlight a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  transform: scale(1.01);
}
.spotlight .wrap h2 {
  padding-inline: 1rem;
  line-height: 1.12;
  font-weight: bold;
  font-size: calc(1.3vw + 12px);

  @media (max-width: 1200px) {
    font-size: calc(0.7vw + 9px);
  }
}
/**/
.galleries {
  background: #252525;
  color: #fff;
  padding: 15px 0;
}

.galleries a {
  color: #fff;
}

.galleries .title {
  padding: 15px 0;
}

.gallery-slick {
}

.gallery-slick figure {
  position: relative;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
}

.gallery-slick figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
}

.gallery-slick figure img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/**/

.pirs-row {
  padding: 30px 15px;
  background: #f1f1f1;
}

.pirs-row img {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  display: block;
}

/**/

/**/

.vod {
  background: #111;
  color: #fff;
  padding: 15px 0;
}

.vod a {
  color: #fff;
}

.vod .title {
  padding: 15px 0;
}

#video {
  display: block;
}

@media (min-width: 768px) {
  #videos-list {
    height: 420px;
    overflow: auto;
  }
}

#videos-list figure {
  margin-bottom: 15px;
}

#videos-list figure:after {
  clear: both;
  display: block;
  content: "";
}

#videos-list a.active figure {
  background: rgba(255, 255, 255, 0.1);
}

#videos-list .pic {
  position: relative;
  overflow: hidden;
  float: right;
  width: 120px;
  height: 67px;
  margin-left: 15px;
}

#videos-list .pic img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#videos-list figcaption {
  color: #fff;
}

#videos-list a.active figure figcaption {
  background: #cf1c1c;
  padding: 10px;
}

@media (min-width: 768px) {
  #playlists {
    height: 347px;
    overflow: auto;
  }
}

#playlists ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#playlists ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#playlists ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

#playlists ul li a.active {
  background: #cf1c1c;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.vod ::-webkit-scrollbar {
  width: 3px;
}

.vod ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.vod ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
}

/**/

.pirsomot {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.pirsomot a {
  margin: 15px 0;
  display: block;
}

/**/

#find-vacation {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 260px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 1rem;
  border-radius: 5px;
}

#find-vacation h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

#find-vacation label {
  display: block;
  position: fixed;
  top: -999px;
}

#find-vacation > div {
  display: block;
  margin-top: 10px;
}

#find-vacation select,
#find-vacation button {
  font-size: 1rem;
  padding: 0.5rem;
  background: #fff;
  border: 0;
  width: 100%;
  display: block;
  border-radius: 5px;
}

#find-vacation button {
  background: rgb(194, 124, 56);
  padding: 0.5rem 1rem;
  font-weight: bold;
  width: auto;
  float: left;
}

/**/

.main-pirs.desktop {
  display: none;
}

.main-pirs.mobile {
  display: none;
}

@media (min-width: 992px) {
  .main-pirs.desktop {
    display: block;
  }
}

.main-pirs-container {
  padding: 1rem;

  background-color: #f2f2e8;
}

.slick-dots {
  bottom: -30px;
}

.main-pirs,
.events-pirs {
  padding: 0 1rem;
  margin-bottom: 1.2rem;
}

.main-pirs .pirs {
  display: block;
  margin: 1rem;
}

.events-pirs .pirs {
  display: block;
  margin: 1rem;
}

/**/

.event {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 1rem;
  color: #fff;
  font-weight: bold;
}

.event:hover {
  color: #fff;
}

.event:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.event img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.event .info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  width: 100%;
  padding-top: 3rem;
}

/**/

.filter-group .toggle-all {
  display: none;
}

.filter-group.long .options {
  position: relative;
}

.filter-group.long .options:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.filter-group.long.expand .options {
}

.filter-group.long.expand .options:before {
  content: none;
}

.filter-group.long .toggle-all {
  display: inline;
}

.filter-group.long .toggle-all em:before {
  content: "\f107";
}

.filter-group.long.expand .toggle-all em:before {
  content: "\f106";
}

/**/

.printable-map-link {
  display: block;
  padding: 1rem;
  border-radius: 0.25rem;
  background: #c27c38;
  color: #fff;
  text-align: center;
  margin: 1rem 0;
}

.printable-map-link:hover {
  background: #a76729;
  color: #fff;
  text-decoration: none;
}

#openmap {
  height: 700px;
  z-index: 1;
}

@media (max-width: 991px) {
  .intro {
    padding: 0.55rem 1.5rem;
    top: 20vw;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.73) 70%,
      rgba(255, 255, 255, 0.73) 100%
    );
  }
  .intro img {
    height: 11vw;
  }
  .header-pics {
    height: auto;
    aspect-ratio: 1.3;
    background-position: center;
    top:-21px;
  }

  .places #map {
    margin-top: -2px;
  }
  #filters-toggle {
    display: block;
    margin: -40px auto 0 0;
    margin-bottom: 20px;
  }

  #filters {
    position: relative;
    height: 300px;
    height: auto;
    width: 70%;
    top: -104px;
    top: 0;
    right: 0;
    display: none;
  }

  .categories .category img {
    height: 18px;
    opacity: 1;
  }

  .categories > ul > li .category label {
    padding-block: 14px;
  }

  .categories .category label > span:first-child {
    width: 8px;
  }
  .categories > ul > li > .category > label > span:last-child {
    margin-right: 0;
  }

  .categories > ul {
    border-radius: 0;
    background-color: var(--prime1);
  }

  .main-pirs.mobile {
    display: block;
  }

  #openmap {
    display: none;
    display: block;
    height: 375px !important;
  }

  .spotlight {
    flex-direction: column;
  }
  .path {
    white-space: nowrap;
    overflow-x: auto;
  }
  .path a {
    flex: 0 0 180px;
    aspect-ratio: 10 / 20;
  }
  .pathitem {
    padding: 0;
  }
  .pathitem h3 {
    white-space: break-spaces;
  }
  .mako {
    display: flex;
    flex-direction: column;
  }
  .allcats ul {
    /* white-space: nowrap;
    overflow-x: auto; */
    flex-wrap: wrap;
  }
  .allcats li {
    flex: 0 0 150px;
    flex: 0 0 32%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .allcats li a {
    text-align: center;
  }

  .allcats + .giant + p {
    display: none;
  }
  .zarkor li {
    width: 100%;
    aspect-ratio: 1.75;
  }
  .zarkor ul {
    flex-direction: column;
  }

  .places::after {
    width: 100%;
    height: 50%;
  }
  .places {
    padding: 25px 0;
  }
  .places .filters-container {
  }
  .places .giant {
    padding-top: 0;
  }
  .spotlight .wrap h2 {
    font-size: calc(0.7vw + 16px);
  }
}

@media (max-width: 750px) {
  .mako {
    height: auto;
  }
  .makoitem h2 {
    padding: 5px 1rem;
    background-color: var(--prime1);
  }
  .mako .overlay {
    /* mix-blend-mode: multiply; */
  }
  .makoitem {
    padding: 1rem 2rem;
  }
  .makoitem .wrap {
    margin-top: auto;
  }
  .item5 .wrap {
    margin-right: 0;
  }
  .item1,
  .item5 {
    aspect-ratio: 16 / 9;
    max-height: 300px;
  }
  .item2,
  .item4 {
    /* aspect-ratio: 1; */
    height: 275px;
  }
  .item3 {
    aspect-ratio: 9 / 12;
    max-height: 600px;
  }
  .giant {
    margin-top: 2rem;
    text-align: center;
    font-size: calc(4.5vw + 16px);
  }
  h2.giant + span,
  h2.giant + p {
    padding-bottom: 2rem;
  }
  .allmako {
    margin-bottom: 2rem;
  }
}
