.rc-slider {
	margin:15px 0;
}

.rc-item {
	padding-left:5px !important;
	padding-right:5px !important;
	margin-bottom:0.5em;
}

.rc-item-content {
	padding:10px;
}

.rc-item-content h2 {
	font-size:18px;
	font-weight:400;
	line-height:1em;
}

.rc-item-content h2 .addr .addr-line1 {
	display:block;
}

.rc-item-content h2 .addr .addr-line2 {
	display:none;
	font-size:14px;
}

.rc-item-content h2 .addr .addr-location {
	font-size:14px;
}

.rc-item-content .price {
	font-size:14px;
}

.rc-item-content .rc-image {
	position:relative;
	background-color:#FFF;
}

.rc-item-content .rc-image:after {
	position:absolute;
	bottom:10px;
	left:0;
	padding:0.5em 0.7em;
	
	background-color:#00416B;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-size:0.8em;
}

.rc-property-forSale .rc-image:after 	{ content:"For Sale"; display:none; }
.rc-property-underOffer .rc-image:after { content:"Under Offer"; display:none; }
.rc-property-saleAgreed .rc-image:after { content:"Sale Agreed"; }
.rc-property-sold .rc-image:after 		{ content:"Sold"; }
.rc-property-toLet .rc-image:after 		{ content:"To Let"; display:none; }
.rc-property-letAgreed .rc-image:after 	{ content:"Let Agreed"; }
.rc-property-let .rc-image:after 		{ content:"Let"; }

.rc-slider.rc-image-border .rc-item .rc-image {
	border:5px solid #FFFFFF;
}

.rc-slider.rc-image-border .rc-image:after {
	left:-5px;
}

@media screen and (min-width:1200px) {
	
}

@media screen and (min-width:992px) {
	.rc-item-content .rc-image {
		height:165px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.rc-item-content .rc-image {
		height:265px;
	}
	
	.rc-item-content h2 .addr .addr-line2 {
		display:inline;
	}
}

@media screen and (max-width:767px) {
	.rc-item-content .rc-image {
		height:auto;
		background-image:none !important;
	}
	
	.rc-item-content .rc-image img {
		display:block !important;
		visibility:visible !important;
	}
	
	.rc-item-content h2 .addr .addr-line2 {
		display:inline;
	}
}