.carousel-inner {
	background-color: #999;
	height: 300px;
}
.carousel-inner > .item > img {
	float: left;
	height: 300px;
	margin-right: 20px; 
}

#carousel .carousel-caption {
	position: relative;
	text-align: left;
	margin: 0 20px;
	right: auto;
	left: auto;
	color: white;
	text-shadow: none;
	font-size: 12px;
}

.carousel-caption h3 {
	color: #BB3023;
	text-align: left;
	text-shadow: none;
	font-size: 1.8em;
	font-weight: 700;
}
.carousel-caption p {
	text-align: left;
	text-shadow: none;
	font-size: 1.2em;
}

.carousel-indicators {
	padding: 0;
	margin: 0 5% 0 50%;
	right: 0;
	left: 0;
	
}

.carousel-control {
	width: 10%;
}

#carousel .glyphicon {
	margin-top: 100%;
}

@media (max-width: 991px) {
    .carousel-caption p {
	    display: none;
    }
}

@media (max-width: 767px) {
    .carousel-caption {
	    display: none;
    }
	.carousel-inner > .item > img {
		float: left;
		height: auto;
		margin-right: 20px; 
	}
	.carousel-inner {
		height: 200px;
	}
}


