﻿.testimonials.container {  }
.testimonials.container .testimonials { position: relative; top: 0px; left: 0px; overflow: hidden; height: 160px; width: 700px; margin: 0px auto; }
.testimonials .testimonial { color: #648d3d; font-size: 26px; font-weight: 300; line-height: 32px; text-align: center; display: block !important; background: #ffffff; opacity: 1 !important; left: 100%; top: 0; width: 100%; height: auto; position: absolute; transition: left ease-in-out 0.625s;}
.testimonials .testimonial::before { position: relative; top: 0px; left: 0px; content: "“"; margin-bottom: 20px; display: block; text-align: center; width: 100%; font-size: 72px; line-height: 72px; height: 30px; color: #d5d5d5; }
.testimonials .testimonial.current {left: 0; z-index: 1000;}
.testimonials .testimonial.moving {left: -100%;}
.testimonials .testimonial.hidden {transition: none;}

.testimonials.container .testimonials-navigation { text-align: center; }
.testimonials.container .testimonials-navigation .show-testimonials { position: relative; top: 0px; left: 0px; display: inline-block; margin: 40px 0px 40px 0px; }
.testimonials.container .testimonials-navigation .show-testimonials a.show-testimonial { position: relative; top: 0px; left: 0px; z-index: 10; cursor: pointer; display: inline-block; margin: 0px 2px; width: 15px; height: 15px; border: 2px solid #ffffff; border-radius: 50%; background: transparent; }
.testimonials.container .testimonials-navigation .show-testimonials a.show-testimonial::after { position: absolute; top: -12px; left: 1px; content: "."; font-size: 32px; line-height: 15px; height: 15px; color: #648d3d; }
.testimonials.container .testimonials-navigation .show-testimonials a:hover,
.testimonials.container .testimonials-navigation .show-testimonials a.current { border-color: #648d3d; }