.sbuttons {

  z-index:4000;bottom: 1%;position: fixed;margin: .2em;left: 0;
}
.sbutton {
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 10px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}
.sbutton > i {
  font-size: 27px;
  line-height: 50px;
  transition: all .1s ease-in-out;

}

.sbutton{
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.sbutton:not(:last-child) > i {
  font-size: 35px;
  line-height: 49px;
  transition: all .1s ease-in-out;
}
 .sbutton:not(:last-child) {
  opacity: 1;
  width: 49px;
  height: 49px;

}

 
[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 20%;
  white-space: nowrap;
}
 
[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.sbutton.mainsbutton {
  background: #2ab1ce;
}
.sbutton.gplus {
  background: #644dda;
}
.sbutton.gplus:hover{
  background: #fff;
  color:#644dda;
}
.sbutton.pinteres {
  background: #e60023;
}
.sbutton.twitt {
  background: #00e676;
}
.sbutton.twitt:hover {
  background: #fff;
   color: #00e676;
}
.sbutton.fb {
  background: #3F51B5;
}
.sbutton.fb:hover {
  color:#3F51B5;
  background: #fff;
}
.sbutton.whatsapp {
  background: #00e676;
}
.sbutton.whatsapp:hover {
  background: #fff;
  color:#00e676;
}
@media (max-width: 800px) {
    

.sbuttons {
    z-index: 4000;
    bottom: .5%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
        width: 100%;
}

.sbutton:not(:last-child) > i {
    font-size: 29px;
    line-height: 43px;
    transition: all .1s ease-in-out;
}
.sbutton > i {
  font-size: 29px;
  line-height: 49px;
  transition: all .1s ease-in-out;

}
.sbutton {
    display: inline;
    width: 46px;
    height: 46px;

    float:left;
}
}


@media (max-width: 320px) {}