/* acqua-tmpl-box-25 (acqua-box-full-img-with-slide-info second version) */
.acqua-tmpl-box-25 {
	padding-top: 20px;
	border-top: 1px solid rgba(var(--primary-color),.15);
}
.acqua-tmpl-box-25 .item {
	position: relative;
	display: block;
	margin-bottom: 20px;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
	overflow: hidden;
}
.acqua-tmpl-box-25 .img-link {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 83.33334%;
	background: #f1f1f1 url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-tmpl-box-25 .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	min-height: 100%;
}
.acqua-tmpl-box-25 .info-container {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: -60px;
	left: 0;
	height: 120px;
	padding: 10px;
	background-color: #333;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.25s ease 0.15s;
	   -moz-transition: all 0.25s ease 0.15s;
			transition: all 0.25s ease 0.15s;
}
.acqua-tmpl-box-25 .item:hover .info-container {
	bottom: 0;
}
.acqua-tmpl-box-25 .info {
	float: left;
	width: 63%;
	font-size: 18px;
	color: #fff;	
}
.acqua-tmpl-box-25 .location {
	font-size: 13px;
}
.acqua-tmpl-box-25 .destination,
.acqua-tmpl-box-25 .location {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-25 .acqua-stars {
	margin-top: 10px;
}
.acqua-tmpl-box-25 .acqua-services .fa {
	padding-left: 2px;
	font-size: 14px;
}
.acqua-tmpl-box-25 .price-group {
	float: right;
	width: 33%;
	margin-top: 20px;
}
.acqua-tmpl-box-25 .price-group.show-discount {
	margin-top: 2px;
}
.acqua-tmpl-box-25 .price-group .price {
	color: #fff;
}
.acqua-tmpl-box-25 .price-group .from,
.acqua-tmpl-box-25 .price-group .price-discount {
	color: #ccc;
}
.acqua-tmpl-box-25 .btn {
	display: block;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.acqua-tmpl-box-25 .info-container {
		bottom: 0;
		left: 0;
		height: auto;
	}
	.acqua-tmpl-box-25 .destination,
	.acqua-tmpl-box-25 .location {
		text-overflow: clip;
		white-space: normal;
		overflow: visible;
	}

}