/*********************************************************
*
*   hs_testimonial_theme_4
*
********************************************************/
#hs_testimonial_theme_4{
    text-align: center;
}
#hs_testimonial_theme_4 .hs_column{
    margin-top: 15px;
}
#hs_testimonial_theme_4 .inner-wrap{
    background-color: #efefef;
    position: relative;
    padding: 15px;
}
#hs_testimonial_theme_4 .hs_client_image{
    position: relative;
}
#hs_testimonial_theme_4 .hs_client_image img{
    border-radius: 50%;
    border: 5px solid #dfdfdf;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
#hs_testimonial_theme_4 .hs_column:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
#hs_testimonial_theme_4 .hs_client_message{
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#hs_testimonial_theme_4 .hs_title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
}