@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@font-face {
  font-family: "PCTL9600";
  src: url("../fonts/PCTL9600Rg-Regular.woff2") format("woff2"), url("../fonts/PCTL9600Rg-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PCTL9600";
  src: url("../fonts/PCTL9600Sb-Regular.woff2") format("woff2"), url("../fonts/PCTL9600Sb-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PCTL9600";
  src: url("../fonts/PCTL9600Rg-Bold.woff2") format("woff2"), url("../fonts/PCTL9600Rg-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes opacity {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shrink {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes shrink {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@-webkit-keyframes left2right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes left2right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes right2left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes right2left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes top2bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes top2bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bottom2top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bottom2top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes test2 {
  0% {
    width: 100%;
  }
  50% {
    width: 120%;
  }
  100% {
    width: 100%;
  }
}
@keyframes test2 {
  0% {
    width: 100%;
  }
  50% {
    width: 120%;
  }
  100% {
    width: 100%;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font: normal 300 18px "PCTL9600", sans-serif;
  color: #46453a;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1600px) {
  html,
body {
    font-size: 26px;
  }
}

body {
  margin: 0;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

@media screen and (min-width: 1024px) {
  body {
    overflow: auto !important;
  }
}
@media screen and (min-width: 3000px) {
  body {
    zoom: 166.6666666667%;
  }
}
/* ------ */
b, strong {
  font-weight: 500;
}

p {
  margin-bottom: 1.45rem;
  line-height: 1.175;
  font-size: 18px;
}
@media screen and (min-width: 667px) {
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1366px) {
  p {
    font-size: 32px;
  }
}

main ul {
  margin-bottom: 2.5rem;
}

main li {
  line-height: 1.5;
}

/* ------ */
hr {
  border: 0;
  background: #46453a;
  display: block;
  height: 1px;
  margin: 20px 0;
}

/* ------ */
a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
  outline: 0;
}

a, [type=submit] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

[href^="mailto:"] {
  white-space: nowrap;
}

a {
  color: #e84e0e;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #e84e0e;
}

/* ------ */
/* CUSTOM BG / FONT COLORS */
.bg-gray {
  background: #ecedef !important;
}

.white {
  color: #FFF !important;
}

.blue {
  color: #46453a !important;
}

.orange {
  color: #e84e0e !important;
}

/* ------ */
/* HEADINGS */
h1, .h1, h2, h3, h4, h5 {
  margin-bottom: 1rem;
  font-weight: 500;
  color: #46453a;
}

h1, .h1 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 26px;
  color: #d9dbde;
}

h2 {
  font-size: 26px;
}

@media screen and (min-width: 600px) {
  h1, .h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  h1, .h1 {
    margin-bottom: 2.15rem;
    font-size: 60px;
  }

  h2 {
    font-size: 54px;
  }
}
/* ------ */
.form-control {
  border-radius: 0 !important;
  border: 1px solid #46453a;
  border-width: 0 0 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none;
  height: auto;
  margin-bottom: 18px;
  padding: 0.25rem 0 2px;
  text-transform: uppercase;
  font-size: 20px;
  color: #46453a;
  resize: vertical;
}
.form-control::-webkit-input-placeholder {
  color: #46453a;
}
.form-control:-moz-placeholder {
  color: #46453a;
}
.form-control::-moz-placeholder {
  color: #46453a;
}
.form-control:-ms-input-placeholder {
  color: #46453a;
}
.form-control.is-valid::-webkit-input-placeholder {
  color: #008e49 !important;
}
.form-control.is-valid:-moz-placeholder {
  color: #008e49 !important;
}
.form-control.is-valid::-moz-placeholder {
  color: #008e49 !important;
}
.form-control.is-valid:-ms-input-placeholder {
  color: #008e49 !important;
}
.form-control.is-invalid::-webkit-input-placeholder {
  color: #c15d4e !important;
}
.form-control.is-invalid:-moz-placeholder {
  color: #c15d4e !important;
}
.form-control.is-invalid::-moz-placeholder {
  color: #c15d4e !important;
}
.form-control.is-invalid:-ms-input-placeholder {
  color: #c15d4e !important;
}
.form-control:focus {
  border-color: #c15d4e;
  background: none;
}

textarea.form-control {
  min-height: auto;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0.35rem 0.7rem;
}

.btn-default {
  border-radius: 0;
  background: #c15d4e;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  position: relative;
}
.btn-default:hover, .btn-default:focus {
  background: #b64f40;
  color: #FFF;
}
.btn-default:hover:after, .btn-default:focus:after {
  right: 5px;
}

/* custom checkbox */
.gdpr_info,
.ccheck {
  font-weight: 500;
  font-size: 16px;
}

.ccheck {
  display: inline-block;
  position: relative;
  margin: 23px 0 57px;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
.ccheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ccheck:hover input ~ .checkmark:after,
.ccheck input:checked ~ .checkmark:after {
  border-color: #46453a;
  opacity: 1;
}
.ccheck .checkmark {
  border: 2px solid #46453a;
  background-color: none;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}
.ccheck .checkmark:after {
  content: "";
  border: solid #46453a;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 3px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* ------ */
/* BOOTSTRAP GRID */
.container-fluid {
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .container-fluid {
    padding: 0 78px;
  }
}

/* ------ */
.table th, .table td {
  padding: 6.5px 2px;
}

/* MENU - TOGGLE */
#menu-toggle {
  width: 33px;
  height: 40px;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 9;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
#menu-toggle:before {
  content: "";
  background: #beb6a7;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lokalita #menu-toggle:before, .standardy #menu-toggle:before, .cenik #menu-toggle:before {
  background: #e6bfaa;
}
#menu-toggle .nav-icon {
  position: relative;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #46453a;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 16px;
}
#menu-toggle span:nth-child(4) {
  top: 22px;
}
#menu-toggle.open {
  top: 22px;
}
#menu-toggle.open:before {
  top: 45%;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
  top: 11px;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 568px) {
  #menu-toggle {
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #menu-toggle {
    right: 78px;
  }
}
@media screen and (min-width: 1366px) {
  #menu-toggle {
    top: 75px;
  }
  #menu-toggle.open {
    top: 67px;
  }
}

/* ------ */
/* HEADER */
#header {
  background: #beb6a7;
  padding: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
