/* CAROUSEL - Vitel Signs */

/* Carousel */
.carousel {
	margin-bottom: 0px;
}
.carousel .container {
	position: relative;
	z-index: 9;
}
.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}
.carousel .item {
	height: 400px;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 400px;
}
.carousel-info .lead {
	margin: 0;
	font-size: 70px;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
/* -------------------------------------------------- */
.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 0px;
	margin-top: 300px;
	text-align: center;
}
.carousel-caption h1 {
	margin: 0;
	line-height: 1.25;
	color: #66839C;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
/* Text (Balance) -------------------------------------------------- */
/* -------------------------------------------------- */
.carousel-text-hero {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 0px;
	margin-top: 100px;
	text-align: center;
}
.carousel-text-hero h1 {
	font-size: 70px;
	margin: 0;
	line-height: 1.25;
	color: #CCD6DE;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
/* -------------------------------------------------- */
.carousel-text-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 0px;
	margin-top: 0px;
	text-align: center;
}
.carousel-text-caption h1 {
	margin: 0;
	line-height: 1.25;
	color: #66839C;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-text-caption .btn {
	margin-top: 70px;
}
/* Chart (Pie/Line/Bar) -------------------------------------------------- */
/* -------------------------------------------------- */
.carousel-chart-hero {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 0px;
	margin-top: 50px;
	text-align: center;
}
.carousel-chart-hero h1 {
	font-size: 70px;
	margin: 0;
	line-height: 1.25;
	color: #fff; /* -- green -- */
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
/* -------------------------------------------------- */
.carousel-chart-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 0px;
	margin-top: 0px;
	text-align: center;
}
.carousel-chart-caption h1 {
	margin: 0;
	line-height: 1.25;
	color: #66839C;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-chart-caption .btn {
	margin-top: 20px;
}
/* -------------------------------------------------- */
