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

body {
  padding-bottom: 0px;
  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 base class */
    .carousel {
      margin-bottom: 3.75rem;
    }
    /*.carousel-inner{
    	 margin: 55px 0 0;
    }*/
	
   .carousel-indicators{
   	bottom: 0;
   } 
   .carousel-indicators .active{
   	color: #575757;
   }
    .carousel .container-fluid {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 45px;
      margin-top: -20px;
      font-size: 50px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      top: 40%;
      width: 45px;
      line-height: 35px;
      z-index: 10;
      transition: all 0.5s;
    }
    .carousel-control.left{
    	background: #222;
    	left: 0px;
    }
    .carousel-control.right{
    	background: #222;
    	right: 0px;
    }

    .carousel .item {
    	height: auto;
      /*height: 635px;*/
    }
    .carousel img {
      /*position: absolute;*/
      top: 0;
      left: 0;
      max-width: 100%;
      /*height: 635px;*/
    }
    .carousel-inner{
    	background-image: url(../images/icons/loading.gif);
    	background-position: center;
    	background-repeat: no-repeat;
    }
    .carousel-caption .btn{
    	background-color: #c4262e;
    	margin-top: 10px;
    	border-color: #a61f26;
    	background-image: linear-gradient(to bottom, #e52c35, #c4262e);
    	padding: 10px 20px;
    }
    .carousel-caption .btn-large{
    	font-size: 12px;
    	font-family: 'Roboto',sans-serif;
    	line-height: 1;
    	text-transform: uppercase;
    }
     .carousel-caption .btn:hover{
     	background-image: linear-gradient(to bottom, #e52c35, #a61f26);
     	border-color: #a61f26;
     }

    .carousel-caption {
      background-color: transparent;
      opacity: 1;
      color: #222;
      position: static;
      max-width: 550px;
      padding: 20px;
      margin-top: 200px;
    }
    .carousel-caption h1{
    	font-size: 60px;
    	text-transform: uppercase;
    }
    .carousel-caption h6.new-arrive{
    	border-radius: 3px;
    	display: inline-block;
    	font-size: 12px;
    	text-transform: uppercase;
    	background: #fff;
    	padding: 6px;
    	text-shadow: 0 0px 0px rgba(0,0,0,1);
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      margin: 0;
      line-height: 1.25;
      color: #222;
      text-shadow: 0 0px 0px rgba(0,0,0,1);
      
    }
     .carousel-caption .lead-p1{
     	
     	background: linear-gradient(180deg, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .8) 100%);
      /*opacity: .7;*/
      padding: 10px;
    	border-radius: 5px;
     }
     .slider4txt{
    	float: left;
    	text-align: right;
    	margin: 150px 10% 0 0;
    }
    .slider1txt{
    	float: right;
    	text-align: right;
    	margin: 150px 10% 0 0;
    }
    .slider2txt{
    	float: left;
    	text-align: left;
    	margin: 40px 0 0 30%;
    }
    .slider3txt{
    	float: right;
    	text-align: right;
    	margin: 150px 10% 0 0;
    }
    .slider3txt h1, .slider3txt .lead{
    	color: #fff;
    }



/*FEATURED CLUSTER PRODUCTS*/
.featured-products{
	margin: 0 3% 3.75rem;
    padding: 0 15px;
    position: relative;
}
.featured-products-list{
	text-align: center;
}
.featured-products li{
	background: #fff;
}
.featured-products li img{
	max-width: 100%;
	vertical-align: middle;
}
.featured-products li:hover img{
	opacity: .8;
}

.featured-products-detail{
	position: relative;
}
.featured-products-text{
	color: #fff;
	font-family: 'Open Sans', Verdana, sans-serif;
	position: absolute;
	margin:auto 30px;
	top: 20px;
	right:0;
	bottom:0;
	left:0;
	
}
.featured-products-text h2{
	font-size: 30px;
	font-weight: 600;
	margin: 12px 0;
}
.featured-products-text p{
	font-size: 18px; 
	padding: 10px;
	line-height: 1.3em;
}
.featured-products-text p:last-child{
	margin: 0;
	padding: 0;
}

/*Media
-------------------------*/
@media all and (max-width: 1024px) {
	.featured-products{
		margin:0 1%;
	}
	.featured-products-text{
		margin: 0 10px;
		top: 2px;
	}
	.featured-products-text h2{
		font-size: 20px;
		margin: 5px 0;
	}
	.featured-products-text p{
		font-size: 15px;
    	padding: 0px;
    	line-height: 20px;
	}
}

@media all and (max-width: 750px) {
	.carousel .item {
  		/*height: 350px;*/
  		background-color: #fff;
	}
	.carousel-caption{
		margin-top: 0px;
	}
	.carousel-caption h1{
	 	background: linear-gradient(180deg, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .9) 100%);
    	padding: 5px 8px;
    	border-radius: 5px;
    	font-size: 35px;
    	color: #222;
    	letter-spacing: -2px;
	}
	.carousel-caption p{
		display: none;
	}
	.slider1txt{
		
	}
}



