@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "icons" !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: "icons" !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-paypal:before {
  content: "a";
}
.icon-social-adobe:before {
  content: "b";
}
.icon-social-android:before {
  content: "c";
}
.icon-social-apple:before {
  content: "d";
}
.icon-social-dropbox:before {
  content: "e";
}
.icon-social-google-plus:before {
  content: "f";
}
.icon-social-facebook:before {
  content: "g";
}
.icon-facebook:before {
  content: "h";
}
.icon-facebook-square:before {
  content: "i";
}
.icon-pinterest:before {
  content: "j";
}
.icon-pinterest-square:before {
  content: "k";
}
.icon-linkedin:before {
  content: "l";
}
.icon-linkedin-square:before {
  content: "m";
}
.icon-google-plus:before {
  content: "n";
}
.icon-google-plus-1:before {
  content: "o";
}
.icon-social-tumblr:before {
  content: "q";
}
.icon-social-linkedin:before {
  content: "r";
}
.icon-social-skype:before {
  content: "s";
}
.icon-twitter:before {
  content: "t";
}
.icon-twitter-square:before {
  content: "u";
}
.icon-youtube:before {
  content: "v";
}
.icon-youtube-play:before {
  content: "w";
}
.icon-youtube-square:before {
  content: "x";
}
