/* carousel */
#quote-carousel {
	position:relative;
	padding: 0;
	margin-top:0px;
}
.bullets_holder {
	position:absolute;
	width:100%;
	bottom:-5px;
	z-index:20;
}
.carousel-indicators {
	position:relative;
	width:90px;
	margin:auto;
	list-style: none;
	list-style-position:inherit;
}

/* Control buttons  */
/* Previous button  */
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	padding:0;
	margin:auto;
	margin-top:0;
	margin-bottom:0;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}
.item blockquote p:before {
	float: left;

}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 0px
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}
@media screen and (max-width: 768px) { /*  Iphone 6 et moins  */
/*#quote-carousel .carousel-indicators {
	margin-left:40%;
}*/
.carousel-indicators li {
	width: 15px;
	height: 15px;
}
.carousel-indicators .active {
	width: 20px;
	height: 20px;
}
}
/*
@media screen and (max-width: 500px) {
#quote-carousel .carousel-indicators {
	margin-left:35%;
}
}
@media screen and (max-width: 360px) { 
#quote-carousel .carousel-indicators {
	margin-left:25%;
}
}
*/