/* acqua-tmpl-box-41 */
.acqua-tmpl-box-41 {
	position: relative;
	display: table;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: 50%;
}
.acqua-tmpl-box-41.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-box-41.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-box-41 .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-41:hover .acqua-widget-tools {
	z-index: 15;
	opacity: 1;
}
.acqua-tmpl-box-41:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-box-41 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-box-41 .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-41 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-box-41 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #c0264c;
}
.acqua-tmpl-box-41 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-box-41 .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-41:hover .edit-icon,
.acqua-tmpl-box-41:focus .edit-icon {
	opacity: 1;
}
.acqua-tmpl-box-41 .edit-icon .fa {
	position: relative;
	left: 7px;
}
.acqua-tmpl-box-41 .edit-icon:hover,
.acqua-tmpl-box-41 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-box-41 .block-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.acqua-tmpl-box-41 .empty-cell {
	width: 45%;
}
.acqua-tmpl-box-41 .content-cell {
	position: relative;
	width: 55%;
	background-color: rgba(0,0,0,0.75);
}
.acqua-tmpl-box-41 .content {
	max-height: 500px;
	padding: 20px 40px;
	color: #fff;
	overflow: auto;
}
.acqua-tmpl-box-41 .title {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 34px;
}
.acqua-tmpl-box-41 .subtitle {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 20px;
}
.acqua-tmpl-box-41 .text {
	margin-top: 0;
}
.acqua-tmpl-box-41 .title,
.acqua-tmpl-box-41 .subtitle,
.acqua-tmpl-box-41 .text,
.acqua-tmpl-box-41 .btn-container {
	position: relative;
}
.acqua-tmpl-box-41.show-text-shadow .title,
.acqua-tmpl-box-41.show-text-shadow .subtitle,
.acqua-tmpl-box-41.show-text-shadow .text {
	text-shadow: 0 1px 1px #000;
}
.acqua-tmpl-box-41 .btn-container {
	margin: 30px 0 20px;
}
.acqua-tmpl-box-41 .btn-container .button {
	display: inline-block;
	padding: 6px 12px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background-color: #5cb85c;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-tmpl-box-41 .title.orientation-center,
.acqua-tmpl-box-41 .subtitle.orientation-center,
.acqua-tmpl-box-41 .btn-container.orientation-center {
	text-align: center;
}
.acqua-tmpl-box-41 .title.orientation-left,
.acqua-tmpl-box-41 .subtitle.orientation-left,
.acqua-tmpl-box-41 .btn-container.orientation-left {
	text-align: left;
}
.acqua-tmpl-box-41 .title.orientation-right,
.acqua-tmpl-box-41 .subtitle.orientation-right,
.acqua-tmpl-box-41 .btn-container.orientation-right {
	text-align: right;
}
.acqua-tmpl-box-41 .content-cell.show-text-shadow  {
	text-shadow: 1px 1px 2px #000;
}
.acqua-tmpl-box-41 .content-cell.show-text-shadow .btn-container .button {
	text-shadow: none;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.45);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.45);
			box-shadow: 0 2px 5px rgba(0,0,0,0.45);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-box-41 .content-cell.show-text-shadow .btn-container .button:hover,
.acqua-tmpl-box-41 .content-cell.show-text-shadow .btn-container .button:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

/* MQ */
@media screen and (max-width: 767px){
	.acqua-tmpl-box-41 {
		display: block;
		width: 100%;
		height: auto !important;
		background-image: none !important;
	}
	.acqua-tmpl-box-41 .block-cell {
		display: block;
		width: 100%;
		height: auto;
	}
	.acqua-tmpl-box-41 .content-cell {
		position: relative;
		width: 100%;
	}
	.acqua-tmpl-box-41 .content-cell .opaque-bg-color {
		position: absolute;
		z-index: 5;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #222;
	}
	.acqua-tmpl-box-41 .content {
		position: relative;
		z-index: 10;
		max-height: none !important;
		padding: 20px 40px;
	}
}