/* = 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;
	background: #000;
	overflow-x: hidden;
}

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
-----------------------------------------------------------------------------*/
/* TEMP */
#master {
	width: 1024px;
	height: 768px;
	overflow: hidden;
}

#outer-wrapper {
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
	transform-origin: 0% 0%;
	-webkit-transform:scale(0.75);
	-moz-transform:scale(0.75);
	-ms-transform:scale(0.75);
	transform:scale(0.75);
	position: relative;
	left: -50.5px;
	width: 1500px;
	height: 1000px;
	background: #000 url("../images/DS3_1500x1000_ignSite.jpg") no-repeat;
}


#wrapper {
	position: relative;
	top:114px;
	width: 974px;
	height: 1000px;
	margin: 0 auto;
}

#banner {
	position: absolute;
	width: 974px;
	height: 800px;
	top: 12px;
}
/* END TEMP */

.panel {
	width: 974px;
	height: 800px;
	overflow: hidden;
}
.panel#col_panel {
	height: 262px;
}
#banner div,
#banner img {
	position: absolute;
}

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

.frame {
	box-sizing: border-box;
	border: 1px solid #000;
}

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

.mainClickTag {
	cursor: pointer;
	background-color: black; opacity: 0; /*IE 10 make clickable fix*/
}
.ctaBtn, .closeBtn {
	/*border-radius: 5px; /*for boxShadow/glow*/
	/*	box-shadow: 0px 0px 20px 0px #FFFFFF;*/
	cursor: pointer;
}
.closeBtn {
	padding: 4px;
	top: 6px;
	right: 7px;
	/*box-shadow: 0px 0px 5px 0px #000000;*/
	z-index: 1000;
}
/* /General */



/* COLLAPSED Panel
-----------------------------------------------------------------------------*/
#col_panel {
	visibility: hidden; /* Firefox fix: "display:none" not working for svg/tweenmax */
}

#auto_closeBtn {
	display: none;
}

#col_mainClickTag {
	width: 974px;
	height: 250px;
}

#col_bg {
	top: 0;
	left: 0;
}

#col_logo {
	top: 30px;
	left: 40px;
}


/* COLLAPSED BTNS */
#col_expBtn, #col_ctaBtn, #exp_ctaBtn {
	width: 171px;
	height: 40px;
	background: url("../images/col_ctaBtn.png") no-repeat;
	overflow: hidden;
	pointer-events: all;
	cursor: pointer;
}

#col_expBtn {
	top: 200px;
	right: 100px;
}

#col_ctaBtn {
	top: 200px;
	left: 100px;
}

#exp_ctaBtn {
	bottom: 200px;
	right: 100px;
	z-index: 1001;
}


#col_cta1, #col_exp1, #exp_cta1 {
	position: absolute;
	top: 10.5px;
	left: 19.5px;
	transition: all .35s cubic-bezier(.5,.25,.5,1);
	pointer-events: none;
}

#col_exp1 {
	left: 30.5px;
}

#col_cta1.rollOver, #col_exp1.rollOver, #exp_cta1.rollOver {
	top: 45px;
}

#col_cta1.rollOut, #col_exp1.rollOut, #exp_cta1.rollOut {
	top: 10.5px;
}

#col_cta2, #col_exp2, #exp_cta2 {
	position: absolute;
	top: -35px;
	left: 19.5px;
	transition: all .35s cubic-bezier(.5,.25,.5,1);
	pointer-events: none;
}

#col_exp2 {
	left: 30.5px;
}

#col_cta2.rollOver, #col_exp2.rollOver, #exp_cta2.rollOver {
	top: 10.5px;
}

#col_cta2.rollOut, #col_exp2.rollOut, #exp_cta2.rollOut {
	top: -35px;
}


/* /COLLAPSED Panel */



/* AUTO Panel
-----------------------------------------------------------------------------*/
#auto_panel {
	visibility: hidden; /* Firefox fix: "display:none" not working for svg/tweenmax */
	z-index: 998;
}


#canvasOutput, #canvasOutput2 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 974px;
	height: 800px;
	z-index: 999;
    pointer-events: none;
    z-index: 999;
}

canvas {
	display: inline-block;
}

#introVideo, #userVideo {
	object-fit: contain;
	display: none;
	pointer-events: none;
}

#output, #output2 {
	width: 974px;
	height: 800px;
}

#buffer, #buffer2 {
	display: none;
}



/* User Panel
-----------------------------------------------------------------------------*/
#exp_panel {
	visibility: hidden; /* Firefox fix: "display:none" not working for svg/tweenmax */
	z-index: 998;
}

/* /EXPAND Panel */
#exp_bg{
	top: 250px;
	left: 0px;
	display: none;
}

#exp_logo {
	top: 30px;
	left: 40px;

}

#exp_tagline{
	top: 150px;
	left:175px;
}

#vidContainer{
	position: absolute;
	left:40px;
	top: 280px;
	width: 630px;
	height: 370px;
	z-index: 1001;
}

#vidFrame {
	pointer-events: none;
	cursor: default;
	z-index: 1002;
}

#youtubeVideo {
	position: absolute;
	top: 9px;
	left: 5px;
	width: 618px;
	height: 348px;
	display: block;
	background: #000;
  	cursor: pointer;
  	z-index: 1001;
}

gwd-youtube{display:block; width: 618px; height: 348px;}
gwd-youtube>.youtube-overlay{left:0;position:absolute;top:0}
gwd-youtube>.youtube-play-button{background-color:rgba(255,255,255,.3);background-position:center center;background-repeat:no-repeat; width: 618px; height: 348px;}
gwd-youtube>.youtube-play-button>.youtube-thumbnail{left:0;opacity:0;padding:0;position:absolute;top:0; width: 618px; height: 348px;}





/* = 300x250 BANNER
-----------------------------------------------------------------------------*/
#ad {
	position: absolute;
	top: 608px;
	left: 657px;
	width: 300px;
	height: 250px;
	margin: auto;
	z-index: 997;
}

#introVideo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#mainClickTag {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 300px;
	height: 250px;
  	background-color: rgba(255,255,255,0);
  	cursor: pointer;
}

#startFrame {
	position: absolute;
  	top: 0px;
  	left: 0px;
}

#border {
	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 298px;
  	height: 248px;
  	border:1px solid #000;
  	display: none;
}

#date_end {
	position: absolute;
  	top: 190px;
  	left: 67px;
  	transition: all .5s ease;
  	opacity: 0;
}

#ctaBtn {
	position: absolute;
  	bottom: 10px;
  	left: 65px;
  	width: 170px;
  	height: 27px;
  	border: 1px solid #FFF;
  	transition: all .75s ease;
  	overflow: hidden;
  	opacity: 0;
}

#ctaTxt1{
	position: absolute;
	top: 3px;
	left: 20px;
	transition: all .4s ease;
}

#ctaTxt1.rollOver{
	top: 40px;
}

#ctaTxt1.rollOut{
	top: 3px;
}


#ctaTxt2{
	position: absolute;
	top: -25px;
	left: 20px;
	transition: all .4s ease;
}

#ctaTxt2.rollOver{
	top: 3px;
}

#ctaTxt2.rollOut{
	top: -25px;
}



.fadeIn {
	opacity: 1 !important;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}
::-moz-focus-inner {border:0;}
