.acqua-tmpl-box-08 {
	position: relative;
	transition: all .25s ease;
}
.acqua-tmpl-box-08.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-box-08.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-box-08:hover .img-link .edit-icon {
	opacity: 1;
}
.acqua-tmpl-box-08 .row {
	position: relative;
}
.acqua-tmpl-box-08 .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 2px 5px rgba(0,0,0,.5);
	transition: all .25s ease;
	opacity: 0;
}
.acqua-tmpl-box-08:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-box-08:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-box-08 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-box-08 .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-08 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-box-08 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-box-08 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-box-08 .item {
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 12px;
	transition: all .25s ease;
	overflow: hidden;
}
.acqua-tmpl-box-08 .item:hover {
	background-color: #ededed;
}
.acqua-tmpl-box-08 .img-link {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 74.52472%;
	background: #f1f1f1 url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-tmpl-box-08 .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100%;
}
.acqua-tmpl-box-08 .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-08 .item:hover .img-link .icon-box {
	background: rgba(0,0,0,0.75);
}
.acqua-tmpl-box-08 .img-link .icon-box .fa {
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.acqua-tmpl-box-08 .img-link .icon-box .img-icon {
	position: relative;	
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-tmpl-box-08 .item .msg-on-img {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #cc0000;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	transition: all .4s ease;
}
@media screen and (min-width: 768px){
	.acqua-tmpl-box-08 .item .msg-on-img {
		opacity: 1;
	}
	.acqua-tmpl-box-08 .item:hover .msg-on-img {
		opacity: 0;
		font-size: 0;
	}
}
.acqua-tmpl-box-08 .inner-border {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	transition: all .25s ease;
}
.acqua-tmpl-box-08 .item:hover .inner-border,
.acqua-tmpl-box-08 .item:focus .inner-border {
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
	border-color: rgba(255,255,255,.5);
}
.acqua-tmpl-box-08 .info {
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 50%;
	width: 85%;
	transform: translateX(-50%);
	transition: all .25s ease;
	border-radius: 6px;
	overflow: hidden;
}
.acqua-tmpl-box-08 p {
	margin-bottom: 0;
}
.acqua-tmpl-box-08 .destination {
	padding: 3px 10px;
	font-size: 28px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-shadow: 0 2px 2px #111;
	text-align: center;
	background-color: #333745;
	background-color: rgba(51,55,69,.65);
	transition: all .25s ease;
}
.acqua-tmpl-box-08 .item:hover .destination {
	background-color: rgba(51,55,69,1);
}
.acqua-tmpl-box-08 .description {
	font-size: 12px;
}
.acqua-tmpl-box-08 .price-container {
	padding: 5px 10px;
	text-align: center;
	background-color: rgba(255,255,255,.85);
	transition: all .25s ease;
}
.acqua-tmpl-box-08 .price-container .price-group {
	display: inline-block;
}
.acqua-tmpl-box-08 .item:hover .price-container {
	background-color: rgb(255,255,255);
}
.acqua-tmpl-box-08 .price-details {
	font-size: 11px;
	color: #777;
	line-height: 1;
}