/* = 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: 300px;
}
.panel {
	height: 600px;
}

.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: 2px solid #00a4e9;
	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)*/
}

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

.ctaRef {
	overflow: hidden;
}	
.ctaRef .gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(145deg, 
		rgba(255,255,255,0) 33%,
		rgba(255,255,255,.5) 40%,
		rgba(255,255,255,.85) 50%,
		rgba(255,255,255,.5) 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);
}



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

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

.end_bg {
	overflow: visible;
}
.end_bgImg2 {
	left: -298px;
	transform: scaleX(-1);
}

.end_light {
	opacity: 0;
}
.end_light:nth-child(4) { 
	top: -75px; 
	transform: scaleX(-1);
}

.end_glow {
	width: 500px;
	height: 300px;
	/* radial */
	background: radial-gradient(ellipse at center, 
		rgba(118,162,187,.6) 0%,
		rgba(118,162,187,0) 66%);
	opacity: 0;
}

.end_glow:nth-child(1) { top: 300px; left: -50px; }
.end_glow:nth-child(2) { top: 200px; left: -100px; }
.end_glow:nth-child(3) { top: 150px; left: 0px; }

/*.end_ttReflect {
	width: 200px;
	height: 50px;
	left: -50px;
	top: 33px;
	background: linear-gradient(to bottom, 
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,1) 10%,
		rgba(255,255,255,0) 20%,
		rgba(255,255,255,1) 30%,
		rgba(255,255,255,0) 40%,
		rgba(255,255,255,1) 50%,
		rgba(255,255,255,0) 60%,
		rgba(255,255,255,1) 70%,
		rgba(255,255,255,0) 80%,
		rgba(255,255,255,1) 90%,
		rgba(255,255,255,0) 100%
	);
	background-color:rgba(255,255,255,.1);
	filter: blur(10px);
	-webkit-filter: blur(10px);
}

#end_stars {
	transform: scale(.5);
	transform-origin: 16% 17%;
	left: -35px; 
	top: -15px;
	overflow: visible;
}
.end_star {
	transform: scale(.7);
	transform-origin: 50% 50%;
	opacity: 0;

}
.end_star:nth-child(2) { left: 32px; top: 22px; }
.end_star:nth-child(3) { left: 157px; top: 1px; }*/


/*.end_flash:nth-child(1) { left: -10px; top: -40px; }
.end_flash:nth-child(2) { left: 30px; top: 30px; }
.end_flash:nth-child(3) { left: 54px; top: 0px; width: 250px; height: 250px; opacity:.5}*/


/* /END Panel */
