/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* edycja by kamil2321 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

*, *::after, *::before {
  box-sizing: border-box;
}

body {
  font-family: "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  background: #010101;
}

.container {
  width: 1920px;
  margin: 0 auto;
}

header {
    max-width: 1920px;
    background: url("../img/bg-header.png") no-repeat;
    height: 271px;
    text-align: center;
    /* margin: auto; */
    margin: 0px auto 0 auto;
}

header .logo {
  text-align: center;
}

header .logo img {
    width: 533px;
    position: relative;
    top: -9px;
    margin: 0px 0px 0px 675px;
    margin: auto;
    display: block;
    transition: filter .25s ease-in-out;
}


header .logo img:hover {
  filter: brightness(120%);
}

.option-rank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 14px 0px 0px 251px;
}

/* .header__menu { */
    /* width: 837px; */
    /* height: 81px; */
    /* background: url(../img/header_menu.png) no-repeat; */
    /* position: relative; */
    /* top: 10px; */
    /* margin: -1154px 0px 0px 570px; */
    /* display: block; */
/* } */
.header__menu {
    width: 837px;
    height: 81px;
    background: url(../img/header_menu.png) no-repeat;
    position: relative;
    top: 40px;
    margin: -1154px auto auto 570px;
    margin: auto;
    display: block;
}

/*
.header__menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  text-transform: uppercase;
}*/

.header__menu ul {
    color: #efc482;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 7px 0px 12px 106px;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    text-transform: uppercase;
}
a.header__menu-down {
    width: 84px;
    height: 77px;
    display: flex;
    top: 1px;
    position: absolute;
}
a.header__menu-down2 {
    margin: 0px 0px 0px 0px;
}
li.header__menu-item {
    display: flex;
    padding: 25px 19px 0px 7px;
    justify-content: space-around;
}
a.header__menu-link {
    color: #efc482;
}
.header__menu-itemdownload {
    display: flex;
    position: relative;
    top: -35px;
    padding-left: 21px;
	background: linear-gradient(#ffffd5, #d1a165);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
    -webkit-font-smoothing: antialiased;
	font-size: 11px;
}
main {
    height: 1080px;
    /* width: 1920px; */
    max-width: 1920px;
    background: url("../img/bg-repeat.png") no-repeat;
    min-width: 1047px;
    /* margin: auto; */
    margin: -14px auto 0 auto;
}

main .main__content {
    width: 1145px;
    height: 1146px;
    background: url("../img/main-bg.png") no-repeat;
    position: relative;
    top: 73px;
    /* margin: 0px 0px 0px 390px; */
    margin: 0px auto 0 auto;
    display: -ms-flexbox;
    display: flex;
}

main .main__content .main__left {
  text-align: center;
  width: 269px;
  padding: 91px 0 0 22px;
}

main .main__content .main__left .main__menu .main__sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style: none;
  padding: 30px 0 0 13px;
  margin: 0;
}

main .main__content .main__left .main__menu .main__sidebar .menu__item {
  width: 191px;
  height: 36px;
  background: url("../img/btn.png") no-repeat;
  margin: 0 auto 9px auto;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: filter .25s ease-in-out;
}

