
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */




.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#myCarousel.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
#myCarousel.carousel-caption {
  z-index: 10;
}




#myCarousel.carousel > .carousel-indicators li{
	background-color:#4a4a4a;
}
#myCarousel.carousel > .carousel-indicators .active{
	background-color:#de0d31;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 240px) {
.navbar-wrapper {
  position: static;
}

	
	.block_home{
			margin-top:-40px;	
	}
	
	#myCarousel.carousel > .carousel-indicators{
	bottom:0px;	
}
}
@media (min-width: 753px) {
.navbar-wrapper {
  position: static;
}

	
	.block_home{
			margin-top:-40px;	
	}
	
	#myCarousel.carousel > .carousel-indicators{
	bottom:0px;	
}
}

@media (min-width: 1009px) {
.navbar-wrapper {
  position: static;
}

	
	.block_home{
			margin-top:-130px;	
	}
	
	#myCarousel.carousel > .carousel-indicators{
	bottom:60px;	
}
}

@media (min-width: 1200px) {
/* Special class on .container surrounding .navbar, used for positioning it into place. */

/* Declare heights because of positioning of img element */
		

		.block_home{
			margin-top:-50px;	
		}
		#myCarousel.carousel > .carousel-indicators{
	
}
}