/* ГРАФИЧЕСКАЯ ЧАСТЬ
-------------------------------------------------------------*/

/* Шапка */
#pun-title table {
background-image : url(https://i.imgur.com/vRgepRt.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
width: 1021px;
    height: 295px;
    margin-left: -25px;
    margin-top: -318px;
}

/* Фон */
html {
    background: url(https://i.imgur.com/VUcg8fy.jpeg) top center fixed;
    background-color: #1c1c1c;
    margin-bottom: 0px !important;
}

/* Тело форума*/
#pun {
background-image : url("https://i.imgur.com/yZnPYYY.png");
background-color: #transparent;
width: 1021px!important;
background-position : center;
background-repeat: repeat;
}


/* футер */
#pun-about p.container {
    background-color: transparent;
    background-image: url(https://i.imgur.com/LLkzGET.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 38px;
    width: 1021px;
    margin-left: -37px;
    margin-bottom: -7px;
}

/* Двигает навигацию. Больше - ниже*/

#pun-navlinks {
font-size: 14px !important;
    font-weight: normal !important;
    font-family: Karen_erc_2006;
    margin-left: 374px !important;
    position: absolute;
    display: flex;
    text-align: left;
    top: -95px;
    text-transform: uppercase;
}

#pun-navlinks a {
    display: inline;
    position: relative;
    color: #d2d2d2;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
 color: #f33333;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

#pun-navlinks a::before,
#pun-navlinks a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

#pun-navlinks a::before {
	margin-right: 3px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

#pun-navlinks a::after {
	margin-left: 3px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

#pun-navlinks a:hover::before,
#pun-navlinks a:hover::after,
#pun-navlinks a:focus::before,
#pun-navlinks a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}



#pun-ulinks {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -64px;
    font-size: 9px !important;
    font-family: Oswald;
    text-transform: uppercase;
    margin-left: -80px;
    word-spacing: 2px;
}


#pun-ulinks a {
color: #bababa;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
 color: #8c8b8b;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

/* приветствие*/
#pun-status, #pun-status .container {
position: absolute;
    width: 100px;
    margin-left: 30px;
    top: -148px;
    font-family: Oswald;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    color: #d3d3d3;
}

/* контейнер объекта*/
#pun-status .container .item1 {
position: absolute;
    top: 15px;
    width: 130px;
    line-height: 11px;
}

/*объект*/
#pun-status .container .item1 {
    font-size: 10px;
}

/*имя объекта*/
#pun-status .container .item1 strong{
    font-size: 10px!important;
    color: #d3d3d3;
    position: absolute;
    top: 0px;
    margin-left: 3px;
    font-weight: 100;
}


/* контейнер замеченности*/
#pun-status .container .item2 {
position: absolute;
    top: 43px;
    width: 130px;
    line-height: 11px;
}

/*был замечен*/
#pun-status .container .item2 {
    font-size: 10px;
}

/*дата*/
#pun-status .container .item2 strong{
font-size: 10px!important;
    color: #d3d3d3;
    position: absolute;
    top: 0px;
    margin-left: 2px;
    font-weight: 100;
}

/*предложение регнуться для гостя*/
#pun-status .container .item2 a{
font-size: 10px!important;
    top: 17px;
color: #d3d3d3;
    filter: Alpha(opacity=100);
    transition: all ease .25s;
}

#pun-status .container .item2 a:hover{
    color: #ff3030;
filter: Alpha(opacity=100);
transition: all ease .25s;
}


/*аватар*/
#pun-status .container .status_userava>img {
position: absolute;
    width: 63px;
    height: 63px;
    top: 3px;
    margin-left: -75px;
    object-fit: cover;
    transition: .3s ease-in-out;
    filter: grayscale(100%);
    mix-blend-mode: multiply;
}

#pun-status .container .status_userava>img:hover {
filter: grayscale(0%);
mix-blend-mode: multiply;
}









/* категории*/

#pun-index .category h2, #pun-stats h2 {
background: url(https://i.imgur.com/VUcg8fy.jpeg) repeat-y fixed top center;
    width: 980px;
    height: 28px;
    text-align: center;
    margin-left: -5px;
}

#pun-index .category h2 span, #pun-stats h2 span {
background: url(https://i.imgur.com/VUcg8fy.jpeg) repeat-y fixed top center;
    color: #d3d3d3;
    font-size: 14px !important;
    font-family: Karen_erc_2006;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 7px;
    font-weight: 300;
    display: inline-block;
    padding: 0px 15px;
}