.sp #header .outline {
  max-width: none;
  margin: 0;
  text-align: right;
  font-size: 140px;
  bottom: 15px;
  right: -48px;
}
.sp #header .outline i + i {
  margin-top: -20px;
}
.sp #header .header-img {
  min-height: 347px;
  position: static;
}
.lokalita #header {
  background: #e6bfaa;
}
.lokalita #header .outline {
  margin: 0;
  font-size: 140px;
  top: auto;
  bottom: 15px;
  right: -25px;
  max-width: 100%;
  text-align: right;
}
.lokalita #header .outline i {
  display: inline;
  margin-right: -23px;
}
.lokalita #header .header-img {
  min-height: 347px;
  position: static;
}
.standardy #header {
  background: #e6bfaa;
}
.cenik #header {
  background: #e6bfaa;
  overflow: hidden;
}
.cenik #header:before {
  display: none;
}
.cenik #header .outline {
  top: 0;
}
.detail #header .outline {
  bottom: 0;
  right: -15px;
}
.detail #header .btn {
  position: absolute;
  bottom: 110px;
  right: 30px;
  z-index: 2;
}
.finance #header .outline {
  margin: 0;
  font-size: 140px;
  top: 0;
  bottom: auto;
  right: -25px;
  max-width: 100%;
  text-align: right;
}
.finance #header .outline i {
  display: inline;
  margin-right: -23px;
}
#header:before {
  background: #46453a;
  width: 380px;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#header h1 {
  margin: 0 0 43px;
  text-align: left;
  font-weight: 500;
  color: #FFF;
}
#header h1 span {
  border-bottom: 7px solid #FFF;
  display: inline-block;
  padding: 14px 0 10px;
}
#header h1 span:first-of-type {
  border-top: 7px solid #FFF;
}
#header h1 span:nth-of-type(2) {
  padding-top: 17px;
  position: relative;
}
#header h1 span:nth-of-type(2):before {
  content: "";
  background: #FFF;
  width: 105%;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 0;
  -webkit-animation: right2left 30s ease infinite;
          animation: right2left 30s ease infinite;
}
#header .outline {
  font-weight: 600;
}
#header i {
  font-style: normal;
}
#header .claim {
  max-width: 360px;
  margin: 75px 30px 50px;
  z-index: 2;
}
#header .relative {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#header .relative .header-img {
  -webkit-animation: shrink 10s infinite alternate;
          animation: shrink 10s infinite alternate;
}
#header .header-img {
  width: 100%;
  height: 100%;
  max-height: 874px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 80px;
  z-index: 1;
  -webkit-transition: all 5.8s ease;
  transition: all 5.8s ease;
}
@media screen and (min-width: 568px) {
  .lokalita #header .outline {
    max-width: 400px;
  }
  .detail #header .btn {
    right: 60px;
  }
  #header .claim {
    margin: 75px 0 50px auto;
  }
}
@media screen and (min-width: 768px) {
  .sp #header .outline {
    font-size: 200px;
  }
}
@media screen and (min-width: 1024px) {
  #header {
    padding: 80px 78px 0;
  }
  #header:before {
    content: "";
  }
  .lokalita #header {
    background: #e6bfaa;
  }
  .lokalita #header .outline {
    font-size: 200px;
    top: calc(152px - 25px);
    right: 108px;
  }
  .lokalita #header .outline i {
    display: block;
  }
  .lokalita #header .outline i + i {
    margin-top: -30px;
  }
  .lokalita #header .outline i:nth-of-type(3) {
    left: 100px;
  }
  .lokalita #header .outline i:nth-of-type(4) {
    left: 15px;
  }
  .finance #header .outline {
    font-size: 200px;
    top: calc(152px - 25px);
    right: 108px;
  }
  .finance #header .outline i {
    display: block;
  }
  .finance #header .outline i + i {
    margin-top: -30px;
  }
  .cenik #header .outline {
    max-width: none;
    font-size: 200px;
    top: calc(152px + 50px);
    left: 53px;
    z-index: 1;
  }
  #header .claim {
    max-width: 630px;
    margin: 0;
    position: absolute;
    right: 115px;
  }
  #header .header-img {
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 1366px) {
  #header {
    padding: 152px 78px 0;
  }
  #header:before {
    width: 559px;
    height: 693px;
  }
  .sp #header .outline {
    font-size: 357px;
    bottom: -3px;
  }
  .sp #header .outline i + i {
    margin-top: -75px;
  }
  .lokalita #header .outline {
    max-width: none;
    font-size: 357px;
    right: 98px;
  }
  .lokalita #header .outline i + i {
    margin-top: -50px;
  }
  .lokalita #header .outline i:nth-of-type(2) {
    margin-top: -50px;
  }
  .lokalita #header .outline i:nth-of-type(3) {
    left: 110px;
  }
  .lokalita #header .outline i:nth-of-type(4) {
    left: 60px;
  }
  .cenik #header .outline {
    font-size: 357px;
  }
  .cenik #header .outline i:nth-of-type(2) {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1600px) {
  .sp #header .outline {
    font-size: 457px;
    right: -48px;
  }
  .sp #header .outline i + i {
    margin-top: -113px;
  }
  .lokalita #header .outline {
    font-size: 455px;
    right: 119px;
  }
  .lokalita #header .outline i + i {
    margin-top: -113px;
  }
  .lokalita #header .outline i:nth-of-type(2) {
    margin-top: -113px;
  }
  .lokalita #header .outline i:nth-of-type(3) {
    left: 128px;
  }
  .lokalita #header .outline i:nth-of-type(4) {
    width: 105%;
    left: 115px;
  }
  .finance #header .outline {
    font-size: 455px;
    right: 166px;
  }
  .finance #header .outline i + i {
    margin-top: -113px;
  }
  .finance #header .outline i:nth-of-type(2) {
    margin-top: -113px;
    right: 238px;
  }
  .finance #header .outline i:nth-of-type(4) {
    left: 115px;
  }
  .cenik #header .outline {
    font-size: 455px;
    top: calc(152px + 33px);
  }
  .cenik #header .outline i:nth-of-type(2) {
    margin-top: -113px;
  }
  .detail #header .outline {
    bottom: -3px;
    right: -35px;
  }
  .detail #header .btn {
    position: absolute;
    bottom: 260px;
    right: 137px;
    z-index: 2;
  }
}
@media screen and (min-width: 2560px) {
  #header .header-img {
    max-height: calc(100vh - 152px);
  }
}

/* ------ */
#navbar {
  background: #beb6a7;
  width: 100%;
  padding: 0;
  height: 80px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lokalita #navbar, .standardy #navbar, .cenik #navbar {
  background: #e6bfaa;
}
.lokalita #navbar:before, .standardy #navbar:before, .cenik #navbar:before {
  background: rgba(230, 191, 170, 0.98);
}
.cenik #navbar .logo .svg, .standardy #navbar .logo .svg {
  fill: #e6bfaa;
}
.detail #navbar .vyber {
  padding-left: 24px;
  text-decoration: none;
  position: absolute;
  top: 69px;
  left: 500px;
}
.detail #navbar .vyber:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid #46453a;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.detail #navbar .vyber:hover:before, .detail #navbar .vyber:focus:before {
  border-right-color: #FFF;
}
#navbar:before {
  content: "";
  background: rgba(190, 182, 167, 0.98);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
}
#navbar.open:before,
#navbar.open #main-menu {
  opacity: 1;
  visibility: visible;
}
#navbar .row {
  height: 100%;
}
#navbar .col-auto {
  background: #46453a;
  padding: 0 20px;
  position: relative;
}
#navbar .col-auto:before {
  background: #46453a;
  width: calc(100% + 78px + 52px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -78px;
}
#navbar .col {
  padding-top: 23px;
  padding-right: 40px;
  text-align: right;
  position: relative;
}
#navbar .col > a {
  margin-right: 40px;
  text-decoration: none;
  letter-spacing: 1px;
  color: #46453a;
  position: relative;
  top: 8px;
  z-index: 1;
}
#navbar .col > a.vyber, #navbar .col > a.vyber + a, #navbar .col > a:first-of-type {
  display: none;
}
#navbar .col > a:hover, #navbar .col > a:focus {
  color: #FFF;
}
#navbar .logo {
  display: inline;
  margin: 0;
  z-index: 1;
}
#navbar .logo img,
#navbar .logo .svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 375px) {
  #navbar .col {
    padding-right: 55px;
  }
  #navbar .col > a {
    margin-right: 15px;
  }
  #navbar .col > a:first-of-type {
    display: inline-block;
  }
  #navbar .col > a.vyber {
    display: none;
  }
}
@media screen and (min-width: 568px) {
  #navbar .col > a {
    margin-right: 30px;
  }
  #navbar .col > a.vyber {
    display: block;
    position: absolute;
    top: 25px;
    left: 15px;
    line-height: 2;
  }
  #navbar .logo {
    width: 200px;
    height: 80px;
    display: inline-block;
  }
}
@media screen and (min-width: 568px) and (orientation: landscape) {
  #navbar:before {
    -webkit-clip-path: url(#svgClip);
            clip-path: url(#svgClip);
  }
}
@media screen and (min-width: 667px) {
  #navbar .col > a {
    margin-right: 40px;
  }
}
@media screen and (min-width: 720px) {
  #navbar .col > a.vyber + a {
    display: inline-block;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  #navbar:before {
    -webkit-transform: scale(1.2, 1.5) translate(5.3%, 2.7%);
            transform: scale(1.2, 1.5) translate(5.3%, 2.7%);
  }
}
@media screen and (min-width: 1024px) {
  #navbar {
    padding: 0 78px;
    font-size: 22px;
  }
  #navbar:before {
    -webkit-transform: scale(1.5, 1.25) translate(14%, 2.7%);
            transform: scale(1.5, 1.25) translate(14%, 2.7%);
  }
  #navbar [class^=col] {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #navbar .col > a {
    margin-right: 68px;
    top: 0;
  }
  #navbar .col > a.vyber {
    top: 18px;
    left: 65px;
  }
  #navbar .col-auto:before {
    content: "";
  }
  #navbar .logo {
    width: 250px;
  }
}
@media screen and (min-width: 1180px) {
  #navbar {
    font-size: 26px;
  }
  #navbar .col > a.vyber {
    top: 15px;
    left: 90px;
  }
}
@media screen and (min-width: 1280px) {
  #navbar:before {
    -webkit-transform: scale(1.12, 1.25) translate(5.3%, -5.3%);
            transform: scale(1.12, 1.25) translate(5.3%, -5.3%);
  }
}
@media screen and (min-width: 1366px) {
  #navbar {
    height: 152px;
    font-size: 26px;
  }
  #navbar .col {
    padding-right: 32px;
  }
  #navbar .col > a {
    top: 8px;
  }
  #navbar .col > a.vyber {
    top: 59px;
    left: 150px;
  }
  #navbar .col-auto:before {
    width: calc(100% + 78px + 108px);
  }
  #navbar .logo {
    width: 373px;
    height: 76px;
  }
}
@media screen and (min-width: 1440px) {
  #navbar:before {
    -webkit-transform: scale(1.12) translate(5.3%, -5.3%);
            transform: scale(1.12) translate(5.3%, -5.3%);
  }
}
@media screen and (min-width: 1600px) {
  #navbar .col > a.vyber {
    left: 177px;
  }
}

