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

[class^="icon-custom"], [class*=" icon-custom"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Giotis-Icons' !important;
  speak: never;
  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-customclose-menu:before {
  content: "\e900";
}
.icon-customopen-left-menu:before {
  content: "\e901";
}
.icon-customopen-right-menu:before {
  content: "\e902";
}
