
/* Reset CSS
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  /* 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;
  line-height: 1.1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}


a#download {
  font-size: 30px;
}

a#download:hover {
  color: rgb(255, 187, 187);
  font-size: 35px;
}

img.wpml-ls-flag {
    margin-right: 10px;
}

	#backbtn{
cursor: pointer;
    background: url(../images/button-bg.png) no-repeat;
    height: 53px;
    width: 154px;
    border: none;
    color: #fff0e6;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 70%);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
	}

.news-block.media-image {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

li.wpml-ls-slot-footer {
    text-align: initial;
    list-style: none;
    margin-top: 5px;
}


/* Layout Init
-----------------------------------------------------------------------------*/
/* @font-face {
    font-family: 'Copperplate Gothic Light';
    src: url('CopperplateGothicLight.ttf');
} */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.load * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
  width: 100%;
  background: url(../images/top-fon-bg.jpg) center top no-repeat, 
              url(../images/bottom-fon-bg.jpg) center bottom no-repeat;
  background-color: #211000;
  font-family: Georgia, serif;
  font-size: 13px;
  color: #1c1819;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  body {
    width: 100%;
    background: url(../images/top-fon-bg.jpg) -448px top no-repeat, /* fix: main menu center aligment on mobile devices */
                url(../images/bottom-fon-bg.jpg) center bottom no-repeat;
    background-color: #211000;
    font-family: Georgia, serif;
    font-size: 13px;
    color: #1c1819;
    line-height: 1;
  }
}

a {
  /* transition: all 0.3s ease; */
  outline: none; color: #d04e00; text-decoration: none;
  text-decoration: none;
}
a:link {
	color: #d04e00; 
	text-decoration: none;
}
a:visited {
	color: #d04e00; 
	text-decoration: none;
}
a:hover {
	color: #d04e00; 
	text-decoration: underline;
}
/* a:hover {
   
  -webkit-filter: brightness(120%);
  filter: brightness(120%); 
  
  text-decoration: underline;
} */


a:hover, button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); 
}

p {
  margin-bottom: 10px;
}
/* h1,
h2,
h3 {
  color: #773209;
  margin-bottom: 20px;
  line-height: 1.2;
} */
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
table {
  /* width: 100%; */
  margin: 0 auto;
}
table td {
  border-collapse: collapse;
  padding: 4px;
}
iframe {
  border: none;
}
caption {
  margin-bottom: 15px;
}
hr {
  border-left: none;
	border-right: none;
	border-top: 1px solid #d0ccc0;
	border-bottom: 1px solid #eef1e3;
}
button,
.button {
  
  cursor: pointer;
  background: url(../images/button-bg.png) no-repeat;
  height: 53px;
  width: 154px;
  border: none;
  color: #fff0e6;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #c2a275;
}
::-moz-placeholder {
  color: #c2a275;
}
:-moz-placeholder {
  color: #c2a275;
}
:-ms-input-placeholder {
  color: #c2a275;
}
#button-discord {
  text-transform: none;
  font-family: Tahoma,Verdana,Segoe,sans-serif;
  font-size: 12px;
  background: url(../images/discord-button-3.png) no-repeat;
  width: 130px;
  height: 39px;
  margin-bottom: 14px;
  padding-bottom: 0;
  /*color: #f8cb91;*/
  /*color: rgba(248, 203, 145, 0.75)*/
}
#button-discord:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%); 
}

/* Custom */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right;
}

.margin-auto {
  margin: 0 auto;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 10px;
}
.text-big {
  font-size: 16px;
}
.text-normal {
  font-size: 13px;
}

.width-full, .w-100 {
  width: 100%;
}

.v-align-middle {
  vertical-align: middle;
}

.pb-20 { padding-bottom: 20px; }
.m-10 { margin: 10px; }
.pb-0 { padding-bottom: 0; }

/* Wrapper
-----------------------------------------------------------------------------*/
.wrapper,
.top-panel-wrapper {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.top-panel-wrapper {
  padding: 0px 25px;
  height: 46px;
}
.container {
  min-height: 800px;
  display: flex;
  background: url(../images/dark-container-top-bg.jpg) top no-repeat, 
              url(../images/dark-container-bottom-bg.jpg) center bottom no-repeat, 
              url(../images/dark-container-repeat-bg.jpg) repeat-y;
  padding: 0px 12px 20px 12px;
}
.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Top Panel
-----------------------------------------------------------------------------*/
/*
.top-panel {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .top-panel {
    width: 1024px;
  }
}
.top-menu li {
  display: inline-block;
  background: url(../images/layout/top-border-menu.png) right no-repeat;
  padding-right: 23px;
  margin-right: 15px;
}
.top-menu li a {
  font-family: Tahoma, Geneva, sans-serif;
  color: #fdfaf6;

  font-size: 13px;
  font-family: Arial, Tahoma !important;
}
.top-menu li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.6);
}
*/
#top_panel {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
  color: #fff;
  z-index: 2;
  margin-top: -10px;
  
}
#top_panel a {
  color: #fff;
  font-size: 13px;
  font-family: Arial, Tahoma !important;
}

#top_panel a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.6);
}
@media only screen and (max-width: 1024px) {
  #top_panel {
    width: 1024px;
  }
}
#tp_wrapper {
	width: 974px;
	margin: 0 auto;
}

#tp_menu {
	float: left;
	font-size: 13px;
	padding-top: 17px;
}

#tp_menu span {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0px 19px;
}

/*
#tp_menu li {
  display: inline-block;
  background: url(../images/layout/top-border-menu.png) right no-repeat;
  padding-right: 23px;
  margin-right: 15px;
}
#tp_menu li a {
  font-family: Tahoma, Geneva, sans-serif;
  color: #fdfaf6;

  font-size: 13px;
  font-family: Arial, Tahoma !important;
}
#tp_menu li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.6);
}
#tp_menu li:last-child {
  background: none;
  margin-right: 0px;
  padding-right: 0px;
}
*/
.top-menu li:last-child {
  background: none;
  margin-right: 0px;
  padding-right: 0px;
}
.soc-block a {
  display: inline-block;
  height: 16px;
  margin-left: 20px;
  opacity: 0.6;
}
.soc-block a:hover {
  opacity: 1;
}
.soc-block .vk {
  background: url(../images/soc-icons.png) 0px 0px no-repeat;
  width: 21px;
}
.soc-block .fb {
  background: url(../images/soc-icons.png) -40px 0px no-repeat;
  width: 9px;
}
.soc-block .yt {
  background: url(../images/soc-icons.png) -69px 0px no-repeat;
  width: 12px;
}
.soc-block .in {
  background: url(../images/soc-icons.png) -92px 0px no-repeat;
  width: 18px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 499px;
  position: relative;
}
.logo a {
  display: block;
  background: url(../images/logo.png) no-repeat;
  width: 398px;
  height: 114px;
  top: 306px;
  left: 364px;
  position: absolute;
}
.menu {
  position: absolute;
  /* width: 1015px; */
  height: 79px;
  bottom: 0px;
}
.menu li {
  display: inline-block;
  position: relative;
  padding: 0px 2px;
}
.menu li:after {
  content: "";
  background: url(../images/menu-border.png) no-repeat;
  width: 5px;
  height: 22px;
  right: -3px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}
