
/* Global */

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 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;
}

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

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

/* Banner */

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

.preload {
    visibility: hidden;
}

/* Content */

#background {
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    background-position: 0 0;
}

#video_container {
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    display: none;
}

#video {
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    vertical-align: baseline;
}

#go_type {
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    opacity: 0;
    background-position: 0 -750px;
}

#tunein {
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    opacity: 0;
}

#tunein.showdate {
    background-position: 0 0;
}

#tunein.showday {
    background-position: 0 -250px;
}

#tunein.tonight {
    background-position: 0 -500px;
}

#cta {
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    opacity: 0;
    background-color: transparent;
}

#cta_over, #cta_pulse {
    left: 1px;
    top: 175px;
    width: 108px;
    height: 75px;
    opacity: 0;
    background-position: 0 0;
}

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