@font-face {
    font-family: 'jllhand';
    src: url('JLL HAND.ttf') format('truetype')

}

footer {
    z-index: 999;
}

.building-list{
    padding: 0 0 0 20px;
}

.building-list__item  {
    margin-right: .8rem;
    position: relative;
}

.search-grid__right {
    opacity: 1;
    margin: auto;
}

.close-btn {
    display: none;
}

.close-preview {
    display: none;
}

.building-list .active {
    transition-duration: 0.3s;
    /* box-shadow: 0 0 30px 0 rgba(227, 6, 19, 0.17); */
    border: 1px solid #e30613;
}

.page--building-single header.main .item {
    background-position: 50% 0;
    background-size: auto;
    background-color: #444;
    background-repeat: no-repeat;
}

.page--building-single header.main>.overlay {
    padding-bottom: 45px;
}

.page--building-single header.main .location {
    padding-bottom: 10px;
    font-size: 1.3rem;
}

.search-grid__right header.main h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.page--building-single {
    position: relative;
}
.link-spaner {
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    z-index: 5;
}

.page--building-single header.main .header-badges {
    z-index: 8
}

.page--building-single .btn {
    padding: 7.5px 14px;
    height: 45px;
    font-size: 11px;
}

.page--building-single>div .header-badge {
    margin-right: 10px;
    background-color: #fff;
    padding: 5px 10px;
    font-weight: 400;
}

.page--building-single>div .header-badge.commission-free {
    color: #e30613;
}

.gallery-description {
    position: absolute;
    bottom: 100px;
    left: calc(50% - 200px);
    background-color: rgb(0, 0, 0, .5);
    color: #fff;
    margin: auto;
    text-align: center;
    width: 400px;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
}

.reveal.reveal-modal.floorplan-gallery {
    background: rgba(0,0,0,.85);
    display: flex;
    justify-content: center;
    align-items: center;
}

.reveal.reveal-modal.floorplan-gallery .next-btn svg, .reveal.reveal-modal.floorplan-gallery .prev-btn svg {
    width: 30px;
    height: 30px;
}

.reveal.reveal-modal.floorplan-gallery .floorplan-gallery-container .item {
    display: none;
}

.reveal.reveal-modal.floorplan-gallery .floorplan-gallery-container .item:first-child {
    display: block;
}

.reveal.reveal-modal.floorplan-gallery .florplan-gallery-container .item img {
    max-height: 80vh;
}

.reveal.reveal-modal.floorplan-gallery .next-btn svg path, .reveal.reveal-modal.floorplan-gallery .prev-btn svg path {
    fill: #fff;
}

.reveal.reveal-modal.floorplan-gallery .next-btn.disabled svg path, .reveal.reveal-modal.floorplan-gallery .prev-btn.disabled svg path {
    fill: #626468;
}

.reveal.reveal-modal.floorplan-gallery .next-btn {
    right: 10px;
    transform: rotate(-90deg);
}

.reveal.reveal-modal.floorplan-gallery .prev-btn {
    left: 10px;
    transform: rotate(90deg);
}

.reveal.reveal-modal.floorplan-gallery .next-btn.disabled, .reveal.reveal-modal.floorplan-gallery .prev-btn.disabled {
    cursor: default;
}

.reveal.reveal-modal.floorplan-gallery .next-btn, .reveal.reveal-modal.floorplan-gallery .prev-btn {
    position: absolute;
    cursor: pointer;
}

.reveal.reveal-modal.floorplan-gallery .popup-close svg rect {
    fill: #fff;
}

.reveal.reveal-modal.video-gallery {
    background: rgba(0,0,0,.85);
    display: flex;
    justify-content: center;
    align-items: center;
}

.reveal.reveal-modal.video-gallery .next-btn svg, .reveal.reveal-modal.video-gallery .prev-btn svg {
    width: 30px;
    height: 30px;
}

.reveal.reveal-modal.video-gallery .video-gallery-container .item {
    display: none;
}

.reveal.reveal-modal.video-gallery .video-gallery-container .item:first-child {
    display: block;
}

.reveal.reveal-modal.video-gallery .florplan-gallery-container .item img {
    max-height: 80vh;
}

.reveal.reveal-modal.video-gallery .next-btn svg path, .reveal.reveal-modal.video-gallery .prev-btn svg path {
    fill: #fff;
}

