@font-face {
  font-family: 'soundsnapico';
  /*src:  url('../fonts/icons/soundsnapico.eot?5fdjyc');*/
  src:  url('../fonts/icons/soundsnapico.eot?5fdjyc#iefix') format('embedded-opentype'),
    url('../fonts/icons/soundsnapico.ttf?5fdjyc') format('truetype'),
    url('../fonts/icons/soundsnapico.woff?5fdjyc') format('woff'),
    url('../fonts/icons/soundsnapico.svg?5fdjyc#soundsnapico') 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: 'soundsnapico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:24px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*overide*/
.icon-menu{
	font-size:32px;
}
.icon-caret_down{
	font-size:14px;
}

.icon-checkmark:before {
  content: "\e911";
}
.icon-loader:before {
  content: "\e910";
}
.icon-close:before {
  content: "\e900";
  color: #fff;
}
.icon-menu:before {
  content: "\e901";
  color: #fff;
}
.icon-caret_right_big:before {
  content: "\e909";
}
.icon-caret_top_big:before {
  content: "\e90a";
}
.icon-error_red:before {
  content: "\e90b";
}
.icon-checkmark_green:before {
  content: "\e90c";
}
.icon-lock_ghost:before {
  content: "\e90d";
}
.icon-play:before {
  content: "\e908";
}
.icon-info:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e902";
  color: #fff;
}
.icon-gplus:before {
  content: "\e903";
  color: #fff;
}
.icon-twitter:before {
  content: "\e904";
  color: #fff;
}
.icon-clock_white:before {
  content: "\e907";
  color: #fff;
}
.icon-search:before {
  content: "\e906";
  color: #fff;
}
.icon-caret_down:before {
  content: "\e905";
  color: #fff;
}
.icon-instagram:before {
  content: "\e90f";
}
