/* импорты стилей */
  @import url(style_cs.1759912041.css);



/* НЕ ТРОГАТЬ -------------------------------------------------------------*/
.punbb address, .punbb em {font-style: normal}
.punbb .post-content em {font-style: italic}
.punbb .post-content em.bbuline {font-style: normal; text-decoration: underline;}
/* выпадающие списки */ .punbb optgroup {font-weight: bold;}

/* скрывающие элементы в контенте, редактируемая*/
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.reactions-container,
.punbb .linksb:after {clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0;}



.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, 
#pun-title h1,
#pun-announcement h2
{font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden}

#pun-debug table .tcl {width: 15%;white-space:normal;}
#pun-debug .tcr {width: 90%; white-space: normal;}



/*************************************************************
ОБЩИЕ НАСТРОЙКИ
**************************************************************/

/* тело форума общее*/ body {margin:0; font: 11px verdana; color: #606060;}
/* тело форума внутрянка*/ #pun {margin: 30px;}
.punbb {margin: 0 auto; width: 1000px;}

/* ссылки на всём форуме*/ .punbb a {text-decoration: none; color: #522f2f;}

/* общие отступы */.punbb .section, .punbb .main { margin-bottom: 16px;}




/*************************************************************
КАТЕГОРИИ
**************************************************************/
/* отступ категорий */ .punbb .category, {margin-top: 9px;}
/* отсутствие отступа перед 1 категорией */ .punbb #pun-category1, {margin-top: 0;}


/* ЗАГОЛОВКИ НА ФОРУМЕ */ 
.punbb h1, .punbb h2, .punbb table, .punbb th {font-size: 12px; font-weight: normal; padding: 5px 10px;}
.punbb h3, .punbb h4 {font-size: 11px; font-weight: normal;}


/* отображение модераторов на главной странице */
.punbb td .modlist {
  display: block;
  padding-top: 5px
  }


/*************************************************************
РАЗНОЕ
**************************************************************/

/* ПЕРЕАДРЕСАДИЦИЯ */
#pun-redirect, #pun-maint {margin: 50px 20% 12px 20%; width: auto; float: none;}


/* СТРАНИЦА РЕГИСТРАЦИИ */
.punbb .info-box { padding: 10px; margin: 0 0 8px 0;}
.punbb .info-box * {padding: 0 0 6px 0;}
/* заголовок */ .punbb #pun-main .info-box .legend {font-size: 13px; font-weight: bold;}



 /* ЦИТАТЫ И КОДЫ
-------------------------------------------------------------*/

/* текст в теге кода */ .punbb pre {font-size: 11px; font-family: arial; line-height: 11px;}
/* контент в коде */ .punbb .post-content .blockcode, .punbb .post-content blockquote {width: 100%; overflow: hidden;}
/* скролл у кода, можно задать высоту блока*/ .punbb .post-content .scrollbox {width: 100%; overflow: auto; max-height: 90px;}

/* бокс кода*/
 .punbb .post-content .code-box {
  margin: 6px 10px 6px 10px; /* снаружи бокса*/
  padding: 6px; /* внутри бокса*/
  border: 1px solid #ccc; /* рамка*/
  }

/* бокс цитаты*/
.punbb .post-content .quote-box {
  margin: 6px 10px 6px 10px; /* снаружи бокса*/
  padding: 6px; /* внутри бокса*/
  border: 1px solid #ccc; /* рамка*/
  }

/* заголовок цитат */
.punbb .quote-box cite {
  display: block;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  }

/* заголовок кодов */
.punbb .code-box strong.legend {
  display: block;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  }





/* ПАГИНАЦИЯ
-------------------------------------------------------------*/

/* пагинация общее ВЕРХНЕЕ, шрифт и т.д. */
.punbb .linkst {position: relative; height: 0;}

/* расстояние между пагинацией и рекламой форума */
.multipage {margin-top: 50px;}

/* нумерация страниц */
.linkst .pagelink {position: absolute; top: -50px; left: 10px;}

/* новая тема, новый опрос */
.linkst .postlink {position: absolute; top: -40px; right: 10px; text-align: right; font-weight: bold;}



/* пагинация общее НИЖНЕЕ, шрифт и т.д. */
.punbb .linksb {text-align: right; padding: 4px 10px;}

/* нумерация страниц */
.linksb .pagelink {float: left; text-align: left;}

/* новая тема, новый опрос */
.linksb .postlink {float: right; font-weight: bold}



.subscribelink {clear:both; padding: 5px 0;}



/*************************************************************
ФОРМЫ
**************************************************************/

/* таблицы форума */ .punbb .main table {table-layout: fixed;width: 100%;}
/* списки */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {list-style: none;}
/* выпадающие списки */ .punbb input, .punbb select, .punbb optgroup {font: 13px verdana;}

/* радио и чекбоксы */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 6px;}
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
height: 1.8em; vertical-align: middle;}

