/*
Inter Tight
Cormorant Garamond
Sedan
Gabriela
Sora
Roboto Flex
Roboto Slab
Roboto Serif
*/
:root {
	--lauk-golden: #9e6935;
	--lauk-golden-dark-bg: #b87f47;
}
html {
	scroll-behavior: auto !important;
	/* scroll-behavior: smooth !important; */
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Roboto Serif;
  /* font-weight: 300; */
}
/*.display-1 {
  font-family: 'Roboto Serif', serif;
  /* font-size: 5rem; * /
  font-size: clamp(2.4rem, calc(1.88rem + 2.6vw), 5rem);
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}*/
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  /* font-size: 4rem; */
  /* font-size: clamp(2.05rem, calc(1.66rem + 1.95vw), 5rem); */
  font-size: clamp(2.05rem, calc(1.46rem + 2.95vw), 5rem);
  /* font-weight: 900 !important; */
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
/* .main_title { */
	/* font-size: 5rem; */
/* } */
.display-4 {
  font-family: 'Roboto Serif', serif;
  /* font-size: 1.4rem; */
  font-size: clamp(1.14rem, calc(1.088rem + 0.26vw), 1.4rem);
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  /* font-size: 3.5rem; */
  font-size: clamp(2.6rem, calc(2.42rem + 0.9vw), 3.5rem);
  font-weight: 900 !important;
  /* color: #7a6d38 !important; */
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 .display-5-smaller {
	font-size: 70%;
}
/* .title-white { */
	/* color: #fff !important; */
	/* font-size: 2.5rem !important; */
/* } */
.display-6 {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(1.5rem, calc(1.3rem + 1vw), 2.5rem);
	line-height: 1.2;
}
.display-7 {
  font-family: 'Roboto Serif', serif;
  /* font-size: 1.3rem; */
  font-size: clamp(1.14rem, calc(1.108rem + 0.16vw), 1.3rem);
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
.lauk-golden {
  color: var(--lauk-golden) !important;
}
.fw900 {
	font-weight: 900 !important;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
/*@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.6rem;
    /* font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))); */
    /* line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)))); * /
	line-height: calc(1.4 * (2.6rem + (3.5 - 2.6) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.6rem;
    /* font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))); */
    /* line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)))); * /
	line-height: calc(1.2 * (2.6rem + (3.5 - 2.6) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
*/



/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0c2c68 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0c2c68 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Serif', serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Serif', serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0c2c68;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0c2c68;
  border-bottom-color: #0c2c68;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230c2c68' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}

/*
 *
 * MENU BEGIN
 *
 */

.hamburger {
	position: fixed;
	top: 25px;
	right: 30px;
	width: 46px;
	height: 46px;
	border: 0;
	/* background: rgba(0, 0, 0, 0.65); */
	/* background: rgba(17, 63, 150, 0.90); */
	background: rgba(12, 44, 104, .9);
	border-radius: 4px;
	cursor: pointer;
	z-index: 10001;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.hamburger span {
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}


/* menu */

/*section {
	scroll-margin-top: 1rem;
}

ul.menu {
	list-style: none;
}

ul.menu li {
	margin-bottom: .8rem;
}*/

.page-menu {
	position: fixed;
	top: 0;
	right: 0;

	width: 280px;
	height: 100vh;

	/* padding: 100px 35px 40px; */
	padding: 3rem 2.2rem 2.5rem;

	/* background: rgba(0, 0, 0, 0.92); */
	/* background: rgba(17, 63, 150, 0.96); */
	background: rgba(12, 44, 104, .96);

	display: flex;
	flex-direction: column;
	/* gap: 22px; */
	gap: 1rem;

	transform: translateX(100%);
	transition: transform 0.35s ease;

	overflow-y: auto;
	z-index: 10000;
}

.page-menu.open {
	transform: translateX(0);
}

.page-menu a {
	color: #fff;
	/* font-size: 1.25rem; */
	font-size: 1.1rem;
	text-decoration: none;
	line-height: 1.2;
	transition: color 0.3s;
}

.page-menu a:hover {
	/* color: #c99559; */
	color: var(--lauk-golden-dark-bg);
}


/* hamburger -> X */

.hamburger.open span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
	opacity: 0;
}

.hamburger.open span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.menu-overlay {
	position: fixed;
	inset: 0;
	/* background: rgba(17, 63, 150, 0.35); */
	/* background: rgba(255, 255, 255, 0.35); */
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9999;
}

.menu-overlay.open {
	opacity: 1;
	visibility: visible;
}

.page-menu {
	z-index: 10000;
}

.hamburger {
	z-index: 10001;
}

/*
 *
 * MENU END
 *
 */

.cid-vpeeE2aIho {
  /* display: flex; */
  /* background-image: url("../../../assets/images/budova-bytaaut.webp"); */
  /* background-image: url("../../../assets/images/zilina.webp"); */
  background-image: url("../../../assets/images/lauk_home.webp");
}
@media (max-width: 767px), (orientation: portrait) {
  .cid-vpeeE2aIho {
    background-image: url("../../../assets/images/lauk_home_up.webp");
  }
}
@media (min-width: 768px) {
  .cid-vpeeE2aIho {
    align-items: flex-start;
  }
  .cid-vpeeE2aIho .row {
    justify-content: center;
  }
  .cid-vpeeE2aIho .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 9991px) and (min-width: 768px) {
  .cid-vpeeE2aIho .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vpeeE2aIho {
    -webkit-align-items: center;
    align-items: flex-start;
  }
  .cid-vpeeE2aIho .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vpeeE2aIho .content-wrap {
    width: 100%;
  }
}
.cid-vpeeE2aIho .mbr-section-title,
.cid-vpeeE2aIho .mbr-section-subtitle {
  text-align: center;
}
.cid-vpeeE2aIho .mbr-text,
.cid-vpeeE2aIho .mbr-section-btn {
  text-align: center;
}
.cid-vpf4bIFAA8 {
  /* padding-top: 5rem; */
  padding-top: 0;
  /* padding-bottom: 5rem; */
  padding-bottom: 0;
  background: #ffffff;
}
.cid-vpf4bIFAA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpf4bIFAA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpf4bIFBB7 {
  padding-top: 5rem;
  /* padding-top: 0; */
  /* padding-bottom: 5rem; */
  padding-bottom: 0;
  background: #ffffff;
}

.cid-vpf4bIFBB8 {
  padding-top: 5rem;
  /* padding-top: 0; */
  padding-bottom: 5rem;
  /* padding-bottom: 0; */
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-vpf4bIFAA8 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpf4bIFAA8 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vpf4bIFAA8 .google-map {
  height: 100%;
  position: relative;
}
.cid-vpf4bIFAA8 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vpf4bIFAA8 .google-map iframe {
    min-height: 350px;
  }
}
.cid-vpf4bIFAA8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vpf4bIFAA8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vpf4bIFAA8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vpf4bIFAA8 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpf4bIFAA8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpf4bIFAA8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpf4bIFAA8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vpf4bIFAA8 .content-head {
  max-width: 800px;
}
.cid-vpf4bIFAA8 .list,
.cid-vpf4bIFAA8 .item-wrap {
  text-align: justify;
}
.cid-vpegTwWUBu {
  /* padding-top: 6rem; */
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpegTwWUBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpegTwWUBu .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vpegTwWUBu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpegTwWUBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpegTwWUBu .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #645600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-vpegTwWUBu .card-title,
.cid-vpegTwWUBu .iconfont-wrapper,
.cid-vpegTwWUBu .card-text {
  color: #000000;
  text-align: center;
}
.cid-vpegTwWUBu .content-head {
  max-width: 800px;
}
.cid-vpegTwWUBu .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vpegTwWUBu .mbr-section-btn {
  text-align: center;
}
/*.cid-vpfG5PIhIK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpfG5PIhIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpfG5PIhIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpfG5PIhIK .mbr-description {
  text-align: left;
}
.cid-vpfG5PIhIK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpfG5PIhIK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpfG5PIhIK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpfG5PIhIK .card-title,
.cid-vpfG5PIhIK .iconfont-wrapper {
  color: #000000;
}
.cid-vpfG5PIhIK .card-text {
  color: #000000;
}
.cid-vpfG5PIhIK .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vpfG5PIhIK .mbr-text,
.cid-vpfG5PIhIK .mbr-section-btn {
  text-align: center;
}
.cid-vpfG5PIhIK .card-text,
.cid-vpfG5PIhIK .item .mbr-section-btn {
  text-align: left;
}
.cid-vpfG5PIhIK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpfG5PIhIK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpfG5PIhIK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpfG5PIhIK .mbr-text UL {
  text-align: left;
}*/
/*.cid-vpfHeehzFV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpfHeehzFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpfHeehzFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpfHeehzFV .mbr-description {
  text-align: left;
}
.cid-vpfHeehzFV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpfHeehzFV .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpfHeehzFV .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpfHeehzFV .card-title,
.cid-vpfHeehzFV .iconfont-wrapper {
  color: #000000;
}
.cid-vpfHeehzFV .card-text {
  color: #000000;
}
.cid-vpfHeehzFV .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vpfHeehzFV .mbr-text,
.cid-vpfHeehzFV .mbr-section-btn {
  text-align: center;
}
.cid-vpfHeehzFV .card-text,
.cid-vpfHeehzFV .item .mbr-section-btn {
  text-align: left;
}
.cid-vpfHeehzFV .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpfHeehzFV .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpfHeehzFV .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpfHeehzFV .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vpfHeehzFV .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vpfHeehzFV .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpfHeehzFV .mbr-text UL {
  text-align: left;
}
.cid-vpfHeehzFV .mbr-text {
  text-align: left;
}
.cid-vpfHeehzFV .mbr-subtitle {
  text-align: center;
}*/
.cid-vpfNLN9aYO {
  /* padding-top: 6rem; */
  padding-bottom: 0rem;
  background-color: #ffffff;
}
/* .cid-vpfNLN9aYO .row { */
  /* flex-direction: row-reverse; */
/* } */
.cid-vpfNLN9aYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpfNLN9aYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpfNLN9aYO .mbr-description {
  text-align: left;
}
.cid-vpfNLN9aYO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  /* padding: 2.25rem 2.25rem 1rem 2.25rem; */
}
@media (max-width: 767px) {
  .cid-vpfNLN9aYO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpfNLN9aYO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpfNLN9aYO .card-title,
.cid-vpfNLN9aYO .iconfont-wrapper {
  color: #000000;
}
.cid-vpfNLN9aYO .card-text {
  color: #000000;
}
.cid-vpfNLN9aYO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vpfNLN9aYO .mbr-text,
.cid-vpfNLN9aYO .mbr-section-btn {
  text-align: center;
}
.cid-vpfNLN9aYO .card-text,
.cid-vpfNLN9aYO .item .mbr-section-btn {
  text-align: left;
}
.cid-vpfNLN9aYO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpfNLN9aYO .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpfNLN9aYO .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpfNLN9aYO .mbr-text UL {
  text-align: left;
}
.cid-vpfKFQdiVn {
  /* padding-top: 6rem; */
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpfKFQdiVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpfKFQdiVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpfKFQdiVn .mbr-description {
  text-align: left;
}
.cid-vpfKFQdiVn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  /* padding: 2.25rem 2.25rem 1rem 2.25rem; */
}
@media (max-width: 767px) {
  .cid-vpfKFQdiVn .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpfKFQdiVn .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpfKFQdiVn .card-title,
.cid-vpfKFQdiVn .iconfont-wrapper {
  color: #000000;
}
.cid-vpfKFQdiVn .card-text {
  color: #000000;
}
.cid-vpfKFQdiVn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vpfKFQdiVn .mbr-text,
.cid-vpfKFQdiVn .mbr-section-btn {
  text-align: center;
}
.cid-vpfKFQdiVn .card-text,
.cid-vpfKFQdiVn .item .mbr-section-btn {
  text-align: left;
}
.cid-vpfKFQdiVn .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpfKFQdiVn .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpfKFQdiVn .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpfKFQdiVn .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vpfKFQdiVn .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vpfKFQdiVn .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpfKFQdiVn .mbr-text UL {
  text-align: left;
}
.cid-vpfKFQdiVn .mbr-text {
  text-align: justify;
}
.cid-vpfKFQdiVn .mbr-subtitle {
  text-align: center;
}
.cid-vpfa9xlvee {
  /* padding-top: 6rem; */
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-vpfa9xlvee .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpfa9xlvee .item {
    margin-bottom: 1rem;
  }
}
.cid-vpfa9xlvee .item-wrapper {
  position: relative;
  padding: 0 !important;
}
/*.cid-vpfa9xlvee .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}*/
.cid-vpfa9xlvee .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vpfa9xlvee .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vpfa9xlvee .carousel-control,
.cid-vpfa9xlvee .close {
  background: #1b1b1b;
}
.cid-vpfa9xlvee .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vpfa9xlvee .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vpfa9xlvee .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vpfa9xlvee .carousel-control-next span {
  margin-left: 5px;
}
.cid-vpfa9xlvee .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vpfa9xlvee .close::before {
  content: '\e91a';
}
.cid-vpfa9xlvee .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vpfa9xlvee .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpfa9xlvee .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpfa9xlvee .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpfa9xlvee .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpfa9xlvee .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vpfa9xlvee .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vpfa9xlvee .carousel-indicators li.active,
.cid-vpfa9xlvee .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpfa9xlvee .carousel-indicators li::after,
.cid-vpfa9xlvee .carousel-indicators li::before {
  content: none;
}
.cid-vpfa9xlvee .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpfa9xlvee .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vpfa9xlvee .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpfa9xlvee .carousel-indicators {
    display: none;
  }
}
.cid-vpfa9xlvee .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpfa9xlvee .carousel-inner > .active {
  display: block;
}
.cid-vpfa9xlvee .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpfa9xlvee .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpfa9xlvee .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vpfa9xlvee .carousel-control,
  .cid-vpfa9xlvee .carousel-indicators,
  .cid-vpfa9xlvee .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vpfa9xlvee .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vpfa9xlvee .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vpfa9xlvee .carousel-indicators .active,
.cid-vpfa9xlvee .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vpfa9xlvee .carousel-indicators .active {
  background: #fff;
}
.cid-vpfa9xlvee .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vpfa9xlvee .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vpfa9xlvee .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vpfa9xlvee .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vpfa9xlvee .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vpfa9xlvee .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vpfa9xlvee .carousel {
  width: 100%;
}
.cid-vpfa9xlvee .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vpfa9xlvee .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vpfa9xlvee .modal.fade .modal-dialog,
.cid-vpfa9xlvee .modal.in .modal-dialog {
  transform: none;
}
.cid-vpfa9xlvee .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vpfa9xlvee .content-head {
  max-width: 800px;
}
.cid-vpfa9xlvee .mbr-section-title {
  text-align: justify;
}
.cid-vpfa9xlvee .mbr-section-subtitle {
  text-align: justify;
}
.cid-vpehoAtCRc {
  /* padding-top: 6rem; */
  padding-bottom: 2rem;
  background-color: #ffffff;
}
/* .cid-vpehoAtCRc .row { */
  /* flex-direction: row-reverse; */
/* } */
.cid-vpehoAtCRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpehoAtCRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpehoAtCRc .mbr-description {
  text-align: left;
}
.cid-vpehoAtCRc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpehoAtCRc .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpehoAtCRc .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpehoAtCRc .card-title,
.cid-vpehoAtCRc .iconfont-wrapper {
  color: #000000;
}
.cid-vpehoAtCRc .card-text {
  color: #000000;
}
.cid-vpehoAtCRc .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vpehoAtCRc .mbr-text,
.cid-vpehoAtCRc .mbr-section-btn {
  text-align: center;
}
.cid-vpehoAtCRc .card-text,
.cid-vpehoAtCRc .item .mbr-section-btn {
  text-align: left;
}
.cid-vpehoAtCRc .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpehoAtCRc .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpehoAtCRc .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpehoAtCRc .mbr-text UL {
  text-align: left;
}
.cid-vpeH1wc3gV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vpeH1wc3gV h6 {
  line-height: 1.2;
}
.cid-vpeH1wc3gV img,
.cid-vpeH1wc3gV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vpeH1wc3gV img,
  .cid-vpeH1wc3gV .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-vpeH1wc3gV .item:focus,
.cid-vpeH1wc3gV span:focus {
  outline: none;
}
.cid-vpeH1wc3gV .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vpeH1wc3gV .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vpeH1wc3gV .mbr-section-title {
  color: #000000;
}
.cid-vpeH1wc3gV .mbr-text,
.cid-vpeH1wc3gV .mbr-section-btn {
  color: #000000;
}
.cid-vpeH1wc3gV .item-title {
  color: #000000;
  text-align: center;
}
.cid-vpeH1wc3gV .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vpeH1wc3gV .item-text {
  color: #000000;
  text-align: center;
}
.cid-vpeH1wc3gV .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vpeH1wc3gV img,
  .cid-vpeH1wc3gV .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-vpeH1wc3gV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpeFAXjDUS {
  padding-top: 0;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vpeFAXjDUS .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpeFAXjDUS .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vpeFAXjDUS .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vpeFAXjDUS .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vpeFAXjDUS .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vpeFAXjDUS .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vpeFAXjDUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpeFAXjDUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpeFAXjDUS .mbr-description {
  text-align: left;
}
.cid-vpeFAXjDUS .card-title,
.cid-vpeFAXjDUS .iconfont-wrapper {
  color: #000000;
}
.cid-vpeFAXjDUS .card-text {
  color: #000000;
}
.cid-vpeFAXjDUS .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vpeFAXjDUS .mbr-number {
  color: #9fe870;
}
.cid-vpeFAXjDUS .mbr-text,
.cid-vpeFAXjDUS .mbr-section-btn {
  text-align: justify;
}
.cid-vpeFAXjDUS .card-text,
.cid-vpeFAXjDUS .item .mbr-section-btn {
  text-align: left;
}
.cid-vpeFAXjDUS .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpeFAXjDUS .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vpeFAXjDUS .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpeFAXjDUS .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vpk9j9xr9c {
  /* padding-top: 6rem; */
  padding-bottom: 0rem;
  background-color: #ffffff;
}
/* .cid-vpk9j9xr9c .row { */
  /* flex-direction: row-reverse; */
/* } */
.cid-vpk9j9xr9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpk9j9xr9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpk9j9xr9c .mbr-description {
  text-align: left;
}
.cid-vpk9j9xr9c .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  /* padding: 2.25rem 2.25rem 1rem 2.25rem; */
}
@media (max-width: 767px) {
  .cid-vpk9j9xr9c .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpk9j9xr9c .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpk9j9xr9c .card-title,
.cid-vpk9j9xr9c .iconfont-wrapper {
  color: #000000;
}
.cid-vpk9j9xr9c .card-text {
  color: #000000;
}
.cid-vpk9j9xr9c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vpk9j9xr9c .mbr-text,
.cid-vpk9j9xr9c .mbr-section-btn {
  text-align: center;
}
.cid-vpk9j9xr9c .card-text,
.cid-vpk9j9xr9c .item .mbr-section-btn {
  text-align: left;
}
.cid-vpk9j9xr9c .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpk9j9xr9c .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpk9j9xr9c .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpk9j9xr9c .mbr-text UL {
  text-align: left;
}
.cid-vpkasJ5c3r {
  /* padding-top: 6rem; */
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpkasJ5c3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpkasJ5c3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpkasJ5c3r .mbr-description {
  text-align: left;
}
.cid-vpkasJ5c3r .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  /* padding: 2.25rem 2.25rem 1rem 2.25rem; */
}
@media (max-width: 767px) {
  .cid-vpkasJ5c3r .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpkasJ5c3r .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpkasJ5c3r .card-title,
.cid-vpkasJ5c3r .iconfont-wrapper {
  color: #000000;
}
.cid-vpkasJ5c3r .card-text {
  color: #000000;
}
.cid-vpkasJ5c3r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vpkasJ5c3r .mbr-text,
.cid-vpkasJ5c3r .mbr-section-btn {
  text-align: center;
}
.cid-vpkasJ5c3r .card-text,
.cid-vpkasJ5c3r .item .mbr-section-btn {
  text-align: left;
}
.cid-vpkasJ5c3r .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpkasJ5c3r .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpkasJ5c3r .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpkasJ5c3r .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vpkasJ5c3r .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vpkasJ5c3r .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpkasJ5c3r .mbr-text UL {
  text-align: left;
}
.cid-vpkasJ5c3r .mbr-text {
  text-align: justify;
}
.cid-vpkasJ5c3r .mbr-subtitle {
  text-align: center;
}
.cid-vpeh3RDmBt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpeh3RDmBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpeh3RDmBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpeh3RDmBt .mbr-text {
  color: #000000;
}
.cid-vpeh3RDmBt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vpeh3RDmBt .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpeh3RDmBt .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpeh3RDmBt .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-vpeh3RDmBt .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpeh3RDmBt .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vpeh3RDmBt .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpeh3RDmBt .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpeh3RDmBt .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpeh3RDmBt .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vpeh3RDmBt .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vpeh3RDmBt .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpeh3RDmBt .mbr-text UL {
  text-align: left;
}
.cid-vpeh3RDmBt .mbr-section-subtitle,
.cid-vpeh3RDmBt .main-button {
  color: #000000;
  text-align: justify;
}
.cid-vpf8YWDaxG {
  /* padding-top: 5rem; */
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-vpf8YWDaxG .mbr-text {
  color: #000000;
}
.cid-vpf8YWDaxG .mbr-section-subtitle {
  color: #000000;
}
.cid-vpf8YWDaxG .mbr-section-title {
  color: #000000;
}
.cid-vpehfANXTp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-vpehfANXTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpehfANXTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpehfANXTp .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vpehfANXTp .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vpehfANXTp .row {
    flex-direction: column-reverse !important;
  }
  .cid-vpehfANXTp .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vpehfANXTp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vpehfANXTp .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vpehfANXTp .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vpehfANXTp .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vpehfANXTp .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vpehfANXTp .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vpehfANXTp .copyright {
    text-align: center;
  }
}
.cid-vpehfANXTp row-links-soc-item {
  color: #ffffff;
}

.cid-qpgQbbV8fE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}

.cid-qpgQbbV8fE a.text-primary, .cid-qpgQbbV8fE a.text-primary:hover {
  color: #fff !important;
}

.cid-qpgQbbV8fE a.text-primary:hover {
  text-decoration: underline;
}

.title-footer {
	font-weight: 700;
	/* color: #d4af37; */
	/* color: #9e6935; */
	color: var(--lauk-golden-dark-bg);
	/* color: #B87F47; */
	/* color: #C9935C; */
	/* color: #D5A36F; */
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 4rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mt-6 {
	margin-top: 6rem !important;
}

.mt-7 {
	margin-top: 7rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mb-5 {
	margin-bottom: 5rem !important;
}

.mb-6 {
	margin-bottom: 6rem !important;
}

.mb-7 {
	margin-bottom: 7rem !important;
}
.mr-1 {
	margin-right: 1rem !important;
}

.mr-2 {
	margin-right: 2rem !important;
}

.mr-3 {
	margin-right: 3rem !important;
}

.mr-4 {
	margin-right: 4rem !important;
}

.mr-5 {
	margin-right: 5rem !important;
}

.mr-6 {
	margin-right: 6rem !important;
}

.mr-7 {
	margin-right: 7rem !important;
}
.ml-1 {
	margin-left: 1rem !important;
}

.ml-2 {
	margin-left: 2rem !important;
}

.ml-3 {
	margin-left: 3rem !important;
}

.ml-4 {
	margin-left: 4rem !important;
}

.ml-5 {
	margin-left: 5rem !important;
}

.ml-6 {
	margin-left: 6rem !important;
}

.ml-7 {
	margin-left: 7rem !important;
}

/** HIDDEN GALLERY */
.hidden-gallery-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	/* background: #e9e5dc; */
}

/** MAP **/
.transport-map-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	/* border-radius: 12px; */
	border-radius: 2rem;
	background: #e9e5dc;
}

#transport-map {
    width: 100%;
    height: clamp(420px, 65vw, 720px);
    z-index: 1;
}

/* Hviezdička pri cieľových mestách */
.transport-map-city-icon {
    background: transparent;
    border: 0;
}

.transport-map-city-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #b69b63;
    font-size: 25px;
    line-height: 1;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.75),
        0 0 5px rgba(255, 255, 255, 0.9);
    transition:
        transform 0.2s ease,
        color 0.2s ease;
}

.transport-map-city-icon:hover span {
    color: #d6bd83;
    transform: scale(1.35) rotate(12deg);
}

/* Centrum – Žilina */
.transport-map-center-icon {
    position: relative;
    background: transparent;
    border: 0;
}

.transport-map-center-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #172554;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.5),
        0 0 0 5px rgba(23, 37, 84, 0.25);
    transform: translate(-50%, -50%);
}

.transport-map-center-label {
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 4px 9px;
    border-radius: 4px;
    background: rgba(23, 37, 84, 0.92);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transform: translateX(-50%);
}

/* Jemnejší mapový podklad */
/*#transport-map .leaflet-tile-pane {
    filter: grayscale(75%) sepia(15%) contrast(90%);
}*/

#transport-map .leaflet-popup-content {
    margin: 12px 16px;
    font-size: 14px;
    line-height: 1.45;
}

