@font-face {
    font-family: 'bpi';
    src:    url('../fonts/bpi.eot?2cd0co');
    src:    url('../fonts/bpi.eot?2cd0co#iefix') format('embedded-opentype'),
        url('../fonts/bpi.ttf?2cd0co') format('truetype'),
        url('../fonts/bpi.woff?2cd0co') format('woff'),
        url('../fonts/bpi.svg?2cd0co#bpi') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

.bpi-close:before {
    content: "\e900";
}
.bpi-download:before {
    content: "\e901";
}
.bpi-play:before {
    content: "\e902";
}

