* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    text-decoration: none;
    outline: none;
    font-family: Tahoma;
    list-style: none;
    position: relative;
}

body {
   background: #000 url(../images/newimages/bg.jpg) top center no-repeat;
}

.header .info-top-header {
    height: 55px;
    background: url("../images/newimages/bg-topo.gif") repeat-x;
}

.header .info-top-header ul {
    width: 1050px;
    margin: auto;
    display: flex;
    color: #999;
    font-size: 11px;
    align-items: center;
    height: 40px;
    justify-content: center;
}

.header .info-top-header ul li {
    padding: 0 10px;
}

.header .info-top-header ul li span {
    color: #ED5F10
}

.header .logotipo {
    width: 942px;
    height: 100px;
    background: url("../images/newimages/bg-topo2.jpg");
    margin: auto;
}

.box-menu-top {
    width: 942px;
    height: 50px;
    background: url("../images/newimages/bg-menu.gif") repeat-x;
    margin: auto;
}

.box-menu-top ul {
    display: flex;
    font-size: 12px;
    text-align: center;
}

.box-menu-top ul li {
    padding: 0 15px;
}

.box-menu-top ul li:before {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/newimages/bg-divisao.gif");
}


.box-menu-top ul li a {
    color: #fff;
    text-transform: uppercase;
    display:block;
    margin-top: 10px
}

.box-menu-top ul li a p {
    font-size: 8px;
    padding: 5px 0px 0 0px;
}

.box-menu-top ul li a:hover {
    color: #e5e5e5
}

.slider {
        display: flex;
}
.slider-view {
    width: 622px;
    margin: auto auto 10px auto;
    height: 236px;
}

.slider-view .slider-info {
    /* position: absolute; */
    /* opacity: 0; */
    /* transition: all 1s ease-in-out; */
}

.slider-view .slider-info.select{
    opacity: 1;
}



.slider-view .text-slider {
    font-size: 11px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 15px 0 15px 15px;
    background: rgba(0,0,0,.7);
     color: #d1d1d1;
    width: 605px;
}
.slider-select {
    width: 429px
}

.slider-select>div {
   display: flex;
   margin: 3px 0 0px 0;
   background: #171717;
   padding: 2px;
}

.slider-select>div img {
    height: 70px;
}

.slider-select>div div {
    color: #999999;
    font-size: 11px;
    padding: 0 6px;
}

.optional-buttons {
    display: flex;
    justify-content: center;
    height: 50px;
}

.optional-buttons a {
    display: block;
    height: 50px;
    width: 268px;
}

.optional-buttons a:nth-child(1){background: url("../images/newimages/primeiros-passos-img1.gif");}
.optional-buttons a:nth-child(2){background: url("../images/newimages/primeiros-passos-img2.gif"); width: 342px;}
.optional-buttons a:nth-child(3){background: url("../images/newimages/primeiros-passos-img3.gif"); width: 310px;}

/*MAIN*/
.main {
    width: 921px;
    margin: auto;
    padding: 10px;
    background: #202020
}

.container-main {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;

}

.container-main .ajax-container {
    width: 665px;
    padding: 10px;
    background: #171717
}


.sidebar {
    width: 225px;
}

.sidebar .title {
    height: 35px;
    width: 225px;
}

.sidebar ul.menu-social {
    background: #353535;
    display: flex;
    justify-content:center;
    gap: 10px;
    padding: 11px;
    margin: 0 0 1rem;
    border-radius: 5px;
}

.sidebar ul.menu-social li a {
   width: 30px;
   height: 27px;
   display: block;
   text-indent: -999px;
}

.sidebar ul.menu-social li a:hover {
   filter: grayscale(90%);
}

.sidebar ul.menu-social li:nth-child(1) a {
   background: url("https://i.imgur.com/0lysSnQ.png");
}
.sidebar ul.menu-social li:nth-child(2) a {
   background: url("https://i.imgur.com/2FrZ9Pm.png");
}
.sidebar ul.menu-social li:nth-child(3) a {
   background: url("https://i.imgur.com/lOqOrNU.png");
}
.sidebar ul.menu-social li:nth-child(4) a {
   background: url("https://i.imgur.com/IhqwYCY.png");
   width: 29px;
}
.sidebar ul.menu-social li:nth-child(5) a {
   background: url("https://i.imgur.com/EffUmLy.png");
}
.sidebar .title-panel {
    width: 225px;
    height: 35px;
    background: url("../images/newimages/painel-login-topo.gif");
    text-indent: -9999px;
}

.sidebar .title-information {
    width: 225px;
    height: 35px;
    background: url("../images/newimages/infos-server-topo.gif");
    text-indent: -9999px;
}


