
/*************** Popup ***************/
#bw_rss_overlay {
    display:none;
    position:fixed;
    top:0;
    bottom: 0;
    right:0;
    left:0;
    z-index:98;
    background:rgba(0, 0, 0, 0.5);
}
#bw_popup_video {
    display:none;
    position:fixed;
    top:150px;
    left:0;
    right:0;
    width:95%;
    max-width:640px;
    margin:0 auto;
    overflow:auto;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    z-index:99;
    font-weight:bold;
}