@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 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; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: MaszynaAEG;
  src: url("../fonts/maszynaaeg.ttf"); }
@font-face {
  font-family: Overseer;
  src: url("../fonts/overseer.otf"); }
@font-face {
  font-family: robotoslab;
  src: url("../fonts/robotoslab.ttf"); }
* {
  box-sizing: border-box; }

body {
  font-family: Rajdhani;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #111;
  color: #fff; }
  body.morning {
    background-image: url("../images/bgmorning.jpg"); }
  body.night {
    background-image: url("../images/bgnight.jpg"); }
  body.afternoon {
    background-image: url("../images/bgafternoon.jpg"); }
  body.evening {
    background-image: url("../images/bgevening.jpg"); }

.maxWidth {
  max-width: 1200px; }

.maxWidthLimit {
  max-width: 100%; }

.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */ }

.cursorPointer {
  cursor: pointer; }

.autoMargin {
  margin-left: auto !important;
  margin-right: auto !important; }

.margin-top-big {
  margin-top: 25px; }

.margin-top-medium {
  margin-top: 15px; }

.margin-top-small {
  margin-top: 5px; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.posFixed {
  position: fixed; }

.posSticky {
  position: -webkit-sticky;
  position: sticky; }

.toCenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.zIndex-0 {
  z-index: 0; }

.zIndex-1 {
  z-index: 1; }

.zIndex-2 {
  z-index: 2; }

.floatRight {
  float: right !important; }

.floatLeft {
  float: left !important; }

.clearAfter::after {
  display: block;
  content: '';
  clear: both; }

.clearBoth {
  clear: both; }

.clearLeft {
  clear: left; }

.clearRight {
  clear: right; }

.displayNone {
  display: none; }

.block {
  display: block; }

.inlineBlock {
  display: inline-block; }

.textLeft {
  text-align: left; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

.textJustify {
  text-align: justify; }

.alignTop {
  vertical-align: top; }

.bold, b {
  font-weight: bold; }

.italic, i {
  font-style: italic; }

.underline, u {
  text-decoration: underline; }

.deleted {
  text-decoration: line-through; }

.null {
  color: #555;
  font-style: italic; }

.borderGrey {
  border: 1px #444 solid; }

.longText {
  font-size: 12pt;
  line-height: 1.5; }

.uppercase {
  text-transform: uppercase; }

.nowrap {
  white-space: nowrap; }

.stretched {
  max-height: 35px;
  overflow-y: hidden;
  margin: 5px 0px;
  border: 1px #666 dotted;
  padding: 5px 5px 8px 5px;
  position: relative; }
  .stretched::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 8px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100 */
    background: #666;
    /* Old browsers */
    background: -moz-linear-gradient(0deg, #666, transparent);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(0deg, #666, transparent);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(0deg, #666, transparent);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .stretched:hover {
    max-height: 300px; }
    .stretched:hover::after {
      display: none; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:link, a:visited {
    color: #a80f0f; }
  a:hover, a:active {
    color: #f70202; }

a.blackBorder, button.blackBorder, input[type="submit"].blackBorder {
  border-style: solid;
  border-color: #111 !important;
  border-width: 1px;
  color: #111 !important;
  background-color: transparent;
  cursor: pointer;
  padding: 5px 10px;
  margin: 5px;
  font-size: 15pt;
  text-transform: uppercase;
  display: inline-block; }
  a.blackBorder:link, a.blackBorder:visited, button.blackBorder:link, button.blackBorder:visited, input[type="submit"].blackBorder:link, input[type="submit"].blackBorder:visited {
    color: #111 !important; }
  a.blackBorder:hover, a.blackBorder:active, a.blackBorder:focus, button.blackBorder:hover, button.blackBorder:active, button.blackBorder:focus, input[type="submit"].blackBorder:hover, input[type="submit"].blackBorder:active, input[type="submit"].blackBorder:focus {
    color: #fff !important;
    background-color: #111; }

a.blackBackground, button.blackBackground, input[type="submit"].blackBackground {
  border-style: solid;
  border-color: #111 !important;
  border-width: 1px;
  color: #fff !important;
  background-color: #111;
  cursor: pointer;
  padding: 5px 10px;
  margin: 5px;
  font-size: 15pt;
  text-transform: uppercase;
  display: inline-block; }
  a.blackBackground:link, a.blackBackground:visited, button.blackBackground:link, button.blackBackground:visited, input[type="submit"].blackBackground:link, input[type="submit"].blackBackground:visited {
    color: #fff !important; }
  a.blackBackground:hover, a.blackBackground:active, a.blackBackground:focus, button.blackBackground:hover, button.blackBackground:active, button.blackBackground:focus, input[type="submit"].blackBackground:hover, input[type="submit"].blackBackground:active, input[type="submit"].blackBackground:focus {
    color: #fff !important;
    background-color: #a80f0f; }

div:not(.bootstrap) > a[class*="icon-"], div:not(.bootstrap) > span[class*="icon-"], a:not(.bootstrap) > span[class*="icon-"] {
  display: inline-block;
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  color: transparent !important; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-20x20"], div:not(.bootstrap) > span[class*="icon-"][class*="-20x20"], a:not(.bootstrap) > span[class*="icon-"][class*="-20x20"] {
    width: 20px;
    height: 20px; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-30x30"], div:not(.bootstrap) > span[class*="icon-"][class*="-30x30"], a:not(.bootstrap) > span[class*="icon-"][class*="-30x30"] {
    width: 30px;
    height: 30px; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-20x30"], div:not(.bootstrap) > span[class*="icon-"][class*="-20x30"], a:not(.bootstrap) > span[class*="icon-"][class*="-20x30"] {
    width: 20px;
    height: 30px; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-26x26"], div:not(.bootstrap) > span[class*="icon-"][class*="-26x26"], a:not(.bootstrap) > span[class*="icon-"][class*="-26x26"] {
    width: 26px;
    height: 26px; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-48x48"], div:not(.bootstrap) > span[class*="icon-"][class*="-48x48"], a:not(.bootstrap) > span[class*="icon-"][class*="-48x48"] {
    width: 48px;
    height: 48px; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-50x36"], div:not(.bootstrap) > span[class*="icon-"][class*="-50x36"], a:not(.bootstrap) > span[class*="icon-"][class*="-50x36"] {
    width: 50px;
    height: 36px; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-36x36"], div:not(.bootstrap) > span[class*="icon-"][class*="-36x36"], a:not(.bootstrap) > span[class*="icon-"][class*="-36x36"] {
    width: 36px;
    height: 36px; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-20x10"], div:not(.bootstrap) > span[class*="icon-"][class*="-20x10"], a:not(.bootstrap) > span[class*="icon-"][class*="-20x10"] {
    width: 20px;
    height: 10px; }
  div:not(.bootstrap) > a[class*="icon-"][class*="-l-"], div:not(.bootstrap) > span[class*="icon-"][class*="-l-"], a:not(.bootstrap) > span[class*="icon-"][class*="-l-"] {
    overflow: hidden; }
  div:not(.bootstrap) > a[class*="icon-"].message, div:not(.bootstrap) > span[class*="icon-"].message, a:not(.bootstrap) > span[class*="icon-"].message {
    background-position: 0px -100px; }
    div:not(.bootstrap) > a[class*="icon-"].message[class*=icon-active-], div:not(.bootstrap) > span[class*="icon-"].message[class*=icon-active-], a:not(.bootstrap) > span[class*="icon-"].message[class*=icon-active-] {
      background-position: 0px -172px; }
    div:not(.bootstrap) > a[class*="icon-"].message:hover, div:not(.bootstrap) > span[class*="icon-"].message:hover, a:not(.bootstrap) > span[class*="icon-"].message:hover {
      background-position: 0px -136px; }
  div:not(.bootstrap) > a[class*="icon-"].editorial, div:not(.bootstrap) > span[class*="icon-"].editorial, a:not(.bootstrap) > span[class*="icon-"].editorial {
    background-position: 0px -208px; }
    div:not(.bootstrap) > a[class*="icon-"].editorial:hover, div:not(.bootstrap) > span[class*="icon-"].editorial:hover, a:not(.bootstrap) > span[class*="icon-"].editorial:hover {
      background-position: 0px -244px; }
  div:not(.bootstrap) > a[class*="icon-"].profile, div:not(.bootstrap) > span[class*="icon-"].profile, a:not(.bootstrap) > span[class*="icon-"].profile {
    background-position: 0px -280px; }
    div:not(.bootstrap) > a[class*="icon-"].profile:hover, div:not(.bootstrap) > span[class*="icon-"].profile:hover, a:not(.bootstrap) > span[class*="icon-"].profile:hover {
      background-position: 0px -316px; }
  div:not(.bootstrap) > a[class*="icon-"].fraction, div:not(.bootstrap) > span[class*="icon-"].fraction, a:not(.bootstrap) > span[class*="icon-"].fraction {
    background-position: 0px -352px; }
    div:not(.bootstrap) > a[class*="icon-"].fraction:hover, div:not(.bootstrap) > span[class*="icon-"].fraction:hover, a:not(.bootstrap) > span[class*="icon-"].fraction:hover {
      background-position: 0px -388px; }
  div:not(.bootstrap) > a[class*="icon-"].facebook, div:not(.bootstrap) > span[class*="icon-"].facebook, a:not(.bootstrap) > span[class*="icon-"].facebook {
    background-position: -100px 0px; }
    div:not(.bootstrap) > a[class*="icon-"].facebook:hover, div:not(.bootstrap) > span[class*="icon-"].facebook:hover, a:not(.bootstrap) > span[class*="icon-"].facebook:hover {
      background-position: -120px 0px; }
  div:not(.bootstrap) > a[class*="icon-"].discord, div:not(.bootstrap) > span[class*="icon-"].discord, a:not(.bootstrap) > span[class*="icon-"].discord {
    background-position: -165px -65px; }
    div:not(.bootstrap) > a[class*="icon-"].discord:hover, div:not(.bootstrap) > span[class*="icon-"].discord:hover, a:not(.bootstrap) > span[class*="icon-"].discord:hover {
      background-position: -185px -65px; }
  div:not(.bootstrap) > a[class*="icon-"].smalleye, div:not(.bootstrap) > span[class*="icon-"].smalleye, a:not(.bootstrap) > span[class*="icon-"].smalleye {
    background-position: -140px 0px; }
  div:not(.bootstrap) > a[class*="icon-"].smallrating, div:not(.bootstrap) > span[class*="icon-"].smallrating, a:not(.bootstrap) > span[class*="icon-"].smallrating {
    background-position: -140px -10px; }
  div:not(.bootstrap) > a[class*="icon-"].smalltalking, div:not(.bootstrap) > span[class*="icon-"].smalltalking, a:not(.bootstrap) > span[class*="icon-"].smalltalking {
    background-position: -140px -20px; }
  div:not(.bootstrap) > a[class*="icon-"].mark.bad, div:not(.bootstrap) > span[class*="icon-"].mark.bad, a:not(.bootstrap) > span[class*="icon-"].mark.bad {
    background-position: -100px -20px; }
    div:not(.bootstrap) > a[class*="icon-"].mark.bad[class*=icon-active-], div:not(.bootstrap) > span[class*="icon-"].mark.bad[class*=icon-active-], a:not(.bootstrap) > span[class*="icon-"].mark.bad[class*=icon-active-] {
      background-position: -100px -80px; }
    div:not(.bootstrap) > a[class*="icon-"].mark.bad:hover, div:not(.bootstrap) > span[class*="icon-"].mark.bad:hover, a:not(.bootstrap) > span[class*="icon-"].mark.bad:hover {
      background-position: -100px -110px; }
    div:not(.bootstrap) > a[class*="icon-"].mark.bad[class*=icon-disabled-], div:not(.bootstrap) > span[class*="icon-"].mark.bad[class*=icon-disabled-], a:not(.bootstrap) > span[class*="icon-"].mark.bad[class*=icon-disabled-] {
      background-position: -100px -50px;
      cursor: not-allowed; }
  div:not(.bootstrap) > a[class*="icon-"].mark.good, div:not(.bootstrap) > span[class*="icon-"].mark.good, a:not(.bootstrap) > span[class*="icon-"].mark.good {
    background-position: -100px -140px; }
    div:not(.bootstrap) > a[class*="icon-"].mark.good[class*=icon-active-], div:not(.bootstrap) > span[class*="icon-"].mark.good[class*=icon-active-], a:not(.bootstrap) > span[class*="icon-"].mark.good[class*=icon-active-] {
      background-position: -100px -200px; }
    div:not(.bootstrap) > a[class*="icon-"].mark.good:hover, div:not(.bootstrap) > span[class*="icon-"].mark.good:hover, a:not(.bootstrap) > span[class*="icon-"].mark.good:hover {
      background-position: -100px -230px; }
    div:not(.bootstrap) > a[class*="icon-"].mark.good[class*=icon-disabled-], div:not(.bootstrap) > span[class*="icon-"].mark.good[class*=icon-disabled-], a:not(.bootstrap) > span[class*="icon-"].mark.good[class*=icon-disabled-] {
      background-position: -100px -170px;
      cursor: not-allowed; }
  div:not(.bootstrap) > a[class*="icon-"].talk, div:not(.bootstrap) > span[class*="icon-"].talk, a:not(.bootstrap) > span[class*="icon-"].talk {
    background-position: -100px -260px; }
  div:not(.bootstrap) > a[class*="icon-"].more, div:not(.bootstrap) > span[class*="icon-"].more, a:not(.bootstrap) > span[class*="icon-"].more {
    background-position: -130px -30px; }
    div:not(.bootstrap) > a[class*="icon-"].more:hover, div:not(.bootstrap) > span[class*="icon-"].more:hover, a:not(.bootstrap) > span[class*="icon-"].more:hover {
      background-position: -130px -60px; }
  div:not(.bootstrap) > a[class*="icon-"].share, div:not(.bootstrap) > span[class*="icon-"].share, a:not(.bootstrap) > span[class*="icon-"].share {
    background-position: -130px -90px; }
    div:not(.bootstrap) > a[class*="icon-"].share:hover, div:not(.bootstrap) > span[class*="icon-"].share:hover, a:not(.bootstrap) > span[class*="icon-"].share:hover {
      background-position: -130px -120px; }
  div:not(.bootstrap) > a[class*="icon-"].fractionemblem, div:not(.bootstrap) > span[class*="icon-"].fractionemblem, a:not(.bootstrap) > span[class*="icon-"].fractionemblem {
    background-position: -61px -323px; }
  div:not(.bootstrap) > a[class*="icon-"].homeemblem, div:not(.bootstrap) > span[class*="icon-"].homeemblem, a:not(.bootstrap) > span[class*="icon-"].homeemblem {
    background-position: -60px -352px; }
  div:not(.bootstrap) > a[class*="icon-"].rankemblem, div:not(.bootstrap) > span[class*="icon-"].rankemblem, a:not(.bootstrap) > span[class*="icon-"].rankemblem {
    background-position: -60px -382px; }
  div:not(.bootstrap) > a[class*="icon-"].attack, div:not(.bootstrap) > span[class*="icon-"].attack, a:not(.bootstrap) > span[class*="icon-"].attack {
    background-position: 0px -426px; }
    div:not(.bootstrap) > a[class*="icon-"].attack:hover, div:not(.bootstrap) > span[class*="icon-"].attack:hover, a:not(.bootstrap) > span[class*="icon-"].attack:hover {
      background-position: 0px -462px; }
  div:not(.bootstrap) > a[class*="icon-"].burglary, div:not(.bootstrap) > span[class*="icon-"].burglary, a:not(.bootstrap) > span[class*="icon-"].burglary {
    background-position: -50px -426px; }
    div:not(.bootstrap) > a[class*="icon-"].burglary:hover, div:not(.bootstrap) > span[class*="icon-"].burglary:hover, a:not(.bootstrap) > span[class*="icon-"].burglary:hover {
      background-position: -50px -462px; }
  div:not(.bootstrap) > a[class*="icon-"].money, div:not(.bootstrap) > span[class*="icon-"].money, a:not(.bootstrap) > span[class*="icon-"].money {
    background-position: -100px -354px; }
  div:not(.bootstrap) > a[class*="icon-"].moneywhite, div:not(.bootstrap) > span[class*="icon-"].moneywhite, a:not(.bootstrap) > span[class*="icon-"].moneywhite {
    background-position: -100px -390px; }
  div:not(.bootstrap) > a[class*="icon-"].healthwhite, div:not(.bootstrap) > span[class*="icon-"].healthwhite, a:not(.bootstrap) > span[class*="icon-"].healthwhite {
    background-position: -100px -420px; }
  div:not(.bootstrap) > a[class*="icon-"].timewhite, div:not(.bootstrap) > span[class*="icon-"].timewhite, a:not(.bootstrap) > span[class*="icon-"].timewhite {
    background-position: -132px -154px; }
  div:not(.bootstrap) > a[class*="icon-"].faster, div:not(.bootstrap) > span[class*="icon-"].faster, a:not(.bootstrap) > span[class*="icon-"].faster {
    background-position: -131px -214px; }
    div:not(.bootstrap) > a[class*="icon-"].faster:hover, div:not(.bootstrap) > span[class*="icon-"].faster:hover, a:not(.bootstrap) > span[class*="icon-"].faster:hover {
      background-position: -131px -240px; }
  div:not(.bootstrap) > a[class*="icon-"].cancel, div:not(.bootstrap) > span[class*="icon-"].cancel, a:not(.bootstrap) > span[class*="icon-"].cancel {
    background-position: -157px -214px; }
    div:not(.bootstrap) > a[class*="icon-"].cancel:hover, div:not(.bootstrap) > span[class*="icon-"].cancel:hover, a:not(.bootstrap) > span[class*="icon-"].cancel:hover {
      background-position: -157px -240px; }
  div:not(.bootstrap) > a[class*="icon-"].quests, div:not(.bootstrap) > span[class*="icon-"].quests, a:not(.bootstrap) > span[class*="icon-"].quests {
    background-position: -132px -269px; }
  div:not(.bootstrap) > a[class*="icon-"].home, div:not(.bootstrap) > span[class*="icon-"].home, a:not(.bootstrap) > span[class*="icon-"].home {
    background-position: -132px -340px; }
  div:not(.bootstrap) > a[class*="icon-"].human, div:not(.bootstrap) > span[class*="icon-"].human, a:not(.bootstrap) > span[class*="icon-"].human {
    background-position: -132px -420px; }
  div:not(.bootstrap) > a[class*="icon-"].market, div:not(.bootstrap) > span[class*="icon-"].market, a:not(.bootstrap) > span[class*="icon-"].market {
    background-position: -132px -456px; }
  div:not(.bootstrap) > a[class*="icon-"].reports, div:not(.bootstrap) > span[class*="icon-"].reports, a:not(.bootstrap) > span[class*="icon-"].reports {
    background-position: -160px 0px; }
    div:not(.bootstrap) > a[class*="icon-"].reports:hover, div:not(.bootstrap) > span[class*="icon-"].reports:hover, a:not(.bootstrap) > span[class*="icon-"].reports:hover {
      background-position: -160px -30px; }
  div:not(.bootstrap) > a[class*="icon-"].letters, div:not(.bootstrap) > span[class*="icon-"].letters, a:not(.bootstrap) > span[class*="icon-"].letters {
    background-position: -190px 0px; }
    div:not(.bootstrap) > a[class*="icon-"].letters:hover, div:not(.bootstrap) > span[class*="icon-"].letters:hover, a:not(.bootstrap) > span[class*="icon-"].letters:hover {
      background-position: -190px -30px; }
  div:not(.bootstrap) > a[class*="icon-"].sendletter, div:not(.bootstrap) > span[class*="icon-"].sendletter, a:not(.bootstrap) > span[class*="icon-"].sendletter {
    background-position: -220px 0px; }
    div:not(.bootstrap) > a[class*="icon-"].sendletter:hover, div:not(.bootstrap) > span[class*="icon-"].sendletter:hover, a:not(.bootstrap) > span[class*="icon-"].sendletter:hover {
      background-position: -220px -30px; }
  div:not(.bootstrap) > a[class*="icon-"].mailbox, div:not(.bootstrap) > span[class*="icon-"].mailbox, a:not(.bootstrap) > span[class*="icon-"].mailbox {
    background-position: -250px 0px; }
    div:not(.bootstrap) > a[class*="icon-"].mailbox:hover, div:not(.bootstrap) > span[class*="icon-"].mailbox:hover, a:not(.bootstrap) > span[class*="icon-"].mailbox:hover {
      background-position: -250px -30px; }
  div:not(.bootstrap) > a[class*="icon-"].editprofile, div:not(.bootstrap) > span[class*="icon-"].editprofile, a:not(.bootstrap) > span[class*="icon-"].editprofile {
    background-position: -280px 0px; }
    div:not(.bootstrap) > a[class*="icon-"].editprofile:hover, div:not(.bootstrap) > span[class*="icon-"].editprofile:hover, a:not(.bootstrap) > span[class*="icon-"].editprofile:hover {
      background-position: -280px -30px; }
  div:not(.bootstrap) > a[class*="icon-"].settings, div:not(.bootstrap) > span[class*="icon-"].settings, a:not(.bootstrap) > span[class*="icon-"].settings {
    background-position: -310px 0px; }
    div:not(.bootstrap) > a[class*="icon-"].settings:hover, div:not(.bootstrap) > span[class*="icon-"].settings:hover, a:not(.bootstrap) > span[class*="icon-"].settings:hover {
      background-position: -310px -30px; }
  div:not(.bootstrap) > a[class*="icon-"].logout, div:not(.bootstrap) > span[class*="icon-"].logout, a:not(.bootstrap) > span[class*="icon-"].logout {
    background-position: -340px 0px; }
    div:not(.bootstrap) > a[class*="icon-"].logout:hover, div:not(.bootstrap) > span[class*="icon-"].logout:hover, a:not(.bootstrap) > span[class*="icon-"].logout:hover {
      background-position: -340px -30px; }

div.bbcodes {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */
  text-align: center; }
  div.bbcodes button {
    width: 35px;
    height: 35px;
    background-image: url("../images/bbcodesicons.png");
    background-repeat: no-repeat;
    background-origin: padding-box;
    outline: 1px #111 solid;
    border: 5px #fff solid;
    color: transparent;
    overflow: hidden;
    font-size: 1pt;
    margin-top: 4px; }
    div.bbcodes button:hover {
      border-color: #a80f0f; }
    div.bbcodes button.bbcode_b {
      background-position: -7px -5px; }
    div.bbcodes button.bbcode_i {
      background-position: -32px -5px; }
    div.bbcodes button.bbcode_u {
      background-position: -56px -5px; }
    div.bbcodes button.bbcode_s {
      background-position: -82px -5px; }
    div.bbcodes button.bbcode_t {
      background-position: -472px -37px; }
    div.bbcodes button.bbcode_url {
      background-position: -172px -36px; }
    div.bbcodes button.bbcode_img {
      background-position: -121px -36px; }
    div.bbcodes button.bbcode_youtube {
      background-position: -255px -36px; }
    div.bbcodes button.bbcode_quote {
      background-position: -64px -36px; }
    div.bbcodes button.bbcode_left {
      background-position: -165px -6px; }
    div.bbcodes button.bbcode_center {
      background-position: -190px -6px; }
    div.bbcodes button.bbcode_right {
      background-position: -215px -6px; }
    div.bbcodes button.bbcode_justify {
      background-position: -240px -6px; }
    div.bbcodes button.bbcode_color {
      background-position: -323px -5px; }

.noImportant {
  display: none; }

div[class*="information-"] {
  margin: 10px 0px;
  padding: 10px 0px; }
  div[class*="information-"][class*="-good"] {
    color: #2d9927; }
    div[class*="information-"][class*="-good"] p {
      color: #fff;
      background-color: #2d9927; }
  div[class*="information-"][class*="-bad"] {
    color: #c91b1b; }
    div[class*="information-"][class*="-bad"] p {
      color: #fff;
      background-color: #c91b1b; }
  div[class*="information-"] p {
    padding: 0px 8px;
    text-align: left;
    line-height: 1.8; }

div.gridBox {
  clear: both; }
  div.gridBox::after {
    display: block;
    content: '';
    clear: both; }
  div.gridBox [class*="col-"] {
    width: 100%; }
  div.gridBox [class*="col-m-"] {
    width: 100%; }
  div.gridBox div.row {
    clear: both; }
    div.gridBox div.row::after {
      display: block;
      content: '';
      clear: both; }

div.alertBox {
  position: fixed;
  z-index: 99999;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  min-width: 40%;
  background-color: #111;
  border: 2px #E9C62E solid;
  color: #fff;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(17, 17, 17, 0.8);
  -moz-box-shadow: 5px 5px 5px 5px rgba(17, 17, 17, 0.8);
  box-shadow: 5px 5px 5px 5px rgba(17, 17, 17, 0.8);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  div.alertBox div.title {
    padding: 10px;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 1.5;
    background-color: #E9C62E;
    color: #111; }
  div.alertBox div.content {
    padding: 10px;
    line-height: 1.5;
    text-align: justify; }
  div.alertBox div.options {
    padding: 10px;
    text-align: center; }
    div.alertBox div.options button {
      border: 1px #fff solid;
      color: #fff;
      background-color: #111;
      text-transform: uppercase;
      padding: 5px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      div.alertBox div.options button:hover {
        background-color: #333; }
  div.alertBox.success {
    border-color: #2d9927; }
    div.alertBox.success div.title {
      background-color: #2d9927;
      color: #fff; }
  div.alertBox.error {
    border-color: #c91b1b; }
    div.alertBox.error div.title {
      background-color: #c91b1b;
      color: #ffb0b0; }

div.confirmBox {
  position: fixed;
  z-index: 99999;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  min-width: 40%;
  background-color: #111;
  border: 2px #E9C62E solid;
  color: #fff;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(17, 17, 17, 0.8);
  -moz-box-shadow: 5px 5px 5px 5px rgba(17, 17, 17, 0.8);
  box-shadow: 5px 5px 5px 5px rgba(17, 17, 17, 0.8);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  div.confirmBox div.title {
    padding: 10px;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 1.5;
    background-color: #E9C62E;
    color: #111; }
  div.confirmBox div.content {
    padding: 10px;
    line-height: 1.5;
    text-align: justify; }
  div.confirmBox div.options {
    padding: 10px;
    text-align: center; }
    div.confirmBox div.options button {
      border: 1px #fff solid;
      color: #fff;
      background-color: #111;
      text-transform: uppercase;
      padding: 5px 10px;
      margin: 0px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      div.confirmBox div.options button:hover {
        background-color: #333; }

label {
  display: block;
  text-transform: uppercase; }
  label.asTitle {
    font-size: 14pt;
    font-weight: bold;
    margin: 20px 0px 5px 0px; }
  label.required::after {
    content: '*';
    color: #c91b1b; }

button {
  font-family: Rajdhani; }

input[type="text"], input[type="email"], input[type="password"] {
  border-width: 1px 1px 3px 1px;
  border-color: #111;
  width: 100%;
  padding: 5px;
  margin: 5px 0px 10px 0px;
  filter: none !important;
  background-color: transparent; }
  input[type="text"].yellow, input[type="email"].yellow, input[type="password"].yellow {
    -webkit-box-shadow: 0 0 0 1000px #E9C62E inset !important;
    -webkit-text-fill-color: #111 !important;
    background-color: #E9C62E !important;
    color: #111 !important; }
    input[type="text"].yellow:focus, input[type="email"].yellow:focus, input[type="password"].yellow:focus {
      -webkit-box-shadow: 0 0 0 1000px #111 inset !important;
      -webkit-text-fill-color: #fff !important;
      background-color: #111 !important;
      color: #fff !important; }
    input[type="text"].yellow:-webkit-autofill, input[type="email"].yellow:-webkit-autofill, input[type="password"].yellow:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #E9C62E inset !important;
      -webkit-text-fill-color: #111 !important;
      background-color: #E9C62E !important;
      color: #111 !important; }
    input[type="text"].yellow:-webkit-autofill:focus, input[type="email"].yellow:-webkit-autofill:focus, input[type="password"].yellow:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0 1000px #111 inset !important;
      -webkit-text-fill-color: #fff !important;
      background-color: #111 !important;
      color: #fff !important; }

textarea {
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: #111;
  width: 100%;
  min-height: 80px;
  padding: 5px 5px 10px 5px;
  line-height: 1.5;
  font-size: 11pt; }

div.select {
  display: inline-block;
  width: 300px;
  height: 40px;
  border: 2px #111 groove;
  position: relative; }
  div.select div.value {
    display: inline-block;
    width: calc(100% - 35px);
    min-height: 36px;
    padding: 1px 3px;
    font-size: 13pt;
    line-height: 36px; }
    div.select div.value div.placeholder {
      font-style: italic;
      color: #666;
      height: 36px;
      line-height: 36px; }
  div.select button.showlist {
    display: inline-block;
    border: 0px;
    font-weight: bold;
    font-size: 15pt;
    text-align: center;
    width: 35px;
    height: 20px;
    position: absolute;
    top: calc(50% - 12px);
    right: 0px; }
  div.select div.list {
    position: absolute;
    background-color: #fff;
    color: #111;
    border: 2px #111 ridge;
    width: 100%;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto; }
    div.select div.list div.option {
      padding: 6px 2px;
      border-bottom: 1px #666 dotted;
      margin-bottom: 6px;
      cursor: pointer;
      font-size: 13pt; }
      div.select div.list div.option:last-of-type {
        border-bottom: 0px;
        margin-bottom: 6px; }
  div.select[data-direction="bottom"] div.list {
    top: 100%; }
  div.select[data-direction="top"] div.list {
    bottom: 100%; }

form.imageUploader {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 43px;
  vertical-align: top;
  overflow: hidden;
  background-color: #2d9927;
  border: 1px #2d9927 solid; }
  form.imageUploader:hover {
    background-color: #48be42; }
  form.imageUploader label {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 300px;
    height: 43px;
    line-height: 43px;
    font-size: 13pt;
    color: #fff;
    cursor: pointer; }
  form.imageUploader input {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    z-index: 0;
    width: 1px;
    height: 1px;
    font-size: 1px; }

div.switch {
  display: inline-block; }
  div.switch a {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 26px;
    color: #111; }
    div.switch a:link, div.switch a:visited {
      color: #111 !important; }
  div.switch div.positionFrame {
    display: inline-block;
    width: 40px;
    height: 26px;
    padding: 2px;
    margin: 0px 5px;
    border: 2px #111 groove;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    div.switch div.positionFrame div.position {
      width: 22px;
      height: 18px;
      background-color: #111;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }

.shadow {
  -webkit-box-shadow: 3px 3px 3px 3px rgba(34, 34, 34, 0.8);
  -moz-box-shadow: 3px 3px 3px 3px rgba(34, 34, 34, 0.8);
  box-shadow: 3px 3px 3px 3px rgba(34, 34, 34, 0.8); }

.category {
  background-color: #111;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .category:link, .category:visited, .category:hover, .category:active {
    background-color: #111;
    color: #fff; }

.markpanel {
  display: inline-block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */ }
  .markpanel::after {
    display: block;
    content: '';
    clear: both; }
  .markpanel.withBorders {
    border-width: 2px 0px;
    border-style: solid;
    border-color: #111;
    padding: 4px 0px; }
  .markpanel .counter {
    font-size: 16pt;
    display: inline-block;
    padding: 4px 10px 0px 10px;
    line-height: 30px; }
    .markpanel .counter small {
      font-weight: bold;
      font-size: 11pt;
      line-height: 30px;
      vertical-align: top; }
      .markpanel .counter small::before {
        content: '('; }
      .markpanel .counter small::after {
        content: ')'; }
  .markpanel .mark {
    display: inline-block;
    width: 30px;
    height: 30px; }
    .markpanel .mark.good {
      float: left; }
    .markpanel .mark.bad {
      float: right; }

.manage, .sharemanage {
  display: inline-block;
  margin-left: 10px;
  position: relative; }
  .manage::after, .sharemanage::after {
    display: block;
    content: '';
    clear: both; }
  .manage [class*="icon-"], .sharemanage [class*="icon-"] {
    display: inline-block;
    float: left; }

.moreoptions, div.paper .moreoptions, .shareoptions, div.paper .shareoptions {
  position: absolute; }
  .moreoptions.expandLeft, div.paper .moreoptions.expandLeft, .shareoptions.expandLeft, div.paper .shareoptions.expandLeft {
    right: 100%; }
  .moreoptions.expandRight, div.paper .moreoptions.expandRight, .shareoptions.expandRight, div.paper .shareoptions.expandRight {
    left: 100%; }
  .moreoptions.expandBottom, div.paper .moreoptions.expandBottom, .shareoptions.expandBottom, div.paper .shareoptions.expandBottom {
    top: 0px; }
  .moreoptions.expandTop, div.paper .moreoptions.expandTop, .shareoptions.expandTop, div.paper .shareoptions.expandTop {
    bottom: 0px; }

.moreoptions, div.paper .moreoptions {
  height: 30px;
  width: auto;
  padding: 0px 10px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 3px 3px #fff;
  -moz-box-shadow: 0px 0px 3px 3px #fff;
  box-shadow: 0px 0px 3px 3px #fff; }
  .moreoptions a, div.paper .moreoptions a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 6px;
    text-transform: uppercase;
    background-color: #111;
    color: #fff; }
    .moreoptions a:link, .moreoptions a:visited, div.paper .moreoptions a:link, div.paper .moreoptions a:visited {
      background-color: #111;
      color: #fff; }
    .moreoptions a:hover, .moreoptions a:active, div.paper .moreoptions a:hover, div.paper .moreoptions a:active {
      background-color: #c91b1b;
      color: #fff; }

.shareoptions, div.paper .shareoptions {
  padding: 15px;
  height: auto;
  width: auto;
  background-color: #111;
  color: #fff;
  text-align: left;
  -webkit-box-shadow: 0px 0px 3px 3px #111;
  -moz-box-shadow: 0px 0px 3px 3px #111;
  box-shadow: 0px 0px 3px 3px #111; }
  .shareoptions.expandRight, div.paper .shareoptions.expandRight {
    margin-left: 5px; }
  .shareoptions.expandLeft, div.paper .shareoptions.expandLeft {
    margin-right: 5px; }
  .shareoptions div.title, div.paper .shareoptions div.title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13pt; }
  .shareoptions div.subtitle, div.paper .shareoptions div.subtitle {
    text-transform: uppercase;
    margin-top: 10px; }
  .shareoptions div.value, div.paper .shareoptions div.value {
    background-color: #fff;
    color: #111;
    padding: 5px;
    font-size: 11pt;
    max-width: 240px;
    overflow-x: auto;
    white-space: nowrap; }

.content-html {
  text-align: justify;
  font-size: 12pt; }
  .content-html p {
    line-height: 1.5;
    margin: 5px 0px; }
  .content-html strong, .content-html b {
    font-weight: bold; }
  .content-html img {
    max-width: 100% !important;
    height: auto !important; }

.content-bbcode {
  text-align: justify;
  line-height: 1.5; }
  .content-bbcode img {
    max-width: 100% !important;
    height: auto !important; }
  .content-bbcode h3 {
    font-size: 15pt;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #111 dotted;
    text-align: center;
    text-transform: uppercase; }
  .content-bbcode div.youtube {
    display: block;
    padding: 5px 0px; }
  .content-bbcode div.quote {
    margin: 5px 0px;
    padding: 8px;
    border: 1px #111 dashed; }
    .content-bbcode div.quote .quote-text {
      font-weight: bold;
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px #111 dotted; }

div.preview {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #111 dotted; }
  div.preview::before {
    display: block;
    content: 'Podgląd';
    padding: 5px 0px;
    margin: 2px 0px 10px 0px;
    background-color: #111;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }

.pagination {
  clear: both;
  text-align: center;
  text-transform: uppercase; }
  .pagination.borderTop {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px #111 solid; }
  .pagination a {
    display: inline-block;
    padding: 5px;
    border: 1px #111 solid;
    margin: 5px 2px !important;
    min-width: 35px;
    background-color: #fff; }
    .pagination a.displayNone {
      display: none !important; }
    .pagination a.previous, .pagination a.next {
      width: 120px; }
    .pagination a:link, .pagination a:visited {
      color: #111 !important;
      background-color: #fff; }
      .pagination a:link.active, .pagination a:visited.active {
        color: #fff !important;
        background-color: #111; }
    .pagination a:hover, .pagination a:active {
      color: #fff !important;
      background-color: #111; }
      .pagination a:hover.active, .pagination a:active.active {
        color: #aaa !important;
        background-color: #111; }
  .pagination span {
    cursor: pointer; }

.imagesetting div.image {
  margin-bottom: 10px; }
  .imagesetting div.image img {
    max-width: 100%; }
.imagesetting button.upload {
  background-color: #48be42;
  border: 1px #2d9927 solid;
  text-transform: uppercase;
  line-height: 30px;
  margin: 10px;
  color: #0e530b; }
  .imagesetting button.upload:hover {
    background-color: #2d9927;
    color: #fff; }
.imagesetting button.delete {
  padding: 0px 10px;
  height: 43px;
  line-height: 43px;
  background-color: #f50606;
  border: 1px #a80f0f solid;
  text-transform: uppercase;
  font-size: 13pt;
  color: #fff; }
  .imagesetting button.delete:hover {
    background-color: #a80f0f;
    color: #fff; }

#cookiesInfo {
  position: fixed;
  width: 96%;
  left: 2%;
  bottom: 10px;
  z-index: 999;
  background-color: #E9C62E;
  color: #111;
  padding: 20px;
  text-transform: uppercase;
  border: 3px #111 solid;
  line-height: 40px; }
  #cookiesInfo button {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border: 0px transparent solid;
    background-color: #111;
    color: #fff; }
    #cookiesInfo button:hover {
      color: #E9C62E; }

div.yellowFrame {
  z-index: 0;
  position: relative;
  padding: 25px 10px 25px 10px;
  -webkit-box-shadow: 5px 5px 1px 1px rgba(34, 34, 34, 0.8);
  -moz-box-shadow: 5px 5px 1px 1px rgba(34, 34, 34, 0.8);
  box-shadow: 5px 5px 1px 1px rgba(34, 34, 34, 0.8);
  background-image: url("../images/frame_container.jpg");
  border: 1px #E9C62E ridge;
  color: #111; }
  div.yellowFrame.frameOptions {
    margin-bottom: 75px; }
  div.yellowFrame::before {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../images/frame_border.jpg"); }
  div.yellowFrame::after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url("../images/frame_border.jpg"); }
  div.yellowFrame .title {
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0px 10px 0px;
    padding-bottom: 5px;
    font-size: 18pt;
    border-bottom: 2px #111 dashed;
    text-shadow: 1px 1px 1px #111; }
    div.yellowFrame .title:first-of-type {
      margin-top: 0px; }
  div.yellowFrame label {
    text-align: center;
    text-shadow: 1px 1px 1px #111;
    font-size: 15pt; }

div.poster {
  margin-top: 15px;
  margin-bottom: 15px; }

#UserCard {
  position: absolute;
  display: block;
  width: 400px;
  z-index: 999;
  border: 1px #111 solid;
  background-color: #222;
  padding: 5px;
  top: calc(50% - 150px);
  left: calc(50% - 200px);
  color: #7aeb75; }
  #UserCard .content {
    background-color: #2d9927;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0px 0px 6px 6px rgba(12, 110, 7, 0.8);
    -moz-box-shadow: inset 0px 0px 6px 6px rgba(12, 110, 7, 0.8);
    box-shadow: inset 0px 0px 6px 6px rgba(12, 110, 7, 0.8); }
  #UserCard .personalities {
    padding: 7px;
    border-bottom: 1px #7aeb75 solid;
    margin: 0px 5px 7px 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13pt; }
    #UserCard .personalities span {
      color: #acf3a8;
      font-size: small; }
      #UserCard .personalities span::before {
        content: '('; }
      #UserCard .personalities span::after {
        content: ')'; }
  #UserCard .options {
    text-align: center;
    padding: 0px 7px 7px 7px; }
  #UserCard::after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-width: 20px;
    border-style: solid;
    position: absolute;
    top: 100%;
    left: 10px;
    border-color: #222 transparent transparent transparent; }

@media only screen and (min-width: 720px) {
  div.gridBox .col-m-1 {
    width: 10%; }
  div.gridBox .col-m-2 {
    width: 20%; }
  div.gridBox .col-m-3 {
    width: 30%; }
  div.gridBox .col-m-4 {
    width: 40%; }
  div.gridBox .col-m-5 {
    width: 50%; }
  div.gridBox .col-m-6 {
    width: 60%; }
  div.gridBox .col-m-7 {
    width: 70%; }
  div.gridBox .col-m-8 {
    width: 80%; }
  div.gridBox .col-m-9 {
    width: 90%; }
  div.gridBox .col-m-10 {
    width: 100%; }
  div.gridBox *[class*="col-"] {
    float: left;
    padding: 0px;
    position: relative;
    min-height: 10px; }

  .pagination {
    padding-left: 130px;
    padding-right: 130px;
    position: relative; }
    .pagination.borderTop a.previous, .pagination.borderTop a.next {
      top: 10px; }
    .pagination a.previous, .pagination a.next {
      width: 120px;
      position: absolute;
      top: 0px; }
    .pagination a.previous {
      left: 0px; }
    .pagination a.next {
      right: 0px; } }
@media only screen and (min-width: 1200px) {
  #cookiesInfo {
    width: 54%;
    left: 22%; }

  .noImportant {
    display: block; }

  div.mainColumn {
    position: relative;
    z-index: 0; }

  div.sideColumn {
    position: relative;
    z-index: 1;
    float: right !important; }

  div.gridBox .col-1 {
    width: 5% !important; }
  div.gridBox .col-2 {
    width: 10% !important; }
  div.gridBox .col-3 {
    width: 15% !important; }
  div.gridBox .col-4 {
    width: 20% !important; }
  div.gridBox .col-5 {
    width: 25% !important; }
  div.gridBox .col-6 {
    width: 30% !important; }
  div.gridBox .col-7 {
    width: 35% !important; }
  div.gridBox .col-8 {
    width: 40% !important; }
  div.gridBox .col-9 {
    width: 45% !important; }
  div.gridBox .col-10 {
    width: 50% !important; }
  div.gridBox .col-11 {
    width: 55% !important; }
  div.gridBox .col-12 {
    width: 60% !important; }
  div.gridBox .col-13 {
    width: 65% !important; }
  div.gridBox .col-14 {
    width: 70% !important; }
  div.gridBox .col-15 {
    width: 75% !important; }
  div.gridBox .col-16 {
    width: 80% !important; }
  div.gridBox .col-17 {
    width: 85% !important; }
  div.gridBox .col-18 {
    width: 90% !important; }
  div.gridBox .col-19 {
    width: 95% !important; }
  div.gridBox .col-20 {
    width: 100% !important; } }
div.pageMenu a {
  height: 36px;
  background-image: url("../images/menuleft.png"), url("../images/menuright.png"), url("../images/menulink.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, 0px 2px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15pt;
  display: block;
  width: calc(100% - 4px);
  max-width: 358px;
  margin: 5px auto 5px auto; }
  div.pageMenu a:link, div.pageMenu a:visited {
    color: #111; }
  div.pageMenu a:hover, div.pageMenu a:active {
    background-image: url("../images/menuleft.png"), url("../images/menuright.png"), url("../images/menuhover.png"); }
  div.pageMenu a.media::before {
    content: url("../images/mediaicon.png");
    display: inline-block;
    line-height: 36px;
    vertical-align: top;
    margin-right: 3px; }
  div.pageMenu a.forum::before {
    content: url("../images/forumicon.png");
    display: inline-block;
    line-height: 36px;
    vertical-align: top;
    margin-right: 3px; }
  div.pageMenu a.users::before {
    content: url("../images/usersicon.png");
    display: inline-block;
    line-height: 36px;
    vertical-align: top;
    margin-right: 3px; }
  div.pageMenu a.fractions::before {
    content: url("../images/fractionsicon.png");
    display: inline-block;
    line-height: 36px;
    vertical-align: top;
    margin-right: 3px; }
  div.pageMenu a.pedia::before {
    content: url("../images/pediaicon.png");
    display: inline-block;
    line-height: 36px;
    vertical-align: top;
    margin-right: 3px; }

@media only screen and (min-width: 720px) {
  div.pageMenu a {
    display: block;
    width: calc(100% - 4px);
    max-width: 358px;
    margin: 5px auto 5px auto; }
    div.pageMenu a:first-of-type {
      margin-top: 0px; }
    div.pageMenu a:last-of-type {
      margin-bottom: 0px; } }
@media only screen and (min-width: 1200px) {
  div.pageLogo {
    float: right !important; }

  div.pageMenu a {
    display: inline-block;
    width: 19%;
    margin: 5px 2px;
    text-align: center; } }
div.userInterface a.frameButtons {
  position: absolute;
  top: calc(100% + 1px);
  background-color: #111;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5);
  -moz-box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5);
  box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5); }
  div.userInterface a.frameButtons.logout {
    right: 10px; }
  div.userInterface a.frameButtons.settings {
    right: 68px; }
div.userInterface div.userData div.avatar {
  display: none;
  float: left;
  text-align: center;
  width: 60px;
  margin-right: 5px;
  background-color: #111;
  border: 3px #111 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  div.userInterface div.userData div.avatar img {
    max-width: 50px;
    max-height: 60px; }
div.userInterface div.userData div.personalities {
  text-align: center; }
  div.userInterface div.userData div.personalities > div {
    display: inline-block; }
  div.userInterface div.userData div.personalities div.userName {
    text-align: left;
    color: #a80f0f;
    font-size: 18pt;
    text-shadow: 0px 0px 1px #E9C62E;
    font-weight: bold;
    margin-bottom: 5px; }
  div.userInterface div.userData div.personalities div.userNick {
    text-align: left;
    color: #111;
    font-size: 14pt;
    text-shadow: 0px 0px 1px #E9C62E;
    font-weight: bold; }
div.userInterface div.userNav {
  margin-top: 15px;
  text-align: center; }
  div.userInterface div.userNav > div {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 15px; }
    div.userInterface div.userNav > div a {
      margin-left: 0px;
      margin-right: 0px; }
  div.userInterface div.userNav a {
    margin-left: 10px;
    margin-right: 10px; }
  div.userInterface div.userNav a.message {
    position: relative; }
    div.userInterface div.userNav a.message span {
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      right: -5px;
      bottom: calc(100% - 15px);
      background-color: #111;
      color: #fff;
      font-size: 16pt;
      line-height: 25px;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5);
      -moz-box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5);
      box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5); }

@media only screen and (min-width: 1200px) {
  div.userInterface div.userData div.avatar {
    display: block; }
  div.userInterface div.userData div.personalities > div {
    display: block; }
  div.userInterface div.userNav {
    text-align: center; }
    div.userInterface div.userNav > div {
      display: inline-block;
      margin-left: 10px;
      margin-right: 20px; }
      div.userInterface div.userNav > div a {
        margin-left: 0px;
        margin-right: 0px; }
    div.userInterface div.userNav a {
      margin-left: calc(16% - 38px);
      margin-right: calc(16% - 38px); }
      div.userInterface div.userNav a:first-of-type {
        margin-left: 0px; }
      div.userInterface div.userNav a:last-of-type {
        margin-right: 0px; } }
.userPanel {
  margin-top: 30px !important; }
  .userPanel .interface {
    padding: 20px 0px;
    text-align: center; }
    .userPanel .interface div.avatar {
      display: none; }
  .userPanel .userName, .userPanel .userNick {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px; }
  .userPanel .userName {
    color: #be1616;
    font-size: 16pt; }
  .userPanel .userNick {
    font-size: 14pt; }
  .userPanel hr {
    clear: both;
    margin: 5px 0px;
    border: 2px #111 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .userPanel a.message {
    position: relative;
    z-index: 4; }
    .userPanel a.message span {
      background-color: #111;
      color: #fff;
      position: absolute;
      left: 100%;
      top: 0%;
      transform: translate(-70%, -30%);
      padding: 4px 6px;
      font-size: 14pt;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5);
      -moz-box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5);
      box-shadow: 2px 2px 2px 2px rgba(17, 17, 17, 0.5); }
  .userPanel div.messagesBox {
    display: none;
    position: absolute;
    right: calc(100% + 15px);
    top: 15px;
    width: 350px;
    background-color: #fff;
    border: 3px #111 solid;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(17, 17, 17, 0.5);
    -moz-box-shadow: 3px 3px 3px 3px rgba(17, 17, 17, 0.5);
    box-shadow: 3px 3px 3px 3px rgba(17, 17, 17, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .userPanel div.messagesBox div.title {
      padding-top: 10px;
      margin-bottom: 5px !important; }
    .userPanel div.messagesBox div.menu {
      padding: 5px 10px;
      border-bottom: 1px #666 solid;
      text-align: left; }
      .userPanel div.messagesBox div.menu a {
        margin: 0px 60px 0px 0px;
        position: relative; }
        .userPanel div.messagesBox div.menu a span {
          font-size: 14pt;
          color: #111;
          position: absolute;
          top: 0px;
          left: 100%;
          line-height: 30px;
          padding-left: 5px;
          padding-right: 10px;
          font-weight: bold; }
        .userPanel div.messagesBox div.menu a.sendletter {
          float: right;
          margin-right: 0px; }
        .userPanel div.messagesBox div.menu a.mailbox {
          float: right;
          margin-right: 10px; }
    .userPanel div.messagesBox div.messageslist {
      margin: 10px 0px 20px 0px;
      width: 100%;
      min-height: 150px;
      max-height: 250px;
      overflow-y: auto; }
      .userPanel div.messagesBox div.messageslist div.message {
        text-align: left;
        padding: 10px 10px;
        margin: 10px 0px;
        border-bottom: 1px #444 dotted; }
        .userPanel div.messagesBox div.messageslist div.message:first-of-type {
          padding-top: 0px;
          margin-top: 0px; }
        .userPanel div.messagesBox div.messageslist div.message:last-of-type {
          margin-bottom: 0px;
          border-bottom: 0px; }
        .userPanel div.messagesBox div.messageslist div.message a {
          margin: 0px; }
        .userPanel div.messagesBox div.messageslist div.message .status {
          float: right;
          display: block;
          padding: 0px 5px;
          background-color: #111;
          color: #fff;
          text-transform: uppercase;
          line-height: 20px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
        .userPanel div.messagesBox div.messageslist div.message .time {
          color: #666;
          margin-bottom: 5px;
          line-height: 20px; }
  .userPanel input {
    -webkit-box-shadow: 0 0 0 1000px #111 inset !important;
    -webkit-text-fill-color: #fff !important;
    background-color: #E9C62E !important;
    color: #fff !important; }
  .userPanel button {
    background-color: #111;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    border: 1px #111 solid; }
    .userPanel button:hover {
      background-color: #be1616; }
  .userPanel div.description {
    background-color: #111;
    color: #fff;
    padding: 10px;
    line-height: 1.5; }
  .userPanel a.register {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15pt;
    margin-top: 5px;
    padding: 10px; }
    .userPanel a.register:link, .userPanel a.register:visited {
      color: #fff;
      background-color: #111; }
    .userPanel a.register:hover {
      color: #be1616;
      background-color: #111; }

@media only screen and (min-width: 1200px) {
  .userPanel {
    margin-top: 30px !important; }
    .userPanel .interface {
      text-align: center; }
      .userPanel .interface div.avatar {
        display: block;
        position: relative;
        float: left;
        width: 110px;
        height: 120px;
        background-color: #111;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .userPanel .interface div.avatar img {
          max-width: 104px;
          max-height: 114px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .userPanel .interface a {
        margin: 10px; }
    .userPanel div.stat {
      position: relative;
      margin: 10px 5px;
      display: inline-block; }
      .userPanel div.stat div.icon {
        position: relative;
        z-index: 2;
        display: inline-block;
        background-color: #111;
        padding: 5px;
        width: 40px;
        height: 40px;
        vertical-align: top;
        -webkit-border-radius: 15px 5px 5px 15px;
        -moz-border-radius: 15px 5px 5px 15px;
        border-radius: 15px 5px 5px 15px; }
      .userPanel div.stat div.value {
        display: inline-block;
        vertical-align: top;
        background-color: #111;
        color: #fff;
        padding-left: 15px;
        padding-right: 8px;
        width: 80px;
        height: 32px;
        line-height: 30px;
        font-size: 15pt;
        position: relative;
        z-index: 1;
        left: -10px;
        top: 4px;
        -webkit-border-radius: 0px 5px 5px 0px;
        -moz-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        text-align: right; }
      .userPanel div.stat div.missionoptions {
        display: inline-block;
        vertical-align: top;
        background-color: #1d1d1d;
        border: 1px #1d1d1d solid;
        color: #fff;
        padding-left: 10px;
        padding-right: 0px;
        width: 80px;
        height: 32px;
        line-height: 28px;
        font-size: 15pt;
        position: relative;
        z-index: 0;
        left: -30px;
        top: 4px;
        -webkit-border-radius: 15px 13px 13px 15px;
        -moz-border-radius: 15px 13px 13px 15px;
        border-radius: 15px 13px 13px 15px;
        text-align: right; }
    .userPanel a.sglink {
      display: inline-block;
      text-align: center;
      padding: 3px;
      width: 65px;
      vertical-align: top;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .userPanel a.sglink span.name {
        display: block;
        text-transform: uppercase;
        font-size: 15pt; }
      .userPanel a.sglink:link, .userPanel a.sglink:visited {
        color: #111; }
      .userPanel a.sglink:hover {
        background-color: #be1616; }
    .userPanel .special {
      display: none;
      margin: 10px 10px 10px 0px;
      text-align: center;
      float: left; }
      .userPanel .special .attribute {
        background-color: #111;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 2px;
        margin: 2px 0px; }
        .userPanel .special .attribute span, .userPanel .special .attribute a {
          display: inline-block;
          margin: 0px 2px;
          background-color: #eec906;
          height: 20px;
          line-height: 20px;
          vertical-align: top;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
        .userPanel .special .attribute span.name {
          width: 20px; }
        .userPanel .special .attribute span.value {
          width: 50px; }
        .userPanel .special .attribute a {
          width: 20px;
          font-size: 20pt; } }
#MessageCloud {
  position: absolute;
  right: calc(100% + 30px);
  top: -100px;
  width: 460px;
  min-height: 150px;
  background-color: #111;
  padding: 10px; }
  #MessageCloud::before {
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 100px;
    width: 0px;
    height: 0px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent transparent #111; }
  #MessageCloud div.content {
    background-color: #fff;
    color: #111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    min-height: 150px; }
  #MessageCloud div.title {
    text-transform: uppercase;
    font-size: 14pt;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #111 dashed; }
  #MessageCloud ul {
    padding: 0px 5px;
    display: block;
    max-height: 300px;
    overflow-y: auto; }
    #MessageCloud ul li {
      text-align: left;
      padding: 5px 2px 10px 2px;
      margin-bottom: 10px;
      border-bottom: 1px #111 dotted;
      font-size: 11pt;
      line-height: 1.5; }
      #MessageCloud ul li span.time {
        display: block;
        color: #666;
        font-size: 10pt;
        text-transform: uppercase; }
      #MessageCloud ul li:last-of-type {
        border-bottom: none; }

div.paper {
  position: relative;
  margin-top: 50px;
  margin-bottom: 85px;
  clear: both;
  background-image: url("../images/paper_content.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  color: #111; }
  div.paper::before {
    content: '';
    display: block;
    position: absolute;
    top: -43px;
    width: 100%;
    height: 44px;
    z-index: 0;
    background-image: url("../images/paper_before.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%; }
  div.paper::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -81px;
    width: 100%;
    height: 82px;
    z-index: 0;
    background-image: url("../images/paper_after.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%; }
  div.paper > div {
    position: relative;
    z-index: 1;
    padding: 0px 30px 0px 20px; }
  div.paper h1, div.paper h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px #111 solid;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  div.paper h1 {
    font-size: 28pt; }
  div.paper h2 {
    font-size: 20pt;
    margin-top: 10px; }
  div.paper div.pulswinktown {
    border-bottom: 2px #222 solid;
    text-align: center; }
    div.paper div.pulswinktown::after {
      display: block;
      content: '';
      clear: both; }
    div.paper div.pulswinktown img {
      max-width: 300px;
      display: inline-block; }
    div.paper div.pulswinktown div.pulswinktownnav {
      position: relative;
      height: 50px;
      display: inline-block;
      text-align: center; }
      div.paper div.pulswinktown div.pulswinktownnav div.menu {
        /*                position: absolute;
                        top: 50%;
                        right: 0px;
                        transform: translateY(-50%);*/
        display: inline-block; }
        div.paper div.pulswinktown div.pulswinktownnav div.menu::after {
          display: block;
          content: '';
          clear: both; }
        div.paper div.pulswinktown div.pulswinktownnav div.menu a {
          position: relative;
          display: block;
          float: left;
          text-transform: uppercase;
          border-width: 1px;
          border-style: solid;
          border-color: transparent #111 transparent #111;
          padding: 14px; }
          div.paper div.pulswinktown div.pulswinktownnav div.menu a.active {
            text-decoration: underline; }
          div.paper div.pulswinktown div.pulswinktownnav div.menu a:first-of-type {
            border-left-color: transparent; }
          div.paper div.pulswinktown div.pulswinktownnav div.menu a:last-of-type {
            border-right-color: transparent; }
          div.paper div.pulswinktown div.pulswinktownnav div.menu a:link, div.paper div.pulswinktown div.pulswinktownnav div.menu a:visited {
            color: #111; }
          div.paper div.pulswinktown div.pulswinktownnav div.menu a:hover {
            color: #a80f0f; }
          div.paper div.pulswinktown div.pulswinktownnav div.menu a span {
            display: block;
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            background-color: #111;
            color: #fff;
            padding: 3px;
            font-size: 9pt;
            text-align: center;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px; }
            div.paper div.pulswinktown div.pulswinktownnav div.menu a span::after {
              content: '';
              display: block;
              position: absolute;
              top: 100%;
              left: 50%;
              transform: translateX(-50%);
              width: 0px;
              height: 0px;
              border-style: solid;
              border-width: 10px;
              border-color: #111 transparent transparent transparent; }
  div.paper .sectionnavigator {
    margin-bottom: 10px;
    font-size: 14pt;
    line-height: 25px; }
    div.paper .sectionnavigator a:link, div.paper .sectionnavigator a:visited {
      color: #333; }
    div.paper .sectionnavigator a:hover, div.paper .sectionnavigator a:active {
      color: #c91b1b; }
      div.paper .sectionnavigator a:hover .leftArrow, div.paper .sectionnavigator a:active .leftArrow {
        background-color: #c91b1b; }
        div.paper .sectionnavigator a:hover .leftArrow::before, div.paper .sectionnavigator a:active .leftArrow::before {
          content: '';
          display: block;
          width: 0px;
          height: 0px;
          border: 8px;
          border-style: solid;
          border-color: transparent #c91b1b transparent transparent;
          position: absolute;
          right: 100%;
          top: calc(50% - 8px); }
    div.paper .sectionnavigator .leftArrow {
      position: relative;
      top: -1px;
      display: inline-block;
      width: 12px;
      height: 6px;
      background-color: #111;
      color: transparent;
      overflow: hiddent;
      font-size: 1px;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Old versions of Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
         supported by Chrome, Opera and Firefox */
      vertical-align: middle;
      margin: 0px 5px 0px 8px; }
      div.paper .sectionnavigator .leftArrow::before {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        border: 8px;
        border-style: solid;
        border-color: transparent #111 transparent transparent;
        position: absolute;
        right: 100%;
        top: calc(50% - 8px); }
    div.paper .sectionnavigator .rightArrow {
      position: relative;
      top: -1px;
      display: inline-block;
      width: 12px;
      height: 6px;
      background-color: #111;
      color: transparent;
      overflow: hiddent;
      font-size: 1px;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Old versions of Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
         supported by Chrome, Opera and Firefox */
      vertical-align: middle;
      margin: 0px 11px 0px 5px; }
      div.paper .sectionnavigator .rightArrow::before {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        border: 8px;
        border-style: solid;
        border-color: transparent transparent transparent #111;
        position: absolute;
        left: 100%;
        top: calc(50% - 8px); }
  div.paper .sectiondescription {
    margin-bottom: 10px;
    border-bottom: 1px #111 dashed; }
    div.paper .sectiondescription::after {
      display: block;
      content: '';
      clear: both; }
    div.paper .sectiondescription p, div.paper .sectiondescription > div.content {
      text-align: justify;
      line-height: 1.5;
      margin: 0px;
      padding: 5px 0px 25px 0px;
      font-size: 14pt; }
    div.paper .sectiondescription img.sectionlogo {
      float: right;
      max-height: 130px;
      margin-left: 10px; }
  div.paper .noelements {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic; }
  div.paper a:link, div.paper a:visited {
    color: #a80f0f; }
  div.paper a:hover {
    color: #840404; }
  div.paper a.green:link, div.paper a.green:visited {
    color: #55d14e; }
  div.paper a.green:hover, div.paper a.green:active {
    color: #2d9927; }

@media only screen and (min-width: 720px) {
  div.paper > div {
    padding: 0px 50px 0px 30px; } }
@media only screen and (min-width: 1200px) {
  div.paper div.pulswinktown {
    text-align: left; }
    div.paper div.pulswinktown div.pulswinktownnav {
      text-align: right; }
  div.paper > div {
    padding: 0px 60px 0px 40px; } }
.form textarea.titleField {
  text-transform: uppercase;
  font-size: 28pt;
  width: 100%;
  text-align: left;
  font-weight: bold;
  border: 1px #999 solid;
  margin: 0px 0px 10px 0px;
  font-family: Rajdhani; }
  .form textarea.titleField:focus {
    text-transform: none; }
.form textarea.contentField {
  font-family: Rajdhani;
  border: 1px #999 solid;
  min-height: 150px;
  font-weight: bold; }

.records h3 {
  background-color: #111;
  color: #fff;
  padding: 10px;
  text-transform: uppercase; }
.records .record {
  border-bottom: 1px #111 dashed;
  padding: 10px 5px;
  margin-bottom: 15px;
  position: relative; }
  .records .record::after {
    display: block;
    content: '';
    clear: both; }
  .records .record:last-of-type {
    border-bottom: 0px; }
.records.articlesGrid .article {
  width: 99%;
  margin: 10px auto 15px auto; }
  .records.articlesGrid .article .data {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #111;
    border: 2px #111 solid; }
    .records.articlesGrid .article .data .new {
      display: block;
      position: absolute;
      bottom: calc(100% + 10px);
      left: 10px;
      z-index: 1;
      background-color: #c91b1b;
      color: #fff;
      text-transform: uppercase;
      padding: 5px;
      font-size: 10pt;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .records.articlesGrid .article .data .new::after {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: #c91b1b transparent transparent transparent;
        position: absolute;
        top: 100%;
        left: calc(50% - 10px); }
    .records.articlesGrid .article .data .category {
      display: block;
      position: absolute;
      top: 7px;
      left: 7px;
      z-index: 1;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .records.articlesGrid .article .data .info {
      display: block;
      position: absolute;
      top: 7px;
      right: 7px;
      z-index: 1;
      background-color: #111;
      color: #fff;
      padding: 5px 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .records.articlesGrid .article .data .info div {
        font-size: 10pt;
        padding: 1px 0px;
        color: #999; }
    .records.articlesGrid .article .data .publication {
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 1;
      width: 100%;
      padding: 10px 5px;
      background-color: rgba(17, 17, 17, 0.7);
      color: #fff;
      text-transform: uppercase;
      font-size: 11pt; }
    .records.articlesGrid .article .data .image {
      position: absolute;
      width: 100%;
      padding-top: 56.25%;
      top: 0px;
      left: 0px;
      overflow: hidden;
      z-index: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
  .records.articlesGrid .article div.title {
    padding: 5px 5px 10px 5px; }
    .records.articlesGrid .article div.title a {
      font-weight: bold;
      font-size: 13pt; }
      .records.articlesGrid .article div.title a:link, .records.articlesGrid .article div.title a:visited {
        color: #111; }
      .records.articlesGrid .article div.title a:hover, .records.articlesGrid .article div.title a:active {
        color: #444; }
.records .articlePos div.article {
  margin-bottom: 25px; }
  .records .articlePos div.article::after {
    display: block;
    content: '';
    clear: both; }
  .records .articlePos div.article div.categoryInfo {
    border-bottom: 1px #888 solid; }
    .records .articlePos div.article div.categoryInfo .category {
      -webkit-border-radius: 3px 3px 0px 0px;
      -moz-border-radius: 3px 3px 0px 0px;
      border-radius: 3px 3px 0px 0px; }
  .records .articlePos div.article a.title {
    font-size: 18pt;
    display: block;
    margin: 10px 0px; }
    .records .articlePos div.article a.title:link, .records .articlePos div.article a.title:visited {
      color: #111; }
    .records .articlePos div.article a.title:hover, .records .articlePos div.article a.title:active {
      color: #c91b1b; }
  .records .articlePos div.article div.image {
    float: left;
    display: none;
    width: 40%;
    margin-right: 10px; }
    .records .articlePos div.article div.image img {
      max-width: 100%; }
  .records .articlePos div.article div.publication {
    text-transform: uppercase;
    padding: 10px 0px; }
    .records .articlePos div.article div.publication span, .records .articlePos div.article div.publication a {
      display: block;
      margin: 0px 0px 10px 0px; }
.records .post div.new {
  position: absolute;
  top: calc(50% - 12px);
  right: 50px;
  width: 0px;
  height: 24px; }
  .records .post div.new::before {
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 0px;
    right: 100%;
    border-style: solid;
    border-width: 12px;
    border-color: transparent #111 transparent transparent; }
  .records .post div.new::after {
    position: absolute;
    display: block;
    content: 'nowy';
    top: 0px;
    left: 100%;
    background-color: #111;
    color: #fff;
    line-height: 24px;
    padding: 0px 6px;
    font-size: 10pt;
    text-transform: uppercase;
    width: 30px;
    text-align: center; }
.records .post div.avatar {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 65px;
  overflow: hidden;
  display: none; }
  .records .post div.avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px; }
.records .post div.publication {
  position: relative;
  text-transform: uppercase;
  padding-top: 1px;
  font-size: 10pt; }
  .records .post div.publication .category {
    float: left;
    padding: 5px;
    margin-right: 6px;
    font-size: 10pt; }
.records .post div.title {
  font-size: 14pt;
  width: 100%;
  margin-top: 5px; }
.records .yaper.editMode div.avatar {
  padding-top: 35px; }
.records .yaper div.new {
  position: absolute;
  top: 16px;
  right: 50px;
  width: 0px;
  height: 24px; }
  .records .yaper div.new::before {
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 0px;
    right: 100%;
    border-style: solid;
    border-width: 12px;
    border-color: transparent #111 transparent transparent; }
  .records .yaper div.new::after {
    position: absolute;
    display: block;
    content: 'nowy';
    top: 0px;
    left: 100%;
    background-color: #111;
    color: #fff;
    line-height: 24px;
    padding: 0px 6px;
    font-size: 10pt;
    text-transform: uppercase;
    width: 30px;
    text-align: center; }
.records .yaper div.avatar {
  text-align: center;
  display: none !important; }
  .records .yaper div.avatar img {
    max-width: 100%;
    max-height: 120px; }
.records .yaper div.info {
  padding: 10px 60px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px #111 solid;
  font-weight: bold;
  text-transform: uppercase; }
  .records .yaper div.info span.login {
    text-transform: none; }
.records .yaper div.content {
  padding: 5px 10px;
  font-size: 13pt;
  text-align: justify;
  line-height: 1.6; }
.records .yaper div.options {
  text-align: right; }
.records .yaper textarea {
  min-height: 110px; }
.records .user, .records .fractionlist {
  position: relative; }
  .records .user div.image, .records .fractionlist div.image {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: top;
    margin-right: 10px;
    position: relative; }
    .records .user div.image img, .records .fractionlist div.image img {
      max-width: 50px;
      max-height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .records .user div.data, .records .fractionlist div.data {
    display: inline-block;
    height: auto;
    width: calc(100% - 70px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .records .user div.data div.personalities, .records .fractionlist div.data div.personalities {
      clear: both;
      overflow-x: hidden; }
      .records .user div.data div.personalities div.name, .records .fractionlist div.data div.personalities div.name {
        padding: 5px 0px;
        font-size: 14pt;
        white-space: nowrap; }
      .records .user div.data div.personalities div.nick, .records .fractionlist div.data div.personalities div.nick {
        padding: 5px 0px;
        color: #666;
        white-space: nowrap; }
.records .pedia::after {
  display: block;
  content: '';
  clear: both; }
.records .pedia div.new {
  position: absolute;
  top: calc(50% - 12px);
  right: 50px;
  width: 0px;
  height: 24px; }
  .records .pedia div.new::before {
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 0px;
    right: 100%;
    border-style: solid;
    border-width: 12px;
    border-color: transparent #111 transparent transparent; }
  .records .pedia div.new::after {
    position: absolute;
    display: block;
    content: 'nowy';
    top: 0px;
    left: 100%;
    background-color: #111;
    color: #fff;
    line-height: 24px;
    padding: 0px 6px;
    font-size: 10pt;
    text-transform: uppercase;
    width: 30px;
    text-align: center; }
.records .pedia div.pediacategory {
  float: left;
  font-size: 10pt;
  background-color: #111;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .records .pedia div.pediacategory a {
    display: block;
    line-height: 30px;
    padding: 0px 5px; }
    .records .pedia div.pediacategory a:link, .records .pedia div.pediacategory a:visited {
      color: #fff !important; }
    .records .pedia div.pediacategory a:hover, .records .pedia div.pediacategory a:active {
      color: #c91b1b !important; }
.records .pedia div.title {
  float: right;
  font-size: 12pt;
  width: calc(100% - 110px);
  padding-right: 60px; }
  .records .pedia div.title a {
    line-height: 30px; }
.records .categories {
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px #111 dashed; }
  .records .categories::before {
    content: 'Kategorie';
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14pt; }
  .records .categories .category {
    margin: 3px; }
  .records .categories .media {
    margin-top: 20px; }
    .records .categories .media::before {
      content: 'Publikatory (Archiwum)';
      display: block;
      padding-bottom: 10px;
      text-transform: uppercase;
      font-size: 14pt;
      text-align: center; }
.records .sortby {
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px #111 dashed; }
  .records .sortby::before {
    content: 'Opcje sortowania';
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14pt; }
  .records .sortby .category {
    margin: 3px; }

@media only screen and (min-width: 720px) {
  .records .post div.avatar {
    display: block; }

  .records .post div.publication {
    font-size: 12pt; }
    .records .post div.publication .category {
      padding: 9px;
      font-size: 12pt; }

  .records .post div.title {
    width: calc(100% - 70px);
    float: left;
    margin-top: 10px; }

  .records .pedia div.pediacategory {
    font-size: 12pt;
    width: 120px; }

  .records .pedia div.title {
    font-size: 14pt;
    width: calc(100% - 130px); } }
@media only screen and (min-width: 1200px) {
  .records .yaper div.avatar {
    display: block !important; }

  .records.articles .article div.image {
    display: block !important; }

  .records .user div.image, .records .fractionlist div.image {
    width: 120px;
    height: 120px; }
    .records .user div.image img, .records .fractionlist div.image img {
      max-width: 120px;
      max-height: 120px; }
  .records .user div.data, .records .fractionlist div.data {
    width: calc(100% - 140px);
    height: auto; } }
div.paper > div.article h1, .redaktor-editor div.article h1 {
  border-bottom: 0px;
  text-align: left; }
div.paper > div.article .sectionnavigator, .redaktor-editor div.article .sectionnavigator {
  border-bottom: 1px #111 solid;
  padding: 5px; }
div.paper > div.article div.mainimage, .redaktor-editor div.article div.mainimage {
  text-align: center; }
  div.paper > div.article div.mainimage img, .redaktor-editor div.article div.mainimage img {
    max-width: 100%;
    margin: 10px 0px; }
div.paper > div.article div.publication, .redaktor-editor div.article div.publication {
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0px 5px 0px 5px; }
  div.paper > div.article div.publication a, div.paper > div.article div.publication span, .redaktor-editor div.article div.publication a, .redaktor-editor div.article div.publication span {
    display: inline-block; }
  div.paper > div.article div.publication a:link, div.paper > div.article div.publication a:visited, .redaktor-editor div.article div.publication a:link, .redaktor-editor div.article div.publication a:visited {
    color: #111; }
  div.paper > div.article div.publication a:hover, div.paper > div.article div.publication a:active, .redaktor-editor div.article div.publication a:hover, .redaktor-editor div.article div.publication a:active {
    color: #c91b1b; }
  div.paper > div.article div.publication span.time, .redaktor-editor div.article div.publication span.time {
    color: #666; }
div.paper > div.article div.options, .redaktor-editor div.article div.options {
  border-top: 1px #111 solid;
  padding-top: 15px;
  margin-top: 20px;
  text-align: right; }
  div.paper > div.article div.options > div, .redaktor-editor div.article div.options > div {
    display: inline-block; }
  div.paper > div.article div.options .discussion, .redaktor-editor div.article div.options .discussion {
    display: inline-block;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
       supported by Chrome, Opera and Firefox */
    border-width: 2px 0px;
    border-style: solid;
    border-color: #111;
    padding: 4px 0px;
    margin-right: 5px; }
    div.paper > div.article div.options .discussion::after, .redaktor-editor div.article div.options .discussion::after {
      display: block;
      content: '';
      clear: both; }
    div.paper > div.article div.options .discussion .counter, .redaktor-editor div.article div.options .discussion .counter {
      font-size: 16pt;
      display: inline-block;
      padding: 4px 5px 0px 10px; }
    div.paper > div.article div.options .discussion [class*="icon-"], .redaktor-editor div.article div.options .discussion [class*="icon-"] {
      display: inline-block;
      float: left; }
    div.paper > div.article div.options .discussion a, .redaktor-editor div.article div.options .discussion a {
      display: inline-block;
      font-size: 16pt;
      padding: 4px;
      text-transform: uppercase; }
      div.paper > div.article div.options .discussion a:link, div.paper > div.article div.options .discussion a:visited, .redaktor-editor div.article div.options .discussion a:link, .redaktor-editor div.article div.options .discussion a:visited {
        color: #111;
        background-color: transparent; }
      div.paper > div.article div.options .discussion a:hover, div.paper > div.article div.options .discussion a:active, .redaktor-editor div.article div.options .discussion a:hover, .redaktor-editor div.article div.options .discussion a:active {
        color: #fff;
        background-color: #111; }
  div.paper > div.article div.options .manage, div.paper > div.article div.options .sharemanage, .redaktor-editor div.article div.options .manage, .redaktor-editor div.article div.options .sharemanage {
    border-width: 2px 0px;
    border-style: solid;
    border-color: transparent;
    padding: 4px 0px; }

.profile::after, .fraction::after {
  display: block;
  content: '';
  clear: both; }
.profile h1 span, .fraction h1 span {
  color: #444;
  font-size: smaller;
  position: relative;
  bottom: 3px; }
  .profile h1 span::before, .fraction h1 span::before {
    content: '('; }
  .profile h1 span::after, .fraction h1 span::after {
    content: ')'; }
.profile div.avatar, .profile div.logo, .fraction div.avatar, .fraction div.logo {
  float: left;
  width: 100%;
  text-align: center; }
.profile div.interactions, .fraction div.interactions {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 10px 0px 0px 0px; }
.profile div.activity, .fraction div.activity {
  float: left;
  text-align: center;
  width: 100%;
  margin: 0px 0px 0px 0px;
  position: relative; }
  .profile div.activity > div, .fraction div.activity > div {
    margin: 18px 5px; }
  .profile div.activity span, .fraction div.activity span {
    display: block; }
    .profile div.activity span.param, .fraction div.activity span.param {
      text-transform: uppercase;
      margin-bottom: 5px;
      padding-bottom: 5px;
      font-weight: bold;
      border-bottom: 1px #111 dotted; }
    .profile div.activity span.value-big, .fraction div.activity span.value-big {
      font-size: 15pt; }
.profile div.data, .fraction div.data {
  float: left;
  margin: 10px 0px 0px 0px;
  width: 100%;
  height: auto;
  text-align: center; }
  .profile div.data .dataPosition, .fraction div.data .dataPosition {
    padding-bottom: 10px;
    border-bottom: 0px #111 dotted;
    margin-bottom: 10px; }
    .profile div.data .dataPosition .name, .fraction div.data .dataPosition .name {
      padding-left: 40px;
      margin-bottom: 3px;
      text-transform: uppercase;
      color: #666; }
    .profile div.data .dataPosition .emblem, .fraction div.data .dataPosition .emblem {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
    .profile div.data .dataPosition .value, .fraction div.data .dataPosition .value {
      display: inline-block;
      line-height: 30px;
      vertical-align: top; }
.profile div.description-profile, .profile div.description-fraction, .profile div.description-medals, .profile div.description-map, .fraction div.description-profile, .fraction div.description-fraction, .fraction div.description-medals, .fraction div.description-map {
  clear: both;
  padding-top: 20px; }
  .profile div.description-profile::before, .profile div.description-fraction::before, .profile div.description-medals::before, .profile div.description-map::before, .fraction div.description-profile::before, .fraction div.description-fraction::before, .fraction div.description-medals::before, .fraction div.description-map::before {
    display: block;
    font-size: 14pt;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #111 dotted; }
.profile div.description-profile::before, .fraction div.description-profile::before {
  content: 'Biografia'; }
.profile div.description-fraction::before, .fraction div.description-fraction::before {
  content: 'Opis'; }
.profile div.description-map, .fraction div.description-map {
  text-align: center; }
  .profile div.description-map::before, .fraction div.description-map::before {
    content: 'Mapa'; }
.profile div.description-medals, .fraction div.description-medals {
  text-align: center; }
  .profile div.description-medals::before, .fraction div.description-medals::before {
    content: 'Odznaczenia'; }
  .profile div.description-medals div.medal, .fraction div.description-medals div.medal {
    display: inline-block;
    margin: 10px 10px 20px 20px;
    padding: 10px;
    text-align: center;
    width: calc(25% - 40px);
    min-width: 120px; }
    .profile div.description-medals div.medal a, .fraction div.description-medals div.medal a {
      display: block;
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-bottom: 1px #111 dashed; }
    .profile div.description-medals div.medal img, .fraction div.description-medals div.medal img {
      max-height: 50px;
      max-width: 100%; }
.profile div.profile-stats::before, .fraction div.profile-stats::before {
  display: block;
  content: 'Aktywność mieszkańca';
  font-size: 18pt;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #111 dotted; }
.profile div.fraction-stats::before, .fraction div.fraction-stats::before {
  display: block;
  content: 'Interakcja z frakcją';
  font-size: 18pt;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #111 dotted; }
.profile div.profile-stats, .profile div.fraction-stats, .fraction div.profile-stats, .fraction div.fraction-stats {
  clear: both;
  padding-top: 0px;
  font-size: 13pt;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #111 dotted; }
  .profile div.profile-stats::after, .profile div.fraction-stats::after, .fraction div.profile-stats::after, .fraction div.fraction-stats::after {
    display: block;
    content: '';
    clear: both; }
  .profile div.profile-stats span.param, .profile div.fraction-stats span.param, .fraction div.profile-stats span.param, .fraction div.fraction-stats span.param {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px;
    padding-top: 10px; }
  .profile div.profile-stats span.value, .profile div.fraction-stats span.value, .fraction div.profile-stats span.value, .fraction div.fraction-stats span.value {
    display: block;
    text-align: center;
    padding-bottom: 10px; }
  .profile div.profile-stats a, .profile div.fraction-stats a, .fraction div.profile-stats a, .fraction div.fraction-stats a {
    display: block;
    border: 1px transparent dashed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .profile div.profile-stats a span, .profile div.fraction-stats a span, .fraction div.profile-stats a span, .fraction div.fraction-stats a span {
      color: #111; }
    .profile div.profile-stats a.active, .profile div.fraction-stats a.active, .fraction div.profile-stats a.active, .fraction div.fraction-stats a.active {
      border-color: #111; }
.profile div.fraction-members div.member::after, .fraction div.fraction-members div.member::after {
  display: block;
  content: '';
  clear: both; }
.profile div.fraction-members div.member div.avatar, .fraction div.fraction-members div.member div.avatar {
  display: inline-block;
  position: relative;
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px; }
  .profile div.fraction-members div.member div.avatar img, .fraction div.fraction-members div.member div.avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 50px;
    max-width: 50px; }
.profile div.fraction-members div.member div.memberdata, .fraction div.fraction-members div.member div.memberdata {
  display: inline-block;
  line-height: 50px;
  font-size: 14pt; }
  .profile div.fraction-members div.member div.memberdata span, .fraction div.fraction-members div.member div.memberdata span {
    color: #666; }
.profile div.fraction-members div.member div.memberoptions, .fraction div.fraction-members div.member div.memberoptions {
  display: inline-block;
  float: right;
  line-height: 50px; }

@media only screen and (min-width: 1200px) {
  .profile div.avatar, .profile div.logo, .fraction div.avatar, .fraction div.logo {
    width: 150px;
    height: 150px; }
    .profile div.avatar img, .profile div.logo img, .fraction div.avatar img, .fraction div.logo img {
      max-width: 150px;
      max-height: 150px; }
  .profile div.interactions, .fraction div.interactions {
    width: 50px;
    margin: 0px 0px 0px 10px;
    height: 150px; }
  .profile div.activity, .fraction div.activity {
    width: calc(50% - 118px);
    margin: 0px 0px 0px 10px; }
  .profile div.data, .fraction div.data {
    width: calc(50% - 118px);
    min-height: 150px;
    margin: 0px 0px 0px 15px;
    text-align: left; } }
.topic .post > div {
  position: relative; }
  .topic .post > div::after {
    display: block;
    content: '';
    clear: both; }
.topic .post div.avatar {
  float: left;
  width: 156px;
  height: 188px;
  margin-right: 10px;
  display: none;
  text-align: center;
  background-image: url("../images/postavatarbg.png");
  background-repeat: no-repeat;
  position: relative; }
  .topic .post div.avatar div {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 120px;
    height: 156px; }
    .topic .post div.avatar div img {
      max-width: 120px;
      max-height: 156px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
.topic .post div.content, .topic .post div.content-form {
  width: 100%;
  float: right;
  z-index: 0;
  position: relative; }
  .topic .post div.content div.data, .topic .post div.content-form div.data {
    font-weight: bold;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px #111 dotted;
    text-transform: uppercase; }
.topic .post div.content {
  padding-bottom: 40px; }
.topic .post div.options {
  text-align: right;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: 60px; }
.topic .post textarea {
  min-height: 260px; }
.topic .panel {
  position: relative;
  left: 1%;
  width: 96.5%;
  background: #fff;
  text-transform: uppercase;
  color: #111;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 3px 3px 3px 3px #111, inset 0px 0px 3px 3px rgba(170, 170, 170, 0.8);
  -moz-box-shadow: 3px 3px 3px 3px #111, inset 0px 0px 3px 3px rgba(170, 170, 170, 0.8);
  box-shadow: 3px 3px 3px 3px #111, inset 0px 0px 3px 3px rgba(170, 170, 170, 0.8); }
  .topic .panel::after {
    display: block;
    content: '';
    clear: both; }
  .topic .panel h2 {
    font-size: 14pt;
    line-height: 25px; }
  .topic .panel span, .topic .panel a {
    display: inline-block;
    white-space: nowrap;
    margin: 0px 5px;
    line-height: 25px; }
  .topic .panel a:link, .topic .panel a:visited {
    color: #111; }
  .topic .panel a:hover, .topic .panel a:active {
    color: #c91b1b; }

@media only screen and (min-width: 1200px) {
  .topic .post div.avatar {
    display: block; }
  .topic .post div.content, .topic .post div.content-form {
    width: calc(100% - 166px); } }
.redaktor-createProject {
  margin: 10px 0px 15px 0px;
  text-align: center; }
  .redaktor-createProject a, .redaktor-createProject span {
    display: block; }

.redaktor-userPublications {
  text-align: center;
  margin-bottom: 20px; }

.redaktor-projectRecord {
  margin: 0px 0px 10px 0px;
  padding: 10px 5px;
  border-bottom: 1px #111 dashed; }
  .redaktor-projectRecord::after {
    display: block;
    content: '';
    clear: both; }
  .redaktor-projectRecord:last-of-type {
    border-bottom: 0px; }
  .redaktor-projectRecord div.title {
    display: inline-block;
    padding: 10px 10px 10px 0px;
    font-size: 14pt;
    line-height: 25px; }
    .redaktor-projectRecord div.title span {
      display: inline-block;
      margin-left: 5px;
      color: #444;
      font-size: 12pt;
      text-transform: uppercase;
      font-style: normal; }
      .redaktor-projectRecord div.title span::before {
        content: '['; }
      .redaktor-projectRecord div.title span::after {
        content: ']'; }
  .redaktor-projectRecord div.manage {
    display: inline-block;
    float: right; }

.redaktor-editor textarea[name="title"], .redaktor-editor textarea[name="tags"] {
  width: 100%;
  text-align: left;
  font-weight: bold;
  border: 1px #999 solid;
  margin: 0px 0px 10px 0px;
  font-family: Rajdhani; }
.redaktor-editor textarea[name="title"] {
  font-size: 28pt;
  text-transform: uppercase; }
  .redaktor-editor textarea[name="title"]:focus {
    text-transform: none; }
.redaktor-editor textarea[name="lead"] {
  font-family: Rajdhani;
  border: 1px #999 solid;
  min-height: 150px;
  font-weight: bold; }
.redaktor-editor hr {
  border: 1px #aaa solid;
  margin: 10px 0px; }
.redaktor-editor div.editor-category {
  position: relative;
  z-index: 1; }
.redaktor-editor div.editor-image {
  position: relative;
  z-index: 0; }
  .redaktor-editor div.editor-image div.image {
    text-align: center;
    padding-top: 10px; }
    .redaktor-editor div.editor-image div.image img {
      max-width: 100%; }
  .redaktor-editor div.editor-image div.upload {
    margin: 20px;
    text-align: center; }
    .redaktor-editor div.editor-image div.upload button {
      border-width: 1px;
      border-style: solid;
      text-transform: uppercase;
      padding: 10px;
      color: #fff;
      font-size: 13pt; }
      .redaktor-editor div.editor-image div.upload button.upload {
        border-color: #2d9927;
        background-color: #2d9927; }
        .redaktor-editor div.editor-image div.upload button.upload:hover {
          background-color: #48be42; }
      .redaktor-editor div.editor-image div.upload button.delete {
        border-color: #a80f0f;
        background-color: #a80f0f; }
        .redaktor-editor div.editor-image div.upload button.delete:hover {
          background-color: #c91b1b; }
  .redaktor-editor div.editor-image div.info {
    margin: 20px 0px;
    padding: 0px 10px;
    line-height: 1.5;
    text-align: center;
    font-style: italic; }
  .redaktor-editor div.editor-image div.altimage {
    text-align: center;
    padding: 0px 0px 10px 0px; }
.redaktor-editor div.editor-image {
  position: relative;
  z-index: 0;
  border: 1px #999 solid; }
.redaktor-editor div.editor-summernote {
  position: relative;
  z-index: 0;
  border: 1px #999 solid; }
.redaktor-editor div.editor-options {
  position: relative;
  z-index: 0;
  padding: 10px 0px; }

@media only screen and (min-width: 1200px) {
  .redaktor-createProject a, .redaktor-createProject span {
    display: inline-block; } }
.winkopediamain .search {
  margin-top: 20px;
  margin-bottom: 40px; }
  .winkopediamain .search input[type="text"] {
    border: 1px #aaa solid;
    line-height: 30px;
    padding: 10px; }
    .winkopediamain .search input[type="text"]:focus {
      border-color: #111; }
  .winkopediamain .search button[type="submit"] {
    padding: 10px;
    line-height: 30px;
    width: calc(100% - 4px); }
.winkopediamain a.category {
  margin: 1px;
  padding: 5px 4px;
  font-size: 11pt; }
  .winkopediamain a.category:link, .winkopediamain a.category:visited {
    color: #fff; }
  .winkopediamain a.category:hover {
    color: #aaa; }
.winkopediamain a.letter {
  display: inline-block;
  border: 1px #666 solid;
  margin: 2px 1px;
  padding: 5px 4px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .winkopediamain a.letter:link, .winkopediamain a.letter:visited {
    color: #000; }
  .winkopediamain a.letter:hover {
    color: #fff;
    background-color: #111; }

.weletter .lettertime {
  float: right;
  font-size: 14pt;
  color: #666; }
.weletter .letterinterlocutor {
  font-size: 14pt;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #111 dotted; }
  .weletter .letterinterlocutor span {
    text-transform: uppercase;
    font-weight: bold; }

#mainFooter {
  background-color: #111;
  background-image: url("../images/body.jpg"); }

div.footerMenu {
  padding: 15px 0px; }
  div.footerMenu a {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0px 10px; }
    div.footerMenu a:link, div.footerMenu a:visited {
      color: #fff; }
    div.footerMenu a:hover {
      color: #f70202; }

img.winkonetLogo {
  max-width: 100px;
  float: right;
  margin: 15px; }

div.copyrights {
  padding: 10px; }
  div.copyrights > div {
    margin: 0px 0px 20px 0px; }

/*# sourceMappingURL=style.css.map */
