/* ------------------------- */
/* GENERAL */
/* ------------------------- */
.heading-h2 h2 {
  text-align:center;
  font-size:4em;
  color:#f1606b;
  color:#fcc83b;
  padding:1em 0 .5em 0;
}
/* ------------------------- */
/* HEADER */
/* ------------------------- */
#d2261124 {
  padding:0 0 5em 0;
}
#d2261124 h3 {
  color:#f1606b;
  font-size:3em;
}
#image-holder{top:0;left:0;z-index:-1}
#image-holder img{position:absolute;left:0;top:0;width:100%;z-index:1}
#image-holder img.active{z-index:3}  
/* ------------------------- */
/* VIDEO */
/* ------------------------- */
#d1115329{
  background:#fcc83b;
  width:100%;
  overflow:hidden;
}
#d2259605 .container-fluid {
  padding: 3em 0;
}
#d2259605 #video-controls .thumbnail {
  margin-bottom:3em;
  cursor:pointer;
  background:#fcc83b;
  transition: background-color 300ms linear;
}
#d2259605 #video-controls .thumbnail:hover {
  background-color:#fff;
  cursor:pointer;
}
/* ------------------------- */
/* MEDIA / BENEFITS */
/* ------------------------- */
.media {
  background-color:#fff;
  margin-bottom:2em;
  padding: 0 2em 0 0;
}
.media-object {
  width:80px;
  height:80px;
}
.media-heading {
  color:#f1606b;
  font-size:2em;
}
/* ------------------------- */
/* CAROUSEL */
/* ------------------------- */
#d2260242 {
  background:#fcc83b;
  width:100%;
  overflow:hidden;
}
#d2260242 .container-fluid {
  padding: 3em 0;
}
.carousel-control.left span,
.carousel-control.right span {
  position:absolute;
  top:45%;
  color:#fff;
  font-size:40px;
}
#myCarousel {
  margin-left: 50px;
  margin-right: 50px;
}
.carousel-control.left {
  margin-left: -50px;
  width:50px;
}
.carousel-control.right {
  margin-right: -50px;
  width:50px;
}
.carousel-indicators li {
  border:1px solid #f1606b;
  background-color:#f1606b;
}

/* ------------------------- */
/* PANELS / INSTRUMENTS */
/* ------------------------- */
.panel-body {
  min-height:300px;
}
/* xs */
@media only screen and (max-width: 760px) {
  .panel-body {
    min-height:200px;
    text-align:center;
  }
}

.panel-body h4 {
  color:#f1606b;
  font-size:2em;
}
.panel-body-cta a {
  background-color: #f1606b;
  color:#fff;
  width:40px;
  height:40px;
  text-align:center;
  border-radius:20px;
  font-size:20px;
  margin-right: 10px;
  margin-top:10px;
}
.panel-body-cta a.audiolink i {margin-left:-2px;}