/* форма ответа */ .punbb textarea {font: 13px verdana;}


/* контейнер формы ОБЩЕЕ */
.punbb .formal .container {padding: 10px 20px;}

.punbb .formsubmit {
  padding: 0 0 0 15px;
  margin: 10px 0 0 0;
  }

/* кнопки ответа "отправить" */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {margin: 0 10px 0 0}

/* блоки в профиле, где имя email, подпись и т.д. */
.punbb fieldset {border: none; padding: 0 18px 0 18px; margin: 0 0 10px 0}

/* надписи в профиле у блоков */
.punbb fieldset legend {padding: 0; font-size: 12px}
.punbb fieldset legend span {padding: 0px;}


.punbb fieldset fieldset {border-style: none; margin: 0;padding: 0 0 8px 0}
.punbb .fs-box {padding: 3px 0;}

.punbb .fs-box p, .punbb .fs-box fieldset {padding: 0 0 8px 0}
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {float: left; margin-right: 10px;}
.punbb .inline .infofield {clear:both}
.punbb .datafield br {display: none}
.punbb .required label, .punbb .datafield span.input {font-weight: bold}
.punbb .datafield span.input a {font-weight: normal;}


.punbb .areafield span.input, .punbb p.longinput span.input {display: block; padding: 0 120px 0 0; height: 100%; /* For IE */}

.punbb textarea, .punbb .longinput input {width: 64%;margin: 0;}
.punbb .hashelp {position: relative;}




/*************************************************************
ТАБЛИЦЫ
**************************************************************/

.punbb .main td {padding: 8px 10px;}
.punbb .main th {padding: 4px 10px;}


/* тем и сообщений */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* последнее сообщение */
.punbb .main .tcr {
  overflow: hidden; /*убрать если будем ставить декор за предел блока*/
  width: 30%;
  }

/* модерация, юзерлист, поиск */
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {width: 40%}  /*ставится на 10% меньше, чем ширина оформление подфорумов*/

/* при поиске вместо колонки тем, ширину ставить больше чем колонка тем и сообщений */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 { text-align: left;width: 20%;}



/*************************************************************
ПОДФОРУМЫ
**************************************************************/


/* 1 ячейка на главной странице "оформление подфорумов" */
.punbb .main .tcl {
  overflow: hidden;    /*убрать если будем выдвигать иконку за пределы блока подфорума*/
  width: 50%;
  }

/* НАЗВАНИЕ ПОДФОРУМОВ */
#pun-index .tcl h3 { 
  }


/* иконки */
.punbb tbody.hasicon td.tcl {padding-left: 35px;}

.punbb div.icon {
  position: absolute;
  width: 20px; /*ширина иконок*/
  height: 20px; /*высота иконок*/
  margin-left: -35px; /*отступ слева*/
  background: grey;
  }


/*************************************************************
ПОСТЫ
**************************************************************/

/* отступ между постами */ .punbb .post {margin-top: 10px;}
/* первый пост без отступов */.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {margin-top: 0;}
/* отступ перед "обзор темы" в предпросмотре соо*/ #pun-post .topic {margin-top: 10px;}
/* контент в рамках сообщения оставить */.punbb .post-content {overflow: hidden;}
/* абзацы в постах */ .punbb .post-content p {margin: 0; padding: 0 0 12px 0; line-height: 150%;}
/* вертикальное выравнивание изображений в постах */ .punbb .post-content img {vertical-align: text-bottom}
/* изображения загруженные через тег */ .punbb .post-content img.postimg {vertical-align: middle;}

