.listing {
	width: 260px;
    height: 338px;
    background-position: center;
	position:relative;
	max-width:260px;
	margin:20px;
	border: 4px solid #efefef;
	background-size:cover;
}

.listing-a {
	display: block;
    width: 100%;
    height: 100%;
}

.listing-title {
	background-image: url('/images/listing/bubble.1.png');
	background-size: cover;
    height: 106px;
    width: 220px;
    margin: auto;
    position: absolute;
    bottom: 4px;
    left: 16px;
	text-transform: uppercase;
    padding: 8px 4px;
	font-family:'Lora';
	display: flex;
    align-items: center;
	text-align:center;
	justify-content:center;
}

.listing-title a {
	color:#4d4d4d;
	max-height: 67px;
    display: block;
    overflow: hidden;
    font-size: 14px;
	position: relative;
    bottom: 3px;
}

.quote.quote-open {
	margin-right:-4px;
}

.quote.quote-close {
	margin-left:-4px;
}

.listing .price {
    font-size: 1.2rem;
    line-height: 1.2;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 0 0 0 10px;
    padding: 2px 2px;
    color: #111;
    font-weight: bold;
    font-family: 'Lora';
}

.listing-rating {
	background-image: url('/images/listing/star.png');
	width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    top: 192px;
    left: 98px;
}

.listing-rating span {
	color:#333;
	display: block;
    margin-top: 16px;
	text-align:center;
}