@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-color: silver;
	cursor: pointer;
	color: white;
}
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;
}

em { font-style:italic; }

strong { font-style:bold; }

/*MAIN*/

body {
  font-family: Arial, sans-serif;
  margin:0px;
}

#ad,
#banner
{
	width: 970px;
	height: 250px;	
}

#ad {
   display: block;
   overflow:hidden;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background: black; 
}

#banner{
  position:absolute;
  display: block;
  overflow: hidden;
  background: black;	
}


.border {
	border: 1px solid #b6251a;
	height: 248px;
	position: relative;
}

/*VIDEO*/

.video-container {
width: 460px;
height: 190px;	
}

.video-container {

position: absolute;
background-color: #2a2a2a;
opacity: 1;
display: none;
z-index: 20;
}

.video-position {
  margin: auto;
  position: absolute;
  top: 30px;
  left: 25px;
}

video {
  height: 100%;
  width: 100%;
	z-index: 5;
}

#video {

	z-index: 5;
	position: absolute;
	
}

#videoIntro {
   position: absolute;
   width: 968px;
   height: 248px;
	top: 1px;
	left: 1px;
	z-index: 0;
}


/*BUTTON*/

.button {
	position: absolute;
	cursor:pointer;
}

.click-main,
.click-video {
	height: 250px;
	width: 970px;
	z-index: 10;
}

.click-video {
	display: none;
	width: 460px;
	height: 30px;
	z-index: 25;
	left: 25px;
	top: 220px;
}

.click-video-top {
	display: none;
	width: 460px;
	height: 30px;
	z-index: 25;
	left: 25px;
}



.click-play {
	height: 190px;
	width: 460px;
	left: 25px;
	z-index: 25;
	top: 30px;
	position: relative;
	float: left;
	display: none;
}

.click-replay {
	height: 60px;
	width: 300px;
	left: 125px;
	z-index: 25;
	top: 190px;
	position: relative;
	float: left;
	display: none;
}

.click-video-left {
	display: none;
	width: 25px;
	height: 250px;
	z-index: 25;
}

.click-video-right {
	display: none;
	width: 485px;
	height: 250px;
	z-index: 25;
	left: 485px;
}

.click-play {
	width: 160px;
	height: 67px;
	
	z-index: 15;
	display: none;
}

.click-alt {
	width: 140px;
	height: 20px;
	top: 170px;
	left: 80px;
	z-index: 15;
	display: none;
}

/*ELEMENTS*/



.element, .elementBottom {
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	opacity: 0;
	background-size:scale;
	background-position: center center;
	-webkit-backface-visibility: hidden; /* add to fix webkit bug jitter */
  -webkit-transform: perspective(1000px); /* add to fix webkit bug jitter */
	backface-visibility: hidden; /* add to fix webkit bug jitter */
  transform: perspective(1000px); /* add to fix webkit bug jitter */
	/*image-rendering: -webkit-optimize-contrast;*/
	border:none;
}

.element {
	top:0;
}

.artwork {
	width: 1000px;
	height: 950px;
	background-size: 871px 751px;
	background: url(images/artwork.jpg);
	background-color: black;
	background-repeat: no-repeat;
	left: -240px;
	top: -280px;
}

.flameArea {
	width: 80px;
	height: 100px;
	top: 159px;
	left: 384px;
	overflow: hidden;
}

.flame {
	width: 100%;
	height: 100%;
	background: url(images/candle_animation.png) no-repeat 0 0;
	
}

.smokeArea {
	width: 200px;
	height: 200px;
	background: url(images/smoke.png) no-repeat 0 bottom;
	left: 376px;
	bottom: 720px;
}

.dater { 
width: 380px; height:50px;
background-size: scale;
	top: 180px;
	left:480px;
}

.outDate { background-image: url(images/dater_date.svg); }

.outDay { background-image: url(images/dater_day.svg); }

.outNow { background-image: url(images/dater_now.svg); }

.cta {
	width: 200px;
	height: 50px;
	top: 180px;
	left:570px;
	background-color: #b6251a;
	padding: 4px;
}

.replay {
	width: 270px;
	height: 30px;
	left: 140px;
	top: 205px;
	background-color: #b6251a;
	padding: 2px;
}


.trailer { background-image: url(images/cta_trailer.svg); }

.tickets { background-image: url(images/cta_tickets.svg); }

.replay { background-image: url(images/cta_replay.svg); }

.producer {
	width: 650px;
	height: 100%;
	left:320px;
	background-image: url(images/text_producer.svg);
}

.producerTop {
	width: 310px;
	height: 50px;
	left:510px;
	top:5px;
	background-image: url(images/text_producer_top.svg);
}

.tag {
	width: 250px;
	height: 50px;
	left:540px;
	top:5px;
	background-image: url(images/text_tagline.svg);
}
       
.title {
	width: 500px;
	height: 100px;
	background-image: url(images/title.svg);
	left: 420px;
	top: 70px;
}

.logoLeft, .logoRight { width: 65px; height: 18px; top: 227px;}

.logoLeft { background:url(images/logo_left.png); left: 3px; }

.logoRight { background:url(images/logo_right.png);
	left: 900px;
}



.video-start {
	width: 460px;
	height: 190px;
	top: 30px;
	left: 25px;
	background-color: grey;
}

.video-start { background-image: url(images/poster.jpg); }
