/* Icon Font */
/* Font loaded with Web Font Loader script in IE8 in order to refresh pseudo elements */
@font-face {
    font-family: "pew-icons";
    src: url("/www_pew/assets/fonts/pew-icons/fonts/pew-icons.eot");
    src: url("/www_pew/assets/fonts/pew-icons/fonts/pew-icons.eot?#iefix") format("embedded-opentype"),
        url("/www_pew/assets/fonts/pew-icons/fonts/pew-icons.ttf") format("truetype"),
        url("/www_pew/assets/fonts/pew-icons/fonts/pew-icons.svg#pew-icons") format("svg"),
        url("/www_pew/assets/fonts/pew-icons/fonts/pew-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}