.testimonialsSlider{
	text-align:center;
	padding: 0 5em;
	position:relative;
}
.testimonialsSlider::before, .testimonialsSlider::after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:50%;
	font-size:2em;
	color:rgba(0,0,0,0.3);
	margin-top:-0.8em;
}
.testimonialsSlider::before{
	content: "\f10d";
	left:0;
}
.testimonialsSlider::after{
	content: "\f10e";
	right:0;
}
.testimonialsSlider .slick-dots li{
	display:inline;
	list-style-type:none;
}
.testimonialsSlider .slick-dots button{
	display:inline-block;
	width:10px;
	height:10px;
	padding:0;
	border-radius:100%;
	background:#000;
	font-size:0;
	margin:0 5px;
}
.testimonialsSlider .slick-dots .slick-active button{
	background:#bb2326;
}
.testimonialsSlider .author, .testimonialsSlider .position{
	margin:0;
}
.testimonialsSlider .author{
	margin:1em 0 0 0;
	color:#bb2326;
	font-weight:bold;
}
.testimonialsSliderImg{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 auto 1.3em auto;
}