.acqua-tmpl-carousel-03 {
	display: block;
	position: relative;
	max-width: 1920px;
	margin: 0 auto 30px;
	transition: all .25s ease;
}
.acqua-tmpl-carousel-03 .edit-icon {
	left: 50%;
	transform: translateX(-50%);
}
.acqua-tmpl-carousel-03 .widget-url {
	position: relative;
	display: block;
}
.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 > .banner-img,
.acqua-tmpl-carousel-03 .carousel-inner > .item > div > .banner-img,
.acqua-tmpl-carousel-03 .img-responsive,
.acqua-tmpl-carousel-03 .thumbnail a > .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;
	}
}