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

[class^="eco-"]:before, [class*="eco-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'econo' !important;
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /* margin-right: .2em; */
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
 /*  margin-left: .2em; */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.eco-quote:before {
  content: "\e900";
}
.eco-pin:before {
  content: "\e901";
}
.eco-close:before {
  content: "\e902";
}
.eco-linkedin:before {
  content: "\e903";
}
.eco-mail:before {
  content: "\e904";
}
.eco-download:before {
  content: "\e905";
}
.eco-eye:before {
  content: "\e906";
}
.eco-lightbulb:before {
  content: "\e907";
}
.eco-people:before {
  content: "\e908";
}
.eco-collaboration:before {
  content: "\e909";
}
.eco-arrow-down:before {
  content: "\e90a";
}
.eco-arrow-left:before {
  content: "\e90b";
}
.eco-arrow-right:before {
  content: "\e90c";
}
.eco-arrow-up:before {
  content: "\e90d";
}
.eco-arrow-upright:before {
  content: "\e90e";
}
.eco-phone:before {
  content: "\e90f";
}
.eco-whatsapp:before {
  content: "\e910";
}
.eco-menu:before {
  content: "\e911";
}

