/*************************************************************
a - setup
**************************************************************/

/* a1 import the colour scheme
-------------------------------------------------------------*/

/* a1.1 */
  @import url(style_cs.1558218314.css);

@import url('https://fonts.googleapis.com/css?family=Alice');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=cyrillic,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Caveat:400,700&subset=cyrillic,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cuprum');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Pattaya');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Tenor+Sans');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&subset=cyrillic,cyrillic-ext');

@font-face { font-family: Troye Serif Free; 
src: local("Troye Serif Free"), url(http://forumfiles.ru/files/0019/f8/92/33236.otf); }

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* a2.1 */
html, body {
    margin: 0; 
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/* 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 {
    padding: 5px 10px 10px 10px;
    width: 100%;
    table-layout: fixed;
}

/* 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%;
}

/* a3.2 */
.punbb {
    font: normal 68.70%  verdana, arial, helvetica, sans-serif;
    text-align: justify;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    padding: 5px;
}

.punbb textarea {
    color: #000;
    font-family: verdana!important;
    font-size: 0.98em!important;
}

/* a3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4 {
    font-weight: normal;
    font-family: arial;
}

/*ïîäôîðóì, êîë-âî ñîî, ïîñëåäíåå*/
.punbb th {
    font-size: 0px!important;
}

/* a3.5 */
.punbb h1 span {
}

.punbb legend span {
font-size: 12px !important;
font-family: arial;
text-transform: lowercase;
font-weight: initial;
}

#pun-viewtopic h2 span {
    display: none;
}

/* a3.6 */
.punbb pre {
    font: 1.1em/140% arial, "bitstream vera sans mono", "courier new", courier, monospace;
}

/* 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 {
    text-decoration: underline;
}

/* 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: 900px;
    border: none;
    border-top: none;
    border-style: none;
    margin-top: 300px;
}

/* a5.2 */
.punbb {
    float: left;
    width: 100%;
    height: auto;
}

/* a5.3 */


#pun-redirect{
    border: 0 none!important;
    margin: 0;
    padding: 0;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0 !important;
    background: url(êàðòèíêà) top center no-repeat !important;
  }
#pun-redirect *{
  border:0 none;
}
#pun-redirect .main-title {
  display:none;
}


/* 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 .forum, .punbb .modmenu, .punbb .info,
.punbb .category {
    border-style: none none none none;
    border-width: 0px 0px 0px 0px;
    text-transform: lowercase;
}

/* a5.9 */
.punbb .container {
    border-style: none;
    border-width: 0;
}

/* a5.10 */
#pun-main h1 {
    text-align: center;
    font-family: Yeseva One;
    text-transform: uppercase;
    line-height: 24px;
    background: #eeeeee;
    color: #c55b06;
    margin: 10px 11px 10px 11px;
    font-size: 1.1em;
}

.punbb .section h2, #pun-stats h2, #pun-debug h2 {
    background: url(http://forumfiles.ru/files/0018/25/bf/65019.png) no-repeat top center;
    width: 655px;
    margin: auto;
    font-size: 0px;
    height: 92px;
}

#pun-main h2 {
    background: url("http://forumfiles.ru/files/0018/25/bf/83032.png")  no-repeat;    
    width: 900px;
}


/*************************************************************

b - main content - general

**************************************************************/

/* b1 parsed content, signatures and scroll boxes

-------------------------------------------------------------*/

/* b1.1 */
.punbb .post-content {
padding: 0;
margin: 0px 0 0 7px;
width: 100%;
overflow: hidden;
}


/* b1.2 ïîäïèñü*/
.punbb .post-sig dt {
    display: block;
    border-top: 1px solid #888;
    width: 250px;
    margin: 5px 0;
}

/* b1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0 10px 1em 5px;
    line-height: 150%;
}

/* 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%;
    overflow: auto;
}

/* b1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 0.4em 1.8em 1.4em 1.8em;
    padding: 1em;
}

/* b1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 0.7em;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    margin: 0;
}

#post-form h2 {
    background-image: url(http://forumfiles.ru/files/0018/25/bf/14297.png);
    height: 44px;
   width: 123px;
    margin: auto;
}

/* b2 information boxes

-------------------------------------------------------------*/

