/* CS1 Background and text colours
-------------------------------------------------------------*/

/* Фон форума */
body {
    background: #1f2d3b url(http://forumstatic.ru/files/001b/84/0d/57038.jpg) no-repeat fixed top center;
    background-size: cover;
}



/* Шапка */
#pun-title table {
    background-image: url(http://forumstatic.ru/files/001b/84/0d/42018.png);
    background-repeat: repeat-x;
    background-position: top left;
    border: none;
    width: 976px;
    height: 301px;
    margin-left: -10px;
    overflow-x: hidden;
    margin-top: -192px;
}

/* Тело форума */
#pun {
width: 976px; 
background-color: transparent; 
background-image: url(http://forumstatic.ru/files/001b/84/0d/84930.jpg); 
background-attachment: scroll; 
background-repeat: repeat; 
background-position: top center;}


/* Футер */
#pun-about p.container {
    background-image: url(http://forumstatic.ru/files/001b/84/0d/13639.jpg);
    margin: 0px 0px -30px -10px;
    background-position: center left;
    background-repeat: repeat-x;
    width: 976px;
    height: 52px;
    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: #223142;
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: #223142;
    text-align: center;
    font-style: normal;
    font-family: 'Merriweather';
}


/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
    background-image: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg);
    background-color: #c3c3c3;
    color: #223142;
    border: 1px solid #9b999a40;
    box-shadow: 0px 2px #48627a inset;
}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb input {
    background-color: #c3c3c3;
    color: #223142;
}


/* Тень и закругление */
.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: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
    background-image: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg);
    background-color: #c3c3c3;
}





/* CS2 Ссылки
-------------------------------------------------------------*/

/* CS2.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, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, #pun-navlinks a, #pun-ulinks a {color: #1d263a;
  text-decoration: none;
  }

/* CS2.2 */
.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,  #pun-ulinks a:focus, #pun-ulinks a:active {
color: #40567a;
    transition-duration: 1s;
  }

.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
color: #40567a;
    transition-duration: 1s;
  text-decoration: none;
  }

#pun-ulinks a {
    font-size: 10px;
    color: #1d263a;
    font-weight: 500;
    font-family: lora;
    text-transform: lowercase;
}

#pun-ulinks a:hover {
  text-decoration: none;
color: #40567a;
}

#pun-navlinks a {
    color: #1d263a;
}

#pun-navlinks a:focus, #pun-navlinks a:active {
color: #40567a;
transition-duration: 1s;
}


#pun-navlinks a:hover {
color: #40567a;
  transition-duration: 1s;
}

/* CS3 Остальное 
-------------------------------------------------------------*/

div.icon {
    background: #c6c5c1;
    height: 38px;
    width: 7px;
    border: 1px solid #b1b1b1;
    margin-right: 5px !IMPORTANT;
    margin-left: -16px;
    position: absolute;
}

tr.inew div.icon {
    background: #66748f;
    height: 38px;
    width: 7px;
    border: 1px solid #b1b1b1;
    margin-right: 5px !IMPORTANT;
    margin-left: -16px;
    position: absolute;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: #4e4e4e;
    border: 1px solid #a1a2a3;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
    margin-left: -5px;
}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: #3f659d;
    border: 1px solid #a1a2a3;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
    margin-left: -5px;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: #b9b9b9;
    border: 1px solid #a1a2a3;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
    margin-left: -5px;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: #4b5b72;
    border: 1px solid #a1a2a3;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
    margin-left: -5px;
}


/* 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: "Arial";}
.category h2 span{display: block;}
#pun-stats h2 span {visibility: visible;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}



/*---Прокрутка---*/
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #bfbfbd;
}

::-webkit-scrollbar-thumb {
    background-color: #4a5e7a;
    border: 4px solid #bfbfbd;
}


::selection {
    background: #4a5e7a !important;
    color: #c4c5c7;
}


#pun-viewforum.punbb div.icon {
    margin-top: 4px !important;
}

td.tcr a {
    background-repeat: no-repeat;
    background-position: left center;
    font-family: lora;
    font-size: 14px;
    font-weight: 600;
}


.category .container thead {display: none;}

.punbb .pa-avatar img {
    max-width: 180px !important;
    margin-bottom: 2px;
    border: 4px solid #1c2336;
    outline: 1px solid #3b425a;
    margin-top: 0px;
}


#counters A IMG{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=30);}
#counters a:hover img {opacity:1.0; -moz-opacity:1.0;
filter:alpha(opacity=70); transition-duration: 2s;}

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    position: absolute;
    right: 6px;
    top: 43px;
    overflow-y: auto;
    padding-top: 10px;
    background-image: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg);
    background-color: #c3c3c3;
}


.punbb .post-content a, .punbb .post-content a:link {
    font-weight: bold;
    color: #4f5b76;
}


