/* CS1 Background and text colours
-------------------------------------------------------------*/


body {
background-color: black;   
}  

#pun {
    background: url(https://i.pinimg.com/originals/4f/59/6c/4f596c61ae44ce06d527a455c7e3bf9b.jpg) center top no-repeat, url(https://i.pinimg.com/originals/77/8d/f7/778df7d79ec2cf24ad64bc0882c4b058.png) bottom center no-repeat, url(https://image.ibb.co/dXZaoc/image.png) top center repeat-y;

}

#pun_wrap {
   padding-bottom: 220px;
}

#pun-title h1 {
        background: none;
}

#pun-title {
		
}

#pun-title TABLE {
        
}

/* CS1.1 */
.punbb .main .container,
.punbb td.tc3,
.punbb .section .container,
.punbb .section .formal .container,
.punbb .formal fieldset,
#viewprofile li strong, #viewprofile li div,
#setmods dd,
.punbb-admin #pun-admain .adcontainer,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background: transparent;
  color: #0F1415;
  }

.punbb .post-body, .post-box, .punbb .post-links {
  background: transparent;
  color: #0F1415;
}

#pun-ulinks .container {
  background: transparent;
}

/* CS1.2 */
.punbb .post .container,
.punbb .post h3, .punbb .post h3 span {
  background: transparent;
  color: #0F1415;
}

.punbb td.tc2, .punbb td.tc3 {
  font-weight: bold;
  color: #4d1254;
}

.punbb td.tcr {
  font-weight: normal;
}

.punbb td.tc2 {
  background: transparent;;
  }

.punbb td.tcl, .punbb td.tcr {
  background: transparent;
  color: #0F1415;
  }

.usertable .container td.tcl {
  background: transparent;
}

.punbb td.tc3   {
  background: transparent;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1,.punbb .main h2, #pun-debug h2 {
  background: transparent;
  color: #114057;
  text-align: left;
  font-size: 1.1em;
  font-family: tahoma;
  font-weight: bold;
  letter-spacing: 1px;
  }

.punbb #pun-category1 .container {
  border-top: none;
}

.punbb-admin #pun-admain h2 {
  background: #B5BDBE;
  color: #114057;
}

/* CS1.4 */
.punbb .modmenu .container {
  background: transparent;;
  color: #0F1415;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background: transparent;;
  color: #0F1415;
  }

#viewprofile h2 span {
  background-image: none;
}

.punbb .post h3 strong {
  font-size: 0.9em;
  color: #0F1415;
}

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background: transparent;;
  color: #0F1415;
  }

.punbb textarea, .punbb select, .punbb input {
  background: rgba(48, 52, 52, 0.19);
  border: rgb(80, 79, 79);
  color: #0F1415
}

/* CS1.8 */
#pun-navlinks .container {
  background: transparent;
  color: #998049;
  }

.offline li.pa-online strong {
  font-weight: normal;
  }


/* CS2 Border colours
-------------------------------------------------------------*/

#pun-title, #pun-navlinks {
  border-color: transparent;
}

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color: transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* CS2.4 */
.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;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */
.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: none;
  }

li.pa-online {
  border-left-color: transparent;
  }

/* CS3 Links
-------------------------------------------------------------*/

/* 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: #353535;
  text-decoration: none;
  text-shadow: 0 0 1px #8a8a8a;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #123E54;
  text-decoration: none;
  }

/* 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: #777777;
  text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }

/* CS3.3 */
#pun-navlinks a {
     font-weight: normal !important;
     font-family: 'Wash',Sans-Serif !important;
     font-variant: small-caps !important;
     color: rgba(222, 222, 222, 0.25);
     text-decoration: none;
     text-shadow: 0 0 0 transparent !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: rgba(222, 222, 222, 0.45);
  text-decoration: none;
  }

#pun-ulinks a {
     font-weight: normal !important;
     font-family: 'Wash',Sans-Serif !important;
     font-variant: small-caps !important;
     color: rgba(222, 222, 222, 0.25);
     text-decoration: none;
     text-shadow: 0 0 0 transparent !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }

/* CS3.4 */
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  color: rgba(222, 222, 222, 0.45);
  text-decoration: none;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #0F1415;
  color: #0F1415;
  }

.post h3 span a:link, .post h3 span a:visited {
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
}

/* CS4 Post status icons
 -------------------------------------------------------------*/

.punbb .main h2 span, #pun-stats h2 span, .punbb .main h1 span, #pun-stats h1 span {
        background: none;
        font-variant: small-caps
}

#profilenav h2 span {background-image: none}

td.tcr a{
        background: transparent;
        padding-left: 30px;
        background-image: url(https://image.ibb.co/dXokoc/image.png);
        background-repeat: no-repeat;
        background-position: center left;
    max-width: 196px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

#pun-stats ul.container {
        background: ;
        padding-left: 15px;
}

#pun-stats div.statscon {
		background: transparent;;
        color: #0F1415;
}

#pun-crumbs2 .container, #pun-about .container{
  		background: transparent;;
        color: #0F1415;
}

