ul.social-share {
    float: left;
    list-style: outside none none;
    padding: 0;
	position:absolute;
	margin:32px 0 0;
}
ul.social-share li {
    color: #ffffff;
    cursor: pointer;
    float: left;
    height: 32px;
    transition: box-shadow 0.2s ease 0s;
    width: 40px;
}

.social ul.social-share {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position:static;
}
.social ul.social-share li {
  float: left;
  width: 40px;
  height: 32px;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.social .social-share li:hover {
  -webkit-box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
  -moz-box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
  box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
}
.social .social-wide {
  width: 100%;
}
.social .social-wide li {
  float: left;
  width: 50%;
  cursor: pointer;
  text-align: center;
  height: 24px;
  padding-top: 6px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.social .social-wide li:hover {
  opacity: 0.8;
}
.social span {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.social .social-pages li {
  float: left;
  width: 40px;
  height: 32px;
  cursor: pointer;
  color: #FFFFFF;
  margin-right: 2px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.social .social-pages li:hover {
  opacity: 0.8;
}
.social div {
  clear: both;
}

/* for vertical alignment */
.social .vertical {
  float: none !important;
}
.social .vertical-label:after {
  border-top: 8px solid #000000;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: relative;
  left: -36px;
  top: 26px;
  width: 0;
  height: 0;
}
.social .vertical-ul {
  margin: 14px 0 0 23px;
}

/* social network styles */
.social-facebook {
  background: #3B5998 url("social-buttons.png") no-repeat 0 0;
}
.social-twitter {
  background: #55ACEE url("social-buttons.png") no-repeat 0 -52px;
}
.social-googleplus {
  background: #DD4B39 url("social-buttons.png") no-repeat 0 -104px;
}


