/*=================================*/
/* Coder: FalconHQ
/* http://falconhq.eu/
/* Skype: theikid123
/*=================================*/

@font-face {
	font-family:'Devanagari';
	src:url('AdobeDevanagari-Regular.eot?#iefix') format('embedded-opentype'),
		url('AdobeDevanagari-Regular.otf')  format('opentype'),
		url('AdobeDevanagari-Regular.woff') format('woff'),
		url('AdobeDevanagari-Regular.ttf')  format('truetype'),
		url('AdobeDevanagari-Regular.svg#AdobeDevanagari-Regular') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'BebasNeue';
	src:url('BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('BebasNeue.otf')  format('opentype'),
	    url('BebasNeue.woff') format('woff'),
		url('BebasNeue.ttf')  format('truetype'),
		url('BebasNeue.svg#BebasNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}

body {
	background:url('../images/bg.jpg') repeat-x center top #02090c;
	margin:0 auto;
	padding:0 auto;
	font:13px 'Devanagari', sans-serif;
	color:#c6c9cc;
}

nav {
	background:url('../images/menu.png') no-repeat;
	width:1044px;
	height:71px;
	margin:0 auto;
	padding:0 auto;
	display:flex;
}

nav #nleft {
	margin:12px auto 0 auto;
	padding:0 0 0 70px;
	width:522px;
}

nav #nright {
	margin:12px auto 0 auto;
	padding:0 0 0 95px;
	width:522px;
}

nav ul {
	list-style:none;
	display:flex;
	margin:0 auto;
}

nav ul li {
	margin:0 20px;
}

nav ul li a {
	font:18px 'Devanagari', sans-serif;
	color:#d7dade;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
}

nav ul li a:hover {
	text-decoration:none;
	color:#f7faff;
}

nav ul li a:active {
	text-decoration:none;
	color:#d7dade;
}

#wrapper {
	width:1024px;
	margin:0 auto;
	padding:0 auto;
	position:relative;
}

#ctop {
	background:url('../images/ctop.png') no-repeat;
	width:1024px;
	height:87px;
	margin-top:315px;
}

#cbot {
	background:url('../images/cbot.png') no-repeat;
	width:1024px;
	height:92px;
}

#cbg {
	background:url('../images/cbg.png') repeat-y;
	width:1000px;
	min-height:600px;
	margin-left:12px;
	display:flex;
}

#cbg #center {
	width:364px;
	margin-left:28px;
	margin-top:-95px;
}

#cbg #center .play {
	background:url('../images/play_now.png') 0 0 no-repeat;
	width:270px;
	height:42px;
	display:block;
	margin:0 auto;
}

#cbg #center .play .fhover {
	background:url('../images/play_now.png') 0 -42px;
	width:270px;
	height:42px;
}

#cbg #center #news {
	margin-top:25px;
}

#cbg #center #news #timer {
	margin:0 auto;
}

#cbg #center #news #timer ul.countdown {
	list-style:none;
	display:block;
	text-align:center;
}

#cbg #center #news #timer ul.countdown li {
	display:inline-block;
	text-align:center;
	margin:0 15px;
}

#cbg #center #news #timer ul.countdown li span {
	font:54px 'BebasNeue', sans-serif;
	color:#d7dade;
	text-align:center;
}

#cbg #center #news #timer ul.countdown li p {
	color:#d7dade;
	font:14px 'BebasNeue', sans-serif;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:-10px;
}

#cbg #center #news article {
	width:348px;
	margin:0 auto 10px auto;
}

#cbg #center #news article hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 238, 0), rgba(255, 255, 238, 0.75), rgba(255, 255, 238, 0));
	margin:0 0 4px 0;
}

#cbg #center #news article header {
	width:100%;
}

#cbg #center #news article header h1 {
	font:14px 'Devanagari', sans-serif;
	color:#6eb8d3;
	font-weight:bold;
	text-transform:uppercase;
}

#cbg #center #news article p {
	word-break:break-word;
	font:13px 'Devanagari', sans-serif;
	color:#c6c9cc;
}

#cbg #right {
	width:276px;
	margin-left:28px;
	margin-top:-60px;
}

#cbg #left {
	width:276px;
	margin-left:14px;
	margin-top:-60px;
}

#cbg #panel {
	margin-bottom:15px;
}

#cbg #stitle {
	background:url('../images/side_title.png') no-repeat;
	width:276px;
	height:41px;
	text-align:center;
}

#cbg #stitle h1 {
	font:12px 'Devanagari', sans-serif;
	color:#d7dade;
	text-transform:uppercase;
	text-shadow:1px 0 1px #000;
	padding-top:16px;
}

#cbg #sbg {
	background:url('../images/side_bg.png') repeat-y;
	width:276px;
	min-height:15px;
	padding:7px 0;
}

#cbg #sbg #vote {
	width:250px;
	margin:0 auto;
}

#cbg #sbg #vote .hopzone {
	background:url('../images/votes.png') 0 0 no-repeat;
	width:250px;
	height:40px;
	display:block;
}

