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

.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 #ccc;
	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: 198px;
	top: 104px;
}
.ctaBtnSize {
	border-radius: 6px;  /*for boxShadow/glow*/
	width: 93px;
	height: 30px;
}
.ctaBtnOver {
	opacity: 0;
}

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


/* START Panel
-----------------------------------------------------------------------------*/

.gen_bar {
	background-color: #cc0000;
	width: 100px;
	height: 50px;
}

#start_bar {
	width: 53px;
	height: 88px;
	right: 0px;
	top: 128px
}

#start_panel {
	background-color: #fff;
	visibility: hidden; /* Firefox fix: "display:none" not working for svg/tweenmax */
}
/*
#start_cta1 .ctaBtnSize, #start_cta1.ctaBtnSize {
	width: 88px;
	height: 39px;
}*/
#start_cta1 {
	/*left: 12px;*/
	top: 463px;
}


#start_photoCont1 {
	top: 11px;
	left: 20px;
}

#start_photoCont2 {
	top: 120px;
	left: 50px;
}

.start_photos, .start_photos2 {
	width: 88px;
	height: 110px;
	background-image: url(start_photos.jpg);
	background-repeat: no-repeat;
}

.start_photos:nth-child(2) { left: calc(88px + 3px); background-position: -88px; }
.start_photos:nth-child(3) { left: calc(88px*2 + 3px*2); background-position: calc(-88px*2); }
.start_photos:nth-child(4) { left: calc(88px*3 + 3px*3); background-position: calc(-88px*3); }
.start_photos:nth-child(5) { left: calc(88px*4 + 3px*4); background-position: calc(-88px*4); }
.start_photos:nth-child(6) { left: calc(88px*5 + 3px*5); background-position: calc(-88px*5); }
.start_photos:nth-child(7) { left: calc(88px*6 + 3px*6); background-position: calc(-88px*6); }
.start_photos:nth-child(8) { left: calc(88px*7 + 3px*7); background-position: calc(-88px*7); }
.start_photos:nth-child(9) { left: calc(88px*8 + 3px*8); background-position: calc(-88px*8); }
.start_photos:nth-child(10) { left: calc(88px*9 + 3px*9); background-position: calc(-88px*9); }


.start_photos2:nth-child(1) { left: 0; background-position: calc(-88px*10); }
.start_photos2:nth-child(2) { left: calc(88px + 3px); background-position: calc(-88px*11); }
.start_photos2:nth-child(3) { left: calc(88px*2 + 3px*2); background-position: calc(-88px*12); }
.start_photos2:nth-child(4) { left: calc(88px*3 + 3px*3); background-position: calc(-88px*13); }
.start_photos2:nth-child(5) { left: calc(88px*4 + 3px*4); background-position: calc(-88px*14); }
.start_photos2:nth-child(6) { left: calc(88px*5 + 3px*5); background-position: calc(-88px*15); }
.start_photos2:nth-child(7) { left: calc(88px*6 + 3px*6); background-position: calc(-88px*16); }
.start_photos2:nth-child(8) { left: calc(88px*7 + 3px*7); background-position: calc(-88px*17); }
.start_photos2:nth-child(9) { left: calc(88px*8 + 3px*8); background-position: calc(-88px*18); }
.start_photos2:nth-child(10) { left: calc(88px*9 + 3px*9); background-position: calc(-88px*19); }


/* /START Panel */



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

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

#end_bar {
	width: 43px;
	height: 69px;
	left: 0px;
	top: 73px
}





/* /END Panel */
