

/* New Timeline style */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}
.vertical-timeline-content .btn {
    float: right;
}
#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}
@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}
.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}
.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-block:first-child {
    margin-top: 0;
}
.vertical-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}
.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}
.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}
.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}
.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}
.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}
.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}

.yellow-bg, .bg-warning {
    background-color: #f8ac59 !important;
    color: #ffffff;
}

/* Google Material Fonts*/

.turqoise{
    filter: invert(50%)
    sepia(82%)
    saturate(376%)
    hue-rotate(125deg)
    brightness(83%)
    contrast(90%);
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/*coloring*/
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/* vypis detail*/

.lkmgxw90fq {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}


.product-price-type {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    height: 30px;
    margin-top: -15px;
}

/* cervena farba */
.text-red {
    color: #ec1c24;
}

/* zelena farba */
.text-green {
    color: #00a713;
}




/*.keei7luu3m ol, li  {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: circle;*/
/*}*/


/*.keei7luu3m ul , li {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: decimal;*/
/*}*/

/*.keei7luu3m p {*/
/*    margin: 10px 0;*/
/*}*/

/*prefarbenie pointer mapa kancelaria*/
.contact-map-point__item {
    background-color: #646363;
}


/*
our team office detail
*/
.nsmhq9z3uk {
    width: 120px;
    margin: 0 15px;
    display: block;
    /* max-width: 100%; */
    height: auto;
}

@media (min-width: 576px) {
    .nsmhq9z3uk {
        min-width: 150px;
        display: block;
        /* max-width: 100%; */
        height: auto;
    }
}

@media (min-width: 771px) {
    .nsmhq9z3uk {
        min-width: 160px;
        display: block;
        /* max-width: 100%; */
        height: auto;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .nsmhq9z3uk {
        max-width: 100%;
        min-width: 160px;
        display: block;
        height: auto;
    }
}

.w-20 {
    width: 20px;
}
.w-30 {
    width: 30px;
}
.w-40 {
    width: 40px;
}


/*Filter office mobile výška modalneho okna*/
.rkiqifoh1v.alhuea1cd .na8mqmsfa0 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 100% !important;
    width: 100%;
    opacity: 1;
    visibility: visible;
}


/*ajaxove volanie nehnutelnosti vrstva pod menu*/
.js-load-more-grid {
    z-index: 100;
}


.product-benefits-list-item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ec1c24;
    border-radius: 100%;
}


/*referencie franchisor agent*/
.hd5ty4m7h3 {
    position: absolute;
    max-width: 300px;
    margin: 0 0;
}

@media (min-width: 992px) {
    .hd5ty4m7h3 {
        margin-top: 30px;
    }
}

@media (min-width: 1800px) {
    .hd5ty4m7h3 {
        margin-top: 10px;
    }
}

.select2-search__field {
    width: 100%;
    height: 41px;
    font-family: "Sora-Regular", Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    outline: none !important;
    background-color: #ffffff;
    font-size: 1rem;
    border-radius: 10px;
    -webkit-appearance: none;
}



/* contact office agent search*/
.contact-search-result-item {
    line-height: 1.7em;
    font-size: 1em;
}

.contact-search-result-item:hover  {
    color: #ec1c24;
}

.contact-search-content-box {
    padding-left: 20px;

}

.contact-search-result-box {
    border: solid 1px #aaa;
    border-radius: 10px;
    max-width: 100%;
    padding: 10px;
}

.contact-search-title {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* labele na produkty */

.product-3d-tour  {
    background-color: #ffd503;
    color: #000000;
    font-weight: 400;
    z-index: 3;
    border-radius: 20px 0 20px 0;
}


.product-video {
    background-color: #00a713;
    color: #ffffff;
    font-weight: 400;
    z-index: 3;
    border-radius: 20px 0 20px 0;
}

.product-sold {
    background-color: #424242;
    color: #ffffff;
    font-weight: 400;
    z-index: 3;
    border-radius: 20px 0 20px 0;
}

.product-reserved {
    background-color: #5dc0fe;
    color: #ffffff;
    font-weight: 400;
    z-index: 3;
    border-radius: 20px 0 20px 0;
}




/* calendar disabled day*/
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    background-color: #f9f9f9  !important;
}

