.btn {
	background: transparent;
	border: 2px solid #ffb400;
	border-radius: 4px;
	padding: 5px 10px;
	font-weight: bold;
	color: #ffb400;
	box-shadow: 0 0 6px #ffb400 inset, 0 0 5px #00000080;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-shadow: 0 0 0 transparent;
	transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}
.btn:hover
{
	background: #ffb400;
	color: #333;
	cursor: pointer;
}
.btn-block
{
	display: block;
}
.label {
    background: #8d8d8d;
    border-radius: 5px;
    padding: 3px 6px;
    text-shadow: 0 0 0 transparent;
    font-weight: bold;
    color: #fff;
}
.label.one
{
	background: #e4a82f;
}
.label.two
{
	background: #929292;
}
.label.three
{
	background: #a4733c;
}
.label.four
{
	background: #723f31;
}
.label.five
{
	background: #626262;
}
body
{
	background: url(../images/mid_art.png) center top no-repeat, url(../images/texture.png) repeat;
	font-size: 13px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.55);
	font-family: 'Open Sans', sans-serif;
	color: #a7a19e;
}
a
{
	text-decoration: none;
	color: #d99246;
	transition: color linear 0.2s;
}
a:hover
{
	color: #d9c646;
}
.page
{
	width: 1116px;
	margin: 0 auto;
}
.nav
{
	width: 1116px;
	height: 121px;
	margin: 20px 0 0 0;
	background: url(../images/nav.png) no-repeat;
}
.nav a
{
	display: block;
	height: 82px;
	margin: 19px 0 0 0;
	float: left;
}
.nav a p
{
	height: 82px;
	display: block;
	margin: 0;
	opacity: 0;
	transition: opacity linear 0.2s;
	background: url(../images/nav.png) no-repeat;
	width: 100%;
}
.nav a:hover p
{
	opacity: 1;

}
.nav .news
{
	margin-left: 22px;
}
.nav .news
{
	width: 200px;
}
.nav .news p
{
	background-position: -22px -140px;
}
.nav .account
{
	width: 137px;
}
.nav .account p
{
	background-position: -222px -140px;
}
.nav .highscores
{
	width: 167px;
}
.nav .highscores p
{
	background-position: -359px -140px;
}
.nav .onlinelist
{
	width: 159px;
}
.nav .onlinelist p
{
	background-position: -526px -140px;
}
.nav .serverinfo
{
	width: 161px;
}
.nav .serverinfo p
{
	background-position: -685px -140px;
}
.nav .donate
{
	width: 126px;
}
.nav .donate p
{
	background-position: -846px -140px;
}
.nav .shop
{
	width: 123px;
}
.nav .shop p
{
	background-position: -972px -140px;
}
.logo
{
	width: 411px;
	height: 142px;
	background: url(../images/logo.png) no-repeat;
	margin: 38px auto;
}
.statusbar
{
	width: 562px;
	height: 72px;
	margin: 53px auto 0 auto;
	position: relative;
}
.statusbar.on
{
	background: url(../images/statusbar_on.png) no-repeat;
}
.statusbar.off
{
	background: url(../images/statusbar_off.png) no-repeat;
}
.statusbar .left, .statusbar .right
{
	position: absolute;
	width: 250px;
	top: 27px;
	font-size: 12px;
	text-align: center;
	color: #b5916a;
	font-family: 'Metamorphous', cursive;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.statusbar span
{
	color: #edac68;
}
.statusbar .left
{
	left: 0;
}
.statusbar .right
{
	right: 0;
}
.widget_col
{
	width: 250px;
	margin-top: -20px;
	float: left;
}
.widget
{
	position: relative;
	width: 250px;
	margin: 0 0 14px 0;
}
.widget_head
{
	width: 250px;
	height: 84px;
	background-repeat: no-repeat;
	display: block;
}
.widget_body
{
	width: 212px;
	background: url(../images/widget_cnt.png);
	margin: 0 19px;
}
.widget_foot
{
	background: url(../images/widget_bot.png) no-repeat;
	width: 250px;
	height: 66px;
	margin-top: -10px;
}
.widget_content
{
	position: relative;
	padding: 0 14px;
	min-height: 25px;
	margin-bottom: -35px;
	z-index: 10;
}
.widget_content li
{
	list-style: none;
}
.widget_content li a
{
	width: 100%;
	display: block;
	background: url(../images/widget_link_bg.png) repeat-x;
	height: 26px;
	line-height: 25px;
	position: relative;
	padding: 0 0 0 6px;
	box-sizing: border-box;
	color: #c1a267;
	transition: color linear 0.2s, padding linear 0.1s, opacity linear 0.2s;
}
.widget_content li a:hover
{
	color: #ffc455;
	padding: 0 0 0 8px;
	opacity: 0.8;
	font-weight: bold;
}
.widget_content li a span
{
	color: #78633c;

}
.main_col
{
	width: 591px;
	float: left;
	margin: 0 12px;
}
.cnt_top
{
	background: url(../images/cnt_top.png) no-repeat;
	width: 591px;
	height: 86px;
	margin-bottom: -15px;
	position: relative;
	box-sizing: border-box;
	padding: 37px 0 0 0;
	z-index: 1;
	text-align: center;
}
.cnt_top h3
{
    background: -webkit-linear-gradient(#fbc758, #5f3508);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 0 transparent !important;
	font-family: 'Metamorphous', cursive;
	position:relative; 
	width: 532px;
    margin: 0 auto;
}
.cnt_mid
{
	background: url(../images/cnt_mid2.png) repeat-y center top;
    width: 591px;
	min-height: 175px;
}
.cnt_bot
{
	background: url(../images/cnt_bot2.png) no-repeat;
	width: 591px;
	height: 190px;
	margin-top: -15px;
	position: relative;
}
.footer
{
	text-align:center;
	width: 100%;
	position: absolute;
	top: 90px;
	font-size: 12px;
	color: #656565;
}
.center {
text-align: center;
}
.main_content
{
	width: 521px;
    padding: 0 35px;
	position: relative;
	z-index: 20;
	margin-bottom: -50px;
}
span.lvl
{
	float: right;
	right: 5px;
	top: 5px;
	background: rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.4) !important;
	border-radius: 4px;
	padding: 1px 3px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	position: absolute;
}
.widget_content li a:hover span.lvl
{
	font-weight: normal;
}
.downloadclient_btn, .createaccount_btn
{
	width: 250px;
	height: 68px;
	background: url(../images/downloadclient_btn.png) no-repeat center top;
}
.downloadclient_btn p, .createaccount_btn p
{
	width: 250px;
	height: 68px;
	background: url(../images/downloadclient_btn.png) no-repeat center -68px;
	opacity: 0;
	visibility: none;
	transition: opacity linear 0.2s;
}
.downloadclient_btn:hover p, .createaccount_btn:hover p
{
	opacity: 1;
	visibility: visible;
}
.createaccount_btn
{
	background: url(../images/createaccount_btn.png) no-repeat center top;
	margin-bottom: 12px;
}
.createaccount_btn p
{
	background: url(../images/createaccount_btn.png) no-repeat center -68px;
}

#slides
{
	width: 532px;
	margin: 0 auto;
}
.slidesjs-navigation
{
	z-index: 90;
}
a.slidesjs-navigation
{
	text-decoration: none;
	font-size: 40px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 40px;
	position: absolute;
}
a.slidesjs-navigation:hover
{
	color: rgba(255,255,255,0.5);
}
.slidesjs-previous
{
	left: 0;
}
.slidesjs-next
{
	right: 0;
}
.slidesjs-pagination
{
	z-index: 90;
	position: absolute;
	top: 49px;
	left: 50%;
}
ul.slidesjs-pagination
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.slidesjs-pagination li
{
	float: left;
	margin: 0 3px;
}
.slidesjs-pagination li a
{
	display: block;
	width: 12px;
	height: 18px;
	background: url(../images/dot.png);
	float: left;
	overflow: hidden;
	color: transparent;
	text-indent: -9999999999999999px;
	opacity: 0.5;
	transition: opacity linear 0.2s;
}
.slidesjs-pagination li a:hover
{
	opacity: 0.9;
}
.slidesjs-pagination li a.active
{
	opacity: 1;
}
.newsbox
{
	width: 515px;
	background: url(../images/news_bg.png) no-repeat center top #341b0f;
	border-radius: 2px;
	margin: 10px 3px 10px 3px;
	float: left;
	position: relative;
	box-shadow: 0 0 8px rgba(0,0,0,0.5), 0 0 9px rgba(255,255,255,0.1) inset;
}
.newsbox h2
{
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	color: #ffc974;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba(0,0,0,0.9);
}
.news_content
{
	color: #a57862;
	font-size: 11px;
	padding: 0 8px 6px 8px;
	overflow: auto;
}
.news_content p{
		font-size: 14px;

}
.news_content img
{
	max-width: 499px;
	margin: 4px;
}
.news_comments_label
{
	font-size: 9px;
	display: inline-block;
	color: #de9c7e;
	background: #492514;
	border-radius: 2px;
	padding: 1px 4px;
	border: 1px solid #190c06;
	box-shadow: 0 1px 0 #6d371e inset;
	margin-left: 5px;
	text-transform: uppercase;
}
a.news_comments_label:hover
{
	cursor: pointer;
	color: #ffab70;
	opacity: 0.9;
}
.news_date
{
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 11px;
	color: #200c04;
	text-shadow: 0 1px 0 #4d2918;
}
.style_light 
{
	background-color:#33251d;
}
.style_dark
{
	background-color:#221814;
}
input.inputLogin{
	text-align:center;
	outline: none;
	border: none;
	padding: 0 10px 0 10px;
	background:url(../images/input.png);
	width: 128px;
	height:36px;
	color:#d1aa89;
}
::placeholder{
	color:#d1aa89;
}
.randombtn{
    background:url(../images/others/random.png) no-repeat;
    cursor:pointer;
    border:none;
    width:16px;
    height:16px
}
.rc-anchor-light {
	background: #000;
	border: 0px;
	color: #000;
}
.style1{
	background: #463728;
}

.mainbox
{
	background-color: #3d1e0e;
	width: 94%;
	border-width: 4px;
	border-color: #2b150a;
	text-align: center;
	border-style: solid;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

.smallbox
{
	display: inline-block;
	background-color: #643a24;
	padding-top: 6px;
	margin: 2px 2px 5px 2px;
	border-width: 3px;
	border-color: #33190c;
	border-style: solid;
	padding: 4px;
	text-align: center;
    width: 29%;
	transition: background 0.5s;
}

.alert
{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: Verdana,sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.alert-danger
{
	color: #ffffff;
	background-color: #672323;
}

.alert-success
{
    color: #ffffff;
    background-color: #4f9a31;
}
