/*************************************************************
a — setup
**************************************************************/
/* a1 import the colour scheme
-------------------------------------------------------------*/
/* a1.1 */
  @import url(style_cs.1656174472.css);

@import url('https://fonts.googleapis.com/css2?family=poppins:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=josefin+sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=bebas+neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=abril+fatface&display=swap');


@font-face {
font-family: 'prego';
src: url('http://forumstatic.ru/files/001b/a2/fd/37558.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'agloist';
src: url('http://forumstatic.ru/files/001b/a2/fd/49639.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'bon foyage';
src: url('http://forumstatic.ru/files/001b/a2/fd/57232.otf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'garcia marquez';
src: url('http://forumstatic.ru/files/001b/a2/fd/44494.otf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'hamiltone';
src: url('http://forumstatic.ru/files/001b/a2/fd/11962.otf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'miss lavanda';
src: url('http://forumstatic.ru/files/001b/a2/fd/93857.otf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'qanoar';
src: url('http://forumstatic.ru/files/001b/a2/fd/18234.otf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'second lesson';
src: url('http://forumstatic.ru/files/001b/a2/fd/38103.otf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'yeseva one';
src: url('http://forumstatic.ru/files/001b/a2/fd/73753.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'montserrat';
src: url('http://forumstatic.ru/files/001b/a2/fd/45251.ttf');
font-weight: normal;
font-style: normal;
}



/* a2 deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* a2.1 */
html, body {margin: 0; padding: 0}
/* a2.2 */
.punbb * {
  margin: 0
  }
/* a2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }
/* a2.4 */
.punbb img {
  border:none
  }
/* a2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }
/* a2.6 */
.checkfield input[type=«checkbox»], .radiofield input[type=«radio»] {margin: 0 0.3em;}
/* a2.7 */
p[class=«checkfield»] *,
div[class=«checkfield»] *,
fieldset[class=«radiofield»] * {
  height: 1.8em;
  vertical-align: middle
  }
/* a3 text setup
-------------------------------------------------------------*/
/* a3.1 */
body {
  font-size: 100.01%;
  }
/* a3.2 */
.punbb {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  }
/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 10px arial;
    background: #456d6714;
    border-radius: 3px;
    border-color: #b7b7b703;
  }
/* a3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 10px;
  font-weight: normal;
  }
/* a3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }
/* a3.6 */

.punbb pre {
    font: 11px arial;
    line-height: 17px;
    color: #525252;
}

/* a3.7 */
.punbb address, .punbb em {
  font-style: normal
  }
/* a3.8 */
.punbb .post-content em {
  font-style: italic
  }
/* a3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
text-decoration: underline;
  }
/* a3.10 */
.punbb a {
  }
/* a3.11 */
.punbb optgroup {
  font-weight: bold;
  }
/* a4 float clearing and hidden items
-------------------------------------------------------------*/
/* a4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }
/* a4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }
/* a5 basic page layout and borders
-------------------------------------------------------------*/
    /* a5.1 */
    #pun {
    width: 1030px;
    margin: 150px auto;
    padding: 1px 0px;
      }
    /* a5.2 */
    .punbb {
    float: none;
    width: 960px;
    height: auto;
    margin: 0 auto;
      }
    /* a5.3 */
    #pun-redirect {
      background: #191919;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 100;
      top: 0 !important;
      left: 0 !important;
      }
    #pun-redirect #pun-main {
    margin: 12% 37% 12px 37%;
      width: auto;
      float: none;
      position: relative;
      z-index: 1000;
      }
/* a5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }
/* a5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }
/* a5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }
/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }
/* a5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none solid none;
  border-width: 0px 0px 2px 0px
  }
/* a5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }
/* a5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }
/*************************************************************
b — main content — general
**************************************************************/
/* b1 parsed content, signatures and scroll boxes
-------------------------------------------------------------*/
/* b1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }
/* b1.2 */
.punbb .post-sig dt:before {
    content: 'xxx';
}
.punbb .post-sig dt {
    display: block;
    width: auto;
    font-size: 8px;
    letter-spacing: 10px;
    margin: auto;
    text-align: center;
    padding: 4px;
}
/* b1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 10px 0;
  font-family: arial;
  font-size: 11px;
  color: #525252;
  line-height: 150%;
    text-align: justify;
  }
/* b1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }
/* b1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }
/* b1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }
/* b1.7 */
.punbb .post-content .scrollbox {
    width: 100%;
    max-height: 4em!important;
    overflow: auto;
  }
/* b1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1.4em 1.8em 1.4em 1.8em;
    padding: 1.4em;
  }
/* b1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-family: arial;
    text-transform: lowercase;
    border-radius: 7px;
  }
.punbb .post-content .blockcode {
    margin-top: 10px!important;
    height: 44px;
}

/* b2 information boxes
-------------------------------------------------------------*/
/* b2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }
/* b2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }
/* b2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }
/* b3 pagination and posting links
-------------------------------------------------------------*/
/* b3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }
/* b3.2 */
.multipage {
  margin-top: 3em;
  }
/* b3.3 */
.linkst .pagelink {
    position: absolute;
    font-size: 8px;
    color: #a8ada5;
    text-transform: lowercase;
    left: -22px;
    margin-top: -11px;
    width: 24em;
  }
/* b3.4 */
.linkst .postlink {
    position: absolute;
    top: -14px;
    right: 0em;
    width: 16em;
    text-transform: lowercase;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
  }
/* b3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }
/* b3.6 */
.linksb .pagelink {
    float: left;
    text-align: left;
    font-size: 8px;
    color: #a8ada5;
    text-transform: lowercase;
    margin-left: -33px;
    width: 24em;
  }
/* b3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
    text-transform: lowercase;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
  }
/* b3.8 */
.subscribelink {
    clear: both;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
    text-transform: lowercase;
    font-size: 9px;
    text-align: right;
  }
/*************************************************************
c — main content — specific
**************************************************************/
/* c1 form layout
-------------------------------------------------------------*/
/* c1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }
/* c1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }
/* c1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 2.6em 0 0;
margin-left: -18px;
  }
/* c1.4 */
.punbb fieldset {
    margin: 0px 0 1em 0;
  }
/* c1.5 */

.punbb .formal fieldset legend {
padding: 0;
    display: block;
}


#pun-viewtopic .formal fieldset legend {
    font-size: 9px;
    text-align: center;
    font-family: arial;
    text-transform: lowercase;
    color: #666666;!important;
  }
/* c1.6 */
.punbb fieldset legend span {
    padding: 0px 5px;
    margin: 0;
  }
/* c1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }
/* c1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }
/* c1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }
/* c1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }
/* c1.11 */
.punbb .inline .infofield {
  clear:both
  }
/* c1.12 */
.punbb .datafield br {
  display: none
  }
/* c1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }
/* c1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }
/* c1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* for ie */
  }
/* c1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }
/* c1.17 */
.punbb .hashelp {
  position: relative;
  }
/* c1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }
/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }
/* c1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }
/* c1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }
/* c2 table layout
-------------------------------------------------------------*/
/* c2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 27%;
  }
.punbb td div.tclcon {
    text-align: justify;
}
/* c2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 6%;
    text-align: center;
    font-family: arial;
    font-size: 9px;
  }
/* c2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 14%;
  }
/* c2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }
#pun-modviewforum table div.icon {
    float: left!important;
    margin-top: 2px;
}
/* c2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }
/* c2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }
/* c2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }
/* c2.8 */
#pun-index .tcl h3 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: prego;
    letter-spacing: 1px;
}

/* c2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }
/* c2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }
/* c2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }
/* c2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }
/* c2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }
/* c2.14 */
.punbb tbody.hasicon td.tcl {
    padding: 2.2em;
  }
/* c2.15 */
.punbb div.icon {
    height: 25px;
    float: left;
    margin-right: -16px;
    background-repeat: no-repeat;
    line-height: 0.0;
    margin-top: 2px;
    width: 25px;
  }
/* c2.16 */
.punbb  table div.icon {
    font-size: 1.05em;
  }
/* c3 topics
-------------------------------------------------------------*/
/* c3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }
/* c3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }
/* c3.3 */
.punbb .post h3 span {
    padding: 4px;
    display: block;
    margin: 26px -31px;
    font-family: verdana;
    text-transform: lowercase;
    background: #c1b5c521;
    font-size: 8px;
  }
.punbb .post h3 span a {
color: #000000;
}
/* c3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }
/* c3.5 */
.punbb .post .post-author {
    float: left;
    width: 226px;
    padding: 1px;
    overflow: hidden;
    margin-left: -36px;}

/* c3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    line-height: 140%;
  }
/* c3.7 */
.pa-author {
    font-size: 11px;
    font-weight: bold;
    margin-left: 0px;
    text-align: center;
    padding-bottom: 10px!important;
    letter-spacing: 1px;
    color: #fff;
    font-family: prego;
    text-transform: uppercase;
  }
/* c3.8 */
.pa-author a {
    color: #aa8ba5!important;
    margin-left: 11px;
    font-family: prego;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 17px;
}
.pa-author a:hover, .pa-author a:active {
    color: #b1680c!important;
}
li.pa-avatar.item2 img {
    max-width: 180px;
    margin-left: 8px;
    border: 3px solid #fff;
    outline: 1px solid #b18db094;
}
.post-author ul li.pa-avatar {
    text-align: center;
    padding-bottom: 0px!important;
    margin-bottom: -5px;
    margin-top: -3px;
}
/* c3.9 */
li.pa-title {
    text-align: center;
    letter-spacing: 1px;
    font-family: arial;
    margin-left: 9px;
    padding: 4px 10px;
    line-height: 10px;
    color: #969696;
    font-size: 7px;
    margin-bottom: 4px;
    margin-top: -11px;
    text-transform: lowercase;}
li.pa-fld1 {
    font-size: 9px;
    margin-top: -7px;
    margin-bottom: -7px;
    margin-left: 20px;
    text-transform: lowercase;
    text-align: justify;
    line-height: 12px;
    height: 23px;
}

li.pa-fld3 {
margin-top: -14px;
    text-align: center;
}

li.pa-fld5 {
position: absolute;
    margin: -14px 0 0 -11px;
    transform: rotate(-12deg);
}

li.pa-fld5 img {
    width: 27px;
}

li.pa-fld1 a {
    font-weight: bold;
}
li.pa-fld3 {
    text-align: center;
    margin-left: 10px;
    margin-top: -5px;
    width: 216px;
    line-height: 10px;
    font-size: 6px;
}
.fdom {
    background-color: #d8d8d8;
    margin-top: -16px!important;
    padding: 0px 4px;
    padding-bottom: 7px;
    margin-left: auto;
    width: fit-content;
    text-align: center;
    font-family: theanomodern;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: auto;
}

.post-author .pa-respect, .pa-posts {
    display: inline-block;
    margin-left: 37px;
    text-transform: lowercase;
    font-family: arial;
    color: #585858;
    font-size: 8px;
    margin-top: 7px;
    margin-bottom: 0px;
}
.pa-respect a, .pa-posts a {
    color: #585858!important;
}
li.pa-fld2 {
    font-size: 9px;
    text-transform: none;
    background: #fcfcfc;
    margin-top: 4px;
    color: #666666;
    font-family: arial;
    width: 198px;
    word-spacing: 1px;
    border: 1px solid #ececec;
    border-radius: 16px 16px 0px 0px;
    margin-left: 10px;
    padding: 11px 8px 7px 8px;
}
li.pa-ip {
    font-size: 7px;
    text-align: center;
    margin-bottom: 4px;
}
li.pa-online {
    font-size: 8px;
    margin-top: 1px;
    width: 228px;
    font-family: arial;
    text-transform: lowercase;
    color: #b99db9;
    margin-left: 2px;
    text-align: center;}
/* c3.11 */
.punbb .post-body {
    margin-left: 21em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }
/* c3.12 */
.punbb .post-box {
    padding: 1em 0em;
    padding-right: 1px;
  }
/*c3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }
/* c3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }
/* c3.15 */
.punbb .post-links ul {
    height: 0em;
    line-height: 1em;
    margin-left: -23em;
    font-family: arial;
    font-size: 10px;
    text-transform: lowercase;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
  }
/* c3.16 */
.punbb .post-links li {
  display: inline;
  padding-right: 1em;
  }
/* c3.17 */
.pl-email, .pl-website {
  float: left;
  }
/* c3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }
/* c4 moderator menu
-------------------------------------------------------------*/
/* c4.1 */
.punbb .modmenu .container {
    padding: 0.5em 1em;
    text-align: right;
    font-size: 9px;
    font-family: arial;
    color: #666666;
    margin-left: -31px;
    text-transform: lowercase;
  }
/* c4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }
/* c4.3 */
.punbb .modmenu .container strong {
  float: left;
  }
/* c4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }
/* c5 message boxes
-------------------------------------------------------------*/
/* c5.1 */
.punbb .info .container {
  padding: 0.8em 1em;
    color: #d2d0d0;
    font-size: 10px;
    text-transform: uppercase;
    font-family: arsenal;
    /* font-weight: bold; */
    text-align: center;
}

/* c5.2 */
.punbb .info .container .backlink {
padding-top: 0.8em;
    text-align: center;
    font-family: verdana;
    text-transform: lowercase;
    font-size: 8px;
  }
/* c6 profile
-------------------------------------------------------------*/
/* c6.1 */
#profile .container {
  padding-left: 18.6em;
  }
/* c6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }
/* c6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }
/* c6.4 */
#viewprofile ul, #profilenav ul {
    border-style: solid;
    border-width: 1px;
    padding: 1.5em 18px 0.8em 18px;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 1em 0;
  }