#navindex, #navuserlist, #navawards, #navrules, #navsearch, #navprofile, #navpm, #navregister, #navlogout, #navlogin {
    height: 23px !important;
}

#navadmin {
    position: absolute;
    margin-top: -300px !important;
    margin-left: -175px !important;
}
#navindex{
margin-top: -140px !important;
}

span.num_msg {
     background: rgba(255, 255, 255, 0.25) !important;
     margin-left: 5px !important;
}
#navpr_1 {
    position: absolute !important;
    margin-left: 970px !important;
    margin-top: 90px !important;
    font-size: 1.8em !important; 
}
li#navpr_2 {
    position: absolute !important;
    margin-left: 924px !important;
    margin-top: 150px !important;
    font-size: 1.5em !important;
}


/*----Исчезающий аватар---*/
.punbb .post .post-author a {
    color: #a9b5da;
    font-family: Palatino Linotype!important;
    font-size: 15px!important;
    font-variant: small-caps!important;
    font-weight: bolder;
    letter-spacing: 1px!important;
    text-shadow: 0 0 5px black;
    }

.pa-avatar {
    height: 0px;
    margin-top: 50px !important;
    -webkit-transition: all 1.1s cubic-bezier(0.9, 0.18, 0.76, 0.83);
    -moz-transition: all 1.1s cubic-bezier(0.9, 0.18, 0.76, 0.83);
    -o-transition: all 1.1s cubic-bezier(0.9, 0.18, 0.76, 0.83);
    -ms-transition: all 1.1s cubic-bezier(0.9, 0.18, 0.76, 0.83);
}
li.pa-avatar .Wrp-ava img {
    box-shadow: 0px 0px 50px 0px black;}
li.pa-avatar img[width] {display: block !important;}

.pa-reg, .pa-fld1, .pa-fld2, .pa-fld3, .pa-fld4, .pa-posts, .pa-respect, .pa-positive, .pa-awards,  .pa-gifts, .pa-last-visit {
    font-size: 16px;
    font-family: serif;
    font-variant: small-caps;
    text-shadow: 0 0 5px black;
    opacity: 0;
    width: 190px !important;
    margin-left: 5px !important;
    color:  #b0beca !important;
    position: absolute;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}
.post-author a:hover {
    color: white !important;
}
.post-author:hover .pa-avatar {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
    opacity: 0.06;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}
.post-author:hover .pa-fld1, .post-author:hover .pa-fld2, .post-author:hover .pa-fld3, .post-author:hover .pa-fld4, .post-author:hover .pa-posts, .post-author:hover .pa-respect, .post-author:hover .pa-positive, .post-author:hover .pa-gifts, .post-author:hover .pa-reg, .post-author:hover .pa-last-visit, .post-author:hover .pa-awards  {
     opacity: 1;
      -webkit-transition: all 1.1s cubic-bezier(1, 0, 1, 0.98);
    -moz-transition: all 1.1s cubic-bezier(1, 0, 1, 0.98);
    -o-transition: all 1.1s cubic-bezier(1, 0, 1, 0.98);
    -ms-transition: all 1.1s cubic-bezier(1, 0, 1, 0.98);
}
.pa-fld1 {margin-top: -5px !important;}
.pa-fld2 {    margin-top: 60px !important; font-weight: bold; color: #8babc7 !important;}
.pa-fld3 {    margin-top: 150px !important;}
li.pa-fld4 {margin-top: 168px !important;}
.pa-posts {margin-top: 195px !important;}
.pa-respect {margin-top: 215px !important;}
.pa-positive {margin-top: 235px !important;}
.pa-last-visit {margin-top: 255px !important; font-size: 12px !important;}
.pa-reg {margin-top: 275px !important; font-size: 12px !important;}

/*---Награды в профиле---*/
li.pa-awards {
height: 20px;
    margin-top: 116px;
    margin-left: 7px !important;}
@-moz-document url-prefix() {li.pa-awards input[type="button"] {margin-top: 5px !important;}}

li.pa-awards input[type="button"] {cursor: pointer;
    color: #a9b5da !important;
    font-family: Palatino Linotype!important;
    font-size: 15px!important;
    font-variant: small-caps!important;
    font-weight: bolder;
    letter-spacing: 1.5px!important;
    text-shadow: 0 0 5px black;
    background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
li.pa-awards input[type="button"]:hover { color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}

li.pa-awards span.mini_awards {
    position: absolute;
    width: 220px!important;
    margin-left: -111px!important;
    margin-top: -16px!important;
    border-width: 1px;
    border-color: #000000;
    background-color: rgb(220, 220, 220);
    background-attachment: fixed;
    color: black;
    font-weight: bold;
    text-shadow: none;
    box-shadow: 0 0 12px 2px black, inset 0 0 6px 0px black;
    opacity: 0.9;
    z-index: 1000;}

a.permalink {
    position: absolute;
    margin-left: -504px;
    text-align: left;}
div#pun-live-rusff {
  display: none;}
th.tcl {
    opacity: 0;
    cursor: default;}

div#pun-mod h2, div#pun-pages h1, div#pun-profile h1, div#pun-stats h2, div#pun-category1 h2, div#pun-category2 h2, div#pun-category3 h2, div#pun-category4 h2, div#pun-category5 h2 {
    background-color: black;
    font-size: 17px;
    font-family: Wash;
    font-weight: 100;
    font-variant: small-caps;
    color: rgba(204, 204, 204, 0.87);
    text-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 12px 2px black;
    height: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 2px;
    border-radius: 3px;}

