/* ==========================================================================
    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;
    position: absolute;
}

p {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
    pointer-events: none;
    text-align: center;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: subpixel-antialiased;
}


/* 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;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#wrapper {
    position: absolute;
}

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


/* Display Classes */

.absolute {
	position: absolute;
	z-index: 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: 49;
}

#cta {
    background: rgb(210, 158, 43);
    font-size: 20.5px;
    line-height: 26px;
    letter-spacing: 3.5px;
    text-rendering: geometricPrecision;
    z-index: 50;
}


/* Animation Frame Classes */

#animation,
#frame1
{
	width: 100%;
    height: 100%;
}


/* Animation Element Classes */


/* Place styles for individual banner elements here */


/*#exampleElement {
	position:absolute;
	top:0;
	left:0;
	display:none;
}*/
#frame1{
    background:#04070e;
}
#cta{
    position:absolute;
    top:216px;
    left:40px;
    width:220px;
    margin: 0px;
    padding: 0px;
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
    text-align: center;

}
#cta:hover{
}

#title_resolve {
    top: 0px;
}

.date {
    width: 300px;
}

#date_resolve {
    font-size: 18px;
    font-weight:600;
    letter-spacing: 4px;
    top: 188px;
}

#date_video {
    font-size: 17px;
    letter-spacing: 2px;
    top: 225px;
}

/* Video holder classes */
#videoHolder {
    /*z-index: 100;*/
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    background: #000;
    font-weight: 600;
}

#videoClip {
    /*z-index: 100;*/
}



/* IE Specific Styling */
.lt-ie8 #wrapper #stage {
    /* IE7 specific styling */
}

.lt-ie9 #wrapper #stage {
    /* IE8 specific styling */
}