/* c6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }
/* c6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }
/* c6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }
/* c6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }
/*c6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }
/* c6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }
/* c6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }
/* c7 user list
-------------------------------------------------------------*/
/* c7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }
/* c7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }
/* c7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
/*************************************************************
d — punbb sections other than main content
**************************************************************/
/* d1 logo and description
-------------------------------------------------------------*/
/* d1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
    margin-top: 33px;
  }
/* d1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }
/* d1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }
/* d1.4 */
#pun-title h1 span  {
    display: none;
  }
#pun-title table {
border: none;
}
#pun-title td.title-logo-tdl {
border: none;
width: 100%;
}
#pun-title td.title-logo-tdr {
border: none;
width: 468px;
}
/* d2 page navigation
-------------------------------------------------------------*/
/* d2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }
/* d2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}
/* d2.3 */
#pun-pagelinks .container li {
  display: inline
  }
/* d2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }
/* d2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }
#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }
/* d3 forum navigation
-------------------------------------------------------------*/
/* d3.1 */
#pun-navlinks, #pun-navlinks .container {
    border-style: none;
    border-width: 0;
    margin-top: -37px;
    letter-spacing: 1px;
    font-family: arsenal;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
  }
/* d3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }
/* d.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }
/* d3.4 */
#pun-navlinks li a {
  font-size: 8px;
  }
