/* 
Title: 	Reset default browser styles
Author:	http://meyerweb.com/eric/tools/css/reset/ 
			v2.0 | 20110126
			edited by ForbiddenToast.com 
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, /*table /* [FT] messes up table center ,*/ caption, tbody, tfoot, thead, th, /*td /* [FT] removes inline padding ,*/ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/ /*[FT] messes up Dreamweaver design view*/
	/*vertical-align: baseline;*/ /*[FT] moves table content to the bottom*/
}

img, iframe {
	border: 0; /*[FT]*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* = General
-----------------------------------------------------------------------------*/

.panel,
.docSize {
    width: 970px;
}

.panel {
    height: 250px;
}

.panel {
    overflow: hidden;
}

#banner,
#banner div,
#banner img,
#banner object,
#banner canvas {
    position: absolute;
}

#banner {
    background-color: #00151b;
}

img,
video,
svg,
object {
    display: block;
    /* now it doesn't adhere to line-height anymore */
}

.frame {
    box-sizing: border-box;
    border: 1px solid #000;
    pointer-events: none;
    /* IE11+ */
    cursor: default;
}

.gen_loader {
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    display: none;
}

.shadow1 {
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .3);
    /*x,y,blur,strength,(color,alpha)*/
}

.shadow2 {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .2);
    /*x,y,blur,strength,(color,alpha)*/
}

.displayNone {
    display: none;
}

.opacity0 {
    opacity: 0;
}

.pointerNone {
    pointer-events: none;
    /* IE11+ */
}

.end_texture {
    display: none;
}

.gradient {
    /*for FPO*/
    /*background: linear-gradient(to right, 
	rgba(0,0,0,0) 0%, 
	rgba(0,0,0,1) 50%);*/

    /* horizontal */
    /*background: linear-gradient(to right, 
	rgba(255,255,255,0) 0%, 
	rgba(255,255,255,1) 50%);*/

    /* radial */
    background: radial-gradient(ellipse at center,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 66%);

    /* diagonal */
    /*background: linear-gradient(145deg, 
	rgba(255,236,132,0) 33%,
	rgba(255,236,132,1) 50%,
	rgba(255,236,132,0) 66%);*/
}



/* ----- General Navigation ----- */

.mainClickTag {
    cursor: pointer;
    cursor: hand;
    background-color: black;
    opacity: 0;
    /*IE 10 make clickable fix*/
}

.ctaBtn {
    /*box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .6);*/
    /*x,y,blur,strength,(color,alpha)*/
    cursor: pointer;
    cursor: hand;
  left: 649px;
  top: 189px;
    /* background-color: rgba(255, 255, 255, .5);*/
    /* background-color: rgba(0, 0, 0, .5);*/
}

.ctaBtnSize {
    /*border-radius: 5px;*/
    /*for boxShadow/glow*/
  width: 174px;
  height: 42px;
}

.ctaBtnOver {
    opacity: 0;
}

.ctaRef {
    overflow: hidden;
}

.ctaRef .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(110deg,
            rgba(255, 255, 255, 0) 33%,
            rgba(255, 255, 255, .25) 40%,
            rgba(255, 255, 255, .6) 50%,
            rgba(255, 255, 255, .25) 60%,
            rgba(255, 255, 255, 0) 66%);
    display: none;
}

#end_ctaAniCont {
    top: 2px;
    left: 3px;
    width: 169px;
    height: 38px;
    display: none;
    overflow: hidden;
    background-color: black;
}
#end_ctaAni {
    width: 2600px;
    height: 100px;
}
#end_ctaAniImg1, #end_ctaAniImg2 {
    width: 1100px;
    height: 100px;
}
#end_ctaAniImg2 {
    transform: scaleX(-1);
    left: 1300px;
}

/* END Panel
-----------------------------------------------------------------------------*/

#end_panel {
    /*background-color: #070e10;*/
    display: none;
}

#end_bgFill{
    background-color: #00151b;
}

.blendScreen, .end_streaks {
    mix-blend-mode: screen;
}


#end_dateTxtCont {
    width: 705px;
    height: 250px;
    overflow: hidden;
}

#end_dateCont {
    left: 770px;
    width: 200px;
    height: 250px;
    overflow: hidden;
}
#end_date {
    left: -770px;
    overflow: hidden;
}

.end_sun {
    left: -28px;
    top: -7px;
}
/* large torch glow */
/*.end_glow:nth-child(1) { 
    width: 300px;
    height: 600px;
    top: -270px;
    left: -110px;
    background: radial-gradient(ellipse at center,
            rgba(242, 212, 125, .5) 20%,
            rgba(242, 212, 125, .3) 30%,
            rgba(242, 212, 125, .1) 40%,
            rgba(242, 212, 125, 0) 66%);
}*/


/* /END Panel */
