h1.title {
    font-size: 25px;
    margin: 0 0 10px;
    padding: 3px 0 0;
    background-color: #fff;
    font-family: Times;
    color: #d10c13;
}
.adauga-testimonial {
    color: #346A98 !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
}
.adauga-testimonial:hover {
    border-bottom: 1px solid #346A98;
}
.testimoniale .at-testimonial {
    background: #ffffd9;
    font-size: 14px;
    font-style: normal;
    text-align: justify;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.container-testimoniale {
    margin: 10px 0 15px;
    padding: 18px 20px 0 21px;
    border-bottom: 1px dashed #ccc;
    background: #ECE8DF;
}
.testimoniale ul {
    display: block;
    padding-left: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    margin-bottom: 4px;
}
.testimoniale li {
    margin-bottom: 21px;
    display: inline-block;
    width: 100%;
}
.testimoniale .ml-9 {
    margin-left: 9px !important;
}
.testimoniale .mr-9 {
    margin-right: 9px !important;
}
.testimoniale p {
    margin: 0;
    padding: 10px 15px;
    position: relative;
    font-style: italic;
    color: #333;
    font-size: 14px;
}
 .testimoniale li:nth-child(odd) blockquote {
    background: #F9F9F9;
}
.testimoniale li:nth-child(odd) blockquote:after {
    border-color: #F9F9F9 transparent transparent transparent;
}  
.testimoniale li:nth-child(even) blockquote {
    background: #DAF7C1;
}
.testimoniale li:nth-child(even) blockquote:after {
    border-color: #DAF7C1 transparent transparent transparent;
}
.testimoniale blockquote {
    background: #eee;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    position: relative;
    margin: 0;
    border-radius: 10px;
}
.testimoniale blockquote::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 15px;
}
.testimoniale .autor {
    float: left;
    padding: 10px 0 0 15px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.testimoniale .autor span {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    font-size: 12px;
    margin-left: 1px;
}
.testimoniale .data {
    float: right;
    color: #666;
    font-weight: normal;
    margin: 12px 24px 0 0;
    font-size: 12px;
}

/* Adauga testimonial */
.add-testimonial {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px 15px 20px;
    font-size: 13px;
    margin-top:20px;
}
.add-testimonial .control-label {
    display: inline-block;
    width: 140px;
    text-align: right;
    font-weight: bold;
    padding-right: 4px;
    vertical-align: top;
    padding-top: 5px;
}
.add-testimonial .vizibil {
    text-align: left;
    cursor: pointer;
    width: 130px;
}
.add-testimonial input[type="checkbox"] {
    margin-right: 3px;
    margin-left: 6px;
    vertical-align: text-top;
}
.add-testimonial input[type="text"] {
    margin-bottom: 10px;
    width: 300px;
    border: 1px solid #b6b6b6;
    border-radius: 2px;
    height: 31px;
    padding: 0 5px 1px;
}
.add-testimonial select {
    margin-bottom: 10px;
    width: 300px;
    border: 1px solid #b6b6b6;
    border-radius: 2px;
    height: 31px;
    padding: 0 5px 1px;
}
.add-testimonial .list-group {
    margin-bottom: 10px;
    padding: 6px 10px 0 4px;
}
.add-testimonial .list-group-item label {
    line-height: 17px;
}
.add-testimonial textarea {
    margin-bottom: 8px;
    width: 450px;
    padding: 5px 5px 0;
    height: 160px;
    border: 1px solid #b6b6b6;
    border-radius: 2px;
}
.text-danger {
    background: #f5f8e0;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 10px;
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 2px;
    color: #f00;
    width: 115px;
}
.g-recaptcha {
    margin-left: 144px;
}
#form_adauga {
    background: #004a00;
    background: -webkit-linear-gradient(#016e01, #004a00);
    background: -o-linear-gradient(#016e01, #004a00);
    background: -moz-linear-gradient(#016e01, #004a00);
    background: linear-gradient(#016e01, #004a00);
    border: 1px solid #004a00 !important;
    border-radius: 2px;
    padding: 0 10px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    height: 31px;
    text-shadow: 1px 1px 1px #333;
    box-shadow: 1px 1px 3px #666;
}
/*.container-telefon .text-danger{
    margin-top:-41px;
}*/
#form_adauga:hover,
#form_adauga:focus {
    background: #004a00;
    background: -webkit-linear-gradient(#004a00, #016e01);
    background: -o-linear-gradient(#004a00, #016e01);
    background: -moz-linear-gradient(#004a00, #016e01);
    background: linear-gradient(#004a00, #016e01);
    text-decoration: none;
}