/* d4 user links
-------------------------------------------------------------*/
/* d4.1 */
#pun-ulinks  {
  margin-top: -13px;
  }
/* d4.2 */
#pun-ulinks .container {
    border-top: none;
    font-family: arial;
    margin: -359px 0;
    background: #0000;
    text-transform: lowercase;
    text-decoration: none;
    word-spacing: 4px;
    text-align: center;
    font-size: 8px;
    letter-spacing: 1px;
  }
/* d4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    white-space: nowrap;
  }
#pun-ulinks a {
    color: #464646;
  }
/* d4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }
/* d4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }
/* d5 welcome box and top breadcrumbs
-------------------------------------------------------------*/
/* d5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  top-bottom: 80px;
  }
/* d5.2 */
#pun-status .container {
    margin-bottom: 0px;
    font-family: arial regular;
    color: rgb(255 255 255);
    font-size: 9px;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin-left: -24px;
    margin-top: 62px;
    border-bottom: none;
  }
/* d5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  margin-bottom: 50px;
  }
/* d5.4 */
#pun-crumbs1 {
    overflow: hidden;
    font-family: 'prego';
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }
/* d5.5 */
#pun-crumbs1 p.container {
    padding: 280px 0px 0px 0px;
    color: #8c8c8c;
  }
/* d5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }
/* d6 announcement
-------------------------------------------------------------*/
/* d6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }
/* d6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  }
/* d6.3 */
#pun-announcement .container {
  padding: 1em;
  }
