
/* Custom styles for current website */
html { font-size:16px; }
body { font-family: "Plus Jakarta Sans", serif; line-height: 1.5; color: var(--dark); font-weight: 400;}
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb {
  background: var(--dark);
}
.custom-select {
	outline-color: rgba(0, 0, 0, 0.35);
}

.partners img, .partners svg {
	max-height: 120px;
  max-width: 120px;
}



@media (max-width: 1400px) {
  .partners img, .partners svg {
    max-height: 70px;
    max-width: 70px;
  }
}

.partners .d-flex{
  gap: 2rem;
}


.display-1,.display-2,.display-1-5,.display-2-5, .h1, .h2{
  font-family: "ivypresto-display"!important;
}

.dt-paging{
  display: none!important;
}


/* Text */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  font-family: "Crimson Text", serif;
}
h1, .h1 {
  font-weight: 300;
  font-size:calc(32px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 0.625;
}
h2, .h2 {
  font-weight: 400;
  font-size:calc(24px + (48 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.75em;
}
h3, .h3 {
  font-weight: 300;
  font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.75em;
}
h4, .h4 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75em;
}
p {
	font-size: 1rem;
  font-weight: 500;
  color: var(--info);
  line-height: 1.75em;
}
h5, .h5, h6, .h6 {
  font-size: 1rem;
  font-weight: 300;
  color: #8A9499;
  line-height: 1.75em;
  font-weight: 300;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a { color: inherit; }
.tinyTitle {
	letter-spacing:0.25em ;
	font-size: 0.85rem !important;
	color: var(--white);
}
.display-1 {

  font-weight: 200!important;
  font-size:calc(92px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 0.625;
  letter-spacing: .0em;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: calc(56px + (64 - 32) * ((100vw - 300px) / (768 - 300)));
    line-height: 1;
  }
}

.display-1-5{
  font-size:calc(60px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.3;
  letter-spacing: .0em;

}

.shadow-subtle{
  mix-blend-mode: multiply;

box-shadow: 21px 28px 53.1px 5px rgba(0, 0, 0, 0.25);

}

.gallery-control [aria-disabled="true"] [class*="fa-"]::before {
  display: none;
  pointer-events: none;
}
.gallery-control [aria-disabled="true"]  {

  pointer-events: none!important;
}

.display-2 {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size:calc(28px + (48 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.3;
  letter-spacing: .0em;
}

.display-2-5 {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size:calc(20px + (48 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.3;
  letter-spacing: .0em;
}

.flat-btn{
  background-color: white;
  color: var(--secondary);
  padding: 1rem 3rem;
}

.flat-btn:hover, .flat-btn:focus, .flat-btn.active{
   
  background-color: var(--primary);
  color: white;
}

.tooltip-hover{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 20px;
  margin-top: 20px;
  filter: drop-shadow(0px 0px 10px #00000063);
  cursor: pointer;
  z-index: 20;
}

.tooltip-text{
  display: none;
  
}


@media (max-width: 992px) {

  .gallery-control{

    position: absolute!important;
    width: 100%!important;
    top: 85%!important;

    transform: translateX(0%)!important;
  }






  }




.gallery-control{

  position: absolute;
  width: 90%;
  height: auto;
  top: 70%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  transform: translateX(5%);
}
.gallery-control > *{

  z-index: 10;

}

.display-3 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.3;
  letter-spacing: .0em;
}
.display-4 {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: .0em;
}

.display-7{
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: .0em;

}
.display-1 > strong, .display-2 > strong, .display-3 > strong, .display-4 > strong {
  font-weight: 700;
}
.lead, .quotes {
  font-size:calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
}
.display-base {
  font-weight: 400;
  font-size: 1rem;
}
p {
  letter-spacing: .0em;
  line-height: 1.75em;
}
p.quotes {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
p.quotes::before, p.quotes::after {
  content:'„';
  position: absolute;
  bottom: 0;
  left:0;
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: inline-block;
  font-size: 4rem;
  font-weight: 200;
  line-height: 4rem;
  color: var(--dark);
  opacity: .5;
}
p.quotes::after {
  content: '“';
  top: 0;
  bottom: auto;
  left:auto;
  right: 0;
}
p > [style*="background-color"] {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: .5rem;
}

.line-height-base { line-height: 1.5em !important; }
.line-height-4 { line-height: 2.5 !important; }

a {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
footer .last-line a:not(.btn) {
  color:#656f80;
  text-decoration: underline;
}
.more {
  font-weight: 400;
  letter-spacing: .04em;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  color: #ffae45;
}
.more::after {
  content:'\f061';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  margin-left: .5rem;
}
.more:hover:after {
  animation: fadeIn 1s infinite ease-in;
  -webkit-animation: fadeIn 1s infinite ease-in;
}
.gallery-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(12px + (25 - 12) * ((100vw - 300px) / (1600 - 300)));
  left:2px;
  bottom:3px;
  width: calc(32px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.outline {
  outline: 1px solid var(--dark);
}

.outline-white {
  outline-color: var(--white);
}
.outline-secondary {
  outline-color: var(--secondary);
}

/* Navbar */
.navbar-brand {
  padding-top:1rem;
  padding-bottom:1rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  align-self: center;
}
.menu-scroll-down.small-menu .navbar-brand {
  align-self: flex-end;
}
.navbar-brand svg {
  width: calc(112px + (195 - 112) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)));
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.small-menu .navbar-brand svg {
  width: calc(112px + (195 - 112) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.menu-scroll-down.small-menu .navbar-brand svg {
  width: calc(112px + (195 - 112) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.navbar-brand-footer {
  padding-top:1rem;
  padding-bottom:1rem;
}
.navbar-brand-footer svg {
  width: calc(112px + (195 - 112) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.bg-transparent .navbar-brand svg [fill="#3C3C3C"] {
  fill: var(--white) !important;
}
.bg-white .navbar-brand svg path[fill*="#fff"] {
  fill: var(--dark) !important;
}
.small-menu li > .btn {
  padding: .5rem .625rem;
}
.footer-logo svg {
  width: 171px;
  height: 36px;
}

/* Custom content */
.top-header { top: calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)) + 2rem); }
section:first-of-type:not(.pt-0) { padding-top: calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)) + 2rem); }
.container, .container-fluid { position: relative; }
.row { position: relative; }
.text-center > .row { justify-content: center !important; }

[class*="item-"].p-0 > .row {
  margin-left: 0;
  margin-right: 0;
}
[class*="item-"].p-0 > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.max-w-64 { max-width: 64px; }
.max-w-640 { max-width: 640px; }
.max-w-1308 { max-width: 1308px; }
.max-w-1340 { max-width: 1340px; }
.max-w-560 { max-width: 560px; }
.max-w-340 { max-width: 340px; }
.max-h-156 { max-height: 156px; }
.max-h-224 { max-height: 224px; }
.top-default { top: 6rem; }
.opacity-50 { opacity: .5 !important; }

.drop-shadow > img, .drop-shadow > .image-box { box-shadow: 0 0 2rem rgba(0, 0, 0, .6) !important }
.border-radius > img, .border-radius > .image-box { border-radius: 0.5rem !important }

.bg-light-white {
  background: linear-gradient(to right, rgba(225,234,236,1) 0%,rgba(225,234,236,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}

.shadow-none.rounded-0 > .rounded.shadow {
  box-shadow:none !important;
  border-radius: 0 !important;
}
.overlay-dark-gradient::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  display:block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%);
  opacity: .7;
  z-index: 1;
  mix-blend-mode: multiply;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.overlay-dark-gradient *:not(.stretched-link) {
  z-index: 2;
}
.overlay-dark-gradient > img {
  z-index: 0 !important;
}
.whole-field-url:hover > .overlay-dark-gradient::before, .whole-field-url.overlay-dark-gradient:hover:before {
  opacity: .4;
}
.rounded.overlay-dark-gradient::before {
  border-radius: .5rem !important;
}
.bg-primary-transparent {
  background-color: rgba(68,129,39,.8);
}
.bg-dark-transparent {
  background-color: #1a2a43c3;
}
.bg-white-transparent {
  background-color: #637ea357;
  backdrop-filter: blur(7px);
}
.icon-64:not(.scroll-button).rounded-circle [class*="fa-"] {
  font-size: 1.625rem;
}
.icon-96:not(.scroll-button).rounded-circle [class*="fa-"] {
  font-size: 2.25rem;
}
.show-on-hover {
  opacity: 0;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
[class*="item-"]:hover, .card:hover .show-on-hover {
  opacity: 1;
}

.nav-menu > li:last-child {
  /*background-color: var(--primary);*/
  transition: all .2s ease-in-out;
}

.nav-menu > li{
  transition: all .2s ease-in-out;

}

.nav-menu > li > a:hover {
  color: #637EA3!important;
  
}



.nav-menu li{
  display: flex!important;
  align-self: stretch;
}

.nav-menu li a{
  align-self: center;

}


.icon-date {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1rem;
  left: 1rem;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 1;
}
.icon-date span:first-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2em;
}
.icon-date span:last-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
}
.file-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content:flex-start;
  width:100%;
  height: auto;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: inherit;
}
.file-link::before, .file-link::after {
  content:'\f061';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-size: .875rem;
  font-weight: 400;
  width: 1.5rem;
  text-align: left;
  color: var(--primary);
}
.file-link::after {
  content:'\f1c1';
  margin-left: auto;
  text-align: right;
  color: inherit;
}
[data-fill="bg-primary"] .control {
  background-color: var(--primary);
}
[data-fill="bg-secondary"] .control {
  background-color: var(--secondary);
}
[data-fill="bg-warning"] .control {
  background-color: var(--warning);
}
[data-fill="bg-dark"] .control {
  background-color: var(--dark);
}
[id*="filters-"] fieldset .control, fieldset .control {
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.control.rounded {
  border-radius: 1rem !important;
}
.control.opacity-50 {
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.control.opacity-50.mixitup-control-active, .control.opacity-50:hover { opacity: 1 !important; }

.btn-collapse[aria-expanded="false"]::before {
  position: relative;
  display: inline-block;
  content:'Zobrazit více';
}
.btn-collapse[aria-expanded="false"]::after {
  content:'\f107';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-left: .5rem;
}
.btn-collapse[aria-expanded="true"]::before {
  position: relative;
  display: inline-block;
  content:'Zobrazit méně';
}
.btn-collapse[aria-expanded="true"]::after {
  content:'\f106';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-left: .5rem;
}

.whole-field-url [class*="icon-"].bg-dark-transparent, .whole-field-url [class*="icon-"].bg-white-transparent, .card.whole-field-url .card-body .bg-primary-transparent, .card.whole-field-url .card-body [class*="icon-"].bg-dark-transparent {
  transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
}
.whole-field-url:hover [class*="icon-"].bg-dark-transparent, .card.whole-field-url:hover .card-body .bg-primary-transparent, .card.whole-field-url:hover .card-body [class*="icon-"].bg-dark-transparent {
  background-color: rgba(68,129,39,1);
}
.whole-field-url:hover [class*="icon-"].bg-white-transparent {
  background-color: rgba(68,129,39,1);
}

.row.slider-cover {
  width: calc(100vw - 8rem);
  margin: 0 auto;
}
.article-list-cover-3 .tns-ovh {
  overflow: visible;
}
.article-list-3 > .tns-item {
  opacity: 0;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.article-list-3 > .tns-item.tns-slide-active {
  opacity: 1;
}

.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white *, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white * {
  transition: none;
  -webkit-transition: none;
}
.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white {
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white { background: #0094da !important; color: #fff !important; }
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"], .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"] { fill: #fff; }

.article-list-cover-7 .parent {
  display: grid;
  grid-template-columns: repeat(4, 0.5fr);
  grid-template-rows: repeat(4, 0.5fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.article-list-cover-7 .parent > div:not(.description) {
  border: 2px solid white;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-list-cover-7 .parent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-list-cover-7 .div1 { grid-area: 1 / 3 / 3 / 5; }
.article-list-cover-7 .description { grid-area: 1 / 1 / 2 / 3; }
.article-list-cover-7 .div2 { grid-area: 2 / 1 / 4 / 2; }
.article-list-cover-7 .div3 { grid-area: 2 / 2 / 3 / 3; }
.article-list-cover-7 .div4 { grid-area: 3 / 2 / 4 / 4; }
.article-list-cover-7 .div5 { grid-area: 3 / 4 / 5 / 5; }
.article-list-cover-7 .div6 { grid-area: 4 / 3 / 5 / 4; }
.article-list-cover-7 .div7 { grid-area: 4 / 1 / 5 / 3; }


.parent-lokalita {
  display: grid;
  grid-template-columns: repeat(4, 0.5fr);
  grid-template-rows: repeat(3, 0.5fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }
  @media (max-width: 992px) {
    .parent-lokalita {
      display: flex;
      flex-direction: column;
      padding-left: 25px;
      padding-right: 25px;
    }
    @media (max-width: 400px){
      .parent-lokalita{
        padding-left: 0px;
        padding-right: 0px;
      }
    }

    .parent-lokalita > * {
      height: calc(53.33333vw - 1rem);
    }

    .article-list-cover-7 .parent {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(5, 0.7fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      width: 100%;
      height: auto;
      object-fit: cover;
      overflow: hidden;
    }

    .article-list-cover-7 .description { grid-area: 1 / 1 / 3 / 2; }
  .article-list-cover-7 .div1 { grid-area: 1 / 2 / 3 / 3; }
  .article-list-cover-7 .div2 { grid-area: 3 / 1 / 4 / 2; }
  .article-list-cover-7 .div3 { grid-area: 3 / 2 / 4 / 3; }
  .article-list-cover-7 .div4 { grid-area: 4 / 2 / 5 / 3; }
  .article-list-cover-7 .div5 { grid-area: 4 / 1 / 5 / 2; }
  .article-list-cover-7 .div6 { grid-area: 5 / 1 / 6 / 2; }
  .article-list-cover-7 .div7 { grid-area: 5 / 2 / 6 / 3; }

    .lokalita1 { grid-area: 1!important}
    .article-list-cover-8 .description { grid-area: 1!important}
    .lokalita2 { grid-area: 1!important}
    .lokalita3 { grid-area: 1!important}
  }

  @media (max-width: 768px) {

    .article-list-cover-7 .parent {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      object-fit: cover;
      overflow: hidden;
    }

    .article-list-cover-7 .description { grid-area: 1 }
  .article-list-cover-7 .div1 { grid-area: 1 }
  .article-list-cover-7 .div2 { grid-area: 1 }
  .article-list-cover-7 .div3 { grid-area: 1  }
  .article-list-cover-7 .div5 { grid-area: 1 }
  .article-list-cover-7 .div6 { grid-area: 1 }
  .article-list-cover-7 .div7 { grid-area: 1 }


  }


  .article-list-cover-8 .parent-lokalita > div:not(.description) {
    border: 2px solid white;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .article-list-cover-8 .parent-lokalita img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

    .lokalita1 { grid-area: 1 / 3 / 4 / 5; }
    .article-list-cover-8 .description { grid-area: 1 / 1 / 3 / 3; }
    .lokalita2 { grid-area: 3 / 2 / 4 / 3; }
    .lokalita3 { grid-area: 3 / 1 / 4 / 2; }



.inside-text ul:not(.nav-menu):not(.nav-wrap):not(.nav-image-menu):not(.dropdown):not(.collapse):not(.collapsing):not(.nav-tabs):not(.cc-cp-body-tabs) li::before {
  content:'\f002';
  color:#0094DA;
  font-size: 1rem;
  line-height:inherit;
}

/* Dust particle */
.dust-particle {
  pointer-events: none;
}

/*  Switch-night */
.switch-night * {
  z-index: 1;
}
.switch-night.track-always::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  opacity:0;
  background-image: url('/img/inteligentni-osvetleni-light-on.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1s ease-in;
  mix-blend-mode: multiply;
  z-index: 0;
}
.switch-night.track-always.in-view::before {
  opacity: .95;
}
/* Process arrows */
.row.process-arrow::before {
  content: '';
  position: absolute;
  display: none;
  top: 32px;
  right: 100%;
  width:0;
  height: 1px;
  border-top: 1px dashed var(--secondary);
}
.row.process-arrow::after {
  content: '';
  position: absolute;
  display: none;
  top: calc(32px - .25rem);
  left: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--secondary);
  border-left: 1px solid var(--secondary);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.process-arrow-start::before {
  content: '';
  position: absolute;
  display: block;
  top: calc(-48px + 2.25rem);
  left: calc(48px + 1rem);
  width: 1px;
  height: 48px;
  border-left: 1px dashed var(--secondary);
}
.process-arrow-start::after {
  content: '';
  position: absolute;
  display: block;
  top: calc(48px - 1rem);
  left: calc(48px + .75rem + .035rem);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--secondary);
  border-left: 1px solid var(--secondary);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.process-arrow-start > .row::before {
  content: 'Tady začínáte';
  position: absolute;
  top: calc(-96px + 1.75rem - 12px);
  left: calc(24px);
  width: 48px;
  height: 24px;
  text-align: center;
  font-size: .75rem;
  color: var(--secondary);
  line-height: 1.1;
  font-weight: 500;
}

@media (max-width: 448px) {

.process-arrow-start-sm::before {
  content: '';
  position: absolute;
  display: block;
  top: calc(-48px + 2.25rem);
  left: calc(48px + 1rem);
  width: 1px;
  height: 48px;
  border-left: 1px dashed var(--secondary);
}
.process-arrow-start-sm::after {
  content: '';
  position: absolute;
  display: block;
  top: calc(48px - 1rem);
  left: calc(48px + .75rem + .035rem);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--secondary);
  border-left: 1px solid var(--secondary);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.process-arrow-start-sm > .row::before {
  content: '';
  position: absolute;
  top: calc(-96px + 1.75rem - 12px);
  left: calc(24px);
  width: 48px;
  height: 24px;
  text-align: center;
  font-size: .75rem;
  color: var(--secondary);
  line-height: 1.1;
  font-weight: 500;
}

}

[class*="item-"] .process-arrow-bottom::before {
  content: '';
  position: absolute;
  display: block;
  top: calc(96px - 1rem);
  left: 48px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--secondary);
}
[class*="item-"] .process-arrow-bottom::after {
  content: '';
  position: absolute;
  display: block;
  top: calc(192px - 1.25rem);
  left: calc(48px - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--secondary);
  border-left: 1px solid var(--secondary);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* SVG Map */
#svg-map { overflow: visible; }
#svg-map .map-marker { pointer-events: all; }
.map-marker {
  cursor: pointer;
  filter: drop-shadow(0 0 1rem rgb(0 0 0 / 0.3));
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.map-marker {
  position: relative;
  z-index: 999;
}
.map-marker * {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.map-marker:hover [fill="#FFFFFF"] { fill: #BF910D; }
.map-marker:hover [fill="#BF910D"] { fill: #FFFFFF; }
#svg-map text, #svg-map text tspan {
	font-family: "Crimson Text", serif;
	font-size: 16px;
}


.py-default .min-vh-100 {
    min-height: calc((100vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
/* Custom breakpoints */
@media (max-width: 992px) and (max-height: 768px) {
  .min-vh-75 {
    min-height: 576px !important;
  }
}
@media (max-width: 1600px) and (min-height: 768px) {
  .min-vh-25 {
    min-height: calc(25vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-25 {
    min-height: calc((25vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .min-vh-33 {
    min-height: calc(33vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-33 {
    min-height: calc((33vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .min-vh-50 {
    min-height: calc(50vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-50 {
    min-height: calc((50vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .min-vh-75 {
    min-height: calc(75vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-75 {
    min-height: calc((75vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .min-vh-100 {
    min-height: calc(100vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-100 {
    min-height: calc((100vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
}
@media (min-width: 1600px) and (min-height:768px) {
  .min-vh-25 {
    min-height: calc(25vh - 48px) !important;
  }
  .py-default .min-vh-25 {
    min-height: calc(25vh - 12rem - 48px) !important;
  }
  .min-vh-33 {
    min-height: calc(33vh - 12rem - 48px) !important;
  }
  .py-default .min-vh-33 {
    min-height: calc(33vh - 12rem - 48px) !important;
  }
  .min-vh-50 {
    min-height: calc(50vh - 12rem - 48px) !important;
  }
  .py-default .min-vh-50 {
    min-height: calc(50vh - 12rem - 48px) !important;
  }
  .min-vh-75 {
    min-height: calc(75vh - 12rem - 48px) !important;
  }
  .py-default .min-vh-75 {
    min-height: calc(75vh - 12rem - 48px) !important;
  }
  .min-vh-100 {
    min-height: calc(100vh - 12rem - 48px) !important;
  }
  .py-default .min-vh-100 {
    min-height: calc(100vh - 12rem - 48px) !important;
  }
}


@media (max-width: 991.98px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
  .show-lg-bg-image {
    background-image: none !important;
  }
  .top-nav-footer .top-navigation ul li:first-child {
    display: none;
  }
}

@media (min-width: 448px) {
  .row.process-arrow::before, .row.process-arrow::after { display: block }
  .row.process-arrow::before {
    width:calc((100vw - 448px) / 2);
  }

  [class*="item-"] .process-arrow-left::before {
    content: '';
    position: absolute;
    display:  block;
    top: 48px;
    left: calc(96px - 1rem);
    width: 100%;
    height: 1px;
    border-top: 1px dashed var(--secondary);
  }

  [class*="item-"] .process-arrow-left::after {
    content: '';
    position: absolute;
    display: block;
    top: calc(48px - .25rem);
    left: calc(192px - 1.25rem);
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid var(--secondary);
    border-left: 1px solid var(--secondary);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

}
@media (min-width: 576px) {
  .row.slider-cover {
    width: calc(540px - 8rem);
    margin: 0 auto;
  }
  .row.process-arrow::before {
    width:calc((100vw - 540px) / 2);
  }
  .border-sm-right::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #E4E8EB;
    z-index: 1;
  }
  .p-md-5.border-sm-right::before {
    top: 1rem;
    height: calc(100% - 2rem);
  }
  .rounded-sm-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-sm-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }
}
@media (min-width: 768px) {
  .row.slider-cover {
    width: calc(720px - 8rem);
    margin: 0 auto;
  }
  .row.process-arrow::before {
    width:calc((100vw - 720px) / 2);
  }
  .text-md-left > .row { justify-content: flex-start !important; }
  .p-md-5.border-sm-right::before {
    top: 3rem;
    height: calc(100% - 6rem);
  }
}
@media (min-width: 992px) {
  .row.slider-cover {
    width: calc(960px - 10rem);
    margin: 0 auto;
  }
  .row.process-arrow::before {
    width:calc((100vw - 960px) / 2);
  }
  .text-lg-left > .row { justify-content: flex-start !important; }
  .default-p, .py-default { padding-top: 6rem; padding-bottom: 6rem;  }
  .marker-lg-none.marker-right {
    padding-right: 0 !important;
  }
  .marker-lg-none.marker-left {
    padding-left: 0 !important;
  }
  .marker-lg-none.marker-right::after, .marker-lg-none.marker-left::after {
    display:none;
  }
  .marker-lg-center-bottom::after {
    content: '';
    position: absolute;
    display: block;
    left: calc(50% - .1875rem);
    top: calc(100% + 3rem);
    width: 0.375rem;
    height: 6.5rem;
    background: linear-gradient(to bottom, #448127 0%,#448127 50%,#321112 50%,#321112 100%);
  }
}
@media (min-width: 1340px) {
  .row.slider-cover {
    width: calc(100% - 8rem);
    margin: 0 auto;
  }
  .row.process-arrow::before {
    width:calc((100vw - 1340px) / 2);
  }

  [id*="customize-controls-"] .prev {
    left: -3.75rem;
  }
  [id*="customize-controls-"] .next {
    right: -3.75rem;
  }
  section > .container {
    max-width: calc(1340px - 2rem);
  }
  [class*="item-"] .process-arrow-bottom-xl::before {
    content: '';
    position: absolute;
    display: block;
    top: calc(96px - 1rem);
    left: 48px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed var(--secondary);
  }
  [class*="item-"] .process-arrow-bottom-xl::after {
    content: '';
    position: absolute;
    display: block;
    top: calc(192px - 1.25rem);
    left: calc(48px - 0.25rem);
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid var(--secondary);
    border-left: 1px solid var(--secondary);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .line-height-4 { line-height: 4 !important; }
}
@media (min-width: 1420px) {
  .row.slider-cover {
    width: calc(100%);
    margin: 0;
  }
  .outline-xxl-none {
    outline: none !important;
  }
}


.img-width{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-width > div{
  position: absolute;

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-width svg{
  
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spacing{
  letter-spacing: 0.4rem !important;
}

@media (min-width: 1600px) {
  h1 {
    font-size:64px
  }
  h2 {
    font-size:32px
  }
  h3 {
    font-size:24px
  }


  .display-3 {
    font-size:24px
  }

  .lead, .quotes {
    font-size:24px
  }
  .navbar-brand svg, .small-menu .navbar-brand svg {
    width: 195px;
    height: 56px;
  }
  .navbar-brand-footer svg {
    width: 195px;
    height: 56px;
  }
  section:first-of-type:not(.pt-0) { padding-top: calc(56px + 2rem); }
  .gallery-link {
    width: 64px;
    height: 64px;
    font-size: 1.5625rem;
  }
}

.letter-spacing-default{
  letter-spacing: 0.1rem!important;
  font-weight: 600;
}

.shadowsvg{
  margin: 0;
  padding: 0;
}

.shadowsvg::before{
  content:'';
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/bgsvg.svg");
  z-index: 1;
  position: absolute;
}

.bg-primary-child:nth-child(2){
  background-color: #c8a55a;
  transition: background-color 0.5s ease-in-out;
  border-radius: .3125rem
}

.bg-primary-child:hover{
  background-color: #ad8f4f;
}


.underline-btn{
  font-family: "ivypresto-display";
  transition: all 0.5s ease-in-out;
  text-transform:none!important;
  font-weight: 400!important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.2rem;

}

.underline-btn > span{
  position: relative;
}

.underline-btn > span::before{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.underline-btn:hover > span::before{
  visibility: visible;
  width: 100%;
}








@media (max-width: 460px) {
  .btn-cover:first-child {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    border-bottom-left-radius: 0rem;
    background: #ffffff00;
  }

  .btn-cover:last-child {
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    border-top-right-radius: 0rem;
    background: #ffffff00;
  }
}


.arrow-pointer::before{
  content: "\f245";
  font-family: 'Font Awesome 6 Pro'!important;
  color: var(--primary);
  font-weight: 300;
}

.arrowline::before{
  content: "";
  width: 15vw;
  height: 22vh;
  background-image: url("/img/arrowline.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -17vh;
  right: -1vw;
}
.checkboximg{
  display: flex;
  justify-content:start;
  align-items: center;
  gap: 1rem;
}

.checkboximg::before{
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("/img/checkbox.svg");
  background-size: cover;
  background-repeat: no-repeat;

}

.bg-btn-1, .bg-btn-2, .bg-btn-3{
  font-size: 12px;
  color: white!important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
  padding-left: 2rem!important;
  padding-right: 2rem!important;
  bottom: 5rem;
  border-top: 0px!important;
}

.bg-btn-1::before,
.bg-btn-2::before,
.bg-btn-3::before{
  background-color: rgba(0, 0, 0, 0.411);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1!important;
  transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  border-radius: .5rem
}
.bg-btn-1:hover::before,
.bg-btn-2:hover::before,
.bg-btn-3:hover::before{
  background-color: rgba(0, 0, 0, 0.211);
}

.bg-btn-1{
  background-image: url("/img/apartman-1.webp")!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;

}

.bg-btn-2{
  margin-left: 19rem!important;
  background-image: url("/img/krajina-1.webp")!important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-btn-3{
  margin-left: 34rem!important;
  background-image: url("/img/krajina-2.webp")!important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .bg-btn-1, .bg-btn-2, .bg-btn-3 {
    font-size: 10px;
    padding-top: 1.3rem!important;
    padding-bottom: 1.3rem!important;
    padding-left: 1.3rem!important;
    padding-right: 1.3rem!important;
    margin-left: 0px!important;
    bottom: 30rem!important;
  }
  .bg-btn-2{
    margin-left: 15rem!important}
    .bg-btn-3{
      margin-left: 26.5rem!important}

      .absolute-bottom-right{

        bottom: -35vh!important;

      }


}
.bg-btn-1 span, .bg-btn-2 span, .bg-btn-3 span{
  z-index: 5!important;
  position: relative;
}



.table{
  line-height:2.3!important;
}


.absolute-bottom-right{
  position: absolute;
  bottom: -44vh;
  right: 0;
}

/* Cookies */
.termsfeed-com---palette-light .cc-pc-container {
  background: #fff;
  overflow: hidden;
  font-family:"Plus Jakarta Sans", serif;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link, .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-size: .7143rem !important;
  font-family:"Plus Jakarta Sans", serif;
  letter-spacing: normal;
}
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #fff !important;
  color: var(--dark) !important;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 30%) !important;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 2rem !important;
  font-family:"Plus Jakarta Sans", serif;
}
.termsfeed-com---nb-simple {
  max-width: 480px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: .7143rem !important;
}
.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: var(--primary) !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select, .termsfeed-com---palette-light .cc-pc-head-close {
  color: var(--secondary)  !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.termsfeed-com---palette-light .cc-nb-changep { background: none !important; color: var(--secondary) !important; }
