/****************** WIREFRAME COMPONENTS ******************/


.gallery2 {
  position: relative;
}
.gallery2 .main-part {
  position: relative;
}
.gallery2 ._wrapper {
  display: grid;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 50% 1fr;
  margin-bottom: 3rem;
}
.gallery2 ._wrapper .empty-img {
  background: #cacaca;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.gallery2 ._wrapper .empty-img img {
  width: 94px;
  height: 71px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gallery2 ._wrapper .empty-img p {
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.gallery2 ._small-photo {
  display: grid;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 50% 1fr;
  grid-template-rows: repeat(2, 269px);
}
.gallery2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery2 ._big-photo a img {
  height: 539px;
}
.gallery2 .toggle-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.gallery2 .toggle-slide a {
  aspect-ratio: 1.5;
}
.gallery2 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
}
.gallery2 a img {
  z-index: 2;
  position: relative;
}
.gallery2 a .loader {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #626262;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gallery2 .img-count {
  text-align: center;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  margin-bottom: 0;
  background: #626262;
  color: #fff;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 20px;
  z-index: 3;
  border: none;
  outline: none;
}
@media (max-width: 992px) {
  .gallery2 .img-count {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .gallery2 ._wrapper {
    grid-template-columns: 1fr;
  }
  .gallery2 ._wrapper ._big-photo a img {
    height: 400px;
  }
  .gallery2 ._wrapper ._small-photo {
    grid-template-rows: repeat(2, 180px);
  }
}
/*# sourceMappingURL=style.css.map */
.videoTour1 .videowrapper {
  max-width: 1398px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.videoTour1 .videowrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
.headerType1 h1 {
  margin-bottom: 1rem;
}
.headerType1 p {
  margin-bottom: 0;
}
.headerType1 ._wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.headerType1 ._wrapper .address {
  font-size: 24px;
  color: #626262;
  font-weight: 300;
  width: 65%;
}
.headerType1 ._wrapper .price {
  text-align: right;
  color: #fff;
  padding: 0.8rem 1.5rem;
  background: #626262;
  display: table;
  margin-left: auto;
  margin-right: 0;
  font-size: 24px;
  font-weight: 400;
}
.headerType1 ._wrapper .price .priceType {
  font-size: 16px;
  display: block;
}
@media (max-width: 991px) {
  .headerType1 h1 {
    text-align: center;
  }
  .headerType1 ._wrapper {
    justify-content: center;
  }
  .headerType1 ._wrapper .address,
  .headerType1 ._wrapper .price {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
html {
  scroll-behavior: smooth;
}
.businessCard2 ._text {
  background: #626262;
  color: #fff;
  padding: 1rem;
}
.businessCard2 ._text a,
.businessCard2 ._text h3,
.businessCard2 ._text p {
  word-break: break-all;
}
.businessCard2 ._text > div:not(:last-child) {
  margin-bottom: 2rem;
}
.businessCard2 ._text .name,
.businessCard2 ._text .email,
.businessCard2 ._text .phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.businessCard2 ._text .email img,
.businessCard2 ._text .phone img {
  width: 57px;
  height: 57px;
}
.businessCard2 ._text img {
  margin-right: 1rem;
}
.businessCard2 ._text .name h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.businessCard2 ._text .name img {
  height: 90px;
  width: auto;
  border-radius: 50%;
  border: 3px solid #fff;
}
.businessCard2 ._text p {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 16px;
}
.businessCard2 ._text a {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1199px) {
  .businessCard2 .name,
  .businessCard2 .email,
  .businessCard2 .phone {
    flex-wrap: wrap;
    text-align: center;
  }
  .businessCard2 .name p,
  .businessCard2 .email p,
  .businessCard2 .phone p,
  .businessCard2 .name h3,
  .businessCard2 .email h3,
  .businessCard2 .phone h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .businessCard2 .name img,
  .businessCard2 .email img,
  .businessCard2 .phone img,
  .businessCard2 .name ._photo,
  .businessCard2 .email ._photo,
  .businessCard2 .phone ._photo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0.5rem;
  }
  .businessCard2 .name > div:last-child,
  .businessCard2 .email > div:last-child,
  .businessCard2 .phone > div:last-child,
  .businessCard2 .name ._photo,
  .businessCard2 .email ._photo,
  .businessCard2 .phone ._photo {
    flex-basis: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
.contactForm2 {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
}
.contactForm2 ul.error {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  list-style: none;
}
.contactForm2 ul.error li {
  list-style: none;
}
.contactForm2 form div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.contactForm2 h3 {
  margin-bottom: 1rem;
  font-size: 20px;
}
.contactForm2 form .form-group {
  margin-bottom: 0 !important;
}
.contactForm2 form label {
  font-weight: 700;
  font-size: 13px;
  color: #343434;
  display: block;
  width: 100%;
}
.contactForm2 form label.required:before {
  content: '* ';
  color: #d70d1d;
  vertical-align: text-top;
}
.contactForm2 form label[for="frm-agreement"] {
  margin-bottom: 20px;
}
.contactForm2 form input,
.contactForm2 form textarea {
  border: 2px solid #e5e5e5;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
}
.contactForm2 form input:not([type="submit"]) {
  margin-bottom: 22px;
  height: 37px;
}
.contactForm2 form input:not([type="submit"])[type="checkbox"] {
  height: 20px;
  width: 20px;
  float: left;
  margin: 1rem;
  margin-top: 0;
}
.contactForm2 form input:not([type="submit"])[type="checkbox"][required]:before {
  content: '* ';
  color: #d70d1d;
  vertical-align: text-top;
  margin: -15px 0 0 -15px;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
}
.contactForm2 form input:not([type="submit"])[type="submit"]:hover {
  background: #ddd;
}
.contactForm2 form textarea {
  height: 127px;
  max-width: 100%;
  max-height: 500px;
  margin-bottom: 1rem;
  line-height: 30px;
}
.contactForm2 form .help-block {
  display: block;
  margin-top: -20px;
  font-size: 14px;
  padding: 6px 0;
}
.contactForm2 form .help-block:before {
  content: '↑';
  font-weight: bold;
}
.contactForm2 .consent {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contactForm2 .consent p {
  padding-bottom: 0;
  color: #1f98e3;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 500px) {
  .contactForm2 form {
    padding: 0rem !important;
  }
}
/*# sourceMappingURL=style.css.map */
.financialCalculator2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.financialCalculator2 input::-webkit-outer-spin-button,
.financialCalculator2 input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.financialCalculator2 input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.financialCalculator2 ._text {
  background: #626262;
}
.financialCalculator2 ._text h3 {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 2rem 1rem;
  text-transform: none;
  font-weight: 700;
  font-size: 20px;
}
.financialCalculator2 form {
  padding: 2rem 1rem;
}
.financialCalculator2 form .form-element:not(:last-child) {
  margin-bottom: 1.5rem;
}
.financialCalculator2 form .form-element input {
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 0.8rem;
  border-radius: 0;
  border: 1px solid #e2e2e2;
}
.financialCalculator2 form .form-element input:focus-visible {
  outline: none !important;
}
.financialCalculator2 form .form-element label {
  display: block;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.financialCalculator2 form .form-element div {
  position: relative;
  display: flex;
  align-items: center;
}
.financialCalculator2 form .form-element div:after {
  content: '';
  position: absolute;
  right: 0.5rem;
}
.financialCalculator2 form .form-element div.castka:after {
  content: 'Kč';
}
.financialCalculator2 form .form-element div.urok:after {
  content: '%';
}
.financialCalculator2 form .form-element div.doba:after {
  content: 'let';
}
.financialCalculator2 form .form-element div.splatka:after {
  content: 'Kč';
}
.financialCalculator2 form .btn-primary {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=style.css.map */
.printPdf1 a {
  background: #626262;
  display: table;
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #fff;
}
.printPdf1 a:hover {
  text-decoration: none;
  color: #fff;
}
.printPdf1 a ._icon {
  margin-left: 2rem;
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
.map1 {
  max-width: 1398px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.map1 #maps_box {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
}
/*# sourceMappingURL=style.css.map */
.matterportTour1 .videowrapper {
  max-width: 1398px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.matterportTour1 .videowrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */


/****************** EDITABLE COMPONENTS ******************/

