@font-face {
  font-family: 'social-icons';
  src: url('fonts/social-icons.eot?70333774');
  src: url('fonts/social-icons.eot?70333774#iefix') format('embedded-opentype'),
       url('fonts/social-icons.woff?70333774') format('woff'),
       url('fonts/social-icons.ttf?70333774') format('truetype'),
       url('fonts/social-icons.svg?70333774#fontello') 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: 'fontello';
    src: url('../font/fontello.svg?70333774#fontello') format('svg');
  }
}
*/
 
.social-icons [class^="icon-"]:before, .social-icons [class*=" icon-"]:before {
  font-family: "social-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-mywed:before { content: '\e808'; } /* '' */
.icon-blogspot:before { content: '\e80e'; } /* '' */
.icon-vimeo:before { content: '\e805'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e803'; } /* '' */
.icon-gplus:before { content: '\e806'; } /* '' */
.icon-pinterest:before { content: '\e807'; } /* '' */
.icon-tumblr:before { content: '\e809'; } /* '' */
.icon-flickr:before { content: '\e804'; } /* '' */
.icon-dribbble:before { content: '\e80b'; } /* '' */
.icon-instagram:before { content: '\e80c'; } /* '' */
.icon-vkontakte:before { content: '\e800'; } /* '' */
.icon-livejournal:before { content: '\e810'; } /* '' */
.icon-500px:before { content: '\e802'; } /* '' */
.icon-youtube:before { content: '\e80f'; } /* '' */
.icon-odnoklassniki:before { content: '\e80d'; } /* '' */
.icon-linkedin:before { content: '\e80a'; } /* '' */

.icon-500px {margin-right: 0.3em}

.social-icons.size16px i  {font-size: 16px; line-height: 16px}
.social-icons.size24px i  {font-size: 24px; line-height: 24px}
.social-icons.size32px i  {font-size: 32px; line-height: 32px}
.social-icons.size32px .icon-odnoklassniki,
.social-icons.size32px .icon-livejournal,
.social-icons.size32px .icon-blogspot {
    font-size: 28px;
}
.social-icons.size24px .icon-odnoklassniki,
.social-icons.size24px .icon-livejournal,
.social-icons.size24px .icon-blogspot {
    font-size: 20px;
}