main .main__content .main__left .main__menu .main__sidebar .menu__item span {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

main .main__content .main__left .main__menu .main__sidebar .menu__item:hover {
  filter: brightness(120%);
}

main .main__content .main__right .main__statistics {
    padding-top: 32px;
    text-align: center;
}
main .main__content .main__right .main__statistics .main__title {
  margin-bottom: 17px;
  padding: 0px 0px 0px 0px;
}

main .main__content .main__right .main__statistics .main__statistic-block {
  color: #efc482;
  width: 191px;
  height: 36px;
  margin: 0px 0 0 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

main .main__content .main__right .main__statistics .main__statistic-block span {
  color: #efc482;
  -webkit-background-clip: text;
  
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

main .main__content .main__right .main__statistics .main__statistic-number {
  color: #efc482;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 400;
    margin: 0px 0px 0px 8px;
}

main .main__content .main__right .main__statistics .main__channels {
    padding: 0px 0px 0px 0px;
    margin-right: 72px;
}

main .main__content .main__right .main__statistics .main__channels .main__channel {
  color: #efc482;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 80px;
  margin: 0 auto;
}

main .main__content .main__right .main__statistics .main__channels .main__channel .main__channel-name {
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
}
main .main__content .main__right .main__statistics .main__channels .main__channel .main__channel-status {
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
    padding-left: 10px;
}


main .main__content .main__page {
  padding: 28px 30px 0 34px;
  width: 600px;
}

main .main__content .main__page .news {
  width: 540px;
  height: 254px;
  background: url("../img/news.png") no-repeat;
  margin: 0 auto 10px auto;
  padding: 0 25px;
}

main .main__content .main__page .news .news__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #efc482;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 0px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 0px 11px 20px;
}


main .main__content .main__page .news .news__header .news__date {
  margin-left: auto;
  padding: 0 20px 0 0px;
}
.author {
  color: #d1a165;
  margin: -30px 40px 0 -12px;
  float: right;
}

/* main .main__content .main__page .news .news__content { */
  /* color: #cba873; */
  /* font-size: 14px; */
  /* text-shadow: #000 0px 0px 1px,    */ /* #000 0px 0px 1px,    */ /* #000 0px 0px 1px, */ /* #000 0px 0px 1px,    */ /* #000 0px 0px 1px,   */ /* #000 0px 0px 1px; */
  /* line-height: 1.286; */
  /* max-height: 108px; */
  /* height: 108px; */
  /* overflow: hidden; */
  /* padding: 9px; */
/* } */
main .main__content .main__page .news .news__content {
    color: #cba873;
    font-size: 14px;
    text-shadow: #000 0px 0px 1px,   
 #000 0px 0px 1px,   
 #000 0px 0px 1px,
 #000 0px 0px 1px,   
 #000 0px 0px 1px,  
 #000 0px 0px 1px;
    line-height: 1.258;
    max-height: 134px;
    height: 116px;
    overflow: inherit;
    padding: 1px 9px 1px 9px;
    margin-top: -5px;
}

main .main__content .main__page .news .news__footer {
  padding: 36px 13px 13px 13px;
}

main .main__content .main__right {
  width: 243px;
  padding: 97px 0 0 10px;
}

main .main__content .main__left .user {
  text-align: center;
  height: 388px;
}

main .main__content .main__left .user .main__title {
    margin-bottom: 23px;
    margin-top: 6px;
}
main .main__content .main__right .user .main__title {
    margin-top: 7px;
}

main .main__content .main__left .user .login-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 0 10px 0;
}

main .main__content .main__left .user .login-options a {
  display: block;
    color: #d7b177;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  margin-bottom: 5px;
}


main .main__content .main__right .ranking {
  text-align: center;
}

/*
main .main__content .main__right .ranking .ranking__table {
  padding-top: 16px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  border-collapse: collapse;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
}
*/
main .main__content .main__right .ranking .ranking__table {
    color: #efc482;
    padding-top: 30px;
    padding-left: 6px;
    padding-right: 5px;
    padding-inline: 13px;
    width: 100%;
    border-collapse: collapse;
    display: -ms-flexbox;
    display: flex;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
    -webkit-font-smoothing: antialiased;
}


main .main__content .main__right .ranking .ranking__table tbody {
  width: 100%;
}

main .main__content .main__right .ranking .ranking__table tr {
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
/*
main .main__content .main__title {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-weight: 400;
  padding: 3px 0px 0px 0px;
}
*/
main .main__content .main__title {
    color: #efc482;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 0px #000) drop-shadow(0 0 2px #000);
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
}

footer {
  /* width: 1920px; */
  max-width: 1920px;
  /* edycja by kamil2321 */
  height: 450px;
  background: url("../img/bg-footer.png") no-repeat;
  margin: auto;
    padding-top: 206px;
}

footer .footer__menu {
  width: 750px;
  /* edycja by kamil2321 */
  margin: 0px 0px 0px 591px;
  padding-top: 55px;
  display: block;
}

footer .footer__menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  text-transform: uppercase;
}

footer .footer__socials {
  text-align: center;
  margin: 30px 0 15px 0px;
}

footer .footer__socials a {
  transition: filter .25s ease-in-out;
}

footer .footer__socials a:hover {
  filter: brightness(120%);
}

footer .footer__copyright {
  text-align: center;
  margin: 0px 0 15px 0px;
  color: #be8b59;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  line-height: 1.5;
}

footer .footer__copyright a {
  color: #c9bb94;
}

footer .footer__copyright p div {
  margin-top: 15px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 215px;
  height: 41px;
  background: url("../img/input.png") no-repeat;
  padding: 0 25px;
  font-size: 12px;
  font-family: "Lucida Sans Unicode", sans-serif;
  font-style: italic;
  color: #6a6d6a;
  border: 0;
  outline: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  transition: filter .25s ease-in-out;
}

input[type="text"]:focus:hover,
input[type="password"]:focus:hover,
input[type="email"]:focus:hover {
  filter: brightness(120%);
}


.btn,
button {
  color: #efc482;
  width: 191px;
  height: 36px;
  background: url("../img/btn.png") no-repeat;
  cursor: pointer;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: filter .25s ease-in-out;
  border: 0;
  outline: 0;
}

.btn span,
button span {
	
    color: #efc482;
  -webkit-background-clip: text;
  
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.btn:hover,
button:hover {
  filter: brightness(120%);
}

.btn {
  line-height: 34px;
}

.btn-ranks-gl {
  color: #efc482;
  width: 191px;
  height: 36px;
  background: url("../img/btn.png") no-repeat;
  cursor: pointer;
    margin: 10px 0px 0px 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: filter .25s ease-in-out;
  border: 0;
  outline: 0;
}

.btn-ranks-gl span {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.btn-ranks-gl:hover {
  filter: brightness(120%);
}

.btn-ranks-gl {
  line-height: 34px;
}

.btn-chars {
  width: 191px;
  height: 36px;
  background: url("../img/btn.png") no-repeat;
  cursor: pointer;
    margin: 0px 0px 0px -185px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: filter .25s ease-in-out;
  border: 0;
  outline: 0;
}

.btn-chars span {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.btn-chars:hover {
  filter: brightness(120%);
}

.btn-chars {
  line-height: 34px;
}

.btn-guilds {
  width: 191px;
  height: 36px;
  background: url("../img/btn.png") no-repeat;
  cursor: pointer;
    margin: 0px 63px 0px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: filter .25s ease-in-out;
  border: 0;
  outline: 0;
}

.btn-guilds span {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.btn-guilds:hover {
  filter: brightness(120%);
}

.btn-guilds {
  line-height: 34px;
}

.btn-small {
  width: 144px;
  height: 36px;
  background: url("../img/btn-small.png") no-repeat;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: filter .25s ease-in-out;
}

.btn-small span {
    color: #efc482;
  -webkit-background-clip: text;
    filter: drop-shadow(0 0 0px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: 400;
}


.btn-small:hover {
  filter: brightness(120%);
}

label {
  display: block;
    color: #d7b177;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  margin: 9px 0px 2px 0px;
}

.news-title {
  display: block;
  background: linear-gradient(#f5c985, #cf9f63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin: 27px 0 9px 15px;
}
.news-read{
  display: block; 
  margin: -31px 25px 0 0;
  color: #d1a165;
  float: right;
}
.news-content {
    color: #bd8456;
    font-size: 14px;
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
    line-height: 1.286;
    overflow: hidden;
    padding: 9px;
}

.form-group,
.login-group {
  text-align: center;
}

:-ms-input-placeholder {
  font-size: 12px;
  font-family: "Lucida Sans Unicode", sans-serif;
  font-style: italic;
  color: #6a6d6a;
}

::placeholder {
  font-size: 12px;
  font-family: "Lucida Sans Unicode", sans-serif;
  font-style: italic;
  color: #6a6d6a;
}

a, a:visited {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 11px;
  background-color: #38372f;
}

::-webkit-scrollbar-thumb {
  background-color: #60252a;
  background-size: 100% 300%;
  border-radius: 0px;
  transition: .3s;
}

.alert {
  background: #632b1d;
  color: #debb84;
  padding: 15px;
  width: 95%;
  margin: 8px auto;
  border: 1px solid #76503d;
}

.main__page a {
  color: #c9bb94;
}

.paginations-guilds {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    margin: -26px 127px 0 0px;
    display: flex;
    float: right;
}
.paginations-chars .pull-left {
    float: left;
    margin: 0px 106px 0px 0px;
}
.paginations-chars {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    margin: -26px 127px 0 0px;
    display: flex;
    float: right;
}

.pagination {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin: 18px 0 0 -21px;
  display: flex;
}
.pagination-list {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin: -7px 10px 0 10px;
  background: url("../img/btn_pagi.png") no-repeat;
  color: #efc482;
  cursor: pointer;
  border-radius: 5px;
  width: 34px;
  height: 28px;
  display: flex;
}
.pagination a {
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.pagination a.active {
  /* background-color: #4CAF50; */
  background: url("../img/btn_pagi.png") no-repeat;
  color: #efc482;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: 34px;
  height: 28px;
  
  align-items: center;
  justify-content: center;
}

.pagination a.noactive {
  /* background-color: #4CAF50; */
  background: url("../img/btn_pagi.png") no-repeat;
  color: #efc482;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: 34px;
  height: 28px;
  align-items: center;
  justify-content: center;
}

.pagination a:hover:not(.active) {
  background: url("../img/btn_pagi.png") no-repeat;
  color: #efc482;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: 34px;
  height: 28px;
}

/* przyciski */
.pagi_left {
  float: left;
  width: 34px;
  height: 28px;
  color: #efc482;
  background: url("../img/btn_pagi.png") no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter .25s ease-in-out;
  margin: -7px 0 0 34px;
  border-radius: 5px;
}
.pagi_right {
  float: right;
  width: 34px;
  height: 28px;
  color: #efc482;
  background: url("../img/btn_pagi.png") no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter .25s ease-in-out;
  margin: -7px 0 0 34px;
  border-radius: 5px;
}

.pagi_left span {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.pagi_left:hover {
  filter: brightness(120%);
}

.pagi_right span {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.pagi_right:hover {
  filter: brightness(120%);
}


.pagination-list .active span {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.pagination-list .active:hover {
  filter: brightness(120%);
}

.pagination-list .noactive span {
  background: linear-gradient(#ffffd5, #d1a165);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 2px #000);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.pagination-list .noactive:hover {
  filter: brightness(120%);
}


.table-bordered {
  width: 95%;
  text-align: center;
  border-collapse: collapse;
  color: #f5c985;
  font-size: 12px;
  margin: 15px auto;
}

.table-bordered tr:nth-child(odd) {
  background: #31150f;
}

.table-bordered tr td,
.table-bordered tr th {
  padding: 10px 0;
}

.user-links {
  text-align: center;
  padding-top: 0px;
}

.user-links a {
  display: block;
  padding-bottom: 18px;
  color: #f5c985;
}

.have-sm {
  color: #e8deab;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

/*# sourceMappingURL=theme.css.map */
