html,
body {
  height: 100%;
}
body {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navbar-top {
  background: #ff9d24;
  margin: 0;
  border: 0;
  z-index: 1338;
}
#navbar-top a {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #ffffff;
  background: none;
}
#navbar-top a:not(.navbar-brand):hover {
  background: #ff920a;
}
#navbar-top ul.dropdown-menu > li > a {
  color: #333;
}
#navbar-top ul.dropdown-menu > li > a.active {
  color: #333;
  background: #ff9d24;
}
#navbar-top li.active a,
#navbar-top li.active-tip a {
  background: #f08500;
}
#navbar-top li.active a:hover,
#navbar-top li.active-tip a:hover {
  background: #f08500;
}
#navbar-top .navbar-brand {
  padding: 0 15px;
  line-height: 50px;
}
#navbar-top .navbar-brand img {
  display: inline;
  max-height: 34px;
}
.bar {
  height: 43px;
  max-height: 43px;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.doporucene-projekty {
  background: #eee;
  margin: -10px -10px 0 -10px;
  padding: 10px 10px 0 10px;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.doporucene-projekty .jumbotron {
  background: none;
}
#header {
  background: #fff url('https://dobre-nemovitosti.cz/img/filter-bg.jpg') no-repeat;
  padding: 0 20px;
  height: 50px;
  position: absolute;
  z-index: 1337;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#header.full {
  height: 337px;
}
#header:not(.full) .filter {
  margin-top: 50px;
}
#header .akce {
  float: right;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  margin-top: 5px;
}
#header .breadcrumb {
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  display: inline-block;
}
#header .filter {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  width: 100%;
}
#header .filter .tabs {
  margin: 10px auto;
  padding: 10px;
}
#header .filter .tabs .lead {
  margin-bottom: 0;
}
#header .filter .tabs .nav li.pull-right a {
  margin-left: 2px;
  margin-right: 0;
}
#header .filter .tabs .nav-tabs {
  border: 0;
}
#header .filter .tabs .nav-tabs li {
  margin: 0;
}
#header .filter .tabs .nav-tabs li.without-icon {
  margin-top: 30px;
}
#header .filter .tabs .nav-tabs li a {
  font-size: 15px;
  background: #fff;
  color: #222;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
