<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.property-wrapper {
	margin:40px 0px 0px 0px;
	padding:20px 0px;
	font-size:0px;
	background:#FAFAFA;
}
.user-page .property-wrapper {
	background:#FFFFFF;
}



/** LIST ITEM **/
.property-wrapper .ListItem {
	text-align:left;
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	font-size:14px;
}
.property-wrapper .ListItem .ListItem-spacing {
	position:relative;
	margin:20px 10px;
	background:#FFFFFF;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-box-shadow:0px 20px 0px -20px rgba(150,150,150,0.8);
  -moz-box-shadow:0px 20px 0px -20px rgba(150,150,150,0.8);
  box-shadow:0px 20px 0px -20px rgba(150,150,150,0.8);
}
.user-page .property-wrapper .ListItem .ListItem-spacing {
	background:#FAFAFA;
}
.property-wrapper .ListItem:hover .ListItem-spacing {
	-webkit-box-shadow:0px 20px 40px -20px rgba(150,150,150,0.8);
  -moz-box-shadow:0px 20px 40px -20px rgba(150,150,150,0.8);
  box-shadow:0px 20px 40px -20px rgba(150,150,150,0.8);
}
.property-wrapper .ListItem .ListItem-actions {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	padding:10px 10px 30px 10px;
	font-size:0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.7+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.property-wrapper .ListItem .ListItem-tours {
	float:left;
	width:64px;
	height:26px;
	background:transparent url(logos/virtual-viewGold.png) no-repeat 50% 50%;
}
.property-wrapper .ListItem .ListItem-shortlist {
	float:right;
	text-align:right;
	font-size:0px;
}
.property-wrapper .ListItem .ListItem-shortlist span:before,
.property-wrapper .ListItem .ListItem-shortlistRemove:before {
	font-size:26px;
	color:#FFFFFF;
}
.property-wrapper .ListItem .ListItem-shortlist .shortlist-add:hover:before,
.property-wrapper .ListItem .ListItem-shortlist .shortlist-active:before,
.property-wrapper .ListItem .ListItem-shortlistRemove:before {
	font-family:'FontAwesome';
	content:'\f004';
	color:#FE5555;
}
.property-wrapper .ListItem .ListItem-shortlist .shortlist-add:before,
.property-wrapper .ListItem .ListItem-shortlist .shortlist-remove:before,
.property-wrapper .ListItem .ListItem-shortlistRemove:hover:before {
	font-family:'FontAwesome';
	content:'\f08a';
	color:#FFFFFF;
}
.property-wrapper .ListItem .ListItem-image {
	position:relative;
	z-index:1;
	display:block;
	padding:75% 0px 0px 0px;
}
.property-wrapper .ListItem .ListItem-details {
	display:block;
	color:#777777;
}
.property-wrapper .ListItem .ListItem-details .ListItem-detailsMain,
.property-wrapper .ListItem .ListItem-detailsBase .ListItem-status,
.property-wrapper .ListItem .ListItem-detailsBase .ListItem-price {
	padding:20px;
}
.property-wrapper .ListItem .ListItem-details .ListItem-detailsMain {
	display:block;
	border-bottom:2px solid #FAFAFA;
}
.user-page .property-wrapper .ListItem .ListItem-details .ListItem-detailsMain {
	border-bottom:2px solid #FFFFFF;
}
.property-wrapper .ListItem .ListItem-details .ListItem-address {
	display:block;
	font-family:'Roboto Slab', serif;
	font-weight:600;
	color:#0B172B;
	text-transform:uppercase;
}
.property-wrapper .ListItem .ListItem-details .ListItem-address1 {

}
.property-wrapper .ListItem .ListItem-details .ListItem-briefText {
	display:block;
}
.property-wrapper .ListItem .ListItem-detailsBase {
	display:block;
	font-size:0px;
}
.property-wrapper .ListItem .ListItem-detailsBase .ListItem-status,
.property-wrapper .ListItem .ListItem-detailsBase .ListItem-price {
	font-size:14px;
}
.property-wrapper .ListItem .ListItem-detailsBase .ListItem-status {
	display:block;
	float:left;
	text-transform:uppercase;
	width:100px;
	text-align:center;
}
.property-wrapper .ListItem.ListItem--gone .ListItem-detailsBase .ListItem-status {
	font-family:'Roboto Slab', serif;
	font-weight:600;
	color:#0B172B;
	background:#B8993F;
}
.property-wrapper .ListItem.ListItem--rent.ListItem--gone .ListItem-detailsBase .ListItem-status {
	color:#FFFFFF;
	background:#B8993F;
}
.property-wrapper .ListItem.ListItem--valuations .ListItem-detailsBase {
	display:block;
	width:100%;
}
.property-wrapper .ListItem.ListItem--valuations .ListItem-detailsBase .ListItem-status {
	float:none;
	display:block;
	width:unset;
	font-family:'Roboto Slab', serif;
	font-weight:600;
	background:#B8993F;
	color:#FFFFFF;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.property-wrapper .ListItem.ListItem--valuations:hover .ListItem-detailsBase .ListItem-status {
	background:#0B172B;
	color:#FFFFFF;
}
.property-wrapper .ListItem .ListItem-detailsBase .ListItem-price {
	display:block;
	margin:0px 0px 0px 140px;
	border-left:2px solid #FAFAFA;
	text-align:right;
}
.user-page .property-wrapper .ListItem .ListItem-detailsBase .ListItem-price {
	border-left:2px solid #FFFFFF;
}
.property-wrapper .ListItem .ListItem-detailsBase .ListItem-price .Price-priceValue {
	font-family:'Roboto Slab', serif;
	font-weight:600;
	color:#0B172B;
}



/** RESPONSIVE **/
@media screen and (max-width:1140px){
	.home-properties .property-wrapper .ListItem--2,
	.similar-property-wrapper .ListItem--2 {
		display:none;
	}
	.property-wrapper .ListItem {
		width:50%;
	}
}
@media screen and (max-width:760px){
	.property-wrapper .ListItem {
		display:block;
		width:100%;
	}
	.property-wrapper .ListItem .ListItem-spacing {
		margin:20px 0px;
	}
	.property-wrapper .ListItem .ListItem-details .ListItem-detailsMain,
	.property-wrapper .ListItem .ListItem-detailsBase .ListItem-status,
	.property-wrapper .ListItem .ListItem-detailsBase .ListItem-price {
		padding:10px;
	}
	.property-wrapper .ListItem .ListItem-detailsBase .ListItem-price {
		margin:0px 0px 0px 120px;
	}
}
</pre></body></html>