@charset 'UTF-8';

html,
body {
    background-color: transparent;
}

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

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: 0px;
}

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

.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-initial {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    background-color: transparent;
    overflow: hidden;
}

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

/* ===================================================================================================================
 RESOLVE ELEMENTS */
#resolve-background-container {
    position: absolute;
    top: 0px;
    left: 444px;
    width: 526px;
    height: 250px;
    background: url('PBF1_Display_Hero_970x250_Endframe.png') transparent no-repeat;
    opacity: 0;
}


#tunein-container {
    position: absolute;
    top: 0px;
    left: 457px;
    width: 500px;
    height: 250px;
    opacity: 0;
}

.tunein_01_DDT {
    background: url('PBF1_Display_Hero_970x250_Tunein_01_DDT.png') transparent no-repeat;
}

.tunein_02_SUN {
    background: url('PBF1_Display_Hero_970x250_Tunein_02_SUN.png') transparent no-repeat;
}

.tunein_03_TON {
    background: url('PBF1_Display_Hero_970x250_Tunein_03_TON.png') transparent no-repeat;
}

.tunein_04_POST {
    background: url('PBF1_Display_Hero_970x250_Tunein_04_POST.png') transparent no-repeat;
}

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

.video-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

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

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

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

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

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

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

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

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

.button-playPause-video {
    position: absolute;
    top: 219px;
    left: 2px;
    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: 210px;
    left: 2px;
    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: 219px;
    left: 28px;
    width: 28px;
    height: 30px;
    visibility: visible;
    background: url('buttons-video.png') transparent no-repeat;
    background-position: -30px -30px;
    overflow: hidden;
}


/* ==================================================================================================================
 ANIMATIONS */
#tunein-container {
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