.pun-modal .modal-inner {
    width: 700px;
    max-width: 94%;
    height: auto;
    max-height: 44em;
    margin: 12% auto 0;
    position: relative;
    z-index: 120000;
    overflow: hidden;
    background-image: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg);
    background-color: #c3c3c3;
}



/***  Заплатка для поля ответа ***/
textarea#main-reply {
  width: 100%;
  height: 100%;
  height: 205px;
  margin: 0 auto !important;
  padding: 0.75em;
  box-sizing: border-box;
  overflow: auto;  }

.button {
    font-family: 'Merriweather' !important;
    background-color: #4b546e !important;
    font-size: 9px !important;
    color: #c5c7c4 !important;
    margin-top: 5px !important;
    border: none;
    padding: 4px 15px 4px 15px !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #818181;
    font-weight: 400 !important;
    border-radius: 1px !important;
    box-shadow: 0px 0px 10px #242c48ab inset, 0px 0px 3px #00000042;
}




#video-area-tinp, #image-area-tinp {
    margin: .5em 0;
    padding: .3em;
    background-image: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg);
    background-color: #c3c3c3;
    height: 70px;
}



#MyBookmarks {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    width: 240px;
    background-image: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg);
    background-color: #c3c3c3;
}


#BookmCntToggle.default-style {
    background: #F7F7F7;
    border-left: solid 5px currentColor;
    box-shadow: 0 0 6px rgb(0 0 0 / 42%);
    color: #486384 !important;
    display: block;
    height: 26px;
    width: 21px;
}



#mask_dialog .inner {
    cursor: default;
    margin: 0;
    width: 760px;
    max-width: 99%;
    max-height: 90%;
    overflow-x: auto;
    z-index: 100;
    background-image: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg);
    background-color: #c3c3c3;
    padding: 8px;
}

/*** ОТКЛЮЧЕНИЕ УЛУЧШЕННОГО АККАУНТА ***/
#pun-status .item4 {display:none;}



li.pa-ua {
    margin-top: 0.7em;
    display: none !important;
    justify-content: center;
}


#MyBookmarks h2 {
margin: 10px 0 10px 0 !important;
}

.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 1px !important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #616e8b !important;
    z-index: 100;
}




#pun-viewforum .tcr {
background-color: transparent;
    overflow: hidden;
    text-align: left;
    font-size: 10px;
    width: 25%;
    font-family: 'montserrat';
    font-weight: 500;
}




#pun-viewforum .tclcon, #pun-messages .tclcon, #pun-searchtopics .tclcon {
    color: #000;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: lowercase;
    font-size: 11px;
    margin-left: 10px;
}

#pun-viewforum .tclcon a, #pun-messages .tclcon a, #pun-searchtopics .tclcon a {
    font-family: 'lora';
    font-size: 13px;
    text-transform: uppercase;
}



#pun-viewforum td.tcr a, #pun-messages td.tcr a, #pun-searchtopics td.tcr a {
    font-family: 'roboto';
    font-weight: 400;
    font-size: 11px;
    text-transform: none;
}



#pun-viewforum span.byuser, #pun-messages span.byuser, #pun-searchtopics span.byuser {
    font-family: roboto;
    font-weight: 400;
    font-size: 11px;
    text-transform: none;
}



.pa-ip {
    font-family: 'Lora';
    font-size: 12px;
    text-transform: uppercase;
}


#pun-index div.category h2, #pun-index #pun-stats h2 {
    background-repeat: no-repeat;
    background-position: left;
    height: 17px;
    width: 920px;
    text-align: center;
    color: #c3c3c1;
    padding-top: 3px !important;
    font-family: 'Lora' !IMPORTANT;
    font-size: 14px !IMPORTANT;
    letter-spacing: 0.7px;
    margin: 0px 0px 10px 10px !important;
    background: #1f2d3b url(http://forumstatic.ru/files/001b/84/0d/57038.jpg) no-repeat center center;
    border-radius: 2px;
    border: 1px solid #9a9a9a;
    text-shadow: 1px 1px #25334f;
    box-shadow: 0px 0px 10px #212d4663 inset;
}


#pun-index .category tr {
    background: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg?v=1);
    width: 928px;
    display: inline-block;
    margin-left: 11px;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #b1b1b1;
}


.podfor {
    font-family: roboto;
    font-size: 11px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 2px 0 4px 0 !IMPORTANT;
    line-height: 16px;
    text-align: justify;
    border-top: 1px solid #6e6e6e47;
}

.podfor st {
    display: block;
    font-family: lora;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 0.6px;
    margin-right: 0px;
    color: #000;
    height: 16px;
}

.podfor podfl {
    display: block;
    background: #616e8b;
    margin: 4px 0 0 0 !important;
    padding: 0px 5px 0 5px !IMPORTANT;
    height: 15px;
    box-shadow: 0px 6px 15px #25304654 inset;
    border: 1px solid #adadad;
}


.podfor podfl a {
    font-family: lora;
    color: #d5d5d5 !IMPORTANT;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4px;
    margin: 0px 10px 0px 0px !IMPORTANT;
}






