/* ==========================================================================
    BANNER STYLES - 160 X 600
   ========================================================================== */


/* 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: 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;
    /*background-image: url("bg.jpg");*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#wrapper {
    position: absolute;
}

#stage {
    /* 1px border needed for many ad platforms */
    width: 158px;
    height: 598px;
    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);
    -ms-transform: translate(-50%, 0);
    -webkit-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: 100%;
    height: 100%;
    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: -10px;
    left: -18px;
}

#frame1Boxart {
    position: absolute;
    left: 23px;
    top: 388px;
    visibility: hidden;
}

.release {
    position: absolute;
    top: 515px;
    left: 19px;
}

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

#cta {
    position: absolute;
    top: 546px;
    left: 22px;
    height: 32px;
    width: 115px;
    z-index:101;
}
#sheenHolder {
    position: absolute;
    z-index: 101;
    background: transparent;
    width: 115px;
    height: 31px;
    bottom: 23px;
    left: 22px;
    /*clip: rect(0px, 115px, 32px, 0px);*/
    overflow: hidden;
    /* opacity: 0.7; */
}

#sheen {
    position: absolute;
    z-index: 101;
    top: -16px;
    left: 0px;
}
#twinkle1 {
    position:absolute;
    top: 565px;
    left: 5px;
}
#twinkle2 {
    position:absolute;
    top: 440px;
    left: 15px;
}
#twinkle3 {
    position:absolute;
    top: 360px;
    left: 2px;
}
#twinkle4 {
    position:absolute;
    top: 422px;
    left: 72px;
}
#twinkle5 {
    position:absolute;
    top: 357px;
    left: 115px;
}
#twinkle6 {
    position:absolute;
    top: 333px;
    left: 80px;
}
#twinkle7 {
    position:absolute;
    top: 245px;
    left: 8px;
}
#twinkle8 {
    position:absolute;
    top: 291px;
    left: 114px;
}
#twinkle9 {
    position:absolute;
    top: 212px;
    left: 101px;
}
#twinkle10 {
    position:absolute;
    top: 190px;
    left: 2px;
}
#twinkle11 {
    position:absolute;
    top: 145px;
    left: 29px;
}
#twinkle12 {
    position:absolute;
    top: 179px;
    left: 54px;
}
#twinkle13 {
    position:absolute;
    top:9px;
    left:6px;
}
#twinkle14 {
    position:absolute;
    top: 93px;
    left: 10px;
}
#twinkle15 {
    position:absolute;
    top:164px;
    left:187px;
}
#twinkle16 {
    position:absolute;
    top: 3px;
    left: 73px;
}
#twinkle17 {
    position:absolute;
    top: 20px;
    left: 122px;
}
#twinkle18 {
    position:absolute;
    top: 56px;
    left: 119px;
}
#twinkle19 {
    position:absolute;
    top: 148px;
    left: 100px;
}
#twinkle20 {
    position:absolute;
    top:166px;
    left:119px;
}

