.zt-module-testimonial a.carousel-control.right,
.zt-module-testimonial a.carousel-control.left {
  background-image: none;
}
.ztTestimonial .item {
  padding: 0px;
}
.ztTestimonial .left,
.ztTestimonial .right {
  margin: 0px;
  width: 100%;
}
.ztTestimonial .carousel-control.right,
.ztTestimonial .carousel-control.left {
  width: 12%;
  background-image: none;
}
.ztTestimonial .carousel-control.right span,
.ztTestimonial .carousel-control.left span {
  text-shadow: none;
}
.ztTestimonial .carousel-control.right:hover span,
.ztTestimonial .carousel-control.left:hover span {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.ztTestimonial .active {
  padding: 0px;
}
.ztTestimonial img.quote {
  border: none;
  width: 20px;
  margin-top: -10px;
}
.ztTestimonial img.avatar {
  float: right;
  width: 70px;
  height: 70px;
  border: 1px solid #EFEFEF;
  padding: 3px;
}
.ztTestimonial a.carousel-control {
  background: none;
  border: none;
  height: auto;
  margin-top: 0px;
}
.ztTestimonial a.carousel-control:hover {
  background: none;
}
.ztTestimonial a.carousel-control:link,
.ztTestimonial a.carousel-control:visited {
  color: #ffffff;
}
.ztTestimonial ol.carousel-indicators {
  top: auto;
  margin: 0px 0px 0px -30%;
  bottom: 0px;
}
.ztTestimonial ol.carousel-indicators li {
  display: inline-block;
  float: none;
  border: 1px solid lightgray;
  height: 10px;
  width: 10px;
  margin: 1px 5px 1px 1px;
}
.ztTestimonial ol.carousel-indicators li.active {
  float: none;
  background-color: #269abc;
  border: 1px solid blue;
  height: 10px;
  width: 10px;
  margin: 1px 5px 1px 1px;
}
.ztTestimonial p.content-testimonial {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  position: relative;
  margin: 20px 20px 30px 20px;
  min-height: 10px;
}
.ztTestimonial p.content-testimonial:before,
.ztTestimonial p.content-testimonial:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
.ztTestimonial p.content-testimonial:before {
  border-top-color: #E0E0E0;
  border-width: 30px 0 0 30px;
  bottom: -31px;
  left: 54px;
  margin-right: 10px;
}
.ztTestimonial p.content-testimonial:after {
  border-top-color: #FFFFFF;
  border-width: 30px 0 0 30px;
  bottom: -28px;
  left: 53px;
}
.ztTestimonial .name,
.ztTestimonial .email,
.ztTestimonial .position,
.ztTestimonial .website {
  margin: 5px 0px 5px 0px;
}
.ztTestimonial .website a {
  text-decoration: none;
}
.ztTestimonial .tw-fb a {
  padding: 2px 0px;
  cursor: pointer;
  text-decoration: none;
  color: #808080;
}
.ztTestimonial .tw-fb a:hover {
  color: #f5f5f5;
  background-color: cornflowerblue;
  box-shadow: 0px 1px 1px;
}
.ztTestimonial .tw-fb a span {
  padding: 0px 5px;
}
.ztTestimonial .tw-fb a i {
  padding: 5px 5px;
}
