/* social icons */
@font-face {
  font-family: 'iu-social-font';
  src:url('../font/iu-social-font.eot');
  src:url('../font/iu-social-font.eot?#iefix') format('embedded-opentype'),
    url('../font/iu-social-font.woff') format('woff'),
    url('../font/iu-social-font.ttf') format('truetype'),
    url('../font/iu-social-font.svg#iu-social-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'iu-social-font';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="sicon-"] {
*/
.sicon-mailru, .sicon-vkontakte-rect, .sicon-Yandex, .sicon-Vkontakte, .sicon-VK, .sicon-twitter, .sicon-OpenID, .sicon-MoiKrug, .sicon-google, .sicon-facebook, .sicon-facebook-rect, .sicon-odnoklassniki, .sicon-odnoklassniki-rect {
  font-family: 'iu-social-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.sicon-mailru:before {
  content: "\e00c";
}
.sicon-vkontakte-rect:before {
  content: "\e003";
}
.sicon-Yandex:before {
  content: "\e004";
}
.sicon-Vkontakte:before {
  content: "\e005";
}
.sicon-VK:before {
  content: "\e006";
}
.sicon-twitter:before {
  content: "\e007";
}
.sicon-OpenID:before {
  content: "\e008";
}
.sicon-MoiKrug:before {
  content: "\e009";
}
.sicon-google:before {
  content: "\e00a";
}
.sicon-facebook:before {
  content: "\e00b";
}
.sicon-facebook-rect:before {
  content: "\e002";
}
.sicon-odnoklassniki:before {
  content: "\e001";
}
.sicon-odnoklassniki-rect:before {
  content: "\e000";
}