@font-face {
    font-family: 'trident';
    src: url(58e20405e7b2c1375b0939ae0bd1647e8aa1329a.)  format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'trident' !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;
}

.icon-play-plain:before {
    content: "\e600";
}
.icon-arrow-left:before {
    content: "\e601";
}
.icon-arrow-right:before {
    content: "\e602";
}
.icon-slideshow:before {
    content: "\e603";
}
.icon-ellipsis:before {
    content: "\e604";
}
.icon-facebook:before {
    content: "\e605";
}
.icon-twitter:before {
    content: "\e606";
}
.icon-pinterest:before {
    content: "\e607";
}
.icon-whatsapp:before {
    content: "\e608";
}
.icon-mail:before {
    content: "\e609";
}
.icon-comment:before {
    content: "\e60a";
}
.icon-star:before {
    content: "\e60b";
}
.icon-fullscreen:before {
    content: "\e60c";
}
.icon-print:before {
    content: "\e60d";
}
.icon-sections:before {
    content: "\e60e";
}
.icon-shows:before {
    content: "\e60f";
}
.icon-play:before {
    content: "\e610";
}
.icon-local:before {
    content: "\e611";
}
.icon-login-dark:before {
    content: "\e612";
}
.icon-login:before {
    content: "\e613";
}
.icon-more:before {
    content: "\e614";
}
.icon-search:before {
    content: "\e615";
}
.icon-close:before {
    content: "\e616";
}
.icon-menu:before {
    content: "\e617";
}
.icon-v-closefullscreen:before {
    content: "\e618";
}
.icon-v-volumemute:before {
    content: "\e619";
}
.icon-v-volumehalf:before {
    content: "\e61a";
}
.icon-v-volumefull:before {
    content: "\e61b";
}
.icon-v-nextvideo:before {
    content: "\e61c";
}
.icon-v-fullscreenvideo:before {
    content: "\e61d";
}
.icon-v-playvideo:before {
    content: "\e61e";
}
.icon-v-pausevideo:before {
    content: "\e61f";
}
.icon-v-ccvideo:before {
    content: "\e620";
}
.icon-upload:before {
    content: "\e621";
}
.icon-download:before {
    content: "\e622";
}
.icon-share:before {
    content: "\e623";
}
.icon-live-01:before {
    content: "\e624";
}
.icon-embed:before {
    content: "\e625";
}
.icon-settings:before {
    content: "\e626";
}
.icon-share-arrow:before {
    content: "\e627";
}
.icon-check-mark:before {
    content: "\e628";
}
.icon-arrows-updown:before {
    content: "\e629";
}
.icon-chevron-left-01:before {
    content: "\e62a";
}
.icon-chevron-right-01:before {
    content: "\e62b";
}
.icon-bell:before {
    content: "\e62c";
}
.icon-slideshow2:before {
    content: "\e62d";
}
.icon-bookmark:before {
    content: "\e62e";
}
.icon-calendar2:before {
    content: "\e62f";
}
.icon-logo:before {
    content: "\e630";
}
.icon-edit:before {
    content: "\e631";
}
.icon-bell-filled:before {
    content: "\e632";
}

/** player icons begin **/

.vjs-abcn-skin .vjs-playing.icon-v-playvideo:before {
    content: "\e61f";  //v-pausevideo
}

.vjs-abcn-skin .vjs-paused.icon-v-playvideo:before {
    content: "\e61e";  //v-playvideo
}

.vjs-fullscreen .icon-v-fullscreenvideo:before {
    content: "\e618";   //v-closefullscreen
}

.vjs-mute-control:before, .vjs-volume-menu-button:before {
    content: "\e61b"; //v-volumefull
}

.vjs-mute-control.vjs-vol-0:before, .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\e619";  //v-volumemute
}

.vjs-mute-control.vjs-vol-1:before, .vjs-volume-menu-button.vjs-vol-1:before, .vjs-mute-control.vjs-vol-2:before, .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\e61a"; //v-volumehalf
}

.vjs-nextvideo:before{
    content: "\e61c"; //v-nextvideo
}

/** player icons end **/

.rsindex .uf-tag.uf-tag-active .icon-bell:before{
     content: "\e632";
}