@font-face {
	font-family: FaceYourFears;
	src: url('../fonts/FaceYourFears.ttf');
}

@font-face {
	font-family: GeosansLight;
	src: url('../fonts/GeosansLight.ttf');
}

@font-face {
	font-family: Quantify;
	src: url('../fonts/Quantify.ttf');
}

@font-face {
	font-family: Montserrat;
	src: url('../fonts/Montserrat.otf');
}

@font-face {
	font-family: Montserrat-ExtraBold;
	src: url('../fonts/Montserrat-ExtraBold.otf');
}

/* latin-ext */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt7-GT7LEc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt79mT7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*.nk-page-background-top{
	position:absolute;
	top:0;
	left:0;
	bottom: auto;
	width:100%;
	height:auto;
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:-1
}
.nk-page-background-fixed{position:fixed;height:100%;background-position:center center;background-size:cover}

.nk-page-background-bottom {
    top: auto;
    bottom: 0;
	position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
}*/

.nk-page-background-bottom,.nk-page-background-fixed,.nk-page-background-top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:-1
}
.nk-page-background-bottom{
	top:auto;
	bottom:-3550px;
}
.nk-page-background-fixed{
	position:fixed;
	height:100%;
	background-position:center center;
	background-size:cover	
}

html {
	min-width: 1000px;
	height: 100%;
	cursor: url(../img/cursor_normal.cur), auto;
}

body {
	background: #171e22;
	/*background: #171e22 url('../img/bg-top.png') center top no-repeat fixed;*/
	color: #f1f1f1;
	cursor: url(../img/cursor_normal.cur), auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;
}

a {
	color: #1690dd;
	cursor: url(../img/cursor_normal.cur), auto;
	text-decoration: none;
	-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 {
	color: #ffda8a;
	cursor: url(../img/cursor_link.cur), auto;
}

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%;
	min-width: 1000px;
	height: 450px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	color: #fff;
	/*border-bottom: 4px solid #1690dd;*/
}
	
	@media only screen and (min-width: 1000px) {
		#header > #headervideo {
			position: relative;
			top: -50px;
		}
	}
	@media only screen and (min-width: 1300px) {
		#header > #headervideo {
			position: relative;
			top: -100px;
		}
	}
	@media only screen and (min-width: 2000px) {
		#header > #headervideo {
			position: relative;
			top: -150px;
		}
	}
	
	#header > .video-shadow {
		background: url('../img/bg_shadow.png') repeat;
		position: absolute;
		width: 100%;
		height: 450px;
		z-index: 1;
	}
	
	#header > .header-content-container {
		z-index: 2;
		position: absolute;
		top: 100px;
		width: 100%;
		height: 400px;
	}
		#header > .header-content-container > .header-content {
			width: 1000px;
			height: 400px;
			margin: 0px auto;
		}
	
	#header > .header-front {
		z-index: 2;
	}
	
	.site-logo {
		margin-top: 200px;
	}

#headerLogo {
	width: 100%;
	margin: 30px 0px;
}

.serverTime_BoxOff {
	margin-top:100px;
    height: 24px;
	font-size:17px;
	font-family:Montserrat,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
    padding: 0 0 0 20px;
}

