/* acqua-tmpl-carousel-04 */
.acqua-tmpl-carousel-04 {
	display: block;
	position: relative;
	z-index: 5;
	margin: 0 auto 30px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-carousel-04.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-carousel-04.logged.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-carousel-04 .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-carousel-04:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-carousel-04:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-carousel-04 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-carousel-04 .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-carousel-04 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-carousel-04 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-carousel-04 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-carousel-04 .edit-icon {
	position: absolute;
	z-index: 20;
	top: 20px;
	left: 50%;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	cursor: pointer;
	opacity: 0;
}
.acqua-tmpl-carousel-04:hover .edit-icon,
.acqua-tmpl-carousel-04:focus .edit-icon {
	opacity: 1;
}
.acqua-tmpl-carousel-04 .edit-icon .fa {
	position: relative;
	left: 8px;
}
.acqua-tmpl-carousel-04 .edit-icon:hover,
.acqua-tmpl-carousel-04 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-carousel-04 .widget-url {
	position: relative;
	display: block;
	height: 100%;
}
.acqua-tmpl-carousel-04 .carousel-inner > .item > a > img.banner-img,
.acqua-tmpl-carousel-04 .carousel-inner > .item > img.banner-img,
.acqua-tmpl-carousel-04 .img-responsive, .thumbnail a > img.banner-img {
	position: relative;
	z-index: 10;
	display: block;
	max-width: 100%;
	height: auto;
}
.acqua-tmpl-carousel-04 .carousel-control.right,
.acqua-tmpl-carousel-04 .carousel-control.left {
	background-image: none;
	background-repeat: no-repeat;
}
.acqua-tmpl-carousel-04 .carousel-control .glyphicon-chevron-left,
.acqua-tmpl-carousel-04 .carousel-control .glyphicon-chevron-right,
.acqua-tmpl-carousel-04 .carousel-control .icon-next,
.acqua-tmpl-carousel-04 .carousel-control .icon-prev {
	/*font-size: 60px;*/
}

/* MQ */
@media (max-width: 750px){
	.acqua-tmpl-carousel-04 .carousel-control .glyphicon-chevron-left,
	.acqua-tmpl-carousel-04 .carousel-control .glyphicon-chevron-right,
	.acqua-tmpl-carousel-04 .carousel-control .icon-next,
	.acqua-tmpl-carousel-04 .carousel-control .icon-prev {
		font-size: 28px;
	}
}