.ar22t27vza .additional-price {
    display: block;
    font-size: 17px;
    font-size: 1.1rem;
    font-weight: 400;
}

.d-none-1400{
    display: none;
}


.icon-red {
    fill: #ec1c24 !important;
}

/* filter group favorite listing*/
.q5aec30yzx .qjnogbi22o {
    flex: 0 0 50%;
}

/* minimalna vyska 300 px*/
.height-300-px {
    min-height: 300px;
}

/* li zoznam bez bullet*/
ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* detail nehnutelnosti vyhody*/
.product-benefits-list-text-detail {
    color: #0c0b0b;
    font-size: 1em;
    margin-left: 1em;
}

@media (min-width: 771px) {
    .product-benefits-list-detail {
        color: #0c0b0b;
        font-size: 0.8em;
        margin-left: 0.7em;
    }
}


.d-flex-1400{
    display: none;
}

@media only screen and (max-width: 1400px) {
    .d-none-1400{
        display: flex;
    }
}

@media only screen and (min-width: 1400px) {
    .d-flex-1400{
        display: flex;
    }
}


.modal-body .swiper-slide video,
.modal-body .swiper-slide iframe {
    width: 100%;
}

/*.ha1z206hwt{*/
/*    z-index: 999;*/
/*}*/


@media only screen and (max-width: 991px) {
    .is-filter-open .btn-filter-submit{
        display: none;
    }
}

.plzme1hs8u.js-filter-form-title{
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 100%;
}

.product-listing-list {
    height: 2.2em;
}

.product-benefits-list-icon {
    font-size: 1.8em;
}

.icon-benefit-detail svg {
    font-size: 1.8em;
    fill: #f20e16;
}


/* Ovladacie prvky na mape kreslenie a polygony*/
.switch-tabs--map-control {
    left: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 10px;
    bottom: auto;
}

@media (min-width: 992px) {
    .switch-tabs--map-control {
        right: 30px;
        top: 130px;
        left: auto;
    }
}

.switch-tabs--map-control .switch-tabs__content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.switch-tabs--map-control .switch-tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 35px;
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 991px) {

    .switch-tabs--map-control {
        right: 5px;
        left: auto;
    }

    .switch-tabs--map-control .switch-tabs__item {
        background-color: #ffffff;
        margin-left: 10px;
        margin-bottom: 10px;
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*min-width: 90px;*/
    }
}

@media (min-width: 992px) {
    .switch-tabs--map-control .switch-tabs__item {
        background-color: #ffffff;
        margin-left: 10px;
        margin-bottom: 10px;
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*min-width: 90px;*/
    }
    .switch-tabs--map-control .switch-tabs__item.alhuea1cd, .switch-tabs--map .switch-tabs__item:hover {
        background-color: #ec1c24;
    }
    .switch-tabs--map-control .switch-tabs__item.alhuea1cd .switch-tabs__text, .switch-tabs--map .switch-tabs__item:hover .switch-tabs__text {
        color: #ffffff;
    }
}

.switch-tabs--map-control .switch-tabs__item .switch-tabs__text {
    color: #000000;
    font-size: 12px;
    font-size: 0.75rem;
}

.switch-tab-icon-map svg {
    fill: #ffffff;
    font-size: 30px;
    font-size: 1.4em;
}


.o7qihbh84b:hover {
    color: #ec1c24;
}

.listing-contact-form-agent {
    margin-left: 80px;
}

@media (min-width: 993px) {
    .listing-contact-form-agent {
        margin-left: 0;
    }
}



@media (min-width: 993px) {
    .listing-contact-form-agent {
        margin-left: 0;
    }
}



.team_item_listing_contact .team_item_listing_contact_content{

    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    min-height: 80px;
}


