.acqua-tmpl-box-20 {
	transition: all .25s ease;
}
.acqua-tmpl-box-20 .row {
	position: relative;
}
.acqua-tmpl-box-20 .acqua-widget-tools {
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 20px;
	padding: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-align: right;
	background-color: #000;
	background-color: rgba(0,0,0,.65);
	border: 1px solid #000;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	transition: all .25s ease;
	opacity: 0;
}
.acqua-tmpl-box-20:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-box-20:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,.95);
}
.acqua-tmpl-box-20 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-box-20 .acqua-widget-tools a {
	display: inline-block;
	padding: 0 5px 2px;
	font-weight: 300;
	font-size: 12px;
	color: #222;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #000;
	border-radius: 2px;
	transition: all .25s ease;
}
.acqua-tmpl-box-20 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-box-20 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-box-20 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-box-20 .item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
}
.acqua-tmpl-box-20 .img-link {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	padding-bottom: 41.66667%;
	background: #f1f1f1 url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-tmpl-box-20 .img-link .icon-box {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	min-width: 35px;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,.5);
	border: 1px solid rgba(255,255,255,.35);
	transition: all 0.25s ease;
}
.acqua-tmpl-box-20 .item:hover .img-link .icon-box {
	background: rgba(0,0,0,0.75);
}
.acqua-tmpl-box-20 .img-link .icon-box .fa {
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.acqua-tmpl-box-20 .img-link .icon-box .img-icon {
	position: relative;	
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-tmpl-box-20 .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acqua-tmpl-box-20 .item .icon-flight-hotel {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	width: 87px;
	height: 32px;
	background-color: #555;
	background-color: rgba(0,0,0,.4);
	background-image: url('/assets/themes/jinfotours/img/icons/icon-flight-hotel-white.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.acqua-tmpl-box-20 .item:hover .icon-flight-hotel,
.acqua-tmpl-box-20 .item:focus .icon-flight-hotel {
	background-color: transparent;
	transition: all .25s ease;
}
.acqua-tmpl-box-20 .footer {
	position: absolute;
	z-index: 15;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 0;
	padding: 10px 15px;
	color: #fff;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #000;
	background-color: rgba(0,0,0,.35);
	transition: all .25s ease;
}
.acqua-tmpl-box-20 .footer .footer-title-wrapper {
	min-width: 0;
}
.acqua-tmpl-box-20 .footer .footer-title {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 22px;	
}
.acqua-tmpl-box-20 .footer .footer-details {
	margin-top: 8px;
	margin-bottom: 0;
}
.acqua-tmpl-box-20 .footer .fa {
	font-size: 36px;
}

@media (max-width: 480px) {
	.acqua-tmpl-box-20 .img-link {
		position: relative;
		height: auto;
		padding-bottom: 0;
	}
	.acqua-tmpl-box-20 .img-link img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: auto;
	}
	.acqua-tmpl-box-20 .footer,
	.acqua-tmpl-box-20 .footer:hover {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		padding-right: 0;
		padding-left: 0;
		color: #333;
		text-shadow: none;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
	}
	.acqua-tmpl-box-20 .footer .search-more {
		text-shadow: none;
	}
}
@media screen and (min-width: 768px){
	.acqua-tmpl-box-20 .item:hover .footer,
	.acqua-tmpl-box-20 .item:focus .footer {	
		background-color: rgba(0,0,0,.5);
	}
	.acqua-tmpl-box-20 .footer-title,
	.acqua-tmpl-box-20 .footer-details {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}