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

.acqua-tmpl-carousel-02 .carousel-control .glyphicon-chevron-left,
.acqua-tmpl-carousel-02 .carousel-control .glyphicon-chevron-right,
.acqua-tmpl-carousel-02 .carousel-control .icon-next,
.acqua-tmpl-carousel-02 .carousel-control .icon-prev {
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}

/* MQ */
@media (max-width: 990px){
	.acqua-tmpl-carousel-02 .carousel-caption {
		font-size: 36px;
	}
}
@media (max-width: 750px){
	.acqua-tmpl-carousel-02 .widget-url {
		height: 200px;
		overflow: hidden;
	}
	.acqua-tmpl-carousel-02 .carousel-inner > .item > a > img.banner-img,
	.acqua-tmpl-carousel-02 .carousel-inner > .item > img.banner-img,
	.acqua-tmpl-carousel-02 .img-responsive,
	.thumbnail a > img.banner-img {
		max-width: none;
		width: auto;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.acqua-tmpl-carousel-02 .carousel-caption {
		font-size: 24px;
	}
	.acqua-tmpl-carousel-02 .carousel-control .glyphicon-chevron-left,
	.acqua-tmpl-carousel-02 .carousel-control .glyphicon-chevron-right,
	.acqua-tmpl-carousel-02 .carousel-control .icon-next,
	.acqua-tmpl-carousel-02 .carousel-control .icon-prev {
		font-size: 28px;
	}
}