#myCarousel.carousel, #myCarousel.carousel .item, #myCarousel .carousel-inner {
	height: 100%;
}
#myCarousel .carousel-caption {
	top: 32%;
	left: inherit;
	right: inherit;
	bottom: inherit;
	max-width: 520px
}
#myCarousel .carousel-caption h1 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 15px 0;
	letter-spacing: 0.05em;
	line-height: 36px;
	text-transform: uppercase;
}
#myCarousel .carousel-caption h1:after {
	content: normal;
}
#myCarousel .carousel-caption p {
	margin: 0;
	font-size: 16px;
	width: 95%;
}
.controllers {
	display: list-item;
	position: absolute;
	padding: 22px 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
}
.controllers.white {
	display: block;
	position: relative;
    background: none;
    bottom: 0;
    margin:10px -20px;
	padding: 0;
    width: calc(100% + 40px);
	height: 30px;
}
.controllers.white a {
	color: #000;
}
.controllers.white img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.controllers.white:after {
    background: #000;
    top: 8px;
}
.controllers:after {
	content: '';
	position: absolute;
	width: calc(100% - 260px);
	height: 1px;
	left: 130px;
	top: 49%;
	background: #fff;
}
.controllers a {
	color: #fff;
	font-size: 12px;
	position: absolute;
	letter-spacing: 0.1em;
	min-width: 90px;
}
.controllers .left {
	left: 25px;
}
.controllers .right {
	right: 25px;
}
.controllers .left img {
	float:left;
}
.controllers .right img {
	float:right;
}
.controllers img {
	margin: -2px 10px;
	height: 20px;
}
.controllers .right img {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
/* Carousel Fade In
-------------------------------------------------- */
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-ms-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	opacity: 0.5;
}
.carousel.carousel-fade .active.item {
	opacity: 1;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 769px) {
#myCarousel .carousel-caption.left {
	text-align: left;
	left: 10%;
}
#myCarousel .carousel-caption.center {
	right: 20%;
	left: 20%;
	margin: auto;
	text-align: center;
}
#myCarousel .carousel-caption.center p {
	margin: auto;
}
#myCarousel .carousel-caption.right {
	text-align: right;
	right: 10%;
}
#myCarousel .carousel-caption.right p {
	margin-left: 5%;
}
#myCarousel .carousel-caption.bottom {
	top: inherit;
	bottom: 20%;
}
}
@media (max-width: 768px) {
#myCarousel .carousel-caption {
	top: 30%;
	text-align:left;
}
}
 @media (max-width: 468px) {
#myCarousel .carousel-caption {
	top: 20%;
}
#myCarousel .carousel-caption p {
	display: none;
}
}
