@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wryx4m');
  src:  url('../fonts/icomoon.eot?wryx4m#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wryx4m') format('truetype'),
    url('../fonts/icomoon.woff?wryx4m') format('woff'),
    url('/nts/icomoon.svg?wryx4m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-go:before { content: "\e900"; }
.icon-arrow-up:before { content: "\e901"; }
.icon-arrow-down:before { content: "\e902"; }
.icon-arrow-right:before { content: "\e903"; }
.icon-arrow-left:before { content: "\e904"; }
.icon-close:before { content: "\e905"; }
.icon-vol-mute:before { content: "\e906"; }
.icon-vol-low:before { content: "\e907"; }
.icon-vol-medium:before { content: "\e908"; }
.icon-pause:before { content: "\e909"; }
.icon-play:before { content: "\e90a"; }
.icon-play-video:before { content: '\e80b'; } 
.icon-pause-video:before { content: '\e80d'; } 
.icon-fullscreen:before { content: '\e80f'; } 

.icon-menu:before { content: '\e80e'; } /* '' */
.icon-go-filled:before { content: '\e800'; } /* '' */
