.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  padding:0 0 0 0;
  
  
  
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  margin:0 0 0 0;
  padding:0 0 0 0;
  
 
}


@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin:0 auto;
    padding:40px 55px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
	margin:0 0 0 0;
  padding:0 0 0 0;
  }
}

.cd-testimonials {
 color:#5a5a5a;
  text-align: center;
  margin:0 0 0 0;
  padding:0 0 0 0;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
  font-size:22px;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
  font-size:22px;
}
.cd-testimonials p {
  font-family: "Asap-Regular";
  font-style: italic;
  padding: 0 0 0 5px;
font-size:15px;
line-height:20px;
text-align:left;
color:#5a5a5a;  
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size:15px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size:20px;
    font-size:20px;
    line-height: 1.6;
	 font-family: "Asap-Regular";
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
  font-size:22px;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
   font-size:22px;
   
  }
  .cd-author .cd-author-info li:last-child {
   font-size:22px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  
  white-space: nowrap;
   font-family: "Asap-Regular";
   
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
  
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #ffffff;
  }
}

@media only screen and (min-width: 240px) {
 .cd-testimonials-wrapper {
  width:230px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 320px) {
 .cd-testimonials-wrapper {
  width:310px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}


@media only screen and (min-width: 360px) {
 .cd-testimonials-wrapper {
  width:345px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 375px) {
 .cd-testimonials-wrapper {
  width:360px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 400px) {
 .cd-testimonials-wrapper {
  width:385px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 460px) {
 .cd-testimonials-wrapper {
  width:440px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 480px) {
 .cd-testimonials-wrapper {
  width:460px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 500px) {
 .cd-testimonials-wrapper {
  width:480px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}
@media only screen and (min-width: 540px) {
 .cd-testimonials-wrapper {
  width:520px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 560px) {
 .cd-testimonials-wrapper {
  width:540px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 600px) {
 .cd-testimonials-wrapper {
  width:580px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}

@media only screen and (min-width: 660px) {
 .cd-testimonials-wrapper {
  width:640px;
   padding:4px 5px;
}
 .cd-testimonials p {
	width:70%;
	padding-top:1%;
	padding-bottom:1%;
	margin-left:11%;
  }
  
}