div#pun-profile h1 {
    margin-left: -90px;
    margin-top: 10px;
    width: 780px;
    text-align: right;}
div#pun-category2 h2 {   
    margin-top: 5px;
    margin-left: 354px;
    width: 650px;
    text-align: left;}
div#pun-category1 h2 {    
    margin-left: -90px;
    margin-top: 10px;
    width: 666px;
    text-align: right;}
div#pun-category3 h2 {    
    margin-left: -90px;
    width: 700px;
    text-align: right;}
div#pun-category4 h2 {    
    text-align: left;
    margin-left: 410px;
    width: 600px;}
div#pun-category5 h2, div#pun-mod h2 {
    position: absolute;
    margin-left: -90px;
    margin-top: 15px;
    width: 750px;
    text-align: right;}
div#pun-category5 .tcl {width: 300px;}
div#pun-category5 td.tcr {width: 400px;}
div#pun-pages h1 {    
    margin-bottom: -38px;
    margin-left: 780px;
    width: 280px;
    text-align: left;}
div#pun-stats  h2 {   
margin-left: -90px;
margin-top: 10px;
width: 698px;
text-align: right;}

th.tc2, th.tc3, th.tcr {
    background: transparent;
    text-align: center !important;
    color: #353535 !important;
    font-size: 1.1em !important;
    font-family: tahoma !important;
    font-variant: small-caps !important;
    font-weight: bold !important; 
    letter-spacing: 1px !important;
}
td.tc3 {
    padding-left: 40px;
}




#pun-searchtopics .main .tcl a, tbody.hasicon tr.altstyle td.tcl a  {
    font-family: serif;
    font-size: 1.2em;
    font-weight: bolder;
    color: #353535;
}
div#pun-viewforum tbody.hasicon tr td.tcl .tclcon a {
    font-family: serif;
    font-size: 1.2em;
    font-weight: bolder;
    color: #353535;
}
.post-author b {color: #8babc7;}
.splin1 {
    display: inline;
    font-weight: 100;
    color: #b0beca;}
.splin2 {
    display: inline;
    font-weight: 100;
    color: #b0beca;}
.arrow {
    position: fixed;
    z-index: 1003;
    right: 5px;
    bottom: 150px;}
img.arrow1 { opacity: 0.6; 
  margin-bottom: -25px;    
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
img.arrow2 { opacity: 0.6;    
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
img.arrow1:hover {opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
img.arrow2:hover {opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
.dice-box {
 width: 600px;
 border-style: solid !important;
 border-width: 1px;
 border-radius: 2px;
 width: 600px;
 margin-left: 124px !important;
 border-color: #e2e2e2;
 background-color: rgba(255, 255, 255, 0.2);
 background-attachment: fixed;
 color: #252525;
 box-shadow: 0 0 6px -1px #555;}
div#pun-viewtopic .dice-box blockquote {width: 600px !important;}
#main-reply {
    width: 870px !important;
    box-shadow: inset 0 0 10px 0px black, 0 0 10px 0px white;
    background-color: rgba(255, 255, 255, 0.40);
    padding: 4em 1em 1em 1em;
    text-align: justify;}
div#form-buttons {
    position: relative;
    top: 20px;
    margin-left: 11px;
    width: 870px;
    background: rgba(228, 228, 228, 0.8);
    background-clip: padding-box;
    border: 1px solid rgba(192, 192, 192, 0.78);
    box-shadow: 0 0 6px -1px black;}
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    background: #e3e3e3;
    box-shadow: inset 0 0 4px 0px white, 0 0 5px 0px black;}
div#pun-messages #font-area, div#pun-messages #size-area, div#pun-messages #color-area, div#pun-messages #table-area, div#pun-messages #smilies-area, div#pun-messages #image-area, div#pun-messages #imageup-area, div#pun-messages #imageattach-area, div#pun-messages #keyboard-area, div#pun-messages #video-area, div#pun-messages #addition-area {
    right: 12px !important;
    top: 90px !important;}

#pun-userlist .main thead th.tc3 {padding-left: 40px !important;width: 80px;}
#pun-searchtopics .main .tcl {padding-left: 20px !important;}
#pun-searchtopics .main .tcr {
    position: absolute;
    margin-left: 420px;
    padding-top: 10px;}
#pun-searchtopics .main .tc3 {
    position: absolute;
    margin-left: 250px;
    margin-top: 20px;
    color:black;}
.tc3, .tc2 {font-weight: bolder}
#pun-searchtopics .main .tc2 {
    position: absolute;
    margin-left: 70px;
    margin-top: 20px;    
    color: black;}
#pun-searchtopics .main th.tc3 {margin-left: 265px;}
#pun-searchtopics .main th.tcl {opacity: 1;}
span.usersname a {
    position: absolute;
    padding-top: 15px;
    padding-left: 90px; margin-top: -8px;}
div#pun-statistic td.tcl a {
    font-family: serif;
    font-weight: bolder;
    font-size: 1.2em;
    color: black;}
