.carousel-slider > div, .carousel-slider.testimonials-row .testimonial-col { display:none; }
.carousel-slider > div:first-child, .carousel-slider.testimonials-row .testimonial-col:first-child, .carousel-slider.testimonials-row .testimonial-col:nth-child(2), .carousel-slider.testimonials-row .testimonial-col:nth-child(3), .carousel-slider.testimonials-row .testimonial-col:nth-child(4) { display:block; }

.animation { visibility:visible; }

#header .navbar {
	position:absolute;
	-webkit-transition:none;
	transition:none;
}

.testimonials-row { padding:0px; }
.carousel-slider.testimonials-row {
	width:1170px;
	margin:0px auto;
}
.affa-testimonial {
	padding-right:20px;
	padding-left:20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.carousel-slider.testimonials-row { width:970px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.carousel-slider.testimonials-row { width:750px; }
	.carousel-slider.testimonials-row .testimonial-col:nth-child(4) { display:none; }
	.testimonials-row .testimonial-col { width:33.33%; }
	
}

@media (max-width: 767px) {
	
	.carousel-slider.testimonials-row { width:auto; }
	.carousel-slider.testimonials-row .testimonial-col { width:50%; }
	.carousel-slider.testimonials-row .testimonial-col:nth-child(3), .carousel-slider.testimonials-row .testimonial-col:nth-child(4) { display:none; }
	
}

@media (max-width: 539px) {
	
	.carousel-slider.testimonials-row .testimonial-col { width:100%; }
	.carousel-slider.testimonials-row .testimonial-col:nth-child(2) { display:none; }
	
}