/* ------ */
/* MAIN MENU */
#main-menu {
  width: 100vw;
  max-height: calc(100vh - 80px);
  margin: 0;
  padding: 5px 30px 15px 0;
  list-style: none;
  text-transform: uppercase;
  text-align: right;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}
#main-menu li {
  padding: 0;
}
#main-menu a {
  display: block;
  padding: 10px 0 10px 15px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
#main-menu .active a,
#main-menu a:hover {
  color: #46453a;
}
@media screen and (min-width: 1024px) {
  #main-menu {
    padding-right: 0;
    top: 152px;
    right: 78px;
  }
}
@media screen and (min-width: 1366px) {
  #main-menu {
    width: 375px;
    padding: 16px 0 0;
    text-align: left;
    font-size: 42px;
  }
  #main-menu a {
    padding: 22px 0 23px;
  }
}
@media screen and (min-width: 1600px) {
  #main-menu {
    font-size: 54px;
  }
  #main-menu a {
    padding: 19px 0;
  }
}

/* ------ */
/* PROJEKT - HP */
#projekt {
  background: #beb6a7;
  background-size: 100% auto;
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}
#projekt:before {
  content: "";
  background: url("../img/trojska.svg") 155px calc(100% - 64px) no-repeat;
  background-size: auto 200px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#projekt [class^=col] {
  position: relative;
}
#projekt .text-block {
  max-width: 630px;
  padding: 0 30px 30px;
  font-weight: 500;
}
#projekt img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (min-width: 568px) {
  #projekt .text-block {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) {
  #projekt {
    padding: 75px 78px 191px;
  }
  #projekt:before {
    background-size: auto 350px;
  }
  #projekt .text-block {
    max-width: 630px;
    font-weight: 500;
    position: absolute;
    top: 35px;
    left: -200px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  #projekt .text-block {
    top: 56px;
    left: -200px;
  }
}
@media screen and (min-width: 1366px) {
  #projekt .text-block {
    top: 56px;
    left: -156px;
  }
}
@media screen and (min-width: 1600px) {
  #projekt {
    padding: 102px 78px 191px;
  }
  #projekt:before {
    background-size: auto 600px;
  }
}
@media screen and (min-width: 2560px) {
  #projekt .text-block {
    max-width: 800px;
  }
}

/* ------ */
/* PROJEKT - PAGE */
body.projekt #projekt {
  background-size: 100% auto;
}
body.projekt #projekt:before {
  background-position: 150% calc(100% - 135px);
}
body.projekt #projekt:after {
  background: #46453a;
  width: 100%;
  height: 166px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body.projekt #projekt .col-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
body.projekt #projekt .text-block {
  max-width: 700px;
  margin-bottom: 30px;
  font-weight: 400;
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
body.projekt #projekt .text-block p {
  margin: 0;
}
body.projekt #projekt .img-1 {
  width: 602px;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
body.projekt #projekt .img-2 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 768px) {
  body.projekt #projekt .text-block {
    max-width: 700px;
    margin-bottom: 30px;
    padding: 0;
    font-weight: 400;
    position: absolute;
    top: 35px;
    left: auto;
    right: -100px;
    z-index: 1;
  }
  body.projekt #projekt .text-block p {
    margin: 0;
  }
  body.projekt #projekt .img-1 {
    display: block;
  }
  body.projekt #projekt .img-2 {
    width: 401px;
    height: 280px;
    display: none;
  }
  body.projekt .img-grid .item:nth-of-type(1) {
    height: calc(100% + 166px) !important;
    margin-top: -166px;
    position: relative;
  }
  body.projekt .img-grid .item:nth-of-type(1):after {
    content: "";
    background: linear-gradient(-35deg, transparent 0%, transparent 40%, #46453a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a646453a",GradientType=1 );
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.projekt .img-grid .item:nth-of-type(1) img {
    height: 100% !important;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.projekt #projekt {
    padding: 104px 78px 0;
  }
  body.projekt #projekt:before {
    background-position: 197% calc(100% - 135px);
  }
  body.projekt #projekt:after {
    content: "";
  }
}
@media screen and (min-width: 1180px) {
  body.projekt #projekt .img-2 {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  body.projekt #projekt .text-block {
    margin-bottom: 100px;
    padding: 62px 60px 0;
    position: relative;
    top: auto;
    left: 0;
    right: -50px;
  }
  body.projekt #projekt .text-block p {
    margin: 0 -150px 0 0;
  }
  body.projekt #projekt .img-2 {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  body.projekt #projekt .col-lg {
    padding-left: 250px;
  }
  body.projekt #projekt .text-block {
    max-width: 620px;
  }
  body.projekt #projekt .text-block p p {
    margin-right: -150px;
  }
}

#projekt-2 {
  background: #46453a;
  padding: 50px 30px;
  color: #FFF;
}
#projekt-2 .row {
  margin-top: 30px;
}
#projekt-2 .text-block {
  text-transform: none;
  position: relative;
  z-index: 1;
}
#projekt-2 > p {
  max-width: 600px;
  margin-bottom: 40px;
}
#projekt-2 img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#projekt-2 .img-4 {
  max-width: 668px;
  height: 200px;
  display: none;
}
@media screen and (min-width: 768px) {
  #projekt-2 .img-4 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  #projekt-2 {
    padding: 50px 78px 152px;
  }
  #projekt-2 .row {
    margin-top: 60px;
  }
  #projekt-2 .text-block {
    margin-right: 60px;
  }
  #projekt-2 .img-4 {
    height: 300px;
  }
}
@media screen and (min-width: 1180px) {
  #projekt-2 .img-4 {
    height: 417px;
  }
}
@media screen and (min-width: 1366px) {
  #projekt-2 {
    padding: 140px 78px 152px;
  }
  #projekt-2 .row {
    margin-top: 115px;
  }
  #projekt-2 .text-block {
    max-width: 500px;
    margin-right: 78px;
    float: right;
    font-size: 28px;
  }
  #projekt-2 .text-block p {
    font-size: inherit;
  }
  #projekt-2 > p {
    margin-bottom: 65px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  #projekt-2 > p {
    margin-left: 288px;
  }
}
@media screen and (min-width: 1920px) {
  #projekt-2 .text-block {
    max-width: 700px;
  }
}
@media screen and (min-width: 2560px) {
  #projekt-2 .text-block {
    max-width: 900px;
  }
}