div#pun-searchposts li.pa-author {
    color: #d5cee4!important;
    font-family: Palatino Linotype!important;
    font-size: 17px!important;
    font-variant: small-caps!important;
    font-weight: 100!important;
    letter-spacing: 1.5px!important;
    text-shadow: 1px 1px 10px #f6f5f8;}
li.pa-replies {
    color: #c2cee4;
    font-weight: 100;
    margin-left: -10px;}

div#pun-messages div#post-form div#form-buttons {width: 700px;}
div#pun-messages div#post-form #main-reply {width: 700px !important;     padding: 4em 1em 1em 1em;}
li.pa-author {
    margin-top: 0px;
    color: #cedae4 !important;
    font-size: 15px!important;
    font-variant: small-caps!important;
    font-weight: 100!important;
    letter-spacing: 1.5px!important;
    font-family: Palatino Linotype;
    position: relative;
    top: 5px;}
div#pun-post p.inputfield.required.longinput {margin-top: -40px;padding-bottom: 5px;text-align: center;}
div#pun-viewtopic div#form-buttons {margin-top: -21px;}
div#pun-index td.tc2:before {content: 'Тем: ';}
div#pun-index td.tc3:before {content: 'Сообщений: ';}
#pun-searchtopics td.tc3:before {content: 'Ответов: ';}
#pun-searchtopics td.tc3 {width: 90px;text-align: left;}
div#pun-index td.tc2 {width: 150px; position: absolute;padding: 0px;margin-left: 4px;
margin-top: 24px;color: black;font-weight: 100;text-align: left;}
div#pun-index td.tc3 {width: 150px;position: absolute;padding: 0px;margin-left: 4px;
margin-top: 40px;color: black;font-weight: 100;text-align: left;}
div#pun-index td.tcr {padding-top: 5px;
display: table;
    text-align: right;
    position: relative;
    left: 204px;
    top: 3px;}
div#pun-index th.tc2, div#pun-index th.tc3, div#pun-index th.tcr {opacity: 0;cursor: default;}
div#pun-index .statscon a {font-family: Palatino Linotype;font-size: 15px;font-weight: bold;font-variant: small-caps;}
div#pun-index .statscon {font-size: 1.06em;}
p.inputfield.required.longinput input#tags {display: none;}
p.inputfield.required.longinput input.button {display: none;}
#profile fieldset {
    margin-left: -20px;
    padding-top: 10px;
    margin-top: -23px;
    text-align: center;}
div#pun-messages .fs-box {
    width: 756px;
    background-color: rgba(255, 255, 255, 0.19);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.19);
    margin-top: -12px;
    margin-left: -10px;
    padding-top: 40px;}
.resizable-textarea {margin-top: -20px !important;}
div#pun-messages .areafield span.input {padding: 0 1.6em !important;}



div#pun-messages td.tc2.pmtc24 {
    position: absolute;
    margin-left: 270px;
    margin-top: 10px;
    text-align: left;}
div#pun-messages input#checker {
    margin-left: 323px;
    margin-bottom: 12px;}
div#pun-messages td.tc3.pmtc33 {
    position: absolute;
    margin-left: 110px;
    margin-top: 7px;
    padding: 0;}
div#pun-messages td.tc2.pmtc22 {
    position: relative;
    height: 60px;
    overflow: visible !important;
    top: -8px;
    left: -60px;}
div#pun-messages th.tc2.pmtc22, div#pun-messages th.tc3.pmtc33 {display: none;}
div#pun-messages td.tc2.pmtc24 {
    position: absolute;
    margin-left: 270px;
    margin-top: 22px;
    text-align: left;}
div#pun-messages input#checker {margin-left: 323px;}
div#pun-messages td.tc3.pmtc33 {
    position: absolute;
    margin-left: 110px;
    margin-top: 20px;
    padding: 0;}
div#pun-messages td.tc2.pmtc22 {
    position: relative;
    height: 60px;
    overflow: visible !important;
    top: -8px;
    left: -60px;}
div#pun-messages td.tc2.pmtc22 a {position: relative;top: 26px;}
div#pun-messages em.user-avatar {position: relative;top: -26px;}
td.tc2.pmtc22:before {
    content: 'Отправитель:';
    position: absolute;
    left: 70px;
    top: 14px;}
div#pun-messages td.tcl.pmtcl1 {
    font-family: serif;
    font-size: 1.2em;}

