/* ------------------------ */
/* ------------------------ */
/* ------------------------ */
/* ------------------------ */
/* ------------------------ */
/* ------------------------ */
::selection {
  background: rgba(238, 52, 43, 0.8);
  color: #000;
}
.bg-green {
  background: #e7f6f1;
}
.bg-white {
  background: #fff;
}
.bg-red {
  background: #ee342b;
}
@media (min-width: 1201px) {
  .green-stripe-right {
    position: relative;
  }
  .green-stripe-right:after {
    content: "";
    position: absolute;
    background: #e7f6f1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    z-index: -1;
  }
  .green-stripe-left {
    position: relative;
  }
  .green-stripe-left:after {
    content: "";
    position: absolute;
    background: #e7f6f1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    z-index: -1;
  }
}
.bg-black {
  background: #000;
}
.bg-black * {
  color: #fff;
}
.pb-0 .container {
  padding-bottom: 0 !important;
}
.pt-0 .container {
  padding-top: 0 !important;
}
body {
  font-family: 'Quicksand', sans-serif;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.form_error {
  color: #e82424;
  font-weight: 700;
}
iframe {
  width: 100%;
}
.smap img {
  max-width: unset !important;
}
.soubor_obal {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-flow: row-reverse;
  align-items: center;
}
.soubor_obal .soubor_odkaz {
  padding: 1rem;
  border: 1px solid #ee342b;
  background: #ee342b;
  color: #fff;
}
.soubor_obal .soubor_odkaz:after {
  content: "\f063";
  font-family: FontAwesome;
  margin-left: 0.5rem;
  font-size: 14px;
}
.soubor_obal .soubor_popisek {
  padding: 1rem;
  border: 1px solid #ee342b;
}
.soubor_obal .soubor_popisek p {
  margin-bottom: 0;
}
.img-triangle .col-6:nth-of-type(1) {
  position: relative;
}
.img-triangle .col-6:nth-of-type(1):before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom right, #ee342b 40%, transparent 40%);
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.img-triangle .col-6:nth-of-type(1) img {
  z-index: 1;
}
#tracy-debug img {
  display: inline;
}
.attachment_pocet_celkem {
  display: none;
}
.zpet_na {
  text-align: center;
}
.decoration-img {
  min-height: 500px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 550px) {
  .decoration-img {
    min-height: 300px;
  }
}
.decoration-img:after {
  content: "";
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.decoration-img h1 {
  z-index: 10;
  color: #fff;
  position: relative;
  font-size: 80px;
  font-weight: 600;
  text-align: left;
}
.decoration-img.article h1 {
  font-size: 48px;
}
.fancybox-container {
  z-index: 9999999992;
}
#maps_box:before {
  font-size: 30px;
}
.col-12 .col-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.col-12 .col-12 .text-wrapper {
  width: 60%;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
div.optinOverlay {
  z-index: 9999999998 !important;
}
.nemovitost_foto_big iframe {
  float: none;
}
header {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999999999;
  /*  &[data-nemovitosti]{
    background: @header-bg-scroll;
    box-shadow: 0 0 30px rgba(0,0,0,.2);

    ul{

      li{

        a{

          &.active{
            border-color: @color-black;
            color: @color-black;
          }

          &:hover{
            color: @text-color;
            border-color: @text-color;
          }
        }
      }
    }
  }*/
}
header[data-homepage] ul li a.active {
  border-color: #000;
  color: #000;
}
header[data-homepage] ul li a:hover {
  color: #000;
  border-color: #000;
}
header .nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header .nav-wrapper > div {
  width: 100%;
}
header .nav-wrapper nav {
  width: 100%;
}
header .nav-wrapper .navbar-collapse {
  justify-content: space-between;
}
header .logo {
  margin-right: 3rem;
}
header.scroll {
  top: -100%;
  position: fixed;
}
header.scroll .logo {
  width: 160px;
}
header.scroll a {
  font-size: 14px;
}
header.scroll .container {
  opacity: 0;
  background: #d2e5df;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
header.scroll.down {
  top: 0;
}
header.scroll.down .container {
  opacity: 1;
}
header.scroll ul li a.active {
  border-color: #000;
  color: #000;
}
header.scroll ul li a:hover {
  color: #000;
  border-color: #000;
}
header ul li:not(:last-child) {
  margin-right: 0.5rem;
}
header ul li a {
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
}
header ul li a.active {
  border-color: #d2e5df;
  color: #d2e5df;
}
header ul li a:hover {
  color: #d2e5df;
  border-color: #d2e5df;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .container {
  max-width: 100%;
}
header .attachment_kotva {
  display: none;
}
header .social * {
  box-shadow: none !important;
}
header .social .gallery_cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
header .social .gallery_cont > span a {
  display: table;
}
header .social .gallery_cont > span:not(:last-child) {
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  header.scroll {
    transition: 0.5s ease;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Quicksand', sans-serif;
  color: #000;
  text-align: center;
  font-weight: 700;
}
h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
h1 {
  font-size: 3rem;
  margin-bottom: 0;
}
.text-left h2 {
  text-align: left !important;
}
.btn,
.protext a {
  border: none;
  outline: none;
  cursor: pointer;
  background: #ee342b;
  color: #fff;
  border-radius: 0;
  display: table;
  font-weight: 600;
  padding: 0.6rem 3rem;
  text-align: center;
}
.btn.inverted,
.protext a.inverted {
  background: #000;
}
.btn.inverted-border,
.protext a.inverted-border {
  background: transparent;
  border: 1px solid #000;
}
.btn:hover,
.protext a:hover {
  background: grey;
  color: #fff;
}
a {
  color: #ee342b;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
  color: #ee342b;
}
.navbar-toggler {
  outline: none !important;
  border: 1px solid #000;
}
.navbar-toggler:focus {
  outline: none !important;
}
.navbar-toggler-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
article[data-homepage] div.content div:not(.attachment_kotva):not(.attachment_slider) .container,
article[data-homepage] div.content div:not(.attachment_kotva):not(.attachment_slider) .container-fluid {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
article[data-homepage] .attachment_slider.main-slider {
  position: relative;
}
article[data-homepage] .attachment_slider.main-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 30%;
  background: rgba(0, 0, 0, 0.04);
  border-bottom-right-radius: 80px;
  z-index: 0;
}
article[data-homepage] .attachment_slider.main-slider:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80%;
  width: 40%;
  background: rgba(0, 0, 0, 0.04);
  border-top-left-radius: 80px;
  z-index: 0;
}
article[data-homepage] .attachment_slider.main-slider .container {
  max-width: 80%;
}
article[data-homepage] .attachment_slider.main-slider .container * {
  z-index: 1;
}
article[data-homepage] .attachment_slider.main-slider #Carousel {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item > .carousel-container {
  order: 2;
  width: 100%;
}
article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item > .carousel-container img {
  max-width: 636px;
  display: block;
  margin: 0 auto;
}
article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item .carousel-caption {
  position: relative !important;
  order: 1;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 50%;
  padding: 2rem;
}
article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item .carousel-caption.d-none {
  display: block !important;
}
article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item .carousel-caption h3 {
  font-size: 2vw;
  text-align: left;
  font-weight: 600;
}
article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item .carousel-caption p {
  color: #000;
  text-align: left;
}
article[data-homepage] .attachment_odstavec .col-12 > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
article[data-homepage] .attachment_odstavec ul li:not(:last-child) {
  margin-bottom: 2rem;
}
article[data-homepage] .attachment_odstavec.stay-connected {
  padding-left: 0;
  padding-right: 0;
}
article[data-homepage] .attachment_odstavec.stay-connected * {
  padding-left: 0;
  padding-right: 0;
}
article[data-homepage] .attachment_odstavec.stay-connected .row {
  margin-right: 0;
  margin-left: 0;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder {
  width: 100%;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .text-wrapper {
  max-width: 761px;
  background: #ee342b;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 186px;
  margin-top: -186px;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .text-wrapper * {
  color: #fff;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .text-wrapper > div {
  display: inline-block;
  padding: 4rem;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .text-wrapper h2 {
  text-align: right;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .text-wrapper p {
  text-align: left;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .fa-wrapper {
  max-width: 1237px;
  background: #000;
  display: block;
  margin-left: auto;
  margin-right: 0;
  padding: 4rem 0 4rem 0;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .fa-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .fa-wrapper > div > div {
  margin: 2rem;
  text-align: center;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .fa-wrapper > div > div p {
  text-align: center;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .fa-wrapper > div > div p .fa {
  color: #ee342b;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .fa-wrapper > div > div p .fa:before {
  font-size: 60px;
}
article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .fa-wrapper > div > div a {
  color: #fff;
  text-align: center;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  height: 500px;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(1) {
  grid-area: 1 / 1 / 3 / 3;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(2) {
  grid-area: 1 / 3 / 2 / 5;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(3) {
  grid-area: 1 / 5 / 2 / 6;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(4) {
  grid-area: 2 / 3 / 3 / 4;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(5) {
  grid-area: 2 / 4 / 3 / 6;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11 {
  position: relative;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11 a {
  height: 100%;
  width: 100%;
  position: relative;
  transition: 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11 a:hover {
  text-decoration: none;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11 a:hover span.title {
  opacity: 1;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11 a span.title {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  transition: 0.3s ease;
  position: absolute;
  background: #ee342b;
  height: 100%;
  padding: 1rem;
  width: 100%;
}
article[data-homepage] .attachment_galerie.grid .gallery_cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
article[data-homepage] .attachment_emblems .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
article[data-homepage] .attachment_emblems .container .row {
  height: 100%;
}
article[data-homepage] .attachment_emblems .emblems .emblem {
  min-width: 280px;
  display: table;
  text-align: center;
}
article[data-homepage] .attachment_odstavec {
  position: relative;
}
.attachment_galerie .container-fluid,
.attachment_galerie .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .gallery_pict {
  margin: 1rem;
  overflow: hidden;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .gallery_pict a {
  position: relative;
  overflow: hidden;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .gallery_pict a:before {
  content: "\f002";
  position: absolute;
  top: -100px;
  left: -100%;
  color: #fff;
  background: #ee342b;
  padding: 1rem;
  font-size: 20px;
  font-family: FontAwesome;
  transition: 0.3s ease;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .gallery_pict a:hover:before {
  top: 0;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .slick-dots {
  bottom: -60px;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .slick-prev,
.attachment_galerie.slider-main .gallery_cont.slick-slider .slick-next {
  top: 106%;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .slick-prev {
  left: 47%;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .slick-next {
  right: 47%;
}
.attachment_galerie.slider-main .gallery_cont.slick-slider .slick-prev:before,
.attachment_galerie.slider-main .gallery_cont.slick-slider .slick-next:before {
  color: #ee342b;
  font-size: 45px;
}
.attachment_galerie.slider-grey .gallery_pict img {
  margin: 0 auto;
  filter: grayscale(1);
}
.attachment_reality .nemo-wrapper.slick-slider .nemo-box {
  margin: 0.5rem;
}
article .attachment_kotevnik.boxy .container {
  padding-top: 0 !important;
}
article .attachment_kotevnik.boxy .kotevnik_i {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
article .attachment_kotevnik.boxy .kotevnik_i > div {
  max-width: 100%;
  padding: 0;
}
article .attachment_kotevnik.boxy .kotevnik_i .card {
  height: 100%;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}
article .attachment_kotevnik.boxy .kotevnik_i .card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
article .attachment_kotevnik.boxy .kotevnik_i .card a {
  padding: 1.5rem;
  padding-bottom: 4rem;
  height: 100%;
}
article .attachment_kotevnik.boxy .kotevnik_i .card a:hover {
  text-decoration: none;
}
article .attachment_kotevnik.boxy .kotevnik_i .card a .card-img-top {
  width: auto;
  height: 35px;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: auto;
}
article .attachment_kotevnik.boxy .kotevnik_i .card a .card-body {
  padding: 0;
}
article .attachment_kotevnik.boxy .kotevnik_i .card a .card-body:after {
  content: "Číst více \f101";
  display: block;
  text-align: left;
  color: #000;
  z-index: 1;
  margin-top: 1rem;
  font-size: 13px;
  font-family: 'Quicksand', sans-serif, FontAwesome;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
article .attachment_kotevnik.boxy .kotevnik_i .card a .card-body .card-title {
  font-weight: 600;
  text-align: left;
}
article .attachment_kotevnik.boxy .kotevnik_i .card a .card-body .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* after 3 line show ... */
  -webkit-box-orient: vertical;
  align-self: flex-end;
  color: #000;
  font-weight: 300;
  position: relative;
}
article .attachment_kotevnik.aktuality .kotevnik_i {
  display: flex;
  flex-wrap: wrap;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card {
  border: none;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
article .attachment_kotevnik.aktuality .kotevnik_i .card h5 {
  text-align: left;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card > a {
  overflow: hidden;
  position: relative;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card > a:before {
  content: "\f002";
  position: absolute;
  top: -80px;
  left: 0;
  color: #fff;
  background: #ee342b;
  padding: 1rem;
  font-size: 20px;
  font-family: FontAwesome;
  transition: 0.3s ease;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card > a img {
  transition: 0.3s ease;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card .card-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card .card-body > a:last-child {
  align-self: flex-end;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card .card-body > a:hover {
  text-decoration: none;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card .card-body .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card .card-body .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000;
  font-weight: 400;
}
article .attachment_kotevnik.aktuality .kotevnik_i .card:hover > a:before {
  top: 0;
}
article .attachment_kotevnik.reference .kotevnik_i {
  width: 90%;
  display: block;
  margin: 0 auto;
}
article .attachment_kotevnik.reference .kotevnik_i .slick-next:before {
  content: "\f061";
  font-family: FontAwesome;
  color: #000;
}
article .attachment_kotevnik.reference .kotevnik_i .slick-prev:before {
  content: "\f060";
  font-family: FontAwesome;
  color: #000;
}
article .attachment_kotevnik.reference .kotevnik_i .slick-next,
article .attachment_kotevnik.reference .kotevnik_i .slick-prev {
  background: #cdcdcd;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
article .attachment_kotevnik.reference .kotevnik_i .slick-prev {
  left: -50px;
}
article .attachment_kotevnik.reference .kotevnik_i .slick-next {
  right: -50px;
}
article .attachment_kotevnik.reference .kotevnik_i .card {
  border: none;
  text-align: left;
}
article .attachment_kotevnik.reference .kotevnik_i .card h5 {
  text-align: left;
  color: #ee342b;
}
article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner {
  display: flex;
  font-weight: 700;
}
article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner .card-body {
  order: 2;
  width: 80%;
}
article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner .ref-img-holder {
  order: 1;
  width: 20%;
}
article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner .ref-img-holder[style*="undefined"] {
  width: 0;
}
article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner:hover {
  text-decoration: none;
}
article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner p {
  color: #000;
}
article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner img {
  width: 50%;
  height: auto;
}
article[data-reference] .content .slick-next:before {
  content: "\f061";
  font-family: FontAwesome;
  color: #000;
}
article[data-reference] .content .slick-prev:before {
  content: "\f060";
  font-family: FontAwesome;
  color: #000;
}
article[data-reference] .content .slick-next,
article[data-reference] .content .slick-prev {
  background: #cdcdcd;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
article[data-reference] .content .slick-prev {
  left: -50px;
}
article[data-reference] .content .slick-next {
  right: -50px;
}
article[data-reference] .content .slick-prev,
article[data-reference] .content .slick-next {
  top: 60%;
}
article[data-reference] .content .card {
  border: none;
  text-align: left;
}
article[data-reference] .content .card h5 {
  text-align: left;
  color: #ee342b;
}
article[data-reference] .content .card .ref-inner {
  display: flex;
  font-weight: 700;
}
article[data-reference] .content .card .ref-inner .card-body {
  order: 2;
  width: 80%;
}
article[data-reference] .content .card .ref-inner .ref-img-holder {
  order: 1;
  width: 20%;
}
article[data-reference] .content .card .ref-inner .ref-img-holder[style*="undefined"] {
  width: 0;
}
article[data-reference] .content .card .ref-inner:hover {
  text-decoration: none;
}
article[data-reference] .content .card .ref-inner p {
  color: #000;
}
article[data-reference] .content .card .ref-inner img {
  width: 50%;
  height: auto;
}
/*article[data-nemovitosti]{

  .container, .container-fluid{
    padding-top: 12rem !important;
  }
}*/
article[data-nemovitosti] .decoration-img .container {
  padding-top: 8rem !important;
}
article[data-nemovitosti] .attachment_reality .container {
  padding-top: 2rem !important;
}
article[data-nemovitosti] .attachment_reality > .container-fluid > .row-fluid > .col-12 {
  padding-left: 0;
  padding-right: 0;
}
article[data-nemovitosti] .realitni_odstavec_nadpis,
article[data-nemovitosti] .nemovitost_nadpis {
  display: none;
}
.reality_razeni {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reality_razeni .carka_mezi {
  display: none;
}
.reality_razeni .seradit_dle {
  display: none;
}
.reality_razeni a,
.reality_razeni strong {
  padding: 1rem 2rem;
  display: inline-block;
  color: #fff;
  width: 190px;
  margin: 1rem;
  text-align: center;
}
.reality_razeni a {
  background: #ee342b;
}
.reality_razeni a:hover {
  text-decoration: none;
  background: #000;
}
.reality_razeni strong {
  background: #000;
}
.nemo-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 2rem;
}
.nemo-wrapper .nemo-box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  background: #fff;
  position: relative;
}
.nemo-wrapper .nemo-box.no-photo {
  display: grid;
  grid-template-rows: 1fr auto;
}
.nemo-wrapper .nemo-box.no-photo .nemo-photo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nemo-wrapper .nemo-box.no-photo span.no-img:after {
  content: "\f03e";
  font-family: FontAwesome;
  color: #a9a9a9;
  font-size: 60px;
}
.nemo-wrapper .nemo-box .nemo-photo {
  position: relative;
  overflow: hidden;
}
.nemo-wrapper .nemo-box .nemo-photo ul {
  padding-left: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 1rem;
}
.nemo-wrapper .nemo-box .nemo-photo ul li {
  background: #ee342b;
  color: #fff;
  padding: 0.3rem 0.5rem;
  text-align: right;
  display: table;
  margin-left: auto;
  margin-right: 0;
}
.nemo-wrapper .nemo-box .nemo-photo ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.nemo-wrapper .nemo-box .nemo-photo a:before {
  content: "\f002";
  position: absolute;
  top: -80px;
  left: 0;
  color: #fff;
  background: #ee342b;
  padding: 1rem;
  font-size: 20px;
  font-family: FontAwesome;
  transition: 0.3s ease;
}
.nemo-wrapper .nemo-box .nemo-photo a:hover:before {
  top: 0;
}
.nemo-wrapper .nemo-box .nemo-text {
  padding: 1rem;
}
.nemo-wrapper .nemo-box .nemo-text .nemo-info {
  margin-bottom: 0.5rem;
}
.nemo-wrapper .nemo-box .nemo-text .nemo-info span {
  padding: 0.4rem 1rem;
  border-radius: 50px;
  color: #000;
  border: 1px solid #ee342b;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.nemo-wrapper .nemo-box .nemo-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  line-height: normal;
}
.nemo-wrapper .nemo-box .nemo-text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000;
  font-weight: 300;
}
.nemo-wrapper .nemo-box .nemo-text .price {
  color: #000;
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 0;
}
.nemo-wrapper .nemo-box .nemo-text .price span {
  border-bottom: 2px solid #ee342b;
}
.nemo-wrapper .nemo-box .nemo-text .seller {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.nemo-wrapper .nemo-box .nemo-text .seller .seller-photo img {
  width: 80px;
  height: auto;
  margin-right: 1rem;
  border-radius: 300px;
}
.nemo-wrapper .nemo-box .nemo-text .seller .seller-text h4 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 700;
}
.nemo-wrapper .nemo-box .nemo-text .seller .seller-text p {
  font-size: 13px;
}
.nemo-wrapper .nemo-box .nemo-text .seller .seller-text a {
  position: relative;
  z-index: 2;
  font-size: 13px;
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
  color: #ee342b;
}
.nemo-wrapper .nemo-box .nemo-text .link-more {
  margin-bottom: 0;
  transition: 0.3s ease;
  font-weight: 600;
  display: table;
  margin-left: auto;
  margin-right: 0;
  margin-top: 1rem;
}
.nemo-wrapper .nemo-box .nemo-text .link-more:after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 0.3rem;
}
.nemo-wrapper .nemo-box .nemo-text .link-more:hover .link-more {
  color: grey;
}
.realty_detail .attachment_reality_filtr {
  display: none;
}
.attachment_reality .container-fluid {
  max-width: 1140px;
}
.attachment_reality .container-fluid .row-fluid .col-12 .formular_obal {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.attachment_reality .container-fluid .row-fluid .col-12 .reality_box2-3 {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.attachment_reality .container-fluid .row-fluid .col-12 h1,
.attachment_reality .container-fluid .row-fluid .col-12 h2 {
  margin-bottom: 2rem;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_big {
  overflow: hidden;
  position: relative;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_big a img {
  width: 100%;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_big:before {
  content: "\f06e";
  position: absolute;
  top: -80px;
  left: 0;
  color: #fff;
  background: #ee342b;
  padding: 1rem;
  font-size: 20px;
  font-family: FontAwesome;
  transition: 0.3s ease;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_big:hover:before {
  top: 0;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_small {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_small a {
  position: relative;
  overflow: hidden;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_small a:hover:before {
  top: 0;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_small a:before {
  content: "\f06e";
  position: absolute;
  top: -80px;
  left: 0;
  color: #fff;
  background: #ee342b;
  padding: 0.5rem;
  font-size: 15px;
  font-family: FontAwesome;
  transition: 0.3s ease;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_small a img {
  width: 100%;
}
.attachment_reality .container-fluid .row-fluid .col-12 .real_cena_info {
  background: #ee342b;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.attachment_reality .container-fluid .row-fluid .col-12 #maps_box {
  height: 400px;
}
.attachment_reality .container-fluid .row-fluid .col-12 .maps_box_label {
  display: none;
}
.attachment_reality .container-fluid .row-fluid .col-12 .raz {
  display: inline-block;
  width: 50%;
  float: left;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 15px;
}
.attachment_reality .container-fluid .row-fluid .col-12 .dva {
  display: inline-block;
  width: 50%;
  margin-bottom: 0.5rem;
  font-size: 15px;
}
.attachment_reality .container-fluid .row-fluid .col-12 .real_prodejce {
  background: #fff;
  padding: 2rem;
  color: #000;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.attachment_reality .container-fluid .row-fluid .col-12 .real_prodejce .dva {
  margin-bottom: 0;
}
.attachment_reality .container-fluid .row-fluid .col-12 .real_prodejce img {
  float: right;
  z-index: 1;
  position: relative;
  max-width: 170px;
  height: auto;
}
.attachment_reality .container-fluid .row-fluid .col-12 .real_prodejce a {
  color: #ee342b;
  font-weight: 600;
  text-decoration: none;
}
.attachment_reality .container-fluid .row-fluid .col-12 .real_prodejce .raz {
  width: 100%;
  float: none;
  display: none;
}
.attachment_reality .container-fluid .row-fluid .col-12 .real_prodejce .dva {
  width: 100%;
}
.attachment_reality .container-fluid .row-fluid .col-12 .formular_obal {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.attachment_reality .container-fluid .row-fluid .col-12 .formular_obal h3,
.attachment_reality .container-fluid .row-fluid .col-12 .formular_obal h2 {
  text-align: center;
  width: 100%;
}
.attachment_reality .container-fluid .row-fluid .col-12 .formular_obal .form_povinne {
  font-weight: 700;
  color: darkred;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_celkem {
  background: #d2e5df;
  background: linear-gradient(to bottom, #d2e5df 50%, #e7f6f1 50%);
  background-position: top;
  background-size: 100% 200%;
  color: #000;
  padding: 2rem 1rem;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_celkem:hover {
  background-position: bottom;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_celkem:before {
  content: "";
  width: 20px;
  height: 2px;
  background: black;
  position: absolute;
  right: 1rem;
  border-radius: 50px;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_celkem:after {
  content: "";
  width: 20px;
  height: 2px;
  background: black;
  position: absolute;
  right: 1rem;
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_celkem.rotate:after {
  transform: rotate(0deg);
}
.attachment_reality .container-fluid .row-fluid .col-12 .raz_full {
  margin-top: 2rem;
}
article:not([data-homepage]) .container,
article:not([data-homepage]) .container-fluid {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
article:not([data-homepage]):not([data-reference]) .attachment_kotva {
  display: none;
}
article:not([data-homepage])[data-reference] > h1 {
  display: none;
}
article:not([data-homepage])[data-reference] .kotva img {
  max-width: 100px;
  height: auto;
}
article:not([data-homepage])[data-aktuality] > .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
article:not([data-homepage])[data-detail] .container,
article:not([data-homepage])[data-detail] .container-fluid {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
article:not([data-homepage])[data-detail] h2 img {
  display: none;
}
article:not([data-homepage])[data-detail] .formular_obal {
  margin-top: 2rem;
}
article:not([data-homepage])[data-detail] .zpet_na {
  margin-top: 2rem;
}
article:not([data-homepage]) .container,
article:not([data-homepage]) .container-fluid {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
article:not([data-homepage])[data-kontakt],
article:not([data-homepage])[data-kontakty] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
article:not([data-homepage])[data-kontakt] .container,
article:not([data-homepage])[data-kontakty] .container,
article:not([data-homepage])[data-kontakt] .container-fluid,
article:not([data-homepage])[data-kontakty] .container-fluid {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
article:not([data-homepage])[data-kontakt] > div,
article:not([data-homepage])[data-kontakty] > div {
  width: 100%;
}
article:not([data-homepage])[data-kontakt] > div.half,
article:not([data-homepage])[data-kontakty] > div.half {
  max-width: 570px;
}
article:not([data-homepage])[data-kontakt] .fa,
article:not([data-homepage])[data-kontakty] .fa {
  color: #ee342b;
  font-size: 20px;
}
article:not([data-homepage])[data-kontakt] .attachment_mapa .container,
article:not([data-homepage])[data-kontakty] .attachment_mapa .container {
  max-width: 100% !important;
  padding: 0 !important;
}
article:not([data-homepage])[data-kontakt] .attachment_mapa .container .row,
article:not([data-homepage])[data-kontakty] .attachment_mapa .container .row {
  margin: 0;
}
article:not([data-homepage])[data-kontakt] .attachment_mapa .container .row .col-12,
article:not([data-homepage])[data-kontakty] .attachment_mapa .container .row .col-12 {
  padding: 0;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems,
article:not([data-homepage])[data-kontakty] .attachment_emblems {
  position: relative;
  top: -100px;
  z-index: 99999999;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .col-12,
article:not([data-homepage])[data-kontakty] .attachment_emblems .col-12 {
  padding-left: 0;
  padding-right: 0;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .container,
article:not([data-homepage])[data-kontakty] .attachment_emblems .container {
  padding: 0;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .row,
article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .row {
  justify-content: center;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .col-md-4,
article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .col-md-4 {
  width: 370px !important;
  max-width: none;
  flex: none !important;
  margin-bottom: 1rem;
}
@media (max-width: 400px) {
  article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .col-md-4,
  article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .col-md-4 {
    width: 100% !important;
  }
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .col-md-4 .emblem,
article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .col-md-4 .emblem {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  display: block;
  border: 1px solid #000;
  text-align: center;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .col-md-4 .emblem:hover,
article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .col-md-4 .emblem:hover {
  text-decoration: none;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .col-md-4 .emblem .emblem-icon,
article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .col-md-4 .emblem .emblem-icon {
  text-align: center;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .col-md-4 .emblem .emblem-icon i,
article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .col-md-4 .emblem .emblem-icon i {
  background: transparent;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .col-md-4 .emblem .emblem-icon .fa,
article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .col-md-4 .emblem .emblem-icon .fa {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
article:not([data-homepage])[data-kontakt] .attachment_emblems .emblems .col-md-4 .emblem .emblem-icon .fa:before,
article:not([data-homepage])[data-kontakty] .attachment_emblems .emblems .col-md-4 .emblem .emblem-icon .fa:before {
  font-size: 80px;
}
article:not([data-homepage])[data-kontakt] .emblem.ext > div button,
article:not([data-homepage])[data-kontakty] .emblem.ext > div button {
  padding: 0;
  background: transparent;
  color: #ee342b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
}
article:not([data-homepage])[data-kontakt] .emblem.ext > div button:hover,
article:not([data-homepage])[data-kontakty] .emblem.ext > div button:hover {
  color: #000;
}
article:not([data-homepage])[data-reference] .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
article:not([data-homepage])[data-reference] .jeden_o {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
article:not([data-homepage])[data-reference] .jeden_o .kot-box {
  display: flex;
  flex-wrap: wrap;
}
article:not([data-homepage])[data-reference] .jeden_o .kot-box ._img-wrapper {
  width: 20%;
}
@media (max-width: 767px) {
  article:not([data-homepage])[data-reference] .jeden_o .kot-box ._img-wrapper {
    width: 100%;
  }
}
article:not([data-homepage])[data-reference] .jeden_o .kot-box ._img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
}
article:not([data-homepage])[data-reference] .jeden_o .kot-box ._text-wrapper {
  width: 80%;
  padding: 2rem;
}
@media (max-width: 767px) {
  article:not([data-homepage])[data-reference] .jeden_o .kot-box ._text-wrapper {
    width: 100%;
  }
}
article:not([data-homepage])[data-reference] .jeden_o .kot-box ._text-wrapper h5 {
  text-align: left;
  color: #ee342b;
  font-weight: 700;
}
article:not([data-homepage])[data-reference] .jeden_o .kot-box ._text-wrapper p {
  text-align: left;
  font-weight: 700;
}
article:not([data-homepage])[data-reference] .jeden_o h2 {
  display: flex;
  align-items: center;
}
article:not([data-homepage])[data-reference] .jeden_o h2 img {
  margin-right: 1rem;
}
article:not([data-homepage])[data-reference] .jeden_o .perex p:last-child {
  text-align: right;
  font-weight: 700;
  color: #ee342b;
}
article:not([data-homepage])[data-aktuality] > h1 {
  display: none;
}
article:not([data-homepage])[data-aktuality] .attachment_kotva {
  display: block;
}
article:not([data-homepage])[data-aktuality] .attachment_kotva > .container {
  height: 100%;
}
article:not([data-homepage])[data-aktuality] .attachment_kotva > .container > .row {
  height: 100%;
}
article:not([data-homepage])[data-aktuality] .jeden_o {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
article:not([data-homepage])[data-aktuality] .jeden_o .jeden_i {
  height: 100%;
}
article:not([data-homepage])[data-aktuality] .jeden_o .jeden_i .kotva {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
article:not([data-homepage])[data-aktuality] .jeden_o h2 {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin-bottom: 1rem;
}
article:not([data-homepage])[data-aktuality] .jeden_o h2 a {
  color: #000;
  text-align: left;
}
article:not([data-homepage])[data-aktuality] .jeden_o h2 a span {
  font-size: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  padding-top: 2rem;
}
article:not([data-homepage])[data-aktuality] .jeden_o h2 a img {
  display: block;
  margin: 0 auto;
}
article:not([data-homepage])[data-aktuality] .jeden_o .perex {
  padding: 1rem;
  align-self: flex-end;
}
article:not([data-homepage])[data-aktuality] .jeden_o .perex p {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
article:not([data-homepage])[data-aktuality] .jeden_o .perex .protext a {
  margin-left: 0;
  margin-right: auto;
  display: table;
}
article:not([data-homepage])[data-o-mne] .attachment_odstavec h2,
article:not([data-homepage])[data-o-mne] .attachment_odstavec h4 {
  text-align: left;
}
article:not([data-homepage])[data-o-mne] .named {
  margin-bottom: 0.5rem;
}
article:not([data-homepage])[data-o-mne] .progress {
  margin-bottom: 1rem;
}
article:not([data-homepage])[data-o-mne] .progress-bar {
  background: #ee342b;
  transition: 3s ease;
}
article:not([data-homepage])[data-nemovitosti] .bottom_sort_page {
  display: none;
}
article:not([data-homepage])[data-nemovitosti] .bottom_sort_i {
  text-align: center;
  margin-top: 4rem;
}
article:not([data-homepage])[data-nemovitosti] .bottom_sort_i strong,
article:not([data-homepage])[data-nemovitosti] .bottom_sort_i a {
  border: 1px solid #d2e5df;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s ease;
}
article:not([data-homepage])[data-nemovitosti] .bottom_sort_i a {
  background: #e7f6f1;
  color: black;
}
article:not([data-homepage])[data-nemovitosti] .bottom_sort_i a:hover {
  text-decoration: none;
  background: #d2e5df;
}
article:not([data-homepage])[data-sluzby] .red-stripe-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article:not([data-homepage])[data-sluzby] > h1 {
  display: none;
}
article:not([data-homepage])[data-sluzby] .kotevnik_i {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 4rem;
}
article:not([data-homepage])[data-sluzby] .kotevnik_i > div {
  background: white;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
article:not([data-homepage])[data-sluzby] .kotevnik_i > div .card {
  border: none;
  margin-bottom: 0 !important;
  width: 100%;
}
article:not([data-homepage])[data-sluzby] .kotevnik_i > div .card img {
  width: 60px;
  display: block;
  margin: 0 auto;
}
article:not([data-homepage])[data-sluzby] .kotevnik_i > div .card p {
  color: #000;
  text-align: center;
  text-align: left;
}
article:not([data-homepage])[data-sluzby] .kruhy h2 {
  background: #ee342b;
  padding: 1rem 2rem;
  border-radius: 50%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
article:not([data-homepage]) .gallery_pict .row span {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
article:not([data-homepage]) .gallery_pict .row span a {
  overflow: hidden;
  position: relative;
}
article:not([data-homepage]) .gallery_pict .row span a:before {
  content: "\f002";
  position: absolute;
  top: -80px;
  left: 0;
  color: #fff;
  background: #ee342b;
  padding: 1rem;
  font-size: 20px;
  font-family: FontAwesome;
  transition: 0.3s ease;
}
article:not([data-homepage]) .gallery_pict .row span a:hover:before {
  top: 0;
}
body[data-isarticledetail="false"] article[data-aktuality] .content h1 {
  display: none;
}
footer {
  background-image: radial-gradient(#e3e3e3 2px, transparent 0);
  background-size: 70px 70px;
  border-top: 1px solid #ee342b;
}
footer .attachment_kotva {
  display: none;
}
footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer h2 {
  font-size: 23px;
  font-weight: 700;
  text-align: left;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer ul li a:after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 0.5rem;
  display: inline-block;
  color: #000;
}
footer > .container > .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
footer > .container > .row .container {
  padding: 0;
}
.attachment_formular {
  margin-bottom: 2rem;
  padding: 1rem;
}
.attachment_formular .container {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
.attachment_formular .container-fluid {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
.attachment_formular h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0;
}
.attachment_formular form {
  margin-top: 2rem;
}
.attachment_formular .form_ok {
  text-align: center;
  background: #d8fdd8;
  padding: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #257225;
  border: 2px solid #257225;
}
.attachment_formular .btn {
  margin: 0 auto;
}
.attachment_formular label {
  font-weight: 700;
}
.attachment_formular input {
  height: 50px;
}
.attachment_formular input[type="submit"] {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0;
  border: none;
}
.attachment_formular .form-check {
  padding: 0;
}
.attachment_formular textarea {
  min-height: 150px;
}
.attachment_formular input,
.attachment_formular textarea {
  border: 1px solid #e3e3e3;
  border-radius: 0;
}
.attachment_formular .form-control:focus {
  box-shadow: none;
  border-color: #ee342b;
}
.attachment_formular form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.attachment_formular .form-row > .col,
.attachment_formular .form-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.attachment_formular form > div {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1400px) {
  .attachment_formular form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
  }
  .attachment_formular form .form-row:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .attachment_formular form .form-row:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .attachment_formular form .form-row:nth-of-type(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .attachment_formular form .form-row:nth-of-type(4) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .attachment_formular form .form-group {
    grid-area: 4 / 1 / 5 / 3;
  }
  .attachment_formular form .form-group.row {
    grid-area: 5 / 1 / 6 / 3;
  }
}
.attachment_formular .g-recaptcha {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 500px) {
  .attachment_formular .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
.attachment_reality_filtr {
  position: relative;
}
.attachment_reality_filtr .filter-loader {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 10;
}
.attachment_reality_filtr .filter-loader .loader {
  width: 68px;
  height: 68px;
  border: 8px solid #ee342b;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reality_filter .reality_filter_inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.reality_filter .reality_filter_inner .reality_filter_one {
  border: 5px solid transparent;
  width: 100%;
}
.reality_filter .reality_filter_inner .reality_filter_one img {
  height: 69px;
  width: auto;
}
.reality_filter .reality_filter_inner .reality_filter_one:hover {
  border-color: #ee342b;
}
.reality_filter .reality_filter_inner .reality_filter_one.active {
  border-color: #ee342b;
  box-shadow: 0 0 10px #ee342b;
}
.reality_filter .reality_filter_inner .reality_filter_one.active a span {
  color: #ee342b;
}
.reality_filter .reality_filter_inner a {
  text-transform: none;
}
.reality_filter .reality_filter_inner a .perex {
  border-bottom: none;
}
.base-nemo-filter {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.base-nemo-filter > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.base-nemo-filter label {
  font-weight: 700;
  display: block;
}
.base-nemo-filter button {
  color: #fff !important;
  outline: none !important;
  padding: 0.6rem 1rem;
  text-align: left;
  font-size: 15px;
}
.base-nemo-filter button:focus {
  outline: none !important;
}
.base-nemo-filter #zvolte_typ {
  padding: 0.6rem 1rem;
  background: #e3e3e3;
  display: inline-block;
  cursor: no-drop;
  color: rgba(0, 0, 0, 0.3);
}
.base-nemo-filter .btn:hover,
.base-nemo-filter .protext a:hover {
  background: #000;
}
.base-nemo-filter .dropdown-item.active,
.base-nemo-filter .dropdown-item:active {
  background: #9d9d9d;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background: #000;
  border-color: #000;
}
.btn-light.focus,
.btn-light:focus {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
@media (max-width: 1800px) {
  article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .text-wrapper {
    top: 0;
    margin-top: 0;
  }
}
@media (max-width: 1400px) {
  header ul li a {
    font-size: 15px;
  }
  header .logo {
    width: 180px;
    margin-right: 1rem;
  }
}
@media (max-width: 1200px) {
  .base-nemo-filter {
    grid-template-columns: repeat(2, 1fr);
  }
  .reality_filter .reality_filter_inner {
    grid-template-columns: repeat(3, 1fr);
  }
  article:not([data-homepage])[data-sluzby] .kotevnik_i {
    grid-template-columns: repeat(2, 1fr);
  }
  .nemo-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  article[data-homepage] .attachment_odstavec.bg-left {
    background: #ee342b;
    top: 0;
    z-index: 1;
  }
  .bg-black-25 {
    background: #000;
  }
  .bg-black-25 .emblems {
    width: 100% !important;
    display: block !important;
    min-height: auto !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .bg-black-25 .emblems .emblem {
    min-width: 100% !important;
  }
  article .attachment_kotevnik.reference .kotevnik_i .card a {
    grid-template-columns: 30% 1fr;
  }
  .attachment_reality .container-fluid .row-fluid .col-12 .reality_box2-3 {
    grid-template-columns: 100%;
  }
}
@media (max-width: 991px) {
  article[data-homepage] .attachment_slider.main-slider {
    padding-top: 100px;
  }
  article[data-homepage] .attachment_slider.main-slider .container {
    max-width: 720px;
  }
  article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item {
    flex-wrap: wrap;
  }
  article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item .carousel-caption {
    width: 100%;
    max-width: 100%;
  }
  article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item .carousel-caption h3 {
    font-size: 30px;
  }
  article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item .carousel-caption p {
    font-size: 20px;
  }
  article[data-homepage] .attachment_galerie.grid .gallery_cont {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 100px);
    height: auto;
  }
  article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
  article[data-homepage] .attachment_galerie.grid .gallery_cont .gallery_pict_11:nth-of-type(5) {
    grid-area: 5 / 1 / 6 / 2;
  }
  article[data-homepage] .attachment_galerie.grid .gallery_cont a {
    background: #ee342b;
    position: relative !important;
  }
  article[data-homepage] .attachment_galerie.grid .gallery_cont a span.title {
    opacity: 1 !important;
  }
  article[data-o-mne] img {
    margin-bottom: 1rem !important;
  }
  .formular_obal .form-row:nth-of-type(2),
  .formular_obal .form-row:nth-of-type(3) {
    width: 100%;
  }
  footer > .container > .row {
    grid-template-columns: repeat(2, 1fr);
  }
  article .attachment_kotevnik.reference .kotevnik_i .card a {
    display: block;
  }
  article .attachment_kotevnik.reference .kotevnik_i .card a img {
    margin: 0 auto;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #d2e5df;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  header ul li a.active {
    color: #000;
  }
  header .social .container {
    padding: 0 !important;
    justify-content: center;
  }
  header .social .container,
  header .social .row {
    width: 100%;
  }
  header .social .container .gallery_cont,
  header .social .row .gallery_cont {
    justify-content: center;
    margin-bottom: 1rem;
  }
  header .nav-wrapper {
    flex-wrap: wrap;
  }
  header .nav-wrapper ul.nav.navbar {
    display: block;
    text-align: center;
  }
  header .nav-wrapper ul.nav.navbar li {
    margin-right: 0;
  }
  header .nav-wrapper .logo {
    width: 200px;
  }
  header .nav-wrapper nav {
    width: 100%;
  }
  article .attachment_kotevnik.boxy .kotevnik_i {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .row .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .col-6 img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  article:not([data-homepage])[data-aktuality] > .content {
    grid-template-columns: 1fr;
  }
  .form-group .col-sm-12 {
    padding: 0 !important;
  }
  .formular_obal {
    padding: 1rem;
  }
  article .attachment_kotevnik.aktuality .kotevnik_i > div:not(:first-child) {
    display: none;
  }
  .base-nemo-filter {
    grid-template-columns: 1fr;
  }
  .reality_filter .reality_filter_inner {
    grid-template-columns: 1fr;
  }
  article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner {
    flex-wrap: wrap;
  }
  article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner .card-body {
    width: 100%;
  }
  article .attachment_kotevnik.reference .kotevnik_i .card .ref-inner .ref-img-holder {
    width: 100%;
    height: 250px;
  }
  article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .text-wrapper {
    text-align: left;
    width: 100%;
    justify-content: flex-start;
  }
  article[data-homepage] .attachment_odstavec.stay-connected .emblems-holder .text-wrapper h2 {
    text-align: left;
  }
  article:not([data-homepage])[data-sluzby] .kotevnik_i {
    grid-template-columns: 1fr;
  }
  .decoration-img h1 {
    font-size: 50px;
  }
  footer > .container > .row {
    grid-template-columns: 1fr;
  }
  h2,
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  article[data-homepage] .attachment_slider.main-slider #Carousel {
    height: 100vh;
  }
  article .attachment_kotevnik.aktuality .kotevnik_i > div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  article .attachment_kotevnik.reference .kotevnik_i .card a {
    grid-template-columns: 1fr;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  article .attachment_kotevnik.boxy .kotevnik_i {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .nemo-wrapper {
    grid-template-columns: 1fr;
  }
  article[data-homepage] .attachment_slider.main-slider #Carousel .carousel-item > .carousel-container img {
    max-width: 100%;
  }
  article:not([data-homepage])[data-reference] .jeden_o h2 {
    flex-wrap: wrap;
  }
  article:not([data-homepage])[data-reference] .jeden_o h2 img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  article:not([data-homepage])[data-aktuality] .jeden_o h2 a {
    flex-wrap: wrap;
  }
  article:not([data-homepage])[data-aktuality] .jeden_o h2 a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* after 3 line show ... */
    -webkit-box-orient: vertical;
  }
  article:not([data-homepage])[data-aktuality] .jeden_o h2 a img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .decoration-img.article h1 {
    font-size: 35px;
  }
  .attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_small {
    grid-template-columns: repeat(3, 1fr);
  }
  article:not([data-homepage])[data-aktuality] .news-wrapper {
    grid-template-columns: 100%;
  }
}
@media (max-width: 550px) {
  .col-12 .col-12 .text-wrapper {
    width: 100%;
    font-size: 25px;
  }
  .attachment_reality .container-fluid .row-fluid .col-12 .real_prodejce .dva {
    text-align: center;
  }
  .attachment_reality .container-fluid .row-fluid .col-12 .real_prodejce img {
    float: none;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .attachment_reality .container-fluid .row-fluid .col-12 .nemovitost_foto5_small {
    grid-template-columns: repeat(2, 1fr);
  }
  .formular_obal input[type="submit"] {
    margin-left: auto;
  }
  .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
  }
}
article[data-homepage] .nemo-wrapper {
  display: block !important;
}
/*# sourceMappingURL=style.css.map */