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; */
  width: 100%!important;
  border-spacing: 0;
  margin-bottom: 0px!important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

body {
  width: 100%;
  background: url(../images/headerBG.jpg) top center no-repeat, url(../images/footerBG.jpg) bottom center no-repeat;
  background-color: #57311a;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #8b8b8c;
  line-height: 1;
}
a {
  color: #c9aa71;
  text-decoration: none;
}
.bright {
  transition: all 0.3s ease;
}
a,
form {
  transition: all 0.3s ease;
}
p {
  margin-bottom: 12px;
}
h1,
h2,
h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: normal;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  text-align: center;
}
caption {
  margin-bottom: 15px;
}
li {
  margin: 5px 0px;
}
select {
  background: #0a060b;
  border: 1px solid rgba(201, 170, 113, 0.1);
  color: #fff;
  padding: 10px 30px 10px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none!important;
  width: 374.5px;
}
input,
textarea {
  font-size: 14px;
  color: #fff;
  background: rgba(2, 1, 1, 0.4);
  border: 1px solid rgba(201, 170, 113, 0.1);
  transition: all 0.3s ease;
  padding: 10px 22px;
  position: relative;
  width: 374.5px!important;
}
input:hover,
textarea:hover {
  border: 1px solid rgba(201, 170, 113, 0.3);
}
input:focus,
textarea:focus {
  border: 1px solid rgba(201, 170, 113, 0.3);
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button.png) no-repeat;
  height: 41px;
  line-height: 41px;
  width: 165px;
  box-sizing: border-box;
  font-size: 12px;
  border: none;
  color: #c9aa71;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding: 0px 15px;
  display: inline-block;
  text-decoration: none !important;
}
button:hover,
.button:hover {
  background: url(../images/button-hover.png) no-repeat;
}
.small {
  background: url(../images/button.png) no-repeat;
  background-size: 120px 30px;
  height: 30px;
  line-height: 30px;
  width: 120px;
  font-size: 10px;
}
.small:hover {
  background: url(../images/button-hover.png) no-repeat;
  background-size: 120px 30px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #8b8b8c;
}
::-moz-placeholder {
  color: #8b8b8c;
}
:-moz-placeholder {
  color: #8b8b8c;
}
:-ms-input-placeholder {
  color: #8b8b8c;
}
.bright:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.wrapper,
.top-panel-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container {
  min-height: 400px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(201, 170, 113, 0.1);
}
.border {
  border: 1px solid #ab8222;
  box-sizing: border-box;
}
.top-panel {
  width: 100%;
  background: #341d10;
  border-top: 1px solid #341d10;
  position: absolute;
  top: 0;
}
.top-panel:before {
  content: "";
  border-top: 2px solid #775a2c;
  position: absolute;
  top: 2px;
  width: 100%;
}
.top-panel:after {
  content: "";
  border-bottom: 2px solid #775a2c;
  position: absolute;
  bottom: 1px;
  width: 100%;
}
.top-panel-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 69px;
  z-index: 2;
}
.top-panel-container:before {
  content: "";
  background: url(../images/top-panel-icons.png) -3px -57px no-repeat;
  position: absolute;
  width: 239px;
  height: 72px;
  left: 50%;
  margin-left: -119px;
  top: 2px;
}
.top-panel-container:after {
  content: "";
  background: url(../images/top-panel-icons.png) 0px 0px no-repeat;
  position: absolute;
  width: 239px;
  height: 56px;
  left: 50%;
  margin-left: -119px;
  bottom: -34px;
}
.menu {
  margin-left: -20px;
}
.menu li {
  display: inline-block;
  margin: 0px 24px 0px 0px;
}
.menu li a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 26px 17px;
  position: relative;
}
.menu li a:after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: linear-gradient(to right, rgba(237, 225, 202, 0), #ede1ca, rgba(237, 225, 202, 0));
  transition: all 0.4s ease;
}
.menu li a:hover {
  color: #f1e6d0;
}
.menu li a:hover:after {
  width: 100%;
}
.menu .active a {
  color: #f1e6d0;
}
.menu .active a:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: linear-gradient(to right, rgba(237, 225, 202, 0), #ede1ca, rgba(237, 225, 202, 0));
  transition: all 0.4s ease;
}
.lang-block {
  position: relative;
}
.lang-block:after {
  border: 5px solid transparent;
  border-top-color: #c9aa71;
  position: absolute;
  right: -15px;
  top: 8px;
  content: '';
}
.lang-block a {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.lang-block a:hover {
  color: #fff;
}
.lang-block a:hover img {
  border: 1px solid rgba(119, 90, 44, 0.5);
}
.lang-block img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 7px;
  border: 1px solid #775a2c;
  padding: 1px;
  transition: all 0.3s ease;
}
.hidden-block {
  visibility: visible;
  opacity: 1;
  position: absolute;
  border: 1px solid #372724;
  background: #0a050a;
  min-width: 150px;
  z-index: 2;
  right: -50px;
  top: 41px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.hidden-block a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
.hidden-block a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 690px;
  position: relative;
}
.logo {
  position: absolute;
  top: 143px;
  left: 633px;
}