/* b2.1 */
.punbb .info-box {
    padding: 1.1em 1.7em 1em 1.7em;
    border-style: none;
    border-width: 0px;
    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;
    top: -30px;
    left: 20px;
    width: 23em;
    font-family: Yeseva One;
    color: #c55b06;
    text-transform: lowercase;
    word-spacing: 2px;
    font-size: 12px;
}

/* b3.4 */
.linkst .postlink {
    position: absolute;
    top: -30px;
    right: 20px;
    font-family: Yeseva One;
    text-transform: lowercase;
    word-spacing: 2px;
    text-align: right;
    font-size: 12px;
}

.linkst .postlink a {color: #c55b06;}

/* b3.5 */
.punbb .linksb  {
    text-align: right;
    padding: 7px;
    text-transform: lowercase;
    background: #eeeeee;
    font-size: 12px;
    min-height: 12px;
    margin: 10px 12px 10px 12px;
    font-family: Yeseva One;
}

/* b3.6 */
.linksb .pagelink {
text-align: left;
    padding-left: 3px;
    position: absolute;
    width: 23em;
    color: #c55b06;
    text-transform: lowercase;
    word-spacing: 2px;
    margin-top: -2px;
}

/* b3.7 */
.linksb .postlink {
    float: right;
    font-family: Yeseva One;
    margin-right: 5px;
}

.linksb .postlink a {color: #c55b06;}

/* b3.8 */
.subscribelink {
clear: both;
padding-top: 0.3em;
padding-bottom: 0em;
margin-right: 13px;
font-size: 12px!important;
}

.subscribelink a {color: #c55b06!important;}

/*************************************************************

c - main content - specific

**************************************************************/

/* c1 form layout

-------------------------------------------------------------*/

/* c1.1 */
.punbb .formal .container {
    padding: 1.7em 2.3em 0.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: 8px 0.5em 0 -2px;
    font-family: Yeseva One;
    text-transform: lowercase;
    font-size: 12px;
    padding: 7px;
    color: #c55b06;
}
}

/* c1.4 */
.punbb fieldset {
    border-style: none;
    border-width: 0px;
    padding: 0 18px 0 18px;
    margin: 0 0 1em 0;
}

/* c1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0 0 0 -5px;
    font-size: 12px;
    font-family: arial;
    text-transform: lowercase;
}

/* c1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0 0 0 5px;
}

/* 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;
  }

/* c2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    width: 11%;
}

.category .hasicon .tc2, .category .hasicon .tc3 {
    font-size: 20px;
    font-family: Yeseva One;
    color: #737386;
}

/* c2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
    font-size: 12px;
}


/* c2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%;
  }

/* 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.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* c2.10 */
.punbb td .modlist {
  display: none;
  padding-top: 0.3em;
  }

/* c2.11 */
.punbb .main td {
  border-style: none;
  border-width: 0px 0 0 0px;
  padding: 0.5em 1em;
  }

#pun-index .main td {  padding: .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;
  }

* html .tclcon {height: 1px;}

/* c2.14 */
.punbb td div.tclcon {
    line-height: 16px;
    margin-left: 0;
    text-align: left;
}


/* c3 topics

-------------------------------------------------------------*/

/* c3.1 */
.punbb .post .container {
    border-style: none none none none;
    border-width: 0px;
    margin-top: -1px;
    padding-bottom: 1px;
}

/* c3.2 */
.punbb .post h3 {
    font-size: 12px;
    background: #eee;
    margin: 10px;
}

/* c3.3 */
.punbb .post h3 span {
    padding: 0.5em 1em;
    display: block;
    text-transform: lowercase;
    font-family: Yeseva One;
    color: #c55b06;
     text-align: left;
}

/* c3.4 */
.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: right;
    font-weight: normal;
    padding-right: 30 px;
}

