/* Регулировка размера шрифта в постах © Alex_63 */
.punbb .FNTslider {
    border-radius: 0px;
    position: relative;
    z-index: 1000;
    background: #1b1f27;
    width: 110px;
    height: 15px;
    margin: 4px 1% 3px 5px;
    border: solid 1px #9a7238;
    float: right;
}
.FNTslider .before {
    height: 13px;
    border: solid 1px #004e60;
    border-right: none 0;
    border-radius: 0;
    position: absolute;
    background: #00809b;
    margin-top: 0px;
}
.FNTslider .thumb {
    width: 4px;
    height: 23px;
    border-radius: 0px;
    position: relative;
    top: -4px;
    background: #9a7238;
    cursor: pointer;
}

/* CS1 Background and text colours
-------------------------------------------------------------*/

/* CS0.9 */
#lol_anntable .lol_linkst {
    position: relative;
    width: 264px;
    float: right;
    min-height: 150px;
    border: 3px solid transparent;
    -webkit-border-image: url(https://i.imgur.com/wwtASFr.png) 3 round;
    -o-border-image: url(https://i.imgur.com/wwtASFr.png) 3 round;
    border-image: url(https://i.imgur.com/wwtASFr.png) 3 round;
}

#lol_anntable .lol_linkst span.lolt_cont {
    background: rgba(4, 4, 16, 0.2);
    width: 262px;
    display: block;
    height: 152px;
    overflow-y: auto;
    position: absolute;
    margin-top: -2px;
    padding: 1px;
}

.lol_linkst #tclconlinks a {
    display: block;
    width: 80%;
    margin: 0 auto 1px auto;
    line-height: 14px;
}

#lol_anntable .lol_newst {
    width: 694px;
    float: left;
    min-height: 150px;
    border: 3px solid transparent;
    -webkit-border-image: url(https://i.imgur.com/wwtASFr.png) 3 round;
    -o-border-image: url(https://i.imgur.com/wwtASFr.png) 3 round;
    border-image: url(https://i.imgur.com/wwtASFr.png) 3 round;
    position: relative;
}

#lol_anntable .lol_newst span.lolt_cont {
    background: rgba(4, 4, 16, 0.2);
    width: 690px;
    display: block;
    height: 150px;
    overflow-y: auto;
    position: absolute;
    margin-top: -2px;
    padding: 2px;
}

span.lolnewgeneral {
    display: block;
    height: 64px;
    position: relative;
    transition: 3s linear;
    -webkit-transition: 3s linear;
    overflow: hidden;
    border: 1px solid #7b5018;
}

span.lolnewgeneral:hover span.lolnewtext {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

span.lolnewgeneral span.lolnewtext {
    display: block;
    background: rgba(29, 24, 21, 0.8);
    position: absolute;
    bottom: 0;
    width: 686px;
    padding: 2px;
    overflow: hidden;
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    transition: .5s ease;
    border-top: 1px solid #7b5018;
    height: 64px;
}

span.lolnewgeneral span.lolnewh1 {
    font-weight: bold;
    font-size: 18px;
    text-shadow: -1px -1px 0px #000;
}

div#rito_shop {
    width: 146px;
    height: 119px;
    background: url(https://i.imgur.com/iL4YjNX.png) top left no-repeat;
    position: absolute;
    margin-top: 303px;
    margin-left: 838px;
    z-index: 1;
}

div#rito_shop:hover {
    background: url(https://i.imgur.com/iL4YjNX.png) 0px -120px no-repeat;
}

div#rito_shop a {
    display: block;
    width: 100%;
    height: 100%;
}

/* CS1.0 */
html, body {
    background: url(https://i.imgur.com/aReMHnh.png) bottom center no-repeat, url(https://i.imgur.com/mQGmAJ9.png) center 3em no-repeat #00020b;
}

.THeader {
    background: #1e2328 !important;
    color: #d29c50 !important;
}

/* E1.1 - ширина прокрутки */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}

table.summonerInfo td:nth-child(2)::-webkit-scrollbar {
    width: 3px;
}

#viewprofile table.summonerInfo td:nth-child(2) {
    overflow-y: scroll;
    text-align: left;
    margin-left: 2px;
}

#viewprofile li.pa-fld1 table {
    border-spacing: 0;
}

::-webkit-scrollbar-corner  {
    background: rgb(29, 24, 21);
}

/* E1.2 - прокрутка на общей странице, по которой ездит ползунок */
::-webkit-scrollbar-track {
    background: rgb(29, 24, 21);
    border: rgb(79, 58, 28) solid 1px;
}
/* E1.3 */
::-webkit-scrollbar-thumb{
    background: rgb(156, 116, 59);
    
}
/* E1.4 - ползунок после нажатия на него мышкой */
::-webkit-scrollbar-thumb:active {
background: #2d99bc;
}

::selection {
    background: #7b5018;
    color: #f7f3eb;
}
::-moz-selection {
    background: #7b5018;
    color: #f7f3eb;
}

/* Отображение ссылок в подфорумах */
#tclconlinks {
   display: block;
   text-align: center;
   margin-bottom: -10px;
}
#tclconlinks a {
    display: inline-block;
    background: #1d1815;
    padding: 1px 4px;
    margin: 4px 0px 2px 0px;
    border: 1px solid rgba(112, 81, 34, 0.6);
    color: #b19670;
}
#tclconlinks a:hover {
    background: #131211;
    border: 1px solid rgba(34, 70, 112, 0.6);
    color: #2d99bc;
}

table.summonerInfo {
    padding: 0 !important;
    margin: 0px -12px -34px -12px;
    border: 0 !important;
    width: 220px !important;
    height: 50px !important;
    overflow: hidden;
}

table.summonerInfo tr {
    padding: 0 !important;
    margin: 0 !important;
}

table.summonerInfo td {
    border: 0;
    padding: 3px 0 0 3px !important;
    margin-left: 2px;
    margin-right: -2px;
    margin-top: -2px;
    height: 47px;
    width: 164px;
    vertical-align: top;
    font-size: 10px;
    line-height: 9px;
    box-shadow: inset 0px 0px 10px #000, inset 0px 0px 10px #000;
    display: inline-block;
    float: left;
}

table.summonerInfo td:nth-child(2) {
    max-height: 150px;
    display: inline-block;
    overflow-x: scroll;
}

table.summonerInfo td a {
    color: #aba38d;
    text-decoration: none;
}

