.widget@charset "utf-8";
@import "validation.css";
@import "notice.css";
@import "ui.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}


}
 # but1 {
    background: url(../images/buttons/b1_1.jpg)no - repeat top right
}
 # but2 {
    background: url(../images/buttons/b1_3.jpg)no - repeat
}
 # but3 {
    background: url(../images/buttons/b1_2.jpg)repeat - x
}
 # but1: hover {
    background: url(../images/buttons/b2_1.jpg)no - repeat top right
}
 # but2: hover {
    background: url(../images/buttons/b2_3.jpg)no - repeat
}
 # but3: hover {
    background: url(../images/buttons/b2_2.jpg)repeat - x
}
 # but1: active {
    background: url(../images/buttons/b3_1.jpg)no - repeat top right
}
 # but2: active {
    background: url(../images/buttons/b3_3.jpg)no - repeat
}
 # but3: active {
    background: url(../images/buttons/b3_2.jpg)repeat - x
}
.item_search {
    background: url(../images/search_b1.jpg)repeat - x;
    padding: 5px 7px 5px 19px;
    width: 30px;
    heigth: 26px
}
.item_search: hover {
    background: url(../images/search_b2.jpg)repeat - x;
    padding: 5px 7px 5px 19px;
    width: 30px;
    heigth: 26px
}
.item_search: active {
    background: url(../images/search_b3.jpg)repeat - x;
    padding: 5px 7px 5px 19px;
    width: 30px;
    heigth: 26px
}
.style2 {
    font - size: 11px;
    color:  # d03a3a
}
.style4 {
    font - size: 11px;
    color:  # 1facb9
}
.style5 {
    font - size: 13px;
    color:  # 1facb9
}
 # market a {
    color:  # 999
}
 # tooltip {
    position: absolute;
    z - index: 3000;
    border: 1px solid # 111;
    color:  # fff;
    background - color:  # 221f28;
    padding: 5px;
    opacity: .9;
    font: 10px Tahoma,
    Helvetica,
    sans - serif;
    text - align: center
}
 # tooltip h3,  # tooltip div {
    margin: 0
}




 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    /*
    background: url(../images/fon-bggg.jpg) center top -50px no-repeat, url(../images/footer-bg.jpg) center bottom no-repeat, url(../images/forum/forum-bgg.jpg) center repeat-y;
    */
    background: url(../images/fon-bggg.jpg) center top -50px no-repeat, url(../images/footer-bg.jpg) center bottom no-repeat;
    background-color: #0c0c0e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    min-height: 100vh;
    overflow-x: hidden;
}
a {
    transition: all 0.3s ease;
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}
h1,
h2,
h3 {
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}

table td {
    border-collapse: collapse;
    padding: 4px;
}
table tr:nth-child(odd) {
//background-color: rgba(136, 93, 15, 0.2);
}
caption {
    margin-bottom: 15px;
}
input,
textarea {
    background: url(../images/red-light-bg.jpg);
    border-radius: 30px;
    border: 1px solid #9b666e;
    color: #fff;
    padding: 8px 18px;
    position: relative;
}

button,
.button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: brown;
    border-radius: 5px;
    border: none;
    color: #fff;

    position: relative;
    z-index: 1;
    padding: 5px 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0em 0.5em 10px rgba(31, 29, 29, 0.7);
}

button:hover,
.button:hover {
    background: #c1b51c;
}
.button-border:after {
    content: "";
    border-radius: 8px;
    border: 3px solid rgba(80, 72, 57, 0.5);
    left: -3px;
    top: -3px;
    height: 100%;
    width: 100%;
    position: absolute;
}

:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #c37289;
}
::-moz-placeholder {
    color: #c37289;
}
:-moz-placeholder {
    color: #c37289;
}
:-ms-input-placeholder {
    color: #c37289;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container {
    min-height: 1300px;
    display: flex;
    position: relative;
}

.flex {
    display: flex;
}
.flex-s {
    display: flex;
    justify-content: space-between;
}
.flex-s-c {
    display: flex;
    justify-content: space-between;
}
.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-panel {
    width: 100%;
    position: absolute;
    top: 0px;
    background: url(../images/content-title-bge.png) no-repeat;
    background-size: 100%;
    border-bottom: 2px solid #8c2017;
    z-index: 10;
}

.menu li a:before {
    content: "";
    position: absolute;
    background: url(../images/point-menu.png) no-repeat;
    height: 23px;
    width: 4px;
    left:0px;
    top: 22px;
}
.menu li:first-child a:before{
    display: none;
}

.menu {
    height: 66px;
}
.menu li {
    margin: 0px 8px;
}
.menu a {
    color: #e9dd46;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 26px;
    font-weight: 600;
    display: block;
    height: 66px;
    line-height: 66px;
    position: relative;
}

.menu a:after {
    content: "";
    transition: 0.3s;
    height: 0px;
    width: 0px;
}

.menu a:hover {
    color: #fbf6b6;
}

.menu a:hover:after {
    content: "";
    height: 2px;
    width: 100%;
    bottom: -2px;
    left: 0px;
    position: absolute;
    background: #fbf6b6;
}
.menu .active a {
    color: #fbf6b6;
    border-bottom: 2px solid #fbf6b6;
    bottom: -2px;
}

.language-block {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin: 10px 10px 0 20px;

}

.language-block a {
    height: 22px;
    width: 22px;
    margin: 0px 5px;
    float: right;
    opacity: 0.9;
}
.language-block a:hover {
    opacity: 1.9;
}

.languages a {
    margin-left: 10px;
}

.languages a:hover {
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
    margin-left: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 400px;
    position: relative;
}
.logo {
    display: block;
    position: absolute;
    margin-left: -180px;
    bottom: 5px;
    z-index: 2;
    transition: 0.3s;
}

.logo:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.countdown-block {
    position: absolute;
    bottom: 74px;
    text-align: center;
    width: 100%;
}
.countdown-block h3 {
    color: #5a2824;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.countdown li {
    margin: 0px 7px;
    position: relative;
}
.countdown li:after {
    content: ":";
    position: absolute;
    right: -12px;
    top: 8px;
    font-size: 38px;
    color: #3b0c16;
}
.countdown li:first-child:after {
    display: none;
}
.countdown li:last-child:after {
    display: none;
}
.countdown span {
    display: block;
    background: rgba(120, 40, 62, 0.5);
    border-radius: 6px;
    height: 60px;
    width: 60px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-bottom: 7px;
}
.countdown p {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #5a2823;
    text-transform: uppercase;
}

