
.require {
    color: #FF0000;
    margin: 5px -10px 1px 5px;
}


.show_error_testimonial{
  background-color: lightcoral;
  height: auto;
  margin-top: 10px;
  border: 1px solid dimgray;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.submit_success{
  background-color: lightgreen;
  height: auto;
  margin-top: 10px;
  border: 1px solid dimgray;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.image-alltestimoninal{
    padding: 15px;
	max-height: 200px;
}
.image-alltestimoninals{
    display: block;
}
.video-alltestimoninal{
    display: inline;
    float: left;
    height: 124px;
    width: 220px;
}
.alltestimonial-content {
    margin: 10px 8px;
    font-style: italic;
    padding: 0 5px 10px;
}
.img-content{
    width: auto;
}
.date-add{
    font-style: italic;
}
.username {
    color: #3A3939;
}
.info-user{
    float: right;
    height: 25px;
    margin-right: 10px;
	margin-bottom: 15px;
    text-align: left;
}
.wrapper-alltestimoninals{
    border: 1px solid #D6D4D4;
    width: auto;
    min-height: 150px;
    margin: 10px 0 0;
}
.button-testimonial {
    bottom: 0;
    float: right;
    margin: 0 260px;

}
.form-submit {
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.17);
    padding: 0 19px 21px;
	margin-bottom: 20px;
}
.button-view{
    height: 48px;
}
.test-product-photo {
	margin-left: 15px;
}
#testimonials_block_center {
    margin: 10px 10px 15px 20px;
}
#fr_testimonial > .form-group > .control-label {
    margin: 10px 0 0 0;
}
#fr_testimonial > .form-group > div {
	margin-top: 15px;
}
#fr_testimonial > .form-group > div.captcha-code {
	padding: 4px 0;
}
#fr_testimonial > .form-group > div.captcha {
	padding: 0 20px 0 0;
}
label.re-content {
	padding-top: 5px;
}
/*Custom*/
.rating-top .la-note, .rating-top .rating_cln{float: left; width: auto;}
.rating-top .la-note{padding-right: 10px;}
.rating-top .rating_cln .star {
    height: auto;
    width: 1.1em;
}
.rating-top svg {
    height: 1.1em;
    pointer-events: none;
    width: 1.1em;
}
