@font-face {
  font-family: "Icons";
  src: url("fonts/icons.eot?v=4.7.0");
  src: url("fonts/icons.eot?#iefix") format("embedded-opentype"),
       url("fonts/icons.woff?v=4.7.0") format("woff"),
       url("fonts/icons.ttf?v=4.7.0") format("truetype"),
       url("fonts/icons.svg?v=4.7.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FA';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg"); }


@font-face {
  font-family: 'FA-Solid';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'FA-Brands';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); }


/*@font-face {
  font-family: 'Material';
  src: local('Material Icons');
}
*/
/*@font-face {
  font-family: 'Material';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
/*  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url("fonts/MaterialIcons-Regular.woff2") format('woff2'),
       url("fonts/MaterialIcons-Regular.woff") format('woff'),
       url("fonts/MaterialIcons-Regular.ttf") format('truetype');
}*/


/* fallback 
@font-face {
  font-family: 'Material';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}*/

.loading .material-icons, .loading .icon {
  opacity:  0;

}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  font-display: block;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  opacity: initial;
}

.icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  font-display: block;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  opacity: initial;
}

.icon + span {
  margin-left: 5px;
}