/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT licensesl
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
html {
	min-width: 1040px;
	height: 100%;
}

body {
	/*background: #000000 url('../img/background.jpg') no-repeat top center;
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;*/
}

body, html {
    padding: 0;
    margin: 0;
    /*background: #090606 url('../img/background.jpg') no-repeat top center;*/
	background: #090606 url('../img/backgroundbg.jpg') no-repeat top center;
    background-attachment: fixed;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 12px;
    height: 100%;
	overflow-x: hidden;
}

/*@media only screen and (min-width: 2000px) {
	body {
		background: #000000 url('../img/background-2600.jpg') no-repeat top center !important;
	}
}*/

a {
	/*color: #777;*/
	color: #fff;
	text-shadow: 0 0 5px rgb(0 0 0 / 40%), 1px 1px 1px rgb(0 0 0 / 25%);
	text-decoration: none !important;
	/*-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;*/
}

a:hover, a:focus {
	color: #ffda8a;
}
a:focus {
	outline: none;
}
img {
	border: 0px;
}

input[type=text], input[type=password], input[type=number] {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
	/*border: 1px solid #ccc;*/
}

#header {
	width: 100%;
	margin: 0px auto;
	/*padding: 80px 0px 10px 0px;*/
	/*padding: 200px 0px 60px 0px;*/
	padding: 160px 0px 40px 0px;
	text-align: center;
	color: #fff;
}

#container {
	/*background: #ffffff;
	width: 1040px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;*/
	width: 100%;
    height: auto;
    min-height: 100px;
	z-index: 8;
}

#content {
	/*width: 100%;
	overflow: auto;
	min-height: 500px;
	padding: 10px 20px 0px 20px;*/
	width: 100%;
    height: auto;
    padding: 0;
}

.footer {
	/*background: #efefef;
	font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
	width: 1040px;
	font-size: 12px;
	color: #666666;
	padding: 40px;
	overflow: auto;
	margin: 0px auto 100px auto;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;*/
	background: rgb(11,5,5);
	background: linear-gradient(rgba(11,5,5,1) 0%, rgba(15,12,11,1) 100%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;

	width: 100%;
    height: 124px;
    margin: 0px 0 0 0;
}
	.footer > .footer-container {
		width: 980px;
		color: #313130;
	}
		.footer > .footer-container a:hover {
			text-decoration: underline !important;
		}
	.footer hr {
		border-top: 1px solid #cacaca;
	}
	.footer .footer-social-link {
		filter: grayscale(100%);
		transition: all .3s ease;
	}
	.footer .footer-social-link:hover {
		filter: grayscale(0%);
	}


	.footer-holder {
		width: 100%;
		height: 124px;
		margin: 0px 0 0 0;
		/*background: rgba(44, 19, 22, 0.25);*/
	
		background: rgb(11,5,5);
		/*background: linear-gradient(rgba(11,5,5,1) 0%, rgba(11,5,5,1) 15%, rgba(44,19,22,0.5) 50%, rgba(15,12,11,1) 85%, rgba(15,12,11,1) 100%);*/
		/*background: linear-gradient(rgba(11,5,5,1) 0%, rgba(44,19,22,0.5) 50%, rgba(15,12,11,1) 100%);*/
		background: linear-gradient(rgba(11,5,5,1) 0%, rgba(15,12,11,1) 100%);
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
	
	.bot-foot-border {
		width: 100%;
		height: 50px;
		position: absolute;
		top: 124px !important;
		background: #0f0c0b;
		box-shadow: 0 0 3px rgba(0, 0, 0, 1), 0 0 0 1px rgba(0, 0, 0, 1), inset 0 0 6px rgba(0, 0, 0, .7), inset 0 0 3px rgba(255, 255, 255, .2);
		z-index: 1;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 7px 0 0 0;
		font-family: 'Ebrima';
		font-size: 11px;
		font-weight: bold;
		color: #4a4035;
		text-transform: uppercase;
		text-shadow: 0 0 5px rgba(0, 0, 0, .5), 1px 1px 1px rgba(0, 0, 0, .45)
	}
	
	.bot-foot-border
	a {
		color: #d29f4e
	}
	
	.bot-foot-border a:hover {
		color: #AFAFAF
	}
	
	#footer {
		width: 980px;
		
		color: #313130;
		
	}
	
	#footer .left-side {
		float: left;
		padding: 0px 0 0 0
	}
	
	#footer .left-side
	a.dmca {
		display: block;
		width: 66px;
		height: 65px;
		float: left;
		text-indent: -999999px;
		background-position: -0px -149px
	}
	
	#footer .left-side a.dmca:hover {
		background-position: -66px -149px
	}
	
	#footer .left-side
	p {
		float: left;
		text-align: left;
		padding-top: 20px;
		color: #c8c4bd;
		line-height: 150%;
		font-family: 'Ebrima';
		font-size: 13px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .55);
		font-weight: bold;
	}
	
	#footer .left-side p
	b {
		color: #656056
	}
	
	#footer .right-side {
		float: right;
		margin: -10px 0 0 0
	}
	
	#footer .right-side
	ul {
		/*float: right;*/
		float: left;
		text-align: left;
		padding: 0 0 0 40px;
		margin-top: 10px;
	}
	
	#footer .right-side ul
	li {
		display: block;
		margin: 0 0 2px 0
	}
	
	#footer .right-side ul li
	a {
		font-family: 'Ebrima';
		font-size: 11px;
		text-transform: uppercase;
		color: #c8c4bd;
		font-weight: bold
	}
	
	#footer .right-side ul li a:hover {
		color: #f2cf0e;
	}