#transport-map .leaflet-popup-content img {
    width: 277px;
    border-radius: 10px !important;
}

.city-label {
    width: auto !important;
    height: auto !important;
    background: transparent;
    border: 0;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-shadow:
        1px 1px 3px #fff,
        -1px -1px 3px #fff,
        1px -1px 3px #fff,
        -1px 1px 3px #fff;
}

.city-tooltip {
    padding: 2px 5px;
    border: 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: none;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
}

.city-tooltip::before {
    display: none;
}

@media (max-width: 600px) {
    #transport-map {
        height: 480px;
    }

    .transport-map-center-label {
        font-size: 12px;
    }
}

/**.header-zilina {
	margin-right: 3rem;
}

.header-bytca {
	margin-left: 3rem;
}*/

.lauk-bottom-header {
	margin-top: 30vh;
}

@media (max-width: 767px), (orientation: portrait) {
	.lauk-bottom-header {
		margin-top: 10vh;
	}
}

/*@media (max-width: 600px) {
	.header-zilina {
		margin-right: 0;
	}

	.header-bytca {
		margin-left: 0;
	}
}*/
/*@media (max-width: 465px) {
	.btn.header-zilina {
		flex-basis: 100%;
	}
}*/

.header-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* gap: 3rem; */
}

@media (max-width: 465px) {
	.header-buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.lauk-bottom-header {
		margin-top: 10vh;
	}
}