#tags .container {
    position: absolute;
    right: 6px;
    top: 43px;
    z-index: 2;
    background-image: url(http://forumstatic.ru/files/001b/84/0d/63396.jpg);
    background-color: #c3c3c3;
    border: 1px solid #9a9c99;
}







.activees {
    height: 45px;
    width: 188px;
    top: 200px;
    display: flex;
    justify-content: space-between;
    margin-left: 12px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
}
.activees div {
    position: relative;
    width: 41px;
    height: 41px;
    box-shadow: 0 0 0 1px #44536a;
}
.activees img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
}
.activees div:after {
    content: "";
    background: #293c50;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
}
.activees div:hover img {
filter: none}
.activees div:hover:after {
  opacity: 0
}


.amss {
    width: 245px;
    top: 84px;
    height: 15px;
    margin-left: 2px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    overflow: hidden;
    font-family: 'Lora';
    text-transform: uppercase;
    text-align: left;
    font-size: 11px;
    color: #c5c7c8;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.amss a {
    color: #c3c3c3 !important;
    text-shadow: 1px 1px #1c273b;
}


.quott {
    width: 306px;
    top: 54px;
    height: 15px;
    margin-left: 705px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    overflow: hidden;
    font-family: 'Lora';
    text-transform: uppercase;
    text-align: right;
    font-size: 7px;
    color: #e5e5e5;
    letter-spacing: 0.8px;
}


.privet {
    width: 355px;
    top: 102px;
    height: 38px;
    margin-left: 2px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    overflow-y: auto;
    font-family: roboto;
    text-align: justify;
    font-size: 10px;
    padding-right: 5px;
    color: #c5c7c8;
    font-weight: 300;
}


.privet2 {
    width: 350px;
    top: 102px;
    height: 38px;
    margin-left: 600px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    overflow-y: auto;
    font-family: roboto;
    text-align: justify;
    font-size: 10px;
    padding-right: 5px;
    color: #c5c7c8;
    font-weight: 300;
}


.privet::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #1d2739;
}
.privet::-webkit-scrollbar-thumb {
    background-color: #b1aeae;
    border: 1px solid #1d2739;
}


.privet2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #1d2739;
}
.privet2::-webkit-scrollbar-thumb {
    background-color: #b1aeae;
    border: 1px solid #1d2739;
}



.inf {
    width: 355px;
    top: 84px;
    height: 15px;
    margin-left: 600px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    overflow: hidden;
    font-family: 'Lora';
    text-transform: uppercase;
    text-align: right;
    font-size: 11px;
    color: #c5c7c8;
    font-weight: 300;
    letter-spacing: 0.8px;
}










.activees2 {
    height: 45px;
    width: 188px;
    top: 200px;
    display: flex;
    justify-content: space-between;
    margin-left: 757px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
}
.activees2 div {
    position: relative;
    width: 41px;
    height: 41px;
    box-shadow: 0 0 0 1px #44536a;
}
.activees2 img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
}
.activees2 div:after {
    content: "";
    background: #293c50;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
}
.activees2 div:hover img {
filter: none}
.activees2 div:hover:after {
  opacity: 0
}




.bpost {
    width: 220px;
    top: 198px;
    height: 43px;
    margin-left: 210px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    overflow-y: auto;
    font-family: roboto;
    line-height: 11px;
    text-align: justify;
    font-size: 10px;
    padding-right: 5px;
    color: #c5c7c8;
    font-weight: 300;
}



.bpost::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #1d2739;
}
.bpost::-webkit-scrollbar-thumb {
    background-color: #b1aeae;
    border: 1px solid #1d2739;
}



.bpost2 {
    width: 212px;
    top: 198px;
    height: 43px;
    margin-left: 532px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    overflow-y: auto;
    font-family: roboto;
    line-height: 11px;
    text-align: justify;
    font-size: 10px;
    padding-right: 5px;
    color: #c5c7c8;
    font-weight: 300;
}


.bpost2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #1d2739;
}
.bpost2::-webkit-scrollbar-thumb {
    background-color: #b1aeae;
    border: 1px solid #1d2739;
}


.talinks {
    width: 410px;
    top: 167px;
    height: 18px;
    margin-left: 2px !important;
    text-align: center;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* border: red 1px solid; */
    overflow: hidden;
    text-transform: uppercase;
    font-size: 9px;
    color: #c8c8c4;
    position: absolute;
    font-family: lora;
}


.talinks a {
    color: #c7c9c4 !IMPORTANT;
    font-size: 10px;
}

.talinks2 {
    width: 410px;
    top: 167px;
    height: 18px;
    margin-left: 542px !important;
    text-align: center;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* border: red 1px solid; */
    overflow: hidden;
    text-transform: uppercase;
    font-size: 9px;
    color: #c8c8c4;
    position: absolute;
    font-family: lora;
}

.talinks2 a {
    color: #c7c9c4 !IMPORTANT;
    font-size: 10px;
}