@charset "UTF-8";
@-webkit-keyframes Fade_In_Element {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes Fade_In_Element {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes Fade_In_Element {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes Fade_Out_Element {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes Fade_Out_Element {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes Fade_Out_Element {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes Spin_In_Element {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-360deg);
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes Spin_In_Element {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-360deg);
    }
    100% {
        opacity: 1;
    }
}

@keyframes Spin_In_Element {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-360deg);
    }
    100% {
        opacity: 1;
    }
}

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;
}*/

button {
    cursor: pointer;
}

:focus {
    outline: none;
}

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

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

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

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

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

#banner-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 970px;
    height: 250px;
    background-color: #000000;
    /* TODO Make sure this is set to transparent for a transparent unit */
}

#state-initial {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    background-color: #000000;
    /* TODO Make sure this is set to transparent for a transparent unit */
    overflow: hidden;
}

#state-resolve {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    background-color: transparent;
    /* TODO Make sure this is set to transparent for a transparent unit */
    overflow: hidden;
}

#resolve-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    background: url("chiJustice_970x250_BG.jpg") transparent no-repeat;
    opacity: 0;
}

#tt-container {
    position: absolute;
    display: block;
    top: 109px;
    left: 133px;
    width: 255px;
    height: 76px;
    background: url("chiJustice_970x250_TT.png") transparent no-repeat;
    opacity: 0;
}

#tunein-container {
    position: absolute;
    display: block;
    top: 191px;
    left: 140px;
    width: 242px;
    height: 46px;
    opacity: 0;
    background: url("chiJustice_970x250_TUNEINS_06_POST_TON.png") transparent no-repeat;
}

.tunein_01_WED {
    background: url("chiJustice_970x250_TUNEINS_01_WED.png") transparent no-repeat;
}

.tunein_02_TON {
    background: url("chiJustice_970x250_TUNEINS_02_TON.png") transparent no-repeat;
}

.tunein_03_SUN {
    background: url("chiJustice_970x250_TUNEINS_03_SUN.png") transparent no-repeat;
}

.tunein_04_TON {
    background: url("chiJustice_970x250_TUNEINS_06_POST_TON.png") transparent no-repeat;
}

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

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

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

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

#button-click-to-play-video {
    position: absolute;
    display: block;
    top: 1px;
    left: 0;
    width: 444px;
    height: 248px;
}

#button-play-video {
    position: absolute;
    top: 220px;
    left: 0px;
    width: 30px;
    height: 30px;
    visibility: hidden;
    background: url("button-play-video.png") transparent no-repeat;
}

#button-pause-video {
    position: absolute;
    top: 220px;
    left: 0px;
    width: 30px;
    height: 30px;
    visibility: hidden;
    background: url("button-pause-video.png") transparent no-repeat;
}

#button-unmute-video {
    position: absolute;
    top: 220px;
    left: 28px;
    width: 30px;
    height: 30px;
    visibility: hidden;
    background: url("button-unmute-video.png") transparent no-repeat;
}

#button-mute-video {
    position: absolute;
    top: 220px;
    left: 28px;
    width: 30px;
    height: 30px;
    visibility: hidden;
    background: url("button-mute-video.png") transparent no-repeat;
}

.FadeInElement {
    -webkit-animation: 600ms Fade_In_Element 1 forwards ease-out;
    -moz-animation: 600ms Fade_In_Element 1 forwards ease-out;
    animation: 600ms Fade_In_Element 1 forwards ease-out;
}

.FadeOutElement {
    -webkit-animation: 600ms Fade_Out_Element 1 forwards ease-out;
    -moz-animation: 600ms Fade_Out_Element 1 forwards ease-out;
    animation: 600ms Fade_Out_Element 1 forwards ease-out;
}

.SpinReplayButton {
    -webkit-animation: 600ms Spin_In_Element 1 forwards ease-out;
    -moz-animation: 600ms Spin_In_Element 1 forwards ease-out;
    animation: 600ms Spin_In_Element 1 forwards ease-out;
}