/********** Шрифты *************/

@font-face {
    font-family: 'WarHeliosCondc';
    src: url(../fonts/warhelioscondc-webfont.ttf);
}

@font-face {
    font-family: 'WarHeliosCondcBold';
    src: url(../fonts/warhelioscondcbold-webfont.ttf);
}

/********** Обнуление *************/
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    width: 100%;
    height: 100%;
    background: #eee;
    line-height: 1;
    font-family: 'WarHeliosCondcBold', 'Arial Narrow', sans-serif;
}
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;
}

div#page {
    width: 100%;
    margin: 40px 0;
}

@media screen and (min-width: 800px) {div#page {margin: 38px auto;width: 90%;}}

footer{
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
}

footer address{
    margin: auto;
    position: relative;
    display: block;
    width: 200px;
}

a {
    color: #FF6600;
    text-decoration: none;
}

.hhead{
    font-size: 4em;
    color: #ff4400;
    text-align: center;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.crumbs{margin: 0.625em; font-size: 24px;display: flex;}
.crumbs ul{display: flex;}
.crumbs li{display: block;margin: 0.125em;}

.crumbs li a {
    background: rgb(41, 145, 255);
    padding: 0.4em 0.625em;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
    font-weight: 100;
    font-family: 'WarHeliosCondc', 'Arial Narrow', sans-serif;
    font-size: 1em;
}

.crumbs li a.curent {
    background: rgb(255, 142, 0);
}
@media screen and (max-width: 800px) {.crumbs{font-size: 16px}}
@media screen and (min-width: 2000px) {.crumbs{font-size: 36px}}


/**  AJAX video */

div.video_conteiner{
    display: flex;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    transition: all 0.5s ease-in-out;
}

div.video{
    display: inline-block;
    margin: 5px;
    width: 160px;
    height: 90px;
    position: relative;
}

div.video:hover{
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    margin: 4px 6px 6px 4px;
}



div.video img{
    width: 100%;
    height: 100%;
}

div.video.new:after{
    background: rgba(0, 255, 0, 0.79);
    width: 30px;
    padding: 5px;
    content: 'NEW';
    color: #f00;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    font-size: 16px;
}




#z1ooo_row{
    width: 1px;
    height: 117px;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 500px) {
    div.video{
        display: inline-block;
        margin: 1px;
        max-width: 112px;
        max-height: 63px;

    }
    div.video.new:after{
        font-size: 12px;
        width: 22px;
    }
    #z1ooo_row{
        height: 66px;
    }
}

.crumbs a.donationalerts{
    background: none;
    display: block;
    width: 60%;
    max-width: 600px;
    min-width: 160px;
    height: 33px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.crumbs a.donationalerts iframe{
    position: absolute;
    top: -7px;
    left: 0px;
    width: 100%;
    height: 40px;
}

div.donationalerts {
    position: absolute;
    top: 6px;
    left: 18px;
    width: 100%;
    height: 45px;
    z-index: 1000;
    text-shadow:
            rgba(0, 0, 0, 0.5) -1px 1px 1px,
            rgba(0, 0, 0, 0.5) -1px -1px 1px,
            rgba(0, 0, 0, 0.5) 1px 1px 1px,
            rgba(0, 0, 0, 0.5) 1px -1px 1px;
}

/*
@media screen and (min-width: 2000px) {
    div.video{
        display: inline-block;
        width: 240px;
        height: 135px;
    }
    div.video.new:after{
        font-size: 20px;
        width: 38px;
    }
}*/

div.info_icon {
    background: #358dff;
    padding: 0;
    margin-left: 10px;
    border-radius: 60px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: 'Georgia', 'Arial Narrow', sans-serif;
    font-size: 32px;
    cursor: pointer;
    position: relative;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

div.info_icon div.info_text{
    position: fixed;
    top: 40px;
    left: calc(10% - 20px);
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.15s ease-in-out;
    background: #6091a7;
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    border-radius: 10px;
    text-align: left;
    z-index: 10000;
    border: 1px solid rgba(0, 0, 0, 0.47);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}

div.info_icon div.info_text p{
    padding: 0;
    margin: 0;
}

div.info_icon:hover div.info_text{
    font-size: 14px;
    opacity: 1;
    width: 80%;
    height: auto;
    text-overflow: clip;
    white-space: pre-wrap;
    padding: 10px;
}

div.info_icon.grafic {
    position: absolute;z-index: 9000;right: 10px;top:30px;
}

.server{
    position: relative;
    margin-top: 1px;
    width: 2em;
    height: 34px;
    display: inline-block;
    margin-left: 0%;
    vertical-align: top;
    z-index: 52;
    font-size: 2em;
    text-transform: uppercase;}
.server .current{
    border: 1px solid #999;
    width: 100%;
    text-align: center;
    background-color: #dcffdd;
    border-radius: 2px;}
.server .new_server{display: none;
    margin-left: 0%;
    border-radius: 3px;
    padding: 3px;
    margin-top: 0px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.server:hover .new_server{
    display: block;
    position: absolute;
    top: 30px;
    left: 3px;
    z-index: 100;
}
.server .new_server_link {
    text-align: center;
}

.clan_league_{color: rgb(129, 129, 129);}
.clan_league_0{color: rgb(156, 75, 255);}
.clan_league_1{color: rgb(136, 199, 134);}
.clan_league_2{color: rgb(239, 201, 41);}
.clan_league_3{color: rgb(86, 162, 162);}
.clan_league_4{color: rgb(202, 101, 0);}
.clan_league_10{color: rgb(129, 129, 129);}

.rate-00 {color: #000000;}
.rate-10 {color: #C62828;}
.rate-20 {color: #ffaa00;}
.rate-30 {color: #F07C31;}
.rate-40 {color: #F59E2F;}
.rate-50 {color: #44aa22;}
.rate-60 {color: #CDB833;}
.rate-70 {color: #9FB03A;}
.rate-80 {color: #2E7D32;}
.rate-90 {color: #43A047;}
.rate-95 {color: #00ACC1;}
.rate-99 {color: #8E24AA;}