.acqua-tmpl-spacer-01 {
	position: relative;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-spacer-01.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-spacer-01.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-spacer-01.logged .spacer {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-spacer-01.logged:hover .spacer {
	outline: 1px dotted #337ab7;
}
.acqua-tmpl-spacer-01 .spacer-placeholder {
	display: none;
	font-weight: 600;
	font-size: 14px;
	color: #337ab7;
	text-align: center;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-spacer-01.logged:hover .spacer-placeholder {
	display: block;
}
.acqua-tmpl-spacer-01:hover .edit-icon {
	opacity: 1;
}
.acqua-tmpl-spacer-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,.5);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
			box-shadow: 0 2px 5px rgba(0,0,0,.5);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	opacity: 0;
}
.acqua-tmpl-spacer-01:hover .acqua-widget-tools {
	z-index: 100;
	opacity: 1;
}
.acqua-tmpl-spacer-01:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,.95);
}
.acqua-tmpl-spacer-01 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-spacer-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,.9);
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-spacer-01 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-spacer-01 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-spacer-01 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}