@charset "UTF-8";
.description .text3 .tlacitko-obal .text-tlacitko, .blockText .text-tlacitko {
  background: var(--colorPrimary);
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 19px 45px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: .3s;
  display: inline-block;
  width: 300px;
  text-align: center;
}

.description .text3 .tlacitko-obal .text-tlacitko:hover, .blockText .text-tlacitko:hover, .description .text3 .tlacitko-obal .text-tlacitko:focus, .blockText .text-tlacitko:focus {
  background: hsl(var(--colorPrimary-h), calc(var(--colorPrimary-s) * 1%), calc(var(--colorPrimary-l) * 0.8 * 1%));
}

@media (max-width: 550px) {
  .description .text3 .tlacitko-obal .text-tlacitko, .blockText .text-tlacitko {
    width: auto;
  }
}

.description .text3 .tlacitko-obal .text-tlacitko:disabled, .blockText .text-tlacitko:disabled {
  background: var(--colorTextSubtle);
  opacity: .6;
  pointer-events: none;
}

.estateListItem .cena {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--colorSecondary);
}

.estateListItem .cena .cena_sleva {
  color: var(--colorPricingSale);
  font-size: .875rem;
  font-weight: normal;
  margin-left: 15px;
}

.interactiveImage .obalStred, .blockText .obalStred, .index-middle-obal .obalStred {
  max-width: 1200px;
}

@media (max-width: calc(1200px + 30px)) {
  .interactiveImage .obalStred, .blockText .obalStred, .index-middle-obal .obalStred {
    padding: 0 15px;
  }
}

/* Hlavní strana */
.text3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.text3 h2 {
  margin-top: 0;
}

.text3:nth-child(odd) .text3-obsah {
  width: calc(100% - 340px);
  margin-right: 0px;
  margin-left: 20px;
  order: 2;
}

.text3:nth-child(odd) .tlacitko-obal {
  justify-content: flex-start;
}

.text3 .text3-obsah {
  width: calc(100% - 340px);
  margin-right: 20px;
}

.text3 .text3-foto {
  width: 320px;
}

.text3 .text3-foto img {
  max-width: 100%;
  display: block;
}

.text3 .text3-titulek + .text3-popis {
  margin-top: 20px;
}

