.acqua-tmpl-box-06 {
	position: relative;
	transition: all .25s ease;
}
.acqua-tmpl-box-06.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-box-06.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-box-06:hover .img-link .edit-icon {
	opacity: 1;
}
.acqua-tmpl-box-06 .flex-row {
	position: relative;
}
.acqua-tmpl-box-06 .flex-row > * {
	margin-bottom: 30px;
}
.acqua-tmpl-box-06 .acqua-widget-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	overflow: hidden;
}
.acqua-tmpl-box-06 .acqua-widget-item:hover,
.acqua-tmpl-box-06 .acqua-widget-item:focus {
	box-shadow: none;
}
.acqua-tmpl-box-06 .img-link {
	position: relative;
	z-index: 1;
	margin-bottom: 8px;
	padding-bottom: 120%;
	background: #f1f1f1 url('/assets/img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-tmpl-box-06 .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100%;
}
.acqua-tmpl-box-06 .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-06 .item:hover .img-link .icon-box {
	background: rgba(0,0,0,0.75);
}
.acqua-tmpl-box-06 .img-link .icon-box .fa {
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.acqua-tmpl-box-06 .img-link .icon-box .img-icon {
	position: relative;
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-tmpl-box-06 .title-box {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	box-shadow: 0 -5px 5px rgba(0,0,0,.15);
	transition: all .25s ease;
}
.acqua-tmpl-box-06 a:hover .title-box,
.acqua-tmpl-box-06 a:focus .title-box {
	background-color: rgba(0,0,0,.6);
}
.acqua-tmpl-box-06 .title-box .title {
	display: block;
	font-weight: 700;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-06 .title-box .title a {
	display: block;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-06 .title-box .title .period {
	display: block;
	font-weight: 400;
	font-size: 12px;
}
.acqua-tmpl-box-06 .acqua-widget-item-footer {
	position: relative;
	padding: 5px 5px 10px;
	border: none;
	background-color: #fff;
	overflow: hidden;
}
.acqua-tmpl-box-06 .price-group-container {
	display: block;
	text-align: center;
}
.acqua-tmpl-box-06 .price-group {
	display: inline-block;
}
.acqua-tmpl-box-06 .price-group .from {
	display: inline-block;
	margin-right: 0;
	font-size: 11px;
}
.acqua-tmpl-box-06 .price-group .price-discount {
	margin-bottom: 0;
}
.acqua-tmpl-box-06 .price-group .price {
	line-height: 1;
}
.acqua-tmpl-box-06 .price-group .price .value {
	font-weight: 700;
}
.acqua-tmpl-box-06 .price-details {
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
}
.acqua-tmpl-box-06 .acqua-widget-item-footer {
	text-align: center;
}
.acqua-tmpl-box-06 .acqua-widget-item-footer .btn {
	min-width: 150px;
	margin: 0 auto;
	border-radius: 6px;
}
.acqua-tmpl-box-06 .acqua-widget-item-footer .btn i {
	position: relative;
	top: -1px;
	font-size: 9px;
}
@media (max-width: 767px) {
	.acqua-tmpl-box-06 .img-link {
		padding-bottom: 0;
	}
	.acqua-tmpl-box-06 .img-link img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;	
		max-width: none;
		width: 100%;
		min-height: auto;
		height: auto;
	}
}