.team_item_listing_image {

    width: 100px;
    height: 100px;
    margin: 0 10px;
    background-color: #00a713;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}


.team_item_listing_contact_content .contact_content_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_content_block-title p {
    font-size: 1rem;
    margin-bottom: 0;
}

.contact_content_block-title h2 {
    margin-bottom: 0;
}

.contact_content_block-text .d7yixnrnev {
    font-size: 17px;
    font-size: 1.2rem;
}


.bg-image-agent {

    width: 100px;
    height: 100%;
    margin: 0 10px;
    background-color: #00a713;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.bg-image-agent {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

/*obrazok detail makler*/
.bg-image-top-right-agent {
    position: absolute;
    left: 50%;
    top: 66%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%) rotateZ(-5deg);
    -ms-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotateZ(-5deg);
    width: 105%;
    height: 120%;
}

@media (max-width: 441px ) {
    .bg-image-agent {
        width: 77%;
        height: 100%;
        left: 7%;
    }
}

@media (min-width: 442px) and (max-width: 771px) {
    .bg-image-agent {
        width: 104%;
        height: 100%;
    }
}

@media (min-width: 772px) and (max-width: 991px) {
    .bg-image-agent {
        width: 104%;
        height: 100%;
    }
}

@media (min-width: 992px) and  (max-width: 1200px) {
    .bg-image-agent {
        width: 90%;
        height: 100%;
        left: -10%;
    }
}


@media (min-width: 1200px) {
    .bg-image-agent {
        width: 90%;
        height: 100%;
        left: -10%;
    }
}


@media (min-width: 992px) {
    .bg-image-agent {
        width: 78%;
        height: 100%;
        left: -2%;
    }
}


@media (min-width: 991px) {
    .hero-box-agent {
        position: relative;
    }
}

.hero-box-agent--overflow {
    position: relative;
    margin: 0 -100px;
    width: 170%;
    background: gray;
    border-radius: 80px;
    -webkit-transform: rotateZ(5deg);
    -ms-transform: rotate(5deg);
    transform: rotateZ(5deg);
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
}



@media (min-width: 992px) {
    .hero-box-agent--overflow {
        position: absolute;
        right: -110px;
        top: -40px;
        left: auto;
        margin-left: 0;
        width: 700px;
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: rotateZ(5deg);
        -ms-transform: rotate(5deg);
        transform: rotateZ(5deg);
    }
}

@media (min-width: 441px ) and (max-width: 771px) {
    .hero-box-agent--overflow {
        margin: 0;
        position: relative;
        left: calc(50% - 50vw);
        width: 60%;
        margin-left: 140px;
        height: 400px;
    }
}

@media (min-width: 772px) and (max-width: 992px)  {
    .hero-box-agent--overflow {
        margin: 0;
        position: relative;
        left: calc(50% - 50vw);
        width: 102%;
        margin-left: 100px;
        height: 500px;
    }
}


@media (min-width: 1200px) {
    .hero-box-agent--overflow {
        width: 800px;
        height: 600px;
    }
}

@media (min-width: 1440px) {
    .hero-box-agent--overflow {
        width: 822px;
        height: 592px;
    }
}

@media (min-width: 1800px) {
    .hero-box-agent--overflow {
        width: 1082px;
        height: 682px;
    }
}

.hero-box-agent--overflow-red {
    background-color: #ec1c24;
}

.icon-listing-white  {
    font-size: 1.3rem;
    fill: #ffffff !important;
}


/* search box*/

.dm9eugnoeq {
    border-radius: 10px;
    border: none;
    background-color: #eeeeee;
    margin: 2em 0;
}

.tttl23tdjh {
    margin: 0 10%;
    padding: 20px;
}

@media (max-width: 575px) {
    .tttl23tdjh {
        margin: 0 10px;
        padding: 10px;
    }
}

@media (min-width: 576px) {
    .kasbcj0uzm {
        width: 190px;
        max-width: 190px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }
}

@media (max-width: 575px) {
    .kasbcj0uzm {
        position: absolute;
        /*top: 0;*/
        left: calc(100% - 85px);
        width: 50px;
        max-width: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        z-index: 2;
    }
}


.ma3rhmf14c {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 576px) {
    .ma3rhmf14c {
        width: calc(100% - 190px);
        max-width: calc(100% - 190px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 190px);
        flex: 0 0 calc(100% - 190px);
    }
}

@media (max-width: 575px) {
    .btn-search-page {
        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;
        border-radius: 8px;
        padding: 0.2em 0.2rem !important;
        height: 50px;
    }
}

@media (pointer: fine) {
    .btn-search-page:hover {
        border-radius: 0 8px 8px 0;
    }
}

.text-pull-left {
    text-align: left;
}

.text-pull-right {
    text-align: right;
}


.magazine-search-text-wrapper {
    float: left;
    width: calc(100% - 140px);
    padding-left: 10px;
    height: auto;
}

@media (max-width: 575px) {
    .magazine-search-title {
        font-size: 20px;
        font-size: 1.3rem;
    }
}

.product-benefits-list-item {
    margin-bottom: 0.4rem !important;
}

.product-benefits-list-detail .product-benefits-list-item {
    margin-bottom: 1rem !important;
}



.office-listing-map {
    display: block;
    height: calc(100vh - 300px);
    margin: 0 -15px;
    -webkit-transition: height 400ms ease-out;
    -o-transition: height 400ms ease-out;
    transition: height 400ms ease-out;
}

@media (min-width: 576px) {
    .office-listing-map {
        height: calc(100vh - 200px);
    }
}

@media (min-width: 771px) {
    .office-listing-map {
        margin: 25px 0;
    }
}

@media (min-width: 772px) and (max-width: 992px) {
    .office-listing-map {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
    }
}

@media (min-width: 992px) {
    .office-listing-map {
        position: fixed;
        bottom: 0;
        right: 0;
        height: calc(100vh - 90px);
        width: 50vw;
    }
    .office-listing-map.stretch-map {
        height: calc(100vh - 90px);
    }
    .office-listing-map.filter-tab-block-scroll {
        height: 100vh;
    }
}

.office-listing-map .map-block {
    height: 100%;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .office-listing-map {
        width: 33.33vw;
    }
}


/* zoznam maklerov na stranke office */
@media (min-width: 1440px) {
    .fulylp42ih {
        padding-left: 1rem;
    }
}

@media (min-width: 1600px) {
    .fulylp42ih {
        padding-left: 1rem;
    }
}

@media (min-width: 1800px) {
    .fulylp42ih {
        padding-left: 1rem;
    }
}

.l3ph3zmee9 {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}

#verification_code {
    height: 60px;
    font-size: 2em;
}

