/* Color Tokens */

.primary {
	color: #A21117; /* $primary */
}

.secondary {
	color: #1684EA; /* $secondary */
}

.secondary-blue {
	color: #0356A3; /* $secondaryblue */
}

.light {
	color: #FFFFFF; /* $light */
}

.dark {
	color: #1E1E1E; /* $dark */
}

/* End Color Tokens */

/* Testimonial Area */

.testimonial-area {
	padding: 6em 0 1.5em;
	background-image: url(/images/Testimonials-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-attachment: fixed;
}

.local .testimonial-area {
	_background-image: url(/images/local-Testimonials-bg.jpg);
}

.testimonial-area .main {
}

.testimonial-area header {
	max-width: 48.611em;
	margin: 0 auto;
}

.testimonial-area header h4 {
	color: #FFFFFF; /* $light */
}

.testimonial-area header p {
	color: #FFFFFF; /* $light */
	font-size: 1.111em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .400em;
}

.testimonial-area .container {
	overflow: hidden;
	position: relative;
}

.testimonial-area .container ul {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	user-select: none;
	transition: transform .5s ease 0s;
}

.testimonial-area .container ul.items-1 li {
	width: 100%;
}

.no-flexbox .testimonial-area .container ul {
	display: table;
	min-width: 100%;
}

.testimonial-area .container ul  li {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
}

.local .testimonial-area .container ul  li {
	width: 50%;
}

.no-flexbox .testimonial-area .container ul li {
	display: table-cell;
	vertical-align: middle;
}

.testimonial-area .container ul  li blockquote {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF; /* $light */
	width: 100%;
}

.testimonial-area .container ul.items-1 li blockquote {
	text-align: center;
}

.local .testimonial-area .container ul  li blockquote {
}

.local .testimonial-area .container ul.items-1  li blockquote {
	max-width: 100%;
}

.testimonial-area .container ul  li blockquote > icon {
	font-size: 1.833em;
	opacity: .5;
	display: block;
	margin: 0 0 1em;
	text-align: left;
}

.testimonial-area .container ul  li h4 {
	color: #FFFFFF; /* $light */
	line-height: 1.6;
	margin: 0;
	padding: 0 3% 1.5rem;
	position: relative;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.111em;
}

.local .testimonial-area .container ul  li h4 {
}

_.testimonial-area .container ul  li h4:after {
	content: ' ';
	display: block;
	width: 100px;
	height: 1px;
	margin: auto;
	position: absolute;
	background-color: rgba(255,255,255,0.3);
	left: calc(50% - 50px);
	bottom: 0;
}

.testimonial-area .container ul  li p {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
}

.testimonial-area .container ul  li blockquote .stars {
	color: #FFDA66;
	font-size: 1.556em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-area .container ul.items-1 li blockquote .stars {
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-area .container ul  li blockquote .stars > icon {
	margin-right: 1%;
	opacity: 0;
}

.testimonial-area .scroll-nav {
	position: absolute;
	top: 50%;
	width: 110%;
	left: -5%;
	transform: translateY(-50%);
	display: none;
}

.testimonial-area.active .scroll-nav {
	display: block;
}

.testimonial-area .scroll-nav icon {
	display: block;
	font-size: 2em;
	padding: .3em;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity .5s ease 0s, color .5s ease 0s;
	opacity: 1;
	text-align: center;
	color: #FFFFFF; /* $light */
}

.testimonial-area .scroll-nav icon:hover {
	color: #A21117; /* $primary */
}

.testimonial-area .scroll-nav .prev {
	float: left;
}

.testimonial-area.start .scroll-nav .prev {
	opacity: .5;
	pointer-events: none;
}

.testimonial-area .scroll-nav .next {
	float: right;
}

.testimonial-area.end .scroll-nav .next {
	opacity: .5;
	pointer-events: none;
}

.testimonial-area .btn {
	display: table;
	margin: 3em auto -3em;
	position: relative;
	z-index: 2;
}

.local .testimonial-area .btn {
	margin: 6em auto -2.75em;
}

.testimonial-area .btn icon {
}

@-webkit-keyframes pull {
	0% { left: 0; }
	85% { left: -50%; }
	100% { left: 0; }
}

@-moz-keyframes pull {
	0% { left: 0; }
	85% { left: -50%; }
	100% { left: 0; }
}

@-o-keyframes pull {
	0% { left: 0; }
	85% { left: -50%; }
	100% { left: 0; }
}

@keyframes pull {
	0% { left: 0; }
	85% { left: -50%; }
	100% { left: 0; }
}

/* End Testimonial Area */

/* 1500px Responsive */

@media screen and (max-width:1500px) {
	.testimonial-area .container {
		margin: 0 4em;
	}

	.testimonial-area .scroll-nav {
		width: 96%;
		left: 2%;
	}
}

/* End 1500px Responsive */

/* 800px Responsive */

@media screen and (max-width:800px) {
	.testimonial-area .container ul li h4 {
		font-size: 1.333em;
	}

	.testimonial-area .container ul  li {
		padding: 0 1%;
	}

	.local .testimonial-area .container ul  li blockquote {
		max-width: 100%;
		text-align: center;
	}

	.testimonial-area .container ul  li blockquote .stars {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

@media screen and (max-width:650px) {
	.testimonial-area .container {
		position: relative;
	}

	.testimonial-area.show .container ul {
		animation: pull 1.5s ease 0s forwards;
	}

	.testimonial-area .scroll-nav {
		display: none;
	}

	.testimonial-area .container ul  li blockquote {
	}
}

/* End 650px Responsive */

/* 550px Responsive */

@media screen and (max-width:550px) {
	.testimonial-area {
		padding: 2em 0;
	}

	.testimonial-area .container ul li h4 {
		font-size: 1.111em;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.testimonial-area header p {
		font-size: 1rem;
	}

	.testimonial-area .btn {
		margin: 3em auto 0;
	}
}

/* End 550px Responsive */

.local .testimonial-area .container ul  li blockquote > icon {
	color: rgba(0,0,0,0.4);
}

.show.testimonial-area .container ul  li blockquote .stars > icon {
	opacity: 1;
}

.show.testimonial-area .container ul  li blockquote .stars > icon:first-of-type {
	transition: .4s ease .2s;
}

.show.testimonial-area .container ul  li blockquote .stars > icon:nth-of-type(2) {
	transition: .4s ease .4s;
}

.show.testimonial-area .container ul  li blockquote .stars > icon:nth-of-type(3) {
	transition: .4s ease .6s;
}

.show.testimonial-area .container ul  li blockquote .stars > icon:nth-of-type(4) {
	transition: .4s ease .8s;
}

.show.testimonial-area .container ul  li blockquote .stars > icon:nth-of-type(5) {
	transition: .4s ease 1s;
}
