/* CS1 Background and text colours
-------------------------------------------------------------*/

/* фон страницы */
html {
background: url(https://i.imgur.com/5iwchl1.png);
background-repeat: repeat;
background-attachment: fixed; 
background-position: top ;
background-color: #465348;
overflow-x: hidden !important;
/*overflow-x: hidden !important;*/}


/* Шапка */
#pun-title table {
    border: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(http://forumstatic.ru/files/0016/ce/0e/40389.png?v=1);
    width: 1204px;   margin-left: -149px;
    height:309px;
}

/* Тело форума */
#pun {
    background-color: #dadada;
    background: url(http://forumstatic.ru/files/0016/ce/0e/77425.png) top center;
  }


/* Футер */
#pun-about p.container {
 background-image : url(http://forumstatic.ru/files/0016/ce/0e/95372.png);
    margin-bottom: -30px;
    background-position: center top; margin-left: -2px;
    background-repeat: no-repeat;
    height: 121px;
    width: 949px;
    overflow-x: hidden;
}



/* CS1.1 Фон и цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container  {background-color: transpanent;
color: #090006;
font-weight: normal;
font-style: normal;
}

#pun-admain .adformal, #pun-admain .adcontainer
{border: none;
border-color:  transparent;}

.punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-color: transparent;
color: #090006;
text-align:center; 
font-size: 12px; 
}

/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
    border: 1px solid #660705;
}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
background: url();
    background-image: url(http://forumstatic.ru/files/0016/ce/0e/56039.png);
color: #090006;}

/* Тень и закругление */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  { 
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
 }

.punbb input { border-bottom-left-radius: 5px;
border-bottom-right-radius: px;
border-top-left-radius: px;
border-top-right-radius: px;
}

/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
background-image: url("http://forumstatic.ru/files/0016/ce/0e/68206.png");
background-color: #979796;}


/* Ссылки
-------------------------------------------------------------*/

/* 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: #000000;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #060606
  }

/* 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: #151515;
   text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
  border-bottom:none;
  text-decoration: none;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  font-style: normal;
  border-bottom: none;
  text-decoration: none;
  }

/*/6060*/
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #1b0d04;
  color: #151515;
  }


.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, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    color: #151515;
    text-decoration: none;
      transition-duration: 0.5s;
}
.punbb a:focus, .punbb a:active, .punbb a:hover, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
    color: #151515;
    text-decoration: none;
     transition-duration: 0.5s;
}

#pun-navlinks a {
color: #000;
    position: relative;
    padding:0 0 5px 1px;
      transition-duration: 0.5s;
}


#pun-navlinks a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -0px;
  left: 0;
  background-color: #;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#pun-navlinks a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#navpr_1 a span{ 
    margin: 0 0 0 8px;
}

#pun-ulinks li a {
color: ##010000;
      transition-duration: 0.5s;
}
#pun-ulinks li a:hover {
color: #7a9187;
      transition-duration: 0.5s;
}

#pun-index .tcl h3 a {
    color: #eceeff;
      transition-duration: 0.7s;
}
#pun-index .tcl h3 a:hover {
    color: #151515;
      transition-duration: 0.7s;
}

.pa-author a { 
    color: #7a9187!important;
     transition-duration: 0.8s;
  }
.pa-author a:hover { 
    color: #151515!important;
     transition-duration: 0.8s;
  }
#pun-navlinks a:after{
conternt: '.';
}

.punbb .post-author a:link {
    color: #000!important;
     transition-duration: 0.3s;
}
.punbb .post-author a:hover  {
    color: #7a9187!important;
     transition-duration: 0.3s;
}

#pun-redirect a  { 
    color: #7a9187; 
     transition-duration: 0.3s;
}
#pun-redirect a:hover  {
    color: #7a9187; 
     transition-duration: 0.3s;}



/* CS3 Остальное 
-------------------------------------------------------------*/

/* CS3.1 Иконки*/

