/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding: 0px; margin:0px;
  color: #5a5a5a;
}

/**/
.carousel-control {width:60px}

.carousel-indicators{ 
	text-align:center; 
	left:0; 
	bottom:20px;/*20px; */
	padding-right:10px; 
	width:100%; 
	margin-left:0;  
	background-color:#transparent;		
}
.carousel-control.left {  position: absolute; top:50; z-index: 20;}
  
  
 .carousel-control.right  {  position: absolute; top:50; z-index: 20;}

#header {margin:0px; padding:0px;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
  
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {cursor:pointer;}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	  z-index: 10;
	  font-size:25px;
	  color:#fff;
	  overflow:hidden;
	  text-align:left;
	  padding-left:20px;
	  left: 0px;
	  width:auto;
  }


/* Since positioning the image, we need to help out the caption */
.carousel-caption  b{
  font-size:30px;
  font-weight:bold;
  text-align:left;
  color:#fff;
  padding-bottom:0px;
  z-index: 20;
}

h4, h5, h6 { margin-bottom:0px; margin-top:0px; 	}

/* Declare heights because of positioning of img element */
.carousel .item 
{
	width: 100%;
    height: auto;	
}



/* 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 (max-width: 320px) {

	.carousel .item { }

	.carousel-caption {
		z-index: 10;
		font-size:20px;
		overflow:hidden;
	}	
	.carousel-caption  b{
	  font-size:25px;
	  font-weight:bold;
	  z-index: 20;
	}	  
	.test{ color:orange; }
}

@media (min-width: 321px) and (max-width: 480px) {

	.carousel-caption {
		z-index: 10;
		font-size:20px;
		overflow:hidden;
	  }

	/* Since positioning the image, we need to help out the caption */
	.carousel-caption  b{
	  font-size:25px;
	  font-weight:bold;
	  z-index: 20;
	}	
	
	.test{ color:green; }
}

@media (min-width: 481px) and (max-width: 767px) {

	.carousel-caption {
		/*left: 30%;
		bottom:40%;		*/
		z-index: 10;
		font-size:20px;
		overflow:hidden;
		text-align:right;
	  }

	/* Since positioning the image, we need to help out the caption */
	.carousel-caption  b{
	  font-size:25px;
	  font-weight:bold;
	  z-index: 20;
	}	
	
	.test{ color:blue; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		/*left: 30%;
		bottom:30%;	*//	
		z-index: 10;
		font-size:25px;
		overflow:hidden;
		text-align:right;
	}

	/* Since positioning the image, we need to help out the caption */
	.carousel-caption  b{
		font-size:20px;
	}	
	.test{ color:pink; }
}

@media (min-width: 992px) {
}





