@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@font-face {
    font-family: "Alaca";
    src: url("../fonts/Alaca-Medium.woff2") format("woff2"), url("../fonts/Alaca-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
:root {
    --vh-offset: 0px;
    --vh: 1vh;
}

@-webkit-keyframes shrink {
    from {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes shrink {
    from {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes bgShine {
    0% {
        background-position: 1% 0%;
        color: #4e4d4c;
    }
    50% {
        background-position: 99% 100%;
        color: #FFF;
    }
    100% {
        background-position: 1% 0%;
        color: #4e4d4c;
    }
}
@keyframes bgShine {
    0% {
        background-position: 1% 0%;
        color: #4e4d4c;
    }
    50% {
        background-position: 99% 100%;
        color: #FFF;
    }
    100% {
        background-position: 1% 0%;
        color: #4e4d4c;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
                transform: translateX(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
                transform: translateX(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes serpa {
    from {
        opacity: 0;
        -webkit-transform: scale(1) rotate(-45deg) translateY(50px);
                transform: scale(1) rotate(-45deg) translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-45deg) translateY(0);
                transform: scale(1) rotate(-45deg) translateY(0);
    }
}
@keyframes serpa {
    from {
        opacity: 0;
        -webkit-transform: scale(1) rotate(-45deg) translateY(50px);
                transform: scale(1) rotate(-45deg) translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-45deg) translateY(0);
                transform: scale(1) rotate(-45deg) translateY(0);
    }
}
html,
body {
    height: 100%;
    width: 100%;
    font: normal 300 19px "Roboto Condensed", sans-serif;
    color: #4e4d4c;
    scroll-behavior: auto !important;
}

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

* {
    scroll-margin-top: 93px;
}

/* ------ */
b, strong {
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
    line-height: 1.35;
}
p a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}

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

/* ------ */
/* CLICKABLES */
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;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

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

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

/* ------ */
/* HEADINGS */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

h1, .h1 {
    display: inline-block;
    margin: 0 auto 23px;
    font-size: 26px;
    font-size: 1.3684210526rem;
}

h2 {
    letter-spacing: 4px;
    font-family: "Alaca";
    font-weight: 500;
    font-size: 23px;
    font-size: 1.2105263158rem;
    color: #8f8770;
}

h3 {
    letter-spacing: 6px;
    font-weight: 700;
}

@media screen and (min-width: 600px) {
    h1, .h1 {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 45px;
        font-size: 2.3684210526rem;
    }
    h2 {
        font-size: 30px;
        font-size: 1.5789473684rem;
    }
    h3 {
        font-size: 36px;
        font-size: 1.8947368421rem;
    }
}
@media screen and (min-width: 1200px) {
    h3 {
        font-size: 50px;
        font-size: 2.6315789474rem;
    }
}
/* ------ */
/* FORM ELEMENTS */
.form-control {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid #8f8770;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: none;
    height: auto;
    min-height: 39px;
    margin-bottom: 24px;
    padding: 5px 0 10px;
    font: normal normal 19px "Roboto Condensed", sans-serif;
    color: #4e4d4c;
    resize: vertical;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.form-control::-webkit-input-placeholder {
    color: #4e4d4c;
}
.form-control:-moz-placeholder {
    color: #4e4d4c;
}
.form-control::-moz-placeholder {
    color: #4e4d4c;
}
.form-control:-ms-input-placeholder {
    color: #4e4d4c;
}
.form-control.is-valid::-webkit-input-placeholder {
    color: #028402;
}
.form-control.is-valid:-moz-placeholder {
    color: #028402;
}
.form-control.is-valid::-moz-placeholder {
    color: #028402;
}
.form-control.is-valid:-ms-input-placeholder {
    color: #028402;
}
.form-control.is-invalid::-webkit-input-placeholder {
    color: #e20613;
}
.form-control.is-invalid:-moz-placeholder {
    color: #e20613;
}
.form-control.is-invalid::-moz-placeholder {
    color: #e20613;
}
.form-control.is-invalid:-ms-input-placeholder {
    color: #e20613;
}
.form-control:focus {
    border-bottom: 1px solid #4e4d4c;
    background: inherit;
}

.filterSelect {
    border: 0;
    border-bottom: 1px solid #8f8770;
    padding: 0 0 2px;
    outline: none;
}
.filterSelect:focus {
    border-bottom-color: #4e4d4c;
}

.btn {
    border-radius: 0;
    border: 0;
    min-height: 41px;
    padding: 3px 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-size: 0.9473684211rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
}
@media screen and (min-width: 600px) {
    .btn {
        font-size: 23px;
        font-size: 1.2105263158rem;
    }
}

.btn-default,
.btn-primary {
    background: #8f8770;
    color: #FFF !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4e4d4c !important;
    color: #FFF !important;
}

/* custom checkbox */
.ccheck {
    display: block;
    position: relative;
    padding-top: 4px;
    padding-left: 30px;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.ccheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.ccheck:hover input ~ .checkmark:after,
.ccheck input:checked ~ .checkmark:after {
    border-color: #8f8770;
    opacity: 1;
}
.ccheck .checkmark {
    border: 1px solid #8f8770;
    background-color: none;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 1px;
    left: 0;
}
.ccheck .checkmark:after {
    content: "";
    border: solid transparent;
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 7px;
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/* ------ */
/* TABLES */
.table td {
    color: #4e4d4c;
}

/* ------ */
/* BOOTSTRAP GRID */
@media screen and (min-width: 1200px) {
    .col-xl-4 {
        width: 450px;
    }
}
@media screen and (min-width: 1600px) {
    .col-xl-6 {
        width: 697px;
    }
}
@media screen and (min-width: 1920px) {
    .col-xl-4 {
        width: 650px;
    }
    .col-xl-6 {
        width: 897px;
    }
}
/* ------ */
iframe[name=google_conversion_frame] {
    position: absolute;
    bottom: 0;
}

/* ------ */
.swiper-h {
    height: 100%;
}
.swiper-h .swiper-container {
    height: 100%;
}
.swiper-h .swiper-slide {
    background: #e8e5dd;
    width: 100%;
}

.swiper-gallery {
    height: 100%;
}
.swiper-gallery .swiper-container {
    height: 100%;
}
.swiper-gallery .swiper-slide {
    background: #e8e5dd;
    width: 100%;
}

.swiper-slide img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.swiper-pagination-bullets {
    bottom: 20px !important;
    left: 0;
    right: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #FFF;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    display: inline-block;
    position: relative;
    opacity: 0.5;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

.arrow-horizontal {
    background-size: auto 25px;
    width: 40px;
    height: 40px;
    margin: 0;
    color: #FFF;
    top: calc(50% - 30px);
    outline: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.arrow-horizontal:after {
    font-size: 55px;
    color: inherit;
}
.arrow-horizontal:hover {
    color: #8f8770;
}

.swiper-button-next {
    right: 30px;
}

.swiper-button-prev {
    left: 30px;
}

@media screen and (min-width: 768px) {
    .arrow-horizontal {
        width: auto;
        height: 100%;
        top: 0;
    }
    .swiper-button-next {
        right: 60px;
    }
    .swiper-button-prev {
        left: 60px;
    }
}
/* ------ */
/* MENU - TOGGLE */
#menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
    position: absolute;
    top: 13px;
    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 .nav-icon {
    position: relative;
}
#menu-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4e4d4c;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.sp #menu-toggle span, .fixed #menu-toggle span {
    background: #4e4d4c;
}
#menu-toggle span:nth-child(1) {
    top: 0;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4),
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
    top: 8px;
}
#menu-toggle span:nth-child(4) {
    top: 16px;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
    width: 0%;
    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: 1280px) {
    #menu-toggle {
        display: none;
    }
}

/* ------ */
#navbar {
    background: transparent;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.sp #navbar, #navbar.fixed {
    -webkit-box-shadow: -2px -4px 0 0px #e8e5dd;
            box-shadow: -2px -4px 0 0px #e8e5dd;
    background: #FFF;
}
#navbar .container-fluid {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#navbar .logo {
    height: 20px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#navbar .logo img {
    width: auto;
    height: 100%;
}
#navbar .logo-psn {
    width: 99px;
    display: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#navbar .logo-psn img {
    width: 100%;
}
#navbar .languages {
    margin: 0;
    padding: 0 45px 0 10px;
    list-style: none;
    font-size: 13.28px;
    font-size: 0.6989473684rem;
    position: absolute;
    right: 5px;
}
#navbar .languages li {
    display: inline-block;
    margin: 0 0 0 2px;
}
#navbar .languages a {
    border-radius: 50%;
    border: 2px solid #4e4d4c;
    background: #FFF;
    width: 32px;
    height: 32px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-weight: bold;
    color: #4e4d4c;
}
#navbar .languages a.active, #navbar .languages a:hover {
    background: #4e4d4c;
    color: #FFF;
}
.sp #navbar {
    z-index: 11;
}
@media screen and (min-width: 1024px) {
    #navbar {
        padding: 0 60px;
    }
}
@media screen and (min-width: 1200px) {
    #navbar {
        height: 93px;
    }
    #navbar .container-fluid {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #navbar .languages {
        padding-right: 25px;
        float: right;
        position: static;
    }
    #navbar .logo-psn {
        display: inline-block;
        position: relative;
        top: -2px;
    }
}
@media screen and (min-width: 1200px) {
    #navbar {
        padding: 0 58px 0 100px;
    }
}
@media screen and (min-width: 1600px) {
    #navbar {
        padding-right: 100px;
    }
    #navbar .logo {
        height: 34px;
    }
}

