blockquote.testimonial
{
    width: auto;
    margin: 0 auto 20px auto;
    padding: 20px 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background-color: #fff;
}
blockquote.testimonial:before
{
    display: block;
    padding-left: 10px;
    content: "“";
    font-size: 80px;
    font-family: 'Georgia',serif;
    position: absolute;
    left: -10px;
    top: -10px;
}
blockquote.testimonial cite
{
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
}
blockquote.testimonial cite:before
{
    content: "— ";
}
.testimonials-scrolling
{
    max-height: 300px;
    position: relative;
    overflow: hidden;
}
.testimonials-scrolling ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.testimonials-scrolling li
{
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.testimonials-scrolling li blockquote.testimonial
{
    width: auto;
}
.testimonial-readmore
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(90%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.fa-star-color
{
    color: #fff200;
}
.testimonial-response
{
    border: 1px solid #e1e3e3;
    border-radius: 8px;
    margin: 20px 0 12px;
}
.testimonial-response-title
{
    padding: 12px 16px 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e1e3e3;
}
.testimonial-response-text p
{
    padding: 10px;
}
.testimonial-image-wrapper, .testimonial-video
{
    margin-top: 12px;
}