.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;
}

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