@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;
    }
}

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 #000;
}

.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: #000;
}
.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background-color: #000;
}
#banner-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 300px;
    height: 250px;
    background-color: transparent;
}
#state-initial {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background-color: #FFFFFF;
    /* TODO Make sure this is set to transparent for a transparent unit */
    
    overflow: hidden;
}
#video-1-container,
#video-1-container video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background-color: transparent;
}
#image-sequence-1,
#image-sequence-1-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background-color: transparent;
}

/* RESOLVE ELEMENTS */
#resolve {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background: transparent;
    opacity: 1;
}
#resolve-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background: url("IDUH_300x250_Prog_v1_BG.jpg") #FFFFFF no-repeat;
    opacity: 0;
}

#tunein-container {
    position: absolute;
    display: block;
    top: 213px;
    left: 44px;
    width: 217px;
    height: 33px;
    opacity: 0;
}
.tunein_01_DDT {
    background: url("IDUH_300x250_Prog_v1_Tunein_01_DDT.png") transparent no-repeat;
}
.tunein_02_SUN {
    background: url("IDUH_300x250_Prog_v1_Tunein_02_SUN.png") transparent no-repeat;
}
.tunein_03_TON {
    background: url("IDUH_300x250_Prog_v1_Tunein_03_TON.png") transparent no-repeat;
}
.tunein_04_POST {
    background: url("IDUH_300x250_Prog_v1_Tunein_04_POST.png") transparent no-repeat;
}
.tunein_05_POST_TON {
    background: url("IDUH_300x250_Prog_v1_Tunein_05_POST_TON.png") transparent no-repeat;
}

#cta-container {
    position: absolute;
    display: block;
    top: 118px;
    left: 11px;
    width: 121px;
    height: 20px;
    background-color: transparent;
    overflow: hidden;
    opacity: 0;
}

#cta-img-container{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 242px;
    height: 20px;
    background: url("IDUH_300x250_Prog_v1_CTA.jpg") transparent no-repeat;

}
.fade-in-transition {
    -webkit-animation: 1200ms fade_In_Element 1 forwards ease-out;
    -moz-animation: 1200ms fade_In_Element 1 forwards ease-out;
    animation: 1200ms fade_In_Element 1 forwards ease-out;
}