.leaves-left-1Z {
    background: url(../images/leaves-left-1.png) no-repeat;
    width: 120px;
    height: 133px;
    position: absolute;
    left: 50px;
    top: -300px;
    animation: leaves-left-1 12s infinite linear;
}
@keyframes leaves-left-1Z {
    0% {
        top: -300px;
    }
    90% {opacity: 1;}
    100% {
        top: 750px;
        transform: rotate(-200deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-left-2Z {
    background: url(../images/leaves-left-2.png) no-repeat;
    width: 160px;
    height: 72px;
    position: absolute;
    left: 50px;
    top: -200px;
    animation: leaves-left-2 12s infinite linear;
    animation-delay: 6s;
}
@keyframes leaves-left-2Z {
    0% {
        top: -200px;
    }
    90% {opacity: 1;}
    100% {
        top: 750px;
        opacity: 1;
        transform: rotate(-150deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-left-3Z {
    background: url(../images/leaves-left-3.png) no-repeat;
    width: 120px;
    height: 88px;
    position: absolute;
    left: 50px;
    top: -200px;
    animation: leaves-left-3 12s infinite linear;
    animation-delay: 9s;
}
@keyframes leaves-left-3Z {
    0% {
        top: -200px;
    }
    90% {opacity: 1;}
    100% {
        top: 750px;
        transform: rotate(-250deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-left-4Z {
    background: url(../images/leaves-left-4.png) no-repeat;
    width: 120px;
    height: 106px;
    position: absolute;
    left: 50px;
    top: -300px;
    animation: leaves-left-4 12s infinite linear;
    animation-delay: 3s;
}
@keyframes leaves-left-4Z {
    0% {
        top: -250px;
    }
    90% {opacity: 1;}
    100% {
        top: 750px;
        transform: rotate(-150deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-left-5Z {
    background: url(../images/leaves-left-5.png) no-repeat;
    width: 170px;
    height: 108px;
    position: absolute;
    left: 50px;
    top: -300px;
    animation: leaves-left-5 12s infinite linear;
    animation-delay: 7s;
}
@keyframes leaves-left-5Z {
    0% {
        top: -250px;
    }
    90% {opacity: 1;}
    100% {
        top: 750px;
        transform: rotate(-250deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-right-1Z {
    background: url(../images/leaves-right-1.png) no-repeat;
    width: 200px;
    height: 115px;
    position: absolute;
    right: 200px;
    top: -250px;
    animation: leaves-right-1 12s infinite linear;
    animation-delay: 1s;
}
@keyframes leaves-right-1Z {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(-200deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(-200deg);
        right: -250px;
        opacity: 0;
    }
}
.leaves-right-2Z {
    background: url(../images/leaves-right-2.png) no-repeat;
    width: 140px;
    height: 55px;
    position: absolute;
    right: 200px;
    top: -250px;
    animation: leaves-right-2 12s infinite linear;
    animation-delay: 3s;
}
@keyframes leaves-right-2Z {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(-100deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(-120deg);
        right: -250px;
        opacity: 0;
    }
}
.leaves-right-3Z {
    background: url(../images/leaves-right-3.png) no-repeat;
    width: 160px;
    height: 74px;
    position: absolute;
    right: 100px;
    top: -250px;
    animation: leaves-right-3 12s infinite linear;
    animation-delay: 6s;
}
@keyframes leaves-right-3Z {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(150deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(170deg);
        right: -250px;
        opacity: 0;
    }
}
.leaves-right-4Z {
    background: url(../images/leaves-right-4.png) no-repeat;
    width: 59px;
    height: 110px;
    position: absolute;
    right: 200px;
    top: -250px;
    animation: leaves-right-4 12s infinite linear;
    animation-delay: 9s;
}
@keyframes leaves-right-4Z {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(150deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(170deg);
        right: -250px;
        opacity: 0;
    }
}
.leaves-right-5Z {
    background: url(../images/leaves-right-5.png) no-repeat;
    width: 110px;
    height: 65px;
    position: absolute;
    right: 250px;
    top: -250px;
    animation: leaves-right-5 12s infinite linear;
    animation-delay: 2s;
}
@keyframes leaves-right-5Z {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(150deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(170deg);
        right: -250px;
        opacity: 0;
    }
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.download-block a {
    background: url(../images/download-buttone.jpg) center;
    height: 90px;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #555555;
}

.download-block a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.download-block b {
    text-shadow: 1px 1px 1px rgba(191, 120, 35, 0.5);
}

.download-block a span {
    padding-left: 50px;
}
.download-block a b {
    font-weight: 400;
    display: block;
    color: white;
    font-size: 12px;
    margin-top: 5px;
}
.widget {
    padding: 25px;

    padding-top: 31px;padding-bottom: 40px;
    
}

.brown-widget {
    background-color: #000000;
}
.widget-title {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    font-size: 14px;
    margin-bottom: 28px;
    position: relative;
    text-shadow: 1px 3px 3px rgba(25, 23, 23, 0.85);
}
.widget-title a:hover {
    text-decoration: underline;
}
.widget-title span {
    display: block;
    margin-top: 9px;
}
.widget-title:after {
    content: "";
    background: url(../images/widget-title-bge.png) center right no-repeat;
    width: 117px;
    height: 69px;
    position: absolute;
    right: -22px;
    top: -26px;
}
.widget-title span,
.widget-title a {
    text-transform: none;
    font-size: 12px;
    color: #959da7;
    font-weight: 400;
}
.l-input {
    width: 235px;
    height: 44px;
    border: none;
    padding: 7px 60px 15px 50px;
    position: relative;
}
.l-input input {
    background: none;
    border: none;
    padding: 5px 15px;
    width: 170px;
}
.select-hidden {
    display: none;
    visibility: hidden;
}
.select {
    cursor: pointer;
    display: block;
    position: relative;
    width: 170px;
    height: 30px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in;
    color: #fff;
    padding: 7px 15px;
    width: 170px;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: -50px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: linear-gradient(to bottom, #2a1c14, #573b2b);
    border: 1px solid #6a4411;
    width: 235px;
}

.select-options li {
    margin: 0;
    list-style: none !important;
    margin: 0px !important;
    padding: 10px 10px;
    border-bottom: 1px solid #744906;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #fff;
}
.select-options li:hover {
    background: rgba(255, 255, 255, 0.1);
}


.select-options li[rel="hide"] {
    display: none;
}

.login-block p {
    margin-bottom: 5px;
}
.login-block a:hover {
    text-decoration: underline;
}
.login-block .lost a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.login {
    background: url(../images/login-input.png) no-repeat;
}
.pass {
    background: url(../images/password-input.png) no-repeat;
}
.select-s {
    background: url(../images/select_server.png) no-repeat;
}
.select-s-page {
    background: url(../images/select_server-page.png) no-repeat;
}
.buttons {
    margin-top: 10px;
}
.top-block {
    width: 100%;
    color: #ffffff;
}
.top-block span {
    display: block;
    padding-bottom: 1px;
}
.top-block .top-number {
    width: 35px;
}
.top-block .top-flag {
    width: 25px;
    padding-top: 2px;
}

.top-block .top-name {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-block .top-lvl {
    width: 55px;
}
.top-block .top-lvl sup {
    font-size: 10px;
    color: #ff0000;
}
.top-list {
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    font-size: 12px;
    border-bottom: 1px dashed #62441b;
    transition: 0.3s;
}
.top-list a {
    color: #fff;
}
.top-list:hover {
    background: url(../images/fon-hover.jpg) repeat;
    margin: -1px -30px 0px -30px;
    padding: 0px 28px 0px 28px;
    box-shadow: 0em 0.5em 10px rgba(0, 0, 0, 0.5);
    height: 37px;
    color: #ffd562;
    position: relative;
    z-index: 5;
}

.top-list:hover a {
    color: #ffd562;
}
.top-title {
    height: 37px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    background: #1a100a;
    font-size: 13px;
    border-bottom: 1px solid #412a0b;
}
.no-reset {
    text-align: right;
    margin-top: 15px;
}
.no-reset a {
    color: #ffd562;
    font-size: 12px;
}
.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery li {
    position: relative;
}
.gallery li img {
    outline: 1px solid rgba(255, 255, 255, 0.3);
    outline-offset: -1px;
    width: 113px;
    height: 75px;
}
.gallery li:first-child {
    margin-bottom: 8px;
}
.gallery li:first-child img {
    width: 235px;
    height: 145px;
    outline: 1px solid #ffffff;
}
.gallery li:first-child a {
    width: 235px;
    height: 145px;
}
.gallery li:first-child a:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 50px 80px 5px rgba(0, 0, 0, 0.7);
}
.gallery li:first-child a:before {
    content: "";
    background: url(../images/play-icon.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -20px;
    width: 46px;
    height: 46px;
    z-index: 2;
}
.gallery li a {
    display: block;
    cursor: pointer;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
    width: 630px;
    line-height: 1.3;
    background: url(../images/fon-all-news-bge.jpg) repeat-y;
    position: relative;
    color: #230707;
    background-color: #1E0C0C;
}
.content a {
    //text-decoration: underline;
}
.content-page {
    background: red;
    min-height: 50px;
    padding: 20px;
    line-height: 1.6;
}
.content-page img {
    max-width: 590px;
}
.content-page ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.content-page ul li {
    list-style: circle;
    margin: 5px 0px;
}
.sidebar {
    width: 285px;
    padding-top: 58px;
}

.slider-effect {
    content: "";
    position: absolute;
    width: 136px;
    height: 104px;
    background: url(../images/slider-effecte.png) no-repeat;
    top: 375px;
    left: 261px;
    z-index: 1;
}
.slider-effect2 {
    content: "";
    position: absolute;
    width: 136px;
    height: 104px;
    background: url(../images/img-server-righte.png) no-repeat;
    top: 383px;
    right: 251px;
    z-index: 1;
}

.slider {
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 100px;
    width: 630px;
    height: 280px;
}

.slider .slides {
    position: relative;
    transition: 1s;
}
.slider .slides .slide {
    float: left;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 630px;
    height: 280px;
    border: 1px solid #373022;
}
.slider .slides .slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 80px;
}
.slider .slides .slide-info {
    position: relative;
    padding: 42px 35px 35px 35px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.slider .slides .slide-info h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.slider .slides .slide-info .slide-text {
    background: linear-gradient(to bottom, rgba(36, 32, 27, 0.8) 70%, rgba(0, 0, 0, 0));
    color: #fff;
    line-height: 1.7;
    padding: 15px 35px;
    width: 628px;
    height: 120px;
    margin-left: -35px;
    margin-top: 135px;
    position: absolute;
}
.slider .button {
    transition: all 0.3s ease;
    cursor: pointer;

    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 11px;
    position: absolute;
    z-index: 1;
    padding: 12px 28px;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0em 0.5em 10px rgba(31, 29, 29, 0.7);
}
::-webkit-scrollbar{
    width:16px
}
::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
::-webkit-scrollbar-thumb{
    background:rgba(255,0,0,.8);
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)
}
::-webkit-scrollbar-thumb:window-inactive{
    background:rgba(255,0,0,.4)
}
/*# sourceMappingURL=style.css.map */
body, a, input, select {cursor: url(../images/mu2.gif), url(../images/mu2.cur),auto;}
a:hover, input:hover, select :hover,option{cursor: url(../images/mu.gif), url(../images/mu.cur),auto;}
a:active, input:active, select :active,option{cursor: url(../images/mu.gif), url(../images/mu.cur),auto;}
a:hover,
button:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
}
button {
    cursor: url(../images/mu2.gif), url(../images/mu2.cur),auto;
}
.char {
    cursor: url(../images/mu2.gif), url(../images/mu2.cur),auto;
}
.char:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
}

.prev, .next {
    cursor: url(../images/mu2.gif), url(../images/mu2.cur),auto;
}
.prev:hover, .next:hover {
    cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
}
.slider .slide-date {
    position: absolute;
    left: 35px;
    bottom: 15px;
}
.slider .slides .slide-info .slide-text:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #E94B29;
    top: -2px;
    left: 0;
}
.slider .slides .slide-info .slide-i {
    width: 100%;
}
.slider .slides .slide-info p {
    margin-bottom: 0px;
}
.slider .slides .slide-info .slide-date {
    font-size: 14px;
    color: #E94B29;
    font-family: Candara, Arial, sans-serif;
}
.slider .slides .slide-info .slide-date span {
    color: #38352f;
    font-size: 18px;
}
.slider .slides .active .slide-info {
    transition: all 2s ease;
    opacity: 1;
}
.slider .arrows {
    position: absolute;
    height: 33px;
    width: 33px;
    top: 125px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
}
.slider .next {
    background: url(../images/arrow-right.png) no-repeat;
    right: 1px;
}
.slider .prev {
    background: url(../images/arrow-left.png) no-repeat;
    left: 1px;
}
.slider .navigation {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.slider .navigation .dot {
    width: 5px;
    height: 5px;
    cursor: pointer;
    background-color: #fff;
    margin: 0px 10px;
    border-radius: 5px;
}
.slider:hover .next,
.slider:hover .prev {
    opacity: 1;
    transition: all 0.7s ease;
}
.slider .navigation .active {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    background-color: #ffc103;
    position: relative;
}
.slider .navigation .active:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid rgba(240, 71, 71, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(240, 71, 71, 0.6);
}


.content-title, .title1{
    background: url(../images/content-title-bge.png) no-repeat;
    height: 74px;
    position: relative;
    z-index: 2;
    padding: 19px 39px 0px 39px;
}

.content-title a,.title1 1{
    color: #fff;
    font-size: 12px;
}

.content-title h1, .title1 h1,
.content-title h2, .title1 h2,
.content-title h3, .title1 h3{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 400;
}
.block {
    min-height: 110px;
}
.news-block {
    margin-top: 0px;
    color: #230707;
    font-size: 12px;
    padding: 10px;
}

.news .news-img img {
    display: block;
}
.news .news-info {
    width: 100%;
    padding: 24px 10px 24px 20px;
}
.news .news-info .cont {

    margin-left: -15px;

    margin-bottom: 15px;

}

.news-date-page{
    font-family: Candara, Arial, sans-serif;
    color: darkred;
    font-size: 14px;
    padding-top: 20px;
}

.news-date-page span{
    color: #736c10;
}

.news-date {
    font-family: Candara, Arial, sans-serif;
    color: #903c3c;
    font-size: 14px;
}
.news-date {
    color:  darkred;
    margin-left: -15px;
    padding-top: 14px;
}

.news-i .button {
    border: 3px solid rgba(247, 230, 200, 0.27);
    box-shadow: 0em 0.5em 10px rgba(122,122,122,0.7);
}
.news-date span {
    color: #736c10;
}

.top-news-block .news-info {
    position: relative;
    z-index: 2;
}
.top-news-block .news-info h2 {
    border-bottom: 1px solid #cdae8e;
    margin: 6px -20px 20px -15px;
    padding: 0px 20px 20px 0px;
}
.top-news {
    background-position: left;
    background-repeat: no-repeat;
    height: 304px;
//padding-left: 265px;
    position: relative;
}
.top-news:after {
    content: "";
    position: absolute;
    background: url(../images/fon-news-bg.png) no-repeat;
    width: 630px;
    height: 304px;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.pagination {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;

}
.page-numbers {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #d3c9b1;
    color: #8d7951;
    text-decoration: none !important;
    font-size: 12px;
    margin: 0px 7px;
}
.page-numbers.active {
    background: radial-gradient(#d3c846, #959da7);
    color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.page-numbers:hover {
    background: radial-gradient(#e9e08b, #d1c876);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
    background: radial-gradient(#d3c846, #959da7);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
    background: radial-gradient(#e9e08b, #d1c876);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.page-numbers.prev {
    margin: 0px 25px 0px 0px;
}
.page-numbers.next {
    margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
    content: "";
    position: absolute;
    background: url(../images/prev-p.png) no-repeat;
    width: 12px;
    height: 16px;
    margin-left: -8px;
    margin-top: -7px;
    left: 50%;
    top: 50%;
    z-index: 2;
}
.page-numbers.prev:hover:after {
    background: url(../images/prev-p.png) no-repeat;
}
.page-numbers.next:after {
    content: "";
    position: absolute;
    background: url(../images/next-p.png) no-repeat;
    width: 12px;
    height: 16px;
    margin-right: -8px;
    margin-top: -7px;
    right: 50%;
    top: 50%;
}
.page-numbers.next:hover:after {
    background: url(../images/next-p.png) no-repeat;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.status-block {
    position: relative;
    background: url(../images/status-bge.jpg) no-repeat;
    height: 120px;
    padding-left: 70px;
    color: #230707;
}

.status-block2 {
    position: relative;
    background: url(../images/status-bge.jpg) no-repeat;
    height: 120px;
    padding-left: 70px;
    color: #230707;
}

.status-block3 {
    position: relative;
    background: url(../images/status-bge.jpg) no-repeat;
    height: 120px;
    padding-left: 70px;
    color: #230707;
}

.status-block3:after {
    content: "";
    position: absolute;
    background: url(/assets/DestroyS3/images/e4.png) no-repeat;
    width: 83px;
    height: 97px;
    left: 20px;
    top: 23px;
}

.status-block2:after {
    content: "";
    position: absolute;
    background: url(/assets/DestroyS3/images/e5.png) no-repeat;
    width: 83px;
    height: 97px;
    left: 20px;
    top: 23px;
}

.status-block:after {
    content: "";
    position: absolute;
    background: url(../images/e4.png) no-repeat;
    width: 83px;
    height: 97px;
    left: 20px;
    top: 23px;
}
/*
.status-block:before {
    content: "";
    position: absolute;
    background: url(../images/img-server-right.png) no-repeat;
    width: 128px;
    height: 91px;
    right: -20px;
    top: -16px;
}
*/
.server {
    width: 160px;
    font-size: 12px;
}
.server .server-name {
    color: white;
}
.server .status-Offline {
    color: brown;
    float: right;
}
.server .status-Online {
    color: #58c526;
    float: right;
}
.server .status-Online b {
    font-weight: 400;
    color: #58c526;
}
.progress-bar {
    height: 16px;
    margin: 9px 0px 6px 0px;
    position: relative;
}
.progress-bar:after {
    content: "";
    position: absolute;
    background-color: #111;
    width: 100%;
    height: 4px;
    top: 7px;
    left: 0px;
}
.progress-bar span {
    height: 16px;
    background: url(../images/line-server.png) repeat-x;
    display: block;
    position: relative;
    z-index: 1;
}
.desc {
    color: #959da7;
    font-size: 11px;
    text-decoration: none;
}
.desc:hover {
    text-decoration: none;
}
.top-block.guild .top-number {
    width: 60px;
}
.top-block.guild .top-number img {
    margin-bottom: -2px;
}
.top-block.guild .top-name {
    width: 105px;
}
.top-block.guild .score {
    width: 60px;
}
.events {
    line-height: 1.2;
}
.events li {
    border-bottom: 1px dashed #62441b;
    padding: 15px 0px;
    transition: 0.5s;
}
.events li:hover {
    background: url(../images/fon-hover.jpg) repeat;
    margin: -1px -30px 1px -35px;
    padding: 15px 35px 15px 25px;
    box-shadow: 0em 0.5em 10px rgba(0, 0, 0, 0.5);
    color: #ffd562;
    z-index: 2;
    position: relative;
}

.events li:hover a {
    color: #ffd562;
}
.events li:hover span {
    color: #a79255;
}
.events li a {
    display: block;
    margin-bottom: 4px;
    color: #fff;
}
.events li span {
    color: #bfb5ae;
    font-size: 11px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    height: 310px;
    position: relative;
}


.footer:after {
    content: "";
    position: absolute;
    width: 1200px;
    left: 0;
    top: 73px;
}
.footer-block-t {
    position: absolute;
    width: 1200px;
    bottom: 130px;
    left: 0;
}
.f-menu {
    display: flex;
}
.f-menu li {
    margin: 0px 25px;
}
.f-menu li:first-child {
    margin: 0px 25px 0px 0px;
}
.f-menu li:last-child {
    margin: 0px 0px 0px 25px;
}
.f-menu li a {
    text-transform: uppercase;
    color: #cdae8e;
    font-size: 12px;
    padding: 0px 10px;
    display: block;
}

.f-menu li a:hover{
    color: #E94B29;
}

.f-menu li a:active{
    color: #E94B29;
}


.footer-block-r {
    width: 260px;
    text-align: center;
}
.soc-block a {
    padding-top: 15px;
    display: inline-block;
    margin: -19px -6px 3px;
    background: url(../images/fon-icon-sse.png) no-repeat;
    height: 61px;
    width: 61px;

}
.soc-block a:hover {
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
}
/*
.soc-block .facebook {
  background: url(../images/soc-icons.png) 7px 4px no-repeat;
}
.soc-block .twitter {
  background: url(../images/soc-icons.png) -32px 4px no-repeat;
}
.soc-block .twitch {
  background: url(../images/soc-icons.png) -72px 4px no-repeat;
}
.soc-block .youtube {
  background: url(../images/soc-icons.png) -113px 4px no-repeat;
}
*/

.footer-block-b {
    position: absolute;
    width: 1200px;
    top: 200px;
    text-align: center;

}
.copyright p {
    font-size: 12px;
    color: #e0f0fd;
    margin-bottom: 25px;
}
.copyright p a {
    color: #E94B29;
}
.copyright span {
    color: #8b8b8c;
    text-transform: uppercase;
    font-size: 10px;
}


.toTop-fon{
    background: url(../images/fon-all-news-bottom-bge.jpg)center bottom no-repeat;
    display: flex;
    justify-content: center;
    height: 65px;
    padding-top: 25px;
    position: absolute;
    bottom: -55px;
    width: 630px;
}

.toTop {
    background: url(../images/fon-circlee.png) no-repeat;
    width: 98px;
    height: 98px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}

.toTop:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);

}

.red-light {
    background: url(../images/red-light-top-bgee.jpg) center top no-repeat, url(../images/red-light-bottom-bgee.jpg) center bottom no-repeat, url(../images/red-light-bgee.jpg) center repeat-y;
}
.red-dark {
    background: url(../images/red-dark-top-bge.jpg) center top no-repeat, url(../images/red-dark-bottom-bge.jpg) center bottom no-repeat, url(../images/red-dark-line-bge.jpg) center repeat-y;
}

.modalx-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    transition: background 0.25s linear;
}
.modal_window {
    z-index: 9999;
    position: relative;
    cursor: auto;
    margin: 0 auto;
    display: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-bottom: 20px;
    transform: scale(0.4);
    background: #000;
    width: 1000px;
    height: 540px;
    box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
    background: url(../images/sidebar-bg.jpg);
}
.close-r {
    display: block;
    position: absolute;
    margin-top: -25px;
    width: 70px;
    height: 70px;
    right: -35px;
    background: url(../images/close_popup.png) no-repeat;
    filter: hue-rotate(50deg);
    -webkit-filter: hue-rotate(50deg);
}
.modal_window iframe {
    border: 0px;
}
/*# sourceMappingURL=style.css.map */

#loading {
    background-image: url(../images/l_bg.png);
    border-radius: 0 0 4px 4px;
    color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 48%;
    z-index: 1000;
    padding: 6px;
}

ul.style2 {
    margin: 0px;
    padding: 0px;
    list-style: square;
}

ul.style2 li {
    padding: 10px 0px 15px 0px;
    background: url(../images/divider2-bg.png) repeat-x left top;
    line-height: 100%;
}

ul.style2 a {
    color: #16130f;
    text-decoration: none;
}

ul.style2 .first {
    padding-top: 0px;
    background: none;
}

ul.style3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.style3 li {
    padding: 10px 0px 15px 0px;
    background: url(../images/divider2-bg.png) repeat-x left top;
    line-height: 100%;
}

ul.style3 a {
    color: #16130f;
    text-decoration: none;
}

ul.style3 .first {
    padding-top: 0px;
    background: none;
}

/** LIST STYLE 4 */
ul.style4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.style4 li {
    padding: 5px 0px 5px 0px;
    background: url(../images/divider4-bg.png) repeat-x left top;
}

ul.style4 a {
//color: #16130f;
}

ul.style4 .first {
    padding-top: 0px;
    background: none;
}

ul.style4 span {
    float: right;
}

/** TITLE 1 */


/** BOX STYLE 1 */
.box-style1 {
    overflow: hidden;
}

.box-style1 .title {
    display:none;
}

.box-style1 .entry {
    padding: 20px 25px 0px 25px;
    #background: url(../images/box-content-shadow.png) no-repeat left top;
}

.box-style2 {
    overflow: hidden;
}

/** BOX STYLE 2 */
.box-style2 .entry {
    padding: 0px 50px 0px 40px;
}

.box-style2 h3 {
    padding: 0px 0px 20px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #16130f;
}

/** BOX STYLE 3 */
.box-style3 .entry {
    margin-top: -20px;
    padding: 0px 40px 0px 50px;
}

/** BOX STYLE 4 */
.box-style4 {
    overflow: hidden;
}

.box-style4 .title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.box-style4 .entry {
    padding: 30px 20px 0px 30px;
    #background: url(../images/box-content-shadow.png) no-repeat left top;
}

.avatar_frame {
    padding: 3px;
    border: 1px solid #333333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/** BUTTON STYLE 1 */
.button-style {
    transition: all 0.3s ease;
    cursor: pointer;
    #background: url(../images/button-blue-bg.png) repeat-x;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    border: none;
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    text-shadow: 1px 1px 2px #000;
    margin-left: 5px;
    text-decoration: none;
    box-shadow: 0px 10px 49px -1px rgba(0, 0, 0, 0.75);
    padding: 0px 10px;
}
.button-style:before {
    content: "";
    #background: url(../images/button-blue-left-bg.png) no-repeat;
    width: 20px;
    height: 18px;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: -1;
}
.button-style:after{
    content: "";
    #background: url(../images/button-blue-right-bg.png) no-repeat;
    width: 20px;
    height: 18px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: -1;
}
/** BUTTON STYLE 2 */
.button-style2 {
    border: none;
    position: relative;
    width: 182px;
    height: 71px;
    left: -10px;
    #background: url(../images/banner-buttong-bg.png) no-repeat left bottom;
    line-height: 71px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}

/** TWO COLUMNS */
.two-column {
    overflow: hidden;
    margin-top: -10px;
    padding: 0px 30px 0px 50px;
}

#box1 {
}

/** META STYLE 1 */
.meta-bg {
    overflow: hidden;
    position: relative;
    width: 542px;
    height: 50px;
    padding: 10px 45px 0px 35px;
    left: -10px;
}

.meta p {
    text-transform: uppercase;
    font-family: serif;
}

.meta .tags {
    float: left;
    padding: 0px 0px 3px 30px;
    background: url(../images/meta-icons-03.png) no-repeat left 0px;
}

.meta .links {
    float: right;
}

.meta .more {
    padding: 0px 10px 3px 30px;
    background: url(../images/meta-icons-01.png) no-repeat left 0px;
}

.meta .comments {
    padding: 0px 0px 3px 30px;
    background: url(../images/meta-icons-02.png) no-repeat left 0px;
}

.meta .divider {
    height: 22px;
    padding: 0px 15px;
    background: url(../images/meta-divider-bg.jpg) repeat-y center top;
}

.meta a {
    text-decoration: underline;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #221f28;
    padding: 5px;
    opacity: 0.90;
    font: normal 10px Tahoma, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
}

#tooltip h3,
#tooltip div {
    margin: 0;
}

#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#buy_windows, #add_to_card_windows, #select_server, #auction_bet {
    width: 404px;
    padding-bottom: 2px;
    display: none;
    background-color: #0b0505;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

#item_filter_overlay {
    position: absolute;
    height: 400px;
    width: 300px;
    display: none;
    z-index: 9999;
}

#item_filter {
    width: 300px;
    height: 710px;
    padding-bottom: 2px;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

.item_filter_content {
    height: 600px;
    width: 285px;
    margin: 15px;
    overflow: auto;
}







.form {
    margin: 0px auto;
}

.form input:not([type="checkbox"]):not([type="number"]), .form select, .form textarea {

    margin: 2px 0;

    width: 200px;
}
.form input[type=checkbox] {
    display: block;
    float: left;
}
.form select {
    width: 216px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.fixed {
    position: fixed;
    top: 50px;
    left: 50px;
}

.QapTcha {
    width: 215px;
}

.QapTcha .clr {
    clear: both
}

.QapTcha .bgSlider {
    width: 215px;
    height: 30px;
    float: left;
    border: 1px solid #CCC;
    background-color: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.QapTcha .slider {
    width: 30px;
    height: 30px;
    background: transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;
    background-size: 30px 30px;
    cursor: e-resize;
    position: relative;
    top: 0;
    left: 0
}

.QapTcha .txtStatus {
    width: 215px;
    margin-top: 7px;
    text-align: left;
    color: #bb2828;
    font-family: Verdana;
    font-size: 10px;
    clear: both;
    padding-bottom: 10px;
}

.QapTcha .dropSuccess {
    color: #4e8b37
}

.QapTcha .dropError {
    color: #bb2828
}

/* RANKING */
.ranking-table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    line-height: 26px;
    #background: url(../images/divider4-bg.png) repeat-x left top;
    background-color: #1E0C0C;
}

.ranking-table th {
    #background: url(../images/divider4-bg.png) repeat-x left bottom;
    background-color: rgba(0,0,0,0.5);
    border-right: 1px solid #1E0C0C;

}

.ranking-table th.end {
    border-right: 1px solid #1E0C0C
}

.ranking-table td {
    #background: url(../images/divider4-bg.png) repeat-x left bottom;

}

.ranking-table td.end {

}

.ranking-table tr {
}

.ranking-table tbody tr:hover {
    background-color:rgba(170, 115, 132, 0.2);
}

.i_note, .s_note, .w_note, .e_note {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 40px;
    background-repeat: no-repeat;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    text-align: left;
}

.i_note {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
    background-position: left center;
}

.s_note {
    color: #4F8A10;
    background-color: #E8EFD3;
    background-image: url('../images/success.png');
    background-position: left center;
}

.w_note {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
    background-position: left center;
}

.e_note {
    color: #D8000C;
    background-color: #F7E0CC;
    background-image: url('../images/error.png');
    background-position: left center;
}

.buttonn {
    float: right;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #660000;
    border: none;
    width: auto;
    overflow: visible;
    font-size: 1.4em;
    color: #FFF;
    padding: 7px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.btn-fld {
    width: 254px;
    overflow: hidden;
    padding: 12px 20px 12px 130px;
}

.tabrow {
    text-align: center;
    list-style: none;
    margin: 0px 0 10px;
    padding: 0;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}

.tabrow li {
    background: #fbb450;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #a34221));
    background: -moz-linear-gradient(top, #fbb450 5%, #a34221 100%);
    background: -webkit-linear-gradient(top, #fbb450 5%, #a34221 100%);
    background: -o-linear-gradient(top, #fbb450 5%, #a34221 100%);
    background: -ms-linear-gradient(top, #fbb450 5%, #a34221 100%);
    background: linear-gradient(to bottom, #302F2D 5%, #222222 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #3C3C3C;
    text-shadow: 0 1px #000;
    margin: 0 -5px;
    padding: 0 20px;
    border: 1px solid #363434;
}

.tabrow a {
    color: #ffffff;
    text-decoration: none;
}

.tabrow li.selected {
    color: #ffffff;
    z-index: 2;
    -moz-box-shadow: inset 0px 1px 0px 0px #f0a899;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f0a899;
    box-shadow: inset 0px 1px 0px 0px #f0a899;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #915044), color-stop(1, #552a22));
    background: -moz-linear-gradient(center top, #915044 5%, #552a22 100%);
    background-color: #915044;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000000;
    border: 1px solid #613333;
}

.tabrow:before {
    position: absolute;
    content: " ";
    width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #363636;
    z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
    border: 1px solid #613333;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}

.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #232323;
}

.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #232323;
}

.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #5c2f26;
}

.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #5c2f26;
}

.rankings {
    display: none;
}

.custom_button {
    -moz-box-shadow: inset 0px 1px 0px 0px #80615c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #80615c;
    box-shadow: inset 0px 1px 0px 0px #80615c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #4f2922));
    background: -moz-linear-gradient(center top, #6d3d34 5%, #4f2922 100%);
    background-color: #6d3d34;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0;

    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
   padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #050005;
}

.custom_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4f2922), color-stop(1, #6d3d34));
    background: -moz-linear-gradient(center top, #4f2922 5%, #6d3d34 100%);
    background-color: #4f2922;
    text-decoration: none;
}

.custom_button:active {
    position: relative;
    top: 0px;
}

#ucp_info {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #1E0C0C !important;
    color: #fff;
    border: 1px solid rgba(173, 160, 160, 0.15);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
#ucp_info .half {
    float: left;
    width: 47%;
    padding: 5px;
    position: relative;
}
#ucp_info .full {
    width: 100%;
}
*#ucp_info .half table {
    margin-left: auto;
    margin-right: auto;
}
#ucp_info tr td:nth-child(3) {
    color: #999;
}
#ucp_info td {
    padding: 2px;
}
#ucp_info .half:first-child {
    border-right: 1px solid rgba(223, 221, 221, 0.08);
}
#character-info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    background-color: #1E0C0C;
}
#character-info ul {
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}
#character-info ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    color: #64687e;
}
#character-info ul li p {
    padding-top: 5px;
}
#character-info tbody tr {
    background: none;
    border: none;
}
#character-info tbody tr td {
    width: 50%;
    margin: 0 auto;
    padding: 5px;
    margin: 5px;
    border: 1px solid rgba(134, 122, 122, 0.15);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    color: #999;
    text-shadow: 1px 1px 1px black;

}

#character-info tbody tr td:hover {
    background: rgba(0, 0, 0, 0.9);
}
#character-info tbody tr td a {
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia, ?Sans-serif;
    color: #fafafa;
}
#character-info div {
    padding-left: 10px;
}

#small_menu ul {
    margin: 0px;
    padding: 0px;
}

#small_menu li {
    list-style: none;
}

ul#vote-options {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

ul#vote-options {
    list-style: none;
}

ul#vote-options h5 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

#vote-options {
    color: #555;
    font-size: auto;
    line-height: auto;
    list-style-type: none;
    margin: 0;
}

#vote-options li {
    border-radius: 5px;
    line-height: 67px;
    height: 67px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}

#vote-options li img {
    width: 75px;
    height: 45px;
}

#vote-options li button {
    border: 1px solid #999;
    line-height: 28px;
    margin: 6px 0;
    padding: 0 5px;
}

