/********* IMAGE SINGLE PROPERTY *************/

.img-fluid {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

.property-gallery-grid .gallery-grid-item {
    max-width: calc(100% - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
    border-radius: 20px !important;
}

.property-gallery-grid {
    margin-top: 27px !important;
}


.property-gallery-grid .more-images img {
    opacity: .65;
    border-radius: 20px !important;
}

/*#lightbox-slider-js {
    width: 100% !important;
}*/

/*.lightbox-slider  {
    width: 100% !important;
}*/

.slika {
    border-radius: 20px !important;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    border-radius: 20px !important;
}

.lightbox-slider {
    margin: auto !important;
}
/********* END IMAGE SINGLE PROPERTY *************/

/************ YOU TUBE ****************/

.block-video-wrap, .block-virtual-video-wrap {
    height: 500px;
    margin-top: -8px;
}


/************ END YOU TUBE ****************/

/************* 3D VIEW ****************/


/*.date-20230714 {
    border-radius: 30px !important;
    background: none !important;
}*/

.videocontainer {
    width: 100%;
    height: 500px !important;
    background-color:gray;
    position: relative;
    border-radius: 30px;
    z-index: 2;
    margin-top: -4px;
}
  
.expandvideo {
    cursor: pointer;
    color: #227DC3;
}
  
.expandvideo:hover {
    color: #227DC3;
}

iframe {
    border-radius: 20px;
}

.expandvideo {
    display: none;
}

/*****************************************/


.mobile-property-contact {
    display: none !important;
}

.mobile-property-title .item-address {
    display: none !important;
   }

li.item-price {
    display: none !important;
}

.map-title {
    width: 100%;
    margin-top: 150px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    line-height: 25.3px;
    font-weight: bold;
    margin-bottom: -12px;
    display: flex;
    justify-content: center;
}

.mapa-light {
    margin-right: 10px;
}

.map-title-text {
    align-content: center;
    display: grid;
}


.more2 {
    margin: 50px auto;
    color: #fff;
    text-align: center !important;
    display: flex;
    justify-content: center;
    width: 90%;
    height: 90px;
    background-color: #227DC3;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    font-size: 40px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}


.property-description-wrap .block-title-wrap h2 {
    font-size: 20px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 900;
}

.property-description-wrap .block-content-wrap {
    font-size: 20px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 300;
}

.property-contact-agent-wrap .block-wrap .block-title-wrap h2 {
    font-size: 20px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 900;
}

.property-contact-agent-wrap .block-wrap .block-title-wrap h3 {
    font-size: 20px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 900;
}


.property-labels-wrap {
    display: none !important;
}

.lightbox-slider {
    width: 400px !important;
}


.metar {
    font-weight: normal !important;
}


/************* SLIDER ARROWS ******************/

.slick-arrow {
    background-color: transparent !important;
}

.slick-prev::before {
    content: "" !important;
    background-color: transparent;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url("../images/arow-left-lightmode.svg");   
}

.slick-next::before {
    content: "" !important;
    background-color: transparent;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url("../images/arow-right-lightmode.svg");
    margin-left: -15px !important;
}

.top-image {
    position: absolute;
    top: 440px;
    left: 83%;
    z-index: 2;
    width: 40px;
    cursor: pointer;
  }
  
.single-property .share-lpp {
    margin-top: 5px !important;
    cursor: pointer;
}

/********** SHARE DROPDOWN *****************/

.item-tool-dropdown-menu-dark {
    background-color: #227DC3 !important;
    position: absolute;
    transform: translate3d(-65px, 2220px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    padding: 10px;
}

.dropdown-item {
    display: block;
    width: auto !important;
    padding: 10px !important;
    clear: both;
    font-weight: 400;
    color: #000 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.property-template-default.dropdown-item:hover {
    color: #212529 !important;
}

.dropdown-item-dark {
    display: block;
    width: auto;
    padding: 10px !important;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: #227DC3;
    border: 0;
}

.listing-share2 {
    cursor: pointer !important;
}

.print-listing {
    margin-left: 15px;
    cursor: pointer !important;
}

/***************************************/

@media (min-width: 992px) {
    .property-template-default .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 !important;
    }
}

@media (max-width: 699px)  {
    .lightbox-slider {
        width: 650px !important;
    }
}

@media (min-width: 700px) and (max-width: 799px)  {
    .lightbox-slider {
        width: 700px !important;
    }
}

@media (min-width: 800px) and (max-width: 991px)  {
    .lightbox-slider {
        width: 225px !important;
    }
}


@media (min-width: 992px) and (max-width: 1199px)  {
    .lightbox-slider {
        width: 290px !important;
    }
}

@media (min-width: 1200px) {
    .expandvideo {
        display: block;
        margin-bottom: 2px;
    }

    .video {
        margin-top: -30px;
    }
    
    .add-info-main {
        min-width: 1200px;
    }

    .property-detail-wrap .block-wrap {
        padding: 0 !important;
    }
    
    .more2 {
        margin: 50px auto !important;
        width: 80%;
    }
    
    .lightbox-slider {
        width: 370px !important;
    }
    
}


@media (min-width: 992px) {
    .property-template-default .mobile-popup {
        display: none !important;
    }
}

/************* END 3D VIEW ****************/


/****** Image Lightbox Z-INdex *****************/

.property-lightbox .modal.show {
    visibility: visible;
    z-index: 10000;
}

/************************************************/

#content { 
    display: none; 
}

.show-more { 
    margin-top: 3px; 
    cursor: pointer;
    color: #227DC3;
}


 /********************************/

  /* Initially hide the fullscreen image */
.fullscreen-image {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Maintain aspect ratio */
    background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent black background */
    z-index: 9999; /* Ensure it's on top of everything */
    cursor: pointer; /* Change cursor to a pointer on hover */
}

/************************************************/

.gallery_pics_holder {
    border: px solid green;
    width: 100%;
    text-align: center;
    height: 350px;
    display: table;
  }
  .gallery_pics {
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 10px;
    text-align: center;
    background-color: #3C0;
  }
  .gallery_pics img {
    width: 100%;
    height: 100%;
  }
  .gallery_pics:hover {
    cursor: pointer;
  }
  .gallery_pics.fullscreen img {
    width: 100%;
    height: 100%;
  }
  .gallery_pics.fullscreen {
    z-index: 9999;
    position: fixed;
    margin: 0 auto;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-color: #0FF;
  }


.clientdata {
    font-weight: 300 !important;
}

.clientdatamain {
    display: flex;
    font-weight: 600 !important;
}

.imejl {
    display: flex;
    margin-left: 166px;
    margin-top: -65px;
    word-break: break-all;
}

.imejlikona {
    margin-top: 2px;
    margin-right: 2px;
}