.anim {
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.shadow{
    width:100%;
    height:100%;
    top:0;
    position:absolute;
    opacity:0;
    text-align:center;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.portfolio-wrapper:hover .shadow{
    opacity:1;
}
.testimonials-short:hover .shadow {
    top: 5px;
    opacity: 0;
}
.testimonials .testimonials-short.active .shadow {
    top: 5px;
}
.shadow h2{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 45% 0 0 0;
    width: 70%;
    margin: 0 auto;
}

/* testimonials */
.testimonials{
    position:relative;
}

.testimonials h3{
    color:#fff;
    font-size:16px;
    margin:0;
}

.testimonials-slider{
    position:relative;
}
.testimonials .shadow {
    text-align: left;
}
.shadow-inner {
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
.shadow .shadow-inner > h6 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.shadow-inner > h6:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    left: -5px;
    opacity: 0.5;
    position: absolute;
    top: 8px;
    width: 22px;
}
.testimonials span {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
    opacity: 0.5;
    padding: 0;
}
.img-wrap {
    margin: 5px;
}
.testimonials .shadow img{
    margin:0 0 5px 0;
}

.testimonials span{

}

.testimonials .item .testimonials-left{
    padding: 0;
}

.testimonials .item .testimonials-left p{
    position: relative;
    /*margin: 30px 0 0 0;*/
}

.testimonials-zigzag {
    position: absolute;
    top: -25px;
    right: 0px;
}



.testimonials h2{
    padding:0 0 0 20px;
}

.testimonials{
    padding:0;
}

.testimonials img{
    min-height:inherit;
    max-width: 100%;
}


.testimonials-right {
    float: right;
    padding: 0px;
}

.testimonials .testimonials-short{
    padding: 0;
}

.testimonials .testimonials-short:hover .shadow,
.testimonials .testimonials-short.active .shadow{
    opacity:0;
}

.clients{
    background-size: cover;
    background-position: center center;
}

.clients .client-image img{
    max-width: 100%;
    height: auto;
}

.testimonials-left .testimonial-item {
    position: relative;
    margin: 0;
}

