.center{
	text-align: center;
}

.carousel .item,
.carousel .item.active{
	text-align: center;
	background-color: #0c3f59;
}
.carousel .carousel-inner > .item > img{
	display: inline;
	position: relative;
	height: auto;
	min-width: 10%;
	margin-top: 4em;
}

ul.arrows{
	font-size: 1.1em;
	font-weight: 200;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.arrows li:before{
	content: "\00BB \0020";
}


@media (min-width: 992px) {
	h2.featurette-heading {
		margin-top: 20px;
	}
}