.footer-logo {
	width: 140px;
	float: right;
	top: 10px;
	border-radius: 0 !important;
}

.footer-logo-container {
	position: absolute;
	right: 0;
}

@media (max-width: 465px) {
	.footer-logo-container {
		position: relative;
		left: 0;
	}
}

.vecernik_logo {
	width: 300px;
	height: auto;
	float: left;
}

.noround /*.item-wrapper img*/ {
	border-radius: 0 !important;
}

.gallery-lazy-thumb {
	width: 100%;
	height: auto;
	display: block;
}

.cid-vgEyU8AxCe .social-row,
.cid-vpeeE2aIho .social-row {
	display: flex;
	/* justify-content: center; */
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}
.cid-vgEyU8AxCe .social-row .soc-item,
.cid-vpeeE2aIho .social-row .soc-item {
	margin: 8px;
}
.cid-vgEyU8AxCe .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgEyU8AxCe .social-row .soc-item a:focus .mbr-iconfont,
.cid-vpeeE2aIho .social-row .soc-item a:hover .mbr-iconfont,
.cid-vpeeE2aIho .social-row .soc-item a:focus .mbr-iconfont {
	background-color: #f7f7f7;
}
.cid-vgEyU8AxCe .social-row .soc-item a .mbr-iconfont,
.cid-vpeeE2aIho .social-row .soc-item a .mbr-iconfont {
	/* width: 72px; */
	/* height: 72px; */
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	/* font-size: 32px; */
	font-size: 24px;
	background-color: #f7f7f7;
	/* color: #393193; */
	color: #000000;
	transition: all 0.3s ease-in-out;
}
.cid-vgEyU8AxCe .row-links {
	width: 100%;
	justify-content: center;
}
.cid-vgEyU8AxCe .mbr-section-title {
	color: #ffffff;
}
.cid-vgEyU8AxCe .mbr-section-title,
.cid-vgEyU8AxCe .social-list {
	color: #000000;
}