/* ------ */
#main-menu {
    -webkit-box-shadow: 0 4px 4px -1px #e8e5dd;
            box-shadow: 0 4px 4px -1px #e8e5dd;
    background: #FFF;
    width: 100vw;
    max-height: calc(100vh - 60px);
    margin: 0 -30px;
    padding: 10px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #4e4d4c;
    display: none;
    float: left;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    overflow: auto;
}
.sp #main-menu, .fixed #main-menu {
    color: #4e4d4c;
}
#main-menu li {
    padding: 0;
}
#main-menu a {
    display: block;
    padding: 5px 30px;
    text-decoration: none;
    color: inherit;
    position: relative;
}
#main-menu .active a,
#main-menu a:hover {
    color: #8f8770;
}
@media screen and (min-width: 560px) {
    #main-menu {
        width: calc(50% - 15px);
        margin: 0;
    }
}
@media screen and (min-width: 768px) {
    #main-menu {
        max-width: 359px;
    }
}
@media screen and (min-width: 1280px) {
    #main-menu {
        display: block !important;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: none;
        width: auto;
        height: 100% !important;
        max-width: none;
        max-height: none;
        margin-right: 20px;
        padding: 5px 0 0;
        position: static;
        overflow: hidden;
        opacity: 1 !important;
    }
    #main-menu li {
        border: 0;
        height: 100%;
        display: inline-block;
        padding: 0 8px;
    }
    #main-menu a {
        border-bottom: 1px solid transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6px 0 0;
    }
    #main-menu a:after {
        content: "";
        background: #8f8770;
        width: 0;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    #main-menu .active a,
    #main-menu a:hover {
        color: inherit;
    }
    #main-menu .active a:after,
    #main-menu a:hover:after {
        width: 100%;
    }
}
@media screen and (min-width: 1366px) {
    #main-menu li {
        padding: 0 16px;
    }
}

/* ------ */
/* HEADER */
#header {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.sp #header {
    height: 60px;
    margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
    .sp #header {
        height: 93px;
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 1200px) {
    #header {
        z-index: 3;
    }
    #header .serpa.fixed {
        visibility: hidden;
    }
}

/* ------ */
/* HOME */
#home {
    background: #FFF;
    width: 100%;
    height: 100vh;
    height: calc(100vh - var(--vh-offset));
    position: relative;
}
#home h1 {
    max-width: 75%;
    margin: 0;
    letter-spacing: 15px;
    text-shadow: 0px 0px 4px #000;
    font-weight: 500;
    font-size: 44px;
    font-size: 2.3157894737rem;
    color: #FFF;
    position: absolute;
    bottom: 75px;
    left: 54px;
    z-index: 2;
}
#home .bg-image {
    position: relative;
    z-index: 1;
}
#home .bg-image:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e8e5dd), color-stop(50%, rgba(232, 229, 221, 0.4)), color-stop(75%, transparent), to(transparent));
    background: linear-gradient(to bottom, #e8e5dd 10%, rgba(232, 229, 221, 0.4) 50%, transparent 75%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edebe9", endColorstr="#00edebe9",GradientType=0 );
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}
#home .bg-image img {
    width: 100%;
    height: 100vh;
    height: calc(100vh - var(--vh-offset));
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: relative;
}
#home .bg-image img:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
    -webkit-filter: blur(10px);
            filter: blur(10px);
}
#home .bg-image img.mask {
    -webkit-clip-path: polygon(94px 60px, calc(100% - 20px) 60px, calc(100% - 20px) calc(100% - 107px), calc(100% - 94px) calc(100% - 33px), 20px calc(100% - 33px), 20px calc(60px + 74px));
            clip-path: polygon(94px 60px, calc(100% - 20px) 60px, calc(100% - 20px) calc(100% - 107px), calc(100% - 94px) calc(100% - 33px), 20px calc(100% - 33px), 20px calc(60px + 74px));
    z-index: 4;
}
@media screen and (min-width: 420px) {
    #home h1 {
        font-size: 60px;
        font-size: 3.1578947368rem;
    }
}
@media screen and (min-width: 568px) and (orientation: landscape) {
    #home h1 {
        font-size: 45px;
        font-size: 2.3684210526rem;
    }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
    #home h1 {
        font-size: 75px;
        font-size: 3.9473684211rem;
        left: 91px;
    }
    #home .bg-image img {
        -o-object-position: center -30px;
           object-position: center -30px;
    }
}
@media screen and (min-width: 1024px) {
    #home h1 {
        font-size: 75px;
        font-size: 3.9473684211rem;
        left: 91px;
        text-shadow: none;
    }
    #home .bg-image img {
        -o-object-position: center -30px;
           object-position: center -30px;
    }
}
@media screen and (min-width: 1200px) {
    #home {
        height: calc(100vh + 100px);
        height: calc(100vh - var(--vh-offset) + 100px);
    }
    #home h1 {
        bottom: 187px;
    }
    #home .bg-image {
        height: 100%;
    }
    #home .bg-image img {
        height: 100%;
    }
    #home .bg-image img.mask {
        -webkit-clip-path: polygon(94px 93px, calc(100% - 20px) 93px, calc(100% - 20px) calc(100vh - var(--vh-offset) - 104px), calc(100% - 94px) calc(100vh - var(--vh-offset) - 30px), 20px calc(100vh - var(--vh-offset) - 30px), 20px calc(93px + 74px));
                clip-path: polygon(94px 93px, calc(100% - 20px) 93px, calc(100% - 20px) calc(100vh - var(--vh-offset) - 104px), calc(100% - 94px) calc(100vh - var(--vh-offset) - 30px), 20px calc(100vh - var(--vh-offset) - 30px), 20px calc(93px + 74px));
    }
}
@media screen and (min-width: 1300px) {
    #home h1 {
        max-width: 900px;
        font-size: 100px;
        font-size: 5.2631578947rem;
    }
    #home .bg-image img.mask {
        z-index: 4;
    }
}
@media screen and (min-width: 1600px) {
    #home {
        height: calc(100vh + 209px);
    }
    #home .bg-image:after {
        height: 209px;
    }
    #home .bg-image img.mask {
        -webkit-clip-path: polygon(94px 93px, calc(100% - 20px) 93px, calc(100% - 20px) calc(100vh - 141px), calc(100% - 94px) calc(100vh - 67px), 20px calc(100vh - 67px), 20px calc(93px + 74px));
                clip-path: polygon(94px 93px, calc(100% - 20px) 93px, calc(100% - 20px) calc(100vh - 141px), calc(100% - 94px) calc(100vh - 67px), 20px calc(100vh - 67px), 20px calc(93px + 74px));
    }
}
@media screen and (min-width: 1600px) {
    #home h1 {
        bottom: 327px;
    }
}

/* ------ */
.serpa {
    padding: 20px 30px;
    width: 200px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-size: 0.8421052632rem;
    color: #FFF !important;
    position: fixed;
    bottom: -45px;
    right: -30px;
    z-index: 5;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-animation: serpa 0.9s 0.5s forwards;
            animation: serpa 0.9s 0.5s forwards;
}
.serpa:before {
    content: "";
    background: #8f8770;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.serpa:hover {
    text-decoration: none;
}
.serpa:hover:before {
    background: #4e4d4c;
}
.serpa.fixed {
    padding: 10px 30px;
    font-size: 15px;
    font-size: 0.7894736842rem;
    bottom: -55px;
    right: -55px;
}
@media screen and (min-width: 720px) {
    .serpa {
        bottom: -45px;
        right: -15px;
    }
    .serpa.fixed {
        padding: 15px 30px;
        bottom: -50px;
        right: -35px;
    }
}
@media screen and (min-width: 1600px) {
    .serpa {
        padding: 15px 0;
        letter-spacing: 4px;
        font-size: 23px;
        bottom: -30px;
        right: 0;
    }
    .serpa.fixed {
        padding: 10px;
        bottom: -40px;
    }
}

