@font-face {
  font-family: 'vespulaicons-v1';
  src:  url('fonts/vespulaicons-v1.eot?7iqsn0');
  src:  url('fonts/vespulaicons-v1.eot?7iqsn0#iefix') format('embedded-opentype'),
    url('fonts/vespulaicons-v1.ttf?7iqsn0') format('truetype'),
    url('fonts/vespulaicons-v1.woff?7iqsn0') format('woff'),
    url('fonts/vespulaicons-v1.svg?7iqsn0#vespulaicons-v1') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vespulaicons-v1' !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-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-up:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e913";
  /*color: #3b5998;*/
}
.icon-google:before {
  content: "\e914";
  color: #4285f4;
}
.icon-linkedin:before {
  content: "\e915";
  color: #0077b5;
}
.icon-twitter:before {
  content: "\e916";
  color: #1da1f2;
}