/* d7 statistics
-------------------------------------------------------------*/
/* d7.1 */
#pun-stats .container {
    padding: 0;
  }
/* d7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
    text-align: center;
    color: #666666;
    font-family: arial;
    font-size: 9px;
    display: inline-block;
    text-transform: lowercase;
    letter-spacing: 0px;
    padding: 7px 0px;
    margin-top: -4px;
  }
/* d7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: center;
    color: #666666;
    font-family: arial;
    font-size: 9px;
    display: inline-block;
    text-transform: lowercase;
    letter-spacing: 0px;
    padding: 7px 0px;
    margin-top: -4px;
  }
/* d7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }
/* d7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    text-align: justify;
    color: #666666;
    font-family: arial;
    text-transform: lowercase;
    font-size: 10px;
  }
/* d8 quick jump — about — bottom breadcrumbs
-------------------------------------------------------------*/
/* d8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }
/* d8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }
/* d8.3 */
#pun-about {
  margin-top: 0;
  }
/* d8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }
/* d8.5 */
#pun-about p span {
    display: block;
    width: 100%;
    font-family: arial;
    text-transform: lowercase;
    font-size: 8px;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
  }
/* d8.6 */
#pun-crumbs2 {
    overflow: hidden;
    font-size: 7px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: none;
  }