#navbar {
	width: 100%;
	/*backdrop-filter: blur(5px);*/
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
	position: fixed;
    z-index: 9999;
    background: rgba(11,5,5,0.75);
}

#navbar ul{
	text-align: center;
	margin: 0px;
	-webkit-padding-start: 0px;
}

#navbar ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
}

#navbar ul li a {
	display: inline-block;
	color: #908d8b !important;
	text-decoration: none;
	padding: 20px 30px;
	transition: all .3s ease;
	text-transform: uppercase;
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
	border-top: 1px solid #fc3030;
    border-bottom: 1px solid #fc3030;
    color: #ffffff !important;
	text-decoration: none;
}

.admincp-button {
	position: absolute;
	top: 10px;
	right: 10px;
	/*background: #ffffff !important;*/
	border: 2px solid #000000 !important;
	/*color: #000000 !important;*/
	font-weight: bold !important;
	z-index: 10000;
	padding: 8px !important;
	line-height: unset !important;
}

.page-title {
	/*color: #ff0000;
	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;*/
	/*width: calc(100% - 8px); */
    color: #fff;
    font-family: ebrima;
    font-size: 34px;
	text-transform: uppercase;
    font-weight: 700;
    padding: 3px 0 0 18px;
    display: block;
    height: 60px;
    width: 100%;
    margin: 0;
	background: #1c191c;
    border-bottom: 1px solid #c41d1d;
    /*margin-top: 4px;*/
}

