﻿@font-face {
    font-family: 'gw-custom';
    src: url('../fonts/gw-custom.woff2') format('woff2'), url('../fonts/gw-custom.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "gw-custom";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-user:before {
    content: '\e800';
}

.icon-wallet:before {
    content: '\e801';
}

.icon-down-open:before {
    content: '\e802';
}

.icon-up-open:before {
    content: '\e803';
}

.icon-chart-bar:before {
    content: '\e804';
}

.icon-money:before {
    content: '\e805';
}

.icon-dollar:before {
    content: '\e806';
}

.icon-ok-circled:before {
    content: '\e807';
}

.icon-ok-circled2:before {
    content: '\e808';
}

.icon-bullhorn:before {
    content: '\e809';
}

.icon-megaphone:before {
    content: '\e80a';
}

.icon-spin3:before {
    content: '\e832';
}

.icon-angle-double-up:before {
    content: '\f102';
}

.icon-angle-double-down:before {
    content: '\f103';
}

.icon-database:before {
    content: '\f1c0';
}

.icon-newspaper:before {
    content: '\f1ea';
}

.icon-diamond:before {
    content: '\f219';
}

.icon-user-circle:before {
    content: '\f2bd';
}

.icon-user-circle-o:before {
    content: '\f2be';
}