div.icon {
            background: url(http://forumstatic.ru/files/0016/ce/0e/19991.png) no-repeat;  
  display:none;

}


tr.inew div.icon {
        background: url(http://forumstatic.ru/files/0016/ce/0e/19991.png) no-repeat;
}

tr.iclosed div.icon {
        background: url(http://forumstatic.ru/files/0016/ce/0e/19991.png) no-repeat;    
}

tr.isticky div.icon {
        background: url(http://forumstatic.ru/files/0016/ce/0e/19991.png) no-repeat;   
}


/* CS3.2 Всё подряд*/
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-main .post-author ul {text-align: center}
ul.post-ul-Sp, .post-img-Sp {text-align:center;}
 #pun th, #pun-main h2 {text-align: center;}
#pun-navlinks .container, #pun-ulinks .container {text-align: center;}
.modlist {font-size: 95.05%;}
#pun-announcement .container {font-size: 101%; font-family: "georgia";}
.category h2 span{display: block;}
.category h2 span{visibility: hidden;}
#pun-stats h2 span {visibility: hidden;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}



/* Прокрутка */
::-webkit-scrollbar {width: 6px; height: 6px;}
::-webkit-scrollbar-track {background-color: #791807; border: 0px solid #000; }
::-webkit-scrollbar-thumb {background-color: #080301; -moz-box-shadow: inset 0 0 5px #1f0004; -webkit-box-shadow: inset 0 0 5px #91959d; box-shadow: inset 0 0 5px #2c0000;}





/* оформление ссылок в подфорумах и самих подфорумов*/
.first{ 
display: inline-block;
    background: #bb8d12;
    color: #000;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 7px;
    font-family:  arial;
    letter-spacing: 1px;
    }


.forlink {/* background: #111; */margin-top: 0px !important;padding: 3px;text-align:  center;margin-top: 3px !important;width: 440px;}


.punbb .forlink a {
  color: #111111;
 text-align: center;
font: bold 8px arial;
  text-decoration: none;
}

.punbb .forlink a:hover {
  color: #447df0;
 text-align: center; 
font: bold 8px arial;
  text-decoration: none;
}



.for {
     font-size: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
font-family: arial; font-weight: bold;
    line-height: 9px;
    text-align:  justify;
    padding: 3px;
    width: 450px; 
    border-color: #bb8908;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

.for1{
padding:0 5px 0 5px;
    width: 414px;
    }

.for 1 a{ font-weight: bold !important;}
.for 1 a:hover{ color:#fff !important;}



/* ШТУКИ УБРАТЬ*/

#pun-title h1 span  {display: none;}

/*убрать важное закрытое*/
.stickytext,.closedatafield{ display:none;}

.topic .sharelink {display:none;}

/* Запятые между никами в "Тему просматривают" */
#topic-users-in a:after {
    content: ","
  }
  #topic-users-in a:last-child:after {
    content: "";
  }

/* Список тем в форуме ник создателя темы */
#pun-main .forum .tcl .byuser {
    display: block;
    letter-spacing: 1px;
}
#pun-main .forum .tcl .byuser:before {
    content: "—";
}


/* поле под профилем для новеньких*/
.panelTitleTxt2 {
                  display: inline-block;
                  padding: 5px 10px 0px 10px;
                  margin: auto;
                  font-size: 13px;
                  font-family: "Yeseva One";
                  text-align: justify;
}

.punbb .panelTitleTxt2 a {
  color: #000;
text-align: center; 
  text-decoration: none;

}

#viewprofile li .panelTitleTxt2  {
visibility: hidden; }



/* поле под профилем для стареньких*/
 li.pa-fld2 {    
text-align: justify; 
color: #222222; 
 line-height: 100%; 
font-size: 11px !important;
word-break: break-all; 
width: 165px; /* border-top: 1px solid #222222; */
  margin: -5px 0px 0px 0px;
    display: inline-block;
}

span.panelTitleTxt {
                display: block; text-transform: uppercase; 
   text-align:center; font-size: 11px; 
 font-family: "Yeseva One";
 line-height: 110%;margin: 5px 0px 0px 0px;
}

.punbb .panelTitleTxt a {
  color: #222222;
float: center; 
text-transform: uppercase; 
  text-decoration: none;
}

 #pun th {visibility: hidden;}


/* Убрать надписи*/
 #pun-main #post-form #post fieldset legend span, #pun-main #post-form h2 span, #pun #pun-post #pun-main .formal #post fieldset legend span {display:none; visibility: hidden;}


/* Настройка выделения в браузере*/
::selection {
background: #82d8df;
color: #000; }
::-moz-selection {
background: #82d8df;
color: #000; }
::-webkit-selection {
background: #82d8df;
color: #000; }



/* Цвет ссылок в тексте поста*/
#pun-main .topic .container .post-body .post-box a, #profile  .fs-box .container .post-body .post-box .post-content a, #post-preview .fs-box .post-box .post-content a {
color: #690304;
 font-family: "Yeseva One";
    font-size: 15px;
}


/*Убрать RSS*/
#pun-viewtopic #pun-main #topic-modmenu .container span a {
font-size:8px;
display:none;
color: #C7C4D3!important;
}

#pun-viewtopic #pun-main #topic-modmenu .container span {
font-size:8px;
display:none;
color: #C7C4D3!important;
}

/* Не отображать мои загрузки  */
#pun-ulinks .item5 a {
display:none!important;
}

/*селектор кнопок бб*/
#button-mask, #button-justify, #button-bold, #button-indent, #button-files_rusff, #button-smile, #floatbut, #button-font, #button-size, #button-italic, #button-strike, #button-underline, #button-left, #button-center, #button-right,  #button-link, #button-spoiler, #button-image, #button-video, #button-hide, #button-quote, #form-buttons img, #button-code, #button-color, #button-table, #button-keyboard, #button-addition {
opacity:0.2;
}

#button-mask:hover, #button-justify:hover, #button-bold:hover, #button-indent:hover, #button-files_rusff:hover, #button-smile:hover, #floatbut:hover, #button-font:hover, #button-size:hover, #button-italic:hover, #button-strike:hover, #button-underline:hover, #button-left:hover, #button-center:hover, #button-right:hover, #button-link:hover, #button-spoiler:hover, #button-image:hover, #button-video:hover, #button-hide:hover, #button-quote:hover, #form-buttons img:hover, #button-code:hover, #button-color:hover, #button-table:hover, #button-keyboard:hover, #button-addition:hover {
opacity:1!important;
}

