
/*
  Testimonials
*/

#testimonials-slider {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
#testimonials-slider.align-left {
  text-align: left;
}
#testimonials-slider.align-left .flex-control-nav {
  text-align: left;
}
#testimonials-slider .slides {
  margin-bottom: 20px;
}
#testimonials-slider .slides blockquote {
  border: 0;
  padding: 0;
}
#testimonials-slider .slides blockquote p {
  color: inherit;
  font-size: 20px;
  line-height: 30px;
}
#testimonials-slider .slides blockquote p:before,
#testimonials-slider .slides blockquote p:after {
  font-family: Georgia, serif;
}
#testimonials-slider .slides blockquote p:before {
  content: open-quote;
  margin-right: 4px;
}
#testimonials-slider .slides blockquote p:after {
  content: close-quote;
  margin-left: 4px;
}
#testimonials-slider .slides blockquote footer {
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-top: 15px;
  font-weight: 400;
  color: inherit;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
#testimonials-slider .slides img {
  width: 80px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 25px;
}





.flexslider .flex-control-nav {
  bottom: 20px;
}
.flexslider .flex-control-paging > li > a {
  width: 8px;
  height: 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.flexslider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-control-nav {
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 0;
  z-index: 100;
}
.flex-control-nav > li {
  width: 18px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
.flex-control-paging > li > a {
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(45, 45, 45, 0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 0;
}
.flex-control-paging > li > a:hover {
  background-color: rgba(45, 45, 45, 0.75);
}
.flex-control-paging > li > a.flex-active {
  box-shadow: 0 0 0 1px rgba(34, 34, 37, 0.9);
  background-color: rgba(34, 34, 37, 0.9);
}






