/*
*
*
*
*/

.hcjb-player-container {
  max-height: 200px !important;
/*   display: inline-block; */
}

.hcjb-overlay{
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
}

.start-grad{
  
}
.empty-grad{
  
}
.end-grad{
  
}

div#player-toggle h4 a {
    color: #FFF !important;
    text-align: center;
    font-size: 28px;
    line-height: 100%;
}

.hcjb-scroll-button {
    display: inline-block;
    padding: 10px;
    font-size: 24px;
    float: left;
    background: #333;
  color: #CCC;
    line-height: 100%;
    position: absolute;
    z-index: 999;
    bottom: 0;
}

#left-button{
  right: 50px;
}

#right-button{
  right:0;
}

.hcjb-player {
  display: inline-block;
  float: left;
  background: #eee;
  color: #333;
  font-size: 20px;
  line-height: 100%;
/*   width: 30%; */
  margin: 0px 1%;
  width: 99%;
}

.hcjb-player-out{
  width : 90%;
  display: inline-block;
}

.hcjb-player img {
  float: left;
  display: block;
  background: #FFF;
  height: 100px;
  margin-right: 20px;
  border: solid 10px #ccc;
}

.radio-title {
  color: #0d436b;
  font-size: 40px;
  line-height: 100%;
  font-weight: bold;
}

.hcjb-player a {
  color: #0d436b !important;
}

.hcjb-player-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

a.hcjb-play-button {
  background: rgba(255, 255, 255, 0.95);
  font-size: 500%;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: inline-block;
  padding: 67.5px 0 0 15px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  margin: 25px auto;
}

.hcjb-player-info-cont {
  display: block;
  background: #FFF;
  padding: 5px 10px 10px;
  float: left;
  position: relative;
  bottom: 0;
  width: 100%;
}

.left-hcjb-container {
  display: block;
  float: left;
  width: 40%;
  height: 100%;
  padding-right: 20px;
}

.left-image-container {
  /*background-image: url(http://radiohcjb.org/wp-content/uploads/revslider/main-feature-slider/Studio-2.jpg);*/
  background-size: cover;
  background-position: 50%;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.right-hcjb-container {
  display: block;
  float: left;
  width: 60%;
  height: 100%;
  padding: 2% 2% 0 0;
}

@media only screen and (max-width: 640px) {
  a.hcjb-play-button {
    font-size: 200%;
    height: 100px;
    width: 100px;
    padding: 43.5px 0 0 9px;
    margin: 32px auto;
  }
  
  .radio-title{
    font-size: 28px;
  }
  
  .hcjb-player-info-cont{
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
  }
}