/* acqua-tmpl-box-39 */
.acqua-tmpl-box-39 {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.acqua-tmpl-box-39.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-box-39.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-box-39 .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-box-39:hover .acqua-widget-tools {
	z-index: 15;
	opacity: 1;
}
.acqua-tmpl-box-39:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-box-39 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-box-39 .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-box-39 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-box-39 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-box-39 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-box-39 .edit-icon {
	position: absolute;
	z-index: 15;
	top: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 30px;
	height: 30px;
	margin: 0;
	font-size: 18px;
	color: #fff;
	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-box-39:hover .edit-icon,
.acqua-tmpl-box-39:focus .edit-icon {
	opacity: 1;
}
.acqua-tmpl-box-39 .edit-icon .fa {
	position: relative;
	left: 7px;
}
.acqua-tmpl-box-39 .edit-icon:hover,
.acqua-tmpl-box-39 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-box-39 h2 {
	position: relative;
	margin-bottom: 0;
}
.acqua-tmpl-box-39 h2.orientation-center {
	text-align: center;
}
.acqua-tmpl-box-39 h2.orientation-left {
	text-align: left;
}
.acqua-tmpl-box-39 h2.orientation-right {
	text-align: right;
}
.acqua-tmpl-box-39 h2 a {
	display: block;
	padding: 15px;
	font-size: 22px;
	color: inherit;
}
.acqua-tmpl-box-39 .text {
	position: relative;
	padding: 15px 15px 15px 35px;
	font-size: 16px;
	color: #555;
	border-top: 1px solid #ddd;
}
.acqua-tmpl-box-39 .text p:last-of-type {
	margin-bottom: 0;
}
/*.acqua-tmpl-box-39 .prefix {
	 display: inline-block;
	display: none;
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	font-size: 24px;
	color: #ff3300;
	text-align: right;
}
.acqua-tmpl-box-39 h2 .prefix {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
} */