html {
  height: 100%;
}
body {
  height: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.navbar.navbar-default .container {
  max-width: 100%;
}
.page h1 {
  margin-bottom: 25px;
  margin-top: 0;
}
h2,
.h2 {
  font-size: 26px;
  font-weight: 600;
}
.row.row--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.col-4 {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .col-md-6 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.block_top,
.block_middle,
.block_nav,
.block_footer {
  float: left;
  width: 100%;
}
.block_top {
  background: #87888a;
  color: #fff;
  padding: 0 0;
  height: 38px;
  font-size: 12px;
}
.block_top .contact-ul li a i {
  float: left;
  margin-right: 10px;
  margin-top: 9px;
  padding: 2px 4px;
  background: #fff;
  color: #87888a;
  border-radius: 3px;
  font-size: 10px;
}
.block_top a {
  color: #fff;
}
.block_top ul {
  float: left;
  width: auto;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
.block_top ul li {
  display: inline-block;
  padding-right: 15px;
  line-height: 33px;
}
.block_nav {
  background: #fff;
  padding: 0 0;
}
.block_nav .navbar-default .navbar-nav > .active > a,
.block_nav .navbar-default .navbar-nav > .active > a:hover,
.block_nav .navbar-default .navbar-nav > .active > a:focus,
.block_nav .navbar-default .navbar-nav > .open > a,
.block_nav .navbar-default .navbar-nav > .open > a:hover,
.block_nav .navbar-default .navbar-nav > .open > a:focus {
  background: none;
}
.block_nav nav {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block_nav nav .navbar-brand {
  float: left;
  width: auto;
  margin: 0;
  padding: 12px 0;
  height: 69px;
}
.block_nav nav .navbar-brand img {
  height: 44px;
}
.block_nav nav .navbar-nav.nav {
  margin-top: 0;
  font-size: 16px;
  color: #4a4f54;
  width: calc(100% - 100px);
}
.block_nav nav .navbar-nav.nav .caret {
  color: #e71616;
}
.block_nav nav .navbar-nav.nav > li > a {
  color: #4a4f54;
  padding: 15px 5px;
  font-size: 13px;
  margin: 0 1px;
  border-top: solid 5px rgba(0, 0, 0, 0);
  transition: 0.2s color ease, 0.2s border-color ease;
}
@media (min-width: 992px) {
  .block_nav nav .navbar-nav.nav > li > a {
    padding: 20px 7px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .block_nav nav .navbar-nav.nav > li > a {
    padding: 20px 10px;
    font-size: 16px;
  }
}
.block_nav nav .navbar-nav.nav > li.active,
.block_nav nav .navbar-nav.nav > li:hover {
  background: none;
}
.block_nav nav .navbar-nav.nav > li.active > a,
.block_nav nav .navbar-nav.nav > li:hover > a {
  color: #e71616;
  border-top: 5px solid #e71616;
}
.block_nav nav .navbar-nav.nav > li .dropdown-menu {
  right: -50px;
  top: calc(100% + 22px);
  -webkit-box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.3);
}
.block_nav nav .navbar-nav.nav > li .dropdown-menu:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  top: -10px;
  content: '';
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.block_nav nav .navbar-nav.nav > li .dropdown-menu:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(153, 153, 153, 0.3) transparent;
  top: -12px;
  content: '';
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}
@media (min-width: 768px) {
  .block_nav nav .navbar-nav.nav {
    width: auto;
  }
}
.block_nav form#search-form .form-group,
.block_nav form#search-form .form-inline .form-control {
  vertical-align: middle !important;
}
.block_nav form#search-form .form-group {
  margin: 0;
  position: relative;
}
.block_nav form#search-form .form-group input {
  height: 37px;
  margin-top: 16px;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
  width: 100%;
  background: #f1f1f1 url("../images/ico-search.svg") no-repeat right 16px center;
  background-size: 16px auto;
}
.block_nav form#search-form .form-group input[type="submit"] {
  display: none;
}
@media (min-width: 992px) {
  .block_nav form#search-form {
    padding-right: 0;
    margin: 0;
  }
}
.block_nav .navbar-toggle {
  margin-right: 0;
  margin-top: 18px;
  border: 0;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.block_middle hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #fff;
  margin: 18px 0;
}
.block_middle .regh2 {
  margin-top: 0;
}
.block_middle .block_middle--text {
  height: 100em;
  margin-bottom: -100%;
  position: relative;
  padding: 12px 15px;
  background: top left repeat-y #ededed;
  background-image: url("../images/bg_middle_right.png?a=1");
}
.block_middle .block_middle--text:before {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000%;
  height: 100%;
  display: block;
  content: '';
  background: #ededed;
}
.block_middle .block_middle--text .btn-red,
.block_middle .block_middle--text .btn-gray {
  padding: 15px 20px;
}
.block_middle .block_middle--text h2 {
  font-size: 22px;
  font-weight: 600;
}
.block_middle .block_middle--text h2 a {
  color: #000;
}
.block_middle .block_middle--text h2 span {
  color: #87888a;
}
.block_middle .block_middle--text hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #fff;
  margin: 18px 0;
}
.block_middle a.btn-gray {
  float: left;
  width: 100%;
  padding: 15px 10px;
  position: relative;
  background: #87888a;
  color: #fff;
}
.block_middle a.btn-gray:before {
  position: absolute;
  top: 14px;
  right: 17px;
  content: '';
  background: center no-repeat;
  background-image: url("../images/arrow_right_gray.jpg?a=1");
  width: 14px;
  height: 20px;
}
.block_middle .btn-neinzer {
  padding-top: 25px;
  margin-bottom: 35px;
}
.block_middle .btn-neinzer a {
  display: block;
  background: right center no-repeat;
  background-image: url("../images/ico_arrow_right_gray.png?a=1");
  width: 100%;
}
.block_even_rows_gray {
  padding-top: 8px;
}
.block_even_rows_gray > .container > .row:nth-child(2n),
.block_even_rows_gray > .container-fluid > .row:nth-child(2n) {
  background: #f8f8f8;
}
.block_content {
  float: left;
  width: 100%;
  padding: 20px 0;
  flex-grow: 1;
}
.block_content.block_vypis {
  padding-top: 0;
}
.block_content.block_vypis .block_vypis,
.block_content.block_vypis .block_filtrace {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .block_content.block_vypis .block_vypis {
    border-left: 1px solid #ededed;
  }
}
.block_content.text-page {
  padding-top: 60px;
}
.block_content.tiny-page {
  padding-top: 80px;
  padding-bottom: 100px;
}
.block_content.blank {
  padding: 0;
}
.block_content.blank h1 {
  margin-bottom: 25px;
}
.block_content.page .container .row ul,
.block_content.page .container .row ol {
  float: left;
}
.block_content.gray {
  background: #fff;
  padding-top: 17px;
}
.block_content.gray .breadcrumb {
  padding: 0;
}
.block_content.gray .breadcrumb li a {
  color: #e71616;
  font-style: normal;
}
.block_content.gray .breadcrumb li.active {
  font-style: normal;
}
.block_content.gray .breadcrumb li.active a {
  color: #e71616;
  background-color: #fff !important;
  font-style: normal;
}
.block_content .title h2 {
  display: block;
  font-size: 22px;
  color: #87888a;
  margin-bottom: 35px;
}
.block_content .title h2 > small {
  position: relative;
}
.block_content .title h2 > small a {
  position: absolute;
  top: 1px;
  left: 15px;
  width: 120px;
  color: #e71616;
}
.block_content .block_filtrace h4 {
  color: #87888a;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}
.block_content .block_filtrace label {
  font-weight: 600;
}
.block_content .block_filtrace .inner {
  background: #fff;
  float: left;
  width: 100%;
}
.block_content .block_filtrace .inner form {
  padding: 0;
  float: left;
  width: 100%;
}
.block_content .block_filtrace .inner form hr {
  margin-top: 0;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eee;
}
.block_content .block_filtrace .inner form input[type="text"] {
  border-radius: 3px;
}
.block_content .block_filtrace .inner form h5 {
  margin: 10px 0 20px 0;
  padding: 5px 0 10px 0;
  border-bottom: solid 1px #d9d9d9;
}
.block_content .block_filtrace .inner form label + .cbx-container,
.block_content .block_filtrace .inner form .cbx-container + label,
.block_content .block_filtrace .inner form .cbx-container + .cbx-container {
  float: left;
  margin-right: 10px;
}
.block_content .block_filtrace .inner form div.checkbox {
  float: left;
  display: block;
}
.block_content .block_filtrace .inner form button {
  width: 100%;
  margin: 25px 0 0 0;
  border-radius: 4px;
  border: none;
  height: 50px;
  text-align: center;
  position: relative;
}
.block_content .block_filtrace .inner form button span {
  font-size: 18px;
  display: inline-block;
  margin-top: -5px;
  font-weight: bold;
}
.block_content .block_vypis {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .block_content .block_vypis {
    padding-left: 30px;
  }
}
.block_content .block_vypis .pagination > li > a {
  border: none;
  margin-right: 3px;
  border-radius: 0;
  color: #000;
}
.block_content .block_vypis .pagination > li.active > a,
.block_content .block_vypis .pagination > li:hover > a {
  background: #e71616;
  color: #fff;
}
.block_breadcrums_lista.gray {
  background: #f1f1f1;
}
.block_breadcrums_lista .breadcrumb {
  margin: 0;
  padding: 20px 15px;
}
.block_breadcrums_lista .breadcrumb li a {
  color: #87888a;
  text-decoration: none;
  font-style: normal;
}
.block_breadcrums_lista .breadcrumb li a:hover {
  text-decoration: underline;
}
.block_breadcrums_lista .breadcrumb > .active {
  color: #e71616;
  font-size: 22.5px;
  font-weight: 600;
}
.block_detail .detail_top {
  margin-top: 30px;
}
.block_detail .detail_price {
  font-size: 22px;
  color: #e71616;
  display: block;
  margin: 0;
}
.block_detail .detail_location {
  text-align: right;
  min-height: 20px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.block_detail .detail_location:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/ico-location.svg") no-repeat center center;
  vertical-align: text-bottom;
}
.block_detail .detail_description {
  margin-top: 30px;
}
.block_detail .detail_description .btn {
  float: none;
  margin-top: 30px;
}
.block_detail .detail_share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block_detail .detail_share > div,
.block_detail .detail_share > span,
.block_detail .detail_share > iframe {
  display: inline-block !important;
  margin: 0 10px !important;
}
.block_detail .detail_tech {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 1px solid #d9d9d9;
}
.block_detail .detail_tech > .detail_tech_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px;
}
@media (min-width: 768px) {
  .block_detail .detail_tech > .detail_tech_item:nth-child(2n-1) {
    border-right: 1px solid #d9d9d9;
  }
}
@media (min-width: 1200px) {
  .block_detail .detail_tech > .detail_tech_item {
    width: 33.3333%;
  }
  .block_detail .detail_tech > .detail_tech_item:nth-child(2n-1) {
    border-right: 0;
  }
  .block_detail .detail_tech > .detail_tech_item:nth-child(3n-1),
  .block_detail .detail_tech > .detail_tech_item:nth-child(3n+1) {
    border-right: 1px solid #d9d9d9;
  }
}
.block_detail .detail_tech_label {
  font-size: 13px;
}
.block_detail .detail_tech_value {
  font-size: 16px;
  font-weight: 600;
}
.block_detail h2 {
  margin: 5px 0 10px 0;
  font-size: 16px;
  color: #858585;
}
.block_detail h4 {
  font-size: 22px;
}
.block_detail h4.parametry {
  margin: 30px 0 20px;
  font-weight: 600;
}
.block_detail .pobocka .inner {
  background: #ffffff;
  display: block;
  padding: 15px 15px 0px 15px;
  margin-top: 44px;
  margin-bottom: 44px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 0px 14px 4px #ededed;
  -moz-box-shadow: 0px 0px 14px 4px #ededed;
  box-shadow: 0px 0px 14px 4px #ededed;
}
.block_detail .pobocka h4 {
  color: #e71616;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 600;
  padding-top: 10px;
}
.block_detail .pobocka img {
  position: relative;
  top: -32px;
}
.block_detail .pobocka .glyphicon {
  float: left;
  font-size: 33px;
  margin-right: 5px;
  color: #e71616;
}
.block_detail .pobocka .pobocka_adresa_lbl {
  float: left;
  line-height: 21px;
  margin-right: 4px;
  font-weight: bold;
}
.block_detail .pobocka .adresa_1 {
  float: left;
  line-height: 21px;
  margin-right: 4px;
}
.block_detail .pobocka .stranka_pobocky {
  float: left;
  padding-top: 14px;
  color: #e71616;
  line-height: 21px;
  font-weight: bold;
}
.block_detail .pobocka .makler_email {
  float: left;
  line-height: 21px;
  margin-right: 4px;
}
.block_detail .pobocka button.detail_maklere {
  text-transform: uppercase;
  font-size: small;
  width: 100px;
  height: 37px;
  border: none;
  left: -56px;
  top: -37px;
  padding: 10px 10px;
  position: relative;
  background: #e71616;
  color: #fff;
  margin-bottom: 10px;
}
.block_detail .pobocka .mapapobocky {
  background-color: #0d95e8;
  width: 200px;
  height: 250px;
}
.block_detail #contact-form label.sr-only {
  position: relative;
  height: auto;
}
.block_detail #contact-form .field-contactform-udaje label {
  width: 298px;
  line-height: 26px;
}
.block_detail form#contact-form {
  white-space: nowrap;
}
.block_detail form#contact-form input.form-control,
.block_detail form#contact-form textarea {
  border: solid 1px #d9d9d9;
  border-radius: 0;
  float: right;
  max-width: 170px;
}
.block_detail form#contact-form input.form-control.lg,
.block_detail form#contact-form textarea.lg {
  float: right;
  width: 83.3%;
  max-width: 100%;
}
.block_detail form#contact-form .form-group {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.block_detail form#contact-form .form-group.has-error {
  margin-bottom: 15px;
}
.block_detail form#contact-form .form-group.field-contactform-name {
  width: 100%;
}
.block_detail form#contact-form .form-group .help-block {
  position: absolute;
  bottom: -25px;
  left: 92px;
}
.block_detail form#contact-form .form-group.field-contactform-body .help-block {
  position: absolute;
  bottom: -25px;
  left: 0;
}
.block_detail form#contact-form .form-group.field-contactform-udaje {
  margin-top: 7px;
}
.block_detail form#contact-form .form-group.field-contactform-udaje label {
  float: right;
  cursor: pointer;
  width: 90%;
}
.block_detail form#contact-form .form-group.field-contactform-udaje .cbx-container {
  float: left;
}
.block_detail form#contact-form textarea {
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
}
.block_detail form#contact-form label {
  line-height: 35px;
  padding: 0 15px 0 0;
  float: left;
  width: 80px;
  font-weight: normal;
}
.block_detail ul.inline {
  list-style: none;
  margin: 20px 0 40px 0;
  float: left;
  width: 100%;
  padding: 0;
}
.block_detail ul.inline li {
  display: inline-block;
  width: 27%;
}
.block_detail ul.inline li:first-child {
  width: 33%;
}
.block_detail ul.inline li a {
  float: left;
  width: 100%;
  color: #858585;
  padding-right: 0;
}
.block_detail ul.inline li a img {
  margin-right: 10px;
}
.block_detail .hp_image {
  margin-top: 10px;
  margin-bottom: 20px;
}
.block_detail .sm_images a {
  position: relative;
  display: block;
}
.block_detail_form {
  position: relative;
  background: #e71616;
  margin-bottom: 260px;
}
.block_detail_form .contact {
  margin-bottom: -160px;
}
.block_detail_form h4 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin: 40px 0 30px;
}
.block_detail_form form {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 20px;
}
.block_detail_form form label {
  font-weight: 400;
  margin-top: 14px;
}
.block_detail_form form input[type=text] {
  height: 40px;
}
.block_detail_form form textarea {
  resize: vertical;
  height: 120px;
  min-height: 120px;
  max-height: 500px;
}
.block_detail_form form .cbx-container {
  float: left;
  margin: 13px 10px 0 0;
}
.block_detail_form form .btn.btn-red {
  width: 100%;
  margin-top: 20px;
}
.block_footer {
  margin-top: 50px;
  padding-top: 50px;
  background: #1A1B1D;
  color: #fff;
}
.block_footer .block_footer_menu .footer-nav > li > a {
  display: inline-block;
  color: inherit;
  font-size: 16px;
}
.block_footer .block_footer_menu .footer-nav > li > a:hover,
.block_footer .block_footer_menu .footer-nav > li > a:focus {
  color: inherit;
  background: transparent;
  text-decoration: underline;
}
.block_footer .block_footer_menu p {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 25px;
  color: #fff !important;
}
.block_footer .block_footer_menu .footer-brand img {
  height: auto;
  max-height: 58px;
}
.block_footer .block_footer_bottom {
  color: #B0B0B0;
  font-size: 11px;
  padding-bottom: 20px;
  padding-top: 24px;
  width: 100%;
  float: left;
}
.block_footer .block_footer_bottom h6 {
  font-size: 11px;
  font-weight: 700;
  margin: 15px 0 3px;
  color: #fff;
}
.block_footer .block_footer_bottom h6 span {
  color: #e71616;
}
.block_footer .block_footer_bottom h6 + p {
  margin-top: 0;
}
.block_footer .block_footer_bottom .footer_ucet {
  font-size: 15px;
  line-height: 2;
  color: #fff;
  font-weight: 500;
  padding-left: 24px;
  background: url("../images/ico-shield.svg") no-repeat left center;
  background-size: 17px auto;
}
.block_footer .block_footer_bottom .footer_copy {
  margin-top: 20px;
}
.block_footer .footer_contact {
  display: block;
  position: relative;
  padding: 8px 0 8px 38px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
}
.block_footer .footer_contact:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #e71616 no-repeat center;
  background-size: 15px auto;
}
.block_footer .footer_contact.email:before {
  background-image: url("../images/ico-email-white.svg");
}
.block_footer .footer_contact.tel:before {
  background-image: url("../images/ico-tel-white.svg");
}
.block_footer .footer_contact:hover,
.block_footer .footer_contact:focus {
  color: #e71616;
  text-decoration: none;
}
.block_makler_top h2 {
  font-size: 68px;
  font-weight: 700;
}
.block_makler_top .heading-label {
  font-size: 18px;
}
.block_makler_motto {
  background: #e71616;
  padding: 40px 0;
  color: #fff;
}
.block_makler_motto .makler_skill_value {
  font-size: 20px;
  color: #FFB5B9;
  padding-right: 0;
}
.block_makler_content {
  padding-top: 70px;
}
.block_makler_testimonials .masonry {
  margin-top: 30px;
}
.content-blok {
  flex: 1 0 auto;
}
.action-vypis .block_top form#search-form {
  display: none;
}
form.inline-form.form-inline .form-group .form-control.full_size {
  max-width: 83.3% !important;
  width: 83.3%;
}
form.form-vertical .field-realita-filtr_text .form-control {
  height: 50px;
}
form.form-vertical label + .cbx-container,
form.form-vertical .cbx-container + label,
form.form-vertical .cbx-container + .cbx-container {
  margin-left: 0;
}
.form-control {
  -webkit-appearance: none;
  box-shadow: none;
}
.cbx.cbx-active {
  border: 2px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
}
span.logo_gopan,
span.logo_gowood {
  float: right;
  width: 275px;
  background-size: auto 100%;
  background-image: url("../images/logo_gopan.jpg?a=1");
  height: 95px;
  padding-left: 2em;
  margin: 11px 0 10px 20px;
}
@media (max-width: 480px) {
  span.logo_gopan,
  span.logo_gowood {
    display: block;
    float: none;
    margin: 2rem auto 4rem;
  }
}
span.logo_gowood {
  background: left center no-repeat;
  background-image: url("../images/logo_gowood.jpg?a=1");
}
.kancl_title i {
  color: #858585;
}
.kancl_title span {
  color: #e71616;
}
a.btn,
.btn {
  transition: 0.2s background-color ease, 0.2s color ease;
  box-shadow: none;
  padding: 15px 20px;
  border-radius: 4px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
a.btn:hover,
.btn:hover,
a.btn:focus,
.btn:focus {
  text-decoration: none;
  color: #fff;
}
a.btn-big,
.btn-big {
  padding: 21px 30px;
  height: 64px;
}
a.btn-wide,
.btn-wide {
  padding: 15px 40px;
}
a.btn-red,
.btn-red,
a.btn-black,
.btn-black {
  color: #fff;
}
a.btn-red,
.btn-red {
  background: #e71616;
}
a.btn-red:hover,
.btn-red:hover,
a.btn-red:focus,
.btn-red:focus {
  background: #bc0009;
}
a.btn-red.dark,
.btn-red.dark {
  background: #8a0d13;
}
a.btn-red.dark:hover,
.btn-red.dark:hover,
a.btn-red.dark:focus,
.btn-red.dark:focus {
  background: #a00000;
}
a.btn-black,
.btn-black {
  background: #000;
}
a.btn-black:hover,
.btn-black:hover {
  background: #222222;
}
a.btn.arrow.arrow-right:before,
.btn.arrow.arrow-right:before {
  position: absolute;
  top: 14px;
  right: 17px;
  content: '';
  background: center no-repeat;
  background-image: url("../images/arrow_right_red.jpg?a=1");
  width: 14px;
  height: 20px;
}
a.btn-red,
.btn-red {
  border: none;
  position: relative;
  margin-bottom: 10px;
}
a.btn-black,
.btn-black {
  color: #fff;
  background: #000;
}
.gallery .sm_images {
  padding-bottom: 20px;
}
.gallery .sm_images a {
  display: block;
  background: #000;
  border-radius: 4px;
}
.gallery .sm_images a.gallery_empty {
  padding-top: 75.15151515%;
  background: transparent;
}
.gallery .sm_images a img {
  border-radius: 4px;
  transition: 0.2s opacity;
}
.gallery .sm_images:hover a img {
  opacity: 0.7;
}
.gallery .sm_images:hover a .btn-show-less {
  background-color: rgba(0, 0, 0, 0.77);
}
.gallery .btn-show-more,
.gallery .btn-show-less {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px 15px 15px;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: 0.2s background-color ease, 0.2s opacity ease;
  background: rgba(0, 0, 0, 0.69) no-repeat center 30%;
}
@media (min-width: 600px) {
  .gallery .btn-show-more,
  .gallery .btn-show-less {
    padding: 80px 15px 15px;
  }
  .gallery .btn-show-more {
    background-image: url("../images/ico-img.svg");
    background-size: 36px auto;
  }
  .gallery .btn-show-less {
    background-image: url("../images/ico-arrow-up.svg");
    background-size: 32px auto;
  }
}
.gallery_hidden {
  overflow: hidden;
  height: 0;
  transition: 0.7s height ease;
}
.gallery_hidden_inner {
  float: left;
  width: 100%;
}
.gallery.show-all .btn-show-more {
  opacity: 0;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.breadcrumb a.homeLink {
  height: 30px;
  width: 24px;
  margin-top: -9px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: transparent url("../images/ico-home.svg") no-repeat center;
  background-size: 20px auto;
}
.breadcrumb > li + li:before {
  content: "\003e";
  font-size: 14px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #fff !important;
  color: #e71616 !important;
}
.card {
  overflow: hidden;
  position: relative;
  height: 290px;
  margin-bottom: 25px;
  padding-top: 4px;
  display: block;
}
.card .card-inner {
  overflow: hidden;
  float: left;
  display: block;
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
.card .card-inner .card-image {
  float: left;
  transition: 0.3s opacity ease, 0.3s transform ease;
  position: relative;
  width: 100%;
  height: 230px;
  z-index: 1;
  overflow: hidden;
  background-size: cover !important;
  display: block;
  background-repeat: no-repeat;
}
.card .card-inner .card-image img {
  width: 100%;
}
.card .card-inner .card-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, 0.5) 79%, #ffffff 90%);
}
.card .card-inner .card-content {
  float: left;
  width: 100%;
  color: #222221;
  position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  padding: 30px 20px;
  z-index: 2;
  background: #ffffff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 19%);
  transition: 0.4s top ease;
}
.card .card-inner .card-content .card-title {
  color: #222221;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  height: 4.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .card-inner .card-content .card-price {
  display: block;
  margin-bottom: 0;
  color: #e71616;
  font-size: 14px;
  font-weight: 700;
}
.card .card-inner .card-content .card-text {
  padding-top: 10px;
  display: block;
  color: inherit;
}
.card .card_ribbon {
  position: absolute;
  display: block;
  z-index: 3;
  top: -4px;
  left: 11px;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.card .card_ribbon .corner {
  width: 200px;
  background: #e71616;
  position: absolute;
  z-index: 100;
  top: 29px;
  left: -48px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  content: '';
  transform: rotate(-45deg);
  background-blend-mode: multiply;
}
.card .card_ribbon .corner.gray {
  background-color: #87888a;
}
.card .card_ribbon .corner.top-left {
  top: 14px;
  right: -63px;
  left: auto;
  transform: rotate(45deg);
}
.card.card-main-vypis .card-inner .card-image,
.card.card-post .card-inner .card-image {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, 0.5) 79%, #ffffff 90%);
}
.card.card-main-vypis .card-inner .card-content,
.card.card-post .card-inner .card-content {
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #ffffff 60%);
}
.card.card-main-vypis .card-inner .card-content .card-title,
.card.card-post .card-inner .card-content .card-title {
  height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card.card-main-vypis .card-inner .card-image,
.card.card-post .card-inner .card-image {
  opacity: 1;
  transition: 0.4s opacity ease;
}
.card.card-main-vypis:hover .card-inner .card-content,
.card.card-post:hover .card-inner .card-content {
  top: 0;
}
.card.card-main-vypis:hover .card-inner .card-content .card-title,
.card.card-post:hover .card-inner .card-content .card-title,
.card.card-main-vypis:hover .card-inner .card-content .card-price,
.card.card-post:hover .card-inner .card-content .card-price,
.card.card-main-vypis:hover .card-inner .card-content .card-text,
.card.card-post:hover .card-inner .card-content .card-text {
  text-decoration: none;
}
.card.card-main-vypis:hover .card-inner .card-image,
.card.card-post:hover .card-inner .card-image {
  opacity: 0.6;
}
.card.card-post {
  height: 280px;
}
.card.card-show-all {
  position: relative;
  height: 212px;
  display: block;
}
.card.card-show-all .card_bg {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/zobrazit-kompletni-nabidku_bg.jpg") no-repeat center;
  background-size: cover;
  opacity: 0.8;
  transition: 0.3s opacity ease;
}
.card.card-show-all .card-inner {
  display: block;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  background: rgba(52, 52, 52, 0.5);
  text-align: center;
  padding: 82px 40px;
}
.card.card-show-all:hover .card_bg {
  opacity: 0.5;
}
.card.card-poptavka {
  height: auto;
  padding: 9px 22px 21px;
  border: 1px solid #d9d9d9;
}
.card.card-poptavka .poptavka_title h4,
.card.card-poptavka .poptavka_title h5 {
  font-size: 18px;
  font-weight: 600;
}
.card.card-poptavka .poptavka_description {
  margin-top: 10px;
}
.card.card-poptavka .poptavka_description p {
  font-size: 14px;
}
.card.card-poptavka .poptavka_tags {
  margin-top: 4px;
}
.card.card-poptavka .poptavka_tags .tag {
  margin-top: 8px;
  margin-right: 4px;
}
.card.card-poptavka .poptavka_tags .tag:last-child {
  margin-right: 0;
}
.card.card-pobocka {
  border: 1px solid #d9d9d9;
  margin-bottom: 13px;
  margin-top: 13px;
  padding: 16px 0 26px 28px;
  height: auto;
}
.card.card-pobocka h4 {
  font-weight: 600;
  color: #e71616;
  margin-top: 10px !important;
}
.card.card-pobocka .smap .hud {
  display: none !important;
}
.card.card-pobocka .pobocka_prop {
  font-weight: 700;
  font-size: 12px;
  margin-top: 20px;
}
.card.card-pobocka .pobocka_prop.address {
  font-size: 14px;
}
.card.card-pobocka .pobocka_value {
  font-size: 14px;
}
.card.card-pobocka .pobocka_value a {
  color: inherit;
}
.card.card-pobocka .pobocka_row {
  margin-right: -5px;
  margin-left: -5px;
}
.card.card-pobocka .pobocka_col {
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
}
.card.card-pobocka .pobocka_map {
  width: 100%;
  padding-bottom: 0;
  height: 110px;
  margin-top: 26px;
}
.card.card-pobocka .pobocka_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 480px) {
  .card.card-pobocka .pobocka_col:nth-child(1),
  .card.card-pobocka .pobocka_col:nth-child(3) {
    width: 43%;
  }
  .card.card-pobocka .pobocka_col:nth-child(2),
  .card.card-pobocka .pobocka_col:nth-child(4) {
    width: 57%;
  }
}
@media (min-width: 768px) {
  .card.card-pobocka .pobocka_col:nth-child(1),
  .card.card-pobocka .pobocka_col:nth-child(4) {
    width: 33%;
  }
  .card.card-pobocka .pobocka_col:nth-child(2) {
    width: 40%;
  }
  .card.card-pobocka .pobocka_col:nth-child(3) {
    width: 27%;
  }
  .card.card-pobocka .pobocka_col:nth-child(5) {
    width: 67%;
  }
}
@media (min-width: 992px) {
  .card.card-pobocka .pobocka_prop.address {
    margin-top: 36px;
  }
}
.card.card-testimonial {
  border: 1px solid #d9d9d9;
  padding: 26px 28px 26px 100px;
  background: url("../images/quotes.svg") no-repeat left 28px top 28px;
  background-size: 48px auto;
  height: auto;
}
.card.card-testimonial p {
  margin: 0;
  font-size: 15px;
}
.card.card-testimonial .card-footer {
  color: #e71616;
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .modal-body .card.card-pobocka h4 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .modal-body .card.card-pobocka h4 {
    font-size: 26px;
  }
  .modal-body .card.card-pobocka .pobocka_prop {
    font-size: 14px;
  }
}
.content_items .card {
  margin-bottom: 35px;
}
.content_items .card .card-image {
  will-change: transform, opacity;
}
.content_items .card:not(.card-sold):hover .card-inner .card-image {
  opacity: 0.8;
  transform: scale(1.05);
}
.kancelar_info {
  padding: 26px 30px 22px;
  margin-top: 20px;
  background: #f1f1f1;
  overflow: hidden;
}
.kancelar_info h4,
.kancelar_info h5 {
  font-weight: 600;
  margin: 0 0 12px;
}
.kancelar_info .list-contacts {
  margin-top: -4px;
}
.kancelar_info.in-sidebar {
  margin: 4px 0 16px 0;
}
.kancelar_info.in-sidebar .list-contacts {
  margin-top: 30px;
}
.kancelar_info + .kancelar_info {
  margin-top: 20px;
}
.kancelar_info.download {
  display: flex;
  align-items: center;
  color: #333;
  padding: 22px 26px;
  margin-top: 16px;
  transition: 0.1s color ease;
}
.kancelar_info.download .download_file {
  color: #e71616;
}
.kancelar_info.download .fa {
  font-size: 30px;
}
.kancelar_info.download .download_title {
  margin: 0 16px;
  font-weight: 600;
}
.kancelar_info.download:hover {
  text-decoration: none;
  color: #e71616;
}
@media (min-width: 992px) {
  .kancelar_info {
    margin-top: 0;
  }
}
.kancelar_description {
  padding-right: 15%;
  margin-top: 34px;
}
.kancelar_description .btn {
  margin-top: 24px;
}
.list-contacts {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-contacts li {
  padding: 6px 0 6px 34px;
  background: no-repeat left center;
}
.list-contacts li a {
  color: inherit;
}
.list-contacts li a:hover,
.list-contacts li a:focus {
  color: inherit;
}
.list-contacts li.email {
  background-image: url("../images/ico-email.svg");
  background-size: 20px auto;
}
.list-contacts li.tel {
  background-image: url("../images/ico-tel.svg");
  background-size: 20px auto;
}
.list-contacts li.address {
  background-image: url("../images/ico-address.svg");
  background-size: 18px auto;
}
.makler-vizitka {
  padding-top: 18px;
  margin-top: 20px;
}
.makler-vizitka .inner {
  display: flex;
  align-items: flex-end;
  position: relative;
  background: #fff;
  padding: 18px 0 18px 18px;
  float: left;
  width: 100%;
  min-height: 125px;
  border: 1px solid #d9d9d9;
}
.makler-vizitka h4 {
  margin-bottom: 14px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
}
.makler-vizitka h4 a {
  color: #e71616;
}
.makler-vizitka .vizitka_image,
.makler-vizitka .vizitka_content,
.makler-vizitka .vizitka_button {
  float: left;
}
.makler-vizitka .vizitka_image {
  width: 23.5%;
  flex-shrink: 0;
}
.makler-vizitka .vizitka_image_inner {
  padding-top: 100%;
  position: relative;
  margin-top: -36px;
  background: url("../images/avatar-gray.png") no-repeat center center;
  background-size: contain;
}
.makler-vizitka .vizitka_image_inner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.makler-vizitka .vizitka_content {
  flex-grow: 1;
  line-height: 21px;
  padding: 0 20px;
}
.makler-vizitka .vizitka_content strong {
  margin-right: 4px;
}
.makler-vizitka .vizitka_button {
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.makler-vizitka .detail_maklere {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  width: 96px;
  height: 36px;
  border: none;
  -webkit-appearance: none;
  text-align: left;
  padding: 10px 19px;
  line-height: 1.3;
  background: #e71616 url("../images/ico-magnifier.svg") no-repeat center right 13px;
  color: #fff;
}
.makler-vizitka .detail_maklere.black {
  background-color: #aaa;
}
.makler-vizitka .detail_maklere:after {
  position: absolute;
  content: '';
  width: 0;
  top: 0;
  left: 0;
  border-left: solid 10px white;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent;
}
.makler-vizitka.shadow .inner {
  border: 0;
  box-shadow: 0 0 14px 4px #ededed;
}
.makler-vizitka.office .inner {
  align-items: center;
}
.makler-vizitka.office .vizitka_logo img {
  width: 116px;
  margin: 10px 15px;
}
@media (max-width: 500px) {
  .makler-vizitka .inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .makler-vizitka .vizitka_image {
    width: 10rem;
  }
  .makler-vizitka .vizitka_content {
    width: 100%;
    order: 1;
    margin-top: 16px;
    padding-left: 0;
  }
}
.makler_main-photo {
  position: relative;
  width: 100%;
  padding-top: 130%;
  overflow: hidden;
}
.makler_main-photo:after {
  position: absolute;
  display: block;
  content: '';
  height: 0;
  top: -12%;
  left: -21%;
  width: 35%;
  padding-top: 35%;
  transform: rotate(38deg);
  background: #fff;
}
.makler_main-photo img {
  position: absolute;
  top: 0;
  left: -999px;
  right: -999px;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.makler_desc {
  font-size: 18px;
  color: #858585;
  margin-top: 40px;
  min-height: 70px;
}
.makler_skill {
  min-height: 40px;
}
.makler_skill_prop {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 170px;
  display: inline-block;
  vertical-align: top;
}
.makler_skill_value {
  font-size: 16px;
  width: calc(100% - 180px);
  padding-right: 10%;
  display: inline-block;
}
.makler_top_content {
  padding-bottom: 30px;
  padding-top: 45px;
}
.makler_contacts_prop {
  color: #e71616;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.makler_contacts_prop_url {
  color: #e71616;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
.makler_contacts_value {
  font-size: 18px;
  margin-top: 8px;
}
.makler_contacts_value_url {
  font-size: 16px;
  margin-top: 8px;
}
.makler_specials {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.makler_specials_item {
  display: flex;
  align-items: center;
  max-width: 28%;
  min-width: 20%;
}
.makler_specials_item img {
  max-width: 55px;
  height: auto;
  margin-right: 16px;
}
.makler_specials_item h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: lowercase;
  margin: 0;
}
.makler_specials_item h6:first-letter {
  text-transform: uppercase;
}
.makler_socials {
  padding: 10px 0 2px;
}
.link-social {
  font-size: 26px;
  border-radius: 0;
  margin-left: 7px;
  color: #d8d8d8;
  transition: 0.15s color ease;
}
.link-social:hover,
.link-social:focus {
  color: #e71616;
}
.ol-default li,
.ul-default li {
  position: relative;
  padding: 5px 0 10px 26px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ol-default,
  .ul-default {
    padding-left: 24px;
  }
}
.ol-default li {
  font-weight: 700;
  color: #e71616;
}
.ol-default li span {
  font-weight: 400;
  color: #333;
}
@media (max-width: 767px) {
  .ol-default li {
    padding-left: 10px;
  }
}
.ul-default {
  list-style: none;
  padding-left: 0;
}
.ul-default li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 13px;
  width: 0;
  height: 0;
  border-right: 4px solid #e71616;
  border-bottom: 4px solid #e71616;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (max-width: 767px) {
  .ul-default li {
    padding-left: 20px;
  }
}
.tag {
  display: inline-block;
  background: #ededed;
  border-radius: 4px;
  font-size: 11px;
  padding: 6px 14px 7px;
  color: #87888a;
}
.tag.typ,
.tag.kategorie {
  margin-left: 20px;
}
.partneri.seznam .seznam_item {
  padding: 12px 0;
  font-size: 16px;
}
.partneri.seznam .seznam_item img {
  margin-right: 8px;
  vertical-align: baseline;
}
.partneri.seznam .seznam_item a {
  color: #222221;
}
#modal-hypotecni-kontaktni-formular .modal-lg {
  max-width: 700px;
}
#hypoteka-kontakt-form .hypoteka-kontakt-form_checkbox label.control-label {
  float: none;
  margin-left: 12px;
  width: auto;
}
#hypoteka-kontakt-form label.control-label,
#hypoteka-kontakt-form label.sr-only {
  position: relative;
  height: auto;
  width: 80px;
  float: left;
  line-height: 35px;
}
#hypoteka-kontakt-form .form-group.field-poradcecontactform-udaje label.control-label.sr-only {
  float: right;
}
#hypoteka-kontakt-form .form-group.field-poradcecontactform-udaje .cbx-container {
  float: left;
  margin-left: 0;
}
#hypoteka-kontakt-form .field-poradcecontactform-udaje label {
  width: 298px;
  line-height: 26px;
  font-size: 12px;
  font-weight: normal;
}
#hypoteka-kontakt-form .hidden {
  height: 0;
  overflow: hidden;
}
#hypoteka-kontakt-form .field-poradcecontactform-udaje.form-group {
  margin-bottom: 0;
}
#hypoteka-kontakt-form .field-poradcecontactform-udaje.form-group .help-block {
  left: 41px;
  top: 19px;
}
#hypoteka-kontakt-form .form-group {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  float: left;
  position: relative;
}
#hypoteka-kontakt-form .form-group .help-block {
  position: absolute;
  top: 28px;
  left: 80px;
}
#hypoteka-kontakt-form .form-group input {
  width: 100%;
  max-width: calc(200% - 252px / 2);
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#hypoteka-kontakt-form .col-sm-12 .form-group {
  margin-bottom: 15px;
}
#hypoteka-kontakt-form .col-sm-12 .form-group input {
  width: 100%;
  max-width: calc(200% - 225px / 2) !important;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#hypoteka-kontakt-form .col-sm-12 .form-group textarea {
  width: 100%;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#hypoteka-kontakt-form .field-contactform-udaje label {
  width: 298px;
}
#hypoteka-kontakt-form .btn.btn-red {
  margin: 10px 0 0 0;
  padding: 10px;
  float: left;
}
@media (min-width: 768px) {
  #hypoteka-kontakt-form .btn.btn-red {
    margin-top: 0;
  }
  #hypoteka-kontakt-form .field-poradcecontactform-udaje.form-group {
    margin-top: 10px;
  }
}
.site-error {
  padding: 10vh 0;
  min-height: calc(100vh - 35px);
}
.site-error .block_message {
  font-weight: bold;
  color: red;
  font-size: 35px;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
}
.site-error .block_popis ul {
  text-align: left;
}
.checkboxes {
  padding-top: 11px;
}
.kalkulacka {
  background: #FFF5F5;
  display: block;
  padding: 25px 15px;
  float: left;
  width: 100%;
}
.kalkulacka #kalkulacka-form .slider.slider-horizontal .slider-selection,
.kalkulacka #kalkulacka-form .slider.slider-horizontal .slider-track-low,
.kalkulacka #kalkulacka-form .slider.slider-horizontal .slider-track-high {
  top: 0;
}
.kalkulacka h4 {
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 600;
}
.kalkulacka label {
  width: 38%;
  float: left;
  height: 33px;
  line-height: 15px;
  padding: 10px 0 0 0;
  align-items: center;
}
.kalkulacka .field-kalkulackaform-hodnotanemovitosti label {
  padding: 3px 0 0 0;
}
.kalkulacka input {
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: right;
  float: left;
  width: calc(78% - 25px);
  border-radius: 0;
  border: solid 1px #d9d9d9;
}
.kalkulacka #kalkulackaform-vyseuveruslider-slider,
.kalkulacka #kalkulackaform-splatnostslider-slider {
  margin-left: 0;
}
.kalkulacka .form-group {
  margin-bottom: 0;
}
.kalkulacka .btn-red {
  margin-bottom: 0;
  max-width: 100%;
  white-space: normal;
  height: auto;
}
.kalkulacka #splatka {
  line-height: 40px;
  font-size: 18px;
}
.kalkulacka #splatka span {
  color: #e71616;
  font-weight: bold;
  display: block;
  font-size: 24px;
}
.kalkulacka #splatka span.error {
  line-height: 24px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
