.ima-ad-container {
    top: 0em;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 0 !important
}

.video-js.vjs-playing .bumpable-ima-ad-container {
    margin-top: -4em
}

.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
    margin-top: 0em
}

.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: 0em;
    height: 1.4em;
    position: absolute;
    overflow: hidden;
    display: none;
    opacity: 1;
    background-color: rgba(7,20,30,.7);
    background: -moz-linear-gradient(bottom,rgba(7,20,30,.7) 0%,rgba(7,20,30,0) 100%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(7,20,30,.7)),color-stop(100%,rgba(7,20,30,0)));
    background: -webkit-linear-gradient(bottom,rgba(7,20,30,.7) 0%,rgba(7,20,30,0) 100%);
    background: -o-linear-gradient(bottom,rgba(7,20,30,.7) 0%,rgba(7,20,30,0) 100%);
    background: -ms-linear-gradient(bottom,rgba(7,20,30,.7) 0%,rgba(7,20,30,0) 100%);
    background: linear-gradient(to top,rgba(7,20,30,.7) 0%,rgba(7,20,30,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0007141E',endColorstr='#07141E',GradientType=0)
}

    .ima-controls-div.ima-controls-div-showing {
        height: 3.7em
    }

.ima-countdown-div {
    height: 1em;
    color: #FFF;
    text-shadow: 0 0 .2em #000;
    cursor: default
}

.ima-seek-bar-div {
    top: 1.2em;
    height: .3em;
    position: absolute;
    background: rgba(255,255,255,.4)
}

.ima-progress-div {
    width: 0em;
    height: .3em;
    background-color: #ECC546
}

.ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
    width: 2.33em;
    height: 1.33em;
    top: .733em;
    left: 0em;
    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: .667em;
    top: 1.33em;
    background-color: #555
}

.ima-slider-level-div {
    width: 100%;
    height: .667em;
    background-color: #ECC546
}

.ima-fullscreen-div {
    left: auto;
    right: 0em
}

.ima-playing:before {
    content: "\00f103"
}

.ima-paused:before {
    content: "\00f101"
}

.ima-playing:hover:before, .ima-paused:hover:before {
    text-shadow: 0 0 1em #fff
}

.ima-non-muted:before {
    content: "\00f107"
}

.ima-muted:before {
    content: "\00f104"
}

.ima-non-muted:hover:before, .ima-muted:hover:before {
    text-shadow: 0 0 1em #fff
}

.ima-non-fullscreen:before {
    content: "\00f108"
}

.ima-fullscreen:before {
    content: "\00f109"
}

.ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
    text-shadow: 0 0 1em #fff
}