/* оформление подписи */
.punbb .post-sig dt, .punbb .post-sig dl, .punbb .post-sig dd {display: block; width: 450px; margin: 5px 0;}
.punbb .post-sig dt {display: block; width: 450px;}


/* контейнер в котором находятся посты */
.punbb .post .container { }
.punbb .post-body {
  margin-left: 220px; /* размер выставляем как ширина профиля */
  }

/*контейнер поста в личных сообщениях */
.punbb fieldset .post-box {margin-bottom: 8px}

/* контейнер внутри тела поста, где пишется сам текст*/
.punbb .post-box {padding: 10px;}


/* меню над постом: время, поделиться, нумерация постов */
.punbb .post h3 {}
.punbb .post h3 span {
  padding: 5px 10px;
  display: block;
  margin-left: 200px; /* двигаем дату поста вправо */
  }

/* номер поста */
.punbb .post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
  }



/* блок профиля в посте, контейнер */
.punbb .post .post-author {
  float: left;
  width: 220px; /* ширина профиля */
  overflow: hidden; /* убрать если есть плашки выдвигающиеся за границы контейнера профиля */
    text-align: center;
    padding: 0 0 15px 0;
  }

.punbb .post .post-author ul, .punbb .post .post-author p {
line-height: 140%;
justify-content: center;
    display: inline;
  }



/* блок с именем игрока */
.pa-author {
  font-size: 11px;
  font-weight: bold;
  }

/* имя игрока, здесь можно задать цвет ника */
.pa-author a {

  }

/* статус игрока */
li.pa-title {
  padding-bottom: 4px;
  font-weight: bold;
  }

/* блок со строчкой "активен" */
li.pa-online {
  line-height: 8px;
  padding-left: 4px;
  margin-top: 7px;
  }




/* меню под постом, где профиль, лс, редактировать, удалить и т.д. */
.punbb .post-links {
  margin-left: 190px;
  }

.punbb .post-links ul {
  padding: 0 10px 0 0;
  line-height: 20px;
  margin-left: -190px;
  text-align: right;
  }

.punbb .post-links li {display: inline; padding-left: 10px;}
.pl-email, .pl-website {float: left;}
.punbb .clearer {clear: both;height: 0;font-size: 0;}


/* МОДЕРАТОРСКОЕ МЕНЮ
-------------------------------------------------------------*/

/* сам контейнер */
.punbb .modmenu .container {padding: 5px 10px; text-align: right;}
.punbb .modmenu strong, .punbb .modmenu a {height: 18px; line-height: 18px;}
.punbb .modmenu .container strong {float: left;}
.punbb .modmenu input {margin-left: 10px;}


/* СОО ОБ ОШИБКАХ
-------------------------------------------------------------*/

.punbb .info .container {padding: 8px 10px}
.punbb .info .container .backlink {padding-top: 8px;}


/* ПРОФИЛЬ И ЛС
-------------------------------------------------------------*/

/* контейнер профиля */
#profile .container {padding-left: 186px;}

/* навигация в профиле */
#profilenav {float: left;
  width: 140px;
  margin-left: -163px;
  }

#profilenav li {padding-bottom: 10px; font-weight: bold;}


/* блок с самими ссылками */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 15px 18px 8px 18px;
  margin: 0 0 10px 0;
  }

/* заголовок */
#viewprofile h2, #profilenav h2 {
  padding: 0;
  margin: 0;
  }


/* в профиле управление, выбор подфорумов для назначения модератора на них */
#viewprofile li, #setmods dl {padding: 0 0 0 100px;}


#viewprofile li span {float: left;
width: 200px; /* ширина строчки в профиле зарегистрирован, приглашений, провёл на форуме и т.д. */
margin-left: -160px; 
padding: 5px 1px; 
font-weight: bold;}

