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

/* Carousel base class */
.carousel {
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 1500px !important;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	background: #999;
	padding: 30px 30px 20px;
	right: 11%;
	top: 120px;
	width: 385px;
	z-index: 10;
}

.carousel-caption > h2 {
	font-size: 21px;
	text-transform: uppercase;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #fff;
	padding-bottom: 10px;
}

.carousel-caption > p {
	font-size: 16px;
	font-family: 'Electrolize', Helvetica, Arial, sans-serif;
	border-top: 1px solid #fff;
	padding: 20px 0;
}

.carousel-caption > a {
	color: #FFFFFF;
	float: right;
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
}

.slider0 .carousel-caption > a {
	background: #086096;
}

.slider1 .carousel-caption > a {
	background: #81A409;
}

.slider2 .carousel-caption > a {
	background: #258EBE;
}

.slider3 .carousel-caption > a {
	background: #D78000;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 600px;
	background-color: #F7F6F6;
}
.carousel-inner > .item > img {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}

.carousel-indicators {
	bottom: 0;
	clear: both;
	left: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding-left: 0;
	position: relative;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 100;
	height: 50px;
}

.carousel-indicators li.active, .carousel-indicators li {
	background-color: #FFFFFF;
	border: medium none;
	border-radius: 0;
	cursor: pointer;
	float: left;
	height: 50px;
	margin: 0;
	text-align: center;
	text-indent: 0;
	width: 33.3%;
	color: #FFFFFF;
	line-height: 50px;
	text-transform: uppercase;
}

#business_units_menu > li.carousel_9 {
	background: none repeat scroll 0 0 #0a71b2;
}

#business_units_menu > li.carousel_10 {
	background: none repeat scroll 0 0 #96bd0d;
}

#business_units_menu > li.carousel_11 {
	background: none repeat scroll 0 0 #37a8db;
}

#business_units_menu > li.carousel_12 {
	background: none repeat scroll 0 0 #f09200;
}

.slider0 .carousel-caption {
	background: none repeat scroll 0 0 #0a71b2;
}

.slider1 .carousel-caption {
	background: none repeat scroll 0 0 #96bd0d;
}

.slider2 .carousel-caption {
	background: none repeat scroll 0 0 #37a8db;
}

.slider3 .carousel-caption {
	background: none repeat scroll 0 0 #f09200;
}

@media (max-width: 1024px) {

	.carousel-inner > .item > img {
		left: 0;
		margin: 0 auto;
		min-height: 500px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.carousel-caption {
		padding: 20px;
		top: 145px;
	}

	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		max-width: 300%;
		min-height: 100%;
	}
}
@media (max-width: 770px) {

	.carousel-indicators {
		height: 200px;
	}

	.carousel-caption {
		left: 0;
		margin: 0 auto;
		right: 0;
		top: 150px;
	}

	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		min-height: 500px !important;
	}

}

