@font-face {
    font-family: "Century Gothic Bold";
    src: url("../fonts/"); /* para IE */
    src: local("Century Gothic Bold"), url("../fonts/CenturyGothicBold.ttf");
}
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/"); /* para IE */
    src: local("Century Gothic"), url("../fonts/Century Gothic.ttf");
}
#quotes,#quotes li blockquote,#quotes li cite{
  display:block;
  clear:both;
}
#quotes{
  width: 100%;
  height:100%;
  overflow:visible;
  min-height:50px;
  text-align: center;
}
#quotes.ul{
  position:relative;
  display:block;
  overflow:visible;
  margin:0;
}
#quotes li{
  width: 90%;
  list-style:none;
  position:absolute;
  margin-top: 10%;

}
#quotes li blockquote{
  top:0;
  left:0;
  overflow:visible;
  list-style:none;
  opacity:0;
  margin:0;
  font-family: "Century Gothic Bold";
  color: #fff;
  font-size: 2.4vw;
  border-left: 0px;
}#quotes li cite{
  font-style:italic;
  padding-top:8px;
  font-family: "Century Gothic";
  font-size: 1.7vw;
  color: #fff;
}

@media (max-width: 767px) {
  #quotes li blockquote{
    font-size: 20px;
  }
  #quotes li cite{
    font-size: 16px;
  }
}
/*# sourceMappingURL=fader.min.css.map */
