/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.imgLiquid {
	max-width: 1280px;
  	height: 350px;
  	margin: 0 auto;
 }

.carousel-indicators {
	position: relative;
	bottom: 20px;
	height: 0px;
	margin-bottom: 0px;
}

.carousel-indicators li {
	background-color: transparent;
	margin-right: 4px;
}

.carousel-indicators .active {
	margin-right: 3px;
}

.carousel-caption h4 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BE6E6E;
}

/* captions large screens */
@media (min-width: 1060px) {
	.carousel-caption {
		display: block;
		/* background: url('../images/caption-bg.png') bottom right repeat;*/
		background-color: rgba(0, 0, 0, 0.6);
		min-width: 400px;
		height: 110px;

		right: 0;
		left: 45%;
		bottom: 100px;
		
		text-align: left;
		padding: 10px;
	}

	.caption-titled {
		background-color: rgba(0, 0, 0, 0.68);
		left: 55%;
		bottom: 116px;
	}

	div.carousel-caption img {
		float: left;
		padding-right: 20px;
	}

	div.carousel-caption p {
		float: left;
		width: 270px;
		padding-top: 10px;
	}

	div.caption-titled p {
		padding-top: 2px;
		width: 330px;
	}
}

@media (min-width: 668px) and (max-width: 1069px) {
	.carousel-caption {
		display: block;
		/* background: url('../images/caption-bg.png') bottom right repeat; */
		background-color: rgba(0, 0, 0, 0.2);
		min-width: 400px;
		height: 120px;

		right: 0;
		left: 10%;
		bottom: 0px;
		
		text-align: left;
		padding: 10px;
	}

	.caption-titled {
		background-color: rgba(0, 0, 0, 0.75);
	}

	div.carousel-caption img {
		float: left;
		padding-right: 25px;
	}

	div.carousel-caption p {
		float: left;
		min-width: 270px;
		max-width: 300px;
		padding-top: 10px;
	}

	div.caption-titled p {
		padding-top: 2px;
		max-width: 330px;
	}
}

@media (max-width: 667px) {
	.carousel-caption {
		background-color: rgba(0, 0, 0, 0.2);
		width: 100%;
		height: 100%;
		padding-top: 90px;
		padding-left: 12%;
		padding-right: 12%;
		left: 0;
		right: 0;
	}

	.caption-titled {
		background-color: rgba(0, 0, 0, 0.68);
	}
}


