

/** Widget homepage **/

.block-testimonials.empty-design {
width: 275px;
position: relative;
border: 1px solid #DCDCDC;
height: 300px;
margin: 0px;
float: left;
bottom: 0px;
left: 10px;
}

.block-testimonials.empty-design .block-content {
height: 260px;
background-color: rgba(221, 221, 221, 0.38);
}

.mat-image {}
.mat-image img {
width: 274px;
height: 150px;
}

.block-testimonials.empty-design .block-title {
margin: 0px 0px 0px;
line-height: 1.2;
font-size: 14px;
font-weight: bold;
color: #313131;
}

.block-testimonials.empty-design .block-title h4 {
    color: #FFF;
    font-size: 14px;
    background: #51A217 none repeat scroll 0% 0%;
    padding: 0px 0px 0px 20px;
    font-weight: 600;
    line-height: 39px;
    margin: 0px 0px 0px;
}



/** Widget category sidebar **/



.testimonials-list .testimonial {
    font-size: 13px;
    margin-top: 10px;
    position: relative;
height: 150px;
}

.testimonials-list .testimonials {
    margin: 0 10px 0 10px;
}

.testimonials-list .testimonial:first-child {
    margin-top: 0px;
}

.testimonials-list .more-button {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 1px;
    font-size: 18px;
    text-align: center;
}

.testimonials-list .more-button a {
    color: #fff;
    background: #479ccf;
    border: 1px solid #3793cb;
    text-shadow: 0 1px 0 #3188bc;
    text-decoration: none;
    padding: 11px 30px;
    transition: background 0.2s linear 0;
}

.testimonials-list .more-button a:focus,
.testimonials-list .more-button a:hover  {
    background: #5ba7d4;
    color: #fff;
}

.testimonials-list .more-button a:focus {
    background: #5ba7d4;
    color: #fff;
    box-shadow: inset 0 0 8px #3188bc;
}

.testimonials-list .more-button .disabled {
    opacity: 0.5;
    cursor: wait;
}

.testimonials-list .page-title .submit-testimonial{display:none;}
.testimonials-list .page-title button {
    float: right;
}

.testimonials-list .page-title h1 {
    float: left;
    border-bottom: none;
font-size: 14px !important;
color: #003D1F;
font-weight: 600;
}

.testimonials-list .page-title:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.testimonials-list .testimonial-image {
    float: left;
}

.testimonials-list .testimonial .message-wrapper {
    clear: both;
}

.testimonials-list .testimonial .mat-content-wrapper {
margin: 0px 0px 0px 245px;
width: auto;
}

.testimonials-list .testimonial .content-wrapper {
float: left;
width: 100%;
position: relative;
bottom: 0px;
top: 30px;
right: 50px;
}

.testimonials-list .testimonial .message {
    font-style: italic;
    position: relative;
    padding: 15px;
    margin: 0 0 0 30px;
    border: 1px solid #CFCFCF;
    border-bottom: 2px solid #CFCFCF;
    color: #333;
    background: #fff;
  border-width: 1px 1px 1px;
   line-height: 16px;
}

.testimonials-list .testimonial .message:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: auto;
    left: -23px;
    border-width: 10px 23px 10px 0;
    border-style: solid;
    border-color: transparent #CFCFCF;
    display: block;
    width: 0;
}

