/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
border-radius: 15px;
}

.carousel-caption {
background-color: rgba(0,0,0,.5);
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
padding: 0 0 10px 25px;
color: #fff;
text-align: left;
}

.carousel-indicators {
position: absolute;
bottom: 0;
right: 0;
left: 0;
width: 100%;
z-index: 15;
margin: 0;
padding: 0 25px 25px 0;
text-align: right;
}

.carousel-control.left,
.carousel-control.right {
background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
 padding: 10px 0;
}

.section-white {
background-color: #fff;
color: #555;
}

@media screen and (min-width: 768px) {

.section-white {
   padding: 1.5em 0;
}

}

@media screen and (min-width: 992px) {

.container {
  max-width: 930px;
}
}

#success_message{ display: none;} /* for the form on contact.html */

.epk-player {
  position: relative;
  width: 100%;
  background-color: #FFF;
  padding: 0;
}

.epk-player .audio-perch {
  position: absolute;
  right: 0;
  top: -98px;
}

audio {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  border-radius: 5px 5px 0 0;
}

#playlist {
  width: 100%;
  min-height: 147px;
  margin-top: 0;
  padding: .5rem;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

#playlist a {
  display: block;
  background-color: transparent;
  color: #333;
  padding: 5px;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.75rem;
  text-decoration: none;
  padding-left: 35px;
}

#playlist .active a {
  color: #9BB6C4;
  background-image: url('images/rooster_transparent_28px.png');
  background-position: 0 center;
  background-repeat: no-repeat;
}

#playlist li {
  list-style: none;
  text-indent: 0;
}

#playlist a:hover {
  text-decoration:none;
}

@media (max-width: 1020px) {
  .epk-player .audio-perch {
    display: none;
  }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}