.serverTime_BoxOff img{
	border-radius:5px;
	opacity:0.7;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.serverTime_BoxOff img:hover{
	border-radius:5px;
	opacity:1.0;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.Horas{
    background-color: #232930;
    color: #fff;
    position: relative;
    border-radius: 8px;
	border: 1px solid #293139;
	font-size:22px;
	font-family:Montserrat-ExtraBold,sans-serif;
	text-transform: uppercase;
}

.Reloj{
    font-size:25px;
	font-family:Montserrat,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 2px 2px #000;
}

.ServerFree{
    font-size:22px;
	font-family:Montserrat,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align:left;
}

.ServerOff{
    font-size:21px;
	font-family:Montserrat,sans-serif;
	font-weight: 600;
}

.stats-info{
    font-size:23px;
	font-family:Montserrat,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.stats-info-number{
    font-size:35px;
	font-family:Montserrat-ExtraBold,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color:#1690dd;
}

.progress {
    height: 25px !important;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.bg-danger {
    background-color: #1690dd!important;
}

.bg-danger-off {
    background-color: #293139!important;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}
.progress-bar>h3{
    margin-top: 0px;
    margin-bottom: 0px;
}

.fa {
    display: inline-block;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#container {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
	/*background: #111111;
	border: 1px solid #1e1e1e;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;*/
}

#content {
	width: 100%;
	overflow: auto;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.creditos-footer {
	font-family: 'Montserrat', 'sans-serif';
	font-size: 15px;
	color: #f1f1f1;
	text-align:center;
	text-transform: uppercase;
}

.footer {
	position: relative;
	width: 100%;
	padding: 5px 0px;
	background: #232930;
	background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	overflow: auto;
	border-top: 3px solid #293139;
}
	.footer > .footer-container {
		width: 1000px;
		margin: 0px auto;
		text-align: center;
	}
	.footer-time {
		font-size: 44px;
		color: #f1f1f1;
		font-weight: bold;
		position: relative;
	}

#navbar {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 80px;
	margin-top:20px;
	margin-bottom:20px;
}

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

#navbar ul li {
	font-family:Montserrat,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	list-style-type: none;
	display: inline-block;
	font-size: 15px;
	/*margin: 0px 10px;*/
}

#navbar ul li a {
	display: inline-block;
	color: #ffffff !important;
	text-decoration: none;
	padding: 15px 15px;
}

#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
	color: #ffffff !important;
	text-decoration: none;
	background: #1690dd;
	border-radius:5px;
}

/*.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-4 {
    width: 33.33333333%;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}*/

/* CASTLE SIEGE BANNER */
.castle-siege-banner {
	width: 1000px;
	height: 240px;
	font-size: 27px;
	background: transparent url('../img/cs.jpg') no-repeat center center /cover;
	margin: 0px auto;
	padding: 30px;
	padding-top: 60px;
	border: 1px solid #293139;
	overflow: auto;
	font-family: GeosansLight;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top: 4px solid #1690dd;
	border-bottom: 4px solid #1690dd;
	text-align: center;
	text-shadow: 1px 1px #000;
}

.castle-siege-banner img{
	border-radius: 40px;
}

.castle-siege-banner .guild_countdown{
	font-size: 30px !important;
	color: #1690dd;
	text-transform: uppercase;
	font-weight: 600;
}

.cs-guild-title {
	color: #1690dd;
	font-size: 58px;
	text-shadow: 1px 1px #000;
	font-family: Quantify;
}
.cs-guild-guildowner {
	background-color:#1690dd;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: -15px;
	padding:10px;
	border-radius:8px;
	box-shadow: 2px 2px #1f1f1f;
}

.cs-guild-guildowner-2 {
	background-color:#1690dd;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	padding:10px;
	border-radius:8px;
	box-shadow: 2px 2px #1f1f1f;
}

.cs-timeleft {
	font-family: Quantify;
	font-size: 62px;
	color: #fff;
	text-shadow: 2px 2px #1f1f1f;
}
.cs-timeleft span {
	color: #1690dd;
	text-shadow: 2px 2px #1f1f1f;
}
/* <-- CASTLE SIEGE BANNER END */

.admincp-button {
	position:absolute;
	top:10px;
	right:10px;
}

.page-title {
	font-family: 'Cinzel', Arial, serif;
	font-size: 32px;
	text-align:center;
	background: #1690dd url('../img/news_head_bg.jpg');
	/*-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;*/
	padding-top: 10px;
	border-bottom: 4px solid #43515f;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #333;
	-moz-border-radius: 0px;
	border: 1px solid #293139;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.panel-news .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Cinzel', Arial, serif;
	background: #1690dd url('../img/news_head_bg.jpg');
	border-bottom: 4px solid #43515f;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.panel-news .panel-title,  .panel-news .panel-title a{
	color: #fff;
	font-family: 'Cinzel', Arial, serif;
	font-size: 18px;
	margin-left: 20px;
}

.panel-news .panel-body p{
	background: #232930;
	margin: 0;
	padding: 10px
}
.panel-news .panel-footer {
	border-top: 2px solid #43515f;
    background: #171e22;
    font-style: italic;
    font-size: 15px;
    height: 40px;
    color: #1690dd;
    text-align: center;
    padding-top: 7px;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	text-align:center;
	background: #232930;
	border: 1px solid #1e1e1e;
    /*-moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;*/
}

.rankings-table-place {
	color: #1690dd;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}

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

.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.rankings-class-image-staff {
	width: 100px;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.rankings-table tr:nth-child(2) {
	color: #008edd;
	background: #323b46;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Cinzel', Arial, serif;
}
.rankings-table tr:nth-child(2) .rankings-table-place {
	font-size: 15px;
}

.rankings-table tr td {
	border-bottom: 1px solid #282f37;
	padding: 10px;
	font-size: 19px;
	vertical-align: middle !important;
}

.rankings-table tr:first-child td {
	color: #fff;
	background: #1690dd;
	border-bottom: 3px solid #1690dd;
	font-family: 'Cinzel', Arial, serif;
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	/*background: #232930;*/
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}

.FondoRank {
	background: #232930;
	width:100%;
	border-radius:5px;
	border: 1px solid #282f37;
}

.rankings_menu a {
	display: inline-block;
	font-family: 'Cinzel', Arial, serif;
	width: 200px;
	border: 1px solid #465462;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #323b46;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ccc;
}
.rankings_menu a.active {
	font-family: 'Cinzel', Arial, serif;
    font-size: 15px;
    color: #fff;
    border-color: #62cfff;
    background: #00aefc;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: 50px !important;
	height: auto !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%;
	background: #232930;
	border: 1px solid #293139;
	border-radius:10px;
}
.myaccount-table tr td:first-child {
	color: #f1f1f1;
	font-weight: bold;
}
.myaccount-table tr td {
	color: #1690dd;
	border-bottom: 1px solid #293139;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #232930;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #1690dd;
	font-family: 'Cinzel', Arial, serif;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #323b46;
}
.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 li {
	color: #1690dd;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #ccc;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
}

/* PAYPAL */
.paypal-gateway-container {
width: 100%;
background: #1a2133;
border: 1px solid #2e374f;
}

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

.paypal-gateway-content {
margin: 10px;
background: #fef2da;
border: 2px solid #f79433;
padding: 10px;
overflow: auto;
}

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

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

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

.paypal-gateway-form input[type=text] {
width: 40px;
}

.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;
}

/* CASTLE SIEGE CSS */
.csinfo_container {
	background: url('../img/castle_siege.jpg') no-repeat top right;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
.csinfo_content {
	width: 100%;
	height: 180px;
	margin: 10px 0px 0px 10px;
	display: inline-block;
}
	.csinfo_glogo {
		float: left;
		width: 30%;
		height: 180px;
		text-align: center;
	}
	.csinfo_ginfo {
		float: left;
		width: 70%;
		padding: 0px 10px;
	}
	
		.csinfo_ginfo table {
			table-layout: fixed;
			width: 400px;
		}
			.csinfo_ginfo table tr td {
				padding: 3px 0px;
				font-size: 20px;
			}
			.csinfo_ginfo table tr td:first-child {
				color: #9a7e46;
			}
			
.csinfo_glist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	.csinfo_glist li {
		float: left;
		width: 30%;
		padding: 8px 10px;
	}
	.csinfo_glist li:hover {
		background: #0d0c0b;
	}
	
/* PAGSEGURO */
.pagseguro-gateway-container {
	width: 100%;
	background: #1a3322;
	border: 1px solid #2a533c;
}

.pagseguro-gateway-content {
	margin: 10px;
	background: #ffffff;
	border: 2px solid #bfbfbf;
	padding: 10px;
	overflow: auto;
}

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

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

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

.pagseguro-gateway-form input[type=text] {
	width: 60px;
	background: #ffffff;
	border: 0px;
	border-bottom: 1px dotted #000;
	color: #1c713a;
	font-weight: bold;
	font-size: 24px;
}

.pagseguro-gateway-continue {
	margin: 0px auto;
	text-align: center;
	padding: 10px;
}

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

/* SIDEBAR */
.panel-sidebar {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #293139;
	margin:5px;
}

.img_events img{
	-moz-border-radius: 5px;
	border-top-left-radius: 10px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
}

.img_events img:hover{
	border-radius:30px;
	-webkit-transform:scale(1.25);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
    width:978px;
}

.panel-sidebar > .panel-heading {
	background: #1690dd url('../img/panel_head_bg.jpg');
	color: #fff;
	font-size:5px;
	font-family: 'Cinzel', Arial, serif;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom: 3px solid #293139;
}

.panel-sidebar > .panel-heading-event {
	background: #232930;
	margin-top: -20px !important;
	margin-bottom: -10px !important;
	padding:0px;
}

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

.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: #f1f1f1 !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #1690dd !important;
}

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

.sidebar-banner {
	text-align: center;
	margin: 20px 0px;
	border-radius:5px;
	border: 1px solid #293139;
}

.sidebar-banner img {
	border: 0px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

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

.panel-body {
	background: #232930;
	color: #f1f1f1;
}
.panel-body .panel-title {
	color: #527e8c;
	font-family: 'Cinzel', Arial, serif;
	font-size: 18px;
	text-align:center;
	border-bottom: 1px solid #527e8c;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #527e8c;
	-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: #527e8c;
	font-family: 'Cinzel', Arial, serif;
	font-size: 18px;
	border-bottom: 1px solid #527e8c;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

#events{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#tiempo_test{
    color: #fff;
    font-size:25px;
    font-family: 'Cinzel', Arial, serif;
    border:1px solid #fff;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    padding:5px;
}

#events li span{
    float:right;
}
#events li em{    
    color: #777;
}
#events li{
    float:right;
    display: table;
    width: 100%;
    vertical-align: middle;
    line-height: 30px;
    padding-bottom: 10px;
    font-size:30px;
    font-family:Montserrat,sans-serif;

}
.rankings-table tr:nth-child(1n+2):hover {
    background: #323b46 !important;
	color:#f1f1f1;
    cursor: pointer;
}

