.testimonials ul {
  list-style: none;
}

.testimonials ul li {
  margin-bottom: 25px;
}

.testify-testimonial {
    margin: 0;
    padding: 10px 50px;
    position: relative;
    color: #777;
/*    color: #000;	*/
    font-style: italic;
	font-size:	1.1em;
    border: none;
}

.testify-testimonial:before, .testify-testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #bbb;
    font-style: normal;
}

.testify-testimonial:before {
    top: 0;
    left: 10px;
}

.testify-testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.testify-accreditation {
    margin: 20px 15px 0 0;
    color: #000;
    text-align: right;
/*    font-size: 1.0em;	*/
    font-size: 0.8em;
}

/* Bootstrap Carousel - fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}