/* Прокрутка */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    /* border-left: 3px solid #141414; */
    /* border-right: 3px solid #161616; */
    /* border-top: 3px solid #111111; */
    /* border-bottom: 3px solid #0e0d0b; */
    background: #081013;
}

::-webkit-scrollbar-thumb {
    height: 7px;
    border: 1px solid #000000;
    background: #142223;
    box-shadow: 0px 0px 2px 0px rgb(33 58 55) inset;
}

/* Фоны ----------------------------*/

/*Фон*/
body {
    background: url(http://forumstatic.ru/files/0014/e8/8c/92857.png)top center;
    background-color: #081113;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
 
}


/* Контент */
#pun { 
background-image: url("http://forumstatic.ru/files/0014/e8/8c/59403.png");
background-position: center; /*расположение*/
background-repeat: repeat-y; /*повтор*/
background-attachment: no-fixed; /*фиксация*/
}

/* CS1 Background and text colours  
-------------------------------------------------------------*/

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: #transparent;
  color: #000000;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #0F0E10;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent;
  color: #1a1513;
  }
#pun-stats h2, .punbb .main h2 {font-size: 0em;}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #211d1a;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
font-weight: bold;
  color: #211d1a;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
    color: #646a6a;
font-size: 8px;
    font-family: 'Yeseva One';
    text-transform: uppercase;
  }
 
/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  color: #262525;
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #281010;
  }

.offline li.pa-online strong {
  font-weight: normal }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent;

  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent;
  }

li.pa-online {
  border-left-color: transparent;
  }


/* CS3 Links
-------------------------------------------------------------*/
/* все ссылки форума */
/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
    color: #4a5a5e;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #38535a;
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
color: #705d5e;
    transition: 0.5s;
  }

/* CS3.3 */
#pun-navlinks a {
font-weight: bold;
color: #838383;
  text-decoration: none;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
