.star5{	background:url(img/stars.jpg) 0 0; width:72px; height:15px; display:inline-block }
.star4{ background:url(img/stars.jpg) 0px -15px; width:72px; height:15px; display:inline-block }
.star3{ background:url(img/stars.jpg) 0px -30px; width:72px; height:15px; display:inline-block }
.star2{ background:url(img/stars.jpg) 0px -45px; width:72px; height:15px; display:inline-block }
.star1{ background:url(img/stars.jpg) 0px -60px; width:72px; height:15px; display:inline-block }

.title-hotel{
		background-color: #262626;
	color: white;
	text-transform: uppercase;    	
}

.title-hotel a:hover{
	color:white;
	background: #2460BB;
}

.hotel-items {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 17px;
  border: 1px solid #e6e6e6;
  color: #737373;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  margin-bottom:2px;
  background: #fff;
}

.hotel-items:hover, .hotel-items.active {
	color: #737373;
	border: 1px solid #ed8323;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

.img-top {height: 200px;}
@media (max-width: 501px) {
		.img-top {width:100%; height: 100%;}
	}	
}

.bg-overlay .agoda-logo, .bg-overlay .header{display: none !important}
.bg-hotel {
	background: url(img/bg-song-saa.jpg) 100% 0 repeat fixed;	
}