/*** Testimonial ***/
[id*="testimonial_"] {
  margin-bottom: 40px !important;
}
.ltb-testimonial {
  position: relative;
}
.ltb-testimonial-item {
  text-align: left;
}
.ltb-testimonial-box {
  position: relative;
  background: #FFF;
  border: 1px solid #DDD;
  padding: 20px 30px 15px;
  border-radius: 5px;
}
.jsn-bootstrap3 .carousel.ltb-testimonial ol.carousel-indicators li { background-color: #D6D6D6; }
.jsn-bootstrap3 .carousel.ltb-testimonial ol.carousel-indicators li.active { background-color: #0088CC; }
.jsn-bootstrap3 .carousel.ltb-testimonial .carousel-inner { padding-bottom: 20px; }
.ltb-testimonial .ltb-testimonial-content p {
  text-align: center;
}
.ltb-testimonial-item .top>.arrow {
left: 59px;
margin-left: -9px;
border-bottom-width: 0;
border-top-color: #999;
border-top-color: rgba(0,0,0,.25);
bottom: -10px;
}
.ltb-testimonial-box .arrow {
border-width: 9px;
}
.ltb-testimonial-box .arrow, .ltb-testimonial-box .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.ltb-testimonial-item .top>.arrow:after {
content: " ";
bottom: -8px;
margin-left: -9px;
border-bottom-width: 0;
border-top-color: #FFF;
}
.ltb-testimonial-item .top>.arrow:after {
border-width: 9px;
content: "";
}
.ltb-testimonial-content p {
  font-family: "Times New Roman", serif;
  font-size: 0.91em;
  font-style: italic;
  text-align: center;
  /*color: #555;*/
}
.ltb-testimonial-avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 15px 10px 0 0;
  float: left;
}
.ltb-testimonial-avatar img {
  display: block;
  width: 100%;
}
.ltb-testimonial-avatar-icon {
	float: left;
	width: 34px;
	font-size: 32px;
	margin: 7px 10px 0 6px;
}
.ltb-testimonial-meta {
  margin: 5px 20px 20px
}
.ltb-testimonial-meta {
  margin: 12px 20px 20px;}
  
.ltb-testimonial-meta.ltb-testimonial-with-avatar { margin-top: 26px; }

.ltb-testimonial-meta.ltb-testimonial-with-avatar.ltb-testimonial-only-name { margin-top: 40px; }
.ltb-testimonial-meta.ltb-testimonial-no-avatar.ltb-testimonial-only-name { margin-top: 20px; }

.ltb-testimonial-meta .ltb-testimonial-name {
  display: block;
  font-weight: bold;
  color: #393939;
}
.ltb-testimonial-meta .ltb-testimonial-jobtitle, .ltb-testimonial-meta .ltb-testimonial-country, .ltb-testimonial-meta .ltb-testimonial-link {
  display: inline-block;
  font-size: 0.8em;
  padding: 0px 10px 0 0;
  float: left;
}
.ltb-testimonial-meta .ltb-testimonial-jobtitle, .ltb-testimonial-meta .ltb-testimonial-country {
  color: #8A8A8A;
}
.ltb-testimonial .carousel-indicators {
  bottom: -36px !important;
}
.ltb-testimonial .ltb-arrow-left, .ltb-testimonial .ltb-arrow-right {
  border: 1px solid #ccc;
  top: auto;
  bottom: 0px;
  position: absolute;
  display: inline-block;
  margin-top: -19px;
  font-size: 15px;
  color: #AAA;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-shadow: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
        border-radius: 3px;
}
.ltb-testimonial .ltb-arrow-left {
  left: 50%;
  margin-left: -28px
}
.ltb-testimonial .ltb-arrow-right {
  right: 50% !important;
  margin-right: -28px;
}
.ltb-testimonial .ltb-arrow-left:hover, .ltb-testimonial .ltb-arrow-right:hover {
  color: #428BCA;
  border-color: #428BCA;
}