.itg-carousel-testimonial .item .bubble
  {
    display: none;
  }
.itg_testimonials_section
  {
    background-color: #eaeaea;
  }

.itg-carousel-testimonial
  {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    height: 230px;
    background-color: white;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+5,ffffff+95,ffffff+100&0+0,1+5,1+95,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 97%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 97%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    overflow: hidden;
  }
.itg-carousel-testimonial .carousel-inner
  {
    overflow: hidden;
  }
.itg-carousel-testimonial .item
  {
    /* float: left; */
    /* position: relative; */
    /* height: 100% !important; */
  }
.itg-carousel-testimonial .item .image
  {
    float: left;
    max-width: 305px;
  }
.itg-carousel-testimonial .item .image img
  {
    max-width: 305px;
    max-height: 210px !important;

    border: 1px solid #e1e1e1;
    padding: 5px;
    margin: 10px;
  }
.itg-carousel-testimonial .item .image a
  {
    width: 100%;
  }
.itg-carousel-testimonial .item .carousel-caption
  {
    /* width: 100%; */
    /* height: 100%; */
    /* float: none; */
    /* min-width: 300px; */
    padding: 0 10px;
    /* margin: 0 30px; */
    text-shadow: none;
  }
.itg-carousel-testimonial .item .carousel-caption h3
  {
    font-size: 2.5rem;
    margin-bottom: 0px;
    position: relative;
    padding: 30px 0 10px;
    color: #333;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  }
.itg-carousel-testimonial .item .carousel-caption p
  {
    font-size: 1.5rem;
    line-height: 1.8rem;
    width: 100%;
    position: relative;

    font-style: italic;
    quotes: "“" "”" "‘" "’";
  }
.itg-carousel-testimonial .item .carousel-caption p:first-of-type:before
  {
    content: open-quote;
  }
.itg-carousel-testimonial .item .carousel-caption p:first-of-type:after
  {
    content: close-quote;
  }
.itg-carousel-testimonial .item .carousel-caption p ~ p
  {
    margin-top: 15px;
    text-align: right;
    font-weight: bold;
  }
.itg-carousel-testimonial .item .carousel-caption strong
  {
    font-size: 0.7em;
  }

.itg-carousel-testimonial .item .btn
  {
    max-width: 100%;
    border-radius: 0;
    margin-top: 5px;
    color: white;
  }
.itg-carousel-testimonial .item .btn strong
  {
    font-size: 1.3rem;
    color: white;
  }
.itg-carousel-testimonial .carousel-control
  {
    color: orange;
    background: none !important;
    width: 75px;
  }
.itg-carousel-testimonial .carousel-control .fa
  {
    margin-top: 70%;
  }
.itg-carousel-testimonial .carousel-control:hover
  {
    background: none !important;
  }

@media (max-width: 1200px) {
  .itg-carousel-testimonial .item .carousel-caption
    {
      width: 100%;
    }
}
@media (max-width: 1360px) {
  .itg-carousel-testimonial .item .image
    {
      float: left;
      max-width: 100%;
    }
  .itg-carousel-testimonial .item .image img
    {
      display: none;
    }
  .itg-carousel-testimonial .item .btn
    {
      display: none;
    }
  .itg-carousel-testimonial .item .carousel-caption
    {
      width: 100%;
    }
}

@media (max-width: 468px) {
    .itg-carousel-testimonial
      {
        height: 300px;
        width: 95%;
        box-shadow: 0 0 2px rgba(0, 0, 0,.3);
      }
    .itg-carousel-testimonial .item .carousel-caption p
      {
        font-size: 1em;
      }
  }