#vote-options li h5 {
    color: #444;
    font-weight: bolder;
    font-size: 24px;
    border-left: 1px solid #453129;
    padding-left: 10px;
    margin-left: 10px;
    height: 45px;
    line-height: 45px;
}

ul#paypal-options {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background-color: #1E0C0C;
}

ul#paypal-options {
    list-style: none;
}

ul#paypal-options h4 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

ul#paypal-options h3 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

.pp_img1 {
    width 30px;
    height: 30px;
    margin: 10px 0 0 -40px;
    position: absolute;
}

.pp_img2 {
    width 32px;
    height: 32px;
    margin: 9px 0 0 -41px;
    position: absolute;
}

.vip_img1 {
    width 30px;
    height: 30px;
    margin: 5px 0 0 -15px;
    position: absolute;
}

.vip_img2 {
    width 33px;
    height: 33px;
    margin: 4px 0 0 -16px;
    position: absolute;
}

.vip_img3 {
    width 36px;
    height: 36px;
    margin: 3px 0 0 -19px;
    position: absolute;
}

.vip_img4 {
    width 40px;
    height: 40px;
    margin: 2px 0 0 -20px;
    position: absolute;
}

.pp_img3 {
    width 34px;
    height: 34px;
    margin: 8px 0 0 -42px;
    position: absolute;
}

