/* Cubic Bezier Transition */
/***
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 {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
.social-icons li > a {
  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(/vendor/core/core/base/images/social/amazon.png) no-repeat;
}
.social-icons li .behance {
  background: url(/vendor/core/core/base/images/social/behance.png) no-repeat;
}
.social-icons li .blogger {
  background: url(/vendor/core/core/base/images/social/blogger.png) no-repeat;
}
.social-icons li .deviantart {
  background: url(/vendor/core/core/base/images/social/deviantart.png) no-repeat;
}
.social-icons li .dribbble {
  background: url(/vendor/core/core/base/images/social/dribbble.png) no-repeat;
}
.social-icons li .dropbox {
  background: url(/vendor/core/core/base/images/social/dropbox.png) no-repeat;
}
.social-icons li .evernote {
  background: url(/vendor/core/core/base/images/social/evernote.png) no-repeat;
}
.social-icons li .facebook {
  background: url(/vendor/core/core/base/images/social/facebook.png) no-repeat;
}
.social-icons li .forrst {
  background: url(/vendor/core/core/base/images/social/forrst.png) no-repeat;
}
.social-icons li .github {
  background: url(/vendor/core/core/base/images/social/github.png) no-repeat;
}
.social-icons li .google {
  background: url(/vendor/core/core/base/images/social/googleplus.png) no-repeat;
}
.social-icons li .jolicloud {
  background: url(/vendor/core/core/base/images/social/jolicloud.png) no-repeat;
}
.social-icons li .last-fm {
  background: url(/vendor/core/core/base/images/social/last-fm.png) no-repeat;
}
.social-icons li .linkedin {
  background: url(/vendor/core/core/base/images/social/linkedin.png) no-repeat;
}
.social-icons li .picasa {
  background: url(/vendor/core/core/base/images/social/picasa.png) no-repeat;
}
.social-icons li .pintrest {
  background: url(/vendor/core/core/base/images/social/pintrest.png) no-repeat;
}
.social-icons li .rss {
  background: url(/vendor/core/core/base/images/social/rss.png) no-repeat;
}
.social-icons li .skype {
  background: url(/vendor/core/core/base/images/social/skype.png) no-repeat;
}
.social-icons li .spotify {
  background: url(/vendor/core/core/base/images/social/spotify.png) no-repeat;
}
.social-icons li .stumbleupon {
  background: url(/vendor/core/core/base/images/social/stumbleupon.png) no-repeat;
}
.social-icons li .tumblr {
  background: url(/vendor/core/core/base/images/social/tumblr.png) no-repeat;
}
.social-icons li .twitter {
  background: url(/vendor/core/core/base/images/social/twitter.png) no-repeat;
}
.social-icons li .vimeo {
  background: url(/vendor/core/core/base/images/social/vimeo.png) no-repeat;
}
.social-icons li .wordpress {
  background: url(/vendor/core/core/base/images/social/wordpress.png) no-repeat;
}
.social-icons li .xing {
  background: url(/vendor/core/core/base/images/social/xing.png) no-repeat;
}
.social-icons li .yahoo {
  background: url(/vendor/core/core/base/images/social/yahoo.png) no-repeat;
}
.social-icons li .youtube {
  background: url(/vendor/core/core/base/images/social/youtube.png) no-repeat;
}
.social-icons li .vk {
  background: url(/vendor/core/core/base/images/social/vk.png) no-repeat;
}
.social-icons li .instagram {
  background: url(/vendor/core/core/base/images/social/instagram.png) no-repeat;
}
.social-icons li .reddit {
  background: url(/vendor/core/core/base/images/social/reddit.png) no-repeat;
}
.social-icons li .aboutme {
  background: url(/vendor/core/core/base/images/social/aboutme.png) no-repeat;
}
.social-icons li .flickr {
  background: url(/vendor/core/core/base/images/social/flickr.png) no-repeat;
}
.social-icons li .foursquare {
  background: url(/vendor/core/core/base/images/social/foursquare.png) no-repeat;
}
.social-icons li .gravatar {
  background: url(/vendor/core/core/base/images/social/gravatar.png) no-repeat;
}
.social-icons li .klout {
  background: url(/vendor/core/core/base/images/social/klout.png) no-repeat;
}
.social-icons li .myspace {
  background: url(/vendor/core/core/base/images/social/myspace.png) no-repeat;
}
.social-icons li .quora {
  background: url(/vendor/core/core/base/images/social/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;
  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;
}

.social-icon.amazon {
  background: url(/vendor/core/core/base/images/social/amazon.png) no-repeat;
}
.social-icon.behance {
  background: url(/vendor/core/core/base/images/social/behance.png) no-repeat;
}
.social-icon.blogger {
  background: url(/vendor/core/core/base/images/social/blogger.png) no-repeat;
}
.social-icon.deviantart {
  background: url(/vendor/core/core/base/images/social/deviantart.png) no-repeat;
}
.social-icon.dribbble {
  background: url(/vendor/core/core/base/images/social/dribbble.png) no-repeat;
}
.social-icon.dropbox {
  background: url(/vendor/core/core/base/images/social/dropbox.png) no-repeat;
}
.social-icon.evernote {
  background: url(/vendor/core/core/base/images/social/evernote.png) no-repeat;
}
.social-icon.facebook {
  background: url(/vendor/core/core/base/images/social/facebook.png) no-repeat;
}
.social-icon.forrst {
  background: url(/vendor/core/core/base/images/social/forrst.png) no-repeat;
}
.social-icon.github {
  background: url(/vendor/core/core/base/images/social/github.png) no-repeat;
}
.social-icon.googleplus {
  background: url(/vendor/core/core/base/images/social/googleplus.png) no-repeat;
}
.social-icon.jolicloud {
  background: url(/vendor/core/core/base/images/social/jolicloud.png) no-repeat;
}
.social-icon.last-fm {
  background: url(/vendor/core/core/base/images/social/last-fm.png) no-repeat;
}
.social-icon.linkedin {
  background: url(/vendor/core/core/base/images/social/linkedin.png) no-repeat;
}
.social-icon.picasa {
  background: url(/vendor/core/core/base/images/social/picasa.png) no-repeat;
}
.social-icon.pintrest {
  background: url(/vendor/core/core/base/images/social/pintrest.png) no-repeat;
}
.social-icon.rss {
  background: url(/vendor/core/core/base/images/social/rss.png) no-repeat;
}
.social-icon.skype {
  background: url(/vendor/core/core/base/images/social/skype.png) no-repeat;
}
.social-icon.spotify {
  background: url(/vendor/core/core/base/images/social/spotify.png) no-repeat;
}
.social-icon.stumbleupon {
  background: url(/vendor/core/core/base/images/social/stumbleupon.png) no-repeat;
}
.social-icon.tumblr {
  background: url(/vendor/core/core/base/images/social/tumblr.png) no-repeat;
}
.social-icon.twitter {
  background: url(/vendor/core/core/base/images/social/twitter.png) no-repeat;
}
.social-icon.vimeo {
  background: url(/vendor/core/core/base/images/social/vimeo.png) no-repeat;
}
.social-icon.wordpress {
  background: url(/vendor/core/core/base/images/social/wordpress.png) no-repeat;
}
.social-icon.xing {
  background: url(/vendor/core/core/base/images/social/xing.png) no-repeat;
}
.social-icon.yahoo {
  background: url(/vendor/core/core/base/images/social/yahoo.png) no-repeat;
}
.social-icon.youtube {
  background: url(/vendor/core/core/base/images/social/youtube.png) no-repeat;
}
.social-icon.vk {
  background: url(/vendor/core/core/base/images/social/vk.png) no-repeat;
}
.social-icon.instagram {
  background: url(/vendor/core/core/base/images/social/instagram.png) no-repeat;
}
.social-icon.reddit {
  background: url(/vendor/core/core/base/images/social/reddit.png) no-repeat;
}
.social-icon.aboutme {
  background: url(/vendor/core/core/base/images/social/aboutme.png) no-repeat;
}
.social-icon.flickr {
  background: url(/vendor/core/core/base/images/social/flickr.png) no-repeat;
}
.social-icon.foursquare {
  background: url(/vendor/core/core/base/images/social/foursquare.png) no-repeat;
}
.social-icon.gravatar {
  background: url(/vendor/core/core/base/images/social/gravatar.png) no-repeat;
}
.social-icon.klout {
  background: url(/vendor/core/core/base/images/social/klout.png) no-repeat;
}
.social-icon.myspace {
  background: url(/vendor/core/core/base/images/social/myspace.png) no-repeat;
}
.social-icon.quora {
  background: url(/vendor/core/core/base/images/social/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;
}
