.share {
  max-width: 600px;
  height: 95px;
  margin: 0 auto;
  -webkit-filter: url("#goo");
  filter: url("../share.html#goo");
  position: relative;
}

.content {
	text-align: left;
}
.share-button,
.share-toggle-button {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  line-height: 70px;
  margin-left: -33px;
  margin-top: -33px;
  background: #ccc;
  text-align: center;
  color: #ccc;
  border: none;
  outline: none;
}
.share-button:hover,
.share-toggle-button:hover {
  color: #fff;
}

.share-button {
  font-size: 38px;
  background: #737070;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  color: #222;
}

a.share-button {
  color: #3D4444;
}

a.share-button:hover, 
a.share-button:focus {
  color: #fff;
}
.facebook a:hover {
  background: #3b5998;
}
.twitter a:hover {
  background: #00acee;
}
.linkedin a:hover {
  background: #0e76a8;
}
.google a:hover {
  background: #dd4b39;
}



.share-toggle-button {
  z-index: 9;
  background:rgba(210, 98, 0, 1);
  font-size: 35px;
}

.share-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.share-item {
  display: inline-block;
}
/* Socio Net */
.social_icon
	{
		padding: 0;
		
	}
.social_icon a
	{
		background: #303030;
		border-radius: 50%;
		color: #999999;
		font-size: 45px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		text-decoration: none;
		transition: all 0.2s ease-in;
		margin: 0 4px 20px 6px;
		padding: 0;
	}
.social_icon .fa-facebook:hover
  {
   	background: #3b5998;
   	color: #FFF;
  }
.social_icon .fa-twitter:hover
  {
   	background: #00acee;
   	color: #FFF;
  }
.social_icon .fa-linkedin:hover
  {
    background: #0e76a8;
    color: #FFF;
  }
.social_icon .fa-google-plus:hover
  {
    background: #dd4b39;
    color: #FFF;
  }
/* end social Net */
@media screen and (max-width: 980px) 
{

}