.pp_img4 {
    width 36px;
    height: 36px;
    margin: 7px 0 0 -43px;
    position: absolute;
}

.pp_img5 {
    width 38px;
    height: 38px;
    margin: 6px 0 0 -44px;
    position: absolute;
}

.pp_img6 {
    width 40px;
    height: 40px;
    margin: 5px 0 0 -45px;
    position: absolute;
}

.pp_b_place {
    margin-top: -10px;
    width: 100px;
    float: right;
}

#paypal-options {
    color: #fff !important;
    font-size: auto;
    list-style-type: none;
    margin: 0;
    height: 70px;
    line-height: 70px;
}

#paypal-options li {
    border-radius: 5px;
    height: 70px;
    line-height: 70px;
    margin-top: 10px;
    padding: 10px;
 color: #fff;
}

.pp_b {
    margin-top: -10px !important;
}

#paypal-options li:hover {
    background-color: brown;
}

#paypal-options li h4 {
    font-weight: bolder;
    padding-left: 10px;
    margin-left: 10px;
}

#paypal-options li h3 {
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 10px;
}
/*
#helm {
    position: absolute;
    left: 73px;
    top: 58px;
    width: 56px;
    height: 66px;
}

#wings {
    position: absolute;
    left: 272px;
    top: 59px;
    width: 127px;
    height: 110px;
}

#pendant {
    position: absolute;
    left: 233px;
    top: 80px;
    width: 29px;
    height: 29px;
}

#sword {
    position: absolute;
    left: 6px;
    top: 242px;
    width: 69px;
    height: 129px;
}

#armor {
    position: absolute;
    left: 40px;
    top: 138px;
    width: 82px;
    height: 98px;
}

#shield {
    position: absolute;
    left: 330px;
    top: 242px;
    width: 69px;
    height: 129px;
}

#gloves {
    position: absolute;
    left: 271px;
    top: 178px;
    width: 85px;
    height: 55px;
}

#pants {
    position: absolute;
    left: 89px;
    top: 297px;
    width: 58px;
    height: 74px;
}

#ring_left {
    position: absolute;
    left: 102px;
    top: 252px;
    width: 29px;
    height: 29px;
}

#ring_right {
    position: absolute;
    left: 272px;
    top: 252px;
    width: 29px;
    height: 29px;
}

#boots {
    position: absolute;
    left: 258px;
    top: 297px;
    width: 58px;
    height: 74px;
}*/

/* AUCTION */
.inv {
    table-layout: fixed;
    background-color: #212121;
    border: 1px solid #100f0d;
    margin: 0px;
    padding: 0px;
}

.waretitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #610000;
    font-style: oblique;
    font-weight: bold;
    color: #fff;
}

/* AUCTION END */
/* ------------------- PAGINATION ---------------------- */

#pagination {
    color: #4C9AEB;
    font: normal 12px verdana, arial, helvetica, serif;
    line-height: 17px;
    margin: 0;
    padding: 12px 8px 8px 12px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#pagination a {
    border: 1px solid #d3c9b1;
    background: #fff;
    color: #8d7951;
    font: bold 12px verdana, arial, helvetica, serif;
    margin-right: 8px;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#pagination a.on {
    background: brown;
    color: #fff;
    margin-right: 8px;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#pagination a:hover {
    background: radial-gradient(#d3c846, #959da7);
    color: #fff;
}

#pagination ul {
    height: 21px;
}

#pagination li {
    list-style-type: none;
    float: left;
}

/* ------------------- PAGINATION END ---------------------- */

.item_table {
    width: 200px;
    border: 0;
    margin: auto;
}

.item_table td {
    padding: 3px;
}

.each_item {
    width: 10px;
    border: 0;
    border-collapse: collapse;

}

.each_item td {
    padding: 0px;
}

.each_item .item_name {
    background: url(../images/ws_item_name.png);
    background-size: 136px 34px;
    height: 34px;
}

.each_item .item_bg {
    background-image: url(../images/ws_item_bg.png);
    background-size: 136px 140px;
    height: 140px;
}

.each_item .item_footer {
    background: url(../images/ws_item_footer.png);
    background-size: 136px 6px;
    height: 6px;
}

.item_image {
    text-align: center;
    height: 140px;
    width: 136px;
}

.items {
    text-align: center;
}

.items a {
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 5px;
}

.items a:hover {
    color: #000000;
}

#item_buy {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}

#item_buy_left {
    float: left;
    padding-right: 5px;
}

#item_buy_right {
    float: left;
    background-color: #3e1d1c;
    width: 492px;
    padding: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#item_buy_right .full {
    margin: 1px;
    padding: 1px;
    width: 488px;
    background-color: #76403f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 18px;
    line-height: 18px;
}

#item_buy_right .opt_title {
    margin: 1px;
    padding-left: 1px;
    width: 250px;
    float: left;
    background-color: #76403f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 20px;
    line-height: 20px;
}

#item_buy_right .opt {
    margin: 1px;
    padding-left: 1px;
    width: 236px;
    float: left;
    background-color: #76403f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 20px;
    line-height: 20px;
}

