@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?32pbdg');
  src:  url('../fonts/icomoon.eot?32pbdg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?32pbdg') format('truetype'),
    url('../fonts/icomoon.woff?32pbdg') format('woff'),
    url('../fonts/icomoon.svg?32pbdg#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-twitter:before {
content: "";
display: inline-block;
width: 20px;   /* adjust size */
height: 20px;  /* adjust size */
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1227'%3E%3Cpath fill='%23000000' d='M714.163 519.284L1160.89 0h-106.94L666.551 450.887 402.675 0H0l468.909 807.372L0 1226.62h106.942L533.445 755.27l273.88 471.35H1200z'/%3E%3C/svg%3E") no-repeat center;
background-size: contain;

/*background: url('../images/icons8-twitter.svg') no-repeat center;*/
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-google:before {
  content: "\f0d5";
}
/*.icon-instagram:before {
  content: "\f16d";
}*/
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
