@charset "UTF-8";

@font-face {
  font-family: "youth-alive";
  src:url("fonts/youth-alive.eot");
  src:url("fonts/youth-alive.eot#iefix") format("embedded-opentype"),
    url("fonts/youth-alive.woff") format("woff"),
    url("fonts/youth-alive.ttf") format("truetype"),
    url("fonts/youth-alive.svg") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "youth-alive" !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^="yaicon-"]:before,
[class*=" yaicon-"]:before {
  font-family: "youth-alive" !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;
}

.yaicon-facebook:before {
  content: "f";
}
.yaicon-twitter-square:before {
  content: "T";
}
.yaicon-facebook-square:before {
  content: "F";
}
.yaicon-twitter:before {
  content: "t";
}
.yaicon-google-plus:before {
  content: "g";
}
.yaicon-google-plus-1:before {
  content: "G";
}
.yaicon-instagram:before {
  content: "i";
}
.yaicon-arrow-right:before {
  content: ">";
}
.yaicon-search:before {
  content: "S";
}
.yaicon-left-quote:before {
  content: "[";
}
.yaicon-right-quote:before {
  content: "]";
}
.yaicon-angle-right:before {
  content: "c";
}
.yaicon-angle-left:before {
  content: "d";
}
.yaicon-left-open-big:before {
  content: "a";
}
.yaicon-right-open-big:before {
  content: "b";
}