/* ==========================================================================
    BANNER STYLES
   ========================================================================== */


/* General Styles and Resets */

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 100%;
    line-height: 1.48;
    border: 0;
    margin: 0;
}

a,
img {
    border: 0;
    outline: none;
}


/* Loader GIF Styles */

#loading_dc {
    position: absolute;
}

#loading_image_dc {
    position: relative;
    width: 160px;
    height: 600px;
}

#loading_image_dc img {
    position: absolute;
    top: 50%;
    left: 50%;
}


/* Stage Styles */

.display-ad-size,
#wrapper,
#wrapper #stage {
    display: block;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 600px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#wrapper {
    position: absolute;
}

#stage {
    /* 1px border needed for many ad platforms */
    width: 158px;
    height: 598px;
    border: 1px solid #000000;
    position: absolute;
}


/* Display Classes */

.display-abs-pos {
    position: absolute;
    display: block;
    opacity: 1;
    filter: alpha(opacity=1);
}

.hide-abs-pos {
    position: absolute;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.absolute {
    position: absolute;
    z-index: 0;
}


/* Animation Frame Classes */

#animation,
#frame1 {
    width: 160px;
    height: 600px;
}


/* Frame 1 */

#tt {
    position: absolute;
    top: 362px;
    left: 10px;
    visibility: hidden;
}

#rocket_laser {
    position: absolute;
    top: 270px;
    left: 115px;
}

#download {
    position: absolute;
    top: 437px;
    left: 24px;
    visibility: hidden;
}

#legal {
    position: absolute;
    left: 5px;
    bottom: 5px;
    visibility: hidden;
}


/* Exit Classes */

#bgExit {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 49;
}

#itunes,
#sky {
    position: absolute;
    z-index: 50;
    visibility: hidden;
}

#sky {
    top: 484px;
    left: 44px;
}

#itunes {
    top: 537px;
    left: 28px;
}