@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,700);

/*common*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	min-width: 1200px;
}

a:hover {
	opacity: 0.7;
}

.clearfix {
	zoom:1;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

.container {
	max-width: 1200px;
}
/*common-END*/

#topV {
	background: url("../img/player-bg.jpg") no-repeat #FFF;
	background-size: cover;
	height: 800px;
	overflow: hidden;
	margin-bottom: 50px;
}

.playerWrapper {
	position: absolute;
	left:0px;
	top:0px;
	min-width:100%;
	height:800px;
	background-image: url(../img/player-wrap.png);
	z-index: 111;
}


#topV .headerBlock {
	margin-top:50px;
}

.headerBlock {
	position: relative;
	background-color:rgba(255,255,255,0.9);
	padding:10px 0px;
	z-index: 333;
	box-shadow: 0px 0px 6px 3px rgba(148, 148, 148, 0.65098);
	-webkit-box-shadow: 0px 0px 6px 3px rgba(148, 148, 148, 0.65098);
	-moz-box-shadow: 0px 0px 6px 3px rgba(148, 148, 148, 0.65098);
}
.headerBlock h1 {
	width: 260px;
	height: 80px;
	text-indent: -9999px;
	margin:0 auto;
}

.headerBlock h1 a {
	background: url("../img/logo.png") no-repeat;
	display: block;
	width: 260px;
	height: 80px;
}

.headerBlock ul.gNavi {
	position: absolute;
	left:35px;
	bottom:15px;
	list-style-type: none;
	height:23px;
	overflow: hidden;
	margin-bottom:0px;
}

.headerBlock ul.gNavi li {
	float: left;
	border-right:1px dotted #333;
	margin-right:5px;
	padding-right:5px;
	margin-bottom:0px;
}

.headerBlock ul.gNavi li:last-child {
	border:none;
}

.headerBlock ul.gNavi li a {
	text-decoration: none;
	font-size:16px;
	color: #333;
}

.headerBlock ul.gNavi li.crts a {
	background-color: #FFDA2C;
	padding:0 5px;
	color: #333;
}

.headerBlock ul.sNavi {
	position: absolute;
	right:35px;
	bottom:20px;
	list-style-type: none;
	margin-bottom:0px;
}
.headerBlock ul.sNavi li {
	float: left;
	margin-right:10px;
}

.headerBlock ul.sNavi li img {
	width: 40px;
	height: 40px;
}


h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	margin: 0px 0px 25px;
	padding:10px 0px;
}

.newsBlock {
	padding: 30px 0px 50px;
}

.newsBlock .pic{
	position: relative;
	float: left;
	width: 192px;
	height: 108px;
	margin: 0px 30px 10px 0px;
}

.newsBlock .pic .starburst {
	background: url(../img/starburst.png);
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	top:-30px;
	right:-30px;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 0.8;
	color: #FFF;
	font-size: 19px;
	padding-top:20px;
}

.newsBlock .pic img{
	width: 192px;
	height: 108px;
}

.newsBlock h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

.newsBlock .cTxt {
	font-size: 12px;
	margin:0px;
}


.creatorsBlock{
	padding: 30px 0px 50px;
}
.creatorsBlock h2 {
	background-color: #FFDA2C;
	padding-top:15px;
}

.creatorsBlock .row {
	margin: 30px inherit;
}

.creatorsBlock .pImg {
	text-align: center;
	margin:0px;
}

.creatorsBlock .pImg img {
	border-radius:150px;
	width: 150px;
	height: 150px;
}

.creatorsBlock h3 {
	font-size: 18px;
	text-align: center;
	margin:5px 0px;
}

.creatorsBlock .pTxt {
	font-size: 14px;
	margin:0px;
}

.creatorsBlock a {
	color: #333;
	text-decoration: none;
}

.creatorsBlock a:hover {
	opacity:0.8 !important;
}

.aboutBlock {
	position: relative;
	background:url("../img/about-bg.png") bottom center no-repeat #EFEFEF;
	background-position-x: 0px;
	padding: 30px 0px;
	height: 700px;
}
@media (max-width: 550px){
	.aboutBlock {
		background:url("../img/about-bg.png") bottom center no-repeat #EFEFEF;
	background-position-x: -20%;
		background-size: 80%;
	}
}
.aboutBlock .cW{
	position: absolute;
	top:100px;
	right:20%;
}

.aboutBlock .cW p.linkBox {
	text-align: center;
}

.aboutBlock .cW p.linkBox a{
	margin-right:15px;
}

.aboutBlock .cW p.linkBox a:last-child {
	margin:0px;
}

.footerBlock {
	position: relative;
	background-color: #D8D8D8;
	text-align: center;
	padding:30px;
}

.footerBlock .toTop a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 0px;
	left: 50px;
	background: url("../img/to-top.png") center center no-repeat #EEE;
	width: 100px;
	height: 100px;
}

.footerBlock .toTop a:hover {
	background-color: #FFDA2C;
	opacity: 1;
}

.footerBlock .copyright {
	font-size: 12px;
}




/**CREATORS**/
.creatorPage .profileBlock {
	padding:75px 0px 50px;
}
.creatorPage .profileBlock .pLeft{
	float: left;
	width: 48%;
	margin-right:4%;
}

.creatorPage .profileBlock .pLeft .pImg img{
	width:100%;
	border-radius:100%;
	padding:15px;
	border:3px solid #FFDA2C;
}

.creatorPage .profileBlock .pLeft .linkBox {
	text-align: center;
}

.creatorPage .profileBlock .pLeft .linkBox a {
	margin:0 10px;
}

.creatorPage .profileBlock .pRight{
	float: left;
	width: 48%;
}

.creatorPage .profileBlock .pRight h2 {
	background-color: #FFDA2C;
	font-size:50px;
}

.creatorPage .profileBlock .pRight h2 span{
	display: block;
	font-size:14px;
	color: #666;
}

.creatorPage .profileBlock .pRight .desc {
	color: #555;
}

.creatorPage .gallryBlock {
	padding:0px 0px 75px;
}
.creatorPage .gallryBlock .pic {
	display: table-cell;
	background-color: #EEE;
	line-height: 500px;
}

.creatorPage .gallryBlock .pic img {
	float: left;
	width: 33%;
}


/*recruit*/
.recruitPage .profileBlock {
	padding:75px 0px 50px;
}
.recruitPage .profileBlock .pLeft{
	float: left;
	width: 48%;
	margin-right:4%;
}

.recruitPage .profileBlock .pLeft .pImg img{
	width:100%;
	border-radius:100%;
	padding:15px;
	border:3px solid #FFDA2C;
}

.recruitPage .profileBlock .pLeft .linkBox {
	text-align: center;
}

.recruitPage .profileBlock .pLeft .linkBox a {
	margin:0 10px;
}

.recruitPage .profileBlock .pRight{
	float: left;
	width: 48%;
}

.recruitPage .profileBlock .pRight h2 {
	background-color: #FFDA2C;
	font-size:50px;
}

.recruitPage .profileBlock .pRight h2 span{
	display: block;
	font-size:14px;
	color: #666;
}

.recruitPage .profileBlock .pRight .desc {
	color: #555;
}

.recruitPage .gallryBlock {
	padding:0px 0px 75px;
}
.recruitPage .gallryBlock .pic {
	display: table-cell;
	background-color: #EEE;
	line-height: 500px;
}

.recruitPage .gallryBlock .pic img {
	float: left;
	width: 33%;
}

.recruitPage h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	text-align: left;
	margin: 0px;
	padding:10px 0px 0px 0px;
}

