<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.template-logo-whiteï¿½ {
    display: none;
}


/* Animation */

.search-v2 .form-group,
.search-v2 .form-group:hover {
    transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: box-shadow 0.3s ease-in-out;
}

.search-v2 .submit,
.search-v2 .submit:hover {
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
}

#toggle i,
#toggle,
#toggle:hover {
    -webkit-transition: all 200ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 200ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 200ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    /* custom */
}

.pace-inactive .pace-progress,
.pace-active .pace-progress {
    -webkit-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    /* custom */
}


/* IE reset select */

select::-ms-expand {
    display: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Good browsers :) */
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none !important;
    filter: chroma(color=#000000);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    filter: chroma(color=#000000);
    border: none !important;
}

.clearfix {
    clear: both;
}

.header {
    height: 100px;
    line-height: inherit !important;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 0px;
    position: fixed;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.search-v2 input[type="text"] {
    border: none;
    background: none;
    border: none;
    &amp;:focus;
    {
        order: none;
        background: none;
        border: none;
    }
}

.header .logo-v2 {
    float: left;
    box-sizing: border-box;
}

.header .logo-v2 img {
    max-width: 100%;
    max-height: 40px;
}

.search-v2 {
    box-sizing: border-box;
}

.search-v2 .form-group:hover {
    -webkit-box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, 0.035);
    -moz-box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, 0.035);
    box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, 0.035);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#00000000', GradientType=1);
    border-color: #eee;
}

.search-v2 .form-group {
    position: relative;
}

.search-v2 select {
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    min-width: 148px;
    border-radius: 0;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    background: none;
    text-transform: uppercase;
    /* position: relative; */
    z-index: 2;
}

.search-v2 select:disabled {
    opacity: .5;
}

.search-v2 select.disabled {
    opacity: .4;
}

.search-v2 select:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
}

.search-v2 label span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111;
}

.search-v2 .submit {
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 18px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #fff;
    margin: 0;
}

.search-v2 .submit:hover {
    cursor: pointer;
    outline: none;
    background: #111;
}

#toggle i {
    color: #666;
}

.search-v2 i.icon-reset,
.search-v2 i.icon-arrow,
.search-v2 i.icon-type {
    opacity: 0.4;
    position: absolute;
}

.search-v2 i.icon-reset,
.search-v2 i.icon-arrow {
    width: 20px;
    height: 20px;
}

.search-v2 i.icon-type {
    font-size: 16px;
}

.search-v2 .form-group i.icon-arrow,
.search-v2 .form-group i.icon-reset {
    right: 17px;
    top: 48px;
    font-size: 12px;
    padding: 10px 5px;
    z-index: 10;
    text-align: center;
}

.search-v2 .form-group.off i.icon-reset,
.search-v2 .form-group.on i.icon-arrow {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.search-v2 .form-group.off i.icon-arrow {
    z-index: 1;
}

.search-v2 .form-group.off i.icon-arrow,
.search-v2 .form-group.on i.icon-reset {
    opacity: .45;
}

.search-v2 .form-group.on i.icon-reset {
    z-index: 20;
}

.search-v2 .form-group.on i.icon-reset:hover {
    opacity: 1;
    cursor: pointer;
}

.search-v2 .form-group.off:hover i.icon-arrow {
    opacity: .5;
}

.search-v2 .form-group {
    margin-bottom: 0;
}


/* RESPONSIVE &gt; Tablet (portrait) */

@media (min-width:992px) {
    .header .logo-v2 img {
        max-height: 70px;
        width: 100%;
    }
    main {
        padding-top: 100px;
    }
    .search-v2 select {
        padding: 50px 40px 25px 45px;
        height: 100px;
    }
    .search-v2 input[type="text"] {
        padding: 55px 20px 25px 45px;
        height: 100px;
    }
    .visible-sm {
        display: none;
    }
    .header .logo-v2 {
        max-width: 150px;
        height: 100px;
        padding: 15px 20px 15px 20px;
    }
    .search-v2 .form-group {
        float: left;
        padding: 0;
        height: 100px;
        border-left: 1px solid #f7f7f7;
    }
    .search-v2 {
        float: right;
    }
    .search-v2 .submit {
        font-size: 18px;
        height: 100px;
        padding: 30px 30px 30px 40px;
    }
    .search-v2 label span {
        z-index: 1;
        left: 20px;
        right: 20px;
        position: absolute;
        height: 100px;
        top: 20px;
        display: block;
        height: 25px;
    }
    .search-v2 i.icon-type {
        left: 20px;
        top: 55px;
    }
    .search-v2 label select option {
        border: none;
    }
    .search-v2 label {
        position: relative;
        /* padding: 50px; */
        width: 100%;
        display: block;
    }
    .search-v2 label:after {
        right: 20px;
        top: 2px;
    }
    .search-v2 .form-group.last:before {
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 10px solid #fff;
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        z-index: 3;
    }
    #toggle:hover {
        opacity: .6;
    }
}


/* RESPONSIVE &lt; Mobile (portrait) */