.img-grid {
  clear: both;
}
.img-grid .item:nth-of-type(2) {
  padding-right: 30px;
  display: none;
}
.img-grid .item:nth-of-type(3) {
  grid-column: 1/4;
  grid-row: 1/3;
  display: none;
}
@media screen and (min-width: 768px) {
  .img-grid {
    margin: 0 -30px;
    padding-top: 42px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
  .img-grid .item:nth-of-type(2),
.img-grid .item:nth-of-type(3) {
    display: block;
  }
  .img-grid .img-1 {
    max-width: 367px;
    height: calc(100% + 166px) !important;
    margin-top: -166px;
    float: right;
  }
}
@media screen and (min-width: 1366px) {
  .img-grid {
    margin: 0 -78px;
    padding-top: 42px;
    display: grid;
    grid-gap: 65px 82px;
  }
  .img-grid .item:nth-of-type(2) {
    padding-right: 77px;
  }
}
@media screen and (min-width: 1920px) {
  .img-grid .img-1 {
    max-width: none;
  }
}
/* --- */
/* LOKALITA */
body.lokalita .about {
  background: #e6bfaa;
  background-size: 100% auto;
  padding: 60px 30px 30px;
}
body.lokalita .about .col-6 {
  padding-left: 110px;
  position: relative;
}
body.lokalita .about .text-block {
  max-width: 520px;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
body.lokalita .about .text-block p {
  margin: 0;
}
body.lokalita .about img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 67px) {
  body.lokalita .about {
    padding: 60px 30px 125px;
  }
}
@media screen and (min-width: 768px) {
  body.lokalita .about {
    padding: 1px 78px 225px;
  }
  body.lokalita .about .text-block {
    margin: 0;
    bottom: -75px;
  }
}
@media screen and (min-width: 1024px) {
  body.lokalita .about .text-block {
    left: 88px;
  }
  body.lokalita .about img {
    min-width: 722px;
  }
}
@media screen and (min-width: 2560px) {
  body.lokalita .about .text-block {
    max-width: 700px;
  }
}

#location {
  background: #c15d4e;
  padding-bottom: 123px;
  position: relative;
  z-index: 1;
}
body.lokalita #location {
  padding-bottom: 0;
}
body.lokalita #location #house:before {
  background: #e6bfaa;
}
body.lokalita #location .poi {
  margin-bottom: 30px;
}
body.lokalita #location p.claim {
  text-transform: none;
  font-weight: normal;
}
#location p {
  max-width: 640px;
  margin: 0 30px 30px;
  text-transform: none;
  color: #FFF;
}
#location p.claim {
  text-transform: uppercase;
  font-weight: 500;
}
#location .poi {
  list-style: none;
  margin: 0;
  padding: 0 30px;
}
#location .poi .item {
  padding: 15px 0 15px 50px;
  line-height: 1;
  color: #beb6a7;
  position: relative;
  z-index: 2;
  opacity: 0;
}
#location .poi .item strong {
  min-width: 45px;
  display: inline-block;
  text-align: right;
  font-size: 34px;
  position: absolute;
  top: 2px;
  left: 0;
}
#location .poi .item span {
  color: #46453a;
}
#location .poi .item br {
  display: none;
}
#location img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#location .backgrounds img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#location .backgrounds img:first-of-type {
  opacity: 1;
}
#location.skrollable-between .poi .item-1 {
  -webkit-animation: opacity 1s ease forwards;
          animation: opacity 1s ease forwards;
}
#location.skrollable-between .poi .item-2,
#location.skrollable-between .backgrounds img:nth-of-type(2) {
  -webkit-animation: opacity 2s ease forwards;
          animation: opacity 2s ease forwards;
}
#location.skrollable-between .poi .item-3,
#location.skrollable-between .backgrounds img:nth-of-type(3) {
  -webkit-animation: opacity 3s ease forwards;
          animation: opacity 3s ease forwards;
}
#location.skrollable-between .poi .item-4,
#location.skrollable-between .backgrounds img:nth-of-type(4) {
  -webkit-animation: opacity 4s ease forwards;
          animation: opacity 4s ease forwards;
}
#location.skrollable-between .poi .item-5,
#location.skrollable-between .backgrounds img:nth-of-type(5) {
  -webkit-animation: opacity 5s ease forwards;
          animation: opacity 5s ease forwards;
}
@media screen and (min-width: 768px) {
  #location {
    background: #c15d4e;
    padding-top: 200px;
    padding-bottom: 75px !important;
  }
  #location .img-grid {
    padding-top: 140px;
  }
  #location p.claim {
    max-width: 44%;
    float: left;
  }
  #location .poi {
    max-width: 48%;
    float: right;
  }
  #location .poi .item {
    padding-left: 70px;
  }
  #location .poi .item strong {
    min-width: 55px;
    font-size: 44px;
    top: -7px;
  }
}
@media screen and (min-width: 1024px) {
  #location {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1180px) {
  #location {
    min-height: 949px;
    padding-top: 800px;
    padding-bottom: 123px !important;
  }
  #location .img-grid {
    margin: 0;
    display: grid;
    grid-gap: 65px 82px;
    grid-template-columns: repeat(3, 1fr);
    clear: both;
  }
  #location .img-grid .item:nth-of-type(2) {
    padding: 0;
  }
  #location .img-grid .item:nth-of-type(3) {
    grid-column: 2/4;
    grid-row: 1/3;
  }
  #location .img-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #location .img-grid .img-1 {
    width: calc(100% - 77px);
    height: 359px !important;
    margin-top: -125px;
    float: right;
  }
  #location .img-grid .img-2 {
    width: 559px;
    height: 383px;
  }
  #location p {
    float: right;
    margin: -120px 230px 0 0;
    text-transform: none;
    font-size: 28px;
    color: #FFF;
    top: 600px;
    right: 156px;
    z-index: 6;
  }
  #location p.claim {
    max-width: 640px;
    margin-right: 100px;
    float: right;
    font-size: 32px;
  }
  #location .poi {
    padding: 0;
  }
  #location .poi .item {
    padding: 0;
    position: absolute;
  }
  #location .poi .item strong {
    min-width: 110px;
    display: block;
    line-height: 1;
    font-size: 86px;
    top: -52px;
    right: calc(100% + 3px);
    left: auto;
  }
  #location .poi .item br {
    display: block;
  }
  #location .poi .item-1 {
    top: 254px;
    left: 80%;
  }
  #location .poi .item-2 {
    top: 379px;
    left: 60%;
  }
  #location .poi .item-3 {
    top: 485px;
    left: 36%;
  }
  #location .poi .item-4 {
    top: 575px;
    left: 15%;
  }
  #location .poi .item-5 {
    top: 770px;
    left: 19%;
  }
}
@media screen and (min-width: 1600px) {
  #location {
    background-size: 100% auto;
    background-position: 0 0;
  }
  #location p.claim {
    margin-right: 203px;
  }
  #location .poi .item-1 {
    top: 267px;
  }
  #location .poi .item-2 {
    top: 398px;
  }
  #location .poi .item-3 {
    top: 425px;
  }
  #location .poi .item-4 {
    top: 210px;
    left: 11%;
  }
  #location .poi .item-5 {
    top: 760px;
  }
  #location .img-grid {
    margin: 0;
    padding-top: 104px;
    display: grid;
    grid-gap: 65px 82px;
    grid-template-columns: repeat(3, 1fr);
    clear: both;
  }
  #location .img-grid .item:nth-of-type(2) {
    padding: 0;
  }
  #location .img-grid .item:nth-of-type(3) {
    grid-column: 2/4;
    grid-row: 1/3;
  }
  #location .img-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #location .img-grid .img-1 {
    width: calc(100% - 77px);
    height: 359px !important;
    margin-top: -125px;
    float: right;
  }
  #location .img-grid .img-2 {
    width: 559px;
    height: 383px;
  }
}
@media screen and (min-width: 1920px) {
  #location .poi .item-1 {
    top: 305px;
  }
  #location .poi .item-2 {
    top: 455px;
  }
  #location .poi .item-3 {
    top: 490px;
  }
  #location .poi .item-5 {
    top: 870px;
  }
  #location .img-grid .img-2 {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 2560px) {
  #location {
    padding-bottom: 200px !important;
  }
  #location .poi .item-1 {
    top: 405px;
  }
  #location .poi .item-2 {
    top: 605px;
  }
  #location .poi .item-3 {
    top: 660px;
  }
  #location .poi .item-4 {
    top: 330px;
    left: 10%;
  }
  #location .poi .item-5 {
    top: 863px;
    left: 29%;
  }
  #location .img-grid .img-1 {
    height: 125% !important;
  }
  #location .img-grid .img-2 {
    width: 100%;
    height: 100%;
  }
}

/* ------ */
#map {
  height: 864px;
  max-height: 100vh;
}