.menu li:last-child:after {
  display: none;
}
.menu li a {
  color: #f6d6b0;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  display: block;
  /* padding: 20px 15px; */
  /* margin: 0px 15px; */
  padding: 0px 0px;
  margin: 0px 30px;
}
.menu li a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 5px rgba(255,255,255,0.6);
}
.menu li:last-child {
  background: none;
  padding-right: 0px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  width: 217px;
  color: #c0a077;
  padding: 0px 30px 50px 25px;
  line-height: 1.2;
  font-size: 12px;
}
.left-sidebar a {
  color: #cfcfcf;
}
.sidebar-title {
  width: 224px;
  height: 96px;
  line-height: 89px;
  position: relative;
  color: #fff2d5;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7), -2px -5px 10px rgba(255, 255, 190, 0.2), 2px -5px 10px rgba(255, 255, 190, 0.2);
  display: block;
  
  /* sidebars titles different fonts fix */
  font-family: Georgia, serif;
}
.left-sidebar-title {
  background: url(../images/left-sidebar-title.png) no-repeat;
  padding-left: 5px;
  margin-left: -32px;
  margin-bottom: -4px;
}
.right-sidebar-title {
  background: url(../images/right-sidebar-title.png) no-repeat;
  padding-right: 5px;
  margin-left: -30px;
}
.left-sidebar-title-top {
  background: url(../images/left-sidebar-title-top.png) no-repeat;
  line-height: 48px;
  height: 75px;
  text-shadow: none;
}
.left-sidebar-title-top:after {
  content: "";
  background: url(../images/sidebar-title-top-shadow.png) no-repeat;
  width: 214px;
  height: 38px;
  position: absolute;
  left: 7px;
  top: 5px;
}
.right-sidebar-title-top {
  background: url(../images/right-sidebar-title-top.png) no-repeat;
  line-height: 48px;
  height: 75px;
  text-shadow: none;
}
.right-sidebar-title-top:after {
  content: "";
  background: url(../images/sidebar-title-top-shadow.png) no-repeat;
  width: 214px;
  height: 38px;
  position: absolute;
  left: 7px;
  top: 5px;
}

.status-block {
  font-family: Tahoma, Geneva, sans-serif;
}
.status-block li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cfcfcf;
  margin-bottom: 16px;
}
.status-block li .online {
  color: #cfcfcf;
}
.status-block li i {
  display: inline-block;
  height: 22px;
  width: 21px;
  margin-bottom: -1px;
  margin-right: 7px;
}
.status-block .status {
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.status-block .status li {
  margin-bottom: 6px;
}
.status-block .status li .server {
  color: #d2c1a2;
}
.status-block .status a {
  color: #d2c1a2;
}
.status-block .status a:hover {
  text-decoration: none;

  color: #e4d5c3;
  text-shadow: 0px 0px 5px rgba(228,213,195,0.3);
}
.status-block .status-online i {
  background: url(../images/online-icon.png) no-repeat;
}
.status-block .status-offline i {
  background: url(../images/offline-icon.png) no-repeat;
}
.status-block .status-offline .online {
  color: #fa5021;
}

.winner-block {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.s-title {
  font-size: 11px;
  color: #79694e;
  font-family: Tahoma, Geneva, sans-serif;
  margin-bottom: 15px;
  text-align: center;
}
.quests-title {
  display: block;
  margin-bottom: 10px;
  color: #cfcfcf;
}
.quests-list a {
  color: #cfcfcf;
  line-height: 1.4;
  display: block;
}
.quests-list p {
  color: #c0a077
}
.block-buttons {
  margin-top: 10px;
  line-height: 2;
}
.block-buttons a {
  margin: 0px 8px;
  cursor: pointer;
}
.block-tab {
  display: none;
  color: #e2c993;
  animation: fadeIn 1s both;
}
.block-tab.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}
.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
}
#time {
  color: #d2c1a2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  padding-bottom: 12px;
}
.event {
  font-family: Tahoma, Geneva, sans-serif;
  color: #cfcfcf;
  padding: 8px 0px;
}
.event span {
  display: block;
}
.event .event-start {
  color: #c2a275;
  font-size: 10px;
}
.event .event-time-start {
  color: #d2c1a2;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.event .event-name-block {
  margin-bottom: 4px;
}
.event .event-time-block {
  text-align: right;
  align-items: baseline;
}
.event .event-name {
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.last-theme-block {
  font-family: Arial, Helvetica, sans-serif;
}
.last-theme-block ul li {
  font-size: 10px;
  padding: 8px 0px;
}
.last-theme-block ul li a {
  font-family: Tahoma, Geneva, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}
.sidebar-title-theme {
  margin-bottom: -14px;
}

/* Lottery Winners */
.lottery-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  color: #cfcfcf;
  text-align: center;
}
.lottery-item {
  font-family: Arial, Tahoma;
  padding: 8px 0;
}
.lottery-item a {
  color: #cfcfcf;
}
.lottery-item span {
  font-size: 10px;
  color: #cfcfcf;
}

/* Center
-----------------------------------------------------------------------------*/

.content {
  width: 566px;
  padding: 40px;
  line-height: 1.1;

  font-family: Arial, Tahoma;

  font-size: 11px;
  color: #1c1819;
}
.content hr {
  border-bottom: 1px solid #98917a;
  box-shadow: 0px 1px 0px 0px #e0dac7;
  margin-bottom: 20px;
  font-size: 12px;
}
/* .content a {
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
} */
.content ul {
  margin: 5px 0 5px 50px;
}
.content li {
  padding: 6px 0px;
}
.content p {
  margin-bottom: 20px;
}
#module-support img {
  max-width: 440px;
}
.news img, .news iframe {
  max-width: 472px;
}
.content-title {
  background: url(../images/dark-content-title.png) no-repeat;
  width: 492px;
  height: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -3px;
  font-family: Georgia, Arial, sans-serif;
  font-size: 16px;
  color: #483833;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  padding: 0px 15px 2px 15px;
}
.content-title a {
  text-decoration: none;
  text-shadow: none;

  font-size: 11px;
	color: #8a3235;
	background: url(../images/plus_icon.png) left 50% no-repeat;
  padding-left: 16px;
  font-family: Arial, Tahoma;
}
.content-title a:hover {
  color: #2c548e;
}

