/*Player Control Icons*/

@font-face {
    font-family: 'playercontrols';
    src:    url('../fonts/playercontrolsd46c.eot?2juc3y');
    src:    url('../fonts/playercontrolsd46c.eot?2juc3y#iefix') format('embedded-opentype'),
        url('../fonts/playercontrolsd46c.ttf?2juc3y') format('truetype'),
        url('../fonts/playercontrolsd46c.woff?2juc3y') format('woff'),
        url('../fonts/playercontrolsd46c.svg?2juc3y#playercontrols') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="pc-"], [class*=" pc-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'playercontrols' !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;
}

.pc-back:before {content: "\e900";}
.pc-next:before {content: "\e901";}
.pc-pause:before {content: "\e902";}
.pc-play:before {content: "\e903";}
.pc-playlist:before {content: "\e904";}
.pc-playlist2:before {content: "\e905";}
.pc-volume:before {content: "\e906";}
.pc-mute:before {content: "\e907";}

