@font-face {
    font-family: "icons";
    src: url("./fonts/icons/icons.eot?73bfd9e2d04539fe12f24b81c60c2cc1");
    src: url("./fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("./fonts/icons/icons.woff?73bfd9e2d04539fe12f24b81c60c2cc1") format("woff"), url("./fonts/icons/icons.ttf?73bfd9e2d04539fe12f24b81c60c2cc1") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.icon {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon_facebook:before {
    content: "\f10f";
}
.icon_documents:before {
    content: "\f10c";
}
.icon_search:before {
    content: "\f11c";
}
.icon_news:before {
    content: "\f115";
}
.icon_events:before {
    content: "\f10e";
}
.icon_photo:before {
    content: "\f117";
}
.icon_video:before {
    content: "\f11e";
}
.icon_format_doc:before {
    content: "\f110";
    color: #2372ba;
}
.icon_format_pdf:before {
    content: "\f111";
    color: #f21827;
}
.icon_format_xls:before {
    content: "\f112";
    color: #08743b;
}

.icon_close:before {
    content: "\f108";
}