@charset "utf-8";
/* Testimonials*/

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 0;
	min-height: 350px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #585858;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote small {
    color:#000;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#testimonials{
	background-color: #f2f0f0;
	background-size:cover;
	padding-bottom:0;
	padding-top:20px;
  
}
#testimonials h2{
	color: #000000;
	margin-bottom:-20px;
	text-align: center;
	margin-top:60px;
}
.testimonial p {
	color: #000000;
}
.quote h3 {
	color:#000000;
	font-weight: bold;	
}
.quote h3 a {
	color:#000000;
	text-decoration:underline;
}
.testimonial {
	padding-bottom:0 !important;	
}
.amazonLink {
	text-align: center;
		
}

/* Media Queries */

@media (max-width: 991px) {
 #quote-carousel {
	min-height: 400px;
  }

}

@media (max-width: 480px) {
 #quote-carousel {
	min-height: 450px;
  }

}

@media (max-width: 320px) {
 #quote-carousel {
	min-height: 575px;
  }

}