/*----Страница баннеров---*/
div#pun-pages .banners {opacity: 1 !important; padding: 4px !important;}
.banners {opacity: 0.8;
    filter: grayscale(50%);
    padding: 1px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
.banners:hover {opacity: 1;
    filter: grayscale(0%);   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
.banners img:hover {box-shadow: 0px 1px 2px 1px black !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;}
.banners img {box-shadow: 0px 0px 2px 0px black !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;}


/*----Настройка внешнего вида объявления---*/

.ob1 img {width: 45px;}

.palant img:hover {box-shadow: 0px 1px 4px 0px black;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
.palant img {
    box-shadow: 0px 0px 3px 0px black;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
.palant {opacity: 0.5;  
    display: inline;
    margin-left: -5px !important;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
.palant:hover {opacity: 1;    
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
div#pun.ru.isguest.gid3 div#pun-announcement {margin-top: 181px;}
div#pun-announcement {
    display: table;
    margin-top: 155px;
    width: 1126px;
    height: 350px;
    margin-left: -70px;}
.ob1, .ob2, .ob3, .ob4 {    
    border-width: 1px;
    border-color: #000000;
    background-color: rgb(220, 220, 220);
    background-attachment: fixed;
    color: #252525;
    box-shadow: inset 0 0 4px 0px white, 0 0 10px 0px black;}
.ob1 {
    text-align: center;
    font-size: 0.95em;
    overflow: hidden;
    line-height: 12px;
    height: 180px;
    width: 214px;
    position: absolute;
    margin-top: 40px !important;
    padding: 10px;}
.ob2 {
    text-align: center;
    font-size: 0.95em;
    overflow: hidden;
    line-height: 12px;
    height: 280px;
    width: 214px;
    position: absolute;
    margin-top: 40px !important;
    margin-left: 876px !important;
    padding: 10px;}
.ob3 {
    text-align: center;
    height: 64px;
    width: 218px;
    position: absolute;
    margin-top: 260px !important;
    padding: 8px;}
.ob4 {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    width: 586px;
    height: 280px;
    position: absolute;
    margin-top: 40px !important;
    margin-left: 252px !important;
    padding: 10px;}
.ob0 {
    position: absolute;
    text-align: justify;
    width: 800px;
    margin-top: 7px !important;
    margin-left: 254px !important;}
.ob0 a {
    font-weight: normal !important;
    cursor: pointer !important;
    font-size: 1.2em !important;
    margin-right: 85px !important;
    font-family: 'Wash',Sans-Serif !important;
    font-variant: small-caps !important;
    color: rgba(255, 255, 255, 0.3) !important;
    text-decoration: none !important;
    text-shadow: 0 0 4px #c6c6c6 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
@-moz-document url-prefix() {.ob0 a {margin-right: 74px !important;}}
.ob0 a:hover {
     color: #c6c6c6 !important;
    text-shadow: 0 0 1px #c6c6c6 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
#menu .tabactive {    
    color: #c6c6c6 !important;
     text-shadow: 0 0 1px #c6c6c6 !important;}
#menu1 .tabactive {    
    opacity: 0;
    margin-top: -20px !important;
    cursor: default !important;}
div#menu1 {
    margin-left: -190px;}
img.obimage {
    margin-left: -117px;
    margin-top: -10px;
-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;}
b.obtext {
    font-weight: 100;
    width: 210px;
    margin-left: -105px;
    opacity: 0;
    cursor: default;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;}
.ob2:hover b.obtext {opacity: 1;
    cursor: text;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;}
.ob2:hover img.obimage {opacity: 0.1;
-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;}
div#sm02 a {
    font-size: 1.2em;
    font-variant: small-caps;
    /* font-weight: bold; */
    letter-spacing: 0.5px;
    font-family: palantino;
  line-height: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#sm02 a:hover    {background-color: #b4b4b4;
    box-shadow: inset 0 0 5px 2px gainsboro;
  color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}

div#sm4 b, div#sm4 span {text-transform: uppercase;
font-family: Century Gothic;
color: #383838;
text-shadow: 0px 0px 1px black;}
div#sm4 b {font-size: 15px;}
div#sm4 span {font-size: 12px;}
div#sm4 p {position: absolute;
    margin-top: -74px;
    margin-left: 17px;
    font-size: 12px;
    font-family: Century Gothic;}

.ob4 hr {width: 80%;
height: 2px;
margin: 8px 10%;
border-style: hidden;
background: linear-gradient(to right, transparent 0%, #8e8e8e 50%, transparent 100%);}
.ob4 hr.two {
    width: 90%;
    height: 1px;
    margin: 4px 5%;
    border-style: hidden;
    background: linear-gradient(to right, transparent 0%, #8e8e8e 50%, transparent 100%);}

div#sm4 .column {
 -webkit-columns: 100px 3;
  -moz-columns: 100px 3;
  columns: 100px 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;}
.ob4 div#sm4 .column a {
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;}

.ob4 figure {
    width: 180px;
    display: inline-block;}

figcaption {
    width: 150px;
    margin-left: 15px !important;
    top: 100px;
    padding-top: 5px;
    opacity: 0;
    font-size: 1em;
    height: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    font-family: Century Gothic;
    color: #b3b3b3;
    text-shadow: 0px 0px 1px white;}

.ob4 img {opacity: 0.8;
    background-color: rgba(68, 68, 68, 0.06);
    box-shadow: 0 0 0 1px rgb(224, 221, 218), 0 0 1px 5px rgb(175, 175, 175);
    filter: grayscale(50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}
.ob4 img:hover {opacity: 1;
filter: grayscale(0%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;}


/*----Настройка Библиотеки---*/

.bib1 table a {top: 0;left: 0;}
td[data="l"] {text-align: left;}
td[data="r"] {text-align: right;}
.bib1 .lib table {
    position: relative;
    top: -119px;
    width: 213px !important;
    right: -100px;}

img.libimg1 {
    width: 100%;
    box-shadow: 0 0 12px 3px black;
}
img.libimg2 {float:left;
    width: 30%;
    box-shadow: 0 0 12px 3px black;
}
img.libimg2 {float:right;
    width: 30%;
    box-shadow: 0 0 12px 3px black;
}
.bh1 {font-weight: normal;
    font-size: 1.5em !important;
    font-variant: small-caps !important;
    color: black !important;
    text-decoration: none !important;
    text-shadow: 0 0 5px black !important;
    font-family: serif;
    margin-top: 13px !important;}
.bib1 {
    height: 1102px;
   background-color: black;
    width: 320px;
    margin-left: -90px !important;
    position: absolute;
    box-shadow: 0 0 6px 2px black;
    text-align: right;
    border-radius: 2px;}

.bib1 b { z-index: 1000;
    position: absolute;
    margin-top: 85px;
    padding-left: 14px;
    text-align: left;
    font-size: 1.2em;
    font-family: Wash;
    font-weight: 100;
    font-variant: small-caps;
    color: rgba(204, 204, 204, 0.6);
    text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}

.bib1 a {
    cursor: pointer;
    text-decoration: none !important;
    position: relative;
    color: rgba(220, 220, 220, 0.61);
    top: -96px;
    font-size: 1em;
    left: -114px;
    line-height: 19px;
    font-family: wash;
    text-shadow: 0 0 8px gainsboro;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}
.bib1 a:hover {
    color: gainsboro;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}

.lib:hover a  {opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}

.bib1 img {margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}

.lib:hover > img {opacity: 0.2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}
.lib:hover > b {opacity: 0.2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}

.lib {height: 110px;}
.lib1 {height: 110px;opacity: 0.2;}

.bib2 {
    text-align: justify;
    width: 720px;
    height: 280px;
    margin-top: -20px !important;
    margin-left: 250px !important;
    padding: 10px;
    font-size: 1.1em;}
.bib2 iframe {
    width: 740px;
    margin-left: -10px !important;
    height: 1046px;}

/*---Список тем---*/
div#pun-viewforum .linkst .postlink a {position: relative;top: 34px;}
div#pun-viewforum h1 {
    margin-top: 5px;
    margin-left: 340px;
    width: 700px;
    text-align: left;
    background-color: black;
    font-size: 15px;
    font-family: Wash;
    font-weight: 100;
    font-variant: small-caps;
    color: rgba(204, 204, 204, 0.87);
    text-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 12px 2px black;
    height: 20px;
    padding-left: 20px;
    padding-bottom: 6px;
    padding-top: 2px;
    border-radius: 3px;}
div#pun-viewforum em.user-avatar {margin-top: -13px !important;height: 60px;}
div#pun-viewforum .main .tcr:before {content: 'Последнее сообщение:';position: absolute;margin-top: -6px;margin-left: 68px;}
div#pun-viewforum .main td.tcr a{margin-top: 10px;}
div#pun-viewforum th.tcl, div#pun-viewforum th.tc2, div#pun-viewforum th.tc3 {display: none;}
div#pun-viewforum th.tcr {cursor: default;height: 40px;opacity: 0;}
div#pun-viewforum td.tcl {overflow: visible !important;}
div#pun-viewforum td.tcl .tclcon {width: 350px;overflow: visible;}
div#pun-viewforum td.tc2 {
    width: 150px;
    position: absolute;
    padding-left: 200px;
    margin-top: 10px;
    color: black;
    font-weight: 100;
    text-align: left;}
div#pun-viewforum td.tc2::before {content: "Ответов: ";}
div#pun-viewforum td.tc3 {
    width: 150px;
    position: absolute;
    padding-left: 200px;
    margin-top: 30px;
    color: black;
    font-weight: 100;
    text-align: left;}
div#pun-viewforum td.tc3::before {content: "Просмотров: ";}
#pun-searchtopics .main .tcr {
    position: absolute;
    margin-left: 440px;
    padding-top: 10px;}

/*---Страница Анкет---*/
div#pun-viewforum div#forum_f18 table#f-subforums .icon.inew {
    margin-left: 10px;
    width: 10px;
    height: 106px;
    box-shadow: 0 0 5px white;
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.53);
    animation: blinkColor 5s ease-in-out infinite;
    -moz-animation: blinkColor 0.5s linear infinite;
    -webkit-animation: blinkColor 5s ease-in-out infinite;}