table.summonerInfo td a:hover {
    color: #0095a0;
}

table.summonerInfo td.summonerIcon {
    width: 50px;
    height: 50px;
    padding: 0 !important;
    margin: -2px -2px;
    display: inline-block;
    border-right: 2px solid #7b5b28 !important;
    background-size: cover !important;
}

table.summonerInfo td.summonerIcon img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#viewprofile table.summonerInfo td.summonerIcon {
    margin: 0px -2px 0;
}

.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right: 2.5%; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:1; /*прозрачность*/
-moz-opacity: 1.0;
margin-bottom:40px; /*отступ снизу (можно не указывать)*/
width:13px; /*ширина кнопки*/
height:30px; /*высота кнопки*/
}
.go-up {
bottom:130px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:80px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:0.6;
-moz-opacity: 0.6;
}

/* 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: #d7c7ac;
    text-shadow: 1px 1px 0px #714402;
  }

/* CS1.2 */
.punbb-admin #pun-admain .adcontainer {
    background-color: transparent;
    color: #d7c7ac;
  }

#pun-admain fieldset {
  border-color: rgba(215, 199, 172, 0.5) !important;
  }

#pun-admain fieldset p {
    border-color: #1b1f27 !important;
    background-color: #1b1f27 !important;
}

.adformal {
    border-style: none none solid none;
    border-width: 0 0 2px 0;
    border-color: rgba(156, 116, 59, 0.5) !important;
}

.adcontainer {
    border-color: transparent !important;
}


/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    background-color: transparent;
    color: #d7c7ac;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #714402;
    text-align: center;
    font-size: 20px;
    padding: 0.3em !important;
    font-weight: bold;
  }

/* CS1.4 */
#pun-title, #pun-title .container{
  background: url(https://i.imgur.com/wgbtQJD.png) top center no-repeat;
  color: #333;
}

.punbb .modmenu .container {
  background: transparent;
  color: #a09880;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
    background-color: transparent;
    color: #9a7338;
  }

/* CS1.6 */
.punbb th, #viewprofile li, #setmods dl  {
    /* background-color: rgba(215, 199, 172, 0.5); */
    color: #9c743b;
    text-align: center !important;
  }

div.category {
    color: #aba38d;
}

.punbb .post h3 span {
    background: url(https://i.imgur.com/ZSqeCzm.png) center 5px no-repeat;
    color: #aba38d;
}

.punbb .post h3 span a {
    color: #aba38d;
    text-decoration: none;
}

.punbb .post h3 span a:hover {
    color:  #f0e7d4;
}

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
    border-color: #9a7338;
    background: #1b1f27;
    color: #aba38d;
}

/* CS1.8 */
#pun-navlinks .container {
    background-color: #1b1f27;
    border: 0 transparent;
    border-bottom: 2px solid #9c733a;
}

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #ccc #ccc #aaa #ccc
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #f5f5f5
  }

/* 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 */
#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: rgba(115, 80, 25, 0.5);
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: rgba(115, 80, 25, 0.5);
  }

.category .container table:nth-child(1) {
    /*border: 1px solid rgba(115, 80, 25, 0.5);*/
    border: 10px solid transparent;
    -webkit-border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
    -o-border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
    border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
}

#pun-main div.forum table {
    border: 10px solid transparent;
    -webkit-border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
    -o-border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
    border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
}

#pun-online #pun-main div.section div.container table {
    border: 10px solid transparent;
    -webkit-border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
    -o-border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
    border-image: url(https://i.imgur.com/2qFzlfh.png) 15 round;
}

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: #f7f3eb;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #333
  }

/* 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: #d7c7ac;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #c9aa71;
  text-decoration: none;
    border-bottom: 2px solid transparent;
    color: #c9aa71;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 .85em;
    overflow: hidden;
    padding-top: 2px;
    text-transform: uppercase;
    transition: color 1s cubic-bezier(.06,.81,0,.98);
    margin-bottom: -5px;
}

#pun-navlinks li a.banners-friends {
    color: #f1e6d0;
}

#pun-navlinks li a.banners-friends:hover {
    color: #c9aa71;
}

#pun .container .active-menu a,
#pun-index #navindex a,
#pun-userlist #navuserlist a,
#pun-search #navsearch a,
#pun-searchtopics #navsearch a,
#pun-searchposts #navsearch a,
#pun-mod #navawards a,
#pun-profile #navprofile a,
#pun-login #navlogin a,
#pun-messages #navpm a,
#pun-pages #navextra1 a,
.punbb-admin #navadmin a {
    border-bottom: 2px solid transparent;
    border-color: #c79a3c;
    color: #fff;
}

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #f1e6d0;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {
    background: url(https://i.imgur.com/oF0VfXC.png) right center no-repeat;
opacity: 0.5;
-moz-opacity: 0.5;
}

TR.inew Div.icon {
    background: url(https://i.imgur.com/Qecc0pm.png) right center no-repeat;
opacity: 1;
-moz-opacity: 1;
  }

TR.isticky Div.icon {
    background: url(https://i.imgur.com/2RbJp61.png) right center no-repeat;
opacity: 1;
-moz-opacity: 1;
  }

TR.iclosed Div.icon {
    background: url(https://i.imgur.com/RR3kQt7.png) right center no-repeat;
opacity: 0.5;
-moz-opacity: 0.5;
  }

#pun-main div.catleft, #pun-main div.catright {display: none}

p.lastedit {
    display: none;
}

.icon[data-new-topics]:before,
.subforums span[data-new-topics]:before {
  content:attr(data-new-topics);
    display: inline-block;
    position: absolute;
    height: 10px;
    line-height: 10px;
    padding: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;
    background: #efac33;
    color: #000;
    border-radius: 3px;
    margin: 52px 0px 0px 0px;
    min-width: 10px;
}
.subforums span[data-new-topics]:before {
  margin-left:-16px;margin-top:0;
  font-size:.7em;padding:1px;
}

/*--------------------------------------------------- CS7 ОБНОВЛЁННЫЙ СПИСОК РОЛЕЙ ОТ FUMUSE
 --------------------------------------------------------------------------------------------------------*/

