/*** Promo Box ***/
.jsn-bootstrap3 .promo-box-shadow:before,.promo-box-shadow:after {
	bottom: 15px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
	content: "";
	height: 20%;
	left: 10px;
	max-height: 100px;
	max-width: 300px;
	position: absolute;
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Safari and Chrome */
	width: 50%;
	z-index: -1;
}
.jsn-bootstrap3 .promo-box-shadow:after {
	left: auto;
	right: 10px;
	transform: rotate(3deg);
	-ms-transform: rotate(3deg); /* IE 9 */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
}

.jsn-bootstrap3 .promo-box-shadow p:last-child { margin-bottom: 0px; }

.jsn-bootstrap3 .st-promobox {
	position: relative;
	z-index: 1;
}
.jsn-bootstrap3 .st-promobox h2 {
	clear: none;
	margin-top: 0px;
}
.jsn-bootstrap3 .st-promobox section {
	padding: 28px 30px 20px 30px;
	position: relative;
}
.jsn-bootstrap3 .st-promobox .btn {
	margin: 10px 0 0 15px;
}

.jsn-bootstrap3 .st-pb-no-content .btn { margin-top: 0; }
/*------------------------------------------------------------*/
.cbb-list {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
}
.cbb-list li {
  clear: both;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  min-height: 60px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.cbb-list.cbb-list-layout-left .cbb-list-icon,
.cbb-list.cbb-list-layout-right .cbb-list-icon {
  position: absolute;
  top: 10px;
}
.cbb-list.cbb-list-layout-right {
  text-align: right;
}
.cbb-list.cbb-list-layout-right .cbb-list-icon {
  right: 0;
}
.cbb-list.cbb-list-layout-center {
  text-align: center;
}
.cbb-list.cbb-list-layout-center .cbb-list-icon {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cbb-list li .cbb-list-icon {
    position: static !important;
    display: block !important;
    text-align: center !important;
  }
  .cbb-list li .cbb-list-content-wrap {
    padding: 0 !important;
  }
  .cbb-list li .cbb-list-content-wrap > h4 {
    text-align: center;
  }
}

/*# sourceMappingURL=list_frontend.css.map */

/*------------------------------------------------------------*/

/*** Testimonial ***/
[id*="testimonial_"] {
  margin-bottom: 40px !important;
}
.st-testimonial {
  position: relative;
}
.st-testimonial-item {
  text-align: left;
}
.st-testimonial-box {
  position: relative;
  background: #FFF;
  border: 1px solid #DDD;
  padding: 20px 30px 15px;
  border-radius: 5px;
}
.jsn-bootstrap3 .carousel.st-testimonial ol.carousel-indicators li { background-color: #D6D6D6; }
.jsn-bootstrap3 .carousel.st-testimonial ol.carousel-indicators li.active { background-color: #0088CC; }
.jsn-bootstrap3 .carousel.st-testimonial .carousel-inner { padding-bottom: 20px; }
.st-testimonial .st-testimonial-content p {
  text-align: center;
}
.st-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;
}
.st-testimonial-box .arrow {
border-width: 9px;
}
.st-testimonial-box .arrow, .st-testimonial-box .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.st-testimonial-item .top>.arrow:after {
content: " ";
bottom: -8px;
margin-left: -9px;
border-bottom-width: 0;
border-top-color: #FFF;
}
.st-testimonial-item .top>.arrow:after {
border-width: 9px;
content: "";
}
.st-testimonial-content p {
  font-family: "Times New Roman", serif;
  font-size: 0.91em;
  font-style: italic;
  text-align: center;
  /*color: #555;*/
}
.st-testimonial-avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 15px 10px 0 0;
  float: left;
}
.st-testimonial-avatar img {
  display: block;
  width: 100%;
}
.st-testimonial-avatar-icon {
	float: left;
	width: 34px;
	font-size: 32px;
	margin: 7px 10px 0 6px;
}
.st-testimonial-meta {
  margin: 5px 20px 20px
}
.st-testimonial-meta {
  margin: 12px 20px 20px;}
  
.st-testimonial-meta.st-testimonial-with-avatar { margin-top: 26px; }

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

.st-testimonial-meta .st-testimonial-name {
  display: block;
  font-weight: bold;
  color: #393939;
}
.st-testimonial-meta .st-testimonial-jobtitle, .st-testimonial-meta .st-testimonial-country, .st-testimonial-meta .st-testimonial-link {
  display: inline-block;
  font-size: 0.8em;
  padding: 0px 10px 0 0;
  float: left;
}
.st-testimonial-meta .st-testimonial-jobtitle, .st-testimonial-meta .st-testimonial-country {
  color: #8A8A8A;
}
.st-testimonial .carousel-indicators {
  bottom: -36px !important;
}
.st-testimonial .st-arrow-left, .st-testimonial .st-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;
}
.st-testimonial .st-arrow-left {
  left: 50%;
  margin-left: -28px
}
.st-testimonial .st-arrow-right {
  right: 50% !important;
  margin-right: -28px;
}
.st-testimonial .st-arrow-left:hover, .st-testimonial .st-arrow-right:hover {
  color: #428BCA;
  border-color: #428BCA;
}
/*------------------------------------------------------------*/
.jsn-bootstrap3 .st-element-googlemap .st-googlemap { max-width: 100%; }

.jsn-bootstrap3 .st-element-googlemap .st-googlemap img {
    max-width: none;
    box-shadow: none !important;
}
.jsn-bootstrap3 .st-element-googlemap .st-googlemap .gm-style .st-gmi-thumb {
	max-width: 120px;
	max-height: 120px;
	float:right;
}
.jsn-bootstrap3 .st-element-googlemap .st-googlemap .st-gmi-thumb img {
	max-width: 100%;
}