@font-face {
    font-family: "Proxima";
    src: url(../fonts/proxima_nova_regular-webfont.ttf);
    src: url(../fonts/proxima_nova_regular-webfont.ttf) format("truetype"),
    url(../fonts/proxima_nova_regular.woff) format("woff"),
    url(../fonts/proxima_nova_regular-webfont.svg#proxima_nova_regular) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Proxima";
    src: url(../fonts/proxima_nova_bold-webfont.ttf);
    src: url(../fonts/proxima_nova_bold-webfont.ttf) format("truetype"),
    url(../fonts/proxima_nova_bold-webfont.woff) format("woff"),
    url(../fonts/proxima_nova_regular-webfont.svg#proxima_nova_regular) format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icon/icomoon.eot?uiyaf7');
    src:  url('../fonts/icon/icomoon.eot?uiyaf7#iefix') format('embedded-opentype'),
    url('../fonts/icon/icomoon.ttf?uiyaf7') format('truetype'),
    url('../fonts/icon/icomoon.woff?uiyaf7') format('woff'),
    url('../fonts/icon/icomoon.svg?uiyaf7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Arrow-down:before {
    content: "\e900";
}
.icon-Arrow-fill:before {
    content: "\e901";
}
.icon-Arrow-left:before {
    content: "\e902";
}
.icon-Arrow-right:before {
    content: "\e903";
}
.icon-Arrow-top:before {
    content: "\e904";
}
.icon-logout:before {
    content: "\e905";
}
.icon-Menu:before {
    content: "\e906";
}
.icon-Search:before {
    content: "\e907";
}