/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}






/* 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{
	margin-top:50px;
}


.item img {
	width:100%;
	margin: 0;
	padding:0;
	
	
	
	 
}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:1;
	z-index:0;
}
 
.carousel-control.left {
	top:-20%
}
.carousel-control.right {
	top: -20%;
	
}
.carousel-caption {
	bottom:-0px;
	text-align:center;
  	height:150px;
	background-color:#000;
	width:100%;
	left: 0px;
}
.title{
	font-size:18px;
	font-weight:bold;
	margin-top:50px;
	
}

.slogan{
	width: 80%;

	
}

.carousel-caption h2 { 
	line-height:100%;
	font-size: 25px;
}

/*p.caption {
	background:#fff;
	
	text-shadow:none;
	color:#428BCA;
}*/




/* 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;
}

/*Fade effect*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*----*/


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {


  /* Bump up size of carousel content */


  
}



@media (max-width: 767px) {
  
 
  
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
	
  }
    .carousel-caption h2 {
   
    font-size: 12px;
  
	
  }
  .carousel-caption {
	bottom:50px;

  	height:100px;
	
	 
}

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .carousel-caption  {
	   display:inline;
	   background-color: #000;
	  
	  
	
  }
  
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.4;
	
  }

}

@media (min-width: 1200px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .carousel-caption  {
	   display:inline;
	   background-color: #000;
	  
	  
	
  }
  
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
	
  }

}
