@charset "UTF-8";

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

}

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


.socicon-buffer:before {
  content: "\e018";
}

.socicon-mail:before {
  content: "\e01f";
}

.socicon-play:before {
  content: "\e02b";
}
.socicon-twitter:before {
  content: "\e040";
  position: relative;
  top: 2px;
}
.socicon-facebook:before {
  content: "\e041";
  position: relative;
  top: 2px;
}
.socicon-google-plus:before {
  content: "\e042";
  font-size: 24px;
  top: 4px;
  position: relative;
}
.socicon-linkedin:before {
  content: "\e049";
}
.socicon-lastfm:before {
  content: "\e050";
}
.socicon-youtube:before {
  content: "\e051";
}

.socicon-google:before {
  content: "\e067";
}
.socicon-instagram:before {
  content: "\e057";
  position: relative;
  top: 3px;
  font-size: 18px;
}
