.button-small {

    text-align: center;
    margin: auto;
    color: #f0cb7c;
    /*cursor: pointer;*/
    height: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 75px;
    border-radius: 5px;
    border: 1px solid #d1bf61;
    background: url("../../img/base/buttons/ready/button.png");
}

.button-small:hover {
    background: url("../../img/base/buttons/ready/button-hover.png");
    color: #F8F8B0;
    border: 1px solid #FFE352;
}

.button-new {
    /*background: url("../../img/base/buttons/ready/button-3.png");*/
    background-image: linear-gradient(to top, #0c3044 10%, #0a2b3d 25%, #082331 50%, #061b26 75%, #071f2b 100%);
    color: #B9D7DA;
    border: 1px solid #000000;
    border-top: 1px solid #A69A59;
    display: block;
    padding: 10px 0px 10px 3px;
    font-size: 13px;
}
.button-new2 {
    background: url("../../img/base/buttons/ready/button-3.png");
    color: #B9D7DA;
    border: 1px solid #000000;
    border-top: 1px solid #A69A59;
    display: block;
    padding: 10px 0px 10px 3px;
    font-size: 13px;
}

.button-new3 {
    background: url("../../img/base/buttons/ready/button-3.png");
    color: #B9D7DA;
    border: 1px solid #000000;
    border-top: 1px solid #A69A59;
    border-top-right-radius: 0px;border-top-left-radius: 0px;
    display: block;
    padding: 10px 0px 10px 0px;
    font-size: 9pt;
}
.btblack {
    border-top: 1px solid #1c1d21;
}

.blblack {
    border-top: 1px solid #000000;
}

.button-new:hover, .button:hover {
    /*background: url("../../img/base/buttons/ready/button-3.png");*/

    background-image: linear-gradient(to top, #318893 10%, #24636c 50% , #133539 100%);
    color: #ffffff;
    border-top: 1px solid #FFE352;
}
.backten-x {
    background: url(../../img/base/buttons/ready/button.png) repeat-x
}
.text-red-b {
    color: maroon
}

.text-red-l {
    color: red
}

.text-yel-l {
    color: #FDFF2F
}

.text-silver-l {
    color: #D0CFC1
}

.text-bronze-l {
    color: #F19D63
}

.text-green-l {
    color: #0f0
}

.text-green-b {
    color: green
}

.text-blue-b {
    color: #7CBBBB
}

.text-black {
    color: #000
}

.text-blue-l {
    color: #bce4f4
}

.textgreen {
    color: #2EE22E
}

.textred {
    color: red
}

.text-w {
    color: #fff
}
.text-w2 {
    color: #f4f4f4
}
.text-0{color: #B6E4EE}

.text-1 {
    color: #7ECED5
}

.text-2 {
    color: #2EE22E
}

.text-3 {
    color: #0070dd
}

.text-4 {
    color: #B632EE
}

.text-5 {
    color: #f6e5b3
}

.colorgreen {
    color: #2EE22E
}

.text-grey-l {
    color: #C2C2C2
}

.textgrey-2 {
    color: #F7F7F7
}

.skill-a:hover {
    color: #fff
}

.textorange, .textorange-2, .textorange a, .textorange-2 a {
    color: #f0cb7c;
    text-shadow: 1px 1px 2px black, 0 0 1em #000
}

.textorange-b, .textorange:hover {
    color: #FFAE00
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

.main-content .invites-block .item .status.new {
    color: #39F
}

i[class*=icon-] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../img/base/icons/tut/hummer.png) no-repeat;
    vertical-align: middle;
    margin-right: 0;
    background-size: cover;

}



i[class*=icon2-] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../img/base/icons/icons-2.png) no-repeat;
    vertical-align: middle;
    margin-right: 2px
}

.beta {
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 59px;
    background: url(../../img/base/icons/beta.png) no-repeat
}


div[class*=tnpc-] {
    width: 100%;
    height: 100%
}

.mini div[class*=tnpc-] {
    height: 67px;
    width: 67px;
    margin-top: 4px
}

.mini .h64 {
    height: 56px
}

.h36 {
    height: 36px
}

.nav i[class*=icon-], .nav i[class*=icon2-] {
    margin-left: 5px;
    margin-right: 1px
}

.hero-stats i[class*=icon-] {
    margin-right: 5px
}