.content-title-c {
  justify-content: center;
}
/* Images Videos */
.carousel {
  position: relative;
  width: 487px;
  margin-left: -1px;
  margin-top: -10px;
}
.carousel img {
  width: 102px;
  height: 76px;
  display: block;
}
.arrow {
  position: absolute;
  top: 24px;
  width: 51px;
  height: 48px;
  padding: 0;
  border: none;
  display: block;
}
.arrow.prev.active {
  left: -45px;
  background: url(../images/prev-button.png) no-repeat;
}
.arrow.prev.disabled {
  left: -45px;
  background: url(../images/prev-button.png) no-repeat;
  cursor: default;
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}
.arrow.next {
  right: -45px;
  background: url(../images/next-button.png) no-repeat;
}
.arrow:focus {
  outline: none;
}
.gallery {
  width: 487px;
  overflow: hidden;
  padding-left: 2px;
  padding-top: 10px;
}
.gallery ul {
  height: 86px;
  width: 9999px;
  list-style: none;
  transition: margin-left 1500ms;
  margin-left: 0;
}
.gallery li {
  display: inline-block;
  margin: 0px 8px;
  position: relative;
  padding: 0px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.gallery li a {
  display: block;
}
.gallery li a:after {
  content: "";
  background: url(../images/img-border.png) no-repeat;
  width: 116px;
  height: 96px;
  position: absolute;
  left: -7px;
  top: -12px;
}
.block {
  /* margin-bottom: 15px; */
}
.video-block {
  margin-bottom: 25px;
}
.video {
  padding: 0px 5px;
  line-height: 1;
}
.video img {
  width: 148px;
  height: 105px;
}
.video li {
  padding: 0px;
}
.video a {
  display: block;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.video a:after {
  content: "";
  background: url(../images/video-border.png) no-repeat;
  width: 161px;
  height: 125px;
  position: absolute;
  left: -6px;
  top: -12px;
}
.video a:before {
  content: "";
  background: url(../images/play-icon.png) no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
}
.list div {
  background: url(../images/list-icon.png) left top 1px no-repeat;
  padding: 3px 10px 3px 25px;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}
.list a {
  font-size: 14px;
  color: #261915;
  text-decoration: none;
  padding-left: 25px;
}
.list a:hover {
  margin-left: 10px;
}

/* News Block */
.news-block {
  margin-bottom: 40px;
  line-height: 1.4;
}
.news {
  border-bottom: 1px solid #98917a;
  box-shadow: 0px 1px 0px 0px #e0dac7;
  padding-bottom: 10px;
  margin-bottom: 20px;

  font-size: 12px;
}
.news .news-title {
  margin-bottom: 10px;
}
.news .news-title a {
  color: #2c548e;
  font-size: 16px;
  font-family: Arial, Tahoma;
  margin-bottom: 0px;
}
.news .date {
  color: #ad9d8d;;
  font-size: 12px;
}
.news-info {
  color: #837979;
  font-size: 11px;
  font-family: Arial, Tahoma;
  padding-top:10px;
}
.news-info a {
  color: #8a3235;
  text-decoration: none;
}
.news-info a:hover {
  color: #8a3235;
  text-decoration: underline;
}

/* Center Modules */
.content input[type=text],
.content input[type=password] {
  background-color:#f9f8f5;
  border: 1px solid #b6b7b1;
  text-align: center;
  
  width: 150px;
  height: 22px;

  /* removes autofill */
  -webkit-box-shadow: 0 0 0 15px #eae8e0 inset !important;
}
.content input[type=text]:focus,
.content input[type=password]:focus {
  box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.center-button, .submit-form {
  /* font-family: Arial, Tahoma; */
  text-align: center;
  border: 1px solid #b6b7b1;
  
  color: #8a3235;
  cursor: pointer;
  
  background: linear-gradient(to bottom, rgba(243,241,235,1) 0%,rgba(226,223,211,1) 100%);
  background-color: #eee;

  line-height: 25px;
}
.center-button:active, .submit-form:active {
  background-image: linear-gradient(#e6e6e6, #eee);
}
.center-button:hover, .submit-form:hover {
  /* color: darkred; */
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.submit-form {
  height: 22px;
  line-height: 1;
}

.center-menu {
  border: 1px solid #b6b7b1;
  background-color: #eae8e0;

  text-align: center;
  margin-bottom: 10px;
}
.center-menu-title {
  font-family: Verdana;
  color: #8a3235;
  font-size: 12px;

  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  
  font-weight: bold;

  background-color: red;
  background: url('../images/table_title_bg5.jpg');

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;

  line-height: 1;
}

.center-menu .toggle,
.center-menu .clickngo {  
  cursor: pointer;
}
.center-menu-content {
  font-family: Arial, Tahoma;
  color: #1c1819;
  font-size: 11px;

  border-top: 1px solid #b6b7b1;
  padding: 10px 5px;

  background-color: #eae8e0 !important;
}
.center-menu-content ul {
  margin: 0;
}
.center-menu-content a {
  color: #8a3235;
  text-decoration: none;
}
.center-menu-content a:hover {
  color: #8a3235 !important;
  text-decoration: underline;
}

/*

.h {
  
} .sblock b a {
  color: #8a3235;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
*/
.title {
  color: #8a3235;
}
.title2 {
  color: #8a3235;
  /* font-weight: bold; */
}

.center-hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;

  border-left: none;
  border-right: none;
  border-top: 1px solid #b9b09d;
  border-bottom: 1px solid #d2cec2;

  margin: 15px 0;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  width: 217px;
  color: #c0a077;
  padding: 0px 25px 50px 30px;
  line-height: 1.2;
  font-size: 12px;
}
.right-sidebar a {
  color: #cfcfcf;
}

/* Login Pan */
.login-block {
  text-align: center;
  font-family: Arial, Tahoma;
  font-size: 11px;
}

.login_form td {
  height: 34px;
  background: url(../images/input-bg.jpg) no-repeat;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

.login_form input {
  width: 110px;
  background: none;
  border: none;
  text-align: center;
  color: #c2a275;
  outline: none;

  -webkit-box-shadow: 0 0 0 10px #211712 inset;
  -webkit-text-fill-color: #c2a275 !important;
  margin-top: -2px;
  font-size: 11px;
}
/*
.login-block form input {
    background: url(../images/input-bg.jpg) no-repeat;
  border: none;
  color: #c2a275;
  position: relative;
  width: 133px;
  height: 32px;
  padding: 5px;
  text-align: center;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  font-size: 11px;
}
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
    background: url(../images/input-bg.jpg) no-repeat;
  }
}
.login-block form input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
*/

.login-block form button {
  margin: 0 auto;
}
.lang-block {
  font-family: Georgia, Arial, sans-serif;
  margin-bottom: 20px;
}

.lang-block a {
  color: #c2a275;
  font-size: 14px;
  margin: 0px 8px;
  /* margin: 0px 1px; */
}
.lang-block a:hover {
  color: #fff;
  text-decoration: none;
}
.select {
  text-align: left;
  width: 133px;
  margin: 0 auto;
  background: url(../images/input-bg.jpg) no-repeat;
  margin-bottom: 18px;
}
.slct {
  background: url(../images/arrow-v.png) right 8px top 16px no-repeat;
  display: block;
  color: #c2a275 !important;
  width: 133px;
  height: 32px;
  line-height: 24px;
  padding: 5px 10px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.slct:hover {
  text-decoration: none;
}
.drop {
  margin: 0;
  padding: 0;
  width: 133px;
  border: 1px solid #4c3024;
  border-top: none;
  display: none;
  position: absolute;
  z-index: 3;
  background: url(../images/texture-bg.jpg);
  background-color: rgba(0, 0, 0, 0.1);
}
.drop li {
  list-style: none;
  cursor: pointer;
  display: block;
  padding: 10px 5px;
  transition: 0.3s;
}
.drop li:hover, 
.drop .hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff;
}
.drop .selected {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

#login-links {
  font-size: 11px;
  font-family: Arial, Tahoma;
  line-height: 1.4;
	text-align: center;
}
#login-links a {
  color: #c0a077;
}
#login-links a:hover {
  text-decoration: none;

  color: #e4d5c3;
  text-shadow: 0px 0px 5px rgba(228,213,195,0.3);
}


/* Files Pan */
.download-block {
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  /* margin-bottom: 20px; */
}
.download-block p {
  margin-bottom: 0px;
}
.download-block .load-img {
  display: block;
  background: url(../images/button-download.png) no-repeat;
  width: 114px;
  height: 96px;
  margin: 0 auto;
}
.download-block a {
  transition: all 0.3s ease;
  color: #c0a077;
  line-height: 1.4;
  display: block;
}
.download-block a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); 
}
.load-link {
  font-size: 11px;
  font-family: Arial, Tahoma;
  color: #c2a275;
}
.load-link:hover {
  color: #e4d5c3;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(228,213,195,0.3);
}

/* Market Pan */
/* Market Pan */
/*
.market-items-block {
  margin-bottom: 20px;
}
.market-items {
  font-size: 11px;
  font-family: Arial, Tahoma;
}
.market-items li {
  display: flex;
  justify-content: space-between;
  color: #cfcfcf;
  margin-bottom: 8px;
}
.market-items li a {
  color: #e2c993;
}

*/

.m-item {
  font-size: 11px;
  font-family: Arial, Tahoma;

  margin-bottom: 6px;
}
.m-item a {
  color: #e2c993;
}
.m-item p {
  margin: 0px;
  float: right;

  color: #cfcfcf;
}
/* Character Market */
.market-character {
  font-size: 11px;
  font-family: Arial, Tahoma;
}
.market-character li {
  display: flex;
  justify-content: space-between;
  color: #cfcfcf;
  margin-bottom: 8px;
}
.market-character li a {
  color: #e2c993;
}


/* Account */
.account-details {
  text-align: left;

  font-family: Tahoma, Geneva, sans-serif;
  line-height: 1.4;

  padding-bottom: 15px;
}
.account-details div {
  color: #c0a077;
}
.account-details span {
  color: #cfcfcf;
  float: right;
  padding-right: 3px;
}

.account-menu {
  text-align: left;

  font-family: Tahoma, Geneva, sans-serif;
  line-height: 1.4;
}
.account-menu a {
	color: #efcb90;
	line-height: 18px;
	font-size: 12px;
	background: url(../images/next_icon.png) left 50% no-repeat;
	padding-left: 18px;
}

.account-menu a:hover {
	color: #f1e6d5;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(241,230,213,0.6);
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 211px;
  position: relative;
  background: url(../images/dark-footer-bg.jpg) no-repeat;
  color: #ba9b70;
}
.footer a {
  color: #d2c1a2;
}
.copyright {
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2;
  padding-top: 21px;
}

.facebook-block {
  background: url(../images/content-border.png) no-repeat;
  width: 488px;
  height: 202px;
  padding-top: 9px;
}

.facebook-block2 {
  background: url(../images/content-border.png) no-repeat top center;
  padding-top: 9px;
  background-size: 458px;
  /* margin-left:28px; */
}

/* Modals
-----------------------------------------------------------------------------*/
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalDialog:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 800px;
  position: relative;
  background: url(../images/texture-bg.jpg);
  transition: all 0.7s ease;
  transform: scale(0);
  text-align: center;
}
.modalDialog:target > div {
  transform: scale(1);
}
.close {
  background: #cc7218;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 25px;
  height: 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
}