@keyframes light {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ball {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}
.sparks-1 {
  background-image: url(../images/sparks-1.png);
  width: 117px;
  height: 136px;
  right: 200px;
  bottom: 0px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sparks-2 {
  background-image: url(../images/sparks-2.png);
  width: 219px;
  height: 176px;
  right: 200px;
  bottom: 30px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  opacity: 0;
}
.sparks-3 {
  background-image: url(../images/sparks-3.png);
  width: 438px;
  height: 281px;
  right: 100px;
  bottom: 20px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-3;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
  opacity: 0;
}
@keyframes sparks-1 {
  0% {
    right: 200px;
    bottom: 10px;
    opacity: 0;
  }
  33% {
    right: 210px;
    bottom: 20px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 220px;
    bottom: 30px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 230px;
    bottom: 40px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 210px;
    bottom: 40px;
    opacity: 0;
  }
  33% {
    right: 220px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 230px;
    bottom: 60px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 240px;
    bottom: 70px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 120px;
    bottom: 30px;
    opacity: 0;
  }
  33% {
    right: 140px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 160px;
    bottom: 70px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 180px;
    bottom: 90px;
    opacity: 0;
    transform: scale(1.1);
  }
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 833px;
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content .title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 831px;
  height: 350px;
  margin: 0 auto;
  border: 1px solid #ab8222;
  margin-bottom: 1px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 831px;
  height: 350px;
}
.slider .slides .active .slide-info {
  transition: all 4s ease;
  opacity: 1;
}
.slider .slides .active .slide-more {
  transition: all 2s ease;
  bottom: 0px;
}
.slider .slides .slide-info {
  line-height: 1.7;
  position: absolute;
  padding: 40px;
  bottom: 40px;
  width: 420px;
  opacity: 0;
}
.slider .slides .slide-info h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.slider .slides .slide-more {
  position: absolute;
  bottom: -200px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 80px);
}
.slider .slides .slide-more a {
  text-decoration: none;
}
.slider .slides .slide-more a i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.slider .slides .slide-more a:hover i {
  opacity: 0;
}
.slider .slides .slide-more span {
  font-size: 12px;
  color: #c9aa71;
}
.slider .slides .slide-more span b {
  font-size: 14px;
  font-weight: normal;
}
.slider .next {
  position: absolute;
  background: url(../images/right-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  right: 0;
  top: 160px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .prev {
  position: absolute;
  background: url(../images/left-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  left: 0;
  top: 160px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .navigation {
  position: absolute;
  top: 40px;
  left: 40px;
  text-align: right;
  z-index: 1;
  cursor: pointer;
}
.slider .navigation .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #131622;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  background: #0d8ec3;
  box-shadow: 0px 0px 14px 1px #0d8ec3;
}
.post-block {
  display: flex;
  justify-content: space-between;
  width: 833px;
  perspective: 2000px;
  margin-bottom: 20px;
}
.post {
  width: 277px;
  padding: 30px;
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  transition: all 0.7s ease;
  transform: rotateX(0deg);
}
.post:nth-child(2) {
  z-index: 1;
}
.post:hover {
  transform: rotateX(20deg);
}
.post:after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(19, 6, 17, 0), #130611 90%);
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
}
.post h2 {
  border-bottom: 1px solid #a3895c;
  padding-bottom: 20px;
}
.post h2 a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.post .post-text {
  line-height: 1.4;
  margin-bottom: 20px;
}
.post h2,
.post-text,
.read-more {
  position: relative;
  z-index: 2;
}
.news {
  background: url(../images/post-top-bg.jpg) top center no-repeat, url(../images/post-bottom-bg.jpg) bottom center no-repeat, url(../images/post-bg.jpg) repeat-y;
  height: 410px;
  width: 839px;
  padding: 45px;
  box-sizing: border-box;
  margin: 0px 0px 30px -3px;
  position: relative;
}
.news img {
  max-width: 749px;
}
.news:hover .news-img {
  background-size: 120%;
}
.news .news-img {
  width: 277px;
  height: 400px;
  float: left;
  margin: -40px 40px -40px -40px;
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 1.5s linear;
}
.news .news-img:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(19, 6, 17, 0), rgba(19, 6, 17, 0.9));
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
}
.news .news-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a88d5e;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news .news-title h2 {
  margin-bottom: 0px;
}
.news .news-title h2 a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.news .news-title h2 a:hover {
  text-shadow: 0px 0px 10px #fff;
}
.news .news-title span {
  color: #c9aa71;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.news .news-text {
  line-height: 1.5;
  overflow: hidden;
  height: 197px;
}
.news .news-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 472px;
}
.news .news-i {
  color: #c9aa71;
  font-size: 12px;
}
.news .news-i b {
  font-weight: normal;
  color: #f1e6d0;
}
.news .news-i .per {
  color: #372724;
  margin: 0px 15px;
}
.views-icon {
  background: url(../images/view-icon.png) no-repeat;
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-bottom: -1px;
}
.comments-icon {
  background: url(../images/comment-icon.png) no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-bottom: -2px;
}
.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.pagination li {
  margin: 0px 7px;
}
.pagination li span {
  display: block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border: 1px solid rgba(141, 121, 81, 0.6);
  border-radius: 50%;
  color: #d5d5d5;
}
.pagination li a {
  text-decoration: none;
  display: block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border: 1px solid rgba(141, 121, 81, 0.25);
  border-radius: 50%;
  cursor: pointer;
}
.pagination li a:hover {
  border: 1px solid rgba(141, 121, 81, 0.6);
  color: #d5d5d5;
}
.pagination .prev,
.pagination .next {
  border: none;
  border-radius: 0px;
  width: 29px;
  height: 7px;
  font-size: 0px;
}
.pagination .prev:hover,
.pagination .next:hover {
  border: none;
}
.pagination .prev {
  background: url(../images/p-prev.png) no-repeat;
}
.pagination .next {
  background: url(../images/p-next.png) no-repeat;
}
.page {
  margin-top: 10px;
  min-height: 100px;
  height: auto;
  line-height: 1.5;
}
.page img {
  max-width: 749px;
}
.page input {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.page textarea {
  width: auto;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
  width: 345px;
}
.block {
  margin-bottom: 27px;
}
.block ul {
  padding: 20px 0px;
}
.block ul li a {
  padding: 10px 25px;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.block ul li a:hover {
  border-top: 1px solid #2b1d1e;
  border-bottom: 1px solid #2b1d1e;
  background: #080408;
  margin: 0px -10px;
  color: #fff;
}
.block ul li a:before {
  content: ">";
  margin-right: 5px;
}
.title {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background: rgba(2, 1, 1, 0.4);
  border: 1px solid rgba(171, 130, 34, 0.64);
  padding: 18px 22px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title a {
  color: #fff;
  font-size: 12px;
}
.title a:hover {
  color: #c9aa71;
}
.block:hover .sidebar-title {
  border: 1px solid rgba(201, 170, 113, 0.2);
}
.sign a {
  display: block;
  background: url(../images/sign-up.jpg) no-repeat;
  width: 341px;
  height: 71px;
  padding: 16px 0px 0px 85px;
}
.sign a b {
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.sign a span {
  display: block;
  color: #a8a8a9;
  font-size: 12px;
  margin-top: 4px;
}
.sign a:hover {
  width: 341px;
  padding: 16px 0px 0px 95px;
}
.block-search form {
  text-transform: uppercase;
  color: #fff;
  background: rgba(2, 1, 1, 0.4);
  border: 1px solid rgba(201, 170, 113, 0.1);
  padding: 4px 8px 4px 22px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-search form:hover {
  border: 1px solid rgba(201, 170, 113, 0.3);
}
.block-search form input {
  background: none;
  border: none;
  padding: 4px 0px;
  text-transform: uppercase;
}
.block-search form button {
  background: url(../images/search-icon.png) center no-repeat;
  width: 35px;
  height: 40px;
  padding: 10px 15px;
  opacity: 0.14;
}
.block-search form button:hover {
  opacity: 0.4;
}
.soc-block table {
  background: rgba(2, 1, 1, 0.4);
}
.soc-block table td {
  border: 1px solid rgba(201, 170, 113, 0.1);
  padding: 0px;
  width: 50%;
}
.soc-block table a {
  display: block;
  color: #8b8b8c;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
}
.soc-block table a:hover {
  background: #0f0a0e;
}
.soc-block table a:hover .icon {
  border: 1px solid #36a0d8;
  box-shadow: 0px 0px 10px 0px #36a0d8;
  background-color: #1b4c73;
  margin: 0px 27px 0px 17px;
}
.icon {
  border: 1px solid #b19564;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0px 17px;
  transition: all 0.4s ease;
}
.icon.facebook {
  background: url(../images/facebook.png) center no-repeat;
}
.icon.twitter {
  background: url(../images/twitter.png) center no-repeat;
}
.icon.youtube {
  background: url(../images/youtube.png) center no-repeat;
}
.icon.twitch {
  background: url(../images/twitch.png) center no-repeat;
}
.hero-block {
  background: url(../images/hero-bg.jpg) no-repeat;
  width: 345px;
  height: 136px;
  padding: 30px 0px 0px 30px;
  outline: 1px solid rgba(201, 170, 113, 0.1);
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.hero-block:before {
  content: "";
  background: url(../images/sperks.png) no-repeat;
  width: 200px;
  height: 123px;
  position: absolute;
  right: 50px;
  bottom: -15px;
  z-index: 1;
}
.hero-block:after {
  content: "";
  background: url(../images/hero.png) no-repeat;
  width: 220px;
  height: 146px;
  position: absolute;
  right: -45px;
  bottom: 0px;
  transition: all 0.5s ease;
}
.hero-block:hover:after {
  right: -35px;
}
.hero-block .hero-i {
  width: 100%;
  color: #747375;
  font-size: 12px;
}
.hero-block .hero-i h3 {
  margin-bottom: 7px;
  font-size: 13px;
  text-transform: uppercase;
}
.hero-block .h-read-more-b a {
  text-decoration: underline;
}
.hero-block .h-read-more-b a:hover {
  text-decoration: none;
}
.h-read-more {
  background: url(../images/h-read-more-icon.png) no-repeat;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin: 0px 4px -2px 0px;
}
.item-b-block {
  background: url(../images/item-block-bg.jpg) no-repeat;
  height: 90px;
  width: 343px;
  border: 1px solid rgba(128, 93, 27);
  text-align: center;
}
.item-b-block .item {
  background: url(../images/item-bg.jpg) bottom no-repeat;
  box-shadow: 0px 8px 7px -4px rgba(0, 0, 0, 0.3);
  width: 271px;
  height: 108px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.item-b-block .item img {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
}
.item-b-block h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.item-b-block p {
  margin-bottom: 10px;
}
.item-b-block span {
  color: #83bb6d;
  font-size: 18px;
  text-shadow: 0px 0px 14px #83bb6d;
}
.forum {
  border-bottom: 1px solid #2b1d1e;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s ease;
}
.forum:after {
  content: "";
  position: absolute;
  background: url(../images/forum-icon.png) no-repeat;
  left: 50%;
  margin-left: -21px;
  bottom: -6px;
  width: 43px;
  height: 12px;
}
.forum-ava {
  margin-right: 15px;
  background: url(../images/forum-ava-border.png) no-repeat;
  width: 63px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.forum-ava img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.forum-info {
  width: 230px;
}
.forum-info .forum-title {
  width: 100%;
  display: block;
  font-family: Candara;
  font-size: 14px;
  color: #8d7951;
  margin-bottom: 8px;
  font-weight: 600;
}
.forum-info .forum-title:hover {
  text-decoration: underline;
}
.forum-info span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #bfb5ae;
  line-height: 1.2;
}
.forum-info span a {
  color: #fff;
}
.forum:hover {
  background: #080408;
  margin: 0px -10px;
}
.forum:hover .forum-ava {
  box-shadow: 0px 0px 20px 1px #1e4d69;
}
.forum:hover .forum-title {
  color: #bfb5ae;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  /* height: 260px; */
  padding-top: 40px;
  position: relative;
}
#toTop {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: 145px;
  top: -20px;
  background: url(../images/up-button.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
.f-menu {
  margin-bottom: 80px;
}
.f-menu li {
  display: inline-block;
  margin-right: 60px;
}
.f-menu li a {
  text-transform: uppercase;
  font-size: 12px;
}
.f-menu li a:hover {
  color: #f1e6d0;
}
.f-menu .active a {
  color: #f1e6d0;
}
.f-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Candara;
}
.f-info .copyright {
  width: 430px;
}
.f-info a {
  color: #ffffff;
  text-decoration: none;
}
.f-info .rights {
  font-size: 10px;
  text-transform: uppercase;
}
.f-info .design {
  width: 150px;
  text-align: center;
  margin-right: 90px;
  margin-top: -20px;
}
.f-info .design img {
  margin-bottom: 15px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.f-info .design img:hover {
  opacity: 0.8;
}
/* 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: 300px;
  position: relative;
  padding: 40px;
  border: 1px solid #372724;
  background: #0a050a;
  transition: all 0.7s ease;
  transform: scale(0);
  text-align: center;
}
.modalDialog > div h2 {
  margin-bottom: 30px;
}
.modalDialog > div input,
.modalDialog > div textarea {
  width: auto;
  border: 1px solid rgba(201, 170, 113, 0.2);
}
.modalDialog > div input:hover,
.modalDialog > div textarea:hover {
  border: 1px solid rgba(201, 170, 113, 0.4);
}
.modalDialog > div input:focus,
.modalDialog > div textarea:focus {
  border: 1px solid rgba(201, 170, 113, 0.4);
}
.modalDialog > div span {
  margin-bottom: 10px;
  display: block;
}
.modalDialog > div .modal-button {
  margin-top: 30px;
}
.modalDialog:target > div {
  transform: scale(1);
}
.close {
  border: 1px solid #372724;
  background: #0a050a;
  color: #fff;
  line-height: 15px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 15px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
  padding: 3px;
  box-shadow: 1px 1px 3px #000;
}
.close:hover {
  background: rgba(85, 188, 229, 0.2);
  color: #fff;
  border: 1px solid #55bce5;
}
.check {
  bottom: -2px;
}
/*---------------*/
.news-bottom-block {
  text-align: left;
}
.bottom-news {
  padding: 15px 25px;
  transition: all 0.4s ease;
  display: block;
  text-decoration: none;
  background: transparent;
}
.bottom-news .date {
  float: right;
  font-size: 10px;
  width: 80px;
  font-family: 'Open Sans', sans-serif;
  border-left: 1px solid #19181b;
  padding-left: 5px;
  margin-left: 6px;
  color: #898585;
  margin-right: -19px;
}
.bottom-news .comments {
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #83bb6d;
  font-size: 13px;
  margin-left: 0px;
  text-shadow: 0px 0px 14px #83bb6d;
}
.comment-icon {
  height: 17px;
  width: 16px;
  display: inline-block;
  margin-bottom: -6px;
}
.bottom-news .bottom-news-title {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
#ranking_category {
  text-align: center;
  margin-top: 20px;
}
#left_arrow_ranking {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 7px solid #9d7933;
  border-bottom: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#player_rank_text {
  color: #9d7933;
  font-family: 'Arial',serif;
  font-size: 14px;
  text-align: center;
  width: 215px;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}
#guild_rank_text {
  color: #9d7933;
  font-family: 'Arial',serif;
  font-size: 14px;
  text-align: center;
  width: 215px;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}
.hidden {
  display: none!important;
}
.hidden {
  display: none;
  visibility: hidden;
}
#right_arrow_ranking {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #9d7933;
  border-bottom: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#player_rank_table {
  background: url(../images/rankings-block-bg.webp) bottom no-repeat;
  margin-top: 17px;
  background-size: cover;
  border-collapse: collapse;
  width: 100%;
  border-collapse: collapse;
}
#guild_rank_table {
  background: url(../images/rankings-block-bg.webp) bottom no-repeat;
  margin-top: 17px;
  background-size: cover;
  border-collapse: collapse;
  width: 100%;
  border-collapse: collapse;
}
.ranking_table_row {
  height: 58px;
  width: 100%;
  border-bottom: 1px solid #62626209;
}
.ranking_icon {
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

#player_rank_table tr:first-child .ranking_icon {
  background-image: url(../images/ranking_first_place.webp);
}
#player_rank_table tr:nth-child(2) .ranking_icon {
  background-image: url(../images/ranking_second_place.webp);
}
#player_rank_table tr:nth-child(3) .ranking_icon {
  background-image: url(../images/ranking_third_place.webp);
}
#player_rank_table tr:nth-child(4) .ranking_icon {
  background-image: url(../images/ranking_forth_place.webp);
}
#player_rank_table tr:nth-child(5) .ranking_icon {
  background-image: url(../images/ranking_fifth_place.webp);
}

