@font-face { font-family: LifeCraft; 
			 src: url('../fonts/LifeCraft_Font.ttf');  
}
body{
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;
	text-shadow: 1px 1px #161616;
}
.navbar{
	background-color: rgba(29,29,29,0.70);
	border-radius: 0 0 0 10px;
	border: 1px solid #181818;
}
.nav-item{
	/*border: 1px solid #181818;*/
	border-right: 1px solid #284555;
	/*background: rgb(32,32,32);
	background: linear-gradient(180deg, rgba(32,32,32,1) 0%, rgba(36,36,36,1) 91%, rgba(0,37,68,1) 100%);*/
	background-image: url('../images/button_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	border-radius: 2px;
	margin-right: 0px;
	-webkit-box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	font-size: 22px;
	width: 105px;
	text-align: center;
	font-family: 'LifeCraft';
	/*color: #1b63bc !important;*/
	color: white;
	padding: 2px;
	text-shadow: 1px 1px #161616;
}
.active{
	color: #ca9f35 !important;
}
.homepage-status{
	border: 1px solid #181818;
	background-color: rgba(29,29,29,0.90);
	margin-top: 20px;
	border-radius: 5px;
	color: white;
	padding: 10px;
	text-align: left;
	float: left;
	width: 100%;
}

.homepage-content{
	background-color: rgba(29,29,29,0.70);
	margin-top: 0px;
	border: 1px solid #181818;
	border-radius: 10px 0 0 0;
	color: white;
	padding: 20px;
	font-size: 16px;
}
.set-realm{
	border: 1px solid #181818;
	background-color: #202020;
	color: #71a6d3;
	border-radius: 5px;
	font-size: 11px;
	width: 160px;
	padding: 2px;
}
.navbar-brand{
	color: #296ac5 !important;
	font-family: LifeCraft;
	font-size: 45px;
}
.navbar-brand-desc{
	color: white;
	font-size: 22px;
}
h2{
	font-family: 'LifeCraft';
	color: #1b63bc;
	text-shadow: 1px 1px #161616;
	text-align: center;
}
h3{
	font-family: 'LifeCraft';
	color: #1b63bc;
	text-shadow: 1px 1px #161616;
	margin-bottom: -5px;
}
.link{
	color: #ca9f35;
	text-shadow: 1px 1px #161616;
}
.link:hover{
	color: #584003;
	text-decoration: none;
}
.step{
	font-weight: bold;
	color: #286bad;
	padding-right: 10px;
	font-size: 14px;
}
.step-desc{

	font-size: 12px;
}
.status-on{
	color: #158311;
	text-shadow: 1px 1px #161616;
	font-size: 12px;
	margin-left: 10px;
}
.status-off{
	color: #730000;
	text-shadow: 1px 1px #161616;
	font-size: 12px;
	margin-left: 10px;
}
.status-desc{
	font-size: 12px;
}
.status-version{
	color: white;
	text-shadow: 1px 1px #161616;
	font-size: 12px;
	margin-left: 10px;
}
.table-top-characters{
	width: 100%;
}
.table-top-characters th{
	font-size: 12px;
	text-shadow: 1px 1px #161616;
}
.table-top-characters td{

}
.top-character-name{
 	font-size: 12px;
 	font-weight: bold;
 	color: #1b63bc;
}
.top-character-level{
	font-size: 12px;
	color: #ad8523;
}
.top-character-total-time{
	font-size: 12px;
	color: #683811;
}
.article{
	font-size: 14px;
	background-color: #202020;
	border: 1px solid #181818;
	padding: 10px;
	margin-bottom: 10px;
}
.article-meta{
	font-size: 12px;
	color: #ca9f35;
}
.article p li{
	text-align: justify;
}
.article-content{
	font-size: 14px;
	text-align: justify;
}
.login-form{
	font-size: 12px;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	background-color: rgba(29,29,29,0.70);
	padding: 20px;
}
.login-form .input{
	border: 1px solid #181818;
	background: rgb(32,32,32);
	background: linear-gradient(180deg, rgba(32,32,32,1) 0%, rgba(36,36,36,1) 91%, rgba(0,37,68,1) 100%);
	border-radius: 5px;
	color: white;
	width: 100%;
	padding: 5px;
	padding-left: 20px;
}
.login-form .submit{
	border: 1px solid #181818;
	/*background: rgb(32,32,32);
	background: linear-gradient(180deg, rgba(32,32,32,1) 0%, rgba(36,36,36,1) 91%, rgba(0,37,68,1) 100%);*/
	background-image: url('../images/button_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	border-radius: 5px;
	margin-right: 5px;
	-webkit-box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	font-size: 22px;
	width: 95px;
	text-align: center;
	font-family: 'LifeCraft';
	color: #1b63bc !important;
	padding: 2px;
	text-shadow: 1px 1px #161616;
}
.login-form h3{
	margin-bottom: 10px;
	color: #ca9f35 !important;
	text-align: center;
}
.button{
	border: 1px solid #181818;
	/*background: rgb(32,32,32);
	background: linear-gradient(180deg, rgba(32,32,32,1) 0%, rgba(36,36,36,1) 91%, rgba(0,37,68,1) 100%);*/
	background-image: url('../images/button_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	border-radius: 5px;
	margin-right: 5px;
	-webkit-box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	box-shadow: -1px -3px 29px -15px rgba(0,0,0,0.75);
	font-size: 22px;
	width: 95px;
	text-align: center;
	font-family: 'LifeCraft';
	color: #1b63bc !important;
	padding: 2px;
	text-shadow: 1px 1px #161616;
}
.login-form-table{
	width: 100%;
}
.forgotten-password{
	padding-top: 10px;
}
.chat{
	font-size: 14px;
	background-color: #202020;
	border: 1px solid #181818;
	padding: 10px;
	margin-bottom: 10px;
}
.article-icon{
	width: 100px;
	float: left;
	margin: 10px;
	margin-right: 30px;
}
.error_message_register{
	font-size: 12px;
	color: #730000 !important;
}
.message_register{
	font-size: 12px;
	color: #45a245 !important;
}
.player-online{
	color: #45a245 !important
}