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


.gallery4 {
  position: relative;
  overflow: hidden;
}
.gallery4 .loader {
  color: #626262;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.gallery4 .operace,
.gallery4 .sold,
.gallery4 .rent,
.gallery4 .auction,
.gallery4 .trade,
.gallery4 .reserved {
  position: absolute;
  display: inline-block;
  width: 300px;
  top: 30px;
  right: -95px;
  text-align: center;
  background: orange;
  color: white;
  padding: 5px 10px;
  font-size: 20px;
  transform: rotate(45deg);
  box-shadow: 0 0 5px #666;
  z-index: 2;
}
.gallery4 .sold,
.gallery4 .rent,
.gallery4 .auction,
.gallery4 .trade,
.gallery4 .reserved {
  background: red;
  z-index: 3;
}
.gallery4 .matterport {
  position: absolute;
  display: inline-block;
  width: 300px;
  top: 30px;
  left: -95px;
  text-align: center;
  background: #638492;
  color: white;
  padding: 5px 10px;
  font-size: 20px;
  transform: rotate(-45deg);
  box-shadow: 0 0 5px #666;
  z-index: 2;
}
.gallery4 a[class*='photo'],
.gallery4 div[class*='photo'] a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f5f5f5;
}
.gallery4 a[class*='photo'] img,
.gallery4 div[class*='photo'] a img {
  z-index: 1;
}
.gallery4 a[class*='photo'] .count,
.gallery4 div[class*='photo'] a .count {
  position: absolute;
  z-index: 2;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery4 ._main-photo {
  height: 393px;
  width: 100%;
  margin-bottom: 10px;
}
.gallery4 ._main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery4 ._main-photo .loader {
  z-index: 0;
}
.gallery4 ._wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
}
.gallery4 ._wrapper .no-event {
  cursor: pointer;
}
.gallery4 ._wrapper .no-event a {
  pointer-events: none;
}
.gallery4 ._wrapper ._photo {
  aspect-ratio: 1;
}
.gallery4 ._wrapper ._photo a {
  height: 100%;
}
.gallery4 ._wrapper ._photo img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery4 ._wrapper #hide {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  background: #323232;
  border: none;
}
.gallery4 ._wrapper #hide:focus {
  outline: none !important;
}
.gallery4 button#show-hide-photos {
  border: none;
  background: transparent;
  color: #000;
  vertical-align: middle;
  display: table;
  margin-left: auto;
  margin-right: 0;
}
.gallery4 button#show-hide-photos:after {
  content: url('/asset/image/sipkad.png');
  display: inline-block;
  vertical-align: middle;
}
/*# 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 */
.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 */
.businessCard4 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.businessCard4 h3,
.businessCard4 a {
  font-size: 16px;
}
.businessCard4 h3 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.businessCard4 a {
  display: table;
}
/*# sourceMappingURL=style.css.map */
.contactForm4 {
  background: #fff;
}
.contactForm4 .souhlas {
  color: #626262;
}
.contactForm4 .hidden.control-label {
  display: block !important;
  visibility: visible !important;
  padding-left: 15px;
  padding-right: 15px;
}
.contactForm4 form {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.contactForm4 form label {
  font-weight: 700;
  font-size: 16px;
  color: #343434;
  display: block;
  width: 100%;
  text-align: left;
}
.contactForm4 form label.required:before {
  content: '* ';
  color: #d70d1d;
  vertical-align: text-top;
}
.contactForm4 form label[for="frm-agreement"] {
  margin-bottom: 20px;
}
.contactForm4 form input:not([type="submit"]) {
  height: 34px;
}
.contactForm4 form input,
.contactForm4 form textarea {
  border: 1px solid #000;
  padding: 10px 15px;
  width: 100%;
}
.contactForm4 form input {
  margin-bottom: 0rem;
}
.contactForm4 form input[type="checkbox"] {
  height: 32px;
  width: 32px;
  float: left;
  margin: 0.5rem 1rem 1rem 0;
}
.contactForm4 form input[type="checkbox"][required]:before {
  content: '* ';
  color: #d70d1d;
  vertical-align: text-top;
  margin: -15px 0 0 -15px;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
}
.contactForm4 form input[type="submit"] {
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.contactForm4 form input[type="submit"]:hover {
  background: #ddd;
}
.contactForm4 form textarea {
  height: 200px;
  max-width: 100%;
  max-height: 54px;
}
.contactForm4 form .help-block {
  display: block;
  margin-top: -20px;
}
.contactForm4 form .help-block:before {
  content: '↑';
  font-weight: bold;
}
.contactForm4 .consent {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contactForm4 .consent p {
  padding-bottom: 0;
  color: #1f98e3;
  font-size: 18px;
  text-align: left;
}
/*# sourceMappingURL=style.css.map */
.files1 .values > .value > a {
  text-decoration: none;
  display: flex;
}
.files1 .values > .value > a > strong {
  display: block;
  font-size: 17px;
  padding: 5px;
  width: 10%;
  text-align: center;
  background: #aaa;
  color: #fff;
  font-weight: bold;
}
.files1 .values > .value > a > span {
  display: block;
  padding: 5px;
  width: 90%;
  color: #333;
}
.files1 .values > .value > a:hover {
  text-decoration: none;
}
.files1 .values > .value > a:hover > span {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
.map2.mapa_nepovolena {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */
.financialCalculator3 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.financialCalculator3:after {
  content: url("/asset/image/domecek.png");
  position: absolute;
  left: 4rem;
  bottom: 2rem;
  z-index: 0;
}
.financialCalculator3 input::-webkit-outer-spin-button,
.financialCalculator3 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 */
}
.financialCalculator3 input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.financialCalculator3 ._text {
  padding: 2rem;
}
.financialCalculator3 ._text h3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  text-transform: none;
  font-weight: 700;
  font-size: 20px;
}
.financialCalculator3 ._text p {
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
.financialCalculator3 form {
  padding: 0rem 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.financialCalculator3 form ._form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.financialCalculator3 form ._form-wrapper > div {
  margin: 0.3rem;
}
.financialCalculator3 form span {
  margin-left: 0.5rem;
}
.financialCalculator3 form .form-element {
  width: 180px;
}
.financialCalculator3 form .form-element input {
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 0.8rem;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  z-index: 1;
}
.financialCalculator3 form .form-element input:focus-visible {
  outline: none !important;
}
.financialCalculator3 form .form-element label {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.financialCalculator3 form .form-element div {
  position: relative;
  display: flex;
  align-items: center;
}
/*# sourceMappingURL=style.css.map */


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

