/* Carousel */
.jsn-bootstrap3 .carousel {
    max-width: 100%;
}
.jsn-bootstrap3 .carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 25px 35px 25px;
    text-shadow: none;
    left: 10%;
    right: 10%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.jsn-bootstrap3 .carousel .carousel-caption i {
    margin: 0 15px 0 0;
}
.jsn-bootstrap3 .carousel .carousel-caption p {
    color: #AAA;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 19px;
}
.jsn-bootstrap3 .carousel .carousel-content {
    padding: 0 50px;
}
.jsn-bootstrap3 .carousel .carousel-control {
    background: none;
}
.jsn-bootstrap3 .carousel .carousel-control span {
    position: absolute;
    display: inline-block;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    font-size: 15px;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 0px;
}
.jsn-bootstrap3 .carousel .carousel-indicators {
    bottom: 15px;
}
.jsn-bootstrap3 .carousel .carousel-indicators li {
    margin: 1px 3px;
}
.jsn-bootstrap3 .carousel .carousel-indicators .active {
    margin: 0 2px;
}
.jsn-bootstrap3 .carousel .carousel-control span.fa-chevron-left {
    left: 5px;
}
.jsn-master .jsn-bootstrap3 .carousel .carousel-control span.fa-chevron-right {
    right: 5px;
}

.wr-element-carousel .carousel-inner > .item > img, .carousel-inner > .item > a > img
{ margin: 0 auto; }


/*------------------------------------------------------------*/
/** Video **/
/*------------------------------------------------------------*/
/*** Button Bar ***/
.wr-element-button .btn i[class *="icon-"] {
    margin-right: 9px; 
}
/*------------------------------------------------------------*/
/*** 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 .wr-promobox {
	position: relative;
	z-index: 1;
}
.jsn-bootstrap3 .wr-promobox h2 {
	clear: none;
	margin-top: 0px;
}
.jsn-bootstrap3 .wr-promobox section {
	padding: 28px 30px 20px 30px;
	position: relative;
}
.jsn-bootstrap3 .wr-promobox .btn {
	margin: 10px 0 0 15px;
}

.jsn-bootstrap3 .wr-pb-no-content .btn { margin-top: 0; }