.tophotels {
	
}

.top-header {
	line-height: 35px;
	background: url('../images/delimiter.jpg') repeat-x bottom;
	/*text-shadow: 0px 1px 0px #8A8A8A; */
}

.top-header span {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px;
	color: #A2A2A2;
}

.tophotels ul li {
	background: #fff;
	clear: both;
	display: block;
	padding: 10px 0;
	float: left;
	list-style-type: none;
	font-size: 13px;
	width: 100%;
	border:1px solid #efefef;
	margin-bottom: 10px;
}

.tophotels ul li a {
	padding: 5px 0px;
	font-size: 15px;
	color: #727272;
}


.tophotels ul li:hover {
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7),
		to(#E2E2E2) );
	background: -webkit-linear-gradient(top, #F7F7F7, #E2E2E2);
	background: -moz-linear-gradient(top, #F7F7F7, #E2E2E2);
	background: linear-gradient(top, #F7F7F7, #E2E2E2);
}



/*----------- grid layout -----------*/
#top-hotels{
    margin-left: auto;
    margin-right: auto;
}

#top-hotels .hotels-wrapper{
}

#top-hotels .hotel-container{
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 0px;
    border: 1px #eee solid;
    position: relative;
    text-transform: capitalize !important;
}

#top-hotels  .hotel-discount , #default-list .hotel-discount {
	position: absolute;
	right: 5px;
	top: 25px;
	background-color: #2099c9;
	color: #FFFFFF;
	padding: 2px 10px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
}

#top-hotels .hotel-container .hotel-details{
	padding: 0 10px;
}

#top-hotels .hotel-container .hotel-details h3{
	margin:5px 0; 
	font-size:16px;
	padding: 0px;
}


#default-list .hotel-discount {
    top : 47px;
}

#top-hotels .hotel-content{
	display: block;
}

#top-hotels .hotel-stars{
	margin: 5px 0;
}

#top-hotels  h3{
	font-size: 15px;
	color: #555;
}

#top-hotels  .hotel-image{
	margin: 0;
	padding: 0;
}

#top-hotels  .hotel-image img{
	width: 100%;
	max-height: 230px;
}

#top-hotels .hotel-description{
	margin: 10px 0;
}

#top-hotels .hotel-description ul li{
    background: url("../images/bullet-blue.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0) !important;
    line-height: 20px;
    list-style: outside none none;
    margin-left: 3px !important;
    padding-left: 15px !important;
	padding: 0;
}

#top-hotels .hotel-action{
	text-align: right;
	display: block;
	margin: 15px 0 0 0;
}

#top-hotels .hotel-title a{
	font-size: 18px;
	color: #555;
	font-weight: 600;
}

#top-hotels  .price-info{
	color: #999;
	font-size: 13px;
}

#top-hotels .price{
	color: #555;
	font-size: 16px;
}

#top-hotels .hotel-price {
	text-align: right;
	padding-right: 10px;
}

/*---------- responsive settings */
@media (max-width: 767px) {
   .grid4 .post {
	    width: 40%;
	}
}


@media (max-width: 630px) {
	 .grid4 .post {
	    width: 98%;
	}
	
	.top-hotels .image{
		 width: 98%;
	}
	
	.top-hotels .hotel p {
	    margin-left: 0;
	}
}

@media (max-width: 480px) {
	#top-hotels .hotel-container {
		    width: 100%;
	}
}

.hotel-hotel-label {
    color: #333;
    font-size: 12px;
    overflow: hidden;
    padding: 5px 5px 0 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: normal;
}

.last-minute-hotel {
    display: block;
    float: right;
    font-size: 11px;
    font-weight:bold;
    color: #FFF;
    background: #f89406;
    padding:3px 7px;

}

#top-hotels .last-minute-hotel {
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #f89406;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 63px;
    z-index: 11111;
}

#default-list ul li {
    position: relative;
}


#default-list  .currency-sign {
    margin-left: 10px;
}

.hotel-stars .full{
	color: #ffbf4a;
}

#default-list .old-price {
    font-size: 13px;
    text-decoration: line-through;
}

.blue{
  color: #2099c9;
}
