/* CS1 Background and text colours
-------------------------------------------------------------*/

/* фон страницы */
html {
background: url(http://forumfiles.ru/files/0017/f2/a8/33426.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://forumfiles.ru/files/0014/62/34/42613.png);
    width: 1216px;   margin-left: -109px;
    height: 320px;
  margin-top: 50px;
}

/* Тело форума */
#pun {
    background-color: #dadada;
    background: url(http://forumfiles.ru/files/0014/62/34/80047.png) top center;
  }


/* Футер */
#pun-about p.container {
 background-image : url(http://forumfiles.ru/files/0014/62/34/10034.png);
    margin-bottom: -12px;
    background-position: center top; margin-left: -80px !important;
    background-repeat: no-repeat;
    height: 107px;
    width: 1160px;
    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 {
  color: #381f10;
background: #f4ede8;
    border-bottom: 1px solid currentColor;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
  padding-top: 10px !important;
      }

/* Область для ввода текста в форме ответа и админке */
.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-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 {
    font-weight: bold;
    color: #f18104;
      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: #000;
      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: #fff!important;
     transition-duration: 0.3s;
}
.punbb .post-author a:hover  {
    color: #fb7a23!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://forumfiles.ru/files/0014/62/34/94534.png) no-repeat;  
  display:none;

}


tr.inew div.icon {
        background: url(http://forumfiles.ru/files/0014/62/34/29699.png) no-repeat;
}

tr.iclosed div.icon {
        background: url(http://forumfiles.ru/files/0014/62/34/94534.png) no-repeat;     margin: 0px 0px 5px 5px;
  float: right;
  display: block;
  height: 20px;
width: 20px;
}

tr.isticky div.icon {
        background: url(http://forumfiles.ru/files/0014/62/34/29699.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; text-align: center;
    font-family: dietdidot;
    text-transform: lowercase;
    font-weight: bold;}
#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(http://forumfiles.ru/files/0017/f2/a8/36694.png) 0 0 repeat;
   border: 1px solid transparent;
  padding: 0px;   
  border-image: url(http://forumfiles.ru/files/0017/f2/a8/53714.png);
  border-image-slice: 50;
  border-image-repeat: round;
  border-image-width:0px 0px 0px 28px;
    }



/* Запятые между никами в "Тему просматривают" */
#topic-users-in a:after {
    content: ","
  }
  #topic-users-in a:last-child:after {
    content: "";
  }

/* Убрать надписи*/
 #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;}




/* Цвет ссылок в тексте поста*/
#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-size: 11px;
font-weight: bold;
}


/*Убрать 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-main #post-form h2 {
background: none;}





#pun-ulinks .item5 a {
display:none!important;
}


#pun-announcement h2 {display: none;}
#pun-announcement .container {padding-top: 1em;}




























/* Навигация */
@media screen and (max-width: 540px) {#pun-navlinks li a:before {display:none}  }
/*форум*/#navindex a:after { font-family: icon; content: "\f0e7"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 8px 9px 8px; background-color: none; } 
/*участники*/ #navuserlist a:after { font-family: icon; content: "\f0c0"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 8px 9px 8px; background-color: none; } 
/*награды*/ #navawards a:after { font-family: icon; content: "\f559"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 8px 9px 8px; background-color: none; } 
/*поиск*/ #navsearch a:after { font-family: icon; content: "\f002"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 11px 9px 10px; background-color: none; } 
/*профиль*/ #navprofile a:after { font-family: icon; content: "\f2bd"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 9px 9px 9px; background-color: none; } 

/*сообщения*/ #navpm a:after { font-family: icon; content: "\f0e0"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 10px 9px 11px; background-color: none; } 

/*администрирование*/ #navadmin a:after { font-family: icon; content: "\f521"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 12px 9px 12px; background-color: none; } 
/*выход*/ #navlogout a:after { font-family: icon; content: "\f52b"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 10px 9px 11px; background-color: none; } 
/*вход*/ #navlogin a:after { font-family: icon; content: "\f52b"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 11px 9px 10px; background-color: none; } 
/*регистрация*/ #navregister a:after { font-family: icon; content: "\f0fe"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 12px 9px 12px; background-color: none; } 
/*моя дополнительная ссылка1*/ #navpr_1 a:after { font-family: icon; content: "\f641"; font-size: 13px; width: 20px !important; height: 25px !important; padding: 11px 8px 9px 8px; background-color: none; } 
/*прячем названия*/
#pun-navlinks a { font-size: 0 !important; }



.hatshtag { position: absolute;
    height: 50px;
    width: 5005px;
    top: -50px;
    left: 430px;
    text-align: left;
    font-family: beckett;
    font-size: 40px;
    text-transform: lowercase;
    font-weight: bold; }



div.post-rating p {
font-family: beckett;
color: #f18104;
    font-size: 16px;
    margin-right: 10px;
}



.tablico {
   opacity: 0;
   transition: opacity .6s ease-in-out;
}

.tablico:hover {
   opacity: 1
}

.mesto { position: absolute;
    height: 155px;
    width: 500px;
    top: 120px;
    left: 310px;}