/*********************************************************
*
*   hs_testimonial_theme_1
*
********************************************************/
#hs_testimonial_theme_1{
    text-align: center;
}
#hs_testimonial_theme_1 .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;
    width: auto;
    display: inline-block;
}
#hs_testimonial_theme_1 .hs_column:hover img {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
#hs_testimonial_theme_1 .hs_client_message{
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#hs_testimonial_theme_1 .hs_client_message:before{
    /*    content: "\f10d";
        font-family: "FontAwesome";
        font-size: 20px;
        position: absolute;
        left: -10px;
        top: -10px;
        font-style: italic;*/
}
#hs_testimonial_theme_1 .hs_title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}