/* acqua-tmpl-faq-01 */
.acqua-tmpl-faq-01-column {
	padding: 0 10px;
} 
.col-xs-12.acqua-tmpl-faq-01-column {
	float: none;
	padding: 0;
}
.acqua-tmpl-faq-01.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-faq-01 .acqua-widget-tools {
	display: none;
	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-faq-01:hover .acqua-widget-tools {
	z-index: 15;
	opacity: 1;
}
.acqua-tmpl-faq-01:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-faq-01 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-faq-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,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-faq-01 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-faq-01 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #c0264c;
}
.acqua-tmpl-faq-01 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-faq-01 .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-faq-01:hover .edit-icon,
.acqua-tmpl-faq-01:focus .edit-icon {
	opacity: 1;
}
.acqua-tmpl-faq-01 .edit-icon .fa {
	position: relative;
	left: 7px;
}
.acqua-tmpl-faq-01 .edit-icon:hover,
.acqua-tmpl-faq-01 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-faq-01 {
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.acqua-tmpl-faq-01-wrapper {
	position: relative;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
			box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.acqua-tmpl-faq-01 h2 {
	position: relative;
	margin-bottom: 0;
	padding: 10px 30px 10px 15px;
	font-size: 20px;
	color: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-faq-01 h2.orientation-center {
	text-align: center;
}
.acqua-tmpl-faq-01 h2.orientation-left {
	text-align: left;
}
.acqua-tmpl-faq-01 h2.orientation-right {
	text-align: right;
}
.acqua-tmpl-faq-01 h2 i {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
	font-size: 18px;
}
.acqua-tmpl-faq-01-answer {
	position: absolute;
	z-index: 10;
	top: 100%;
	right: -1px;
	left: -1px;
	max-height: 0;
	overflow: hidden;
}
.col-xs-12 .acqua-tmpl-faq-01-answer {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
}
.col-xs-12 .acqua-tmpl-faq-01-text {
	border: none;
}
.open .acqua-tmpl-faq-01-answer {
	max-height: 1000px;
}
.acqua-tmpl-faq-01-text {
	position: relative;
	padding: 0 15px 15px 27px;
	font-size: 14px;
	color: #555;
	border: 1px solid #ddd;
	border-top-color: transparent;
}
.acqua-tmpl-faq-01-text p:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 1199px){
	.col-lg-6.acqua-tmpl-faq-01-column {
		padding: 0;
	}
	.col-lg-6 .acqua-tmpl-faq-01-answer {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}
	.col-lg-6 .acqua-tmpl-faq-01-text {
		border: none;
	}
}
@media screen and (max-width: 991px){
	.col-md-6.acqua-tmpl-faq-01-column {
		padding: 0;
	}
	.col-md-6 .acqua-tmpl-faq-01-answer {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}
	.col-md-6 .acqua-tmpl-faq-01-text {
		border: none;
	}
}
@media screen and (max-width: 767px){
	.col-sm-6.acqua-tmpl-faq-01-column {
		padding: 0;
	}
	.col-sm-6 .acqua-tmpl-faq-01-answer {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}
	.col-sm-6 .acqua-tmpl-faq-01-text {
		border: none;
	}
}