.Add {display: none;} /*это маленькая, но необычайно важная часть мобильного дизайна!*/


/*таблица в постах - толщина*/
#pun-main .topic .container .post-content table tbody tr td {
border-color: #cfcfcf;
border-width: 1px;
border-style: solid;
}


/*всплывающие подписи над пикчами*/
.overlay{
  display:none;
  position: absolute;
}
a:hover .overlay{
	display: block;
width: 220px;
position: absolute;
z-index: 100;
left: 36%;
bottom: -117%;
padding: 5px;
margin: 0 0 0 -85px;
background: rgba(17,17,17,.9);
color: #cfcfcf;
border-style: none;
}



/*ссылки эффекты*/
@-webkit-keyframes wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.wobble-skew {
font-size: 12px;
color: #139097; 
background-color: #cfcfcf;
font-weight: normal;
text-align:center;
margin: 1px;
width: 175px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-skew:hover, .wobble-skew:focus, .wobble-skew:active {
  -webkit-animation-name: wobble-skew;
  animation-name: wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*Ставим фон*/
html {
    background: url(http://forumfiles.ru/files/0019/ac/64/16809.gif) #fff repeat-y center top;
	}

/*Ставим шапку и ноги*/
body {
    background: url(http://lgteam.ru/wp-content/uploads/2018/09/cp.sweb_.ru_.gif) top center no-repeat, url(http://forumfiles.ru/files/0019/ac/64/69257.gif) bottom center no-repeat;
	}

/*Убираем слово объявление из таблицы*/
#pun-announcement h2 {display: none;}
#pun-announcement .container {padding-top: 1em;}


/*профиль*/
.punbb .post .post-author {
  float: center;
  width: 18em;
  margin-top: -2em;
  overflow: hidden;
  font-weight: normal;
  font-size: 12px;
text-align: center;
margin-left: -80px;
background-image : url("");
background-color: #cfcfcf;
background-repeat: repeat;
  border-style: solid;
  border-width: 3px;
  border-color: #550951;
  }

.post-author ul li.pa-gifts /*подарки*/{
display: none;
}

.post-author ul li.pa-title, /*статус*/
.post-author ul li.pa-sex, /*пол*/
.post-author ul li.pa-icq, /*аська*/
.post-author ul li.pa-skype, /*скайп*/
.post-author ul li.pa-online, /*онлайн*/
.post-author ul li.pa-positive, /*позитив*/
.post-author ul li.pa-reg, /*дата регистрации*/
.post-author ul li.pa-awards, /*награды*/
.post-author ul li.pa-ip, /*айпи*/
.post-author ul li.pa-time-visit, /*время визита*/
.post-author ul li.pa-invites, /*количество приглашений*/
.post-author ul li.pa-last-visit /*последний визит*/
{
background: #cfcfcf; /*фон*/
color: #333; /*цвет текста*/
padding: 2px; /*отступ от текста до рамки*/
margin: 2px; /*отступ между полями*/
border: 3px inset #ooo; /*значения рамки*/
text-align: center; /*расположение содержимого*/
}

.post-author ul li.pa-avatar /*аватар*/ {
    border: 2px solid #550951;
    box-shadow: 0 0 15px rgba(85, 9, 81, 1);
margin-bottom: 14px;
margin-top: 14px;
height: 224px;
}

.post-author ul li.pa-author, /* имя пользователя*/
{
background: #cfcfcf; /*фон*/
color: #333; /*цвет текста*/
padding: 2px; /*отступ от текста до рамки*/
margin: 2px; /*отступ между полями*/
border: 3px inset #ooo; /*значения рамки*/
text-align: center; /*расположение содержимого*/
  height: 100px;
  font-weight: bold;
font-family: 'Poiret One', cursive;
  font-size: 30px;
  text-align: center; 
}

.post-author ul li.pa-fld3, /*дополнительное поле, деньги*/
.post-author ul li.pa-fld1, /*дополнительное поле, анкета*/
{
background: #ececec; /*фон*/
color: #333; /*цвет текста*/
padding: 2px; /*отступ от текста до рамки*/
margin: 2px; /*отступ между полями*/
border: 3px inset #ooo; /*значения рамки*/
text-align: center; /*расположение содержимого*/
}


.post-author ul li.pa-posts, /*количество сообщений*/
.post-author ul li.pa-respect /*репутация*/
{
    text-align: center;
    border: none;
    display: inline-block;
    padding: 0 3px !important;
        padding-bottom: 0px;
    width: 70px;
    margin-left: 7px;
    margin-right: 7px;
    padding-bottom: 5px !important;
}

/* CS1 Background and text colours
-------------------------------------------------------------*/

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #333;
text-align: justify;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #333;
  }

.punbb .main .container {
  background-color: #ececec;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent;
  background-position: top;
  height: 100px;
  font-weight: bold;
font-family: 'Poiret One', cursive;
  background-image: url(http://forumfiles.ru/files/0019/ac/64/80736.gif);
  background-repeat: no-repeat;
  font-size: 24px;
  text-align: center; 
  color: #fff;
 line-height: 2.6;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #333;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #550951;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #333;
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #fff;
  color: #333;
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #550951;
  }

.offline li.pa-online strong {
  font-weight: normal;
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  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: #550951;
  }

#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:  0px solid #dedfdf;
  }

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: #139097;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #808080;
  }

/* 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: #fff;
background-color: #139097;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #fff;
  text-decoration: none;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #fff;
  text-decoration: none;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }



/* CS4 Post status icons
-------------------------------------------------------------*/
.container table .hasicon .tclcon {
padding-left: 35px;
}
/*Старые сообщения*/
Div.icon {
background-image : url('http://forumfiles.ru/files/0019/ac/64/31400.gif');
background-repeat: no-repeat;
}
/*Новые сообщения*/
TR.inew Div.icon {
background-image : url('http://forumfiles.ru/files/0019/ac/64/13624.gif');
background-repeat: no-repeat;
}
/*Важные темы*/
TR.isticky Div.icon {
background-image : url('http://forumfiles.ru/files/0019/ac/64/13660.gif');
background-repeat: no-repeat;
}
/*Закрытые темы*/
TR.iclosed Div.icon {
background-image : url('http://forumfiles.ru/files/0019/ac/64/42624.gif');
background-repeat: no-repeat;
}


#pun-main .category .container table thead {display: none;}