/* ------ */
/* PROJEKT */
#projekt {
    margin-bottom: 30px;
    padding-top: 5px;
}
#projekt .photo-grid {
    max-width: 100vw;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#projekt .photo-grid::-webkit-scrollbar {
    height: 4px;
}
#projekt .photo-grid::-webkit-scrollbar-track {
    background: #FFF;
}
#projekt .photo-grid::-webkit-scrollbar-thumb {
    background: #8f8770;
}
#projekt .photo-grid::-webkit-scrollbar-thumb:hover {
    background: #4e4d4c;
}
#projekt .photo-grid > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
}
#projekt .photo-grid .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
}
#projekt .photo-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
#projekt .text-block {
    background: #FFF;
    max-width: 453px;
    margin-bottom: 30px;
    padding: 30px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media screen and (min-width: 600px) {
    #projekt .text-block {
        margin-bottom: 0;
        position: absolute;
        top: 78px;
        right: 58px;
        z-index: 3;
    }
    #projekt .photo-grid {
        height: 800px;
        overflow: visible;
    }
    #projekt .photo-grid > div {
        display: block;
    }
    #projekt .photo-grid .item {
        display: block;
        position: absolute;
    }
    #projekt .photo-grid .item-1 {
        max-width: 51.6875%;
        aspect-ratio: 1/0.66627;
        top: 0;
        left: 58px;
    }
    #projekt .photo-grid .item-2 {
        max-width: 24.8125%;
        aspect-ratio: 1/0.6625;
        bottom: 0;
        left: 0;
    }
    #projekt .photo-grid .item-3 {
        max-width: 41.3125%;
        aspect-ratio: 1/0.6218;
        bottom: 0;
        left: 35.125%;
    }
}
@media screen and (min-width: 768px) {
    #projekt {
        margin-bottom: 70px;
        margin-left: -58px;
        margin-right: -58px;
    }
}
@media screen and (min-width: 900px) {
    #projekt .text-block {
        padding: 55px 58px 36px;
        right: 100px;
    }
    #projekt .photo-grid {
        height: 905px;
    }
}
@media screen and (min-width: 1180px) {
    #projekt {
        margin-top: -25px;
        margin-bottom: 105px;
    }
    #projekt .photo-grid .item {
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
    #projekt .photo-grid.animated .item-1 {
        -webkit-animation: fadeInDown 0.9s 0.5s forwards;
                animation: fadeInDown 0.9s 0.5s forwards;
    }
    #projekt .photo-grid.animated .item-2 {
        -webkit-animation: fadeInRight 0.9s 1s forwards;
                animation: fadeInRight 0.9s 1s forwards;
    }
    #projekt .photo-grid.animated .item-3 {
        -webkit-animation: fadeInLeft 0.9s 1.5s forwards;
                animation: fadeInLeft 0.9s 1.5s forwards;
    }
}
@media screen and (min-width: 1300px) {
    #projekt {
        margin-left: -100px;
        margin-right: -100px;
    }
    #projekt .photo-grid .item-1 {
        left: 100px;
    }
}
@media screen and (min-width: 1600px) {
    #projekt {
        margin-top: -160px;
    }
}
@media screen and (min-width: 1920px) {
    #projekt .photo-grid {
        height: 1000px;
    }
    #projekt .photo-grid .item-1 {
        aspect-ratio: 1/0.6;
    }
}
@media screen and (min-width: 2560px) {
    #projekt .text-block {
        max-width: 600px;
    }
    #projekt .photo-grid .item-1 {
        aspect-ratio: 1/0.5;
    }
}

/* ------ */
.sp #projekt {
    margin-top: 0;
    padding-top: 60px;
}
.sp #projekt:before {
    content: "";
    background: url("../img/header.jpg") 0 0 no-repeat;
    background-size: auto 100%;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    opacity: 0.4;
    -webkit-filter: blur(10px);
            filter: blur(10px);
}
.sp #projekt:after {
    content: "";
    width: 100vw;
    height: 400px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e5dd), color-stop(43%, rgba(232, 229, 221, 0.24)), color-stop(75%, transparent), to(transparent));
    background: linear-gradient(to bottom, #e8e5dd 0%, rgba(232, 229, 221, 0.24) 43%, transparent 75%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edebe9", endColorstr="#00edebe9",GradientType=0 );
    position: absolute;
    top: -30px;
    left: -15px;
    z-index: -1;
}
.sp #projekt .photo-grid:after {
    content: "";
    width: 100vw;
    height: 600px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #e8e5dd), color-stop(43%, rgba(232, 229, 221, 0.24)), color-stop(75%, transparent), to(transparent));
    background: linear-gradient(to bottom, #e8e5dd 15%, rgba(232, 229, 221, 0.24) 43%, transparent 75%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edebe9", endColorstr="#00edebe9",GradientType=0 );
    position: absolute;
    bottom: -30px;
    left: -15px;
    z-index: -1;
    -webkit-transform: scale(-1);
            transform: scale(-1);
}
@media screen and (min-width: 1600px) {
    .sp #projekt {
        padding-top: 223px;
    }
    .sp #projekt:before {
        background-size: 100% auto;
    }
    .sp #projekt .text-block {
        top: 301px;
    }
}

/* FEATURES */
#features {
    padding: 15px 0;
    font-size: 19px;
}
#features .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}
#features .thumb {
    min-width: 73px;
    height: 70px;
    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;
    margin-right: 35px;
}
#features .thumb + div {
    padding-right: 30px;
}
@media screen and (min-width: 1200px) {
    #features {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1600px) {
    #features {
        margin-bottom: 20px;
    }
    #features .col {
        width: 20%;
        margin-bottom: 75px;
    }
}

/* ------ */
/* LOKALITA */
#lokalita {
    margin-bottom: 45px;
    padding-top: 30px;
    position: relative;
}
#lokalita:before, #lokalita:after,
#lokalita > div:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#lokalita:before {
    background: url("../img/location.jpg") 0 20px no-repeat;
    background-size: auto 50%;
    opacity: 0.4;
    -webkit-filter: blur(5px);
            filter: blur(5px);
}
#lokalita:after,
#lokalita > div:after {
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e5dd), color-stop(43%, rgba(232, 229, 221, 0.24)), color-stop(75%, transparent), to(transparent));
    background: linear-gradient(to bottom, #e8e5dd 0%, rgba(232, 229, 221, 0.24) 43%, transparent 75%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edebe9", endColorstr="#00edebe9",GradientType=0 );
    top: -100px;
}
#lokalita > div:after {
    height: 50%;
    top: 32%;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}
#lokalita h2 {
    margin-bottom: 9px;
}
#lokalita h3 {
    max-width: 400px;
    margin-bottom: 30px;
}
#lokalita .photo-grid {
    max-width: 100vw;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#lokalita .photo-grid::-webkit-scrollbar {
    height: 4px;
}
#lokalita .photo-grid::-webkit-scrollbar-track {
    background: #FFF;
}
#lokalita .photo-grid::-webkit-scrollbar-thumb {
    background: #8f8770;
}
#lokalita .photo-grid::-webkit-scrollbar-thumb:hover {
    background: #4e4d4c;
}
#lokalita .photo-grid > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
}
#lokalita .photo-grid .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
}
#lokalita .photo-grid .item-3 {
    display: none;
}
#lokalita .photo-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
#lokalita .text-block {
    background: #FFF;
    max-width: 453px;
    margin-bottom: 30px;
    padding: 30px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media screen and (min-width: 600px) {
    #lokalita:before {
        background-position: 0 -15%;
    }
    #lokalita > div:after {
        height: 30%;
        top: 15%;
    }
    #lokalita .text-block {
        margin-bottom: 0;
        position: absolute;
        top: 108px;
        left: 58px;
        z-index: 10;
    }
    #lokalita .photo-grid {
        height: 800px;
        margin: -4px -15px 0;
        overflow: hidden;
    }
    #lokalita .photo-grid > div {
        display: block;
    }
    #lokalita .photo-grid .item {
        display: block;
        position: absolute;
    }
    #lokalita .photo-grid .item-1 {
        max-width: 25.1875%;
        aspect-ratio: 1/0.5;
        top: 80px;
        left: 58px;
    }
    #lokalita .photo-grid .item-2 {
        max-width: 40.4375%;
        aspect-ratio: 1/0.66153;
        top: 0;
        right: calc(12.6875% + 48px);
        z-index: 1;
    }
    #lokalita .photo-grid .item-3 {
        max-width: 12.6875%;
        aspect-ratio: 1/1.537;
        top: 0;
        right: 0;
    }
    #lokalita .photo-grid .item-4 {
        max-width: 17.9375%;
        aspect-ratio: 1/0.7004;
        bottom: 323px;
        left: 0;
        z-index: 1;
    }
    #lokalita .photo-grid .item-5 {
        max-width: 34.25%;
        aspect-ratio: 1/0.66424;
        bottom: 279px;
        left: calc(61.8125% + 63px);
    }
    #lokalita .photo-grid .item-6 {
        max-width: 61.8125%;
        aspect-ratio: 1/0.39839;
        bottom: 0;
        left: 0;
    }
    #lokalita .photo-grid .item-7 {
        max-width: 18.5625%;
        aspect-ratio: 1/0.68015;
        bottom: 0;
        left: calc(61.8125% + 63px);
    }
}
@media screen and (min-width: 768px) {
    #lokalita {
        margin-bottom: 70px;
    }
    #lokalita:before, #lokalita:after,
    #lokalita > div:after {
        left: -58px;
    }
    #lokalita .photo-grid {
        margin-left: -58px;
        margin-right: -58px;
    }
}
@media screen and (min-width: 900px) {
    #lokalita .text-block {
        padding: 55px 58px 36px;
        left: 25.375%;
    }
    #lokalita .photo-grid {
        height: 900px;
    }
}
@media screen and (min-width: 1180px) {
    #lokalita {
        margin-bottom: 94px;
    }
    #lokalita .photo-grid .item {
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
    #lokalita .photo-grid .item-5 {
        aspect-ratio: 1/0.6;
    }
    #lokalita .photo-grid.animated .item-1 {
        -webkit-animation: fadeInRight 0.9s 0.5s forwards;
                animation: fadeInRight 0.9s 0.5s forwards;
    }
    #lokalita .photo-grid.animated .item-2 {
        -webkit-animation: fadeInDown 0.9s 1s forwards;
                animation: fadeInDown 0.9s 1s forwards;
    }
    #lokalita .photo-grid.animated .item-3 {
        -webkit-animation: fadeInLeft 0.9s 1.5s forwards;
                animation: fadeInLeft 0.9s 1.5s forwards;
    }
    #lokalita .photo-grid.animated .item-4 {
        -webkit-animation: fadeInDown 0.9s 0.5s forwards;
                animation: fadeInDown 0.9s 0.5s forwards;
    }
    #lokalita .photo-grid.animated .item-5 {
        -webkit-animation: fadeInUp 0.9s 1s forwards;
                animation: fadeInUp 0.9s 1s forwards;
    }
    #lokalita .photo-grid.animated .item-6 {
        -webkit-animation: fadeInRight 0.9s 1.5s forwards;
                animation: fadeInRight 0.9s 1.5s forwards;
    }
    #lokalita .photo-grid.animated .item-7 {
        -webkit-animation: fadeInLeft 0.9s 0.5s forwards;
                animation: fadeInLeft 0.9s 0.5s forwards;
    }
}
@media screen and (min-width: 1200px) {
    #lokalita {
        padding-top: 175px;
    }
    #lokalita:before {
        background-position: 0 -180px;
    }
    #lokalita:after {
        height: 300px;
    }
    #lokalita > div:after {
        top: 22%;
        height: 500px;
    }
    #lokalita h3 {
        max-width: 515px;
        margin-bottom: 0;
        color: #FFF;
    }
}
@media screen and (min-width: 1300px) {
    #lokalita:before, #lokalita:after,
    #lokalita > div:after {
        left: -100px;
    }
    #lokalita .photo-grid {
        height: 1010px;
        margin-left: -100px;
        margin-right: -100px;
    }
    #lokalita .photo-grid .item-1 {
        left: 100px;
    }
}
@media screen and (min-width: 1600px) {
    #lokalita:before {
        background-size: 100% auto;
    }
}
@media screen and (min-width: 1920px) {
    #lokalita > div:after {
        top: 30%;
    }
    #lokalita .photo-grid {
        height: 1150px;
    }
    #lokalita .photo-grid .item-1 {
        aspect-ratio: 1/0.6;
    }
    #lokalita .photo-grid .item-4 {
        bottom: 375px;
    }
    #lokalita .photo-grid .item-5 {
        aspect-ratio: 1/0.66;
    }
    #lokalita .photo-grid .item-7 {
        aspect-ratio: 1/0.6;
    }
}
@media screen and (min-width: 2560px) {
    #lokalita > div:after {
        height: 30%;
    }
    #lokalita h3 {
        color: #4e4d4c;
    }
    #lokalita .text-block {
        max-width: 600px;
    }
    #lokalita .photo-grid {
        height: 1200px;
    }
    #lokalita .photo-grid .item-2 {
        aspect-ratio: 1/0.5;
    }
    #lokalita .photo-grid .item-3 {
        aspect-ratio: 1/1;
    }
    #lokalita .photo-grid .item-4 {
        display: none;
    }
    #lokalita .photo-grid .item-5 {
        aspect-ratio: 1/0.6;
    }
    #lokalita .photo-grid .item-7 {
        aspect-ratio: 1/0.5;
    }
}