/* c3.5 òåëî ïðîôèëÿ */
.punbb .post .post-author {
    float: left;
    margin-left: 10px;
    overflow: hidden;
    background: #43434f;
    margin-top: 15px;
}

/* c3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 10px 10px 10px;
    margin-bottom: 5px;
    text-align: justify;
}

/* c3.7 */
.pa-author {
    font-size: 1.1em;
    margin-top: 5px!important;
font-size: 15px;
font-family: Yeseva One;
margin-left: 1px !important;
text-transform: lowercase;
color: #f1c903;
}


/* c3.8 íèê àâòîðà */
.pa-author a {
color: #f1c903 !important;
}

/* c3.9 ñòàòóñ*/
li.pa-title {
    padding-top: 5px;
    font-size: 10px;
    font-family: arial;
    text-transform: lowercase;
    color: #ffffff;
    margin-top: 5px;
    border-top: 1px solid #e6c961;
}

 li.pa-online  {
    margin-bottom: -5px;
    color: #f1c903;
    line-height: 0.8em;
    text-transform: uppercase;
    font-family: Yeseva One;
    font-size: 10px;
    padding-top: 10px;
    letter-spacing: 1px;
}

 li.pa-online strong {font-weight: normal!important;}

.pa-last-visit {
     font-size: 10px;
     font-family: pt sans;
     text-transform: lowercase;
 }

.pa-awards
{
     font-size: 10px;
     font-family: pt sans;
     text-transform: lowercase;
 }

.post-author ul li.pa-avatar img {
margin-top: 6px;
}

/* c3.11 */
.punbb .post-body {
    margin-left: 19em;
    border-left-style: none;
    border-left-width: 0px;
    padding: 0 0 1px 0;
    padding-right: 20px;
}

/* c3.12 */
.punbb .post-box {
    padding: 1em 0em 1em 2em;
}

/*c3.13 */
.punbb fieldset .post-box {
    margin-bottom: 0.8em;
}

/* c3.14 */
.punbb .post-links {
    margin-left: 1em;
    border-left-style: solid;
    border-left-width: 1px;
    margin-right: 1em;
}

/* c3.15 */
.punbb .post-links ul {
    padding: 6px;
    text-align: right;
    text-transform: lowercase;
    font-size: 12px;
}

/* c3.16 */
.punbb .post-links li {
    display: inline;
    padding-left: 1em;
}

/* c3.17 */
.pl-email {
    float: left;
}

.pl-website { 
    visibility: hidden; 
}

/* c3.18 */
.punbb .clearer {
    clear: both;
    height: 0;
    font-size: 0;
}

/* c4 moderator menu

-------------------------------------------------------------*/

/* c4.1 */
.punbb .modmenu .container {
    padding: 2px 13px;
    text-align: right;
    font-family: arial;
    font-size: 12px;
    margin: 0px 12px 0px 12px;
}

/* c4.2 */
.punbb .modmenu strong {
    height: 1.8em;
    line-height: 1.8em;
}

.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;
}

/* c5.2 */
.punbb .info .container .backlink {
    padding-top: 0.8em;
}

/* 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;
    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: 0px 10px 0px 10px;
    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: 1px 1px 0 1px;
  }

/* d1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* d1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* d1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

#pun-title h1 span  {
  font-size: 1.5em;
  }

/* 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: 2px;
}

#pun-navlinks .container {
font-size: 16px;
    text-align: center;
    font-family: Yeseva One;
    text-transform: uppercase;
    margin-top: -36px !important;
    width: 740px;
    margin-left: 5px;
}

/* d.3 */
#pun-navlinks li {
    display: inline;
    padding-right: 5px;
 }

/* d3.4 */
#pun-navlinks li a {
    font-size: 1em;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

/* d4 user links
-------------------------------------------------------------*/

/* d4.1 */
#pun-ulinks  {
    letter-spacing: 3px;
    font-size: 10px;
    font-family: arial;
    text-transform: lowercase;
    position: absolute;
    width: 900px;
    margin-top: -28px;
    word-spacing: 2px;
}

