@font-face {
  font-family: 'social-logos';
  src: url('../../../fonts/social-logos.eot?74153846');
  src: url('../../../fonts/social-logos.eot?74153846#iefix') format('embedded-opentype'),
       url('../../../fonts/social-logos.woff?74153846') format('woff'),
       url('../../../fonts/social-logos.ttf?74153846') format('truetype'),
       url('../../../fonts/social-logos.svg?74153846#social-logos') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'social-logos';
    src: url('../font/social-logos.svg?74153846#social-logos') format('svg');
  }
}
*/

/*
   Animation example, for spinners
*/
.social-logo--animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


 .social-logo {
  font-family: "social-logos";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

}

.social-logo--large {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.social-logo--2x {
  font-size: 2em;
}

.social-logo--3x {
  font-size: 3em;
}

.social-logo--4x {
  font-size: 4em;
}

.social-logo--5x {
  font-size: 5em;
}

.social-logo--fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.social-logo--3d {
   text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.social-logo--stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.social-logo--stack-1x, .social-logo--stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.social-logo--stack-1x { line-height: inherit; }
.social-logo--stack-2x { font-size: 2em; }
.social-logo--inverse { color: #FFF; }

.social-logo--circle:before { content: '\e80f'; } /* '' */
.social-logo--facebook:before { content: '\e800'; } /* '' */
.social-logo--pinterest:before { content: '\e80e'; } /* '' */
.social-logo--gplus-squared:before { content: '\e805'; } /* '' */
.social-logo--gplus:before { content: '\e801'; } /* '' */
.social-logo--instagramm:before { content: '\e80a'; } /* '' */
.social-logo--linkedin-squared:before { content: '\e809'; } /* '' */
.social-logo--linkedin:before { content: '\e808'; } /* '' */
.social-logo--facebook-squared:before { content: '\e804'; } /* '' */
.social-logo--pinterest-squared:before { content: '\e807'; } /* '' */
.social-logo--twitter-squared:before { content: '\e80d'; } /* '' */
.social-logo--twitter:before { content: '\e803'; } /* '' */
.social-logo--vkontakte:before { content: '\e802'; } /* '' */
.social-logo--youtube:before { content: '\e80b'; } /* '' */
.social-logo--youtube-squared:before { content: '\e80c'; } /* '' */
.social-logo--pinterest-circled:before { content: '\e806'; } /* '' */
