@charset "UTF-8";

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

[data-icon]:before {
  font-family: "sozial" !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^="sozial-"], [class*=" sozial-"] {
  font-family: 'sozial' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sozialeicons {
  font-size:1.2em;
  color:#fff;
}
.sozial-facebook:before {
  content: "\e028";
}
.sozial-instagram:before {
  content: "\e044";
}
