*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	background: url(img/bg.png) no-repeat center top #150505;

	font-size: 14px;
	font-family: "Arial", sans-serif
}
a{
	text-decoration: none;
	color: #d52704;
	transition: color ease .2s;
}
a:hover{
	color: orange;
}
.container{
	width: 1096px;
	margin: 0 auto;
}
.logo{
	width: 1096px;
	height: 330px;
}
.navbar{
	width: 1096px;
	height: 129px;
	background: url(img/navbar.png) no-repeat;
	margin-bottom: -22px;
	position: relative;
	z-index: 2;
}
.content{
	width: 1096px;
	background: url(img/cnt_bg.png) repeat-y center top;
	padding: 12px 48px 14px 48px;
	position: relative;
	z-index: 1;
	min-height: 400px;
	overflow: hidden;
}
.content_footer{
	display: block;
	position: relative;
	width: 1094px;
	height: 256px;
	background: url(img/cnt_bot.png) no-repeat center bottom;
	margin-left: 1px;
	margin-top: -15px;
	z-index: 1;
}
.footer{
	position: absolute;
	bottom: 10px;
	color: #fff3;
	text-align: center;
	width: 100%;
	font-size: 13px;
}
.btntop{
	left: calc(50% - 20px);
	top: 70px;
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: #0002;
	border-radius: 40px;
	color: #fff4;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #fff1;
	box-shadow: 0 0 13px #fff2, 0 2px 6px #0006 inset;
	transition: color ease .2s, box-shadow ease .2s, box-shadow ease .2s, border ease .2s;
}
.btntop:hover{
	color: #fff8;
	background: #fff3;
	box-shadow: 0 0 13px #fff2, 0 2px 6px #fff3 inset;
}
.statusbar{
	width: 1000px;
	height: 45px;
	background: url(img/statusbar.png) no-repeat;
	padding: 5px;
}
.statusbar span{
	padding: 0 10px;
	color: #d1d1d1;
	text-shadow: 0 1px 1px #0008;
	font-size: 11px;
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
}
.statusbar .vline{
	display: block;
	background: url(img/statusbar_vline.png) no-repeat;
	width: 2px;
	height: 35px;
	float: left;
}
.pull-right{
	float: right;
}
.statusbar-btn{
	display: block;
	float: right;
	padding: 2px 7px;
	background: #fff2;
	border: 1px solid #fff4;
	color: #fff9;
	border-radius: 3px;
	margin: 6px 7px 6px 0;
	font-weight: normal;
	font-family: "Caudex", serif;
	transition: color ease .2s, border-color ease .2s, box-shadow ease .2s;
}
.statusbar-btn:hover{
	border-color: #fff;
	color: #fff;
	box-shadow: 0 0 10px #fff;
}
.col_left{
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0 2px 7px rgba(255,255,255,0.2) inset, 0 0 15px #0006;
	border-radius: 3px;
	padding: 10px;
	margin: 5px;
	float: left;
	color: #bfbfbf;
}
.col_right{
	float: left;
	width: 250px;
	margin: 5px;
}
.widget{
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0 2px 7px rgba(255,255,255,0.2) inset, 0 0 15px #0006;
	border-radius: 3px;
	padding: 10px;
	margin: 0 0 10px 0;
	color: #bfbfbf;
}
.col_left .title, .col_right .title{
	font-family: 'Caudex', serif;
	font-size: 24px;
	color: #ccc;
	font-weight: bold;
	margin: 0;
	background: -webkit-linear-gradient(#333, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
 .widget .title{
 	position: relative;
 	z-index: 3;
 	text-align: center;
 	width: 250px;
 	height: 44px;
 	margin: -10px -10px 10px -10px;
 	line-height: 44px;
 }
 .widget .title:before{
 	content: "";
 	display: block;
 	position: absolute;
 	z-index: 4;
 	width: 248px;
 	height: 44px;
 	left: 0;
 	top: 0;
 	background: url(img/widgettitle_bg.png) repeat-x bottom;
 	box-shadow: 0 -1px 0 #fff3 inset;
 }
  .col_left .title{
 	position: relative;
 	z-index: 3;
 	display: block;
 	width: 100%;
 	margin-bottom: 10px;
 	text-transform: capitalize;
 }
 .col_left .title:after{
 	content: "";
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	background: url(img/pagetitle_line.png) no-repeat left bottom;
 	height: 2px;
 	width: 100%;
 }
.col_left{
	width: 730px;

}
.navbar{
	padding: 32px 29px 0 26px;
	list-style: none;
}
.navbar .navlink{
	font-size: 14px;
	display: inline-block;
	float: left;
	position: relative;
	width: 148.7px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-family: "Eczar", serif;
	font-weight: 700 !important;
	color: #fff7;
		background: -webkit-linear-gradient(#707070 44%, #fff 59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	transition: color ease .2s;
}
.navbar .navlink:hover{
	color: #afafaf;
	text-shadow: 0 0 6px #0008;
	font-weight: normal;
		background: transparent;
			-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	text-transform: uppercase;
}
.dropdown{
	position: relative;
	float: left;
}









li.dropdown {
	position: relative;
}
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;

}
.dropdown-content {
	transition: opacity ease-in-out .2s;
    visibility: hidden;
    position: absolute;
    display: block;
    background: linear-gradient(#1a1a1a, #2b2b2b);
    box-shadow: 1 0 10px rgb(0 0 0);
    padding: 8px 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 9px #000000c7;
    top: 65px;
    min-width: 148px;
    opacity: 0;
}
.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
.dropdown-content a{


	white-space: nowrap;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 13px;
  color: #ababab;
  font-family: 'Arial', sans-serif;
}
.dropdown-content a:hover{
	background: linear-gradient(#fff3, #fff1);
}
.loginfield{
	border-radius: 3px;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #4d4d4d;
	background: linear-gradient(#252525,  #3b3b3b);
	box-shadow: 0 0 10px #0004,  0 1px 7px #0005 inset;
	font-size: 13px;
	width: 100%;
	color: #acacac;
}
.loginfield::placeholder{
	color: #585858;
	text-transform: italic;
}
.loginfield_submit{
	display: inline-block;
	width: 104px;
	height: 34px;
	border-radius: 3px;
	border: 0 none;
	background: url(img/btn_login.png) no-repeat;
	margin: 5px 0;
	box-shadow: 0 0 6px #0007;
	transition: box-shadow ease .2s;
}
.loginfield_register{
	display: inline-block;
	width: 104px;
	height: 34px;
	border-radius: 3px;
	border: 0 none;
	background: url(img/btn_register.png) no-repeat;
	margin: 5px 0 0 16px;
	box-shadow: 0 0 6px #0007;
	transition: box-shadow ease .2s;
}
.loginfield_register:hover, .loginfield_submit:hover{
	box-shadow: 0 0 6px #fff7, 0 0 6px #fff inset;
	cursor: pointer;
}
.acclost{
	font-size: 12px;
	display: block;
	text-align: center;
	margin-top: 5px;
}
.badge{
	display: inline;
	padding: 1px 4px;
	border-radius: 2px;
	border-style: 1px solid;
	font-size: 9px;
	    text-shadow: 0 0 3px #000;
}
.badge.off{
	border: 1px solid #ff0808;
    color: #ff1000;
    box-shadow: 0 0 5px red inset, 0 0 5px #f00;
    background: #ff000042
}
.badge.on{
border: 1px solid #9cfb85;
    color: #ff5146;;
    box-shadow: 0 0 5px #00ff14 inset, 0 0 5px #0007;
    background: #00ff2312;
}
.topplayers{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #fff3;
	border-radius: 2px;
	width: 100%;
	box-shadow: 0 0 7px #fff2, 0 0 5px #0005 inset;
}
.topplayers td{
	padding: 3px 5px;
	background: linear-gradient(rgba(255,255,255,0.05), transparent);
	margin: 0;
	}
.topplayers .playerlink{
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topplayers .lvl{
	display: inline;
	padding: 1px 4px;
	font-size: 11px;
	color: #fff8;
	border-radius: 3px;
	background: #fff2;
	border: 1px solid #fff6;
}
.news_title{
	width: 710px;
	height: 36px;
	background: url(img/news_title.png) no-repeat;
	border-radius: 2px;
	box-shadow: 0 0 7px #0007;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	color: #e9e9e9;
	font-family: "Caudex", serif;
}

.news_title img{
	display: inline-block;
	vertical-align: middle;
	margin: -3px 3px;

}










.container_mid > table:nth-child(3) > tbody > tr:nth-child(2) > td > img {

    max-width: 300px !important;
    width: 110px;

}.board {
    margin: 10px 0;
    border-radius: 4px;
    display: block;
    background: rgba(255,255,255,0.1);
    overflow: auto;
    padding: 5px;
}
.breadcrumb {
    display: block;
    padding: 5px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
}
.info {
    display: block;
    color: #22E8E8;
    padding: 10px;
    border-radius: 5px;
    background: rgba(18, 255, 255, 0.24);
}
.info a, .info a:hover {
    color: #FFF !important;
}

.news_mid img{
max-width: 710px;
height: auto;
}

a.paypal {display: block;width: 466px;height: 150px;background: url('./images/paypal-link.png') no-repeat;}
a.paypal:hover {background-position: 0 -150px;}
a.zaypay {display: block;width: 466px;height: 150px;background: url('./images/zaypay-link.png') no-repeat;}
a.zaypay:hover {background-position: 0 -150px;}
a.vodafone {display: block;width: 466px;height: 150px;background: url('./images/vodafone-link.png') no-repeat;}
a.vodafone:hover {background-position: 0 -150px;}
a.paygol {display: block;width: 466px;height: 150px;background: url('./images/paygol-link.png') no-repeat;}
a.paysafe { display: block;width: 466px;height: 150px;background: url('./images/paysafe-link.png') no-repeat;}
a.paygol:hover {background-position: 0 -150px;}
a.paysafe:hover {background-position: 0 -150px; }

.paypal-btn {width:167px;height:31px;background:url('./images/paypal-btn.png') 0 -31px no-repeat;border:0 none;}
.paypal-btn:hover {cursor: pointer;background-position: 0 0;}
textarea,input
{
	max-width: 710px !important;
}
td img{
max-width: 80px;
height: auto;
}