font-weight: bold;
color: #291212;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {border-color: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
tr.iredirect div.icon {border-color: #F7F7F7 #F7F7F7 #F7F7F7 #f7f7f7}
div.inew {border-color: #0080D7 #0065C0 #0058B3 #0072CA}

/* Сообщения------------------------------------*/
/*Старые сообщения*/
Div.icon {
background-image : url('http://forumstatic.ru/files/0018/b1/a6/78654.png');
background-repeat: no-repeat;
font-weight: normal;
}
/*Новые сообщения*/
TR.inew Div.icon {
background-image : url('http://forumstatic.ru/files/0018/b1/a6/99219.png');
background-repeat: no-repeat;
font-weight: bold;
}
/*Важные темы*/
TR.isticky Div.icon {
background-image : url('http://forumstatic.ru/files/0018/b1/a6/72515.png');
background-repeat: no-repeat;
font-weight: normal;
}
/*Закрытые темы*/
TR.iclosed Div.icon {
background-image : url('http://forumstatic.ru/files/0018/b1/a6/32152.png');
background-repeat: no-repeat;
font-weight: normal;
}


/* Блок цитат */
.punbb .quote-box, .punbb .code-box {
        background-color: #919191 !important;
    background-image: none;
    box-shadow: 0 0 0 5px #a9a9a9, 0 0 1px 2px #a3a3a3, 0px 0 6px 2px #000000;
}



/* Блок формы ответа и кнопок */
.punbb textarea  {
        background-color: #919191 !important;
    background-image: none;
    box-shadow: 0 0 0 5px #a9a9a9, 0 0 1px 2px #a3a3a3, 0px 0 6px 2px #000000;
padding: 13px;
}

 .punbb select {
    color: #252017;
    background-image: url(-);
    background-color: #838b8d;
    box-shadow: 0px 0px 2px #3e2828;
    border: solid 1px #99a2a3;
}

.punbb input {
    color: #10100f;
    margin-top: 4px;
    background-image: url(-);
    background-color: #919799;
    box-shadow: 0 0 0 3px #a9a9a9, 0 0 1px 2px #a3a3a3, 0px 0 3px 2px #000000;
    border: solid 1px #898888;
 }

/* отступ формы ответа */
.punbb .formal span.input {padding: 0px !important;}

/*цвет ссылок в мини-профиле*/
.post-author a, .post-author a:focus, .post-author a:active {      color: #696d70!important;
    text-shadow: 0 0 1px rgb(109 109 109), 0 0 5px rgb(165 138 109 / 30%);}
 .post-author a:hover {     color: #6c2222!important;
    text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 5px rgba(165, 138, 109, 0.3);}
li.pa-avatar {     z-index: 5;
    width: 242px;
    text-align: center;
    margin-bottom: 10px;}


/* ПРОФИЛЬ КАРТИНКАМИ */
.post-author {
    background: url(http://forumstatic.ru/files/0018/b1/a6/27431.jpg) no-repeat top center, url(http://forumstatic.ru/files/0018/b1/a6/78166.jpg) no-repeat bottom center, url(http://forumstatic.ru/files/0018/b1/a6/80950.jpg) repeat-y center;
    margin-left: -32px !important;
    margin-top: -43px !important;
    padding-bottom: 10px !important;
    width: 251px !important;
    padding-top: 0px !important;
    position: relative;
}
 .post-author .pa-author {
    padding: 0px 0px 0px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: center;
}

.pa-posts { 
font-size: 8px !important;
    font-family: 'Yeseva One';
    font-weight: normal;
    font-variant: normal!important;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-left: -14px!important;
    font-style: normal!important;
    text-transform: uppercase;}

.pa-respect {font-size: 8px !important;
    font-family: 'Yeseva One';
    font-weight: normal;
    font-variant: normal!important;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-left: -4px!important;
    font-style: normal!important;
    text-transform: uppercase;
}

/* CS6 Логотип снизу
 -------------------------------------------------------------*/

#pun-about p.container {background-color: #;
   background-image : url(http://forumstatic.ru/files/0018/b1/a6/95925.png);
   background-position : center bottom;
   background-repeat : no-repeat;
   margin-left: -49px;
   width: 1068px;
   height : 71px; 
   overflow-x: hidden;}

 div#pun-about {
       margin-bottom: 0px;}

 #pun-announcement.section h2 span {display: none; }
.punbb h2 span {display: none; }
    a.menu:link, a.menu:visited, a.menu:active{text-decoration: none; }

/* убрать строчку отредактировано из сообщений */
.lastedit {display:none !important;}  

/* убрать форум и посл.сообщение над форумами*/
  .category .container thead 
{display: none;}

/*  оформление описаний форумов*/
.opisanie {
    color: #000000;
    margin-top: 6px!important;
    line-height: 10px;
    padding: 10px 10px 13px 1px;
    box-shadow: 0 0px 0px 1px #a9a9a9 inset, 0 0 0 5px #a3a3a3 inset, 0 0 10px 0px rgb(0 0 0 / 50%) inset, 0 0 0 7px #999999;
}


.opisanietext {
    display: block;
    font-family: verdana;
    font-size: 10px;
    text-indent: 0px;
    padding: 7px 7px 0px 0px;
    /* width: 350px; */
    text-align: justify;
    /* margin-left: 20px!important;}

.opisanietext2 {
    display: block;
    font-family: play;
line-height: 11px;
    font-size: 10px;
    text-indent: 0px;
    /* padding: 7px 7px 0px 0px; */
    /* width: 350px; */
    text-align: justify;
    margin-left: 20px!important;
}

.opisaniessilki {
display: block;
    width: 130px;
    font-size: 12px;
    font-family: 'Anonymous Pro';
    font-weight: bold;
    border-left: solid 1px #84726b;
    text-transform: none;
    padding: 10px;
    position: absolute;
    text-align: left;
}

.zagolovokforuma {
text-align: right;
    position: absolute;
    margin-top: -11px!important;
    width: 279px;
    margin-left: 90px!important;
    color: #4a4646;
    font-size: 16px;
    font-family: 'CAVEAT';
    letter-spacing: 1px;
}
.quests {
font-family: Arial;
    font-size: 11px;
    text-align: center;
    background-color: #6f6e6e;
    border-radius: 10px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    color: #2a241b;
    width: 100%;}

.quests2 {
font-family: Arial;
font-size;11px;
text-align: center;
height:3px;}

/* оформление лз */



.lz2 {
padding: 10px 0px 0px 4px;
    font-family: Play;
    font-size: 12px;
    text-align: center;
}

.lz1 {
    margin: 5px 35px 0px 28px;
    display: block;
    text-align: justify;
    color: #000;
    border-top: solid 1px #767676;
    border-bottom: solid 1px #767676;
    padding: 5px;
}

.her {
font-family: play;
    display: block;
    width: 210px;
    font-size: 9px;
    padding-bottom: 3px!important;
    padding-top: 3px!IMPORTANT;
    margin-top: -3px!important;
    margin-bottom: -12px!important;
    /* border-top: solid 1px #292016; */
    background-color: #251a0f70;
    text-align: center;
    box-shadow: 0 0 0 1px #000, 0 0 1px 2px #1f170f, 0 0 1px 3px #000;
    text-transform: lowercase;
    letter-spacing: 1px;
}

a.menu:link, a.menu:visited, a.menu:active{
font-size: 13px;
    color: #65493d;
    line-height: 12px;}

a.menu:hover{
font-size: 11px;
    color: #5d2d30;
    line-height: 12px;}


#banners {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    height: 73px;
    text-align: center;
    width: 490px;
    margin-left: 230px;
    margin-top: 30px;
}

/* РАСПОЛОЖЕНИЕ КАЖДОЙ ИКОНКИ КРУПНОЙ НАВИГАЦИИ*/

div#pun-navlinks {
    /* position: absolute; */
    /* width: 290px; */
    /* margin-left: 260px; */
    top: 68px!important;
    /* text-align: center; */
    font-size: 1.0em;
    /* font-weight: bold; */
      }

 div#pun-ulinks {
    width: 100%;
    top: 0px;
       }
