@charset "UTF-8";
/* font-face */
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?fysh9m");
    src: url("../fonts/icomoon.eot?fysh9m#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fysh9m") format("truetype"), url("../fonts/icomoon.woff?fysh9m") format("woff"), url("../fonts/icomoon.svg?fysh9m#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-medal:before, .icon-first:before, .icon-win:before {
    content: "";
}

.icon-coins:before, .icon-money:before {
    content: "";
}

.icon-mail-envelope-open:before {
    content: "";
}

.icon-database:before {
    content: "";
}

.icon-opt:before {
    content: "";
}

/* font-face END */
/* reset 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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

html, body {
    height: 100%;
    width: 100%;

}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: "";
    content: none;
}

q:before, q:after {
    content: "";
    content: none;
}

table tr:nth-child(odd) td:nth-child(odd) {
    background-color: #eef1f5 !important;
    border: none;
}

table td {
    border: none !important;
}

a {
    color: #fff;
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    box-sizing: border-box;
}

/* reset css END */