#countdown_test{
	font-size:20px;
	font-family: 'Cinzel', Arial, serif;
}

.col-xs-logo {
  float: left;
}

.col-xs-servers{
  float: left;
}

.col-xs-login{
  width: 40%;
  float:left;
}

.col-xs-login2{
  width: 60%;
  float:left;
}

.col-xs-6-cs{
  width: 100%;
}

.col-xs-6-cs img{
  width: 150px;
  height: 150px;
  border-radius:30px;
}

.col-xs-nav-der{
  width: 30%;
  float:left;
}
.col-xs-nav-izq{
  width: 70%;
  float:left;
}

table{
	color: #f1f1f1 !important;
	border-color: #373b3e;
	background-color: #1e242b;
}

table tbody tr:nth-of-type(odd) {
	color: #f1f1f1 !important;
	background-color: #161b21; 
	border-color: #101418;
}

table tbody tr:nth-of-type(even) {
	color: #f1f1f1 !important;
	background-color: #1e242b; 
	border-color: #101418;
}

.card{
	background-color: #1e242b !important;
}

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

	.rankings-class-filter-selection:hover {
		color: #f1f1f1 !important;
		background-color: #161b21 !important;
		border-radius: 10px;
	}

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

.rankings-class-filter-selection img {
	width: 80px;
	height: auto;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	-khtml-border-radius: 5%;
	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);
}

.default-char-offline {
    border: 3px solid #D0D0D0;
    vertical-align: middle;
}

.default-char-online {
    border: 3px solid #a5d72c;
    vertical-align: middle;
}

/* 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: #f1f1f1;
	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: #f1f1f1;
	font-size: 16px;
}