/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#myCarousel {
}
#myCarousel h1 {
	font-weight: 900;
    padding-top: 22px;
    color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-inner p {
	font-size: 36px;
}
.carousel {
	position: relative;
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.21) 0, rgba(255, 255, 255, 0.21) 17.773438%, rgba(255, 255, 255, 0.21) 100%), #009aff;
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.21) 0, rgba(255, 255, 255, 0.21) 17.773438%, rgba(255, 255, 255, 0.21) 100%), #009aff;
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.21) 0, rgba(255, 255, 255, 0.21) 17.773438%, rgba(255, 255, 255, 0.21) 100%), #009aff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.21) 0, rgba(255, 255, 255, 0.21) 17.773438%, rgba(255, 255, 255, 0.21) 100%), #009aff;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	position:relative;
	z-index: 10;
	top:10px;
	text-align:left;
	left:10%
}
.carousel .carousel-indicators{
	margin-left: -26%;
	margin-top:10px;
	color: #333;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 440px;
}
.carousel-inner {
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.carousel-inner {
    top: 0px;
    margin-bottom: 0px;
	}
	.carousel-inner .second {
	display: none;
	}
}
.carousel-inner > .item > img {
	position: absolute;
}
.btn-carousel2 {
    background: #333333;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.text-style-2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
}
.text-style-products {
    position: relative;
    top: 8px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
	padding-left: 10px;
}
.text-style-eco {
    font-size: 32px;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    color: green;
    text-transform: uppercase;
    text-shadow: 0 1px 2px white;
}
.rectangle-4 {
    height: 53px;
    margin: -55px 0 20px;
    position: relative;
	padding-left:10px;
	padding-right:10px;
    width: 305px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(239, 239, 239, 0.15);
}
.rectangle-6 {
    height: 53px;
    margin: -55px 0 20px;
    position: relative;
	padding-left:10px;
	padding-right:10px;
    width: 390px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(239, 239, 239, 0.15);
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	/* Bump up size of carousel content */
	.carousel-inner > .item > img {
	top: 0px;
	left: 0px;
	}
	.carousel-caption {
	padding-left:0px;
	padding-right:0px;
	position: absolute;
	text-align: center;
	}
	.carousel-caption-2 {
	padding-left:0px;
	padding-right:0px;
	position: absolute;
	text-align: center;
	}
	.rectangle-4{
	float: center;
	margin-bottom: 20px;
	width: auto;
	}
	.carousel-indicators{
	visibility: hidden;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.carousel-inner > .item > img {
	top: 50px;
	left: 0px;
	}
	.carousel-caption {
	position:relative;
	z-index: 10;
	top:10px;
	text-align:right;
	padding-right:0px;
	left: 0%;
	}
	.carousel-caption-2 {
	position:relative;
	z-index: 10;
	top:10px;
	text-align:right;
	padding-right:0px;
	left: 0%;
	}
	.rectangle-4{
	float: right;
	margin-bottom: auto;
	width: 300px;
	}
	.btn-carousel2{
	position: relative;
	top: 25px;
	}
}
@media (max-width: 768px) {
	#feedbackwrapper{
		visibility: hidden;
	}
}