@charset "utf-8";
/* SOCIAL ICONS
-------------------------------------------------- */
.social-icons {
  margin: 0;
  padding: 20px 0 0;
}
.social-icons li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-right: 3px;
  text-indent: -9999px;
}
.rounded-x {
  border-radius: 50% !important;
}
.social-icons li a,
a.social-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  transition: all 0.3s ease-in-out 0s;
  width: 28px;
}
.social-icons li:hover a {
  background-position: 0 -38px;
}
.social-icons-color li a {
  background-position: 0 -38px !important;
  opacity: 0.7;
}
.social-icons-color li a:hover {
  opacity: 1;
}

.social_facebook {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/facebook.png") no-repeat scroll 0 0;
}
.social_linkedin {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/linkedin.png") no-repeat scroll 0 0;
}
.social_twitter {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/twitter.png") no-repeat scroll 0 0;
}
.social_youtube {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/youtube.png") no-repeat scroll 0 0;
}

/* Inactive Social Styles
.social_amazon {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/amazon.png") no-repeat scroll 0 0;
}
.social_behance {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/behance.png") no-repeat scroll 0 0;
}
.social_blogger {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/blogger.png") no-repeat scroll 0 0;
}
.social_deviantart {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/deviantart.png") no-repeat scroll 0 0;
}
.social_dribbble {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/dribbble.png") no-repeat scroll 0 0;
}
.social_dropbox {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/dropbox.png") no-repeat scroll 0 0;
}
.social_evernote {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/evernote.png") no-repeat scroll 0 0;
}
.social_forrst {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/forrst.png") no-repeat scroll 0 0;
}
.social_github {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/github.png") no-repeat scroll 0 0;
}
.social_googleplus {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/googleplus.png") no-repeat scroll 0 0;
}
.social_instagram {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/instagram.png") no-repeat scroll 0 0;
}
.social_jolicloud {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/jolicloud.png") no-repeat scroll 0 0;
}
.social_last-fm {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/last-fm.png") no-repeat scroll 0 0;
}
.social_picasa {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/picasa.png") no-repeat scroll 0 0;
}
.social_pintrest {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/pintrest.png") no-repeat scroll 0 0;
}
.social_rss {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/rss.png") no-repeat scroll 0 0;
}
.social_skype {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/skype.png") no-repeat scroll 0 0;
}
.social_spotify {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/spotify.png") no-repeat scroll 0 0;
}
.social_stumbleupon {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/stumbleupon.png") no-repeat scroll 0 0;
}
.social_tumblr {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/tumblr.png") no-repeat scroll 0 0;
}
.social_vimeo {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/vimeo.png") no-repeat scroll 0 0;
}
.social_vk {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/vk.png") no-repeat scroll 0 0;
}
.social_wordpress {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/wordpress.png") no-repeat scroll 0 0;
}
.social_xing {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/xing.png") no-repeat scroll 0 0;
}
.social_yahoo {
  background: rgba(0, 0, 0, 0) url("/assets/icons/social/yahoo.png") no-repeat scroll 0 0;
}
*/