#header .filter .tabs .nav-tabs li a:hover {
  border-color: #fff;
  padding-top: 12px;
  margin-top: -2px;
}
#header .filter .tabs .nav-tabs li a span {
  display: block;
  background-color: transparent;
  background-image: url('https://dobre-nemovitosti.cz/img/ikony.png');
  background-repeat: no-repeat;
  background-position: -17px -5px;
  height: 35px;
  width: 40px;
  margin: -5px auto 0 auto;
}
#header .filter .tabs .nav-tabs li.active a,
#header .filter .tabs .nav-tabs li.active-tip a {
  background: #ff9d24;
  border-color: #ff9d24;
  color: white;
  padding-top: 15px;
  margin-top: -5px;
  font-weight: 600;
}
#header .filter .tabs .nav-tabs li.active a span,
#header .filter .tabs .nav-tabs li.active-tip a span {
  background-position: -89px -5px;
}
#header .filter .tabs .nav-tabs li.typ2 a span {
  background-position: -17px -58px;
}
#header .filter .tabs .nav-tabs li.typ2.active span {
  background-position: -90px -58px;
}
#header .filter .tabs .nav-tabs li.typ3 a span {
  background-position: -16px -110px;
}
#header .filter .tabs .nav-tabs li.typ3.active span {
  background-position: -90px -110px;
}
#header .filter .tabs .nav-tabs li.typ4 a span {
  background-position: -18px -163px;
}
#header .filter .tabs .nav-tabs li.typ4.active span {
  background-position: -90px -163px;
}
#header .filter .tabs .nav-tabs li.typ5 a span {
  background-position: -18px -216px;
}
#header .filter .tabs .nav-tabs li.typ5.active span {
  background-position: -90px -216px;
}
#header .filter .tabs .nav-tabs li.typ0 a span {
  background-position: -18px -275px;
}
#header .filter .tabs .nav-tabs li.typ0.active span {
  background-position: -92px -275px;
}
#header .filter .tabs .tab-content {
  background: #ff9d24;
  color: #fff;
  padding: 20px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#header .filter .tabs .tab-content .hpreal {
  white-space: nowrap;
}
.obsah {
  padding: 50px 0 0 0;
  height: calc(100% - 51px);
}
.hp-padding {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-top: 287px;
}
.ms-res-ctn.dropdown-menu {
  bottom: 105%;
  top: inherit;
}
.ms-ctn .ms-sel-item {
  color: #111;
}
.form-control.okres.suggest {
  height: 34px;
}
.jumbotron {
  padding: 0 0 25px;
}
.jumbotron h1 {
  font-size: 22pt;
}
.loader {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  display: none;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.vypis {
  position: relative;
  width: 40%;
  height: 100%;
  overflow: auto;
  background: #f1f1f1;
  float: left;
}
.vypis .topbar {
  background: #fff;
  margin-bottom: 15px;
  padding: 7px 0 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.vypis .topbar .razeni {
  padding: 5px 0 0;
}
.vypis .topbar .paginator-top {
  line-height: 0;
}
.vypis .topbar .paginator-top .pagination {
  margin: 0;
}
.vypis .nemovitost,
.vypis .nemovitost-tip {
  position: relative;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  background-color: #fff;
  margin: 0 15px 10px;
  background-repeat: no-repeat;
  background-position: 200% 40%;
}
.vypis .nemovitost:hover,
.vypis .nemovitost-tip:hover {
  background-color: #ffffff !important;
  cursor: pointer;
}
.vypis .nemovitost.active,
.vypis .nemovitost-tip.active,
.vypis .nemovitost.active-tip,
.vypis .nemovitost-tip.active-tip {
  background-color: #e2e2e2;
  cursor: pointer;
}
.vypis .nemovitost.seen,
.vypis .nemovitost-tip.seen {
  background-color: #f9f9f9;
  background-image: url('https://dobre-nemovitosti.cz/img/eye.png');
  background-repeat: no-repeat;
  background-position: 105% 40%;
}
.vypis .nemovitost .makler-foto-small,
.vypis .nemovitost-tip .makler-foto-small {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.vypis .nemovitost .makler-foto-small img,
.vypis .nemovitost-tip .makler-foto-small img {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.vypis .nemovitost .makler-video-small,
.vypis .nemovitost-tip .makler-video-small {
  position: absolute;
  top: 28px;
  left: 52px;
  height: 96px;
  width: 96px;
  background: url('https://dobre-nemovitosti.cz/css/fotorama.png') 7px -66px no-repeat;
}
.vypis .nemovitost .cena,
.vypis .nemovitost-tip .cena {
  display: inline-block;
  float: right;
  padding: 2px 15px 5px 0;
  font-size: 1.2em;
  text-align: right;
}
.vypis .nemovitost .cena .cislo,
.vypis .nemovitost-tip .cena .cislo {
  font-weight: bold;
}
.vypis .nemovitost .cena .mena,
.vypis .nemovitost-tip .cena .mena {
  font-size: 0.9em;
}
.vypis .nemovitost .cena br,
.vypis .nemovitost-tip .cena br {
  display: none;
}
.vypis .nemovitost .cena .cena-poznamka,
.vypis .nemovitost-tip .cena .cena-poznamka {
  display: block;
  line-height: 100%;
  font-size: 0.7em;
  color: #555;
}
.vypis .nemovitost .atributy,
.vypis .nemovitost-tip .atributy {
  color: #333;
  font-weight: bold;
}
.vypis .nemovitost .adresa,
.vypis .nemovitost-tip .adresa {
  color: #555;
}
.vypis .nemovitost .nahled-block,
.vypis .nemovitost-tip .nahled-block {
  padding-right: 5px;
}
.vypis .nemovitost .nahled-block .nahled img,
.vypis .nemovitost-tip .nahled-block .nahled img {
  /* height: 150px; */
}
.vypis .nemovitost .obsah-block,
.vypis .nemovitost-tip .obsah-block {
  padding-left: 5px;
  height: 100%;
}
.vypis .nemovitost .nahled,
.vypis .nemovitost-tip .nahled {
  display: block;
  height: 100%;
  position: relative;
}
.vypis .nemovitost .nahled img,
.vypis .nemovitost-tip .nahled img {
  max-width: 100%;
}
@media (min-width: 1670px) {
  .vypis .nemovitost .nahled img,
  .vypis .nemovitost-tip .nahled img {
    max-width: 200px;
  }
}
.vypis .nemovitost .stari,
.vypis .nemovitost-tip .stari {
  padding-top: 5px;
}
.vypis .nemovitost header,
.vypis .nemovitost-tip header {
  display: block;
  padding: 5px 5px 0 0;
  font-size: 1.2em;
}
.vypis .nemovitost header .actions,
.vypis .nemovitost-tip header .actions {
  padding: 0 5px 5px 10px;
  font-size: 1.3em;
}
.vypis .nemovitost header .actions a:hover,
.vypis .nemovitost-tip header .actions a:hover {
  color: #ff9d24;
}
.vypis .nemovitost header a,
.vypis .nemovitost-tip header a {
  color: #333;
}
.vypis .nemovitost header a:hover,
.vypis .nemovitost-tip header a:hover {
  text-decoration: none;
}
.vypis .nemovitost.active,
.vypis .nemovitost-tip.active,
.vypis .nemovitost.active-tip,
.vypis .nemovitost-tip.active-tip {
  background-color: #fff;
  box-shadow: 0 0 5px #666;
}
.vypis .nemovitost.active:after,
.vypis .nemovitost-tip.active:after,
.vypis .nemovitost.active-tip:after,
.vypis .nemovitost-tip.active-tip:after,
.vypis .nemovitost.active:hover:after,
.vypis .nemovitost-tip.active:hover:after,
.vypis .nemovitost.active-tip:hover:after,
.vypis .nemovitost-tip.active-tip:hover:after {
  position: absolute;
  right: -10px;
  top: 33%;
  height: 50px;
  width: 0;
  content: '';
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0 solid transparent;
}
.vypis .nemovitost.active:before,
.vypis .nemovitost-tip.active:before,
.vypis .nemovitost.active-tip:before,
.vypis .nemovitost-tip.active-tip:before {
  position: absolute;
  right: -11px;
  top: 33%;
  height: 50px;
  width: 0;
  content: '';
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #666;
  border-right: 0 solid transparent;
}
.vypis .nemovitost-tip {
  min-height: 90px;
}
.vypis .nemovitost-tip.active-tip {
  background: #ffffee;
}
.vypis .nemovitost-tip.active-tip:after,
.vypis .nemovitost-tip.active-tip:hover:after {
  border-left: 15px solid #ffffee;
  top: 20px;
}
.vypis .nemovitost-tip.active-tip:before {
  top: 20px;
}
.vypis .nemovitost-tip .nahled-block .nahled img {
  display: block;
  margin: 0 auto;
  max-height: 90px;
}
.vypis .nenemovitost {
  margin: 10px 15px;
}
.detail {
  width: 60%;
  height: 100%;
  overflow: auto;
  float: left;
}
.detail .default-page h1.detail-nadpis {
  font-size: 20px;
}
.detail .default-page .lokalita {
  padding: 0 15px;
}
.detail .default-page .makler-foto-small {
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.detail .default-page .makler-foto-small img {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.detail header {
  height: 350px;
  position: relative;
  overflow: hidden;
}
.detail header .cenaimg {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1010;
  display: inline-block;
  background: #fff;
  padding: 5px;
  margin-left: -5px;
  font-size: 1.3em;
}
.detail header .cenaimg br {
  display: none;
}
.detail header .cenaimg .cena-poznamka {
  display: block;
  font-size: 0.7em;
  line-height: 120%;
  max-width: 280px;
  white-space: normal;
}
.detail header .map {
  background: #fbfbfb url('https://dobre-nemovitosti.cz/img/kompas.jpg') center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.detail header .map .map2 {
  height: 100%;
  transition: padding 1s;
}
.detail header .vysun {
  position: absolute;
  height: 350px;
  width: 0;
  top: 0;
  left: -270px;
  transition: left 1s;
  white-space: nowrap;
}
.detail header .vysun .makler-foto {
  height: 0;
  width: 0;
}
.detail header .vysun:hover {
  left: 0;
}
.detail header .vysun:hover .makler-foto {
  -webkit-animation: bublina 1s;
  animation: bublina 1s;
  width: 150px;
  height: 150px;
}
.detail header .image {
  position: absolute;
  height: 350px;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
}
.detail header .image .image2 {
  position: absolute;
  width: 550px;
  height: 550px;
  z-index: 999;
  border-radius: 350px;
  border: 10px solid #fff;
  overflow: hidden;
  margin: -100px 0 0 -192px;
  box-shadow: 0 0 15px #666;
  background: #fff;
  top: 0;
  left: 0;
}
.detail header .image .image2 img {
  width: 640px;
  margin: 30px 0 0 40px;
  -webkit-animation: posunfoto 5s infinite;
  animation: posunfoto 15s infinite;
}
.detail header .makler-foto {
  position: absolute;
  z-index: 1010;
  top: -15px;
  box-shadow: 0 0 15px #666;
  left: 180px;
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  overflow: hidden;
  border-radius: 150px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
}
.detail header .makler-foto img {
  width: 100%;
  display: inline-block;
}
.detail header .makler-jmeno {
  -webkit-animation: vysunout 1s;
  animation: vysunout 1s;
  display: inline-block;
  background: #fff;
  padding: 5px 5px 5px 80px;
  margin-left: -5px;
  font-size: 1.3em;
  position: absolute;
  top: 5px;
  left: 250px;
  box-shadow: 0 0 5px #666;
}
.detail header .makler-jmeno a {
  color: #000;
}
.detail header .rk-nazev {
  -webkit-animation: vysunout 1s;
  animation: vysunout 1s;
  display: inline-block;
  background: #fff;
  padding: 5px 5px 5px 80px;
  margin-left: -5px;
  font-size: 1.2em;
  position: absolute;
  bottom: 5px;
  left: 250px;
  box-shadow: 0 0 5px #666;
}
.detail header .rk-nazev a {
  color: #000;
}
.detail .headline {
  padding: 15px;
}
.detail .headline .adresa {
  font-size: 15px;
  margin: 5px 0;
}
.detail .headline .title {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
}
.detail .headline .bigcena {
  text-align: right;
  font-size: 1.7em;
}
.detail .headline .bigcena .cislo,
.detail .headline .bigcena .mena {
  font-weight: bold;
}
.detail .headline .bigcena br {
  display: none;
}
.detail .headline .bigcena .cena-poznamka {
  display: block;
  font-size: 0.6em;
  line-height: 140%;
}
.detail .popis {
  font-size: 1.2em;
}
.detail .ciselniky .label {
  font-size: 1em;
}
.detail .nahled {
  width: 48%;
  float: left;
  display: block;
  margin: 0 0 10px 1%;
}
@media (max-width: 1200px) {
  .detail .nahled {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
}
.detail h2 {
  font-size: 1.3em;
  font-weight: 300;
}
.detail .contactbox .rklink {
  color: #000011;
  font-size: 123.5%;
}
.detail .contactbox .rklink:hover {
  text-decoration: none;
  border-bottom: 1px solid #000011;
}
.detail .contactbox select,
.detail .contactbox input,
.detail .contactbox textarea {
  margin-bottom: 3px;
}
.detail .contactbox input.btn-success {
  margin-top: 0;
  box-shadow: 0 0 0 #888;
  -webkit-animation: glow 3s ease-in-out infinite;
  animation: glow 3s ease-in-out infinite;
}
.detail .contactbox textarea {
  min-height: 80px;
  max-height: 300px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.detail .contactbox h3 {
  margin-top: 0;
  font-size: 100%;
}
.detail .contactbox .nezavazne {
  padding: 15px 0 0 0;
  font-size: 123.5%;
  font-weight: bold;
}
.detail .contactbox .maklerlink {
  font-size: 1.2em;
  line-height: 20px;
  font-weight: 300;
  color: #000011;
}
.detail .contactbox .maklerlink:hover {
  text-decoration: none;
  border-bottom: 1px solid #000011;
}
.detail .contactbox .maklerlink img {
  display: block;
  float: none;
  margin: 0 auto;
}
.detail .contactbox .maklerfotolink:after {
  z-index: 19;
  display: block;
  content: '';
  position: absolute;
  bottom: -9px;
  left: 44%;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.detail .contactbox .maklerfotolink img {
  margin: 0 auto;
}
.detail .contactbox .maklerfotolink:before {
  z-index: 19;
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 44%;
  width: 0;
  height: 0;
  border-top: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.detail .makleri .makler {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
  margin: 5px 10px 10px;
  border-radius: 10px;
}
.detail .makleri .makler .maklerlink {
  width: 100px;
  text-align: center;
}
.detail .makleri .makler h3 {
  margin: 0 0 15px;
}
.detail .makleri .makler img.foto {
  max-width: 100%;
  margin-right: 15px;
  max-height: 100px;
}
.clanky-list .page-header h2 a {
  color: #000;
}
.clanky .clanek-img {
  width: 100%;
  height: auto;
  display: block;
  padding: 5px;
}
.clanky .full-img {
  width: 100% !important;
  max-height: 250px !important;
}
.clanky .clanek-box:hover .clanek-img {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
.clanky .clanek-box:hover a {
  text-decoration: underline;
}
.clanky .clanek-box p {
  padding: 5px;
  color: #222;
}
.clanky .clanek-box h2 a {
  padding: 5px;
  color: #222;
  font-size: 24px;
}
.clanky .clanek-box {
  margin: 10px 0;
}
.clanky .clanek-box img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .clanky .clanek-box.col-xs-6 {
    width: 100%;
  }
}
.cenik-inzerce .cenik-column {
  width: 100%;
  padding-bottom: 10px;
  background: #eee;
  border-radius: 5px;
  border: 1px solid #aaa;
  margin-top: 45px;
  box-shadow: 4px 4px 10px 0 rgba(50, 50, 50, 0.5);
}
.cenik-inzerce .cenik-column .cenik-title {
  background: #ff9d24;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 5px;
}
.cenik-inzerce .cenik-column .cena {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.cenik-inzerce .cenik-column .dph {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #888;
}
.cenik-inzerce .cenik-column p {
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.cenik-inzerce .cenik-column .btn-align {
  text-align: center;
  margin: 25px 0 10px;
}
.cenik-inzerce .cenik-column a.button {
  background: #9ad436;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  transition: 100ms ease;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 2px 2px 11px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 2px 2px 11px 0 rgba(50, 50, 50, 0.3);
}
.cenik-inzerce .cenik-column a.button:hover {
  background: #95C249;
  text-decoration: none;
}
.cenik-inzerce .cenik-column a.button:focus {
  text-decoration: none;
}
.cenik-inzerce .cenik-column.max {
  margin-top: 23px;
  padding-bottom: 30px;
  background: #E2E2E2;
}
.cenik-inzerce .cenik-column.max .typ {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.cenik-inzerce .info {
  margin: 30px 0;
}
.cenik-inzerce .info h3 {
  font-size: 20px;
  margin: 5px 0;
}
.cenik-inzerce .info-container {
  background: #eee;
  margin: 20px -1px 30px -1px;
  border: 1px solid #ccc;
  padding: 20px 20px 15px 20px;
  border-radius: 5px;
}
.cenik-inzerce .info-container img {
  margin-right: 10px;
  margin-top: 10px;
}
.cenik-inzerce .form input[type="radio"] {
  margin: 5px 10px 5px 5px;
  cursor: pointer;
}
.cenik-inzerce .form label {
  cursor: pointer;
}
.cenik-inzerce .form .send-form input[type="text"] {
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1.5px solid #888;
  background: #eee;
  color: #333;
}
.cenik-inzerce .form .send-form textarea {
  min-width: 100%;
  max-width: 100%;
  max-height: 100px;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  color: #333;
  background: #eee;
  border: 1.5px solid #888;
}
.cenik-inzerce .form .send-form input[type="submit"] {
  margin-bottom: 15px;
}
.cenik-inzerce .form .send-form input.btn-success {
  margin-top: 0;
  box-shadow: 0 0 0 #888;
  -webkit-animation: glow 3s ease-in-out infinite;
  animation: glow 3s ease-in-out infinite;
}
.rk-registration input {
  margin-bottom: 5px;
}
.rk-registration button {
  margin: 15px 0;
}
.fotorama__nav-wrap .fotorama__nav {
  padding-top: 7px;
}
.fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #ff9d24;
}
.fotorama__nav-wrap .fotorama__thumb-border:after {
  z-index: 99999999999999999999999;
  content: '';
  position: absolute;
  top: -10px;
  left: 43%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ff9d24;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.pagination > li > a,
.pagination > li > span {
  color: #ff9d24;
}
.pagination > li.disabled > span {
  color: #aaa;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ff9d24;
  border-color: #ff9d24;
  color: #fff;
}
.kontaktni-form table,
.kontaktni-form tr,
.kontaktni-form td,
.kontaktni-form th {
  margin: 0;
  width: 75%;
  padding: 5px 5px 0 5px;
  vertical-align: top;
}
.kontaktni-form th {
  text-align: right;
  padding: 5px;
  width: 25%;
}
.kontaktni-form table {
  width: 100%;
}
.kontaktni-form input,
.kontaktni-form textarea {
  width: 100%;
}
.kontaktni-form input[type="submit"] {
  width: auto;
  float: right;
}
.kontaktni-form textarea {
  height: 100px;
  max-height: 300px;
  min-height: 100px;
  max-width: 100%;
}
.ddp .ddp1 {
  position: relative;
}
.ddp .ddp1 a:hover {
  text-decoration: none;
}
.ddp .ddp1 .cena {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 0 75% 0;
  vertical-align: bottom;
}
.ddp .ddp1 .cena span {
  position: absolute;
  top: 3px;
  right: 20px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: bold;
  display: inline-block;
}
.ddp .ddp1 h3 {
  font-size: 123.5%;
  color: #333;
  font-weight: bold;
  margin: 7px 0 0 0;
}
.ddp .ddp1 p {
  font-size: 107.5%;
  color: #333;
  margin: 0;
  padding: 5px 0;
}
.makleri-doporucuji .page-header,
.makleri-doporucuji h2 {
  margin-top: 5px;
}
.makleri-doporucuji .obr img {
  width: 100%;
}
.inzerat_md small {
  font-size: 90%;
}
.inzerat_md .obr {
  position: relative;
  display: block;
}
.inzerat_md .cena {
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 5px;
  color: #000;
  font-weight: bold;
}
.inzerat_md h3 {
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 140%;
  text-decoration: none;
  font-size: 15px;
}
.inzerat_md .makler-foto-small {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.inzerat_md .makler-foto-small img {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.toplist {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 0;
}
.select2 {
  height: 32px !important;
}
.clanek p {
  font-size: 18px;
}
@-webkit-keyframes vysunout {
  from {
    left: 0;
  }
  to {
    left: 250px;
  }
}
@keyframes vysunout {
  from {
    left: 0;
  }
  to {
    left: 250px;
  }
}
@-webkit-keyframes bublina {
  from {
    width: 0;
    height: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    width: 150px;
    height: 150px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bublina {
  from {
    width: 0;
    height: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    width: 150px;
    height: 150px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  .detail header .vysun {
    left: 0;
  }
  .detail header .vysun .makler-foto {
    -webkit-animation: bublina 1s;
    animation: bublina 1s;
    width: 150px;
    height: 150px;
  }
  .map2 {
    padding-left: 270px;
  }
}
@media (max-width: 992px) {
  .vypis .nemovitost .obsah-block {
    padding: 5px 10px 5px 25px;
  }
  .text-left-cena {
    text-align: left !important;
  }
  .nemovitost-tip .row {
    margin: 0;
  }
  .maklerfotolink {
    float: right;
    max-width: 120px;
  }
  .maklerfotolink:after {
    top: -5000000px;
  }
  .maklerfotolink:before {
    top: -5000000px;
  }
  .tab-content br {
    display: none;
  }
  .tab-content button.hledat {
    margin-top: 27px;
  }
  .full .bar {
    height: 0;
    overflow: hidden;
  }
  .ddp1 p {
    display: none;
  }
}
@-webkit-keyframes glow {
  50% {
    box-shadow: 0 0 20px #888;
  }
}
@keyframes glow {
  50% {
    box-shadow: 0 0 20px #888;
  }
}
.vypis-rk .logo {
  max-width: 100%;
  max-height: 60px;
}
.vypis-rk h3 {
  font-size: 17px;
}
.overflow-hidden {
  overflow-x: hidden;
}
.popt-form .g-recaptcha {
  display: inline-block;
  margin: 10px auto;
}
#footer {
  padding: 15px 0;
  background: #ff9d24;
  width: 100%;
}
#footer .logo {
  text-decoration: none;
}
#footer .logo img {
  max-width: 100%;
}
#footer .copy {
  color: #fff;
}
#footer .copy a {
  font-weight: bold;
  color: #fff;
}
#footer ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px;
}
#footer ul.menu li {
  display: inline-block;
  padding: 0 10px 0 0;
}
#footer ul.menu li a {
  color: #fff;
}
html,
body {
  height: 100%;
}
#snippet--content {
  height: 100%;
  padding-top: 100px;
  margin-top: -50px;
}
.full-height-without-footer {
  min-height: calc(100% - 114px);
}
.full-height-without-footer h1 {
  margin-top: 0;
  padding-top: 20px;
}
@font-face {
  font-family: 'icomoon';
  src: url('https://dobre-nemovitosti.cz/fonts/icomoon.eot');
}
@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icom-"],
[class*=" icom-"] {
  font-family: 'icomoon', serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icom-hlidac:before {
  content: "\e600";
}
#gallery {
  margin-bottom: 5px;
}
#fastcontact {
  position: fixed;
  bottom: -100px;
  right: 0;
  height: 100px;
  width: 60%;
  background: #ff9d24;
  color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 20;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}
#fastcontact .heading {
  font-size: 1.9em;
}
#fastcontact .heading small {
  font-size: 0.6em;
}
.fastcontactwrapper {
  height: 100px;
}
.tip-regionu {
  margin-bottom: 15px;
}
.tip-regionu .thumbnail,
.tip-regionu .img-thumbnail {
  margin-bottom: 0;
  box-shadow: none;
}
.tip-regionu h2 {
  text-align: center;
}
.tip-regionu .tip-content {
  border: 10px solid #eeeeee;
  padding: 10px;
}
.tip-regionu .tip-content .podnadpis {
  max-width: 100%;
}
.tip-regionu .tip-content .tip-text {
  background: #ffffff;
  text-align: left;
}
.tip-regionu .tip-content .tip-text h3 {
  text-align: left;
}
.tip-regionu .tip-content .tip-text .podnadpis {
  color: #666666;
}
.tip-regionu .tip-content .tip-text .popis table,
.tip-regionu .tip-content .tip-text .popis-hp table {
  width: 100%;
  padding: 3px 5px;
  background: #ffffff;
  border-collapse: collapse;
}
.tip-regionu .tip-content .tip-text .popis table tr,
.tip-regionu .tip-content .tip-text .popis-hp table tr {
  border-bottom: 1px solid #eeeeee;
}
.tip-regionu .tip-content .tip-text .popis table tr td,
.tip-regionu .tip-content .tip-text .popis-hp table tr td {
  padding: 3px 5px;
}
.tip-regionu .tip-content .tip-text .popis table tr td:last-child,
.tip-regionu .tip-content .tip-text .popis-hp table tr td:last-child {
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
  .flex-row .tip-regionu .container-fluid {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
  .flex-row .tip-regionu .container-fluid .tip-content {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .tip-regionu .tip-content .tip-text .popis table {
    font-size: 80%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .tip-regionu .tip-content .tip-text .popis-hp table {
    font-size: 80%;
  }
}
#googlemapa {
  width: 100%;
  height: 350px;
}
#obsah {
  padding-top: 50px;
  min-height: calc(100% - 165px);
}
#obsah .youtube_obal_i {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#obsah .youtube_obal_i object,
#obsah .youtube_obal_i embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#obsah .bocni {
  border-left: 1px solid #eee;
  position: relative;
  padding-bottom: 15px;
}
#obsah .bocni h1,
#obsah .bocni h2,
#obsah .bocni h3 {
  font-size: 18px;
}
#obsah .bocni .sirka250 {
  width: auto;
}
#obsah .bocni img {
  max-width: 100%;
}
#obsah img {
  border: 0 none;
}
#obsah p {
  padding: 0 0 5px 0;
  margin: 0;
}
#obsah .clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}
#obsah ul {
  margin: 0;
  padding: 0;
  list-style: circle;
}
#obsah ul li {
  margin: 0 0 0 22px;
  padding: 0;
}
#obsah .zpet_na {
  text-align: right;
}
#obsah .toplist img {
  width: 0;
  height: 0;
  float: left;
}
#obsah .iodst {
  text-align: center;
}
#obsah .sirka90 {
  width: 90px;
}
#obsah .sirka100 {
  width: 100px;
}
#obsah .sirka120 {
  width: 120px;
}
#obsah .sirka200 {
  width: 200px;
}
#obsah .sirka250 {
  width: 250px;
}
#obsah .sirka300 {
  width: 300px;
}
#obsah .sirka400 {
  width: 400px;
}
#obsah .sirka500 {
  width: 500px;
}
#obsah .ileft {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0 5px 5px 0;
  box-sizing: content-box;
}
#obsah .iright {
  float: right;
  margin: 0 0 5px 5px;
  padding: 0 0 5px 5px;
  box-sizing: content-box;
}
#obsah .iram {
  border: 1px solid #eee;
  padding: 5px;
  background: #fff;
  box-sizing: content-box;
}
#obsah .iram img {
  float: left;
}
#obsah #vypis {
  padding-top: 15px;
}
#obsah .kotva {
  box-shadow: 0 0 5px #666;
  min-height: 201px;
}
#obsah .kotva h2 {
  font-size: 200%;
}
#obsah .kotva h2 a {
  display: block;
  padding-top: 15px;
}
#obsah .kotva h2 a img {
  float: left;
  margin: -15px 15px 15px 0;
  width: 261px;
  height: 201px;
  max-width: 100%;
}
#obsah .backHP {
  padding-top: 15px;
}
#obsah .primo_clanek .kotva h2 {
  padding-top: 15px;
}
#obsah .primo_clanek .kotva h2 img {
  float: left;
  margin: -15px 15px 15px 0;
  width: 261px;
  height: 201px;
}
/*# sourceMappingURL=style.css.map */