.testimonial { height: 450px; width: 70%; margin: auto; display: table; }
.testimonial div { display: table-cell; vertical-align: middle; }
.testimonial div p { position: relative; }
.testimonial .testimonial-icon { position: absolute; top: -30px; left: -15px; overflow: visible; font-size: 2em; }
.testimonial h5 { text-align: right; padding-right: 30px; }
.testimonial .h5-1 { margin-top: 20px; }

.ch-control-l { position: absolute; top: 58%; left: 40%; font-size: 14px; }
.ch-control-r { position: absolute; top: 58%; left: 35%; font-size: 14px; }

@media screen and (min-width: 768px) {
	.carousel-indicators { bottom: 0px; }
}
@media screen and (max-width: 1000px) {
	.ch-control-l { position: absolute; top: 55%; left: 35%; font-size: 14px; }
	.ch-control-r { position: absolute; top: 55%; left: 30%; font-size: 14px; }
}
@media screen and (max-width: 497px) {
	.ch-control-l { position: absolute; top: 55%; left: 25%; font-size: 14px; }
	.ch-control-r { position: absolute; top: 55%; left: 25%; font-size: 14px; }
}
@media screen and (max-width: 415px) {
	.ch-control-l { font-size: 10px; }
	.ch-control-r { font-size: 10px; }
}

.carousel-indicators {
position: absolute;
bottom: -30px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}

.speech-bubble {
	position: relative;
	background: #FFFFFF;
	border-radius: .4em; padding: 20px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 15%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #FFFFFF;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

@media only screen and (max-width: 996px) {
	.testimonial { height: 450px; width: 70%; margin: auto; padding: 40px 0; }
}
@media only screen and (max-width: 415px) {
	.testimonial { height: auto; }
	.testimonial div { display: table-cell; vertical-align: top; }
}

/* Buttons */
.carousel-control.left {
background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #2d373e;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.3);
background-color: rgba(0,0,0,0);
filter: alpha(opacity=50);
opacity: 1;
}
.carousel-control:focus, .carousel-control:hover {
color: #7792a3;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #2d373e;
}
.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 #2d373e;
border-radius: 10px;
}