#guild_rank_table tr:first-child .ranking_icon {
  background-image: url(../images/ranking_first_place.webp);
}
#guild_rank_table tr:nth-child(2) .ranking_icon {
  background-image: url(../images/ranking_second_place.webp);
}
#guild_rank_table tr:nth-child(3) .ranking_icon {
  background-image: url(../images/ranking_third_place.webp);
}
#guild_rank_table tr:nth-child(4) .ranking_icon {
  background-image: url(../images/ranking_forth_place.webp);
}
#guild_rank_table tr:nth-child(5) .ranking_icon {
  background-image: url(../images/ranking_fifth_place.webp);
}
.ranking_playername {
  font-family: Arial;
  color: #feebc2;
  font-size: 14px;
  text-align: left;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ranking_points {
  text-align: center;
  position: relative;
  top: 1px;
}
.ranking_points {
  text-align: center;
}
.ranking_points_title {
  color: rgba(134,117,85,0.4);
  font-family: 'Arial',serif;
  font-size: 11px;
  letter-spacing: 0.4;
}
.ranking_points_value {
  color: #867555;
  font-family: Arial;
  font-size: 15px;
  letter-spacing: 0.4;
}
.top5kill {
  position: absolute;
  margin-top: -29px;
  margin-left: -36px;
}
.full_ranking_1_kingdom {
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 25px;
  padding-left: 0px;
  padding-right: 30px;
  background-image: url(../images/red_kingdom_flag.webp);
}
.full_ranking_2_kingdom {
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 25px;
  padding-left: 16px;
  padding-right: 16px;
  background-image: url(../images/yellow_kingdom_flag.webp);
}
.full_ranking_3_kingdom {
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 25px;
  padding-left: 16px;
  padding-right: 16px;
  background-image: url(../images/blue_kingdom_flag.webp);
}
/*# sourceMappingURL=style.css.map */
.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 30px 0 0 0;
  vertical-align: top;
  float: left;
  position: fixed;
  top:80px;
  right: 0px;
  z-index: 999;
}