/* d4.2 */
#pun-ulinks .container {
    border-top: none;
    text-align: center;
    width: 890px;
    margin-top: -300px;
    padding: 5px;
}

/* d4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    white-space: nowrap;
    color: #fff !important;
    letter-spacing: 0px;
    font-family: arial;
}



/* d4.4 */
#pun-ulinks li a {
    padding: 0 0.3em 0 0.3em;
}

/* 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 {
    font-family: arial;
    text-transform: lowercase;
    text-align: left;
}

/* d5.2 */
#pun-status .container {
    font-size: 12px;
    margin-left: 23px;
}

/* d5.3 */
#pun-status span {
    white-space: nowrap;
    margin-right: 0.2em;
}
/* d5.4 */
#pun-crumbs1 {
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    margin: 22px 0em 25px 22px;
}

/* d5.5 */
#pun-crumbs1 p.container {
    font-family: arial;
    margin-top: 30px;
}

/* d5.6 */
#pun-break1 {
    margin: 0 2em;
    border-style: solid none;
    border-width: 0;
    height: 0;
    margin: -33px 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;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* d6.3 */
#pun-announcement .container {
   margin: 30px auto 20px auto;
}

/* d7 statistics

-------------------------------------------------------------*/

/* d7.1 */
#pun-stats .container {
    padding: 0.8em 4em;
    font-size: 12px;
}

/* d7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
    float: left;
    clear: both;
    line-height: 150%;
}

/* d7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* 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;
    padding: 0.7em 0 0 0;
}

/* 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: none;
    padding-left: 50%;
}

/* d8.6 */
#pun-crumbs2 {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    margin-left: 1.5em;
    margin-top: 8px;
}

/* d8.7 */
#pun-crumbs2 .container {
    font-family: arial;
    text-transform: lowercase;
    text-align: left;
    margin: 0px;
}

/* 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: none;
    border-bottom-width: 0px;
    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: none;
    border-bottom-width: 0px;
    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;
}

.permalink {
    padding-left: 0.5em;
}

.sharelink {
    padding-right: 1em;
}

/*ïîäâàë*/
.statscon
 {
    font-size: 11px;
    font-family: arial;
    text-transform: lowercase;
    margin: 0em -3em 0em -3em;
    padding: 1em 1em 0em 1em;
}

/*ñòðàíèöà àêòèâíûõ*/
.main.multipage tr {
    font-size: 12px;
}


.pmtcl1 {
    width: 100% !important;
}

/*ïðèâåòñòâèå*/
.slbanners a{
color: #737386!important;
}

.slbanners a:hover { 
color:#e0797b !important;
}



.banners_bottom, .renoheaderhover img, .renoheaderhover1 img {
    opacity: 0.5;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

.renoheaderhover img {
 border-radius: 50%;
}

.banners_bottom:hover, .renoheaderhover:hover img, .renoheaderhover1:hover img { 
opacity: 10; 
}



/*óáðàòü ïîëîñó â ëè÷íûõ ñîî. ñäåëàòü øðèôò æèðíûì ïðè íîâûõ*/
#pun-messages .linksb {
    text-align: right;
    padding: 0.4em 0em 1.5em 0.5em;
    text-transform: lowercase;
    margin: 10px 0px 0px 0px;
   background: transparent;
}

html body div#pun_wrap div#pun.ru.isuser.ismoderator.isadmin.gid1 div#pun-messages.punbb div#pun-main.main div#profile.formal div.container form#messages fieldset div.fs-box div.container table tbody.hasicon tr.icon.inew {
    font-weight: bold;
}


/*óáðàòü íàãðàäû*/
li#navawards {display: none;}

/* ËÈ×ÍÛÅ ÑÒÐÀÍÈÖÛ */ 
.sfkiconno1 { 
    width: 130px;
    height: 130px;
    padding: 10px;
    margin-left: 260px;
    margin-bottom: 10px;
}

.sfkiconn1 {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 2px solid #f5f5f5;
}