.reveal.reveal-modal.video-gallery .next-btn.disabled svg path, .reveal.reveal-modal.video-gallery .prev-btn.disabled svg path {
    fill: #626468;
}

.reveal.reveal-modal.video-gallery .next-btn {
    right: 10px;
    transform: rotate(-90deg);
}

.reveal.reveal-modal.video-gallery .prev-btn {
    left: 10px;
    transform: rotate(90deg);
}

.reveal.reveal-modal.video-gallery .next-btn.disabled, .reveal.reveal-modal.video-gallery .prev-btn.disabled {
    cursor: default;
}

.reveal.reveal-modal.video-gallery .next-btn, .reveal.reveal-modal.video-gallery .prev-btn {
    position: absolute;
    cursor: pointer;
}

.reveal.reveal-modal.video-gallery .popup-close svg rect {
    fill: #fff;
}

.video-gallery-container {
    width: 80vw;
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.path-stroke svg path {
    fill: none!important;
}

.path-stroke:hover svg path { 
    fill: none!important;
    stroke: #e30613;
}

.btn-play:hover svg polygon {
    fill: #e30613;
    stroke: #e30613;
}

.btn-play:hover svg circle { 
    stroke: #e30613;
}

.cluster_summary {
    padding: 0.5rem 0.625rem 0.625rem!important;
    font-weight: 700!important;
    text-align: left!important;
}

.cluster_summary_text {
    padding: 0.5rem 0 0.625rem!important;
}

table tbody tr {
    line-height: 0.8;
}

table thead tr {
    background-color:  #e0e0e0;
}

table thead th:first-child {
    padding-left: 10px!important;
}

table tr.building-name {
    background-color:  #f1f1f1!important;
}

table tr.building-name td {
    padding-left: 10px!important;
}

.space-units-table {
    overflow-x: scroll;
    padding-bottom: 10px;
}

.space-units-table__scroll {
    overflow-x: auto;
}

.space-units-table::-webkit-scrollbar {
    display: none;
    background: transparent;
    height: 0;
}

section.space-units-table table thead tr th, 
section.space-units-table table tbody tr td {
    white-space: nowrap;
}

td.rental-section {

}

.parking-info {
    padding-top: 10px;
}

.building-details__facilities_single {
    columns: 1;
}

.search-grid__right .building-details .item.fitout {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.fitout-header {
    grid-column: 1 / span 2;
}

.fitout-block {
    padding-right: 20px;
}

.fitout-bullet {
    padding-left: 26px;
    text-indent: -26px;
}

.text-overlay {
    display: none;
}

.inactive {
    opacity: 1!important;
}
.inactive > .column {
    opacity: 0.3;
}
.inactive > .text-overlay{
    display: block;
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 5;
    font-family: 'jllhand';
    font-size: 4rem;
    color: #e30613;
    line-height: 1;
    text-align: center;
}

.compare-items ul li.group-label, .compare-labels ul li.group-label {
    padding: 5px 10px;
    line-height: 33px;
}

.compare-items ul li, .compare-labels ul li {
    padding: 5px 10px;
}

.compare__list .collapse {
    overflow: auto!important;
}
.page404--container {
    width: 100vw; 
    height: 100vh; 
    margin: auto; 
    text-align: center;
}
.page404--image {
    padding-top: 25vh; /*calc(25vh - 115px);*/
}
.page404--h5 {
    font-family: 'Helvetica','Roboto','Arial',sans-serif; 
    margin: 24px 0 16px; 
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
}

section.building-details  section {
    padding-left: 0!important;
}


.loading {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    top: calc(50% - 90px);
    left: calc(50% - 220px);
    display: block;
    width: 440px;
    height: 180px;
    padding: 1rem;
    z-index: 0;
    border: 2px solid #e30613;
    display: block;
    opacity: 0;
    transition: z-index 0.5s ease-in, opacity 0.5s ease-in;
}

.loading_text {
    font-size: 1.5rem;
    font-weight: bolder;
}

.throbber,
.throbber:after {
  box-sizing: border-box;
}
.throbber {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-left: calc(50% - 40PX);
}
.throbber:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid #e30613;
  border-color: #e30613 transparent #e30613 transparent;
  animation: anim-throbber 1.2s linear infinite;
}
@keyframes anim-throbber {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.badge-send {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 1rem;
    color: #e30613;
    font-weight: 600;
}

.street_run {
    width: 100%; 
    height: auto; 
    padding-bottom: 20px;
}

.search-grid__left #map {
    height: 300px;
}

@media screen and (max-width: 1440px) {
    section.space-units-table table thead tr th, 
    section.space-units-table table tbody tr td {
        white-space: nowrap;
        padding-right: 0;
        font-size: 1rem;
        padding-left: 5px;
    }
    
    .space-units-table {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

a.btn-download span {
    display: inline-block!important;
}

.column.action-buttons p {
    display: block;
} 


@media screen and (max-width: 1319px) {
    .column.item-desc {
        padding: 20px;
    }

    .item-params {
        padding: 0!important;
        width: 100%!important;
    }
}
@media screen and (max-width: 1024px)  { 

    .item-params {
        padding: 0 50px;
        width: calc(100% - 235px);
    }

    a.btn-download {
        width: auto!important;
    }
    a.btn-download svg {
        position: relative!important; 
        left: 10px!important;
        top: 35%!important;
        height: 14px!important;
    }
    .search-grid__right header.main {
        min-height: 500px!important;
    }
    .search-grid__right {
        opacity: 0;
    }

    .search-grid__header .row .action-buttons p {
        padding-top: 10px;
    }

    .close-btn {
        position: sticky; 
        top: 80px; 
        left: 90%; 
        background: red; 
        width: 50px; 
        height: 50px; 
        z-index: 1000;
    }

    .search-grid__right {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
    }

   .search-grid__right:not(.only-preview) > .close-preview {
        display: block;
        background: black;
        border-radius: 50%;
        z-index: 10;
        width: 60px;
        height: 60px;
        position: fixed;
        top: 100px;
        left: calc(100% - 80px);
    }

    .search-grid__right:not(.only-preview) > .close-preview svg {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 25%;
        left: 25%;
    }

    .only-preview {
        display: block;
        width: 100%;
        opacity: 1;
    }

    .space-units-table {
        width: calc(100vw - 80px);
    }

    @keyframes fadeInFromNone {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .open-right-side {
        display: block!important;
        animation: fadeInFromNone 0.5s ease-out;
    }
}

@media screen and (max-device-width: 720px) {
    footer p.links {
        width: 50%;
        flex-flow: wrap;
    }

    footer {
        position: static;
    }

    .search-grid__header .row .title h1 {
        font-size: 18px;
    }

    .column.action-buttons p {
        display: none;
    } 

    .search-grid__header {
        padding: 0px 20px 5px 10px!important;
    }

    .inactive > .text-overlay {
        font-size: 2.5rem;
    }

    .page--building-list {
        padding-bottom: 0px;
    }

    .building-list {
        padding: 0px;
    }

    .building-list__item { 
        padding: 0 0 0 20px;
    }

    .open-right-side {
        margin-top: 80px;
    }

    .search-grid__left {
        padding-right: 0;
    }

    .search-grid__right:not(.only-preview) > .close-preview {
        width: 30px;
        height: 30px;
        top: 90px;
        right: 5px;
        left: unset;
    }

    .search-grid__right:not(.only-preview) > .close-preview svg {
        width: 15px;
        height: 15px;
    }

    .search-grid {
        height: 100%;
    }

    .building-list { 
        height: calc(100vh - 380px);
    }

    .building-owl-nav {
        display: none;
    }
}

@media screen and (max-device-width: 639px) {
.search-grid__right .building-details .item.fitout {
    display: block;
}
}
@media screen and (max-device-width: 480px) {
    .search-grid__header .row .action-buttons {
        flex-direction: column;
        width: 60px;
    }

    .search-grid__header .row .action-buttons p {
        padding-right: 0;
    }

    a.btn-download {
        margin-left: 10px;
        width: 60px!important;
    }
    a.btn-download span {
        display: none!important;
    }

    a.btn-download svg {
        position: absolute!important; 
        left: 40%!important;
        top: 45%!important;
        height: 14px!important;
    }
}

/* gallery */
@media screen and (min-device-width: 768px) {
    .gallery-container, .floorplan-gallery-container {
        width: 100%;
        display: flex;
        justify-content: center;

        .item {
            text-align: center;

            img {
                max-width: calc(100% - 120px);
                max-height: calc(100vh - 160px);
            }
        }
    }
}

@media screen and (max-width: 63.9375em) {
    .reveal.reveal-modal.floorplan-gallery .next-btn, .reveal.reveal-modal.floorplan-gallery .prev-btn {
        position: fixed;
        bottom: 10px;
    }
}