@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
* {
  font-family: Lato, sans-serif;
  font-weight: 300;
}
 
.white {
  color: #ffffff;
  /*font-weight: 100;*/
  text-align: center;
}
 
#slider1 {
  display: block;
}
 
#slider2, #slider3 {
  display: none;
}
 
#testimonials {
  background-color: #BDC3C7;
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
}
 
#testimonials blockquote {
  background-color: #ffffff;
  border-radius: 6px;
  color: #404040;
  font-size: 1em;
  font-weight: 400;
  margin: auto;
  /*padding: 17px;*/
  font-style: normal;
  height: 162px;
  vertical-align: middle;
}
.fa-chevron-left {
  opacity: 0.3;
  cursor: default;
}

#previous {
  display: block;
  position: absolute;
  left: 50px;
  top: 40%;
}
 
#next {
  display: block;
  position: absolute;
  right: 50px;
  top: 40%;
}
 
@media(max-width: 1280px) and (min-width: 1200px) {
  #previous {
    left: 10px;
  }
  #next {
    right: 10px;
  }
}
 
@media(max-width: 1080px) and (min-width: 981px) {
  #previous {
    left: 5px;
  }
  #next {
    right: 5px;
  }
}
 
@media(max-width: 1280px) {
  #testimonials blockquote {
    height: 182px;
  }
}
 
@media(max-width: 980px) {
  #testimonials blockquote {
    height: 245px;
  }
  #previous, #next {
    display: none;
  }
}
 
@media(max-width: 767px) {
  #testimonials {
    padding-top: 0;
    padding-bottom: 75px;
  }
  #testimonials .span4:first-of-type {
    margin-top: -60px;
  }
  #testimonials blockquote {
    height: auto;
    margin-top: 75px;
  }
}
 
.testimonialArrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgb(255, 255, 255);
  margin-left: 48px;
}
 
.user-avatar {
  border-radius: 50%;
  border: solid 3px #FFF;
  display: inline;
  float: left;
  margin-left: 42px;
  margin-top: 10px;
}
 
.author {
  color: #979797;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
 
.author span {
  color: #ECF0F1;
  letter-spacing: 1px;
  text-transform: none;
}
 
.spiceworks-btn {
  background-color: #333333;
  border-radius: 40px;
  margin-top: 15px;
  padding: 12px 30px 15px 30px;
  text-align: center;
  vertical-align: middle;
}
 
.spiceworks-btn:hover {
  background-color: #262626;
}