/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
/*Fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freckle+Face&display=swap');

* {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
    list-style: none;
    outline: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #231E20!important;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

a:focus, a:hover {
    /*color: inherit !important;*/
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff0000;
}

.btn-primary {
    color: #8e867e;
    background-color: transparent;
    border-color: #55444e;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: #1b1718 !important;
	border-color: #734f63 !important
}

/* Menu Navbar*/
#navigation-top {
    width: 100%;
    height: 52px;
    background: url(../img/nav-bg.png) no-repeat top center;
    position: relative;
    z-index: 100;
}
.navigation-top-in {
    max-width: 1150px;
    height: 52px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu {
    font-family: "Georgia";
    font-variant: small-caps;
    margin: 0px 0px 0px 20px;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li > a {
    padding: 0px 17px 0px 17px;
    font-size: 15px;
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
}
#cssmenu > ul > li > a:hover {
    color: #ffffff;
}
#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.my-account {
    width: 218px;
    height: 51px;
    margin: 0px -130px 0px 0px;
}
.accPanel {
    background: url(../img/myaccount.jpg) no-repeat left center;
    display: block;
    width: 218px;
    height: 51px;
    line-height: 52px;
    font-family: "Georgia";
    font-variant: small-caps;
    color: #c4b9a0;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}
.accPanel:hover {
    background: url(../img/myaccount-hover.jpg) no-repeat left center;
    color: #fff;
}
.languages {
    display: flex;
    align-items: stretch;
    margin: 18px 40px 0px 0px;
    width: 100px;
}
#ServerTime {
    color: #ab9f9c;
}
/*Menu Lenguaje*/
#langmenu, #langmenu ul, #langmenu ul li, #langmenu ul li a{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#langmenu{
    font-variant: small-caps;
    margin: 0px 0px 0px 20px;
}
#langmenu > ul > li {
    float: left;
}
#langmenu > ul > li > a {
    /*padding: 0px 17px 0px 17px;
    font-size: 15px;*/
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    /*height: 52px;*/
    /*line-height: 52px;*/
    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;
}
#langmenu > ul > li:hover > a {
    color: #ffffff;
}
#langmenu > ul > li.has-sub > a {
    /*padding-right: 30px;*/
}
#langmenu ul ul {
    position: absolute;
    left: -9999px;
}
#langmenu li:hover > ul {
    left: auto;
}
#langmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#langmenu li:hover > ul > li {
    height: 35px;
}
#langmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 13px 15px;
    width: 80px;
    font-size: 14px;
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    letter-spacing: 0.3px;
    background: url(../img/some-bg.jpg);
    font-family: "Times New Roman";
}
#langmenu ul ul li:hover > a, #langmenu ul ul li a:hover {
    color: #ffffff;
}
/*Efectos*/
.sparks {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
}
.sparks > div {
    position: absolute;
}
.sparks .spark_1 {
    background: url(../img/efectos/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -320px;
    transform: scale(0.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 1s;
}
.sparks .spark_2 {
    background: url(../img/efectos/spark_2.png) no-repeat;
    width: 179px;
    height: 335px;
    right: 230px;
    bottom: -320px;
    transform: scale(0.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 2s;
}
.sparks .spark_3 {
    background: url(../img/efectos/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 280px;
    bottom: -140px;
    transform: scale(0.6);
    animation: spark-3 4s linear infinite;
    animation-delay: 2s;
}
.sparks .spark-big {
    background: url(../img/efectos/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    right: 0;
    bottom: -180px;
    transform: scale(0.6);
    animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
    animation-delay: 2s;
    right: 40px;
}
@keyframes spark-1 {
	0% {
		bottom: -320px;
		transform: scale(0.6);
		opacity: 1;
	}
	25% {
		bottom: -240px;
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -160px;
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: -80px;
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 0px;
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes spark-3 {
	0% {
		bottom: -140px;
		transform: scale(0.6);
		opacity: 1;
	}
	25% {
		bottom: -80px;
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -20px;
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 40px;
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 100px;
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes spark-5 {
	0% {
		bottom: -180px;
		transform: scale(0.6);
		opacity: 1;
	}
	25% {
		bottom: -120px;
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -60px;
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 0px;
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 60px;
		transform: scale(1);
		opacity: 0;
	}
}
#body {
	background-image: url(../img/efectos/smoke.png);
	background-position: left top 20px;
	background-repeat: repeat-x;
	animation: smoke 25s linear infinite;
	animation-fill-mode: forwards;
}
@keyframes smoke {
	0% {
		background-position: left -1920px top 200px;
	}
	100% {
		background-position: left 1920px top 200px;
	}
}
/*Barra Register*/
.top-files-panel {
    height: 58px;
    max-width: 650px;
    width: auto;
    background: url(../img/files.png) no-repeat bottom right;
    bottom: -85px;
    position: absolute;
    padding: 0px 30px 0px 0px;
    z-index: 7000;
    display: flex;
    text-align: initial;
}
.start-game a {
    display: block;
    width: 256px;
    height: 58px;
    background: url(../img/startgame.png) no-repeat bottom right;
    margin: 0px 0px 0px -10px;
    line-height: 65px;
    text-indent: 60px;
    letter-spacing: 0.7px;
    color: #fff;
    text-decoration: none;
    font-family: "Georgia";
    font-variant: small-caps;
    font-size: 15px;
    font-weight: 100;
}
.start-game a:hover {
    background: url(../img/startgame-hover.png) no-repeat bottom right;
}
.panelDownBlock {
    display: flex;
}
.torrent, .cloud {
    /* height: 33px; */
    margin: 17px 10px 0px 10px;
    padding: 7px 10px 0px 50px;
}
.torrent span, .cloud span {
    display: block;
    height: 14px;
}
.torrent {
    background: url(../img/torrent.png?v4) no-repeat left center;
}
.download-title a {
    font-family: "Georgia";
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    color: #ada0a2;
    text-decoration: none;
}
.download-title a:hover {
    color: rgb(255, 255, 255);
}
.file-title {
    font-size: 10px;
    color: #746264;
}
.cloud {
    background: url(../img/cloud.png) no-repeat left center;
}
/*Fix Header*/
#header {
    /*max-width: 1040px;*/
    max-width: 1200px;
    /*height: 45vh;*/
    position: relative;
}
/*Container*/
#container{
    /*background: url(../img/some-bg.jpg);*/
    /*border: 1px solid #211c1d;*/
}
/*Panel sidebar*/
.panel-sidebar .panel-title{
    font-size: 13px;
    margin-top: 5px;
}
.panel-sidebar .panel-body{
    color: #727272;
    font-family: "Times New Roman";
}
.table>thead>tr>th{
    background: url(../img/hr.jpg) repeat-x bottom;
    border: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding-top: 5px;
    padding-bottom: 5px;
}
/*Botones*/
.btnreg{
    background: url(../img/readmore-btn.png) no-repeat center;
    position: absolute;
    width: 121px;
    height: 27px;
    line-height: 28px !important;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 12px;
    transition: 0.5s;
    border:0px;
}
.btnreg:hover {
    background: url(../img/readmore-hover.png) no-repeat center;
    transition: 0.5s;
}
/*Divisiones Sidebar*/
.sidebar {
    /*width: 311px;
    max-width: 311px;*/
    padding: 0px 5px 0px 5px;
    float: left;
}
.sidebar:first-child {
    /*padding-left: 12px;*/
}
.main_side {
    /*border: 1px solid #211c1d;
    background: url(../img/some-bg.jpg);*/
    width: calc(100% - 292px - 292px);
    max-width: calc(100% - 292px - 292px);
    float: left;
    /*border-radius: 5px;
    padding: 10px;*/
}
.modules_cont{
    border: 1px solid #211c1d;
    background: url(../img/some-bg.jpg);
    /*width: calc(100% - 292px - 292px);
    max-width: calc(100% - 292px - 292px);*/
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 10px;
}
.modules_cont_full{
    border: 1px solid #211c1d;
    background: url(../img/some-bg.jpg);
}

#content {
    width: 100%;
    overflow: auto;
    min-height: 500px;
    padding: 10px 0px 0px 0px;
}
/*GameServers*/
.server {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 230px;
}
.server-info {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 3px 0px;
    font-family: "Times New Roman";
}
.server-info :first-child {
    color: #a9947b;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.server-info :last-child {
    color: #bebebe;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.box-1, .box-2, .box-3, .off, .on {
    display: inline-block;
    margin: 0px 0px 0px 2px;
}
.on, .off {
    width: 13px;
    height: 12px;
}
.on {
    background: url(../img/on.png) no-repeat center;
}

.server .box-1 {
    background: url(../img/serv-bg.png) no-repeat center;
    width: 200px;
    height: 12px;
    position: relative;
}
.server .progress {
    width: 192px;
    height: 2px;
    position: absolute;
    margin: 4px 0px 0px 4px;
}
.server .progress .progress-1 {
    background: url(../img/progress-1.png);
    background-size: 100% auto;
    height: 2px;
}
/*Banner Castle Siege*/
.castle-siege-banner {
    text-shadow: 2px 2px black;
    font-weight: bold;
    font-family: Arial;
    padding: 14px;
    background: url(../img/banner_cs_bg.jpg) no-repeat;
    border-radius: 5px;
    color: #f39c12;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    overflow: auto;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
}
.castle-siege-banner .guild_owner, .castle-siege-banner .guild_owner a {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Special Elite', cursive;
    /*font-family: 'Freckle Face', cursive;*/
}
.castle-siege-banner .guild_master, .castle-siege-banner .guild_master a {
    color: #ffffff;
    font-size: 16px;
}
.castle-siege-banner .guild_countdown {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Special Elite', cursive;
}
.castle-siege-banner .guild_countdown span {
    color:#f39c12;
}
.cstitle1{
    line-height: 25px;
    margin-bottom: 5px;
}
.cstitle2{
    line-height: 20px;
}
/*Eventos*/
#events dt {
    display: block;
    height: 42px;
    text-align: left;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 45%);
    font-size: 14px;
    color: #a1998f;
}
#events .event_status{
    color: #727272;
}
#events .event_next{
    color: #727272;
}
#events .event_timeleft{
    color: #ffffff;
}
#events .rightfloat {
    float: right;
}
#events span {
    display: block;
    font-size: 12px;
}
#events dt.eventActive {
    color: #009600;
}