<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Container */
#inner-page-wrapper {
    margin-bottom: 0;
}

    #inner-page-wrapper &gt; .container {
        width: 100%;
        padding: 0;
    }

    #inner-page-wrapper  #breadcrumbs {
        /* max-width: 1470px; */
        width: 100%;
        margin: auto;
        padding: 0 0;
    }

#content-full {
/*    max-width: 1470px;*/
    padding: 0 75px;
}

/* IP Banner */
.ip-banner {
    display: none;
}

    .ip-slider-cont {
        position: relative;
    }

    .ip-slider {
        position: relative;
        z-index: 1;
    }

    .ip-slider canvas {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
    }

    .ip-slider-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.35);
        z-index: 5;
    }

    .ip-slider-overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);
        z-index: 7;
    }

    .ip-slider-overlay::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        z-index: 7;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);
    }

    .ip-sell-slider-title {
        top: 0;
        z-index: 20;
    }

    .ip-slider-cont .arrow-cont {
        z-index: 20;
    }

    .ip-slider-cont .primary-btn-cont {
        border: 1px solid #000;
        background: #e5be29;
        color: #000;
    }

    .ip-slider-cont .hp-slider-title-text {
        text-transform: uppercase;
    }
.not-strong {
	font-weight: normal;
	font-size: 36px;
	display: block;
}
/* Content */
.ip-fl-txt-inner {
    max-width: 1286px;
    width: 100%;
    margin: auto;
}

.ip-fl-txt {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 61px 0 15px;
}

.ip-fl-txt p {
    margin: 0 0 23px !important;
}

.ip-fl-btn .primary-btn-cont {
    margin: auto;
    text-transform: uppercase;
}

.ip-fl-txt .ip-fl-btn {
    margin: 52px 0 0;
}

.ip-fl-btn {
    line-height: 1;
}



/*listing*/
.ip-fl {
    padding-bottom: 40px;
}
    .ip-fl-listing-title {
        line-height: 1;
    }

    .ip-fl-listing-title .hp-section-header .buzz-title-text {
        margin-top: 10px;
    }

.ip-fl-listing-result-wrap {
    margin-bottom: 80px;
}
.ip-fl-listing-result {
    font-size: 0;
    margin: 0 -8px;
}

    .ip-fl-listing-item {
        width: 16.66%;
/*		width: calc(100% / 3);*/
        padding: 8px;
        display: inline-block;
        vertical-align: top;
    }
    .ip-fl-listing-result-wrap.result-1 .ip-fl-listing-item:nth-child(12) ~ .ip-fl-listing-item,
    .ip-fl-listing-result-wrap.result-2 .ip-fl-listing-item:nth-child(18) ~ .ip-fl-listing-item,
    .ip-fl-listing-result-wrap.result-3 .ip-fl-listing-item:nth-child(18) ~ .ip-fl-listing-item {
        display: none;
    }

        .ip-fl-listing-item a {
            display: block;
            position: relative;
        }

        .ip-fl-listing-item-img {
            position: relative;
        }
            .ip-fl-listing-item-img canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                background-color: #000;
            }

        .ip-fl-listing-item-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.72);
            font-weight: 300;
            font-size: 15px;
            text-align: center;
            line-height: 1.2;
            color: #Fff;
            padding: 8px 0;
            transition: all .3s ease;
        }

        .ip-fl-listing-item a:hover .ip-fl-listing-item-info {
            background: #000;
        }

.ip-fl-listing-result {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.ip-oh-lh-item {
    width: 25%;
    padding: 15px;
}

.ip-oh-lh-item a {
    display: block;
    position: relative;
}

.ip-oh-lh-img {
    position: relative;
    overflow: hidden;
}

.ip-oh-lh-img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    z-index: 7;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

.ip-oh-lh-img canvas {
    display: block;
    width: 100%;
}

.ip-oh-lh-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ip-oh-lh-item a:hover .ip-oh-lh-img img {
    transform: scale(1.1);
}

.ip-oh-lh-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 1;
    padding: 0 15px 30px;
}

.ip-oh-lh-info {
    width: calc(100% - 182px);
}

.ip-oh-lh-price {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 7px;
}

.ip-oh-lh-address {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px;
    margin: 0 0 10px;
}

.ip-oh-lh-bbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 3px;
}

.ip-oh-lh-bbs span {
    margin-right: 36px;
}

.ip-oh-lh-info-btn {
    width: 182px;
}

.ip-oh-lh-info-btn .primary-btn-cont {
    max-width: 100%;
}

.primary-btn-cont .ip-oh-lh-info-link {
    width: 142px;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 0 auto;
}

.ip-oh-lh-item a:hover .primary-btn-cont {
    background: #445e7d;
}

.ip-oh-lh-info-btn .primary-btn-cont {
    width: 142px;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 0 auto;
}

.ip-oh-lh-info-btn .plus::before,
.ip-oh-lh-info-btn .plus::after {
    width: 61px;
}


@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1199px) {
    #content-full {
        padding: 0 15px;
    }

    .ip-oh-lh-details {
        padding: 0 10px 15px;
    }
    .ip-oh-lh-info {
        width: calc(100% - 85px);
    }
    .ip-oh-lh-address {
        font-size: 18px;
    }
    .ip-oh-lh-bbs span {
        margin-right: 25px;
    }
    .ip-oh-lh-info-btn {
        width: 80px;
    }
}

@media only screen and (max-width: 991px) {
    
    .hp-slider-title {
        display: flex !important;
        margin: 0 !important;
    }

    .ip-fl-listing-item {
        width: 33.33%;
    }
    
    .ip-oh-lh-item {
        width: 50%;
    }
  
}

@media only screen and (max-width: 767px) {
    .hp-section-header .buzz-subtitle-text {
        font-size: 37px;
    }

    .hp-section-header .buzz-title-text {
        font-size: 23px;
    }

    .ip-fl-listing-item {
        width: 50%;
    }
    
}

@media only screen and (max-width: 480px) {
    .ip-fl-listing-item {
        width: 100%;
    }
    
    .ip-oh-lh-item {
        width: 100%;
    }
}
</pre></body></html>