@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: #ffffff;

 
}

#banner{
  position:absolute;
  overflow: hidden;
	
}

#ad,
#banner,
.click-main
{
	width: 320px;
	height: 50px;
		
}

.border {
	border: 1px solid #022965;
	height: 48px;
	position: relative;
	z-index: 5;
}

/*BUTTON*/

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

.click-main {
	z-index: 10;
}

/*ELEMENTS*/

.element {
	top: 0;
	left: 0;
	opacity: 0;
	background-repeat: no-repeat;
	position: absolute;
	background-size: scale;
	background-position: center center;
}

.dater { 
	width: 150px; 
	height:60px;
	top: -8px;
	left: 4px;
	z-index: 3 !important;
}

.ctaArea { 
	width:120px;
	height: 15px;
	left: 16px;
	top: 7px;
	background-color: #ffffff;
	box-shadow: 0px 4px 0px #0f1936;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #508ec9;
	border-right: solid 1px #508ec9;
	border-radius: 5px;
	padding: 2px;
	z-index: 3 !important;

	background: #508ec9;
	background: -moz-linear-gradient(top,  #508ec9 0%, #8cd8f5 100%);
background: -webkit-linear-gradient(top,  #508ec9 0%,#8cd8f5 100%);
background: linear-gradient(to bottom,  #508ec9 0%,#8cd8f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508ec9', endColorstr='#8cd8f5',GradientType=0 );
	
}


.cta { 
	width:100%;
	height: 100%;
	position: relative;
}

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

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

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

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

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

.studio {
	width: 100%;
	height: 100%;
	
}

.tag {
	width: 100%;
	height: 100%;
	background-image: url(images/text_tag.svg);
	top: 0px;
	left: 0px;
}

.text-studio {
	width: 200px;
	height: 50px;
	background-image: url(images/text_studio_2lines.svg);
	top: 0px;
	left: 0;
}

.title-dragon {
	width: 130px;
	height: 40px;
	background-image: url(images/title_dragon.png);
	top: 5px;
	left: 173px;
}
       
.title {
	width: 155px;
	height: 35px;
	top: 1px;
	background-image: url(images/title.png);
	left: 0px;
	z-index: 3 !important;

}

.logos { width: 129px; height: 19px; top: 33px; left: 12px; background:url(images/logos.png); z-index: 3; }
      	      	
.artwork {
	width: 424px;
	height: 235px;
	
	background: url(images/artwork.png) no-repeat center;
	z-index: 2;
}

.eyes {
	position: absolute;
	text-align: center;
	width: 424px;
	height: 235px;

	z-index: 1;
}

.artwork, .eyes {
	top: -90px;
	left: 26px;
}
.eye {
	width: 60px;
	height: 45px;
	
	background: #fff;
	display: inline-block;
	margin: 40px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;

	background: #ffffff;
	background: -moz-linear-gradient(-54deg,  #898a91 0%, #ffffff 50%, #ffffff 50%);
	background: -webkit-linear-gradient(-54deg,  #898a91 0%,#ffffff 50%,#ffffff 50%);
	background: linear-gradient(-54deg,  #898a91 0%,#ffffff 50%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898a91', endColorstr='#ffffff',GradientType=1 );
}

.left {
	top: 31px;
	left: 43px;
	
} 

.right {
	top: 57px;
	left: -16px;
} 

.ball {
  width: 31px;
  height: 31px;
  position: absolute;
	  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 border-radius: 50%;
  background-image: url(images/eye.png)	
}

.left .ball {
	  top: 63%;
  left: 52%;
}

.right .ball {
	 left: 46%;
	 top: 62%;
}