/* Old Style
------------------- */
div.pbar {
  width: 200px;
  height: 8px;
  text-align: center;
  padding-left:5px;
  padding-right:5px;
  padding-top:1px;
  padding-bottom:1px;
  color: #8a3235;
  background-color: #77400d;
  border: 1px solid #b6b7b1;
}

div.ach {
  width: 402px;
  height: 92px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  margin-bottom: 25px;
  font-family: Arial, Tahoma;
  text-align: left;
}

div.ach div.left {
  width: 90px;
  height: 90px;
  float: left;
  background-size: 100%;
  background-color: #3c2d26;
}
  
div.ach .a1 { background: url('../templates/bless/../images/ach/new/monsters.png') no-repeat; }
div.ach .a2 { background: url('../templates/bless/../images/ach/new/golden_mobs.png') no-repeat; }
div.ach .a3 { background: url('../templates/bless/../images/ach/new/kalima.png') no-repeat; }
div.ach .a4 { background: url('../templates/bless/../images/ach/new/killer.png') no-repeat; }
div.ach .a5 { background: url('../templates/bless/../images/ach/new/deadman.png') no-repeat; }
div.ach .a6 { background: url('../templates/bless/../images/ach/new/tdm_winner.png') no-repeat; }
div.ach .a7 { background: url('../templates/bless/../images/ach/new/tdm_death.png') no-repeat; }
div.ach .a8 { background: url('../templates/bless/../images/ach/new/ds_survive.png') no-repeat; }
div.ach .a9 { background: url('../templates/bless/../images/ach/new/bc_gates.png') no-repeat; }
div.ach .a10 { background: url('../templates/bless/../images/ach/new/bc_statue.png') no-repeat; }
div.ach .a11 { background: url('../templates/bless/../images/ach/new/cc_winner.png') no-repeat; }
div.ach .a12 { background: url('../templates/bless/../images/ach/new/cc_visit.png') no-repeat; }
div.ach .a13 { background: url('../templates/bless/../images/ach/new/cm_success.png') no-repeat; }
div.ach .a14 { background: url('../templates/bless/../images/ach/new/cm_fail.png') no-repeat; }
div.ach .a15 { background: url('../templates/bless/../images/ach/new/vote.png') no-repeat; }
div.ach .a16 { background: url('../templates/bless/../images/ach/new/referrals.png') no-repeat; }
div.ach .a17 { background: url('../templates/bless/../images/ach/new/merchant.png') no-repeat; }
div.ach .a18 { background: url('../templates/bless/../images/ach/new/buyer.png') no-repeat; }
div.ach .a19 { background: url('../templates/bless/../images/ach/new/client.png') no-repeat; }
div.ach .a20 { background: url('../templates/bless/../images/ach/new/online_hour.png') no-repeat; }
div.ach .a21 { background: url('../templates/bless/../images/ach/new/lottery_count.png') no-repeat; }
div.ach .a22 { background: url('../templates/bless/../images/ach/new/quest_count.png') no-repeat; }
div.ach .a23 { background: url('../templates/bless/../images/ach/new/jewel_count.png') no-repeat; }
div.ach .a24 { background: url('../templates/bless/../images/ach/new/happymob_count.png') no-repeat; }
div.ach .a25 { background: url('../templates/bless/../images/ach/new/whitemob_count.png') no-repeat; }
div.ach .a26 { background: url('../templates/bless/../images/ach/new/wizarmob_count.png') no-repeat; }
div.ach .a27 { background: url('../templates/bless/../images/ach/new/arawamob_count.png') no-repeat; }
div.ach .a28 { background: url('../templates/bless/../images/ach/new/reddrmob_count.png') no-repeat; }
div.ach .a29 { background: url('../templates/bless/../images/ach/new/ogresmob_count.png') no-repeat; }
div.ach .a30 { background: url('../templates/bless/../images/ach/new/donator.png') no-repeat; }
div.ach .a31 { background: url('../templates/bless/../images/ach/new/lordsofba.png') no-repeat; }
  
  div.ach div.right {
  width: 310px;
  height: 90px;
  float: left;
  position: relative;
  }
  
  div.ach div.right div.atitle {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  font-size: 15px;
  color: #8a3235;
  }
  
  div.ach div.right div.stars {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  }
  
  div.ach div.right div.stars div.on {
  width: 20px;
  height: 20px;
  float: left;
  background: url('../templates/bless/../images/ach/achstar_1.png') no-repeat;
  }
  
  div.ach div.right div.stars div.off {
  width: 20px;
  height: 20px;
  float: left;
  background: url('../templates/bless/../images/ach/achstar_0.png') no-repeat;
  }
  
  div.ach div.right div.hint {
  position: absolute;
  top: 25px;
  left: 0px;
  padding: 5px;
  line-height:1;
  }
  
  div.ach div.right div.completedru {
  width: 234px;
  height: 14px;
  position: absolute;
  top: 61px;
  left: 37px;
  padding: 5px;
  background: url('../templates/bless/../images/ach/completedru.png') no-repeat;  
  }
  
  div.ach div.right div.completedlv {
  width: 193px;
  height: 14px;
  position: absolute;
  top: 59px;
  left: 55px;
  padding: 5px;
  background: url('../templates/bless/../images/ach/completedlv.png') no-repeat;  
  }
  
  div.ach div.right div.completeden {
  width: 229px;
  height: 12px;
  position: absolute;
  top: 61px;
  left: 45px;
  padding: 5px;
  background: url('../templates/bless/../images/ach/completeden.png') no-repeat;  
  }
  
  div.ach div.right div.step {
  position: absolute;
  top: 55px;
  left: 0px;
  padding: 5px;
  }
  
  div.ach div.right div.progress {
  position: absolute;
  top: 40px;
  left: 0px;
  padding: 5px;
  }
  
  div.ach div.right div.progress div.amount {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
  div.ach div.right div.progress div.bar {
  width: 295px;
  height: 10px;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  }
  
  div.ach div.right div.progress div.bar div {
  height: 8px;
  position: absolute;
  background-color: #9a4f04;
  }

  .selectserv a {
    line-height: 20px;
    font-size: 18px;
    text-decoration: none;
  }
  
  .selectserv a:hover {
    text-decoration: none !important;
    color: #8a3235 !important;
  }

/* Shop
--------------------------------------------------------------------------------- */
/* ThickBox box SMS Shop */

/*.tb_loader {
	position: absolute;
	z-index: 10;
	overflow: none;
	padding: 10px;
	background: url(../modules/smsshop/img/loader.gif) center no-repeat;
	background-color: #211000;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	border: 1px solid #a28052;
	text-align: center;
	width: 100%;
	height: 50px;
}*/

.tb_window {
	position: absolute;
	z-index: 10;
	background-color: #150a02;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	border: 1px solid #a28052;
	text-align: left; 
}

.tb_window input {
	font-size: 12px;
	background: #150a02;
	border: 1px solid #33201d;
	color: #a28052;
}

.tb_content {
	overflow: auto;
	padding: 7px;
	text-align: left;
}

.tb_content h3 {
	color: #c2a275;
}

.tb_close {
	/*width: 20px;*/
	height: 20px;
	/*float: right;*/
	background: url(../modules/smsshop/img/arrow.gif) right top no-repeat;
}

/* SMS Shop */
.smsshop_info u {
	color: #e76a05;
}

table.smsshop_info {
	color: #c2a275;
}

td.smsshop a { color: #c2a275; text-decoration: none; }
td.smsshop a:hover { color: #c2a275; text-decoration: underline; }

td.smsshop {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
  color: #d2c1a2;
  background-color: #150a02;

  font-family: Arial, Tahoma;
}
.tb_window {
	font-family: Arial, Tahoma;
}


/* Additional
-----------------------------------------------------------------------------*/
.warning-summary {
  background-color: rgb(242, 215, 213, 0.5);
  color: #C0392B;

  border-radius: 3px;

  text-align: center;
  padding: 10px;
  margin-bottom: 12px;
}
.msg-success {
  background-color: rgb(213, 245, 227, 0.5);
  color: #008000;
}

.pagination {
  font-size: 13px;
  /* margin-top: 30px; */
}
.pagination a {
  display: block;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #51423d;
  margin: 0px 8px;
  position: relative;
}
.pagination a:hover {
color: #51423d !important;
}
.pagination .page-number {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: 13px;
}
.pagination .page-number:hover {
  border: 1px solid #78330b;
  color: #773209;
}
.pagination .page-number.active {
  border: 1px solid #78330b;
  color: #773209;
}
.pagination .nav:after {
  content: "";
  width: 25px;
  height: 9px;
  position: absolute;
  top: 5px;
}
.pagination .next {
  /* margin-left: 20px; */
}
.pagination .next:after {
  /* background: url(../images/layout/nav-icon.png) -25px 0px no-repeat; */
  background: url(../images/next_page_icon.png) left 50% no-repeat;
  right: -35px;
}
.pagination .next:hover {
  color: #b69f91;
}
.pagination .next:hover:after {
  background: url(../images/next_page_icon.png) left 50% no-repeat;
  /* background: url(../images/layout/nav-icon-hover.png) -25px 0px no-repeat; */
}
.pagination .prev {
  /* margin-right: 20px; */
}
.pagination .prev:after {
  background: url(../images/back_page_icon.png) left 50% no-repeat;
  /* background: url(../images/layout/nav-icon.png) 0px 0px no-repeat; */
  left: -20px;
}
.pagination .prev:hover {
  color: #b69f91;
}
.pagination .prev:hover:after {
  background: url(../images/back_page_icon.png) left 50% no-repeat;
  /* background: url(../images/layout/nav-icon-hover.png) 0px 0px no-repeat; */
}
.pagination .prev.disabled, .pagination .prev.disabled:hover,
.pagination .next.disabled, .pagination .next.disabled:hover {
  color:#aea6a6 !important;
  cursor:default;
  -webkit-filter: brightness(100%);
  filter: brightness(100%); 
}

table.acc-bank {
  padding: 0;
  margin: 0;
  line-height: 0;
  margin-inline-start: auto;
  margin-inline-end: auto;

  border-collapse: collapse;
  display: table;

  border: none;
}
table.acc-bank td {
  vertical-align: middle;
  padding:0;
  margin:0;
  display: table-cell;

  border: 1px solid #d3cdc1;
}

/* Custom MU Plugins
-------------------------------------------- */
.mutab .tab {
	color: maroon;
	padding: 10px;
	display: inline-block;
	border: 1px solid transparent;
	cursor: pointer;
	min-width: 60px;
	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
} 
.mutab .tab:hover {
	border: 1px solid #EEE;
} 
.mutab .active {
	border: 1px solid maroon !important;
}

/* Sblock's
--------------------------------------------------------------------------------- */

td.chat {
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
}

td.chatp {
  font-size: 12px;
  font-family: Verdana;
  color: #8a3235;

  /* box-shadow: 1px 1px 10px rgba(0,0,0,0.1); */
  
  font-weight: bold;

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;

  border-bottom: 1px solid #b6b7b1;
}
.chatp .title {
  color: #8a3235 !important;
}
td.fill {
  background: url('../images/table_title_bg5.jpg');
  line-height: 1;
}
td.iteminfo {
  color: #e4d5c3;
  font-size: 11px;
}

div.sblocki {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  border-top: none;
  background-color: #eae8e0;
}

div.sblocki2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  border-top: none;
  background-color: #eae8e0;
  line-height: 1.1;
}
.sblocki2 li {
	padding: 0 !important;
}

div.Mtitle {
  font-size: 14px;
  font-family: Verdana;
  color: #8a3235;
}

table.sblock {
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  background-color: #eae8e0;

  font-family: Arial, Tahoma;
  color: #1c1819;
  font-size: 11px;

  line-height: 1.1;
}
table.sblock ul {
  /* line-height: 0.5; */
  margin: 5px 0 5px 50px;
}
.sblock .title {
  font-family: Verdana;
  /* font-weight: bold; */
  color: #8a3235;
}
.sblock .title2 {
  color: #8a3235;
  font-weight: normal;
}
.sblock .title2 a {
  color: #8a3235;
}
.sblock .title2 a:hover {
  color: #8a3235;
}

.sblock a {
  color: #d04e00;
  text-decoration: none;
}
.sblock a:hover {
  color: #d04e00;
  text-decoration: underline;
}

table.sblock2 {
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  border-top: none;
}
.sblock2 .title {
  font-family: Verdana;
  font-size: 11px;
  color: #8a3235;
}

table.sblock3 {
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  background-color: #eae8e0;
}
td.sblock {
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  background-color: #eae8e0;
}
td.sblock_no_bg {
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
}
td.sblocka {
  padding-left:10px;
  padding-right:10px;
  padding-top:2px;
  padding-bottom:2px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  background-color: #eee;
  color: #8a3235;
}
td.sblocke {
  padding-left:10px;
  padding-right:10px;
  padding-top:2px;
  padding-bottom:2px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
  color: #1c1819;
  background-color: #eae8e0;
}
td.sblock-min {
  background-color: #eae8e0;
}
td.sblock2 {
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  color: #8a3235;
}
td.sblock2 a {
  color: #8a3235;
}
td.sblock2 a:hover {
  color: #8a3235;
}
td.sblock3 {
  text-align: center;
  vertical-align: middle;
  background-color: #eae8e0;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
}
td.sblock4 {
  text-align: center;
  vertical-align: middle;
  color: #8a3235;
  background-color: #eae8e0;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
}
td.sblock5 {
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  color: #1c1819;
  background-color: #eae8e0;
}
td.sblock5 a {
  color: #1c1819;
}
td.sblock5 a:hover {
  color: #1c1819 !important;
  text-decoration: underline;
}


td.sblock6 {
  padding-left:10px;
  padding-right:10px;
  background-color: #eae8e0;
}
td.sblock7 {
  vertical-align: top;
  color: #8a3235;
  background-color: #eae8e0;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  border: 1px solid #b6b7b1;
}

td.votes {
  color: #a3411c;
  font-size: 17px;
  font-weight: bold;
  /*font-variant: all-small-caps;*/
  font-family: "Copperplate Gothic Light", Arial;
}

div.com a {
  color: #5c3d1f;
}

.dlinks a {
  color: #8a3235;
  text-decoration: none;
}
.dlinks a:hover {
  text-decoration: underline;
}

.line-bottom {
  padding-bottom: 3px;
  text-align: center;
}
.line-bottom div {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

/* Modals Changes
------------------ */
.close {
  text-decoration: none !important;
}

/* Tooltips
--------------------------------------------------------------------------------- */
.overlight {
  color: #8a3235 !important;
  background-color: #eae8e0 !important;
  border: 1px solid #8a3235 !important;
}

#tooltip {
  font-family: Arial;
  font-size: 11px;
  color: #e4d5c3;
  background-color: #211000;
  border: 1px solid #33201d;
  position: absolute;
  z-index: 3000;
  padding: 5px;
  opacity: 0.9;
  /* color: #d2c1a2; */
}
#tooltip td.iteminfo {
  line-height: 1;
  padding: 2px 0;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 11px; font-weight: normal; }
#tooltip hr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3); 
}

