.acqua-tmpl-box-34 {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-box-34 .row {
	position: relative;
}
.acqua-tmpl-box-34 .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,0.65);
	border: 1px solid #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
			box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0;
}
.acqua-tmpl-box-34:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-box-34:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-box-34 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-box-34 .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,0.9);
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-box-34 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-box-34 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-box-34 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-box-34 .item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	overflow: hidden;
}
.acqua-tmpl-box-34 .item .hidden-column-overlay {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.acqua-tmpl-box-34 .item .hidden-column-overlay .inner {
	display: inline-block;
	padding: 3px 5px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background-color: rgba(204,0,0,0.5);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-box-34 .item:hover .hidden-column-overlay .inner {
	background-color: rgba(204,0,0,1);
}
.acqua-tmpl-box-34 img {
	width: 80px;
	height: auto;
	margin-bottom: 5px;
}
.acqua-tmpl-box-34 h3 {
	font-weight: 600;
	font-size: 20px;
}
.acqua-tmpl-box-34 .text {
	font-size: 14px;
}
.acqua-tmpl-box-34 .button-container {
	margin-top: 20px;
	text-align: center;
}