/* ------ */
.poi {
    margin-bottom: 15px;
    padding: 30px 0 8px;
}
.poi .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 15px;
}
.poi .time {
    display: block;
    min-width: 100px;
    margin-bottom: -14px;
    font-weight: normal;
    font-family: "Alaca";
    font-size: 53px;
    font-size: 2.7894736842rem;
    color: #8f8770;
}
.poi .time span {
    margin-left: -5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 23px;
    font-size: 1.2105263158rem;
}
.poi p {
    margin-bottom: 0;
}
@media screen and (min-width: 576px) {
    .poi .col {
        display: block;
    }
    .poi .time {
        min-width: none;
    }
}
@media screen and (min-width: 1024px) {
    .poi {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 35px;
    }
    .poi .col {
        max-width: 250px;
    }
    .poi p {
        margin-bottom: 38px;
    }
}
@media screen and (min-width: 1200px) {
    .poi .time {
        margin-bottom: -18px;
        font-size: 85px;
        font-size: 4.4736842105rem;
    }
}
@media screen and (min-width: 1600px) {
    .poi {
        margin-bottom: 65px;
    }
}

/* ------ */
.map-wrapper {
    position: relative;
}
.map-wrapper address {
    background: #e8e5dd;
    padding: 10px 24px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 45px;
    z-index: 9;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .map-wrapper address {
        font-size: 20px;
        top: 30px;
        left: 30px;
    }
}
@media screen and (min-width: 992px) {
    .map-wrapper address {
        top: 40px;
        left: 40px;
    }
}

#map {
    background: #FFF;
    height: 400px;
    max-height: calc(100vh - 60px);
    position: relative;
    -webkit-clip-path: polygon(52px 0%, 100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0% 52px);
            clip-path: polygon(52px 0%, 100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0% 52px);
}
@media screen and (min-width: 768px) {
    #map {
        margin: 0 -38px;
    }
}
@media screen and (min-width: 1024px) {
    #map {
        height: 662px;
        max-height: calc(100vh - 93px);
    }
}
@media screen and (min-width: 1300px) {
    #map {
        max-height: none;
        margin: 0 -80px;
    }
}
@media screen and (min-width: 2560px) {
    #map {
        height: 800px;
    }
}

/* ------ */
/* VYBER */
#cenik {
    margin-bottom: 50px;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}
#cenik h2 {
    margin-bottom: 9px;
}
#cenik h3 {
    max-width: 450px;
    color: #4e4d4c;
}
#cenik .grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
}
#cenik .grid > div:nth-of-type(1),
#cenik .grid .quick-detail {
    grid-column: span 2;
}
#cenik .house {
    width: 100%;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto 16%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#cenik .house .house-floors,
