@charset "utf-8";
/* CSS Document */

#testimonials-heading {
	display: block;
	margin: 0px auto 20px auto;
	text-align: center;
	width: 100%;
}

#testimonials .testimonial {
	border-top: dotted 1px #ccc;
	color: #444;
	margin: 0px;
	padding: 40px 2% 40px 2%;
}

#testimonials .testimonial:first-of-type {
	border: none;
	padding-top: 0px;
}

#testimonials .citation, .testimonial-slides .citation {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#testimonials .icon, .testimonial-slides .icon {
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	height: 40px;
}

[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	color: #afb0b2;
    font-size: 40px !important;
	line-height: 40px;
    margin-left: 0px !important;
	height: 40px !important;
}

#testimonial-slideshow {
	display: block;
	margin: 0px auto 0px auto;
	overflow: hidden;
	width: 100%;
	max-width: 780px;
	height: auto;
}

.testimonial-slides {
	margin: 0px auto 30px auto;
	padding: 0px;
	max-width: 780px;
}

.testimonial-slides .slick-arrow {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	color: transparent;
	position: absolute;
	width: 37px;
	height: 250px;
	z-index: 9 !important;
}

.testimonial-slides .slick-prev {
	background-image: url(images/testimonial-previous.png);
}

.testimonial-slides .slick-next {
	background-image: url(images/testimonial-next.png);
	right: 0px;
	margin-top: -250px;
}

.testimonial-slide {
	margin: 0px 40px 0px 40px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 250px;
	z-index: 10 !important;
}

.more-testimonials {
	display: table;
	font-weight: bold;
	margin: 0px auto;
	text-transform: uppercase;
}

.more-testimonials span {
	margin-top: 3px;
}

.answer .testimonial {
	border-top: dotted 1px #aaa;
	margin: 0px;
	padding: 2%;
}

.answer .testimonial:first-child {
	border: none;
}

.answer .testimonial .citation {
	margin: 20px 0px 20px 0px;
	text-align: right;
}

@media all and (max-width: 768px) {
	
	.testimonial-slides {
		margin: 0px 0px 30px 0px !important;
		/*width: 100% !important;*/
	}
	
	.testimonial-slide {
		margin: 0px !important;
		height: auto;
	}
	
	.slick-arrow {
		display: none !important;
	}
	
}