/* Modules
--------------------------------------------------------------------------------- */

/* Gallery */
a.imgborder img {
	border: 1px solid #1c1819;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
a.imgborder:hover img {
	border: 1px solid #efcb90;
	box-shadow: 2px 2px 10px rgba(0,0,0,1);
}

a.bad img {
  filter:alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;

}

/* Common Classes
--------------------------------------------------------------------------------- */
.menu-flash-link {
  color: #c0a077 !important;
  font-size: 11px;
  font-family: Arial, Tahoma;
  text-decoration: none;
}
.menu-flash-link:hover {
  text-decoration: none;
  color: #e4d5c3 !important;
  text-shadow: 0px 0px 5px rgba(228,213,195,0.3);
}

.winners-flash-link {
  color: #79694e !important;
  font-size: 11px;
  font-family: Arial, Tahoma;
  text-decoration: none;
}
.winners-flash-link.active,
.winners-flash-link:hover {
  text-decoration: none;
  color: #c0a077 !important;
  /*text-shadow: 0px 0px 5px rgba(228,213,195,0.3);*/
}
/* .winners-flash-link.active {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); 
} */

.blue-link {
  color: rgb(30, 144, 255) !important;
}
.orange-link {
  color: #d04e00 !important;
}
.orange-link:hover {
  color: #d04e00 !important;
}

/*  */
.hidden {
	display: none;
}

#opaco { 
	background-color: #000000;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}
@media only screen and (max-width: 1024px) {
  #opaco {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  #jquery-overlay {
    width: 1024px !important;
  }
}