.cid-vgEyU8AxCf .social-row {
	display: flex;
	/* justify-content: center; */
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}
.cid-vgEyU8AxCf .social-row .soc-item {
	margin: 8px;
}
.cid-vgEyU8AxCf .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgEyU8AxCf .social-row .soc-item a:focus .mbr-iconfont {
	background-color: #f7f7f7;
}
.cid-vgEyU8AxCf .social-row .soc-item a .mbr-iconfont {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 24px;
	background-color: #f7f7f7;
	/* color: #393193; */
	color: #000000;
	transition: all 0.3s ease-in-out;
}
.cid-vgEyU8AxCf .row-links {
	width: 100%;
	justify-content: center;
}
.cid-vgEyU8AxCf .mbr-section-title {
	color: #ffffff;
}
.cid-vgEyU8AxCf .mbr-section-title,
.cid-vgEyU8AxCf .social-list {
	color: #000000;
}

.cid-qpgQbbV8fE .social-row, .cid-vpeeE2aIho .social-row {
	display: flex;
	/* justify-content: center; */
	/* justify-content: left; */
	justify-content: right;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 8px;
}

.cid-vpeeE2aIho .social-row {
	justify-content: center;
}

/*.cid-qpgQbbV8fE .social-row .soc-item {
	margin: 8px;
}*/
.cid-qpgQbbV8fE .social-row .soc-item a:hover .mbr-iconfont,
.cid-qpgQbbV8fE .social-row .soc-item a:focus .mbr-iconfont {
	background-color: #f7f7f7;
}
.cid-qpgQbbV8fE .social-row .soc-item a .mbr-iconfont {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 16px;
	/* background-color: #f7f7f7; */
	background-color: transparent;
	/* color: #393193; */
	/* color: #000000; */
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.cid-qpgQbbV8fE .row-links {
	width: 100%;
	justify-content: center;
}
.cid-qpgQbbV8fE .mbr-section-title {
	color: #ffffff;
}
.cid-qpgQbbV8fE .mbr-section-title,
.cid-qpgQbbV8fE .social-list {
	color: #000000;
}
.cid-qpgQbbV8fE .social-row .soc-item a:hover .mbr-iconfont {
	color: #000;
}
.reverse-flex-row {
	flex-direction: row-reverse;
}
/* .togglegallery { */
	/* scroll-margin-top: 120px; */
/* } */
.fb-img {
	height: 3rem;
	width: auto;
	text-align: left;
	display: inline-block;
	border-radius: 5px !important;
}
.fb-icon-blue, .fb-icon-blue span {
	color: #fff !important;
	/* background-color: #375794 !important; */
	background-color: #0866FF !important;
}
.display-11 {
	font-size: 0.82rem;
	font-size: calc( 0.82rem + (1.4 - 1.14) * ((100vw - 82rem) / (92 - 67)));
	line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
	font-variant: small-caps;
}
.cid-vpf4bIFBB7 ul, .cid-vpf4bIFBB8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact_parking_image {
	display: inline-block;
	width: 30px;
	border-radius: 0 !important;
	margin-right: 5px;
}
.bold {
	font-weight: bold;
}
.lauk_r:after {
	font-size: 80%;
	vertical-align: super;
	content: '®';
}
.bold.lauk_r:after {
	font-size: 56%;
}

.carousel-item {
	position: relative;
}

.gallery-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	padding: 12px 18px;

	color: #fff;
	background: rgba(0, 0, 0, 0.55);

	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;

	z-index: 10;
}

