/* SOCIAL ITEMS */
.wsite-social-item {
  width: 28px;
  height: 30px;
  margin: 1px 0 0 4px;
  display: inline-block;
  vertical-align: middle;
}

/* facebook */
.wsite-social-facebook {
  background: url(images/social-icons.png) no-repeat 0px 0px;
}
/* twitter */
.wsite-social-twitter {
  background: url(images/social-icons.png) no-repeat -32px 0px;
}
/* linkedin */
.wsite-social-linkedin {
  background: url(images/social-icons.png) no-repeat -65px 0px;
}
/* email */
.wsite-social-mail {
  background: url(images/social-icons.png) no-repeat -97px 0px;
}
/* rss */
.wsite-social-rss {
  background: url(images/social-icons.png) no-repeat -130px 0px;
}
/* flickr */
.wsite-social-flickr {
  background: url(images/social-icons.png) no-repeat -162px 0px;
}
/* Google + */
.wsite-social-plus {
  background: url(images/social-icons.png) no-repeat -195px 0px;
}
/* pinterest */
.wsite-social-pinterest {
  background: url(images/social-icons.png) no-repeat -227px 0px;
}
/* vimeo */
.wsite-social-vimeo {
  background: url(images/social-icons.png) no-repeat -260px 0px;
}
/* yahoo */
.wsite-social-yahoo {
  background: url(images/social-icons.png) no-repeat -292px 0px;
}
/* youtube */
.wsite-social-youtube {
  background: url(images/social-icons.png) no-repeat -325px 0px;
}

/* FIN SOCIAL ITEMS */
