@charset 'UTF-8';

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: 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: #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: 0;
    left: 0;
    margin: auto;
    width: 300px;
    height: 250px;
    background-color: green;
}

#state-initial {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background-color: #000000;
    overflow: hidden;
}

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

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


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

.tunein_02_FRI{
        background: url('RNGE_S1_DigitalROSAnimated_ARSDE_300x250_Portal_02_FRIDAYS.jpg') transparent no-repeat;
}

.tunein_03_POST{
        background: url('RNGE_S1_DigitalROSAnimated_ARSDE_300x250_Portal_03_POST.jpg') transparent no-repeat;
}


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

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

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

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

/* ===================================================================================================================
 ANIMATIONS */
#tunein-container,
#background-container {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}