#cenik .house .house-overlays {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#cenik .house .house-floors div,
#cenik .house .house-floors a,
#cenik .house .house-overlays div,
#cenik .house .house-overlays a {
    width: 100%;
    height: 14%;
    position: absolute;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
}
#cenik .house .house-floors div[data-floor="0"],
#cenik .house .house-floors a[data-floor="0"],
#cenik .house .house-overlays div[data-floor="0"],
#cenik .house .house-overlays a[data-floor="0"] {
    height: 13.2%;
    bottom: 0;
}
#cenik .house .house-floors div[data-floor="1"],
#cenik .house .house-floors a[data-floor="1"],
#cenik .house .house-overlays div[data-floor="1"],
#cenik .house .house-overlays a[data-floor="1"] {
    bottom: 13.2%;
}
#cenik .house .house-floors div[data-floor="2"],
#cenik .house .house-floors a[data-floor="2"],
#cenik .house .house-overlays div[data-floor="2"],
#cenik .house .house-overlays a[data-floor="2"] {
    bottom: 26.4%;
}
#cenik .house .house-floors div[data-floor="3"],
#cenik .house .house-floors a[data-floor="3"],
#cenik .house .house-overlays div[data-floor="3"],
#cenik .house .house-overlays a[data-floor="3"] {
    bottom: 39.6%;
}
#cenik .house .house-floors div[data-floor="4"],
#cenik .house .house-floors a[data-floor="4"],
#cenik .house .house-overlays div[data-floor="4"],
#cenik .house .house-overlays a[data-floor="4"] {
    bottom: 52.8%;
}
#cenik .house .house-floors div[data-floor="5"],
#cenik .house .house-floors a[data-floor="5"],
#cenik .house .house-overlays div[data-floor="5"],
#cenik .house .house-overlays a[data-floor="5"] {
    bottom: 66%;
}
#cenik .house .house-floors div[data-floor="6"],
#cenik .house .house-floors a[data-floor="6"],
#cenik .house .house-overlays div[data-floor="6"],
#cenik .house .house-overlays a[data-floor="6"] {
    height: 19%;
    bottom: 78.2%;
}
#cenik .house .house-floors div.hover, #cenik .house .house-floors div.active,
#cenik .house .house-floors a.hover,
#cenik .house .house-floors a.active,
#cenik .house .house-overlays div.hover,
#cenik .house .house-overlays div.active,
#cenik .house .house-overlays a.hover,
#cenik .house .house-overlays a.active {
    opacity: 1;
}
#cenik .house .house-floors {
    z-index: -1;
}
#cenik .house .house-floors div {
    background: #8f8770;
}
#cenik .house .house-overlays {
    z-index: 1;
}
#cenik .house .house-overlays a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 10px;
    padding-bottom: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.7368421053rem;
    color: #FFF;
}
#cenik .house .house-overlays a span {
    margin-bottom: -8px;
    font-family: "Alaca";
    font-size: 30px;
    font-size: 1.5789473684rem;
}
#cenik .house img {
    max-width: 100%;
}
#cenik .floors {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#cenik .floors .holder {
    height: 200px;
    max-height: calc(100vh - 93px);
    margin: 0;
    overflow: hidden;
}
#cenik .floors .holder img {
    max-width: 100%;
}
#cenik .floors + .quick-detail {
    margin-bottom: 25px;
}
#cenik .floor-map {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 1;
    display: none;
}
#cenik .floor-map svg {
    width: 100%;
    display: block;
    position: absolute;
}
#cenik .floor-map.active {
    display: block;
}
#cenik .floor-map .flats * {
    fill: transparent;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cenik .floor-map .flats *.active {
    fill: #8f8770;
    opacity: 1;
}
#cenik .floor-map .flats *.sold {
    cursor: default;
    pointer-events: none;
    opacity: 0.15;
}
#cenik .floor-map .overlays * {
    fill: transparent;
}
#cenik .floor-map .overlays .sold {
    cursor: default;
    pointer-events: none;
    opacity: 0.3;
}
#cenik .floor-map .overlays .sold * {
    fill: #4e4d4c;
}
#cenik svg {
    width: 100%;
    height: 100%;
}
#cenik .quick-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#cenik .quick-detail .cellar {
    display: none;
    min-height: 77px;
}
#cenik .quick-detail .link {
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 18px;
    font-size: 0.9473684211rem;
    color: #8f8770;
    position: relative;
}
#cenik .quick-detail .link:after {
    content: "";
    background: #8f8770;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cenik .quick-detail .link:hover:after {
    width: 100%;
}
#cenik .hidden-values {
    display: none;
}
@media screen and (min-width: 400px) {
    #cenik .floors .holder {
        height: 250px;
    }
}
@media screen and (min-width: 568px) {
    #cenik .grid > div:nth-of-type(1) {
        grid-column: 1;
    }
    #cenik .grid .floors {
        grid-column: 1;
        grid-row: 2/4;
    }
    #cenik .grid .house {
        grid-column: 2;
        grid-row: 1/3;
    }
    #cenik .grid .quick-detail {
        grid-column: 2;
    }
    #cenik .floors .holder {
        height: 100%;
    }
    #cenik .quick-detail .link {
        margin-right: 58px;
    }
}
@media screen and (min-width: 768px) {
    #cenik {
        margin-right: -58px;
    }
    #cenik h3 {
        margin-right: -50px;
    }
    #cenik .grid {
        grid-gap: 30px;
    }
    #cenik .house .house-floors div,
    #cenik .house .house-floors a,
    #cenik .house .house-overlays div,
    #cenik .house .house-overlays a {
        width: calc(100% - 38px);
        -webkit-clip-path: polygon(31px 0, 100% 0, 100% 100%, 0 100%, 0 31px);
                clip-path: polygon(31px 0, 100% 0, 100% 100%, 0 100%, 0 31px);
    }
    #cenik .house .house-floors div[data-floor="6"],
    #cenik .house .house-floors a[data-floor="6"],
    #cenik .house .house-overlays div[data-floor="6"],
    #cenik .house .house-overlays a[data-floor="6"] {
        width: 100%;
        -webkit-clip-path: polygon(31px 0, 100% 0, calc(100% - 37px) 100%, 0 100%, 0 31px);
                clip-path: polygon(31px 0, 100% 0, calc(100% - 37px) 100%, 0 100%, 0 31px);
    }
    #cenik .house .house-overlays a {
        padding-bottom: 4px;
        padding-left: 30px;
        font-size: 23px;
        font-size: 1.2105263158rem;
    }
    #cenik .house .house-overlays a span {
        margin-bottom: -14px;
        font-size: 50px;
        font-size: 2.6315789474rem;
    }
    #cenik .house img {
        max-width: 300px;
    }
    #cenik .floors {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1024px) {
    #cenik h3 {
        margin-right: 0;
    }
    #cenik .grid {
        grid-gap: 45px;
    }
    #cenik .house .house-floors div,
    #cenik .house .house-floors a,
    #cenik .house .house-overlays div,
    #cenik .house .house-overlays a {
        width: calc(100% - 50px);
        padding-bottom: 8px;
    }
    #cenik .house .house-floors div span,
    #cenik .house .house-floors a span,
    #cenik .house .house-overlays div span,
    #cenik .house .house-overlays a span {
        margin-bottom: -20px;
        font-size: 65px;
        font-size: 3.4210526316rem;
    }
    #cenik .house .house-floors div[data-floor="6"],
    #cenik .house .house-floors a[data-floor="6"],
    #cenik .house .house-overlays div[data-floor="6"],
    #cenik .house .house-overlays a[data-floor="6"] {
        -webkit-clip-path: polygon(31px 0, 100% 0, calc(100% - 49px) 100%, 0 100%, 0 31px);
                clip-path: polygon(31px 0, 100% 0, calc(100% - 49px) 100%, 0 100%, 0 31px);
    }
    #cenik .house img {
        max-width: 400px;
    }
}
@media screen and (min-width: 1200px) {
    #cenik {
        margin-bottom: 53px;
    }
    #cenik .grid {
        grid-gap: 90px;
    }
    #cenik .grid > div:nth-of-type(3) {
        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;
    }
    #cenik .house {
        max-height: 637px;
        margin-bottom: 30px;
    }
    #cenik .house .house-floors div,
    #cenik .house .house-floors a,
    #cenik .house .house-overlays div,
    #cenik .house .house-overlays a {
        width: calc(100% - 58px);
        height: 13.5%;
    }
    #cenik .house .house-floors div[data-floor="0"],
    #cenik .house .house-floors a[data-floor="0"],
    #cenik .house .house-overlays div[data-floor="0"],
    #cenik .house .house-overlays a[data-floor="0"] {
        height: 13.6%;
        bottom: 0;
    }
    #cenik .house .house-floors div[data-floor="1"],
    #cenik .house .house-floors a[data-floor="1"],
    #cenik .house .house-overlays div[data-floor="1"],
    #cenik .house .house-overlays a[data-floor="1"] {
        bottom: 13.5%;
    }
    #cenik .house .house-floors div[data-floor="2"],
    #cenik .house .house-floors a[data-floor="2"],
    #cenik .house .house-overlays div[data-floor="2"],
    #cenik .house .house-overlays a[data-floor="2"] {
        bottom: 27%;
    }
    #cenik .house .house-floors div[data-floor="3"],
    #cenik .house .house-floors a[data-floor="3"],
    #cenik .house .house-overlays div[data-floor="3"],
    #cenik .house .house-overlays a[data-floor="3"] {
        bottom: 39.7%;
    }
    #cenik .house .house-floors div[data-floor="4"],
    #cenik .house .house-floors a[data-floor="4"],
    #cenik .house .house-overlays div[data-floor="4"],
    #cenik .house .house-overlays a[data-floor="4"] {
        bottom: 53%;
    }
    #cenik .house .house-floors div[data-floor="5"],
    #cenik .house .house-floors a[data-floor="5"],
    #cenik .house .house-overlays div[data-floor="5"],
    #cenik .house .house-overlays a[data-floor="5"] {
        bottom: 66%;
    }
    #cenik .house .house-floors div[data-floor="6"],
    #cenik .house .house-floors a[data-floor="6"],
    #cenik .house .house-overlays div[data-floor="6"],
    #cenik .house .house-overlays a[data-floor="6"] {
        height: 18.3%;
        bottom: 78.8%;
    }
    #cenik .house .house-floors div[data-floor="6"],
    #cenik .house .house-floors a[data-floor="6"],
    #cenik .house .house-overlays div[data-floor="6"],
    #cenik .house .house-overlays a[data-floor="6"] {
        -webkit-clip-path: polygon(31px 0, 100% 0, calc(100% - 60px) 100%, 0 100%, 0 31px);
                clip-path: polygon(31px 0, 100% 0, calc(100% - 60px) 100%, 0 100%, 0 31px);
    }
    #cenik .house .house-overlays a {
        padding-left: 43px;
    }
    #cenik .house .house-overlays a span {
        margin-bottom: -28px;
        font-size: 85px;
        font-size: 4.4736842105rem;
    }
    #cenik .house img {
        max-width: 472px;
        margin-right: -1px;
    }
    #cenik .floors .holder {
        height: 565px;
    }
    #cenik .quick-detail {
        position: relative;
    }
    #cenik .quick-detail p {
        position: absolute;
        bottom: 100%;
    }
    #cenik .quick-detail .link {
        margin-right: 100px;
        font-size: 23px;
        font-size: 1.2105263158rem;
    }
}
@media screen and (min-width: 1300px) {
    #cenik {
        margin-right: -100px;
        padding-top: 51px;
    }
    .sp #cenik {
        padding-top: 20px;
    }
}
@media screen and (min-width: 1600px) {
    #cenik {
        margin-bottom: 105px;
    }
    #cenik .grid {
        grid-template-columns: 50vw 597px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #cenik .floors {
        margin-top: 25px;
    }
    #cenik .house {
        margin-bottom: 67px;
    }
}
@media screen and (min-width: 2560px) {
    #cenik .floors .holder {
        height: 700px;
    }
}

/* ------ */
/* CENIK - TABULKA / DETAIL */
#showAll {
    display: none;
}
#showAll + .test table tbody tr:nth-child(n+7) {
    display: none;
}
#showAll ~ .btn {
    line-height: 2;
}
#showAll:checked + .test table tbody tr {
    display: block;
}
#showAll:checked ~ ::after,
#showAll:checked ~ .btn {
    display: none;
}
@media screen and (min-width: 600px) {
    #showAll ~ .btn {
        line-height: 1.5;
    }
}
@media screen and (min-width: 1024px) {
    #showAll:checked + .test table tbody tr {
        display: table-row;
    }
}

#byty {
    text-align: center;
    position: relative;
}
#byty h3 {
    text-align: left;
    font-weight: normal;
    font-family: "Alaca";
    color: #8f8770;
}
#byty table {
    background: #FFF;
    margin-bottom: 41px;
    text-align: initial;
    color: #4e4d4c;
}
#byty thead tr:first-child th {
    border-bottom: 4px solid #e8e5dd;
    background: #FFF;
    font-weight: 600;
    position: sticky;
    top: 60px;
    z-index: 1;
}
#byty td:last-of-type, #byty th:last-of-type {
    text-align: right;
}
#byty th {
    border: 0;
    padding: 9px 14px 10px;
    font-size: 14px;
    vertical-align: top;
    word-break: normal;
}
#byty th:first-letter {
    text-transform: uppercase;
}
#byty th em {
    font-style: normal;
}
#byty th br {
    display: none !important;
}
#byty td {
    border-bottom: 4px solid #e8e5dd;
    background: none;
    padding: 8px 14px 9px;
    font-size: 15px;
}
#byty td a {
    color: inherit;
}
#byty td img {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#byty .form-control {
    border: 1px solid #8f8770;
    font-size: 14px;
}

