.vjs-social-overlay .vjs-social-share-link:focus, .vjs-social-overlay .vjs-social-share-link:visited {
    color: #fff;
}

.bc-video .vjs-control-bar {
  height: 78px !important;
  z-index: 10;
  width: 100%;
  background: none;
  border: none;
  margin-bottom: -12px;
}

.bc-video .vjs-menu.vjs-contextmenu-ui-menu {
    display: none;
}

.bc-video video {
    background-color: #000;
}

.bc-video .video-js.vjs-fullscreen .vjs-control-bar {
    box-shadow: inset 0px -110px 31px -66px rgba(8,8,8,.8) !important;
}

.bc-video .vjs-control-bar .vjs-control:hover:before,
.bc-video .vjs-control-bar .vjs-control:focus:before {
    text-shadow: none !important;
}

.bc-video .vjs-poster {
    background-position: top;
}

.bc-video .vjs-ima3-ad-container * {
    max-width: 100%;
    max-height: 100%;
}

.bc-video .vjs-ima3-ad-container > div {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.bc-video .vjs-has-started:not(.vjs-ended):not(.vjs-controls-disabled):not(.vjs-fullscreen), .bc-video .vjs-has-started:not(.vjs-ended):not(.vjs-controls-disabled):not(.vjs-fullscreen) .vjs-ima3-ad-container {
    padding-bottom: 53px;
}

.bc-video .vjs-has-started.vjs-user-inactive:not(.vjs-ended):not(.vjs-fullscreen) .vjs-control-bar .vjs-progress-control {
    position: relative;
    bottom: 49px;
}

.bc-video .vjs-user-inactive.vjs-has-started:not(.vjs-ended), .bc-video .vjs-user-inactive.vjs-has-started:not(.vjs-ended) .vjs-ima3-ad-container {
    background-color: transparent !important;
  -webkit-transition: background-color .5s !important;
  -moz-transition: background-color .5s !important;
  -ms-transition: background-color .5s !important;
  -o-transition: background-color .5s !important;
}

.bc-video .vjs-has-started:not(.vjs-ended) {
  -webkit-transition: background-color .5s !important;
  -moz-transition: background-color .5s !important;
  -ms-transition: background-color .5s !important;
  -o-transition: background-color .5s !important;
}

@media screen and (max-width: 767px) {
    .bc-video .vjs-up-next .up-next-watch-again {
        display: none;
    }

    .bc-video .vjs-control-bar .vjs-control:not(.vjs-progress-control) {
        max-width: 55px;
    }
}

.bc-video .vjs-user-active.vjs-has-started.vjs-controls-disabled, .bc-video .vjs-user-active.vjs-has-started.vjs-controls-disabled .vjs-ima3-ad-container {
    padding-bottom: 0;
}

.bc-video .vjs-fade-in, .bc-video .vjs-fade-out {
  visibility: visible !important;
  opacity: 1 !important;
  transition-duration: 0s!important;
}

.bc-video .vjs-has-started.vjs-user-inactive .vjs-control-bar {
  margin-left: 0px !important;
}

.bc-video .vjs-control-bar .vjs-captions-button {
  display: none !important;
}

.bc-video .vjs-social-overlay .vjs-close-button:before {
    content: "\f115";
}

.bc-video .vjs-ended .vjs-title-display, .bc-video .vjs-ended .vjs-control-bar {
  display: none;
}

.bc-video .vjs-ended .vjs-tech, .bc-video .vjs-ended .vjs-poster, .bc-video .vjs-ended .vjs-ima3-ad-container {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.bc-video .vjs-ended .vjs-up-next:not(.vjs-hidden) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
}

.bc-video .vjs-ended.no-autoplay .vjs-up-next, .bc-video .vjs-up-next {
  display: none;
}

.bc-video .vjs-up-next .up-next-alignment-div {
    width: 0.1%;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bc-video .vjs-up-next .up-next-container {
    width: 92%;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    text-align: center;
}

.bc-video .vjs-up-next .up-next-container > div {
    max-width: 41.5%;
    display: inline-block;
    vertical-align: top;
}

.bc-video .vjs-up-next .up-next-container .up-next-image-container img {
    border:1px solid #e0e0e0;
    padding: 0;
}

.bc-video .vjs-up-next .up-next-container .up-next-text-container {
    text-align: left;
    margin-left: 20px;
}

.bc-video .vjs-up-next .up-next-container .up-next-video-actions > div {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.bc-video .vjs-up-next .up-next-container .up-next-video-actions div {
  cursor: pointer;
  transition: opacity 0.2s;
}

.bc-video .vjs-up-next .up-next-container .up-next-video-actions div:hover {
  opacity: 0.8;
}

.bc-video .vjs-up-next .up-next-container .up-next-video-actions > div:before {
    display: block;
    color: #fff;
    width: 100%;
    line-height: 34px;
}

.bc-video .vjs-up-next .up-next-container .up-next-video-actions .up-next-play-action {
    margin-right: 20px;
}

.bc-video .vjs-up-next .up-next-container .up-next-video-actions .up-next-play-action:before {
    font-family: VideoJS;
    font-size: 27px;
    content: '\e001';
}

.bc-video .vjs-up-next .up-next-container .up-next-video-actions .up-next-cancel-action:before {
    content: ' ';
    background-image: url('../images/cancel.png');
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    margin: 0 auto 5px auto;
}

.bc-video .vjs-up-next .up-next-watch-again {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.bc-video .vjs-up-next .up-next-watch-again:before {
    display: block;
    font-family: VideoJS;
    font-size: 24px;
    content: '\f116';
    color: #fff;
    line-height: 27px;
    cursor: pointer;
}


.bc-video .vjs-up-next .up-next-timer {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.bc-video .vjs-up-next .up-next-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.bc-video .vjs-up-next .up-next-meta-data {
    margin-bottom: 15px;
}

.bc-video .vjs-up-next .up-next-meta-data span {
    height: 20px;
    display: inline-block;
}

.bc-video .vjs-up-next .up-next-meta-data span.up-next-duration {
    padding-right: 5px;
    margin-right: 6px;
    border-right: 1px solid #e0e0e0;
}

.bc-video .vjs-ended .vjs-title-display {
  display: none;
}

.bc-video .vjs-title-display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: inset -10px 96px 71px -70px rgba(8,8,8,.8);
  height: 98px;
  transition: all 0.3s;
  z-index: 9;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
    .bc-video .vjs-title-display {
        height: 3em;
    }
}


.bc-video .vjs-ad-playing .vjs-title-display {
    box-shadow: none !important;
    width:50%;
}

.bc-video .vjs-title-display .text-container {
  font-size: 16px;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 8px 10px;
  vertical-align: top;
  display: block;
}

.bc-video .vjs-user-inactive .vjs-title-display {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.bc-video .vjs-progress-holder {
  height: 10px !important;
}

.bc-video .vjs-load-progress {
  background-color: rgba(255,255,255,0.75);
}

.bc-video .vjs-user-active .vjs-load-progress,
.bc-video .vjs-user-active .vjs-play-progress {
  height: 9px !important;
}

.bc-video .vjs-user-active .vjs-play-progress {
  margin-top: -9px !important;
}

.bc-video .vjs-play-progress {
  background-image: none !important;
  background-color: rgba(141,141,141,0.9);
}

.bc-video .vjs-mouse .vjs-control.vjs-play-control {
  margin-left: 15px;
  margin-right: 2px;
  background-color: rgba(141,141,141,1);
  border-radius: 40px;
  width: 34px;
}

.bc-video .vjs-has-started.vjs-user-inactive.vjs-mouse .vjs-control.vjs-play-control {
  margin: 0 !important;
  width: 0 !important;
}

.bc-video .vjs-has-started .vjs-control, .bc-video .vjs-has-started.vjs-user-inactive .vjs-control {
  -webkit-transition: all 0s, opacity .5s !important;
  -moz-transition: all 0s, opacity .5s !important;
  -ms-transition: all 0s, opacity .5s !important;
  -o-transition: all 0s, opacity .5s !important;
}

.bc-video .vjs-has-started.vjs-mouse .vjs-control-bar {
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -ms-transition: all 0s !important;
  -o-transition: all 0s !important;
}

.bc-video .vjs-has-started.vjs-user-inactive.vjs-mouse .vjs-control:not(.vjs-progress-control) {
  opacity: 0;
}

.bc-video .vjs-mouse .vjs-control.vjs-play-control:before {
  opacity: 1 !important;
  left: 0px;
  width: 15px !important;
  font-size: 18px !important;
  top: 7px;
}

.bc-video .vjs-mouse .vjs-playing.vjs-control.vjs-play-control:before {
  left: 0;
  font-size: 15px !important;
}

.bc-video .vjs-user-inactive.vjs-mouse .vjs-control.vjs-fullscreen-control {
  margin-right: 0 !important;
}

.bc-video .vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control, .bc-video .vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control-bar, .bc-video .vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-progress-control, .bc-video .vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-time-divider {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
}

.bc-video .vjs-control-bar {
  color: #FFFFFF !important;
}

.bc-video .vjs-big-play-button {
    width: 140px !important;
    height: 140px !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute;
    border-radius: 100px;
    background: rgba(0,0,0,.7) !important;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

.bc-video .vjs-big-play-button:before {
  font-size: 75px !important;
  width: 60px !important;
  opacity: 1;
  line-height: 63px !important;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

    .bc-video .vjs-big-play-button {
        width: 5em !important;
        height: 5em !important;
        top: 50% !important;
        left: 50% !important;
        position: absolute;
        border-radius: 5em;
        background: rgba(0,0,0,.7) !important;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .bc-video .vjs-big-play-button:before {
        font-size: 4em !important;
        width: auto !important;
        opacity: 1;
        line-height: 1.2em !important;
        margin: 0 0 0 0.2em;
    }
    
}

.bc-video .vjs-control .vjs-volume-bar:before {
  background-color: rgba(255,255,255,.05) !important;
}

.bc-video .vjs-control.vjs-volume-menu-button .vjs-menu-content {
  background-color: rgba(0,0,0,.85) !important;
}

.bc-video .vjs-control-bar .vjs-volume-level {
    background: none !important;
    background-color: rgba(190,42,39,0.9) !important;
}

.bc-video .vjs-control.vjs-volume-menu-button .vjs-menu {
 margin-bottom: 57px;
}

.bc-video .vjs-plugins-ready .vjs-poster:after {
  background: rgba(0,0,0,.5) !important;
}
.bc-video .vjs-control.vjs-play-control:focus:before,
.bc-video .vjs-control.vjs-play-control:hover:before {
  text-shadow: -1px 1px 20px #EDEBEB,1px -1px 20px #EDEBEB,-1px 1px 20px #EDEBEB,1px -1px 20px #EDEBEB;
}

.bc-video .vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-progress-control {
  -webkit-transform: translateY(-6px) !important;
  -moz-transform: translateY(-6px) !important;
  -ms-transform: translateY(-6px) !important;
  -o-transform: translateY(-6px) !important;
}

.bc-video .vjs-user-active .vjs-progress-holder:before {
  height: 9px !important;
}

.bc-video .vjs-progress-holder:before {
  width: 100%;
  background-color: rgba(102,102,102,1) !important;
  z-index: -1;
  margin-top: 0px;
}

.bc-video .vjs-user-inactive .vjs-progress-holder {
  width: 100.7%;
}

.bc-video .vjs-mouse .vjs-progress-holder {
  padding: 12px 0 10px !important;
}

.bc-video #count-timer {
    margin: 20px auto;
    width: 70px;
}

.bc-video .vjs-social-overlay {
  z-index: 10;
}

/**
 *  Cast overlay icon
 */
video::-internal-media-controls-overlay-cast-button {
    position: absolute;
    left: initial;
    bottom: initial;
    top: 10px;
    right: 10px;
    z-index: 1000000;
}

/**
 * Watermark
 */
.bc-video .vjs-watermark {
  position: absolute;
}

.bc-video.watermark_top_left .vjs-watermark {
  top: 10px;
  left: 10px;
}

.bc-video.watermark_top_right .vjs-watermark {
  top: 10px;
  right: 10px;
}

.bc-video.watermark_bottom_left .vjs-watermark {
  bottom: 63px;
  left: 10px;
}

.bc-video.watermark_bottom_right .vjs-watermark {
  bottom: 63px;
  right: 10px;
}

.bc-video .vjs-ad-playing .vjs-watermark, .bc-video .video-js:not(.vjs-has-started) .vjs-watermark {
  display: none;
}


/**
 * Fullscreen
 */

.bc-video .video-jsBrightcoveExperience.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
.bc-video .video-jsBrightcoveExperience:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
  }
.bc-video .video-jsBrightcoveExperience.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
  }

.bc-video .vjs-tech {
  position: relative !important;
}

.mobile .hide-mobile {
  display: none !important;
  visibility: hidden !important;
}

/**
 * Loading spinner bars
 */

.loading .loader {
  left: 0;
  position: relative;
}

.loader,
.loader:before,
.loader:after {
  background: #b2afaf;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  margin: 28px auto;
  position: absolute;
  font-size: 8px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  transition: all 0.3s;
  left: -9999px;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #b2afaf;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #b2afaf;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #b2afaf;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #b2afaf;
    height: 5em;
  }
}
