
/* City Search - list */

/*.hotel-listing-post figure img {*/
	/*width: 270px;*/
	/*height: 170px;*/
/*}*/

.hotel-listing-cover article.hotel-listing-post {
	padding: 13px 10px 12px 13px;
}

.book-room-btn {
	padding: 0 14px 2px 14px;
}
/* City Search - map */

.hotel-map-info.infobox {
	margin: -7px 0 9px 5px;
	/*margin: 5px 0px 16px 23px;*/
	word-wrap: break-word;
	max-width: 280px;
}

.hotel-map-info.infobox figure img {
	width: 276px;
	height: 160px;
	margin: 20px 0;
}

.hotel-map-info.infobox h2 {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	color: #802f2d;
	margin-bottom: 1px;
	padding: 5px 0;
}

.hotel-map-info.infobox p {
	font-size: 14px;
}

.hotel-map-info.infobox .hotel-facilities {
	margin: 18px 0 18px;
}

.hotel-map-info.infobox .hotel-facilities img {
	padding: 0 4px;
}

.hotel-map-info.infobox a.book-room-btn {
	text-transform: uppercase;
	padding: 0 0 1px 0;
}

.hotel-map-info.infobox .from  {
	color: #802f2d;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 5px;
}

.hotel-map-info.infobox .from span {
	font-size: 13px;
	color: #aba28f;
}

.hotel-map-info.infobox .from p {
	font-size: 26px;
	color: #c66e4e;
}

.hotel-map-info.infobox li {
	list-style: none;
}


/*.gm-style-iw + div {display: none;}*/
/*.hotel-listing-post .hotel-listing-post-text {*/
/*	padding-top: 10px;*/
/*}*/

/*article.current-hotel {*/
	/*border: 3px solid #c58d7e;*/
/*}*/


.hotel-listing-post .price, .hotel-listing-post-text .list-post-right p span.price {
	color: #c66e4e;
	font-size: 20px!important;
}

@media (max-width: 768px) {
	.hotel-filter-btn {
		height: 67px;
	}
	.hotel-filter-btn ul {
		/*border: 2px solid purple;*/
		
	}
	.hotel-filter-btn li:not(:last-of-type) {
		display: none!important;
		/*border: 2px solid orange;*/
	}
}

/* Booking widget */
.hasDatepicker{
	cursor: pointer;
}

.custom-col p{
	margin-bottom: 0;
}


.family-room a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-right: 20px;
}

.family-room a:after {
	content: '';
	display: none;
}

.family-room img {
	padding-right: 5px;
}

@media (max-width: 991px) {
	.hotel-listing-post.family-room figure {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.family-room a {
		width: 170px;
	}
}