/*-------- подфорумы ----------*/

#pun-index .tclcon {
    font-size: 11px;
    text-align: justify;
    top: 15px;
    left: 0px;
    margin: 0px 25px 0px 0px;
    font-family: arial;
    padding: 18px;
    line-height: 15px;
    width: 77%;
    z-index: 1;
    position: relative;
    font-weight: 500;
    border: 1px solid #818282;
}

#pun-index .tclcon:before {
content: "";
    background: #818282;
    height: 1px;
    width: 84px;
    display: block;
    position: absolute;
    right: -85px;
    top: 25px;
}



/*-------- заголовок подфорума ----------*/
#pun-index .tclcon h3 {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px 5px 0px 5px;
    background: #d3d3d3;
    height: 20px;
    line-height: 20px;
    display: inline-block !important;
    position: absolute;
    top: -11px;
}

#pun-index .tclcon h3 a {
    font-style: normal;
    font-size: 15px;
    font-weight: bold !important;
    font-family: Karen_erc_2006;
    color: #323131;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
filter: Alpha(opacity=100);
transition: all ease .25s;
}


#pun-index .tclcon h3 a:hover, #pun-index .tclcon h3 a:focus, #pun-index .tclcon h3 a:active {
 color: #f33333;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

#pun-index .tclcon h3 a::before,
#pun-index .tclcon h3 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

#pun-index .tclcon h3 a::before {
	margin-right: 3px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

#pun-index .tclcon h3 a::after {
	margin-left: 3px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

#pun-index .tclcon h3 a:hover::before,
#pun-index .tclcon h3 a:hover::after,
#pun-index .tclcon h3 a:focus::before,
#pun-index .tclcon h3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


/* ссылки в подфоруме и полоска над ними
-------------------------------------------------------------*/

.f_links {
text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald';
    letter-spacing: 1px;
    text-align: left;
    margin-top: 10px !important;
    font-size: 10px;
    border-top: 1px solid #818282;
    width: 470px;
    padding-top: 5px;
}

.f_links a {
color: #323131!important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

.f_links a:hover{
 color: #8c8b8b!important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}


/* последняя тема и аватар в подфоруме */
#pun-index td.tcr {
    text-align: left;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 600;
    width: 30%;
    position: absolute;
    margin-left: -30px;
    margin-top: 25px;
}

#pun-index td.tcr a {
color: #323131;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

#pun-index td.tcr a:hover, #pun-index td.tcr:focus, #pun-index td.tcr:active {
 color: #8c8b8b;
filter: Alpha(opacity=100);
transition: all ease .25s;
}


/* аватар в подфорумах
-------------------------------------------------------------*/
#pun .user-avatar .avatar-image {
    border-radius: 0;
    border: 0px solid #839320;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: all .5s ease-in-out 0s;
    background-color: #b82323;
    background-blend-mode: multiply;
    height: 43px;
    width: 43px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-left: -10px;
filter: brightness(2);
}

#pun-index .user-avatar {
margin-top: -2px;
left: 0px;
filter: drop-shadow(0px 2px 1px #4b4a4a);
margin-right: 10px !important;
}


.punbb .user-avatar {
    float: left;
    position: relative;
    height: 47px;
    width: 47px;
    margin: 1px 9px 2px 0px;
}

#pun-index .user-avatar .isonline {
    margin-right: 10px!important;
    margin-top: 4px!important;
}

/* мигающая иконка онлайна*/
.punbb .user-avatar .isonline {
width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #b82323!important;
    z-index: 100;
}


/* темы и сообщения в подфоруме */
#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none
}


