/***
Social Icons
***/
.social-icons { padding: 0; margin: 0; }
.social-icons:before, .social-icons:after { content: " "; display: table; }
.social-icons:after { clear: both; }
.social-icons li { float: left; display: inline; list-style: none; margin-right: 5px; margin-bottom: 5px; text-indent: -9999px; }
.social-icons li > a { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; width: 28px; height: 28px; display: block; background-position: 0 0; background-repeat: no-repeat; transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.social-icons li:hover > a { background-position: 0 -38px; }
.social-icons li .amazon { background: url(../img/amazon.png) no-repeat; }
.social-icons li .behance { background: url(../img/behance.png) no-repeat; }
.social-icons li .blogger { background: url(../img/blogger.png) no-repeat; }
.social-icons li .deviantart { background: url(../img/deviantart.png) no-repeat; }
.social-icons li .dribbble { background: url(../img/dribbble.png) no-repeat; }
.social-icons li .dropbox { background: url(../img/dropbox.png) no-repeat; }
.social-icons li .evernote { background: url(../img/evernote.png) no-repeat; }
.social-icons li .facebook { background: url(../img/facebook.png) no-repeat; }
.social-icons li .forrst { background: url(../img/forrst.png) no-repeat; }
.social-icons li .github { background: url(../img/github.png) no-repeat; }
.social-icons li .googleplus { background: url(../img/googleplus.png) no-repeat; }
.social-icons li .jolicloud { background: url(../img/jolicloud.png) no-repeat; }
.social-icons li .last-fm { background: url(../img/last-fm.png) no-repeat; }
.social-icons li .linkedin { background: url(../img/linkedin.png) no-repeat; }
.social-icons li .picasa { background: url(../img/picasa.png) no-repeat; }
.social-icons li .pinterest { background: url(../img/pinterest.png) no-repeat; }
.social-icons li .rss { background: url(../img/rss.png) no-repeat; }
.social-icons li .skype { background: url(../img/skype.png) no-repeat; }
.social-icons li .spotify { background: url(../img/spotify.png) no-repeat; }
.social-icons li .stumbleupon { background: url(../img/stumbleupon.png) no-repeat; }
.social-icons li .tumblr { background: url(../img/tumblr.png) no-repeat; }
.social-icons li .twitter { background: url(../img/twitter.png) no-repeat; }
.social-icons li .vimeo { background: url(../img/vimeo.png) no-repeat; }
.social-icons li .wordpress { background: url(../img/wordpress.png) no-repeat; }
.social-icons li .xing { background: url(../img/xing.png) no-repeat; }
.social-icons li .yahoo { background: url(../img/yahoo.png) no-repeat; }
.social-icons li .youtube { background: url(../img/youtube.png) no-repeat; }
.social-icons li .vk { background: url(../img/vk.png) no-repeat; }
.social-icons li .instagram { background: url(../img/instagram.png) no-repeat; }
.social-icons li .reddit { background: url(../img/reddit.png) no-repeat; }
.social-icons li .aboutme { background: url(../img/aboutme.png) no-repeat; }
.social-icons li .flickr { background: url(../img/flickr.png) no-repeat; }
.social-icons li .foursquare { background: url(../img/foursquare.png) no-repeat; }
.social-icons li .gravatar { background: url(../img/gravatar.png) no-repeat; }
.social-icons li .klout { background: url(../img/klout.png) no-repeat; }
.social-icons li .myspace { background: url(../img/myspace.png) no-repeat; }
.social-icons li .quora { background: url(../img/quora.png) no-repeat; }
.social-icons.social-icons-color > li > a { /*opacity: 0.7;*/ background-position: 0 -38px !important; }
.social-icons.social-icons-color > li > a:hover { opacity: 1; }
.social-icons.social-icons-circle > li > a { border-radius: 25px !important; }

/***
Inline Social Icons
***/
.social-icon { display: inline-block !important; width: 28px; height: 28px; background-position: 0 0; background-repeat: no-repeat; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.social-icon.social-icon-circle { border-radius: 25px !important; }

/* display: inline-block; text-align: center; width: 1.25em;*/
.social-icon.amazon { background: url(../img/amazon.png) no-repeat; }
.social-icon.behance { background: url(../img/behance.png) no-repeat; }
.social-icon.blogger { background: url(../img/blogger.png) no-repeat; }
.social-icon.deviantart { background: url(../img/deviantart.png) no-repeat; }
.social-icon.dribbble { background: url(../img/dribbble.png) no-repeat; }
.social-icon.dropbox { background: url(../img/dropbox.png) no-repeat; }
.social-icon.evernote { background: url(../img/evernote.png) no-repeat; }
.social-icon.facebook { background: url(../img/facebook.png) no-repeat; }
.social-icon.forrst { background: url(../img/forrst.png) no-repeat; }
.social-icon.github { background: url(../img/github.png) no-repeat; }
.social-icon.googleplus { background: url(../img/googleplus.png) no-repeat; }
.social-icon.jolicloud { background: url(../img/jolicloud.png) no-repeat; }
.social-icon.last-fm { background: url(../img/last-fm.png) no-repeat; }
.social-icon.linkedin { background: url(../img/linkedin.png) no-repeat; }
.social-icon.picasa { background: url(../img/picasa.png) no-repeat; }
.social-icon.pinterest { background: url(../img/pinterest.png) no-repeat; }
.social-icon.rss { background: url(../img/rss.png) no-repeat; }
.social-icon.skype { background: url(../img/skype.png) no-repeat; }
.social-icon.spotify { background: url(../img/spotify.png) no-repeat; }
.social-icon.stumbleupon { background: url(../img/stumbleupon.png) no-repeat; }
.social-icon.tumblr { background: url(../img/tumblr.png) no-repeat; }
.social-icon.twitter { background: url(../img/twitter.png) no-repeat; }
.social-icon.vimeo { background: url(../img/vimeo.png) no-repeat; }
.social-icon.wordpress { background: url(../img/wordpress.png) no-repeat; }
.social-icon.xing { background: url(../img/xing.png) no-repeat; }
.social-icon.yahoo { background: url(../img/yahoo.png) no-repeat; }
.social-icon.youtube { background: url(../img/youtube.png) no-repeat; }
.social-icon.vk { background: url(../img/vk.png) no-repeat; }
.social-icon.instagram { background: url(../img/instagram.png) no-repeat; }
.social-icon.reddit { background: url(../img/reddit.png) no-repeat; }
.social-icon.aboutme { background: url(../img/aboutme.png) no-repeat; }
.social-icon.flickr { background: url(../img/flickr.png) no-repeat; }
.social-icon.foursquare { background: url(../img/foursquare.png) no-repeat; }
.social-icon.gravatar { background: url(../img/gravatar.png) no-repeat; }
.social-icon.klout { background: url(../img/klout.png) no-repeat; }
.social-icon.myspace { background: url(../img/myspace.png) no-repeat; }
.social-icon.quora { background: url(../img/quora.png) no-repeat; }
.social-icon:hover { background-position: 0 -38px; }

.social-icon-color { /*	opacity: 0.7;*/ background-position: 0 -38px !important; }
.social-icon-color:hover { opacity: 1; }
