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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '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_instagram:before {
  content: "\e907";
}
.icon_telegram:before {
  content: "\e900";
}
.icon_captain:before {
  content: "\e901";
}
.icon_helm:before {
  content: "\e902";
}
.icon_email:before {
  content: "\e903";
}
.icon_phone:before {
  content: "\e904";
}
.icon_place:before {
  content: "\e905";
}
.icon_facebook:before {
  content: "\e906";
}
.icon_gplus:before {
  content: "\e908";
}
.icon_lighthouse:before {
  content: "\e909";
}
.icon_ring:before {
  content: "\e90a";
}
.icon_ship:before {
  content: "\e90b";
}
.icon_shirt:before {
  content: "\e90c";
}
