/* CS1 Background and text colours
-------------------------------------------------------------*/

/* фон страницы */
html {
background: url(https://i.imgur.com/gS8DpyY.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(https://i.imgur.com/Srx89zG.png);
    width: 1036px;   margin-left: -80px;
    height:488px;
}

/* Тело форума */
#pun {
    background-color: #dadada;
    background: url(https://i.imgur.com/IuFGdFL.png) top center;
  }


/* Футер */
#pun-about p.container {
 background-image : url(https://i.imgur.com/KLl48oo.png);
    margin-bottom: -30px;
    background-position: center top; margin-left: -80px;
    background-repeat: no-repeat;
    height: 132px;
    width: 1036px;
    overflow-x: hidden;
    font-size: 0px;
}



/* 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 {

background-image: url(https://i.imgur.com/ylQmyYq.png);
    border-bottom: 5px solid #bb8908;
}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
background: url();
background-color: #fff;
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("https://i.imgur.com/OFmZF8G.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: #b7810f;
      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(https://i.imgur.com/WOeFLPW.png) no-repeat;  
  display:none;

}


tr.inew div.icon {
        background: url(https://i.imgur.com/peVWqW3.png) no-repeat;
}

tr.iclosed div.icon {
        background: url(https://i.imgur.com/O0XAit0.png) no-repeat;     margin: 0px 0px 5px 5px;
  float: right;
  display: block;
  height: 20px;
width: 20px;
}

tr.isticky div.icon {
        background: url(https://i.imgur.com/x8m5XCs.png) no-repeat;   margin: 0px 0px 5px 5px;
  float: right;
  display: block;
  height: 20px;
width: 20px;
}


/* 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: #b7810f; border: 0px solid #000; }
::-webkit-scrollbar-thumb {background-color: #270302; -moz-box-shadow: inset 0 0 5px #1f0004; -webkit-box-shadow: inset 0 0 5px #91959d; box-shadow: inset 0 0 5px #2c0000;}


/*Фон мини-профиля в Топике*/
.punbb .post .post-author {
  background:url(https://i.imgur.com/ylQmyYq.png) 0 0 repeat;
   border: 1px solid transparent;
  padding: 0px;   
  border-image: url(https://i.imgur.com/Mp9iEyt.png);
  border-image-slice: 50;
  border-image-repeat: round;
  border-image-width:0px 0px 0px 28px;
    }



/* оформление ссылок в подфорумах и самих подфорумов*/
.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: "—";
}


/* поле под профилем*/
.panelTitleTxt {
                  display: block;
    padding: 0px 3px 3px 10px;
    /* line-height: 110%; */
    color: #000;
 line-height: 10x;
    font-size: 8px;
    word-break: break-all;
    letter-spacing: 1px;
    font-family: tahoma;
    text-transform: uppercase;
    /* font-weight: bold; */
    text-align: justify;
    border-image: url(https://i.imgur.com/3lyQ3Z5.png) 4 0 4 0 round round;
    border-style: solid;
    border-width: 0px;
}


.punbb .panelTitleTxt a {
  color: #000;
text-align: center; 
text-transform: uppercase; 
font: bold 14px Oranienbaum;
  text-decoration: none;
}

#viewprofile li .panelTitleTxt  {
visibility: hidden; }

 #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, #pun-index #pun-about .container .item1 {display:none; visibility: hidden;}

/* Настройка выделения в браузере*/
::selection {
background: #b7810f;
color: #000; }
::-moz-selection {
background: #b7810f;
color: #000; }
::-webkit-selection {
background: #b7810f;
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: #b58906;
 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); }

 .syd {
   width: 600px;
   height: 450px;
   overflow: hidden;
 }
 
 .syd .box1 {
   width: 250px;
   height: 450px;
   float: left;
background-image : url(https://i.imgur.com/ylQmyYq.png); 
 }
 
 .syd .box2 {
   width: 350px;
   height: 550px;
   float: right;
   overflow: hidden;
 }
 
 .syd .right {
   width: 450px;
   height: 550px;
   transition: 2s;
 }
 
 .syd .left {
   margin-right: -204px;
   margin-left: 20px;
   height: 250px;
   position: relative;
   z-index: 600;
   padding-top: 200px;
   font: 8px arial;
   letter-spacing: 1px;
   text-transform: uppercase;
   color: #bad9d4;
   opacity: 1;
   transition: .5s;
   transition-delay: 1.2s;
 }

 .syd .left one {
background-image : url(https://i.imgur.com/ylQmyYq.png); 
   float: right;
   padding: 4px 15px 2px 15px;
   text-align: right;
   box-shadow: 1px 1px 1px rgba(0,0,0,.1);
   border-right: solid 2px #B0B4CE; /*** ACCENT ***/
   transition: .5s;
   transition-delay: .6s;
  color: #000000;
 }

 .syd .left clear {
   display: block;
   clear: both;
   height: 10px;
 }
 
 .syd .text {
   margin: 0 0 0 0;
   width: 290px;
   height: 510px;
background-image : url(https://i.imgur.com/ylQmyYq.png); 
   overflow: auto;
   clear: both;
   text-align: justify;
text-transform: ;
   position: relative;
   float: left;
   font: 11px arial;
   z-index: 200;
   padding: 25px 25px 25px 20px;
   transition: .6s;
   transition-delay: 0s;
   opacity: .2;
   color: #000000;
 }
 
 .syd:hover .left {
   padding-top: 310px;
   opacity: 1;
   transition: .5s;
   transition-delay: 0s;
 }
 
 .syd:hover .left one {
   margin-right: -100px;
   transition: .5s;
   transition-delay: .6s;
 }
 
 .syd:hover .right {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
 }
 
 .syd:hover .text {
   margin: -550px 0 0 0;
   transition: .8s;
   transition-delay: 1s;
   opacity: 1;
 }
 

 



#imgame { font-size:20px; color:#041a1a; font-family: 'Oranienbaum'; text-transform: uppercase; line-height:99%;  text-shadow: 1px 1px 1px #a5a5a5;  }
.imgametext { width:320px; font-family: arial;  letter-spacing: 1px; text-transform: uppercase; font-size:8px; line-height:98%; text-align:justify; }




#funeral {
  width: 500px;
float: center;
  margin: 10px auto;
}
#funeral .m-box f1 {
  font-family: montserrat;
  text-align: right;
  font-size: 11px;
  letter-spacing: 2px;
  font-style: italic;
  color: #b7810f;
  text-transform: uppercase;
  padding-top: 10px;
    margin-left: 190px;
}
#funeral .m-box f2 {
  font-family: trebuchet ms;
  text-align: right;
  font-size: 8px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  margin-top: -10px;
    margin-left: 190px;
}
.m-box .m-line {
  width: 384px;
  height: 1px;
  background-color: #b7810f;
  margin-top: 10px;
  margin-left: 66px;
}
.m-box {
  width: 450px;
  padding: 30px;
background-image: url(https://i.imgur.com/ylQmyYq.png);
  line-height: 100%;
  margin-left: 37px;
}
.m-box .m-text {
  font-family: arial;
  font-size: 12px;
  line-height: 135%;
  text-align: justify;
  color: #000000;
  padding: 17px;
background-image : url(https://i.imgur.com/ylQmyYq.png); 
border-image: url("") 4 4 4 4 round round;
    border-style: solid;
    border-width: 0px;
}

.m-box .m-text::first-letter { background-image : url(https://i.imgur.com/ylQmyYq.png); 
font: 28px/20px 'Oranienbaum', cursive; 
  margin-left:25px;
  padding: 10px 10px; margin-right: 5px; 
float:left; 
text-transform: uppercase; }

.m-img {
  float: left;
  top: 36px;
  left: 20px;
  position: relative;
  width: 60px;
  height: 60px;
   background-size: cover;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  margin: auto;
  overflow: hidden;
  outline: 1px solid #b7810f;
  outline-offset: 3px;
}
.m-img img {
   background-size: cover;
  -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  margin-top: -20px;
  margin-left: -20px;
  width: 100px;
  height: auto;
-webkit-filter: grayscale(100%);filter: grayscale(100%);
}







/****************************************
   эпизоды
*****************************************/
.diamondsBack { width: 500px; margin: auto;  border-image: url("https://i.imgur.com/ecl3HB8.png") 4 4 4 4 round round;  border-style: solid;  border-width: 0px; padding: 10px;background-image: url();}

.diamondsPic { padding-top: 20px; background-size: cover; text-align: center;  }
.diamondsTop { padding-top: 10px; text-align: center;  }
.diamondsTitle { padding-top: 10px; padding-bottom: 3px;  font-family: Yeseva One; 
    font-style: normal;font-size: 22px; text-align: center;color: #0e0a04; text-transform: uppercase; }
.diamondsSubtitle { font-family: quicksand; text-transform: uppercase; font-size: 10px; letter-spacing: 1px; color: #0e0a04; text-align: center; }
.diamondsParagraph { padding: 30px; font-family: arial; font-size: 12px; line-height: 120%; color: #0e0a04; text-align: justify; padding-top: 20px; }


.diamondsPravila { padding: 30px; font-size: 13px; font-family:   arial; color: #0e0a04; text-align: justify; padding-top: 20px; }


/* кнопки */
#post .formsubmit {text-align: center;}


.punbb .button {
color: #000;
background-image: url("https://i.imgur.com/mlNkEGf.png");
 border-image: url("https://i.imgur.com/ZXCFsgA.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(https://i.imgur.com/DsnVqBy.png);
color: #d1e4f4 ;
}




#pun-ulinks .item5 a {
display:none!important;
}

.topic .permalink{
text-transform: lowercase;
font-size: 9px; text-align: center; 
margin-left: 505px; }

#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
{
	color: #768fa7;
	background: rgba(196, 206, 194, 0.54);	
	text-decoration: none;
	transition-duration: 0.5s;}



.pa-posts, .pa-respect, .pa-fld2 {
    display: inline-block;
    border: none;
    margin: 0 2px 1px 2px;
  font-family: 'Yeseva One';
    width: 60px;
   padding-top: 3px;
    font-size: 9px;
    text-align: center;text-transform:uppercase;
  }
.pa-fld2 {
  font-family: 'Yeseva One';
    margin: 0 -20px 0 10px;text-transform:uppercase;
  }
.pa-respect {
  font-family: 'Yeseva One';
    margin: 0 0 0 20px;text-transform:uppercase;
  }




/* спойлер*/
.post-content .spoiler-box > div    {
 background-image: url(https://i.imgur.com/fbIGR46.png)!important; 
      font-weight: bold; height: 20px; text-align: center;
}
.post-content .spoiler-box > div.visible {
    background-image: url(https://i.imgur.com/ERBRi5X.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: rgba(	238,	238,	238, 1)!important;}
