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


/* All styles for the banner should go in here */


/* 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%;
    /* Optimal Line Height - Ref - https://www.smashingmagazine.com/2009/08/typographic-design-survey-best-practices-from-the-best-blogs/ */
    line-height: 1.48;
    border: 0;
    margin: 0;
}

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

img {
    display: block;
}


/* Loader GIF Styles */

#loading_dc {
    position: absolute;
}

#loading_image_dc {
    position: relative;
    width: 728px;
    height: 90px;
}

#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: 728px;
    height: 90px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    /*background-image: url("bg.jpg");*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#wrapper {
    position: absolute;
}

#stage {
    /* 1px border needed for many ad platforms */
    width: 726px;
    height: 88px;
    border: 1px solid #8c8c8c;
    position: absolute;
}

#endFrameBg {
    position: absolute;
    z-index: 0;
}


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


/* Exit Classes */

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

#release {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#legal {
    position: absolute;
    bottom: 2px;
    right: 2px;
}


/* Animation Frame Classes */

#animation,
#frame1,
#frame2,
#frame3,
#frame4 {
    position: absolute;
    z-index: 0;
}

#frame1 {
    width: 726px;
    height: 88px;
    background: #000;
}

#frame1Bg {
    position: absolute;
    top: 0;
    left: 0;
}

#frame1Gradient {
	position: absolute;
	bottom: 0;
	left: 0;
}

#frame1Buildings {
    position: absolute;
    top: -45px;
    left: -8px;
}

#frame1Tt {
    position: absolute;
    top: 11px;
    left: 11px;
}

.release {
    position: absolute;
    top: 27px;
    left: 245px;
}

#frame1Legal {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

#cta {
    position: absolute;
    top: 27px;
    right: 211px;
    height: 37px;
    width: 133px;
    z-index:101;
}
#sheenHolder {
    position: absolute;
    z-index: 101;
    background: transparent;
    width: 272px;
    height: 60px;
    bottom: 18px;
    left: 245px;
    clip: rect(0px, 272px, 60px, 0px);
/*    opacity:0.7;*/
}

#sheen {
    position: absolute;
    z-index: 101;
    top: 3px;
    left: 0px;
}
#twinkle1 {
    position:absolute;
    top: 68px;
    left: 46px;
}
#twinkle2 {
    position:absolute;
    top: 5px;
    left: 66px;
}
#twinkle3 {
    position:absolute;
    top: 18px;
    left: 198px;
}
#twinkle4 {
    position:absolute;
    top: 67px;
    left: 171px;
}
#twinkle5 {
    position:absolute;
    top: 0px;
    left: 221px;
}
#twinkle6 {
    position:absolute;
    top: 165px;
    left: 226px;
}
#twinkle7 {
    position:absolute;
    top: 6px;
    left: 251px;
}
#twinkle8 {
    position:absolute;
    top: 72px;
    left: 297px;
}
#twinkle9 {
    position:absolute;
    top: 23px;
    left: 359px;
}
#twinkle10 {
    position:absolute;
    top: 68px;
    left: 403px;
}
#twinkle11 {
    position:absolute;
    top: 5px;
    left: 385px;
}
#twinkle12 {
    position:absolute;
    top: 61px;
    left: 462px;
}
#twinkle13 {
    position:absolute;
    top:9px;
    left:6px;
}
#twinkle14 {
    position:absolute;
    top: 39px;
    left: 525px;
}
#twinkle15 {
    position:absolute;
    top: 7px;
    left: 525px;
}
#twinkle16 {
    position:absolute;
    top: 42px;
    left: 587px;
}
#twinkle17 {
    position:absolute;
    top: 48px;
    left: 641px;
}
#twinkle18 {
    position:absolute;
    top: 48px;
    left: 692px;
}
#twinkle19 {
    position:absolute;
    top: 2px;
    left: 675px;
}
#twinkle20 {
    position:absolute;
    top: 10px;
    left: 707px;
}

