@font-face {
  font-family: "theme-icons";
  src: url("../fonts/theme-icons.eot?5xvh7m");
  src: url("../fonts/theme-icons.eot?5xvh7m#iefix") format("embedded-opentype"),
    url("../fonts/theme-icons.ttf?5xvh7m") format("truetype"), url("../fonts/theme-icons.woff?5xvh7m") format("woff"),
    url("../fonts/theme-icons.svg?5xvh7m#theme-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.theme-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theme-icons" !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-corporate:before {
  content: "\e900";
}
.icon-education:before {
  content: "\e901";
}
.icon-hotel:before {
  content: "\e902";
}
.icon-house:before {
  content: "\e903";
}
.icon-public:before {
  content: "\e904";
}
.icon-left-arrow:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-email:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}