div#pun-viewforum div#forum_f18 table#f-subforums h3 a {font-family: Wash !important;}
div#forum_f18 table#f-subforums thead {display: none;}
div#forum_f18 table[summary='Список тем в форуме: #Регистрационные листы'] {display: none;}
div#forum_f18 table#f-subforums em.user-avatar {display: none;}

div#forum_f18 table#f-subforums td.tc2::before {content: "Анкет: ";}
div#forum_f18 table#f-subforums td.tc3::before {content: "Сообщений: ";}
div#forum_f18 table#f-subforums .tcr::before {content: " "; display:none;}

div#forum_f18 table#f-subforums tbody {text-align: center;}
div#forum_f18 table#f-subforums td.tcl {
    width: 330px !important;
    padding: 0;
    margin-left: -10px;}

div#forum_f18 table#f-subforums td.tc2 {width: 280px !important;
    padding: 0 !important;
    margin-top: 30px !important;
    text-align: left !important;
    margin-left: 40px;}
div#forum_f18 table#f-subforums td.tc3 {width: 280px !important;
    padding: 0 !important;
    margin-top: 30px !important;
    text-align: right !important;
    margin-right: 44px;}

div#forum_f18 table#f-subforums td.tcr {
    height: 64px !important;
    width: 320px !important;
    display: table;
    margin-top: 50px;