.text3 .tlacitko-obal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (max-width: 620px) {
  .text3 {
    margin-bottom: 40px;
  }
  .text3:nth-child(odd) .text3-foto {
    order: 2;
  }
  .text3:nth-child(odd) .text3-obsah {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    order: 1;
  }
  .text3 .text3-obsah {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .text3 .text3-foto {
    width: 100%;
  }
  .text3 .text3-foto img {
    margin: 0 auto;
  }
}

.special4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.special4 .tlacitko-obal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.special4 .text-tlacitko {
  padding: 10px 30px;
  border: 1px solid black;
  display: inline-block;
  margin: 0 10px;
}

.special4 .text-tlacitko {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.index-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
  max-width: 1920px;
  margin: 0 auto .5rem;
}

@media (max-width: 48rem) {
  .index-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.index-gallery-item:first-of-type {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.index-gallery a {
  text-decoration: none;
  display: inline-block;
}

.index-gallery a:hover img, .index-gallery a:focus img {
  transform: scale(1.1);
}

.index-gallery picture {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.index-gallery img {
  transform: scale(1);
  transition: .3s;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.interactiveImage-item {
  position: relative;
}

.interactiveImage .obalStred {
  position: relative;
}

.interactiveImage img {
  max-width: 100%;
}

.interactiveImage svg {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 650px) {
  .interactiveImage svg {
    display: none;
  }
}

.interactiveImage svg path {
  fill: transparent;
  stroke: transparent;
  transition: .3s;
}

.interactiveImage svg a:hover path {
  fill: var(--objectImageColor);
  stroke: var(--objectImageColor);
  opacity: .4;
}

.interactiveImage svg a:hover path.stav-aktivni {
  fill: var(--objectImageColorActive);
  stroke: var(--objectImageColorActive);
}

.ProjectTooltip {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate(-50%, -110%);
  transition: opacity .25s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 280px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 16px;
}

.ProjectTooltip.active {
  opacity: 1;
}

.ProjectTooltip a {
  color: inherit;
  text-decoration: none;
}

.ProjectTooltip-inner {
  font-weight: 700;
}

.ProjectTooltip-inner > span:first-child {
  font-weight: 400;
}

.ProjectTooltip-parameter {
  padding: 10px;
  text-align: center;
  width: 100%;
}

.ProjectTooltip-parameter.parameter-parcelni_cislo {
  width: 50%;
  font-weight: 700;
  background: var(--objectImageColor);
  color: #fff;
}

.ProjectTooltip-parameter.stav-aktivni.parameter-parcelni_cislo {
  background: var(--objectImageColorActive);
}

.ProjectTooltip-parameter.parameter-typ_domu {
  width: 50%;
  background: #272727;
  color: #fff;
}

.ProjectTooltip-parameter.parameter-cena:not(.stav-aktivni) {
  display: none;
}

.ProjectTooltip-parameter.parameter-stav {
  color: #fff;
  font-weight: 700;
}

.ProjectTooltip-parameter.parameter-stav > div {
  padding: 9px;
  background: var(--objectImageColor);
}

.ProjectTooltip-parameter.parameter-stav.stav-aktivni > div {
  background: var(--objectImageColorActive);
}

.banner-wrap {
  position: relative;
}

.index-links {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-secondary);
  text-transform: uppercase;
}

@media (min-width: 981px) {
  .index-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
  }
  @supports (-ms-ime-align: auto) {
    .index-links {
      background: rgba(255, 255, 255, 0.8);
    }
  }
}

@media all and (min-width: 981px) and (-ms-high-contrast: none), (min-width: 981px) and (-ms-high-contrast: active) {
  .index-links {
    background: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 980px) {
  .index-links {
    background: #ececec;
  }
}

.index-links a {
  width: calc((100% / 6) - 1px);
  text-align: center;
  padding: 60px 10px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 4px;
  transition: .3s;
  position: relative;
  color: var(--colorText);
  line-height: normal;
}

@media (max-width: 1240px) {
  .index-links a {
    letter-spacing: 2px;
    padding: 30px 10px;
  }
}

@media (max-width: 980px) {
  .index-links a {
    width: calc(100% / 3);
    padding: 20px 10px 25px;
  }
}

@media (max-width: 570px) {
  .index-links a {
    width: calc(100% / 3);
    padding: 10px 10px 25px;
  }
}

@media (max-width: 570px) {
  .index-links a {
    width: calc(100% / 2);
  }
}

.index-links a:hover svg, .index-links a:focus svg {
  transform: scale(0.8);
}

@media (max-width: 1240px) {
  .index-links a:hover svg, .index-links a:focus svg {
    transform: scale(0.6);
  }
}

@media (max-width: 570px) {
  .index-links a:hover svg, .index-links a:focus svg {
    transform: none;
  }
}

.index-links a svg {
  transform: scale(1);
  transition: .3s;
}

@media (max-width: 1240px) {
  .index-links a svg {
    transform: scale(0.8);
  }
}

@media (max-width: 570px) {
  .index-links a svg {
    transform: scale(0.5);
  }
}

.index-links a:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 60vh;
  right: 0;
  bottom: 0;
}

@media (max-width: 980px) {
  .index-links a:after {
    display: none;
  }
}

.index-links a:nth-of-type(1):after, .index-links a:nth-of-type(6):after {
  height: 100vh;
}

.index-links a:last-of-type:after {
  content: none;
}

.index-links .title {
  display: block;
  margin-top: 24px;
}

@media (max-width: 1240px) {
  .index-links .title {
    margin-top: 10px;
  }
}

@media (max-width: 570px) {
  .index-links .title {
    margin-top: 0px;
  }
}

.description {
  max-width: 1920px;
  margin: 70px auto 0;
}

@media (max-width: 767px) {
  .description {
    margin: 30px auto 0;
  }
}

@media (max-width: 620px) {
  .description {
    margin: 0;
  }
}

.description .text3 {
  align-items: flex-start;
}

@media (max-width: 980px) {
  .description .text3 {
    flex-direction: column;
  }
}

.description .text3 .text3-obsah {
  background: var(--colorShadeBg);
  width: 45% !important;
  position: relative;
  z-index: 1;
}

@media (max-width: 1500px) {
  .description .text3 .text3-obsah {
    width: 50% !important;
  }
}

@media (max-width: 1240px) {
  .description .text3 .text3-obsah {
    width: 70% !important;
  }
}

@media (max-width: 980px) {
  .description .text3 .text3-obsah {
    width: 90% !important;
  }
}

@media (max-width: 620px) {
  .description .text3 .text3-obsah {
    width: 100% !important;
  }
}

.description .text3 .text3-obsah:before {
  content: "";
  position: absolute;
  background: #666666;
  height: 1px;
  width: 30%;
  top: 10rem;
}

@media (max-width: 1500px) {
  .description .text3 .text3-obsah:before {
    width: 27%;
  }
}

@media (max-width: 1240px) {
  .description .text3 .text3-obsah:before {
    width: 20%;
  }
}

@media (max-width: 980px) {
  .description .text3 .text3-obsah:before {
    content: none;
  }
}

.description .text3 .tlacitko-obal {
  position: relative;
  top: calc(8rem + 30px);
}

@media (max-width: 980px) {
  .description .text3 .tlacitko-obal {
    top: calc(5rem + 30px);
  }
}

@media (max-width: 620px) {
  .description .text3 .tlacitko-obal {
    top: calc(2rem + 30px);
  }
}

.description .text3 .text3-popis p {
  line-height: 32px;
  text-align: justify;
}

.description .text3 .text3-foto {
  width: auto;
}

@media (max-width: 980px) {
  .description .text3 .text3-foto {
    width: 100% !important;
  }
}

.description .text3 h2 {
  font-family: var(--font-secondary);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 40px;
  padding: 0;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .description .text3 h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .description .text3 h2 {
    font-size: 26px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 621px) {
  .description-1 .text3:nth-child(odd) h2 {
    text-align: right;
  }
}

.description-1 .text3:nth-child(odd) .text3-obsah {
  margin-left: 0;
  order: 1;
  padding: 7rem 7rem 8rem 14%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 980px) {
  .description-1 .text3:nth-child(odd) .text3-obsah {
    padding: 5rem;
  }
}

@media (max-width: 620px) {
  .description-1 .text3:nth-child(odd) .text3-obsah {
    padding: 3rem 2rem 2rem 2rem;
    order: 2;
    box-shadow: none;
  }
}

.description-1 .text3:nth-child(odd) .text3-obsah:before {
  left: 0;
}

.description-1 .text3:nth-child(odd) .text3-foto {
  order: 2;
  width: 70%;
  margin: 70px 0 0 -15%;
}

@media (max-width: 1500px) {
  .description-1 .text3:nth-child(odd) .text3-foto {
    margin: 70px 0 0 -20%;
  }
}

@media (max-width: 1240px) {
  .description-1 .text3:nth-child(odd) .text3-foto {
    margin: 70px 0 0 -40%;
  }
}

@media (max-width: 980px) {
  .description-1 .text3:nth-child(odd) .text3-foto {
    margin: -20% 0 0 0;
    padding-left: 10%;
  }
}

@media (max-width: 620px) {
  .description-1 .text3:nth-child(odd) .text3-foto {
    order: 1;
    padding: 0;
    margin: 0;
  }
}

.description-1 .text3:nth-child(odd) .tlacitko-obal {
  justify-content: flex-end;
}

@media (max-width: 620px) {
  .description-1 .text3:nth-child(odd) .tlacitko-obal {
    justify-content: center;
  }
}

.description-2 .text3:nth-child(odd) .text3-obsah {
  margin-left: 0;
  order: 1;
  padding: 7rem 14% 8rem 7rem;
  box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 980px) {
  .description-2 .text3:nth-child(odd) .text3-obsah {
    padding: 5rem;
    margin: -20% 0 0 10%;
  }
}

@media (max-width: 620px) {
  .description-2 .text3:nth-child(odd) .text3-obsah {
    padding: 3rem 2rem 2rem 2rem;
    order: 2;
    margin: 0;
    box-shadow: none;
  }
}

.description-2 .text3:nth-child(odd) .text3-obsah:before {
  right: 0;
}

.description-2 .text3:nth-child(odd) .text3-foto {
  width: 70%;
  margin: 70px -15% 0 0;
}

@media (max-width: 1500px) {
  .description-2 .text3:nth-child(odd) .text3-foto {
    margin: 70px -20% 0 0;
  }
}

@media (max-width: 1240px) {
  .description-2 .text3:nth-child(odd) .text3-foto {
    margin: 70px -40% 0 0;
  }
}

@media (max-width: 980px) {
  .description-2 .text3:nth-child(odd) .text3-foto {
    margin: 0;
    padding-right: 10%;
  }
}

@media (max-width: 620px) {
  .description-2 .text3:nth-child(odd) .text3-foto {
    order: 1;
    padding: 0;
  }
}

.description-2 .text3:nth-child(odd) .text-tlacitko {
  padding: 19px 30px;
}

@media (max-width: 620px) {
  .description-2 .text3:nth-child(odd) .tlacitko-obal {
    justify-content: center;
  }
}

.blockText {
  text-align: center;
  padding: 130px 0 0;
  position: relative;
}

.blockText:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 75px;
  width: 1px;
  background: #666666;
}

@media (max-width: 767px) {
  .blockText:before {
    height: 35px;
  }
}

@media (max-width: 767px) {
  .blockText {
    padding: 70px 0 0;
  }
}

.blockText h2 {
  font-family: var(--font-secondary);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 40px;
  padding: 0;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blockText h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .blockText h2 {
    font-size: 26px;
    margin-bottom: 2rem;
  }
}

.blockText p {
  line-height: 32px;
  margin: 0 auto 20px;
}

.blockText .special_obal {
  margin-top: 60px;
  margin-bottom: 40px;
}

.blockText .special_obal .special_pole {
  justify-content: center;
}

.blockText .special_obal h2 {
  text-transform: none;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.blockText .special_obal .special1 {
  width: calc((100% / 5) - 10px);
  margin: 0 5px;
  padding: 0 !important;
}

@media (max-width: 1240px) {
  .blockText .special_obal .special1 {
    width: calc((100% / 3) - 20px);
    margin: 20px 10px;
  }
}

@media (max-width: 767px) {
  .blockText .special_obal .special1 {
    width: calc((100% / 2) - 20px);
  }
}

@media (max-width: 480px) {
  .blockText .special_obal .special1 {
    width: 100%;
    margin: 20px 0;
  }
}

.blockText .special_obal .special-foto img {
  max-width: 70px;
}

.blockText .special_obal .special-text {
  margin-top: 29px;
}

.blockText .special_obal .special-text p {
  line-height: initial;
}

@media (min-width: 1241px) {
  .blockText.buttonAbsolute .special4 {
    position: absolute;
    left: 10%;
    bottom: 10%;
  }
}

.index-middle-obal {
  background: var(--colorSecondary);
  padding: 150px 0 74px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.index-middle-obal:before {
  content: "";
  position: absolute;
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
  height: 75px;
  width: 1px;
  background: #666666;
}

@media (max-width: 767px) {
  .index-middle-obal:before {
    height: 35px;
  }
}

@media (max-width: 767px) {
  .index-middle-obal {
    padding: 90px 0 50px;
    position: relative;
  }
  .index-middle-obal:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
    width: 1px;
    background: #666666;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .index-middle-obal:before {
    height: 35px;
  }
}

.index-middle-obal h2 {
  font-family: var(--font-secondary);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 40px;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .index-middle-obal h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .index-middle-obal h2 {
    font-size: 26px;
    margin-bottom: 2rem;
  }
}

.newsColumn-index .newsWrap {
  display: flex;
  flex-wrap: wrap;
}

.newsColumn-index .newsItem {
  display: flex;
  width: 50%;
}

@media (max-width: 980px) {
  .newsColumn-index .newsItem {
    width: 100%;
  }
  .newsColumn-index .newsItem:first-of-type {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .newsColumn-index .newsItem {
    flex-direction: column;
  }
}

.newsColumn-index .newsItem figure {
  margin-right: 48px;
  width: 250px;
}

.newsColumn-index .newsItem figure img {
  max-width: 100%;
}

@media (max-width: 1240px) {
  .newsColumn-index .newsItem figure {
    width: 200px;
    margin-right: 25px;
  }
}

@media (max-width: 600px) {
  .newsColumn-index .newsItem figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.newsColumn-index .newsItem .newsItem-content {
  padding-right: 40px;
  width: calc(100% - 250px - 48px - 40px);
}

@media (max-width: 1240px) {
  .newsColumn-index .newsItem .newsItem-content {
    width: calc(100% - 200px - 25px - 40px);
  }
}

@media (max-width: 600px) {
  .newsColumn-index .newsItem .newsItem-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.newsColumn-index h3 {
  font-family: var(--font-secondary);
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .newsColumn-index h3 {
    font-size: 18px;
  }
}

.newsColumn-index h3 a {
  text-decoration: none;
  color: var(--textColor);
}

.newsColumn-index h3 a:hover, .newsColumn-index h3 a:focus {
  text-decoration: underline;
}

.newsColumn-index .summary {
  line-height: 24px;
}

.newsColumn-index .ocreated {
  background: var(--colorSecondary);
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 4px 20px;
}

.newsColumn-index .btn-wrap {
  padding-top: 172px;
  position: relative;
}

.newsColumn-index .btn-wrap:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  height: 75px;
  width: 1px;
  background: #666666;
}

@media (max-width: 767px) {
  .newsColumn-index .btn-wrap:before {
    height: 35px;
  }
}

@media (max-width: 767px) {
  .newsColumn-index .btn-wrap {
    padding-top: 90px;
    position: relative;
  }
  .newsColumn-index .btn-wrap:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
    width: 1px;
    background: #666666;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .newsColumn-index .btn-wrap:before {
    height: 35px;
  }
}

.index-map {
  max-width: 1920px;
  margin: 0 auto 10px;
}

.index-map img {
  max-width: 100%;
  vertical-align: middle;
}

.lokalitaBtn {
  margin-bottom: 5em;
}

.IndexClaim {
  background: url("/poskireal/frontend/CID/stafos_real/novapolni/images/banner.jpg") no-repeat top center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

@media (max-width: 980px) {
  .IndexClaim {
    height: 500px;
  }
}

.IndexClaim .obalStred {
  padding-top: 64px;
  max-width: 980px;
}

@media (max-width: 1500px) {
  .IndexClaim .obalStred {
    padding-left: 5%;
  }
}

@media (max-width: 1370px) {
  .IndexClaim .obalStred {
    padding-left: 8%;
    padding-top: 50px;
  }
}

@media (max-width: 1240px) {
  .IndexClaim .obalStred {
    padding-left: 14%;
  }
}

@media (max-width: 1100px) {
  .IndexClaim .obalStred {
    padding-left: 20%;
  }
}

@media (max-width: 980px) {
  .IndexClaim .obalStred {
    padding-top: 180px;
    padding-left: 15px;
    text-align: center;
    width: 100%;
  }
}

.IndexClaim h1 {
  width: 550px;
  max-width: 100%;
  text-shadow: 0 0 30px #fff;
  font-size: 30px;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
}

@media (max-width: 1240px) {
  .IndexClaim h1 {
    font-size: 26px;
    width: 500px;
  }
}

@media (max-width: 1150px) {
  .IndexClaim h1 {
    font-size: 26px;
    width: 400px;
  }
}

@media (max-width: 980px) {
  .IndexClaim h1 {
    margin: 0 auto;
    width: 500px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    backdrop-filter: blur(2px);
    text-align: center;
  }
}

.IndexLinks {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.IndexLinks a {
  border: 9px solid hsl(var(--colorSecondary-h), calc(var(--colorSecondary-s) * 1%), calc(var(--colorSecondary-l) * 0.9 * 1%));
  background-color: var(--colorSecondary);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  width: calc((100% / 3) - 5px);
  text-align: center;
  padding: 15px 0;
  vertical-align: bottom;
  margin: 0 1px;
}

.IndexLinks a:hover {
  padding: 21px 0;
}

@media (max-width: 767px) {
  .IndexLinks a {
    display: block;
    margin: 2px 15px;
    width: calc(100% - 30px);
  }
  .IndexLinks a:hover {
    padding: 15px 0;
  }
}

.sideFilter {
  background: var(--colorIndexFilterBackground, #dbdbdb);
  padding: 20px 0;
  position: relative;
  margin-bottom: 35px;
}

.sideFilterIn .inside-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

@media (max-width: 980px) {
  .sideFilterIn .inside-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .sideFilterIn .inside-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .sideFilterIn .inside-container {
    grid-template-columns: 1fr;
  }
}

.sideFilterIn .filterItem,
.sideFilterIn .cena {
  display: inline-block;
  vertical-align: middle;
}

.sideFilterIn .cena input {
  width: 49%;
  font-size: 14px;
}

.sideFilterIn .cena input#cena_do {
  float: right;
}

.sideFilterIn input {
  padding: 0 10px;
}

.sideFilterIn select {
  padding: 4px;
}

.sideFilterIn input,
.sideFilterIn select {
  width: 100%;
  border: 1px solid #bababa;
  background-color: #fff;
  height: var(--sizeInputHeight);
}

.sideFilterIn input::placeholder,
.sideFilterIn select::placeholder {
  color: #808080;
}

.sideFilterIn input:focus,
.sideFilterIn select:focus {
  color: #000;
  border-color: #000;
}

.sideFilterIn p {
  padding-top: 4px;
}

.sideFilterIn p img {
  vertical-align: middle;
}

.sideFilterIn div.submit {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 980px) {
  .sideFilterIn div.submit {
    margin: 0;
  }
}

.sideFilterIn button:not(.eraseFilter) {
  background: var(--colorSecondary);
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  color: #fff;
  line-height: 33px;
  padding: 0 15px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 38px);
}

.sideFilterIn button:not(.eraseFilter):hover {
  background: hsl(var(--colorSecondary-h), calc(var(--colorSecondary-s) * 1%), calc(var(--colorSecondary-l) * 0.9 * 1%));
}

.sideFilterIn button:not(.eraseFilter).bez-nabidek {
  background: gray;
}

.sideFilterIn button:not(.eraseFilter).neni-v-rozsahu {
  background-color: red;
}

.sideFilterIn button:not(.eraseFilter) svg {
  fill: #fff;
  width: 20px;
  margin-right: 5px;
}

.sideFilterIn .eraseFilter {
  border: 1px solid var(--colorSecondary);
  color: var(--colorSecondary);
  cursor: pointer;
  background: transparent;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  line-height: 30px;
}

.sideFilterIn .eraseFilter:hover {
  background: #fff;
}

.sideFilterIn .eraseFilter.disabled {
  opacity: .5;
  pointer-events: none;
}

.sideFilterIn .eraseFilter i {
  position: relative;
  height: 100%;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sideFilterIn .eraseFilter i:before, .sideFilterIn .eraseFilter i:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 5px;
  background: var(--colorSecondary);
  border-radius: 2px;
}

.sideFilterIn .eraseFilter i:before {
  transform: rotate(45deg);
}

.sideFilterIn .eraseFilter i:after {
  transform: rotate(-45deg);
}

.index-info {
  background: #dbdbdb;
  padding: 60px 0;
}

.index-info address {
  font-style: normal;
}

.homeKategorie {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 25px 30px;
}

.homeKategorie .box {
  padding: 0 20px 0 65px;
  width: 100%/3;
  float: left;
  position: relative;
}

.homeKategorie .box.no4, .homeKategorie .box.no5, .homeKategorie .box.no6 {
  margin-top: 15px;
}

.homeKategorie h2 {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}

.homeKategorie .hdr {
  color: #3978bc;
  text-decoration: none;
}

.homeKategorie .hdr:hover {
  text-decoration: underline;
  color: #15457a;
}

.homeKategorie a:not(.hdr) {
  color: #747474;
  text-decoration: none;
  margin: 0 5px 0 0;
  display: inline-block;
}

.homeKategorie a:not(.hdr):hover {
  text-decoration: underline;
  color: #3978bc;
}

.topNabidky {
  clear: both;
}

.topNabidky:before, .topNabidky:after {
  content: " ";
  display: table;
}

.topNabidky:after {
  clear: both;
}

.topNabidky-content {
  clear: both;
}

.topNabidky-content:before, .topNabidky-content:after {
  content: " ";
  display: table;
}

.topNabidky-content:after {
  clear: both;
}

.topNabidky h2 {
  border: 9px solid hsl(var(--colorSecondary-h), calc(var(--colorSecondary-s) * 1%), calc(var(--colorSecondary-l) * 0.9 * 1%));
  border-bottom: 0;
  background: var(--colorSecondary);
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  min-width: 260px;
}

.topNabidky .panel-obal {
  width: calc((100% / 3) - 9px);
  float: left;
}

.topNabidky .panel-obal:nth-of-type(3n+2) {
  margin: 0 12px;
}

@media (max-width: 980px) {
  .topNabidky .panel-obal:nth-of-type(3n+2) {
    margin: 0;
  }
}

@media (max-width: 980px) {
  .topNabidky .panel-obal {
    width: 100%;
    float: none;
  }
  .topNabidky .panel-obal:nth-child(odd) {
    margin: 15px 0;
  }
}

.favorite-row-1 .nabidka {
  position: relative;
}

.favorite-row-1 .nabidkaInner {
  background: white;
  padding: 15px 25px;
}

.favorite-row-1 .headlines-link {
  overflow: hidden;
}

.favorite-row-1 figure {
  text-align: center;
}

.favorite-row-1 figure img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.favorite-row-1 .info {
  margin: 15px 0;
}

.favorite-row-1 .tab {
  color: var(--colorPrimary);
  font-weight: bold;
  display: inline-block;
  width: 70px;
}

.favorite-row-1 .flag {
  color: #207206;
  font-size: 15px;
  display: block;
}

.favorite-row-1 .cena {
  font-size: 21px;
  color: var(--colorSecondary);
  display: block;
  font-weight: bold;
}

.favorite-row-1 .cena .mena {
  font-size: 14px;
  font-weight: normal;
}

.favorite-row-1 .detail {
  text-transform: uppercase;
  line-height: 55px;
  display: block;
  background: var(--colorPrimary);
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.favorite-row-1 .detail:hover {
  box-shadow: inset 0 0 0 9px hsl(var(--colorSecondary-h), calc(var(--colorSecondary-s) * 1%), calc(var(--colorSecondary-l) * 0.9 * 1%));
  background: var(--colorSecondary);
}

.favorite-row-1 .tlacitka .detail {
  width: 100%;
}

.favorite-row-1 .tlacitka-multi .detail {
  width: 50%;
  float: right;
}

@media (max-width: 980px) {
  .favorite-row-1 .tlacitka-multi .detail {
    float: none;
    width: 100%;
  }
}

.favorite-row-1 .tlacitka-multi .porovnani {
  width: 50%;
  float: left;
}

.favorite-row-1 .wrap-ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

.favorite-row-1 .text {
  color: #000;
  line-height: 17px;
  font-size: 13px;
  border-top: 1px solid #e7e6de;
  padding-top: 10px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .favorite-row-1 .text {
    height: 68px;
  }
}

.favorite-row-1 .makler {
  font-size: 12px;
  margin: 0 -5px;
  line-height: 21px;
  color: #000;
  min-height: 100px;
}

.favorite-row-1 .makler .hdr {
  display: block;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px 0;
  color: #404642;
  position: relative;
  overflow: hidden;
}

.favorite-row-1 .makler img {
  float: left;
  border: 3px solid var(--colorSecondary);
  border-radius: 2px;
}

.favorite-row-1 .makler p {
  float: right;
  width: calc(100% - 65px);
}

.favorite-row-1 .makler a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

.favorite-row-1 .makler a:hover {
  text-decoration: none;
}

.estateList-obal {
  background: transparent;
}

.estateList .estates {
  padding-top: 20px;
}

.estateListItem .estateListItem-foto {
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .estateListItem .estateListItem-foto {
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
    height: auto;
  }
}

.estateListItem .estateListItem-foto img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.estateListItem .estateListItem-foto .zoom {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  transition: opacity .3s ease-in-out;
  background: url("../../../../images/icon_zoom.png");
  text-indent: -9999px;
  opacity: 0;
}

.estateListItem .estateListItem-foto:hover .zoom {
  opacity: 1;
}

.estateListItem .estateListItem-foto:hover .owl-buttons {
  opacity: 1;
}

.estateListItem .estateListItem-foto .owl-wrapper {
  position: relative;
}

.estateListItem .estateListItem-foto .owl-wrapper-outer {
  overflow: hidden;
}

.estateListItem .estateListItem-foto .owl-item {
  display: inline-block;
  position: relative;
  cursor: grab;
}

.estateListItem .estateListItem-foto .owl-item:active, .estateListItem .estateListItem-foto .owl-item:focus {
  cursor: grabbing;
}

.estateListItem .estateListItem-foto .owl-item.loading {
  min-height: 150px;
  background: url("../../../../images/throbber.gif") no-repeat center;
}

.estateListItem .estateListItem-foto .owl-buttons {
  opacity: 0;
}

.estateListItem .estateListItem-foto .owl-prev, .estateListItem .estateListItem-foto .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  font-size: 35px;
}

.estateListItem .estateListItem-foto .owl-prev:hover, .estateListItem .estateListItem-foto .owl-next:hover {
  color: var(--colorText);
}

.estateListItem .estateListItem-foto .owl-prev {
  left: 10px;
}

.estateListItem .estateListItem-foto .owl-prev:before {
  content: "\f104";
  font-weight: 900;
}

.estateListItem .estateListItem-foto .owl-next {
  right: 10px;
}

.estateListItem .estateListItem-foto .owl-next:before {
  content: "\f105";
  font-weight: 900;
}

.estateListItem .estateListItem-foto:hover .swiper-button-prev, .estateListItem .estateListItem-foto:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.estateListItem .estateListItem-foto:hover .swiper-button-disabled {
  opacity: 0.35 !important;
}

.estateListItem .estateListItem-foto .swiper-button-prev, .estateListItem .estateListItem-foto .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.estateListItem .estateListItem-foto .swiper-button-prev:after, .estateListItem .estateListItem-foto .swiper-button-next:after {
  font-size: 30px;
}

.estateListItem .headlines-link {
  padding: 0;
  margin: 15px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .estateListItem .headlines-link {
    height: auto;
    margin: 15px;
    overflow: auto;
  }
}

.estateListItem .porovnani {
  padding: 0 20px;
  margin-right: -4px;
  line-height: 45px;
}

.estateListItem .detail {
  line-height: 45px;
  padding: 0 20px;
  cursor: pointer;
}

.estateListItem:not(.cell) .estateListItem-foto {
  float: left;
  width: 210px;
  height: 155px;
  margin: 5px;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .estateListItem-foto {
    float: none;
    margin: 5px auto 0 auto;
  }
}

@media (max-width: 480px) {
  .estateListItem:not(.cell) .estateListItem-foto {
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 0;
  }
}

.estateListItem:not(.cell) .estateText {
  float: right;
  width: calc(100% - 210px - 20px);
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .estateText {
    float: none;
    width: 100%;
  }
}

.estateListItem:not(.cell) .summary {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .summary {
    padding: 0 15px;
  }
}

.estateListItem:not(.cell) .row {
  margin: 0 0 0 -15px;
  position: relative;
  clear: both;
}

.estateListItem:not(.cell) .row:before, .estateListItem:not(.cell) .row:after {
  content: " ";
  display: table;
}

.estateListItem:not(.cell) .row:after {
  clear: both;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .row {
    margin: 0;
  }
}

.estateListItem:not(.cell) .row::before {
  content: '';
  position: absolute;
  left: 15px;
  right: 55px;
  height: 1px;
  top: 0;
  background: #e5e5e5;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .row::before {
    right: 0;
    left: 0;
  }
}

.estateListItem:not(.cell) .row b {
  color: var(--colorPrimary);
}

.estateListItem:not(.cell) .bottom {
  margin-top: 11px;
}

.estateListItem:not(.cell) .buttons {
  text-align: right;
}

@media (max-width: 767px) {
  .estateListItem:not(.cell) .buttons {
    text-align: center;
  }
}

.vlajka {
  width: 113px;
  height: 113px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.vlajka.no1 {
  background: url("../../../../images/vlajka_sleva.png") no-repeat;
}

.vlajka.no2 {
  background: url("../../../../images/vlajka_sleva_rezervace.png") no-repeat;
}

.vlajka.no3 {
  background: url("../../../../images/vlajka_rezervace.png") no-repeat;
}

.vlajka.no4 {
  background: url("../../../../images/vlajka_prodej.png") no-repeat;
}

.vlajka.no5 {
  background: url("../../../../images/vlajka_pronajem.png") no-repeat;
}

.IndexClaim h1 {
  width: 42vw;
  font-weight: 600;
}

@media (max-width: 1240px) {
  .IndexClaim h1 {
    width: 500px;
  }
}

@media (max-width: 1150px) {
  .IndexClaim h1 {
    width: 400px;
  }
}

@media (max-width: 980px) {
  .IndexClaim h1 {
    width: 500px;
  }
}

.blockText .special_obal .special_pole {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

@media (max-width: 1200px) {
  .blockText .special_obal .special_pole {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .blockText .special_obal .special_pole {
    grid-template-columns: 1fr;
  }
}

.blockText .special_obal .special1 {
  width: 100%;
}

/*# sourceMappingURL=homepage.min.css.map */
