/** Video **/
.cb-responsive-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.cb-responsive-video.widescreen {
  padding-bottom: 56.34%;
}

.cb-responsive-video.vimeo {
  padding-top: 0;
}

.cb-responsive-video embed, .cb-responsive-video iframe, .cb-responsive-video object, .cb-responsive-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
/*------------------------------------------------------------*/
/*-----Accordion-----*/
.jsn-bootstrap3 .wr-element-accordion {
	padding: 0 0 5px;
}
.jsn-bootstrap3 .panel-heading {
    padding: 0;
}
.jsn-bootstrap3 .panel-title a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}
.jsn-bootstrap3 .panel-title a:hover {
    background: #F9F9F9;
}
.jsn-bootstrap3 .panel-title i[class *="icon-"] {
    margin-right: 8px;
}

/*------------------------------------------------------------*/
/* Progress Bar */
.jsn-bootstrap3 .wr-element-progressbar {
	padding: 0 0 5px;
}
.jsn-bootstrap3 .progress-info>span {
	margin-bottom: 5px;
	display: inline-block;
}
.jsn-bootstrap3 .progress-info .progress-percentage {
	margin-left: 10px;
}

.jsn-bootstrap3 .cbb-progress-bar.progress-style-multiple-bars-within-bars .progress {
	position: relative; height: 37px; 
}


.jsn-bootstrap3 .cbb-progress-bar.progress-style-multiple-bars-within-bars .sr-only {
left: 15px;
top: 9px;
clip: auto;
height: auto;
width: auto;
color: #FFF;
font-size: 15px;
font-weight: normal;
}

.jsn-bootstrap3 .cbb-progress-bar.progress-style-multiple-bars-within-bars .progress-title {
	margin: 0 10px 0 0;
}

.jsn-bootstrap3 .cbb-progress-bar.progress-style-multiple-bars-within-bars .progress-title i {
	margin-right: 10px;
}

/*------------------------------------------------------------*/
.cbb-icons-list {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  width: 100%;
}
.cbb-icons-list.cbb-icons-list-align-center {
  text-align: center;
}
.cbb-icons-list.cbb-icons-list-align-right {
  text-align: right;
}
.cbb-icons-list li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  position: relative;
  text-align: center;
  display: inline-block;
}
.cbb-icons-list.cbb-icons-list-align-center.cbb-icons-list-layout-vertical {
  display: block;
}
.cbb-icons-list.cbb-icons-list-align-left.cbb-icons-list-layout-vertical li,
.cbb-icons-list.cbb-icons-list-align-right.cbb-icons-list-layout-vertical li {
  display: block;
  float: left;
  clear: both;
}
.cbb-icons-list.cbb-icons-list-align-right.cbb-icons-list-layout-vertical li {
  float: right;
}

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

