.acqua-tmpl-box-01 {
	position: relative;
	margin-bottom: 10px;	
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-box-01 .acqua-widget-col {
	width: 25%;
}
.acqua-tmpl-box-01 .acqua-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ddd;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	transition: all .25s ease;
	overflow: hidden;
}
.acqua-tmpl-box-01 .acqua-item:hover {
	background-color: #f7f7f7;
	box-shadow: none;
}
.acqua-tmpl-box-01 .acqua-info-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.acqua-tmpl-box-01 .acqua-img-box {
	position: relative;
	z-index: 1;
	width: 100%;	
	padding-bottom: 73.33334%;	
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	background-image: url('/assets/img/icons/icon-nophoto.png');
	overflow: hidden;
} 
.acqua-tmpl-box-01 .acqua-img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}
.acqua-tmpl-box-01 .acqua-info {
	padding: 10px;
}
.acqua-tmpl-box-01 .destination {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}	
.acqua-tmpl-box-01 .description {
	margin-bottom: 0;
	font-size: 13px;
	overflow: hidden;
}
.acqua-tmpl-box-01 .price-container {
	padding: 0 10px 10px;
}
.acqua-tmpl-box-01 .price-group .price {
	line-height: 1;
}
.acqua-tmpl-box-01 .price-details {
	font-size: .75rem;
	color: #333;
	line-height: 1;
}
@media (max-width: 991px) {
	.acqua-tmpl-box-01 .acqua-widget-row {
		flex-wrap: wrap;
	}
	.acqua-tmpl-box-01 .acqua-widget-col {
		flex-basis: 50%;
		min-width: 50%;
	}
}
@media (max-width: 767px) {
	.acqua-tmpl-box-01 .acqua-img-box {
		padding-bottom: 0;
	}
	.acqua-tmpl-box-01 .acqua-img-box .acqua-img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;	
		max-width: none;
		width: 100%;
		min-height: auto;
		height: auto;
		transform: translate(0,0);
	}
}
@media (max-width: 575px) {
	.acqua-tmpl-box-01 .acqua-widget-col {
		flex-basis: 100%;
		min-width: 100%;
	}
}