/* CSS Document */

/* = 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;
	overflow: 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;
}

/* = General
/* -------------------------------*/
#ad,#banner, #border {
    width:1900px;
    height:500px;
    display: block;
    overflow: hidden;
}

#ad{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ad div, #ad img {
    position: absolute;
}

#ad {
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
	transform-origin: 0% 0%;
	-webkit-transform:scale(0.6);
	-moz-transform:scale(0.6);
	-ms-transform:scale(0.6);
	transform:scale(0.6);
	position: relative;
	margin: 0 auto;
}

#banner{position: absolute;}
#canvas{cursor: pointer; z-index: 9999; }
#rainCanvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 1900px;
	height: 500px;
	pointer-events:none;
	cursor:default;
	z-index: 9999;
	display: none;
}
#rainCanvas.masked {
	mask: url(arthurMask.svg);
	-webkit-mask: url(arthurMask.svg) top left / cover;
	-o-mask: url(arthurMask.svg) top left / cover;
	-ms-mask: url(arthurMask.svg) top left / cover;
}

#rainCanvas.masked2 {
	mask: url(arthurMask2.svg);
	-webkit-mask: url(arthurMask2.svg) top left / cover;
	-o-mask: url(arthurMask2.svg) top left / cover;
	-ms-mask: url(arthurMask2.svg) top left / cover;
}

#border{
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #000;
    pointer-events: none;
}


/* -------------------------------
  AUDIO
/* -------------------------------*/
#stats{
	position: absolute;
	top: 300px;
	left:300px;
	width: 200px;
	height: 100px;
	text-shadow: 2px 2px 3px #000;
	display: none;
	pointer-events:none;
  cursor:default;
}

#stats p {
	font-size: 26px;
	color: #FFF;
}

#stats1 p, #stats2 p {

}

/* -------------------------------
  VIDEO
/* -------------------------------*/
#vidContainer, #youtubeVideo{
  width:434px;
  height:244px;
	z-index: -5;
}


#vidContainer{
  position:absolute;
  left:1445px;
  top:142px;
  pointer-events:none;
  cursor:default;
  opacity:1;
	display: none;
}

#vidContainer.videoIn {
  opacity: 1 !important;
}

#youtubeVideo {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: #000;
  cursor: pointer;
  pointer-events: all;
}

.ytp-chrome-bottom{
	display: none !important;
}

.ytp-hide-controls.ytp-watermark{
	bottom: 50px !important;
	display: none !important;
	z-index: -999;
}


.fadeIn{
  opacity: 1 !important;
}

.fadeOut{
  opacity: 0 !important;
}