@media (max-width:991px) {
    .search-v2 input[type="text"] {
        border: none;
        width: 50%;
        padding: 16px;
    }
    .visible-sm {
        display: block;
    }
    main {
        padding-top: 60px;
    }
    .header {
        height: auto;
    }
    .header .logo-v2 {
        max-width: 140px;
        height: 60px;
        padding: 10px 10px 10px 15px;
    }
    .header .content {
        height: auto;
        background: none;
        padding: 0;
    }
    .header-responsive {
        background: #fff;
        z-index: 5;
        position: relative;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
    }
    .search-v2 i.icon-type {
        left: 15px;
        top: 18px;
    }
    .search-v2 {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        background: rgba(255, 255, 255, 0.98);
        z-index: 2;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
    }
    .search-v2 label {
        display: block;
    }
    .search-v2.open {
        visibility: visible;
        opacity: 1;
        top: 60px;
        pointer-events: auto;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .search-v2 .form-group {
        border-bottom: 1px solid #f1f1f1;
    }
    .search-v2 .form-group.last {
        border: none !important;
    }
    .search-v2 .submit {
        padding: 20px 15px;
        position: relative;
        width: 100%;
    }
    .search-v2 label:after {
        right: 25px;
        top: 15px;
    }
    .search-v2 .form-group.last:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 5px solid #fff;
        content: "";
        position: absolute;
        left: 50x%;
        bottom: -5px;
        z-index: 3;
        margin-left: -10px;
    }
    .search-v2 label span {
        width: 50%;
        position: relative;
        padding-left: 50px;
        font-size: 11px;
        padding-top: 18px;
        padding-bottom: 20px;
    }
    .search-v2 label span:before {
        position: absolute;
        left: 40px;
        width: 3px;
        height: 10px;
        content: "";
        position: absolute;
        top: 22px;
    }
    .search-v2 .form-group i.icon-arrow,
    .search-v2 .form-group i.icon-reset {
        font-size: 18px;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 16px;
        padding: 17px 10px;
    }
    .search-v2 label select {
        width: 50%;
        font-size: 14px;
        position: absolute;
        padding-top: 17px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
    .search-v2 label span,
    .search-v2 select {
        float: left;
        position: relative;
        box-sizing: border-box;
    }
    .search-v2 label span,
    .search-v2 select,
    .search-v2 .form-group {
        height: 50px;
    }
    #toggle {
        float: right;
        width: 60px;
        position: relative;
        z-index: 20;
        height: 60px;
        display: block;
        opacity: 1;
        cursor: pointer;
    }
    #toggle i {
        position: absolute;
        top: 0px;
        right: 0;
        background: #fff;
        width: 60px;
        height: 60px;
        font-size: 26px;
        z-index: 3;
        text-align: center;
        padding: 17px 10px;
        opacity: 1;
    }
    #toggle.on i {
        opacity: 0;
    }
    #toggle span:after,
    #toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }
    #toggle span:after {
        top: 9px;
    }
    #toggle span:after,
    #toggle span:before {
        width: 30px;
        height: 4px;
        top: 30px;
        background-color: #666;
        transition: all 0.3s;
        backface-visibility: hidden;
        margin: 0;
    }
    #toggle span:after {
        left: 15px;
        top: 40px;
    }
    #toggle span:before {
        left: 15px;
        top: 23px;
    }
    /* on activation */
    #toggle span {
        background-color: transparent;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0px;
    }
    #toggle span:before {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #toggle span:after {
        transform: rotate(-45deg) translate(7px, -8px);
    }
    #toggle+#menu {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width:1050px) {
    .header .logo-v2 {
        max-width: 200px !important;
    }
    .header .logo-v2 img {
        max-width: 160px !important;
        width: auto;
    }
}


/* Mobile (portrait) &lt; Mobile (landscape) */

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
    .search-v2 .form-group {
        float: left;
        width: 50%;
    }
    .search-v2 .form-group.last:before {
        left: -5px;
    }
    .search-v2 .form-group.third {
        border: none !important;
    }
}


/* If LOGO is white = add .template logo white on body */

.template-logo-white #toggle i,
.template-logo-white .search-v2 label span {
    color: #fff;
}

body.template-logo-white {
    background: #000;
}

.template-logo-white footer[role="contentinfo"] .btn {
    background: none;
    border-color: #fff;
    color: #fff !important;
}

.template-logo-white footer[role="contentinfo"] .btn:hover {
    background: #fff;
    color: #000 !important;
}

.template-logo-white footer[role="contentinfo"] h3ï¿½ {
    color: #fff !important;
}

.template-logo-white .search-v2 i.icon-type {
    opacity: 1 !important;
}

.template-logo-white .header {
    background: #000;
}

.template-logo-white .search-v2 .form-group:hover {
    background: #111;
}

@media (min-width: 992px) {
    .template-logo-white .search-v2 .form-group {
        border-color: #222;
    }
    .template-logo-white .search-v2 .form-group.last:before {
        border-left-color: #000;
    }
}

@media (max-width: 991px) {
    .template-logo-white .search-v2 .form-group.last:before {
        border-top-color: #000;
    }
    .template-logo-white .search-v2 .form-group {
        border-color: #222;
    }
    .template-logo-white .header-responsive,
    .template-logo-white .search-v2.open {
        background: #000;
    }
    .template-logo-white #toggle i {
        background: #000;
    }
}


/* If PRIMARY COLOR is light = add .light-color */

.light-color .search-v2 .form-group.on i.icon-reset:hover,
.light-color .search-v2 select,
.light-color .search-v2 .submit,
.light-color .notice-state,
.light-color .corner-ribbon,
.light-color .list-items-box a.link-img .overlay-figure i {
    color: #000;
}

html.nomore-result .see-more {
    display: none;
}

#btnGetMore {
    opacity: 1;
    transition: all .3s;
}

html.searching #btnGetMore {
    opacity: 0;
    pointer-events: none;
}

html.searching .see-more {
    opacity: 1;
    background-image: url('//propertyshowcase.com/content/search/img/dots.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 992px) {
    .search-v2 .lease,
    #propertyTypeSelect {
        width: 160px;
    }
}

@media (min-width: 1180px) {
    .header .logo-v2 img {
        max-width: 240px !important;
        width: auto;
    }
}</pre></body></html>