@import "style.css?v=1";
@import "slick.css";
@import "owl.carousel.css";
@import "magnific-popup.css";
@import "jquery.scrollbar.css";
@import "font-awesome.min.css";
@import "validation.css";
@import "ui.css";
@import "notice.css";
@import "dmn.css";
body {
  color: #f4cd78;
}
#loading {
  background-image: url(/public/themes/masonX/images/l_bg.png);
  border-radius: 0 0 4px 4px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 48%;
  z-index: 1000;
  padding: 6px;
}

#buy_windows,
#add_to_card_windows,
#select_server,
#auction_bet {
  width: 404px;
  padding-bottom: 2px;
  display: none;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#buy_windows,
#add_to_card_windows,
#select_server,
#auction_bet {
  width: 404px;
  padding-bottom: 2px;
  display: none;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.bx-wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-top: -5px;
}

.bx-controls-direction a {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.bx-wrapper img {
  min-width: 930px;
  max-width: 930px;
  max-height: 300px;
  min-height: 300px;
}

a.bx-pager-link.active {
  background: white !important;
}

.bx-viewport {
  max-height: 300px;
}

.offline {
  color: red;
}

.online {
  color: green;
}

/* CSS3 Encoded */

.rank-img {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.tabs__content {
  margin-bottom: 2.5rem;
}

.post-title h3 {
  padding-left: 1rem;
  font-weight: bold;
}

.mw-content.ajax-container li {
  display: block;
}

.content {
  padding-left: 5px;
  padding-top: 5px;
}

.pagination {
  padding: 0;
  margin: 0 0 20px;
  border-radius: 4px;
}

.breadcrumb > li,
.pagination {
  display: inline-block;
}

.pager li,
.pagination > li {
  display: inline;
}

.pagination li:first-child a,
.pagination li:first-child a:hover,
.pagination li:last-child a,
.pagination li:last-child a:hover {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active a:hover {
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  color: #696e72;
}

.pagination > li > a {
  padding: 5px;
}

.space {
  padding-top: 1.5rem;
}

.bordered {
  padding: 5px;
  border: 1px solid #e9ecef;
  border-radius: 5px;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #efefef;
  font-size: 12px;
}

#login-sumbit,
.buttoncms {
  text-transform: uppercase;
  color: #fff;
  background: #463257;
  min-width: 100px;
  min-height: 50px;
  border: none;
  border-radius: 5px;
  transition: skew(-2deg);
  transform: skew(-2deg);
  cursor: pointer;
}

.ranks {
  text-transform: uppercase;
  color: #fff !important;
  background: #463257;
  min-width: 100px;
  min-height: 50px;
  border: none;
  border-radius: 5px;
  padding: 5px;
}

.inline {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.entry .table .table {
  background-color: transparent;
}

.col-md-6 {
  display: inline;
}

.ajax-container {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.field-icon {
  left: 12px;
  font-size: 16px;
  top: 0;
  z-index: 4;
  width: 42px;
  height: 42px;
  color: inherit;
  line-height: 42px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.register {
  position: relative;
  vertical-align: top;
  border: 1px solid #ddd;
  display: -moz-inline-stack;
  display: inline-block;
  padding-left: 30px;
  display: inline;
  color: #626262;
  outline: none;
  height: 42px;
  transition: 0.25s;
}

input,
select {
  position: relative;
  display: block;
  /* width: calc(100% - 90px); */
  height: 54px;
  background: #0f0f12;
  border: 1px solid #22222a;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 44px;
  text-align: left;
  color: #cccccc;
  font-size: 14px;
  font-family: "AGK";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content .page-content .download-block ul li a span {
  position: relative;
  display: block;
  align-self: auto !important;
  justify-self: left !important;
  text-align: left !important;
}

.lk-form.block-l li,
.lk-title,
.lk-coins,
.lk-form.block-l li {
  margin: inherit;
}

.lk-title,
.lk-coins,
.lk-form.block-l li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.168);
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
}

ul#paypal-options li h3,
#paypal-options li h4 {
  font-size: 17px;
  margin-top: 1rem;
  padding-right: 5rem;
}

#paypal-options li {
  border-bottom: 1px solid #efefef;
  padding-bottom: 1rem;
  display: inherit;
}

#paypal-options h3.left {
  min-width: 285px;
}

#paypal-options li h4 {
  min-width: 140px;
}

.modal-header .close {
  padding: initial;
  margin: 0rem 0rem -1rem auto;
}

ul#paypal-options {
  display: inline-block;
  margin-bottom: 1rem;
}

table.set-lk .flex-c {
  display: initial;
  float: left;
}

table.set-lk .flex-c img {
  position: relative;
  top: 5px;
  padding-right: 5px;
}

#character-info tbody tr td {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.125);
  min-height: 110px;
  text-align: left;
}

table.set-lk tbody tr td span {
  position: relative;
  top: 5px;
}

.link {
  position: relative;
  display: table;
  margin: 25px auto 0;
  text-align: center;
  color: #a5c862;
  font-size: 14px;
  text-decoration: underline;
}

button,
input[type="sumbit"] {
  position: relative;
  display: block;
  border: none;
  color: white;
}

input[type="checkbox"] {
  width: 50px !important;
  height: auto !important;
  float: left;
}

.post-header {
  margin-bottom: 1rem;
}

.post {
  margin-bottom: 5rem;
}

.bx-wrapper .bx-controls-direction a {
  top: 50% !important;
}

iframe {
  max-width: 100%;
}

