.bg-gray {
  background: #eeeeee;
}
.mapa_visual_obal img {
  max-width: none;
}
.real_prodejce_foto img,
.vi_foto img {
  max-width: 100%;
}
.path h2 {
  text-align: left;
}
.path .formular {
  background: transparent;
}
.path .formular tr td:nth-child(1) {
  width: 30%;
}
.path .formular tr td:nth-child(2) {
  width: 70%;
}
.path .formular tr td:nth-child(2) input,
.path .formular tr td:nth-child(2) textarea {
  margin-top: 0.3rem;
  width: 100%;
}
.path .formular input[type=submit] {
  background: #757575;
  border: 1px solid #757575;
  opacity: 1;
}
.path .formular input[type=submit]:hover {
  color: white;
  background: #4f4f4f;
  border-color: #4f4f4f;
}
body {
  font-family: "Neris", Ubuntu, sans-serif;
  font-size: 1.7em;
}
h1,
h2,
h3 {
  color: #757575;
  text-align: center;
}
h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 40px;
}
.smap {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 300px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.btn {
  border-radius: 0;
}
#myCarousel .item {
  text-align: center;
}
#myCarousel .item img {
  margin: 0 auto;
}
.btn-primary {
  background: #757575;
  border-color: #757575;
  font-weight: bold;
  font-size: 1.1em;
}
.btn-primary:hover {
  transition: 0.3s;
  background: #424242;
  border-color: #424242;
}
a {
  color: black;
}
.iodst {
  position: relative;
}
.iodst img {
  max-width: 100%;
}
.iodst .sourDesc {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 90%;
}
.iodst.iright {
  float: right;
  padding: 0 0 10px 10px;
}
.iodst.iright .sourDesc {
  text-align: right;
}
.iodst.ileft {
  float: left;
  padding: 10px 10px 0 0;
}
.iodst.ileft .sourDesc {
  text-align: left;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.button_facebook {
  float: left;
  border: 0 none;
  overflow: hidden;
  width: 130px;
  height: 21px;
  margin: 0 0 0 3px;
}
.spust_tisk {
  width: 20px;
  height: 20px;
  background: url('/asset/image/printer-Icon.png');
  background-size: contain;
  display: inline-block;
  font-size: 0;
  line-height: 33px;
  margin-left: 10px;
}
.shadow {
  position: relative;
  width: 102%;
  height: 33px;
  background: url("/asset/image/shadow.png") no-repeat center;
  background-size: 100%;
  z-index: 0;
  margin-left: -1%;
  margin-top: -14px;
}
.shadow-small {
  position: relative;
  margin-left: -1%;
  width: 102%;
  height: 33px;
  background: url("/asset/image/shadow-small.png") no-repeat center -10px;
  background-size: 100%;
  z-index: 0;
  margin-bottom: 10px;
}
.header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  justify-content: space-around;
  align-items: center;
  background: rgba(117, 117, 117, 0.8);
}
.header > a.site-logo {
  display: inline-block;
}
.header > a.site-logo > img {
  max-width: 100%;
}
.header > .main-navbar {
  display: inline-block;
}
.header > .main-navbar .navbar-default {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.header > .main-navbar .navbar-default .nav {
  width: 100%;
  text-align: center;
}
.header > .main-navbar .navbar-default .nav > ul > li {
  display: inline-block;
}
.header > .main-navbar .navbar-default .nav > ul > li > a {
  color: white;
  font-size: 110%;
  text-shadow: 0 0 9px #4c4c4c;
  font-weight: 600;
  padding: 15px;
  display: block;
}
.header > .main-navbar .navbar-default .nav > ul > li > a:hover {
  text-decoration: none;
  background: rgba(117, 117, 117, 0.6);
}
.header > .main-navbar .navbar-default .nav > ul > li > a:focus {
  background: #424242;
  color: white;
}
.header > .main-navbar .navbar-default .nav > ul > li.active {
  background: #424242;
  color: white;
  box-shadow: 0 2px #424242;
}
.header > .main-navbar .navbar-default .nav > ul > li.active a {
  color: white;
}
.header > .main-navbar ul.dropdown-menu {
  border-radius: 0;
  border: none;
  background: #424242;
  font-size: 110%;
}
.header > .main-navbar ul.dropdown-menu a {
  color: white;
}
.header > .main-navbar ul.dropdown-menu a:hover {
  background: white;
  color: #424242 !important;
}
.timeline > li {
  min-height: 160px;
}
.timeline > li > .timeline-badge {
  background-color: #757575 !important;
}
.timeline > li > .timeline-panel {
  border: none;
  background: white;
}
.timeline > li > .timeline-panel h2.timeline-title {
  color: black;
}
.timeline > li:hover {
  transition: 0.5s all;
}
.timeline > li:hover > .timeline-badge {
  transition: 0.5s all;
  background-color: #424242 !important;
}
.timeline > li:hover > .timeline-panel {
  transition: 0.5s all;
  box-shadow: 0 1px 16px 3px rgba(0, 0, 0, 0.57);
}
.hp-slider {
  overflow-x: hidden;
  height: auto;
  min-height: 420px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.hp-slider .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.hp-slider .row .col-md-12 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.hp-slider .slide-filter {
  padding: 10px 0;
  background: rgba(117, 117, 117, 0.8);
  color: white;
  position: relative;
  top: -20vh;
}
.hp-slider .slide-filter > form {
  min-height: 70px;
}
.hp-slider .slide-filter > form button.subm {
  position: relative;
  top: 24px;
}
.hp-slider .slide-slogan {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: absolute;
  top: 200px;
  left: 50%;
  right: 10%;
  height: auto;
  color: white;
  font-size: 2em;
}
.hp-slider .slide-slogan h1 {
  color: white;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.hp-slider .slide-slogan p {
  line-height: 1;
  font-size: 75%;
  margin-top: 1.5rem;
}
.carousel-indicators {
  bottom: -45px;
}
.carousel-indicators li {
  width: 13px;
  height: 13px;
  background: #aaa;
  border: 0;
  margin: 0 10px;
}
.carousel-indicators li.active {
  width: 13px;
  height: 13px;
  background: #424242;
  border: 0;
  margin: 0 10px;
}
.carousel-control {
  padding-top: 11%;
  font-size: 7em;
}
.hp-icons {
  position: relative;
  top: -25px;
}
.hp-icons > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hp-icons > .row > .hp-icon {
  display: inline-block;
  margin: 20px;
  width: 20rem;
  background: rgba(255, 255, 255, 0.8);
}
.hp-icons > .row > .hp-icon > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(117, 117, 117, 0.07);
  border: 1px solid #b7b7b7;
  box-shadow: 0 0 14px 1px #49a87a61;
  transition: 0.2s all;
  position: relative;
  overflow: hidden;
}
.hp-icons > .row > .hp-icon > a > h4 {
  order: 2;
  color: #757575;
  text-align: left;
  padding: 15px;
  width: 50%;
  font-weight: bolder;
}
.hp-icons > .row > .hp-icon > a > svg path {
  transition: 0.2s all;
  fill: #757575;
}
.hp-icons > .row > .hp-icon > a:hover {
  text-decoration: none;
  background: #757575;
  border: 1px solid rgba(52, 52, 52, 0.96);
  box-shadow: 0 0 14px 1px #49a87a61;
}
.hp-icons > .row > .hp-icon > a:hover > h4 {
  color: white;
}
.hp-icons > .row > .hp-icon > a:hover > svg path {
  fill: white;
}
.hp-icons > .row > .hp-icon > a:hover::after {
  transition: 0.4s all;
  content: attr(data-count);
  background: white;
  color: #757575;
}
.hp-icons > .row > .hp-icon > a::after {
  content: attr(data-count);
  color: white;
  background: #757575;
  line-height: 35px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: -20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hp-introtext .hp-introtext-inner .link {
  text-align: right;
}
.hp-kontaktbanner {
  background: #f54c4c;
  color: white;
  padding-top: 5px;
  text-align: center;
  box-shadow: 0 3px 7px 1px #291b1b80;
}
.hp-kontaktbanner a {
  color: white;
}
.hp-reference {
  background: #eaeaea;
  padding: 3rem;
}
.hp-reference .hp-reference-inner .kotevnik_one_o {
  padding: 20px;
}
.hp-reference .hp-reference-inner .kotevnik_one_o > .kotevnik_one_i {
  position: relative;
  padding: 15px;
}
.hp-reference .hp-reference-inner .kotevnik_one_o > .kotevnik_one_i > a {
  color: black;
  display: block;
  font-size: 130%;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  border-bottom: 1px solid black;
}
.hp-reference .hp-reference-inner .kotevnik_one_o > .kotevnik_one_i > a .article_datetime {
  display: none;
}
.hp-reference .hp-reference-inner .kotevnik_one_o > .kotevnik_one_i > a:hover {
  text-decoration: none;
}
.hp-reference .hp-reference-inner .kotevnik_one_o > .kotevnik_one_i > div {
  padding: 10px;
}
.hp-reference .hp-reference-inner .kotevnik_one_o > .kotevnik_one_i > div > p {
  display: inline;
}
.hp-reference .hp-reference-inner .kotevnik_one_o > .kotevnik_one_i > div > p::before {
  content: '„';
  font-size: 50px;
  line-height: 1px;
  float: left;
}
.hp-reference .hp-reference-inner .kotevnik_one_o > .kotevnik_one_i > div > p::after {
  content: '“';
  font-size: 50px;
  line-height: 0;
  position: relative;
  top: 20px;
}
.hp-socialbanner {
  background: #f54c4c;
  color: white;
  padding-top: 5px;
  text-align: center;
  box-shadow: 0 3px 7px 1px #291b1b80;
  margin: 0;
  margin-bottom: 40px;
}
.hp-socialbanner .hp-socialbanner-inner > .box_anchor_o > .box_anchor_i > .blok_o > .blok_i {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.hp-socialbanner .hp-socialbanner-inner > .box_anchor_o > .box_anchor_i > .blok_o > .blok_i .odstavec {
  margin-top: 10px;
  font-size: 130%;
  margin-right: 50px;
}
.hp-socialbanner .hp-socialbanner-inner > .box_anchor_o > .box_anchor_i > .blok_o > .blok_i .emblems {
  margin: 0;
  padding: 0;
  min-height: unset;
  height: 60px;
}
.hp-socialbanner .hp-socialbanner-inner > .box_anchor_o > .box_anchor_i > .blok_o > .blok_i .emblems .emblem {
  margin-top: 4px;
  padding: 0;
  min-height: unset;
  border: none;
}
.hp-socialbanner .hp-socialbanner-inner > .box_anchor_o > .box_anchor_i > .blok_o > .blok_i .emblems .emblem .emblem-icon {
  width: 50px;
  height: 50px;
  box-shadow: none;
  top: unset;
}
.hp-socialbanner .hp-socialbanner-inner > .box_anchor_o > .box_anchor_i > .blok_o > .blok_i .emblems .emblem .emblem-icon::after,
.hp-socialbanner .hp-socialbanner-inner > .box_anchor_o > .box_anchor_i > .blok_o > .blok_i .emblems .emblem .emblem-icon::before {
  display: none;
  content: '';
}
.hp-socialbanner .hp-socialbanner-inner > .box_anchor_o > .box_anchor_i > .blok_o > .blok_i .clear {
  display: none;
}
.hp-mapa {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.hp-mapa .hp-mapa-inner {
  position: relative;
}
.hp-mapa .hp-mapa-inner .map-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(104, 104, 104, 0.54);
  z-index: 5;
}
.hp-mapa .hp-mapa-inner .map-overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: 'Pro aktivaci mapy klikněte';
  display: flex;
  color: white;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 150%;
  font-weight: bolder;
  text-shadow: 0 0 3px black;
}
.hp-mapa .hp-mapa-inner .map-overlay.hidden {
  transition: 1s all;
  height: 0;
  width: 0;
  z-index: 0;
  background: transparent;
}
.hp-mapa .hp-mapa-inner .map-overlay.hidden::before {
  content: '';
  display: none;
}
.obsah .zpet_na {
  margin: 15px 0;
  transform: rotate(180deg);
  text-align: right;
  margin-left: 25px;
}
.obsah .zpet_na span {
  display: block;
  transform: rotate(180deg);
  text-align: left;
}
.obsah .zpet_na span a {
  color: #424242;
}
.obsah .zpet_na::before {
  content: '➱';
  font-size: 200%;
  line-height: 40px;
  position: absolute;
  top: -5px;
  color: #424242;
}
.bottom_sort_o {
  text-align: center;
  margin-bottom: 15px;
}
.bottom_sort_o .bottom_sort_page {
  display: none;
}
.bottom_sort_o strong {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #757575;
  border: 1px solid #757575;
  color: white;
  padding: 5px;
}
.bottom_sort_o a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #424242;
  border: 1px solid #424242;
  color: white;
  padding: 5px;
}
.bottom_sort_o a.bottom_sort_txt {
  width: auto;
}
.bottom_sort_o a:hover {
  transition: 0.3s all;
  text-decoration: none;
  background: white;
  color: #424242;
}
.big-buttons {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.big-buttons .btn-primary {
  width: 300px;
  height: 70px;
  padding: 25px 30px;
  font-size: 1.2em;
  line-height: 27px;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #eeeeee;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  margin: 0 3px;
  color: white;
}
.pagination > li > a:hover {
  color: white;
}
.pagination > li > a:focus {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #eeeeee;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  margin: 0 3px;
  color: white;
}
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: white;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  margin: 0 3px;
  color: #757575;
}
.pagination > li > span:hover {
  color: white;
}
.pagination > .active > a {
  background: #424242;
  border-color: #424242;
}
.pagination > .active > a:focus {
  background: #424242;
  border-color: #424242;
}
.pagination > .active > a:hover {
  background: #424242;
  border-color: #424242;
}
.pagination > .active > span {
  background: #424242;
  border-color: #424242;
}
.pagination > .active > span:focus {
  background: #424242;
  border-color: #424242;
}
.pagination > .active > span:hover {
  background: #424242;
  border-color: #424242;
}
footer.path {
  background: #f1f1f1;
  color: black;
  padding-bottom: 2rem;
  border-top: 7px solid #757575;
  margin-top: 4rem;
}
footer.path .foot-contact {
  padding-top: 4rem;
}
footer.path .footer-navbar {
  border: none;
  background: transparent;
  color: white;
  padding-top: 7px;
  margin-top: 2rem;
}
footer.path .footer-navbar .navbar-default {
  background: transparent !important;
  border: none;
  box-shadow: none;
}
footer.path .footer-navbar .navbar-default ul li {
  list-style: none;
  line-height: 50px;
  float: left;
}
footer.path .footer-navbar .navbar-default ul li:first-child,
footer.path .footer-navbar .navbar-default ul li:last-child {
  display: none;
}
footer.path .footer-navbar .navbar-default ul li a {
  color: white;
  background: #757575;
  padding: 7px 15px;
  margin: 8px;
  text-decoration: none;
}
footer.path .footer-navbar .navbar-default ul li a:hover {
  background: #4f4f4f;
  color: white !important;
}
footer.path .footer-navbar .navbar-default ul li.active a {
  background: white;
  color: #757575 !important;
}
footer.path .logo {
  margin-top: 9rem;
  margin-left: 45px;
}
footer.path .logo img {
  max-width: 100%;
}
footer.path table {
  width: 80%;
}
footer.path a {
  color: black;
}
footer.path h2 {
  color: black;
}
footer.path .foot-form .formular {
  border: none;
  box-shadow: none;
}
.nemovitosti_filtr_dolni {
  clear: both;
}
.filter-box {
  margin-top: 50px;
  background: #757575;
  padding: 10px;
  color: white;
}
.filter-box h2 {
  color: white;
}
.filter-box label {
  text-shadow: 0 0 black;
}
.filter-box .btn-primary {
  margin-left: 50%;
  width: 120px;
  position: relative;
  left: -70px;
}
.obsah {
  margin: -15px;
}
.obsah > h1 {
  text-align: center !important;
  margin-left: 20% !important;
  text-shadow: 1px 1px 1px #00000091;
  width: 60%;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #757575;
}
.obsah > .blok_o > .blok_i > .jeden_o {
  margin-bottom: 4rem;
  padding: 15px;
  background: rgba(117, 117, 117, 0.05);
  box-shadow: 0 5px 8px 0 #00000029;
  overflow: auto;
}
.obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva > h2 > a > img {
  max-width: 100%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva > .perex > p {
  display: block;
  min-height: 100px;
}
.obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva > .perex > .protext {
  text-align: left;
  margin-bottom: 2rem;
}
.obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva > .perex > .protext > a {
  padding: 7px 20px;
  background: white;
  color: #757575;
  border: 2px solid #757575;
}
.obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva > .perex > .protext > a:hover {
  transition: 0.3s all;
  text-decoration: none;
  background: #757575;
  color: white;
}
.obsah > .blok_o.primo_clanek > .blok_i > .jeden_o {
  margin-bottom: 4rem;
}
.obsah > .blok_o.primo_clanek > .blok_i > .jeden_o > .jeden_i > .kotva > h2 > img {
  display: none;
}
.hp3boxy .emblems .emblem {
  border: 1px solid;
  box-shadow: 0 0 12px 2px #dcdcdc;
  padding: 0 25px;
  margin-top: -5px;
  position: relative;
  padding-bottom: 60px;
}
.hp3boxy .emblems .emblem .emblem-icon > i {
  position: relative;
  top: -50px;
  border: 5px solid white;
  margin-bottom: -30px;
}
.hp3boxy .emblems .emblem button.btn {
  text-align: center;
  padding: 5px 20px;
  background: white;
  color: #757575;
  border: 2px solid #757575;
  font-weight: normal;
}
.hp3boxy .emblems .emblem button.btn:hover {
  background: #757575;
  color: white;
}
@media (max-width: 768px) {
  .gallery_cont {
    text-align: center;
  }
}
.gallery_cont .gallery_pict_11,
.gallery_cont .gallery_pict {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.gallery_cont .gallery_pict_11.gallery_pict_last,
.gallery_cont .gallery_pict.gallery_pict_last {
  margin-right: 0;
}
.gallery_cont .gallery_pict_11 a,
.gallery_cont .gallery_pict a {
  display: inline-block;
  border: 3px solid white;
  box-shadow: 0 0 10px 2px #00000045;
}
.gallery_cont .gallery_pict_11 a img,
.gallery_cont .gallery_pict a img {
  max-width: 100%;
}
.gallery_cont .gallery_pict_11 a:hover,
.gallery_cont .gallery_pict a:hover {
  transition: 0.3s all;
  filter: grayscale(40%);
  border: 3px solid #757575;
  box-shadow: 0 0 10px 2px #0000006b;
}
.gallery_type_16 > .row > span a {
  display: inline-block;
  border: 3px solid white;
  margin-bottom: 15px;
  box-shadow: 0 0 10px 2px #00000045;
}
.gallery_type_16 > .row > span a img {
  max-width: 100%;
}
.gallery_type_16 > .row > span a:hover {
  transition: 0.3s all;
  filter: grayscale(40%);
  border: 3px solid #757575;
  box-shadow: 0 0 10px 2px #0000006b;
}
/*
  nemovitosti na HP
 */
.hp-nemovitosti,
.listing {
  margin-top: 30px;
}
.hp-nemovitosti .info1_o,
.listing .info1_o {
  display: block;
  width: 33%;
  float: left;
  padding: 20px;
}
.hp-nemovitosti .info1_o .info1_i,
.listing .info1_o .info1_i {
  min-height: 200px;
  border: 1px solid #757575;
  background: white;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
.hp-nemovitosti .info1_o .info1_i:hover,
.listing .info1_o .info1_i:hover {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}
.hp-nemovitosti .info1_o .info1_i h2,
.listing .info1_o .info1_i h2 {
  margin: 0;
  line-height: 1.4;
  min-height: 340px;
  font-size: 110%;
  margin-top: 1.5rem;
  padding: 1rem;
}
.hp-nemovitosti .info1_o .info1_i h2 a img,
.listing .info1_o .info1_i h2 a img {
  max-width: 100%;
  margin-bottom: 20px;
}
.hp-nemovitosti .info1_o .info1_i .adresa,
.listing .info1_o .info1_i .adresa {
  text-align: center;
  font-weight: bold;
  margin: 5px;
  min-height: 3em;
}
.hp-nemovitosti .info1_o .info1_i .popisek,
.listing .info1_o .info1_i .popisek {
  text-align: center;
  margin: 10px;
  display: none;
}
.hp-nemovitosti .info1_o .info1_i .cena a,
.listing .info1_o .info1_i .cena a {
  display: block;
  width: 100%;
  background: #424242;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 1.1em;
}
.hp-nemovitosti .info1_o .info1_i .cena a:hover,
.listing .info1_o .info1_i .cena a:hover {
  background: #757575;
  text-decoration: none;
}
.hp-nemovitosti .info1_o .info1_i .cena span,
.listing .info1_o .info1_i .cena span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
}
/*

  /nemovitosti

 */
#detail h1,
#detail h2 {
  text-align: left;
  margin-left: -5px;
}
@media (min-width: 1201px) {
  #detail > .container.bg-white {
    min-height: 78vh;
  }
}
/*
  Deatil nemovitosti
 */
.detail {
  margin-top: 50px;
}
.detail .reality_box .r_soubory_raz,
.detail .reality_box .r_soubory_dva {
  border: none !important;
  background: transparent !important;
}
.detail .reality_box .text_cena_obal {
  font-size: 1.5em;
  background: #757575;
  color: white;
  display: block;
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
}
.detail .reality_box .raz {
  width: 50%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  line-height: 2em;
  padding-left: 5px;
}
.detail .reality_box .raz:nth-child(even) {
  background: #eeeeee;
}
.detail .reality_box .raz.raz_cena {
  display: none;
}
.detail .reality_box .dva {
  width: 50%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  line-height: 2em;
}
.detail .reality_box .dva:nth-child(odd) {
  background: #eeeeee;
}
.detail .reality_box .dva_big_cena {
  display: block;
  background: #757575;
  color: white;
  margin-bottom: 1rem;
}
.detail .reality_box .dva_big_cena .cena_castka {
  font-size: 120%;
  text-align: center;
  display: block;
  padding: 15px;
}
.detail .reality_box .dva_big_cena .cena_castka > #cena_castka {
  font-weight: bolder;
  letter-spacing: 1.5px;
}
.detail .reality_box .dva_big_cena br {
  display: none;
}
.detail .reality_box .dva_big_cena .cena_pozn_obyc {
  display: none;
}
.detail .reality_box .dva_big_cena .cena_pozn_web {
  display: block;
  text-align: center;
  padding: 15px;
  padding-top: 0;
}
.detail .reality_box span.nemovitosti_foto_neni {
  display: inline-block;
  width: 100%;
  min-height: 300px;
  background-image: url(/asset/image/foto_neni.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .detail .reality_box span.nemovitosti_foto_neni {
    min-height: 400px;
  }
}
.detail .reality_box1 {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.detail .reality_box1 .bigtext_nadpis {
  display: none;
}
.detail .reality_box1 .ceny2 {
  display: none;
  font-size: 2em;
  text-align: center;
  position: relative;
  top: -20px;
}
.detail .reality_box1 .ceny2 .nemo-price-secondary {
  color: gray;
  text-decoration: line-through;
  margin-right: 20px;
}
.detail .reality_box1 .ceny2 .nemo-price-basic {
  color: #424242;
}
.detail .reality_box2 {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.detail .reality_box2 .text_cena_obal {
  display: none;
}
.detail .reality_box2 .raz_full {
  font-weight: bolder;
}
.detail .reality_box2 .share-box {
  text-align: center;
  color: #424242;
  width: 90%;
  margin-left: 5%;
  padding: 30px;
}
.detail .reality_box2 .share-box a {
  margin: 10px;
  cursor: pointer;
}
.detail .reality_box2 .share-box a .fa {
  padding-right: 5px;
}
.detail .reality_box2 .share-box .share-box-social {
  background: #eeeeee;
  padding: 10px;
}
.detail .nemovitost_foto5_small {
  padding: 10px;
  margin: 10px -3px 30px -3px;
  max-height: 585px;
  transition: 500ms ease;
  overflow: hidden;
}
.detail .nemovitost_foto5_small img {
  width: 20%;
  margin: 0;
  padding: 10px;
}
.detail .nemovitost_foto5_small img:hover {
  box-shadow: 0px 0px 10px 3px #eeeeee;
}
.detail .nemovitost_foto5_celkem {
  text-align: right;
  text-decoration: none;
  display: block;
  padding: 5px 52px 25px 12px;
  cursor: pointer;
  background: url('/asset/image/sipkad.png') top right no-repeat;
}
.detail .nemovitost_foto5_big {
  position: relative;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
.detail .nemovitost_foto5_big img {
  width: 100%;
}
.detail .nemovitost_foto5_big .rezervace::after {
  position: absolute;
  width: 120px;
  z-index: 10;
  text-align: center;
}
.detail .nemovitost_foto5_big .prodano::after {
  position: absolute;
  width: 120px;
  z-index: 11;
  text-align: center;
}
.detail .nemovitost_foto5_big .pronajato::after {
  position: absolute;
  width: 120px;
  z-index: 10;
  text-align: center;
}
.detail .nemovitost_foto5_big .milacci::after {
  position: absolute;
  top: 30px;
  width: 120px;
  text-align: center;
  z-index: 5;
}
.detail .nemovitost_foto5_big .deti::after {
  position: absolute;
  top: 60px;
  width: 120px;
  text-align: center;
  z-index: 5;
}
.detail .nemovitost_foto5_big .cizinci::after {
  position: absolute;
  top: 90px;
  width: 120px;
  text-align: center;
  z-index: 5;
}
.detail .r_soubory_dva img {
  max-width: 100%;
}
.detail .nemovitost_foto_big_video {
  max-width: 100%;
  margin-bottom: 2rem;
}
.detail .nemovitost_foto_big_video iframe {
  max-width: 100%;
}
.detail .nemovitost_foto5_small.nemovitost_foto5_small_zabaleno {
  max-height: 85px;
  overflow: hidden;
  margin: 10px -3px;
}
.detail .bigtext.bigtext_nadpis p {
  font-size: 24px;
  color: #757575;
  line-height: 1.2em;
  font-weight: bold;
}
.detail .real_prodejce {
  clear: both;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  background: white;
  border-top: 5px solid #757575;
  border-bottom: 5px solid #757575;
  padding: 15px;
}
.detail .real_prodejce .raz {
  display: none;
}
.detail .real_prodejce .dva {
  width: 70%;
  border: none;
  line-height: 1.3em;
  padding-top: 10px;
}
.detail .real_prodejce strong {
  font-size: 1.3em;
}
.detail .real_prodejce .real_prodejce_foto {
  float: left;
  border: 1px solid #757575;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 #757575;
  border-radius: 0;
  margin-right: 10px;
  overflow: hidden;
  max-width: 50%;
  transition: 200ms ease;
  margin-top: -10px;
}
.detail .real_prodejce .real_prodejce_foto img {
  border-radius: 0;
}
.detail .hypocalc_all_o {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  background: #757575;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.detail .hypocalc_all_o h2 {
  padding-top: 15px;
  padding-left: 15px;
  color: white;
}
.detail .hypocalc_all_o .hypocalc_i {
  padding-bottom: 20px;
}
.detail .hypocalc_all_o .hypocalc_i table {
  width: 80%;
  margin-left: 10%;
  margin-top: 20px;
}
.detail .hypocalc_all_o .hypocalc_i table input {
  color: #424242;
  padding-left: 5px;
  width: 80%;
}
.detail .formular_obal_reality {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  background: #424242;
  color: #eeeeee;
  margin-bottom: 20px;
}
.detail .formular_obal_reality .formular {
  width: 100%;
  padding: 20px;
  color: black;
}
.detail .formular_obal_reality .formular table {
  width: 80%;
  margin-left: 10%;
}
.detail .formular_obal_reality .formular table tr td textarea {
  height: 100px;
}
.detail .formular_obal_reality .formular table tr td:nth-child(1) {
  width: 30%;
}
.detail .formular_obal_reality .formular table tr td:nth-child(2) {
  width: 70%;
}
.dev_project_table h3 {
  margin-top: 2rem;
}
.dev_project_table .dev_project_table2 {
  margin-top: 20px;
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #424242;
  box-shadow: 0 0 10px 0 #757575;
}
.dev_project_table .dev_project_table2 table.table1 {
  width: 100%;
}
.dev_project_table .dev_project_table2 table.table1 tr {
  border-bottom: 1px solid lightgray;
}
.dev_project_table .dev_project_table2 table.table1 tr:first-child {
  border-bottom: 1px solid black;
}
.dev_project_table .dev_project_table2 table.table1 tr:first-child:hover {
  background: transparent;
}
.dev_project_table .dev_project_table2 table.table1 tr.dev_podlazi {
  text-align: center;
  font-size: 90%;
}
.dev_project_table .dev_project_table2 table.table1 tr.dev_podlazi strong {
  font-weight: normal;
}
.dev_project_table .dev_project_table2 table.table1 tr.dev_podlazi:hover {
  background: transparent;
}
.dev_project_table .dev_project_table2 table.table1 tr > td {
  padding: 5px;
}
.dev_project_table .dev_project_table2 table.table1 tr > td.stav {
  padding: 0;
}
.dev_project_table .dev_project_table2 table.table1 tr > td.stav > a {
  display: block;
  background: #757575;
  border: 1px solid #757575;
  text-align: center;
  color: white;
  margin: 0;
  font-size: 120%;
  padding: 3px 15px;
}
.dev_project_table .dev_project_table2 table.table1 tr > td.stav > a:hover {
  transition: 0.3s all;
  text-decoration: none;
  background: white;
  color: #757575;
}
.dev_project_table .dev_project_table2 table.table1 tr:hover {
  transition: 0.3s all;
  background: white;
}
.formular {
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.formular > form > p {
  display: block;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 1rem;
}
.formular .form_error {
  color: #d23636;
}
.formular .form_error:before {
  content: '⇧';
  color: #d23636;
  padding-right: 10px;
}
.formular input,
.formular textarea {
  max-width: unset;
  width: 100%;
  margin-bottom: 0.3rem;
  border: 1px solid rgba(117, 117, 117, 0.7);
  box-shadow: inset 0 4px 8px 0 #00000029;
}
.formular input:focus,
.formular textarea:focus {
  border: 1px solid #424242;
  box-shadow: 0 0 10px 0 #757575;
}
.formular input[type=submit] {
  background: #424242;
  color: white;
  border: 1px solid #424242;
  transition: 0.3s all;
  padding: 10px;
}
.formular input[type=submit]:hover {
  background: white;
  color: #424242;
}
.formular table {
  width: 80%;
  margin-left: 10%;
}
.formular table tr td:nth-child(1) {
  width: 30%;
}
.formular table tr td:nth-child(2) {
  width: 70%;
}
.emblems .emblem {
  color: black;
  text-align: center;
  position: relative;
  min-height: 35rem;
  border: 1px solid #757575;
}
.emblems .emblem:hover {
  text-decoration: none;
  background: transparent;
  color: black;
}
.emblems .emblem:hover h3 {
  color: #757575;
}
.emblems .emblem:hover i {
  background: transparent !important;
}
.emblems .emblem > .emblem-icon {
  display: inline-block;
  width: 100px;
  height: 55px;
  margin-bottom: 3rem;
  background: #757575;
  position: relative;
  top: -30px;
  box-shadow: 0 0 1px 12px white;
}
.emblems .emblem > .emblem-icon > i {
  background: transparent;
  text-align: center;
  padding: unset;
  line-height: 55px;
}
.emblems .emblem > .emblem-icon::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #757575;
}
.emblems .emblem > .emblem-icon::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #757575;
}
.emblems .emblem > .emblem-icon:hover {
  background: #000000;
}
.emblems .emblem > .emblem-icon:hover i {
  background: transparent;
}
.emblems .emblem > .emblem-icon:hover::before {
  border-bottom: 25px solid #5b5b5b;
}
.emblems .emblem > .emblem-icon:hover::after {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #5b5b5b;
}
.hp-nemovitosti {
  background: radial-gradient(#1232d01f, 25%, transparent);
}
@media (min-width: 992px) {
  .hp-nemovitosti {
    padding: 100px 200px;
  }
  .hp-nemovitosti.realitni_odstavec_nadpis {
    margin-top: -60px;
    margin-bottom: 40px;
  }
}
.hp-nemovitosti .realityWrapper .cleafix {
  display: none;
}
.hp-nemovitosti .realityWrapper.slick-slider .singleNemo {
  margin: 7px;
}
.hp-nemovitosti .realityWrapper.slick-slider .singleNemo.slick-current {
  transition: 0.5s all;
  border-color: black;
}
.hp-parallax {
  height: 33vh;
}
@media (max-width: 500px) {
  .hp-parallax {
    height: 100vh;
  }
}
.hp-parallax .foto {
  width: 55%;
  height: 33vh;
  float: left;
}
@media (max-width: 500px) {
  .hp-parallax .foto {
    width: 100%;
    height: 50vh;
    float: none;
  }
}
.hp-parallax .foto.parallax {
  min-height: 250px;
}
@media (max-width: 500px) {
  .hp-parallax .foto.parallax {
    width: 100%;
    height: 50vh;
  }
}
.hp-parallax .text {
  width: 45%;
  float: right;
  padding: 25px;
}
@media (min-width: 992px) {
  .hp-parallax .text {
    padding-right: 300px;
  }
}
@media (max-width: 500px) {
  .hp-parallax .text {
    width: 100%;
    height: 50vh;
    float: none;
    text-align: center;
  }
}
.hp-parallax.parallax-left .foto {
  float: right;
}
.hp-parallax.parallax-left .text {
  float: left;
}
@media (min-width: 992px) {
  .hp-parallax.parallax-left .text {
    padding-left: 300px;
    padding-right: 25px;
  }
}
.timeline > li > .timeline-badge {
  z-index: 1 !important;
}
.hp-reference {
  margin-top: 2rem;
}
.hp-reference .hp-reference-inner {
  padding: 15px;
}
.realitni_odstavec_nadpis {
  display: none;
}
.base-nemo-filter .btn-primary {
  text-align: center;
  background: #424242;
  border-color: #424242;
  border-radius: 0;
  font-weight: 600;
}
.base-nemo-filter .btn-primary:hover {
  background: white;
  border-color: #eeeeee;
  color: #757575;
}
.base-nemo-filter .selectpicker {
  background: white;
  color: white;
}
.base-nemo-filter .selectpicker .caret {
  color: #424242;
}
.base-nemo-filter input {
  border-radius: 0;
}
.base-nemo-filter .typ_vsechny {
  display: block;
  background: white;
  width: 100%;
  color: #424242;
  padding: 5px 17px;
}
.base-nemo-filter #zvolte_typ {
  display: block;
  background: white;
  width: 100%;
  color: #424242;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 24px;
  height: 34px;
}
.base-nemo-filter .bootstrap-select button {
  background: white;
  border: 1px solid white;
}
.base-nemo-filter .bootstrap-select button .filter-option {
  background: white;
  margin: -7px -13px;
  height: 34px;
  padding-top: 5px;
  padding-left: 20px;
  color: #424242;
  line-height: 28px;
}
.base-nemo-filter .bootstrap-select:hover button {
  background: #757575;
}
.base-nemo-filter .bootstrap-select:hover button .filter-option {
  border-radius: 0;
}
.base-nemo-filter .bootstrap-select:hover button .caret {
  color: white;
}
.base-nemo-filter.filter-horizontal h2 {
  display: none;
}
.base-nemo-filter.filter-horizontal #zvolte_typ {
  font-size: 0.8em !important;
}
.base-nemo-filter.filter-horizontal button.subm {
  top: -5px;
}
.base-nemo-filter.filter-vertical .btn-primary {
  margin-top: 15px;
}
.nemo-list-type-22 .reality_razeni {
  border-bottom: 5px solid #424242;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.nemo-list-type-22 .row-nemo img {
  width: 50%;
  float: left;
}
.nemo-list-type-22 .row-nemo:nth-child(odd) .fotos {
  float: right;
}
.nemoInfoCol.prelepky {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 40%;
  margin: 0 !important;
  max-width: unset !important;
}
.nemoInfoCol.prelepky br {
  display: none;
}
.nemoInfoCol.prelepky .colName {
  display: none;
}
.nemoInfoCol.prelepky span {
  display: block;
  position: relative;
  width: 150px;
  text-align: center;
  opacity: 70%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 5px;
  padding: 3px;
  font-size: 13px;
}
.pocitadlo {
  text-align: center;
  margin: 1rem;
}
.pocitadlo .pocitadlo_obsah a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #757575;
  color: white;
  padding: 5px;
}
.pocitadlo .pocitadlo_obsah a:hover {
  background: #424242;
  text-decoration: none;
}
.pocitadlo .pocitadlo_obsah strong {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: lightgrey;
  color: black;
  padding: 5px;
  font-weight: normal;
}
.prelepky .foto_neni {
  display: block;
  width: 100%;
  height: 250px;
  background: #404040;
  position: relative;
  margin-bottom: 1.5rem;
}
.prelepky .foto_neni:after {
  content: 'Foto není';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  padding-top: 40%;
  font-weight: bold;
  font-size: 140%;
}
.realityWrapper .card.singleNemo {
  margin-bottom: 1rem;
}
.realityWrapper .card.singleNemo .card-body {
  border: 1px solid lightgray;
  background: #f7f7f7;
  position: relative;
}
.realityWrapper .card.singleNemo .card-body a {
  color: black;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.realityWrapper .card.singleNemo .card-body a .mainFoto {
  margin-bottom: 1rem;
  text-align: center;
}
.realityWrapper .card.singleNemo .card-body a .mainFoto img {
  margin: 0 auto;
}
.realityWrapper .card.singleNemo .card-body a .mainFoto span.reality_neni {
  display: inline-block;
  width: 100%;
  min-height: 260px;
  background-image: url('/asset/image/foto_neni.jpg');
  background-size: 100%;
  background-position: center;
}
.realityWrapper .card.singleNemo .card-body a .nemoInfoCol {
  font-weight: bold;
  min-height: 50px;
  margin: 0 auto;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.realityWrapper .card.singleNemo .card-body a .nemoInfoCol .colName {
  display: none;
}
.realityWrapper .card.singleNemo .card-body a:hover {
  text-decoration: none;
  transition: 0.1s all;
  box-shadow: 0 0 6px 2px darkgrey;
}
.realityWrapper .card.singleNemo .card-body a:hover:after {
  font-family: FontAwesome;
  content: '\f129';
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 15%;
  background: #00000017;
  right: 0;
  text-align: center;
  font-size: 300%;
  text-shadow: 1px 1px 8px black;
}
.realityWrapper .card.singleNemo .card-body a:hover:before {
  transition: 0.2s all;
  background: #424242;
  color: white;
  content: 'Více informací';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.realityWrapper .card.singleNemo .card-body a:before {
  background: #757575;
  color: white;
  content: 'Detail nabídky';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#detail > .container.detail {
  margin-top: 70px;
}
#detail > .container.detail .reality_box {
  box-shadow: 0 5px 8px 0 #00000029;
  margin-bottom: 1rem;
  background: rgba(117, 117, 117, 0.15);
}
#detail > .container.detail .reality_box.reality_box_i {
  padding: 10px;
  box-shadow: none;
  background: transparent;
}
#detail > .container.detail .reality_box1 {
  display: block;
  width: 100%;
}
#detail > .container.detail .reality_box2-3 {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  width: 100%;
}
#detail > .container.detail .reality_box2-3 > .reality_box2 {
  width: calc(50% - 10px);
  margin-right: 10px;
}
#detail > .container.detail .reality_box2-3 > .reality_box3 {
  width: calc(50% - 10px);
  margin-left: 10px;
}
@media (max-width: 992px) {
  #detail > .container.detail .reality_box2-3 {
    flex-direction: column;
  }
  #detail > .container.detail .reality_box2-3 > .reality_box2 {
    width: 100%;
    margin: 0;
  }
  #detail > .container.detail .reality_box2-3 > .reality_box3 {
    width: 100%;
    margin: 0;
  }
}
#detail > .container.detail .reality_box4 {
  display: block;
  width: 100%;
  background: #757575;
  color: white;
  margin-top: 1rem;
}
#detail > .container.detail .reality_box5-6 {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  width: 100%;
}
#detail > .container.detail .reality_box5-6 > .reality_box5 {
  width: calc(50% - 10px);
  margin-right: 10px;
}
#detail > .container.detail .reality_box5-6 > .reality_box5 .raz_full {
  font-weight: bolder;
}
#detail > .container.detail .reality_box5-6 > .reality_box6 {
  width: calc(50% - 10px);
  margin-left: 10px;
}
#detail > .container.detail .reality_box5-6 > .reality_box6 > .reality_box_i {
  padding: 0;
}
#detail > .container.detail .reality_box5-6 > .reality_box6 > .reality_box_i > .raz,
#detail > .container.detail .reality_box5-6 > .reality_box6 > .reality_box_i .dva {
  padding: 5px 10px;
}
@media (min-width: 992px) {
  #detail > .container.detail .reality_box5-6 {
    max-height: 30vh;
  }
  #detail > .container.detail .reality_box5-6 > .reality_box {
    overflow: hidden;
    position: relative;
  }
  #detail > .container.detail .reality_box5-6 > .reality_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(transparent, #dbdbdb);
  }
  #detail > .container.detail .reality_box5-6.open {
    animation: moreInfo 1.5s linear;
    animation-fill-mode: both;
  }
  #detail > .container.detail .reality_box5-6.open > .reality_box {
    position: relative;
  }
  #detail > .container.detail .reality_box5-6.open > .reality_box::after {
    content: none;
  }
}
@media (max-width: 992px) {
  #detail > .container.detail .reality_box5-6 {
    flex-direction: column;
  }
  #detail > .container.detail .reality_box5-6 > .reality_box5 {
    width: 100%;
    margin: 0;
    margin-bottom: 3rem;
  }
  #detail > .container.detail .reality_box5-6 > .reality_box6 {
    width: 100%;
    margin: 0;
  }
  #detail > .container.detail .reality_box5-6 .btn-open-info {
    display: none;
  }
}
@keyframes moreInfo {
  0% {
    max-height: 30vh;
  }
  100% {
    max-height: 300vh;
  }
}
#detail > .container.detail .reality_box7 {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 70px;
  background: transparent;
  box-shadow: none;
}
#detail > .container.detail .reality_box7 .box_collapse {
  margin-top: -65px;
  margin-bottom: 30px;
}
#detail > .container.detail .reality_box7 .nemovitost_foto_big_video {
  float: none;
  margin: 0;
}
#detail > .container.detail .reality_box7 .nemovitost_foto_big_video > iframe {
  box-shadow: 0 0 8px 1px #00000052;
  min-height: 450px;
  width: 100%;
}
#detail > .container.detail .reality_box8-9 {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  display: none !important;
}
#detail > .container.detail .reality_box8-9 > .reality_box8 {
  width: calc(50% - 10px);
  margin-right: 10px;
}
#detail > .container.detail .reality_box8-9 > .reality_box9 {
  width: calc(50% - 10px);
  margin-left: 10px;
}
@media (max-width: 992px) {
  #detail > .container.detail .reality_box8-9 {
    flex-direction: column;
  }
  #detail > .container.detail .reality_box8-9 > .reality_box8 {
    width: 100%;
    margin: 0;
  }
  #detail > .container.detail .reality_box8-9 > .reality_box9 {
    width: 100%;
    margin: 0;
  }
}
#detail > .container.detail .reality_box10 {
  margin-top: 1rem;
  display: block;
  width: 100%;
}
#detail > .container.detail .reality_box10 .realty-seller-form > .seller {
  border: none;
}
#detail > .container.detail .reality_box10 .realty-seller-form > .form {
  border: none;
}
#detail > .container.detail .reality_box10 .realty-seller-form > .form > .formular_obal_reality {
  background: transparent;
  box-shadow: none;
}
#detail > .container.detail .prelepky,
#detail > .container.detail .share-box {
  text-align: right;
  height: 40px;
}
#detail > .container.detail .share-box > .share-box-main > .share-box-link {
  margin: 5px 3px;
  cursor: pointer;
}
#detail > .container.detail .share-box > .share-box-main > .share-box-link > i {
  color: #757575;
  padding: 5px;
}
#detail > .container.detail .share-box > .share-box-main > .share-box-link:hover {
  color: black;
}
#detail > .container.detail .share-box > .share-box-social,
#detail > .container.detail .share-box .share-box-mail {
  position: relative;
  z-index: 2;
  background: white;
  padding: 5px;
}
#detail > .container.detail .share-box > .share-box-social > a,
#detail > .container.detail .share-box .share-box-mail > a {
  margin: 5px;
}
#detail > .container.detail h1 {
  display: none;
}
#detail > .container.detail h1.nemovitost_nadpis {
  font-size: 170%;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 1px #292929;
}
#detail > .container.detail .fotogalerie_foto6 {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
#detail > .container.detail .fotogalerie_foto6 .carousel-controls .carousel-control {
  background: #757575;
  border: 1px solid #757575;
  height: 60px;
  width: 60px;
  display: inline-block;
  bottom: unset;
  top: calc(50% - 30px);
  opacity: 67%;
}
#detail > .container.detail .fotogalerie_foto6 .carousel-controls .carousel-control:hover {
  opacity: 100%;
}
#detail > .container.detail .fotogalerie_foto6 .carousel-controls .carousel-control.left {
  left: 0;
}
#detail > .container.detail .fotogalerie_foto6 .carousel-controls .carousel-control.left::before {
  content: '\f053';
  font-family: FontAwesome;
  font-size: 37px;
  color: white;
  position: absolute;
  top: 6px;
  left: 10px;
}
#detail > .container.detail .fotogalerie_foto6 .carousel-controls .carousel-control.right {
  right: 0;
}
#detail > .container.detail .fotogalerie_foto6 .carousel-controls .carousel-control.right::before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 37px;
  color: white;
  position: absolute;
  top: 6px;
  right: 10px;
}
#detail > .container.detail .fotogalerie_foto6 .carousel-controls .carousel-control span:before {
  position: relative;
  top: 4px;
  font-size: 1.2em;
}
#detail > .container.detail .fotogalerie_foto6 .intoGalleryBtn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 2em;
}
#detail > .container.detail .fotogalerie_foto6 .intoGalleryBtn button {
  font-size: 100%;
  border: 1px solid #757575;
  background: #757575;
  color: white;
}
#detail > .container.detail .fotogalerie_foto6 .intoGalleryBtn button:hover {
  transition: 0.3s all;
  background: white;
  color: #757575;
}
#detail > .container.detail .smap {
  margin: 0;
  min-height: 395px;
}
#detail > .container.detail .maps_box_label_exactly {
  display: none;
}
#detail > .container.detail .ceny2 {
  text-align: center;
  font-size: 140%;
}
#detail > .container.detail .ceny2 br {
  display: none;
}
#detail > .container.detail .ceny2 > .nemo-price-basic {
  font-weight: 600;
}
#detail > .container.detail .ceny2 > .nemo-price-basic::before {
  content: 'Cena: ';
}
#detail > .container.detail .ceny2 > .nemo-price-basic em {
  font-style: normal;
}
#detail > .container.detail .ceny2 .cena_pozn_web {
  display: block;
  font-style: italic;
}
#detail > .container.detail .ceny2 .cena_pozn_obyc {
  display: none;
}
#detail > .container.detail .raz:nth-child(even),
#detail > .container.detail .dva:nth-child(odd) {
  background: #ffffff9c;
}
#detail > .container.detail .btn-open-info {
  background: #757575;
  color: white;
  border: 1px solid #757575;
  font-size: 100%;
}
#detail > .container.detail .btn-open-info:hover {
  transition: 0.2s all;
  background: white;
  color: #757575;
}
#detail > .container.detail .realty-seller-form {
  display: flex;
  align-items: center;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty {
  width: calc(100% - 200px);
  float: right;
  padding: 15px;
  border-right: 1px solid rgba(117, 117, 117, 0.4);
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty > .profese {
  display: none;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty > .titul,
#detail > .container.detail .realty-seller-form > .seller.raz > .texty .jmeno,
#detail > .container.detail .realty-seller-form > .seller.raz > .texty .prijmeni {
  font-weight: 600;
  font-size: 120%;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty > .tel1 {
  display: block;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty > .tel1 .fa {
  padding-right: 5px;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty > .tel1 .popis {
  display: none;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty > .email {
  display: block;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty > .email .fa {
  padding-right: 5px;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .texty > .bio {
  display: block;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .real_prodejce_foto {
  margin-top: 25px;
  float: left;
}
#detail > .container.detail .realty-seller-form > .seller.raz > .real_prodejce_foto > img {
  max-width: 100%;
}
@media (max-width: 992px) {
  #detail > .container.detail .realty-seller-form {
    flex-direction: column;
  }
  #detail > .container.detail .realty-seller-form > .seller {
    border: none;
    width: 100%;
  }
  #detail > .container.detail .realty-seller-form > .seller .texty {
    float: none;
    width: 100%;
    text-align: center;
  }
  #detail > .container.detail .realty-seller-form > .form {
    border: none;
    width: 100%;
  }
}
#detail > .container.detail .hypocalc_o {
  margin: 2rem;
}
#detail > .container.detail .hypocalc_o::before {
  content: 'Spočítejte si splátku hypotéky, která by Vám vyhovovala.';
  color: black;
  text-align: center;
  font-weight: 600;
  position: relative;
  top: -8px;
  font-size: 130%;
}
#detail > .container.detail .hypocalc_o > .hypocalc_i {
  border: 1px solid #757575;
  background: #757575;
  padding: 15px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 5px 8px 0 #00000029;
}
#detail > .container.detail .hypocalc_o > .hypocalc_i table {
  width: 100%;
}
#detail > .container.detail .hypocalc_o > .hypocalc_i table > tbody > tr {
  border-bottom: 1px solid #292929;
}
#detail > .container.detail .hypocalc_o > .hypocalc_i table > tbody > tr:last-child {
  border: none;
}
#detail > .container.detail .hypocalc_o > .hypocalc_i table > tbody > tr > th {
  width: 40%;
}
#detail > .container.detail .hypocalc_o > .hypocalc_i table > tbody > tr > td {
  width: 60%;
  padding: 5px;
  text-align: left;
  font-weight: 600;
}
#detail > .container.detail .hypocalc_o > .hypocalc_i table > tbody > tr > td > input {
  width: 80%;
  font-weight: 600;
  text-align: right;
  background: transparent;
  border: none;
}
/*
List
 */
