/* acqua-tmpl-box-44 (acqua-box-destination) */
.acqua-tmpl-box-44 {
	position: relative;
}
.acqua-tmpl-box-44.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-box-44.logged:hover {
	outline-color: #337ab7;
}
.acqua-tmpl-box-44 .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-box-44:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-box-44:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-box-44 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-box-44 .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-44 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-box-44 .acqua-widget-tools .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-box-44 .acqua-widget-tools .fa-remove {
	font-size: 11px;
}
.acqua-tmpl-box-44 .edit-icon {
	left: 15px;
}
.acqua-tmpl-box-44 .row {
	margin: 0 -10px;
}
.acqua-tmpl-box-44 [class*="col"] {
	padding: 0 10px;
}
.acqua-tmpl-box-44-item {
	position: relative;
	margin-bottom: 20px;
	color: #333;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	overflow: hidden;
}
.acqua-tmpl-box-44.logged .acqua-tmpl-box-44-item {
	overflow: visible;
}
.acqua-tmpl-box-44-item.display-none {
	display: none;
}
.acqua-tmpl-box-44-item-hidden-label {
	display: none;
	position: absolute;
	z-index: 5;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	line-height: 20px;
	padding: 0 5px 2px;
	font-size: 12px;
	color: #fff;
	background-color: #cc0000;
	cursor: pointer;
}
.acqua-tmpl-box-44.logged .acqua-tmpl-box-44-item.display-none {
	display: none;
	margin: 0;
	outline: 1px dotted #cc0000;
}
.acqua-tmpl-box-44.logged .acqua-tmpl-box-44-item.display-none .acqua-tmpl-box-44-item-hidden-label {
	display: inline-block;
}
.acqua-tmpl-box-44-text {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	width: 100%;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
	letter-spacing: 1px;
}
.acqua-tmpl-box-44-title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;	
}
.acqua-tmpl-box-44-subtitle {
	font-size: 16px;
}
.acqua-tmpl-box-44-img-dim {
	font-weight: 400;
	font-size: 19px;	
}
.acqua-tmpl-box-44-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.35);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-box-44-item:hover .acqua-tmpl-box-44-mask {
	background-color: rgba(0,0,0,.5);
}
.acqua-tmpl-box-44-imgbox {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;	
	height: 290px;
	overflow: hidden;
}
.acqua-tmpl-box-44-imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
}
.acqua-tmpl-box-44.logged .acqua-tmpl-box-44-item.display-none .acqua-tmpl-box-44-imgbox {
	height: 0;
}

@media screen and (max-width: 991px) {
	.acqua-tmpl-box-44-imgbox {
		height: 220px;
	}
}
@media screen and (max-width: 767px) {
	.acqua-tmpl-box-44 {
		display: block;
		margin: 0;
	}
	.acqua-tmpl-box-44-item {
		margin-bottom: 10px;
		padding: 0;
	}
	.acqua-tmpl-box-44-imgbox {
		height: auto;
	}
	.acqua-tmpl-box-44-imgbox img {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
		display: block;
		max-width: 100%;
		height: auto;
	}
}
/*@media screen and (max-width: 575px) {
	.acqua-tmpl-box-44-title {
		font-size: 2.8vw;
	}
	.acqua-tmpl-box-44-subtitle {
		font-size: 2vw;
	}
}*/