/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src:  url("fonts/MaterialIcons.eot?v=2.1.99");
  src:  url("fonts/MaterialIcons.eot?#iefix&v=2.1.99") format("embedded-opentype"),
        url("fonts/MaterialIcons.woff2?v=2.1.99") format("woff2"),
        url("fonts/MaterialIcons.woff?v=2.1.99") format("woff"),
        url("fonts/MaterialIcons.ttf?v=2.1.99") format("truetype"),
        url("fonts/MaterialIcons.svg?v=2.1.99#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*=mi-] {
    height: 24px;
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

[class*=mi-]:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "Material Icons Light";
    src:    url("fonts/MaterialIconsLight.eot");
    src:    url("fonts/MaterialIconsLight.eot?#iefix") format("embedded-opentype"),
            url("fonts/MaterialIconsLight.woff2") format("woff2"),
            url("fonts/MaterialIconsLight.woff") format("woff"),
            url("fonts/MaterialIconsLight.ttf?v=0.2.63") format("truetype"),
            url("fonts/MaterialIconsLight.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=mil-] {
    height: 24px;
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
[class*=mil-]:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Icons Light";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mi-facebook:before {
  content: "\F20C";
}
.mi-youtube-play:before {
  content: "\F5C3";
}
.mi-google:before {
  content: "\F2AD";
}
.mi-phone:before {
  content: "\F3F2";
}
.mi-email:before {
  content: "\F1EE";
}
.mi-home-map-marker:before {
  content: "\F5F8";
}
.mi-phone-classic:before {
  content: "\F602";
}


.mil-magnify:before {
    content: "\F349"
}
.mil-menu:before {
    content: "\F35C"
}
.mil-close:before {
    content: "\F414"
}