#item_buy_right .opt select {
    border: 0px;
    border-radius: 0;
    width: 60%;
    font-size: 12px;
    line-height: 1;
    background: #5d302f;
    color: #fff;
    margin-top: 1px;
    padding: 0;
    -webkit-appearance: none;
}

#item_buy_right .opt input[type="number"] {
    width: 35px;
    border: 0px;
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    background: #5d302f;
    color: #fff;
    margin-top: 1px;
    padding: 0;
    -webkit-appearance: none;
}

#item_image_bg {
    position: relative;
    background: url(../images/item_bg.png) no-repeat;
    width: 129px;
    height: 184px;
}

#item_image_bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item_info {
    margin-top: 2px;
    background: url(../images/item_desc.png) no-repeat;
    width: 129px;
    height: 36px;
    line-height: 36px;
    z-index: 500;
}

.item_info .info {
    padding-left: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;

}

.item_info .info .btimes {
    color: #ed7876;
}

.item_info .info .goldcr {
    color: #ffaf04;
}

.item_info .info .normalcr {
    color: gold;
}

#buy_buttons {
    margin-right: 10px;
    width: 99%;
}

#buy_buttons button {
    margin: 2px;
}

.buy_button {
    background: url(../images/slect_btn.png);
    width: 155px;
    height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    border: 0;
    float: right;
}

.buy_button:hover {
    cursor: pointer;
}

.payment-method-button {
    margin: 4px;
    background-color: #111;
    border-radius: 4px;
    border: 1px solid #333;
    overflow: auto;
    float: left;
    color: #fafafa;
}

.payment-method-button label {
    float: left;
}

.payment-method-button label span {
    text-align: center;
    padding: 3px 0px;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    cursor: pointer;
}

.payment-method-button label input {
    position: absolute;
    top: -20px;
}

.auction_bet_button {
    margin: 0 auto;
    background: #660000;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    text-align: center;
    padding: 3px 0px;
    display: block;
    width: 220px;
    height: 35px;
    cursor: pointer;
}

.span_red {
    background: #660000;
    color: #fff;
}

#sell_item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: none;
}

.input-main {
    padding: 7px 9px;
    margin: 2px 0;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.main-tr {
    font-weight: bold;
    //background-color: rgba(255, 255, 255, 0.4);
    width: 611px;
}

.w-coins, .wcoins {
    color: #CC6600;
    font-weight: bold;
}

.zz-coins, .zzcoins {
    color: #003399;
    font-weight: bold;
}

#events div {

    font-size: 12px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    float: left;
    text-align: left;
    width: 245px;
    border-bottom: 1px solid rgba(181, 203, 243, 0.04);
    padding: 10px 0;
}

#events div:hover {
    /*background-color: rgba(0, 0, 0, 0.25);*/

    transition-duration: 0.3s;
}

#events span{
    color: white;
    padding-top: 4px;
}

#events div small {
    float: right;
    width: 245px;
    color: #999;
    font-size: 10px;
    padding: 4px 0;
}

#events div small::before {
    content: "- Starts in ";
    padding-right: 3px;
    float: left;
}

.offline {
    color: red;
}

.online {
    color: green;
}

#timer_div_title {
    position: absolute;
    height: 16px;
    width: 210px;
    top: 240px; /*100px */
    right: 30px; /*495px*/
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-family: Cambria;
    text-shadow: 1px 1px 1px white;
}
#timer_div_time {
    position: absolute;
    height: 70px;
    width: 220px;
    top: 260px;/*120px */
    right: 30px;/*495px */
}
.timmer_inner_block {
    width: 50px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin: 2px;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #946666;
    /* opacity: 0.6; */
    font-size: 11px;
    text-align: center;
}
#timer_div_time .timmer_inner_block .title {
    text-align: center;
    font-size: 11px;

    padding: 3px;
    color: #E94B29;
    opacity: 2.0;

}

#timer_div_time .timmer_inner_block .count {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding-top: 7px;
    text-shadow: #000 0px 0px 3px;
    color: #fff;
}

.add_to_card {
    font-size: 12px;
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
}

.add_to_card th {
    padding: 15px 20px 16px 20px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background-color: #0b0505 !important;
    color: white;
}

.add_to_card th:first-child {
    text-align: left;
    padding-left: 20px;
}

.add_to_card tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.add_to_card tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.add_to_card tr {
    text-align: center;
    padding-left: 20px;
}

.add_to_card td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.add_to_card td {
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background-color: #0b0505 !important;
    color: white;
}

.add_to_card tr.even td {
    background-color: #111 !important;
    color: white;
}

.add_to_card tr:last-child td {
    border-bottom: 0;
}

.add_to_card tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.add_to_card tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.add_to_card tr:hover td {
    background: brown;
}

.ticket {
    font-size: 12px;
    background-color: #0b0505;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
    color: #ccc !important;

}

.ticket tr {
    width: 609px !important;
}

.ticket th {
    padding: 15px 10px 16px 0px;
    border-bottom: 1px solid #000;
    background-color: #0b0505;
    color: brown;
}

.ticket th:first-child {
    text-align: left;
    padding-left: 10px;
}

.ticket tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.ticket tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.ticket tr {
    text-align: center;
    padding-left: 20px;
}

.ticket td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.ticket td {
    padding: 10px;
    background-color: #1E0C0C !important;
}

.ticket tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.ticket tr:last-child td {
    border-bottom: 0;
}

.ticket tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ticket tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ticket tr:hover td {

}

.discount_notice {
    margin: 20px auto;
    left: 200px;
    width: 280px;
    height: auto;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 90;
    opacity: 0.9;
}

.discount_notice .content {
    padding: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #6a2f3c;
    font-weight: bold;
    position: relative;
    display: block;
}

.ribbon-discount-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}

â€‹
.PriorityZero {
    background-color: rgb(230, 138, 138);
}

.PriorityOne {
    background-color: rgb(204, 64, 64);
}

.PriorityTwo {
    background-color: rgb(255, 0, 0);
}

.PriorityThree {
    background-color: rgb(153, 0, 0);
}

.plans {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
}

.plan {
    background: white;
    border-radius: 6px;
    height: 70px;
    margin: 10px 0;
    opacity: 1;
    padding: 4px 25px;
    width: 100%;
    color: white !important;


    background-color: #1E0C0C !important;

}

.plan:hover {
    cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
    background-color: brown !important;
}

.price:hover {
    cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
}

.price {
    border-radius: 100%;
    cursor: default;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    margin: 8px 10px 0 0;
    text-align: center;
    width: 46px;
}

.price-green {
    background-color: #e1f1d1;
    color: #52b327;
    font-weight: bold;
}

.price-red {
    background-color: #f1e1d1;
    color: #b35227;
}

.details {
    color: white !important;
    display: block;
    float: left;
    height: 46px;
    margin: 8px 0;
    padding: 0px 10px;
}

.plan-title {
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 0;
    padding: 0;
    text-transform: uppercase;
    color: white !important;
}

.plan-description {
    color: gold !important;
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: 4px;
}

.selectvip {
    background: #660000;
    border: none;
    border-radius: 4px;
    color: white;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin: 15px 0;
    padding: 7px 16px;
    text-decoration: none;

}

.selectvip:hover {
    background-color: #990000;
    text-decoration: none;
    cursor: painter;
}

#exception {
    width: 100%;
    height: 0 auto;
    line-height: 25px;
    min-height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #FFF;
    display: none;
    background-color: red;
    position: fixed;
    z-index: 9999;
}

#inventory div{
    cursor: pointer;
}

#inventory div:hover{
    padding-top: 1px;
}



.wh_items {
    width: 261px;
    margin: 2px auto;
    padding-top: 6px;
    padding-left: 3px;
    height: 485px;
}

.square {
    cursor: pointer;
    position: absolute;
    opacity: 0.8;
}

.square:hover {
    padding: 1px;
    opacity: 1;
}

.square img {
    width: 100%;
    height: 100%;
}

.f16 .flag {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    line-height: 16px;
    background: url(../images/flags.png) no-repeat;
}

.f16 ._African_Union {
    background-position: 0 -16px;
}

.f16 ._Arab_League {
    background-position: 0 -32px;
}

.f16 ._ASEAN {
    background-position: 0 -48px;
}

.f16 ._CARICOM {
    background-position: 0 -64px;
}

.f16 ._CIS {
    background-position: 0 -80px;
}

.f16 ._Commonwealth {
    background-position: 0 -96px;
}

.f16 ._England {
    background-position: 0 -112px;
}

.f16 ._European_Union, .f16 .eu {
    background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
    background-position: 0 -144px;
}

.f16 ._Kosovo {
    background-position: 0 -160px;
}

.f16 ._NATO {
    background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
    background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
    background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
    background-position: 0 -224px;
}

.f16 ._OPEC {
    background-position: 0 -240px;
}

.f16 ._Red_Cross {
    background-position: 0 -256px;
}

.f16 ._Scotland {
    background-position: 0 -272px;
}

.f16 ._Somaliland {
    background-position: 0 -288px;
}

.f16 ._Tibet {
    background-position: 0 -304px;
}

.f16 ._United_Nations {
    background-position: 0 -320px;
}

.f16 ._Wales {
    background-position: 0 -336px;
}

.f16 .ad {
    background-position: 0 -352px;
}

.f16 .ae {
    background-position: 0 -368px;
}

.f16 .af {
    background-position: 0 -384px;
}

.f16 .ag {
    background-position: 0 -400px;
}

.f16 .ai {
    background-position: 0 -416px;
}

.f16 .al {
    background-position: 0 -432px;
}

.f16 .am {
    background-position: 0 -448px;
}

.f16 .ao {
    background-position: 0 -464px;
}

.f16 .aq {
    background-position: 0 -480px;
}

.f16 .ar {
    background-position: 0 -496px;
}

.f16 .as {
    background-position: 0 -512px;
}

.f16 .at {
    background-position: 0 -528px;
}

.f16 .au {
    background-position: 0 -544px;
}

.f16 .aw {
    background-position: 0 -560px;
}

.f16 .ax {
    background-position: 0 -576px;
}

.f16 .az {
    background-position: 0 -592px;
}

.f16 .ba {
    background-position: 0 -608px;
}

.f16 .bb {
    background-position: 0 -624px;
}

.f16 .bd {
    background-position: 0 -640px;
}

.f16 .be {
    background-position: 0 -656px;
}

.f16 .bf {
    background-position: 0 -672px;
}

.f16 .bg {
    background-position: 0 -688px;
}

.f16 .bh {
    background-position: 0 -704px;
}

.f16 .bi {
    background-position: 0 -720px;
}

.f16 .bj {
    background-position: 0 -736px;
}

.f16 .bm {
    background-position: 0 -752px;
}

.f16 .bn {
    background-position: 0 -768px;
}

.f16 .bo {
    background-position: 0 -784px;
}

.f16 .br {
    background-position: 0 -800px;
}

.f16 .bs {
    background-position: 0 -816px;
}

.f16 .bt {
    background-position: 0 -832px;
}

.f16 .bw {
    background-position: 0 -848px;
}

.f16 .by {
    background-position: 0 -864px;
}

.f16 .bz {
    background-position: 0 -880px;
}

.f16 .ca {
    background-position: 0 -896px;
}

.f16 .cg {
    background-position: 0 -912px;
}

.f16 .cf {
    background-position: 0 -928px;
}

.f16 .cd {
    background-position: 0 -944px;
}

.f16 .ch {
    background-position: 0 -960px;
}

.f16 .ci {
    background-position: 0 -976px;
}

.f16 .ck {
    background-position: 0 -992px;
}

.f16 .cl {
    background-position: 0 -1008px;
}

.f16 .cm {
    background-position: 0 -1024px;
}

.f16 .cn {
    background-position: 0 -1040px;
}

.f16 .co {
    background-position: 0 -1056px;
}

