/* ==========================================================================
    BANNER STYLES - 970PX X 250
   ========================================================================== */


/* 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: 300px;
    height: 250px;
}

#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: 300px;
    height: 250px;
    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: 298px;
    height: 248px;
    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: 298px;
    height: 248px;
    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: 0;
    right: 0;
}

.release {
    position: absolute;
    top: 197px;
    left: 21px;
}

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

#cta {
    position: absolute;
    bottom: 15px;
    right: 20px;
    height: 37px;
    width: 133px;
    z-index:101;
}
#sheenHolder {
    position: absolute;
    z-index: 101;
    background: transparent;
    width: 260px;
    height: 60px;
    bottom: 6px;
    left: 20px;
    clip: rect(0px, 260px, 60px, 0px);
/*    opacity:0.7;*/
}

#sheen {
    position: absolute;
    z-index: 101;
    top: 3px;
    left: 0px;
}
#twinkle1 {
    position:absolute;
    top:106px;
    left:169px;
}
#twinkle2 {
    position:absolute;
    top:9px;
    left:129px;
}
#twinkle3 {
    position:absolute;
    top:4px;
    left:267px;
}
#twinkle4 {
    position:absolute;
    top:0px;
    left:171px;
}
#twinkle5 {
    position:absolute;
    top:231px;
    left:221px;
}
#twinkle6 {
    position:absolute;
    top: 165px;
    left: 226px;
}
#twinkle7 {
    position:absolute;
    top: 169px;
    left: 29px;
}
#twinkle8 {
    position:absolute;
    top:141px;
    left:271px;
}
#twinkle9 {
    position:absolute;
    top:125px;
    left:18px;
}
#twinkle10 {
    position:absolute;
    top: 82px;
    left: 45px;
}
#twinkle11 {
    position:absolute;
    top: 100px;
    left: 139px;
}
#twinkle12 {
    position:absolute;
    top: 179px;
    left: 54px;
}
#twinkle13 {
    position:absolute;
    top:9px;
    left:6px;
}
#twinkle14 {
    position:absolute;
    top:44px;
    left:277px;
}
#twinkle15 {
    position:absolute;
    top:164px;
    left:187px;
}
#twinkle16 {
    position:absolute;
    top: 224px;
    left: 129px;
}
#twinkle17 {
    position:absolute;
    top: 20px;
    left: 122px;
}
#twinkle18 {
    position:absolute;
    top: 167px;
    left: 157px;
}
#twinkle19 {
    position:absolute;
    top:60px;
    left:21px;
}
#twinkle20 {
    position:absolute;
    top:166px;
    left:119px;
}

