

/** {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
.gallery {
    width: 100%;
    float: left;
    overflow: hidden;
}
.testimonial .moduletable{
    width: 100%;
    float: left;
}
.gallery-cell {
    width: 30%;
    margin: 0px 15px;
    counter-increment: gallery-cell;
}
.gallery .gallery-cell.is-selected  a{
    color: #fff;
    font-size: 20px;
}
/*.gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 10px;
    font-size: 0px;
    color: white;
}*/
.gallery .gallery-cell.is-selected .testimonial_info{
    background:#58595b url('../images/cost_img.png') no-repeat  top left; 
    border-radius: 20px;
    padding: 3px 10px 10px 10px;
    background-position: 7px 13px;
    max-height: 120px;
    height: 120px;
    min-height: 120px;

}
.gallery .gallery-cell .testimonial_info{
    max-height: 120px;
    height: 120px;
    min-height: 120px;
}
.gallery .gallery-cell.is-selected p  {
    font-size: 20px;
    text-align: left;
    padding: 30px 22px 42px 45px;
}
.gallery .gallery-cell.is-selected p{
    color: #c6c6c6!important;
}
.gallery .gallery-cell.is-selected  .testimonial_content .meta_data{
    background: url('../images/down_arow.png') no-repeat top center;
        background-position: 52% -1px;
}
.gallery .gallery-cell.is-selected  .testimonial_content .meta_data h3{
    color: #424242;
    font-size: 20px;
    padding-top: 14px;
}
.gallery .flickity-page-dots{
    position: relative;
    clear: both;
    text-align: center;
    height: 18px;
    margin: auto;
    padding:0px;
    margin-top: 15px;
}

.gallery .flickity-page-dots li {
    display: inline-table;
    margin: 0px 5px 0px 0px;
}
.gallery .flickity-page-dots li.dot.is-selected{
    background: url('../images/testimonials_navi_active.png') no-repeat bottom center!important;
    height: 14px;
    width: 15px;
    font-size: 0px;
    cursor: pointer;
}
.gallery .flickity-page-dots li.dot{
    background: url('../images/testimonials_navi_normal.png') no-repeat bottom center!important;
    height: 14px;
    width: 15px;
    cursor: pointer;
}
.gallery .gallery-cell.is-selected .testimonial_info p{
    text-align: left;
    padding-left: 40px;
    background-position: 5px 20px;
    padding: 3px 0px 0px 45px;
    color: #fff !important;
}
.gallery .gallery-cell .testimonial_info  p {
    padding: 3px 0px 0px 45px;
    line-height: 28px;
    text-align: left;
    background-position: 20px 30px;
}
.gallery .gallery-cell  .meta_data{
    padding-top: 27px;
}
.gallery button{
    display: none;
}
.gallery .gallery-cell a{
    /*    color: #c6c6c6!important;*/
    font-size: 20px;
}
.gallery .gallery-cell h3{
    font-size: 20px;
    color: #c6c6c6;
}
.gallery .gallery-cell span{
    font-size: 20px;
    color: #c6c6c6;
}
:focus{
    outline: none;
}
.flickity-viewport{
    margin: 0px 0%;
    overflow: hidden;
    min-height: 250px;   
}
.gallery .gallery-cell.is-selected h4,.gallery .gallery-cell h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
}