.f16 .cr {
    background-position: 0 -1072px;
}

.f16 .cu {
    background-position: 0 -1088px;
}

.f16 .cv {
    background-position: 0 -1104px;
}

.f16 .cy {
    background-position: 0 -1120px;
}

.f16 .cz {
    background-position: 0 -1136px;
}

.f16 .de {
    background-position: 0 -1152px;
}

.f16 .dj {
    background-position: 0 -1168px;
}

.f16 .dk {
    background-position: 0 -1184px;
}

.f16 .dm {
    background-position: 0 -1200px;
}

.f16 .do {
    background-position: 0 -1216px;
}

.f16 .dz {
    background-position: 0 -1232px;
}

.f16 .ec {
    background-position: 0 -1248px;
}

.f16 .ee {
    background-position: 0 -1264px;
}

.f16 .eg {
    background-position: 0 -1280px;
}

.f16 .eh {
    background-position: 0 -1296px;
}

.f16 .er {
    background-position: 0 -1312px;
}

.f16 .es {
    background-position: 0 -1328px;
}

.f16 .et {
    background-position: 0 -1344px;
}

.f16 .fi {
    background-position: 0 -1360px;
}

.f16 .fj {
    background-position: 0 -1376px;
}

.f16 .fm {
    background-position: 0 -1392px;
}

.f16 .fo {
    background-position: 0 -1408px;
}

.f16 .fr {
    background-position: 0 -1424px;
}

.f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt {
    background-position: 0 -1424px;
}

.f16 .ga {
    background-position: 0 -1440px;
}

.f16 .gb {
    background-position: 0 -1456px;
}

.f16 .sh {
    background-position: 0 -1456px;
}

.f16 .gd {
    background-position: 0 -1472px;
}

.f16 .ge {
    background-position: 0 -1488px;
}

.f16 .gg {
    background-position: 0 -1504px;
}

.f16 .gh {
    background-position: 0 -1520px;
}

.f16 .gi {
    background-position: 0 -1536px;
}

.f16 .gl {
    background-position: 0 -1552px;
}

.f16 .gm {
    background-position: 0 -1568px;
}

.f16 .gn {
    background-position: 0 -1584px;
}

.f16 .gp {
    background-position: 0 -1600px;
}

.f16 .gq {
    background-position: 0 -1616px;
}

.f16 .gr {
    background-position: 0 -1632px;
}

.f16 .gt {
    background-position: 0 -1648px;
}

.f16 .gu {
    background-position: 0 -1664px;
}

.f16 .gw {
    background-position: 0 -1680px;
}

.f16 .gy {
    background-position: 0 -1696px;
}

.f16 .hk {
    background-position: 0 -1712px;
}

.f16 .hn {
    background-position: 0 -1728px;
}

.f16 .hr {
    background-position: 0 -1744px;
}

.f16 .ht {
    background-position: 0 -1760px;
}

.f16 .hu {
    background-position: 0 -1776px;
}

.f16 .id {
    background-position: 0 -1792px;
}

.f16 .mc {
    background-position: 0 -1792px;
}

.f16 .ie {
    background-position: 0 -1808px;
}

.f16 .il {
    background-position: 0 -1824px;
}

.f16 .im {
    background-position: 0 -1840px;
}

.f16 .in {
    background-position: 0 -1856px;
}

.f16 .iq {
    background-position: 0 -1872px;
}

.f16 .ir {
    background-position: 0 -1888px;
}

.f16 .is {
    background-position: 0 -1904px;
}

.f16 .it {
    background-position: 0 -1920px;
}

.f16 .je {
    background-position: 0 -1936px;
}

.f16 .jm {
    background-position: 0 -1952px;
}

.f16 .jo {
    background-position: 0 -1968px;
}

.f16 .jp {
    background-position: 0 -1984px;
}

.f16 .ke {
    background-position: 0 -2000px;
}

.f16 .kg {
    background-position: 0 -2016px;
}

.f16 .kh {
    background-position: 0 -2032px;
}

.f16 .ki {
    background-position: 0 -2048px;
}

.f16 .km {
    background-position: 0 -2064px;
}

.f16 .kn {
    background-position: 0 -2080px;
}

.f16 .kp {
    background-position: 0 -2096px;
}

.f16 .kr {
    background-position: 0 -2112px;
}

.f16 .kw {
    background-position: 0 -2128px;
}

.f16 .ky {
    background-position: 0 -2144px;
}

.f16 .kz {
    background-position: 0 -2160px;
}

.f16 .la {
    background-position: 0 -2176px;
}

.f16 .lb {
    background-position: 0 -2192px;
}

.f16 .lc {
    background-position: 0 -2208px;
}

.f16 .li {
    background-position: 0 -2224px;
}

.f16 .lk {
    background-position: 0 -2240px;
}

.f16 .lr {
    background-position: 0 -2256px;
}

.f16 .ls {
    background-position: 0 -2272px;
}

.f16 .lt {
    background-position: 0 -2288px;
}

.f16 .lu {
    background-position: 0 -2304px;
}

.f16 .lv {
    background-position: 0 -2320px;
}

.f16 .ly {
    background-position: 0 -2336px;
}

.f16 .ma {
    background-position: 0 -2352px;
}

.f16 .md {
    background-position: 0 -2368px;
}

.f16 .me {
    background-position: 0 -2384px;
}

.f16 .mg {
    background-position: 0 -2400px;
}

.f16 .mh {
    background-position: 0 -2416px;
}

.f16 .mk {
    background-position: 0 -2432px;
}

.f16 .ml {
    background-position: 0 -2448px;
}

.f16 .mm {
    background-position: 0 -2464px;
}

.f16 .mn {
    background-position: 0 -2480px;
}

.f16 .mo {
    background-position: 0 -2496px;
}

.f16 .mq {
    background-position: 0 -2512px;
}

.f16 .mr {
    background-position: 0 -2528px;
}

.f16 .ms {
    background-position: 0 -2544px;
}

.f16 .mt {
    background-position: 0 -2560px;
}

.f16 .mu {
    background-position: 0 -2576px;
}

.f16 .mv {
    background-position: 0 -2592px;
}

.f16 .mw {
    background-position: 0 -2608px;
}

.f16 .mx {
    background-position: 0 -2624px;
}

.f16 .my {
    background-position: 0 -2640px;
}

.f16 .mz {
    background-position: 0 -2656px;
}

.f16 .na {
    background-position: 0 -2672px;
}

.f16 .nc {
    background-position: 0 -2688px;
}

.f16 .ne {
    background-position: 0 -2704px;
}

.f16 .ng {
    background-position: 0 -2720px;
}

.f16 .ni {
    background-position: 0 -2736px;
}

.f16 .nl {
    background-position: 0 -2752px;
}

.f16 .bq {
    background-position: 0 -2752px;
}

.f16 .no {
    background-position: 0 -2768px;
}

.f16 .bv, .f16 .nq, .f16 .sj {
    background-position: 0 -2768px;
}

.f16 .np {
    background-position: 0 -2784px;
}

.f16 .nr {
    background-position: 0 -2800px;
}

.f16 .nz {
    background-position: 0 -2816px;
}

.f16 .om {
    background-position: 0 -2832px;
}

.f16 .pa {
    background-position: 0 -2848px;
}

.f16 .pe {
    background-position: 0 -2864px;
}

.f16 .pf {
    background-position: 0 -2880px;
}

.f16 .pg {
    background-position: 0 -2896px;
}

.f16 .ph {
    background-position: 0 -2912px;
}

.f16 .pk {
    background-position: 0 -2928px;
}

.f16 .pl {
    background-position: 0 -2944px;
}

.f16 .pr {
    background-position: 0 -2960px;
}

.f16 .ps {
    background-position: 0 -2976px;
}

.f16 .pt {
    background-position: 0 -2992px;
}

.f16 .pw {
    background-position: 0 -3008px;
}

.f16 .py {
    background-position: 0 -3024px;
}

.f16 .qa {
    background-position: 0 -3040px;
}

.f16 .re {
    background-position: 0 -3056px;
}

.f16 .ro {
    background-position: 0 -3072px;
}

.f16 .rs {
    background-position: 0 -3088px;
}

.f16 .ru {
    background-position: 0 -3104px;
}

.f16 .rw {
    background-position: 0 -3120px;
}

.f16 .sa {
    background-position: 0 -3136px;
}

.f16 .sb {
    background-position: 0 -3152px;
}

.f16 .sc {
    background-position: 0 -3168px;
}

.f16 .sd {
    background-position: 0 -3184px;
}

.f16 .se {
    background-position: 0 -3200px;
}

.f16 .sg {
    background-position: 0 -3216px;
}

.f16 .si {
    background-position: 0 -3232px;
}

.f16 .sk {
    background-position: 0 -3248px;
}

.f16 .sl {
    background-position: 0 -3264px;
}

.f16 .sm {
    background-position: 0 -3280px;
}

.f16 .sn {
    background-position: 0 -3296px;
}

.f16 .so {
    background-position: 0 -3312px;
}

.f16 .sr {
    background-position: 0 -3328px;
}

.f16 .st {
    background-position: 0 -3344px;
}

.f16 .sv {
    background-position: 0 -3360px;
}

.f16 .sy {
    background-position: 0 -3376px;
}

.f16 .sz {
    background-position: 0 -3392px;
}

.f16 .tc {
    background-position: 0 -3408px;
}

.f16 .td {
    background-position: 0 -3424px;
}

.f16 .tg {
    background-position: 0 -3440px;
}

.f16 .th {
    background-position: 0 -3456px;
}

.f16 .tj {
    background-position: 0 -3472px;
}

.f16 .tl {
    background-position: 0 -3488px;
}

.f16 .tm {
    background-position: 0 -3504px;
}

.f16 .tn {
    background-position: 0 -3520px;
}

.f16 .to {
    background-position: 0 -3536px;
}

.f16 .tr {
    background-position: 0 -3552px;
}

.f16 .tt {
    background-position: 0 -3568px;
}

.f16 .tv {
    background-position: 0 -3584px;
}

.f16 .tw {
    background-position: 0 -3600px;
}

.f16 .tz {
    background-position: 0 -3616px;
}

.f16 .ua {
    background-position: 0 -3632px;
}

.f16 .ug {
    background-position: 0 -3648px;
}

.f16 .us {
    background-position: 0 -3664px;
}

.f16 .uy {
    background-position: 0 -3680px;
}

.f16 .uz {
    background-position: 0 -3696px;
}

.f16 .va {
    background-position: 0 -3712px;
}

.f16 .vc {
    background-position: 0 -3728px;
}

.f16 .ve {
    background-position: 0 -3744px;
}

.f16 .vg {
    background-position: 0 -3760px;
}

.f16 .vi {
    background-position: 0 -3776px;
}

.f16 .vn {
    background-position: 0 -3792px;
}

.f16 .vu {
    background-position: 0 -3808px;
}

.f16 .ws {
    background-position: 0 -3824px;
}

.f16 .ye {
    background-position: 0 -3840px;
}

.f16 .za {
    background-position: 0 -3856px;
}

.f16 .zm {
    background-position: 0 -3872px;
}

.f16 .zw {
    background-position: 0 -3888px;
}

.f16 .sx {
    background-position: 0 -3904px;
}

.f16 .cw {
    background-position: 0 -3920px;
}

.f16 .ss {
    background-position: 0 -3936px;
}

.f16 .nu {
    background-position: 0 -3952px;
}

.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nonactive {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.active:hover, .nonactive:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-bottom: -1px;
    margin-top: 1px;
}

.active:active, .nonactive:active {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: -2px;
    margin-top: 2px;
}

table.sidebar_rank {
    width:100%;
    border:0;
    border-collapse: collapse;
    margin:0px;
}
table.sidebar_rank th {
    border:0;
    text-align:left;
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding-bottom:0px;
    font-weight:normal;
    width: 0;
    padding-left: 10px;

}

