html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#myCarousel.carousel {
	margin: 0;
	position: relative;
	padding-top: 150px;
	width: 100%;
}
#myCarousel.carousel .item.active {
	height: 100%;
}
#myCarousel .carousel-inner {
	height: 600px;
}
#myCarousel .carousel-caption {
	top: 250px;
	left: inherit;
}
#myCarousel.carousel .item {
	background-color: none;
}
#myCarousel.carousel .carousel-inner .bg {
	background-repeat: no-repeat;
	background-size: cover;
}
#myCarousel .carousel-caption {
	right: inherit;
	text-align: left;
	width: 80%;
}
#myCarousel .carousel-control.left {
	z-index: 99999;
}
#myCarousel .carousel-control.right {
	z-index: 99999;
}
#myCarousel .carousel-control {
	width: 38px;
	height: 38px;
	position: relative;
	opacity: 1;
}
/* Carousel Fade In
-------------------------------------------------- */
#myCarousel.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;
}
#myCarousel.carousel.carousel-fade .active.item {
	opacity: 1;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
html, body, header {
	height: 100%;
}
#inner header {
	height: initial;
}
#myCarousel.carousel {
	height:initial;
	 padding-top: 110px;
}
#myCarousel .carousel-inner {
     height: 340px;
}
#myCarousel .carousel-caption {
	top: 30%;
}
#myCarousel .carousel-caption h1 {
	font-size: 24px;
	line-height: 32px;
	padding: 10px 0;
}
}
@media (max-width: 767px) {
#myCarousel.carousel {
	height:initial;
}
#myCarousel .carousel-inner {
   height: 190px;
}
#myCarousel .carousel-caption {
    top: 0;
}
#myCarousel .carousel-caption h1 {
    font-size: 18px;
    line-height: 25px;
    padding: 0;
}
#myCarousel .carousel-caption a img {
	width:20px;
	height:20px;
}
.carousel-indicators {
	bottom:0;
	margin-bottom:0;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
}
.carousel-indicators li {
    width: 6px;
    height: 6px;
}
}