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

@media (max-width: 767px){
	.acqua-tmpl-img-gallery-01 .img-gallery-slider-01 .img-link {
		padding-bottom: 0;
		height: auto;
	}
	.acqua-tmpl-img-gallery-01 .img-gallery-slider-01 .img-link 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);
	}
}