/* DESIGN - PAGE */
body.design #projekt:before {
  content: "";
  background: url("../img/trojska.svg") 113% 185% no-repeat;
  background-size: auto 600px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body.design #projekt .order-2 {
  position: relative;
}
body.design #projekt .order-2:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(60%, transparent), to(#beb6a7));
  background: linear-gradient(90deg, transparent 0%, transparent 60%, #beb6a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a646453a",GradientType=1 );
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.design #projekt-2 {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
body.design #projekt-2 .row {
  margin-top: 0;
}
body.design #projekt-2 .row.g-0 {
  margin-bottom: 30px;
}
body.design #projekt-2 .row.g-0 .col-md:first-child {
  padding-top: 30px;
}
body.design #projekt-2 .row.g-0 p {
  max-width: 600px;
  color: #beb6a7;
}
body.design #projekt-2 .row.g-0 img {
  display: none;
}
body.design #projekt-2 .text-block {
  max-width: 495px;
}
body.design #projekt-2 h2 {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: inherit;
  position: relative;
}
body.design #projekt-2 h2:before {
  content: "";
  background: #FFF;
  width: 200%;
  height: 7px;
  position: absolute;
  top: 100%;
  left: 0;
}
body.design #projekt-2 .img-4 {
  width: 602px;
  max-width: 100%;
  height: 500px;
}
@media screen and (min-width: 768px) {
  body.design #projekt-2 .row.g-0 img {
    display: block;
    height: 250px;
    margin-top: -100px;
    margin-right: -78px;
    float: right;
    position: relative;
  }
  body.design #projekt-2 .relative:after {
    content: "";
    background: linear-gradient(160deg, transparent 0%, transparent 45%, #46453a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a646453a",GradientType=1 );
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.design #projekt-2 .relative + .row {
    margin-top: -101px;
    margin-bottom: 145px;
    position: relative;
  }
  body.design #projekt-2 .relative + .row .col-md:first-child {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1024px) {
  body.design #projekt-2 .text-block {
    max-width: 495px;
    margin-top: -130px;
    margin-right: 93px;
  }
}
@media screen and (min-width: 1600px) {
  body.design #projekt-2 .row.g-0 {
    margin-bottom: 79px;
  }
  body.design #projekt-2 .row.g-0 .col-md:first-child {
    padding-top: 130px;
    padding-left: 157px;
  }
  body.design #projekt-2 .row.g-0 p {
    max-width: 600px;
    color: #beb6a7;
  }
  body.design #projekt-2 .row.g-0 img {
    width: 594px;
    height: 400px;
    margin-top: -114px;
  }
  body.design #projekt-2 .relative + .row {
    margin-top: -101px;
    margin-bottom: 145px;
  }
  body.design #projekt-2 .relative + .row .col-md:first-child {
    padding-left: 121px;
  }
  body.design #projekt-2 h2 {
    margin-bottom: 85px;
    padding-top: 0;
  }
  body.design #projekt-2 .img-4 {
    height: 753px;
  }
}
@media screen and (min-width: 2560px) {
  body.design #projekt-2 .text-block {
    max-width: 900px;
  }
}

/* ------ */
/* STANDARDY */
.standards {
  padding: 50px 30px;
  position: relative;
}
.standards .col-md:nth-of-type(2) {
  max-width: 715px;
}
.standards h2 {
  padding-bottom: 15px;
  color: #FFF;
  position: relative;
}
.standards h2:before {
  content: "";
  background: #FFF;
  width: 120%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.standards ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.standards ul li {
  margin-bottom: 60px;
  text-align: center;
  z-index: 1;
}
.standards ul li span {
  display: block;
  max-width: 100%;
  line-height: 1.2;
  z-index: 2;
}
.standards img {
  max-width: 100%;
  max-height: 100vh;
  margin: 15px auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.standards img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (min-width: 667px) {
  .standards ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 1180px) {
  .standards {
    padding: 30px 0 0 78px;
  }
  .standards h2 {
    padding-bottom: 22px;
  }
  .standards ul {
    margin: 0;
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
  }
  .standards ul li {
    margin: 0;
    text-align: left;
    position: absolute;
  }
  .standards ul li span {
    min-width: 500px;
    font-size: 26px;
    position: absolute;
  }
  .standards img {
    max-width: 500px;
    margin: 0;
  }
  .standards .item-01 {
    top: 466px;
    right: 6.25%;
  }
  .standards .item-01 span {
    bottom: calc(100% + 42px);
    left: -112px;
  }
  .standards .item-02 {
    top: 484px;
    right: 23.9%;
  }
  .standards .item-02 span:first-child {
    top: -17px;
    left: -172px;
  }
  .standards .item-02 span:nth-child(2) {
    top: calc(100% + 22px);
    left: -22px;
  }
  .standards .item-03 {
    top: 719px;
    right: 4.8%;
  }
  .standards .item-03 span {
    bottom: 52px;
    left: -114px;
  }
  .standards .item-04 {
    top: 643px;
    left: 6.3%;
  }
  .standards .item-04 span {
    top: 37px;
    left: -32px;
  }
  .standards .item-05 {
    top: 1064px;
    left: 27.7%;
  }
  .standards .item-05 span {
    top: 34px;
    left: 49px;
  }
  .standards .item-06 {
    top: 1094px;
    right: 0;
  }
  .standards .item-06 span {
    left: 180px;
    top: calc(100% + 35px);
  }
  .standards .item-07 {
    top: 1277px;
    left: 13.85%;
  }
  .standards .item-07 span {
    top: 223px;
    left: -99px;
  }
  .standards .item-08 {
    top: 1423px;
    left: 42.3%;
  }
  .standards .item-08 span {
    bottom: -20px;
    left: 95px;
  }
  .standards .item-09 {
    top: 127px;
    left: 22.85%;
  }
  .standards .item-09 span {
    top: 162px;
    left: -277px;
  }
  .standards .item-10 {
    top: 395px;
    right: 15.5%;
  }
  .standards .item-10 span {
    bottom: calc(100% + 24px);
    left: -3px;
  }
  .standards .item-11 {
    top: 439px;
    left: 42.3%;
  }
  .standards .item-11 span {
    top: 90px;
    left: -238px;
  }
  .standards .item-12 {
    top: 273px;
    right: 31.25%;
    z-index: 2;
  }
  .standards .item-12 span {
    bottom: 148px;
    left: 88px;
  }
  .standards .item-13 {
    top: 832px;
    left: 40.65%;
    z-index: 2;
  }
  .standards .item-13 span {
    top: calc(100% - 5px);
    left: -113px;
  }
  .standards .item-14 {
    bottom: 0;
    left: 0;
  }
  .standards .item-14 span {
    bottom: 108px;
    left: 113px;
  }
  .standards .item-15 {
    bottom: 0;
    right: 7.3%;
  }
  .standards .item-15 span {
    bottom: 128px;
    left: -131px;
  }
}
@media screen and (min-width: 1600px) {
  .standards img {
    max-width: none;
  }
}
@media screen and (min-width: 1920px) {
  .standards .item-02 {
    right: 600px;
  }
  .standards .item-03 {
    right: 180px;
  }
  .standards .item-04 {
    left: 200px;
  }
  .standards .item-05 {
    left: 650px;
  }
  .standards .item-08 {
    left: 50%;
  }
  .standards .item-11 {
    left: 850px;
  }
  .standards .item-13 {
    left: 850px;
  }
}
@media screen and (min-width: 2560px) {
  .standards .item-02 {
    right: 33%;
  }
  .standards .item-03 {
    right: 17%;
  }
  .standards .item-05 {
    left: 35%;
  }
  .standards .item-08 {
    left: 50%;
  }
  .standards .item-11 {
    left: 50%;
  }
  .standards .item-13 {
    left: 35%;
  }
}

#koupelny {
  background: #e6bfaa;
  min-height: 1811px;
  color: #FFF;
}
#koupelny .text-block {
  max-width: 520px;
  font-weight: 500;
  color: #46453a;
}
@media screen and (min-width: 1180px) {
  #koupelny {
    padding-top: 117px;
  }
  #koupelny h2 {
    margin-top: 60px;
  }
  #koupelny .text-block {
    margin-left: 71px;
  }
}
@media screen and (min-width: 2560px) {
  #koupelny .text-block {
    max-width: 740px;
  }
}