.bs1 { 
    width: 824px;
    height: 802px;
    background: url(https://i.imgur.com/yByNQpn.jpg) top left no-repeat;
    text-transform: uppercase;
    margin: 30px auto;
    padding-top: 38px;
}

.bs2, .bs5, .bs4 {
    overflow: auto;
    text-transform: lowercase;
    background: rgba(255, 255, 255, 0.6);
    border: 16px solid rgba(255, 255, 255, 0);
}

.bs2 { 
    width: 392px;
    height: 207px;
    margin-left: -5px;
    padding-right: 3px;
    margin-top: -10px;
}

.bs2a { text-align: left; color: #fffbf0; width: 340px; margin-left: 40px;}
.bs2a b { color: #ff801a; font: 26px Yeseva One;}
.bs2a span { display: block; font: 14px/100% Yeseva One; padding-top: 5px; color: #ff801a; }

.bs3 { 
    background: rgba(255, 255, 255, 0.6);
    padding: 16px;
    width: 312px;
    height: 207px;
    margin: 0 38px;
    margin-top: -10px;
}

.bs3a {
    width: 144px;
    text-align: center;
    padding: 16px 5px;
    background: #9b90b4;
    font: 11px Yeseva One;
    display: inline-block;
    margin-bottom: 2px;
    color: #ffffff;
}

.bs3a b {font-weight: normal;}
.bs3a a {color: #ffffff !important;}
.bs3a span { display: block; line-height: 180%; }

.bs4 {
    width: 394px;
    height: 64px;
    margin-left: -5px;
    padding-top: 4px;
}  

.bs5 { 
    width: 312px;
    height: 64px;
    margin: 0 38px;
    padding-top: 4px;
}

.bs4a, .bs5a {
    margin-bottom: 13px;
    font: 19px Yeseva One;
    margin-top: -10px;
    text-align: left;
    color: #ff801a;
    }

.bs5a {  margin-left: 40px;}

.bs4::-webkit-scrollbar-thumb { background: #ffd400;}
.bs4::-webkit-scrollbar-track { background: #433d47;}
.bs5::-webkit-scrollbar-thumb { background: #ffd400;}
.bs5::-webkit-scrollbar-track { background: #433d47;}
.bs2::-webkit-scrollbar-thumb { background: #ffd400;}
.bs2::-webkit-scrollbar-track { background: #433d47;}

/* ÍÎÂÎÑÒÈ */
#template {
    width: 500px;
    margin: 10px auto;
    padding: 20px;
    background-color: #43434f;
}

#template .top {
    padding: 0px 20px 20px 20px;
    text-align: center;
}

#template .top h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: Yeseva One;
    color: #f1c903;
}

#template .top h2 {
    font-family: arial;
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin-top: -5px;
    color: #fff;
}

#template .bottom {
    outline: 1px solid #c8c8c8;
    background-color: #fff;
    padding: 20px;
    font-family: arial;
    font-size: 12px;
    text-align: justify;
    color: #31313a;
    outline-offset: 2px;
    border: 1px solid #fdc02a;
}

#template .bottom a {
    color: #e17000;
}

.task {
    width: 190px;
    background-color: #dddddd;
    text-transform: lowercase;
    text-align: center;
    padding: 3px 0px 3px 0px;
    font-size: 11px;
    line-height: 100%;
}

.task_over {
    height: 22px;
    overflow: auto;
}

/* ÑÏÈÑÊÈ, FAQ è ÏÐÀÂÈËÀ */
#canon-list-main {
    background-color: #43434f;
    padding: 20px;
    margin: 0 auto;
    width: 593px;
}

.canon-list { 
    width: 570px;
    height: auto;
    background-color: #fff;
    outline: 1px solid #c8c8c8;
    outline-offset: 2px;
    border: 1px solid #fdc02a;
    color: #28223a;
    padding: 10px;
}

.canon-list .c1 {
    text-align: left;
    text-transform: lowercase;
}

.c1 h1 { 
    font: 12px Yeseva One;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    color: #c55b06;
    background: #eee;
    padding: 5px;
    margin-bottom: 10px;
}