header{
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	box-shadow: 0px 2px 15px #CA0000 !important;
	-webkit-box-shadow: 0px 2px 15px #CA0000 !important;
	-moz-box-shadow: 0px 2px 15px #999 !important;
	-o-box-shadow: 0px 2px 15px #999 !important;
	-ms-box-shadow: 0px 2px 15px #999 !important;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #CA0000;
}




/*---------------------HOME PAGE STYLES---------------------*/
.intro{
	margin-top:10px;
	height:1100px;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/G10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	
}
.intro1{
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/team/07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.Gaming{
	margin-top:10px;
	height:1100px;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/G10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	
}
.welcome_txt{
	margin-top:40px;
}
.welcome_txt .page_title{
	text-align:left;
	color:#FC0;
}
.welcome_txt  p{margin-top:10px;}
.welcome_txt .small_btn:hover{
	color:#FFF;
	background-color: #E30000;
}
.welcome_promo{position:relative;}
.welcome_promo .big_circle{
	width: 270px;
	height: 270px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #e1704b url(../images/big_circle_bg.png) no-repeat;
	background-size: 100%;
	right: 0px;
	top: 20px;
	position: absolute;
	color: #FFF;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-transition: all 0.3s ease-in;
	background-color: #FFFFFF;
}

.big_circle .sub_heading{margin-top:150px; -webkit-transition: all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in;-o-transition: all 0.3s ease-in;-transition: all 0.3s ease-in; overflow:hidden; color:#FFF; font-family: 'Akzidenz Light'; text-transform:uppercase; margin-bottom:-10px;}
.big_circle p{display:none; width:60%; margin:0 auto; font-size:12px; line-height:19px; color:#FFF;}
.big_circle:hover{background-position:0 -100px;}
.big_circle:hover > .sub_heading{margin-top:60px;}

.big_circle .sub_heading span{color:#222;}

.welcome_promo .small_circle{
	width: 300px;
	height: 200px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	overflow: hidden;
	}
.welcome_promo .small_circle2{
	width: 600px;
	height: 200px;
	padding-top: 5px;
	position: absolute;
	overflow: hidden;
	
	}
.circle1.small_circle{
	top: 397px;
	right: -296px;
}
.circle2.small_circle{
	top: 0px;
	right: 320px;
}


@media (max-width: 1000px) {
  .intro{background:#000; }
  .welcome_txt{margin-top:0px !important;}
}
