@charset "utf-8";

/* web font */
@font-face {
	font-family: 'Geogrotesque-Regular';
	src: url('webfont/Geogrotesque-Regular.eot?') format('eot'), 
	     url('webfont/Geogrotesque-Regular.otf')  format('opentype'),
	     url('webfont/Geogrotesque-Regular.woff') format('woff'), 
	     url('webfont/Geogrotesque-Regular.ttf')  format('truetype'),
	     url('webfont/Geogrotesque-Regular.svg#Geogrotesque-Regular') format('svg');
}


/* website style */
html{
margin:0px;
height:100%; 	
}

*, *:before, *:after {
    box-sizing: border-box;
}

body{
	font-family: 'Geogrotesque-Regular' !important;
	background:url(../images/bgDot.png) #000000;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

#homepage{
	/*width:1280px;
	height:768px;*/
	width:100%;
	height:100%;
	/*margin:0 auto;
	background:url(../assets/homepage/2.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	min-width:100%;
	min-height:100%;*/
	z-index:1;
	
	display:none;
}
#homepageBG{
	height:768px;
	height:100%;
	width:100%;
	margin:0 auto;
	background:url(../assets/homepage/2.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	z-index:1;
	box-shadow: 3px 3px 18px #020202;
}
#homepageCurrentBG{
	/*width:1280px;*/
	height:768px;
	width:100%;
	height:100%;
	margin:0 auto;
	line-height:768px;
	background:url(../assets/homepage/1.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	z-index:1;
}

/***** Loading animation & style start *****/
@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes loading {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes loading {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}
@keyframes loading {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#loading{
	margin:auto;
	width:30px;
	height:30px;
	z-index:100;
	position:absolute;
	top:50%;
	margin-top:-15px; /* negative half of the height */
	left:50%;
	margin-left:-15px;
}
#loadingTxt{
	font-family: 'Geogrotesque-Regular' !important;
	font-size:12px;
	line-height:12px;
	color:#ffffff;
	padding:0;
	left:0;
	top:9px;
	position:absolute;
	width:100%;
	text-align:center;
}
#loadingCircle{
	position:absolute;
	width:100%;
	height:100%;
	padding:0;
	background:url(../images/loadingCircle.png);
	left:0;
	top:0;
	-webkit-animation: loading 1s infinite linear;
	-moz-animation: loading 1s infinite linear;
	-o-animation: loading 1s infinite linear;
	animation: loading 1s infinite linear;
}
/***** Loading animation & style end *****/
#navHeader{
	width:100%;
	height:30px;
	line-height:30px;
	position:absolute;
	top:0;
	left;0;
	z-index:9;
	position:fixed;
}
#navHeaderBG{
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:absolute;
	top:0;
	left;0;
	z-index:8;
	position:fixed;
}

#footer{
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:fixed;
	bottom:0;
	left;0;
	z-index:5;
	color: #fff;
	line-height:30px;
	font-size:10px;
	text-align:center;
}
#worksNav{display:none;}
.navbar{
	margin:auto;
	height:30px;
	width:80%;
	z-index:3;
}
.nav {
    list-style: none outside none;
}
.navbar-nav {
    margin: 0 auto;
	float: left;
	width:100%;
}
.nav > li {
    display: block;
    position: relative;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	width:15.45%;
}

.nav > li a {
    color: #0099ff;
    text-decoration: none;
	display: block;
	position: relative;
	font-size:12px;
	width:128px;
	width:100%;
}
.nav > li a:hover, .nav > li a.active{
	background:url(../images/navBtnBG.png) #000;
	height:42px;
	font-size:13px;
	color:#fff;
	line-height:42px;
	box-shadow: 3px 3px 8px #000;
}
.navImgBtnLeft{
	width:37px;
	height:73px;
	line-height:73px;
	position:absolute;
	left:0;
	background:url(../images/navImgBtnLeft.png);
	z-index:2;
	position:absolute;
	top:50%;
	margin-top:-19px;
	cursor:pointer;
}

.navImgBtnRight{
	width:37px;
	height:73px;
	line-height:73px;
	position:absolute;
	right:0;
	background:url(../images/navImgBtnRight.png);
	z-index:2;
	position:absolute;
	top:50%;
	margin-top:-19px;
	cursor:pointer;
}
#sliderPoints{
	position:absolute;
	bottom:46px;
	
	left:50%;
	margin-left:-20px; /* the width of total elements*/
}
#sliderPointsAbout{
	position:absolute;
	bottom:46px;
	left:18%;
	margin-left:-20px;
	z-index:20;
}
.point{
	width:5px;
	height:5px;
	line-height:5px;
	background:#fff;
	float:left;
	display:block;
	margin:0 0 0 5px;
	opacity:0.3;
	filter:alpha(opacity=30);
}
.pointOn{
	width:5px;
	height:5px;
	line-height:5px;
	background:#0099ff;
	float:left;
	display:block;
	margin:0 0 0 5px;
}