html{min-width: 1010px!important;}/*для мобил*/


/*Разделитель между постами*/
#pun .post h3 {background: url(http://forumstatic.ru/files/0018/b1/a6/50962.jpg) no-repeat scroll center top;
    width: 1033px!important;
    height: 55px;
margin-left: -25px !important;}

#pun-viewtopic .post h3 {
background: url(http://forumstatic.ru/files/0018/b1/a6/50962.jpg) no-repeat scroll center top;
    width: 1033px!important;
    height: 55px;
    color: #727272 !important;
    font-family: verdana !important;
    font-size: 10px;
    font-style: normal;
    margin-left: -9px;
    margin-top: 0px;
    padding-top: 0px;
}

#pun .post h3 {    color: #504030;
 margin-left: -20px;
color: #9e9780 !important;
    font-family: verdana !important;
    font-size: 10px;
    font-style: normal;
    padding-top: 0px;
    margin-top: -10px;
    
}
.sharelink {display: none;}


#pun .post h3 span a {
    color: #707070;
}


.punbb img {
    margin-top: 0px;
    margin-left: 0px;
}
#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, #keyboard-area
{
    background: #a6a6a6;
    color: #000;
    border: none;
    padding: 1px 5px !important;
    border-radius: 3px;
    border: 3px double #353535;
}
#post .container[id$="font-area"]{max-height: 250px!important; overflow: auto;}

/*Разделитель перед формой ответа*/
#pun #post-form h2 {
background: url(http://forumstatic.ru/files/0018/b1/a6/50962.jpg) no-repeat scroll center top;
    width: 1033px!important;
    height: 55px;
    color: #9e9780 !important;
    font-family: verdana !important;
    font-size: 10px;
    font-style: normal;
    margin-left: -34px;
    margin-top: -10px;
    padding-top: 0px;
}

/*Фон под контейнеры в форме Ответа*/
#pun_wrap #post .container[id$="-area"]{
    border: double 1px #4a4a4a!important;
    box-shadow: 0px 0px 5px #545454;
    border-radius: 3px;
    background: rgb(135 135 135)!important;
    padding: 10px!important;
    font: normal normal 400 11px/normal Verdana;
}
#smilies-area, #video-area {
    width: 510px!important;
}

#pun .post-content hr{
    background: #150503;
    height: 1px;
    width: 350px;
    border: none;
    display: block;
    margin: 10px auto 10px auto;
}

/* выделенный текст */
::selection {    background: #686971;
    color: #b9b7b7;}

/* аватарка на главной */

#pun-index .user-avatar img.ava {
    border-radius: 50% !important;
    border: solid 2px #48341f!important;
    /* width: 30px; */
    /* height: 30px; */
    box-shadow: 0px 0px 5px #2f2215;
    }

