<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** GENERAL **/
.home-page-wrapper .recent-property-slider			{ background-size:cover; background-position:50% 50%; background-repeat:no-repeat; background:#EFEFEF; padding:60px 0px; }
.home-page-wrapper .recent-property-slider h2		{ font-size:2.5em; text-transform:uppercase; }

/** RECENT PROPERTIES **/
.recent-property-slider a							{ display:block; }
.recent-property-slider .recent-height				{ display:block; margin:5px; border:4px solid #ffffff; }
.recent-property-slider a:hover .recent-height				{ display:block; margin:5px; border:4px solid #232020; }
.recent-property .property-attributes				{  margin-top:10px; }
.recent-property .property-attributes .pla-icon		{ float:left; display:block; padding:8px 0 10px 48px; width:33%; vertical-align:top; font-size:0.9em; height:20px; }
.recent-property .property-attributes .pla-icon		{ background-repeat:no-repeat; background-position:0% 0%; color:#232020; }
.recent-property .property-attributes .style		{ background-image:url(icons/att-icon-style.png); }
.recent-property .property-attributes .bedrooms		{ background-image:url(icons/att-icon-bedrooms.png); }
.recent-property .property-attributes .bathrooms	{ background-image:url(icons/att-icon-bathrooms.png); }
.recent-property .property-attributes .receptions	{ background-image:url(icons/att-icon-receptions.png); }
@media screen and (max-width:960px){
.recent-property .pla-icon	{ float:none; width:auto; clear:both; }
}
@media screen and (max-width:800px){
.recent-property .property-attributes .pla-icon			{ padding:10px 0px 13px 53px; width:69%; }
.recent-property .property-attributes					{ margin-top:10px; }
.recent-properties .recent-property .address .addr-line1{font-size:1.8em;}
}
@media screen and (max-width:650px){
.recent-property .property-attributes .pla-icon				{ padding:10px 0px 13px 80px; width:45%; }
.recent-property .property-attributes						{ margin:10px 0px 0px 0px; text-align:left; }
}

/** IMAGE **/
.recent-property-slider .recent-image						{ display:block; width:100%; height:200px; position:relative; }
.recent-property-slider .recent-image .time					{ display:none; position:absolute; top:0; left:0; z-index:10; }
.recent-property-slider .recent-image .time.time-added,
.recent-property-slider .recent-image .time.time-updated,
.recent-property-slider .recent-image .time.time-auctions	{ padding:10px; }
.recent-property-slider .recent-image .border				{ position:absolute; top:0; left:0; right:0; bottom:0; z-index:1; }

/** DETAILS **/
.recent-property-slider .recent-details								{ display:block; padding:5px 0px; }
.recent-property-slider .recent-details .rd-address					{ display:block; margin:0px 0px 10px 0px; }
.recent-property-slider .recent-details .rd-address .rd-addr-line1	{ font-size:1.4em; display:block; text-transform:uppercase; line-height:1.1em; font-weight:bold; }
.recent-property-slider .recent-details .rd-address .rd-location 	{ font-size:1.2em; }
.recent-property-slider .recent-details .rd-attributes				{ display:block; }
.recent-property-slider .recent-details .rd-price					{ display:block; margin:10px 0px; }
.recent-property-slider .recent-details .rd-price .price-value		{ display:inline-block; font-size:1.3em; }

/** PAGINATION **/
.slider-wrapper.recent-property-slider .jcarousel-pagination	{ background:transparent; }

@media screen and (max-width:760px){
.home-page-wrapper .recent-property-slider h2				{ font-size:2em; line-height:1.4em; }
}</pre></body></html>