.champion-item {
    height: 76px;
    width: 76px;
    margin-bottom: 1%;
    margin-right: 1%;
    opacity: 1;
    position: relative;
    display: inline-block;
    margin: 0 1px 0 0 !important;
}
.champion-item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-property: transform,z-index,border;
    transition-timing-function: ease, linear, ease;
    transition-duration: .4s,.4s,.4s;
    border: 1px solid #3d3d3e;
    z-index: 1;
    overflow: hidden;
}
.champion-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: local;
    background-color: #0a0a0c;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .4s ease;
    width: 100%;
    -webkit-filter: sepia(60%) grayscale(40%);
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id…atrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray);
    filter: sepia(60%) grayscale(40%);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.champion-image:hover {
    -moz-opacity: 1;
    opacity: 1;
}
.champion-item-content.active {
    border: 1px solid #927345;
}
.champion-item-content.active .champion-image {
    -webkit-filter: grayscale(0%);
    filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='1' /></filter></svg>#gray");
    filter:grayscale(0%);
    -moz-opacity: 1;
    opacity: 1;
}
.champion-item-content.bron.champion-image {
    -moz-opacity: 1;
    opacity: 1;
}
.punbb .main .champion-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10,10,12,.7);
    border-top: 1px solid #3d3d3e;
    padding: 0.3em 0;
    text-align: center;
    transition: .4s;
    text-shadow: -1px -1px 0px #000;
    -ms-transform: translateY(17px);
    transform: translateY(17px);
    z-index: 2;
}
.punbb .main .active .champion-text {
    border-top: 1px solid #927345;
}
.punbb .main .champion-item-content:hover .champion-text {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.punbb .main .champion-text h1, 
.punbb .main .champion-text h4 {
    background: transparent;
    border: 0 transparent;
    text-transform: uppercase;
    padding: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.punbb .main .champion-text h1 {
    color: #937341;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
}
.punbb .main .champion-text h4 {
    font-size: 10px;
    font-weight: normal;
    color: #c4b998;
}

.active .champion-active {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 0;
    position: absolute;
    border: 2px solid #69bb27;
    z-index: 1;
}

.bron .champion-active {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 0;
    position: absolute;
    border: 2px solid #9e2626;
    z-index: 1;
    border-radius: 0;
}

.punbb [name="form[fld3]"] {
    display: block;
    margin-bottom: 1em;
}

/*--------------------------------------------------- CS8 ИКОНКИ ПРИЗЫВАТЕЛЕЙ
 --------------------------------------------------------------------------------------------------------*/
/*=============================================================*/

.miniAvatar {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #262626;
    background-size: cover !important;
}

.userMiniAvatar:checked + .miniAvatar {
    border: 1px solid #f1e6d0;
    box-shadow: inset 0px 0px 3px 2px #f1e6d0;
}

.userMiniAvatar,
.userPreviewBorders {
    display: none;
}

.admin-beauty-edit label {
    width: 30%;
    display: inline-block;
    margin: 3px 0;
}

.beauty-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #f0e5cf;
    vertical-align: top;
    border-radius: 50%;
    border: 1px solid #9c733a;
    transition: .5s;
}

.beauty-button:hover {
    cursor: pointer;
    opacity: .7;
}

.delete-beauty:after {
    content: '-';
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: bolder;
    vertical-align: top;
    font-size: 36px;
    line-height: 9px;
    color: #9c733a;
}

.add-beauty:after {
    content: '+';
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: bolder;
    vertical-align: top;
    font-size: 23px;
    line-height: 13px;
    color: #9c733a;
}


#profile [name="form[fld3]"],
#profile [name="form[fld4]"],
.pa-fld4 {
    display: none;
}

.def1 {
    background: url(https://i.imgur.com/cb8KuyN.png);
}
.def2 {
    background: url(https://i.imgur.com/4n7kSLY.png);
}
.def3 {
    background: url(https://i.imgur.com/vQzyWYb.png);
}
.def4 {
    background: url(https://i.imgur.com/m8QMCVi.png);
}
.def5 {
    background: url(https://i.imgur.com/layX2Wx.png);
}
.def6 {
    background: url(https://i.imgur.com/wWFvWMo.png);
}
.def7 {
    background: url(https://i.imgur.com/xtuywIr.png);
}
.def8 {
    background: url(https://i.imgur.com/Gl3HmzI.png);
}
.def9 {
    background: url(https://i.imgur.com/aenOe2L.png);
}
.def10 {
    background: url(https://i.imgur.com/BZb17AN.png);
}
.def11 {
    background: url(https://i.imgur.com/j4RQ09Q.png);
}
.def12 {
    background: url(https://i.imgur.com/bT6RkmG.png);
}
.def13 {
    background: url(https://i.imgur.com/2Tg6kxp.png);
}
.def14 {
    background: url(https://i.imgur.com/IBk4ZTi.png);
}
.def15 {
    background: url(https://i.imgur.com/FAX9g9U.png);
}
.def16 {
    background: url(https://i.imgur.com/FPJvdRe.png);
}
.def17 {
    background: url(https://i.imgur.com/4YxrbUj.png);
}
.def18 {
    background: url(https://i.imgur.com/iGzLtFt.png);
}
.def19 {
    background: url(https://i.imgur.com/jZhDjrk.png);
}
.def20 {
    background: url(https://i.imgur.com/iJdQDTc.png);
}
.def21 {
    background: url(https://i.imgur.com/RjcazeG.png);
}
.def22 {
    background: url(https://i.imgur.com/mvP5Ake.png);
}
.def23 {
    background: url(https://i.imgur.com/tx2BMtH.png);
}
.def24 {
    background: url(https://i.imgur.com/CUznkX2.png);
}
.def25 {
    background: url(https://i.imgur.com/Ee8KXAE.png);
}
.def26 {
    background: url(https://i.imgur.com/jj0SApt.png);
}
.def27 {
    background: url(https://i.imgur.com/sik9HQx.png);
}
.def28 {
    background: url(https://i.imgur.com/PAZ4ThD.png);
}
.def29 {
    background: url(https://i.imgur.com/hYwD5wL.png);
}

.goldsnowdaybard2018 {
    background: url(https://i.imgur.com/wFfz1bl.png);
}
.goldsnowdaygraves2018 {
    background: url(https://i.imgur.com/E2TKuaR.png);
}
.goldsnowdaymalzahar2018 {
    background: url(https://i.imgur.com/xkd0iYF.png);
}
.goldsnowdaysivir2018 {
    background: url(https://i.imgur.com/BF6ISGf.png);
}
.snowmanmasterii {
    background: url(https://i.imgur.com/lmAokVH.png);
}
.snowflakes {
    background: url(https://i.imgur.com/YHvYGrq.png);
}
.fastloading {
    background: url(https://i.imgur.com/c46ivNp.png);
}
.galactic {
    background: url(https://i.imgur.com/1IzCTLz.png);
}

/* превью рамочек */

.previewBorders {
    margin-top: 1em !important;
    margin-right: .5em !important;
    width: 220px;
    height: 300px;
    display: inline-block;
    vertical-align: middle;
}

.userPreviewBorders:checked + .previewBorders {
    border: 1px solid #f1e6d0;
    box-shadow: inset 0px 0px 3px 2px #f1e6d0;
}

/*--------------------------------------------------- CS9 ИНОЕ ОФОРМЛЕНИЕ ПРОФИЛЯ
 --------------------------------------------------------------------------------------------------------*/

div#sevenrank {
  width: 42px;
  height: 61px;
  background: url(http://storage7.static.itmages.ru/i/16/1204/h_1480868438_4725057_6c064069a6.png) top center no-repeat;
  position: absolute;
  margin-top: -4px;
  margin-left: -7px;
  z-index: 1;
}

div#sixrank {
  width: 41px;
  height: 53px;
  background: url(http://storage6.static.itmages.ru/i/16/1204/h_1480868438_1234764_c1e92b163e.png) top center no-repeat;
  position: absolute;
  margin-top: -4px;
  margin-left: -7px;
  z-index: 1;
}

div#fiverank {
  width: 42px;
  height: 51px;
  background: url(http://storage6.static.itmages.ru/i/16/1204/h_1480868438_6028306_7f0dae0ffe.png) top center no-repeat;
  position: absolute;
  margin-top: -4px;
  margin-left: -7px;
  z-index: 1;
}

div#fourrank {
  width: 34px;
  height: 46px;
  background: url(http://storage5.static.itmages.ru/i/16/1204/h_1480868438_4606262_3f4718ead6.png) top center no-repeat;
  position: absolute;
  margin-top: -4px;
  margin-left: -3px;
  z-index: 1;
}

div#ribbon_peaceful {
    width: 50px;
    height: 52px;
    position: absolute;
    background: url(http://storage4.static.itmages.ru/i/16/1212/h_1481554440_9015308_f6f7de51f1.png) top center no-repeat;
    margin-left: 181px;
    margin-top: -11px;
    z-index: 1;
}

div#ribbon_honorable_opponent {
    width: 50px;
    height: 52px;
    position: absolute;
    background: url(http://storage3.static.itmages.ru/i/16/1212/h_1481554440_9457335_703b8d1b0d.png) top center no-repeat;
    margin-left: 181px;
    margin-top: -11px;
    z-index: 1;
}

div#ribbon_useful {
    width: 50px;
    height: 52px;
    position: absolute;
    background: url(http://storage5.static.itmages.ru/i/16/1212/h_1481554440_1090512_03e3e337a8.png) top center no-repeat;
    margin-left: 181px;
    margin-top: -11px;
    z-index: 1;
}

div#ribbon_teamwork {
    width: 50px;
    height: 52px;
    position: absolute;
    background: url(http://storage4.static.itmages.ru/i/16/1212/h_1481554440_3461729_017d98e90f.png) top center no-repeat;
    margin-left: 181px;
    margin-top: -11px;
    z-index: 1;
}

/* ------------------------------------- */

div#copper_b {
    position: relative;
    padding-top: 12px;
    padding-left: 13px;
    padding-right: 14px;
    padding-bottom: 5px;
    border: 0 !important;
    background: url(http://storage8.static.itmages.ru/i/17/0515/h_1494889975_6177261_6660329493.png) bottom center no-repeat, url(http://storage3.static.itmages.ru/i/17/0515/h_1494889424_8452850_462594b981.png) top center no-repeat;
    margin-right: -9px;
    margin-left: -8px;
}
#pun-post div#copper_b {
    padding-bottom: 8px !important;
    background: url(http://storage8.static.itmages.ru/i/16/1207/h_1481130178_5853283_07e800a378.png) 2px 100% no-repeat, url(http://storage3.static.itmages.ru/i/16/1203/h_1480786492_8349595_51124455e3.png) top center no-repeat !important;
}
#pun-post div#winter_r .pa-author {
    border: 0 !important;
}
div#copper_b .pa-author, div#copper_b .pa-title {
    border-bottom: 2px solid #704114 !important;
    border-image: url(http://storage2.static.itmages.ru/i/17/0515/h_1494890136_1043382_4e391ae216.png) 2 !important;
}
div#copper_b .summonerIcon {
    border-right: 2px solid #704114 !important;
    border-image: url(http://storage3.static.itmages.ru/i/17/0515/h_1494890687_6670887_5d0ca9be61.png) 2 !important;
}
div#bt_copper {
    width: 222px;
    height: 16px;
    background: url(http://storage4.static.itmages.ru/i/17/0515/h_1494890865_1291696_b3e400c19b.png) top center no-repeat;
    position: absolute;
    margin-top: 1px;
    margin-left: 0px;
    z-index: 1;
}
/* ------------------------------------- */

div.pool-party-border {
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 14px;
    padding-bottom: 5px;
    border: 0 !important;
    background: url(https://i.imgur.com/7vFEKo0.png) bottom center no-repeat, url(https://i.imgur.com/PCB43gV.png) top center no-repeat !important;
    margin-right: -9px;
    margin-left: -8px;
}
#pun-post div.pool-party-border {
    padding-bottom: 8px !important;
    background: url(http://storage8.static.itmages.ru/i/16/1207/h_1481130178_5853283_07e800a378.png) 2px 100% no-repeat, url(http://storage3.static.itmages.ru/i/16/1203/h_1480786492_8349595_51124455e3.png) top center no-repeat !important;
}
#pun-post div#winter_r .pa-author {
    border: 0 !important;
}
div.pool-party-border .pa-author, 
div.pool-party-border .pa-title {
    border-bottom: 2px solid #00a5ae !important;
    border-image: url(https://i.imgur.com/DcHZh4j.png) 2 !important;
}
div.pool-party-border td.summonerIcon {
    border-right: 2px solid #307a8b !important;
}
.pool-party-border:before {
    width: 220px;
    height: 186px;
    background: url(https://i.imgur.com/o2RG2K7.png) top center no-repeat;
    position: absolute;
    margin-top: -1px;
    margin-left: 0px;
    z-index: 1;
    content: '';
}
.pool-party-border li.pa-posts, 
.pool-party-border li.pa-respect, 
.pool-party-border li.pa-awards, 
.pool-party-border li.pa-fld2 {
    border: 1px solid #00728a;
}
.pool-party-border table.summonerInfo a {
    color: #c2e0e3 !important;
}
.pool-party-border table.summonerInfo, 
.pool-party-border .pa-title {
    color: #aac8cb !important;
}

/* winter-wonder */
div.winter-wonder-border {
    padding-top: 8px;
    padding-left: 11px;
    padding-bottom: 5px;
    border: 0 !important;
    background: url(https://i.imgur.com/GEwmMRy.png) bottom center no-repeat, url(https://i.imgur.com/NSErXZ7.png) top center no-repeat !important;
    margin-left: -4px;
    box-sizing: border-box;
    width: 242px !important;
}
div.winter-wonder-border .pa-author, 
div.winter-wonder-border .pa-title {
    border-bottom: 2px solid #004396 !important;
    border-image: url(https://i.imgur.com/9gNqs7v.png) 2 !important;
}
div.winter-wonder-border td.summonerIcon {
    border-right: 2px solid #004396 !important;
}
.winter-wonder-border:before {
    width: 219px;
    height: 186px;
    background: url(https://i.imgur.com/SxgW8lR.png) top center no-repeat;
    position: absolute;
    margin-top: -1px;
    margin-left: 0px;
    z-index: 1;
    content: '';
}
.winter-wonder-border li.pa-posts, 
.winter-wonder-border li.pa-respect, 
.winter-wonder-border li.pa-awards, 
.winter-wonder-border li.pa-fld2 {
    border: 1px solid #004396;
}
.winter-wonder-border table.summonerInfo a {
    color: #e4bf7b !important;
}
.winter-wonder-border table.summonerInfo, 
.winter-wonder-border .pa-title {
    color: #d0d7da !important;
}

.winter-wonder-border .pa-avatar {
    width: 219px;
    display: block;
    overflow: hidden;
}

/* ny-jinx-border */
div.ny-jinx-border {
    padding-top: 8px;
    padding-left: 11px;
    padding-bottom: 5px;
    border: 0 !important;
    background: url(https://i.imgur.com/7zIIK8P.png) bottom center no-repeat, url(https://i.imgur.com/RIonQNJ.png) top center no-repeat !important;
    margin-left: -4px;
    box-sizing: border-box;
    width: 242px !important;
}
div.ny-jinx-border .pa-author, 
div.ny-jinx-border .pa-title {
    border-bottom: 2px solid #004396 !important;
    border-image: url(https://i.imgur.com/AFxI9qp.png) 2 !important;
}
div.ny-jinx-border td.summonerIcon {
    border-right: 2px solid #971f56 !important;
}
.ny-jinx-border:before {
    width: 219px;
    height: 186px;
    background: url(https://i.imgur.com/oWpHn9j.png) top center no-repeat;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
    content: '';
}
.ny-jinx-border li.pa-posts, 
.ny-jinx-border li.pa-respect, 
.ny-jinx-border li.pa-awards, 
.ny-jinx-border li.pa-fld2 {
    border: 1px solid #971f56;
    background-color: #59011a;
}
.ny-jinx-border table.summonerInfo a {
    color: #de175d !important;
}
.ny-jinx-border table.summonerInfo, 
.ny-jinx-border .pa-title {
    color: #e2e2ee !important;
    text-shadow: 1px 1px 0px #000;
}

.ny-jinx-border .pa-avatar {
    width: 219px;
    display: block;
    overflow: hidden;
}

.ny-jinx-border table.summonerInfo {
    margin-left: -13px;
}

/*--------------------------------------------------- CS10 ПЕРСОНАЖИ
 --------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
/*=============================================================*/
/*==============================================================*/
.azir {
    background: url(https://i.imgur.com/Fxdx4KM.jpg) top center no-repeat;
    background-size: cover;
}
.akali {
    background: url(https://i.imgur.com/evhvzFQ.jpg) top center no-repeat;
    background-size: cover;
}
.alistar {
    background: url(https://i.imgur.com/mnXm0lf.jpg) top center no-repeat;
    background-size: cover;
}
.amumu {
    background: url(https://i.imgur.com/xirhw34.jpg) top center no-repeat;
    background-size: cover;
}
.anivia {
    background: url(https://i.imgur.com/eQQGXtT.jpg) top center no-repeat;
    background-size: cover;
}
.ahri {
    background: url(https://i.imgur.com/29ld1ta.jpg) top center no-repeat;
    background-size: cover;
}
.aatrox {
    background: url(https://i.imgur.com/OKZEujL.jpg) top center no-repeat;
    background-size: cover;
}
.aurelionsol {
    background: url(https://i.imgur.com/7s9vTgR.jpg) top center no-repeat;
    background-size: cover;
}
.bard {
    background: url(https://i.imgur.com/8TXMZkn.jpg) top center no-repeat;
    background-size: cover;
}
.blitzcrank {
    background: url(https://i.imgur.com/TDHEbEu.jpg) top center no-repeat;
    background-size: cover;
}
.braum {
    background: url(https://i.imgur.com/9WNybbg.jpg) top center no-repeat;
    background-size: cover;
}
.brand {
    background: url(https://i.imgur.com/3hIr4xc.jpg) top center no-repeat;
    background-size: cover;
}
.vi {
    background: url(https://i.imgur.com/xeWqiIj.jpg) top center no-repeat;
    background-size: cover;
}
.warwick {
    background: url(https://i.imgur.com/G1IwuHK.jpg) top center no-repeat;
    background-size: cover;
}
.varus {
    background: url(https://i.imgur.com/8NIL6CG.jpg) top center no-repeat;
    background-size: cover;
}
.veigar {
    background: url(https://i.imgur.com/nhrUSyC.jpg) top center no-repeat;
    background-size: cover;
}
.vayne {
    background: url(https://i.imgur.com/ugIcbbi.jpg) top center no-repeat;
    background-size: cover;
}
.velkoz {
    background: url(https://i.imgur.com/lYiXRta.jpg) top center no-repeat;
    background-size: cover;
}
.viktor {
    background: url(https://i.imgur.com/URz2iDk.jpg) top center no-repeat;
    background-size: cover;
}
.vladimir {
    background: url(https://i.imgur.com/QiUQ7SM.jpg) top center no-repeat;
    background-size: cover;
}
.volibear {
    background: url(https://i.imgur.com/MTA0jor.jpg) top center no-repeat;
    background-size: cover;
}
.monkeyking {
    background: url(https://i.imgur.com/bjkJ5TG.jpg) top center no-repeat;
    background-size: cover;
}
.galio {
    background: url(https://i.imgur.com/5rYdULE.jpg) top center no-repeat;
    background-size: cover;
}
.gangplank {
    background: url(https://i.imgur.com/ttHHAht.jpg) top center no-repeat;
    background-size: cover;
}
.garen {
    background: url(https://i.imgur.com/miTwEWi.jpg) top center no-repeat;
    background-size: cover;
}
.hecarim {
    background: url(https://i.imgur.com/lmD0jp6.jpg) top center no-repeat;
    background-size: cover;
}
.gnar {
    background: url(https://i.imgur.com/QxyezMr.jpg) top center no-repeat;
    background-size: cover;
}
.gragas {
    background: url(https://i.imgur.com/bD8TgD2.jpg) top center no-repeat;
    background-size: cover;
}
.graves {
    background: url(https://i.imgur.com/9ossiL4.jpg) top center no-repeat;
    background-size: cover;
}
.darius {
    background: url(https://i.imgur.com/R3Lbae7.jpg) top center no-repeat;
    background-size: cover;
}
.jax {
	background: url(https://i.imgur.com/4rTxiQh.jpg) top center no-repeat;
	background-size: cover;
}
.jarvaniv {
	background: url(https://i.imgur.com/blYkjq9.jpg) top center no-repeat;
	background-size: cover;
}
.jayce {
	background: url(https://i.imgur.com/cJSl8wq.jpg) top center no-repeat;
	background-size: cover;
}
.jhin {
	background: url(https://i.imgur.com/rQObIzH.jpg) top center no-repeat;
	background-size: cover;
}
.jinx {
	background: url(https://i.imgur.com/FCg31Ek.jpg) top center no-repeat;
	background-size: cover;
}
.diana {
	background: url(https://i.imgur.com/eGy6GKb.jpg) top center no-repeat;
	background-size: cover;
}
.drmundo {
	background: url(https://i.imgur.com/O6n1t7u.jpg) top center no-repeat;
	background-size: cover;
}
.draven {
	background: url(https://i.imgur.com/ZpjSsUO.jpg) top center no-repeat;
	background-size: cover;
}
.janna {
	background: url(https://i.imgur.com/lwXhPc5.jpg) top center no-repeat;
	background-size: cover;
}
.zyra {
	background: url(https://i.imgur.com/8NV7Hgm.jpg) top center no-repeat;
	background-size: cover;
}
.zac {
	background: url(https://i.imgur.com/K9gb5tY.jpg) top center no-repeat;
	background-size: cover;
}
.zed {
	background: url(https://i.imgur.com/IRPOWGn.jpg) top center no-repeat;
	background-size: cover;
}
.xerath {
	background: url(https://i.imgur.com/nEfEvA5.jpg) top center no-repeat;
	background-size: cover;
}
.ziggs {
	background: url(https://i.imgur.com/TQaaOIx.jpg) top center no-repeat;
	background-size: cover;
}
.zilean {
	background: url(https://i.imgur.com/hqzHAeV.jpg) top center no-repeat;
	background-size: cover;
}
.zoe {
	background: url(https://i.imgur.com/otByjFP.jpg) top center no-repeat;
	background-size: cover;
}
.ivern {
	background: url(https://i.imgur.com/wY9nXbp.jpg) top center no-repeat;
	background-size: cover;
}
.illaoi {
	background: url(https://i.imgur.com/ODfp3uz.jpg) top center no-repeat;
	background-size: cover;
}
.irelia {
	background: url(https://i.imgur.com/O6Fo0Rk.jpg) top center no-repeat;
	background-size: cover;
}
.yorick {
	background: url(https://i.imgur.com/cvkiuh4.jpg) top center no-repeat;
	background-size: cover;
}
.khazix {
	background: url(https://i.imgur.com/LCrqp5F.jpg) top center no-repeat;
	background-size: cover;
}
.kayn {
	background: url(https://i.imgur.com/1i4OnpS.jpg) top center no-repeat;
	background-size: cover;
}
.kaisa {
	background: url(https://i.imgur.com/1btsIea.jpg) top center no-repeat;
	background-size: cover;
}
.kalista {
	background: url(https://i.imgur.com/P7RTETN.jpg) top center no-repeat;
	background-size: cover;
}
.camille {
	background: url(https://i.imgur.com/rgZ0Luh.jpg) top center no-repeat;
	background-size: cover;
}
.karma {
	background: url(https://i.imgur.com/f56c3wd.jpg) top center no-repeat;
	background-size: cover;
}
.karthus {
	background: url(https://i.imgur.com/LYPxQyE.jpg) top center no-repeat;
	background-size: cover;
}
.kassadin {
	background: url(https://i.imgur.com/0Ne55lD.jpg) top center no-repeat;
	background-size: cover;
}
.cassiopeia {
	background: url(https://i.imgur.com/w9326dp.jpg) top center no-repeat;
	background-size: cover;
}
.katarina {
	background: url(https://i.imgur.com/EAcpdXv.jpg) top center no-repeat;
	background-size: cover;
}
.quinn {
	background: url(https://i.imgur.com/tGFNZri.jpg) top center no-repeat;
	background-size: cover;
}
.kayle {
	background: url(https://i.imgur.com/n2k56Ye.jpg) top center no-repeat;
	background-size: cover;
}
.caitlyn {
	background: url(https://i.imgur.com/lmoNFcH.jpg) top center no-repeat;
	background-size: cover;
}
.kennen {
	background: url(https://i.imgur.com/6wK41qY.jpg) top center no-repeat;
	background-size: cover;
}
.qiyana {
	background: url(https://i.imgur.com/dOjMK0h.jpg) top center no-repeat;
	background-size: cover;
}
.kindred {
	background: url(https://i.imgur.com/vbZ4vSX.jpg) top center no-repeat;
	background-size: cover;
}
.kled {
	background: url(https://i.imgur.com/7I3p9eS.jpg) top center no-repeat;
	background-size: cover;
}
.kogmaw {
	background: url(https://i.imgur.com/N0Y3pJn.jpg) top center no-repeat;
	background-size: cover;
}
.corki {
	background: url(https://i.imgur.com/NPGUE1f.jpg) top center no-repeat;
	background-size: cover;
}
.xinzhao {
	background: url(https://i.imgur.com/YndR6rO.jpg) top center no-repeat;
	background-size: cover;
}
.leblanc {
	background: url(https://i.imgur.com/QcyHvON.jpg) top center no-repeat;
	background-size: cover;
}
.leona {
	background: url(https://i.imgur.com/WIlyGts.jpg) top center no-repeat;
	background-size: cover;
}
.leesin {
	background: url(https://i.imgur.com/PM23MB9.jpg) top center no-repeat;
	background-size: cover;
}
.lissandra {
	background: url(https://i.imgur.com/4wjZJR1.jpg) top center no-repeat;
	background-size: cover;
}
.lulu {
	background: url(https://i.imgur.com/6L7v8mv.jpg) top center no-repeat;
	background-size: cover;
}
.lux {
	background: url(https://i.imgur.com/wRpXsoQ.jpg) top center no-repeat;
	background-size: cover;
}
.lucian {
	background: url(https://i.imgur.com/Yrb3uwq.jpg) top center no-repeat;
	background-size: cover;
}
.malzahar {
	background: url(https://i.imgur.com/EFendqG.jpg) top center no-repeat;
	background-size: cover;
}
.malphite {
	background: url(https://i.imgur.com/BTvSppj.jpg) top center no-repeat;
	background-size: cover;
}
.maokai {
	background: url(https://i.imgur.com/sY8I1Lr.jpg) top center no-repeat;
	background-size: cover;
}
.masteryi {
	background: url(https://i.imgur.com/HTUwOc0.jpg) top center no-repeat;
	background-size: cover;
}
.missfortune {
	background: url(https://i.imgur.com/IUjtHOd.jpg) top center no-repeat;
	background-size: cover;
}
.morgana {
	background: url(https://i.imgur.com/GTQDk3R.jpg) top center no-repeat;
	background-size: cover;
}
.mordekaiser {
	background: url(https://i.imgur.com/HCfdzB3.jpg) top center no-repeat;
	background-size: cover;
}
.nami {
	background: url(https://i.imgur.com/Ifm0Lfi.jpg) top center no-repeat;
	background-size: cover;
}
.nasus {
	background: url(https://i.imgur.com/UEJYtDG.jpg) top center no-repeat;
	background-size: cover;
}
.nautilus {
	background: url(https://i.imgur.com/x7znm12.jpg) top center no-repeat;
	background-size: cover;
}
.nidalee {
	background: url(https://i.imgur.com/wWLDWiN.jpg) top center no-repeat;
	background-size: cover;
}
.neeko {
	background: url(https://i.imgur.com/gjduwJf.jpg) top center no-repeat;
	background-size: cover;
}
.nocturne {
	background: url(https://i.imgur.com/DXLIePw.jpg) top center no-repeat;
	background-size: cover;
}
.nunu {
	background: url(https://i.imgur.com/1jIvISt.jpg) top center no-repeat;
	background-size: cover;
}
.olaf {
	background: url(https://i.imgur.com/tJDTpRi.jpg) top center no-repeat;
	background-size: cover;
}
.orianna {
	background: url(https://i.imgur.com/LbLuAyK.jpg) top center no-repeat;
	background-size: cover;
}
.ornn {
	background: url(https://i.imgur.com/Ht3Hshg.jpg) top center no-repeat;
	background-size: cover;
}
.pyke {
	background: url(https://i.imgur.com/MCURTwl.jpg) top center no-repeat;
	background-size: cover;
}
.pantheon {
	background: url(https://i.imgur.com/2KZSrtM.jpg) top center no-repeat;
	background-size: cover;
}
.poppy {
	background: url(https://i.imgur.com/tt4zaJV.jpg) top center no-repeat;
	background-size: cover;
}
.ryze {
	background: url(https://i.imgur.com/kYQIOrE.jpg) top center no-repeat;
	background-size: cover;
}
.rumble {
	background: url(https://i.imgur.com/NMpQ1Uv.jpg) top center no-repeat;
	background-size: cover;
}
.rammus {
	background: url(https://i.imgur.com/4ZaWDpO.jpg) top center no-repeat;
	background-size: cover;
}
.reksai {
	background: url(https://i.imgur.com/zQkFkHA.jpg) top center no-repeat;
	background-size: cover;
}
.rengar {
	background: url(https://i.imgur.com/Nf2A2vt.jpg) top center no-repeat;
	background-size: cover;
}
.renekton {
	background: url(https://i.imgur.com/aYtJtiV.jpg) top center no-repeat;
	background-size: cover;
}
.riven {
	background: url(https://i.imgur.com/qFFsOGz.jpg) top center no-repeat;
	background-size: cover;
}
.rakan {
	background: url(https://i.imgur.com/ybEox2h.jpg) top center no-repeat;
	background-size: cover;
}
.sylas {
	background: url(https://i.imgur.com/ZU0UUdb.jpg) top center no-repeat;
	background-size: cover;
}
.swain {
	background: url(https://i.imgur.com/zUQqDlt.jpg) top center no-repeat;
	background-size: cover;
}
.sejuani {
	background: url(https://i.imgur.com/oy7kShc.jpg) top center no-repeat;
	background-size: cover;
}
.senna {
	background: url(https://i.imgur.com/afhpZsR.jpg) top center no-repeat;
	background-size: cover;
}
.sivir {
	background: url(https://i.imgur.com/HhqXMOk.jpg) top center no-repeat;
	background-size: cover;
}
.singed {
	background: url(https://i.imgur.com/NRq0k2z.jpg) top center no-repeat;
	background-size: cover;
}
.syndra {
	background: url(https://i.imgur.com/YhPFDAW.jpg) top center no-repeat;
	background-size: cover;
}
.sion {
	background: url(https://i.imgur.com/MLIp3st.jpg) top center no-repeat;
	background-size: cover;
}
.skarner {
	background: url(https://i.imgur.com/qNj91IG.jpg) top center no-repeat;
	background-size: cover;
}
.sona {
	background: url(https://i.imgur.com/80QJI5Y.jpg) top center no-repeat;
	background-size: cover;
}
.soraka {
	background: url(https://i.imgur.com/ZSK39zq.jpg) top center no-repeat;
	background-size: cover;
}
.tahmkench {
	background: url(https://i.imgur.com/Ooq0MQm.jpg) top center no-repeat;
	background-size: cover;
}
.taliyah {
	background: url(https://i.imgur.com/qHym4hT.jpg) top center no-repeat;
	background-size: cover;
}
.talon {
	background: url(https://i.imgur.com/a4O4ZXo.jpg) top center no-repeat;
	background-size: cover;
}
.taric {
	background: url(https://i.imgur.com/LmsRWX7.jpg) top center no-repeat;
	background-size: cover;
}
.twistedfate {
	background: url(https://i.imgur.com/IDCn2ry.jpg) top center no-repeat;
	background-size: cover;
}
.twitch {
	background: url(https://i.imgur.com/mQxVt3u.jpg) top center no-repeat;
	background-size: cover;
}
.teemo {
	background: url(https://i.imgur.com/3t2EGQ3.jpg) top center no-repeat;
	background-size: cover;
}
.trundle {
	background: url(https://i.imgur.com/FxtS3bN.jpg) top center no-repeat;
	background-size: cover;
}
.thresh {
	background: url(https://i.imgur.com/1ZZ3kcU.jpg) top center no-repeat;
	background-size: cover;
}
.tryndamere {
	background: url(https://i.imgur.com/MBPXj4u.jpg) top center no-repeat;
	background-size: cover;
}
.tristana {
	background: url(https://i.imgur.com/nf9XUrT.jpg) top center no-repeat;
	background-size: cover;
}
.udyr {
	background: url(https://i.imgur.com/VOCvCgp.jpg) top center no-repeat;
	background-size: cover;
}
.urgot {
	background: url(https://i.imgur.com/xYv8zqo.jpg) top center no-repeat;
	background-size: cover;
}
.fiddlesticks {
	background: url(https://i.imgur.com/IPMspOx.jpg) top center no-repeat;
	background-size: cover;
}
.fizz {
	background: url(https://i.imgur.com/lpXFP4C.jpg) top center no-repeat;
	background-size: cover;
}
.fiora {
	background: url(https://i.imgur.com/UJfINmO.jpg) top center no-repeat;
	background-size: cover;
}
.heimerdinger {
	background: url(https://i.imgur.com/XakLA2W.jpg) top center no-repeat;
	background-size: cover;
}
.chogath {
	background: url(https://i.imgur.com/j3QLAOr.jpg) top center no-repeat;
	background-size: cover;
}
.shaco {
	background: url(https://i.imgur.com/JrGkKr2.jpg) top center no-repeat;
	background-size: cover;
}
.xayah {
	background: url(https://i.imgur.com/sLzhVlQ.jpg) top center no-repeat;
	background-size: cover;
}
.shen {
	background: url(https://i.imgur.com/xDFohcy.jpg) top center no-repeat;
	background-size: cover;
}
.shyvana {
	background: url(https://i.imgur.com/mQqioFV.jpg) top center no-repeat;
	background-size: cover;
}
.evelynn {
	background: url(https://i.imgur.com/GWvnnKb.jpg) top center no-repeat;
	background-size: cover;
}
.ezreal {
	background: url(https://i.imgur.com/2OBrZMd.jpg) top center no-repeat;
	background-size: cover;
}
.ekko {
	background: url(https://i.imgur.com/0cwx2va.jpg) top center no-repeat;
	background-size: cover;
}
.elise {
	background: url(https://i.imgur.com/HxOV4gB.jpg) top center no-repeat;
	background-size: cover;
}
.annie {
	background: url(https://i.imgur.com/Umgv4uD.jpg) top center no-repeat;
	background-size: cover;
}
.ashe {
	background: url(https://i.imgur.com/QNymQzj.jpg) top center no-repeat;
	background-size: cover;
}
.yuumi {
	background: url(https://i.imgur.com/wnPtqYM.jpg) top center no-repeat;
	background-size: cover;
}
.yasuo {
	background: url(https://i.imgur.com/wXKkwQb.jpg) top center no-repeat;
	background-size: cover;
}
.aphelios {
	background: url(https://i.imgur.com/N6lk2gC.jpg) top center no-repeat;
	background-size: cover;
}
.sett{
	background: url(https://i.imgur.com/SM8vsN9.jpg) top center no-repeat;
	background-size: cover;
}
.lillia{
	background: url(https://i.imgur.com/IYhNUaT.jpg) top center no-repeat;
	background-size: cover;
}
.yone{
	background: url(https://i.imgur.com/M17PCU7.jpg) top center no-repeat;
	background-size: cover;
}
.samira{
	background: url(https://i.imgur.com/e4uOQfz.jpg) top center no-repeat;
	background-size: cover;
}
.seraphine{
	background: url(https://i.imgur.com/Plc9nsE.jpg) top center no-repeat;
	background-size: cover;
}
.rell{
	background: url(https://i.imgur.com/zlmM1Mp.jpg) top center no-repeat;
	background-size: cover;
}
.viego{
	background: url(https://i.imgur.com/yUu38hp.jpg) top center no-repeat;
	background-size: cover;
}
.gwen{
	background: url(https://i.imgur.com/YlHthQP.jpg) top center no-repeat;
	background-size: cover;
}
.akshan{
	background: url(https://i.imgur.com/jTPcjhD.jpg) top center no-repeat;
	background-size: cover;
}
.vex{
	background: url(https://i.imgur.com/bdTHZEQ.jpg) top center no-repeat;
	background-size: cover;
}
.zeri{
	background: url(https://i.imgur.com/MEICiI1.jpg) top center no-repeat;
	background-size: cover;
}
.renata{
	background: url(https://i.imgur.com/xaujH02.jpg) top center no-repeat;
	background-size: cover;
}
.belveth{
	background: url(https://i.imgur.com/9hp3PSm.jpg) top center no-repeat;
	background-size: cover;
}
.nilah{
	background: url(https://i.imgur.com/lvaoZ0G.jpg) top center no-repeat;
	background-size: cover;
}
.ksante{
	background: url(https://i.imgur.com/a8qmHsB.jpg) top center no-repeat;
	background-size: cover;
}
.milio{
	background: url(https://i.imgur.com/jJ1b3g0.jpg) top center no-repeat;
	background-size: cover;

}.nokanon {
	background: url(https://i.imgur.com/eHir9oz.png) top center no-repeat;
	background-size: cover;
}


/*------------навигация подфорумов---------------------*/
.navilink {margin-right: 5px!important; background: #1d1815; padding: 0px 10px 1px 10px; border: 1px solid rgba(112, 81, 34, 0.6); text-transform: lowercase; font-size: 12px;}