.gallery_video { 
	background: #000000;
	height: auto;
	/*padding: 50px 100px 30px;*/
	padding: 20px;
	position: relative;
  /* width: 1024px; */
  width: 1064px;
}

.gallery_video .gallery_show { 
	height: 576px;
	/*margin-bottom: 15px;*/
	position: relative;
	width: 1024px;
}

.gallery_video .gallery_show .gallery_show_play { 
	height: 185px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 344px;
}

#popup {
	/*border: 1px solid #7C4728;*/
	position: fixed;
	left:50%;
	top:50%;
	min-width: 300px;
	z-index: 9999;
}
#popup .close-btn {
	background: url(../img/close_box.png) left center no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	/*top: 15px;
	right: 20px;*/
	top: -9px;
	right: -10px;
	cursor: pointer;
	z-index: 100;
}
#popup .close-btn:hover {
	background-position: right center;
}

.an-item {
  font-size: 13px;
  height: 23px;
  line-height: 1.4;
}
.an-item img {
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
/* an-table */
.an-table {
  font-size: 13px;
}
.an-table td {
  font-weight: bold;
  width: 100%;
  padding-top:1px;
  padding-bottom:1px;
}
.an-table tr td:first-child {
  width:1px;
  padding-left:0;
  padding-right:0;
}

.countdown-box {
  font-family: Arial, Helvetica, sans-serif;

  position: absolute;
  /* top: 50px;
  left: 300px;
  width: 170px; */
  z-index: 1;

  /* width: 500px;
  height: 200px; */
  /* top: 50%; */
  top: 50px;
  /* left: 
  margin: 0 auto; */
}

/* Stream Box */
.stream-box {
  font-family: Arial, Helvetica, sans-serif;

  position: fixed;
  bottom: 0;
  left: 0;
  
  z-index: 1;
}
.stream-box .streams {
  margin: 5px; 
}
.stream-box .streams .stream {
  /*padding-top: 5px;*/
}

.stream-box .streams .stream .stream-bottom {
  background-color: #201001;
  border: 2px solid #3f250b;
  color:antiquewhite;
  width: 225px;
  padding: 2px;
}
.stream-box .streams .stream .stream-hover {
  height: 50px;
  position: absolute;
  width: 224px;
  height: 126px;
  cursor: pointer;
}
.stream-box .streams .stream:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.stream-box .alerter {
  cursor: pointer;
  margin: 5px; 
  margin-right: 15px;
  color:antiquewhite;
  background-color: #201001;
  border: 2px solid #3f250b;
  padding: 2px;
  font-size: 14px;
  width: 225px;
}
@media only screen and (max-width: 1000px) {
.alerter {
    padding: 20px 2px !important;
    /*margin-bottom: 25px !important;*/
    margin-bottom: 50px !important;
    z-index: 999999;
}
}
.stream-box .live {
    float: right;
}
/* .stream-box .arrow-up {
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);
}
.stream-box .arrow-down {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
} */
.stream-box .dot {
  height: 9px;
  width: 9px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.blink_dot {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% { opacity: 0; }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.input-tooltip:hover, .no-light:hover {
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important; 
}

.close-x {
  color: #aaa;
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.6;
  cursor: pointer;
}

.web-green { color: #28a53c !important }
.web-green-dark { }
.web-blue { color: #455FDB !important; }
.web-blue-dark { }
.web-red { color: red !important; }
.web-red-dark { }
.web-gray { color: #b7b0b0 !important; }
.web-gray-dark { }

/* // original ne bless
.muframe2 {
  background: 
    url('../images//muframe-nut-tl.png') 0px -5px no-repeat,
    url('../images//muframe-nut-bl.png') -5px 100% no-repeat,
    url('../images//muframe-nut-tr.png') calc(100% + 5px) 0px no-repeat,
    url('../images//muframe-nut-br.png') 100% calc(100% + 5px) no-repeat;
  
	display: inline-flex;

  z-index: 1;
}
.muframe div {
  background: 
		url('../images//muframe-h.png') 0 0 repeat-x,
		url('../images//muframe-h.png') bottom repeat-x,
		url('../images//muframe-v.png') 0 repeat-y,
		url('../images//muframe-v.png') 100% repeat-y;

  display: inline-flex;
	
	padding: 2px;
	margin:5px;

  z-index: -1;
}
*/


.muframe {
  background: 
    url('../images//muframe-h.png') 0 5px repeat-x,
		url('../images//muframe-h.png') 0 calc(100% - 5px) repeat-x,
		url('../images//muframe-v.png') 5px repeat-y,
		url('../images//muframe-v.png') calc(100% - 5px) repeat-y;
  
	display: inline-flex;

}
.muframe div {
  background: 
    url('../images//FRAME_0002_TOP-LEFT.png') 0px -6px no-repeat,
    url('../images//FRAME_0000_BOTTOM-LEFT.png') -1px 100% no-repeat,
    url('../images//FRAME_0003_TOP-RIGHT.png') calc(100%) -6px no-repeat,
    url('../images//FRAME_0001_BOTTOM-RIGHT.png') 100% calc(100% + 1px) no-repeat;

  display: inline-flex;
	
	padding: 7px;
}
.muframe div img { border-radius: 6px; }
.muframe div iframe { border-radius: 6px; }


/* ---------- support --------- */
.support-blocks {
  display: flex;
  justify-content: space-between;
  /* background-color: DodgerBlue; */
}
.support-blocks > div {
  background-color: #241917;
  margin: 5px;
  padding: 5px;

  width: 120px;
  height: 120px;
}
.support-blocks > div > a > img { padding-top:10px }

.support-blocks2 {
  display: flex;
  justify-content: space-between;
  /* background-color: DodgerBlue; */
}
.support-blocks2 > div {
  background-color: #241917;
  padding: 5px;


  width: 143px;
  height: 143px;

  border: 1.5px solid orange;
  border-radius: 5px
}
.support-blocks2 > div > a > img { padding-top:10px; width: 60px;  }
.support-blocks2 > div > a > div { color: orange; padding: 10px; font-size: 14px;  }
.support-blocks2 > div > a:hover { text-decoration: none !important; }
.support-blocks2 > div:hover { background-color: rgba(0, 0, 0, 0.9); }

.ticket-button {
    padding: 5px 20px;
    font-weight: bold;
    border: 1px solid #b6b7b1;
    background: #e2dfd3;
    border-radius: 4px;
}
.ticket-button:hover {
    background: rgba(0, 0, 0, 0.10) !important;
    filter: contrast(100%) !important;
}

#module-support { font-size: 12px; }
#module-support .title { font-size: 12px; }
#module-support .sblock { font-size: 12px; }
#module-support select {
  background-color: ##fdfdfd;
  border: 1px solid #b6b7b1;
  padding: 0px 5px 0px 5px;
  height: 22px;
  width: 100%;
  font-size: 12px;

}
#module-support select option {
  margin: 40px;
  background-color: #f5f4f0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  color: black;
  border: 1px solid #b6b7b1; 
}

#module-support .ticket-post {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border: 1px solid #bdb0b0;
  min-height: 50px;
  padding: 5px;
}

#module-support ul {
  list-style-type: inherit;
  margin-left: 30px
}

/* Letter */
#module-letter select {
  background-color: ##fdfdfd;
  border: 1px solid #b6b7b1;
  padding: 0px 5px 0px 5px;
  height: 22px;
  width: 100%;
  font-size: 11px;
}
#module-letter .tab {
  color: #453c3f;
  text-decoration: none;
}
#module-letter .tab-active {
  color: #8a3235;
  text-decoration: none;
}


