/* ——— M A I N  ———*/

/* TABLE */
#pun-title table {
    display: block;
    background-image: url(http://forumstatic.ru/files/001a/e7/3e/54779.png);
    width: 900px;
    height: 222px;
    background-size: contain!important;
}

/* BACKGROUND */
body {
    /*background-image: url(http://forumstatic.ru/files/001a/db/60/81409.png);*/
    background-size: cover!important;
    background-color: #45405e;
    background-attachment: fixed;
}

/* FOOTER */
div#pun-about {}

#pun-about p.container {
    background-image: url(http://forumstatic.ru/files/001a/e7/3e/73144.png);
    background-repeat: no-repeat;
    border: none;
    margin: 0 0 -60px 0;
    width: 900px;
    height: 100px;
    background-size: contain!important;
}

/* SCROLL */ 
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #18242b;
}

::-webkit-scrollbar-thumb {
    background: #e7eaef;
    border: 3px solid #18242b;
}

/* scroll in table */
.table_quote::-webkit-scrollbar-track, .table_news::-webkit-scrollbar-track, banners::-webkit-scrollbar-track {
    background: #e7eaef!important;
}

.table_quote::-webkit-scrollbar-thumb, .table_news::-webkit-scrollbar-thumb, banners::-webkit-scrollbar-thumb {
    background: #18242b!important;
    border: 2px solid #e7eaef!important;
}

/* SELECTION */
::selection { 
    background: #19252c;
    color: #fff;
}

::-moz-selection { 
    background: #19252c;
    color: #fff;
}


/*——— F O N T S & C O L O U R S——— */
/* MAIN NAVIGATION */
#pun-navlinks a {
    color: #45405e!important;
    text-decoration: none;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { 
    border-bottom: 1px solid #45405e;
}

/* SUPPORT NAVIGATION */
#pun-ulinks a {
    font-weight: normal!important;
}

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active { 
    font-weight: bold;
    border-bottom: 1px solid #45405e;
}

/* BASIC LINKS */
.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: #45405e;
    text-decoration: none;
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    color: #fff;
}

.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: #313131;
    border-bottom: 0px none #000000;
    text-decoration: none;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
    background-color: #000000;
    color: #000000;
}

/* FORUM LINKS */
#pun-index.punbb .tclcon h3 > a {
    /* -webkit-transition: all linear 0.3s; */
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    background: #f3eae6;
    padding: 0 14px;
    color: #45405e;
}

#pun-index.punbb .tclcon h3 > a:active, #pun-index.punbb .tclcon h3 > a:hover {
    color: #f3eae6;
    -webkit-text-stroke: 1px #45405e!important;
}

/*——— C A T E G O R I E S ———*/
#pun-stats h2, #pun-main h2 {
    text-align: center;
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
    color: #05828e;
    text-transform: uppercase;
    word-spacing: 8px;
    font-style: italic;
    background: #c6dde3;
    max-width: 860px;
    margin: 0 0 10px 20px!important;
}

.punbb h2 span {
    display: none;
}

/*——— I C O N S ———*/
.punbb table Div.icon {
    float: right;
    background-size: 300px;
    height: 1px;
    width: 300px;
    position: absolute;
    margin: 0 0 0 554px;
}

tr.inew div.icon {
    background: url(http://forumstatic.ru/files/001a/e7/3e/53542.png) no-repeat;
}

#pun-main div.catleft, #pun-main div.catright {display: none}

#pun-viewforum table Div.icon {
    background: url(http://forumstatic.ru/files/001a/db/60/39845.png) no-repeat;
    float: right;
    background-size: 22px;
    height: 60px;
    position: absolute;
    margin: -9px 0 0 809px;
    width: 22px;
}

#pun-viewforum TR.inew Div.icon {
    background: url(http://forumstatic.ru/files/001a/db/60/76868.png) no-repeat;
    background-size: 22px;
}

#pun-viewforum TR.isticky Div.icon {
    background-image: url(http://forumstatic.ru/files/001a/db/60/38669.png);
    background-size: 22px;
}

#pun-viewforum TR.iclosed Div.icon {
    background-image: url(http://forumstatic.ru/files/001a/db/60/94288.png);
    background-size: 22px;
}

#pun-messages table Div.icon {
    background: url(http://forumstatic.ru/files/001a/db/60/39845.png) no-repeat;
    float: right;
    background-size: 14px;
    height: 60px;
    position: absolute;
    margin: 0px 0 0 302px;
    width: 22px;
}

#pun-messages TR.inew Div.icon {
    background: url(http://forumstatic.ru/files/001a/db/60/76868.png) no-repeat;
    background-size: 14px;
}


#pun-messages div.tclcon {
    padding: 10px!important;
    height: 13px;
}