#homepageLogo{
	background:url(../images/homepageLogo.png) no-repeat;
	margin:auto;
	width:312px;
	height:166px;
	line-height:166px;
	z-index:5;
	position:absolute;
	top:50%;
	margin-top:-83px; /* negative half of the height */
	left:50%;
	margin-left:-156px;
}
#homepageLogoTxt{
	font-size:13px;
	color:#fff;
	position:absolute;
	top:136px;
	height:32px;
	line-height:32px;
	text-align:center;
	width:312px;
}

#about{
	background-color:#111111;
	/*width:1280px;*/
	width:100%;
	margin:0 auto;
	/*height:708px;*/
	height:100%;
/*	position:absolute;
	left:50%;
	top:30px;
	margin-left:-640px;*/
	background:url(../images/aboutBG.jpg) no-repeat;
	box-shadow: 3px 3px 18px #020202;
	background-size:cover;
	background-position:center;
	display:none;
}
/*#aboutHeader{
	background:url(../images/aboutHeaderBG.jpg);
	position:absolute;
	left:0;
	top:0;
	height:	296px;
	width:808px;
}*/
#aboutTitle{
	width:248px;
	height:50px;
	line-height:50px;
	font-size:40px;
	color:#0099ff;
	position:absolute;
	left:35px;
	top:60px;
	text-align:center;
	background-color:#000;
}
#aboutContentBG{
	/*position:absolute;
	left:521px;
	top:0;*/
	left:0;
	position:absolute;
	width:592px;
	/*height:708px;*/
	height:100%;
	background-color:#111;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#aboutContent{
/*	position:absolute;
	left:521px;
	top:30px;*/
	left:521px;
	left:36%;
	position:relative;
	width:592px;
	/*height:678px;*/
	
	height:100%;
	font-family:font-family: 'Geogrotesque-Regular' !important;, "Adobe 黑体 Std R","黑体";
	font-size: 13px;
	line-height:20px;
	letter-spacing:1px;
	color:#fff;
}
#aboutTxt{
	width:500px;
	height:496px;
	position:absolute;
	left:40px;
	top:150px;
}
#aboutSlider{
	/*width:521px;
	height:708px;*/
	width:36%;
	height:100%;
	position:absolute;
	top:-30px;
	background-size:cover;
	background-position:center;
	/*left:0;*/
	background-image:url(../images/aboutImg0.jpg);
	z-index:1;
}
#aboutSliderBG{
	/*width:521px;
	width:31%;
	height:708px;*/
	width:36%;
	height:100%;
	position:absolute;
	top:-30px;
	background-size:cover;
	background-position:center;
	/*left:0;*/
	background-image:url(../images/aboutImg1.jpg);
	z-index:0;
}
.aboutSubTitle{
	color:#0099ff;
	font-size:15px;
	line-height:18px;
	font-family:font-family: 'Geogrotesque-Regular' !important;", "Adobe 黑体 Std R","黑体;
	font-weight:bold;
}
.c1{width:50px;height:15px;float:left}
.c2{height:15px;float:left;}
.space{
	clear:both;
	float:left;
	width:100%;
	height:30px;	
}
#works{display:none;width:100%;}
#worksList div{float:left;}
#worksList div a{display:block;overflow:hidden;position:relative;height:100%;width:100%;text-decoration:none;}
#worksList div a:hover .overlay{opacity:1;}
#worksList .overlay{
	background:url(../images/worksInfoBG.png) no-repeat;
	background-position: 100% 100%;
	background-size:contain;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
#worksList .overlay .info{
	bottom: 0;
    color: white;
    margin: 0;
    position: absolute;
	height:30%;
	width:90%;
}
#largeImgBox{
	position:absolute; z-index:2; width:100%; height:854px; max-height:854px; top:-1000px; display:none;
}
#largeImg{position:absolute; left:50%;box-shadow: 3px 3px 8px #000;}
#closeBtn{width:36px;height:36px;position:absolute;display:block;box-shadow: 3px 3px 8px #000;}

.title{
	font-size: 14px;
    font-weight: bold;
    margin-left: 28%;
	margin-top: 1px;
	color:#FFF;
	width:80%;
}
.blue{color:#0099ff;}
#worksList a img{width:100%;height:100%;border:0;padding:0;margin:0;float:left; cursor:pointer;};
#clients{display:none;}
#clientsContent{
	margin:auto;
	width:1039px;
	height:542px;
	z-index:2;
	position:absolute;
	top:50%;
	margin-top:-271px; /* negative half of the height */
	left:50%;
	margin-left:-516px;
}

#clientsContent a,#clientsContent a:visited, #clientsContent a:link {
	width:343px;
	height:180px;
	float:left;
	display:block;
	position:relative;
	z-index:1;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin:0 3px 3px 0;
}
#clientsContent a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}