table.sidebar_rank tr:first-child:hover {
    background-color: rgba(0, 0, 0, 0.0);
}




table.sidebar_rank tr {
    border:0;
    text-align:left;
    height: 35px;

}

table.sidebar_rank tr:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transition-duration: 0.3s;
}

table.sidebar_rank td {
    border:0;
    text-align:left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding-bottom:3px;
    padding-top:3px;
    padding-left: 10px;
}

.players-block {
    padding: 0;
}

.ref-reward-dropdown {
    position: relative;
    display: inline-block;
}

.ref-reward-dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 150px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2500;
    overflow-y: auto;
    max-height: 500px;
}

.ref-reward-dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
}

.ref-reward-dropdown-content a:hover {
    background-color: #f1f1f1
}

.ref-reward-dropdown:hover .ref-reward-dropdown-content {
    display: block;
}

.item_size_12{
    font-size: 12px;
}

.item_font_family{
    font-family: tahoma;
}

.item_white{
    color:#FFFFFF;
}

.item_light_green{
    color:#00FF00;
}

.item_light_blue{
    color:#80B2FF;
}

.item_light_blue_2{
    color:#3366FF;
}

.item_blue{
    color:#0066FF;
}

.item_pink{
    color:#FF1493;
}

.item_yellow{
    color:#FADE09;
}

.item_yellow_2{
    color:#FFCC00;
}

.item_red{
    color:#FF0000;
}

.item_dark_red{
    color:#800000;
}

.item_dark_red_background{
    background-color:#800000;
}

.item_purple{
    color: #800080;
}

.item_socket{
    color: #B266FF;
}

.item_grey{
    color: #808080;
}

.item_yellow_title{
    color: #FFCC19;
}

.item_exe_title{
    color: #008000;
}

.item_socket_title{
    color: #B266FF;
}

.item_socket_exe_title{
    color: #7401DF;
}

.item_ancient_title{
    color: #01DF01;
}

.item_ancient_background{
    background-color: #0000FF;
}
.lk-title {
    padding: 0px 30px 30px 30px;
}
.lk-title button {
    float: right;
    margin-left: 17px;
    margin-top: 3px;
}
.lk-title .coins {
    float: right;
    color: #ff9b39;
    font-weight: bold;
    font-size: 14px;
    margin-top: 3px;
    display: inline-block;
    margin-bottom: 10px;
}
.lk-title .username {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.lk-coins {
    padding: 0px 30px 15px 30px;
}
.lk-coins a {
    float: right;
    margin-left: 17px;
    margin-top: 3px;
}
.lk-coins img {
    float: right;
    margin-left: 17px;
    margin-top: 3px;
}
.lk-coins .coins {
    float: right;
    color: #ff9b39;
    font-weight: bold;
    font-size: 14px;
    margin-top: 3px;
    display: inline-block;
    margin-bottom: 10px;
}
.lk-coins .username {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    __text-transform: uppercase;
}
.lk-form li {
    position: relative;
}
.lk-form li a {
    display: block;
    padding: 10px 25px 10px 60px;
    text-decoration: none;
    color: #95b2bc;
    font-size: 14px;
    border-top: 1px solid rgba(170, 115, 132, 0.2);
}
.lk-form li b {
    font-weight: normal;
    color: #00cd52;
}
.lk-form li span {
    float: right;
}
.lk-form li:hover {
    background: rgba(170, 115, 132, 0.2);
    box-shadow: 0px 11px 31px -9px rgba(0, 0, 0, 0.1);
}
.lk-form li:before {
    content: "";
    background: url(../images/nav.png) -5px 0px no-repeat;
    height: 8px;
    width: 5px;
    margin-right: 15px;
    position: absolute;
    left: 35px;
    top: 13px;
    opacity: 0.3;
}
.lk-form li:last-child:before {
    content: "";
    background: url(../images/close-icon.png) 0px 0px no-repeat;
    height: 8px;
    width: 8px;
    opacity: 0.4;
}

#inventoryc {
    background-image:url('../images/inventoryc.png');
    width:400px;
    height:320px;
    text-align:center;
    display: inline-block;
    position:relative;
}
#inventoryc > img {
    position: absolute;
    top: 74px; left: 130px;
    border-radius: 50%;
    border: 3px solid #24314e;
}
#inventoryc > div {
    position:absolute;
    background-repeat:no-repeat;
    background-position:center center;
}
#in_weapon { width:90px;height:136px;bottom:0;left:-6px; }
#in_shield { width:90px;height:136px;bottom:0;right:-4px; }
#in_helm { width:68px;height:68px;top:2px;left:66px; }
#in_armor { width:72px;height:110px;top:72px;left:40px; }
#in_pants { width:68px;height:68px;bottom:8px;left:82px; }
#in_gloves { width:68px;height:68px;top:116px;right:54px; }
#in_boots { width:68px;height:68px;bottom:8px;right:82px; }
#in_wings { width:138px;height:102px;top:8px;right:-2px; }
#in_zoo { width:68px;height:68px;top:2px;left:-2px; }
#in_pendant { width:38px;height:38px;top:20px;right:136px; }
#in_ring1 { width:38px;height:38px;bottom:92px;left:96px; }
#in_ring2 { width:38px;height:38px;bottom:92px;right:96px; }
#in_pentagram { width:96px;height:96px;bottom:-6px;right:152px; }
#in_ear1 {  width:32px;height:32px;top:72px;left:0px; }
#in_ear2 {  width:32px;height:32px;top:72px;left:115px; }

.filter-left {
    float:left;
    color: #464646;
    position:static;
    margin:1px 6px 1px 1px;
}
.select-imitation:after { top:14px; }
.select-imitation {
    background-color: #F0F0F0;
    width: 127px;
    padding: 4px 16px;
    cursor: pointer;
    border-top: 3px solid #fbfbfb;
    box-shadow: 0 -1px 0 #f0f0f0;
    border-radius: 16px;
}
.sel-value {
    white-space:nowrap;
}
.select-imitation-list {
    position:absolute;
    z-index:100;
    background-color: #F9F9F9;
    border: 1px #E9EAEB solid;
    box-shadow: inset 0 1px 0 0 #FFFFFF, 0 1px 2px 0 #b3b3b3;
    padding:2px;
    display:none;
    white-space:nowrap;
    margin-top:-1px;
    width:150px;
    max-height:182px;
    overflow-x:hidden;
    overflow-y:auto;
}
.select-imitation-list a {
    font-size:11px;
    display:block;
    padding:3px 12px;
}
.select-imitation-list a:hover {
    text-decoration:none;
    background-color:#d6d6d7;
}
.non:after {
    content: none;
}

.login-block, .acc-menu {
    font-size: 12px;
    color: white;
}

.fast-links-block li {
    margin-left: -11px;
    background: url(../images/li-icon.png) left no-repeat;
    padding: 5px 0px 19px 29px;
}
.fast-links-block li a {
    color: #82a5dd;
}

#mu_rules .linez {
    padding: 2px 10px;
}

