.carousel-control {
    width: 0;
}

.carousel-indicators {
    bottom: -40px;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-caption {
    left: 3%;
	right:0%;
    text-align: left;
	top: 0px;
	}

.carousel-caption p a {
 	font-size:40px; 
	display:block;
	color:white;
	} 
	
.carousel-indicators .active {
    background-color: #FEC751;
}


.carousel-indicators li{
	border: 1px solid #FEC751;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
	background-color: #47768C;
}



/* Carousel base class */
.carousel {
  margin-bottom: 60px;
max-width:683px;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 90px; 
}
/* Since positioning the image, we need to help out the caption */
/* .carousel-caption {
  z-index: 10;
} */

#myCarousel {
    position: relative;
	max-width:683px;
	margin:auto;

}

#carousel-div{
    position: relative;
    width: 100%;

}

/* Declare heights because of positioning of img element */
.carousel .item {
  max-width: 100%;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  margin:auto;
}


.carousel-inner {
    height: 183px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 600px) {
	.carousel-inner {
		height: 280px;
	}
}
@media (min-width: 685px) {

	/*move indicator to the LHS*/
	/*Override the bootstrap carousel default styling*/
/* 	.carousel-indicators {
		margin-left:-44%;
	} */
	.carousel-caption  a{
	font-size:30px; 
	} 
/* 	.carousel-indicators li {
		display: block;
	} */

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
	
	.carousel-inner {
		height: 358px;
	}
}

@media (min-width: 896px) {
	#myCarousel {
		max-width:683px;
		padding:70px;
		background-image: url('../img/Home/BannerBkg-01.png');
		background-repeat:no-repeat;
		background-size:100% 100%;
		}
		.carousel-indicators {
    bottom: 20px;
}
}




	
