.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
input *::-webkit-input-placeholder {
  color: #909090 !important;
}
input *:-moz-placeholder {
  /* FF 4-18 */
  color: #909090 !important;
}
input *::-moz-placeholder {
  /* FF 19+ */
  color: #909090 !important;
}
input *:-ms-input-placeholder {
  color: #909090 !important;
}
input[type="checkbox"] {
  margin: 0;
}
a {
  color: #b60d1c;
}
a:hover {
  color: #3e3d40;
}
ul.col-2 {
  *zoom: 1;
}
ul.col-2:before,
ul.col-2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-2:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-2 li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-2 li {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.col-2 li {
    float: left;
    width: 100%;
  }
}
ul.col-2 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-2 li * {
  /*display: inline-block;*/
}
ul.col-3 {
  *zoom: 1;
}
ul.col-3:before,
ul.col-3:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-3:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-3 li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-3 li {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.col-3 li {
    float: left;
    width: 100%;
  }
}
ul.col-3 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-3 li * {
  /*display: inline-block;*/
}
ul.col-4 {
  *zoom: 1;
}
ul.col-4:before,
ul.col-4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-4:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-4 li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-4 li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.col-4 li {
    float: left;
    width: 50%;
  }
}
ul.col-4 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-4 li * {
  /*display: inline-block;*/
}
ul.col-5 {
  *zoom: 1;
}
ul.col-5:before,
ul.col-5:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-5:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-5 li {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-5 li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.col-5 li {
    float: left;
    width: 50%;
  }
}
ul.col-5 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-5 li * {
  /*display: inline-block;*/
}
ul.col-6 {
  *zoom: 1;
}
ul.col-6:before,
ul.col-6:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.col-6:after {
  clear: both;
}
@media (min-width: 1000px) {
  ul.col-6 li {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  ul.col-6 li {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  ul.col-6 li {
    float: left;
    width: 33.33333333%;
  }
}
ul.col-6 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
ul.col-6 li * {
  /*display: inline-block;*/
}
ul.columns {
  padding: 0px;
  list-style-type: none;
}
body {
  background: #b8b8b8;
  color: #3e3d40;
  font-size: 13px;
  font-family: Helvetica, Arial;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn.btn-primary {
  background: #b60d1c;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
}
.form-control:focus {
  border-color: #b60d1c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 13, 28, 0.6);
}
.highlight {
  color: #b60d1c;
}
.container.main {
  position: relative;
  background: white;
  padding: 0;
}
@media (min-width: 1000px) {
  .container.main {
    width: 1000px;
    max-width: 1000px;
    box-shadow: 0 0 5px 5px #969696;
  }
}
@media (max-width: 999px) {
  .container.main {
    width: 100%;
    max-width: 100%;
  }
}
.container.main .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container.main .header .logo .h1 {
  display: none;
}
@media (min-width: 992px) {
  .container.main .header {
    padding: 18px 20px 18px;
  }
  .container.main .header .logo .logo-image {
    display: block;
  }
  .container.main .header .menu {
    margin-top: 5px;
  }
  .container.main .header .menu .header-menu {
    margin: 0;
    background: none !important;
    border: none;
  }
  .container.main .header .menu .header-menu .highlight {
    font-weight: bold;
  }
  .container.main .header .menu .header-menu .navbar-nav > li > a {
    text-decoration: underline;
    color: #3d3c3f;
    font-size: 13px;
    display: inline-block;
  }
  .container.main .header .menu .header-menu li + li:before {
    content: "|";
    color: #3d3c3f;
  }
  .container.main .header .menu .realcode {
    padding: 0;
    font-size: 0;
  }
  .container.main .header .menu .realcode .btn {
    border: none;
  }
  .container.main .header .menu .realcode .form-control {
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container.main .header {
    display: flex;
    padding: 20px;
  }
  .container.main .header .logo .logo-image {
    display: block;
  }
  .container.main .header .menu .header-menu {
    background: none;
    border: none;
    margin: 0;
  }
  .container.main .header .menu .header-menu .navbar-nav {
    margin-left: 10px;
  }
  .container.main .header .menu .header-menu .navbar-nav > li > a {
    padding: 0 5px 10px;
    display: inline-block;
  }
  .container.main .header .menu .header-menu .navbar-nav li + li:before {
    content: "|";
    color: #3d3c3f;
  }
}
@media (max-width: 767px) {
  .container.main .header {
    padding: 10px;
  }
  .container.main .header .logo {
    text-align: center;
  }
  .container.main .header .menu {
    display: none;
  }
  .container.main .header .menu .header-menu {
    background: none;
    border: none;
  }
}
.container.main .supfooter {
  background: #3d3c3f;
  padding: 25px 20px;
}
.container.main .supfooter a {
  font-size: 13px;
  color: white;
}
.container.main .supfooter a:hover {
  text-decoration: underline;
}
.container.main > .foot .banner-leaderboard-bottom {
  padding: 20px 10px;
  background: #f2f2f3;
  text-align: center;
}
@media (max-width: 1000px) {
  .container.main > .foot .banner-leaderboard-bottom {
    display: none;
  }
}
@media (max-width: 999px) {
  .container.main > .foot {
    background: #f2f2f3;
  }
  .container.main > .foot .supfooter {
    display: none;
  }
}
@media (min-width: 768px) {
  .container.main .footer {
    padding: 20px 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .container.main .footer {
    padding: 10px 15px;
  }
  .container.main .footer .logo {
    display: none;
  }
  .container.main .footer > * {
    display: block;
    text-align: center;
  }
  .container.main .footer .copyright-rules > * {
    display: block;
  }
}
.global-footer .internal {
  padding: 20px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
}
.global-footer .internal .logo {
  margin-left: 10px;
  max-width: 120px;
  display: block;
}
.global-footer .internal .links {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.global-footer .internal .links a {
  position: relative;
  padding: 0 10px;
  margin-left: -1px;
  color: #2f2f2f;
  text-decoration: none;
  white-space: nowrap;
}
.global-footer .internal .links a:hover {
  color: #b60d1c;
}
.global-footer .internal .links a:before {
  position: absolute;
  top: 15%;
  left: 0;
  width: 1px;
  height: 70%;
  background: #aaa;
  content: "";
}
.paginator {
  list-style: none;
  font-size: 13px;
}
.paginator > li {
  display: inline-block;
}
.paginator > li > a {
  color: #3e3d40;
  text-decoration: underline;
  font-weight: bold;
}
.paginator > li > a:hover {
  background: none;
}
.paginator > li.active > a {
  background: none;
  color: #b60d1c;
  text-decoration: none;
}
.paginator > li.active > a:hover {
  background: none;
  color: inherit;
}
.paginator li.page + li.page:before {
  content: "-";
  padding: 0 2px;
}
.paginator li.previous {
  margin-right: 5px;
}
.paginator li.next {
  margin-left: 5px;
}
.sorter {
  background: #f7f7f7;
  color: #3e3d40;
  width: 100%;
}
@media (min-width: 768px) {
  .sorter {
    padding: 15px 20px;
    display: table;
  }
  .sorter .sorting {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .sorter {
    padding: 5px 10px;
  }
  .sorter .sorting {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
.sorter .sorting .sort {
  font-weight: bold;
}
@media (min-width: 768px) {
  .sorter .sorting .sort-by {
    padding-left: 70px;
  }
}
.sorter .sorting .sort-by .active {
  font-weight: bold;
}
.sorter .sorting .sort-asc {
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url(../images/sort-asc.png) no-repeat;
}
.sorter .sorting .sort-desc {
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url(../images/sort-desc.png) no-repeat;
}
.sorter .paging {
  display: table-cell;
  text-align: right;
}
.sorter .paging .dropdown-menu {
  min-width: 20px;
}
.sorter a {
  color: #3e3d40;
}
.breadcrumb {
  background: none;
  margin-bottom: 0px;
  padding: 8px 25px;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  color: #646567;
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  content: "|";
}
.main-menu {
  background: #3d3c3f;
  border: none;
  margin: 0;
}
.main-menu .navbar-collapse {
  padding: 0 20px 0 10px;
}
.main-menu .navbar-toggle {
  float: left;
  margin-left: 15px;
}
.main-menu .navbar-nav a {
  font-size: 13px;
}
.main-menu .navbar-nav > li > a,
.main-menu .navbar-nav > li a {
  display: inline-block;
  color: white;
  padding-top: 15px;
  padding-bottom: 12px;
}
.main-menu .navbar-nav > li > a:hover,
.main-menu .navbar-nav > li a:hover {
  font-weight: bold;
  color: white;
}
.main-menu .navbar-nav > li > a:active,
.main-menu .navbar-nav > li a:active,
.main-menu .navbar-nav > li > a:focus,
.main-menu .navbar-nav > li a:focus {
  color: white;
}
@media (min-width: 768px) {
  .main-menu .navbar-nav li.link + li.link:before {
    content: "|";
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .navbar-nav.navbar-right {
    display: none;
  }
}
.main-menu .ico-facebook {
  display: inline-block;
  background: url(../images/facebook-white.png);
  width: 7px;
  height: 13px;
  vertical-align: middle;
}
.main-menu .ico-gplus {
  display: inline-block;
  background: url(../images/gplus-white.png);
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .main-menu .navbar-toggle {
    padding: 9px 10px;
    margin-right: 5px;
    margin-left: 10px;
  }
}
.main-content .content {
  margin: 0 25px;
  padding: 0;
}
.main-content .content .column-left {
  padding: 0;
}
.main-content .content .column-right {
  padding-right: 0;
}
@media (min-width: 1000px) {
  .main-content .content .column-right {
    padding-left: 16px;
    position: static;
  }
}
@media (max-width: 1000px) {
  .main-content .content .column-right {
    padding-left: 0;
  }
}
h2.section {
  color: #3d3c3f;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
}
.search-form-closed {
  padding: 20px;
  color: #3d3c3f;
}
.search-form-closed h1 {
  font-size: 18px;
  color: #b60d1c;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.search-form-closed .highlight {
  font-weight: bold;
}
@media (min-width: 768px) {
  .search-form-closed .buttons {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .search-form-closed .buttons {
    text-align: center;
    display: flex;
  }
}
.search-form-closed .buttons .button {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border: none;
  background: none;
  padding: 0;
  margin-left: 40px;
  color: #3e3d40;
  padding-left: 35px;
}
.search-form-closed .buttons .button span {
  display: block;
  text-decoration: underline;
}
.search-form-closed .buttons .button span:first-child {
  text-transform: uppercase;
}
.search-form-closed .buttons .button.open-search {
  background: url(../images/ico-change-criteria.png) no-repeat left center;
}
.search-form-closed .buttons .button.open-watchdog {
  background: url(../images/ico-watchdog.png) no-repeat left center;
}
.watchdog .buttons {
  margin: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .search-form {
    padding: 20px 25px 35px 25px;
  }
}
@media (max-width: 767px) {
  .search-form {
    padding: 10px;
  }
  .search-form .map-country-select {
    zoom: 0.8;
  }
}
.search-form .centered-inline-ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}
.search-form .centered-inline-ul li {
  float: left;
}
.search-form .input-hidden input {
  display: none;
}
.search-form .h1 {
  text-transform: uppercase;
  font-size: 13px;
  color: #3d3c3f;
}
.search-form .h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #b60d1c;
  margin-bottom: 10px;
}
.search-form .columns {
  margin-bottom: 20px;
}
.search-form .form-fieldset {
  margin: 0 45px 20px 45px;
}
.search-form label {
  font-weight: normal;
}
.search-form label a {
  color: inherit;
}
.search-form .checkbox {
  margin-top: 4px;
  margin-bottom: 4px;
}
.search-form .checkbox input {
  margin-top: 2px;
}
.search-form .extended .expanded {
  margin-bottom: 20px;
}
.search-form .extended .expanded .h1 {
  margin-bottom: 15px;
}
.search-form .price .price-unit {
  margin-left: 15px;
}
.search-form .foot {
  padding-top: 15px;
  text-align: center;
}
.search-form .foot .submit {
  vertical-align: middle;
}
.search-form .foot .submit .btn {
  text-transform: uppercase;
}
.search-form .foot .submit a {
  color: #3e3d40;
}
.search-form .foot .submit .counter {
  font-size: 18px;
  padding-left: 20px;
  vertical-align: middle;
}
.search-form .foot .submit .highlight {
  font-weight: bold;
}
@media (min-width: 768px) {
  .search-form .transaction-types {
    margin: 20px auto 25px;
  }
}
@media (max-width: 767px) {
  .search-form .transaction-types {
    margin: 10px auto;
  }
}
@media (min-width: 768px) {
  .search-form .transaction-types li + li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .search-form .transaction-types li + li {
    margin-left: 5px;
  }
}
.search-form .transaction-types .transaction-type {
  text-transform: uppercase;
}
.search-form .transaction-types .transaction-type:first-child a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.search-form .transaction-types .transaction-type.last-child a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.search-form .transaction-types .transaction-type label {
  margin: 0;
}
.search-form .transaction-types .transaction-type a {
  display: block;
  border: 1px solid #b60d1c;
  font-size: 13px;
  line-height: 1;
  background: #f5f5f6;
  color: #3e3d40;
  text-decoration: none;
}
@media (min-width: 768px) {
  .search-form .transaction-types .transaction-type a {
    padding: 16px 40px 16px;
  }
}
@media (max-width: 767px) {
  .search-form .transaction-types .transaction-type a {
    padding: 10px 5px;
  }
}
.search-form .transaction-types .transaction-type a:hover {
  background: #b60d1c;
  color: white;
}
.search-form .transaction-types .transaction-type input:checked + a {
  background: #b60d1c;
  color: white;
}
@media (min-width: 768px) {
  .search-form .property-types {
    margin-bottom: 25px;
  }
  .search-form .property-types li + li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .search-form .property-types {
    margin-bottom: 5px;
    column-width: 33%;
    column-count: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .search-form .property-types li {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .search-form .property-types li {
    zoom: 0.75;
  }
}
.search-form .property-types .property-type label {
  margin: 0;
}
.search-form .property-types .property-type a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
  border: 1px solid #b60d1c;
  background: #f5f5f6;
  color: #3e3d40;
  text-decoration: none;
  width: 121px;
  height: 93px;
  padding: 12px 6px 16px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
.search-form .property-types .property-type a > span {
  display: block;
  height: 54px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-form .property-types .property-type a.ptype-house span,
.search-form .property-types .property-type a.ptype-houses span {
  background-image: url(../images/house-inactive.png);
}
.search-form .property-types .property-type a.ptype-flat span,
.search-form .property-types .property-type a.ptype-flats span {
  background-image: url(../images/flat-inactive.png);
}
.search-form .property-types .property-type a.ptype-land span,
.search-form .property-types .property-type a.ptype-grounds span {
  background-image: url(../images/land-inactive.png);
}
.search-form .property-types .property-type a.ptype-commercial span {
  background-image: url(../images/commercial-inactive.png);
}
.search-form .property-types .property-type a.ptype-recreational span {
  background-image: url(../images/recreational-inactive.png);
}
.search-form .property-types .property-type a.ptype-others span {
  background-image: url(../images/others-inactive.png);
}
.search-form .property-types .property-type input:checked + a,
.search-form .property-types .property-type a:hover {
  background: #b60d1c;
  color: white;
}
.search-form .property-types .property-type input:checked + a.ptype-house span,
.search-form .property-types .property-type a:hover.ptype-house span,
.search-form .property-types .property-type input:checked + a.ptype-houses span,
.search-form .property-types .property-type a:hover.ptype-houses span {
  background-image: url(../images/house-active.png);
}
.search-form .property-types .property-type input:checked + a.ptype-flat span,
.search-form .property-types .property-type a:hover.ptype-flat span,
.search-form .property-types .property-type input:checked + a.ptype-flats span,
.search-form .property-types .property-type a:hover.ptype-flats span {
  background-image: url(../images/flat-active.png);
}
.search-form .property-types .property-type input:checked + a.ptype-land span,
.search-form .property-types .property-type a:hover.ptype-land span,
.search-form .property-types .property-type input:checked + a.ptype-grounds span,
.search-form .property-types .property-type a:hover.ptype-grounds span {
  background-image: url(../images/land-active.png);
}
.search-form .property-types .property-type input:checked + a.ptype-commercial span,
.search-form .property-types .property-type a:hover.ptype-commercial span {
  background-image: url(../images/commercial-active.png);
}
.search-form .property-types .property-type input:checked + a.ptype-recreational span,
.search-form .property-types .property-type a:hover.ptype-recreational span {
  background-image: url(../images/recreational-active.png);
}
.search-form .property-types .property-type input:checked + a.ptype-others span,
.search-form .property-types .property-type a:hover.ptype-others span {
  background-image: url(../images/others-active.png);
}
.search-form .map-country-select {
  margin: 40px 0 30px;
}
.search-form .map-country-select .rc-map-czech {
  margin: 0 auto;
}
.search-form .locality-expression {
  padding-top: 35px;
}
.search-form .locality-expression .options > * + * {
  padding-left: 35px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .search-form .locality-expression .options > * + * {
    padding-left: 0;
  }
}
.search-form .locality-expression .locality-search {
  margin-top: 25px;
  position: relative;
}
.search-form .locality-expression .locality-search .locality-autocomplete {
  border: 1px solid #ccc;
  background: white;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.search-form .locality-expression .locality-search .locality-autocomplete ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.search-form .locality-expression .locality-search .locality-autocomplete ul li {
  display: block;
}
.search-form .locality-expression .locality-search .locality-autocomplete ul li.active a {
  background: #f7f7f7;
}
.search-form .locality-expression .locality-search .locality-autocomplete ul a {
  padding: 10px;
  cursor: pointer;
  display: block;
}
.search-form .locality-expression .locality-search .locality-autocomplete ul a:hover {
  background: #f7f7f7;
}
.search-form .locality-expression .locality-search .locality-autocomplete ul a .title {
  display: block;
}
.search-form .locality-expression .locality-search .locality-autocomplete ul a .description {
  display: block;
  color: #3e3d40;
}
.search-form .locality-expression .locality-search .locality-autocomplete ul li + li {
  border-top: 1px solid #ccc;
}
.search-form .locality-expression .locality-search .locality-autocomplete .alert {
  margin: 0;
}
.search-form .locality-around {
  margin: 35px 0;
}
.search-form .locality-around .localit-around-label input {
  display: inline-block;
  margin-top: -2px;
}
@media (max-width: 999px) {
  .search-form .locality-around .select-radius {
    display: block;
  }
}
@media (min-width: 1000px) {
  .search-form .locality-around .select-radius {
    display: none;
  }
}
.search-form .locality-around .slider {
  height: 20px;
  position: relative;
  padding-top: 10px;
  margin-top: 25px;
  margin-bottom: 15px;
  width: 80%;
  -ms-touch-action: none;
  touch-action: none;
}
@media (max-width: 999px) {
  .search-form .locality-around .slider {
    display: none;
  }
}
.search-form .locality-around .slider.ui-slider-disabled .ui-slider-handle {
  display: none;
}
.search-form .locality-around .slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
}
.search-form .locality-around .slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 14px;
  top: 4px;
  padding: 15px;
  outline: 0;
  background: url("../images/slider-pointer.png") no-repeat 0 0;
}
.search-form .locality-around .slider .line {
  background: #afafaf;
  height: 2px;
}
.search-form .locality-around .slider .labels .name {
  position: absolute;
  z-index: 1;
  top: -13px;
}
.search-form .locality-around .slider .labels .name:last-child {
  left: auto !important;
  right: -5%;
}
.flags {
  z-index: 2;
}
.flags .flag {
  color: white;
  padding: 6px 7px 6px;
  text-transform: uppercase;
  font-size: 9px;
}
.flags .flag.flag-reserved {
  background: #e9ad25;
}
.flags .flag.flag-news {
  background: #b81624;
}
.flags .flag.flag-magazine {
  background: #515053;
}
.flags .flag.flag-video {
  background: #0C5A7D;
}
.list .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.list .navigation .goto-top {
  text-decoration: underline;
  color: #3e3d40;
}
.list .navigation .paginator {
  margin: 0;
}
.list .item {
  padding: 20px 0;
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid #3d3c3f;
}
.list .item .title a {
  color: #3d3c3f;
  font-size: 18px;
  font-weight: bold;
}
.list .item .flags {
  position: absolute;
  left: 0px;
}
@media (min-width: 768px) {
  .list .item .flags {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .list .item .flags {
    top: 10px;
  }
}
.list .item .media-body {
  display: flex;
  flex-direction: column;
}
.list .item > .pull-left {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .list > .advertise a.image,
  .list .item a.image {
    display: block;
    width: 195px;
    height: 130px;
    margin: auto;
  }
  .list > .advertise a.image .media-object,
  .list .item a.image .media-object {
    width: 195px;
    height: 130px;
    margin: auto;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .list > .advertise a.image,
  .list .item a.image {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .list > .advertise a.image .media-object,
  .list .item a.image .media-object {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
  }
  .list > .advertise > .image,
  .list .item > .image {
    margin: 0;
  }
  .list > .advertise a.image,
  .list .item a.image {
    padding-top: 75%;
    position: relative;
  }
  .list > .advertise a.image .media-object,
  .list .item a.image .media-object {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list > .advertise .image,
  .list .item .image {
    float: none !important;
  }
}
.list > .advertise .visited,
.list .item .visited {
  display: none;
}
@media (min-width: 768px) {
  .list > .advertise .favourite,
  .list .item .favourite {
    position: absolute;
    right: 0px;
    top: 20px;
  }
}
.list > .advertise .favourite a,
.list .item .favourite a {
  color: #3d3c3f;
  text-decoration: underline;
}
.list > .advertise .favourite a .ico-favourite,
.list .item .favourite a .ico-favourite {
  background: url(../images/favourites.png);
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 5px;
}
.list > .advertise .agency,
.list .item .agency {
  width: 140px;
  height: 60px;
}
.list > .advertise .agency img,
.list .item .agency img {
  max-width: 140px;
  max-height: 60px;
}
.list > .advertise .address,
.list .item .address {
  font-size: 13px;
}
.list > .advertise .description,
.list .item .description {
  font-size: 12px;
  padding: 15px 0;
}
.list > .advertise .price .highlight,
.list .item .price .highlight {
  font-weight: bold;
}
@media (min-width: 768px) {
  .list .agency a.image {
    display: block;
    width: 195px;
    height: 130px;
    margin: auto;
  }
  .list .agency a.image .media-object {
    max-width: 195px;
    max-height: 130px;
    margin: auto;
  }
  .list .agency a.image .media-object.media-contain {
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .list .agency a.image {
    display: block;
    width: 20vw;
    height: 14vw;
    margin: auto;
  }
  .list .agency a.image .media-object {
    max-width: 20vw;
    max-height: 14vw;
    margin: auto;
  }
  .list .agency a.image .media-object.media-contain {
    object-fit: contain;
  }
}
.list .agency .image-wrapper {
  padding: 5px;
  border: 1px solid #c6c7c8;
}
.list .agency .logo {
  display: flex !important;
}
.list .agency .title {
  margin-top: 10px;
}
.list .agency .address {
  margin-bottom: 10px;
}
.list .agency .foot {
  margin-top: 10px;
}
.list .agency .foot a {
  color: #3d3c3f;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list .agency .foot a {
    display: block;
  }
}
.list .agency .foot a .highlight {
  font-weight: bold;
}
@media (min-width: 768px) {
  .list .agency .foot a + a:before {
    content: " ";
    padding: 0 5px;
    text-decoration: none;
  }
}
.list .broker a.image {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}
.list .broker a.image .media-object {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}
.list .broker a.image .media-object.media-contain {
  object-fit: contain;
}
.detail h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.detail h1 .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #b60d1c;
  padding-bottom: 5px;
}
.detail h1 .address {
  display: block;
  font-weight: normal;
  font-size: 13px;
}
.detail h2 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.agency.detail {
  margin-top: 25px;
  margin-bottom: 25px;
}
.agency.detail .title {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .agency.detail .agency a.image {
    display: block;
    width: 195px;
    height: 130px;
    margin: auto;
  }
  .agency.detail .agency a.image .media-object {
    max-width: 195px;
    max-height: 130px;
    margin: auto;
  }
  .agency.detail .agency a.image .media-object.media-contain {
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .agency.detail .agency a.image {
    display: block;
    width: 20vw;
    height: 14vw;
    margin: auto;
  }
  .agency.detail .agency a.image .media-object {
    max-width: 20vw;
    max-height: 14vw;
    margin: auto;
  }
  .agency.detail .agency a.image .media-object.media-contain {
    object-fit: contain;
  }
}
.agency.detail .agency .image-wrapper {
  padding: 5px;
  border: 1px solid #c6c7c8;
}
.agency.detail .agency .logo {
  display: flex !important;
}
.agency.detail .agency .title {
  margin-top: 10px;
  margin-bottom: 0;
}
.agency.detail .agency .address {
  margin-bottom: 10px;
}
.agency.detail .agency .foot {
  margin-top: 10px;
}
.agency.detail .agency .foot a {
  color: #3d3c3f;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .agency.detail .agency .foot a {
    display: block;
  }
}
.agency.detail .agency .foot a .highlight {
  font-weight: bold;
}
@media (min-width: 768px) {
  .agency.detail .agency .foot a + a:before {
    content: " ";
    padding: 0 5px;
    text-decoration: none;
  }
}
.broker.detail {
  margin-top: 25px;
  margin-bottom: 25px;
}
.broker.detail .title {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .broker.detail .broker a.image {
    display: block;
    width: 195px;
    height: 130px;
    margin: auto;
  }
  .broker.detail .broker a.image .media-object {
    max-width: 195px;
    max-height: 130px;
    margin: auto;
  }
  .broker.detail .broker a.image .media-object.media-contain {
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .broker.detail .broker a.image {
    display: block;
    width: 20vw;
    height: 14vw;
    margin: auto;
  }
  .broker.detail .broker a.image .media-object {
    max-width: 20vw;
    max-height: 14vw;
    margin: auto;
  }
  .broker.detail .broker a.image .media-object.media-contain {
    object-fit: contain;
  }
}
.broker.detail .broker .image-wrapper {
  padding: 5px;
  border: 1px solid #c6c7c8;
}
.broker.detail .broker .photo {
  display: flex !important;
}
.broker.detail .broker .title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.broker.detail .broker .foot {
  margin-top: 10px;
}
.broker.detail .broker .foot a {
  color: #3d3c3f;
  text-decoration: underline;
}
.broker.detail .broker .foot a .highlight {
  font-weight: bold;
}
.advertise.detail .navigation {
  background: #f2f2f3;
  padding: 12px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advertise.detail .navigation .actions {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 768px) {
  .advertise.detail .navigation .actions li {
    display: inline-block;
    padding: 0;
  }
  .advertise.detail .navigation .actions > li + li:before {
    content: "|";
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .advertise.detail .navigation .actions li {
    display: inline-block;
  }
}
.advertise.detail .navigation .actions a {
  color: #3e3d40;
  text-decoration: underline;
}
.advertise.detail .navigation .go-back .text {
  text-decoration: underline;
  color: #3e3d40;
  padding-left: 5px;
}
.advertise.detail .navigation .go-back .ico-go-back {
  display: inline-block;
  background: url(../images/go-back.png);
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.advertise.detail .group {
  background: #f2f2f3;
}
.advertise.detail .inactive {
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #b60d1c;
  text-transform: uppercase;
}
.advertise.detail .list-group .list-group-item {
  border: none;
  background: none;
  padding: 3px 0;
}
.advertise.detail .list-group .list-group-item > span {
  display: inline-block;
}
.advertise.detail .list-group .list-group-item span.list-group-item-label {
  font-weight: bolder;
  text-align: right;
  padding-right: 20px;
  vertical-align: top;
  width: 40%;
}
.advertise.detail .list-group .list-group-item span.list-group-item-value {
  width: 58%;
}
.advertise.detail .list-group.pricing {
  margin: 20px 0 0;
}
.advertise.detail .list-group.pricing .price .list-group-item-label {
  vertical-align: baseline;
  width: 20%;
  text-align: left;
}
.advertise.detail .list-group.pricing .price .list-group-item-value {
  width: 70%;
}
.advertise.detail .list-group.pricing .price-amount {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .advertise.detail .list-group.pricing {
    margin: 10px 0;
  }
  .advertise.detail .list-group.pricing .price {
    font-size: 13px;
  }
  .advertise.detail .list-group.pricing .price .list-group-item-label {
    display: none;
  }
  .advertise.detail .list-group.pricing .price .price-description {
    display: block;
  }
  .advertise.detail .list-group.pricing .list-group-item-label {
    width: auto !important;
  }
}
.advertise.detail .description {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #c6c7c8;
}
.advertise.detail .description .list-group {
  text-align: left;
  margin-bottom: 5px;
}
.advertise.detail .description .list-group-item:nth-child(n+4) {
  display: none;
}
.advertise.detail .description .show-more {
  cursor: pointer;
}
.advertise.detail .contact {
  padding: 10px;
}
.advertise.detail .contact .agency-name {
  font-weight: bold;
  color: #3e3d40;
}
.advertise.detail .contact .broker-name {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #3e3d40;
}
.advertise.detail .contact .broker .photo {
  max-height: 95px;
  max-width: 65px;
}
.advertise.detail .contact .phone {
  margin: 10px 0;
  display: block;
  width: 100%;
}
.advertise.detail .contact .phone a {
  color: white;
}
.advertise.detail .contact .phone .phone-preffix {
  padding-right: 5px;
  font-size: 12px;
}
.advertise.detail .contact .phone .phone-number {
  font-weight: bold;
  font-size: 16px;
}
.advertise.detail .contact.primary {
  border-bottom: 1px solid #c6c7c8;
}
.advertise.detail .contact.agency {
  display: flex;
  justify-content: flex-start;
}
.advertise.detail .contact.agency .logo {
  max-width: 75px;
  margin-top: 15px;
}
.advertise.detail .contact.agency .information {
  margin-left: 10px;
}
@media (max-width: 999px) {
  .advertise.detail .contact.agency {
    margin-bottom: 25px;
  }
}
.advertise.detail .contact .contact-form {
  margin: 10px 0 0;
}
.advertise.detail .contact .contact-form .checkbox {
  margin-left: 0;
  margin-right: 5px;
}
.advertise.detail .contact .contact-form .note {
  font-size: 10px;
  color: #c6c7c8;
}
.advertise.detail .btn.contact-broker {
  display: block;
  text-align: center;
  margin: 15px 0;
}
.advertise.detail .gallery .view {
  position: relative;
}
.advertise.detail .gallery .view .flags {
  position: absolute;
  right: 0;
  top: -12px;
}
.advertise.detail .gallery .view .photo {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
}
.advertise.detail .gallery .view .photo img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.advertise.detail .gallery .thumbs {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advertise.detail .gallery .thumbs .thumb {
  width: 150px;
  height: 100px;
  display: block;
}
@media (max-width: 767px) {
  .advertise.detail .gallery .thumbs .thumb + .thumb {
    margin-left: 5px;
  }
}
.advertise.detail .gallery .thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advertise.detail .gallery .thumbs .thumb.video {
  position: relative;
}
.advertise.detail .gallery .thumbs .thumb.video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  display: block;
  width: 63px;
  height: 63px;
}
.advertise.detail .gallery .thumbs .thumb.more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #b60d1c;
  text-decoration: underline;
}
.advertise.detail .other-advertises {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advertise.detail .other-advertises .advertise {
  border: 1px solid #c6c7c8;
  flex: 0 0 32%;
  margin-bottom: 2.5%;
}
.advertise.detail .other-advertises .advertise .photo {
  width: 100%;
  padding-bottom: 75%;
  display: block;
  position: relative;
}
.advertise.detail .other-advertises .advertise .photo .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.advertise.detail .other-advertises .advertise .photo .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.advertise.detail .other-advertises .advertise .body {
  border-top: 1px solid #c6c7c8;
}
.advertise.detail .other-advertises .advertise .body .title {
  font-size: 13px;
  color: #b60d1c;
  padding: 10px;
}
.advertise.detail .other-advertises .advertise .body .title:first-child {
  border-bottom: 1px solid #c6c7c8;
}
.advertise.detail .other-advertises .advertise .body .price {
  font-weight: bold;
  font-size: 16px;
  color: #3e3d40;
}
.advertise.detail .not-found-form {
  background: #f2f2f3;
  padding: 24px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .advertise.detail .not-found-form {
    display: none;
  }
}
.advertise.detail .not-found-form p {
  margin-top: 10px;
  margin-bottom: 25px;
}
.advertise.detail .not-found-form .form-group {
  width: 298px;
  position: relative;
}
.advertise.detail .not-found-form .form-group .form-error-message {
  left: 13px;
  color: red;
}
.advertise.detail .not-found-form .btn {
  margin-top: 23px;
}
.advertise.detail .not-found-form .gap {
  padding: 0 26px 0 32px;
  font-size: 16px;
  font-weight: bold;
}
.advertise.detail .not-found-form .title {
  text-transform: uppercase;
  font-size: 18px;
}
.advertise.detail .actions .text {
  padding-left: 10px;
}
.advertise.detail .actions .ico-favourite {
  display: inline-block;
  background: url(../images/add-favourite.png);
  width: 12px;
  height: 11px;
  vertical-align: middle;
}
.advertise.detail .actions .ico-facebook {
  display: inline-block;
  background: url(../images/facebook.png);
  width: 7px;
  height: 13px;
  vertical-align: middle;
}
.advertise.detail .actions .ico-gplus {
  display: inline-block;
  background: url(../images/gplus.png);
  width: 13px;
  height: 13px;
  vertical-align: bottom;
}
.advertise.detail .actions .ico-print {
  display: inline-block;
  background: url(../images/print.png);
  width: 16px;
  height: 14px;
  vertical-align: middle;
}
.advertise.detail .actions .ico-mail {
  display: inline-block;
  background: url(../images/mail-friend.png);
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .http-404,
  .http-500 {
    margin: 55px 125px 55px;
  }
}
@media (max-width: 767px) {
  .http-404,
  .http-500 {
    margin: 10px;
  }
}
.http-404 .title,
.http-500 .title {
  min-height: 239px;
  padding: 40px 30px;
  background: url("../images/error.png") 50% 50% no-repeat;
}
.http-404 .title .content,
.http-500 .title .content {
  padding: 0px 20px;
  text-align: center;
  color: white;
  max-width: 245px;
  margin: 0 auto;
}
.http-404 .title p,
.http-500 .title p {
  padding-top: 5px;
  font-size: 12px;
}
.http-404 .title h2,
.http-500 .title h2 {
  font-size: 18px;
}
.http-404 .tip,
.http-500 .tip {
  margin-top: 75px;
  padding-left: 50px;
  font-size: 12px;
}
.http-404 .tip .h3,
.http-500 .tip .h3 {
  font-weight: bold;
  font-size: 14px;
}
.http-404 .tip ul,
.http-500 .tip ul {
  list-style-type: disc;
  margin-left: 15px;
  padding: 0;
}
.http-404 .tip ul li,
.http-500 .tip ul li {
  padding: 8px 0;
}
.http-404 .tip a,
.http-500 .tip a {
  text-decoration: underline;
  color: #b60d1c;
  font-weight: bold;
}
.rc-map-czech {
  width: 409px;
  position: relative;
}
.rc-map-czech map {
  z-index: 3;
}
.rc-map-czech area:focus,
.rc-map-czech map:focus,
.rc-map-czech area:hover,
.rc-map-czech map:hover {
  border: none !important;
  outline: none;
}
.rc-map-czech .rc-map-czech-image {
  background: url("../images/map/map.png") no-repeat;
}
.rc-map-czech .rc-map-czech-multi-image {
  z-index: 3;
  background: url("../images/map/map-multi.gif") no-repeat;
}
.rc-map-czech .fake {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.rc-map-czech .overlays .img {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/map/map-multi.gif") no-repeat;
}
.places-around {
  margin: 15px 0;
}
.places-around .place-group-ico {
  position: relative;
  background-image: url("../images/places.png");
  display: inline-block;
  height: 14px;
  line-height: 1;
  vertical-align: middle;
}
.places-around .place-group-ico.place-group-ico-transportation {
  width: 13px;
  background-position: -13px 0;
}
.places-around .place-group-ico.place-group-ico-medical {
  width: 14px;
  background-position: -40px 0;
}
.places-around .place-group-ico.place-group-ico-education {
  width: 12px;
  background-position: -66px 0;
}
.places-around .place-group-ico.place-group-ico-shop {
  width: 14px;
  background-position: -92px 0;
}
.places-around .place-group-ico.place-group-ico-service {
  width: 14px;
  background-position: -120px 0;
}
.places-around .place-group-ico.place-group-ico-restaurant {
  width: 14px;
  background-position: -148px 0;
}
.places-around .place-group-ico.place-group-ico-freetime {
  width: 22px;
  background-position: -184px 0;
}
.places-around .groups li a {
  color: #3e3d40;
}
.places-around .groups li a span {
  padding-left: 5px;
  text-decoration: underline;
}
.places-around .groups li.active a {
  color: #b60d1c;
}
.places-around .groups.nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 15px 5px 10px;
}
.places-around .groups.nav > li > a:hover,
.places-around .groups.nav > li > a:focus {
  background: none;
  border-bottom: 1px solid white;
}
.places-around .groups li.active .place-group-ico.place-group-ico-transportation {
  width: 13px;
  background-position: 0px 0;
}
.places-around .groups li.active .place-group-ico.place-group-ico-medical {
  width: 14px;
  background-position: -26px 0;
}
.places-around .groups li.active .place-group-ico.place-group-ico-education {
  width: 12px;
  background-position: -54px 0;
}
.places-around .groups li.active .place-group-ico.place-group-ico-shop {
  width: 14px;
  background-position: -78px 0;
}
.places-around .groups li.active .place-group-ico.place-group-ico-service {
  width: 14px;
  background-position: -106px 0;
}
.places-around .groups li.active .place-group-ico.place-group-ico-restaurant {
  width: 14px;
  background-position: -134px 0;
}
.places-around .groups li.active .place-group-ico.place-group-ico-freetime {
  width: 22px;
  background-position: -162px 0;
}
.places-around .places ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.places-around .places ul:before,
.places-around .places ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.places-around .places ul:after {
  clear: both;
}
@media (min-width: 1000px) {
  .places-around .places ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .places-around .places ul li {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .places-around .places ul li {
    float: left;
    width: 100%;
  }
}
.places-around .places ul li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.places-around .places ul li * {
  /*display: inline-block;*/
}
.places-around .places ul li {
  width: 50%;
  padding: 0px 0px 0px 0px;
  position: relative;
  padding-right: 60px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.places-around .places ul li img {
  position: relative;
  left: 0px;
}
.places-around .places ul li span {
  position: absolute;
  right: 10px;
  top: 0;
  color: silver;
}
.map-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 15px 0;
}
.map-wrapper .map {
  width: 100%;
  height: 100%;
}
.map-wrapper .map-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  color: #000000;
  line-height: 100%;
  text-align: center;
  padding: 50px;
  font-weight: bold;
  font-size: 24px;
}
.map-wrapper:hover .map-overlay {
  display: none;
}
.ico-go-detail {
  display: inline-block;
  background: url(../images/go-detail.png);
  width: 20px;
  height: 19px;
}
.realcity-magazine h1 {
  color: #b60d1c;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.realcity-magazine div.title {
  background: #b60d1c;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.realcity-magazine .date {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}
.realcity-magazine a.image {
  display: block;
  border: 1px solid #ececec;
}
.realcity-magazine a.image img {
  width: 100%;
}
.realcity-magazine .download {
  display: block;
  text-decoration: underline;
  text-align: center;
  font-size: 14px;
  margin: 22px 0px;
}
.realcity-magazine .download a {
  color: #b60d1c;
  padding: 5px 0 5px 22px;
}
.realcity-magazine .archive h2 {
  background: #d9d9d9;
  color: white;
  text-align: center;
  padding: 11px;
  font-size: 13px;
  margin: 0px 0px 15px;
}
.realcity-magazine .archive ul {
  list-style-type: none;
}
.realcity-magazine .archive ul li {
  text-align: center;
  padding: 4px 0px;
}
.realcity-magazine .archive ul li a {
  text-decoration: underline;
  position: relative;
}
.realcity-magazine .archive ul li a:hover {
  font-weight: bold;
}
.realcity-magazine .archive ul li a:hover span {
  display: block;
  z-index: 2;
  left: 102%;
  top: 0;
  border: 1px solid #ececec;
}
.realcity-magazine .archive ul li a.missing {
  color: #d9d9d9;
}
.realcity-magazine .archive ul li a span {
  position: absolute;
  display: none;
}
.realcity-magazine .archive ul li a span img {
  display: block;
  width: 150px;
}
.realcity-articles {
  padding-top: 15px;
}
.realcity-articles .article {
  margin-bottom: 10px;
}
.realcity-articles .article .image {
  width: 45%;
  display: block;
  margin-right: 15px;
}
.realcity-articles .article .image img {
  max-width: 100%;
}
.realcity-articles .article .title {
  font-size: 13px;
  color: #3e3d40;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  padding-top: 2px;
}
.realcity-articles .article .title:hover {
  text-decoration: underline;
}
.realcity-articles .article .published {
  font-size: 10px;
}
.realcity-articles .article .perex {
  font-size: 13px;
}
.new-advertises {
  background: #f2f2f3;
  padding: 15px 0;
}
.new-advertises .advertise .photo {
  width: 100%;
  padding-bottom: 75%;
  display: block;
  position: relative;
}
.new-advertises .advertise .photo .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.new-advertises .advertise .photo .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.new-advertises .advertise .body {
  margin-top: 5px;
  font-size: 13px;
}
.new-advertises .advertise .body .title {
  color: #b60d1c;
  font-weight: bold;
}
.new-advertises .advertise .body .address {
  color: #3e3d40;
}
.new-advertises .advertise .body .price {
  color: #b60d1c;
  font-weight: bold;
}
.mediakit {
  background: #f2f2f3;
}
.mediakit .pay {
  font-size: 10px;
  padding-bottom: 5px;
}
.mediakit.turbobox {
  margin: 0 -25px;
  padding: 5px 25px 15px;
}
.mediakit.turbobox .advertise .photo {
  width: 100%;
  padding-bottom: 75%;
  display: block;
  position: relative;
}
.mediakit.turbobox .advertise .photo .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mediakit.turbobox .advertise .photo .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.mediakit.turbobox .advertise .body {
  margin-top: 5px;
  font-size: 13px;
}
.mediakit.turbobox .advertise .body .title {
  color: #b60d1c;
  font-weight: bold;
}
.mediakit.turbobox .advertise .body .address {
  color: #3e3d40;
}
.mediakit.turbobox .advertise .body .price {
  color: #b60d1c;
  font-weight: bold;
}
.mediakit.turbopremium .advertise {
  padding-top: 0;
}
.property-price-estimate h1 {
  color: #b60d1c;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.property-price-estimate h2 {
  color: #3d3c3f;
  font-size: 13px;
  text-transform: uppercase;
}
.form-error-message {
  position: absolute;
  color: red;
}
.search-links h3 {
  margin-top: 0;
}
.search-links h3 a {
  font-size: 13px;
  color: #3d3c3f;
  font-weight: bold;
  text-transform: uppercase;
}
.search-links a {
  text-decoration: underline;
}
.search-links ul {
  padding: 0;
  margin: 0;
}
.search-links ul li {
  display: inline-block;
}
@media (max-width: 768px) {
  .search-links {
    margin: 10px auto;
  }
}
.rc-mobile-app {
  width: 100%;
  margin: auto;
}
.rc-mobile-app .row {
  margin: 0;
}
.rc-mobile-app .rc-mobile-app-wrapper {
  min-width: 240px;
  margin: 0 auto;
}
.rc-mobile-app .title {
  background: white;
}
.rc-mobile-app .title .title-content {
  height: 100%;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}
.rc-mobile-app .title .bold {
  font-weight: bold;
}
.rc-mobile-app .navigation {
  line-height: 1.5;
  background: #b60d1c;
  padding: 10px;
}
.rc-mobile-app .navigation .col-xs-1 {
  padding: 0;
  text-align: right;
  padding-right: 6px;
}
.rc-mobile-app .navigation .col-xs-11 {
  padding: 0;
}
.rc-mobile-app .navigation .btn {
  float: none;
  vertical-align: middle;
}
.rc-mobile-app .navigation .close {
  color: white;
  float: none;
  opacity: 1;
  vertical-align: middle;
}
.static-page h1 {
  color: #b60d1c;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5 {
  color: #3d3c3f;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.static-page a {
  text-decoration: underline;
}
.demand h1 {
  font-size: 13px;
  font-weight: bold;
  color: #b60d1c;
  text-transform: uppercase;
}
.demand h2,
.demand h3 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d3c3f;
}
.demand .control-label {
  font-weight: bold;
}
.agency-search {
  margin-bottom: 45px;
}
.agency-search h1 {
  text-transform: uppercase;
  font-size: 13px;
  color: #3d3c3f;
}
.agency-search .country-list {
  margin-top: 15px;
  margin-bottom: 20px;
}
.agency-search .country-list .country {
  padding: 3px;
}
.agency-search .country-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 999px) {
  .agency-search .country-list ul li {
    float: left;
    width: 50%;
  }
}
.agency-search .country-list a {
  text-decoration: underline;
  color: #3d3c3f;
}
.agency-search .form-group {
  padding-left: 0;
}
.agency-search .rc-map-czech {
  zoom: 0.9;
  margin: 15px auto;
  position: relative;
  /*
		.rc-map-czech-image {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			display: block;
			z-index: 2;
			background: url(../images/map/map-multi.gif) no-repeat;
		}*/
}
@media (max-width: 767px) {
  .agency-search .rc-map-czech {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .agency-search .rc-map-czech {
    zoom: 0.8;
  }
}
.rc-banner.zone-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .rc-banner.zone-3 {
    display: none;
  }
}
.rc-banner.rc-banner-leaderboard {
  text-align: center;
}
@media (max-width: 767px) {
  .rc-banner.rc-banner-leaderboard {
    display: none;
  }
}
.rc-banner.rc-banner-aside {
  position: relative;
}
.rc-banner.rc-banner-aside > .rc-banner {
  position: fixed;
}
.rc-banner.rc-banner-aside > .rc-banner.rc-banner-left {
  margin-left: -160px;
}
.rc-banner.rc-banner-aside > .rc-banner.rc-banner-right {
  margin-left: 1000px;
}
.rc-banner.zone-43 {
  text-align: center;
}
.rc-banner.zone-100 {
  text-align: center;
}
.http-500 {
  max-width: 1000px;
  margin: auto;
}
.http-500 ul {
  margin: 0;
  padding: 0;
}
.locality-select {
  margin-top: 20px;
  padding: 10px;
  background: #f7f7f7;
}
.locality-select > .title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.locality-select .locality-type {
  text-transform: uppercase;
  color: #b60d1c;
  border-bottom: 1px solid #b60d1c;
}
.locality-select ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.locality-select ul li {
  padding: 5px 10px 5px 0px;
}
.locality-select ul li .title {
  display: block;
  text-decoration: underline;
}
.locality-select ul li .description {
  display: block;
  text-decoration: underline;
  font-size: 10px;
  color: #3e3d40;
}
.flashes {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 150px;
  min-width: 320px;
}
.flashes .alert {
  position: relative;
  left: -50%;
  border-width: 5px;
}
.flashes .alert .btn {
  display: block;
  margin: 0 auto;
}
.body-absolute {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
@media (max-width: 1100px) {
  .body-absolute {
    display: none !important;
  }
}
.body-absolute #overlayer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.body-absolute .property-price-estimate-widget {
  position: fixed;
  height: 0;
}
.body-absolute .property-price-estimate-widget .ear {
  display: flex;
  align-items: flex-start;
  position: relative;
  top: 10vw;
}
.body-absolute .property-price-estimate-widget .ear button {
  font-weight: bold;
  transform: rotate(90deg);
  transform-origin: left bottom;
  white-space: nowrap;
  background: #3e3d40;
  border-style: none;
  color: white;
  font-size: 20px;
  line-height: 1;
  padding: 10px 15px;
  box-shadow: 0px 0px 5px 0px #b60d1c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.body-absolute .property-price-estimate-widget .ear button:active,
.body-absolute .property-price-estimate-widget .ear button:focus,
.body-absolute .property-price-estimate-widget .ear button:hover,
.body-absolute .property-price-estimate-widget .ear button:visited {
  outline: none;
}
.body-absolute .property-price-estimate-widget .wrapper {
  position: relative;
  z-index: 2;
  display: none;
}
.body-absolute .property-price-estimate-widget .wrapper > .container {
  width: 920px;
  background: white;
  box-shadow: 0px 0px 5px 0px #b60d1c;
  padding: 25px;
}
.body-absolute .property-price-estimate-widget #property-price-estimate textarea {
  height: 250px;
}
@media print {
  a:link:after,
  a:visited:after {
    display: none;
    content: "";
  }
  body {
    margin: 0;
    padding: 0;
  }
  .rc-banner {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .container.main > .header {
    display: none;
  }
  .container.main > .main-menu {
    display: none;
  }
  .container.main > .global-footer {
    display: none;
  }
  .sorter {
    display: none;
  }
  .list > .navigation {
    display: none;
  }
  .detail.advertise .not-found-form {
    display: none;
  }
  .detail.advertise .other-advertises {
    display: none;
  }
  .detail.advertise .navigation {
    display: none;
  }
  .detail.advertise .thumbs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .detail.advertise .thumbs .thumb.photo {
    flex: 0 0 32%;
    margin-bottom: 2.5%;
    display: block !important;
  }
  .detail.advertise .thumbs .thumb.more,
  .detail.advertise .thumbs .thumb.video {
    display: none !important;
  }
  .detail.advertise .description ul li {
    display: block !important;
  }
  .detail.advertise .description > a {
    display: none;
  }
  .detail.advertise .contact-form {
    display: none;
  }
  .detail.advertise .places-around .groups {
    display: none;
  }
  .detail.advertise .places-around .places > * {
    display: block;
  }
}
@media (max-width: 999px) {
  .pp_pic_holder.pp_default {
    width: 100%!important;
    left: 0!important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0!important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0!important;
  }
  .pp_content {
    width: 100%!important;
    height: auto!important;
  }
  .pp_fade {
    width: 100%!important;
    height: 100%!important;
  }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none!important;
  }
  #pp_full_res img {
    width: 100%!important;
    height: auto!important;
  }
  .pp_details {
    width: 100%!important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 7%!important;
    top: 10px!important;
  }
}