#obytne {
  background: #46453a;
  min-height: 1338px;
  color: #beb6a7;
}
#obytne .btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1180px) {
  #obytne {
    padding-top: 100px;
  }
  #obytne .btn {
    position: absolute;
    bottom: 126px;
  }
}

/* ------ */
/* POSTUP */
#postup {
  background: #beb6a7;
  padding: 50px 30px 0;
}
#postup .text-block {
  max-width: 620px;
  margin-bottom: 100px;
  padding-top: 70px;
}
#postup h2 {
  margin-bottom: 95px;
  padding-bottom: 15px;
  color: #FFF;
  position: relative;
}
#postup h2:before {
  content: "";
  background: #FFF;
  width: 200%;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#postup .col {
  padding-left: 45px;
  padding-bottom: 30px;
}
#postup .col p {
  max-width: 440px;
  padding: 0;
  position: relative;
  color: #FFF;
}
#postup .col p strong {
  font-size: 44px;
  color: #46453a;
  position: absolute;
  top: -26px;
  left: -34px;
}
@media screen and (min-width: 1024px) {
  #postup {
    padding: 0 78px;
  }
}
@media screen and (min-width: 1366px) {
  #postup {
    padding: 0 240px 49px;
  }
  #postup .text-block {
    padding-top: 200px;
    left: 301px;
  }
  #postup h2 {
    max-width: 565px;
  }
  #postup .col {
    padding-left: 75px;
  }
  #postup .col p {
    margin-bottom: 69px;
    font-size: 26px;
  }
  #postup .col p strong {
    font-size: 86px;
    top: -56px;
    left: -64px;
  }
}

/* HYPO */
#hypo {
  background: #46453a;
  padding: 50px 30px 0;
  color: #FFF;
}
#hypo .col {
  margin-bottom: 50px;
}
#hypo h3 {
  margin-bottom: 30px;
  line-height: 1.24;
  font-weight: 400;
  color: #beb6a7;
}
#hypo ol {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: none;
}
#hypo li {
  margin-bottom: 19px;
  line-height: 1.25;
}
#hypo li span {
  color: #beb6a7;
}
@media screen and (min-width: 1024px) {
  #hypo {
    padding: 50px 78px 45px;
  }
  #hypo h3 {
    margin-bottom: 56px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1366px) {
  #hypo {
    padding: 112px 78px 45px 124px;
  }
  #hypo .col {
    padding: 0 30px 0 140px;
  }
  #hypo .col:nth-child(2) {
    padding: 0 80px 0 100px;
  }
}
@media screen and (min-width: 1600px) {
  #hypo .col {
    padding: 0 170px 0 140px;
  }
  #hypo .col:nth-child(2) {
    padding: 0 170px 0 200px;
  }
}

/* ------ */
/* CENIK - TABULKA / DETAIL */
#byty {
  background: #46453a;
  padding: 30px 30px 0;
  text-align: center;
  position: relative;
}
#byty table {
  border-width: 1px 0;
  width: 100%;
  text-align: initial;
}
#byty thead tr:first-child th {
  background: #46453a;
  font-weight: 500;
  color: #FFF;
  position: sticky;
  top: 80px;
  z-index: 1;
}
#byty tbody {
  border-bottom: 2px solid #46453a;
}
#byty .t-byty tbody tr {
  border-top: 2px solid #46453a;
}
#byty td, #byty th {
  border-color: #46453a;
}
#byty th {
  border: 0;
  padding: 28px 17px;
  vertical-align: top;
  text-transform: lowercase;
  word-break: normal;
}
#byty th em {
  font-style: normal;
}
#byty td {
  background: #e6bfaa;
  padding: 28px 15px;
}
#byty td a {
  color: inherit;
}
@media screen and (min-width: 1600px) {
  #byty {
    padding: 42px 74px 107px;
    font-size: 21px;
  }
}

@media screen and (min-width: 768px) {
  .t-byty tbody tr:hover td,
.t-byty tbody tr .hover td {
    background: #FFF !important;
    color: #46453a;
    cursor: pointer;
    position: relative;
  }
  .t-byty tbody tr:hover td a,
.t-byty tbody tr .hover td a {
    color: inherit !important;
    -webkit-transition: none;
    transition: none;
  }
}
/* ------ */
/* CENIK - MOBILE CSS */
.table td {
  border: 0;
  border-bottom: 1px solid #46453a;
}

.t-byty {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  clear: both;
  margin: 0 0 16px;
  empty-cells: show;
}
.t-byty th, .t-byty td {
  padding: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.t-byty th {
  font-weight: 300;
}

.t-byty__actions {
  text-align: right;
  font-size: 0;
  white-space: nowrap;
}

.t-byty__price {
  white-space: nowrap;
}

@media (max-width: 1019px) {
  #byty table {
    text-align: inherit;
  }

  .t-byty td {
    border: 0;
    background: none !important;
  }

  .t-byty__head {
    display: none;
  }

  .t-byty__body {
    display: block;
  }

  .t-byty__item {
    background: #e6bfaa;
    display: block;
    position: relative;
    margin: 0 -15px 1px;
    border: 0 solid transparent;
    border-width: 28px 15px 32px;
  }

  .t-byty__name {
    display: block;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
  }
  .t-byty__name a {
    color: inherit !important;
  }

  .t-byty__cell {
    display: inline;
    padding: 0;
    font-size: 14px;
    margin: 0 0 0 0;
    color: #949b9c;
  }

  .t-byty__cell-hidden {
    display: none;
  }

  .t-byty__price {
    display: block;
    padding: 20px 0 0;
    font-size: 20px;
  }

  .t-byty__state {
    padding: 0;
    position: absolute;
    top: 4px;
    right: 0;
    text-transform: uppercase;
    font-size: 18px;
  }

  .t-byty__actions {
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .t-byty__actions .btn {
    display: block;
  }

  .t-byty__actions .btn + .btn {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1420px) {
  td.t-byty__actions {
    display: none;
  }
}
/* ------ */
.hidden-values {
  display: none;
}

/* ------ */
/* DESIGN - PAGE */
body.detail #projekt:before {
  content: "";
  background: url("../img/bg/bg-detail.png") 100% 130px no-repeat;
  background-size: auto 700px;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body.detail #projekt-2 {
  padding-top: 0;
}
body.detail #projekt-2 .row:first-of-type {
  margin-bottom: 60px;
}
body.detail #projekt-2 .row:first-of-type .col-md:first-child {
  padding-top: 50px;
  padding-left: 0;
}
body.detail #projekt-2 .row:first-of-type img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-right: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
body.detail #projekt-2 .text-block {
  max-width: 554px;
  margin: -18px 0 30px;
  float: left;
}
body.detail #projekt-2 h2 {
  margin-bottom: 39px;
  padding-bottom: 7px;
}
body.detail #projekt-2 h2:before {
  width: 100%;
}
body.detail #projekt-2 .table {
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
}
body.detail #projekt-2 .table th {
  color: #beb6a7;
}
body.detail #projekt-2 .table th, body.detail #projekt-2 .table td {
  border: 0;
}
body.detail .main-img + div {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.detail .frame {
  background: #f5f3f1;
  width: 100%;
  height: 208px;
  margin: 43px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.detail .frame img {
  display: block !important;
  margin: 0 !important;
}
body.detail .frame img.floor-img {
  border: 15px solid transparent;
}
body.detail .img-grid {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
body.detail .img-grid img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 568px) {
  body.detail .frame {
    width: 49.5%;
  }
}
@media screen and (min-width: 768px) {
  body.detail .main-img {
    width: 300px !important;
  }
  body.detail .frame {
    width: 100%;
  }
}
@media screen and (min-width: 840px) {
  body.detail .main-img {
    width: 400px !important;
  }
  body.detail .frame {
    width: 49%;
  }
}
@media screen and (min-width: 1366px) {
  body.detail #projekt-2 .row:first-of-type {
    margin-bottom: 179px;
  }
  body.detail #projekt-2 .row:first-of-type .col-md:first-child {
    padding-top: 130px;
  }
  body.detail #projekt-2 .row:first-of-type img {
    margin-top: -234px;
  }
  body.detail #projekt-2 .table {
    font-size: 26px;
  }
  body.detail .main-img {
    width: 630px !important;
  }
  body.detail .frame {
    width: 208px;
    margin: 86px 81px 0 0;
  }
}
@media screen and (min-width: 2560px) {
  body.detail #projekt-2 .text-block {
    width: 700px;
    max-width: none;
  }
}