.t-byty tbody tr{
    opacity: 0.6;
    pointer-events: none;
}

.t-byty tbody tr.detailLink {
    opacity: 1;
    pointer-events: auto;
 /*   background: #8f8770 !important;
    color: #FFF;*/
    cursor: pointer;
    position: relative;
}

.t-byty tbody tr.detailLink td img, .t-byty tbody tr.detailLink td img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
    .t-byty tbody tr:hover td, .t-byty tbody tr.hover td {
        background: #8f8770 !important;
        color: #FFF;
        cursor: pointer;
        position: relative;
    }
    .t-byty tbody tr:hover td a, .t-byty tbody tr.hover td a {
        color: inherit;
        -webkit-transition: none;
        transition: none;
    }
    .t-byty tbody tr:hover td img, .t-byty tbody tr.hover td img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
    }
}
@media screen and (min-width: 1200px) {
    #byty .test {
        position: relative;
    }
    #byty .test:after {
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(#e8e5dd));
        background: linear-gradient(to bottom, transparent 25%, #e8e5dd 100%);
        width: 100%;
        height: 60%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    #byty thead tr:first-child th {
        top: 93px;
    }
}
@media screen and (min-width: 1600px) {
    #byty th,
    #byty td {
        padding: 14px 10px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    #byty td {
        font-size: 17px;
    }
}
@media screen and (min-width: 2560px) {
    #byty td {
        font-size: 1rem;
    }
}
/* ------ */
/* CENIK - MOBILE CSS */
.t-byty {
    border-collapse: inherit;
    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;
    }
    #byty td {
        border: 0;
        background: none !important;
        font-size: 16px;
    }
    #byty td:last-of-type {
        text-align: center !important;
    }
    .t-byty__head {
        display: none;
    }
    .t-byty__body {
        display: block;
    }
    .t-byty__item {
        border-bottom: 4px solid #e8e5dd;
        background: #FFF;
        margin: 0;
        position: relative;
        display: block;
    }
    .t-byty__name {
        display: none;
        padding: 0;
        font-weight: 500;
        font-size: 22px;
    }
    .t-byty__name a {
        color: inherit !important;
    }
    .t-byty__name + td {
        font-weight: bold;
    }
    .t-byty__cell {
        display: inline-block;
        padding: 0;
        font-size: 15px;
        margin: 0 0 0 0;
    }
    .t-byty__cell-hidden {
        display: none;
    }
    .t-byty__price {
        display: block;
        padding: 20px 0 0;
        font-weight: bold;
        font-size: 1rem !important;
    }
    .t-byty__state {
        padding: 0;
        position: absolute;
        top: 4px;
        right: 0;
        text-transform: uppercase;
        font-size: 19px;
    }
    .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: 1300px) {
    .t-byty {
        margin-bottom: 0;
    }
}
/* ------ */
/* DETAIL */
#detail h1 {
    margin-bottom: 30px;
    color: #4e4d4c;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#detail h1 .id {
    display: block;
    margin-right: 20px;
    font-weight: normal;
    font-family: "Alaca";
    font-size: 50px;
    font-size: 2.6315789474rem;
    color: #8f8770;
}
#detail h1 small {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: normal;
    font-size: 18px;
    font-size: 0.9473684211rem;
}
#detail .left-col {
    margin-bottom: 30px;
}
#detail .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    color: #8f8770;
}
#detail .controls .arrow {
    display: inline-block;
    height: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
#detail .controls .arrow:before, #detail .controls .arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#detail .controls .arrow:before {
    width: 0;
    height: 0;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-right: 7px solid #8f8770;
}
#detail .controls .arrow:after {
    background: #8f8770;
    width: 100%;
    height: 1px;
}
#detail .controls .arrow.next {
    -webkit-transform: scale(-1);
            transform: scale(-1);
}
#detail .controls .arrow:hover:before, #detail .controls .arrow:focus:before {
    border-right-color: #4e4d4c;
}
#detail .controls .arrow:hover:after, #detail .controls .arrow:focus:after {
    background: #4e4d4c;
}
#detail .controls .link {
    margin: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-size: 0.9473684211rem;
    color: inherit;
    position: relative;
}
#detail .controls .link:after {
    content: "";
    background: #8f8770;
    width: 0;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#detail .controls .link:hover:after {
    width: 100%;
}
#detail .details {
    background: #FFF;
    margin-top: 45px;
}
#detail .table {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-size: 0.8947368421rem;
}
#detail .table tr:first-of-type {
    display: none;
}
#detail .table td {
    border-top: 3px solid #e8e5dd;
    border-bottom: 0;
    background: #FFF;
    padding: 14px 15px;
}
#detail .table td:last-of-type {
    text-align: right;
}
#detail img.main-img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100vh;
    margin: 6px auto 50px;
}
#detail img.house,
#detail img.floor {
    display: block;
    max-width: 100%;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media screen and (min-width: 400px) {
    #detail h1 {
        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;
    }
}
@media screen and (min-width: 568px) {
    #detail h1 .id {
        font-size: 85px;
    }
    #detail img.house,
    #detail img.floor {
        height: 200px;
    }
}
@media screen and (min-width: 768px) {
    #detail h1 small {
        padding-right: 10px;
        font-size: 19px;
        font-size: 1rem;
    }
    #detail .controls .link {
        font-size: 23px;
        font-size: 1.2105263158rem;
    }
    #detail .left-col {
        width: 467px;
    }
    #detail .right-col {
        padding-left: 30px;
    }
}
@media screen and (min-width: 1024px) {
    #detail .left-col {
        margin-bottom: 0;
    }
    #detail .right-col {
        padding-left: 45px;
    }
    #detail img.floor,
    #detail img.house {
        height: 165px;
    }
}
@media screen and (min-width: 1200px) {
    #detail h1 {
        margin-bottom: 48px;
    }
    #detail .right-col {
        padding-left: 75px;
    }
    #detail .controls {
        margin-bottom: 58px;
    }
    #detail .details {
        margin-top: 65px;
    }
    #detail img.floor,
    #detail img.house {
        margin: 0;
    }
}
@media screen and (min-width: 1300px) {
    #detail img.main-img {
        max-height: 783px;
        margin-bottom: 75px;
    }
}
@media screen and (min-width: 1600px) {
    #detail {
        margin-bottom: -117px;
    }
    #detail .right-col {
        padding-left: 111px;
    }
    #detail img.main-img {
        margin-bottom: 120px;
    }
    #detail img.house {
        height: 259px;
    }
    #detail img.floor {
        height: 248px;
    }
}
@media screen and (min-width: 1920px) {
    #detail .row.info {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #detail .right-col .col-xxxl-4 {
        width: 300px;
    }
    #detail .row-cols-xxxl-1 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    #detail .col-xxxl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    #detail img.main-img {
        margin: 0;
    }
    #detail img.house[src*=podlazi00],
    #detail img.floor[src*="podlazi/13"] {
        height: auto;
    }
    #detail img.floor[src*="podlazi/1"] {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 2560px) {
    #detail .left-col {
        width: 600px;
    }
    #detail .right-col {
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    #detail .lightgallery + .row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #detail .lightgallery + .row .col {
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    #detail img.main-img {
        max-width: 40vw;
        max-height: 70vh;
        margin-right: 75px;
    }
    #detail img.house,
    #detail img.floor {
        height: 275px;
    }
}

/* ------ */
.list-files {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 21px 10px;
    list-style: none;
    line-height: 1.2;
    text-transform: lowercase;
    font-size: 14px;
}
.list-files li {
    background: url("../img/icons/file.svg") 0 2px no-repeat;
    background-size: auto 16px;
    min-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    padding: 0 15px 0 20px;
    position: relative;
}
.list-files a {
    text-decoration: none;
    color: #8f8770;
    position: relative;
}
.list-files a:hover {
    color: #4e4d4c;
}
@media screen and (min-width: 360px) {
    .list-files {
        font-size: 15px;
    }
}
@media screen and (min-width: 400px) {
    .list-files {
        padding: 25px 16px 21px;
        font-size: 16px;
    }
    .list-files li {
        background-position: 0 4px;
        background-size: auto 20px;
        padding: 0 20px 0 26px;
    }
}
@media screen and (min-width: 460px) {
    .list-files {
        font-size: 16px;
    }
    .list-files li {
        padding-right: 30px;
    }
}

/* ------ */
.lg-outer .lg-image {
    max-height: 100% !important;
}

