@charset "UTF-8";

/*!
 *this will change the carousel caption
 */
/*.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ff0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}*/
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20%;
  left: 15%;
  width:400px;
  z-index: 10;
  padding: 15px;
  text-align: left;
  text-shadow: none;
   background-color: rgba(0,0,0,0.4);
    color: #FFF;
}
.carousel-caption> h3{
	color: #FFF;
	font-weight:400;
}
.carousel-caption .btn {
  text-shadow: none;