@import url(no-strap.css);
*,
*:before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
label {
  margin-left: 10px;
  margin-bottom: 5px;
}

body {
  width: 100%;
  background: url(../images/fon-bg-top.jpg) center top no-repeat,
    url(../images/fon-bg-bottom.jpg) center bottom no-repeat,
    url(../images/fon-bg-repeat.jpg) center repeat-y;
  background-color: #eaecff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #230707;
  line-height: 1;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #bf5252;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #230707;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #c09074;
}
table th {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #c09074;
  background-color: rgba(136, 93, 15, 0.3);
}
table tr:nth-child(odd) {
  background-color: rgba(136, 93, 15, 0.2);
}
caption {
  margin-bottom: 15px;
}
input:not([type="checkbox"]),
select,
textarea {
  background: url(../images/red-light-bg.jpg);
  border-radius: 30px;
  border: 1px solid #9b666e;
  color: #fff;
  padding: 8px 18px;
  position: relative;
}

option {
    background: #2a1c14;
    color: #fff;
}

button:not(.carousel-control-prev):not(.carousel-control-next):not(
    .carousel-indicators button
  ):not(.btn):not(.dropdown-item):not(.dropdown-toggle):not(.btn-theme-solid),
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #b4a814;
  border-radius: 5px;
  border: none;
  color: #fff;
  display: block;
  font-size: 11px;
  position: relative;
  z-index: 1;
  padding: 12px 28px;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0em 0.5em 10px rgba(31, 29, 29, 0.7);
}

button:hover:not(.carousel-control-prev):not(.carousel-control-next):not(
    .carousel-indicators button
  ):not(.btn),
.button:hover {
  background: #c1b51c;
}
/* .button-border:after {
  content: "";
  border-radius: 8px;
  border: 3px solid rgba(80, 72, 57, 0.5);
  left: -3px;
  top: -3px;
  height: 100%;
  width: 100%;
  position: absolute;
} */

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #c37289;
}
::-moz-placeholder {
  color: #c37289;
}
:-moz-placeholder {
  color: #c37289;
}
:-ms-input-placeholder {
  color: #c37289;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container {
  min-height: 1300px;
  display: flex;
  position: relative;
}

.panel-li {
  border-bottom: 1px solid #c09074;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
}
.panel-ul {
  list-style: none;
}
.panel-li a {
  color: gold;
}
.panel-li:hover {
  padding-left: 20px;
  transition: 0.5s;
}

.panel-a {
  padding: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 30px;
  width: 80px;
  color: #675146;
}
.panel-a:hover {
  padding-left: 20px;
  transition: 0.5s;
}

/* Container Principal do Painel */
.panel-container-flex {
  display: flex;
  width: 100%;
  box-shadow: 0 10px 30px rgba(63, 30, 3, 0.5);
  min-height: 400px;
}

/* Sidebar Lateral (190px) */
.panel-sidebar {
  width: 190px;
  border-right: 1px dotted #4608133a;
  display: flex;
  flex-direction: column;
}

.title-gradient {
  background: url(../images/content-title-bg.png) no-repeat center 0;
  box-shadow: inset 15px 0 15px rgba(34, 16, 1, 0.952),
    inset -15px 0 32px rgba(34, 16, 1, 0.952);
  color: #ffffff;
  padding: 12px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

/* Navegação e Links */
.sidebar-nav {
  padding: 10px 0;
}

.sidebar-link {
  display: block;
  padding: 10px 15px;
  color: #774318 !important;
  text-decoration: none !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  border-bottom: 1px dashed #2a1c142c;
  transition: 0.3s all ease;
}

.sidebar-link .arrow {
  margin-right: 5px;
  opacity: 0.5;
}

/* Hover e Estado Ativo */
.sidebar-link:hover,
.sidebar-link.active {
  background: rgba(212, 131, 77, 0.3);
  font-weight: bold;
  padding-left: 20px; /* Efeito de deslize do seu site */
}

.sidebar-link:hover .arrow,
.sidebar-link.active .arrow {
  color: #4e1910;
  opacity: 1;
}

.sidebar-link.active {
  border-left: 3px solid rgb(212, 138, 77);
  background: linear-gradient(90deg, #c07334 0%, transparent 100%);
}

/* Área de Conteúdo (440px) */
.panel-wrapper-area {
  flex: 1;
  color: #4e1910;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
}

.panel-content-area {
  padding: 20px;
}

/* Responsividade para Mobile */
@media (max-width: 630px) {
  .panel-container-flex {
    flex-direction: column;
  }
  .panel-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #625c0d;
  }
  .sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
  }
  .sidebar-link {
    flex: 1 1 45%;
    border: 1px solid #2a1c14;
    margin: 2px;
    text-align: center;
  }
}

.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-panel {
  width: 100%;
  position: absolute;
  top: 0px;
  background: url(../images/top-fon-menu.jpg) repeat-x;
  border-bottom: 2px solid #625c0d;
  z-index: 10;
}

.menu li a:before {
  content: "";
  position: absolute;
  background: url(../images/point-menu.png) no-repeat;
  height: 23px;
  width: 4px;
  left: 0px;
  top: 22px;
}
.menu li:first-child a:before {
  display: none;
}

