.social-share-pop-fixed{
	clear: both;
	float: left;
	margin: 0 0px 20px 0;
	width: 100%;
}
.social-share-pop{
  list-style-type: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  
}
.social-share-pop li:hover{
  cursor: pointer; 
}
.social-share-pop li:hover:after {  
  /*height: 200%;
  padding-top: 40%;*/
}
.social-share-pop li{
  float: left; 
  width: 100px;
  margin-right: 6%;
  display: block;
  text-align: center;
  position: relative;
  background: #FFF;
  margin-bottom: 50px;
}
.social-share-pop li:last-child{
  margin-right: 0; 
}

.social-share-pop .bubble{
  border: 1px solid #999;
  line-height: 2.6em;
  border-radius: 4px;
  font-weight: bold;
}
.social-share-pop .bubble span{
	float: none !important;
}
.social-share-pop .bubble:before{
  content: "";
  width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #666;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  bottom: -8px;
}
.social-share-pop .bubble:after{
  content: "";
  width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFF;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  bottom: -7px;
}

.social-share-pop li:after{
 content: "";
 font-size: .9em;
 line-height: 2em;
 width: 100%;
 position: absolute;
 bottom: -100%;
 border: 1px solid #999;
 border-radius: 3px;
 left: 0;
}

.social-share-pop li:nth-of-type(1):after {  
  content: "Tweet";
  background: #00CCFF;
  color: #fff;  
}
.social-share-pop li:nth-of-type(2):after {  
  content: "Like";
  background: #0066CC;
  color: #fff;  
}
.social-share-pop li:nth-of-type(3):after {  
  content: "+1";
  background: #333;
  color: #fff;  
}