
.video-js .vjs-overlay{color:#fff;position:absolute;text-align:center}
.video-js .vjs-overlay-no-background{max-width:33%}
.video-js .vjs-overlay-background{background-color:#646464;background-color:rgba(255,255,255,0.4);border-radius:3px;padding:10px;width:33%}
.video-js .vjs-overlay-top-left
{
    top:5px;
    left:5px;
}
.video-js .vjs-overlay-top{left:50%;margin-left:-16.5%;top:5px}
.video-js .vjs-overlay-top-right{right:5px;top:5px}
.video-js .vjs-overlay-right{right:5px;top:50%;transform:translateY(-50%)}
.video-js .vjs-overlay-bottom-right{bottom:3.5em;right:5px}
.video-js .vjs-overlay-bottom{bottom:3.5em;left:50%;margin-left:-16.5%}
.video-js .vjs-overlay-bottom-left{
    bottom:3.5em;
    left:5px;
}
.video-js .vjs-overlay-left{left:5px;top:50%;transform:translateY(-50%)}
.video-js .vjs-overlay-center{
    left:50%;margin-left:-16.5%;top:50%;transform:translateY(-50%)
}
.video-js .vjs-no-flex .vjs-overlay-left,.video-js .vjs-no-flex .vjs-overlay-center,.video-js .vjs-no-flex .vjs-overlay-right
{
    margin-top:-15px
}

.waiting-loader{
    color:#fff;
    position:absolute;
    text-align:center;        
    background-color:#646464;
    background-color:rgba(255,255,255,0.4);
    border-radius:3px;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image: url('/images/facebook_modal/testcbs58.gif');
    opacity: 1.0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    z-index:99999999999;
}

.now-playing-container{
    background: #2A2A2A;
    width:100%;
    color:white;    
}


.now-playing-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding-top: 2.5%;
    padding-left: 2.5%;    
}

.now-playing-container div.videotitle{
    font-weight: normal;
    line-height: 3.2rem;    
    margin-bottom: 0px;
    /* h3 styles */
    display: block;
    font-size: 1.17em;
}

.now-playing-container div.videotitle span{
    font-weight:bold;
}

.now-playing-grid-item {
    border-bottom: 2px solid #e6e6e6;    
}
/* 620/820 */
.now-playing-grid-item-left{
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 3.048780487804878% 0;
    position: relative;
    /*width: 75.60975609756%;*/
    width: 95%;
}
/* 150/820 */
.now-playing-grid-item-right{
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 3.048780487804878% 0;
    position: relative;
    width: 18.29268292682927%;
    text-align: center;
    font-weight: bold;
}

.video-slider-title{
    line-height: 18px;    
    font-weight: 400;
    padding-bottom:5px;
}

.video-slider-title a, .video-slider-title a:hover, .video-slider-title a:link, .video-slider-title a:active {
    color: rgb(51, 51, 51);
    text-decoration:none;
}
/*
.video-slider-title a.selected, .video-slider-title a.selected:hover, .video-slider-title a.selected:link, .video-slider-title.selected a:active {
    color: #69affb;
}
*/
.next-dropdown-header{
    display:flex;   
    justify-content: space-between;
    align-items: center;
}

.next-dropdown-accordion {
    background: #F0F0F0;  
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.next-dropdown-text{
    color: #19255E;
    font-weight:bold;
}

.media-container {
  /*
    transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
  */
}

/** Use .sticky */
.media-container.floating-video {
  position: fixed;
  top: 0px;
  max-width: 480px;
  width: 380px;
  min-width: 310px;
  height: auto;
  z-index: 999999;
}

.media-container.floating-video .now-playing-grid-item-left{
    width: 95%;
    font-size:16px;
    font-size:1.6rem;
}

.media-container.floating-video .page-carousel-wrapper {
    display:none;   
}

.media-container.floating-video .now-playing-grid-item-right{
    display: none;
}

.next-dropdown-accordion-button, .next-dropdown-accordion-button:link, .next-dropdown-accordion-button:hover, .next-dropdown-accordion-button:active{
    color: #19255E;
    font-weight: bold;    
}

.mute-overlay {
    color: #fff;
    position: absolute;
    text-align: center;
    background: rgba(16, 55, 132, 0.8);
    border-radius: 0px;
    top: 5%;
    left: 4%;
    width: 30%;
    height: 55px;
    min-width: 170px;
    max-width: 190px;
    z-index: 99999;
}

.force-vcenter{
    position: relative;
    top: 55%;
    transform: translateY(-50%);    
}

.mute-overlay-text {
    color:white;
    font-size:22px;
    line-height:32px; 
    font-weight:bold;
    margin-left: -5px;
}

.mute-overlay i.fa-volume-off {
    left: -10px;
    top: -5px;
    font-size: 26px;
}

.mute-overlay i.fa-times {
    left: 4px;
    font-size: 20px;
    top: -5px;    
}

.vjs-control-bar{
    font-size:12px;
}

.vjs-caption-settings {
    background-color: rgba(43, 51, 63, 0.95) !important;
    z-index: 999999999 !important;
}

ul.mobile-list-videos{
    list-style: none;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.mobile-list-with-img{
    padding-left:40%;
    min-height: 90px;
}
a.bx-prev.disabled{
    display:none;
}

a.bx-next.disabled {
    display:none;   
}


.mobile-list-videos li{
    position:relative;
    margin: 0;
    padding: 0;

}
.mobilelistitem-wrapper{
    height: 80px;
}

#mobilelistitem-wrapper {
    display: table;  
    position: relative;
    margin-bottom: 10px;
}

.mobile-list-title{
    color: #000;
    font-weight: 400;
    text-decoration: none;
    padding-left: 20px;
    line-height:15px;
    font-size: 13px;
    position: relative;
    display: table-cell;
    height: 69px;
    vertical-align: middle;
    line-height: 18px;
    line-height: 1.8rem;
}

.mobile-list-image {
    display: table-cell;
    width: 38%;
}

.mobile-list-with-img img {
    display: block;
    left: 0;
    /*position: absolute;*/
    top: 0;
    width: 100%;
}


h5.video-slider-title.selected {
    border-bottom: 5px solid #333;
}

.vjs-loading-spinner.badspinner {
  display: none !important;
}

.mobile-list-wrapper{
    overflow-y: scroll;
    /* change to fill */
    height: auto;
}

.page-carousel-wrapper{
	position: relative;
}

.mobilelistitem-wrapper{
    display: inline-flex;
}

.page-carousel .playicon-container,
#mobilelistitem-wrapper .playicon-container {
    background: transparent;
    color: #fff;
    display: block;
    left: 4px;
    position: absolute;
    width: 30px;
    display:flex;
    align-items: center;
    justify-content:space-between;
    font-size: 13px;
}

.page-carousel .playicon-container {
    top: 75px;
    padding: 7px 0;
}

#mobilelistitem-wrapper .playicon-container {
    padding: 2px 0;
    bottom: 0;
}