#pun-searchtopics Div.icon {
    display: none;
}

/*——— M E S S A G E S & T O P I C S ———*/
/* rating of the message */
div.post-rating a {
    font-weight: 800;
    font-style: italic;
    font-family: oswald;
    margin: 0 10px 0 !important;
}

div.post-rating .container {
    padding: 0 5px!important;
    margin-right: -20px!important;
}

/* the author of the topic */
#pun-main .forum .tcl .byuser {
    display: block;
    font-size: 9px;
    text-transform: lowercase;
}

#pun-main .forum .tcl .byuser:before {
    content: " —";
}

/*——— U S E R  P R O F I L E ———*/
/* messages and respect 
.pa-posts, .pa-respect {
    text-align: center;
    display: inline-block;
    font-size: 10px;
    text-transform: lowercase;
    width: 55px;
}*/

/* additional fields */
.pa-fld1 {
}

.pa-author a {
    /* -webkit-transition: all linear 0.3s; */
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-style: italic;
    text-transform: uppercase;
    font-size: 16px;
}

.pa-author a:hover, .pa-author a:active, .pa-author a:focus {
    color: #000!important;
}

/*——— C O N T A I N E R S ———*/
/* pop up reputation */
.inner.post_reputation {
    background: no-repeat top url(http://forumstatic.ru/files/001a/db/60/26309.png) #e7eaef;
    border: 2px solid #c6dde3;
    background-size: contain;
}

#pun-reputation > div.inner.post_reputation > h1 {
    text-align: center;
    padding: 4px 0 0 0;
    text-transform: uppercase!important;
    font-family: oswald;
    font-style: italic;
}

/* bbcodes containers */
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    background: #c6dde3;
    border: 1px solid #18242b;
    padding-top: 5px;
}

#font-area.container {
    height: 200px;
    overflow: auto;
    left: 15px;
    width: 130px;
}

#size-area.container {
    left: 35px;
    width: 50px;
}

.resizable-textarea textarea {
    display: block;
    margin-bottom: 0pt;
    color: #000000;
}

.punbb textarea, .punbb select, .punbb input {
    background-color: #f7f9fa;
    border: none;
}


/*——— U D O N O T N E E D T H E S E ———*/

/* forum name in the table*/
#title-logo-tdl > h1 {
    display: none!important;
}

/* user avatar on main page */
#pun-index .user-avatar {
    display: none!important;
}

.punbb .user-avatar {
    display: none!important;
}

/* tema - otvetov - prosmotrov - poslednee soobschenie */
#pun-index.punbb th {
    font-size: 0!important;
    color: transparent!important;
    height: 0!important;
    padding: 0!important;
    border: 0!important;
}

#pun-viewforum.punbb th {
    background: #e7eaef;
    text-align: center;
    text-transform: lowercase;
}

/* basics */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer  {
    background-color: transparent;
    color: #00000;
 }

.punbb .formal fieldset .post-box {
    padding-right: 1em;
}

#pun-title, #pun-title .container, .punbb .modmenu .container {
    background-color: transparent;
    color: #000000;
}

.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
    background-color: transparent;
    color: #000000;
}

#pun-admain legend {
    background: transparent!important;
    width: auto!important;
}

.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
    background-color:transparent;
    color: #000000;
}

.punbb .container, .punbb .post-body, .post h3, #pun-title {
    border-color: #000000;
}

.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;
}

.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 {
    color: #000000;
    border-color: transparent;  
}

.punbb .quote-box, .punbb .code-box {
    border-color: #000;
}

#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 #000000
}

.punbb .post-sig dt {
    border-top-color: transparent !important;
}

#pun-userlist .main .tcl, #pun-userlist .main .tc2 {
    width: 15%!important;
}

#post-form > h2 > span, #post-form > h2 {
    display: none;
}

#profile > div > fieldset > legend > strong {
    padding-right: 96px!important;
}

#rep_form > table > tbody > tr:nth-child(2) > td.tcl {
    padding-right: 10px;
}

/*———A D D I T I O N A L——— */
/* online list */
#pun-online > div > div > div > table .tcl {
   padding: 0 0 0 20px!important;
}

/* Ôèêñ äëÿ ìåíþ ïðîôèëÿ */
#viewprofile-next { display: flex;
flex-flow: row;
-ms-flex-flow: row;}
#viewprofile-next #profilenav {margin-left: 1.8em; order: 1;}
#viewprofile-next #viewprofile {order: 2;}


