@charset "utf-8";

/*	version: "v8.0"	*/
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

body {
	display: none;
}

#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.panel {
	overflow: hidden;
}

#main-panel {
	background: url("../images/bg.png") top left no-repeat;
}


img, svg {
	width: 100%;
	height: 100%;
}

.full-col { width:970px; height:250px; }

.full-exp {}

.free {
	position: absolute;
}

.centered {
	text-align: center;
}

.no-point {
	pointer-events: none !important;
}


#logo {
	width: 66px;
	height: 84px;
	
	left: 24px;
	top: 40px;
	
	background: url("../images/logo.png") top left no-repeat;
}

#copy {
	left: 115px;
	top: 40px;
}

#cursor {
	width: 25px;
	height: 5px;
	top: 25px;
	opacity: 0;
}

#cursor-inner {
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.line {
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 0;
}

.block, .line-inner {
	width: 460px;
}

.block {
	height: 130px;
}

.line-inner {
	height: auto !important
}

#virus {
	background: url("../images/virus.png") top left no-repeat;
	width: 664px;
	height: 340px;
	
	left: 1000px;
}

#sniper {
	background: url("../images/sniper.png") top left no-repeat;
	width: 396px;
	height: 357px;
	
	left: 1000px;
}

#cyber {
	background: url("../images/cyber.png") top left no-repeat;
	width: 296px;
	height: 361px;
	
	left: 1000px;
	top: 10px;
}

#front-soldiers {
	background: url("../images/front_soldiers.png") top left no-repeat;
	width: 194px;
	height: 233px;
	
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
	-moz-transform: scale(3);
	-webkit-transform: scale(3);
	transform: scale(3);
	
	left: 611px;
	opacity: 0;
	top: -100px;
}

#cta, #cta-bg {
	width: 209px;
	height: 44px;
}

#cta {
	left: 115px;
	top: 172px;
	opacity: 0;
}

#cta-inner {
	overflow: hidden;
	position: relative;
	height: 44px;
	z-index: 2;
	width: 0;
}

#cta-cursor {
	width: 8px;
	height: 2px;
	opacity: 0;
	top: 26px;
	z-index: 2;
	left: 161px;
}

#cta-cursor-inner {
	background-color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
}

#cta-copy {
	height: 44px;
	width: 209px;
}

#cta-bg {
	background-color: #000;
	top: 0;
}