.languagepicker:hover {
  height: 81px;
}

.languagepicker a{
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  margin: 0px;
  display: block;
  padding: 0px 10px;
  line-height: 40px;
  border-top: 1px solid #EEE;
}

.languagepicker li:hover{
  background-color: #EEE;
}

.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker li img {
  margin-top: 0px;
}

.roundborders {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.large:hover {
  height: 85px;
}

.pagination {
  display: inline-block;
}
.pagination a,.pagination strong{
  padding: 10px;
  float: left;
  border: 1px dashed;
  font-size:14px;
  font-family: 'Arial';
  color:#000;
  margin: 10px;
}


.discord-widget {
  z-index: 9999999999999999999999999;
  position: fixed;
  left: 30px;
  bottom: 20px;
}

@media (max-width:500px) {
  .discord-widget {
    display: none;
  }
}


.aslider {
  overflow: hidden;
  position: relative;
  width: 831px;
  height: 350px!important;
  margin: 0 auto;
  z-index: 10;
}

.aslider .snrtrslides {
  position: relative;
  transition: 1s;
}
.aslider .snrtrslides .sactive .aslider-text {
  transition: all 2s ease;
  bottom: 20px !important;
}
.aslider .snrtrslides .fslide {
  float: left;
  display: block;
  position: relative;
}
.aslider .snrtrslides .fslide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 0px 0px 40px 20px rgba(0, 0, 0, 0.6);
}
.aslider .snrtrslides .fslide .aslider-text {
  position: absolute;
  bottom: -200px;
  left: 0px;
  padding: 8px 30px;
  width: calc(100% - 60px);
  color: #e0ddd1;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 4;
}
.aslider .snrtrslides .fslide h1 {
  margin-bottom: 48px;
  color: #fff;
  font-size: 36px;
  margin-left: -219px;
}
.aslider .snrtrslides .fslide img {
  width: 831px;
  max-width: 831px;
  height: 350px;
}
.aslider .anext {
  position: absolute;
  background: url(../images/arrow-right.png) no-repeat;
  height: 30px;
  width: 30px;
  right: 20px;
  top: 160px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  z-index: 12;
}
.aslider .bprev {
  position: absolute;
  background: url(../images/arrow-left.png) no-repeat;
  height: 30px;
  width: 30px;
  left: 20px;
  top: 160px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  z-index: 12;
}
.aslider .knavigation {
  position: absolute;
  left: 23px;
  top: 16px;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.aslider .knavigation .dotc {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #a6d0b6, #89b899);
  border: 1px solid #427252;
  cursor: pointer;
  margin: 0 2px;
  position: relative;
}
.aslider:hover .anext,
.aslider:hover .bprev {
  opacity: 1;
  transition: all 0.7s ease;
}
.aslider .knavigation .sactive:after {
  content: "";
  background: linear-gradient(to bottom, #a6d0b6, #89b899);
  height: 10px;
  width: 10px;
  border: 1px solid #b9d8c2;
  position: absolute;
}
.swal2-content p{
  color : #000!important;
}
.aslider-text h1{
  color: #fff!important;
  margin-bottom: 75px!important;
}
.slider-detay{
  position: absolute;
  bottom: 0px;
  background: rgba(0,0,0,.5);
  color: #ffd564;
  width: 100%;
  padding-left: 20px;
  height: 29px;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider-detay a{
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  background: url(../images/item-bg.jpg) no-repeat;
  height: 29px;
  line-height: 29px;
  width: 76px;
  text-align: center;
  float: left;
  margin-right: 15px;
  text-shadow: 0 0 1px #fff;
  text-transform: uppercase;
  text-decoration: none !important;
	position: inherit;
	z-index: 99999999999;
}
.slider-detay span {
  color: #fff!important;
	margin-left: 100px;
}
.aslider-text p{
  position: absolute;
  bottom: 40px;
  left: 115px;
  font-size: 25px;
  color: #fff!important;
  text-shadow: 1px 1px 2px #000;
}

a {
  color:#fff;
  text-decoration: none!important;
}

a:hover {
  color:#fff!important;
  text-decoration: none!important;
}

.logoyeni {
  margin-top: 50px;
  height: 360px;
  margin-left: 325px;
}

.login-button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: none;
  /* border: 1px solid #a09366; */
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  /* text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8); */
  /* border-radius: 6px; */
  display: block;
  z-index: 1;
  /* padding: 14px 30px; */
  /* box-shadow: 0px 0px 8px 0px rgba(255, 111, 111, 0.2), inset 0px 0px 8px 0px rgba(255, 111, 111, 0.2); */
  text-align: center;
}

.swal2-styled{
  height: auto!important;
}

.left-button {
  display: block;
  background: url(../images/partner-button.jpg) center;
  width: 250px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  color: #000;
}

.event-frame {
  border: none !important;
  width: 165px !important;
  height: 262px !important;
  margin-right: auto;
  display: block;
  margin-left: auto;

}
#eventCalendar {
  display: table;
  width: 100%;
  margin-left: 0;
}
#eventCalendar .Heading {
  font-family: arial;
  font-size: 12px;
  display: table-row;
  color: #9d7933!important;
  text-align: center;
  background: rgba(255, 255, 255, .02)!important;
  height: 28px;
  border: 1px solid black;
}
#eventCalendar .Cell {
  display: table-cell;
  padding-top: 15px;
  border-width: thin;
  padding-left: 5px;
}
#eventCalendar .Row.a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: arial;
  font-size: 12px;
  display: table-row;
  color: #feebc2;
  text-align: center;
  background: rgba(255, 255, 255, .02);
  height: 28px;
}
#eventCalendar .Row.b {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: arial;
  font-size: 12px;
  display: table-row;
  color: #feebc2;
  text-align: center;
  background: rgba(255, 255, 255, .05);
  height: 28px;
}