/* NEWS MODULE */
.panel-news {
	width: calc(100% - 8px);
    margin: 4px;
	background: #201b1f;
    border-radius: 2px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%), 2px 2px 1px rgb(0 0 0 / 5%), inset 0 0 2px rgb(68 51 31 / 35%), inset 0 0 15px rgb(88 71 63 / 20%);
    height: auto;
    width: 100%;

	/*margin-bottom: 30px;
	color: #333;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 0px #e3e3e3;
	-webkit-box-shadow: 0 0 0px #e3e3e3;
	box-shadow: 0 0 0px #e3e3e3;*/
}
.panel-news .panel-heading {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	display: block;
    height: 46px;
    width: 100%;
    margin: 0;
    background: url(../img/index_top_voters_bg.jpg) repeat-x;
    border-bottom: 1px solid #c41d1d;
    border-radius: 4px 4px 0 0;
}
.panel-news .panel-title {
	/*color: #000000;
	font-size: 24px;
	font-weight: bold;*/
	float: left;
    color: #fff;
    font-family: ebrima;
    font-size: 17px;
    font-weight: 700;
    padding: 3px 0 0 0px;
}
.panel-news .panel-body {
	padding: 10px;
	width: 100%;
    height: auto;
	color: #fff;
    /*padding: 0 0 3px;*/
}
.panel-news .panel-footer {
	border-top: 1px solid #332f32;
	background: #201b1f;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #777;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rankings-table tr:nth-child(odd) {
    background-color: #1c191c;
}
.rankings-table tr:nth-child(even) {
    background-color: #110f11;
}
.rankings-table tr:hover td {
    background-color: #242324;
}
.rankings-table tr td {
	border-top: 0px;
	border-bottom: 0px solid #e3e3e3;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
	color: #b07a34;
	border-bottom: 1px solid #b07a34;
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	/*display: inline-block;
	width: 150px;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #f1f1f1;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ccc;*/
	display: inline-block;
    width: 150px;
    border: 1px solid #423d32;
    text-align: center;
    padding: 2px 0px;
    margin: 2px;
    background: #302d26;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #b08652;
}
.rankings_menu a.active,  .rankings_menu a:hover{
	/*color: #333;
	border-color: #333;*/
	color: #ffbf6f;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	/*border: 1px solid #e3e3e3;*/
	color: #817464;
	background: #201b1f;
    box-shadow: 0 0 4px rgb(0 0 0 / 60%), 0 1px 1px rgb(0 0 0 / 50%), inset 0 0 12px rgb(255 202 77 / 5%), inset 0 1px 0 rgb(255 202 77 / 5%), inset 0 0 0 1px rgb(255 202 77 / 5%);
    border-radius: 5px;
}
.myaccount-table tr td:first-child {
	color: #c8c4bd;
	font-weight: bold;
}
.myaccount-table tr td {
	border-bottom: 1px dashed #432e20;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #ff0000;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE */
.tos_list {
    color: #c8c4bd;

	width: 70%;
    margin: 20px auto;
	margin-bottom: 30px;
	background: #201b1f;
	box-shadow: 0 0 4px rgb(0 0 0 / 60%), 0 1px 1px rgb(0 0 0 / 50%), inset 0 0 12px rgb(255 202 77 / 5%), inset 0 1px 0 rgb(255 202 77 / 5%), inset 0 0 0 1px rgb(255 202 77 / 5%);
	border-radius: 5px;
    padding: 30px;
}
.tos_list li {
	color: #a68a5e;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #938a7d;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	/*padding-right: 35px;*/
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL */
.paypal-gateway-container {
	width: 100%;
}

.paypal-gateway-content {
	background: #fef2da;
	border: 3px solid #f79433;
	padding: 15px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0px;
}

.paypal-gateway-form {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #000;
	font-size: 24px;
}

.paypal-gateway-form input[type=text] {
	width: 60px;
	font-size: 24px;
	border: 3px solid #f79433;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f79433;
}

.paypal-gateway-continue {
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: url('../img/paypal-submit.jpg') no-repeat;
	width: 200px;
	height: 40px;
	border: 0px;
}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

/* SIDEBAR */
.panel-sidebar {
	background: #f1f1f1;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
}

.panel-sidebar > .panel-heading {
	background: #fff;
	color: #ff0000;
	font-family: 'PT Sans', sans-serif;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid #ff0000;
}

.panel-usercp {
	background: url('../img/usercp_bg.jpg') no-repeat top center;
	background-size: cover;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #444 !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #ff0000 !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

.sidebar-banner {
	margin: 20px 0px;
	border: 0px;
}

.sidebar-banner img {
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
	border: 0px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body .panel-title {
	/*color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: bold;*/

	margin: 0 0 18px 0;
    color: #afa288;
    font-size: 21px;
    text-transform: uppercase;
	text-shadow: 0 0 14px rgb(0 0 0 / 40%), 2px 3px 0 rgb(0 0 0 / 40%);
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* DOWNLOADS */
.panel-downloads {
	color: #c8c4bd;

	width: 70%;
    margin: 20px auto;
	margin-bottom: 30px;
	background: #201b1f;
	box-shadow: 0 0 4px rgb(0 0 0 / 60%), 0 1px 1px rgb(0 0 0 / 50%), inset 0 0 12px rgb(255 202 77 / 5%), inset 0 1px 0 rgb(255 202 77 / 5%), inset 0 0 0 1px rgb(255 202 77 / 5%);
	border-radius: 5px;
}
.panel-downloads tr {
	border-bottom: 1px dashed #432e20;
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: 1px;
		color: #777;
	}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered { color: #777 !important; }
.webengine-powered:active, .webengine-powered:hover { color: #ff3214 !important; }

/* GLOBAL TOP BAR */
.global-top-bar {
	width: 100%;
	background: #101010;
	color: #777777;
	padding: 7px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 12px;
}
	.global-top-bar .global-top-bar-content {
		width: 1040px;
		margin: 0px auto;
	}
		.global-top-bar .global-top-bar-content .row {
			margin: 0px;
			padding: 0px;
		}
	.global-top-bar a.logout {
		color: #ff0000 !important;
	}
	.global-top-bar a {
		color: #999999 !important;
	}
	.global-top-bar a:hover {
		color: #ffffff !important;
	}
.global-top-bar-nopadding {
	padding: 0px !important;
}
.global-top-bar-separator {
	padding: 0px 5px;
}

/* LANGUAGE PICKER */
.webengine-language-switcher {
	display: inline-block;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	width: 46px;
	height: 19px;
	overflow: hidden;
	transition: all .3s ease;
}
.webengine-language-switcher:hover {
	width: 400px;
}
	.webengine-language-switcher li {
		display: inline-block;
		list-style-type: none;
		background: #333333;
		padding: 0px 5px 2px 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-khtml-border-radius: 3px;
		transition: all .3s ease;
	}
	.webengine-language-switcher li:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}
	.webengine-language-switcher li a {
		color: #999999;
	}
	.webengine-language-switcher li a:hover {
		color: #ffffff !important;
	}

/* WEBSITE LOGO */
.webengine-mu-logo {
	transition: all .3s ease;
	z-index: 2;
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}
	.webengine-mu-logo:hover {
		-webkit-filter: brightness(130%);
		filter: brightness(130%);
	}

/* HEADER INFO */
.header-info-container {
	width: 1040px;
	margin: 0px auto;
	text-align: right;
}
	.header-info-container .header-info {
		display: inline-block;
		width: 350px;
		background: rgba(0, 0, 0, 0.3);
		backdrop-filter: blur(5px);
		margin: 0px;
		padding: 20px;
		overflow: auto;
		-moz-box-shadow: 0 0 15px rgba(0,0,0,0.7);
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
		box-shadow: 0 0 15px rgba(0,0,0,0.7);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
		text-shadow: 1px 1px 3px #000000;
		color: #ffffff;
		border: 1px solid rgba(255,255,255,0.1);
		font-size: 12px;
	}
		.header-info-container .header-info .header-info-block {
			padding: 0px;
			color: #aaaaaa;
		}
		.header-info-container .header-info .header-info-block #tServerTime, .header-info-container .header-info .header-info-block #tLocalTime {
			color: #ffffff;
		}
		.header-info-container .header-info .header-info-block #tServerDate, .header-info-container .header-info .header-info-block #tLocalDate {
			color: #cccccc;
		}
		.header-info-container .header-info .header-info-block .online-count {
			color: #00ff00;
		}
	
/* ONLINE BAR */
.webengine-online-bar {
	width: 100%;
	background: #000000;
	border: 1px solid #555555;
	height: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease;
}
	.webengine-online-bar .webengine-online-bar-progress {
		height: 8px;
		background: #00ff00 url('../img/online_progress_bar.jpg') no-repeat left center;
		-webkit-border-radius: 0px 1px 1px 0px;
		-moz-border-radius: 0px 1px 1px 0px;
		-khtml-border-radius: 0px 1px 1px 0px;
		border-radius: 0px 1px 1px 0px;
	}
	.webengine-online-bar:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
	.myaccount-character-block img {
		width: 100px;
		height: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
		.myaccount-character-block img:hover {
			-webkit-filter: brightness(120%);
			filter: brightness(120%);
		}
.myaccount-character-block-location {
	font-size: 12px;
	color: #777;
	margin-bottom: 20px;
	margin-top: 2px;
	line-height: 1.2;
}
.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}
.myaccount-character-name a {
	font-weight: bold;
	color: #b08652;
	font-size: 16px;
}
.usermenucp ul li{
	padding: 4px 0px 4px 10px
}
.usermenucp ul li img{
	margin-right: 8px;
}
/*Efectos*/
/*smog*/

.smog {
	position: absolute;
	top: 450px;
	left: 170px;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
  .smog .num1 {
	-webkit-animation: spreadSmog 7s infinite linear;
	animation: spreadSmog 7s infinite linear;
  }
  .smog .num2 {
	-webkit-animation: spreadSmog 15s infinite linear;
	animation: spreadSmog 15s infinite linear;
  }
  .smog .num3 {
	-webkit-animation: spreadSmog 40s infinite linear;
	animation: spreadSmog 40s infinite linear;
  }
  .smog .num1 {
	bottom: 0;
	left: -677px;
	width: 2354px;
	height: 1300px;
	opacity: 0;
  }
  .smog i {
	position: absolute;
	display: block;
	background: url(../img/effects/sp_smog.png) no-repeat;
	transform-origin: 50% 100%;
  }
  .smog .num2 {
	bottom: 0;
	left: -677px;
	width: 2354px;
	height: 1300px;
	opacity: 0;
  }
  .smog .num3 {
	bottom: 0;
	left: -677px;
	width: 2354px;
	height: 1300px;
	opacity: 0;
  }
  @keyframes spreadSmog {
	0% {
	  transform: scale(0.5);
	  -webkit-transform: scale(0.5);
	  opacity: 0;
	}
	45% {
	  transform: scale(0.75);
	  -webkit-transform: scale(0.75);
	  opacity: 1;
	}
	90% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  opacity: 0;
	}
	100% {
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  opacity: 0;
	}
  }
  
  /*end smog*/
  /*sparks*/

.sparks-sparks {
	left: 550px;
	position: absolute;
	top: 800px;
  }
  
  .sparks-1 {
	background-image: url(../img/effects/sparks-1.png);
	width: 117px;
	height: 136px;
	right: 200px;
	bottom: 0px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-1;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
  }
  
  .sparks-2 {
	background-image: url(../img/effects/sparks-2.png);
	width: 219px;
	height: 176px;
	right: 200px;
	bottom: 30px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-2;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	opacity: 0;
  }
  
  .sparks-3 {
	background-image: url(../img/effects/sparks-3.png);
	width: 438px;
	height: 281px;
	right: 100px;
	bottom: 20px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-3;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 1s;
	opacity: 0;
  }
  
  @keyframes sparks-1 {
	0% {
	  right: 200px;
	  bottom: 10px;
	  opacity: 0;
	}
	33% {
	  right: 210px;
	  bottom: 20px;
	  opacity: 0.5;
	  transform: scale(1.1);
	}
	70% {
	  right: 220px;
	  bottom: 30px;
	  opacity: 1;
	  transform: scale(1.1);
	}
	100% {
	  right: 230px;
	  bottom: 40px;
	  opacity: 0;
	  transform: scale(1.1);
	}
  }
  @keyframes sparks-2 {
	0% {
	  right: 210px;
	  bottom: 40px;
	  opacity: 0;
	}
	33% {
	  right: 220px;
	  bottom: 50px;
	  opacity: 0.5;
	  transform: scale(1.1);
	}
	70% {
	  right: 230px;
	  bottom: 60px;
	  opacity: 1;
	  transform: scale(1.1);
	}
	100% {
	  right: 240px;
	  bottom: 70px;
	  opacity: 0;
	  transform: scale(1.1);
	}
  }
  @keyframes sparks-3 {
	0% {
	  right: 120px;
	  bottom: 30px;
	  opacity: 0;
	}
	33% {
	  right: 140px;
	  bottom: 50px;
	  opacity: 0.5;
	  transform: scale(1.1);
	}
	70% {
	  right: 160px;
	  bottom: 70px;
	  opacity: 1;
	  transform: scale(1.1);
	}
	100% {
	  right: 180px;
	  bottom: 90px;
	  opacity: 0;
	  transform: scale(1.1);
	}
  }
  
  .sparks {
	background-repeat: no-repeat;
	background-position: left 0px bottom 0px;
	position: absolute;
  }
  /*end sparks*/
/*Fin Efectos*/
.botonesredes a:hover{
    filter: brightness(120%);
}
/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}
	
	.rankings-class-filter li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #000000 !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}




















/* SLIDER*/


.slider {
  overflow: hidden;
  position: relative;
  width:570px;
  height:200px;
  border: 1px solid #282317;
  margin-bottom: 1px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width:570px;
  height:200px;
}
.slider .slides .active .slide-info {
  transition: all 4s ease;
  opacity: 1;
}
.slider .slides .active .slide-more {
  transition: all 2s ease;
  bottom: 0px;
}
.slider .slides .slide-info {
  line-height: 1.7;
  position: absolute;
  padding: 40px;
  bottom: 40px;
  width: 420px;
  opacity: 0;
  color:#FFF;
  text-shadow:1px 1px 1px #000;
}
.slider .slides .slide-info h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.slider .slides .slide-more {
  position: absolute;
  bottom: -200px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 80px);
}
.slider .slides .slide-more a {
  text-decoration: none;
}
.slider .slides .slide-more a i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.slider .slides .slide-more a:hover i {
  opacity: 0;
}
.slider .slides .slide-more span {
  font-size: 12px;
  color: #c9aa71;
}
.slider .slides .slide-more span b {
  font-size: 14px;
  font-weight: normal;
}
.slider .next {
  position: absolute;
  background: url(../img/right-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  right: 0;
  top: 85px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .prev {
  position: absolute;
  background: url(../img/left-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  left: 0;
  top: 85px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .navigation {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: right;
  z-index: 1;
  cursor: pointer;
}
.slider .navigation .dot {
  display: inline-block;
  width: 10px; 
  height: 10px;
  background: #221313;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  background: #8d0c0c;
  box-shadow: 0px 0px 14px 1px #c30d0d;
}


button-s,
.button-s {
  transition: all 0.3s ease;
  cursor: pointer;
  background: none;
  border: 1px solid #891715;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(255, 58, 58, 0.8);
  border-radius: 6px;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
  box-shadow: 0px 0px 8px 0px rgba(255, 146, 58, 0.2), inset 0px 0px 8px 0px rgba(255, 146, 58, 0.2);
  text-decoration: none;
}
button-s:hover,
.button-s:hover {
  background: rgba(255, 130, 29, 0.1);
}

/* IMG POP UP*/
		
.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index:50000;
  }
  .toolbarLB {
    text-align: right;
    padding: 3px;
    z-index:99999;
  
  }
  .closeLB {
    color: #c41d1d;
    cursor: pointer;
    z-index:99999;
  
  }
  .lightbox .iframeContainer {
    vertical-align: middle;
    background: #201b1f;
    padding: 2px;
    z-index:99999;
  
  }
  .lightbox.closed {
      z-index:99999;
    display: none;
  
  }
  
	.lb-bot-border {
		width: 100%;
		height: 50px;
		position: absolute; 
	/*	top: 124px !important; */
		background: #0f0c0b;
		box-shadow: 0 0 3px rgba(0, 0, 0, 1), 0 0 0 1px rgba(0, 0, 0, 1), inset 0 0 6px rgba(0, 0, 0, .7), inset 0 0 3px rgba(255, 255, 255, .2);
		z-index: 1;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 7px 0 0 0;
		font-family: 'Ebrima';
		font-size: 11px;
		font-weight: bold;
		color: #4a4035;
		text-transform: uppercase;
		text-shadow: 0 0 5px rgba(0, 0, 0, .5), 1px 1px 1px rgba(0, 0, 0, .45)
	}
	
	.lb-bot-border
	a {
		color: #d29f4e
	}
	
	.lb-bot-border a:hover {
		color: #AFAFAF
	}