#kalkulacka-form .col-sm-6 {
  position: relative;
}
#kalkulacka-form .col-sm-6 > .prefix {
  position: absolute;
  top: 7px;
  right: 15px;
}
#kalkulacka-form .form-group {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#kalkulacka-form .slider.slider-horizontal {
  margin-bottom: 25px;
  float: none;
}
.slider.slider-horizontal {
  width: 100% !important;
  margin-bottom: 15px;
  float: right;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 9px;
}
.slider.slider-horizontal .slider-selection {
  background: #E3BFC1;
}
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  background: #fff;
}
.slider.slider-horizontal .slider-track {
  left: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-top: -7px !important;
  height: 23px;
  width: 22px;
  border-radius: 4px;
}
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
  background: #d8d8d8;
  border-radius: 0;
}
.slider.slider-horizontal .slider-handle {
  background-image: none;
  background-color: #e71616;
}
.slider.slider-horizontal .slider-selection {
  box-shadow: none !important;
}
.field-realita-filtr_cena {
  display: flex;
  margin-bottom: 0;
}
.field-realita-filtr_cena .control-label {
  white-space: nowrap;
  flex-grow: 1;
}
.field-realita-filtr_cena .slider.slider-horizontal {
  margin-left: 40px;
  margin-right: 15px;
}
.filter-slider-cena {
  margin-top: 26px;
  margin-bottom: 30px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 30px;
  margin-bottom: 0;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border: solid 1px #d9d9d9;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}
.control input:checked ~ .control__indicator {
  background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}
.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
  color: #000;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  top: 5px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(39deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #000;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #000;
}
.btn.btn-gray {
  color: #fff;
  height: 40px;
  line-height: 27px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #87888a;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #e71616;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td {
  color: #fff;
}
.novinky h4.title {
  color: #e71616;
  margin: 0 0 15px 0;
}
.novinky h4.title a {
  color: #e71616;
}
.cat_sekce {
  margin-top: 30px;
  margin-bottom: 0;
}
.cat_sekce .cat_sekce_header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.cat_sekce .cat_sekce_header img.ico {
  height: 38px;
  width: auto;
  margin-bottom: 7px;
}
.cat_sekce .cat_sekce_title {
  flex-grow: 1;
  margin-left: 14px;
}
.cat_sekce .cat_sekce_title h4 {
  color: #e71616;
  margin-bottom: 5px;
}
.cat_sekce .cat_sekce_title h4 a {
  color: #e71616;
  font-size: 22px;
  font-weight: 600;
}
.cat_sekce span {
  display: block;
}
.cat_sekce span a {
  color: #858585;
  font-size: 12px;
}
.cat_sekce span i a {
  color: #e71616;
}
.cat_sekce .cat_sekce_vypis span {
  padding: 0;
  margin: 0;
}
.cat_sekce .cat_sekce_vypis a {
  color: #222221;
  font-weight: 600;
  font-style: normal;
}
.cat_sekce .cat_sekce_vypis small {
  font-style: italic;
  font-size: 10px;
  font-width: 400;
  white-space: nowrap;
}
.cat_sekce .cat_sekce_vypis small a {
  color: #858585;
}
.cat_sekce .cat_sekce_vypis small i a {
  color: #e71616;
}
.default-alert {
  min-height: 0;
}
.list {
  list-style: none;
  padding: 0;
}
.list.line-bullets {
  font-size: 16px;
}
.list.line-bullets li {
  padding: 15px 0 0 34px;
  position: relative;
}
.list.line-bullets li:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  height: 2px;
  width: 16px;
  background: #e71616;
}
.prodano:before,
.rezervace:before {
  position: absolute;
  display: block;
  width: auto;
  height: 120px;
  top: calc(20%);
  left: calc(5%);
  font-weight: 900;
  transform: rotate(-30deg);
  font-size: 72px;
  color: rgba(231, 22, 22, 0.4);
  border: solid 10px rgba(231, 22, 22, 0.4);
  border-radius: 20px;
  text-align: center;
  padding: 0 30px;
}
.prodano:before {
  content: "PRODÁNO";
}
.rezervace:before {
  content: "REZERVACE";
}
.ctrl-site .block_hp_coop {
  padding-top: 30px;
  padding-bottom: 52px;
  background: #f8f8f8;
}
.ctrl-site .block_hp_coop h2 {
  margin-bottom: 20px;
}
.ctrl-site .block_hp_coop .hp_coop_partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ctrl-site .block_hp_coop .hp_coop_partners img {
  margin: 30px 8px 0 0;
  max-width: 80px;
}
@media (min-width: 480px) {
  .ctrl-site .block_hp_coop .hp_coop_partners .logo-sreality {
    max-width: 114px;
  }
  .ctrl-site .block_hp_coop .hp_coop_partners .logo-realityidnes {
    max-width: 72px;
  }
  .ctrl-site .block_hp_coop .hp_coop_partners .logo-ceskereality {
    max-width: 130px;
  }
  .ctrl-site .block_hp_coop .hp_coop_partners .logo-hyperreality {
    max-width: 100px;
  }
  .ctrl-site .block_hp_coop .hp_coop_partners .logo-realitycechy {
    max-width: 156px;
  }
  .ctrl-site .block_hp_coop .hp_coop_partners .logo-euronet {
    max-width: 174px;
  }
  .ctrl-site .block_hp_coop .hp_coop_partners .logo-realitymix {
    max-width: 150px;
  }
}
.ctrl-site .block_hp_coop .block_banner .banner,
.ctrl-site .block_hp_coop .block_banner .banner2 {
  float: left;
  width: 100%;
  height: 150px;
  display: block;
}
@media (max-width: 767px) {
  .ctrl-site .block_hp_coop .block_banner .banner,
  .ctrl-site .block_hp_coop .block_banner .banner2 {
    margin-top: 40px;
  }
}
.ctrl-site .block_hp_coop .block_banner .banner {
  background: left center no-repeat;
  background-size: 100% auto;
  background-image: url("../images/gopan_banner_v2.jpg?a=1");
}
.ctrl-site .block_hp_coop .block_banner .banner2 {
  background: left center no-repeat;
  background-size: 100% auto;
  background-image: url("../images/gopan_banner_v2.jpg?a=1");
}
.ctrl-site .block_hp_coop .block_banner .banner,
.ctrl-site .block_hp_coop .block_banner .banner2 {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 35%;
  margin-top: 5rem;
  display: block;
  background: center bottom no-repeat;
  background-size: contain;
  background-image: url("../images/banner_sm.jpg?a=1");
}
@media (min-width: 768px) {
  .ctrl-site .block_hp_coop .block_banner .banner,
  .ctrl-site .block_hp_coop .block_banner .banner2 {
    background-image: url("../images/gopan_banner_v2.jpg?a=1");
    padding-top: 20%;
    margin-top: 0;
  }
}
.ctrl-site .block_hp_claim {
  background: #cd151d no-repeat center / cover;
  background-image: url("../images/redmask.png?a=1");
  color: #fff;
  padding: 30px 0;
}
.ctrl-site .block_hp_claim h2.hp_claim_text {
  font-size: 31px;
  line-height: 44px;
  font-weight: 300;
  margin: 5px 0;
}
.ctrl-site .block_hp_claim h2.hp_claim_text strong {
  font-weight: 700;
}
.ctrl-site .block_hp_claim .hp_claim_buttons .btn {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .ctrl-site .block_hp_claim .hp_claim_buttons .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 480px) {
  .ctrl-site .block_hp_claim .hp_claim_buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
  }
  .ctrl-site .block_hp_claim .hp_claim_buttons .btn {
    margin: 0 6px;
    flex-grow: 1;
    width: auto;
  }
}
@media (min-width: 768px) {
  .ctrl-site .block_hp_claim .hp_claim_buttons {
    justify-content: flex-end;
    margin-top: 20px;
    padding-left: 10%;
  }
  .ctrl-site .block_hp_claim .hp_claim_buttons .btn {
    margin: 0 6px;
    flex-grow: 0;
    width: auto;
  }
}
.ctrl-site .block_hp_offices {
  padding-top: 30px;
  padding-bottom: 36px;
}
.ctrl-site .block_hp_offices h2 {
  text-align: center;
}
.ctrl-site .block_hp_offices .img-map {
  margin-top: 16px;
  width: 454px;
  max-width: 100%;
}
.ctrl-site .block_hp_offices .list {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .ctrl-site .block_hp_offices .img-map {
    margin-top: -32px;
  }
}
.ctrl-site .block_middle {
  padding-bottom: 20px;
}
.ctrl-site .block_middle .img-ark {
  width: 119px;
}
.ctrl-site .block_middle .img-spolehliva {
  width: 125px;
  margin-left: 30px;
}
.ctrl-site .block_middle .img-ark,
.ctrl-site .block_middle .img-spolehliva {
  margin-bottom: 40px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ctrl-site .block_middle .stamps {
    width: 100%;
    text-align: center;
  }
  .ctrl-site .block_middle .img-ark,
  .ctrl-site .block_middle .img-spolehliva {
    max-width: 40%;
  }
}
.ctrl-site .block_content h2 {
  margin-bottom: 30px;
}
.ctrl-kancelar h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.ctrl-kancelar .mapa.embed-responsive {
  padding-bottom: 80%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ctrl-kancelar .mapa.embed-responsive {
    padding-bottom: 50%;
  }
}
.ctrl-kancelar .block_filtrace .button-back {
  margin-bottom: 50px;
}
.ctrl-kancelar .block_filtrace .button-back .btn {
  display: block;
}
.ctrl-kancelar .makler-vizitka .inner {
  margin-top: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ctrl-kancelar .makler-vizitka .inner {
    width: 70%;
    margin: 28px 15% 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ctrl-kancelar .makler-vizitka .inner {
    width: 60%;
    margin: 28px 20% 0;
  }
}
@media (min-width: 1200px) {
  .ctrl-kancelar .makler-vizitka .inner {
    margin: 0;
  }
}
.ctrl-realita .info-makler {
  margin-top: 60px;
}
.ctrl-realita .block_detail_form {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .ctrl-realita .kancelar_info.download {
    margin-top: 50px;
  }
}
.ctrl-realita .prezentece-button {
  margin-top: 30px;
}
.ctrl-poptavka div[data-key] .col-xs-12 {
  min-height: 0;
}
.ctrl-makler .makler_skill {
  margin-top: 50px;
}
.ctrl-makler .makler_skill + .makler_skill {
  margin-top: 20px;
}
.ctrl-makler .block_makler_motto .makler_skill {
  margin-top: 0;
}
.ctrl-makler .block_content h2 {
  margin-bottom: 30px;
}
.ctrl-makler .content_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ctrl-page.action-onas .kancelar_info {
  margin-top: 40px;
}
.ctrl-page.action-nase-sluzby .ul-default {
  margin-top: 24px;
}
.ctrl-page.action-centrala-spolecnosti .block_content .kancelar_info .list-contacts {
  margin-top: 8px;
}
.ctrl-page.action-centrala-spolecnosti .block_content h2 {
  color: #e71616;
  margin-top: 10px;
}
.ctrl-page.action-centrala-spolecnosti .block_content .map {
  margin-top: 60px;
}
.ctrl-page .block_content h1,
.ctrl-page .block_content h2,
.ctrl-page .block_content h3 {
  text-align: center;
}
.ctrl-page .block_content h1.text-left,
.ctrl-page .block_content h2.text-left,
.ctrl-page .block_content h3.text-left {
  text-align: left;
}
.ctrl-page .block_content h1 {
  margin: 32px 0;
  line-height: 1.35;
}
.ctrl-page .block_content h2,
.ctrl-page .block_content h3 {
  color: #000;
  font-weight: 600;
  margin: 40px 0 10px;
  line-height: 1.4;
}
.ctrl-page .block_content h4 {
  margin-top: 30px;
}
.ctrl-page .block_content p {
  font-size: 16px;
  line-height: 24px;
}
.ctrl-page .block_content p + p {
  margin-top: 26px;
}
.color-gray {
  color: #87888a;
}
.color-red {
  color: #e71616;
}
.hidden {
  display: none !important;
}
.color-black a {
  color: #000;
}
.line-20 {
  line-height: 20px;
}
.line-30 {
  line-height: 30px;
}
.line-40 {
  line-height: 40px;
}
.line-50 {
  line-height: 50px;
}
.bg-gray {
  background: #ededed;
}
a.link-prevent-default,
.link-prevent-default a {
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: inherit;
  text-decoration: underline;
}
.d-f {
  display: flex;
}
.ai-fe {
  align-items: flex-end;
}
.f-d-column {
  flex-direction: column;
}
.row.d-f {
  align-items: flex-end;
  flex-wrap: wrap;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    width: 95%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  .block_detail form.form-inline input.form-control,
  .block_detail form.form-inline textarea {
    width: 135px;
  }
  form.inline-form.form-inline .form-group .form-control.full_size {
    width: 82.7%;
  }
  #kalkulacka-form .btn.btn-gray {
    width: 100%;
    margin-bottom: 10px;
  }
  .visible-md.visible-lg {
    float: left;
    width: 100%;
  }
  .blank_space {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .block_nav .container nav .navbar-nav.navbar-right.nav > li > a {
    padding: 10px;
  }
  .block_detail form#contact-form input.form-control.lg,
  .block_detail form#contact-form textarea.lg {
    width: 100%;
  }
  .block_detail form#contact-form .form-group .help-block {
    bottom: 34px;
  }
  .block_detail form#contact-form .form-group.field-contactform-udaje label {
    width: 87%;
  }
  .block_detail #contact-form .field-contactform-udaje .help-block {
    bottom: -20px !important;
  }
  .block_detail #contact-form .field-contactform-udaje label {
    margin-top: -3px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .block_content .block_vypis .blank_space {
    display: none;
  }
  #contact-form .form-group {
    float: left;
    width: 100%;
  }
  #contact-form label,
  #contact-form input {
    float: left;
    width: 100%;
    max-width: 100% !important;
  }
  #contact-form .field-contactform-udaje label {
    width: auto;
    float: right;
  }
  #contact-form .cbx,
  #contact-form .cbx-container,
  #contact-form .cbx-label {
    float: right;
    margin-right: 10px;
  }
  .kalkulacka .slider.slider-horizontal {
    width: 100%;
  }
  .label {
    white-space: normal;
  }
}
@media (max-width: 991px) {
  .block_filtrace {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .block_top {
    height: 99px;
  }
  .block_top form {
    float: left;
    width: 100%;
  }
  .block_top form input[type="text"] {
    width: 100%;
  }
  .block_top form input[type=submit] {
    top: 23px !important;
  }
  .action-vypis .block_top {
    height: 38px;
  }
}
/*** BOOTSTRAP NAVBAR RESPONSIVITY EDIT ***/
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  overflow-x: visible;
}
.navbar-collapse.collapse {
  display: none !important;
}
.collapse.in {
  display: block !important;
}
.block_nav nav .navbar-nav.nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
}
.navbar-default .navbar-collapse {
  border-top: 1px solid #e7e7e7;
}
.navbar-default .navbar-form {
  border: none;
  margin: 0;
}
.navbar-right {
  float: none !important;
}
.navbar-form .form-group {
  display: block;
}
.navbar-nav {
  margin: 7.5px 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  right: 0;
  border: 0;
}
@media (min-width: 480px) {
  .navbar-default .navbar-form {
    margin: 0 20%;
  }
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-header {
    float: left;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
  .block_nav nav .navbar-nav.nav {
    width: auto;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-default .navbar-collapse {
    border-top: none;
  }
  .navbar-default .navbar-form {
    margin: 0;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-form .form-group {
    display: inline-block;
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar-nav .dropdown-menu {
    right: -50px;
    top: calc(100% + 22px);
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none;
  }
}
/* Custom, iPhone Retina */
/*# sourceMappingURL=style.css.map */