padding: 0;}

div#forum_f18 table#f-subforums td.tcr a {display: inline-block;}

div#forum_f18 table#f-subforums {margin-top: 30px;}

div#forum_f18 table#f-subforums td {position: absolute;
    text-align: center;
    vertical-align: top;}
    
div#forum_f18 table#f-subforums tbody.hasicon tr:hover {-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
background: rgba(255, 255, 255, 0.50);}
div#forum_f18 table#f-subforums tr {display: inline-table;
    margin: 5px;
    text-align: center;
    width: 320px;
    height: 110px;
background: rgba(255, 255, 255, 0.31);
    box-shadow: inset 0 0 10px 6px rgba(209, 209, 209, 0.5), 0 0 10px 6px rgba(209, 209, 209, 0.5);
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}

/*---Плитки---*/
tr#forum_f7 .icon.inew {
    margin-left: -294px !important;}

@-moz-document url-prefix() {
#pun-index .category tr {width: 476px !important;}
#pun-index .tcl h3 {font-size: 1.1em  !important;}
#pun-index tr#forum_f18 {height: 120px !important;}
.image1 img {margin-left: -160px;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#pun-index .category tr {width: 476px !important;}
#pun-index .tcl h3 {font-size: 1.1em  !important;}
#pun-index tr#forum_f18 {height: 120px !important;}
.image1 img {margin-left: -160px;}
}

@supports (-ms-accelerator:true) {
#pun-index .category tr {width: 476px !important;}
#pun-index .tcl h3 {font-size: 1.1em  !important;}
#pun-index tr#forum_f18 {height: 120px !important;}
.image1 img {margin-left: -160px;}
}

@supports (-ms-ime-align:auto) {
#pun-index .category tr {width: 476px !important;}
#pun-index .tcl h3 {font-size: 1.1em  !important;}
#pun-index tr#forum_f18 {height: 120px !important;}
.image1 img {margin-left: -160px;}
}


div#pun-index .tcl {height: 37px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.25);}
div#pun-index em.user-avatar {
    float: right !important;
    height: 55px !important;
    width: 45px !important;}
div#pun-index td.tcr a{
        background: transparent;
        padding-right: 30px;
        background-image: url(https://image.ibb.co/dXokoc/image.png);
        background-repeat: no-repeat;
        background-position: center right;}
div#pun-index tbody.hasicon {text-align: center;}
#pun-index .category tr {text-align: center;
    width: 478px;
    height: 100px;
    margin: 12px 10px 8px 10px;
    display: inline-block;
    background-color: rgba(68, 68, 68, 0.06);
    box-shadow: 0 0 0 1px rgb(224, 221, 218), 0 0 1px 5px rgb(175, 175, 175);
    margin-left: 10px;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
#pun-index .category tr:hover {-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    background-color:rgba(255, 255, 255, 0.13);
    box-shadow: 0 0 0 1px rgb(224, 221, 218), 0 0 0 5px rgba(101, 101, 101, 0.23);}
div#pun-index thead {display: none;}
em.user-avatar a {
    background: none !important;
    padding: 0 !important;}

/*---Плитка анкет---*/
#pun-index tr#forum_f18 {width: 979px !important;height: 118px;}
#pun-index tr#forum_f18 .tcl {width: 979px !important;}
#pun-index tr#forum_f18 .subforums {position: relative !important;}
#pun-index tr#forum_f18 td.tcr {left: 706px !important;}

