.btn-transparent {
	font-weight: bold;
}

.carousel-control span.glyphicon {
    color: blue;
}
      
.carousel-indicators li {
	border-color: blue;
}
	
.carousel-indicators .active {
	background: blue;
	border-color: blue;
}

#carousel .carousel .slide .thumbnail-transparent .img-rounded .img-responsive img
{
	object-fit: cover;
	object-position: center;
	background: blue;
}
