.share{
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  float: left;
  position: relative;
  padding: 22px 0px 22px 15px;
  height: 65px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  border-top: 1px solid #efebde;
  width: 100%;
	}
	.share:hover{
opacity: 1;
  overflow: visible;
  display: block;
 
	} 

	.share:hover .sharetitle{
	  color: rgb(124, 124, 124);
	  overflow: visible;
	} 

	.sharetitle{
   margin-top: 0px;
  margin-bottom: 0px;
  height: 20px;
padding-top: 2px;
 
	}
	
	.share #shareme{
	float: left;
  	  margin-top: -42px;
	}

	.sharrre .box{
  height: 64px;
	display: inline-block;
	position: relative;
	 
	padding: 10px 40px 10px 40px;
 	float: left;
	clear: both;
	overflow: hidden;
 	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
	 
 
  .sharrre .left{
     display:block;
    white-space:nowrap;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
   
  }
  .sharrre .middle{
    position:absolute;
   height: 64px;
  bottom: 0;
    right:0px;
    width:0px;
    white-space:nowrap;
    text-align:left;
    overflow: hidden;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
 
  }
  
.sharrre .middle a.facebook{
 
 }
.sharrre .middle a.twitter{
 
} 
.sharrre .middle a.googleplus{
 
 
} 
    .sharrre .middle:hover{
  overflow: visible;
}

.sharrre .middle a{
padding: 24px 15px 15px 15px;
   text-decoration: none;
    height: 64px;
  font-weight: 400;
  display: block;
  width:130px;
    text-align: center;
  color: black;
  float: left;
}

.sharrre .middle a:hover{
background: white;
-webkit-box-shadow: 0 0px 10px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 10px 4px rgba(0, 0, 0, 0.1);
text-decoration: none;
padding: 24px 15px 22px 15px;
  height: 64px;
margin-top: 0px;
z-index: 9;
 width:130px;
position: relative;
margin-bottom:-1px;


	 }
  .sharrre .right{
position: absolute;
right: 0px;
top: 0px;
height: 0px;
width: 0px;
text-align: center;
line-height: 22px;
color: white;
background: #91d7e8;
  font-size: 12px;
  border-left: solid 1px white;
display:none;

  }
  .sharrre .box:hover{
   padding-right:260px;
	overflow: visible;
  cursor: pointer;
  

  }
 
  .sharrre .box:hover .middle{
    width:260px;
  }


.sharrre .box:hover .left{
    width:40px;
  }