/* acqua-tmpl-img-gallery-02 */ 
.acqua-tmpl-img-gallery-02 {
	position: relative;
	margin-bottom: 10px;	
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-img-gallery-02.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-img-gallery-02.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-img-gallery-02 .img-link .edit-icon {
	top: 0;
	left: 0;
}
.acqua-tmpl-img-gallery-02 .acqua-widget-tools {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 5px;
	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-img-gallery-02:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-img-gallery-02:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-img-gallery-02 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-img-gallery-02 .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-img-gallery-02 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-img-gallery-02 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-img-gallery-02 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-img-gallery-02 figcaption {
	display: none;
}
.acqua-tmpl-img-gallery-02 .img-gallery-slider-02 {
	margin-bottom: 20px;
}
.acqua-tmpl-img-gallery-02 .img-gallery-slider-02 .slick-track {
	display: flex;
	justify-content: center;
	width: 100% !important;
}
.acqua-tmpl-img-gallery-02 .img-gallery-slider-02 .img-link {
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 75px;
	background: transparent url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-tmpl-img-gallery-02 .img-gallery-slider-02 .img-link img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.acqua-tmpl-img-gallery-02 .img-gallery-slider-02 .slick-slide {
	padding: 0 3px;
	cursor: pointer;
}
#acqua-edit-widget-modal-tmpl-img-gallery-02.modal {
	z-index: 999999999;
}