#logoCygames{
	background:url(../images/logo_cygames.png);
}
#logoSohu{
	background:url(../images/logo_sohu.png);
}
#logoSony{
background:url(../images/logo_sony.png);}
#logoDena{
background:url(../images/logo_dena.png);}
#logoWarhamer{
background:url(../images/logo_warhammer.png);}
#logoUniveral{
background:url(../images/logo_universal.png);}
#logoApplibot{
background:url(../images/logo_applibot.png);}
#logoMarvel{
background:url(../images/logo_marvel.png);}
#logoTrigger{
background:url(../images/logo_trigger.png);}

/*.clientsBG{
	width:343px;
	height:180px;
	line-height:180px;
	float:left;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin:0 3px 3px 0;
	z-index:0;
}*/
#contact{display:none;}
#recruit{display:none;}
#recruitContent{
	margin:auto;
	width:640px;
	height:638px;
	z-index:2;
	position:absolute;
	margin-top:68px; /* negative half of the height */
	left:50%;
	margin-left:-320px;
	background-color:#111111;
	box-shadow: 3px 3px 18px #020202;
}
#recruitTitleSection{
	margin:26px auto;
	width:100%;
	height:82px;
	text-align:center;
}
#recruitTitle1{
	font-family:font-family: 'Geogrotesque-Regular' !important;, "Adobe 黑体 Std R","黑体";
	width:100%;
	height:36px;
	line-height:36px;
	font-size:38px;
	color:#0099ff;
}
#recruitTitle2{
	font-family:font-family: 'Geogrotesque-Regular' !important;, "Adobe 黑体 Std R","黑体";
	width:100%;
	height:30px;
	line-height:30px;
	font-size:31px;
	color:#a9b2bf;
}
#recruitContentSection{
	font-family:font-family: 'Geogrotesque-Regular' !important;, "Adobe 黑体 Std R","黑体";
	width:640px;
	height:435px;
	background-color:#292929;
	position:absolute;
	top:112px;
	box-shadow: 0 -3px 5px #020202;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
}
.recruitContentSectionShadow{
	width:640px;
	height:435px;
	position:absolute;
	top:112px;
	box-shadow: 0 3px 5px #020202;
}
.recruitSubTitle{
	color:#0099ff;
	font-size:13px;
}
.size14{
	font-size:14px;
}
#recruitPos{
	top:43px;
	left:64px;
	position:absolute;
}
.mail{
	color:#0099ff;
}
#contactContent{
	width:640px;
	height:340px;
	margin:auto;
	z-index:2;
	position:absolute;
	top:50%;
	margin-top:-170px; /* negative half of the height */
	left:50%;
	margin-left:-320px;
	background-color:#111111;
	box-shadow: 3px 3px 18px #020202;
}
.bgGray{
	background-color:#252525;	
}
.contactSplitBox{
	font-family:font-family: 'Geogrotesque-Regular' !important;, "Adobe 黑体 Std R","黑体";
	font-size:14px;
	color:#bbbbbb;
	width:320px;
	height:100%;
	position:relative;
	float:left;
}
.inputTitle{
	width:60%;
	height:16px;
	float:left;
	line-height:16px;
	margin:7px 0 2px 19px;	
}
.inputTxt{
	width:280px;
	height:30px;
	background-color:#000;
	line-height:30px;
	color:#fff;
	border:0;
	font-size:14px;
	position:relative;
	float:left;
	margin:2px 0 0 19px;
	text-indent: 5px;
}
.inputTxtArea{
	width:280px;
	height:138px;
	background-color:#000;
	color:#fff;
	border:0;
	font-size:14px;
	line-height:30px;
	position:relative;
	float:left;
	margin:2px 0 0 19px;
	text-indent: 5px;
}
.submitButton{
	width:73px;
	height:29px;
	background-color:#0099ff;
	position:relative;
	float:left;
	margin:9px 0 0 19px;
	font-family:font-family: 'Geogrotesque-Regular' !important;, "Adobe 黑体 Std R","黑体";
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:29px;
	cursor:pointer;
}
.col{
	width:100%;
	height:auto;
	float:left;
}
#qq{
	width:25px;
	height:25px;
	background:url(../images/icons.png) 50px 0;
	float:left;
}
#weibo{
	width:25px;
	height:25px;
	background:url(../images/icons.png) 70px 0;
	float:left;
}
#site{
	width:25px;
	height:25px;
	background:url(../images/icons.png) 100px 0;
	float:left;
}
.ctxt1,.ctxt2{
	font-family:font-family: 'Geogrotesque-Regular' !important;, "Adobe 黑体 Std R","黑体";
	font-size:14px;
	color:#bbbbbb;
	float:left;
	width:264px;
	line-height:26px;
	margin:0 0 0 4px;
}
.ctxt2 a,.ctxt2 a:link,.ctxt2 a:visited,.ctxt2 a:link{
	color:#0099ff;
	text-decoration:none;
}
.ctxt1 a,.ctxt1 a:link,.ctxt1 a:visited{
	color:#bbb;
	text-decoration:none;
}
.ctxt1 a:hover{
	color:#0099ff;
}