#setmods dt {float: left; width: 140px; margin-left: -160px; padding: 8px 1px; font-weight: bold; display: inline;}
#viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 5px 10px; font-weight: normal;}

/* аватарка в профиле */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* СПИСОК ИГРОКОВ
-------------------------------------------------------------*/

/* общий контейнер */
#pun-userlist .formal, #pun-userlist .formal .container {margin-bottom: 0;}

/* контейнер со списком игроков */
#pun-userlist .usertable .container {
  padding: 5px;
  }


/*************************************************************
ШАПКА ФОРУМА
**************************************************************/

/* шапка форума */
#pun-title {}




/* МЕНЮШКА ФОРУМ, УЧАСТНИКИ, ПОИСК И Т,Д
-------------------------------------------------------------*/

/* контейнер с меню */
#pun-navlinks .container {
  margin: 0;
  padding: 7px 10px;
  }

/* расположение каждого пункта меню */
#pun-navlinks li {
  display: inline;
  padding-right: 10px;
  }

/* шрифт навигации */
#pun-navlinks li a {
  font-size: 11px;
  }



/* ЮЗЕР МЕНЮ АКТИВНЫЕ ТЕМЫ, ОТВЕТЫ И Т.Д.
-------------------------------------------------------------*/

/* контейнер с меню */#pun-ulinks .container {padding: 7px 10px;}

/* расположение пунктов меню */ #pun-ulinks li {display: inline; padding: 0 3px 0 6px;}

/* шрифт навигации */
#pun-ulinks li a {

}


/* ПРИВЕТСТВИЕ
-------------------------------------------------------------*/

/* приветствие гостя, контейнер */
#pun-status .container {padding: 8px 10px 10px 10px; margin-bottom: 0;}


/* распределение текста в статусе */
#pun-status span {white-space: nowrap; margin-right: 5px;}




/* ОБЪЯВЛЕНИЕ
-------------------------------------------------------------*/
#pun-announcement .container {padding: 10px;}




/* СТАТИСТИКА
-------------------------------------------------------------*/

/* контейнер общий */
#pun-stats .container {padding: 8px 10px;}

/* всего тем, всего сообщений */
#pun-stats li.item1, #pun-stats li.item2 {
float: left;
clear: both;
line-height: 150%;}


/* зарегистрированных, последний зарегистрированный */
#pun-stats li.item3, #pun-stats li.item4 {
text-align: right;
line-height: 150%;
}


/* контейнер, кто онлайн под статистикой */
li#onlinelist {
margin-top: 10px;
line-height: 130%;
  }

/* внутрянка контейнера, кто онлайн под статистикой */
li#onlinelist div {padding: 7px 0 0 0;}



/* РЕКЛАМА ОТ СЕРВАКА!!! НЕ ТРОГАТЬ!!!!!
-------------------------------------------------------------*/
#pun-about .container {text-align: right; line-height: 150%;padding: 8px 10px;}



/* ХЛЕБНЫЕ КРОШКИ 
-------------------------------------------------------------*/

#pun-crumbs1 {font-weight: bold;}
#pun-crumbs2 {font-weight: bold;margin-bottom: 0;}

/* внутрянка контейнера */
#pun-crumbs1 p.container {margin-top: 0; padding: 10px 10px 8px 10px; font-size: 11px;}
#pun-crumbs2 .container {padding: 8px 10px;font-size: 11px;}








/* ПАРАЛЛАКС -------------------------------------------------------------*/
.parallax-base div {
  opacity: .7;
  background: rgba(0, 0, 0, 0.1);
}

.parallax-container {
  position: absolute; 
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -150px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000px;
  transform-style: preserve-3d;
  overflow: hidden;
}



.parallax-base {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 500px;
  height: 300px;
  margin: 30px;
}

.layer-1 {
  position: absolute;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
}

.layer-2 {
  position: absolute;
  -webkit-transform: translateZ(140px);
  -moz-transform: translateZ(140px);
}

.layer-3 {
  position: absolute;
  -webkit-transform: translateZ(260px);
  -moz-transform: translateZ(260px);
}