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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-locate:before {
  content: "\e90e";
}
.icon-close .path1:before {
  content: "\e906";
  color: rgb(255, 255, 255);
}
.icon-close .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: none;
}
.icon-close .path3:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(123, 133, 145);
}
.icon-back-to-list:before {
  content: "\e909";
}
.icon-mailto:before {
  content: "\e90a";
}
.icon-next:before {
  content: "\e90b";
}
.icon-prev:before {
  content: "\e90c";
}
.icon-favori:before {
  content: "\e90d";
}
.icon-tel:before {
  content: "\e902";
}
.icon-edit:before {
  content: "\e903";
}
.icon-call:before {
  content: "\e904";
}
.icon-list:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e900";
}
.icon-user:before {
  content: "\e901";
}