/* d8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  }
/* d8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }
/* d8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }
/* d9 help file
-------------------------------------------------------------*/
/* d9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }
/* d9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }
/* d9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }
/* d9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }
/* d9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }
/* d9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }
/* d9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }
/* d9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }
.admain {
    padding-left: 172px!important;
    margin-bottom: 1em;
}



.banners {
    position: absolute;
    margin-top: 44px;
    width: 1012px;
    margin-left: -37px;
    border: 10px solid #18100e;
    text-align: center;
    background-color: #18100e;
    height: 31px;
    overflow-y: auto;
}
.banners img {
    opacity: 0.7;
max-width: 88px;
    max-height: 31px;
}
.banners img:hover {
    opacity: 0.9;
}

.topic .sharelink {display:none;}
.stickytext,.closedatafield{ display:none;}




.forlink:hover {
    background-color: #b1680c30;
}

.forlink {
    display: inline-block;
    background-color: #e8e8e8;
    color: #0d1007!important;
    border: 1px solid;
    border-radius: 2px;
    height: 13px;
    padding: 3px 14px;
}

#post-preview .fs-box .post-content {
    width: 792px;
    padding: 10px !important;
    margin-left: 53px;
}


.punbb .user-avatar .avatar-image {
    border-radius: 37%!important;
    height: 27px!important;
    width: 27px!important;
    opacity: 0.5!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}
.punbb .user-avatar .isonline {
    top: -2px!important;
    right: 9px!important;
}


.blok {
    position: absolute;
    height: 75px;
    margin-top: 48px;
    margin-left: 13px;
    width: auto;
    line-height: 14px;
}
.blok img {
    margin: 4px;
    box-shadow: 0 0 7px 1px #00000096;
}
.blok img:hover {
-webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    -ms-filter: grayscale(30%);
    -o-filter: grayscale(30%);
    filter: grayscale(30%);
}


.navig {
    text-align: center;
    position: absolute;
    font-family: roboto;
    font-size: 10px;
    line-height: 19px;
    font-weight: bold;
    text-transform: lowercase;
    width: 958px;
    margin-top: 7px;
    color: #49392a!important;
}
.blok a {
color: #232323!important;
}
.blok a:hover {
    color: #980800!important;
}

.tipsy.a11 {
margin-top:-22px!important;
margin-left: 85px!important;
max-width:170px;
}

.bnnr {
    background-color: #af690a;
    width: 181px;
    padding: 3px 1px 1px 3px;
}
#pun-announcement h2 {display: none}


.collection img {
    width: 50px;
    margin: 5px;
}


#pun-index .tcl .modlist{display:none!important}

#viewprofile-next #profilenav {
    display: none;
}

#viewprofile {
    position: relative;
}
#viewprofile #pa-edit {
    position: absolute;
    right: 1em;
    font-family: roboto;
    font-size: 11px;
    text-transform: uppercase;
    top: 1em;
}


div#topic_t7 li.pl-delete, div#topic_t6 li.pl-delete  {
    display: none;
}



/*********************************

*********************************/

#pun-navlinks a:not(.nextshow)+span.odd{
  display:none!important;
}

#pun-navlinks #new-exit {
   position:absolute;
   margin-left: 25px;
}
#pun-navlinks #new-exit img{
    width: 25px;
    height: auto;
    display:inline-block;
    margin-top: -4px!important;
    opacity: .8;
}

#pun-navlinks #form-login {
position: absolute;
    left: 0;
    top: 12px;
    z-index: 100;
    text-transform: lowercase;
    font-weight: 600;
    text-shadow: none;
    font-family: arial;
    color: #000;
    font-size: 10px;
    padding: 7px 12px;
    background: #e8e8e8;
    text-align: center;
    background-color: #e8e8e8;
    border: 1px solid #b2670a;
}
#pun-navlinks #navlogout #form-login {
  margin-left: -40px;
}
#navpm+#navlogout #form-login { 
    margin-left: 69px;
}
#pun-navlinks #navlogin #form-login {
  margin-left: 164px; 
}


