
/*  Sns icons
============================================= */

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

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

.sns-movie:before {
  content: "\e95d";
}
.sns-bubble:before {
  content: "\eac4";
}
.sns-facebook:before {
  content: "\eeef";
}
.sns-twitter:before {
  content: "\eef5";
}

/*  Original icons
============================================= */

@font-face {
  font-family: 'icons';
  src:  url('fonts/icons.eot?2wgrdp');
  src:  url('fonts/icons.eot?2wgrdp#iefix') format('embedded-opentype'),
    url('fonts/icons.ttf?2wgrdp') format('truetype'),
    url('fonts/icons.woff?2wgrdp') format('woff'),
    url('fonts/icons.svg?2wgrdp#icons') 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: 'icons' !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-history:before {
  content: "\e8e3";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-list:before {
  content: "\e92c";
}
.icon-cross2:before {
  content: "\e935";
}
.icon-chevron-left:before {
  content: "\e93b";
}
.icon-chevron-right:before {
  content: "\e93c";
}
.icon-arrow-right:before {
  content: "\e944";
}

