.acqua-tmpl-box-45 {
	position: relative;
	margin-bottom: 10px;	
	transition: all .25s ease;
}
.acqua-tmpl-box-45 .acqua-widget-row {
	margin: 0 -5px !important;
}
.acqua-tmpl-box-45 .acqua-widget-col {
	width: 16.66667%;
	padding: 0 5px 10px !important;
}
.acqua-tmpl-box-45 .acqua-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	color: #333;
	background-color: #fafafa;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	transition: all .25s ease;
	overflow: hidden;
}
.acqua-tmpl-box-45 .acqua-item:hover {
	background-color: #f7f7f7;
	box-shadow: none;
}
.acqua-tmpl-box-45 .acqua-img-box {
	position: relative;
	z-index: 1;
	width: 100%;	
	padding-bottom: 180%;	
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/assets/img/icons/icon-nophoto.png');
	overflow: hidden;
} 
.acqua-tmpl-box-45 .acqua-img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}
.acqua-tmpl-box-45 .info-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.75);
	transition: all .25s ease;
}
.acqua-tmpl-box-45 .acqua-item:hover .info-mask,
.acqua-tmpl-box-45 .acqua-item:hover .img-size {
	opacity: 0;
}
.acqua-tmpl-box-45 .acqua-img-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 35%, rgba(0,0,0,.5) 100%);
}
.acqua-tmpl-box-45 .acqua-item-title {
	position: absolute;
	z-index: 2;
	right: 15px;
	bottom: 20px;
	left: 15px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 2px 2px #000;
}
.acqua-tmpl-box-45 .acqua-overlay-wrapper {
	display: none;
}
@media (max-width: 991px) {
	.acqua-tmpl-box-45 .acqua-widget-row {
		flex-wrap: wrap;
	}
	.acqua-tmpl-box-45 .acqua-widget-col {
		flex-basis: 33.33334%;
		min-width: 33.33334%;
	}
	.acqua-tmpl-box-45 .acqua-item-title {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.acqua-tmpl-box-45 .acqua-widget-col {
		flex-basis: 50%;
		min-width: 50%;
	}
	.acqua-tmpl-box-45 .acqua-img-box {
		padding-bottom: 0;
	}
	.acqua-tmpl-box-45 .acqua-img-box .acqua-img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;	
		max-width: none;
		width: 100%;
		min-height: auto;
		height: auto;
		transform: translate(0,0);
	}
	.acqua-tmpl-box-45 .acqua-item-title {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.acqua-tmpl-box-45 .acqua-widget-col {
		flex-basis: 100%;
		min-width: 100%;
	}
}
@media screen and (min-width: 767px){ 
	.acqua-tmpl-box-45 .acqua-item-title {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.acqua-tmpl-box-45 .acqua-overlay-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 4px;
		background-color: rgba(192,38,76,.75);
		opacity: 0;
		transition: opacity .5s ease;
	}
	.acqua-tmpl-box-45 .acqua-item:hover .acqua-overlay-wrapper {
		z-index: 3;
		opacity: 1;
	}
	.acqua-tmpl-box-45 .acqua-overlay-button {
		position: absolute;
		z-index: 1;
		left: -100%;
		padding: 4px 8px;
		font-weight: 600;
		font-size: 18px;
		color: #fff;
		text-align: center;
		line-height: 1.2;
		border: 2px solid #fff;
		border-radius: 20px;
		white-space: nowrap;
		opacity: 0;
		transition: all .5s ease;
	}
	.acqua-tmpl-box-45 .acqua-item:hover .acqua-overlay-button {
		left: 50%;
		transform: translateX(-50%);
		opacity: 1;
	}
}
@media screen and (min-width: 991px){
	.acqua-tmpl-box-45 .acqua-overlay-button {
		font-size: 14px;
	}
}