.sidebar .title-staff {
    width: 225px;
    height: 35px;
    background: url("../images/newimages/infos-equipe-topo.gif");
    text-indent: -9999px;
}
.sidebar .title-events {
    width: 225px;
    height: 35px;
    background: url("../images/newimages/infos-eventos-topo.gif");
    text-indent: -9999px;
}
.sidebar .box {
    padding: 9px;
    background: #171717;
    margin-bottom: 10px;
}

.sidebar .box ul {
    background: #212121;
    padding: 5px;
}

.sidebar .box ul li {
    font-size: 12px;
    color: #AFAFAF;
    padding: 3px 0;
}

.sidebar .box ul li span,
.sidebar .box ul li a{
    color: #fff;
}

.sidebar .box-staff ul li span {
    float: right;
}

.sidebar .box-staff ul li span.offline {
    color: #e9370b
}

.sidebar .box-staff ul li span.online {
    color: #2cff00
}


.sidebar .box-panel-login form p {
    padding: 3px 0;
    color: #666666;
    text-transform: uppercase;
    font-size: 13px;
}

.sidebar .box-panel-login ul li a {
    color: #a7a7a7;
    padding: 3px 0;
    display: block;
    border-bottom: 1px solid #3e3e3e;
}

.sidebar .box-panel-login ul li a:hover {
color: #fff;
}

.sidebar .box-panel-login form input {
    width: 200px;
    padding: 5px;
    background: #353535;
    border-top: 1px solid #666666;
    margin: 5px 0 0 0;
    color: #c1c0c0;
    font-size: 12px
  
}

