.acqua-tmpl-box-28 {
	position: relative;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-box-28 .acqua-widget-tools {
	top: 40px;
	right: 5px;
}
.acqua-tmpl-box-28 .box-container {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 20px;
}
.demo .acqua-tmpl-box-28 .box-container,
.demo .acqua-tmpl-box-28 .box {
	border-radius: 12px;
}
.acqua-tmpl-box-28 .promo-label {
	position: absolute;
	z-index: 15;
	top: 16px;
	left: -5px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 10px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background-color: #d12f2f;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.15);
			box-shadow: 0 2px 5px rgba(0,0,0,.25);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-box-28 .box-container:hover .promo-label {
	padding-right: 10px;
}
.acqua-tmpl-box-28 .promo-label:before {
	content: "";
	position: absolute;
	z-index: 15;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 3px solid #930000;
	border-right: 3px solid #930000;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
}
.acqua-tmpl-box-28 .promo-label:after {
	content: "";
	position: absolute;
	z-index: 15;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-right: 24px solid transparent;
	border-left: 12px solid #d12f2f;
}
.acqua-tmpl-box-28 .box {
	position: relative;
	color: #2d3e52;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
			box-shadow: 0 1px 3px rgba(0,0,0,.15);
	overflow: hidden;
}
.acqua-tmpl-box-28 .box:hover {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.acqua-tmpl-box-28 .box-header {
	padding: 5px 10px 0;
}
.acqua-tmpl-box-28 .box-info-classification {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 2px;
	margin-bottom: 4px;
}
.acqua-tmpl-box-28 .box-info-classification img {
	width: auto;
	height: 14px;
}
.acqua-tmpl-box-28 .box-info-classification .tripadv {
	height: 12px;
}
.acqua-tmpl-box-28 .acqua-img-box {
	position: relative;
	width: 100%;	
	padding-bottom: 74.52472%;
	background: #f1f1f1 url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-tmpl-box-28 .acqua-img {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
			transition: all .4s ease;
}
.acqua-tmpl-box-28 .box .acqua-icon-box {
	position: absolute;
	z-index: 15;
	top: auto;
	right: 5px;
	bottom: 5px;
	min-width: 35px;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,.5);
	border: 1px solid rgba(255,255,255,.35);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-box-28 .box:hover .acqua-icon-box {
	background: rgba(0,0,0,0.75);
}
.acqua-tmpl-box-28 .acqua-icon-box .fa {
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.acqua-tmpl-box-28 .acqua-icon-box .acqua-icon {
	position: relative;	
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-tmpl-box-28 .box-info-wrapper {
	position: relative; 
	height: 100px;
}
.acqua-tmpl-box-28 .box-info-container {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px;
	background-color: #fff;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-box-28 .box:hover .box-info-container {
	top: -50px;
	background-color: #fff;
}

.acqua-tmpl-box-28 .content {	
	display: flex;
	justify-content: space-between;
	gap: 12px;
	min-height: 80px;
	margin-bottom: 10px;
}
.acqua-tmpl-box-28 .box-info {
	flex-basis: 60%;
	min-width: 0;
}
.acqua-tmpl-box-28 .box-info-title {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-28 .box-info-text {
	font-size: 12px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-28 .price-container {
	flex-basis: 40%;
}
.acqua-tmpl-box-28 .price-group {
	margin-bottom: 5px;
}
.acqua-tmpl-box-28 .price-group .price-discount {
	height: 16px;
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 90%;
}
.acqua-tmpl-box-28 .price-group .price {
	line-height: 1;
}
.acqua-tmpl-box-28 .price-group .price-details {
	height: 16px;
	font-size: 11px;
	color: #777;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-28 .btn-container {
	margin-top: 10px;
	text-align: center;
}
.acqua-tmpl-box-28 .btn-container .btn {
	width: 100%;
	max-width: 160px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
			transition: all 1s ease;
	opacity: 0;
}
.acqua-tmpl-box-28 .box:hover .btn-container .btn {
	opacity: 1;
}

@media (max-width: 1024px){
	.acqua-tmpl-box-28 .box-info-wrapper {
		height: auto;
	}
	.acqua-tmpl-box-28 .box-info-container,
	.acqua-tmpl-box-28 .box:hover .box-info-container {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}
	.acqua-tmpl-box-28 .box-info-title {
		text-overflow: initial;
		white-space: initial;
		overflow: visible;
	}
	.acqua-tmpl-box-28 .btn-container .btn {
		opacity: 1;
	}
}
@media (max-width: 480px){	
	.acqua-tmpl-box-28 .content {	
		flex-direction: column;
	}
	.acqua-tmpl-box-28 .price-container {
		margin-top: 10px;
		text-align: center;
	}
	.acqua-tmpl-box-28 .box-info-classification {
		height: auto;
	}
	.acqua-tmpl-box-28 .flight .price-container {
		text-align: right;
	}
	.acqua-tmpl-box-28 .price-container .price-group {
		display: inline-block;
		text-align: center;
	}
	.acqua-tmpl-box-28 .price-group .price-discount {
		height: auto;
	}
	.acqua-tmpl-box-28 .price-group.show-discount .price-discount {
		text-align: center;
	}
	.acqua-tmpl-box-28 .price-group .price-details {
		height: auto;
	}
	.acqua-tmpl-box-28 .btn-container {
		margin-top: 0;
	}
}