.testimonials-list .testimonial .message:after {
    content: "";
    position: absolute;
    top: 16px;
    bottom: auto;
    left: -21px;
    border-width: 9px 21px 9px 0;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

.testimonials-list .testimonial .testimonial-date {
    float: right;
    font-size: 12px;
}

.testimonials-list .testimonial .rating-wrapper {
    float: left;
    font-size: 12px;
display:none;
}

.testimonials-list .testimonial .socialInfo {
    font-size: 12px;
    padding-top: 5px;
}

.testimonials-list .testimonial .author-info {
    font-weight: bold;
    font-style: italic;
}

.testimonials-list .testimonial .socialInfo a {
    white-space: nowrap;
}

.testimonials-list .testimonial .socialInfo img {
    margin-right: 5px;
    margin-left: 5px;
    display: inline;
}

.testimonials-list .testimonial .rating-title {
    float: left;
    margin-right: 10px;
    line-height: 1.25;
}

.testimonials-list .testimonial .rating-box {
    float: left;
}

.testimonials-list .copyright {
    text-align: center;
    color: #000;
    font-size: .9em;
}

/** widgets styles */


.block-testimonials .actions {
font-size: 13px;
text-align: right;
position: relative;
bottom: 70px;
left: 10px
}

.es_ES .block-testimonials .actions {
font-size: 13px;
text-align: right;
position: absolute;
bottom: 0px;
left: 10px;
}


.fr_FR .block-testimonials .actions {
font-size: 13px;
text-align: right;
position: absolute;
bottom: 10px;
left: 10px;
height: 20px;
width: 190px;
}

.fr_BE .block-testimonials .actions {
font-size: 13px;
text-align: right;
position: absolute;
bottom: 10px;
left: 10px;
height: 20px;
width: 190px;
}


.block-testimonials .actions a {
float: left;
clear: both;
font-size: 12px;
margin: 0px 0px 10px 20px;
color: #003D1F;
font-weight: 600;
}

.block-testimonials .block-content a {
    color: #1b2d3b;
margin: 8px 0px !important;
}

.block-testimonials {
    font-size: 11px;
    line-height: 1.25;

}


.block-testimonials .block-content .content {
    padding: 0px;
}

.block-testimonials .block-content .testimonial-container {
    min-height: 130px;
}

.block-testimonials .block-content .content .content-wrapper {
    height: 75px;
    min-height: 75px;
    display: block;
    overflow: hidden;
border: 0px solid #DDD;
padding: 0px 10px 0px;
}


.fr_FR .block-testimonials .block-content .content .content-wrapper {
    height: 75px;
    min-height: 75px;
    display: block;
    overflow: hidden;
border: 0px solid #DDD;
padding: 0px 10px 0px;
margin: 10px 0px 40px !important;
}


.fr_BE .block-testimonials .block-content .content .content-wrapper {
    height: 75px;
    min-height: 75px;
    display: block;
    overflow: hidden;
border: 0px solid #DDD;
padding: 0px 10px 0px;
margin: 10px 0px 40px !important;
}

.block-testimonials .block-content .read-more,
.block-testimonials .block-content .read-less {
    padding-top: 10px;
    display: inline-block;
display: none;
}

.block-testimonials .block-content .review {
    text-align: center;
}

.block-testimonials .block-content .review .score {
    font-weight: bold;
    font-size: 40px;
    color: #e26703;
}

.block-testimonials .block-content .content .content-wrapper .rating-title {
    float: left;
    margin-right: 10px;
display: none
}

.block-testimonials .block-content .content .content-wrapper .rating-box {
display: none
}

.block-testimonials .block-content .content .message {
    margin-top: 0px;
font-style: italic;
color: #003D1F;
overflow: hidden;
height: 40px;
}

.block-testimonials .block-content .content .name {
float: right;
font-style: italic;
position: relative;
bottom: 70px;
right: 30px;
}

.de_DE .block-testimonials .block-content .content .name {
float: right;
font-style: italic;
position: relative;
bottom: 70px;
right: 5px;
}
.de_AT .block-testimonials .block-content .content .name {
float: right;
font-style: italic;
position: relative;
bottom: 70px;
right: 5px;
}


.es_ES .block-testimonials .block-content .content .name {
float: right;
font-style: italic;
position: relative;
bottom: 75px;
right: 0px;
}

.fr_FR .block-testimonials .block-content .content .name {
float: right;
font-style: italic;
position: relative;
bottom: 70px;
right: 0px;
}

.fr_BE .block-testimonials .block-content .content .name {
float: right;
font-style: italic;
position: relative;
bottom: 70px;
right: 0px;
}


.std .testimonialForm li {
    list-style: none;
}

.testimonials-list .testimonial { zoom: 1; }
.testimonials-list .testimonial:after { content: '.'; clear: both; height: 0; font-size: 0; display: block; visibility: hidden; }

@media (max-width: 480px) {
    .testimonials-list .testimonial .testimonial-date {
        float: left;
        margin-bottom: 10px;
        clear: both;
    }
}