#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 60px;
}

#quote-carousel .carousel-control {
	background: #fff;
	color: #7F56D9;
	font-size: 20px;
	text-shadow: none;
	margin-top: 30px;
	border-radius: 100px;
	width: 54px;
	height: 54px;
	border: 1px #7F56D9 solid;
	opacity: 1;
}

#quote-carousel .carousel-indicators {
	position: relative;
	right: 0%;
	top: 20px;
	bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
}

.carousel-control i {
	padding-top: 16px;
}

.carousel-indicators {
	margin-left: 0%;
	width: 100% !important;
	left: 35% !important;
}

#quote-carousel .carousel-indicators li {
	width: 200px;
	height: 120px;
	cursor: pointer;
	opacity: 0.4;
	transition: all .4s ease-in;
	vertical-align: middle;
	margin: 0px;
}

#quote-carousel .carousel-indicators .active {
	width: 200px;
	height: 120px;
	opacity: 1;
	transition: all .2s;
	background: none;
	margin: 0px;
}

.item blockquote {
	border-left: none;
	margin: 0;
	position: relative;
}

.item blockquote p:before {
	content: "";
	background-image: url('../img/quotetop.png');
	background-size: 40px 40px;
	position: absolute;
	top: 0px;
	left: 260px;
	opacity: 1;
	width: 40px;
	height: 40px;
}

.item blockquote p:after {
	content: "";
	background-image: url('../img/quotebottom.png');
	background-size: 40px 40px;
	position: absolute;
	bottom: 0px;
	right: 260px;
	opacity: 1;
	width: 40px;
	height: 40px;
}