#players_ranking_ASGARD {
    background: url(/assets/DestroyS3/images/players_ranking_ASGARD.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#votereward_ranking_ASGARD {
    background: url(/assets/DestroyS3/images/votereward_ranking_ASGARD.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#guilds_ranking_ASGARD {
    background: url(/assets/Strong_SMU/images/guilds_ranking_X500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#players_ranking_VANAHEIM {
    background: url(/assets/DestroyS3/images/players_ranking_VANAHEIM.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#monster_ranking_LOW {
    background: url(/assets/DestroyS3/images/monster_ranking.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

.custom_button_elitemu {
    background: url(/assets/DestroyS3/images/custom_button_elitemu.png) left;
    width: 125px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding: 4px 8px;
    margin: 4px 8px;
    font-size: 11px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#monster_ranking_MEDIUM {
    background: url(/assets/DestroyS3/images/monster_ranking.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#monster_ranking_HIGH {
    background: url(/assets/DestroyS3/images/monster_ranking.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#votereward_ranking_DEFAULT {
    background: url(/assets/Strong_SMU/images/votereward_ranking_VANAHEIM.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#guilds_ranking_DEFAULT {
    background: url(/assets/Strong_SMU/images/guilds_ranking_X500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#players_ranking_DEFAULT {
    background: url(/assets/Strong_SMU/images/players_ranking_ALFHEIM.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#votereward_ranking_DEFAULT {
    background: url(/assets/Strong_SMU/images/votereward_ranking_ALFHEIM.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#guilds_ranking_ALFHEIM {
    background: url(/assets/DestroyS3//images/guilds_ranking_X500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#item_filter_overlay {
    position: absolute;
    height: 400px;
    width: 500px;
    z-index: 9999;

}
#item_filter {
    width: 500px;
    height: 700px;
    padding-bottom: 2px;
    background-color: #0b0505;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    color: #fff;
}
.item_filter_content {
    height: 600px;
    width: 485px;
    margin: 15px;
    overflow: auto;
}

.modal-header2 {
    background-color: #131a29;
    background: url(../images/content-title-bge.png) no-repeat;
    padding: 11px 18px 11px 18px;
    border-bottom: 1px solid black;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    color: #eee;
    line-height: 1.5;
}


.modal-header2 h2 {
    color: #eee;
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 3px;
    font-family: Cambria, Sans-Serif;
    text-shadow: 1px 1px 1px black;
}

.pay_method_select {
    color: #fff;
    border-radius: 5px;
    background-color: #1E0C0C;
    padding: 10px;
    border: 1px solid rgba(134, 122, 122, 0.15);
    width: 260px;
    height: 300px;
    float: left;
    margin: 0 10px;
}

.pay_method_select li {
    margin-left: 30px;
    list-style-type: square;
}

.pay_method_select:hover {
    background-color: brown;
    transition: 1s;
    cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
}

.pp_m_i {
    margin-left: 55px;
}

.reg table {
    background-color: #1E0C0C;
    color: white !important;
}
.reg .button-style2 {
    margin-top: 10px;
    height: 45px;
    line-height: 25px;
}
.acc-menu a:hover {
    background-color: brown;
}

#item_buy {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}
#item_buy_left {
    float: left;
    padding-right: 5px;
}
#item_buy_right {
    float: left;
    background-color: #050505;
    width: 492px;
    padding: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#item_buy_right .full {
    margin: 1px;
    padding: 1px;
    width: 488px;
    background-color: #76403f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 18px;
    line-height: 18px;
}
#item_buy_right .opt_title {
    margin: 1px;
    padding-left: 1px;
    width: 250px;
    float: left;
    background: #090909;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 20px;
    line-height: 20px;
}
#item_buy_right .opt {
    margin: 1px;
    padding-left: 1px;
    width: 236px;
    float: left;
    background: #090909;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 20px;
    line-height: 20px;
}
#item_buy_right .opt select {
    border: 0px;
    border-radius: 0;
    width: 70%;
    font-size: 12px;
    line-height: 1;
    background: #050505;
    color: #fff;
    margin-top: 1px;
    padding: 0;
    -webkit-appearance: none;
    float: left;
}

#item_image_bg {
    position: relative;
    background: #090909;

    border: 1px solid rgba(134, 122, 122, 0.15);
    width: 129px;
    height: 184px;
}
#item_image_bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
input #item_skill {
    float: left;
    width: 50px;
}
.item_info {
    margin-top: 2px;
    background: #090909;
    width: 129px;
    height: 36px;
    line-height: 36px;
    z-index: 500;
}
.item_info .info {
    padding-left: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
}
.item_info .info .btimes {
    color: #ed7876;
}
.item_info .info .goldcr {
    color: silver;
}
.item_info .info .normalcr {
    color: gold;
}
.ui-dialog ui-widget ui-widget-content ui-corner-all ui-front fixed ui-draggable ui-resizable {
    top: 170px !important;
}
.ui-widget-header {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
}

.item_table {
    width: 200px;
    border: 0;
    margin: auto;
}
.item_table td {
    padding: 3px;
}
.each_item {
    width: 10px;
    border: 0;
    border-collapse: collapse;
}
.each_item td {
    padding: 0px;
}
.each_item .item_name {
    background: #1D0F13;
    background-size: 136px 34px;
    height: 34px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.each_item .item_bg {
    background: rgba(0, 0, 0, 0.45);
    background-size: 136px 140px;
    height: 140px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.each_item .item_bg:hover {
    background: rgba(0, 0, 0, 0.65);
}
.each_item .item_footer {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(0, 0, 0, 0.45);
    border-bottom-left-radius: 5px;
    height: 6px;
}
.item_image {
    text-align: center;
    height: 140px;
    width: 136px;
}
.items {
    text-align: center;
}
.items a {
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 5px;
}
.items a:hover {
    color: #FE9A2E;
}

.add_to_card {
    font-size: 12px;
    background-color: #0b0505 !important;
    border: #333 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
}
.add_to_card th {
    padding: 15px 20px 16px 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;


}
.add_to_card th:first-child {
    text-align: left;
    padding-left: 20px;
}
.add_to_card tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.add_to_card tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.add_to_card tr {
    text-align: center;
    padding-left: 20px;
}
.add_to_card td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}
.add_to_card td {
    padding: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;

}
.add_to_card tr.even td {

}
.add_to_card tr:last-child td {
    border-bottom: 0;
}
.add_to_card tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.add_to_card tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.add_to_card tr:hover td {
    background-color: #0b0505 !important;
}

#lattest_items .style3 li div a span {
    color: #959da7;
}

ul.style3 li {
    background: transparent;
}

#lattest_items .style3 li div:nth-child(2) {
    color: silver !important;
}




.topPanel-topz {
    background: url(../images/dark-fone.png) repeat;
    padding: 10px 0;
}
.topPanelz {
    width: 100%;
    top: 0;
    z-index: 99;
    transition: .2s;
}

.flex-s-cz {
    display: center;
}

.containerzz {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.flex-cz {
    display: flex;
    align-items: center;
}

.menuButtonz {
    display: none;
}

.navz {
    display: block;
}


}
.menuz {
    margin-left: 30px;
}
.flexz {
    display: flex;
}

.menuz {
margin-left:30px;
}

.menuz li {
min-height:70px;
padding-left:70px;
display:flex;
align-items:center;
margin-right:35px;
}

.menuz li a {
display:flex;
flex-direction:column;
font-size:14px;
font-weight:700;
color: #bb883b;
text-transform:uppercase;
}



.menuz li a span {
font-size:10px;
text-transform:none;
margin-top:4px;
color:#959da7;
}

.menuz li:nth-child(1) {
background:url(../images/menu_icon-home.png) left top 5px no-repeat;
}

.menuz li:nth-child(2) {
background:url(../images/menu-icon_1.png) left top 7px no-repeat;
}

.menuz li:nth-child(3) {
background:url(../images/menu-icon_2.png) left top 10px no-repeat;
}

.menuz li:nth-child(4) {
background:url(../images/menu-icon_3.png) left top 7px no-repeat;
}

.menuz li:nth-child(5) {
background:url(../images/menu-icon_4.png) left top 11px no-repeat;
}

.menuz li:nth-child(6) {
background:url(../images/menu-icon_ff.png) left top 7px no-repeat;
}

.menuz li:nth-child(7) {
background:url(../images/menu-icone_6.png) left top 11px no-repeat;
}

.menuBlock-logoz img {
height:50px;
}

#players_ranking_HIGH {
    background: url(/assets/DestroyS3/images/players_ranking_X500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#votereward_ranking_HIGH {
    background: url(/assets/DestroyS3//images/votereward_ranking_X500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#guilds_ranking_HIGH {
    background: url(/assets/DestroyS3//images/guilds_ranking_X500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#ds_ranking_DEFAULT {
    background: url(/assets/Strong_SMU/images/devil_ranking_x500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#bc_ranking_DEFAULT {
    background: url(/assets/Strong_SMU/images/blood_ranking_x500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#cc_ranking_DEFAULT {
    background: url(/assets/Strong_SMU/images/Castle_ranking_x500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}


#killer_ranking_DEFAULT {
    background: url(/assets/Strong_SMU/images/killers_ranking_x500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#votereward_ranking_STRONGMU {
    background: url(/assets/Strong_SMU/images/votereward_ranking_X50.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#players_ranking_STRONGMU {
    background: url(/assets/Strong_SMU/images/players_ranking_X50.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#guilds_ranking_STRONGMU {
    background: url(/assets/Strong_SMU/images/guilds_ranking_X500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#killer_ranking_STRONGMU {
    background: url(/assets/Strong_SMU/images/killers_ranking_ASGARD.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#players_ranking_MEDIUM {
    background: url(/assets/DestroyS3//images/players_ranking_X200.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#killer_ranking_MEDIUM {
    background: url(/assets/DestroyS3//images/killers_ranking_ASGARD.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#votereward_ranking_MEDIUM {
    background: url(/assets/DestroyS3//images/votereward_ranking_X200.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;
}

#guilds_ranking {
    background: url(/assets/DestroyS3//images/guilds_ranking_X500.png) left no-repeat;
    width: 125px;
    height: 35px;
    -moz-box-shadow: inset 0px 1px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 1px 0px 0px transparent;
    box-shadow: inset 0px 1px 0px 0px transparent;

}

a#class_rankings_all_DEFAULT,
a#class_rankings_all_LOW,
a#class_rankings_all_MEDIUM,
a#class_rankings_all_HIGH {
    background: url(/assets/Strong_SMU/images/all_c.png) left no-repeat !important;
    width: 125px;
    height: 35px;
    box-shadow: none;
}

a#class_rankings_dk_DEFAULT,
a#class_rankings_dk_LOW,
a#class_rankings_dk_MEDIUM,
a#class_rankings_dk_HIGH {
	background: url(/assets/Strong_SMU/images/dk.png) left no-repeat !important;
    width: 125px;
    height: 35px;
    box-shadow: none;
}

a#class_rankings_dl_DEFAULT,
a#class_rankings_dl_LOW,
a#class_rankings_dl_MEDIUM,
a#class_rankings_dl_HIGH {
	background: url(/assets/Strong_SMU/images/dl.png) left no-repeat !important;
    width: 125px;
    height: 35px;
    box-shadow: none;
}

a#class_rankings_dw_DEFAULT,
a#class_rankings_dw_LOW,
a#class_rankings_dw_MEDIUM,
a#class_rankings_dw_HIGH {
	background: url(/assets/Strong_SMU/images/dw.png) left no-repeat !important;
    width: 125px;
    height: 35px;
    box-shadow: none;
}

a#class_rankings_fe_DEFAULT,
a#class_rankings_fe_LOW,
a#class_rankings_fe_MEDIUM,
a#class_rankings_fe_HIGH {
	background: url(/assets/Strong_SMU/images/elf.png) left no-repeat !important;
    width: 125px;
    height: 35px;
    box-shadow: none;
}

a#class_rankings_mg_DEFAULT,
a#class_rankings_fe_LOW,
a#class_rankings_fe_MEDIUM,
a#class_rankings_fe_HIGH {
	background: url(/assets/Strong_SMU/images/mg.png) left no-repeat !important;
    width: 125px;
    height: 35px;
    box-shadow: none;

}

a#class_rankings_su_DEFAULT,
a#class_rankings_fe_LOW,
a#class_rankings_fe_MEDIUM,
a#class_rankings_fe_HIGH {
	background: url(/assets/Strong_SMU/images/sum.png) left no-repeat !important;
    width: 125px;
    height: 35px;
    box-shadow: none;

}

a#class_rankings_rf_DEFAULT,
a#class_rankings_fe_LOW,
a#class_rankings_fe_MEDIUM,
a#class_rankings_fe_HIGH {
	background: url(/assets/Strong_SMU/images/rfs.png) left no-repeat !important;
    width: 125px;
    height: 35px;
    box-shadow: none;

}

.item_size_12{
    font-size: 12px;
}
 
.item_font_family{
    font-family: tahoma;
}
 
.item_white{
    color:#FFFFFF;
}
 
.item_light_green{
    color:#00FF00;
}
 
.item_light_blue{
    color:#80B2FF;
}
 
.item_light_blue_2{
    color:#3366FF;
}
 
.item_blue{
    color:#0066FF;
}
 
.item_pink{
    color:#FF1493;
}
 
.item_yellow{
    color:#FADE09;
}
 
.item_yellow_2{
    color:#FFCC00;
}
 
.item_red{
    color:#FF0000;
}
 
.item_dark_red{
    color:#800000;
}
 
.item_dark_red_background{
    background-color:#800000;
}
 
.item_purple{
    color: #800080;
}
 
.item_socket{
    color: #B266FF;
}
 
.item_grey{
    color: #808080;
}
 
.item_yellow_title{
    color: #FFCC19;
}
 
.item_exe_title{
    color: #008000;
}
 
.item_socket_title{
    color: #B266FF;
}
 
.item_socket_exe_title{
    color: #7401DF;
}
 
.item_ancient_title{
    color: #01DF01;
}
 
.item_ancient_background{
    background-color: #0000FF;
}

#lattest_items .style3 li div a span {
    color: #fff;
}

ul.style3 a {
    color: #F1DEC8;
}

#top_list #rank_by_class a:nth-child(10),
#top_list #rank_by_class a:nth-child(11),
#top_list #rank_by_class a:nth-child(12) {
display: none;
}

#top_list #rank_by_class a:nth-child(9)::before,
#top_list #rank_by_class a:nth-child(9)::after {
content: "";
}

#top_list #rank_by_class a:nth-child(9)::before {
content: "";
}

.ui-widget-content {
    line-height: 2;
}

.ui-widget-content a {
    color: #ffffff;
    font-size: 14px;
}

a.rollover_selector {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/selector.png)
}
a.rollover_selector: hover {
    background - image: url(../images/selector_rollover.png)
}
a.rollover_selector_paypal {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/paypal_buy.png)
}
a.rollover_selector_paypal: hover {
    background - image: url(../images/paypal_buy2.png)
}
a.rollover_selector_proceedcheckout {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/proceed-checkout-transperent.png)
}
a.rollover_selector_proceedcheckout: hover {
    background - image: url(../images/proceed - checkout - bold.png)
}
a.rollover_selector_paypalv2 {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/Buy_Now_PayPalv3.png)
}
a.rollover_selector_paypalv2: hover {
    background - image: url(../images/Buy_Now_PayPalv3_t.png);
    -webkit - box - shadow: 0 0 5px 1px # 787878;
    -moz - box - shadow: 0 0 5px 1px # 787878;
    box - shadow: 0 0 5px 1px # 787878
}
a.rollover_selector_skrillv2 {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/Buy_Now_Skrillv3.png)
}
a.rollover_selector_skrillv2: hover {
    background - image: url(../images/buy_Now_Skrillv3_t.png);
    -webkit - box - shadow: 0 0 5px 1px # 787878;
    -moz - box - shadow: 0 0 5px 1px # 787878;
    box - shadow: 0 0 5px 1px # 787878
}
.myButton {
    background: url(../images/paypal_buy2.png)no - repeat;
    cursor: pointer;
    width: 200px;
    height: 100px;
    border: none
}
a.rollover_selector_wu {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/wu_buy.png)
}
a.rollover_selector_wu: hover {
    background - image: url(../images/wu_buy2.png)
}
a.rollover_selector_mg {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/mg_buy.png)
}
a.rollover_selector_mg: hover {
    background - image: url(../images/mg_buy2.png)
}
a.rollover_selector_skrill {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/skrill_buy.png)
}
a.rollover_selector_skrill: hover {
    background - image: url(../images/skrill_buy2.png)
}
a.rollover_selector_webmoney {
    display: block;
    width: 99px;
    height: 29px;
    background - image: url(../images/webmoney_buy.png)
}
a.rollover_selector_webmoney: hover {
    background - image: url(../images/webmoney_buy3.png)
}