/* = Browser Reset
-----------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */

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, caption, tbody, tfoot, thead, tr, th, td, 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;
	vertical-align: baseline;
}

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




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

.panel, .docSize {
	width: 1024px;
}
.panel {
	height: 768px;
}

.panel {
	overflow: hidden;
}
#banner,
#banner div,
#banner img,
#banner object,
#banner canvas {
	position: absolute;
}
#banner {
	/*background-color: black;*/
}
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;
}

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

.displayNone {
	display: none;
}
.opacity0 {
	opacity: 0;
}

canvas {
	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: 0px 0px 20px 0px #FFFFFF;*/
	cursor: pointer;
	cursor: hand;
	
	top: 429px;
	left: 138px;
}
.ctaBtnSize {
	border-radius: 4px;  /*for boxShadow/glow*/
	width: 209px;
	height: 60px;
}
.ctaBtnOver {
	opacity: 0;
}

.ctaRef {
	overflow: hidden;
}	
.ctaRef .gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(120deg, 
		rgba(255,255,255,0) 33%,
		rgba(255,255,255,.3) 50%,
		rgba(255,255,255,1) 90%);
	display: none;
}



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

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

#end_flash {
	width: 200px;
	height: 200px;
	top: 268px;
	left: 601px;
}
#end_flash.gradient {
	/* radial */
	background: radial-gradient(ellipse at center,
		rgba(255,255,255,0) 10%,
		rgba(255,255,255,.9) 15%,
		rgba(117,178,255,.4) 40%,
		rgba(117,178,255,.5) 50%,
		rgba(255,255,255,0) 66%);
}



/* flare*/

#end_flare {top: -45px; left: 524px;}
#end_flare2 {top: -36px; left: 164px;}
#end_flare3 {top: 159px; left: 74px;}
#end_flare4 {top: 525px; left: 36px;}

.flare, .flareGrad1 {
	width: 150px;
	height: 150px;
}
.flareGrad1 {
	/* radial */
	background: radial-gradient(
		rgba(255,255,255,.9) 0%,
		rgba(255,255,255,.4) 10%,
		rgba(255,255,255,.25) 15%,
		rgba(255,255,255,0) 66%);
}
.flareGrad2, .flareGrad3, .flareGrad4 {
	/* radial */
	background: radial-gradient(
		rgba(255,255,255,.2) 0%,
		rgba(255,255,255,.1) 50%,
		rgba(255,255,255,0) 80%);
	border-radius: 50%;
	width: 60%;
	height: 5%;
	margin-top: -5%;
	margin-left: -30%;
	top: 50%;
	left: 50%;
	transform: rotate(60deg);
}
.flareGrad3 {
	transform: rotate(120deg);
}
.flareGrad4 {
	transform: rotate(180deg);
}



/* /END Panel */

