/* acqua-tmpl-slider-02 */
.acqua-tmpl-slider-02 {
	position: relative;
	margin: 15px 0 30px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-slider-02.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-slider-02.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-slider-02 .acqua-widget-tools {
	position: absolute;
	z-index: -1;
	top: 5px;
	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-slider-02:hover .acqua-widget-tools {
	z-index: 1010;
	opacity: 1;
}
.acqua-tmpl-slider-02:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-slider-02 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-slider-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-slider-02 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-slider-02 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-slider-02 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-slider-02 h2 {
	margin-bottom: 10px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 28px;
	color: #005d92;
}
.acqua-tmpl-slider-02 .item {
	position: relative;
	display: block;
	height: 112px;
	padding-bottom: 5px;
	color: #565656;
}
.acqua-tmpl-slider-02 .edit-icon {
	position: absolute;
	z-index: 15;
	top: 5px;
	left: 5px;
	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;
	cursor: pointer;
	opacity: 0;
}
.acqua-tmpl-slider-02:hover .edit-icon,
.acqua-tmpl-slider-02:focus .edit-icon {
	opacity: 1;
}
.acqua-tmpl-slider-02 .edit-icon .fa {
	position: relative;
	left: 8px;
}
.acqua-tmpl-slider-02 .edit-icon:hover,
.acqua-tmpl-slider-02 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-slider-02 .item img {
	margin-bottom: 5px;
	/*-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;*/
}
.acqua-tmpl-slider-02 .item .title {
	margin-bottom: 0;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* bx-wrapper */
.acqua-tmpl-slider-02 .bx-wrapper .bx-prev {
	left: 10px;
}
.acqua-tmpl-slider-02 .bx-wrapper .bx-next {
	right: 10px;
}
.acqua-tmpl-slider-02 .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.acqua-tmpl-slider-02 .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.acqua-tmpl-slider-02 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 1000;
}