
#testimonials {
    padding: 45px 0 15px 0;
/*    margin: 0px 0px 20px 0px;*/
}

#testimonials_slider {
    padding: 25px 0px 20px 0px;
}

#testimonials_slider .testimonial {
    padding: 0 150px 0 150px;
    position: relative;
    min-height: 150px;
    font-size: 16px;    
}


#testimonials_slider .testimonial .author {
    margin-top: 15px;
    font-size: 14px;
}

#testimonials_slider .testimonial .author span {
    color: #f68526;
}

@media screen and (max-width:780px) {

#testimonials_slider .testimonial {
    padding: 0 60px 0 60px;
}

#testimonials_slider .testimonial:before {
    left: 0;
}

#testimonials_slider .testimonial:after {
    right: 0;
}

#testimonials_slider {
    padding: 45px 0;
    text-align: center;
}

}


@media screen and (max-width:580px) {


#testimonials_slider .testimonial {
    padding: 60px 0px 60px 0;
}

#testimonials_slider .testimonial:before {
    left: 50%;
    margin-left: -25px;
    top: 0px;
    margin-top: 0;
    background-position: center;
}

#testimonials_slider .testimonial:after {
    right: 50%;
    margin-right: -25px;
    top: 100%;
    margin-top: -50px;
    background-position: center;
}

}