#carousel {
	margin-bottom: 1em;
}

.carousel-caption {
	padding: 20px;
	padding-top: 0;
	text-shadow: none;
	width: 31%;
	height: 360px;
	margin: 0;
	right: auto;
	left: auto;
	top: 0;

}

.carousel-caption h3 {
	color: white;
	font-family: 'News Cycle';
	font-size: 2.2em;
	line-height: 1.3em;
	text-align: left !important;
}

.carousel-caption p {
	text-align: left;
}

a.left.carousel-control, a.right.carousel-control {
	background-image: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	top: 90%;
}

.btn-black {
	border-radius: 0;
	background-color: black;
	color: white;
}

.btn-black:after {
    content: "\e072";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

.btn-black:hover {
	color: #F47B1E;
}

/* Mobile */
@media (max-width: 767px) {
#carousel .carousel-caption {
	padding: 10px;
	}
#carousel .carousel-caption h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	}
#carousel .carousel-caption p {
	display: none;
	}
#carousel .carousel-caption a.btn {
	display: none;
	}

#carousel ol.carousel-indicators {
	display: none;
	}
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
	.carousel-caption h3 {
		font-size: 1.2em;
	}
	#carousel .carousel-caption p {
		display: none;
	}
}

/* laptops */
@media (max-width: 1199px) and (min-width: 992px) {
	.carousel-caption h3 {
		font-size: 1.4em;
	}
}

/* desktops */
@media (min-width: 1200px) {
}