@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 {
   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: #020611; 
   
  
}

#banner{
  position:absolute;
  display: #020611;
  overflow: hidden;
  background: repeat-x center center;
	
}

#ad,
#banner,
.click-main
{
	width: 300px;
	height: 600px;
		
}

.border {
	border: 1px solid #f16b04;
	height: 598px;
	position: relative;
}

/*BUTTON*/

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

.click-main,
.click-video,
.click-video-bottom {
	z-index: 10;
}

.click-video {
	width: 300px;
	height: 290px;
	top: 0px;
	left:0px;
	display: none;
}

.click-video-bottom {
	width: 300px;
	height: 150px;
	top: 450px;
	left:0px;
	display: none;
}

.click-replay,
.click-play {
	width: 298px;
	height: 160px;
	top: 290px;
	left: 1px;
	z-index: 25;
	position: relative;
	float: left;
	display: none;
}

/*VIDEO*/

.video-container {
	width: 298px;
	height: 160px;	
}

.video-container {
	opacity: 1;
	z-index: 20;
	position: absolute;
	background-color: #000000;
	display: none;
}

.video-position {
	top: 290px;
	left: 1px;
	margin: auto;
	position: absolute;
}

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

#video {
	z-index: 5;
	position: absolute;
}

.controls-area {
	width: 100%;
	height: 30px;
	 position: absolute;
	z-index: 10;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.video-controls {
   position: absolute;
   width: 30px;
   height: 30px;
   cursor: pointer;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: scale;
	background-position: center center;
}

#play-btn {
   left: 5px;
	background-image: url("images/btn_play.svg");
}

#pause-btn {
   left: 5px;
	background-image: url("images/btn_pause.svg");
}

#mute-btn {
  right: 5px;
	background-image: url("images/btn_unmuted.svg");
}

#unmute-btn {
   right: 5px;
	background-image: url("images/btn_muted.svg");
}

/*ELEMENTS*/

.element {
	top: 0;
	left: 0;
	opacity: 0;
	background-repeat: no-repeat;
	position: absolute;
	background-size: scale;
	background-position: center center;
	/*border: solid cyan 1px;*/
}

.artwork {
	width: 819px;
	height: 771px;
	background: url(images/artwork.jpg);
	top: -50px;
}

.tagline-5line {
	width: 100%;
	height: 100%;
	background-size:300px 600px;
	background-image: url("images/text_producer_full.svg");
	background-position: top;
}


.tagline-2line {
	width: 300px;
	height: 70px;
	background-image: url("images/text_tag_2line.svg");
	background-size:100% 100%;
	left: 0px;
	top: 10px;
}

.title {
	width: 260px;
	height: 135px;
	top: 420px;
	background-image: url(images/title.png);
	background-size:100% 100%;
	left: 20px;

}

.dater,
.cta { 
	width: 300px; 
	height: 25px;
	left: 0px;
	top: 565px;
}

.dater-2line {
		width: 300px; 
	height: 50px;
	left: 0px;
	top: 530px;
}

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

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

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

.dater-2line.outDate { background-image: url("images/dater_2line_date.svg"); }

.dater-2line.outDay { background-image: url(images/dater_2line_day.svg); }

.dater-2line.outNow { background-image: url(images/dater_2line_now.svg); }

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

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



.replay { 
	width: 100%;
	top: 95px;
	height: 30px;
	left: 0;
	background-image: url(images/cta_replay.svg); 
	border-left: none;
	border-right: none;
	background-color: rgba(236,104,5,0.7);
}

.logo { width: 30px; height: 20px; top: 575px;  }
      	      	
.logo-right { background:url(images/logo_right.png); left: 265px;  }

.logo-left { background:url(images/logo_left.png); left:5px; }


.video-start,
.video-end {
	width: 298px;
	height: 160px;
	top: 290px;
	left: 1px;
}

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

.video-end {
	background-image: url(images/end_frame.jpg);
}