.singleNemo .prelepky .colName {
  display: none;
}
.singleNemo .prelepky span.top {
  display: block;
  color: black;
  background: white;
}
.singleNemo .prelepky span.prodano {
  display: block;
  color: white;
  background: red;
}
.singleNemo .prelepky span.pronajato {
  display: block;
  color: white;
  background: red;
}
.singleNemo .prelepky span.rezervace {
  display: block;
  color: white;
  background: red;
}
.singleNemo .prelepky span.sleva {
  display: block;
  color: black;
  background: yellow;
}
.singleNemo .prelepky span.milacci {
  background: transparent !important;
  position: absolute;
  display: inline-block !important;
  right: -5px;
  top: 51%;
  font-size: 0;
  z-index: 4;
}
.singleNemo .prelepky span.milacci::before {
  content: '\f1b0';
  font-family: FontAwesome;
  font-size: 20px;
  color: white;
  border: 1px solid green;
  padding: 8px;
  width: 45px;
  height: 40px;
  line-height: 23px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: green;
  position: absolute;
  right: 0;
}
.singleNemo .prelepky span.vystavba {
  display: block;
  color: black;
  background: orange;
}
.singleNemo .prelepky span.deti {
  display: none;
  color: black;
  background: #00d000;
}
.singleNemo .prelepky span.exkuzivita {
  display: block;
  color: white;
  background: gray;
}
.singleNemo .prelepky span.cizinci {
  display: none;
  color: white;
  background: #bb00bb;
}
.singleNemo .prelepky span.kratkodoby_pronajem {
  display: none;
  color: black;
  background: lightblue;
}
.singleNemo .prelepky span.ma_3d {
  background: transparent !important;
  position: absolute;
  display: inline-block !important;
  right: -5px;
  top: 30%;
  font-size: 0;
  z-index: 4;
}
.singleNemo .prelepky span.ma_3d::before {
  content: '\f1b2';
  font-family: FontAwesome;
  font-size: 20px;
  color: white;
  border: 1px solid #638492;
  padding: 8px;
  width: 45px;
  height: 40px;
  line-height: 23px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #638492;
  position: absolute;
  right: 0;
}
.singleNemo .prelepky span.dokonceno {
  display: none;
  color: white;
  background: #64925E;
}
.singleNemo .prelepky span.ma_video {
  background: transparent !important;
  position: absolute;
  display: inline-block !important;
  right: -5px;
  top: 9%;
  font-size: 0;
  z-index: 4;
}
.singleNemo .prelepky span.ma_video::before {
  content: '\f03d';
  font-family: FontAwesome;
  font-size: 20px;
  color: white;
  border: 1px solid #3d1aab;
  padding: 8px;
  width: 45px;
  height: 40px;
  line-height: 23px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #3d1aab;
  position: absolute;
  right: 0;
}
/*
Detail
 */
