#episode-player{
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding-right: 200px;
  border: none;
  overflow: hidden;
}
.episode-player-container{
  height: 200px;
  width: 100%;
}
.jp-type-single.episode-player{
  height: 100%;
  width: 100%;
}
.jp-gui.jp-interface.episode-player{
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.player-left{
  display: inline-block;
  width: 200px;
  height: 100%;
  float: left;
}
.player-img{
  height: 100%;
  width: 100%;
}
.player-right{
  display: inline-block;
  width: 100%;
  height: 100%;
  float: right;
  margin-right: -200px;
}
.jp-title.episode-title{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  font-family: 'open sans';
  font-size: 1.1em;
}
.jp-title.episode-desc{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  font-size: 0.75em;
  font-family: 'open sans';
  overflow: auto;
  max-height: 80px;
}
.podcast-title{
  padding-left: 15px;
  font-family: 'open sans';
  font-size: 0.8em;
  padding-top: 5px;
}
.jp-play{
  background: none !important;
}
.jp-mute{
  background: none !important;
}
.media-controls .jp-seek-bar{
  background: #cccccc;
}
.jp-volume-max{
  background: none !important;
}
#volume-mute{
  color: #000000;
  top: -6px;
  left: 10px;
  position: relative !important;
}
#volume-max{
  color: #000000;
  top: -6px;
  left: 62px;
  position: relative !important;
}
.media-controls{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 15px;
}
.episode-share-tools{
  font-size: 10px;
  line-height: 26px;
  padding-top: 5px;
}
.media-tool{
  color: black;
  font-family: "Hevetica Neue",helvetica,sans-serif;
  vertical-align: top;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}
.media-tool:hover span{
  text-decoration: none;
  font-weight: bold;
}
.episode-overlay-container{
  display: none;
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.episode-overlay-container.showing{
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
}
.share-options{
  display: none;
}
.subscribe-options{
  display: none;
}
.media-subscribe-tools{
  margin-left: 22px;
  padding-top: 5px;
}
.subscribe-icon{
  color: black;
  cursor: pointer;
}
.subscribe-icon:hover{
  color: black;
}
.details-tab{
  display: none;
  font-family: "open sans";
  margin-left: 25px;
  font-size: 12px;
  padding-right: 10px;
  padding-top: 8px;
  max-height: 160px;
  overflow: auto;
}
.details-tab.showing{
  display: block;
}
.share-options.showing{
  display: block;
}
.subscribe-options.showing{
  display: block;
}
.share-options-title{
  font-family: "open sans";
  margin-top: 25px;
  margin-left: 25px;
  font-size: 16px;
  height: 100%;
}
.subscribe-options-title{
  font-family: "open sans";
  height: 100%;
  margin-top: 25px;
  margin-left: 25px;
  font-size: 16px;
}
.hide-overlay{
  color: black;
  font-family: "Hevetica Neue",helvetica,sans-serif;
  vertical-align: top;
  display: inline-block;
  margin-left: 25px;
  padding-top: 5px;
  cursor: pointer;
  font-size: 10px;
}
.inline-share-buttons{
  margin-left: 22px;
  padding-top: 5px;
}
.share-button{
  margin-right: 10px;
}
.fa.fa-rss.fa-stack-1x.fa-inverse{
  font-size: 12px;
}
.fa.fa-music.fa-stack-1x.fa-inverse{
  font-size: 12px;
}
.fa.fa-google.fa-stack-1x.fa-inverse{
  font-size: 12px;
}
#download-toggle a{
  text-decoration: none;
}
#download-toggle a:hover{
  text-decoration: none;
}
#download-toggle a{
  text-decoration: none;
}
#download-toggle a:hover{
  text-decoration: none;
}
#at15s.atm{
  display: none !important;
}
@media (max-width:645px) {
  .jp-progress{
    width: 150px !important;
  }
  .jp-time-holder{
    width: 150px !important;
  }
  .jp-volume-controls{
    left: 295px !important;
  }
}
@media (max-width:590px) {
  #episode-player{
    padding-right: 0;
  }
  .player-left{
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 10;
  }
  .player-right{
    margin-right: 0;
    float: none;
  }
  .episode-details,
  .episode-share-tools{
    margin-left: 100px;
  }
  .jp-play{
    font-size: 25px;
  }
  .jp-controls{
    padding-left: 15px;
  }
  .jp-progress{
    height: 20px !important;
    top: 43px !important;
    left: 115px !important;
  }
  .jp-time-holder{
    top: 66px !important;
    left: 115px !important;
  }
  .jp-volume-controls{
    top: 45px !important;
  }
}
@media (max-width: 430px) {
  .media-tool .fa{
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .media-tool span{
    display: none;
  }
  .episode-share-tools{
    padding-top: 17px;
  }
  .episode-title{
    font-size: 12px !important;
    max-height: 65px;
    overflow: auto;
  }
  .podcast-title{
    font-size: 10px !important;
  }
  .jp-controls{
    padding-top: 0 !important;
  }
  .jp-progress{
    top: 30px !important;
  }
  .jp-volume-controls{
    top: 32px !important;
  }
  .jp-time-holder{
    top: 50px !important;
  }
}