.nation, .class, .grade, .symbol, .status {
  background-image: url(../images/icons.html);
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.status {
  background-image: url(../images/up.html);
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.clanicon {
  background-size: 16px 16px;
  vertical-align: middle;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.nation.n1 {
  background-position: 0px -32px;
}

.nation.n2 {
  background-position: -16px -32px;
}

.class.c {
  background-position: 16px;
}
.status.a1 {
  background-position: -1px -43px;
}

.class.c11 {
  background-position: -32px -32px;
}

.class.c12 {
  background-position: -48px -32px;
}

.class.c13 {
  background-position: -64px -32px;
}

.class.c14 {
  background-position: -80px -32px;
}

.class.c15 {
  background-position: -96px -32px;
}

.class.c21 {
  background-position: -112px -32px;
}

.class.c22 {
  background-position: -128px -32px;
}

.class.c23 {
  background-position: -144px -32px;
}

.class.c24 {
  background-position: -160px -32px;
}

.class.c25 {
  background-position: -176px -32px;
}

.grade.g1 {
  background-position: 0px 0px;
}

.grade.g2 {
  background-position: -16px 0px;
}

.grade.g3 {
  background-position: -32px 0px;
}

.grade.g4 {
  background-position: -48px 0px;
}

.grade.g5 {
  background-position: -64px 0px;
}

.grade.g6 {
  background-position: -80px 0px;
}

.grade.g7 {
  background-position: -96px 0px;
}

.grade.g8 {
  background-position: -112px 0px;
}

.grade.g9 {
  background-position: -128px 0px;
}

.grade.g10 {
  background-position: -144px 0px;
}

.grade.g11 {
  background-position: -160px 0px;
}

.grade.g12 {
  background-position: -176px 0px;
}

.grade.g13 {
  background-position: -192px 0px;
}

.grade.g14 {
  background-position: -208px 0px;
}

.grade.g15 {
  background-position: -224px 0px;
}

.grade.g16 {
  background-position: -240px 0px;
}

.grade.g17 {
  background-position: -256px 0px;
}

.grade.g18 {
  background-position: -272px 0px;
}

.grade.g19 {
  background-position: -288px 0px;
}

.grade.g20 {
  background-position: -304px 0px;
}


.symbol.a1 {
  background-position: 0px -16px;
}

.symbol.a2 {
  background-position: -16px -16px;
}

.symbol.a3 {
  background-position: -32px -16px;
}

.symbol.a4 {
  background-position: -48px -16px;
}

.symbol.a5 {
  background-position: -64px -16px;
}

.symbol.a6 {
  background-position: -80px -16px;
}

.symbol.b1 {
  background-position: -96px -16px;
}

.symbol.b2 {
  background-position: -112px -16px;
}

.symbol.b3 {
  background-position: -128px -16px;
}

.symbol.b4 {
  background-position: -144px -16px;
}

.symbol.b5 {
  background-position: -160px -16px;
}

.symbol.b6 {
  background-position: -176px -16px;
}

.symbol.r {
  background-position: -192px -32px;
}

.symbol.k {
  background-position: -240px -32px;
}


.pointer {
  cursor: pointer;
}

.status {
  font-family: 'Ebrima';
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
}

.online, .offline {
  font-family: 'Ebrima';
  font-size:90%;
}
.online {
  color: forestgreen;
}

.offline {
  color: firebrick;
}

.noresults {
  font-family: 'Ebrima';
  color: #493f34;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  width:100%;
}


/* tables */
table.tablesorter {
  font-family: arial;
  margin: 12px 0pt 15px;
  font-size: 12px;
  width: 965px;
  text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  text-align: center;
  color: #9d7933;
  padding: 7px;
}

table.tablesorter thead tr .header {
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter tbody td {
  padding: 6px;
  vertical-align: top;
  text-align: center;
  vertical-align: middle;
}
table.tablesorter a:hover {
  color: #AF9F8B;
}

table.tablesorter tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, .02);
}

table.tablesorter tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, .05);
}