.reality_box .prelepky span {
  margin: 8px 3px;
  box-shadow: 0 0 3px #2525258c;
  padding: 1px 10px;
  height: 25px;
  line-height: 20px;
}
.reality_box .prelepky span.top {
  display: inline-block;
  color: black;
  background: white;
}
.reality_box .prelepky span.vyhradne {
  display: inline-block;
  color: black;
  background: #e8ecc3;
}
.reality_box .prelepky span.prodano {
  display: inline-block;
  color: white;
  background: red;
}
.reality_box .prelepky span.pronajato {
  display: inline-block;
  color: white;
  background: red;
}
.reality_box .prelepky span.rezervace {
  display: inline-block;
  color: white;
  background: red;
}
.reality_box .prelepky span.sleva {
  display: inline-block;
  color: black;
  background: yellow;
}
.reality_box .prelepky span.milacci {
  display: inline-block;
  color: white;
  background: green;
}
.reality_box .prelepky span.vystavba {
  display: inline-block;
  color: black;
  background: orange;
}
.reality_box .prelepky span.deti {
  display: inline-block;
  color: black;
  background: #00d000;
}
.reality_box .prelepky span.exkuzivita {
  display: inline-block;
  color: white;
  background: gray;
}
.reality_box .prelepky span.cizinci {
  display: inline-block;
  color: white;
  background: #bb00bb;
}
.reality_box .prelepky span.kratkodoby_pronajem {
  display: inline-block;
  color: black;
  background: lightblue;
}
.reality_box .prelepky span.ma_3d {
  display: inline-block;
  color: white;
  background: #638492;
}
.reality_box .prelepky span.dokonceno {
  display: inline-block;
  color: white;
  background: #64925E;
}
.reality_box .prelepky span.ma_video {
  display: inline-block;
  color: white;
  background: #1c1ea2;
}
/*

Pouze pro typ Bootstrap4
Fotka vlevo (velikost b300x400)

*/
.vizitkar h2 {
  margin-left: 10px !important;
}
.vizitkar.typ_bs4 .single_vizitka {
  margin-left: -5px;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner {
  text-align: left;
  background: #757575;
  color: white;
  margin-bottom: 1rem;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  background: white;
  border: 1px solid #757575;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a {
  color: #424242;
  display: block;
  width: 100%;
  background: white;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.center-block,
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www1,
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www2 {
  background-color: #757575;
  color: white;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www1,
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www2 {
  padding: 0.5rem;
  width: 48%;
  margin: 1%;
  display: inline-block;
  background: #424242;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www1:hover,
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www2:hover {
  background: white;
  color: #424242;
  text-decoration: none;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www1:empty,
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www2:empty {
  display: none;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner .social_sites {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -5px;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner .social_sites a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: whitesmoke;
  margin: 5px;
  padding: 0;
  line-height: 33px;
  text-align: center;
  transition: 0.3s all;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner .social_sites a:hover {
  background: #424242;
  color: white;
}
.vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner .pracovni_pozice {
  padding-top: 1rem;
  padding-bottom: 0.3rem;
  display: block;
  font-weight: bold;
}
.parallax {
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax.left-top {
  background-position: left top;
}
.parallax.left-center {
  background-position: left center;
}
.parallax.left-bottom {
  background-position: left bottom;
}
.parallax.center-top {
  background-position: center top;
}
.parallax.center-center {
  background-position: center center;
}
.parallax.center-bottom {
  background-position: center bottom;
}
.parallax.right-top {
  background-position: right top;
}
.parallax.right-center {
  background-position: right center;
}
.parallax.right-bottom {
  background-position: right bottom;
}
.poly-copyright {
  background: #c8c8c8;
  color: #3e3e3e;
  box-shadow: 0 1px 5px 3px #31313199;
}
.poly-copyright .blok_i {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .poly-copyright .blok_i {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.poly-copyright .blok_i p {
  margin: 0;
  padding: 0;
}
.poly-copyright .blok_i p > a {
  color: #0a0b17;
  text-decoration: underline;
}
.poly-copyright .blok_i p > a:hover {
  transition: 0.3s all;
  text-decoration: none;
}
.poly-copyright .blok_i .gallery_cont .gallery_pict_11 {
  margin-bottom: 0;
}
.poly-copyright .blok_i .gallery_cont .gallery_pict_11 > a {
  border: none !important;
  box-shadow: none !important;
}
.poly-copyright .blok_i .gallery_cont .gallery_pict_11 > a > img {
  max-width: 100%;
}
.poly-copyright .blok_i > .clear {
  display: none;
}
.poly-copyright .blok_i > a[name] {
  display: none;
}
@media (max-width: 1400px) and (min-width: 500px) {
  .session_id_4735 {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .session_id_4735 {
    padding-top: 150px;
  }
  .hp-slider .slide-filter {
    top: -5vh;
  }
  .hp-socialbanner-inner .emblems > .row > .col-md-4 {
    width: 33.33333%;
    float: left;
  }
  .hp-nemovitosti {
    margin: 4rem;
  }
  .btn-open-info {
    display: none;
  }
  .hp-reference .hp-reference-inner {
    padding: 0;
  }
  .hp-reference .hp-reference-inner button.slick-arrow {
    display: none !important;
  }
  footer.path .foot-contact {
    text-align: center;
  }
  footer.path .logo {
    margin: 0;
    text-align: center;
    padding-top: 25px;
  }
  footer.path .footer-navbar {
    display: none;
  }
  footer.path .foot-form {
    text-align: center;
  }
  footer.path .foot-form .formular {
    background: transparent;
  }
  footer.path .foot-form .formular tr td:nth-child(1) {
    width: 100%;
  }
  footer.path .foot-form .formular tr td:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .session_id_4735 {
    padding-top: 20px;
  }
  .header .site-logo {
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .header .main-navbar {
    display: block;
    text-align: right;
    width: 100%;
    padding-right: 15px;
  }
  .header .main-navbar .open .dropdown-menu > li > a {
    color: white;
  }
  .formular table {
    width: 100%;
    margin: 0 auto;
  }
  .formular table tr {
    display: block;
  }
  .formular table tr td {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .header > .main-navbar .navbar-default .nav > ul > li {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .hp-slider .slide-slogan {
    display: none;
  }
  .hp-nemovitosti .info1_o {
    width: 50%;
  }
  .hp-nemovitosti .info1_o .info1_i h2 {
    min-height: 300px;
  }
  .detail .reality_box1 {
    width: 100%;
    float: none;
  }
  .detail .reality_box1 .bigtext_nadpis {
    display: block;
  }
  .detail .reality_box1 .ceny2 {
    display: block;
  }
  .detail .reality_box2 {
    width: 100%;
    float: none;
  }
  .detail .reality_box2 .bigtext_nadpis {
    display: none;
  }
  .ileft,
  .iright {
    float: none;
  }
  footer.path .main-navbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .single_vizitka_inner > .row > .col-md-8 {
    padding: 20px;
  }
  .formular table tr > td {
    display: block;
  }
  .detail .reality_box2 {
    padding-left: 0;
  }
  .obsah > .blok_o > .blok_i > .jeden_o {
    padding: 25px;
  }
  .obsah > .blok_o > .blok_i > .jeden_o:nth-child(odd) {
    background: whitesmoke;
  }
  .obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva {
    text-align: center;
  }
  .obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva > h2 {
    text-align: center;
  }
  .obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva > h2 > a {
    display: block;
    text-align: center;
  }
  .obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva > h2 > a > img {
    float: none;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .obsah > .blok_o > .blok_i > .jeden_o > .jeden_i > .kotva .protext {
    text-align: center !important;
  }
  .dev_project_table .dev_project_table2 > .small-only th {
    display: none;
  }
  .dev_project_table .dev_project_table2 > .small-only .st-key {
    font-weight: bolder;
    padding-right: 15px;
  }
  .dev_project_table .dev_project_table2 > .small-only .st-key:after {
    content: ':';
  }
  .emblems .emblem {
    margin-bottom: 10rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .main-navbar .navbar-default .nav > ul > li {
    display: block;
  }
  .hp-nemovitosti .info1_o {
    width: 80%;
    margin-left: 10%;
  }
  .hp-nemovitosti .info1_o .info1_i h2 .prelepky {
    display: block;
  }
  .listing .info1_o {
    width: 80% !important;
    margin-left: 10%;
  }
  .listing .info1_o .info1_i h2 .prelepky {
    display: block;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  a[href]:after {
    content: none !important;
  }
  .header,
  footer.path,
  .main-navbar,
  .hp-slider,
  .big-buttons,
  .filter-box,
  .share-box,
  .r_soubory_raz,
  .r_soubory_dva,
  .nemovitost_foto5_celkem,
  .formular_obal_reality,
  .formular,
  .reality_tlacitka,
  .zpet_na,
  .hypocalc_all_o {
    display: none !important;
  }
  .hp-nemovitosti .info1_o {
    width: 50%;
  }
  .detail .reality_box1,
  .detail .reality_box2 {
    width: 100% !important;
  }
  .dva_full_texty_popis p {
    font-size: 16px;
  }
  .raz_full {
    font-size: 18px;
  }
  .detail .dva_big_cena {
    font-size: 18px;
  }
  .detail .reality_box .raz,
  .detail .reality_box .dva {
    width: 50%;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .listing .realitni_odstavec .info1_o {
    min-height: unset !important;
    height: auto;
  }
  .listing .realitni_odstavec .info1_o .info1_i h2 {
    min-height: unset !important;
    height: auto;
  }
  .nemovitost_foto5_small_zabaleno {
    max-height: unset !important;
  }
  #maps_box {
    page-break-before: always;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
  }
  #maps_box img {
    max-width: unset !important;
  }
  .hp3boxy {
    page-break-after: always;
  }
  .hp3boxy .odstavec {
    width: 100%;
    float: none;
  }
  .special-list {
    background: transparent;
  }
  .special-list li::before {
    content: '';
    background: transparent;
    display: none;
  }
  .special-list img {
    display: none;
  }
  .hp-sluzby {
    page-break-before: always;
  }
  .detail .bigtext.bigtext_nadpis p {
    color: black;
    font-size: 19px;
  }
  .vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.center-block,
  .vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www1,
  .vizitkar.typ_bs4 .single_vizitka .single_vizitka_inner a.www2 {
    background: white;
    color: black;
  }
  .single_vizitka_inner {
    background: white !important;
    color: black !important;
    width: 100%;
    clear: bottom;
    font-size: 16px;
  }
  .single_vizitka_inner .www1 {
    display: none !important;
  }
  .detail .real_prodejce {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 16px;
  }
  .detail .real_prodejce a {
    color: black !important;
  }
  .detail .real_prodejce .dva {
    color: black !important;
    background: transparent !important;
  }
  .detail .real_prodejce .dva a {
    position: relative;
    top: unset;
    right: unset;
  }
}
.maps_box_label {
  display: none;
}
/*# sourceMappingURL=style.css.map */