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

[class^="polyicon-"], [class*=" polyicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'poly-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;
}

.polyicon-clock-o:before {
  content: "\f017";
}
.polyicon-search:before {
  content: "\f002";
}
.polyicon-chevron-left:before {
  content: "\f053";
}
.polyicon-chevron-right:before {
  content: "\f054";
}
.polyicon-phone:before {
  content: "\f095";
}
.polyicon-arrows-alt:before {
  content: "\f0b2";
}
.polyicon-diamond:before {
  content: "\f219";
}
.polyicon-subway:before {
  content: "\f239";
}
.polyicon-facebook-with-circle:before {
  content: "\e901";
}
.polyicon-instagram-with-circle:before {
  content: "\e902";
}
.polyicon-linkedin-with-circle:before {
  content: "\e905";
}
.polyicon-twitter-with-circle:before {
  content: "\e906";
}
.polyicon-address:before {
  content: "\e903";
}
.polyicon-check1:before {
  content: "\e900";
}
.polyicon-thumbs-up:before {
  content: "\e904";
}