/* ------ */
/* KONTAKT */
#contact {
  background: #e6bfaa url("../img/bg/bg-contact.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
#contact .holder {
  position: relative;
}
#contact .holder h2 {
  border-bottom: 7px solid #FFF;
  margin-bottom: 40px;
  padding-bottom: 3px;
  color: #FFF;
  position: relative;
}
#contact .holder h2:before {
  background: #FFF;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 100%;
  right: 100%;
}
#contact .holder p {
  margin: 0;
  font-weight: 500;
}
#contact .holder a {
  color: inherit;
}
#contact form {
  margin-bottom: 30px;
}
#contact .btn {
  min-width: 153px;
  text-transform: uppercase;
}
@media screen and (min-width: 568px) {
  #contact {
    padding: 60px;
  }
  #contact .holder h2 {
    max-width: 325px;
  }
  #contact .holder h2:before {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  #contact .holder p {
    margin-top: -2px;
    float: right;
  }
  #contact form {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contact {
    padding: 125px 0 131px;
  }
  #contact .holder {
    padding-left: 100px;
    padding-right: 100px;
  }
  #contact .holder h2 {
    max-width: 505px;
    margin-bottom: 89px;
    font-size: 53px;
  }
  #contact .holder p {
    font-size: 26px;
  }
  #contact .row {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1366px) {
  #contact .holder {
    padding-left: 245px;
    padding-right: 245px;
  }
}
@media screen and (min-width: 2560px) {
  .hp #contact {
    padding-top: 350px;
  }
}

/* ------ */
/* FOOTER */
#footer {
  background: #FFF;
  width: 100%;
  min-height: 65px;
  padding: 24px 30px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #e6bfaa;
}

/* ------ */
#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
#wrapper main {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#wrapper .relative {
  position: relative;
  overflow: hidden;
}
#wrapper .relative img {
  -webkit-animation: shrink 10s infinite alternate;
          animation: shrink 10s infinite alternate;
}

/* ------ */
.outline {
  max-width: 620px;
  line-height: 1;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
  color: #FFF;
  position: absolute;
  z-index: 2;
}
.outline i {
  display: block;
  position: relative;
}
@supports (text-stroke: 2px #FFF) or (-webkit-text-stroke: 2px #FFF) {
  .outline {
    color: transparent !important;
    -webkit-text-stroke: 2px #FFF;
    text-stroke: 2px #FFF;
    text-shadow: none;
  }
  .standardy .outline {
    -webkit-text-stroke: 2px #e6bfaa;
    text-stroke: 2px #e6bfaa;
  }
}

/* ------ */
#trojska {
  background: #d7a48c url("../img/bg/bg-river2.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 100px 30px 150px;
  position: relative;
  z-index: 2;
}
#trojska .claim {
  max-width: 500px;
  font-weight: 500;
}
#trojska .robot {
  max-width: 115px;
  position: absolute;
  top: -60px;
  left: 120px;
}
#trojska .trojska img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 25.2%;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#trojska .trojska img:first-of-type {
  opacity: 1;
}
#trojska.skrollable-between .trojska img:nth-of-type(2) {
  -webkit-animation: opacity 1s ease forwards;
          animation: opacity 1s ease forwards;
}
#trojska.skrollable-between .trojska img:nth-of-type(3) {
  -webkit-animation: opacity 2s ease forwards;
          animation: opacity 2s ease forwards;
}
#trojska.skrollable-between .trojska img:nth-of-type(4) {
  -webkit-animation: opacity 3s ease forwards;
          animation: opacity 3s ease forwards;
}
#trojska.skrollable-between .trojska img:nth-of-type(5) {
  -webkit-animation: opacity 4s ease forwards;
          animation: opacity 4s ease forwards;
}
@media screen and (min-width: 568px) {
  #trojska {
    padding-bottom: 225px;
  }
}
@media screen and (min-width: 667px) {
  #trojska {
    padding: 100px 60px 300px;
  }
}
@media screen and (min-width: 1024px) {
  #trojska {
    min-height: 600px;
    padding: 0;
  }
  #trojska .claim {
    position: absolute;
    top: 101px;
    left: 420px;
  }
  #trojska .robot {
    max-width: none;
  }
}
@media screen and (min-width: 1180px) {
  #trojska {
    min-height: 700px;
  }
}
@media screen and (min-width: 1366px) {
  #trojska {
    min-height: 868px;
  }
  #trojska .claim {
    max-width: 600px;
    left: 516px;
  }
}
/* ------ */
.cenik #building {
  background: #c15d4e;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  top: 0;
  right: 0;
  z-index: initial;
}
.cenik #building:before, .cenik #building:after {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  left: -50%;
}
.cenik #building:before {
  background: #e6bfaa;
  top: 0;
}
.cenik #building:after {
  background: #c15d4e;
  top: 125px;
  z-index: 0;
}
.cenik #building .quick-detail {
  margin-bottom: 40px;
  display: none;
}
.cenik #building .quick-detail strong {
  display: block;
  margin-bottom: 14px;
  font-size: 26px;
  color: #e6bfaa;
  position: relative;
}
.cenik #building .quick-detail strong:first-child {
  padding-bottom: 15px;
  color: #FFF;
}
.cenik #building .quick-detail strong:first-child:after {
  content: "";
  background: #FFF;
  width: 300%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cenik #building .quick-detail strong span {
  color: #FFF;
}
.cenik #building .quick-detail br {
  display: none;
}
.cenik #building #house {
  z-index: 1;
}
.cenik #building #house:before {
  display: none;
}
.cenik #building #house svg {
  margin: 0;
}
.cenik #building #house .quick-detail {
  margin-top: -50px;
  bottom: auto;
  right: 0;
  left: auto;
}
.cenik #building #floors {
  padding: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  display: none;
}
.cenik #building #floors.active {
  display: block;
}
.cenik #building #floors .holder {
  width: 100vw;
  max-width: 670px;
  height: 400px;
  max-height: 100vh;
  margin: auto;
  padding: 0 30px;
}
.cenik #building #floors .quick-detail {
  padding: 0 30px;
}
.cenik #building #floors .quick-detail p {
  margin: 0;
}
.cenik #building #floors .quick-detail strong:first-child:after {
  left: auto;
  right: 0;
}
.cenik #building .floor-map {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  display: none;
}
.cenik #building .floor-map svg {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.cenik #building .floor-map.active {
  display: block;
}
.cenik #building .floor-map .units a {
  mix-blend-mode: multiply;
  fill: transparent;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cenik #building .floor-map .units a.active, .cenik #building .floor-map .units a:hover {
  fill: #e6bfaa;
  opacity: 1;
}
.cenik #building .floor-map .units a.sold {
  cursor: default;
  pointer-events: none;
  opacity: 0.15;
}
#building p.perex {
  background: #46453a;
  width: 100vw;
  max-width: none;
  margin: 0;
  padding: 30px;
  text-transform: uppercase;
  color: #beb6a7;
  right: auto;
  -webkit-transform: none;
          transform: none;
  display: block;
}
#building #house {
  position: relative !important;
}
#building #house.hover .quick-detail, #building #house.active .quick-detail {
  display: block;
}
#building #house:before {
  content: "";
  background: #46453a;
  width: 110vw;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#building #house svg {
  max-width: 100%;
  height: 300px;
}
#building #house .quick-detail {
  width: 100%;
  padding: 0 30px 30px;
  display: none;
}
#building #house .quick-detail p {
  float: none;
  display: block;
  text-transform: uppercase;
  margin: 0;
}
#building #house .quick-detail strong {
  color: #beb6a7;
}
#building #house .quick-detail strong:first-of-type,
#building #house .quick-detail span {
  color: #FFF !important;
}
#building .building-floor {
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
}
#building .building-floor.active, #building .building-floor:hover, #building .building-floor:focus {
  opacity: 1 !important;
}
#building .building-floor .path {
  cursor: pointer;
  position: relative;
  z-index: 100;
  fill: rgba(255, 255, 255, 0.84);
}
#building .building-floor a {
  position: relative;
  display: block;
}
@media screen and (min-width: 375px) {
  .cenik #building #house .quick-detail {
    margin-top: 0;
  }
  .cenik #building #floors .quick-detail {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #building {
    position: absolute;
    top: -200px;
    z-index: 1;
  }
  .lokalita #building {
    top: -170px;
  }
  .lokalita #building #house .quick-detail strong {
    color: #46453a;
  }
  .cenik #building {
    padding-top: 50px;
  }
  .cenik #building:after {
    top: 150px;
  }
  .cenik #building #house .quick-detail {
    position: static;
  }
  .cenik #building #floors .quick-detail {
    margin-left: 68px;
    padding: 0;
  }
  #building p.perex {
    background: none;
    width: 100vw;
    max-width: 50%;
    padding: 0;
    position: relative;
    top: -101px;
    left: 45px;
  }
  #building #house svg {
    max-width: none;
  }
  #building #house .quick-detail {
    width: 50%;
    padding: 0;
    position: absolute;
    bottom: calc(100% + 56px);
    left: auto;
    right: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
}
@media screen and (min-width: 1024px) {
  #building {
    width: 100%;
  }
  .lokalita #building .col-md {
    position: absolute;
  }
  .cenik #building {
    min-height: 900px;
    padding-top: 141px;
  }
  .cenik #building:after {
    top: 275px;
  }
  .cenik #building .quick-detail {
    margin-bottom: 0;
    position: absolute;
  }
  .cenik #building .quick-detail strong:first-child {
    font-size: 34px;
  }
  .cenik #building #house svg {
    width: 53vw;
  }
  .cenik #building #house .quick-detail {
    width: 40%;
    padding-top: 29px;
    position: absolute;
    top: 0;
  }
  .cenik #building #house .quick-detail strong:first-child {
    margin-bottom: 50px;
  }
  .cenik #building #floors {
    margin: -70px -78px 50px;
    padding: 0 78px;
  }
  .cenik #building #floors .holder {
    height: 450px;
    max-width: 500px;
    float: right;
    padding: 0;
  }
  .cenik #building #floors .quick-detail {
    width: 350px;
    margin: 0;
    top: 30%;
    right: 620px;
  }
  #building #house:before {
    height: 170px;
  }
  #building #house svg {
    height: 400px;
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 1180px) {
  #building {
    width: 100%;
    padding-right: 7.5%;
    top: -193px;
  }
  .lokalita #building {
    top: -190px;
  }
  .lokalita #building .col-md {
    position: static;
  }
  #building p.perex {
    width: auto;
    max-width: 550px;
    position: absolute;
  }
  #building #house:before {
    display: none;
  }
  #building #house svg {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1366px) {
  .cenik #building {
    min-height: 900px;
    padding-top: 141px;
    padding-right: 0;
  }
  .cenik #building:after {
    top: 350px;
  }
  .cenik #building .quick-detail {
    margin-bottom: 0;
  }
  .cenik #building .quick-detail strong:first-child {
    font-size: 54px;
  }
  .cenik #building #house {
    padding-left: 5vw;
  }
  .cenik #building #house svg {
    width: 55vw;
  }
  .cenik #building #house .quick-detail {
    width: 35%;
    margin-top: 0;
    padding-top: 29px;
    padding-right: 75px;
  }
  .cenik #building #house .quick-detail strong:first-child {
    margin-bottom: 142px;
  }
  .cenik #building #floors {
    margin-bottom: 103px;
    padding: 0 78px;
  }
  .cenik #building #floors .holder {
    height: 622px;
    max-width: 670px;
    float: right;
    padding: 0;
  }
  .cenik #building #floors .quick-detail {
    width: 460px;
    padding: 0;
    right: 55%;
  }
}
@media screen and (min-width: 1600px) {
  #building {
    width: auto;
    padding-right: 0;
    top: -193px;
    right: 7.5%;
  }
  #building p.perex {
    font-size: 32px;
    position: relative;
  }
  #building #house .quick-detail {
    margin: auto;
    left: 100px;
  }
  .cenik #building #floors .quick-detail {
    right: 831px;
  }
}
@media screen and (min-width: 2560px) {
  #building {
    right: 16%;
  }
}

