body{
    overflow-x: hidden!important;
}
*:focus {
    outline: none;
}

.black .sa_owl_theme .owl-item .sa_hover_container .always_visible .sa_slide_link_icon,
.black .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_slide_link_icon {
	background:rgba(255,255,255,0.3) url('assets/img/play.png') no-repeat center center !important;
    background-size: 30px 30px;
}

/* player selector home */
.player-selector-home-container{
margin-bottom: 30px;
}

.player-selector-home-item{
    display: block;
    width: 360px;
    height: 105px;
    
    margin: 20px 10px 20px 10px;
    
    float: left;
    padding: 0px;
}
.player-selector-home-item:hover{
    
    border-radius: 10px;
    background: #000;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    /* background: #333 url(../img/play.png) no-repeat right 20px  center; */
}



@keyframes border-pulsate {
    0%   { border-color: #000; background-color: #111;}
    14%  { border-color: #e50103; background-color: #000;}
    35%  { border-color: #fefe33; background-color: #000;}
    50%  { border-color: #00ff05; background-color: #000;}
    70%  { border-color: #7ff5ff; background-color: #000;}
    85%  { border-color: #8e00fe; background-color: #000;}
    100% { border-color: rgb(61, 3, 73);  background-color: #111;}
}

.channel-selector-home-item.player-active{
    border-radius: 50px;
    background: #111;
    
    border: 2px solid #e3461c;
    animation: border-pulsate 30s infinite;
}

.player-selector-home-item.player-active{
    border-radius: 10px;
    background: #111;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border: 2px solid #e3461c;
    animation: border-pulsate 30s infinite;
}



.player-selector-home-item-icon img{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    transition: border-color 0.5s ease;
}

.player-selector-home-item-title{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.player-selector-home-schedule-current, .player-selector-home-schedule-next{
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}

.sa_hover_container{
    border-radius: 20px;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    transition: border-color 0.5s ease;
}

.sa_hover_container:hover{
    
    filter: grayscale(0%);

}

.sa_hover_container p{
    color: #ff0000;
    filter: none!important;
}

/* channels */

.channels-sel{
    width: fit-content;   
    width: -moz-fit-content;   
    margin: 0 auto;
} 

.channel-selector-home-item{
    display: block;
    width: max-content;
    
    margin: 20px 10px;
    float: left;
    padding: 10px;
    height: 180px;
    border: 2px solid transparent; 
}

.channel-selector-home-item-icon img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    transition: border-color 0.5s ease;
}
.channel-selector-home-item-icon img:hover{
    filter: none;
}

.channel-play-icon{
    position: relative;
    font-size: 50px;
    line-height: 50px;
    top: -130px;
    left: 50px;
    z-index:1;
    color: #ffffff;
    background-color: rgba(227, 70, 28, 0.8);
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
}


.channel-selector-home-item-title{
    
    margin: 0 auto;
    font-size: 18px;
    position: relative;
    top: -20px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0px 10px;
    border-radius: 20px;
    width: fit-content;
    width: -moz-fit-content;
    
}

.channel-selector-home-item-title a:hover, .player-selector-home-item-title a:hover{
    text-decoration: underline;
}

.player-play-icon{
    position: relative;
    font-size: 40px;
    top: -57px;
    left: -86px;
    z-index:1;
    color: #fff;
    background-color: rgba(227, 70, 28, 0.8);
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}


.player-selector-home-item:hover > .player-play-icon{
color: rgb(255, 174, 0);
}

.player-play-icon-internal{
    font-size: 70px;
    background:rgba(227, 70, 28, 0.1);
    border: 2px solid #e3461c;
    border-radius: 50%;
    margin: 20px;
    cursor: pointer;
}

.player-play-icon-internal:hover{
    color: #e3461c;
}

.player-pause-icon-internal{
    font-size: 70px;
    background:rgba(227, 70, 28, 0.1);
    border: 2px solid #e3461c;
    border-radius: 50%;
    margin: 20px;
    cursor: pointer;
    color: #e3461c;
    display: none;
}

.player-pause-icon-internal:hover{
    color: #fff;
}

.hp-rf-pause-button{
    
}

.hp-rf-pause-button{
    display: none;
}

a.rb{
    color:rgba(227, 70, 28, 1);
    padding: 0 10px 0 2px;
    
    font-size: 16px;
}







.section-head-l{
    /*margin: 0 auto;*/
    margin-top: 50px;
}


.text-center{
    text-align: center;
}
.section-archives{
    
}
.podcast-show-cat-label{
    font-weight: normal;
}
.square-featured-image img{
    width: auto;
    height: 300px!important;
}

.rf-pause{}

.foot-menu{
    margin: 0 auto; 
    width: fit-content; 
    width: -moz-fit-content; 
    margin-top: 30px;
}

.foot-menu a{
    margin: 10px;
    text-transform: uppercase;
}



#foot-bnr img{
    width: 200px;
    height: auto;
}
.foot-copyright{
    padding-bottom: 30px;
    font-size: 1.3rem;;
}

#song-info-cont{
    margin-top: 20px;
}
.current-song{
    font-size: 20px!important;
    font-weight: bold;
}
.next-song{
    color: #ccc;
    font-size: 13px!important;
    
}

.navigation.pagination.roogan-pagination.roogan-loader-active{
    /* display: none; */
}


@media (max-width: 600px) {
    .player-selector-home-item{
        display: block;
        width: 190px;
        border: 2px solid transparent;
        height: 145px;
        float: left;
        text-align: center;
        margin: 10px 0px 10px 0px;
        
        background:url(../img/programs/bw/bg.jpeg);
        padding-bottom: 10px;
        border-radius: 10px;
    }
    .rcol{
        margin-left: 15px!important;
    }

    .player-selector-home-item-title{
        font-size: 16px;
    }

    .player-selector-home-item-icon{
        display: none;
    }

    .player-play-icon{
        position: relative;
        font-size: 40px;
        top: 0px;
        left: 0px;
        z-index:1;
        color: #fff;
        background-color: rgba(227, 70, 28, 0.8);
        border-radius: 50%;
        border: 1px solid #fff;
        cursor: pointer;
    }

    .player-selector-home-schedule-current{
        font-size: 14px;
    }

    .on-air{
        display: none;
    }

    .player-selector-home-item.player-active{
         
        border: 2px solid #e3461c;
        animation: border-pulsate 30s infinite;
        background-color: none;
        background-image: url(../img/programs/bw/on-air1.jpeg)!important;
        background-position: right center;
        border-radius: 10px;
    }

    .player-selector-home-item:hover{
    
        border-radius: 10px;
        background: url(../img/programs/bw/bg.jpeg);
    }

/*
    #channel2409{ background: url(../img/programs/bw/botev.jpeg); }
    #channel2411{ background: url(../img/programs/bw/botev.jpeg); }
*/
    .rb{
        display: block;
        width: fit-content;
        width: -moz-fit-content;
        margin-top: 10px;
        margin-left: 5px;
        float: left;
        padding: 5px!important;
        background-color: #111;
        font-size: 15px!important;

    }

    #channel2411 > .player-selector-home-item-title{
        
        font-size: 15px;
    }

    .channel-selector-home-item{
        
        
        margin: 0 0 0 10px;
        
    }
    .channel-selector-home-item.rcol{
        margin-left: 25px!important;
    }


    .entry-category a {
     font-size: 1.1rem;   
    }
}

@media (max-width: 400px) {
    .player-selector-home-item{
        width: 180px;
    }
    .channel-selector-home-item.rcol{
        margin-left: 5px!important;
    }
}

@media (max-width: 400px) {
    .player-selector-home-item{
        width: 100%;
        margin-left: 0px!important;
        height: auto;
    }
    .channel-selector-home-item, .channel-selector-home-item.rcol{
        margin-left: 80px!important;
    }
}





.volume-wrap{
    display: inline;
    position: relative;
    top: -22px;
  }

 .stream-vol-controls-hp{
    display: none;
    float: left; 
    position: relative; 
    top: 25px; 
    left: 20px;
}

  @media (max-width: 500px) {
    .stream-vol-controls-hp{ display: none; }
    .volume-wrap{ display: none; }
  }

  .volume-wrap .speaker-btn {
      background: transparent;
      color: #e3451c;
      border: 0;
      outline: none;
  }
  .volume-wrap .icon {
      font-size: 1.8rem;
      
  }
  
  .volume-bars {
      list-style-type: none;
      margin: 0;
      padding: 0;
      cursor: pointer;
  }
  
  
  
  .volume-wrap .volume-bars {
      list-style-type: none;
      margin: 0;
      padding: 0;
      cursor: pointer;
      display: inline-block;
      
  }
  
  
  .volume-wrap .volume-bars .bar {
      width: 10px;
      height: 13px;
      background-color: rgba(255,255,255, 0.7);
      display: inline-block;
      margin: 1px;
  }
  
  .volume-wrap .volume-bars .bar:hover {
      background-color: #e3451c !important;
  }
  
  .volume-wrap .volume-bars .bar.orange {
      background-color: #e3451c;
  }
  
  .volume-wrap .volume-bars .bar.white {
      background-color:rgba(255,255,255, 0.7);
  }
  button:focus {outline:0;}


#share-embed{
    display: none;
}
.netpeak-ads{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    
    /* border: 1px solid #000; */
    text-align: center;
}
.netpeak-ads div{
    /* background-color: #fff; */
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 1000px;
}