@charset "utf-8";
.ima-ad-container {
    top: 0;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%
    }
.video-js.vjs-playing .bumpable-ima-ad-container {
    margin-top: -4em
    }
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
    margin-top: 0
    }
.video-js.vjs-paused .bumpable-ima-ad-container, .video-js.vjs-playing:hover .bumpable-ima-ad-container, .video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
    margin-top: -4em
    }
.ima-controls-div {
    bottom: 0;
    height: 1.4em;
    position: absolute;
    overflow: hidden;
    display: none;
    opacity: 1;
    background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0, rgba(7, 20, 30, 0) 100%)
    }
.ima-controls-div.ima-controls-div-showing {
    height: 3.7em
    }
.ima-countdown-div {
    height: 1em;
    color: #fff;
    text-shadow: 0 0 0.2em #000;
    cursor: default
    }
.ima-seek-bar-div {
    top: 1.2em;
    height: 0.3em;
    position: absolute;
    background: rgba(255, 255, 255, 0.4)
    }
.ima-progress-div {
    width: 0;
    height: 0.3em;
    background-color: #ecc546
    }
.ima-fullscreen-div, .ima-mute-div, .ima-play-pause-div, .ima-slider-div {
    width: 2.33em;
    height: 1.33em;
    top: 0.733em;
    left: 0;
    position: absolute;
    color: #ccc;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
    font-family: VideoJS;
    cursor: pointer
    }
.ima-mute-div {
    left: auto;
    right: 5.667em
    }
.ima-slider-div {
    left: auto;
    right: 2.33em;
    width: 3.33em;
    height: 0.667em;
    top: 1.33em;
    background-color: #555
    }
.ima-slider-level-div {
    width: 100%;
    height: 0.667em;
    background-color: #ecc546
    }
.ima-fullscreen-div {
    left: auto;
    right: 0
    }
.ima-playing:before {
    content: ""
    }
.ima-paused:before {
    content: ""
    }
.ima-paused:hover:before, .ima-playing:hover:before {
    text-shadow: 0 0 1em #fff
    }
.ima-non-muted:before {
    content: ""
    }
.ima-muted:before {
    content: ""
    }
.ima-muted:hover:before, .ima-non-muted:hover:before {
    text-shadow: 0 0 1em #fff
    }
.ima-non-fullscreen:before {
    content: ""
    }
.ima-fullscreen:before {
    content: ""
    }
.ima-fullscreen:hover:before, .ima-non-fullscreen:hover:before {
    text-shadow: 0 0 1em #fff
    }