/* Reveiws */
.testimonials {
	position: relative;
	background-image: url(/images/SAM/testimonials-bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

.testimonials header {
	margin-bottom: 3em;
	text-align: center;
}

.testimonials .container {
	overflow: hidden;
}

.testimonials ul {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition: transform 0.5s ease;
}

.testimonials li {
	padding: 0 2.5em;
}

.testimonials li:before {
	content: '\ee28';
	font-family: 'icomoon-ult';
	font-size: 2.35em;
	display: block;
	line-height: 1.25;
	color: rgba(0,0,0,0.2);
	font-weight: 700;
}

.testimonials ul li > div {
	width: 100%;
}

.testimonials li strong {
	display: block;
	font-weight: 600;
	margin-top: 1.5em;
}
/* End Reveiws */

/* Scrolling List Nav */
.testimonials .scrolling-list-nav {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	position: relative;
	margin: 1em auto 0;
}

.testimonials.active .scrolling-list-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.testimonials .scrolling-list-nav icon {
	position: relative;
	font-size: 2em;
	line-height: 1;
	transition: opacity .4s ease;
	display: block;
}

.testimonials .scrolling-list-nav .next {
	margin-left: 1em;
}

.testimonials.start .scrolling-list-nav .prev {
	opacity: .3;
	pointer-events: none;
}

.testimonials.end .scrolling-list-nav .next {
	opacity: .3;
	pointer-events: none;
}
/* End Scrolling List Nav */

/* Min Responsive 876px */
@media screen and (min-width:876px) {
	.testimonials .scrolling-list-nav icon {
		opacity: .7;
		cursor: pointer;
	}

	.testimonials .scrolling-list-nav icon:hover {
		opacity: 1;
	}
}
/* End Min Responsive 876px */

/* Responsive - 1436px */
@media screen and (max-width: 1436px) {
}
/* End Responsive - 1436px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.testimonials li {
		padding: 0 1em;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
