@font-face {
  font-family: 'Socicon';
  src:  url('../font/Socicon.eot?jxsw4b');
  src:  url('../font/Socicon.eot?jxsw4b#iefix') format('embedded-opentype'),
    url('../font/Socicon.woff2?jxsw4b') format('woff2'),
    url('../font/Socicon.ttf?jxsw4b') format('truetype'),
    url('../font/Socicon.woff?jxsw4b') format('woff'),
    url('../font/Socicon.svg?jxsw4b#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.socicon-amazon:before {
  content: "\e004";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-snapchat:before {
  content: "\e076";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-youtube:before {
  content: "\e0a5";
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?46579446');
  src: url('../font/fontello.eot?46579446#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?46579446') format('woff2'),
       url('../font/fontello.woff?46579446') format('woff'),
       url('../font/fontello.ttf?46579446') format('truetype'),
       url('../font/fontello.svg?46579446#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?46579446#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  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); */
}
 
.icon-mail:before { content: '\e803'; } /* 'î ƒ' */
.icon-download:before { content: '\e846'; } /* 'î¡†' */
.icon-basket:before { content: '\e888'; } /* 'î¢ˆ' */
.icon-angle-up:before { content: '\e8ae'; } /* 'î¢®' */
.icon-ticket:before { content: '\e92c'; } /* 'î¤¬' */
.icon-instagram:before { content: '\e9c8'; } /* 'î§ˆ' */
.icon-twitter:before { content: '\e9f5'; } /* 'î§µ' */
.icon-note:before { content: '\ea07'; } /* 'î¨‡' */
.icon-video-1:before { content: '\ea14'; } /* 'î¨”' */
.icon-left-open-3:before { content: '\edb3'; } /* 'î¶³' */
.icon-right-open-3:before { content: '\edb4'; } /* 'î¶´' */
.icon-cart:before { content: '\ee9a'; } /* 'îºš' */