#cbg #sbg #vote .hopzone .fhover {
	background:url('../images/votes.png') -250px 0;
	width:250px;
	height:40px;
}

#cbg #sbg #vote .topzone {
	background:url('../images/votes.png') 0 -40px no-repeat;
	width:250px;
	height:40px;
	display:block;
	margin-top:6px;
}

#cbg #sbg #vote .topzone .fhover {
	background:url('../images/votes.png') -250px -40px;
	width:250px;
	height:40px;
}

#cbg #sbg #vote .l2network {
	background:url('../images/votes.png') 0 -80px no-repeat;
	width:250px;
	height:40px;
	display:block;
	margin-top:6px;
}

#cbg #sbg #vote .l2network .fhover {
	background:url('../images/votes.png') -250px -80px;
	width:250px;
	height:40px;
}

#cbg #sbg #vote .l2jlt {
	background:url('../images/votes.png') 0 -120px no-repeat;
	width:250px;
	height:40px;
	display:block;
	margin-top:6px;
}

#cbg #sbg #vote .l2jlt .fhover {
	background:url('../images/votes.png') -250px -120px;
	width:250px;
	height:40px;
}

#cbg #sbg form {
	margin:0 auto;
	position:
	relative;
	width:250px;
}

#cbg #sbg form input[type="text"],
#cbg #sbg form input[type="password"] {
	background:url('../images/input.png') no-repeat;
	width:250px;
	height:25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #d7dade;
	font: 14px 'Devanagari', Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 4px 5px 0px 18px;
}

#cbg #sbg form input[type="submit"] {
	background:url('../images/login.png') 0 0 no-repeat;
	width:83px;
	height:25px;
	text-indent:-9999px;
	cursor:pointer;
	margin-top:4px;
}

#cbg #sbg form input[type="submit"]:hover {
	background:url('../images/login.png') 0 -25px;
	width:83px;
	height:25px;
}

#cbg #sbg form #bottom {
	width:200px;
	margin:0 auto;
	display:flex;
}

#cbg #sbg form #bottom #links {
	text-align:right;
	margin-right:8px;
}

#cbg #sbg form #bottom a {
	font:12px 'Devanagari', sans-serif;
	color:#d7dade;
	text-decoration:none;
	width:167px;
}

#cbg #sbg form #bottom a:hover {
	color:#fff;
	text-decoration:none;
}

#cbg #sbg #tops {
	width:242px;
	margin:0 auto;
}

#cbg #sbg #tops #top {
	display:flex;
	font:13px 'Devanagari', sans-serif;
	color:#d7dade;
	text-decoration:underline;
}

#cbg #sbg #tops .top_left {
	width:69px;
}

#cbg #sbg #tops .top_center {
	width:126px;
}

#cbg #sbg #tops .top_right {
	width:47px;
	text-align:right;
}

#cbg #sbg #tops #player {
	display:flex;
	font:13px 'Devanagari', sans-serif;
	color:#d7dade;
}

#cbg #sbg #tops .top_left {
	width:69px;
}

#cbg #sbg #tops .top_center {
	width:126px;
}

#cbg #sbg #tops .top_right {
	width:47px;
	text-align:right;
}

#cbg #sbg #status {
	width:260px;
	margin:0 auto;
	text-align:center;
	font:12px 'Devanagari', sans-serif;
	color:#d7dade;
	text-transform:uppercase;
}

#cbg #sbg #status ul {
	list-style:none;
	display:flex;
}

#cbg #sbg #status ul li.spacer {
	border:0;
    width:1px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 238, 0), rgba(255, 255, 238, 0.75), rgba(255, 255, 238, 0));
	margin:0 6px;
}

#cbg #sbg #status ul li {
	font:12px 'Devanagari', sans-serif;
	color:#d7dade;
	text-transform:uppercase;
	line-height:16px;
	vertical-align:middle;
}

#cbg #sbg #status .online {
	color:#6dde12;
}

#cbg #sbg #status .offline {
	color:#de0000;
}

#cbg #sbg #status hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 238, 0), rgba(255, 255, 238, 0.75), rgba(255, 255, 238, 0));
	margin:0 0 4px 0;
}

#cbg #sbot {
	background:url('../images/side_bot.png') no-repeat;
	width:276px;
	height:6px;
}

#footer_logos {
	background:url('../images/footer_logos.png') no-repeat;
	width:863px;
	height:39px;
	margin:46px auto 46px auto;
	text-align:center;
	padding-top:4px;
}

#footer_logos .copyrights {
	font:12px 'Devanagari', sans-serif;
	color:#d7dade;
	text-transform:uppercase;
}

#footer_logos .authors {
	font:10px 'Devanagari', sans-serif;
	color:#a4a6a9;
	text-transform:uppercase;
}

footer {
	background:url('../images/footer.jpg') repeat-x center bottom;
	height:245px;
	margin-top:-245px;
}