@charset "UTF-8";
/* CSS Document */
@import url(fonts/fonts.css);
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin,latin-ext);
*{margin:0;padding:0;border:none;outline:none}
a, a:link, a:active, a:visited{
	color:#fff;
	text-decoration:none
}
body{
	background:#010101 url(../img/bg.jpg) no-repeat center top fixed;
	font-family: 'MisoRegular';
    font-weight: normal;
    font-style: normal;
}
#header{
	width:100%;
	height:28px;
	background-color:rgba(0,0,0,.6);
	border-bottom:solid 1px #312F32;
	font-size:12px;
	color:#CCC;
	line-height:28px;
	font-family: 'Oxygen', sans-serif;
	}
	p.left{
		margin-left:6px;
		float:left;
	}
	p.right{
		margin-right:6px;
		float:right;
	}
	strong{font-weight:700}
	
	#team_group{
		position:absolute;
		top:0;
		margin:auto;
		text-align:center;
		width:960px;
		height:56px;
	}
	
#section{
	width:960px;
	height:450px;
	margin:48px auto 36px auto;
	}
	#section h1{
	position:relative;
	margin-top:30px;
	color:#ffdd00;
	text-transform: uppercase;
	text-align:center;
	font-size:84px;
	padding-top:20px;
	}
		h1 > span{
			position:absolute;
			top:-5px;
			left:214px;
			font-size:36px;
			text-transform:lowercase
		}
	.group_box{
		background:rgba(0,0,0,.36) url(../img/dot.png);
		margin-top:50px;
		float:left;
		width:310px;
		height:400px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		border-radius:7px;
	}
	.group_box_medium{
		background-color:rgba(0,0,0,.27);
		float:left;
		width:310px;
		height:500px;
		margin:0 15px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		border-radius:7px;
	}
	.top_border{
		width:100%;
		height:5px;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}
	.bottom_border{
		width:100%;
		height:5px;
		-webkit-border-bottom-left-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-bottomleft: 7px;
		-moz-border-radius-bottomright: 7px;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	}
	.taba_border{background:#ffb649 url(../img/line.png)}
	.turq_border{background:#009997 url(../img/line.png)}
	.white_border{background:#fff url(../img/line.png)}
	.brand_box{
		width:100%;
		height:auto;
		text-align:center
	}
		.brand_box .info{
			width:80%;
			height:150px;
			margin:auto;
		}
			.info p{
				color:#fff;
				display:inline-block;
				font-family: 'Oxygen', sans-serif;
				font-size:18px;
				line-height:36px
			}
			.margin80{
				margin-top:80px	
			}
	.brand_box img{margin-top:20px}
	.img_box{
		text-align:center;
		float:left;
		width:155px;
		height:180px
	}
	.img_box_2x{
		text-align:center;
		width:310px;
		height:180px
	}
	.shadow_right_bottom{
		-webkit-box-shadow:4px 4px 10px #111;
		-moz-box-shadow:4px 4px 10px #111;
		box-shadow:4px 4px 10px #111;
	}
	.shadow_left_bottom{
		-webkit-box-shadow:-4px -4px 10px #111;
		-moz-box-shadow:-4px -4px 10px #111;
		box-shadow:-4px 4px 10px #111;
	}
#footer{
	position:fixed;
	bottom:0;
	width:100%;
	height:24px;
	background-color:rgba(0,0,0,.6);
	border-top:solid 1px #312F32;
	font-size:12px;
	color:#CCC;
	line-height:24px;
	font-family: 'Oxygen', sans-serif;
}
#slider{display:none}
.clear{clear:both}