.acqua-tmpl-box-04 {
	position: relative;
	margin-bottom: 20px;	
	transition: all .25s ease;
}
.acqua-tmpl-box-04.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-box-04.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-box-04 .flex-row {
	position: relative;
}
.acqua-tmpl-box-04 .flex-row > * {
	margin-bottom: 30px;
}
.acqua-tmpl-box-04 .acqua-widget-item {
	position: relative;
	display: block;
	height: 100%;
	color: #333;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	transition: all .25s ease;
	overflow: hidden;
}
.acqua-tmpl-box-04 .acqua-widget-item:hover,
.acqua-tmpl-box-04 .acqua-widget-item:focus {
	background-color: #f5f5f5;
}
.acqua-tmpl-box-04 .img-link {
	position: relative;
	display: block;
	padding-bottom: 74.52472%;
	background: #ededed url('/assets/img/icons/icon-nophoto.png') no-repeat 50%;
	border-radius: 12px;
	overflow: hidden;
}
.acqua-tmpl-box-04 .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100%;
}
.acqua-tmpl-box-04 .img-link .icon-box {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	min-width: 35px;
	padding: 4px;
	text-align: center;
	background: rgba(0,0,0,.5);
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	transition: all .25s ease;
}
.acqua-tmpl-box-04 .acqua-widget-item:hover .img-link .icon-box {
	background: rgba(0,0,0,.75);
}
.acqua-tmpl-box-04 .img-link .icon-box .fa {
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.acqua-tmpl-box-04 .img-link .icon-box .img-icon {
	position: relative;
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-tmpl-box-04 .info {
	padding: 5px 10px;
	text-align: center;
}
.acqua-tmpl-box-04 p {
	margin-bottom: 0;
}
.acqua-tmpl-box-04 .stars {
	margin-bottom: 10px;
}
.acqua-tmpl-box-04 .title {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-04 .location {
	margin-bottom: 10px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-04 .price-details {
	font-size: 11px;
	color: #777;
	line-height: 1;
}

@media (max-width: 767px) {
	.acqua-tmpl-box-04 .img-link {
		padding-bottom: 0;
	}
	.acqua-tmpl-box-04 .img-link img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;	
		max-width: none;
		width: 100%;
		min-height: auto;
		height: auto;
	}
}