.Tems_And_messages {
text-align: right;
    padding: 0px 5px 0px 5px;
    background: #d3d3d3!important;
    height: 20px;
    width: auto;
    line-height: 20px;
    display: inline-block !important;
    position: relative;
    top: 3px;
    left: 350px!important;
    z-index: 1;
    font-family: Oswald;
    font-weight: bolder;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ИКОНКИ
-------------------------------------------------------------*/

/* иконка на главной странице*/

.punbb div.icon {
        display: block;
    float: left;
    margin-top: 14px;
    border-style: none none none none;
    margin-left: -62px;
    position: absolute;
}

table Div.icon {
width: 51px;
    height: 52px;
    background: url(https://i.imgur.com/2ullrj4.png) no-repeat top center;
}

TR.inew Div.icon {
    width: 51px;
    height: 52px;
    background: url(https://i.imgur.com/1Wq3aoo.png) no-repeat top center;
}


/* Иконка важных и закрытых сообщений*/

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon, #pun-modviewforum TR.isticky Div.icon {
    float: left!important;
    position: relative;
    background-image: url(https://i.imgur.com/pgL6nWO.png);
    width: 45px;
    height: 45px;
    margin: 0px 5px!important;
    top: -12px;
}

/* Иконка новых сообщений*/
#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon, #pun-modviewforum TR.inew Div.icon {
    float: left!important;
    position: relative;
    background-image: url(https://i.imgur.com/x75QUl6.png);
    width: 45px;
    height: 45px;
    margin: 0px 5px!important;
    top: -12px;
}

/* Иконка старых сообщений*/
#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon, #pun-modviewforum table Div.icon {
    float: left!important;
    position: relative;
    background-image: url(https://i.imgur.com/uk5rTtQ.png);
    width: 45px;
    height: 45px;
    margin: 0px 5px!important;
    top: -11px;
}

/*-------- статистика текст----------*/
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4{
    letter-spacing: 1px;
    text-transform: uppercase!important;
    font: 600 10px Oswald;
    color: #323131 !important;
}


#pun-stats li.item4 a {
color: #323131;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

#pun-stats li.item4 a:hover, #pun-stats li.item4 a:focus, #pun-stats li.item4 a:active {
 color: #8c8b8b;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

/*-------- список пользователей онлайн----------*/

li#onlinelist {
    letter-spacing: 1px;
    text-transform: uppercase!important;
    font: 600 10px Oswald;
    color: #323131 !important;
}

li#onlinelist a {
color: #323131;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

li#onlinelist a:hover, li#onlinelist a:focus, li#onlinelist a:active {
 color: #8c8b8b;
filter: Alpha(opacity=100);
transition: all ease .25s;
}


/* подвинуть рейтинг форумов и херню русфф */

#pun-about .container .item1 {
margin-top: 9px;
    width: 880px;
    margin-left: -48px;
    position: absolute;
    letter-spacing: 1px;
    text-transform: uppercase!important;
    font: 9px Oswald;
    color: #323131 !important;
    text-align: right;
}

#pun-about .container .item1 a {
color: #bababa;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

#pun-about .container .item1 a:hover, #pun-about .container .item1 aa:focus, #pun-about .container .item1 a:active {
 color: #8c8b8b;
filter: Alpha(opacity=100);
transition: all ease .25s;
}



/* баннеры и партнеры */
.partners {
position: absolute;
    margin-top: 80px!important;
    margin-left: -25px!important;
    width: 1027px;
    overflow-y: auto;
    height: 65px;
}

.partners img {
  transition: all .5s ease-in-out 0s;
  filter: grayscale(100%) opacity(.6);
  mix-blend-mode: luminosity
}

.partners img:hover {
  filter: none;
  mix-blend-mode: normal
}


/* прокрутка
-------------------------------------------------------------*/
::-webkit-scrollbar-track {
    background-color: #565658;
}
::-webkit-scrollbar-thumb {
    background-color: #b82323;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}


/*цвет страниц и новой темы-опроса*/
.linkst .postlink, .punbb .linksb, .linkst .pagelink {
color: #454748 !important;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Oswald;
    text-shadow: none!important;
    text-transform: uppercase!important;
}

.linkst .postlink a, .punbb .linksb a, .linkst .pagelink a {
color: #454748 !important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

.linkst .postlink a:hover, .punbb .linksb a:hover, .linkst .pagelink a:hover {
 color: #8c8b8b!important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}


/* цитата и код */
.punbb .quote-box, .punbb .code-box { 
background-color: #f9f9f9;
    color: #333333;
    outline: 1px solid #6a6a6a;
    outline-offset: 8px;
    margin-top: 10px!important;
}

/* фон под иконки в форме ответа */
#form-buttons table { 
width: 100.7%!important;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Roboto Condensed" !important;
    color: #829096 !important;
    border: 1px solid #9c9c9c;
    box-shadow: 0px 0px 2px 1px #9c9c9c inset;
    background: rgb(230 230 230);
}

/* отступ формы ответа от верха */
.resizable-textarea textarea {
display: block;
    margin-bottom: 0pt;
    margin-top: 5px!important;
border: 1px solid #9c9c9c;
    box-shadow: 0px 0px 2px 1px #9c9c9c inset;
    background: rgb(230 230 230);
}


/*Фон под контейнеры в форме Ответа*/
#pun_wrap #post .container[id$="-area"]{
border: 1px solid #9c9c9c;
    box-shadow: 0px 0px 2px 1px #9c9c9c inset;
    background: rgb(230 230 230);
padding: 9px;
font: normal normal 400 11px/normal Verdana;
    overflow: auto;
    height: 160px;
}

#smilies-area {
   width: 520px!important;
   height: 160px;
}

