@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: 728px;
	height: 90px;	
}

#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: 88px;
	position: relative;
}



/*BUTTON*/

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

.click-main {
	height: 90px;
	width: 728px;
	z-index: 10;
}



/*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: -385px;
	top: -395px;
}

.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: 450px; height:25px;
background-size: scale;
	top: 55px;
	left:230px;
}

.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: 275px;
	height: 23px;
	top: 55px;
	background-color: #b6251a;
	left:300px;
	padding: 2px;
}


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

.tickets { background-image: url(images/cta_tickets.svg); width: 250px; left:315px; }

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

       
.title {
	width: 550px;
	height: 40px;
	background-image: url(images/title.svg);
	left: 175px;
	top: 25px;
}

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

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

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