.ticon {
	content: "";
	display: inline-block;
	width: 14px ;
	height: 14px;	
	background-repeat: no-repeat;	
}

.icon-lg {
	content: "";
	display: inline-block;
	width: 50px ;
	height: 50px;	
	background-repeat: no-repeat;	
	position: relative;	
}

.icon-md {
	content: "";
	display: inline-block;
	width: 25px ;
	height: 25px;	
	background-repeat: no-repeat;	
	position: relative;
	top: 8px;  	
  	background-size: contain;
}

.icon-sm {
	content: "";
	display: inline-block;
	width: 15px ;
	height: 15px;	
	background-repeat: no-repeat;	
	position: relative;
	top: 2px;  	
}

.icon-apartment {
	background-image: url('../images/icons/icon-apartment.png');			
}

.icon-cloud {
	background-image: url('../images/icons/city.png');
}

.icon-distance {
	background-image: url('../images/icons/sea-sun.jpg');
}

.icon-more {
	background-image: url('../images/icons/icon-more.png');
}

.icon-location {
	background-image: url('../images/icons/location.png');
}

.icon-map {
	background-image: url('../images/icons/map-img.png');
}

.fb-rating {
	content: "";
	display: inline-block;
	width: 173px ;
	height: 20px;	
	background-repeat: no-repeat;	
  	background-size: contain;
  	background: url('../images/icons/fb-rating.png');
}