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

.panel {
    height: 90px;
}

.panel {
    overflow: hidden;
}

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

#banner {
    background-color: #000;
}

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 0px 4px 1px rgba(0, 0, 0, .1);
    /*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%);*/
}

.blendScreen {
	mix-blend-mode: screen;
}
.blendMultiply {
	mix-blend-mode: multiply;
}

/* ----- 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: 586px;
  top: 44px;
    /* background-color: rgba(255, 255, 255, .5);*/
    /* background-color: rgba(0, 0, 0, .5);*/
}

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

.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, .5) 50%,
            rgba(255, 255, 255, .25) 60%,
            rgba(255, 255, 255, 0) 66%);
    display: none;
}

/* remove standard iOS video play button */
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

/* video play icon (for iOS <=9 only) */
.gen_overlayPlayBtn {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    display: none;
}

.gen_overlayPlayIcon {
    position: relative;
    top: 17px;
    left: 35%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid rgba(111, 111, 111, 0.8);
}

    



/* VID Panel
-----------------------------------------------------------------------------*/

#vid_panel {
   /* background-color: #000;*/
    visibility: hidden;
    /* Firefox fix: "display:none" not working for svg/tweenmax */
}

#vid_cta1 .ctaBtnSize,
#vid_cta1.ctaBtnSize {
  width: 116px;
  height: 40px;
}
#vid_cta1 {
  left: 828px;
  top: 87px;
}

.vid_ctaBtn_date2 {
    left: 18px !important;
    top: 209px !important;
}
.vid_ctaBtnSize_date2 {
    width: 122px !important;
    height: 27px !important;
}

 /* #vid_date, #vid_tt {
    left: -540px;
  transform: scale(.34);
    transform-origin: top right;
    transform: scaleX(-1);
}*/

#vid_date {
    left: 33px;
    top: 0px;
}


/* VIDEO player
-----------------------------*/

#vid_vidCont {
    /*background-color: #fff;*/
    /*border-bottom: 1px solid #2d2d2d;*/
    /*border: 1px solid #fff;*/
}

#vid_vidCont,
#vid_soundBtn {
    top: 0px;
    left: 0px;
}

#vid_vidNav {
    top: 2px;
    left: 2px;
}

#vid_vidNav,
.videoObj {
    display: none;
}

#vid_pauseBtn,
#vid_playBtn,
#vid_audioOffBtn,
#vid_audioOnBtn,
#vid_soundBtn {
    width: 75px;
    height: 75px;
    background: url("vid_buttons.svg") no-repeat;
    cursor: pointer;
    cursor: hand;
    transform: scale(.400);
    /* also adjust play/pauseBtn "left" */
    shape-rendering: crispEdges;
    transform-origin: top left;
}

#vid_audioOnBtn {
    background-position: -2px -4px;
}

#vid_audioOffBtn {
    background-position: -2px -88px;
}

#vid_playBtn,
#vid_pauseBtn {
    left: calc(75px * .400);
}

#vid_playBtn {
    background-position: -82px -88px;
    visibility: hidden;
}

#vid_pauseBtn {
    background-position: -82px -5px;
}

#vid_soundBtn {
    width: 300px;
    height: 26px;
    /*background-size: 150px;*/
    background-position: 75px -53px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#vid_audioOnBtnXl {
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#vid_fpo {
    font-family: arial;
    font-size: 20px;
    color: white;
    opacity: .3;
    left: 10px;
    bottom: 10px;
    /*display: none;*/
}

/*#vid_progressBar {
top: 210px;
width: 0px;
height: 3px;
background-image: url(vid_bar.jpg);
}*/

#vid_replayBtn {
    top: -24px;
    left: -24px;
    width: 75px;
    height: 75px;
    background: url("vid_buttons.svg") no-repeat;
    cursor: pointer;
    cursor: hand;
    background-position: 0px -258px;
    transform: scale(.400);
}

/* /VIDEO Panel */




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

#end_panel {
    background-color: #000;
    display: none;
}
#end_bgFill{
    background-color: #000;
}

/*#end_sprites {
    left: 800px;
    top: 50px;
}
.end_sprite {
    width: 150px;
    height: 150px;
    overflow: hidden;
    mix-blend-mode: screen;
}*/



/* ----- Rays ----- */

#end_rays {
    filter: blur(1.5px);
	top: -80px;
    left: 295px;
	width: 200px;
	height: 200px;
	/* radial */
	background: radial-gradient(ellipse at center, 
		rgba(255,255,255,1) 0%,
        rgba(255,255,139,1) 10%,
		rgba(255,255,139,.45) 20%,
        rgba(255,255,139,.15) 40%,
		rgba(223,187,139,0) 66%);
}

#end_rays .end_rayBeam {
	top: 0px;
	left: 100px;
	width: 2px;
	height: 200px;
	/* radial */
	background: radial-gradient(ellipse at center, 
		rgba(255,255,139,.4) 0%,
		rgba(255,255,139,0) 66%);
}
#end_rays .end_rayBeam:nth-child(2) { transform: rotate(40deg); }
#end_rays .end_rayBeam:nth-child(3) { transform: rotate(65deg); width: 3px; }
#end_rays .end_rayBeam:nth-child(4) { transform: rotate(85deg); }
#end_rays .end_rayBeam:nth-child(5) { transform: rotate(120deg); }
#end_rays .end_rayBeam:nth-child(6) { transform: rotate(130deg); }
#end_rays .end_rayBeam:nth-child(7) { transform: rotate(145deg); }




/* ----- TRANSPARENT CANVAS VIDEO ----- */

#end_vidCont, #canvasOutput, #buffer, #output {
    width: 300px; 
	height: 600px;
}

#canvasOutput {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
	/*z-index: 998;*/
}

canvas {
	display: inline-block;
}

#end_vid {
	object-fit: contain;
	display: none;
}

#buffer {
	display: none;
}
/* end transparent video */




/*
.end_mask:nth-child(1) { 
    mix-blend-mode: color;
}
.end_mask:nth-child(2) {
    mix-blend-mode: darken;
}
.end_mask:nth-child(3) {
    mix-blend-mode: color;
}
.end_mask:nth-child(4) {
    mix-blend-mode: darken;
}*/

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