.modal-youtube-wrapper {
    width: 100%;
}

.icon-text-content {
    font-size: 1.4em;
    color: #fff;
    font-weight: bolder;
}

/* zoom plugi floorplan transition*/
/* transition class name can be renamed in settings*/
.zoom-transition{
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
}

/*skrytie tlacitka fullscreen pri modalnom okne */
.fullscreenToggle.off {
    display:none;
}

.controlHolder {
    border-radius: 5px;
    background: rgba(0,0,0,.6);
    position: absolute;
    right: 10px;
    top: 50px;
    padding: 5px;
    z-index: 100;
}

.zoom-content-holder {

overflow: hidden;

}

.img-flex-contain img {
    display: block;
     width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* trieda pre zobrazenie pdf v modalnom okne*/
.modal-block--full .modal-body .modal-pdf {
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* self-hosted video subory k nehnutelnosti (uploadnute cez admin).
   Adaptivny pomer stran: portrait sa zobrazi na vysku, landscape na sirku -
   cez max-width/max-height, browser drzi realny pomer videa (bez JS). */
.detail-video-file-wrap {
    width: 100%;
    text-align: center;
}
.detail-video-file {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 75vh;   /* portrait ostane ohraniceny na vysku */
    width: auto;
    height: auto;
    background: #000;
    border-radius: 20px;
}
/* video modal: box sa zmensi na velkost videa a vycentruje sa - ziadny mrtvy priestor,
   ziadny biely okraj, len zaoblene rohy videa. */
[data-modal="modal-listing-video"] .modal-scroll {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-modal="modal-listing-video"] .modal-box {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: auto;
}
[data-modal="modal-listing-video"] .modal-body {
    display: block !important;
    width: auto !important;
    height: auto !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    overflow: visible;
}
[data-modal="modal-listing-video"] .modal-video-files {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 0;
}
[data-modal="modal-listing-video"] .detail-video-file {
    max-height: 88vh;   /* co najviac na vysku, bez presahu mimo obrazovku */
    max-width: 96vw;    /* co najviac na sirku v ramci obrazovky */
    border-radius: 16px;
    background: #000;
    display: block;
}

/* youtube shorts (portrait) v modale - 9:16 namiesto 16:9, uzky centrovany prehravac */
.youtube-responsive--portrait {
    padding-bottom: 0 !important;
    aspect-ratio: 9 / 16;
    height: 85vh;
    max-height: 85vh;
    width: auto;
    max-width: 92vw;
    margin: 0 auto;
}

/* FOTO GALERIA MODAL: obrazok vyplni cely modal (bez maleho obrazka v bielom boxe).
   Vynutime plnu vysku cez cely swiper retazec (inak height:100% kolabuje -> maly obrazok),
   zhodime biely box a obrazok damo object-fit:contain na plnu plochu. V landscape sa
   landscape foto roztiahne na vysku -> ziadny margin hore/dole. */
[data-modal="modal-product-gallery"] .modal-box {
    background: transparent !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
}
[data-modal="modal-product-gallery"] .modal-body {
    background: transparent !important;
    border-radius: 0 !important;
    height: 100% !important;
    padding: 0 !important;
}
[data-modal="modal-product-gallery"] .js-slider-group,
[data-modal="modal-product-gallery"] .swiper-container,
[data-modal="modal-product-gallery"] .swiper-wrapper,
[data-modal="modal-product-gallery"] .swiper-slide,
[data-modal="modal-product-gallery"] .img-flex-contain {
    height: 100% !important;
}
[data-modal="modal-product-gallery"] .swiper-slide,
[data-modal="modal-product-gallery"] .img-flex-contain {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* wrapper = zaroven Swiper zoom container (trieda sa prida v app.js).
   touch-action:none => pinch gesto patri Swiperu. Bez toho si ho zoberie prehliadac
   a zoomuje CELU stranku aj s modalom (viewport meta nema user-scalable=no a iOS
   Safari ho aj tak ignoruje, takze meta tag nie je riesenie).
   ZIADNY overflow:hidden tu byt NESMIE: Swiper pri posuvani priblizenej fotky tento
   element translatuje, takze by sa tahalo aj okno orezu. Orez na hranici obrazovky
   uz riesi .swiper-container, ktory overflow:hidden ma. */
[data-modal="modal-product-gallery"] .img-flex-contain {
    touch-action: none;
}
/* Obrazok ma AUTO velkost obmedzenu viewportom (element = samotna fotka, nie box
   s letterboxom) -> vzdy vidno CELU fotku a border-radius sadne na skutocnu fotku.
   Plati rovnako na mobile aj desktope; detail sa na mobile riesi pinch zoomom
   (Swiper zoom modul, viz app.js modalGallerySlider), nie orezom. */
[data-modal="modal-product-gallery"] .img-flex-contain img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

/* Pri priblizeni Swiper prida .swiper-slide-zoomed na SLIDE - zhodime zaoblenie,
   na zoomnutej fotke posobi rusivo. */
[data-modal="modal-product-gallery"] .swiper-slide-zoomed .img-flex-contain img {
    border-radius: 0;
}

/* Detail mapa (Leaflet/OSM) - zaoblene rohy podla dizajnu */
[data-modal="modal-listing-map"] .leaflet-container,
#listing-map.leaflet-container {
    border-radius: 16px;
    overflow: hidden;
}

/* ===== Compass-style cenove "pill" markery na search mape (Leaflet/OSM) ===== */
.map-price-pill-wrap { background: transparent !important; border: 0 !important; }
.map-price-pill {
    display: inline-block;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #1a1a1a;
    font-family: "BigShoulders-regular", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    padding: 3px 7px;            /* kratsie - menej vysoke */
    border-radius: 6px;         /* mensie zaoblenie */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    cursor: pointer;
    transition: background .15s, color .15s;
}
/* exkluzivne + hover = directreal brand cervena #ec1c24 */
.map-price-pill--exkl { background: #ec1c24; color: #fff; border-color: #ec1c24; }
.map-price-pill.is-hover,
.map-price-pill:hover {
    background: #ec1c24;
    color: #fff;
    border-color: #ec1c24;
}
/* karta v zozname zvyraznena pri hover markera na mape */
.js-product-item.is-map-hover {
    outline: 2px solid #ec1c24;
    outline-offset: -2px;
    border-radius: 8px;
}

/* search mapa nesmie skolabovat ked filter nevrati ziadne listingy */
#category-map,
.js-map-block-category,
.map-block-category {
    min-height: 800px;
}

/* ===== popup na search mape (klik na cenovy marker) - mini karta: foto vlavo, text vpravo ===== */
.map-popup-wrap .leaflet-popup-content-wrapper { padding: 0; border-radius: 10px; overflow: hidden; }
.map-popup-wrap .leaflet-popup-content { margin: 0; width: 290px !important; }
.map-popup { display: flex; align-items: stretch; }
.map-popup__img { display: block; flex: 0 0 92px; width: 92px; }
.map-popup__img img { display: block; width: 100%; height: 100%; min-height: 92px; object-fit: cover; }
.map-popup__body { flex: 1 1 auto; min-width: 0; padding: 5px 8px; }
.map-popup__price {
    font-family: "BigShoulders-regular", sans-serif;
    font-size: 16px; color: #ec1c24; font-weight: 700; line-height: 1.1;
}
.map-popup__title {
    font-size: 12px; font-weight: 600; color: #1a1a1a; margin: 3px 0 1px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.map-popup__addr { font-size: 11px; color: #777; margin-bottom: 7px; }
.map-popup__btn {
    display: block; text-align: center; background: #ec1c24; color: #fff !important;
    font-size: 12px; font-weight: 600; padding: 6px 8px; border-radius: 6px; text-decoration: none;
}
.map-popup__btn:hover { background: #a50e13; color: #fff; }

/* ===== draw controls (polygone/freehand/clear/edit) - overlay nad search mapou ===== */
.category-map { position: relative; }
.switch-tabs--map-control {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1000;
}
.switch-tabs--map-control .switch-tabs__content { display: flex; flex-direction: column; gap: 8px; }
.switch-tabs--map-control .switch-tabs__icon {
    width: 42px; height: 42px; background: #1a1a1a; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35); cursor: pointer;
    transition: background .15s;
}
.switch-tabs--map-control .switch-tabs__icon:hover { background: #000; }
.switch-tabs--map-control .switch-tabs__icon.alhuea1cd { background: #ec1c24; }
/* ikony su biele na ciernom (ako povodne) */
.switch-tabs--map-control .switch-tab-icon-map svg { width: 20px; height: 20px; fill: #fff; }

/* ===== clustre - directreal brand cervena (default zelena splyva so zelenou mapou) ===== */
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: rgba(197, 16, 23, 0.30) !important;
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: #ec1c24 !important;
}
.marker-cluster span {
    color: #ffffff !important;
    font-weight: 700;
    font-family: "BigShoulders-regular", sans-serif;
}
