.carousel-inner .item img {
	opacity: 1;
	background: black;
}

.carousel-caption {
  position: absolute;
  z-index: 10;
  text-align: center;
	left: 0%;
  right: 0%;
	left: 5%;
  right: 5%;
	top: 0px;
	top: 5em;
	top: 8%;
	top: 10%;
	top: 7.5%;
	top: 11%;
  bottom: 0px;
  bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
	padding: 0px !important;
	bo/rder: 1px solid red;
  text-shadow: none;
	margin: 0px;
  color: #000;
  color: #fff;
}

.carousel-caption article {
	margin: 0px;
	padding: 0px;
}

.carousel-caption article h3 {
	text-align: center;
	m/argin: 0px !important;
	margin: 20px 0;
	padding: 0px !important;
	font-size: 300%;
	text-transform: uppercase;
	d/isplay:none;
}

.carousel-caption article p {
	text-align: center;
	m/argin: 0px !important;
	p/adding: 0px !important;
	font-size: 150%;
	d/isplay:none;
}
@media (max-width: 768px) {
	.carousel-caption {
		top: 18%;
	}
	.carousel-caption article h3 {
		font-size: 250%;
		margin: 10px 0;
	}
	.carousel-caption article p {
		font-size: 100%;
	}
}

@media (max-width: 480px) {
	.carousel-caption {
		display:none;
		top: 28%;
	}
	.carousel-caption article h3 {
		font-size: 150%;
		margin: 10px 0;
	}
}

.btn-carousel {
	background: transparent;
	color: black;
	border: 2px solid black;
}

.btn-carousel:hover {
	background: white;
	color: black;
	border: 2px solid black;
}

.carousel-control {
  position: absolute;
	display:none;
  top: 0;
  bottom: 0;
  left: 0;
	width: 1%;
  width: 5%;
  font-size: 2px;
font-size: 100%;
  color: #fff;
  text-align: center;
  t/ext-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

/*
see bootstrap.css and bootstrap.js duration
.carousel-inner > .item {
    -webkit-transition: 10.6s ease-in-out left;
    -moz-transition: 10.6s ease-in-out left;
    -o-transition: 10.6s ease-in-out left;
    transition: 10.6s ease-in-out left;
}
*/