.box-m-c {
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.block-t-c {
    display: table-cell;
    vertical-align: top;
    text-align: center
}

.fz0 {
    font-size: 0
}

.fz7 {
    font-size: 7pt
}

.fz8 {
    font-size: 8pt
}

.fz9 {
    font-size: 9pt
}

.fz10 {
    font-size: 10pt
}
.fz11 {
    font-size: 11pt
}
.fz12 {
    font-size: 12pt
}

.fz16 {
    font-size: 16pt
}

.p2 {
    padding: 2px
}

.p5 {
    padding: 5px
}

.p4 {
    padding: 4px
}
.ptb6 {
    padding-top: 6px;
    padding-bottom: 6px
}

.ptb7 {
    padding-top: 7px;
    padding-bottom: 7px
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.pt5 {
    padding-top: 5px
}

.pt2 {
    padding-top: 2px
}

.pt1 {
    padding-top: 1px
}

.p10 {
    padding: 10px
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px
}

.pb5 {
    padding-bottom: 5px
}

.pb3 {
    padding-bottom: 3px
}

.pb10 {
    padding-bottom: 10px
}

.pb0 {
    padding-bottom: 0
}

.p0 {
    padding: 0
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}
.pr18 {
    padding-right: 18px
}


.pl5 {
    padding-left: 5px
}
.ml-5 {margin-left: -5px}

.pl10 {
    padding-left: 10px
}

.mr2 {
    margin-right: 2px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr90 {
    margin-right: 84px
}

.ml10 {
    margin-left: 10px
}

.ml5 {
    margin-left: 5px
}

.ml3 {
    margin-left: 3px
}

.ml-2 {
    margin-left: -2px
}

.mt-10 {
    margin-top: -10px
}

.mt-1 {
    margin-top: -1px
}

.mt-2 {
    margin-top: -4px
}

.mt-3 {
    margin-top: -3px
}

.mt0 {
    margin-top: 0
}

.mt2 {
    margin-top: 2px
}
.mr2 {
    margin-right: 2px
}
.mt3 {
    margin-top: 3px
}

.mt5 {
    margin-top: 5px
}

.mt7 {
    margin-top: 7px
}

.mt10 {
    margin-top: 10px
}

.mt-10 {
    margin-top: -10px
}
.mt50 {
    margin-top: 550px
}

.mb5 {
    margin-bottom: 5px
}

.mb2 {
    margin-bottom: 2px
}

.mb10 {
    margin-bottom: 10px
}

.h16 {
    height: 16px
}
.h17 {
    height: 17px
}

.h20 {
    height: 20px
}


.h54 {
    height: 54px
}

.h44 {
    height: 44px
}

.h64 {
    height: 64px
}



.h108 {
    height: 108px
}
.h120 {
    height: 120px
}
.h100pc {
    height: 100%
}

.w32pc {
    width: 33%
}

.w47pc {
    width: 47%
}

.w50pc {
    width: 50%
}

.w54pc {
    width: 54%
}

.w75pc {
    width: 65%
}

.w95pc {
    width: 96%
}

.w100pc {
    width: 100%
}

.w96 {
    width: 96%
}

.w15 {
    width: 15px
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.h38 {
    height: 36px
}

.h-target {
    height: 80px
}

.w-targets {
    width: 36px
}

.w54 {
    width: 54px
}

.w64 {
    width: 64px
}
.w70 {
    width: 70px
}
.w80 {
    width: 80px
}
.w140 {
    width: 160px
}

.width26 {
    width: 26%;
    text-align: center;
    box-sizing: border-box;
    display: block
}

.width48 {
    float: left;
    width: 47%;
    text-align: center
}

.back-no-r {
    background-repeat: no-repeat;
    background-position: center
}

.delta {
    height: 3px;
    width: 100%;
    background: url(../../img/base/buttons/ready/delta.png) center no-repeat
}



.button {
    background: url(../../img/base/buttons/ready/button.png);
    /*background-image: linear-gradient(to top, #319131 10%, #2d872e 25%, #246326 50%, #235e25 75%, #152f17 100%);*/
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 2px auto auto;
    color: #f0cb7c;
    width: 99%;
    border-radius: 5px;
    border: 1px solid #d1bf61
}

.but {
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 2px auto auto;
    color: #f0cb7c;
    width: 99%;
    border-radius: 5px;
    border: 1px solid #d1bf61
}

.button-50 {
    background: url(../../img/base/buttons/ready/button.png);
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 2px auto auto;
    color: #f0cb7c;
    width: 48%;
    border-radius: 5px;
    border: 1px solid #d1bf61
}

.button-50:hover, .button:hover {
    background: url(../../img/base/buttons/ready/button-hover.png);
    /*background-image: linear-gradient(to top, #2d862e 10%, #309331 25%, #28752a 50%, #287229 75%, #1d4d1e 100%);*/
    color: #FFAE00;
    border: 1px solid #FFE352
}

.progress-1 {
    width: 97%;
    height: 20px;
    position: relative;
    border-radius: 2px;
    background-color: #344d61;
    border: 1px solid #d1bf61
}

.progress-1 .fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #0a6da6
}

.prg-bar-96 {
    width: 97%;
    height: 4px;
    background-color: #344d61;
    border-radius: 2px
}

.button-small:hover {
    background: url(../../img/base/buttons/ready/button-hover.png);
    color: #F8F8B0;
    border: 1px solid #FFE352
}

.button-big, .button-big-2 {
    text-align: center;
    color: #f0cb7c;
    padding-top: 20px;
    height: 34px;
    width: 75px;
    border-radius: 5px;
    border: 1px solid #d1bf61;
    background: url(../../img/base/buttons/ready/button-54.png)
}

.button-big-2 {
    padding-top: 12px;
    height: 42px
}

.button-big-3 {
    padding-top: 2px;
    height: 52px
}

.button-big-2:hover, .button-big:hover {
    color: #FFAE00;
    border: 1px solid #FFE352
}

.form-holder {
    display: table;
    width: 100%;
    font-size: 12px
}

.nav {
    position: relative;
    width: 100%;
    text-align: center;
    display: table
}

.nav .item + .item {
    margin-top: 2px
}

.nav .item, .nav-item {
    background: url(../../img/base/buttons/ready/button.png) repeat-x #0D3449;
    height: 24px;
    width: 99%;
    display: block;
    padding-top: 6px;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #d1bf61
}

.nav .item:hover {
    background-color: #338D99;
    border: 1px solid #FFE352
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 9pt;
    color: #B9D7DA;
    background: #000
}

body {
    min-height: 100%;
    font-family: Verdana
}

body.vk-gameMode
{
    /*    min-height: 600px!important;
        height: 600px!important;
        overflow: scroll;*/
}

.tsb {
    text-shadow: #000 1px 1px
}

.tsn {
    text-shadow: none
}

.footer-links a, a:active {
    color: #7A7979
}

a {
    text-decoration: none
}

a, a:active {
    color: #B9D7DA
}

.backblack-b {
    background-color: #080b1a
}

.imperator {
    padding: 5px 2px 5px 5px;
    height: 20px;
    background-color: #080b1a;
    font-size: 12pt;
    color: #E4E4E4;
    font-family: Tahoma, Geneva, sans-serif
}

.qwest-heder {
    font-size: 11pt;
    color: #E4E4E4;
    font-family: Tahoma, Geneva, sans-serif
}

.text-area {
    resize: none;
    border: 0;
    border-radius: 3px;
    border-top: 1px solid #d1bf61;
    border-bottom: 1px solid #B6BAC2;
    background-color: #A7AEB2;
    color: #000;
    margin: 0;
    padding: 3px;
    font-size: 10pt;
    height: 20px
}

.text-area-2 {
    resize: none;
    border: 0;
    border-radius: 3px;
    border-top: 1px solid #d1bf61;
    border-bottom: 1px solid #B6BAC2;
    background-color: #FAF299;
    color: #000;
    margin: 0;
    padding: 3px 3px 3px 5px;
    font-size: 10pt;
    height: 18px;
    opacity: .92
}

.button-27 {
    height: 27px;
    width: 80px;
    padding: 0 5px;
    border: 1px solid #d1bf61;
    border-radius: 3px;
    color: #f0cb7c;
    text-shadow: #000 0 1px 1px;
    background: url(../../img/base/buttons/ready/button.png)
}

.db {
    display: block
}

.ptb5 {
    padding: 5px 0
}

.pt3b5 {
    padding-top: 3px;
    padding-bottom: 5px
}

.ptb3 {
    padding: 3px 0
}

.chat-block-container .item,
.ban-history .log {
    text-shadow: none;
    display: table;
    width: 100%;
    background-color: #080b1a;
    padding: 5px 0;
    border-bottom: 1px solid #24557A;
    /*background: url(../../img/base/buttons/ready/ten-y.png) repeat-y;*/
}

.chat-block-container .item:nth-child(even),
.ban-history .log:nth-child(even),
.vah:nth-child(even) {
    background-color: #091F35
}

.tdu {
    text-decoration: underline
}

.bbb {
    border-bottom: 1px solid #24557A
}

.pab-t30-l0 {position: absolute; left: 0px;top:30px;}

.pab-t5-r5 {
    position: absolute;
    right: 5px;
    top: 5px
}
.pab-t0-r2 {
    position: absolute;
    right: 2px;
    top: 0px;
    opacity: 0.9;
}

.pab-t12-r5 {
    position: absolute;
    right: 5px;
    top: 45px
}

.pab-t12-l5 {
    position: absolute;
    left: 5px;
    top: 45px
}

.pab-t-r {
    position: absolute;
    top: 0;
    right: 0
}
.pab-b-r {
    position: absolute;
    bottom: 0;
    right: 0
}
.pab-l0-b0 {
    position: absolute;
    left: 0;
    bottom: 0
}

.pab-l0-t0 {
    position: absolute;
    left: 0;
    top: 0
}

.pab-t23-l60 {
    position: absolute;
    top: 19px;
    left: 70px
}

.pab-l0-b14 {
    position: absolute;
    bottom: 14px;
    left: 0
}

.pab-l0-b5 {
    position: absolute;
    left: 0;
    bottom: 5px
}

.pab-t5-r15 {
    position: absolute;
    top: 5px;
    right: 15px
}

.mauto {
    margin: auto
}

.pt10 {
    padding-top: 10px
}

.pt12 {
    padding-top: 12px
}

.vat {
    vertical-align: top
}

.vam {
    vertical-align: middle
}

.vab {
    vertical-align: bottom
}

.backred {
    background-color: #C00
}

.backblue-b {
    background-color: #1b2735
}

.backred:hover {
    background-color: red
}

.backred-b:hover {
    background-color: #AC0906
}

.boxs {
    box-shadow: 0 0 10px rgba(230, 210, 120, .9)
}

.boxs:hover {
    box-shadow: 0 0 28px rgba(230, 210, 120, .9)
}

.boxs-y-small {
    box-shadow: 0 0 3px rgba(230, 210, 120, .9)
}

.boxs-y-small:hover {
    box-shadow: 0 0 15px rgba(230, 210, 120, .9)
}

.boxs-r {
    box-shadow: 0 0 10px rgba(165, 0, 0, .9)
}

.boxs-w {
    box-shadow: 0 0 10px rgba(162, 165, 187, .9)
}

.boxs-r:hover, .boxs-w:hover {
    box-shadow: 0 0 28px rgba(165, 0, 0, .9)
}

.boxs-r-small {
    box-shadow: 0 0 3px rgba(165, 0, 0, .9)
}

.boxs-r-small:hover {
    box-shadow: 0 0 15px rgba(165, 0, 0, .9)
}

.boxs-g-small {
    box-shadow: 0 0 3px rgba(29, 75, 38, .9)
}

.boxs-g-small:hover {
    box-shadow: 0 0 15px rgba(23, 172, 39, .9)
}

.br5-r, .br5-r:hover {
    border-radius: 5px;
    border: 0 solid #AC0906
}

.br5-grey {
    border-radius: 5px;
    border: 1px solid #abab8f
}
.br5-grey2 {
    border-radius: 5px;
    border: #5c5c5c solid 1px
}
.br5-orange {
    border-radius: 5px;
    border: #9b8d44 solid 1px;
}
.br5-grey:hover {
    border-radius: 5px;
    border: 1px solid #AC0906
}

.br50-r:hover {
    border-radius: 50%;
    border: 1px solid #AC0906
}

.br5-g {
    border-radius: 5px;
    border: 1px solid #1d4b26
}

.br5-g:hover {
    border-radius: 5px;
    border: 1px solid #17ac27
}

.brb5 {
    border-radius: 0 0 5px 5px
}

.brb4 {
    border-radius: 0 0 4px 4px
}

.brt5 {
    border-radius: 5px 5px 0 0
}

.br5-empty {
    border-radius: 5px;
    border: 1px
}

.br5 {
    border-radius: 5px;
    border: 1px solid #d1bf61
}

.br0 {
    border: 1px solid #d1bf61
}

.br5:hover {
    border: 1px solid #FFE352
}

.red-ten {
    background-color: rgba(186, 11, 11, .7)
}

.backred-b {
    background-color: #6E0202
}

.blocks2:hover .backred {
    background-color: red
}

.backyellow:hover {
    background-color: #d4d21c
}


.backgreen-b {
    background-color: #08791E
}

.boxs:hover .backred {
    background-color: red
}


.backblack {
    background-color: #000
}

.fwb {
    font-weight: 700
}

.backblue {
    background-color: #009395
}

.backblue:hover {
    background-color: #31D0E6
}

.backfon, .backfon-2 {
    background-color: #091F35
}

.backfon-2:hover, .backfon-active {
    background-color: #0C2E50
}

.strelka {
    width: 15px;
    height: 54px;
    background: url(../../img/base/buttons/ready/strelka.png)
}

.strelka:hover {
    background: url(../../img/base/buttons/ready/strelka-h.png)
}

.strelka-l {
    width: 15px;
    height: 54px;
    background: url(../../img/base/buttons/ready/strelka-l.png)
}

.strelka-l:hover {
    background: url(../../img/base/buttons/ready/strelka-l-h.png)
}

.strelka-2 {
    width: 9px;
    height: 32px;
    background: url(../../img/base/buttons/ready/strelka.png) 0 0/cover
}

.backfon-2:hover .strelka {
    background: url(../../img/base/buttons/ready/strelka-h.png)
}

.backfon-2:hover .strelka-2 {
    background: url(../../img/base/buttons/ready/strelka-h.png)
}

.backfon-3, .backfon-4 {
    background-color: #091F35
}



.back-imperator {
    background-color: #080b1a
}

.backfon-3:hover {
    background-color: #0C2E50
}

.backfon-3:hover .imperator {
    background-color: #0B0F24
}

.op1 {
    opacity: 1
}

.op09 {
    opacity: .9
}

.op04 {
    opacity: .4
}

.opback06 {
    background-color: rgba(0, 0, 0, .6)
}

.tal {
    text-align: left
}

.blocks {
    display: table;
    width: 100%;
    text-align: center
}

.blocks-l {
    display: table;
    text-align: left
}

.blocks-l-l {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}
.blocks-l-b {
    display: table-cell;
    vertical-align: bottom;
    text-align: left
}
.blocks-l-r {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.blocks-l-c {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.blocks-m-c {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.blocks-l-t {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.a-none {
    text-decoration: none
}

a:hover {
    color: #fff
}

.targets_back A:link {
    text-decoration: none
}

.targets_back .target-holder {
    overflow-x: hidden;
    width: 80%;
    margin: 0 auto
}

.targets_back .target-holder .target-row {
    display: table;
    height: 80px
}

.targets_back .target-holder .target-row .cell {
    display: table-cell
}

.pull-left {
    display: inline-block;
    float: left
}

.pull-right {
    display: inline-block;
    float: right
}

.text-pull-left {
    text-align: left
}

.text-pull-right {
    text-align: right !important
}

.text-pull-center {
    text-align: center
}

.tutorial-head {
    text-align: center;
    font-size: 14pt;
    line-height: 28px;
    height: 33px;
    width: 100%;
    background-color: #000;
    color: #BEBEBE;
    text-shadow: 1px 1px 3px #f0cb7c, 0 0 2em red
}

.tutorial-button:hover {
    background: url(../../img/base/buttons/buttut2.png) 0 0/100%;
    color: #EDF350
}

.vd {
    width: 100%;
    height: 210px;
    background: url(../../img/base/headers/vrata.jpg)  no-repeat;
    background-position: 0px -30px;
}

.headerarena {
    background: url(../../img/base/headers/arena.png);
    width: 100%;
    height: 107px
}

.headerlvlup {
    background: url(../../img/base/headers/LvlUp.jpg);
    width: 100%;
    height: 108px
}

.login-back {
    height: 107px;
    width: 100%;
    background: url(../../img/base/headers/vd3.png)  no-repeat
}

img {
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
    -webkit-appearance: none
}
.content {
    background: #0b121a
}
.footer {
    background: #000000
}
.base-gameMode {
    line-height: normal;
}
.main-content {
    min-width: 240px;
    max-width: 320px;
    margin: 0 auto;
    background-color: #0b121a;
}

.main-content .header {
    font-size: 12pt;
    background: #08101C;
    color: #f0cb7c;
    position: relative;
}

.admin-button {
    height: 35px;
    display: inline-block;
    width: 37px;
    color: #96d2ff;
    text-align: center;
    margin: 2px;
    padding-top: 5px;
    border-radius: 3px;
    border: 1px solid #cc0;
}

.header-title {
    text-align: center;
    background: url(../../img/base/buttons/ready/fon-title.png) center #08101C;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 7px;
    color: #f6e5b3;
    font-family: Verdana, Arial
}

.main-content .content .nav {
    background: #000;
    padding: 2px 0;
    text-align: center
}

.main-content .content .nav.text-pull-left {
    text-align: left
}

.tac {
    text-align: center
}

.main-content .content .skills-holder .item:hover {
    color: #fff
}

div.row {
    display: table;
    position: relative;
    width: 100%
}

.main-content .content .skills-holder .item:hover .skill-name {
    color: #fff
}

.main-content .content .block {
    padding: 0;
    font-size: 12px;
    margin: 0 auto;
    background: #1b2735
}

.main-content .error {
    margin: auto;
    display: none
}

.main-content .notice {
    text-align: center;
    margin: 5px 0;
    color: #faa732
}

.main-content .display-block {
    display: block !important
}

.main-content .progress-bar {
    margin-left: 3px;
    width: 100%;
    height: 6px
}

.main-content .progress-bar .progress {
    height: 3px
}

.main-content .main-content .progress-bar .progress {
    float: left;
}

.main-content .progress-bar.exp {
    background-color: #202020;
    height: 4px;
    margin-left: 0;
    border-radius: 2px
}

.ten-5-x {
    background: url(../../img/base/buttons/ready/ten-5-x.png) repeat-x
}

.main-content .progress-bar.exp .progress {
    background: url(../../img/base/buttons/ready/exp-blue.png) repeat-x;
    border-radius: 2px
}

.main-content .content .skills {
    width: 100%;
    display: table
}

.main-content .content .skills .item.disabled:hover, UNUSED.main-content .content .skills .item.disabled {
    background: url(../../img/base/quests/skill_button1.png)
}

.main-content .content .skills a {
    text-decoration: none
}

.npc-name:hover {
    box-shadow: 0 0 8px rgba(230, 210, 120, .8);
    color: #fff
}

.pr {
    position: relative
}

.main-content .component {
    padding: 0;
    background: 0 0;
    margin-top: -2px;
    position: relative
}

/*.main-content .component + .component {*/
/*margin-top: 1px*/
/*}*/

.main-content .footer .footer-links {
    font-size: 10pt
}

.main-content .tab-switcher {
    display: table;
    width: 100%
}

.main-content .tab-switcher .tab {
    display: table-cell;

    border-top: 1px solid #4a4c49;
    border-bottom: 1px solid #AAAA5D;
    border-right: 1px solid #0b121a;
    background: #262a30;
    padding-top: 8px;
    padding-bottom: 9px;
    text-align: center
}

.main-content .tab-switcher .tab.active {
    border: 1px solid #AAAA5D;
    color: #f6e5b3;
    border-bottom: 0;
    color: #f6e5b3;
    background: url(../../img/base/buttons/Tab_gradient.png) repeat-x
}

.passive {
    background: #262a30
}

.main-content .items-list-holder {
    font-size: 8pt
}

.main-content .items-list-holder.dungeon-list .item .icon .level-info, UNUSED.main-content .items-list-holder.dungeon-list .item .icon .lock {
    position: absolute
}

.main-content .items-list-holder.dungeon-list .item .icon .level-info {
    right: 2px;
    bottom: 2px
}

.main-content .items-list-holder.dungeon-list .item .icon .lock {
    top: 11px;
    left: 18px
}

.main-content .inventory-holder {
    color: #999
}

.main-content .tab-holder .tab {
    display: none
}

.main-content .tab-holder .tab.in {
    display: block
}

.main-content .content .active-quests .item .nav-item:hover {
    background: url(../../img/base/buttons/green_button_hover.png);
    color: #F2FF5E
}

.headertavern {
    background: url(../../img/base/headers/taverna2.jpg);
    width: 100%;
    height: 107px
}

.headerdragon {
    background: url(../../img/base/headers/dragonhead.jpg);
    width: 100%;
    height: 107px
}



.headermorh {
    background: url(../../img/base/headers/Morehard.jpg);
    width: 100%;
    height: 96px
}

.pt4 {
    padding-top: 4px
}

.item2:hover {
    border-color: #12ADA7
}

.ib {
    display: inline-block
}

.pa {
    position: absolute
}

.vatop {
    vertical-align: top
}

.main-content .content .skills .item {
    height: 44px;
    color: #c5ccd2;
    background: url(../../img/base/buttons/skill_button.png)
}

.main-content .content .skills .item:hover {
    background: url(../../img/base/buttons/skill_button_hover.png);
    color: #fff
}

.main-content .content .skills .item:active {
    background: url(../../img/base/buttons/skill_button_click.png)
}

.main-content .content .skills .item .icon {
    display: inline-block;
    float: left;
    width: 43px;
    height: 43px
}

.main-content .content .skills .item .name {
    word-wrap: break-word;
    margin-left: 49px;
    font-size: 8pt;
    margin-top: 15px
}

.target:hover .target-hp-bar-green {
    box-shadow: 0 0 28px rgba(230, 210, 120, .9)
}

.active-pb {
    position: relative
}

.active-pb .progress-bar {
    width: 180px;
    height: 23px;
    background: url(../../img/base/PB_bg.png) no-repeat;
    z-index: 10
}

.active-pb .progress-bar .progress {
    height: 15px;
    position: relative;
    margin: -2px 3px 3px;
    overflow: hidden;
    padding: 5px 10px 2px 0;
    background: 0 0
}

.active-pb .progress-bar .progress .bar {
    background: url(../../img/base/pb_line.png);
    height: 15px
}

.active-pb .text, UNUSEDtext-2 {
    margin-bottom: -20px;
    text-align: center;
    font: 700 12px Arial;
    color: #ff7e00;
    line-height: 20px;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    height: 15px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.time-left {
    padding: 3px 0
}

.active-pb.time-left .progress-bar {
    border: 1px solid #d1bf61;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #071720;
    width: 95%;
    padding: 0;
    margin: 5px auto
}

.active-pb.time-left .text {
    top: 10px
}

.active-pb.time-left .progress {
    width: 95%
}

.target-enemey.main {
    margin: 0 10px
}

.count, .count-t {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8pt;
    text-align: center;
    vertical-align: top;
    width: 18px;
    height: 15px;
    padding-left: 2px;
    border-radius: 0 4px 0 7px;
    background-color: #ab0000;
    color: #fff
}



.count-min {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8pt;
    text-align: center;
    vertical-align: top;
    width: 18px;
    height: 15px;
    padding-left: 2px;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.damage {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-align: center
}

.count-t {
    background-color: #A30400;
    color: #fff
}

.count-c  {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8pt;
    text-align: center;
    vertical-align: top;
    height: 15px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 0 4px 0 7px;
    background-color: rgba(3, 3, 3, 0.54);
    /*color: #fff*/
    color: #C3C3C3;
}
.count-tl, .count-tr, .count-bl, .count-br, .count-br2 {
    font-size: 8pt;
    text-align: center;
    vertical-align: top;
    height: 15px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius:  0  4px  0px 6px;
    background-color: rgba(3, 3, 3, 0.54);
    color: #C3C3C3;
}
.count-tl {position: absolute;    top: 0;    left: 0;}
.count-tr {position: absolute;    top: 0;    right: 0;}
.count-bl {position: absolute;    bottom: 0;    left: 0 ;border-radius:  0  5px  0px 0px;}
.count-br {position: absolute;    bottom: 0;    right: 0;}
.count-br2 {position: absolute;    bottom: 0;    right: 0;;border-radius:  5px 0px  0px 0px;}

.tnpc-:hover .count {
    color: #fff
}

.plus {
    color: #0f0;
    font-size: 16pt;
    position: absolute;
    top: 12px;
    left: 17px;
    text-shadow: 1px 1px 5px black, 0 0 1em #0f0
}

.hero-item-img {
    border-radius: 10px;
    width: 54px
}

.hero-item-stats {
    position: absolute;

    width: 54px;
    height: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    bottom: 0px;
    left: 0px;
    font-size: 8pt;
    border-radius: 0 0 8px 8px;
    background: rgba(0, 0, 0, .6);
}

.fr {
    float: right
}

.fl {
    float: left
}

.hero-item {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    border: 1px solid #5C5C22;
    border-radius: 10px;
    margin-top: 2px;
    opacity: .9
}

.hero-item:hover {
    opacity: 1;
    border: 1px solid #888826
}

.hero-img {
    /*height: 80px;*/
    width: 100%;
    display: inline-block;
    margin: auto
}

.hero-img-2 {
    height: 205px;
    width: 205px;
    display: inline-block;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #ff0
}

.hero {
    padding-top: 5px;
    text-decoration: none
}

.hero-name {
    font-size: 10pt;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #f0cb7c
}

.text-orange {
    color: #eacc54
}

.main-content .join-dungeon-block {
    font-size: 12px;
    margin: 5px 0
}

.main-content .join-dungeon-block .team-info {
    margin: 5px 0
}

.main-content .join-dungeon-block .actions .action:hover {
    -webkit-box-shadow: inset 0 0 14px 0 rgba(255, 204, 0, .5);
    -moz-box-shadow: inset 0 0 14px 0 rgba(255, 204, 0, .5);
    box-shadow: inset 0 0 14px 0 rgba(255, 204, 0, .5)
}

.main-content .text-block {
    font-size: 12px;
    margin: 10px 0;
    padding: 0 5px
}

.main-content .invites-block {
    margin: 10px 0;
    font-size: 12px
}

.main-content .invites-block .item {
    display: table;
    width: 100%
}

.main-content .chat-block-container .messages-block {
    min-height: 0;
    /*margin: 0 1% 5px;*/
    font-size: medium;
    color: #bce4f4;
}

.chat-block-container .item div {
    word-wrap: break-word;
    max-width: 315px;
}

.chat-block-container .item .name {
    float: left;
    text-align: left;
    margin-left: 5px
}

.chat-block-container .item .closed:hover {
    color: #fff;
    background-color: #1f2952
}

.main-content .chat-block-container ::-webkit-input-placeholder {
    color: #999
}

.main-content .chat-block-container ::-moz-placeholder {
    color: #999;
    opacity: 1
}

.main-content .chat-block-container :-ms-input-placeholder {
    color: #999
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano > .nano-content {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano > .nano-content:focus {
    outline: dotted thin
}

.nano > .nano-content::-webkit-scrollbar {
    visibility: hidden
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible
}

.nano > .nano-pane {
    background: rgba(185, 215, 218, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(255, 255, 255, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano:hover > .nano-pane, UNUSED.nano-pane.active, UNUSED.nano-pane.flashed {
    visibility: visible;
    opacity: .99
}

.baloon.static .notice-item + .notice-item {
    margin: 5px 0
}

.hmax32 {
    max-height: 32px;
    min-height: 32px
}

.pagination ul.nav-list {
    display: table;
    width: 100%;
    margin: 10px 0;
    padding: 0
}

.pagination ul.nav-list li {
    display: table-cell;
    padding: 5px;
    text-align: center
}

.dialogs-block {
    font-size: 12px
}

#tutorial-choose-proff .desc {
    width: 70%;
    margin-left: 5px;
    margin-top: -2px
}

.search-result-holder {
    display: table;
    width: 100%
}

.invite-status-block .item {
    display: table;
    width: 100%;
    margin: 10px 0
}

.news-list .full-quest .blocks-l-t {
    width: 100%
}

.textgrey {
    color: #CACACA
}

.chat-block-container .item .closed, .closedclan {
    text-align: center;
    display: inline-block;
    background-color: #091F35;
    line-height: 19px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #ff0000;

}

.chat-block-container .item .closed:hover {
    color: #ffffff;
    background-color: #1f2952
}

div.tnpc-1, div.tnpc-ork_male {
    background: url(../../img/base/npc/ork_male.png) no-repeat;
    background-size: cover;
}

div.tnpc-2, div.tnpc-ork_female {
    background: url(../../img/base/npc/ork_female.png) no-repeat;
    background-size: cover;
}

div.tnpc-3, div.tnpc-undead_male {
    background: url(../../img/base/npc/undead_male.png) no-repeat;
    background-size: cover;
}

div.tnpc-4, div.tnpc-undead_female {
    background: url(../../img/base/npc/undead_female.png) no-repeat;
    background-size: cover;
}

div.tnpc-5, div.tnpc-darkelf_male {
    background: url(../../img/base/npc/darkelf_male.png) no-repeat;
    background-size: cover;
}

div.tnpc-6, div.tnpc-darkelf_female {
    background: url(../../img/base/npc/darkelf_female.png) no-repeat;
    background-size: cover;
}

div.tnpc-7, div.tnpc-human_male {
    background: url(../../img/base/npc/human_male.png) no-repeat;
    background-size: cover;
}

div.tnpc-8, div.tnpc-human_female {
    background: url(../../img/base/npc/human_female.png) no-repeat;
    background-size: cover;
}

div.tnpc-9, div.tnpc-dwarf_male {
    background: url(../../img/base/npc/dwarf_male.png) no-repeat;
    background-size: cover;
}

div.tnpc-10, div.tnpc-dwarf_female {
    background: url(../../img/base/npc/dwarf_female.png) no-repeat;
    background-size: cover;
}

div.tnpc-11, div.tnpc-elf_male {
    background: url(../../img/base/npc/elf_male.png) no-repeat;
    background-size: cover;
}

div.tnpc-12, div.tnpc-elf_female {
    background: url(../../img/base/npc/elf_female.png) no-repeat;
    background-size: cover;
}

div.tnpc-13, div.tnpc-gig {
    background: url(../../img/base/npc/gig.png) no-repeat;
    background-size: cover;
}

.inv-remove {
    position: absolute;
    top: 70px;
    right: 8px;
}

.inv-move {
    position: absolute;
    top: 38px;
    right: 8px;

}

.inv-kill {
    position: absolute;
    right: 8px;
    top: 8px;

}

.hmax150 {
    max-height: 150px;
    min-height: 150px;
    overflow-y: hidden;
}

.mt30 {
    margin-top: 30px
}

.backgrey {
    background-color: #303030
}

.backgrey:hover {
    background-color: #494949
}

.backgrey-l {
    background-color: #767676
}

.backgrey-l:hover {
    background-color: #868686
}

.pab-t5-r0 {
    position: absolute;
    right: 0px;
    top: 5px
}

.pab-t10-r10 {
    position: absolute;
    right: 10px;
    top: 10px
}

.pagination ul.nav-list {
    display: table;
    width: 100%;
    margin: 5px 0;
    padding: 0;
    text-align: center;
}

.pagination ul.nav-list li {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    padding-top: 5px;
    display: inline-block;
    margin-left: 3px;
    text-align: center;
    background-color: #0B1C2E;
    border: 1px solid #186876;

}

.pt3 {
    padding-top: 3px;
}

.pb4 {
    padding-bottom: 4px;
}

.pt7 {
    padding-top: 7px;
}

.mt8 {
    margin-top: 8px
}

.h240 {
    min-height: 240px
}

.cb {
    clear: both;
}

.tar {
    text-align: right
}

.text-grey-b {
    color: #91A6A9
}
.text-dark{color: #7A7979}

.backbutton {
    /*background-color: #0D3449*/
    background-color: #082535;
}

.backbutton:hover {
    background-color: #338D99
}

.backten-big-x {
    background-repeat: repeat-x;
    background: url("../../img/base/buttons/ready/button-54.png");
}

.h91 {
    height: 91px
}

.w20 {
    width: 15px
}

.pb-10 {
    padding-bottom: -10px
}

.mr-2 {
    margin-right: -2px
}
.mr-5 {
    margin-right: -5px
}

.mb-10 {
    margin-bottom: -10px
}
.w48pc {width: 48%}

.br50pc {
    border-radius: 50%
}

.hw7 {
    height: 7px;
    width: 7px
}

.backgreen-l {
    background-color: #2EE22E
}

.textred-t {
    color: #A80000;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.header-clan {
    background: url("../../img/base/dungeon/big/new3.jpg");
    width: 100%;
    height: 91px;
    background-size: cover
}

.blocks-l-c {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.wbw {
    word-wrap: break-word
}

.menuop {
    opacity: 0.91;

}
.menuop:hover {
    opacity: 1;

}
.menuop:hover .button {   background-color: #2EE22E;color: #FFAE00;
    border: 1px solid #FFE352 }
.w30pc2 {width: 30%}
.w30pc {width: 33%}
.w33pc {width: 33%}
.w28pc {width: 28%}
.w80pc {width: 80%}

.forum-theme{
    font-size: 10pt;
    text-shadow: none;
    display: table;
    width: 100%;
    background: url(../../img/base/buttons/ready/r-2.png) no-repeat 100% 50%;
    background-color: #091F35;
    padding: 7px 0;
    border-bottom: 1px solid #24557A;
    padding-right: 0px;

}

.forum-theme:hover { background-color: #092c44;}

.forum-theme2 {
    font-size: 10pt;
    text-shadow: none;
    display: table;
    width: 100%;
    background-color: #091F35;
    padding: 5px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #24557A;
    padding-right: 0px;
    height: 17px;

}

.w-1 {width:37%}
.w-2 {width:25%}
.w-3 {width:12%}
.w-4 {width:0%}
.border {border: 1px solid #40270d;  }
.upd { background:url(../../img/base/buttons/upd2.png) no-repeat 0 0 ;; height: 54px; width: 240px;}
.up { background:url(../../img/base/buttons/up.png) no-repeat 0 0 ;; height: 54px; width: 240px;}
.text-gold {color: #fbb900; text-shadow: 0px 2px 4px black;}
.pt15 {padding-top: 15px}
.mt20 {margin-top: 20px}
.mt-23 {margin-top: -23px}
.lc{
    position: relative;
    overflow: hidden;

    height: 44px;
    background: url('/img/base/buttons/lc.png') repeat-x 0 0 #0B121A;
}
.ll {
    float: left;
    width: 64px;
    height: 44px;
    background: url('/img/base/buttons/ll.png') no-repeat 0 0 #0B121A;
}
.lr {
    float: right;
    width: 64px;
    height: 44px;
    background: url('/img/base/buttons/lr.png') no-repeat 0 0 #0B121A;
}
.lt {
    position: relative;
    margin: 0 40px;
}

.w21 {width: 20px}
.backyellow {background-color: #C7C52A}
.h98 {height: 98px;}
.w98 {width: 98px}
.w95 {width: 95px}
.brb0 {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom:0px}
.brt0 {border: 1px solid #d1bf61;border-radius: 5px;border-top-right-radius: 0px;border-top-left-radius: 0px}
.pl35 {padding-left: 35px}



form.ban-md-form select
{
    margin: 5px 0;
    padding: 5px;
    resize: none;
    border: 0;
    border-top: 1px solid #d1bf61;
    border-bottom: 1px solid #B6BAC2;
    background-color: #FAF299;
    font-size: 10pt;
    opacity: .92;
}

form.ban-md-form select.reason
{
    width: 80%;
}

form.ban-md-form select.term
{
    width: 18%;
}

body.vk-gameMode {
    background: url('/img/base/headers/VK-BG.png') no-repeat 50% 0% #000 fixed!important;
}

@media only screen and (min-width: 700px)  {

    body.has-bg {
        margin: 0;
        padding: 0;
        display: block;
    }

    body.has-bg.default,
    body.has-bg.bg-1 {
        background: url('/img/base/headers/BG1.png') no-repeat 50% 0% #000 fixed;
    }

    body.has-bg.bg-2 {
        background: url('/img/base/headers/BG2.png') no-repeat 50% 0% #000 fixed;
    }

    body.has-bg.bg-3 {
        background: url('/img/base/headers/BG3.png') no-repeat 50% 0% #000 fixed;
    }
    body.has-bg.bg-4 {
        background: url('/img/base/headers/BG_2.jpg') no-repeat 50% 0% #000 fixed;
    }
}

.bl0{border-left: 0px}
.br0{border-right: 0px}
.br5-new {
    border-radius: 5px;
    border: 1px solid #d1bf61;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom:0px;
}
.mt1 {margin-top: 1px}
.op05 {opacity: 0.5}
.pl2 {padding-left: 2px}
body {margin:0px}

.text-green-2 {color: #07B970}

.backten-y {
    /*background: url(../../img/base/buttons/ready/ten-y.png) repeat-y*/
    background-color: #091b2c;
    background-image: linear-gradient(to right, #0a1219 15%, #091a2b 30%, #091a2b 40%, #0a1522 70%, #0a1522 85%);
}

.backten-y-2 {
    /*background: url(../../img/base/buttons/ready/ten-y-2.png)  repeat-y;*/
    background-color: #091521;
    background-image: linear-gradient(to right, #0a1219 15%, #091a2b 30%, #091b2c 50%, #091a2b 70%, #0a1219 85%);
}
.backfon-3 .backten-y:hover{
    background-color: #091b2c;
    background-image: linear-gradient(to right, #0a131b 15%, #0f2234 30%, #0f2234 50%, #0f2234 70%, #0f2234 85%);
}

.vk-share-link-holder > a
{
    display: block!important;
    padding: 0px 5px 0 5px;
}

.repost-img-container img
{
    min-height: 150px;
    width: auto;
}
.vkinv {
    border: 1px solid black;
    background: #071d29;
    background-image: linear-gradient(to top, #0c3145 1%, #0a2b3d 10%, #071d29 54%, #05151d 97%);
    width: 80px}
.vkinv:hover {
    background: #092b39;
    background-image: linear-gradient(to top, #0c384c 1%, #0a3346 10%, #092b39 54%, #051c24 97%);
}

.vkinv2 {padding-top: 58px;padding-bottom:18px;width: 26px}

ul.table-row
{
    /*display: table-row;*/
    padding: 0px;
    margin: 0px 0px;
}

ul.table-row li
{
    display: table-cell;
}

div.vk-friends-bar
{
    max-width: 736px;
    overflow: hidden;
}

div.vk-bar-holder
{
    display: inline-block;
    margin: 0 auto;
}

div.vk-bar-holder > .ib
{
    float: left;
}
.dn {display: none}
.wb {-webkit-filter:grayscale(100%);    -moz-filter: grayscale(100%);    -ms-filter: grayscale(100%);    -o-filter: grayscale(100%);    filter: grayscale(100%);}
.dtc {display :table-cell}
.dt  {display :table;width: 100%}


.elkastar{        animation: elkastar 3s linear infinite;}
.elka2 { animation: elka 4s linear infinite;}
@keyframes elkastar {
    0% {
        opacity: 0.7; -webkit-transform: rotate(-0.1deg);

    }
    50% {opacity: 1;   -webkit-transform: rotate(0.1deg);
    }
    100% {opacity: 0.7; -webkit-transform: rotate(-0.1deg);
    }
}
.ball { animation: ball 2s ease-out infinite;}
@keyframes ball {
    0% {
        opacity: 0.7;
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }
    50% {
        opacity: 1;
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }
    100% {
        opacity: 0.7;
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    } }

.ball2 { animation: ball2 2s ease-out infinite;}
@keyframes ball2 {
    0% {opacity: 1;
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }
    50% {opacity: 0.6;
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg)
    }
    100% {opacity: 1;
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }
}


.fall_snow {
    background-image: url('../../img/base/elka/snow1.png'), url('../../img/base/elka/snow2.png'), url('../../img/base/elka/snow3.png');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-animation: snow 60s linear infinite;
    -moz-animation: snow 60s linear infinite;
    -ms-animation: snow 60s linear infinite;
    animation: snow 60s linear infinite;
}
@keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 3200px 4820px, 1600px 2410px, -1600px 2410px;}

}
@-moz-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 3200px 4820px, 1600px 2410px, -1600px 2410px;}
}
@-webkit-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 3200px 4820px, 1600px 2410px, -1600px 2410px;}
}
@-ms-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 3200px 4820px, 1600px 2410px, -1600px 2410px;}
}

.pag  ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;

}
.pag ul li {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    padding: 5px;
    display: inline-block;
    margin-left: 3px;
    text-align: center;
    background-color: #0B1C2E;
    border: 1px solid #186876;
}



.b-popup {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.b-popup.b-popup--show {
    display: block;
    background-color: rgba(30,30,30,0.7);
    animation-duration: 0.1s;
    animation-name: animate-b-popup-show;
}
.b-popup__content {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.b-popup__window--show {
    position: relative;
    animation-duration: 0.6s;
    animation-name: animate-b-popup-show--window;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: 30%;
}

@keyframes animate-b-popup-show {
    from {
        background-color: rgba(30,30,30,0);
    }

    to {
        background-color: rgba(30,30,30,0.7);
    }
}
@keyframes animate-b-popup-show--window {
    from {
        top: 20%;
    }

    to {
        top: 30%;
    }
}

.chest_silver {
    background: url(../../img/base/elka/chest_silver.png) center;
    background-size: cover;
}

.chest_gold {
    background: url(../../img/base/elka/chest_gold.png) center;
    background-size: cover;
}
.chest_ferrum {
    background: url(../../img/base/elka/chest_ferrum.png) center;
    background-size: cover;
}
.chest_platina {
    background: url(../../img/base/elka/chest_platina.png) center;
    background-size: cover;
}
.chest_super {
    background: url(../../img/base/elka/chest_super.png) center;
    background-size: cover;
}


.bar_green {
    background: linear-gradient( to top, #10a716 0%, #04ec36 50%,  #33d441 100%);
    background-color: #33d441;
    /*box-shadow: 0 0 2px #428eff;*/
    border-radius: 1px;
    overflow: hidden;
    height: 6px;}
.bar_red {background-color: #962f2f; height: 6px;
    /*background: linear-gradient( to top, #a7474d 0%, #ec0023 50%,  #d42f36 100%);*/
    background: linear-gradient( to top, #a7474d 0%, #ec0023 50%,  #d42f36 100%);
}
.count-tut {    position: absolute;    top: 0;    right: 8px;    font-size: 8pt;    text-align: center;
    vertical-align: top;    width: 18px;    height: 15px;    padding-left: 2px;    border-radius: 50%;    color: #fff}
.tutnpc:active, .tutnpc1:hover .tutnpc  {
    -webkit-animation: 0.2s tremor ease-out infinite;
    animation: 0.2s tremor ease-out infinite;}
@keyframes tremor {    0%, 25% {        left: -2px;        -webkit-transform: translateX(-4%);        transform: translateX(-4%);    }
    50%, 100% {        left: 2px;        -webkit-transform: translateX(4%);        transform: translateX(4%);    }}
.back-h, .back- {background-image: url(../../img/base/tut/fon1.png); width: 320px;height: 160px;  background-position: bottom}
.back-blu {background-image: url(../../img/base/tut/blu.png); width: 320px;height: 160px;  background-position: bottom}
.back-car {background-image: url(../../img/base/tut/car.png); width: 320px;height: 160px;  background-position: bottom}
.back-feb {background-image: url(../../img/base/tut/feb.png); width: 320px;height: 160px;  background-position: bottom}
.back-hel {background-image: url(../../img/base/tut/hel.png); width: 320px;height: 160px;  background-position: bottom}
.back-hrm {background-image: url(../../img/base/tut/hrm.png); width: 320px;height: 160px;  background-position: bottom}
.back-may {background-image: url(../../img/base/tut/may.png); width: 320px;height: 160px;  background-position: bottom}
.back-meh {background-image: url(../../img/base/tut/meh2.png); width: 320px;height: 160px;  background-position: bottom}
.back-pir {background-image: url(../../img/base/tut/pir.png); width: 320px;height: 160px;  background-position: bottom}
.back-red {background-image: url(../../img/base/tut/red.png); width: 320px;height: 160px;  background-position: bottom}
.back-sea {background-image: url(../../img/base/tut/sea.png); width: 320px;height: 160px;  background-position: bottom}
.back-sky {background-image: url(../../img/base/tut/sky.png); width: 320px;height: 160px;  background-position: bottom}
.more {padding-top: 95px;height: 20px;width:320px;background-image: linear-gradient(to top, #0a1219 10%, rgba(244, 244, 244, 0) 100%);}
.hmore {height: 120px}
.bw {-webkit-filter: grayscale(100%);}
.tutnpc {width: 120px;height: 150px}
.tutnpc1 {width: 100px;height: 125px}
.oh {overflow: hidden}
.op06 {opacity: 0.6}
.button-new i {height: 24px;width: 24px}
.w50pc70 {width: calc(50% - 35px);}
.w124 {width: 124px}
.backgreen {    background-color: #393}
.backgreen:hover, .boxs:hover .backgreen, .hb:hover .backgreen {    background-color: #2EE22E}
.needclick { animation: needclick 4s ease-out infinite;}
@keyframes needclick {
    0% { color: #fffb11;
    }    50% { color: #ff171d;
         }    100% {color: #fffb11;
              }}
.needclick2 { animation: needclick2 4s linear infinite;}
@keyframes needclick2 {
    0% { color: #CACACA;    }
    60% { color: #CACACA;    }
    80% { color: #fefffd;   }
    100% {color: #CACACA;        }}
.small i[class*=icon-], .nav i[class*=icon2-] {
    height: 16px;width: 16px; background-size: cover;
}
.petbar {
    background-color: #272C37;
    background: linear-gradient( to top, #2b3035 0%, #272c37 50%,  #5a6370 100%);
    border-radius: 1px;
    overflow: hidden;
    height: 8px;}
.petbar-y {      background: linear-gradient( to top, #887e09 0%, #b47d00 50%,  #ddb111 100%);
    background-color: #b47d00;
    float: left;
    height: 8px;}
.grad-blue {background: #0c5683;
    background-image: linear-gradient(to top, #075481 1%, #144f73 10%, #004875 54%, #073950 97%)}
.grad-blue:hover {background: #1a8395;
    background-image: linear-gradient(to top, #075d8c 1%, #155b86 10%, #0c6092 54%, #054a68 97%)}
.cp {cursor: pointer}
.pb7 {padding-bottom: 7px}
.tut_but {border-radius: 5px 5px 0px 0px; border: 1px solid #d1bf61; }
.tut_not {width: 180px;background-color:rgba(28, 36, 58, 0.69);}
.pr2 {padding-right: 2px}
.w70pc {width: 70%}
.h70 {    height: 70px}
.h30 {    height: 30px}
.h32 {    height: 32px}
.h77 {    height: 77px}
.w77 {    width: 77px}
.h80 {    height: 80px}
.h200 {    height: 192px;    overflow-y: hidden;}
.w320 {width: 320px}
.h220 {height: 220px}
.part_bar {
    width: 30px;
    height: 100px;
    background-color: #161316;
    border:1px solid #d1bf61;
    border-top: 0px;
    border-bottom: 0px;
    overflow: hidden
}
.part_bar_green {
    width: 28px;background-color:  #18a20d;
    background-image: linear-gradient(to left, #055d0f 10%, #0b8a0e 25%, #1db910 50%, #0b7c0d 75%, #0b6b09 100%);
    border-right:1px solid #003e07;

    position: absolute;
    bottom: 0px;
    left: 0px;
}
.back_sur {background: url('/content/img/base/headers/surivival480.png'); width: 320px;height: 160px; background-size: cover}
.back_ohota {background: url('/content/img/base/headers/ohota480.png'); width: 320px;height: 160px; background-size: cover}
.back_petbattle {background: url('/content/img/base/headers/petbattle.png'); width: 320px;height: 160px; background-size: cover}
.table_sur {background: url('/content/img/base/headers/table.png'); width: 100px;height: 26px;background-size: cover}
.throne_sur {background: url('/content/img/base/headers/throne480.png'); width: 320px;height: 106px; background-size: cover;  position: absolute;bottom: 0px;left: 0px}
.h195 {height: 195px}
.sur_top1 { position: absolute; width: 38px;height: 38px; bottom: 63px; left: 142px; border-radius: 20%}
.sur_top2 { position: absolute; width: 39px;height: 39px; bottom: 43px; left: 36px; border-radius: 20%}
.sur_top3 { position: absolute; width: 38px;height: 38px; bottom: 38px; left: 249px; border-radius: 20%}
.pb34 {padding-bottom: 34px}
.pb13{padding-bottom: 13px}
.pb8 {padding-bottom: 8px}
.pet_info_panel {background-color: rgba(10, 50, 57, 0.78);width: 220px; border: 1px solid rgba(0, 0, 0, 0.46); border-top:1px;border-top-left-radius: 10px; border-top-right-radius: 10px;}
.h124 {height: 124px}

.ajax-loader:after {
    content: '';
    position: fixed;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    width: 0;
    background: #2da4e7;
    height: 3px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    transition: width 0.5s ease-in-out;
}
.ajax-loader--show:after {
    display: block;
}
.ajax-loader--progress:after {
    width: 75%;
}
.ajax-loader--done:after {
    transition-duration: 0.1s;
    width: 100% !important;
}
