@charset "UTF-8";

/* baybuzz */
@font-face {
  font-family: "baybuzz";
  src:url("https://cdn.myfontastic.com/edtD8MgGAXdch4bbenVPq/fonts/1447149220.eot");
  src:url("https://cdn.myfontastic.com/edtD8MgGAXdch4bbenVPq/fonts/1447149220.eot?#iefix") format("embedded-opentype"),
    url("https://cdn.myfontastic.com/edtD8MgGAXdch4bbenVPq/fonts/1447149220.woff") format("woff"),
    url("https://cdn.myfontastic.com/edtD8MgGAXdch4bbenVPq/fonts/1447149220.ttf") format("truetype"),
    url("https://cdn.myfontastic.com/edtD8MgGAXdch4bbenVPq/fonts/1447149220.svg#1447149220") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "baybuzz" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "baybuzz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-nav:before {
  content: "a";
}
.icon-search:before {
  content: "b";
}
.icon-right:before {
  content: "c";
}
.icon-left:before {
  content: "d";
}
.icon-close:before {
  content: "e";
}
.icon-play:before {
  content: "f";
}
.icon-plus:before {
  content: "g";
}
.icon-minus:before {
  content: "h";
}
.icon-facebook:before {
  content: "i";
}
.icon-twitter:before {
  content: "j";
}
