#colorSwitch {
  position: fixed;
  top: 10%;
  right: 40px;
  width: 50px;
  height: auto;
  z-index: 9999999999999;
}
#colorSwitch ul li {
  display: block;
  width: 50px;
  height: 50px;
}
#colorSwitch ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#colorSwitch ul li a:hover span {
  border: 2px solid white;
}
#colorSwitch ul li a span {
  transition: 0.3s all;
  border: 2px solid black;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
}
#colorSwitch ul li a span.red {
  background: #DA231D;
}
#colorSwitch ul li a span.blue {
  background: #7985da;
}
#colorSwitch ul li a span.green {
  background: #74da4d;
}
#colorSwitch ul li a span.yellow {
  background: #fffc4e;
}
#colorSwitch ul li a span.mixed {
  background: #89f7ff;
}
.parallax {
  background: url('/theme/2024-parex/img/paralax.jpg') no-repeat center / cover;
}
body {
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  background: #ffffff;
  /*
List
 */
  /*
Detail
 */
}
body h1 {
  color: #ffffff;
}
body h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 7px;
  border-bottom: 2px solid #001519;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
body h2.timeline-title {
  color: #6a0a07;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'belleza', sans-serif;
}
@media (max-width: 768px) {
  body ul.timeline::before {
    content: none;
  }
}
@media (max-width: 768px) {
  body ul.timeline > li > .timeline-badge {
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  body ul.timeline > li > .timeline-panel {
    width: 100%;
  }
  body ul.timeline > li > .timeline-panel::before {
    content: none;
    display: none;
    border: none;
  }
  body ul.timeline > li > .timeline-panel::after {
    content: none;
    display: none;
    border: none;
  }
  body ul.timeline > li > .timeline-panel > .timeline-heading > h2 {
    font-size: 22px;
  }
}
body a {
  color: #000000;
}
body a:hover {
  color: #001519;
}
body img {
  max-width: 100%;
}
body .smap img {
  max-width: unset !important;
}
body .navbar-collapse.collapse {
  z-index: 999;
  transition: 0.3s all;
  background: #ffffff;
}
body .navbar-collapse.collapse.in {
  z-index: 999;
  background: #0097B2;
  height: auto;
}
body .iodst > img {
  max-width: 100%;
}
body .iodst.ileft {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
body .iodst.right {
  float: right;
  padding-left: 15px;
  padding-bottom: 15px;
}
body .hp-onas {
  text-align: center;
}
body .hp-reference {
  overflow: hidden;
  margin-bottom: 9rem;
}
body .hp-reference h2 {
  margin-bottom: 0;
}
body .hp-reference .kotevnik_i .clear,
body .hp-reference .kotevnik_i .kotevnik_po {
  display: none;
}
body .hp-reference .kotevnik_i .kotevnik_typ_14 {
  border: 1px solid lightgrey;
  box-shadow: 0 0 12px 0 lightgrey;
  padding: 20px;
  margin: 30px;
}
body .hp-reference .kotevnik_i .kotevnik_typ_14 a.link {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid lightgrey;
  width: 80%;
  margin: 0 auto;
}
body .hp-reference .kotevnik_i .kotevnik_typ_14 span {
  display: block;
  font-size: 130%;
  font-weight: bolder;
  text-align: center;
}
body .hp-reference .kotevnik_i .kotevnik_typ_14 span.article_datetime {
  font-weight: lighter;
  font-size: 100%;
}
body .hp-reference .kotevnik_i .kotevnik_typ_14 div > p {
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
}
body .hp-reference .slick-slider {
  position: relative;
}
body .hp-aktuality {
  margin-top: 5rem;
}
body .hp-aktuality .kotevnik.kotevnik_typ_14 > .kotevnik_i > .kotevnik_typ_14 {
  margin-bottom: 1rem;
  padding: 20px;
}
body .hp-aktuality .kotevnik.kotevnik_typ_14 > .kotevnik_i > .kotevnik_typ_14 > .kotevnik_one_i > a.link {
  display: flex;
  flex-direction: column;
}
body .hp-aktuality .kotevnik.kotevnik_typ_14 > .kotevnik_i > .kotevnik_typ_14 > .kotevnik_one_i > a.link > span {
  display: block;
  font-size: 130%;
  font-weight: bolder;
  margin-bottom: 1rem;
  padding-top: 0.7rem;
  order: 3;
}
body .hp-aktuality .kotevnik.kotevnik_typ_14 > .kotevnik_i > .kotevnik_typ_14 > .kotevnik_one_i > a.link > span.article_datetime {
  order: 2;
  font-weight: normal;
  font-size: 100%;
  display: block;
  color: gray;
  margin-top: 10px;
  margin-bottom: 0;
}
body .hp-aktuality .kotevnik.kotevnik_typ_14 > .kotevnik_i > .kotevnik_typ_14 > .kotevnik_one_i > a.link > img {
  max-width: 100%;
  order: 1;
}
body .hp-aktuality .kotevnik.kotevnik_typ_14 > .kotevnik_i > .kotevnik_typ_14 > .kotevnik_one_i > div > p {
  overflow: hidden;
  height: 100px;
  line-height: 25px;
}
body .hp-aktuality .kotevnik.kotevnik_typ_14 > .kotevnik_i > .kotevnik_typ_14 > .kotevnik_one_i:hover {
  transition: 0.3s all;
  transform: translateY(-10px);
}
body .hp-aktuality .kotevnik.kotevnik_typ_14 > .kotevnik_i > .kotevnik_po {
  display: none;
}
body .r_rkid_dva {
  margin-bottom: 20px;
}
body .r_rkid_dva a {
  font-size: 10px;
  padding: 5px;
  border: 1px solid #9a0f0a;
  color: white;
  background: #9a0f0a;
}
body .r_rkid_dva a:hover {
  color: white;
  background: #6a0a07;
}
body .gallery_cont .gallery_pict {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
body .gallery_cont .gallery_pict.gallery_pict_last {
  margin-right: 0;
}
body .gallery_cont .gallery_pict a {
  display: inline-block;
  border: 3px solid white;
  box-shadow: 0 0 10px 2px #00000045;
}
body .gallery_cont .gallery_pict a img {
  max-width: 100%;
}
body .gallery_cont .gallery_pict a:hover {
  transition: 0.3s all;
  filter: grayscale(40%);
  border: 3px solid #9a0f0a;
  box-shadow: 0 0 10px 2px #0000006b;
}
body .gallery_type_16 > .row > span a {
  display: inline-block;
  border: 3px solid white;
  margin-bottom: 15px;
  box-shadow: 0 0 10px 2px #00000045;
}
body .gallery_type_16 > .row > span a img {
  max-width: 100%;
}
body .gallery_type_16 > .row > span a:hover {
  transition: 0.3s all;
  filter: grayscale(40%);
  border: 3px solid #9a0f0a;
  box-shadow: 0 0 10px 2px #0000006b;
}
body .vizitkar.uloziste {
  margin-bottom: 3.5rem;
  text-align: center;
}
body .vizitkar.uloziste .soubor_obal {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 420px) {
  body .vizitkar.uloziste .soubor_obal {
    width: 100%;
  }
}
body .vizitkar.uloziste .soubor_obal > a.soubor_odkaz {
  display: block;
  border: 1px solid #005666;
  margin: 5px;
  padding: 5px;
  background: white;
  transition: 0.3s all;
}
body .vizitkar.uloziste .soubor_obal > a.soubor_odkaz[href$="pdf"] > span {
  position: relative;
  top: -10px;
}
body .vizitkar.uloziste .soubor_obal > a.soubor_odkaz[href$="pdf"] > span::before {
  content: '';
  width: 40px;
  height: 40px;
  position: relative;
  top: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/asset/fa-file/file-pdf.svg");
}
body .vizitkar.uloziste .soubor_obal > a.soubor_odkaz img {
  padding: 0;
  max-width: 100%;
  margin: 0;
  margin-right: 20px;
}
body .vizitkar.uloziste .soubor_obal > a.soubor_odkaz:hover {
  background: #005666;
  color: white;
}
body .vizitkar.uloziste .soubor_obal > a.soubor_odkaz:hover > span::before {
  filter: invert(1);
}
body .vizitkar.uloziste .soubor_obal > a.soubor_odkaz > span {
  font-weight: bolder;
}
body .vizitkar.uloziste .soubor_obal > .soubor_popisek {
  text-align: center;
}
body #logo {
  width: 145px;
  height: 70px;
  display: block;
}
body #hp #slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
body #hp .item img {
  max-width: 100%;
  width: 100%;
  vertical-align: central;
}
body #detail .thumbnail.agent {
  margin: 13px 5px 13px 0;
  background: none;
  box-sizing: border-box;
  transition: 200ms ease;
  width: 100%;
  box-shadow: none;
  border: 0;
}
body #detail .contact-info {
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}
body button.navbar-toggle {
  left: -10px;
  top: 15px;
  background: #ffffff;
}
body .padding-none {
  padding: 0;
}
body nav.navbar.navbar-default {
  background: #fff;
  color: #0097B2;
  height: 80px;
  margin: 0;
  border: 0;
  border-radius: 0;
  z-index: 9;
  position: sticky;
  top: 0;
}
body nav.navbar.navbar-default img {
  background: #fff;
}
body .navbar-nav > ul {
  border: none;
  list-style: none;
}
body .navbar-nav > ul > li {
  float: left;
}
body .navbar-nav > ul > li > a {
  padding: 27px 15px 27px 15px;
  transition: 300ms ease;
  color: #0097B2;
  background: #ffffff;
  display: block;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  body .navbar-nav > ul > li > a {
    font-size: 14px;
    padding: 29px 15px 29px 15px;
  }
}
@media (max-width: 992px) {
  body .navbar-nav > ul > li > a {
    font-size: 14px;
    padding: 28px 5px 28px 5px;
  }
}
body .navbar-nav > ul > li > a:hover {
  background: #008199;
  box-shadow: 0 5px 0 #005666;
  color: #ffffff;
}
body .navbar-default .navbar-brand {
  display: block;
  height: 100%;
  padding: 0.3rem;
}
@media (max-width: 1200px) {
  body .navbar-default .navbar-brand {
    position: absolute;
    left: 20px;
  }
}
body .navbar-default .navbar-brand img {
  max-height: 70px;
}
@media (max-width: 992px) {
  body .navbar-default .navbar-brand img {
    max-height: 50px;
    margin-top: 10px;
  }
}
@media (max-width: 900px) {
  body .navbar-default .navbar-brand img {
    max-height: 40px;
    margin-top: 15px;
  }
}
body .navbar-default .navbar-collapse {
  border: 0;
  box-shadow: none;
}
body .navbar-default .navbar-form {
  border: 0;
  box-shadow: none;
}
body .navbar-default .navbar-nav > ul > .active > a {
  box-shadow: 0 5px 0 #001519;
  background: #005666;
  color: #ffffff;
}
body .navbar-default .navbar-nav > ul > .active > a:hover,
body .navbar-default .navbar-nav > ul > .active > a:focus {
  text-decoration: underline;
}
body .navbar-default .navbar-nav > ul > .open > a {
  background: #727071;
  box-shadow: 0 5px 0 #727071;
  color: #ffffff;
}
body .navbar-default .navbar-nav > ul > .open > a:hover {
  background: #727071;
  box-shadow: 0 5px 0 #727071;
  color: #ffffff;
}
body .navbar-default .navbar-nav > ul > .open > a:focus {
  background: #727071;
  box-shadow: 0 5px 0 #727071;
  color: #ffffff;
}
body .navbar-collapse {
  border: 0;
  box-shadow: none;
}
body .dropdown-menu {
  border-radius: 0;
}
body .dropdown-menu > li > a {
  color: #ffffff;
}
body .dropdown-menu > li > a:hover {
  background: #005666;
  color: white;
}
body .dropdown-menu > li.active > a {
  background: #00404c;
  color: white;
}
body .dropdown-menu > li.active > a:hover {
  background: #00404c;
  color: white;
}
body .dropdown-menu > li.active > a:focus {
  background: #00404c;
  color: white;
}
body .navbar-right .dropdown-menu {
  background: #0097B2;
}
@media (min-width: 768px) {
  body .navbar-right .dropdown-menu {
    font-size: 120%;
  }
}
body .bootstrap-select .dropdown-menu > li > a {
  color: #ffffff;
}
body .g-recaptcha {
  padding: 0 15px 15px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .g-recaptcha {
    padding: 0 0 15px 0;
  }
}
body .pagination {
  font-size: 18px;
}
body .pagination > .active > a {
  color: white;
  cursor: default;
  background-color: #727071;
  border-color: #727071;
}
body .pagination > .active > a:hover {
  color: white;
  cursor: default;
  background-color: #727071;
  border-color: #727071;
}
body .pagination > .active > a:focus {
  color: white;
  cursor: default;
  background-color: #727071;
  border-color: #727071;
}
body .pagination > .active > span {
  color: white;
  cursor: default;
  background-color: #727071;
  border-color: #727071;
}
body .pagination > .active > span:hover {
  color: white;
  cursor: default;
  background-color: #727071;
  border-color: #727071;
}
body .pagination > .active > span:focus {
  color: white;
  cursor: default;
  background-color: #727071;
  border-color: #727071;
}
body .pagination > li > a {
  color: #ffffff;
}
body .pagination > li > span {
  color: #ffffff;
}
body .pagination > li:hover > a {
  color: #ffffff;
}
body .pagination > li:hover > span {
  color: #ffffff;
}
body .margin-top-30 {
  margin-top: 30px;
}
body .btn-primary {
  background: #005666;
  border-color: #001519;
  border-radius: 0;
  color: white;
  transition: 0.3s all;
}
body .btn-primary:focus {
  background: white;
  border-color: #005666;
  color: #001519;
}
body .btn-primary:hover {
  background: white;
  border-color: #005666;
  color: #001519;
}
body .base-filter {
  background-color: #0097B2;
  padding: 5px 0;
  color: #ffffff;
}
body .base-filter p {
  margin: 5px 0;
}
body .base-filter button {
  width: 100%;
  border-radius: 0 !important;
}
body .base-filter .btn-primary {
  background: #9a0f0a;
  border-color: #9a0f0a;
}
body .base-filter .bootstrap-select .btn-default {
  background: #fff;
}
body .side-filter {
  margin-top: 25px;
  background-color: #9a0f0a;
  color: white;
  padding-top: 15px;
}
body .side-filter button.subm {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  text-align: center;
  background: #6a0a07;
  border-color: #6a0a07;
  border-radius: 0;
  text-shadow: none;
}
body .side-filter button.subm:hover {
  background: #0097B2;
  border-color: #ffffff;
  color: #ffffff;
}
body .cena a {
  display: inline-block;
  font-size: 17px;
  padding: 5px 15px;
  margin-top: 15px;
  font-weight: 500;
  background: #9a0f0a;
  color: white;
  float: left;
  margin-right: 15px;
  text-decoration: none;
}
body .cena a:hover {
  text-decoration: underline;
  box-shadow: 3px 3px 1px #9a0f0a;
}
body .cena span {
  display: inline-block;
  font-size: 18px;
  padding: 5px 15px;
  margin-top: 15px;
  font-weight: 300;
  background: #6a0a07;
  color: white;
  float: left;
  border-radius: 3px;
}
body .info1_i {
  clear: both;
}
body .info1_i .prvni {
  min-height: 164px;
}
body .info1_i span.foto_neni {
  float: left;
  max-width: 100%;
  margin-right: 30px;
  margin-bottom: 35px;
  box-shadow: 0 0 5px #aaa;
  width: 288px;
  height: 216px;
  background: url('/asset/image/foto_neni.jpg') no-repeat center;
  background-size: cover;
}
body .info1_i h2 a img {
  float: left;
  max-width: 100%;
  margin-right: 30px;
  margin-bottom: 35px;
  box-shadow: 0 0 5px #aaa;
}
body .info1_i .clear {
  display: none;
}
body .info11_o {
  float: left;
  width: 25%;
  padding: 15px;
}
body .info11_o img {
  width: 100%;
}
body .info11_o .cena span {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  text-align: center;
}
body .emblem {
  height: 120px;
  width: 120px;
  padding: 23px 3px 0 0;
  border: 10px solid transparent;
  background: #9a0f0a;
  border-radius: 350px;
  text-align: center;
  margin: 30px auto;
  font-size: 38px;
  color: white;
  transition: 200ms ease;
}
body .emblem:hover {
  box-shadow: 0 0 0 10px #6a0a07;
}
body .emblem-article {
  text-align: center;
}
body .emblem-article h2 {
  font-size: 24px;
}
body .display-block {
  display: block;
}
body .hp-filter {
  padding-bottom: 25px;
}
body .header {
  background: #eee url('/theme/2024-parex/img/slide.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  body .header {
    height: 200px;
    padding-top: 45px;
  }
}
body .header a {
  text-decoration: none;
}
body .header .base-filter {
  background: transparent;
}
body .header .base-filter .bg-white {
  padding: 10px 10px 20px 10px;
  background: rgba(97, 83, 83, 0.56);
  color: white;
}
body .header .base-filter .bg-white .bootstrap-select,
body .header .base-filter .bg-white #div_subtyp {
  border: 1px solid black !important;
  box-sizing: border-box;
}
body .header .base-filter .bg-white .bootstrap-select button,
body .header .base-filter .bg-white #div_subtyp button {
  border: none;
}
body #listing .list-properties-item {
  clear: both;
}
body #listing .list-properties-item a.thumbnail {
  max-height: 250px;
  min-height: 250px;
  margin: 30px 0;
  box-shadow: 0 0 5px #000000;
  overflow: hidden;
  max-width: 350px;
}
body #listing .list-properties-item a.thumbnail img {
  min-width: 300px;
}
body #listing .list-properties-item .article h2 {
  margin-top: 30px;
}
body #listing .list-properties-item .article p {
  max-height: 96px;
  min-height: 96px;
  overflow: hidden;
}
body #listing .list-properties-item .agent {
  max-width: 150px;
  max-height: 100px;
  box-sizing: border-box;
  display: block;
  background: #ffbe00;
  transition: 200ms ease;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body #listing .list-properties-item .agent img {
  max-width: 100%;
}
body #listing .list-properties-item .agent:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
body .properties-item {
  margin: 10px 0;
  background: #fff;
}
body .properties-item .first {
  padding-right: 0;
  border-right: 1px solid #555;
}
body .properties-item .first a {
  display: block;
  background: #ffbe00;
  text-align: center;
  font-size: 18px;
  color: white;
  transition: 200ms ease;
}
body .properties-item .first a:hover {
  display: block;
  background: #b00000;
  text-align: center;
  font-size: 18px;
  color: white;
}
body .properties-item .last {
  padding-left: 0;
}
body .properties-item .last a {
  display: block;
  background: #ffbe00;
  text-align: center;
  font-size: 18px;
  color: white;
  transition: 200ms ease;
}
body .properties-item .last a:hover {
  display: block;
  background: #b00000;
  text-align: center;
  font-size: 18px;
  color: white;
}
body .properties-item span.cost {
  background: #ffbe00;
  padding: 5px;
  width: 100%;
  display: block;
  color: white;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
body .properties-item h3 {
  margin: 15px 0;
  padding: 0 15px;
  font-size: 20px;
}
body .bigtext.bigtext_nadpis p {
  font-size: 24px;
}
body .thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
body .thumbnail img {
  width: 100%;
}
body footer.path {
  border-top: 1px solid #0097B2;
  color: #0097B2;
  background: #ffffff;
  margin-top: 30px;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  body footer.path {
    text-align: center;
  }
}
body footer.path a,
body footer.path ul li a {
  color: #0097B2;
}
body footer.path a:hover,
body footer.path ul li a:hover {
  color: #005666;
}
body footer.path h2 {
  font-size: 22px;
}
body footer.path img {
  background: #fff;
}
body .li-style-none {
  list-style: none;
  padding: 0;
}
body .path a {
  border: none !important;
  box-shadow: none !important;
}
body .path ul {
  list-style: none;
  padding-left: 0;
}
body .path ul a {
  color: #ffffff;
}
body .path ul a::before {
  content: '';
  font-size: 15px;
  font-weight: 400;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #ffffff;
  transition: 200ms ease;
  color: #ffffff;
}
body .path ul a:hover {
  color: #ffffff;
  text-decoration: none;
}
body .path ul a:hover::before {
  background-color: #ffffff;
  color: #ffffff;
}
body .footer-part {
  min-height: 180px;
}
body .footer-part a {
  color: white;
}
body .footer-part p {
  margin: 0;
}
body .social img {
  margin-right: 10px;
  border-radius: 100px;
  box-shadow: 0 0 0 0 #fff;
  border: 3px solid transparent;
  transition: 200ms ease;
  background: #9a0f0a;
}
body .social img:hover {
  box-shadow: 0 0 0 5px #fff;
}
body .social h2 {
  border-bottom: 2px solid #001519;
  margin-bottom: 20px;
}
body .social .gallery_cont {
  text-align: center;
}
body .footer-part.logo {
  padding-top: 20px;
}
@media (max-width: 768px) {
  body .footer-part.logo {
    display: flex;
    justify-content: center;
    min-height: auto;
    padding: 2em 0;
  }
}
body .content h1 {
  position: relative;
  z-index: 1;
  color: black;
  border-bottom: 2px solid #001519;
  font-size: 52px;
  text-align: center;
  padding: 20px 0 10px;
  margin-bottom: 1rem;
}
body .content .blok_o .blok_i > .jeden_o > .jeden_i > .kotva > h2 {
  text-align: left !important;
  border: none;
}
body .content .blok_o .blok_i > .jeden_o > .jeden_i > .kotva > h2 > a > img {
  float: left;
  padding-right: 20px;
  padding-bottom: 15px;
}
@media (max-width: 560px) {
  body .content .blok_o .blok_i > .jeden_o > .jeden_i > .kotva > h2 > a > img {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 560px) {
  body .content .blok_o .blok_i > .jeden_o > .jeden_i > .kotva > h2 > a span {
    display: inline-block;
  }
}
body .content .blok_o .blok_i > .jeden_o > .jeden_i > .kotva > h2 > img {
  float: left;
  padding-right: 20px;
  padding-bottom: 15px;
}
body .content .blok_o .blok_i > .jeden_o > .jeden_i > .kotva > .perex > .protext {
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 80%;
  border-bottom: 1px solid #ecebeb;
  margin: 0 auto;
  text-align: right;
}
body .content .blok_o .blok_i > .jeden_o > .jeden_i > .kotva > .perex > .protext > a {
  background: #9a0f0a;
  color: #ffffff;
  padding: 7px 23px;
  border-radius: 3px;
}
body .content .blok_o .blok_i > .jeden_o > .jeden_i > .blok_o > .blok_i > .realitni_odstavec > .realitni_odstavec_nadpis {
  display: none;
}
body #ajax-spinner {
  margin: 15px 0 0 15px;
  padding: 13px;
  background: white url('/asset/image/spinner.gif') no-repeat 50% 50%;
  font-size: 0;
  z-index: 123456;
  display: none;
}
body div.flash {
  color: white;
  background: #FFF9D7;
  border: 1px solid #E2C822;
  padding: 1em;
  margin: 1em 0;
}
body a[href^="#error:"] {
  background: red;
  color: white;
}
body .form_error {
  color: #9a0f0a;
}
body form th {
  vertical-align: top;
  font-weight: normal;
  text-align: right;
}
body form td {
  vertical-align: top;
  font-weight: normal;
}
body form .required label {
  font-weight: bold;
}
body form .error {
  color: #9a0f0a;
  font-weight: bold;
}
body #myCarousel a.right.carousel-control.margright {
  font-size: 60px;
  padding-top: 9%;
  z-index: 1000000;
  text-decoration: none;
  display: none;
}
body #myCarousel a.left.carousel-control.margleft {
  font-size: 60px;
  padding-top: 9%;
  z-index: 1000000;
  text-decoration: none;
  display: none;
}
body #myCarousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .slider {
  margin-bottom: 30px;
}
body span#zvolte_typ {
  background: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 34px;
  border: 1px solid #CCC;
  padding: 4px 10px;
  color: #ffffff;
}
body div#div_subtyp {
  position: relative;
  height: 35px;
}
body .info11_i {
  position: relative;
}
body .info11_i .foto_neni {
  width: 100%;
  height: 189px;
  background: url('/asset/image/foto_neni.jpg') no-repeat center;
  background-size: cover;
  display: block;
}
body .info11_i a {
  display: block;
  padding: 5px;
  min-height: 265px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  line-height: 16px;
  box-shadow: 0 0 10px #D8D8D8;
  transition: 200ms ease;
}
body .info11_i a:hover {
  box-shadow: 0 0 15px #aaa;
}
body .info11_i a .prelepky {
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  display: block;
  padding-bottom: 5px;
}
body .info11_i .prelepky .vyhradne:after {
  content: "Výhradně";
  position: absolute;
  display: inline-block;
  width: 300px;
  top: 20px;
  right: -115px;
  text-align: center;
  background: orange;
  color: white;
  padding: 5px 10px;
  font-size: 13px;
  transform: rotate(45deg);
  box-shadow: 0 0 5px #666;
}
body .info11_i .prelepky .rezervace:after {
  content: "Rezervováno";
  position: absolute;
  display: inline-block;
  width: 300px;
  top: 20px;
  left: -115px;
  text-align: center;
  background: #f00;
  color: white;
  padding: 5px 10px;
  font-size: 13px;
  transform: rotate(-45deg);
  box-shadow: 0 0 5px #666;
}
body object {
  max-width: 100%;
}
@media (max-width: 768px) {
  body .youtube_obal_i > object {
    max-height: 300px;
  }
}
body embed {
  max-width: 100%;
}
body .info1_o {
  margin: 0 0 40px;
  min-height: 202px;
}
body .hp-vypis h2.realitni_odstavec_nadpis {
  padding-left: 15px;
}
body .bottom_sort_i {
  margin: 60px auto 20px auto;
  text-align: center;
}
body .re_box_i {
  position: relative;
}
body .r_soubory_dva a {
  display: block;
  height: 40px;
  margin: 10px 0 20px 0;
  background: #fafafa;
  position: relative;
  text-decoration: none;
  width: 90%;
  transition: 200ms ease;
}
body .r_soubory_dva a:hover {
  width: 95%;
  background: #fff;
}
body .r_soubory_dva a:hover span.typ {
  width: 55px;
  height: 55px;
  border-radius: 60px;
  padding: 16px 14px;
  margin-top: -8px;
}
body .r_soubory_dva a img {
  display: none;
}
body .r_soubory_dva a span.typ {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background: #9a0f0a;
  color: white;
  text-align: center;
  border-radius: 50px;
  padding: 13px;
  box-sizing: border-box;
  text-transform: uppercase;
  box-shadow: 0 0 0 5px #eee;
  margin-top: -5px;
  margin-left: -10px;
  transition: 200ms ease;
}
body .r_soubory_dva a span.jmeno {
  text-align: left;
  padding: 0 0 0 20px;
  color: #ffffff;
  z-index: 9;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  max-height: 40px;
  transition: 200ms ease;
  background: url('/asset/image/download.png') no-repeat 98%;
  background-size: 35px;
}
body .clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}
body .button_facebook {
  float: left;
  border: 0 none;
  overflow: hidden;
  width: 130px;
  height: 21px;
  margin: 0 0 0 3px;
}
body .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;
}
body .button_plus {
  float: left;
  margin: 0 0 3px 3px;
}
body .reality_tlacitka {
  clear: both;
}
body .reality_tlacitka a span {
  margin-left: 15px;
}
body .vi_foto img {
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px #DADADA;
  max-width: 100%;
}
body .formular {
  color: black;
  padding-top: 0.7rem;
  background: #ffffff;
  border: 1px solid lightgray;
  box-shadow: 0 0 8px 6px #00000054;
}
body .formular p {
  margin-left: 10%;
  font-size: 120%;
}
body .formular .form_error {
  color: #6a0a07;
  background: rgba(0, 151, 178, 0.6);
  padding: 0.4rem;
  margin-top: -3px;
  padding-top: 1rem;
  border-top: 2px solid #6a0a07;
}
body .formular .form-control {
  border: 1px solid black;
  box-shadow: 0 0 7px 2px rgba(30, 30, 30, 0.13);
  background: #f3f3f385;
  border-radius: 0;
}
body .formular .form-control:focus {
  border: 1px solid #6a0a07;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.26);
}
body .formular table {
  width: 80%;
  margin: 0 auto;
}
body .formular table tr td input,
body .formular table tr td textarea {
  width: 100%;
  border: 1px solid black;
  box-shadow: 0 0 7px 2px rgba(30, 30, 30, 0.13);
  background: #f3f3f385;
  border-radius: 0;
}
body .formular table tr td input:focus,
body .formular table tr td textarea:focus {
  border: 1px solid #6a0a07;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.26);
}
body .formular input[type=submit] {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  background: white;
  border: white;
  background: #005666;
  color: white;
  border: 1px solid #005666;
  text-shadow: none;
  border-radius: 0;
  transition: 0.3s all;
}
body .formular input[type=submit]:hover {
  color: black;
  background: white;
  box-shadow: 3px 3px 1px #001519;
}
body span.info11_cena {
  display: block;
  font-size: 0;
  background: #727071;
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px;
}
body span.info11_cena strong {
  font-size: 18px;
  color: white;
}
body .bottom_sort_count {
  display: none;
}
body .bottom_sort_page {
  display: none;
}
body .bottom_sort_o a {
  display: inline-table;
  padding: 8px 12px;
  border: 1px solid #727071;
  background: #727071;
  text-decoration: none;
  color: white;
  height: 16px;
  line-height: 16px;
  border-radius: 5px;
  margin: 1px;
}
body .bottom_sort_o strong {
  display: inline-table;
  padding: 8px 12px;
  text-decoration: none;
  height: 16px;
  line-height: 16px;
  border-radius: 5px;
  margin: 1px;
  background: #9a0f0a;
  color: white;
  border-color: #9a0f0a;
}
body .undercolor {
  background: black;
  color: white;
}
body .undercolor label {
  padding-top: 0.5rem;
}
body .undercolor .bootstrap-select {
  border-radius: 0;
}
body .undercolor .bootstrap-select button {
  border-radius: 0;
  background: white;
}
body .undercolor button.subm {
  background: white;
  border-color: white;
  color: black;
  margin-bottom: 2rem;
}
body .undercolor button.subm:hover {
  background: #9a0f0a;
  border-color: #9a0f0a;
  color: white;
  box-shadow: 3px 3px 1px #6a0a07;
}
body div#maps_box {
  height: 303px;
  border: 1px solid #333;
  margin: 10px 0;
  background: #eee url('/asset/image/maps.png') center center no-repeat;
  color: transparent;
}
body #maps_box {
  height: 303px;
  box-shadow: 0 0 5px #aaa;
  margin: 10px 0;
  width: 100%;
}
body .iright {
  float: right;
  padding: 0 0 10px 10px;
}
body .base-input {
  margin-bottom: 30px;
}
body .mapa_visual_sama {
  max-width: 100%;
  display: block;
  box-shadow: 0 0 5px #aaa;
}
body .maps_box_label {
  display: none;
}
body .carousel .item {
  left: 0 !important;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
body .carousel-control {
  background-image: none !important;
}
body .next.left {
  opacity: 1;
  z-index: 1;
}
body .prev.right {
  opacity: 1;
  z-index: 1;
}
body .active.left {
  opacity: 0;
  z-index: 2;
}
body .active.right {
  opacity: 0;
  z-index: 2;
}
body span.info11_pod {
  padding-left: 5px;
}
body .prvni h2 a .prelepky {
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  height: 199px;
  width: 265px;
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 35px;
}
body .prvni .rezervace:after {
  content: "Rezervováno";
  position: absolute;
  display: inline-block;
  width: 300px;
  top: 20px;
  left: -115px;
  text-align: center;
  background: #f00;
  color: white;
  padding: 5px 10px;
  font-size: 13px;
  transform: rotate(-45deg);
  box-shadow: 0 0 5px #666;
}
body .prvni .vyhradne:after {
  content: "Výhradně";
  position: absolute;
  display: inline-block;
  width: 300px;
  top: 20px;
  right: -115px;
  text-align: center;
  background: orange;
  color: white;
  padding: 5px 10px;
  font-size: 13px;
  transform: rotate(45deg);
  box-shadow: 0 0 5px #666;
}
body a.img-responsive img {
  max-width: 100%;
}
body img.img-responsive {
  max-width: 100%;
}
body .mapa_visual_obal img {
  max-width: none;
}
@media (max-width: 767px) {
  body .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background: #727071;
  }
  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background: rgba(255, 255, 255, 0.85);
  }
  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: rgba(255, 255, 255, 0.85);
  }
  body .info1_i h2 a img {
    margin: 20px auto;
    display: block;
    float: none;
  }
  body .info1_i h2 a .foto_neni {
    margin: 20px auto;
    display: block;
    float: none;
  }
  body .navbar-nav > ul {
    margin: 30px -15px 0;
  }
  body .navbar-nav > ul > li {
    float: left;
    width: 100%;
    margin-left: -20px;
    display: block;
    margin-bottom: 5px;
  }
  body .navbar-nav > ul > li > a {
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }
  body .nav > li {
    margin-bottom: 5px;
  }
  body .container > .navbar-header {
    margin-left: -30px;
    margin-right: -30px;
  }
  body .container > .navbar-collapse {
    margin-left: -30px;
    margin-right: -30px;
  }
  body .container-fluid > .navbar-header {
    margin-left: -30px;
    margin-right: -30px;
  }
  body .container-fluid > .navbar-collapse {
    margin-left: -30px;
    margin-right: -30px;
  }
  body .info11_o {
    float: left;
    width: 50%;
    padding: 15px;
    max-width: 280px;
  }
  body .clear-mobile {
    clear: both !important;
  }
  body .sirka360 {
    width: 100%;
  }
  body .vi_obal_o {
    width: 50%;
  }
}
@media (max-width: 967px) {
  body .clear-mobile {
    clear: both;
  }
}
@media (max-width: 500px) {
  body .info11_o {
    float: left;
    width: 100%;
    padding: 15px;
  }
  body .vi_obal_o {
    width: 100%;
  }
}
@media print {
  body * {
    background: #0097B2;
    color: #ffffff;
    box-shadow: none;
  }
  body .path {
    display: none;
  }
  body .raz.r_soubory_raz {
    display: none;
  }
  body .r_soubory_dva {
    display: none;
  }
  body .header {
    display: none;
  }
  body .nemovitost_foto5_small {
    display: none;
  }
  body .maps_box_label {
    display: none;
  }
  body #maps_box {
    display: none;
  }
  body .nemovitost_foto5_celkem {
    display: none;
  }
  body .formular_obal {
    display: none;
  }
  body .hypocalc_all_o {
    display: none;
  }
  body .reality_tlacitka {
    display: none;
  }
  body .footer_o {
    display: none;
  }
  body .footer {
    display: none;
  }
  body .topmenu_o {
    display: none;
  }
  body .rightmenu_o {
    display: none;
  }
  body .formular {
    display: none;
  }
  body .zpet_na {
    display: none;
  }
  body .head_o {
    height: 104px;
  }
  body .head_o #toplink {
    display: none;
  }
  body .head_o #toptext {
    display: none;
  }
  body .head_i a img {
    max-height: 100px;
  }
  body .content_o {
    width: 100%;
    float: none;
  }
  body #print_logo {
    display: none;
  }
}
body .hp-onas {
  position: relative;
}
body .hp-onas .parallax {
  padding: 50px;
}
body .hp-onas .parallax .box_anchor_i {
  margin: 50px;
}
body .hp-onas .parallax .box_anchor_i .blok_o {
  background: rgba(255, 255, 255, 0.7);
  width: 80%;
  margin: 0 auto;
  padding: 25px;
}
@media (max-width: 600px) {
  body .hp-onas .parallax .box_anchor_i {
    margin: 0;
  }
  body .hp-onas .parallax .box_anchor_i .blok_o {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
@media (max-width: 400px) {
  body .hp-onas .parallax {
    padding: 0;
  }
  body .hp-onas .parallax .box_anchor_i {
    margin: 0;
  }
  body .hp-onas .parallax .box_anchor_i .blok_o {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
body .categoryBanner h2,
body .nemoListBanner h2,
body .nemoDetailBanner h2 {
  text-align: left;
  border: none;
}
body .row.hp-vypis {
  max-width: 100%;
  margin: auto;
}
body .row.hp-emblemy {
  max-width: 100%;
  margin: auto;
}
body .vizitkar {
  padding: 10px 15px 0 15px;
  margin: 0 -15px;
}
body .vizitkar h2 {
  margin: 10px 15px;
}
body .vizitkar .vi_obal_o {
  float: left;
  width: 49%;
  border-top: 1px solid #0097B2;
  margin: 1rem 1% 0 0;
}
@media (max-width: 767px) {
  body .vizitkar .vi_obal_o {
    width: 100%;
  }
}
body .vizitkar .vi_obal_o .vi_obal_i {
  background: #f1f0f1;
  padding: 10px;
  min-height: 120px;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_obal_text {
  display: inline-block;
  width: 70%;
  padding-left: 0.3rem;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_foto {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.5rem;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_foto img {
  max-width: 100%;
  height: auto;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_dva {
  clear: both;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_dva span {
  min-width: 90px;
  width: 33%;
  text-align: right;
  padding: 0 5px 0 0;
  font-weight: bold;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_cele_jmeno {
  font-weight: bold;
  font-size: 150%;
  color: #333;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_pracovni_pozice {
  font-weight: bold;
  font-style: italic;
  font-size: 108.5%;
  color: #727071;
  margin: 3px 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #727071;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_www1 {
  display: none;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_www1_button,
body .vizitkar .vi_obal_o .vi_obal_i .vi_www2_button {
  background: lightgray;
  border-radius: 0.5rem;
  display: inline-block;
  padding: 0.7rem 1.3rem;
  margin: 1rem;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_www1_button:hover,
body .vizitkar .vi_obal_o .vi_obal_i .vi_www2_button:hover {
  background: #e0e0e0;
}
body .vizitkar .vi_obal_o .vi_obal_i .vi_www1_button a,
body .vizitkar .vi_obal_o .vi_obal_i .vi_www2_button a {
  color: black;
}
body .emblems a.emblem {
  text-decoration: none;
  background: transparent;
  color: black;
  font-size: 100%;
}
body .emblems a.emblem .emblem-icon i.fa {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  background: #0097B2;
  border-radius: 50%;
  color: white;
  font-size: 500%;
}
body .emblems a.emblem h3 {
  text-decoration: none;
}
body .emblems a.emblem p {
  font-size: 100%;
}
body .emblems a.emblem:hover {
  background: transparent;
  box-shadow: none;
}
body .emblems a.emblem:hover .emblem-icon i.fa {
  background: #005666;
}
body .emblems a.emblem:hover h3 {
  text-decoration: underline;
  color: #005666;
}
body .emblems a.emblem:hover p {
  color: #005666;
}
body .mixin-prelepka-list {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky {
  position: absolute;
}
body .singleNemo .prelepky .colName {
  display: none;
}
body .singleNemo .prelepky span.top {
  display: block;
  color: black;
  background: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.prodano {
  display: block;
  color: white;
  background: red;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.pronajato {
  display: block;
  color: white;
  background: red;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.rezervace {
  display: block;
  color: white;
  background: red;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.sleva {
  display: block;
  color: black;
  background: yellow;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.milacci {
  display: none;
  color: white;
  background: green;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.vystavba {
  display: block;
  color: black;
  background: orange;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.deti {
  display: none;
  color: black;
  background: #00d000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.exkuzivita {
  display: block;
  color: white;
  background: gray;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.cizinci {
  display: none;
  color: white;
  background: #bb00bb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.kratkodoby_pronajem {
  display: none;
  color: black;
  background: lightblue;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.ma_3d {
  display: block;
  color: white;
  background: #638492;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .singleNemo .prelepky span.ma_video {
  display: block;
  color: white;
  background: #1c1ea2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 2px;
  padding: 3px;
  opacity: 0.7;
}
body .nemovitost_foto5_big span.top::after {
  display: none;
  color: black;
  background: white;
  content: 'TOP';
}
body .nemovitost_foto5_big span.prodano::after {
  display: none;
  color: white;
  background: red;
  content: 'PRODÁNO';
}
body .nemovitost_foto5_big span.pronajato::after {
  display: none;
  color: white;
  background: red;
  content: 'PRONAJATO';
}
body .nemovitost_foto5_big span.rezervace::after {
  display: none;
  color: white;
  background: red;
  content: 'REZERVOVÁNO';
}
body .nemovitost_foto5_big span.sleva::after {
  display: none;
  color: black;
  background: yellow;
  content: 'SLEVA';
}
body .nemovitost_foto5_big span.milacci::after {
  display: none;
  color: white;
  background: green;
  content: 'MAZLÍČCI';
}
body .nemovitost_foto5_big span.vystavba::after {
  display: none;
  color: black;
  background: orange;
  content: 'VÝSTAVBA';
}
body .nemovitost_foto5_big span.deti::after {
  display: none;
  color: black;
  background: #00d000;
  content: 'DĚTI';
}
body .nemovitost_foto5_big span.exkuzivita::after {
  display: none;
  color: white;
  background: gray;
  content: 'EXKLUZIVNĚ';
}
body .nemovitost_foto5_big span.cizinci::after {
  display: none;
  color: white;
  background: #bb00bb;
  content: 'CIZINCI';
}
body .nemovitost_foto5_big span.kratkodoby_pronajem::after {
  display: none;
  color: black;
  background: lightblue;
  content: 'KRÁTKODOBĚ';
}
body .nemovitost_foto5_big span.ma_3d::after {
  display: none;
  color: white;
  background: #638492;
  content: '3D PROHLÍDKA';
}
body .nemovitost_foto5_big span.ma_video::after {
  display: none;
  color: white;
  background: #1c1ea2;
  content: 'VIDEO';
}
body .base-nemo-filter .btn-primary {
  text-align: center;
  background: #ffffff;
  border-color: #ffffff;
  color: #0097B2;
  border-radius: 0;
}
body .base-nemo-filter .btn-primary:hover {
  background: #0097B2;
  border-color: #ffffff;
  color: #ffffff;
}
body .base-nemo-filter .selectpicker {
  background: white;
  color: #0097B2;
}
body .base-nemo-filter .selectpicker .caret {
  color: #6a0a07;
}
body .base-nemo-filter input {
  border-radius: 0;
}
body .base-nemo-filter .typ_vsechny {
  display: block;
  background: white;
  width: 100%;
  color: black;
  padding: 5px 17px;
}
body .base-nemo-filter #zvolte_typ {
  display: block;
  background: white;
  width: 100%;
  color: black;
  padding: 8px 18px;
}
body .base-nemo-filter .bootstrap-select button {
  background: white;
  border: 1px solid #0097B2;
  color: black;
}
body .base-nemo-filter .bootstrap-select button .filter-option {
  background: transparent;
  margin: -7px -13px;
  height: 34px;
  padding-top: 5px;
  padding-left: 20px;
  border-radius: 50%;
  color: black;
}
body .base-nemo-filter .bootstrap-select:hover button {
  background: white;
}
body .base-nemo-filter .bootstrap-select:hover button .filter-option {
  border-radius: 0;
}
body .base-nemo-filter .bootstrap-select:hover button .caret {
  color: white;
}
body .base-nemo-filter.filter-horizontal h2 {
  display: none;
}
body .base-nemo-filter.filter-horizontal #zvolte_typ {
  font-size: 1em !important;
  line-height: 11px;
}
body .base-nemo-filter .dropdown-menu {
  border-radius: 0;
}
body .base-nemo-filter .dropdown-menu > .active > a {
  background: #9a0f0a;
  color: black;
}
body .base-nemo-filter .dropdown-menu > .active > a:hover {
  background: #727071;
  color: white;
}
body .base-nemo-filter .dropdown-menu > .active > a:focus {
  background: #727071;
  color: white;
}
body .base-nemo-filter .dropdown-menu > li > a {
  color: black;
}
body .base-nemo-filter .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.85);
}
body .pocitadlo {
  text-align: center;
  margin: 1rem;
}
body .pocitadlo .pocitadlo_obsah a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #0097B2;
  color: white;
  padding: 5px;
}
body .pocitadlo .pocitadlo_obsah a:hover {
  background: #005666;
  text-decoration: none;
}
body .pocitadlo .pocitadlo_obsah strong {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: lightgrey;
  color: black;
  padding: 5px;
  font-weight: normal;
}
body .prelepky .foto_neni {
  display: block;
  width: 100%;
  height: 250px;
  background: #404040;
  position: relative;
  margin-bottom: 1.5rem;
}
body .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%;
}
body .realityWrapper .card.singleNemo {
  margin-bottom: 1rem;
}
body .realityWrapper .card.singleNemo .card-body {
  border: 1px solid lightgray;
  background: #f7f7f7;
  position: relative;
}
body .realityWrapper .card.singleNemo .card-body a {
  color: black;
  padding-bottom: 70px;
  display: inline-block;
  width: 100%;
}
body .realityWrapper .card.singleNemo .card-body a .mainFoto {
  margin-bottom: 1rem;
  text-align: center;
}
body .realityWrapper .card.singleNemo .card-body a .mainFoto img {
  margin: 0 auto;
}
body .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;
}
body .realityWrapper .card.singleNemo .card-body a .nemoInfoCol {
  font-weight: normal;
  min-height: 50px;
  margin: 0 auto;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .realityWrapper .card.singleNemo .card-body a .nemoInfoCol .colName {
  display: none;
}
body .realityWrapper .card.singleNemo .card-body a .nemoInfoCol.cena {
  font-weight: bolder;
  font-size: 120%;
}
body .realityWrapper .card.singleNemo .card-body a:hover {
  text-decoration: none;
  transition: 0.1s all;
  box-shadow: 0 0 6px 2px darkgrey;
}
body .realityWrapper .card.singleNemo .card-body a:hover:after {
  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;
}
body .realityWrapper .card.singleNemo .card-body a:hover:before {
  transition: 0.3s all;
  background: #005666;
  color: white;
  content: 'Více informací';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
body .realityWrapper .card.singleNemo .card-body a:before {
  background: #0097B2;
  color: white;
  content: 'Detail nabídky';
  position: absolute;
  bottom: 15px;
  left: 15%;
  width: 70%;
  height: 30px;
  line-height: 30px;
}
body .parallax {
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
body .parallax.left-top {
  background-position: left top;
}
body .parallax.left-center {
  background-position: left center;
}
body .parallax.left-bottom {
  background-position: left bottom;
}
body .parallax.center-top {
  background-position: center top;
}
body .parallax.center-center {
  background-position: center center;
}
body .parallax.center-bottom {
  background-position: center bottom;
}
body .parallax.right-top {
  background-position: right top;
}
body .parallax.right-center {
  background-position: right center;
}
body .parallax.right-bottom {
  background-position: right bottom;
}
.hp-onas {
  padding: 0;
}
.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;
}
.headerType2 h2 {
  text-align: left;
  border-bottom: none;
  font-size: 24px;
}
.price1 {
  background: #005666;
  text-align: center;
  color: #fff;
  padding: 10px;
  margin-bottom: 1rem;
}
.price1 p {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  font-size: 23px;
}
.description2 h2 {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  border-bottom: 0;
  margin-bottom: 0;
}
.videoTour1 h2,
.matterportTour1 h2 {
  display: none;
}
.businessCard4,
.gallery4 {
  margin-bottom: 8px;
}
.contactForm4 input[type="submit"] {
  background: #005666;
  color: #fff;
  border: 1px solid #005666;
  text-shadow: none;
  border-radius: 0;
  transition: 0.3s all;
  padding: 1rem 2rem;
}
.contactForm4 input[type="submit"]:hover {
  background: #00404c !important;
  border: 1px solid #00404c !important;
}
.zpet_na {
  margin-top: 1rem;
}
.contactForm4 form .help-block {
  margin-top: 0!important;
}
/*# sourceMappingURL=style.css.map */