@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_InUp_Element {
    0% {
        opacity: 0;
        top: 240px;
    }
    100% {
        opacity: 1;
        top: 224px;
    }
}

@-moz-keyframes fade_InUp_Element {
    0% {
        opacity: 0;
        top: 240px;
    }
    100% {
        opacity: 1;
        top: 224px;
    }
}

@keyframes fade_InUp_Element {
    0% {
        opacity: 0;
        top: 240px;
    }
    100% {
        opacity: 1;
        top: 224px;
    }
}

@-webkit-keyframes fade_InUpTON_Element {
    0% {
        opacity: 0;
        top: 240px;
    }
    100% {
        opacity: 1;
        top: 204px;
    }
}

@-moz-keyframes fade_InUpTON_Element {
    0% {
        opacity: 0;
        top: 240px;
    }
    100% {
        opacity: 1;
        top: 204px;
    }
}

@keyframes fade_InUpTON_Element {
    0% {
        opacity: 0;
        top: 240px;
    }
    100% {
        opacity: 1;
        top: 204px;
    }
}
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: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background-color: #FFF;
}

#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: #000000;
    /* 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("OutlanderS3_300x250_BG.jpg") transparent no-repeat;
    opacity: 0;
}

#tunein-container {
    position: absolute;
    display: block;
    opacity: 0;
}

.tunein_01_DDT {
    top: 224px;
    left: 0px;
    width: 117px;
    height: 21px;
    background: url("OutlanderS3_300x250_tunein_01_DDT.png") transparent no-repeat;
}

.tunein_02_SUN {
    top: 224px;
    left: 0px;
    width: 117px;
    height: 21px;
    background: url("OutlanderS3_300x250_tunein_02_SUN.png") transparent no-repeat;
}

.tunein_03_TON {
    top: 204px;
    left: 184px;
    width: 116px;
    height: 46px;
    background: url("OutlanderS3_300x250_tunein_03_TON.png") transparent no-repeat;
}

.tunein_04_POST {
    top: 224px;
    left: 0px;
    width: 117px;
    height: 21px;
    background: url("OutlanderS3_300x250_tunein_04_POST.png") transparent no-repeat;
}

#cta-container {
    position: absolute;
    display: block;
    width: 114px;
    height: 22px;
    opacity: 0;
}

.cta_01_DDT {
    top: 224px;
    left: 184px;
    background: url("OutlanderS3_300x250_CTA_Pre.png") transparent no-repeat;
}

.cta_02_SUN {
    top: 224px;
    left: 184px;
    background: url("OutlanderS3_300x250_CTA_PRE.png") transparent no-repeat;
}

.cta_03_TON {
    top: 224px;
    left: 6px;
    background: url("OutlanderS3_300x250_CTA_POST.png") transparent no-repeat;
}

.cta_04_POST {
    top: 224px;
    left: 184px;
    background: url("OutlanderS3_300x250_CTA_POST.png") transparent no-repeat;
}

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

.fadeInUpElement {
    -webkit-animation: 600ms fade_InUp_Element 1 forwards ease-out;
    -moz-animation: 600ms fade_InUp_Element 1 forwards ease-out;
    animation: 600ms fade_InUp_Element 1 forwards ease-out;
}

.fadeInUpTONElement {
    -webkit-animation: 600ms fade_InUpTON_Element 1 forwards ease-out;
    -moz-animation: 600ms fade_InUpTON_Element 1 forwards ease-out;
    animation: 600ms fade_InUpTON_Element 1 forwards ease-out;
}
fade_InUpTON_Element