.properties-blocks {
	border: 1px solid #e4e4e4;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    min-height: 90px;
    margin: 15px 0 25px;
}
.properties-blocks  a {
	color: #000;
	cursor: pointer;
	display: block;
}
.property-img {
	width: 40%;
    float: left;
    text-align: center;
    padding: 10px 0 0;
}
.property-content {
	width: 56%;
   	float: left;
    text-align: center;
    padding: 14px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.property-content span{
	display: block;
    font-size: 28px;
}
/*.property-img img {
	width: 100%;
	min-height: 90px;
}*/
