
/*** BER RATINGS ***/

ul.item-amenities li.h-energy-rating{
	display:inline-block;
	width:63px;
	height:20px;

}
.property-description-wrap .h-energy-rating{
	display:block;
	width:63px;
	height:20px;
	margin-top:20px;

}

ul.item-amenities li.h-energy-rating.ber-A1,
.property-description-wrap .h-energy-rating.ber-A1{
	background:url('../img/ber/a1.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-A2,
.property-description-wrap .h-energy-rating.ber-A2{
	background:url('../img/ber/a2.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-A3,
.property-description-wrap .h-energy-rating.ber-A3{
	background:url('../img/ber/a3.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-B1,
.property-description-wrap .h-energy-rating.ber-B1{
	background:url('../img/ber/b1.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-B2,
.property-description-wrap .h-energy-rating.ber-B2{
	background:url('../img/ber/b2.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-B3,
.property-description-wrap .h-energy-rating.ber-B3{
	background:url('../img/ber/b3.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-C1,
.property-description-wrap .h-energy-rating.ber-C1{
	background:url('../img/ber/c1.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-C2,
.property-description-wrap .h-energy-rating.ber-C2{
	background:url('../img/ber/c2.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-C3,
.property-description-wrap .h-energy-rating.ber-C3{
	background:url('../img/ber/c3.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-D1,
.property-description-wrap .h-energy-rating.ber-D1{
	background:url('../img/ber/d1.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-D2,
.property-description-wrap .h-energy-rating.ber-D2{
	background:url('../img/ber/d2.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-E1,
.property-description-wrap .h-energy-rating.ber-E1{
	background:url('../img/ber/e1.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-E2,
.property-description-wrap .h-energy-rating.ber-E2{
	background:url('../img/ber/e2.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-F,
.property-description-wrap .h-energy-rating.ber-F{
	background:url('../img/ber/f.png') center center no-repeat;
	background-size:contain;
}

ul.item-amenities li.h-energy-rating.ber-G,
.property-description-wrap .h-energy-rating.ber-G{
	background:url('../img/ber/g.png') center center no-repeat;
	background-size:contain;
}