.playicon-container i{
    display:block;
}

.playicon-container span{
    display:block;
    margin-left: 2px;
}

.page-prev-slide, .page-next-slide {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    opacity: 0.6;
    padding: 1.040816326531% 0;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 6.122448979592%;
    height: calc(100% - 6px);    
}

.page-next-slide i, .page-prev-slide i {  
    margin-top: 80px;
}

.page-prev-slide:hover,
.page-next-slide:hover{
	opacity: 0.9;
}

.page-prev-slide{
	left: 0;
}

.page-next-slide{
	right: 0;
}

.blurme{
    transition: 1.0s;
    background-color: #111;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

.media-placeholder{
    background: #F1F1F1;
}

.video-slider-nextlabel{
    font-color: #0d246f;
}

.video-slider-nexttitle{
    color: #222;
}

.vjs-control-bar{
    background-color: rgba(42, 42, 42, 0.72) !important;
}

.video-slider-nexttitle {
    font-weight:normal !important; 
}

.video-close {
    color: #ffffff;
    float: right;
    clear: both;
    font-size: 25px;
}

.media-container.floating-video .now-playing-grid-item-left .video-close {
    font-size: 24px;
}

.video-close-floating{
    color: #fff;
    position: absolute;
    top: 5%;
    right: 2%;
    width: 38px;
    height: 38px;
    font-size: 36px;  
}

.media-container .video-close-floating {
    display: none; /* hides video close overlay on media container if not floating video */
}

.media-container.floating-video .video-close {
    display: block;
}

.media-container .video-close {
    display: none; /* hides video close in now-next grid title if not floating video */
}


/**********************
MEDIA QUERIES
*************************/

@media screen and (min-width: 900px) {
    /* Try to make buttons bigger on desktop */
    .media-container.floating-video .vjs-control-bar {
        font-size: 11px;
    }

    .video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
      background-color: rgba(64, 64, 64, 0.98) !important;
    }

    .video-js .vjs-big-play-button {
        background-color: rgba(64, 64, 64, 0.77) !important;
    }

    .media-container.floating-video .video-close-floating {
        display: block; /* hides close button when video container is floating */
    }

    .media-container.floating-video .video-close {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .mute-overlay {
        color: #fff;
        position: absolute;
        text-align: center;
        background: rgba(16, 55, 132, 0.8);
        border-radius: 0px;
        top: 8%;
        left: 5%;
        width: 30%;
        height: 38px;
        min-width: 125px;
        max-width: 160px;
    }

    .mute-overlay-text {
        color:white;
        font-size:18px;
        line-height:24px; 
        font-weight:bold;
    }

    .mute-overlay i.fa-volume-off{
        left: -7px;
        top: -4px;
        font-size: 20px;
    }

    .mute-overlay i.fa-times{
        left: 4px;
        font-size: 14px;
        top: -4px;    
    }    
    
    .floating-video .mobile-flexbox-video-splitter{
        display: flex;
    }

    .floating-video .mobile-flexbox-video-splitter .hlsvideo-wrapper {
        width: 60%;    
    }

    .mobile-flexbox-video-splitter.full-width .hlsvideo-wrapper {
        width: 100%;
    }

    .floating-video .mobile-flexbox-video-splitter .now-playing-container  {
        width: 40%;
    }

    .floating-video .mobile-flexbox-video-splitter .now-playing-container div.videotitle {
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 0px;
        font-size: 14px;
        padding: 6px 20px 0 6px;
    }

    .floating-video .mobile-flexbox-video-splitter .now-playing-container .now-playing-prefix{
        display: block;
    }

    .floating-video .mobile-list-title {
        padding-left: 15px;
    } 

    .floating-video #mobilelistitem-wrapper .playicon-container {
        padding: 5px 0;
    } 
    
    /* HIDE VIDEOJS BUTTON ON MOBILE */
    /*
    .video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
      display:none !important;
    }
    .video-js .vjs-big-play-button {
        display:none !important;
    }*/

    .vjs-control-bar .vjs-control, .vjs-control-bar .vjs-time-control{
        flex: auto !important;        
    }

    .vjs-control-bar{
        height: 30px !important;
        font-size: 9px !important;    
    }

    .video-js .vjs-progress-control {
        min-width: 10em !important;
    }
    .next-dropdown-header .next-dropdown-text{
        font-size: 13px !important;
        font-size: 1.3rem !important;    
    }

    .now-playing-grid-item-left {
        width: 95%;
    }

    .media-container.floating-video {
        position: fixed;
        top: 0px;
        height: auto;
        z-index: 999999;
        width: 100% !important;
        left:0px !important; /* override of positioning rule for media container */
        max-width: 100%;
    }
}  

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

    .now-playing-container div.videotitle {
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 0px;
        font-size: 18px;
    }

    .floating-video .mobile-flexbox-video-splitter .now-playing-container div.videotitle {
        font-size: 10px; /* sets font size for floating video main title */
        line-height: 15px;
    }    
    
    .media-container.floating-video .next-dropdown-accordion{
        display:none;
    }
    
}