/* убираем оформление профиля в личке */
#pun-messages .post-author{
    background: none;
}
#pun-messages .post-author ul {color: #000;
text-shadow: none}

.pa-avatar img {
max-width: 180px;
    box-shadow: 0 0 0 1px #000, 0 0 1px 3px #293232, 0 0 5px 2px #000;
}

.pa-fld1 {
width: 210px;
    margin-left: 15px!important;
    padding-bottom: 15px !important;
    color: #645e5e;

}

.pa-fld1 p {font-family: arial;
text-transform: lowercase;
font-size: 10px;
margin-bottom: 0px !important;
padding: 0 !important;}

.pa-fld1 center:first-of-type {display: block;
  padding-top: 20px;
  position: relative;
}

#pun .pa-fld1 center  a {
    text-shadow: 0 0 1px rgb(2, 2, 2), 0 0 5px rgba(165, 138, 109, 0.3);
    transition: all .5s ease-in-out 0s;}

.pa-fld1 lz {
    margin: 5px 9px 0px 9px;
    display: block;
    text-align: justify;
    font-weight: bold;
    color: #505050;
    /* border-top: solid 1px #261b17; */
    /* border-bottom: solid 1px #767676; */
    padding: 5px;
}

.pa-fld1 imya {
  text-align: center;
}
.pa-fld1 ssilka {
    font-family: play;
    display: block;
    width: 170px;
    font-size: 9px;
    padding-bottom: 0px!important;
    padding-top: 3px!IMPORTANT;
    margin-top: -6px!important;
    margin-left: -10px;
    /* margin-bottom: -12px!important; */
    /* background-color: #524d4b85; */
    text-align: center;
    /* box-shadow: 0 0 0 0px #807f7f, 0 0 1px 0px #8a8a8a, 0 0 0px 0px #1c1d1f; */
    text-transform: lowercase;
    letter-spacing: 1px;
}

.pa-fld1 name {
    font-family: play;
  font-size: 11px;
    width: 175px!important;
    display: block;
    margin-bottom: -10px;
}


.pa-fld1 center:last-of-type {
font-family: play;
font-size: 10px;}

#pun-index .user-avatar {
    margin-right: 15px !important;
}

.punbb .user-avatar .avatar-image {
    border-radius: 0%!important;
    height: 30px!important;
    width: 30px!important;
    border: solid 3px #21485c;
    opacity: 0.65!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.post h3 span {color: #444444;
    font-family: play;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 10px;
    letter-spacing: 1px;}

#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    font-size: 11px;
    font-weight: 300;
    width: 5%;
    position: relative;
    z-index: 9;
}


#pun-index .tcr a {    font-size: 13px;
    font-family: yeseva one;
    text-transform: lowercase;
}
#pun-index .tcr {
    text-align: left;
}
#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: url(http://forumstatic.ru/files/0018/b1/a6/78654.png) no-repeat center;
    display: block;
    float: left;
    height: 30px;
    margin-left: -22px;
    margin-top: -10px;
    position: relative;
    width: 27px;
    opacity: 0.4;
    image-rendering: crisp-edges
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon, #pun-viewforum TR.inew.isticky Div.icon, #pun-messages TR.inew.isticky Div.icon, #pun-searchtopics TR.inew.isticky Div.icon {
    background: url(http://forumstatic.ru/files/0018/b1/a6/78654.png?v=1) no-repeat center;
    opacity: 0.9
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: url(http://forumstatic.ru/files/0018/b1/a6/72515.png) no-repeat center;
    opacity: 0.9
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: url(http://forumstatic.ru/files/0018/b1/a6/32152.png) no-repeat center;
    opacity: 0.9
}

.defavtr  {
    margin-top: 20px !important;}

#form-buttons table, .punbb .formal textarea {
     padding-bottom: 10px;!important;}

.pl-share
{display: none;}
#pun_wrap {
    padding-bottom: 50px !important;}


.objava {
    font-size: 12px;
    font-family: 'Yeseva One';
    font-weight: bold;
    text-transform: none;
    padding: 10px;
    margin-top: -25px!important;
    text-align: center;
}

/*  codes by artishock */