/*ПРОФИЛЬ*/

/*общее оформление профиля*/
.post-author {
background: url() top no-repeat, url() bottom no-repeat, url(https://i.imgur.com/VUcg8fy.jpeg) center top repeat-y fixed;
    margin-left: -25px !important;
    margin-top: -18px !important;
    margin-bottom: 0px !important;
    padding-bottom: 8px !important;
    width: 225px !important;
    padding-top: 0px !important;
    position: relative;
    overflow: visible !important;
    text-align: center;
    color: #d3d3d3;
}

/*заголовок профиля автор*/
.post-author .pa-author {
text-align: center !important;
    padding: 7px 10px 0px;
    margin-top: 0px;
    margin-left: -19px;
    margin-bottom: -2px !important;
    width: 225px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 37px;
    line-height: 12px;
    display: inline-block;
    background-image: url(https://i.imgur.com/uqJeepp.png);
    background-position: center;
    background-repeat: no-repeat;
}

.post-author .pa-author a {
font-style: normal;
    font-size: 19px;
    font-weight: normal !important;
    font-family: Amatic SC;
    color: #d3d3d3!important;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: -1px;
    letter-spacing: .1em;
    filter: Alpha(opacity=100);
    transition: all ease .25s;
}


.post-author .pa-author a:hover, .post-author .pa-author a:focus, .post-author .pa-author a:active {
 color: #f33333!important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

.post-author .pa-author a::before,
.post-author .pa-author a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.post-author .pa-author a::before {
	margin-right: 3px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.post-author .pa-author a::after {
	margin-left: 3px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.post-author .pa-author a:hover::before,
.post-author .pa-author a:hover::after,
.post-author .pa-author a:focus::before,
.post-author .pa-author a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


/*статус в профиле*/
li.pa-title {
    font: 500 9px/13px arial;
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: 0px;
    text-transform: lowercase;
    width: 220px;
    line-height: 100%;
    height: 11px;
    margin-left: -7px;
    margin-top: 5px!important;
    text-align: center;
}

/*аватар в профиле*/
.pa-avatar {
margin-top: 0px !important;
    margin-bottom: 5px !important;
    padding-top: 3px !important;
    margin-left: -3px!important;
    position: relative;
}

.pa-avatar.item2 img { border-radius: 0px;
    border: 1px solid;
border-color: #818282;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.pa-avatar.item2 img:hover {
filter: grayscale(70%) blur(1px);

}

.pa-avatar img {
    max-width: 177px;
}


/*иконка в профиле*/
.ikon {
display: block;
    float: left;
    margin-top: 18px!important;
    border-style: none none none none;
    margin-left: 71px!important;
    position: absolute;
}



/*имя и возраст в профиле*/
.pa-fld1 {
width: 176px;
    padding: 3px 2px 2px 2px !important;
    border-radius: 0;
    border: 1px solid #455151;
    text-align: center;
    font-family: Raleway;
    color: #b04141;
    font-size: 10px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -3px!important;
    margin-left: 6px!important;
}

.lz a.ank {
display: block !important;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 11px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ceccd2!important;
    margin-bottom: 5px;
    margin-top: -22px;
    margin-left: 2px;
    margin-right: 2px;
    filter: Alpha(opacity=100);
    padding: 3px 1px;
}

.lz a.ank:hover {
 color: #8c8b8b!important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

/*описание персонажа*/
.pa-fld2 {
width: 176px;
    padding: 3px 2px 2px 2px !important;
    border-radius: 0;
    border: 1px solid #455151;
    text-align: center;
    font-family: Raleway;
    color: #a0a3a3;
    font-size: 7px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px!important;
    margin-left: 6px!important;
    background-color: rgb(26 34 34 / 50%);
}

.lz {
padding: 10px;
    text-align: justify;
    font: 500 9px/13px arial;
    letter-spacing: 1px;
}

.lz a{
color: #ceccd2!important;
    filter: Alpha(opacity=100);
    transition: all ease .25s;
}

.lz a:hover {
 color: #8c8b8b!important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}




/*сообщения, посты, репутация, осколки*/
.pa-posts, .post-author .pa-respect, .pa-fld3 {
display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size: 11px;
    padding: 0px 0px 0px 0px !important;
    margin-top: 10px !important;
    font-weight: 400;
    width: 48px;
}


.pa-posts .fld-name, .pa-respect .fld-name, .pa-respect .fld-name a, .pa-fld3 .fld-name {
    font-size: 0;
}

.pa-posts .fld-name:before {
content:"\e312";     font-family: Material Icons;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

.pa-respect .fld-name a:before {
content:"\e87d";     font-family: Material Icons;
color: #d3d3d3!important;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

.gid3 .pa-respect .fld-name:before {
content:"\ea4d";     font-family: Material Icons;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

.pa-respect img {width: 7px}


.pa-fld3 .fld-name:before {
content:"\e746";     font-family: Material Icons;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}



/* онлайн в профиле*/
.pa-online {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    width: inherit;
}


/* СТРАНИЦА СООБЩЕНИЙ*/

/*выровнять профиль*/
#pun-main .post-author ul {
    display: block;
    width: 206px;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

/* убрать регистрацию на странице сообщений*/
.pa-reg {
    display: none!important;
}

/*выровнять сообщения по центру в сообщениях*/
.punbb#pun-messages .pa-posts {
    width: 200px;
    bottom: 40px;
    margin-left: 0px!important;
}

/*СТРАНИЦА ПРОФИЛЯ*/

/*общие настройки*/
#viewprofile {
margin: 5px auto;
    font-family: Roboto Condensed;
    font-size: 11px;
    position: relative;
    width: 860px;
    padding: 15px!important;
    background: url(https://i.imgur.com/VUcg8fy.jpeg) top center fixed;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0px 5px 1px #7e7f7f inset, 0px 0px 0px 1px #1f1f1f inset;
    outline: 1px solid #7f8080;
    outline-offset: -10px;
}

/*профиль слева*/
#profile-left {
    width: 30%;
    padding-top: 0 !important;
    text-align: center;
}

#profile-left {
vertical-align: middle;
    background: #d3d3d3;
    outline: 1px solid #7f8080;
    outline-offset: -10px;
}

/*убрать жирность шрифта*/
#profile-left strong {
    font-weight: normal !important;
}

/*имя юзера*/
#profile-name strong {
    font-size: 1.2em;
    font-family: Karen_erc_2006;
    font-weight: normal!important;
}

/*активен и имя в профиле*/
text-align: center;
    font-size: 9px;
    letter-spacing: .5px;
    font-family: 'Raleway';
    text-transform: lowercase;
    padding: 4px 0;
    margin: -2px 10px;
    background: #d6d5e3;
    color: #5a526d;
}

/*редактировать и имя юзера*/
#profile-left #pa-edit strong a {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 4px;
}

#profile-left #profile-name strong, #profile-left #pa-edit strong a {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Oswald';
    color: #1e1e1e !important;
}


/*профиль справа*/
#profile-right {
    width: 70%;
}


#viewprofile #profile-right li span {
width: 140px;
    padding: 4px 7px;
    margin-left: -160px;
    font-family: 'Oswald';
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    background: #d3d3d3;
}