.gallery-caption.smaller {
	font-size: 1.2rem;
	line-height: 1.1;
	padding: 6px 18px;
	/* z-index: 0; */
	border-radius: 0 0 2rem 2rem;
}

#parte722, #adminserv, #kremroz05, #vozidla18 {
	border-radius: 0 !important;
}

.parte-light-border {
	border: 1px solid #eee !important;
	/* border-radius: 5px !important; */
}

.brd-rad-5 {
	border-radius: 5px !important;
}

.predel {
	width: 100%;
	height: 40px;
	margin: 4rem 0;
	background: url('/assets/images/predel-web.webp') no-repeat center center;
	background-size: 500px 12px;
}

.predel.lower-margin {
	margin: .5rem 0 1rem 0;
}

.predel.no-margin {
	margin: 0;
}

.predel.half-width {
	width: 50%;
}

.phone-num-bigger {
	font-size: 120%;
}

.paragraph-max-width-1000 {
	max-width: 1000px;
}

/*@media (max-width: 768px) {
	.predel {
		background-size: 400px;
	}
}*/

.mbr-black {
	color: #000 !important;
}



.cid-vtu6SyZ85j {
  /* padding-top: 6rem; */
  /* padding-bottom: 6rem; */
  padding-bottom: 0;
  /* background-color: #edefeb; */
}
.cid-vtu6SyZ85j .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vtu6SyZ85j .panel-group {
  border: none;
}
.cid-vtu6SyZ85j .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vtu6SyZ85j .card-header {
    padding: 0rem;
  }
}
.cid-vtu6SyZ85j .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vtu6SyZ85j .img-col {
  padding: 0;
}
.cid-vtu6SyZ85j .img-item {
  height: 100%;
}
.cid-vtu6SyZ85j img {
  height: 100%;
  object-fit: cover;
}
.cid-vtu6SyZ85j .collapsed span {
  transform: rotate(0deg);
}
.cid-vtu6SyZ85j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vtu6SyZ85j p {
  margin-bottom: 0.3rem;
}
.cid-vtu6SyZ85j .panel-title-edit {
  color: #000000;
}
.cid-vtu6SyZ85j .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vtu6SyZ85j .card {
  background: #ffffff;
  background-color: #edefeb;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vtu6SyZ85j .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vtu6SyZ85j .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vtu6SyZ85j .panel-text {
  color: #000000;
}
.cid-vtu6SyZ85j .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vtu6SyZ85j .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vtu6SyZ85j .panel-title-edit,
.cid-vtu6SyZ85j .mbr-iconfont {
  color: #000000;
}




