/*** schema ***/
.ltb-schema {
  position: relative;
}
.ltb-schema-item {
  text-align: left;
}
.ltb-schema-box {
  position: relative;
  background: #FFF;
  border: 1px solid #DDD;
  padding: 20px 30px 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  /*word-break: break-all;*/
}
.jsn-bootstrap3 .carousel.ltb-schema ol.carousel-indicators li { background-color: #D6D6D6; }
.jsn-bootstrap3 .carousel.ltb-schema ol.carousel-indicators li.active { background-color: #0088CC; }
.jsn-bootstrap3 .carousel.ltb-schema .carousel-inner { padding-bottom: 20px; }
.ltb-schema-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-schema-box .arrow {
border-width: 9px;
}
.ltb-schema-box .arrow, .ltb-schema-box .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.ltb-schema-item .top>.arrow:after {
content: " ";
bottom: -8px;
margin-left: -9px;
border-bottom-width: 0;
border-top-color: #FFF;
}
.ltb-schema-item .top>.arrow:after {
border-width: 9px;
content: "";
}
.ltb-schema-content p {  
  font-style: italic;
}
.ltb-schema-content h5{
	text-align:left;
}
.ltb-schema-avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 15px 10px 0 0;
  float: left;
}
.ltb-schema-avatar img {
  display: block;
  width: 100%;
}
.ltb-schema-avatar-icon {
	float: left;
	width: 34px;
	font-size: 32px;
	margin: 7px 10px 0 6px;
}
.ltb-schema-meta {
  margin: 5px 20px 20px
}
.ltb-schema-meta {
  margin: 12px 20px 20px;}
  
.ltb-schema-meta.ltb-schema-with-avatar { margin-top: 26px; }

.ltb-schema-meta.ltb-schema-with-avatar.ltb-schema-only-name { margin-top: 40px; }
.ltb-schema-meta.ltb-schema-no-avatar.ltb-schema-only-name { margin-top: 20px; }

.ltb-schema-meta .ltb-schema-name {
  display: block;
  font-weight: bold;
  color: #393939;
}
.ltb-schema-meta .ltb-schema-jobtitle, .ltb-schema-meta .ltb-schema-country, .ltb-schema-meta .ltb-schema-link {
  display: inline-block;
  font-size: 0.8em;
  padding: 0px 10px 0 0;
  float: left;
}
.ltb-schema-meta .ltb-schema-jobtitle, .ltb-schema-meta .ltb-schema-country {
  color: #8A8A8A;
}
.ltb-schema .carousel-indicators {
  bottom: -36px !important;
}
.ltb-schema .ltb-arrow-left, .ltb-schema .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-schema .ltb-arrow-left {left: 50%; margin-left: -28px;}
.ltb-schema .ltb-arrow-right { right: 50% !important; margin-right: -28px;}
.ltb-schema .ltb-arrow-left:hover, .ltb-schema .ltb-arrow-right:hover { color: #428BCA; border-color: #428BCA;}
.ltb-schemagooglemap{ width:100%; height:400px;}
/*added by rahul*/
.ltb-schema-rating { display: block; margin: 5px 0; }
.ltb-schema-rating i { font-size: 18px; margin-right: 5px;}