table.tablesorter thead tr .headerSortUp {
  /*background-image: url(../images/asc.gif);*/
}

table.tablesorter thead tr .headerSortDown {
  /*background-image: url(../images/desc.gif);*/
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}

#auction_house {
}

#auction_house #ah-top {
  padding: 10px;
}

#auction_house #ah-top #ah-filters {
}

#auction_house #ah-top #ah-filters #realms {
  float: left;
  width: 150px;
}

#auction_house #ah-top #ah-filters #factions {
  float: right;
  width: 150px;
}

#auction_house #ah-top #ah-search input[type="text"] {
  width: 82%;
}

#auction_house #ah-top #ah-search input[type="submit"] {
  width: 10%;
}



table.siralamalar {
  border-spacing: 0px;
  text-align: left;
  width: 100%;
}

table.siralamalar
tr {
  text-align: center;
  height: 32px;
}

table.siralamalar #baslik {
  text-align: center;
  color: #A1865D;
  background: #101010;

}

table.siralamalar tr:last-child {
  border: 0px;
}

table.siralamalar tr:nth-child(even) {

}

table.siralamalar tr:nth-child(odd) {
  background: rgba(255, 255, 255, .03);
}

table.siralamalar tr
td {
  vertical-align: top;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
  width: auto;
  padding: 10px 5px 5px 5px;
  text-align: left;
}



