@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: 300px;
    height: 600px;
}


/* 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: 7;
    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;
}

#tagline {
    position: absolute;
    left: 181px;
    top: 113px;
    width: 109px;
    height: 50px;
    z-index: 5;
}

#logo {
    position: absolute;
    left: 82px;
    top: 488px;
    width: 135px;
    height: 45px;
    z-index: 5;
}

#intro_logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 600px;
    z-index: 8;
}

#title {
    position: absolute;
    left: 18px;
    top: 298px;
    width: 264px;
    height: 100px;
    z-index: 5;
}

#date {
    position: absolute;
    left: 51px;
    top: 425px;
    width: 197px;
    height: 44px;
    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: 75px;
    top: 554px;
    width: 150px;
    height: 27px;
    z-index: 11;
    background-position: 0px 0px;
    cursor: pointer;
}

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