@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/neo-sans-pro/neo-sans-pro.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/neo-sans-pro/neo-sans-pro-italic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/neo-sans-pro/neo-sans-pro-light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/neo-sans-pro/neo-sans-pro-light-italic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/neo-sans-pro/neo-sans-pro-medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/neo-sans-pro/neo-sans-pro-bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/neo-sans-pro/neo-sans-pro-bold-italic.ttf');
    font-weight: 700;
    font-style: italic;
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play:before { content: '\e800'; } /* '' */
/*.icon-stop-1:before { content: '\e801'; } /* '' */
.icon-pause:before { content: '\e802'; } /* '' */
.icon-fast-forward:before { content: '\e803'; } /* '' */
.icon-fast-backward:before { content: '\e804'; } /* '' */
.icon-to-start:before { content: '\e805'; } /* '' */
.icon-to-end:before { content: '\e806'; } /* '' */
/*.icon-facebook-1:before { content: '\e807'; } /* '' */
.icon-globe:before { content: '\e808'; } /* '' */
.icon-group:before { content: '\e809'; } /* '' */
.icon-info:before { content: '\e80a'; } /* '' */
.icon-instagram:before { content: '\e80b'; } /* '' */
.icon-left:before { content: '\e80c'; } /* '' */
.icon-right:before { content: '\e80d'; } /* '' */
.icon-smiley:before { content: '\e80e'; } /* '' */
.icon-twitter:before { content: '\e80f'; } /* '' */
.icon-view:before { content: '\e810'; } /* '' */
.icon-whatsapp:before { content: '\e811'; } /* '' */
.icon-download:before { content: '\e812'; } /* '' */
/*.icon-play-1:before { content: '\e813'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */