/* acqua-tmpl-carousel-03 */
.acqua-tmpl-carousel-03 {
	display: block;
	position: relative;
	margin: 0 auto 30px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-carousel-03.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-carousel-03.logged.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-carousel-03 .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-carousel-03:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-carousel-03:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-carousel-03 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-carousel-03 .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-carousel-03 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-carousel-03 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-carousel-03 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-carousel-03 .edit-icon {
	position: absolute;
	z-index: 20;
	top: 20px;
	left: 50%;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	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;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	cursor: pointer;
	opacity: 0;
}
.acqua-tmpl-carousel-03:hover .edit-icon,
.acqua-tmpl-carousel-03:focus .edit-icon {
	opacity: 1;
}
.acqua-tmpl-carousel-03 .edit-icon .fa {
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.acqua-tmpl-carousel-03 .edit-icon:hover,
.acqua-tmpl-carousel-03 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-carousel-03 .widget-url {
	position: relative;
	display: block;
	/*height: 100%;*/
}
.acqua-tmpl-carousel-03 .text_1 {
	font-weight: 700;
}
.acqua-tmpl-carousel-03 .text_2 {
	font-size: 75%;
}
.acqua-tmpl-carousel-03 .price .prep-curr {
	display: none;
}
.acqua-tmpl-carousel-03 .price .from {
	font-size: 65%;
}
.acqua-tmpl-carousel-03 .price .value {
	font-weight: 700;
	font-size: 100%;
}
.acqua-tmpl-carousel-03 .price .curr {
	font-weight: 400;
	font-size: 85%;
}
.acqua-tmpl-carousel-03 .carousel {
	display: none;		
}
.acqua-tmpl-carousel-03 .carousel-inner > .item > a > img.banner-img,
.acqua-tmpl-carousel-03 .carousel-inner > .item > img.banner-img,
.acqua-tmpl-carousel-03 .img-responsive,
.acqua-tmpl-carousel-03 .thumbnail a > img.banner-img {
	position: relative;
	z-index: 10;
	display: block;
	max-width: none;
	width: 1920px;
	height: 500px;
	margin: 0 auto;
}
.acqua-tmpl-carousel-03 .carousel-caption {
	position: absolute;
	z-index: 15;
	top: 20px;
	right: 0;
	bottom: auto;
	left: 0;
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px #000;
}
.acqua-tmpl-carousel-03 .carousel-control {
	width: 5%;
	opacity: 0;
}
.acqua-tmpl-carousel-03:hover .carousel-control {
	opacity: 0.5;
}
.acqua-tmpl-carousel-03 .carousel-control:focus,
.acqua-tmpl-carousel-03 .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.acqua-tmpl-carousel-03 .carousel-control.right,
.acqua-tmpl-carousel-03 .carousel-control.left {
	background-image: none;
	background-repeat: no-repeat;
}
.acqua-tmpl-carousel-03 .carousel-control .glyphicon-chevron-left,
.acqua-tmpl-carousel-03 .carousel-control .glyphicon-chevron-right,
.acqua-tmpl-carousel-03 .carousel-control .icon-next,
.acqua-tmpl-carousel-03 .carousel-control .icon-prev {
	top: 20%;
	width: 50px;
	height: 50px;
	font-size: 45px;
}
.acqua-tmpl-carousel-03 .acqua-engine-slim-container {
	position: relative;
	min-height: auto;
	margin-top: -200px;
	margin-bottom: 0;
	padding: 0;
	/*background-color: rgba(0,0,0,.65);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.35);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.35);
	        box-shadow: 0 2px 5px rgba(0,0,0,.35);*/
}
.acqua-tmpl-carousel-03 .acqua-engine-slim-container .acqua-engine-slim-wrapper {
	position: relative;
	background-color: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;	
}
.acqua-tmpl-carousel-03 .acqua-engine-slim-container .acqua-engine-slim-wrapper .form-mask {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.0);
}

/* MQ */
@media (max-width: 991px){
	.acqua-tmpl-carousel-03 .carousel-caption {
		font-size: 36px;
	}
	.acqua-tmpl-carousel-03 .acqua-engine-slim-container {
		margin-top: -260px;
	}
}
@media (max-width: 767px){
	.acqua-tmpl-carousel-03 {
		padding: 40px 0;
		background-color: #f9f9f9;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: cover;
	}
	.acqua-tmpl-carousel-03 .acqua-engine-slim-container {
		margin-top: 0;
	}

	/*.acqua-tmpl-carousel-03 .carousel-inner > .item > a > img.banner-img,
	.acqua-tmpl-carousel-03 .carousel-inner > .item > img.banner-img,
	.acqua-tmpl-carousel-03 .img-responsive, .thumbnail a > img.banner-img {
		max-width: none;
		width: auto;
		height: 200px;
	}
	.acqua-tmpl-carousel-03 .carousel-control .glyphicon-chevron-left,
	.acqua-tmpl-carousel-03 .carousel-control .glyphicon-chevron-right,
	.acqua-tmpl-carousel-03 .carousel-control .icon-next,
	.acqua-tmpl-carousel-03 .carousel-control .icon-prev {
		font-size: 28px;
	}*/
}
@media screen and (min-width: 768px){
	.acqua-tmpl-carousel-03 .carousel {
		display: block;
	}
}