/* ýòî èíòåðåñíî */
div#pun-live-rusff {
    margin: auto 0 8px 439px!important;
    text-transform: lowercase!important;
}

.cool1, .cool3 {
    background: #c6dde3!important;
    color: #000!important;
    font-family: raleway!important;
    text-transform: lowercase;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -khtml-box-shadow: none!important;
    text-shadow: none!important;
}

.cool1:hover, .cool3:hover {
    background: #f7f9fa!important;
}

/* space between links and rss */
#pun-main > div.modmenu > p > strong {
    padding-right: 10px;
}

/* bold text in spoiler */
.post-content .spoiler-box > div {
    font-weight: 800;
}

/* PUN-VIEWFORUM STYLISH */
#forum_f1 > div {
    background: #f7f9fa;
    margin: 0 20px;
}

#pun-viewforum .main .tcl, #pun-viewforum .main .tc2, #pun-viewforum .main .tc3, #pun-viewforum .main .tcr {
    border-bottom: 6px solid #e7eaef;
}

#pun-viewforum .main .tc2, #pun-viewforum .main .tc3 {
    width: 60px!important;
}

#pun-viewforum .tcl {
    padding-left: 20px!important;
    margin-left: 0px!important;
    width: 400px!important;
}

#pun-viewforum .tclcon {
    border: none!important;
    margin: 0!important;
    width: 500px;
}

/* TABLE STYLES*/
.basic_info {
    color: #05828e;
    font-family: Oswald;
    text-transform: uppercase;
    font-style: italic;
    width: 860px;
    text-align: center;
    margin: 148px 0 0 0!important;
    font-weight: 600;
    user-select: none;
}

.ams {
    position: absolute;
    font-family: Oswald;
    text-transform: uppercase;
    margin: -33px 0 0 678px!important;
    color: #18242b;
    font-weight: 500;
}

.ams a { color: #18242b!important; }

.table_nav {
    background-color: #c6dde3!important;
    font-family: oswald!important;
    letter-spacing: 6px;
    width: 190px;
    line-height: 10px!important;
    margin: -10px 0 0 0px!important;
    position: absolute;
    height: 16px;
    text-transform: uppercase;
    color: #18242b!important;
    font-size: 10px!important;
}

.table_author {
    font-family: oswald;
    font-style: italic;
    width: 178px;
    text-align: right;
    margin: 3px 0 0 16px!important;
    font-size: 10px;
}

.table_quote {
    width: 176px;
    height: 28px;
    margin: 0 0 0 26px!important;
}

.table_quote, .table_news {
    font-size: 9px;
    line-height: 9px;
    padding: 0 2px 0 0!important;
    overflow-y: auto;
}

.table_players { margin: -28px 0 0 223px!important; }

.table_player { border: 1px solid #18242b!important; }

.table_ep1 { margin: -41px 0 0 357px!important; }
.table_ep2 { margin: 17px 0 0 357px!important; }

.table_ep1, .table_ep2 {
    width: 148px;
    font-family: oswald;
    text-align: center;
    height: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;
}

.table_ep1 a, .table_ep2 a { color: #18242b!important; }
.table_ep1 a:hover, .table_ep2 a:hover { letter-spacing: 1px!important; }


.table_news {
    width: 142px;
    height: 26px;
    margin: -33px 0 0 522px!important;
}

.table_teams {
    text-align: center;
    margin: -34px 0 0 678px!important;
    font-size: 9px;
}

#table_team img { width: 30px; }

#single_band {
    opacity: 0.2;
    transition: 0.5s all;
}

#single_band:hover { opacity: 1; }

/* forum desc */
.for_links {
    background: #c6dde3;
    padding: 3px 0;
    text-align: center;
    margin: 4px 0 0 0!important;
}

/* FOOTER */
.category_banners {
    width: 860px;
    text-align: center;
    background: #c6dde3;
    margin: 0 0 0 20px!important;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #05828e;
    font-style: italic;
}

.banners {
    background: url(http://forumstatic.ru/files/001a/db/60/85450.png);
    width: 900px;
    background-size: contain;
    height: 100px;
}

.banners_content {
    width: 840px;
    padding: 10px 9px 10px 30px;
    height: 59px;
    overflow-y: auto;
}

#single_banner {
    opacity: 0.6;
    transition: 0.5s all;
}

#single_banner:hover {
    opacity: 1;
}