/* ------ */
.control {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0 15px 15px;
    padding: 2px 0 2px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    color: #4e4d4c !important;
    cursor: pointer;
    position: relative;
}
.control:after {
    content: "";
    background: #8f8770;
    width: 0;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.control.active:after, .control:hover:after {
    width: 100%;
}
@media screen and (min-width: 576px) {
    .control {
        margin: 2px 0 15px 20px;
    }
}
@media screen and (min-width: 1024px) {
    .control {
        margin-left: 30px;
    }
}

/* GALERIE */
#galerie {
    text-align: center;
    position: relative;
}
#galerie h2 {
    margin-bottom: 20px;
}
#galerie .controls-row {
    margin-top: 4px;
}
#galerie .controls-row .nav {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#galerie .test-holder {
    height: 350px;
    max-height: calc(100vh - 60px);
    margin: 0 -15px;
    position: relative;
    clear: both;
    overflow: hidden;
}
#galerie .swiper-container {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: visible;
}
#galerie .swiper-v .swiper-slide {
    height: 350px !important;
}
#galerie .swiper-h .swiper-slide {
    width: auto;
    height: 100% !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#galerie .swiper-h .swiper-slide > div,
#galerie .swiper-h .swiper-slide > a {
    height: 100%;
    display: block;
}
#galerie .swiper-h .swiper-slide img {
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media screen and (min-width: 576px) {
    #galerie h2 {
        float: left;
    }
    #galerie .controls-row {
        float: right;
    }
}
@media screen and (min-width: 768px) {
    #galerie {
        margin-bottom: 55px;
    }
    #galerie .test-holder {
        margin: 0 -58px;
    }
    #galerie .swiper-h .swiper-slide img {
        border: 0 solid transparent;
        border-width: 15px 0;
    }
    #galerie .swiper-h .swiper-slide-active {
        z-index: 1;
    }
    #galerie .swiper-h .swiper-slide-active img {
        border-width: 0 !important;
        width: 140%;
        height: 100%;
        margin-left: -20%;
    }
}
@media screen and (min-width: 960px) {
    #galerie .test-holder {
        height: 324px;
    }
    #galerie .swiper-v .swiper-slide {
        height: 324px !important;
    }
    #galerie .swiper-h .swiper-slide img {
        border-width: 33px 0;
    }
}
@media screen and (min-width: 1180px) {
    #galerie {
        padding-top: 60px;
    }
    #galerie .test-holder {
        height: 475px;
    }
    #galerie .swiper-v .swiper-slide {
        height: 475px !important;
    }
}
@media screen and (min-width: 1300px) {
    #galerie .test-holder {
        margin: 0 -100px;
    }
}
@media screen and (min-width: 1600px) {
    #galerie {
        margin-bottom: 0;
    }
    #galerie .swiper-h .swiper-slide img {
        border: 0 solid transparent;
        border-width: 33px 0;
    }
    #galerie .swiper-h .swiper-slide-active {
        z-index: 1;
    }
    #galerie .swiper-h .swiper-slide-active img {
        border-width: 0;
        width: 140%;
        height: 100%;
        margin-left: -20%;
    }
}
@media screen and (min-width: 1920px) {
    #galerie .test-holder {
        height: 525px;
    }
    #galerie .swiper-v .swiper-slide {
        height: 525px !important;
    }
}
@media screen and (min-width: 2560px) {
    #galerie .test-holder {
        height: 650px;
    }
    #galerie .swiper-v .swiper-slide {
        height: 650px !important;
    }
    #galerie .swiper-h .swiper-slide img {
        border-width: 50px 0;
    }
}

/* ------ */
/* FINANCOVANI */
#financovani {
    margin-bottom: 45px;
}
#financovani .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#financovani h2 {
    margin-bottom: 9px;
}
#financovani h3 {
    margin-bottom: 15px;
}
#financovani p {
    margin-bottom: 27px;
}
#financovani p p strong {
    display: inline-block;
    margin: 0;
    font-size: inherit;
}
#financovani ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: count;
}
#financovani ol li {
    margin-bottom: 33px;
    padding-left: 53px;
    line-height: 1.35;
    font-size: 17px;
    position: relative;
    counter-increment: count;
}
#financovani ol li:before {
    content: counter(count);
    font-family: "Alaca";
    font-size: 53px;
    color: #FFF;
    position: absolute;
    top: -10px;
    left: 0;
}
#financovani ol li > strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 1rem;
}
#financovani ol li > strong + br {
    display: none;
}
@media screen and (min-width: 768px) {
    #financovani {
        margin-bottom: 75px;
    }
    #financovani .col-md {
        padding-right: 15px;
    }
    #financovani .col-xl-4 {
        padding-left: 15px;
    }
}
@media screen and (min-width: 1024px) {
    #financovani .col-xl-4 {
        padding: 46px 41px 30px;
    }
    #financovani h3 {
        margin-bottom: 38px;
    }
}
@media screen and (min-width: 1200px) {
    #financovani {
        margin-bottom: 40px;
        padding-top: 60px;
    }
    #financovani .col-xl-4 {
        padding-right: 0;
    }
    #financovani p {
        max-width: 740px;
    }
}
@media screen and (min-width: 1200px) {
    #financovani .col-xl-4 {
        width: 521px;
    }
}
@media screen and (min-width: 1920px) {
    #financovani .col-xl-4 {
        width: 721px;
    }
}
@media screen and (min-width: 2560px) {
    #financovani p {
        max-width: 1000px;
    }
    #financovani ol li:before {
        color: #8f8770;
    }
}

/* ------ */
/* LOKALITA */
#projekt2 {
    margin-bottom: 45px;
    padding-top: 30px;
    position: relative;
}
#projekt2:before, #projekt2:after,
#projekt2 > div:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#projekt2:before {
    background: url("../img/neklanova.jpg") 0 0 no-repeat;
    background-size: 100%;
    opacity: 0.4;
    -webkit-filter: blur(5px);
            filter: blur(5px);
}
#projekt2:after,
#projekt2 > div:after {
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e5dd), color-stop(43%, rgba(232, 229, 221, 0.24)), color-stop(75%, transparent), to(transparent));
    background: linear-gradient(to bottom, #e8e5dd 0%, rgba(232, 229, 221, 0.24) 43%, transparent 75%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edebe9", endColorstr="#00edebe9",GradientType=0 );
    top: -10px;
}
#projekt2 > div:after {
    height: 50%;
    top: auto;
    bottom: -10px;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}
#projekt2 h2 {
    margin-bottom: 9px;
}
#projekt2 h3 {
    max-width: 400px;
    margin-bottom: 30px;
}
#projekt2 .photo-grid {
    max-width: 100vw;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#projekt2 .photo-grid::-webkit-scrollbar {
    height: 4px;
}
#projekt2 .photo-grid::-webkit-scrollbar-track {
    background: #FFF;
}
#projekt2 .photo-grid::-webkit-scrollbar-thumb {
    background: #8f8770;
}
#projekt2 .photo-grid::-webkit-scrollbar-thumb:hover {
    background: #4e4d4c;
}
#projekt2 .photo-grid > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
}
#projekt2 .photo-grid .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
}
#projekt2 .photo-grid .item-3 {
    display: none;
}
#projekt2 .photo-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
#projekt2 .text-block {
    max-width: 393px;
    margin-bottom: 30px;
    padding: 0 30px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media screen and (min-width: 600px) {
    #projekt2 .text-block {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    #projekt2 .photo-grid {
        height: 425px;
        margin: 0 -15px;
        overflow: hidden;
    }
    #projekt2 .photo-grid > div {
        display: block;
    }
    #projekt2 .photo-grid .item {
        display: block;
        position: absolute;
    }
    #projekt2 .photo-grid .item-1 {
        max-width: 52.25%;
        aspect-ratio: 1/0.635;
        top: 0;
        left: 58px;
    }
    #projekt2 .photo-grid .item-2 {
        max-width: 28.3125%;
        aspect-ratio: 1/1.48;
        top: 0;
        right: 58px;
        z-index: 1;
    }
    #projekt2 .photo-grid .item-3 {
        max-width: 38.25%;
        aspect-ratio: 1/0.646;
        bottom: 0;
        left: calc(58px + 393px);
        display: none;
    }
    #projekt2 .photo-grid .item-4 {
        max-width: 13.5625%;
        aspect-ratio: 1/1.286;
        bottom: 0;
        right: calc(58px + 39px);
        z-index: 1;
    }
}
@media screen and (min-width: 768px) {
    #projekt2 {
        margin-bottom: 70px;
    }
    #projekt2:before, #projekt2:after,
    #projekt2 > div:after {
        left: -58px;
    }
    #projekt2 .photo-grid {
        margin-left: -58px;
        margin-right: -58px;
    }
}
@media screen and (min-width: 900px) {
    #projekt2 .text-block {
        padding: 0 90px 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #projekt2 .photo-grid {
        height: 630px;
    }
    #projekt2 .photo-grid .item-3 {
        display: block;
    }
    #projekt2 .photo-grid .item-4 {
        bottom: 121px;
        display: none;
    }
}
@media screen and (min-width: 1180px) {
    #projekt2 .photo-grid .item {
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
    #projekt2 .photo-grid.animated .item-1 {
        -webkit-animation: fadeInRight 0.9s 0.5s forwards;
                animation: fadeInRight 0.9s 0.5s forwards;
    }
    #projekt2 .photo-grid.animated .item-2 {
        -webkit-animation: fadeInDown 0.9s 1s forwards;
                animation: fadeInDown 0.9s 1s forwards;
    }
    #projekt2 .photo-grid.animated .item-3 {
        -webkit-animation: fadeInLeft 0.9s 1.5s forwards;
                animation: fadeInLeft 0.9s 1.5s forwards;
    }
    #projekt2 .photo-grid.animated .item-4 {
        -webkit-animation: fadeInDown 0.9s 0.5s forwards;
                animation: fadeInDown 0.9s 0.5s forwards;
    }
}
@media screen and (min-width: 1200px) {
    #projekt2 {
        padding-top: 75px;
    }
    #projekt2 h3 {
        max-width: 515px;
        margin-bottom: 60px;
        color: #FFF;
    }
    #projekt2 .photo-grid {
        height: 700px;
    }
}
@media screen and (min-width: 1300px) {
    #projekt2:before, #projekt2:after,
    #projekt2 > div:after {
        left: -100px;
    }
    #projekt2 .photo-grid {
        margin-left: -100px;
        margin-right: -100px;
    }
    #projekt2 .photo-grid .item-1 {
        left: 100px;
    }
    #projekt2 .photo-grid .item-2 {
        right: 100px;
    }
    #projekt2 .photo-grid .item-3 {
        left: 493px;
    }
    #projekt2 .photo-grid .item-4 {
        right: calc(100px + 39px);
    }
}
@media screen and (min-width: 1600px) {
    #projekt2 {
        padding-top: 148px;
    }
    #projekt2 .text-block {
        height: 348px;
    }
    #projekt2 .photo-grid {
        height: 900px;
    }
    #projekt2 .photo-grid .item-4 {
        display: block;
    }
}
@media screen and (min-width: 1920px) {
    #projekt2:after {
        top: 0;
    }
    #projekt2 .photo-grid {
        height: 1000px;
    }
}
@media screen and (min-width: 2560px) {
    #projekt2 .photo-grid {
        height: 1200px;
    }
    #projekt2 .photo-grid .item-3 {
        left: 25%;
    }
    #projekt2 .photo-grid .item-4 {
        bottom: 0;
    }
}