/* имена в поиске сообщений*/
#pun-post #pun-main .topic .endpost .container .post-author .pa-author, #pun-post  #pun-main .topic .altstyle .container .post-author .pa-author, #pun-post #pun-main .topic .post .container .post-author .pa-author, #pun-post #pun-main .topic .toppost .container .post-author .pa-author {
font-family: "Yeseva One";
font-weight: normal!important;
text-align: center;
font-size: 14px!important;
}

/*Цвет выделения искомых слов*/
 #pun-main .topic .post .container .post-body .post-box .post-content .highlight-text {
background:#908486!important;
color:#E8E1D7!important;
}

#pun-main #post-form h2 {
background: none;}




/*баннерки*/
#banners a img { opacity:0.6; -moz-opacity:0.6; 
-moz-transition: 1s ease; 
-webkit-transition: 1s ease; 
filter:alpha(opacity=90); }
#banners a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100); }








/* кнопки */
#post .formsubmit {text-align: center;}


.punbb .button {
color: #000;
background-image: url("http://forumstatic.ru/files/0016/ce/0e/58490.png");
 border-image: url("http://forumstatic.ru/files/0016/ce/0e/47405.png") 4 4 4 4 round round;
    border-style: solid;
    border-width: 4px;
font-family: Arial;
font-size: 10px;
font-weight: bold !important;
text-transform: uppercase;
padding: 7px; 
border: none !important;
}

