body {
  background-color: #fff;
}

/*iframe {width:100%!important; height:200px}*/
.jp-no-solution {
  display:none;
}

.alpha {margin:0; padding:0}
.omega {margin:0; padding:0}

.wordbreak {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
   hyphens: auto;
}

#container {
    background-color: #609BCC;
    /*max-width: 480px;*/
    max-width: 600px;
    min-height: 165px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 0 0;
    margin: auto;   
    max-height: 225px;
    color:#fff;    
}
/*
.jp_wrapper {
  padding:5px 0;
  color:#fff;
  background-color: #609BCC;
  max-width: 480px;
  font-size:14px;
  font-family:'Open Sans',Helvetica,Arial,sans-serif;
}*/

#container a {color:#fff} 
#container a:hover {color:#3B5998; text-decoration:none} 
#container span {display:inline-block}
  
.row-b, .row-c, .row-d {padding:5px 0}

.audio-image {max-width:98px}
.jp_details {padding: 0}

.jp-title {
/*   font-size:18px; */
  line-height:24px;
  margin-bottom:5px;
}

.jp-podcast {
/*   font-size:14px;  */
  line-height:22px;
  
}

.jp_play .fa {
  text-align:center;
}

.jp_current-time, .jp_duration {
  text-align:center;
}

/*.jp_progress hr {border:2px solid #fff; margin-top:10px; margin-bottom:0}*/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.jp_dl {  line-height:24px}
.jp_dl .fa {margin-right:5px}
.jp_embed { font-size: 12px; line-height: 22px; text:align-center; text-transform:none}

.jp_subscribe {font-size:17px; line-height:24px; text-align:center }
.jp_subscribe ul {list-style-type:none; margin:0; padding:0}
.jp_subscribe ul li {display:inline-block; padding:0 8px;}


.fa-volume-up, .fa-volume-off {font-size:16px; line-height:22px; margin-right:5px}

.jp-volume-bar {
  width: 80%;
  height: 5px;
  background-color: #d2d2d2;
  transition: transform .2s, margin-top .2s ease-in-out; 
  -webkit-transition: all .2s ease-in-out; 
}

.jp-volume-bar:hover{
  transform: scaleY(2.2)
}

.jp-volume-bar-value {
  height: 5px;
  background-color: #FFF;
  width: 50%;
  transition: transform .2s, margin-top .2s ease-in-out; 
  -webkit-transition: all .2s ease-in-out; 
}

.jp-progress {
  height: 5px;
  width: 100%;
  margin-top: 6px;
  transition: transform .2s ease-in-out; 
  -webkit-transition: transform .2s ease-in-out; 
}

.jp-progress:hover { 
  transform: scaleY(2.2); 
}

.jp-seek-bar {
  height: 100%;
  background: #ddd;
}

.jp-play-bar {
  background: #FFF;
  height: 100%;
  transition: width 1s ease-in-out; 
  -webkit-transition: width 0.5s ease; 
}


@media screen and (max-width: 360px) {
  
}

/*    #container {
        background-color: #609BCC;
        max-width: 480px;
        min-height: 165px;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        margin: auto;   
        max-height: 225px;
    }
    
    img{ 
        display: block;
        float: left;
        margin-right: 10px;
        max-width: 124px;
    }
    
    .jp-title {
        font-size: 1em;
        margin-bottom: 15px;
        color:#FFF;
    }
    .jp-embed {
        font-size: 0.8em;
        margin-bottom: 0;
    }

    .jp-podcast {
        font-size: 0.8em;
        margin-bottom: 0;
        color:#FFF;
    }
    
    .jp-interface {
        display: block;
        clear: both;
        width: 100%;
        margin-top: 25px;
        float: left;
        color:#FFF;
    }
    
    .jp-controls {
        margin-top: -9px;
        font-size: 1.8em;
        display: inline-block;
        float: left;
        margin-right: 12px;
        width: 30px;
        height: 37px;
        text-align: left;
        color:#FFF;
    }           
    
    .jp-current-time,
    .jp-duration{
        display: inline-block;
        font-size: 0.8em;
        color:#FFF;
    }
    
    .jp-duration {
        color:#FFF;
    }
    
    .jp-progress {
        height: 5px;
        float: left;
        width: 85%;
        margin-top: 2px;
        margin-bottom: 17px;
        transition: transform .2s ease-in-out; 
        -webkit-transition: transform .2s ease-in-out; 
    }
    
    .jp-progress:hover { 
        transform: scaleY(2.2); 
    }
    
    .jp-seek-bar {
        height: 100%;
        background: #ddd;
    }
    
    .jp-play-bar {
        background: #FFF;
        height: 100%;
        transition: width 1s ease-in-out; 
        -webkit-transition: width 0.5s ease; 
    }
    
    .hidden {
        display: none;
    }
    
    .jp-extra,
    .jp-subscribe{
        display: inline-block;
        float: left;
        width: 25%;
        margin-top: 2px;
        font-size: 1.1em;
    }
    
    .jp-extra a,
    .jp-subscribe a,
    .jp-embed a{
        color: #FFF;
        text-decoration: none;
        color:#FFF;
    }
    
    .jp-subscribe {
        text-align: right;
        width: 43%;
        color:#FFF;
    }
    
    .jp-subscribe a {
        margin-right: 10px;
        color:#FFF;
    }

    .jp-extra a:hover {
        color: #FFF;
    }
    
    .jp-volume-controls {
        width: 30%;
        float: right;
        display: inline-block;
        margin-top: 5px;
    }
    
    .jp-volume-controls i {
        float: left;
        margin-right: 15px;
        font-size: 1.5em;
        color:#FFF;
    }
    
    .jp-volume-bar {
        margin-top: 10px; 
        float: left;
        height: 5px;
        background-color: #ddd;
        width: 75%;
        transition: transform .2s, margin-top .2s ease-in-out; 
        -webkit-transition: all .2s ease-in-out; 
    }
    
    .jp-volume-bar-value {
        background-color: #FFF;
        height: 5px;
        transition: transform .2s, margin-top .2s ease-in-out; 
        -webkit-transition: all .2s ease-in-out; 
    }
    
    .jp-volume-bar:hover{
        transform: scaleY(2.2)
    }
    

    @media screen and (min-width: 360px){
        .jp-title {
            font-size: 1.1em;
        }
    }
    
    @media screen and (min-width: 480px){
        
        #container {
            max-height: 150px;
        }
        
        .jp-interface {
            float: none;
            margin: 0;
            display: inline;
        }
        
        .jp-progress {
            width: 60%;
            margin-bottom: 45px;
        }

        .jp-extra {
            width: 20%
        }

        .jp-subscribe {
            width: 38%
        }

        .jp-volume-controls {
            width: 35%
        }
        
        .jp-details {
            min-height: 92px;
        }
    }
    
    @media screen and (min-width: 568px){
        .jp-progress {
            width: 63%;
        }
        
        .jp-extra{
            width: 25%;
            margin-top: 5px;
        }
        
        .jp-subscribe {
            margin-top: 5px;
            text-align: left;
            width: 35%
        }

        .jp-volume-controls {
            margin-top: 5px
        }
    }
    
    @media screen and (min-width: 768px){

        #container {
            padding: 10px;
        }
        
    }          
   .jp-no-solution {
     display:none;
    }
    */