/* acqua-tmpl-img-gallery-03 */ 
.acqua-tmpl-img-gallery-03-wrapper {
	position: relative;
	margin-bottom: 10px;	
}
.acqua-tmpl-img-gallery-03 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px;	
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-img-gallery-03.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-img-gallery-03.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-img-gallery-03 .img-link .edit-icon {
	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-03-wrapper .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-03-wrapper:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-img-gallery-03-wrapper:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-img-gallery-03-wrapper .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-img-gallery-03-wrapper .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-03-wrapper .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-img-gallery-03-wrapper .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-img-gallery-03-wrapper .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-img-gallery-03 figure {
	padding: 3px;
}
.acqua-tmpl-img-gallery-03 figcaption {
	display: none;
}
.acqua-tmpl-img-gallery-03 .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-03 .img-link img {
	width: auto;
	max-width: 180px;
	height: 100%;
	margin: 0 auto;
}

#acqua-edit-widget-modal-tmpl-img-gallery-03.modal {
	z-index: 999999999;
}

@media screen and (max-width: 767px){
	.acqua-tmpl-img-gallery-03 .img-link {
		width: 50px;
		height: 50px;
	}
	.acqua-tmpl-img-gallery-03 .img-link img {
		max-width: none;
	}
}