.punbb .button:focus {
border: none !important;
}

.punbb .button:hover {
background: url(http://forumstatic.ru/files/0016/ce/0e/32369.png);
color: #d1e4f4 ;
}




#pun-ulinks .item5 a {
display:none!important;
}

.topic .permalink{
text-transform: lowercase;
font-size: 9px; text-align: center; 
margin-left: px; }

#pun-announcement h2 {display: none;}
#pun-announcement .container {padding-top: 1em;}


/****************************************
наведение ссылок с фоном
*****************************************/
.post-body .post-box a:focus,
.post-body .post-box a:active,
.post-body .post-box a:hover
{ background:  #fff; mix-blend-mode: difference!important;
	}


.pa-posts, .pa-respect, .pa-fld2 {
  display: inline-block;
    border: none;
    margin: 0 2px 1px 2px;
    width: 60px;
   padding-top: 3px;
    font-size: 9px;
    text-align: center;text-transform:lowercase;
  }
.pa-fld2 {
    margin: 0 -20px 0 10px;text-transform:lowercase;
  }
.pa-respect {
    margin: 0 0 0 20px;text-transform:lowercase;
  }




/* спойлер*/
.post-content .spoiler-box > div    {
 background-image: url(http://forumstatic.ru/files/0016/ce/0e/74078.png)!important; 
      font-weight: bold; height: 20px; text-align: center;
}
.post-content .spoiler-box > div.visible {
    background-image: url(http://forumstatic.ru/files/0016/ce/0e/36731.png)!important; 
      font-weight: bold;
}
.punbb .post-content hr {margin:0em 0em 0em 0em;     background: #b7810f;}

/* текст в таблице*/
.colortext {
  background: rgba(	183, 129, 15, 0.84);
    color: #000;
    padding: 1px 2px;
    font-size: 16px;
    font-family: "Yeseva One";
}
.colortext1 {
    color: #000;
    padding: 1px 2px;
    font-size: 14px;
    font-family: "Yeseva One";
}

 .colorlink A:link { text-decoration: none; }
  .colorlink A:visited { text-decoration: none; }
   .colorlink A:active { text-decoration: none; }
   .colorlink A:hover {  text-decoration: line-through;  color:#3257a9;}



/* Подсвечиваем разделы при наведении мышью. Duka */
td.tcl:hover { background:  #fff; mix-blend-mode: difference!important;  -moz-transition: 1s ease; 
-webkit-transition: 1s ease;  }


del {-webkit-filter: blur(0.7px);
-moz-filter: blur(0.7px);
-ms-filter: blur(0.7px);
-o-filter: blur(0.7px);
filter: blur(0.7px);
text-decoration: none!important;}

del:hover {background: transparent;color: #000000;filter: none;text-decoration: none!important;-webkit-transition: 2s ease;  -moz-transition: 2s ease; }




/* СКРИПТЫ С ХОМА */

/*формы*/

l1{  
  border-image:url("http://forumstatic.ru/files/0016/ce/0e/25632.png") 4 4 4 4 round round;
    border-style: solid;
    border-width: 4px;
    display: block;
    font-size: 13px;
    padding: 5px 15px 5px 15px;
    margin: 8px 0px 7px 0px;
    text-align: center;
    color: #222325;
    font-family: "Yeseva One";
    text-transform: uppercase;
}
.post l1{ background-image: url("http://forumstatic.ru/files/0016/ce/0e/56976.png");
    padding: 5px 15px 5px 15px;
    margin: 5px 0px 1px 0px;
}



hr4{  border-image:url("http://forumstatic.ru/files/0016/ce/0e/25632.png") 4 4 4 4 round round;
    border-style: solid;
    border-width: 4px;
    display: block;
    font-size: 13px;
    padding: 7px 15px 7px 15px;
    text-align: center;
    color: #222325;
    font-family: "Yeseva One";
    text-transform: uppercase;
     letter-spacing: 1px;
}
.post hr4{ background-image: url("http://forumstatic.ru/files/0016/ce/0e/56976.png");
 margin: 0px 0px -7px 0px;}



/* ссылки в описание форумов надо настроить */
.lynx {
 font-family: "Yeseva One";
font-size: 13px;
color: #1c0b0e;
}

.lynx a {
text-transform:lowercase;
 font-family: "Yeseva One";
  font-weight: normal;
}

.lynx a:hover{
   letter-spacing: 1px;
-moz-transition: 1s ease; 
-webkit-transition: 1s ease; }


.anntitle {
	font-family:  "Yeseva One";
   letter-spacing: 1px;
	color:#000;
	font-size:20px;
	padding:10px;
	width:300px;
	margin:auto;
}

.annborder {
	border:1px solid #000;
	padding:10px;
	width:380px;
}


/*ссылки в подфорумах*/
#intex {
  font-size: 13px;
  text-transform: lowercase;
  font-family:  "Yeseva One";}



.ams{ margin: 0 auto; }

.amr {
  height: 213px;
  overflow: auto;
  color: #69727a;
  font: 11px;
  padding: 5px 5px 5px 10px;
}


.amf {
  height: 213px;
  overflow: auto;
  color: #69727a;
  font: 11px;
  letter-spacing: 1px;
  padding: 10px;
  vertical-align: middle;
}

.amd{
  height: 213px;
  overflow: auto;
  color: #69727a;
  font: 11px;
  padding: 5px 5px 5px 13px;
  vertical-align: middle;
}


/*шаблоны эпизодов*/
.pic { 
text-align: center; 
font-family: "Yeseva One";
font-size: 15px; 
text-transform: uppercase; 
letter-spacing: 1px;} 

/* Ширина столбцов в шаблонах*/
.sorka{
   padding: -50px 50px 10px 50px;   text-align:justify;  line-height:120%;
    columns: 2;  -webkit-columns: 2; -moz-columns: 2;}



/*анкета*/
.sufjanbg { width: 550px;background-image : url(http://forumstatic.ru/files/0016/ce/0e/56195.png); color: #7a9187;   padding: 5px;  border-image: url("http://forumstatic.ru/files/0016/ce/0e/69810.png") 4 4 4 4 round round;
    border-style: solid;
    border-width: 4px;}
.sufjant { height: 35px; overflow: hidden; position: relative; z-index: 10; margin-top: -40px; }
.sufjanh1 { font: 22px 'Rye', cursive; padding: 0 5px; overflow: hidden; text-transform: uppercase;  text-align: right;}
.sufjann { padding: 3px; height: 35px; position: relative; z-index: 20; font: italic 10px/9px cambria; letter-spacing: 1px; text-align: center;}
.sufjanm { margin-top: 0px; transition: .8s; }
.sufjanhead:hover .sufjanm { margin-top: -50px; transition: .8s; }
.sufjanhead img {-webkit-filter: grayscale(100%); filter: grayscale(100%); transition: .8s; }
.sufjanhead:hover img {-webkit-filter: grayscale(0%); filter: grayscale(0%); transition: .8s; }
.sufjanp { clear:both; text-align: justify; font: 13px PT Sans; margin-top: 0px; padding: 15px; }
.sufjanp b { font: bold 12px PT Sans; }
.sufjanp::first-letter { background-image : url(http://forumstatic.ru/files/0016/ce/0e/11030.png); font: 28px/20px 'Alice', cursive; padding: 10px 15px; margin-right: 5px; float:left; text-transform: uppercase; }



.rightimg { float: right; margin: 2px 2px 3px 10px; width:180px; height:180px; padding: 5px; border:3px double #000000; opacity:0.5; -moz-opacity:0.5; -moz-transition: 1s ease; -webkit-transition: 1s ease; filter:alpha(opacity=90); }
.rightimg:hover {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100); }
.torw { text-align: center; font-family:'Yeseva One'; font-size: 16px; text-transform: uppercase; font-weight: bold;}
