@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?sv2v0p');
  src:  url('fonts/icomoon.eot?sv2v0p#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?sv2v0p') format('truetype'),
    url('fonts/icomoon.woff?sv2v0p') format('woff'),
    url('fonts/icomoon.svg?sv2v0p#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-maze:before {
  content: "\e90d";
}
.icon-down:before {
  content: "\e700";
}
.icon-search:before {
  content: "\e702";
}
.icon-up:before {
  content: "\e703";
}
.icon-left:before {
  content: "\e704";
}
.icon-right:before {
  content: "\e705";
}
.icon-close:before {
  content: "\e706";
}
.icon-instagram:before {
  content: "\e919";
}
.icon-menu:before {
  content: "\e7c0";
}
.icon-google-plus:before {
  content: "\e959";
}
.icon-facebook:before {
  content: "\e95a";
}
.icon-linkedin:before {
  content: "\e95d";
}
.icon-twitter:before {
  content: "\e835";
}
.icon-telegram:before {
  content: "\ea95";
}

