*{
	box-sizing: border-box;
}
body{
	background: url(img/background_texture.png) repeat;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Calibri", sans-serif;
	color: #fff;
}
a{
	color: #9a851e;
	text-decoration: none;
	position: relative;
	transition: color ease .2s, text-shadow ease .2s;
}
.col-left a:hover, .col-right a:hover{
	color: #e3d367;
	text-shadow: 0 0 3px #e3d367, 0 0 10px #e3d367;
}
.container{
	width: 1025px;
	margin: 0 auto;
}
.nav{
	width: 100%;
	height: 57px;
	background: url(img/navbar_texture.png) repeat-x center top;
	box-shadow: 0 2px 10px #000;
	position: relative;
	z-index: 19999;
}
.nav .icon{
	width: 58px;
	height: 58px;
	display: inline-block;
	background: url(img/ico.png) no-repeat center center;
	float: left;
	margin-right: 16px;
}
.col-left{
	width: 775px;
	float: left;
}
.col-right{
	width: 250px;
	float: left;
}
.footer{
	width: 1025px;
	float: left;
	margin: 20px 0;
	color: #4e4e4e;
}
.slider{
	height: 150px;
}
.border-left{
    color: #807e74;
    box-shadow: 0 0 50px #292922 inset, 0 0 20px #000;
    background: url(img/cnt_bg.png) repeat;
    min-height: 850px;
    padding: 4px;
    position: relative;
    border-width: 5px 5px;
    border-style: solid;
    border-color: inherit;
    border-image: url(img/border_main.png) 5 repeat;
    border-image-width: 5px;
    z-index: 5;
}
.border-right{
	margin: 10px 0;
	min-height: 580px;
    color: #807e74;
    box-shadow: 0 0 50px #2f2f2f inset, 0 0 20px #000;
    background: url(img/w_bg.png) repeat center center;
    padding: 4px 4px 4px 8px;
    position: relative;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: inherit;
    border-image: url(img/border_w.png) 5 repeat;
    border-image-width: 5px 5px 5px 0;
    z-index: 0;

}

.nav ul.menu{
	float: left;
	padding: 0px;
	margin: 0;
}
.nav ul.menu li{
	list-style: none;display: inline-block;
}
.nav ul.menu li a{
	padding: 0 18px;
	line-height: 57px;
	margin: 0 0;
	height: 57px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
font-family: 'Eczar', serif;
	color: #bba851;
	text-shadow: 0 1px 3px #000;

  transition: opacity ease-in-out .1s;
}
.nav ul.menu li a:hover{
	opacity: 0.7;
}


