.st-element-gallery .cbb-portfolio-filters button {
  margin-right: 1px;
}
.cbb-portfolio {
  margin: 20px 0 20px;
  padding: 0;
}
.cbb-portfolio > li {
  background-image: none;
  list-style: none !important;
}
.cbb-portfolio > li:after,
.cbb-portfolio > li:before {
  display: none !important;
}
.cbb-portfolio .isotope-item {
  list-style: none;
  margin-bottom: 15px;
  max-width: 100%;
  float: left;
  margin-left: -1px;
}
.cbb-portfolio a,
.cbb-portfolio span.thumb-no-link {
  display: block;
  text-align: center;
}
.cbb-portfolio .cbb-thumb-wrap {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.cbb-portfolio span.cbb-portfolio-caption p {
  margin: 7px 10px;
}
.cbb-portfolio img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.cbb-portfolio.cbb-thumbs-style-img-circle span.cbb-portfolio-caption {
  display: block;
  background: none !important;
  text-align: center;
  margin: 20px 0 2px;
}
.cbb-portfolio.cbb-thumbs-style-thumbnail span.cbb-portfolio-caption,
.cbb-portfolio.cbb-thumbs-style-img-rounded span.cbb-portfolio-caption,
.cbb-portfolio.cbb-thumbs-style-none-thumb-style span.cbb-portfolio-caption {
  bottom: 5px;
  left: 5px;
  right: 5px;
  position: absolute;
  color: #fff;
}

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

/*------------------------------------------------------------*/
/*** 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; }