/* ------ */
#vyhody {
  background: #46453a;
  padding: 30px 0 0;
  color: #FFF;
  position: relative;
  z-index: 1;
}
#vyhody:before {
  content: "";
  background: url("../img/o.svg") 50% 226px no-repeat;
  background-size: 570px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.25;
}
#vyhody .item {
  margin-bottom: 30px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
#vyhody .item .flip-box-inner {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#vyhody .item:hover .title {
  z-index: -1;
  opacity: 0;
}
#vyhody .item:hover .caption {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
#vyhody .item:hover img {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
#vyhody .item-4 .title {
  top: 0;
  bottom: auto;
}
#vyhody .item-4 img {
  -o-object-position: bottom;
     object-position: bottom;
}
#vyhody .title {
  margin: 0;
  padding: 30px;
  font-weight: 500;
  font-size: 26px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#vyhody .title strong {
  display: block;
  margin: 5px 0 9px;
  padding-bottom: 15px;
  color: #FFF;
  position: relative;
}
#vyhody .title strong:after {
  content: "";
  border-bottom: 7px solid #FFF;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: test2 30s ease infinite;
          animation: test2 30s ease infinite;
}
#vyhody .caption {
  background: #c15d4e;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#vyhody .caption p {
  margin: 0;
}
#vyhody img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#vyhody p {
  color: #beb6a7;
}
@media screen and (min-width: 667px) {
  #vyhody .title {
    color: #beb6a7;
  }
}
@media screen and (min-width: 768px) {
  #vyhody {
    padding: 40px 10px 433px;
  }
}
@media screen and (min-width: 1024px) {
  #vyhody p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #vyhody {
    padding: 0 78px 433px;
  }
  #vyhody .container-fluid {
    padding: 0;
  }
  #vyhody .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #vyhody [class^=col]:nth-of-type(1) {
    padding-top: 84px;
  }
  #vyhody [class^=col]:nth-of-type(2) {
    margin-top: -80px;
  }
  #vyhody .item {
    margin-bottom: 86px;
  }
  #vyhody .item-1 {
    width: 407px;
  }
  #vyhody .item-1:hover .title {
    right: 0;
  }
  #vyhody .item-1 .title {
    text-align: right;
    bottom: 185px;
    right: -91px;
  }
  #vyhody .item-1 .title strong:after {
    left: auto;
    right: 0;
  }
  #vyhody .item-2 {
    width: 450px;
  }
  #vyhody .item-2:hover .title {
    left: 170px;
  }
  #vyhody .item-2 .title {
    bottom: 22px;
    left: -40px;
  }
  #vyhody .item-2 .caption,
#vyhody .item-2 img {
    margin-left: 70px;
  }
  #vyhody .item-3 {
    width: 487px;
    height: 460px;
  }
  #vyhody .item-3:hover .title {
    left: 0;
  }
  #vyhody .item-3 .title {
    bottom: 169px;
    left: -150px;
  }
  #vyhody .item-4 {
    width: 407px;
  }
  #vyhody .item-4:hover .title {
    left: 0;
  }
  #vyhody .item-4 .title {
    top: 56px;
    left: -100px;
  }
  #vyhody .item-4 .caption,
#vyhody .item-4 img {
    margin-right: 80px;
  }
  #vyhody .title {
    width: 435px;
    padding: 0;
  }
  #vyhody .title strong {
    font-size: 54px;
  }
}
@media screen and (min-width: 1600px) {
  #vyhody .item-1 {
    width: 507px;
  }
  #vyhody .item-2 {
    width: 593px;
    height: 460px;
  }
  #vyhody .item-2 .title {
    bottom: 72px;
    left: 62px;
  }
  #vyhody .item-2 .caption,
#vyhody .item-2 img {
    margin-left: 165px;
  }
  #vyhody .item-3 {
    width: 587px;
  }
  #vyhody .item-3 .title {
    left: -257px;
  }
  #vyhody .item-4 {
    width: 507px;
    height: 589px;
  }
  #vyhody .item-4 .title {
    left: -172px;
  }
}
@media screen and (min-width: 1920px) {
  #vyhody .container-fluid {
    max-width: 1500px;
  }
}

.show-info {
    cursor: pointer;
}

/* ------ */
/*# sourceMappingURL=style.css.map */
