.bg-ec {
  background-color: #ececec; }

.testimonial {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .testimonial a:hover {
    text-decoration: none; }
  .testimonial h3 {
    font-size: 2.1em;
    font-weight: 200;
    line-height: 47px;
    text-transform: inherit;
    text-align: left;
    margin-left: 159px; }
  .testimonial img {
    width: 30%;
    float: left;
    margin-right: 30px; }

.testimonial-card {
  cursor: pointer;
  margin-bottom: 30px;
  padding: 19px; }
  .testimonial-card h3 {
    color: #5B5C5F;
    font-family: Georgia, serif;
    font-size: 33px;
    font-style: italic;
    font-weight: normal;
    margin-top: 0px;
    text-transform: inherit;
    padding: 19px 17px 0px; }
  .testimonial-card cite {
    display: block;
    padding-left: 92px;
    line-height: 18px;
    font-style: italic;
    color: #5B5C5F; }
    .testimonial-card cite strong {
      font-size: 20px;
      font-style: normal; }
  .testimonial-card blockquote {
    border: 1px solid #dedede;
    border-radius: 30px;
    position: relative;
    display: inline-block; }
    .testimonial-card blockquote img {
      width: 147px;
      float: left;
      padding-right: 30px; }
    .testimonial-card blockquote p {
      font-size: 15px;
      line-height: 31px;
      padding-top: 10px;
      color: #525252; }
  .testimonial-card blockquote:after {
    content: "";
    border-color: #ececec transparent transparent;
    border-style: solid;
    border-width: 22px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -44px;
    left: 53px; }
  .testimonial-card blockquote:before {
    content: "";
    border-color: #dedede transparent transparent;
    border-style: solid;
    border-width: 24px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -48px;
    left: 51px; }

#testimonials {
  height: 480px; }
  #testimonials .container {
    padding-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
  #testimonials .section {
    padding: 60px 0; }
  #testimonials .section-title {
    line-height: 1.3;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
    font-size: 50px;
    font-weight: 300; }
  #testimonials .section.section-hilite {
    background: #F2EFE6; }
  #testimonials .section.section-center {
    text-align: center; }
  #testimonials .carousel {
    position: relative;
    height: 200px; }
  #testimonials .carousel-indicators {
    position: inherit;
    margin: 0;
    left: auto;
    width: 100%;
    bottom: 0px; }
    #testimonials .carousel-indicators li {
      border: 1px solid #888585; }
    #testimonials .carousel-indicators li.current {
      background-color: #c3c3c3; }