#pun-navlinks #form-login .rega,
#pun-navlinks #form-login .forgot{
font-size:10px!important;
color: #6a1750!important;
letter-spacing:0.5!important;
}

#form-login input.none{
outline:red dashed 2px!important;
}

.punbb #form-login input[type="checkbox"]#check{
display:none;
position:absolute;
right:10px;
border: 2px #000000;
border-radius:0;
box-shadow:none;
box-sizing: border-box;
column-gap: 13px;
font: normal normal 400 12.76px/normal tahoma;
height: 22px;
margin: -3px -3px;
padding: 1px!important;
resize: none;
vertical-align: middle;
width: 13px;
}
#list-usernames {
    position: absolute;
    margin-top: -8px;
    min-height: 109px;
    width: 220px;
    right: 100%;
    text-shadow: none;
    padding: 12px 19px 26px 17px;
    text-align: center;
    background-color: #e8e8e8;
    border: 1px solid #b2690b;
}
.punbb #list-usernames li{
display: block!important;
    position: relative;
    background: #e8e8e8;
    border: 1px solid #b3660a;
    text-align: left;
    padding-left: 5px!important;
    font: normal normal 100 9px/normal verdana!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #list-usernames li:hover{
opacity: .98;
background: #ad6b0a3d!important;
}
.punbb #list-usernames li>b{
cursor: pointer;
    letter-spacing: 0!important;
    opacity: .8;
    color: #000000;
}
.punbb #list-usernames li>b:hover{
opacity: .93;
}
#list-usernames ul {
overflow: hidden;
    overflow-y: auto;
    min-height: 36px;
    max-height: 72px;
    font-family: roboto;
    padding: 0!important;
    text-shadow: none !important;
    font-size: 10px;
}
#list-usernames ul::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}
#list-usernames ul::-webkit-scrollbar-track {
background-color: #c3c3c33d;
    border: 3px solid #c3c3c33d;
    box-shadow: none;
}
#list-usernames ul::-webkit-scrollbar-thumb {
background-color: #b489ad;
    border: 2px solid #b489ad;
    box-shadow: none;
}
#list-usernames ul li>span {
display: inline-block;
    padding: 0 3px;
    position: absolute;
    opacity: .88;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 2px;
    color: #bf3631;
    font: normal normal 700 10.56px/normal verdana;
}

#list-usernames ul:empty::before{
  display:inline-block;
  content: "";
}
#navlogin #exit-2 {
  display:none;
}
#navlogout .rega,
#navlogout .forgot {
  display:none;
}
.punbb #list-usernames input {
    background: rgb(208, 206, 209);
    border: 1px inset rgba(99,100,79,.3)!important;
    color: #5b4556!important;
    margin-top: 9px;
    padding: 4px !important;
    vertical-align: middle;
}
#list-usernames  ul+span{
  display:inline-block;
  padding:6px 0 8px 0;
  text-align:left;
  font: normal normal 400 10.56px/normal verdana;
}
#list-usernames  ul+span b{
  font: normal normal 400 13px/normal verdana;
  padding:0 3px;
  color: #313121;
}
#list-usernames .a1-paste{
cursor: pointer;
    color: #867877;
    display: inline-block!important;
    float: right;
}
#list-usernames .a1-copy{
display: inline-block!important;
    color: #867877;
    cursor: pointer;
    float: left;
}


/*** óëó÷øèòü àêêàóíò ***/
#pun-status .item4 {display:none;}



.tab_post {
   position: absolute;
    z-index: 9;
    font-family: arial;
    width: 289px;
    overflow: auto;
    height: 40px;
    margin: 59px 13px;
    line-height: 10px;
    text-align: justify;
    padding-right: 4px!important;
    color: #d7d5d5;
    font-size: 7px;
    letter-spacing: 1px;
}

#main-reply {
    height: 220px;
    margin-left: -10px;
    padding: 9px 9px 9px 9px;
    color: #464646;
    text-transform: none;
    line-height: 15px;
    font-size: 11px;
    width: 100%;}


#ready {
         position: absolute;
    top: 100px;
    margin-left: 2px;
    width: 308px;
    text-align: center;
    /* text-shadow: 1px 1px 0 #11111152; */
    color: #d7d5d5;
    z-index: 9;
    text-transform: uppercase;
    font-family: yeseva one;
    letter-spacing: 6px;
    font-size: 9px;}