/*---Плитки миров---*/
.image1 p {position: absolute;
    padding-top: 6px;
    text-align: center;
    width: 320px;
    font-size: 17px;
    font-family: Wash;
    font-weight: 100;
    font-variant: small-caps;
    color: rgba(204, 204, 204, 0.87);
    text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;}
.image1 {
    width: 320px;
    height: 100px;
    position: absolute;
    margin-left: 328px !important;
    margin-top: -23px !important;
    background-color: #131313;
    box-shadow: 0 0 0 1px rgb(224, 221, 218), 0 0 1px 5px rgb(175, 175, 175);}
.image1 img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    opacity: 0.6;
    position: absolute;
    width: 320px;
    height: 100px;}
.image1 img:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    opacity: 1;}

#pun-index tr.alt2 td.tc2 {margin-left: 324px; text-align: right;}
#pun-index tr.alt2 td.tc3 {margin-left: 324px; text-align: right;}

div#pun-category3 td.tcr {left: 47px;}
#pun-index #pun-category3 tr.alt1, #pun-index #pun-category3 tr.alt2 {width: 320px !important;}
#pun-index #pun-category3 tr.alt1 {float: left;}
#pun-index #pun-category3 tr.alt2 {float: right;}
#pun-index #pun-category3 tr.alt2 td.tc2 {margin-left: 164px; text-align: right;}
#pun-index #pun-category3 tr.alt2 td.tc3 {margin-left: 164px; text-align: right;}
#pun-index tr.alt2 td.tcr {left: -28px;text-align: left;}
#pun-index tr.alt2 td.tcr em.user-avatar {float: left !important;}
#pun-index tr.alt2 td.tcr a {    padding-left: 30px; background-position: center left;}
#pun-index tr.alt1 td.tcr a {background-image: url(https://image.ibb.co/gMTJ8c/image.png);}
#pun-index tr.alt1 em.user-avatar {transform: scale(-1, 1);}

#pun-index #pun-category3 tr.alt2 td.tcr {}

/*---Картинки в постах---*/
.punbb .post-content img.postimg { max-width: 90% !important; box-shadow: 0 0 0 1px rgb(224, 221, 218), 0 0 1px 5px rgb(175, 175, 175); opacity: 0.9;    margin-left: 6px !important;
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}
.punbb .post-content img.postimg:hover {opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}
img.postimg[src$=".png"], img.postimg[src$=".gif"] {margin: 0 !important;opacity: 1 !important; box-shadow: 0 0 0 transparent !important;}



/*---Удаленные посты---*/
.post > .del-msg {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.40);
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.40);
  margin: 5px 0;}
.post.del{background-color: rgba(0, 0, 0, 0.36);box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.36);}


/*---Окно репутации etc---*/
#pun-report .bg, #pun-reputation .bg, #pun-admin-award-form .bg {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;}
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
    background-color: #c9c9c9;
    box-shadow: 0 0 10px 1px #222, inset 0 0 10px 1px white !important;
    -webkit-box-shadow: 0 0 10px 1px #222, inset 0 0 10px 1px white !important;
    -moz-box-shadow: 0 0 10px 1px #222, inset 0 0 10px 1px white !important;
    -khtml-box-shadow: 0 0 10px 1px #222, inset 0 0 10px 1px white !important;}
div#pun-reputation h1 {display: none;}

/*---Ротатор новостей---*/
.ups {
box-shadow: 0 0 0 1px rgba(224, 221, 218, 0.15), 0 0 3px 5px rgba(0, 0, 0, 0.24);
    padding: 5px 3px;
    display: block;
    width: 300px;
    height: 60px;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    margin-top: -36px !important;
    margin-left: 700px !important;}
.ups p {
    margin: 5px;
    font-size: 13px;
    font-variant: small-caps;
    letter-spacing: 1.5px!important;}
@-moz-document url-prefix() {.ups p {font-size: 0.9em; letter-spacing: 1.1px !important;}}

/*---Ротатор ролей---*/
.roll {
    box-shadow: 0 0 0 1px rgba(224, 221, 218, 0.15), 0 0 3px 5px rgba(0, 0, 0, 0.24);
    padding: 5px 3px;
    display: block;
    width: 682px;
    height: 60px;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    margin-top: -36px !important;
    margin-left: -5px !important;}
.roll table {
    margin: 5px;
    text-align: justify;
    margin-top: -8px;
    color: #212121;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}
.roll table:hover {
    color: #444444;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}

div#КонтентРотатор3 table img.postimg {
    box-shadow: 0 0 0 1px rgba(224, 221, 218, 0.15);
    height: 70px;
    margin-left: -11px;
    float: left;
    filter: grayscale(80%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}
div#КонтентРотатор3:hover table img.postimg {
    filter: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}

@-moz-document url-prefix() {.roll p {font-size: 0.9em; letter-spacing: 1.1px !important;}}


div#forum_f6 span.closedatafield {display: none;}

div#pun.ru.isuser.gid8 div#pun-announcement, div#pun.ru.isuser.gid5 div#pun-announcement {margin-top: 205px;}