/*цвет позитива и уважения на плашке*/
#profile-right li#pa-positive span a, #profile-right li#pa-respect span a{
color: #1e1e1e !important;
}


#viewprofile li, #setmods dl{
    padding: 0 0 0 16em;
    margin-bottom: 0.2em;
}

#profile-right li#pa-invites {
    display: none;
}

#viewprofile li span {
float: left;
    width: 14em;
    margin-left: -16em;
    text-align: right;
    padding: 5px;
    font-size: 11px;
    font-weight: bold!important;
    letter-spacing: 1px!important;
    color: #1e1e1e !important;
}

#profile-right li strong {
    padding-left: 2em;
}

#viewprofile li strong, #viewprofile li div, #setmods dd {
    display: block;
    font-weight: normal;
}

#profile-right li strong {
font-size: 11px;
    font-weight: normal!important;
    border: 1px solid #7f8080;
    color: #d3d3d3 !important;
}


#profile-right li#pa-fld1 strong {
margin-left: 0px;
    width: auto;
    height: auto;
    text-align: center;
    padding: 5px!important;
}

#profile-right li#pa-fld1 .lz {
width: auto;
margin-top: 11px !important;
}


#profile-right li#pa-fld1 span, #profile-right li#pa-fld3 span, #profile-right li#pa-fld4 span, #profile-right li#pa-fld5 span {
    display: inherit;
}


