@charset "UTF-8";

/* CSS Document */


/* Default style, feel free to remove if not needed. */

body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}


/* Sizing */

.ad_sizing {
    width: 970px;
    height: 90px;
}


/* Div layer for the entire banner. */

#container_all {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    background-color: #000;
}

#container_collapsed {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #000;
    z-index: 100;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.div_outline {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Background Clickthrough. */

.background_clickthrough {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}


/* INTRO VIDEO ELEMENTS -------------------------------------------------------------------------------*/

#video_dc_intro {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
    visibility: hidden;
}


/* Graphics ------------------------*/

#vid_preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    text-align: center;
    z-index: 9;
    display: table;
}

.preloader_inner {
    display: table-cell;
    vertical-align: middle;
}

#endframe_elements {
    position: absolute;
    left: 19px;
    top: 24px;
    width: 262px;
    height: 205px;
    z-index: 9;
    opacity: 0;
}

#logo {
    position: absolute;
    left: 784px;
    top: 25px;
    width: 141px;
    height: 46px;
    z-index: 5;
}

#streaming {
    position: absolute;
    left: 402px;
    top: 24px;
    width: 224px;
    height: 12px;
    z-index: 5;
}

#title {
    position: absolute;
    left: 64px;
    top: 12px;
    width: 176px;
    height: 67px;
    z-index: 5;
}

#date {
    position: absolute;
  left: 311px;
  top: 45px;
  width: 400px;
  height: 22px;
    z-index: 5;
}

#background_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000;
}

#cta {
    position: absolute;
    left: 142px;
    top: 208px;
    width: 131px;
    height: 23px;
    z-index: 11;
    background-position: 0px 0px;
    cursor: pointer;
}

#cta:hover {
    background-position: 0px -23px;
}