.input-main {
  margin-bottom: 0px !important;
}

#main-content button {
  text-transform: uppercase;
  color: #fff;
  background: #463257;
  min-width: 100px;
  min-height: 50px;
  border: none;
  border-radius: 5px;
  transition: skew(-2deg);
  transform: skew(-2deg);
  cursor: pointer;
}

.pagination a:focus,
.pagination a:hover,
.pagination a.active a,
.pagination a.active a:focus,
.pagination a.active a:hover {
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  color: #696e72;
}

.pagination a.active {
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  color: #696e72;
  font-size: 15px;
}

.pagination a:first-child a,
.pagination a:first-child a:hover,
.pagination a:last-child a,
.pagination a:last-child a:hover {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

.pagination > a {
  padding: 5px;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  color: #696e72;
  font-size: 12px;
}

.button {
  text-transform: uppercase;
  color: #fff !important;
  background: #bf2e1c;
  min-width: 100px;
  min-height: 50px;
  border: none;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

.bordered {
  float: right;
}

.rank-table {
  text-align: center;
  border-bottom: 1px solid #efefef;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

table tr td {
  vertical-align: bottom;
  border-bottom: 1px solid #343433;
  padding: 16px 0 16px 0;
  text-align: left;
}

.ranking-table .main-tr {
  position: relative;
  background: rgba(15, 15, 18, 1);
}

.ranking-table th,
.ranking-table td,
table th,
table td {
  padding: 10px;
}

.ranking-table tr:nth-child(even) {
  background: rgb(15, 15, 18);
}

.content .content-left {
  max-height: 1500px;
  overflow-x: hidden;
}

.block-content p.title {
  margin-bottom: 1rem;
}

/* width */

#eventsSidenav #events::-webkit-scrollbar,
#eventsSidenav #events::-webkit-scrollbar-track {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 2.5px;
  height: 50px !important;
  background-color: #e53627;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.block-content table.sidebar_rank th {
  border-radius: 0px;
}

.sidenav {
  font-family: "Roboto", sans-serif;
  height: 460px;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 10%;
  overflow-x: hidden;
  padding-top: 50px;
  transition: 0.5s;
  background: url(/public/themes/masonX/images/event_time.png) no-repeat;
}

.eventsbtn {
  background: url(/public/themes/masonX/images/event_icon.png) no-repeat;
  top: 25%;
  left: 3px;
  width: 62px;
  height: 58px;
  border: none;
  outline: none;
  opacity: 1;
  position: fixed;
  z-index: 1;
  float: right;
  cursor: pointer;
}

#events div {
  padding: 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #ffffff08;
  border-radius: 5px;
  margin-top: 3px;
  color: #ccbea0;
  margin-left: 1rem;
}

#events div:hover {
  color: #dea427;
}

#events {
  overflow-x: auto;
  max-height: 400px;
  width: calc(100% - 10%);
}

.sidenav .closebtn {
  background: url(/public/themes/masonX/images/close_inv.png) no-repeat;
  width: 67px;
  height: 30px;
  border: none;
  outline: none;
  position: absolute;
  bottom: 20px;
  left: 35%;
  opacity: 1;
}

.title1 {
  padding: 10px;
  background: rgba(15, 15, 18, 0.32);
  font-size: 10px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.news li .badge {
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.6rem;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #ff361a !important;
}

.news li {
  border-bottom: 1px solid #d4d3d3;
  padding: 8px;
  font-size: 0.8rem;
}

.news {
  list-style: none;
  margin: 0;
  padding: 0;
}

.button-st3 {
  background: #ff361a !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#415989', GradientType=0);
  background-color: #2e466e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 9px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
}

.select-main {
  position: relative;
  vertical-align: top;
  border: 1px solid #ddd;
  display: -moz-inline-stack;
  display: inline-block;
  padding-left: 30px;
  display: inline;
  color: #626262;
  outline: none;
  height: 42px;
  transition: 0.25s;
  max-width: 225px;
}

.input-main,
select {
  position: relative;
  vertical-align: inherit;
  border: 1px solid #ddd;
  display: -moz-inline-stack;
  display: inline-block;
  padding-left: 30px;
  display: inline;
  color: #626262;
  outline: none;
  height: 42px;
  transition: 0.25s;
  min-width: 255px;
}

.first {
  color: black !important;
}

a.without_img {
  display: inherit;
}

ul.style4 span {
  float: inherit !important;
}

.white-box.acc-menu {
  text-align: center;
  padding-bottom: 1rem;
}

.sidebar-title {
  border-top: 2px solid #dfdfdf;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  text-align: center;
}

.sy-caption-wrap {
  display: none;
}

.timeleft-box {
  background: #2e466e;
  padding: 3px;
  color: #fff;
  font-size: 10px;
}

.timeleft-box-day {
  background: #76270c;
  padding: 3px;
  color: #fff;
  font-size: 10px;
}

.timeleft-box-mon {
  background: #474544;
  padding: 3px;
  color: #fff;
  font-size: 10px;
}

ul .events a {
  float: left;
}

ul .events a {
  float: right;
}

/* Responsive */

table .input-main,
select {
  min-width: 130px !important;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .mw-header .banners {
    width: 100% !important;
  }
  .slider > div {
    width: 100%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .mw-header {
    background: transparent;
  }
}

@media screen and (max-width: 768px) {
  .table td,
  .table th {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    max-width: 65px;
  }
  .ranks {
    min-width: inherit;
    min-height: inherit;
    display: inline-block;
    margin-bottom: 5px;
  }
}