.sidebar .box-panel-login form input[type='submit']{
    width: 140px;
    background: #EE490C;
    border-top: 1px solid #FC9A6A;
    color: #fff;
    margin: 10px auto;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.sidebar .box-panel-login form input[type='submit']:hover {
    background: #c13f0f
}

.sidebar .box-panel-login .forgot-password a {
    color: #AFAFAF;
    font-size: 12px;
    text-align: center;
    display: block;
    transition: all .2s ease-in-out
}

.sidebar .box-panel-login .forgot-password a:hover {
    color: #d9d9d9;
}

.container-main .ajax-container .title{
    font-size: 15px;
    font-weight: normal;
    color: #888888;
    border-bottom: 1px solid #3E3E3E;
    padding: 0 0 5px;
}

.container-main .posts{
    padding: 10px;
}
.container-main .posts li a {
    padding: 5px 0;
    display: block;
    font-size: 13px;
    color: #AFAFAF;
    text-transform: uppercase;
    border-bottom: 1px solid #3E3E3E;
    transition: all .2s ease-in-out
}

.container-main .posts li a:hover {
    color: #e7e7e7
}

.container-main .top-players {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
}

.container-main .top-players .top-player {
    width: 107px;
    text-align: center;
    color: #fff;
    background: #000;
}

.container-main .top-players .top-player .type, 
.container-main .top-players .top-player .name{
    padding: 3px;
    background: #000000;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
}

.container-main .top-players .top-player .name {
    margin-top: 10px;
    color: #fff;
}

.container-main .top-players .top-player .name a{
    color: #fff;
}

.container-main .top-players .top-player .image img,
.container-main .top-players .top-player .image svg{
    background: #fff;
    width: 85px;
    height: 85px;
}

.castle-siege {
   background: url("../images/siege.png");
   width: 528px;
   height: 212px;
    margin: 20px auto;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.castle-siege .mark,
.castle-siege .owner,
.castle-siege .master,
.castle-siege .victory,
.castle-siege .aliance,
.castle-siege .members,
.castle-siege .next {
   display: block;
   position: absolute;
   color: #fff;
   font-size: 13px;
}

.castle-siege .image {
   display: none;
}

.castle-siege .owner,
.castle-siege .master,
.castle-siege .victory,
.castle-siege .aliance,
.castle-siege .members,
.castle-siege .next {
   width: 150px;
   text-align: center;
   letter-spacing: 2px;
   right: 34px;
}

.castle-siege .next {
   width: 250px;
   right: 15px;
   background: #0000009e;
   border-radius: 3px;
   top: 1px
}

.castle-siege .mark {
   top: 90px;
   left: 74px;
}

.castle-siege .owner {
   top: 60px;
}

.castle-siege .master {
   top: 87px;
}

.castle-siege .victory {
   top: 171px;
   right: 104px
}

.castle-siege .aliance {
   top: 130px;
   font-size: 10px;
   width: 170px;
   right: 25px;
   ;
   word-wrap: break-word
}

.castle-siege .members {
   top: 171px;
   right: 20px;
   width: 60px
}

.container-main .box-panel {
    width: 100%;
}
.container-main .box-panel form label, 
.container-main form .box-panel  label{
    padding: 10px 0;
    font-size: 12px;
    color: #a7a7a7;
    display: block;
}

.required,
.error-message label {
    color: #f30 !important;
}

.container-main .box-panel form input:not(input[type='checkbox']),
.container-main .box-panel form select,
.container-main form .box-panel  input:not(input[type='checkbox']),
.container-main form .box-panel  select,
.container-main .box-panel textarea
 {
    width: 100% !important;
    display: block;
    padding: 5px;
    border: 2px solid #666;
    border-radius: 5px;
    background: #353535;
    color: #a7a7a7;

}

.captcha {
    padding: 10px 0;
    display: block;
}

.captcha a {
    color: #a7a7a7;
}

.captcha a:hover {
   color: #fff; 
}

.captcha input {
    margin-top: 10px;
}

.container-main .box-panel form a {
    color: #a7a7a7;
    font-size: 12px
}



.container-main .box-panel form input[type='submit'],
.container-main form .box-panel  input[type='submit']
{

    width: 300px!important;
    background: #EE490C !important;
    border: 1px solid #FC9A6A !important;
    color: #fff !important;
    margin: 10px auto;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.container-main .box-panel form input[type='submit']:hover,
.container-main form .box-panel  input[type='submit']:hover
{

    background: #c13f0f !important
}

.container-main .box-panel .box-panel-title {
    color: #a7a7a7;
    padding: 10px 0;
}
.container-main .box-panel table{
    width: 100%;
    border-spacing: 0;
border-collapse: collapse;
}

.container-main .box-panel table thead tr th{
    color: #fff;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.container-main .box-panel table tr{
    background: #202020;
}
.container-main .box-panel table tr:nth-child(2n){
    background: #313131;
}
.container-main .box-panel table tr td {
    color: #c7c7c7;
    font-size: 12px;
    padding: 10px 5px;
}

.container-main .box-panel table tr td a {
    color: #fff;
    background: #ee490c;
    padding: 5px 2px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    transition: all .2s ease-in-out
}

.container-main .box-panel table tr td a:hover {
    background: #c13f0f
}

.align-center,
.panel-services {
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.align-center a,
.panel-services li a {
    color: #fff;
    font-size: 12px;
    background: #ee490c;
    padding: 5px 10px;
    border-radius: 2px;
    min-width: 60px;
    text-align: center;
}


.align-center a.active,
.panel-services li.active {
    background: #c13f0f;
}

.rankings {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.rankings .character,
.rankings .guild {
    padding: 5px;
    background: #212121;
    text-align: center;
    color: #a7a7a7;
    font-size: 12px;
    width: 140px;
   border: 1px solid #383838;
   box-shadow: inset 0 0 15px #000
}

.rankings .character .name a,
.rankings .guild .name a{
    padding: 3px 0;
    color: #fff;
}

.rankings .character .class {
    padding: 3px 0;
}

.rankings .character .level {
    padding: 3px 0;
}

.rankings .status {
    padding: 3px 0;
}

.rankings .status  .offline {
    color: #e9370b
}

.rankings .status  .online {
    color: #2cff00
}

.rankings .guild-name {
    padding: 6px 0;
}

.rankings .guild-name a{
    padding: 6px 0;
   color: #fff;
}

.rank-stayed {
    display: none;
}

.characters {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.characters a {
    padding: 10px;
    background: #272727;
    text-align: center;
    color: #a7a7a7;
    border-radius: 5px;
    font-size: 12px
}

.characters a:hover {
    background: #373737;
}

.rates {
    color: #a7a7a7;
    padding: 10px 0;
    font-size: 12px;
    display: block;
}


.single-post {
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    margin: 1rem 0 2rem 0;
}

.single-post img {
    width: 645px;

}

.comments {
    color: #fff;
    font-size: 12px;
    padding: 10px;
    background: #000;
    margin: 1rem 0;
}

.comments .name {
    font-size: 15px;
    color:#a7a7a7;
}

.comments .created {
    float: right;
    padding: 5px;
    background: #3d3d3d;
    border-radius: 5px;
    top: -5px
}

.footer {
    text-align: center;
    height: 55px;
    color: #fff;
    background: url("../images/newimages/bg-rodape.gif") repeat-x;
    font-size: 12px;
    margin-top: 4rem;
}
.footer p:first-child {
    top: 9px;
}
.footer p a {
    color: #a7a7a7;
    text-decoration: underline;
}

.footer p a:hover {
    color: #fff
}

.footer p:last-child {
    top: 8px;
}

.shopping {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.shopping .shop-categories {
    width: 170px;
    background: #212121;
    padding: 5px;
}

.shopping .shop-categories form input {
    margin: 1rem 0;
    padding: 5px 2px;
    background: #d3d3d3;
    border-radius: 5px;
}

.shopping .shop-categories .title {
    font-size: 14px;
    padding: 1rem 0;
}

.shopping .shop-categories ul li a {
    color: #fff;
    font-size: 13px;
    padding: 3px;
    display: block;
    margin-bottom: .4rem;
    background: #484848;
    transition: all .2s ease-in-out
}

.shopping .shop-categories ul li a:hover {
    background: #666565;
}

.shopping .shop-itens {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 465px;
    background: #212121;
    padding: 5px;
}

.shopping .shop-itens .item {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    background: #484848;
    border-radius: 5px;
}

.shopping .shop-itens .item .image img {
    width: 100px;
    height: 100px;
    margin: .5rem auto;
    object-fit: contain;
}

.shopping .shop-itens .item a {
    padding: 2px;
    background: #c5390a;
    border-radius: 5px;
    color: #fff;
    margin-top: 1rem;
    display: block;
}

.shopping .shop-itens .item a:hover {
    background: #d33d0b;
}

.product-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px
}

.product-detail .left {
    width: 300px;
    background: #212121;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.product-detail .detail {
     width: 800px;
    background: #212121;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px
}

.product-detail .detail input[type='submit'] {
    background: #EE490C !important;
    border: 1px solid #FC9A6A !important;
    color: #fff !important;
    padding: 5px 50px;
    border-radius: 5px;
    display: block;
    margin: 1rem auto;
    cursor: pointer;
    transition: all .2s ease-in-out;
}


.product-detail .detail input[type='submit']:hover {
    background: #f3622d !important;
}

.menu-next {
    padding: 5px;
}

.menu-next a {
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 5px;
    background: #EE490C !important;
    border: 1px solid #FC9A6A !important;
     transition: all .2s ease-in-out;
    
}

.menu-next a:hover {
    background: #f3622d !important;
}

.shopping-select {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.shopping-select a div {
    top: -75px;
    left: 140px;
    color: #fff;
    font-size: 13px;
}

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 1rem 0;
    font-size: 12px;
}

.pagination li a {
    padding: 2px 5px;
    background: #c5390a;
    border-radius: 4px;
    color: #fff;
}

.pagination li a:hover {
     background: #6c230b;
}

.top-five-siege {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.top-five-siege div {
   text-align: center;
   font-size: 13px;
}

.top-five-siege img {
   margin: 6px 0;
}

.top-five-siege div p {
   background: #c0bdad;
   border-radius: 3px;
}


img {
 max-width: 100%;
 max-height: 100%;
}
.teste {
 height: 394px;
 width: 242px;
}

.breadcrumber {
   padding: 10px;
   margin: 1rem 0;
   display: flex;
   background: #1c1c1c;
   gap: 10px;
   border-radius: 5px;
}

.breadcrumber li {
   font-size: 12px;
   color: #ccc;
}

.breadcrumber li a {
   color: #ee490c;
}

.breadcrumber li a:hover {
   color: #ff9067;
}

.vip {
   width: 100%;
   font-size: 13px;
}
.vip tr td {
   padding: 8px;
   background: #212121;
   color: #eee;
}

.sub-title {
   padding: 5px 0;
   margin: 10px 0;
   color: #777;
   font-size: 15px;
   font-weight: normal;
   border-bottom: 1px dashed #2a2929
}

.sub-title sup {
   font-size: 10px;
   color: #eee
}

.credit-shop {
   display: flex;
   justify-content: center;
   gap: 10px;
   flex-wrap: wrap;
   margin: 2rem auto;
}

.credit-shop li {
   padding: 10px;
   background: #303030;
   border-radius: 3px;
   border: 1px dashed #353535;
   box-shadow: inset 0 0 10px #000;
   font-size: 12px;
   width: 150px;
   text-align: center;
}

.credit-shop li .title,
.credit-shop li .price{
   padding: 4px;
}

.credit-shop li a {
   color: #fff;
   padding: 3px;
   background: #ee490c;
   display: block;
   margin-top: 10px;
}

 .donate-info h3 {font-size: 15px;border-bottom:1px solid #3e3e3e;padding:.5rem;color:#888888;}
 .donate-info div {padding: 5px;background:#333;margin-top:1rem;}
 .donate-info p {font-size: 12px;color:#eee;padding:3px;}
 .warning {padding:5px!important;background:#563606;border-radius:3px;margin: 5px 0;text-align:center;}
 .info {padding:15px!important;background:#065656;border-radius:3px;margin: 5px 0;text-align:center;}
 .donate-info p a{border-radius:2px;margin: 5px 0;text-align:center;color:#ffe2ac;text-decoration:underline;}