@charset 'UTF-8';

/*@keyframes animateBars {
    0% {
        width: 0px;
    }

    100% {
        width: 194px;
    }
}*/

html,
body {
    background-color: transparent;
}

body,
button,
img {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

video::-webkit-media-controls {
    display: none !important;
}

::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

::-webkit-media-controls-start-playback-button {
    display: none !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

button {
    cursor: pointer;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.keyline {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #cccccc;
}

.clicktag {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('transparent-ie-fix.png') transparent repeat;
    cursor: pointer;
}

.loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background-color: #000;
}

#banner-container {
    position: absolute;
    display: block;
    visibility: hidden;
    top: 0px;
    left: 0px;
    margin: auto;
    width: 970px;
    height: 250px;
    background-color: transparent;
}

#state-resolve {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    background-color: transparent;
    overflow: hidden;
}

/* ===================================================================================================================
 RESOLVE ELEMENTS */
#background-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    opacity: 1;
}

.tunein_01_PRE{
        background: url('OTSP_S1_DigitalROSAnimated_ARSDE_970x250_Billboard_01_PRE.jpg') transparent no-repeat;
}

.tunein_02_POST{
        background: url('OTSP_S1_DigitalROSAnimated_ARSDE_970x250_Billboard_02_POST.jpg') transparent no-repeat;
}

/* ===================================================================================================================
 VIDEO and CONTROLS */

.video-wrapper {
    position: absolute;
    top: 0px;
    left: 526px;
    width: 444px;
    height: 250px;
    background-color: transparent;
    overflow: hidden;
}

#video-1-container {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 444px;
    height: 250px;
    background-color: transparent;
    overflow: hidden;
    opacity: 1;
}

#video-1-container video {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 444px;
    height: 250px;
    background-color: transparent;
}

.video-frame-static {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 444px;
    height: 250px;
    background: url("video-frame-static.jpg") transparent no-repeat;
}

#button-click-to-play-video {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 444px;
    height: 250px;
    background-color: #000;
    opacity: 1;
}

.video-controls {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#button-playPause-video {
    position: absolute;
    visibility: visible;
}

.button-playPause-video {
    position: absolute;
    top: -3px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url('buttons-video.png') transparent no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
}


.button-playPause-mobile-video {
    position: absolute;
    top: 2px;
    right: 30px;
    width: 36px;
    height: 36px;
    background: url('buttons-mobile-video.png') transparent no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
}


#button-muteUnmute-video {
    position: absolute;
    top: -3px;
    right: 4px;
    width: 28px;
    height: 30px;
    visibility: visible;
    background: url('buttons-video.png') transparent no-repeat;
    background-position: -30px -30px;
    overflow: hidden;
}

#button-initial-unmute-video {
    position: absolute;
    display: none;
    top: -3px;
    left: 940px;
    width: 30px;
    height: 30px;
    background: url('buttons-video.png') transparent no-repeat;
    background-position: 0px -60px;
    opacity: 1;
    overflow: hidden;
}

/* ===================================================================================================================
 ANIMATIONS */

/*#video-frame-overlay {
    -webkit-transition: width 1s;
    transition: width 1s;
}

.animate_bars {
    animation: .8s animateBars 1 forwards linear;
}*/

/*.stars2-animation {
    animation: 4s stars2_Animation 1 forwards linear;
}

.stars3-animation {
    animation: 4s stars3_Animation 1 forwards linear;
}*/


/*
#button-initial-unmute-video,
#logline-container,
#pedigree-container,
#tunein-container,
#tt-container{
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
}

#background-container {
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
}
*/