/*скрыть иконку на странице профиля*/
#profile-right li#pa-fld4 span, #profile-right li#pa-fld4 strong, #profile-right li#pa-awards, #profile-right li#pa-gifts, #viewprofile div#profile-gifts {
    display: none;
}


/*ссылки на странице профиля*/
#viewprofile li a {
    color: #d2d2d2!important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}

#viewprofile li a:hover {
    color: #f33333!important;
filter: Alpha(opacity=100);
transition: all ease .25s;
}



/*кнопки в подфорумах*/
.button {
height: 20px;
    text-align: center;
    margin-top: 15px!important;
    background-color: rgb(127 128 131);
    background-repeat: repeat;
    font-family: 'Oswald'!important;
    text-transform: uppercase;
    color: rgb(255 255 255);
    font-size: 13px !important;
    line-height: 0px!important;
    font-weight: 700;
    outline: none;
    border: 1px solid rgba(104, 104, 104, 1);
    padding: 7px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}


.button:hover {
    background: radial-gradient(ellipse at bottom, #a5a3a3 10%, #787777 53%, #323232 100%);
    cursor: pointer;
    filter: brightness(1.2)
}


.button:active {
    border-top-color: #2c5f75;
}






div#html-footer {
   margin: -67px 0px 0px 0px;}

div#pun-about {
   margin-bottom: -80px;}





.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer  {
  background-color: transparent;
  color: #1e1d1b;}

#pun-debug h2, .punbb-admin #pun-admain h2, #pun-stats .statscon, li#onlinelist, li#onlinelist div  {
  background-color: transparent;
  color: #1e1d1b;}

#pun-stats h2, .punbb .main h2 {font-size: 0em;}
  background-color: transparent;
  color: #1e1d1b;
  font-weight: bold;
  text-align: center;}

#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #1e1d1b;}

.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #1e1d1b;}

.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #1e1d1b;}

.offline li.pa-online strong {
  color: #1e1d1b;
  font-weight: normal;}



/* ГРАНИЦЫ
-------------------------------------------------------------*/
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent;}

.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;}

#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;}

#pun-stats h2 .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin{
  border-color: transparent;}

.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;}

.punbb th {
  border-color: transparent;}

.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 #273e58}

li.pa-online {
  border-left-color: transparent;}






/* ССЫЛКИ И ИХ ЦВЕТА
-------------------------------------------------------------*/
.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: #323131;
filter: Alpha(opacity=100);
transition: all ease .25s;}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #323131;
filter: Alpha(opacity=100);
transition: all ease .25s;}

.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: #8c8b8b;
filter: Alpha(opacity=100);
transition: all ease .25s;}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
filter: Alpha(opacity=100);
transition: all ease .25s;}













/* ДРУГОЕ
-------------------------------------------------------------*/
.pa-gifts {display: none;}
.pa-awards {display: none;}
#pun-navlinks #navawards{display:none}
li#navawards, .lastedit {display: none !important;}
#pun-status .status-right {display: none !important;}


/* убрать поделиться в сообщении*/
.topic a.sharelink {
    display: none !important;
}

/* убрать это интересно от русфф*/
div#pun-live-rusff {
    display: none;
}


/*цветовыделение*/
::selection {
    background: #7f818a !important;
    color: #d7d6d8;
}


/*цветовыделение в постах*/
.post-content .highlight-text {
    background-color: #000!important;
    color: #000!important;
}


/*подложка под репутацию*/
#pun-reputation div {background-color: #8b8989; }

/*фикс формы ответа*/
 @media screen and (max-device-width: 900px) {
    #main-reply {width: 100%; height: 150px!important;}
   }



#pun-popup_awards div {background-color: #0c3350; }





#pun-main h2 { text-align: center;}

body {overflow-x:hidden; }

/*убрать название первой категории*/
#pun-category1.category h2 {
    font-size: 0px;
    height: 0px;
    margin-bottom: -10px;
    background: #d3d3d3;
}
