
.testimonial-version1 {
  overflow: hidden;
}

.testimonial-version1 .img-top {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
}

.testimonial-version2 {
  overflow: hidden;
}

.testimonial-version2 .img-top {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 auto;
}

.testimonial-version2 .text {
  text-align: center;
  margin-top: 10px;
}

.testimonial-version2 .text .first-quote {
  color: #ff0000;
  width: 20px;
  height: 20px;
  position: relative;
  top: -7px;
  left: -2px;
}

.testimonial-version2 .text .second-quote {
  color: #ff0000;
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 1px;
  right: -108px;
  z-index: 100;
}

.testimonial-version2 .name {
  text-align: center;
  font-size: 15px;
}

.testimonial-version2 .company {
  text-align: center;
  color: #737373;
  font-size: 11px;
}

.testimonial-version3 {
  overflow: hidden;
}

.testimonial-version3 .img-top {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 auto;

}

.testimonial-version3 .text {
  text-align: center;
  margin-top: 10px;
}

.testimonial-version3 .text .first-quote {
  color: #ff0000;
  width: 20px;
  height: 20px;
  position: relative;
  top: -7px;
  left: -2px;
}

.testimonial-version3 .text .second-quote {
  color: #ff0000;
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 1px;
  right: -108px;
  z-index: 100;
}

.testimonial-version3 .name {
  text-align: center;
  font-size: 15px;
}

.testimonial-version3 .company {
  text-align: center;
  color: #737373;
  font-size: 11px;
}


.testimonial-version4 {
  height: 550px;
}

.testimonial-version4 .testimonial-version4-description {
  padding: 20px 40px 20px 40px;
  background-color: #fff;
  height: 100%;
}

.testimonial-version4 .testimonial-version4-description .heading {
  margin-top: 100px;
  text-align: center;
}

.testimonial-version4 .testimonial-version4-description .sub-heading {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #A0A4A7;
}

.testimonial-version4 .testimonial-version4-description .seperator {
  width: 30px;
  background-color: #ff0000;
}

.testimonial-version4 .testimonial-version4-description .description {
  font-weight: 200;
  font-size: 14px;
  text-align: center;
}

.testimonial-version4 .testimonial-version4-description .navigation-group {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.testimonial-version4 .testimonial-version4-description .navigation-group .previous {
  display: inline-block;
  cursor: pointer;
}

.testimonial-version4 .testimonial-version4-description .navigation-group .vertical-seperator {
  width: 2px;
  background-color: rgba(160, 164, 167, 0.37);
  height: 20px;
  display: inline-block;
  position: relative;
  left: 31px;
  top: 2px;
}

.testimonial-version4 .testimonial-version4-description .navigation-group .next {
  float: right;
  display: inline-block;
  cursor: pointer;
}

.testimonial-version4 .testimonial-version4-pictures {
  background-color: #fff;
  padding: 0px 10px 10px 10px;
  height: 100%;
}

.testimonial-version4 .testimonial-version4-pictures img {
  height: 245px;
  margin-top: 10px;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  cursor: pointer;
}

.testimonial-version4 .testimonial-version4-pictures .active {
  border: 10px solid #ff0000;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
  cursor: pointer;
}