.menu {
  height: 66px;
}
/* .menu li {
  margin: 0px 8px;
} */
.menu a {
  color: #e9dd46;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 26px;
  font-weight: 600;
  display: block;
  height: 66px;
  line-height: 66px;
  position: relative;
}

.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}

.menu a:hover {
  color: #fbf6b6;
}

.menu a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0px;
  position: absolute;
  background: #fbf6b6;
}
.menu .active a {
  color: #fbf6b6;
  border-bottom: 2px solid #fbf6b6;
  bottom: -2px;
}

.languages a {
  margin-left: 10px;
}

.languages a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  margin-left: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 551px;
  position: relative;
}

.logo {
  max-width: 400px;
  display: block;
  position: absolute;
  margin-left: 3px;
  top: 250px;
  bottom: 5px;
  z-index: 2;
  transition: 0.3s;
}

.logo img {
  width: 100%;
}

.logo:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.leaves-left-1 {
  background: url(../images/leaves-left-1.png) no-repeat;
  width: 120px;
  height: 133px;
  position: absolute;
  left: 50px;
  top: -300px;
  animation: leaves-left-1 12s infinite linear;
}
@keyframes leaves-left-1 {
  0% {
    top: -300px;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 750px;
    transform: rotate(-200deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-left-2 {
  background: url(../images/leaves-left-2.png) no-repeat;
  width: 160px;
  height: 72px;
  position: absolute;
  left: 50px;
  top: -200px;
  animation: leaves-left-2 12s infinite linear;
  animation-delay: 6s;
}
@keyframes leaves-left-2 {
  0% {
    top: -200px;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 750px;
    opacity: 1;
    transform: rotate(-150deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-left-3 {
  background: url(../images/leaves-left-3.png) no-repeat;
  width: 120px;
  height: 88px;
  position: absolute;
  left: 50px;
  top: -200px;
  animation: leaves-left-3 12s infinite linear;
  animation-delay: 9s;
}
@keyframes leaves-left-3 {
  0% {
    top: -200px;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 750px;
    transform: rotate(-250deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-left-4 {
  background: url(../images/leaves-left-4.png) no-repeat;
  width: 120px;
  height: 106px;
  position: absolute;
  left: 50px;
  top: -300px;
  animation: leaves-left-4 12s infinite linear;
  animation-delay: 3s;
}
@keyframes leaves-left-4 {
  0% {
    top: -250px;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 750px;
    transform: rotate(-150deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-left-5 {
  background: url(../images/leaves-left-5.png) no-repeat;
  width: 170px;
  height: 108px;
  position: absolute;
  left: 50px;
  top: -300px;
  animation: leaves-left-5 12s infinite linear;
  animation-delay: 7s;
}
@keyframes leaves-left-5 {
  0% {
    top: -250px;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 750px;
    transform: rotate(-250deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-right-1 {
  background: url(../images/leaves-right-1.png) no-repeat;
  width: 200px;
  height: 115px;
  position: absolute;
  right: 200px;
  top: -250px;
  animation: leaves-right-1 12s infinite linear;
  animation-delay: 1s;
}
@keyframes leaves-right-1 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(-200deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(-200deg);
    right: -250px;
    opacity: 0;
  }
}
.leaves-right-2 {
  background: url(../images/leaves-right-2.png) no-repeat;
  width: 140px;
  height: 55px;
  position: absolute;
  right: 200px;
  top: -250px;
  animation: leaves-right-2 12s infinite linear;
  animation-delay: 3s;
}
@keyframes leaves-right-2 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(-100deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(-120deg);
    right: -250px;
    opacity: 0;
  }
}
.leaves-right-3 {
  background: url(../images/leaves-right-3.png) no-repeat;
  width: 160px;
  height: 74px;
  position: absolute;
  right: 100px;
  top: -250px;
  animation: leaves-right-3 12s infinite linear;
  animation-delay: 6s;
}
@keyframes leaves-right-3 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(150deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(170deg);
    right: -250px;
    opacity: 0;
  }
}
.leaves-right-4 {
  background: url(../images/leaves-right-4.png) no-repeat;
  width: 59px;
  height: 110px;
  position: absolute;
  right: 200px;
  top: -250px;
  animation: leaves-right-4 12s infinite linear;
  animation-delay: 9s;
}
@keyframes leaves-right-4 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(150deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(170deg);
    right: -250px;
    opacity: 0;
  }
}
.leaves-right-5 {
  background: url(../images/leaves-right-5.png) no-repeat;
  width: 110px;
  height: 65px;
  position: absolute;
  right: 250px;
  top: -250px;
  animation: leaves-right-5 12s infinite linear;
  animation-delay: 2s;
}
@keyframes leaves-right-5 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(150deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(170deg);
    right: -250px;
    opacity: 0;
  }
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.download-block a {
  background: url(../images/download-button.jpg) center;
  height: 90px;
  font-size: 20px;
  color: #fff;
}

.download-block a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.download-block b {
  text-shadow: 1px 1px 1px rgba(191, 120, 35, 1);
}

.download-block a span {
  padding-left: 50px;
}
.download-block a b {
  font-weight: 400;
  display: block;
  color: #552e07;
  font-size: 12px;
  margin-top: 5px;
}
.widget {
  padding: 25px;
  padding-bottom: 40px;
  padding-top: 31px;
  min-height: 305px;
}
.widget-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffde00;
  font-size: 14px;
  margin-bottom: 28px;
  position: relative;
  text-shadow: 1px 3px 3px rgba(25, 23, 23, 0.85);
}
.widget-title a:hover {
  text-decoration: underline;
}
.widget-title span {
  display: block;
  margin-top: 9px;
}
.widget-title:after {
  content: "";
  background: url(../images/widget-title-bg.png) center right no-repeat;
  width: 117px;
  height: 69px;
  position: absolute;
  right: -22px;
  top: -26px;
}
.widget-title span,
.widget-title a {
  text-transform: none;
  font-size: 12px;
  color: #b4a814;
  font-weight: 400;
}
.l-input {
  width: 235px;
  height: 44px;
  border: none;
  padding: 7px 60px 15px 50px;
  position: relative;
}
.l-input input {
  background: none;
  border: none;
  padding: 5px 15px;
  width: 170px;
}
.select-hidden {
  display: none;
  visibility: hidden;
}
.select {
  cursor: pointer;
  display: block;
  position: relative;
  width: 170px;
  height: 30px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in;
  color: #fff;
  padding: 7px 15px;
  width: 170px;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: -50px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: linear-gradient(to bottom, #2a1c14, #573b2b);
  border: 1px solid #6a4411;
  width: 235px;
}

.select-options li {
  margin: 0;
  list-style: none !important;
  margin: 0px !important;
  padding: 10px 10px;
  border-bottom: 1px solid #744906;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #fff;
}
.select-options li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.select-options li[rel="hide"] {
  display: none;
}

.login-block p {
  margin-bottom: 5px;
}
.login-block a:hover {
  text-decoration: underline;
}
.login-block .lost a {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.login {
  background: url(../images/login-input.png) no-repeat;
}
.pass {
  background: url(../images/password-input.png) no-repeat;
}
.select-s {
  background: url(../images/select_server.png) no-repeat;
}
.select-s-page {
  background: url(../images/select_server-page.png) no-repeat;
}
.buttons {
  margin-top: 10px;
}
.top-block {
  width: 100%;
  color: #ffffff;
}
.top-block span {
  display: block;
  padding-bottom: 1px;
}
.top-block .top-number {
  width: 35px;
}
.top-block .top-flag {
  width: 35px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 55px;
}
.top-block .top-lvl sup {
  font-size: 10px;
  color: #ff0000;
}
.top-list {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 12px;
  border-bottom: 1px dashed #62441b;
  transition: 0.3s;
}
.top-list a {
  color: #fff;
}
.top-list:hover {
  background: url(../images/fon-hover.jpg) repeat;
  margin: -1px -30px 0px -30px;
  padding: 0px 28px 0px 28px;
  box-shadow: 0em 0.5em 10px rgba(0, 0, 0, 0.5);
  height: 37px;
  color: #ffd562;
  position: relative;
  z-index: 5;
}

.top-list:hover a {
  color: #ffd562;
}
.top-title {
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  background: #1a100a;
  font-size: 13px;
  border-bottom: 1px solid #412a0b;
}
.no-reset {
  text-align: right;
  margin-top: 15px;
}
.no-reset a {
  color: #ffd562;
  font-size: 12px;
}
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery li {
  position: relative;
}
.gallery li img {
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -1px;
  width: 113px;
  height: 75px;
}
.gallery li:first-child {
  margin-bottom: 8px;
}
.gallery li:first-child img {
  width: 235px;
  height: 145px;
  outline: 1px solid #ffffff;
}
.gallery li:first-child a {
  width: 235px;
  height: 145px;
}
.gallery li:first-child a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 50px 80px 5px rgba(0, 0, 0, 0.7);
}
.gallery li:first-child a:before {
  content: "";
  background: url(../images/play-icon.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -20px;
  width: 46px;
  height: 46px;
  z-index: 2;
}
.gallery li a {
  display: block;
  cursor: pointer;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 630px;
  line-height: 1.3;
  background: url(../images/fon-all-news-bg.jpg) repeat-y;
  position: relative;
}
.content a {
  text-decoration: underline;
}
.content-page {
  min-height: 50px;
  padding: 30px;
  line-height: 1.6;
}
.content-page img {
  max-width: 590px;
}
.content-page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
/*.content-page ul li {
  list-style: none;
  margin: 5px 0px;
}*/
.sidebar {
  width: 285px;
  padding-top: 58px;
}

.slider-effect {
  content: "";
  position: absolute;
  width: 136px;
  height: 104px;
  background: url(../images/slider-effect.png) no-repeat;
  top: 526px;
  left: 246px;
  z-index: 1;
}

.slider {
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 100px;
  width: 630px;
  height: 280px;
}

.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 630px;
  height: 280px;
  border: 1px solid #373022;
}
.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 80px;
}
.slider .slides .slide-info {
  position: relative;
  padding: 40px 35px 35px 35px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.slider .slides .slide-info h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
.slider .slides .slide-info .slide-text {
  background: linear-gradient(
    to bottom,
    rgba(36, 32, 27, 0.8) 70%,
    rgba(0, 0, 0, 0)
  );
  color: #fff;
  line-height: 1.7;
  padding: 15px 35px;
  width: 470px;
  margin-left: -35px;
  margin-bottom: 15px;
  position: relative;
}
.slider .slides .slide-info .slide-text:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffc500;
  top: -2px;
  left: 0;
}
.slider .slides .slide-info .slide-i {
  width: 100%;
}
.slider .slides .slide-info p {
  margin-bottom: 0px;
}
.slider .slides .slide-info .slide-date {
  font-size: 14px;
  color: #38352f;
  font-family: Candara, Arial, sans-serif;
}
.slider .slides .slide-info .slide-date span {
  color: #38352f;
  font-size: 18px;
}
.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}
.slider .arrows {
  position: absolute;
  height: 33px;
  width: 33px;
  top: 125px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}
.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  width: 2px;
  height: 2px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 10px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 0px 5px;
  background-color: #ffc103;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid rgba(240, 71, 71, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(240, 71, 71, 0.6);
}

.content-title {
  background: url(../images/content-title-bg.png) no-repeat;
  height: 74px;
  position: relative;
  z-index: 2;
  padding: 19px 39px 0px 39px;
}

.content-title a {
  color: #fff;
  font-size: 12px;
}

.content-title h1,
.content-title h2,
.content-title h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400;
}
.block {
  min-height: 110px;
}
.news-block {
  margin-top: -20px;
}

.news .news-img img {
  display: block;
}
.news .news-info {
  width: 100%;
  padding: 24px 20px;
}
.news .news-info p {
  line-height: 1.6;
  margin-left: -15px;
  height: 120px;
  overflow: hidden;
}

.news-date-page {
  font-family: Candara, Arial, sans-serif;
  color: #b4a814;
  font-size: 14px;
  padding-top: 20px;
}

.news-date-page span {
  color: #736c10;
}

.news-date {
  font-family: Candara, Arial, sans-serif;
  color: #903c3c;
  font-size: 14px;
}
.news-date {
  color: #b4a814;
  margin-left: -15px;
  padding-top: 14px;
}

.news-i .button {
  border: 3px solid rgba(247, 230, 200, 0.27);
  box-shadow: 0em 0.5em 10px rgba(122, 122, 122, 0.7);
}
.news-date span {
  color: #736c10;
}

.top-news-block .news-info {
  position: relative;
  z-index: 2;
}
.top-news-block .news-info h2 {
  border-bottom: 1px solid #612e0c;
  margin: 6px -20px 29px -15px;
  padding: 0px 20px 20px 0px;
}
.top-news {
  background-position: left;
  background-repeat: no-repeat;
  height: 304px;
  padding-left: 265px;
  position: relative;
}
.top-news:after {
  content: "";
  position: absolute;
  background: url(../images/fon-news-bg.png) no-repeat;
  width: 630px;
  height: 304px;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #b4a814;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #b4a814;
  border-color: #b4a814;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #d3c9b1;
  color: #8d7951;
  text-decoration: none !important;
  font-size: 12px;
  margin: 0px 7px;
}
.page-numbers.active {
  background: radial-gradient(#d3c846, #b4a814);
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.page-numbers:hover {
  background: radial-gradient(#e9e08b, #d1c876);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  background: radial-gradient(#d3c846, #b4a814);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: radial-gradient(#e9e08b, #d1c876);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}
.page-numbers.next {
  margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../images/prev-p.png) no-repeat;
  width: 12px;
  height: 16px;
  margin-left: -8px;
  margin-top: -7px;
  left: 50%;
  top: 50%;
  z-index: 2;
}
.page-numbers.prev:hover:after {
  background: url(../images/prev-p.png) no-repeat;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../images/next-p.png) no-repeat;
  width: 12px;
  height: 16px;
  margin-right: -8px;
  margin-top: -7px;
  right: 50%;
  top: 50%;
}
.page-numbers.next:hover:after {
  background: url(../images/next-p.png) no-repeat;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.event-block a {
  background: url(../images/event-button.jpg) center;
  height: 90px;
  font-size: 20px;
  color: #fff;
}

.event-block a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.event-block b {
  text-shadow: 1px 1px 1px rgba(25, 82, 7, 1);
}

.event-block a span {
  padding-left: 50px;
}
.event-block a b {
  font-weight: 400;
  display: block;
  color: #195207;
  font-size: 12px;
  margin-top: 5px;
}

.status-block {
  position: relative;
  background: url(../images/status-bg.jpg) no-repeat;
  height: 120px;
  padding-left: 90px;
}

.status-block:after {
  content: "";
  position: absolute;
  background: url(../images/img-server-left.png) no-repeat;
  width: 106px;
  height: 154px;
  left: 0px;
  top: -16px;
}

.status-block:before {
  content: "";
  position: absolute;
  background: url(../images/img-server-right.png) no-repeat;
  width: 128px;
  height: 91px;
  right: -20px;
  top: -16px;
}

.server {
  width: 160px;
  font-size: 12px;
}
.server .server-name {
  color: #ffde00;
}
.server .status-online {
  color: #58c526;
  float: right;
}
.server .status-online b {
  font-weight: 400;
  color: #58c526;
}
.progress-bar {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
}
.progress-bar:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}
.progress-bar span {
  height: 16px;
  background: url(../images/line-server.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}
.desc {
  color: #a79376;
  font-size: 11px;
  text-decoration: underline;
}
.desc:hover {
  text-decoration: none;
}
.top-block.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
}
.top-block.guild .top-name {
  width: 105px;
}
.top-block.guild .score {
  width: 60px;
}

.events .event {
  padding: 5px 0;
}
.events .event .time {
  float: right;
  background: #b9b8b8;
  padding: 1px 3px;
  color: #5b5b5b;
  font-size: 0.8rem;
}
.events .event .time.bg-success {
  color: #fff;
}

.events-spotlight {
  line-height: 1.2;
}
.events-spotlight li {
  border-bottom: 1px dashed #62441b;
  padding: 15px 0px;
  transition: 0.5s;
}
.events-spotlight li:hover {
  background: url(../images/fon-hover.jpg) repeat;
  margin: -1px -30px 1px -35px;
  padding: 15px 35px 15px 25px;
  box-shadow: 0em 0.5em 10px rgba(0, 0, 0, 0.5);
  color: #ffd562;
  z-index: 2;
  position: relative;
}

.events-spotlight li:hover a {
  color: #ffd562;
}
.events-spotlight li:hover span {
  color: #a79255;
}
.events-spotlight li a {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.events-spotlight li span {
  color: #bfb5ae;
  font-size: 11px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 310px;
  position: relative;
}

.footer:after {
  content: "";
  position: absolute;
  width: 1200px;
  left: 0;
  top: 73px;
}
.footer-block-t {
  position: absolute;
  width: 1200px;
  bottom: 130px;
  left: 0;
}
.f-menu {
  display: flex;
}
.f-menu li {
  margin: 0px 25px;
}
.f-menu li:first-child {
  margin: 0px 25px 0px 0px;
}
.f-menu li:last-child {
  margin: 0px 0px 0px 25px;
}
.f-menu li a {
  text-transform: uppercase;
  color: #cdae8e;
  font-size: 12px;
  padding: 0px 10px;
  display: block;
}

.f-menu li a:hover {
  color: #b1a513;
}

.f-menu li a:active {
  color: #b1a513;
}

.footer-block-l {
  width: 915px;
}
.footer-block-r {
  width: 260px;
  text-align: center;
}
.soc-block a {
  padding-top: 15px;
  display: inline-block;
  margin: -19px -6px 3px;
  background: url(../images/fon-icon-ss.png) no-repeat;
  height: 61px;
  width: 61px;
}
.soc-block a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}
/*
.soc-block .facebook {
  background: url(../images/soc-icons.png) 7px 4px no-repeat;
}
.soc-block .twitter {
  background: url(../images/soc-icons.png) -32px 4px no-repeat;
}
.soc-block .twitch {
  background: url(../images/soc-icons.png) -72px 4px no-repeat;
}
.soc-block .youtube {
  background: url(../images/soc-icons.png) -113px 4px no-repeat;
}
*/

.footer-block-b {
  position: absolute;
  width: 1200px;
  top: 200px;
  padding-right: 30px;
}

.templstock:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.copyright p {
  font-size: 12px;
  color: #e0f0fd;
  margin-bottom: 25px;
}
.copyright p a {
  color: #b1a513;
}
.copyright span {
  color: #8b8b8c;
  text-transform: uppercase;
  font-size: 10px;
}

.toTop-fon {
  background: url(../images/fon-all-news-bottom-bg.jpg) center bottom no-repeat;
  display: flex;
  justify-content: center;
  height: 65px;
  padding-top: 25px;
  position: absolute;
  bottom: -55px;
  width: 630px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 98px;
  height: 98px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.toTop:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.red-light {
  background: url(../images/red-light-top-bg.jpg) center top no-repeat,
    url(../images/red-light-bottom-bg.jpg) center bottom no-repeat,
    url(../images/red-light-bg.jpg) center repeat-y;
}
.red-dark {
  background: url(../images/red-dark-top-bg.jpg) center top no-repeat,
    url(../images/red-dark-bottom-bg.jpg) center bottom no-repeat,
    url(../images/red-dark-line-bg.jpg) center repeat-y;
}

.modalx-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.modal_window {
  z-index: 9999;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 20px;
  transform: scale(0.4);
  background: #000;
  width: 1000px;
  height: 540px;
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
.close-r {
  display: block;
  position: absolute;
  margin-top: -25px;
  width: 70px;
  height: 70px;
  right: -35px;
  background: url(../images/close_popup.png) no-repeat;
  filter: hue-rotate(50deg);
  -webkit-filter: hue-rotate(50deg);
}
.modal_window iframe {
  border: 0px;
}

.online {
  color: green;
}
.on {
  color: green;
}
.offline {
  color: red;
}
.off {
  color: red;
}
/*# sourceMappingURL=style.css.map */

.badge {
  margin-top: -15px;
  font-size: 10px;
}
.badge-primary {
  color: #0b1189;
}
.badge-success {
  color: green;
}
.credit-shop {
  margin: 0;
  list-style: none;
  padding: 0;
}

.credit-shop li {
  text-align: center;
  width: 170px;
  padding-right: 10px;
  float: left;
  border: 1px solid #c09074;
  padding-bottom: 5px;
  background-color: rgba(136, 93, 15, 0.2);
  margin: 8px 5px;
  border-radius: 0px;
}

.credit-shop li:nth-child(3n) {
  padding-right: 0;
}

.credit-shop .title {
  margin: 2px;
  color: #60483a;
  margin: 10px 0px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}

.credit-shop .desc {
  text-align: left;
  height: 120px;
  padding: 5px;
  line-height: 1.3em;
  margin-bottom: 2px;
  background: transparent;
}

.credit-shop .desc img {
  max-height: 100px;
}

.credit-shop .price {
  margin: 2px;
  font-size: 13px;
}

.achievements .requirements .title,
.achievements .rewards .title {
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: 700;
  text-align: center;
}
.achievements .rewards ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.card {
  border-radius: 0px;
  background-color: rgba(136, 93, 15, 0.2);
  padding: 10px;
  padding-top: 0px;
  font-weight: bold;
  border: 1px solid #c09074;
}
.card .card-header {
  padding: 0.5rem 0.75rem;
}
.card .card-body {
  padding: 0.5rem;
}
.card .card-footer {
  padding: 0.5rem;
}
.progress {
  border-radius: 0;
  padding: 3px;
}
.bg-success {
  background: #fff;
}
.progress {
  background: rgb(255, 255, 255, 0.1);
  text-align: center;
  color: #fff;
}
.bar {
  background: rgb(27, 145, 41, 66);
}

.error-message label {
  color: red;
  font-size: 10px;
}

.align-center {
  text-align: center;
}

.pagseguro {
  background: url(../images/banner-pagseguro.png) no-repeat;
  padding-left: 230px;
}
.pagseguro p {
  width: 325px;
  font-size: 12px;
}
.paypal {
  background: url(../images/banner-paypal.png) no-repeat;
  padding-left: 230px;
}
.paypal p {
  width: 325px;
  font-size: 12px;
}

.picpay {
  background: url(../images/banner-picpay.png) no-repeat;
  padding-left: 230px;
}
.picpay p {
  width: 325px;
  font-size: 12px;
}

.deposito {
  background: url(../images/banner-deposito.png) no-repeat;
  padding-left: 230px;
}
.deposito p {
  width: 325px;
  font-size: 12px;
}

.market-itens {
  width: 431px;
  float: left;
}
.market-itens .item,
.market-perfil .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
  border: 1px solid #c09074;
  background-color: rgba(136, 93, 15, 0.3);
}
.market-itens .item .name,
.market-perfil .item .name {
  min-height: 30px;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.market-itens .item .image,
.market-perfil .item .image {
  height: 90px;
  text-align: center;
  line-height: 90px;
}
.market-itens .item .image img,
.market-perfil .item .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.market-itens .item .info,
.market-perfil .item .info {
  margin-top: 5px;
  text-align: center;
}
.market-itens .item .info p,
.market-perfil .item .info p {
  margin: 0;
}
.market-itens .item .buy,
.market-perfil .item .buy {
  text-align: center;
  margin-top: 5px;
}
.market-itens .item .cash,
.market-perfil .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.market-itens .item .cash a,
.market-perfil .item .cash a {
  float: right;
}

.shop {
  width: 265px;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-bottom: 5px;
}
.shop .name {
  width: 122px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  margin-top: -120px;
  margin-left: 120px;
}
.shop .description {
  width: 120px;
  color: #fff;
  font-size: 10px;
  position: absolute;
  margin-top: -100px;
  margin-left: 120px;
  padding: 5px;
}
.shop-categories {
  width: 129px;
  float: left;
  margin-right: 10px;
}
.shop-categories input {
  margin: 10px 0;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.shop-categories .title {
  border: 1px solid #c09074;
  background-color: rgba(136, 93, 15, 0.3);
  font-size: 12px;
  margin: 4px 0;
  color: #60483a;
  font-weight: bold;
  padding: 5px;
  margin-top: 25px;
}
.shop-categories ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.shop-categories ul li {
  line-height: 20px;
  font-weight: bold;
}
.shop-categories ul li a {
  display: block;
  padding: 10px;
  color: #60483a;
  border-bottom: 1px solid #c09074;
  text-decoration: none;
  padding-left: 17px;
}
.shop-itens {
  width: 417px;
  float: left;
}
.shop-itens .item {
  width: 185px;
  margin: 10px;
  padding: 4px 2px 5px;
  float: left;
  border: 1px solid #c09074;
  background-color: rgba(136, 93, 15, 0.1);
}
.shop-itens .item .name {
  padding: 4px;
  font-size: 13px;
  text-align: center;
  min-height: 30px;
}
.shop-itens .item .image {
  height: 90px;
  text-align: center;
  line-height: 90px;
}
.shop-itens .item .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.shop-itens .item .info {
  margin-top: 5px;
  text-align: center;
}
.shop-itens .item .info p {
  margin: 0;
}
.shop-itens .item .buy {
  text-align: center;
  margin-top: 5px;
}
.shop-itens .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.shop-itens .item .cash a {
  float: right;
}
.product-detail .left {
  width: 135px;
  float: left;
  margin-right: 10px;
}
.product-detail .left .image {
  height: 90px;
  border: 1px solid #c09074;
  background-color: rgba(136, 93, 15, 0.1);
  text-align: center;
  line-height: 90px;
}
.product-detail .left .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.product-detail .left .price {
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.product-detail .detail {
  width: 411px;
  float: left;
}
.product-detail .submit {
  text-align: right;
}
.product-detail .info {
  padding: 4px;
  border: 2px solid #ff8697;
  background: #ffd0da;
  margin-top: 5px;
}
.product-detail .max-excellent {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}
.product-detail .checkbox {
  margin: 3px 0;
}
.market-search {
  width: 129px;
  float: left;
  margin-right: 10px;
}
.market-search input {
  margin: 10px 0;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.market-search .title {
  background-color: #2b493d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0px 0px 2px #000;
  font-size: 12px;
  margin: 4px 0;
  color: #fff;
  padding: 5px;
}
.market-search ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.market-search ul li {
  line-height: 15px;
  font-weight: bold;
}
.market-search ul li a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  background: url(../images/arrow.gif) -4px 7px no-repeat;
  padding-left: 17px;
}
.market-itens {
  width: 417px;
  float: left;
}
.market-itens .item,
.market-perfil .item {
  width: 135px;
  padding: 4px 2px 5px;
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 4px;
  margin-bottom: 20px;
}
.market-itens .item .name,
.market-perfil .item .name {
  min-height: 70px;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.market-itens .item .image,
.market-perfil .item .image {
  height: 90px;
  border: 1px solid #c09074;
  background-color: rgba(136, 93, 15, 0.1);
  text-align: center;
  line-height: 90px;
}
.market-itens .item .image img,
.market-perfil .item .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.market-itens .item .info,
.market-perfil .item .info {
  margin-top: 5px;
  text-align: center;
}
.market-itens .item .info p,
.market-perfil .item .info p {
  margin: 0;
}
.market-itens .item .buy,
.market-perfil .item .buy {
  text-align: center;
  margin-top: 5px;
}
.market-itens .item .cash,
.market-perfil .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.market-itens .item .cash a,
.market-perfil .item .cash a {
  float: right;
}
.product-detail .left {
  width: 135px;
  float: left;
  margin-right: 10px;
}
.product-detail .left .image {
  height: 90px;
  border: 1px solid #c09074;
  background-color: rgba(136, 93, 15, 0.1);
  text-align: center;
  line-height: 90px;
}
.product-detail .left .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.product-detail .left .price {
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.product-detail .detail {
  width: 411px;
  float: left;
}
.product-detail .submit {
  text-align: right;
}
.product-detail .info {
  padding: 4px;
  border: 2px solid #ff8697;
  background: #ffd0da;
  margin-top: 5px;
}
.product-detail .max-excellent {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}
.product-detail .checkbox {
  margin: 3px 0;
}

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 0px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px solid rgb(96, 72, 58, 0.1);
  border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #60483a;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #60483a;
}
.control input:disabled ~ .control_indicator {
  background: #60483a;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #60483a;
}
.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #60483a;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}

.gateways {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gateways .gateway {
  height: 10px;
}

.gateways .gateway img {
  max-height: 1px;
}

.gateways .image {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gateways .image img {
  max-height: 31px;
}

.notification {
  background: red;
  color: #fff;
  padding: 0px 3px;
  border-radius: 5px;
  font-size: 8px;
  position: absolute;
  margin-top: -4px;
}

.last-poll {
  padding: 20px;
}
.last-poll .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}
.last-poll .last-poll-result {
  margin-top: 10px;
}
.checkbox {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.last-poll .poll {
  list-style: none;
  padding: 0;
  margin: 0;
}
.last-poll .total-votes {
  margin-top: 10px;
}

.badge-float {
  text-align: center;
  font-size: 10px;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  padding: 0 6px;
  margin-top: -4px;
  margin-left: 1px;
  letter-spacing: 0;
}
h2 .badge-float {
  margin-left: -8px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.social-connect {
  display: flex;
}
.social-connect .provider {
  width: 50%;
  border: 1px solid #253141;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  text-align: center;
}
.social-connect .provider:nth-child(2n) {
  margin-right: 0;
}
.social-connect .provider .logoc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.social-connect .provider .logoc img {
  max-width: 90%;
  border: 0;
}
.social-connect .provider .actions {
  text-align: center;
}

.social-connect .provider .actions .button {
  display: block;
}

.morpheus-inventory-items,
.morpheus-warehouse {
  margin-right: 10px;
}

.vote-down {
  color: red;
}

.vote-up {
  color: green;
}

.guide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.vote-container a {
  margin: 5px;
}

.trackers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trackers li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.list-group-item {
  background-color: #0b3135;
  color: #fff;
}

.list-group-item.active {
  background-color: #0d4750;
  border-color: #0d4750;
}

.list-group-item:hover {
  background-color: #0d4750;
  color: #fff;
}

.nav-tabs {
  border-bottom: 1px solid #0b3135;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0d4750;
  border-color: #0c4850;
}

/*/ Modal /*/
.modal {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal::before {
  width: 150vw;
  height: 150vh;
  background-color: #110a06d5;
  position: absolute;
  left: -999px;
  top: -100px;
  filter: blur(35px);
  content: "";
}

.modal-header {
  width: 100%;
  height: 74px;
  padding: 10px;
  background: url(../images/content-title-bg.png) no-repeat center;
}

#terms-modal .modal-header {
  background-size: 101%;
  height: 95px;
  padding: 20px;
}

#terms-modal .btn-close {
margin-bottom: 20px;
}

.modal-title {
  padding-bottom: 22px;
  color: #fff;
}

.modal-content {
  width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal-header h4 {
  font-size: 1.3rem;
  line-height: 35px;
  color: #d4a74c;
}

.modal-body {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.modal-body img {
  object-fit: cover;
  margin-top: 50px;
}

.marks .mark-img {
  width: 128px;
  height: 91px;
  position: absolute;
  background: url(../images/img-server-right.png) no-repeat;
  z-index: 15;
}

.marks .mark-img:nth-child(1) {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: -20px;
  top: -6px;
}

.marks .mark-img:nth-child(2) {
  right: -13px;
  top: -9px;
  filter: hue-rotate(329deg);
}

.marks .mark-img:nth-child(3),
.marks .mark-img:nth-child(4) {
  width: 106px;
  height: 148px;
  background: url(../images/img-server-left.png) no-repeat;
  z-index: 20;
  top: -11px;
}

.marks .mark-img:nth-child(3) {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.marks .mark-img:nth-child(4) {
  right: 0;
  filter: hue-rotate(329deg);
}

.position-absolute {
  position: absolute !important;
}

.modal-footer {
  width: 100%;
  margin-top: 10px;
}

.modal-active {
  transition: 1s;
  animation: fadeIn 0.5s forwards linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.streamers {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  display: none;
  right: 0;
  flex-direction: row-reverse;
}

.streamers__container {
  display: flex;
}

.streamers__online {
  display: flex;
  padding: 10px;
  background: #1a100a !important;
}

.streamers__title {
  background: #342d10 !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-transform: uppercase;
  border: 1px solid #f1e0c6;
}

.streamers__streamer {
  margin-right: 10px;
  position: relative;
  border: 2px solid #1a100a !important;
}

.streamers__streamer:hover {
  border-color: #fff;
}

.streamers__streamer-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #342d10 !important;
  padding: 2px;
  text-align: center;
  z-index: 2;
}

.streamers__streamer-thumb {
  position: relative;
}

.streamers__streamer-thumb-user {
  position: absolute;
  bottom: 0;
  left: 0;
}

.streamers__streamer:last-child {
  margin-right: 0;
}

/* Container Geral de Animação */
.lootbox-case-container, .lootbox-wheel-container {
    background: rgba(18, 10, 5, 0.4) !important;
    border: 1px solid #412a0b !important;
    position: relative;
    overflow: hidden;
    padding: 30px 0 !important;
}

/* Estilo do Carrossel (Case) */
.lootbox-case__window {
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
}

.lootbox-case__item {
    width: 120px;
    height: 130px;
    margin: 0 5px;
    background: rgba(34, 16, 1, 0.2);
    border: 1px solid rgba(192, 115, 52, 0.1);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Borda de raridade reciclada */
.rarity-border {
    border-bottom: 3px solid var(--rarity-color) !important;
}

.lootbox-case__item-image img {
    max-width: 70px;
    max-height: 70px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}

.lootbox-case__item-name {
    font-size: 9px;
    color: #ffd4a3;
    text-transform: uppercase;
    margin-top: 5px;
    padding: 0 5px;
}

/* Marcador Central */
.lootbox-case__line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #c07334;
    z-index: 10;
    box-shadow: 0 0 10px #c07334;
    transform: translateX(-50%);
}

/* Marcador da Roleta (Wheel) */
.wheel-wrapper {
    position: relative;
    display: inline-block;
}

.wheel-pointer {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #c07334;
    font-size: 24px;
    text-shadow: 0 0 10px #000;
    z-index: 10;
}

#lootbox-wheel-canvas {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));
}

/* Ajuste para transformar a lista de rankings em abas horizontais */
.ranking-nav-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

/* Forçar os links da partial de rankings a seguirem o estilo de abas */
.ranking-nav-flex .sidebar-link, 
.ranking-nav-flex .nav-filter-item {
    padding: 8px 12px;
    background: rgba(78, 25, 16, 0.05);
    border: 1px solid rgba(192, 115, 52, 0.2);
    color: #774318;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    transition: 0.3s;
}

/* Remove a seta da partial quando estiver no topo */
.ranking-nav-flex .sidebar-link .arrow {
    display: none;
}

.ranking-nav-flex .sidebar-link:hover,
.ranking-nav-flex .sidebar-link.active,
.ranking-nav-flex .nav-filter-item.active {
    background: linear-gradient(180deg, #c07334 0%, #774318 100%);
    color: #fff !important;
    border-color: #4e1910;
}

/* Scroll Medieval para os Termos */
.terms-content-scroll {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
    color: #574025;
    font-size: 13px;
    line-height: 1.6;
}

.terms-content-scroll::-webkit-scrollbar { width: 6px; }
.terms-content-scroll::-webkit-scrollbar-track { background: rgba(0,0,0,0.2); }
.terms-content-scroll::-webkit-scrollbar-thumb { background: #c07334; }

/* Customização do Checkbox de Termos */
.custom-checkbox-medieval .form-check-input {
    background-color: #221001;
    border-color: #4e1910;
    cursor: pointer;
}

.custom-checkbox-medieval .form-check-input:checked {
    background-color: #c07334;
    border-color: #4e1910;
}

/* Captcha Box */
.captcha-box img {
    border: 1px solid #4e1910;
    padding: 2px;
    background: #fff;
    max-width: 100%;
}