.cid-vtu6VWSnjr {
  /* padding-top: 5rem; */
  /* padding-bottom: 5rem; */
  padding-bottom: 0;
  /* background-color: #edefeb; */
}
.cid-vtu6VWSnjr .mbr-text {
  color: #000000;
}
.cid-vtu6VWSnjr .mbr-section-subtitle {
  color: #000000;
}
.cid-vtu6VWSnjr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vtu6VWSnjr .mbr-text,
.cid-vtu6VWSnjr .item .mbr-section-btn {
  text-align: left;
}
.cid-vtu6VWSnjr .item-wrapper {
  background: #ffffff;
  background-color: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vtu6VWSnjr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vtu6VWSnjr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}

ul {
	padding-left: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.cid-xleftalign .mbr-section-title {
	text-align: left !important;
}

.cid-xleftalign ul {
	margin-left: 1rem;
	list-style: none;
	/* list-style: square; */
}

.cid-xleftalign li {
	margin-bottom: .8rem;
}

.cid-xleftalign li::before, .li-style:before {
  content: "\2756";
  /* background: lightgray; */
  background: transparent;
  /* border-radius: 1ch; */
  padding-inline: 1ch;
  margin-inline-end: 1ch;
}

.gallerygrp-caption {
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;
	color: var(--lauk-golden);
	/* font-size: 120%; */
	font-size: calc(clamp(1.14rem, calc(1.108rem + 0.16vw), 1.3rem) * 1.3);
}

.gallery-caption img, .gallerygrp-caption img {
	width: 200px !important;
	border-radius: 5px !important;
}

.gallerygrp-caption img {
	margin-left: 1rem;
}
