
/* Global */

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

div, button, video, img, svg, canvas, span {
    position: absolute;
}

button {
    cursor: pointer;
}

body, body * {
    vertical-align: baseline;
}

/* Graphic Classes */

.svg {
    background: url("svg.svg") 0 0 no-repeat;
}

.png {
    background: url("png.png") 0 0 no-repeat;
}

.jpg {
    background: url("jpg.jpg") 0 0 no-repeat;
}

/* Banner */

.preload {
    visibility: hidden;
}

#banner {
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    background-color: #000000;
    margin: auto;
    overflow: hidden;
}

#video_container, #video {
    left: -3px;
    top: 0;
    width: 311px;
    height: 175px;
}

#video_container {
    display: none;
}

#video {
    display: block;
    vertical-align: baseline;
}

#footer {
    left: 0px;
    top: 174px;
    width: 300px;
    height: 76px;
    background-position: -300px 0px;
}

#endcard {
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    display: none;
    cursor: pointer;
    background-position: 0 0;
}

#cta, .cta {
    left: 0;
    top: 0;
    width: 300px;
    height: 20px;
}

#cta_base {
    background-position: 0 -450px;
}

#cta_over, #cta_pulse {
    opacity: 0;
    background-position: 0 -500px;
}

#title {
    left: 0;
    top: 175px;
    width: 130px;
    height: 75px;
    background-position: 0 -175px;
}

#tunein {
    left: 147px;
    top: 180px;
    width: 153px;
    height: 70px;
}

#tunein.showdate {
    background-position: -147px -180px;
}

#tunein.showday {
    background-position: -147px -280px;
}

#tunein.tonight {
    background-position: -147px -380px;
}

#logo {
    left: 229px;
    top: 179px;
    width: 62px;
    height: 62px;
    background-position: 0 0;
}

#exit_button {
    left: 0;
    top: 175px;
    width: 300px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

#replay {
    left: 0;
    top: 0;
    width: 300px;
    height: 175px;
    cursor: pointer;
    opacity: 0.85;
    background-color: transparent;
}

#replay.replay_icon, #icon{
    left: 260px;
    top: -5px;
    width: 44px;
    height: 44px;
}

#icon.audio_icon {
    background-position: -260px -547px;
}

#icon.replay_icon {
    left: 0;
    top: 0;
    background-position: -260px -597px;
    -ms-transform-origin: center center; /* IE 9 */
    -webkit-transform-origin: center center; /* Chrome, Safari, Opera */
    transform-origin: center center;
}