li.dropdown {
	position: relative;
}
.dropdown-content {
	transition: opacity ease-in-out .2s;
    visibility: hidden;
    position: absolute;
    display: block;
    background: rgb(26 26 25);
    box-shadow: 0 0 10px rgb(0 0 0);
    padding: 5px 0;
    top: 57px;
    min-width: 160px;
    z-index: 999;
    box-sizing: border-box;
    opacity: 0;
    box-shadow: 0px 0 10px rgb(0 0 0 / 50%);
}
.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
.dropdown-link{
	letter-spacing: unset !important;
	margin: 0 !important;
    white-space: nowrap;
    display: block;
    width: 100%;
    font-size: 14px!important;
    padding: 5px 15px !important;
    height: unset !important;
    line-height: unset !important;
    box-sizing: border-box !important;
    color: #6f6f6d !important;
    background: transparent;
    text-shadow: none !important;
    font-family: calibri, sans-serif !important;

    transition: color ease .5s !important;
}
.dropdown-link:hover{
	background: linear-gradient(#343432, #252522);
    color: #8c8c86 !important;
}
.btn{
	display: inline-block;
	padding: 9px 15px;
	border-radius: 3px;
	box-shadow: 0 0 10px #000;
	background: url(img/button_texture.png) bottom center #a8a79e;
	color: #242424;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 12px;
	font-family: 'Raleway', sans-serif;
	transition: background-color ease .2s, color ease .2s;
}
.btn:hover{
	background-color: #bebebe;
	color: #000;
}
.nav-login, .nav-register{
	float: right;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
}
.nav-login{
	background-color: #8e8c54;
}
.nav-login:hover{
	background-color: #b7b367;
}
.navsep{
	display: inline-block;
	vertical-align: middle;
	height: 57px;
	width: 2px;
	background: url(img/nav_sep.png) no-repeat center center;
}
.col-left .title{
	display: block;
	width: 100%;
	padding: 0 0;
	margin-bottom: 10px;
	font-size: 24px;
	height: 24px;
    line-height: 24px;
	font-family: 'Eczar', seif;
	font-weight: 500;
	text-transform: capitalize;
	background: -webkit-linear-gradient(#c0af1d, #483905);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.col-left .title:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(img/line_pagetitle.png) no-repeat left bottom;
	height: 2px;
}
.news-title{
	width: 758px;
	height: 43px;
	background: url(img/news_title.png) no-repeat;
	margin: 7px 0;
	padding: 2px 5px;
}
.news-title img{
	margin: 0 4px;
	vertical-align: middle;
}
.news-title h1{
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	font-size: 20px;
	font-family: "Eczar", serif;
	font-weight: 500;
	text-shadow: 0 1px 0 #000;
	margin-left: 8px;
}
.news-title .comments{
	display: block;
	float: right;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	padding: 0 10px;
	margin-right: 10px;
	border-left: 1px solid #fff2;
	border-right: 1px solid #fff2;
	background: #fff1;
	color: #fff6;
	transition: background ease .2s;
}
.news-title .comments span{
	font-size: 11px;
	padding: 2px 4px;
	border-radius: 3px;
	background: #fff2;
	color: #fff7;
	border: 1px solid #fff2;
	display: inline;
	margin-left: 4px;
}
.news-title .comments:hover{
	background: #fff3;
	text-shadow: none;
    color: #fff8;
}

.download-btn{
	width: 229px;
	height: 38px;
	display: block;
	background: url(img/download_spr.png) no-repeat left top;
	border-radius: 2px;
	box-shadow: 0 0 10px #000;
	transition: background-position ease .1s;
}
.download-btn:hover{
	background-position-y: -38px;
}
.col-right .title{
	margin: 20px 0 10px 0;
	display: block;
	width: 100%;
	padding: 0 0;
	font-size: 22px;
	height: 22px;
    line-height: 24px;
	font-family: 'Eczar', seif;
	font-weight: 500;
	color: #696969;
	position: relative;
	text-shadow: 0 1px 0 #000;
}
.col-right .title:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(img/line_widgettitle.png) no-repeat left bottom;
	height: 2px;
}
.searchcharacterbox{
	position: relative;
	margin: 10px 0;
}
.searchcharacterinput{
	display: block;
	width: 100%;
	border: 2px solid transparent;
	border-radius: 3px;
	box-shadow: 0 0 10px #000;
	color: #585854;
	padding: 0 40px 0 10px;
	height: 40px;
	line-height: 40px;
	font-family: 'calibri', sans-serif;
	font-size: 14px;
	background: #181817;
	transition: color ease .2s, border-color ease .2s;
}
.searchcharacterinput::placeholder{
	color: #585854;
}
.searchcharacterbtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	color: #585854;
	border: 0 none transparent;
	background: transparent;
	transition: color ease .2s;

}
.searchcharacterbtn:hover{
	color: #7c7c76;
	cursor: pointer;
}
.searchcharacterinput:focus,.searchcharacterinput:active{
	outline: 0 none transparent;
	border-color: #232322;
	color: #7c7c76;
}
.searchcharacterbtn:focus,.searchcharacterbtn:active{
	outline: 0 none;
}
.sociallinks{
	background: #0005;
	box-shadow: 0 2px 10px #000 inset;
	border-bottom: 1px solid #fff2;
	border-top: 1px solid #000;
	background-repeat: no-repeat;
	padding: 10px;
	border-radius: 6px;
}
.sociallinks a{
	display: inline-block;
	margin: 10px 11px 7px 11px;
	width: 31px;
	height: 31px;
	background-image: url(img/socialmedia.png);
	transition: opacity ease .2s;
}
.sociallinks a:hover{
	opacity: 0.7;
}
.sociallinks a.discord{
	width: 27px;
}
.sociallinks a.facebook{
	background-position-x: -54px; 
	width: 20px;
}
.sociallinks a.youtube{
	background-position-x: -101px; 
	width: 34px;
}
.sociallinks a.twitch{
	background-position-x: -160px; 
}
.w-table{
	width: 100%;
}
.label{
	font-size: 12px;
	padding: 1px 5px;
	background: #fff1;
	border: 1px solid #fff2;
	color: #fff6;
	border-radius: 3px;
}
.text-c{
	text-align: center;
}
.label.on{
	background: #5eff002e;
    border: 1px solid #3fff0052;
    color: #69ff00;
}
.label.off{
	background: #ff00002e;
    border: 1px solid #ff000052;
    color: #ff0000;
}
.top5link{
	display: block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.countdown{
	margin: 50px 0;
	text-align: center;
}
.countdown h1{
	font-size: 30px;
	margin: 10px 0;
    background-image: linear-gradient(#efe7c0, #978c5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}
.countdown .target_date{
	margin: 5px 0;
	font-weight: bold;
	color: #968655;
}
.countdown .row{
	width: 100px;
	border-radius: 4px;
	border: 2px solid #968655;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	box-shadow: 0 0 7px #726846;
	font-weight: bold;
	font-size: 54px;
	color: #d1bd81;
}
.countdown .row span{
	display: block;
	font-size: 20px;
	color: #968655;
	font-family: 'Calibri', sans-serif;
	text-transform: uppercase;
}