/* ------ */
/* CONTACT */
#contact-form {
    background: #FFF;
    padding: 30px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0 0);
}
#contact-form .flash.info {
    margin-bottom: 20px;
    font-weight: bold;
}
#contact-form p {
    margin: 0 0 1.75rem;
}
#contact-form a {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}
#contact-form textarea {
    min-height: 69px;
}
#contact-form label:not(.ccheck) {
    display: none;
}
#contact-form .ccheck {
    margin: 22px 0 36px;
    text-align: left;
}
#contact-form .btn {
    min-width: 165px;
}
#contact-form .gdpr_info {
    margin: -10px 0 30px;
    font-size: 13px;
    font-size: 0.6842105263rem;
}
@media screen and (min-width: 576px) {
    #contact-form {
        margin-top: 30px;
    }
}
@media screen and (min-width: 1024px) {
    #contact-form {
        padding: 41px 42px 43px;
    }
    #contact-form .ccheck {
        margin-top: 64px;
    }
}

/* ------ */
#login {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
#login .content {
    -webkit-box-shadow: 0 0 0px 3px #e8e5dd;
            box-shadow: 0 0 0px 3px #e8e5dd;
    border: 1px solid #8f8770;
    border-width: 14px 13px;
    background: #FFF;
    margin: 0 auto;
    padding: 30px;
}
#login table {
    border: 0;
    width: 100%;
}
#login label {
    padding-right: 10px;
}
@media screen and (min-width: 667px) {
    #login .content {
        padding: 60px;
    }
}

/* ------ */
/* FOOTER */
footer {
    background: #e8e5dd;
    padding: 30px 15px;
    text-align: center;
    position: relative;
    z-index: 8;
    overflow: hidden;
}
footer:before, footer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
footer:before {
    background: url("../img/psn.jpg") 0 0 no-repeat;
    background-size: cover;
    opacity: 0.2;
    -webkit-filter: blur(10px);
            filter: blur(10px);
}
footer:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e5dd), color-stop(43%, rgba(232, 229, 221, 0.24)), color-stop(75%, transparent), to(transparent));
    background: linear-gradient(to bottom, #e8e5dd 0%, rgba(232, 229, 221, 0.24) 43%, transparent 75%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edebe9", endColorstr="#00edebe9",GradientType=0 );
}
footer h2 {
    margin-bottom: 7px;
}
footer .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer .social {
    margin-top: 14px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer .social a {
    margin: 0 12px;
}
footer .social a:hover svg {
    fill: #FFF;
}
footer .social a svg {
    width: 36px;
    height: 36px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
footer .link {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: calc(1.3rem + 0.6vw);
    color: #4e4d4c;
}
footer address {
    margin: 16px 0 26px;
}
footer .text-block {
    padding-top: 30px;
    text-align: left;
}
footer .text-block form {
    margin-top: 50px;
}
footer .text-block .form-control {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
footer .text-block .form-control::-webkit-input-placeholder {
    color: inherit;
}
footer .text-block .form-control:-moz-placeholder {
    color: inherit;
}
footer .text-block .form-control::-moz-placeholder {
    color: inherit;
}
footer .text-block .form-control:-ms-input-placeholder {
    color: inherit;
}
footer .text-block .btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    height: 39px;
    width: 30px;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 3;
}
footer .text-block .btn .svg {
    width: 7px;
    height: 11px;
    position: relative;
    -webkit-transform: translateY(calc(-50% - 1px));
            transform: translateY(calc(-50% - 1px));
}
footer .text-block .btn path {
    stroke: #8f8770;
    fill: #8f8770;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
footer .text-block .btn:hover path {
    stroke: #4e4d4c;
    fill: #4e4d4c;
}
footer .text-block small {
    display: block;
    padding-right: 25px;
    line-height: 1.2;
    font-size: 15px;
    font-size: 0.7894736842rem;
}
footer .text-block small a {
    text-decoration: underline;
    color: inherit;
}
footer [data-toggle] {
    text-transform: lowercase;
}
@media screen and (min-width: 576px) {
    footer {
        text-align: left;
    }
    footer .social {
        -webkit-box-pack: normal;
            -ms-flex-pack: normal;
                justify-content: normal;
    }
    footer .social a {
        margin: 0 25px 0 0;
    }
}
@media screen and (min-width: 768px) {
    footer {
        padding: 30px 58px 60px;
    }
    footer .text-block {
        padding: 6px 0 0 60px;
    }
    footer .text-block form {
        max-width: 327px;
    }
    footer .link {
        font-size: 36px;
    }
}
@media screen and (min-width: 1024px) {
    footer {
        min-height: 1000px;
        padding-bottom: 100px;
    }
    footer:before {
        opacity: 0.4;
    }
    footer .social {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1200px) {
    footer {
        padding-top: 60px;
    }
    footer .link {
        font-size: 50px;
    }
    footer .text-block {
        padding: 6px 25px 0 21px;
    }
    footer .text-block form {
        margin-top: 72px;
    }
}
@media screen and (min-width: 1300px) {
    footer {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media screen and (min-width: 1600px) {
    footer {
        padding-bottom: 236px;
    }
}
@media screen and (min-width: 1920px) {
    footer:before {
        background-position: center;
    }
}

/* ------ */
/* popup - banner */
#popup-banner {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
#popup-banner a {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#popup-banner img {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

#popup-banner-image-wrapper {
    display: inline-block;
    text-align: center;
    position: relative;
}

#popup-banner-close-button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    opacity: 0.75;
    line-height: 34px;
    text-align: center;
    font-size: 3.5rem;
    color: #FFF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
}
#popup-banner-close-button:hover {
    opacity: 1;
}

/* ----------- */
/* 404 */
#error {
    margin-bottom: 60px;
    padding-top: 60px;
    text-align: center;
    color: #FFF;
}
#error .error-no {
    display: block;
    margin-bottom: 15px;
    font-size: 60px;
}
#error a {
    color: #FFF;
}

/* ------ */
/* ------ */
main {
    padding: 0 15px;
    position: relative;
    z-index: 4;
}
@media screen and (min-width: 768px) {
    main {
        padding: 0 58px;
    }
}
@media screen and (min-width: 1300px) {
    main {
        padding: 0 100px;
    }
}

section {
    position: relative;
}

/* ------ */
.intro {
    background: #FFF;
    max-width: 90%;
    margin: auto;
    padding: 30px 15px;
    text-align: center;
    color: #8f8770;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.intro .h1 {
    margin-bottom: 20px;
}
.intro .btn {
    min-height: auto;
}
@media screen and (min-width: 560px) {
    .intro {
        max-width: 60%;
        -webkit-clip-path: polygon(100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0 0);
                clip-path: polygon(100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0 0);
    }
}
@media screen and (min-width: 768px) {
    .intro {
        max-width: 697px;
        padding: 39px;
    }
}
@media screen and (min-width: 1600px) {
    .intro {
        top: 35%;
    }
}

/* ------ */
/* ZREKNUTI ODPOVEDNOSTI */
.modal-content {
    color: #4e4d4c;
}

.modal-title {
    font-size: 1.25rem;
}

/* ------ */
.open-in-dialog {
    background: url("../img/open-in-dialog.svg");
    background-size: cover;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-top: 3px;
    margin-left: 8px;
    vertical-align: top;
}

.no-scroll {
    overflow: hidden;
}

/* ------ */
.line-through {
    text-decoration: line-through;
}

.action-price {
    color: #8f8770;
}

@media (min-width: 1280px) {
    .action-price {
        font-size: 1.2rem;
    }
}
.property-row.sold td {
    cursor: default !important;
}

/* ------ */
.text-block {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0 0);
}
/*# sourceMappingURL=style.css.map */