#top_ranks {
  float: left;
  width: 730px;
  height: auto;
  margin-top: 10px;
}

#top_ranks .left {
  float: left;
  background: url(../images/topbg.html) no-repeat;
  height: 325px;
  width: 345px;
  margin-left: 14px;
}

#top_ranks .right {
  float: left;
  background: url(../images/topbg.html) no-repeat;
  height: 325px;
  width: 345px;
  margin-left: 10px;
}

#top_ranks .left .tb, #top_ranks .right .tb {
  float: left;
  height: 30px;
  width: 343px;
  margin-top: 10px;

}

.Table {
  display: table;
  width: 330px;
  margin-left: 7px;
}

.Title {
  display: table-caption;
  color: #9c8872;
  display: block;
  font-size: 17px;
  font-weight: bold;

  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  margin-left: 20px;
}

.Heading {
  font-size: 13px !important;
  font-weight: bold !important;
  font-family: calibrib;
  display: table-row;
  text-align: center;
  color: #A07332;
  padding: 7px;

}

.Row.a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: arial;
  font-size: 12px;
  display: table-row;
  color: #797070;
  text-align: center;
  background: rgba(255, 255, 255, .02);
  height: 28px;
}

.Row.b {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: arial;
  font-size: 12px;
  display: table-row;
  color: #797070;
  text-align: center;
  background: rgba(255, 255, 255, .05);
  height: 28px;
}

.Cell {
  display: table-cell;
  padding-top: 15px;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
}

table#large {
  width: 100%;
  border: 1px solid #231d1c;
  border-radius: 4px;
  -webkit-box-shadow: -1px -1px 22px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 22px 3px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -1px 22px 3px rgba(0, 0, 0, 0.75);
}

table#large td {
  border-top: 1px solid #382e2c;
}
