/* acqua-tmpl-box-33 */
.acqua-tmpl-box-33 {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	padding: 15px 0;
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	outline: 2px dotted transparent;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-box-33:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-box-33:hover .img-link .edit-icon {
	opacity: 1;
}
.acqua-tmpl-box-33 .acqua-widget-tools {
	position: absolute;
	z-index: -1;
	top: 25px;
	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-33:hover .acqua-widget-tools {
	z-index: 15;
	opacity: 1;
}
.acqua-tmpl-box-33:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-box-33 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-box-33 .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-33 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-box-33 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-box-33 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-box-33 .mask {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
}
.acqua-tmpl-box-33.show-mask .mask {
	display: block;
}
.acqua-tmpl-box-33 .container {
	position: relative;
	z-index: 15;
	padding: 0;
}
/*.container .acqua-tmpl-box-33 {
	margin-right: -15px;
	margin-left: -15px;
}*/
.container .acqua-tmpl-box-33 .container {
	width: 100%;
}
.acqua-tmpl-box-33.padding .container {
	padding-right: 15px;
	padding-left: 15px;
}
.acqua-tmpl-box-33 .edit-icon {
	position: relative;
	z-index: 15;
	width: 30px;
	height: 30px;
	margin: 10px auto 20px;
	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-33:hover .edit-icon,
.acqua-tmpl-box-33:focus .edit-icon {
	opacity: 1;
}
.acqua-tmpl-box-33 .edit-icon .fa {
	position: relative;
	left: 7px;
}
.acqua-tmpl-box-33 .edit-icon:hover,
.acqua-tmpl-box-33 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-box-33 .title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 34px;
	text-align: center;
}
.acqua-tmpl-box-33 .subtitle {
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}


.acqua-tmpl-box-33 .sliding-wrapper {
	position: relative;
	max-height: 205px;
	padding-bottom: 5px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-box-33 .sliding-wrapper.open {
	max-height: none;
	overflow: visible;
}
.acqua-tmpl-box-33 .sliding-wrapper .text-mask {
	opacity: 0;
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	pointer-events: none;
}
.acqua-tmpl-box-33 .sliding-wrapper .text-mask.open {
	opacity: 1;
}
.acqua-tmpl-box-33 .sliding-wrapper.open .text-mask {
	opacity: 0 !important;
}
.acqua-tmpl-box-33 .show-more-container {
	display: none;
	margin: 0;
	padding-top: 3px;
	font-size: 12px;
	border-top: 1px solid #bdd6ec;
}
.show-more-container .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}


.acqua-tmpl-box-33 .text {
	margin-top: 30px;
}
.acqua-tmpl-box-33 .title,
.acqua-tmpl-box-33 .subtitle,
.acqua-tmpl-box-33 .text,
.acqua-tmpl-box-33 .btn-container {
	position: relative;
	z-index: 15;
}
.acqua-tmpl-box-33.show-text-shadow .title,
.acqua-tmpl-box-33.show-text-shadow .subtitle,
.acqua-tmpl-box-33.show-text-shadow .text {
	text-shadow: 0 1px 1px #000;
}
.acqua-tmpl-box-33 .btn-container {
	margin-top: 20px;
	text-align: center;
}
.acqua-tmpl-box-33 .btn-container .button {
	display: inline-block;
	padding: 6px 12px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #5cb85c;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-tmpl-box-33 .title.orientation-center,
.acqua-tmpl-box-33 .subtitle.orientation-center,
.acqua-tmpl-box-33 .btn-container.orientation-center {
	text-align: center;
}
.acqua-tmpl-box-33 .title.orientation-left,
.acqua-tmpl-box-33 .subtitle.orientation-left,
.acqua-tmpl-box-33 .btn-container.orientation-left {
	text-align: left;
}
.acqua-tmpl-box-33 .title.orientation-right,
.acqua-tmpl-box-33 .subtitle.orientation-right,
.acqua-tmpl-box-33 .btn-container.orientation-right {
	text-align: right;
}