.forummarket-item {
    font-family: Arial, Tahoma;
    padding: 8px 0;
}
.forummarket-item a {
    color: #e2c993;
}
.forummarket-item span {
    font-size: 10px;
    color: #dcdcdc;
}
.page {
    font-size: 12px;
  }


    .iteminfo-ancient {
      color: #7289F8;
    }

    .iteminfo-ancient-module {
      color: #455fdb;
    }

    .iteminfo-exclevel {
      color: #df9b31;
    }

    .iteminfo-exclevel-module {
      color: #da8500;
    }

    .iteminfo-pan {
      color: #e2c993;
    }

    .iteminfo-module {
      color: #1c1819;
    }

    .iteminfo-lottery {
      color: #cfcfcf;
    }

    .overinfo-name {}

    .overinfo-name-anc {
      font-weight: bold;
      padding: 1px;
      background-color: #3c3cc8;
      color: #00ff00;
    }

    .overinfo-image {
      display: block;
      margin: 0 auto;
      padding: 10px 0;
    }

    .overinfo-name-exc {
      color: #16DD6E;
    }

    .overinfo-name-7 {
      color: #FFCC1A;
    }

    .overinfo-harm-info {
      color: #FFCC1A;
      padding-top: 10px;
    }

    .overinfo-exc-info {
      padding-top: 10px;
    }

    .overinfo-pvp-info {
      padding-top: 10px;
    }

    .overinfo-class-info {
      padding-top: 10px;
    }

    .overinfo-exc-info {
      padding-top: 10px;
      color: #16DD6E;
      white-space: nowrap;
    }

    .overinfo-specialskill-info {
      padding-top: 10px;
      color: #74A2E8;
    }

    .overinfo-luck-info {
      color: #74A2E8;
    }

    .overinfo-opt-info {
      color: #74A2E8;
    }

    .overinfo-horse-info {
      color: #16DD6E;
      padding-top: 10px;
    }

    .overinfo-fenrir-info {
      color: #74A2E8;
    }

    .overinfo-pet-info {
      padding-top: 10px;
      color: #74A2E8;
    }

    .title-selected {
      text-decoration: underline !important;
    }


    .widgetBtnConnect-2fvtGa {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 120px;
      height: 30px;
      border: 1px solid #212325;
      border-radius: 4px;
      background-clip: padding-box;
      background-color: hsla(0, 0%, 100%, .1);
      -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
      box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
      -webkit-transition: opacity .25s ease-out;
      transition: opacity .25s ease-out
    }

    .widgetBtnConnect-2fvtGa:hover {
      opacity: .6
    }

    .widgetBody-1YvOmj {
      background-color: #202225;
      background-image: url(/assets/db9fd9dac08621e31b06609781c8851c.png), url(/assets/1c7d080332a1c9778182bc19c2f407bc.png);
      background-size: 200px 180px, 110px 130px;
      background-position: 0 100%, 100% 100%;
      background-repeat: no-repeat, no-repeat;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
      box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
      padding: 20px;
      overflow-y: scroll
    }

    .widgetChannel-xLQIAn {
      margin-top: 12px
    }

    .widgetChannel-xLQIAn:first-child {
      margin-top: 0
    }

    .widgetChannel-xLQIAn:last-child {
      margin-bottom: 30px
    }

    .widgetChannelName-17sLG_ {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 12px
    }

    .widgetMembersOnline-314YF1 {
      color: #8a8e94;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 12px
    }

    .widgetMember-s-bqOZ {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 10px;
      margin: 6px 0
    }

    .widgetMember-s-bqOZ .widgetMemberName-1s0T0o {
      color: #8a8e94
    }

    .widgetMember-s-bqOZ .widgetMemberGame-1VaBoY,
    .widgetMember-s-bqOZ .widgetMemberName-1s0T0o {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1
    }

    .widgetMember-s-bqOZ .widgetMemberGame-1VaBoY {
      text-align: right;
      color: #4f545c
    }

    .widgetMemberAvatar-3Tbv89 {
      width: 16px;
      height: 16px;
      position: relative;
      margin-right: 4px
    }

    .widgetMemberAvatar-3Tbv89 img {
      width: 16px;
      height: 16px;
      border-radius: 8px
    }

    .widgetMemberStatus-3B9VFg {
      width: 6px;
      height: 6px;
      border-radius: 3px;
      position: absolute;
      bottom: 0;
      right: 0
    }

    .widgetMemberStatusOnline-1jZvdn {
      background-color: #43b581
    }

    .widgetMemberStatusIdle-2u9Mbt {
      background-color: #faa61a
    }

    .widgetMemberStatusOffline-1UzWSo {
      background-color: #747f8d
    }

    .widgetMemberStatusDnd-3ZjYs4 {
      background-color: #f04747
    }

    .widgetIcon-p4PNDV {
      background-color: transparent;
      width: 16px;
      height: 16px;
      background-size: 16px 16px;
      display: inline-block
    }

    .widgetIcon-p4PNDV+.widgetIcon-p4PNDV {
      margin-left: 8px
    }

    .widgetIconMute-ByHVol {
      background-image: url(/assets/a5bbc9918fae3a388beca5831f49e1c4.svg)
    }

    .widgetIconDeaf-31yT5J {
      background-image: url(/assets/ae3f569adb173a871434acb93bbf30a7.svg)
    }

    ::-webkit-scrollbar {
      width: 10px
    }

    ::-webkit-scrollbar-thumb {
      background-color: hsla(0, 10%, 40%, .3)
    }

    ::-webkit-scrollbar-thumb,
    ::-webkit-scrollbar-track-piece {
      background-clip: padding-box;
      border: 3px solid transparent;
      border-radius: 5px
    }

    ::-webkit-scrollbar-track-piece {
      background-color: transparent
    }

    .widget-theme-light ::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, .1)
    }

    .widget-theme-light .widgetBody-1YvOmj,
    .widget-theme-light .widgetFooter-1l6LHW {
      background-color: #fff
    }

    .widget-theme-light .widgetBody-1YvOmj {
      background-image: url(/assets/319c6196da7ea2876ecf145b988e73a7.png), url(/assets/8c7c66b44b1087f6ca9edc6cc1245bec.png)
    }

    .widget-theme-light .widgetBtnConnect-2fvtGa,
    .widget-theme-light .widgetFooterInfo-3sJWsY {
      color: #000;
      opacity: .7
    }

    .widget-theme-light .widget-online-members-2E59mf,
    .widget-theme-light .widgetChannelName-17sLG_ {
      color: #8a8e94
    }
