/* carousel-bootstrap.css */
@charset "utf-8";

.carousel-caption {
	text-align: left;
	left: 10%;
	right: 10%;
	top: 20%;
}

.carousel-control.left,
.carousel-control.right		{
	background-color: transparent;
	background-image: none;
	top: 50%;
}
.carousel-caption p{
	color: #000;
	text-shadow: none;
}
.carousel-indicators li{
	background-color: #0054A7;
}
.carousel-indicators .active{
	background-color: #000;
}
.fa-chevron-circle-left,
.fa-chevron-circle-right  {
  color: #0054A7;
}
.captionCenter	{
	text-align: center;
}
.captionPattern{
	content: "";
    background: url(http://subtlepatterns.com/patterns/bo_play_pattern.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}
