﻿/* Fonts Courtesy of https://github.com/FezVrasta/bootstrap-material-design */ 

@font-face {
  font-family: "Material-Design-Icons";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/fonts/Material-Design-Icons.eot") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/fonts/Material-Design-Icons.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/fonts/Material-Design-Icons.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/fonts/Material-Design-Icons.svg?#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mdi-"], [class*=" mdi-"] {
  font-family: "Material-Design-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mdi-action-home:before { content: "\e637"; }
.mdi-action-list:before {content: "\e641"; }
.mdi-action-search:before { content: "\e661"; }
.mdi-navigation-arrow-drop-down:before { content: "\e8a3"; }
.mdi-navigation-arrow-drop-up:before { content: "\e8a4"; }
.mdi-navigation-menu:before { content: "\e8af"; }
.mdi-av-skip-next:before { content: "\e6c8"; }
.mdi-av-skip-previous:before { content: "\e6c9"; }
.mdi-navigation-close:before { content: "\e8aa"; }
.mdi-av-play-arrow:before { content: "\e6bb"; }