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


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


/* Loader GIF Styles */

#loading_dc {
    position: absolute;
}

#loading_image_dc {
    position: relative;
    width: 970px;
    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: 970px;
    height: 250px;
    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: 968px;
    height: 248px;
    border: 1px solid #000000;
    position: absolute;
}


/* Display Classes */

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

.cache {
	display: none;
}


/* Animation Frame Classes */

#animation,
#frame1,
#frame2,
#frame3,
#frame4 {
	width: 970px;
    height: 250px;
}

#animation {
   	left: -1px;
	top: -1px;
}


/* Frame 1 */

#video1 {
	left: 1px;
	top: 1px;
}

#frame1Tt {
	left: 10px;
	top: 8px;
}

#frame1Release {
	left: 10px;
	bottom: 14px;
}

#frame1Skip {
	bottom: 8px;
	right: 0px;
	z-index: 50;
}


/* Frame 2 */
#frame2Legal {
    bottom: 3px;
    right: 454px;
}

#frame2Pedigree {
	top: 125px;
	right: 72px;
}

#frame2Tagline {
	bottom: 76px;
	right: 200px;
}

#frame2Tt {
	top: 95px;
	right: 31px;
}

#frame2Release {
	bottom: 15px;
	right: 297px;
}

#video2 {
	top: 4px;
	left: 4px;
	width: 427px;
	height: 242px;
	z-index: 50;
	border: 1px solid #d19e2b;
}


/* Video holder classes */

#videoHolder {
	z-index: 999;
	top: 3px;
	left: 3px;
	width: 429px;
	height: 242px;
	background: #000;
	border: 1px solid #d19e2b;
}

#videoClip {
    z-index: 999;
    /*	display: none;*/
}

#videoStill {
    z-index: 0;
    height: 242px;
    width: 429px;
    right: 0;
}

#videoStill img {
    height: 242px;
    width: 429px;
    display: block;
}


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

#frame2Cta {
	width: 164px;
	height: 34px;
	bottom: 15px;
	right: 112px;
	background: url('frame2Cta.png') center center no-repeat;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
    z-index: 50;

    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
}

#frame2Cta:hover {
	background: url('frame2CtaHover.png') center center no-repeat;
}


/* Masthead Specific */
#ytClose_dc {
	z-index: 999;
}
