.wrapper-social-ite {
  position: fixed;
  bottom: 50px;
  left: 0px;
  z-index: 99999999;
  /*transform: translate(-50%, -50%);*/
}

#social {
  list-style: none;
  margin-left: 0;
  padding-left: 0; 
}

.ul {
  width: 50px;
  height: 50px;
  position: relative;
  background: #e59500;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.fan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.facebook{
  background: #3b5998;
}


.whatsapp{
  background: #4dc247;
}

.facebook div.sliders{
  background: #627aac;
}


.whatsapp div.sliders{
  background: #82d47e;
}

.sliders {
  content: "";
  position: absolute;
  top: 0;
  left: 61px;
  width: 0px;
  height: 60px;
  background: #eebb5c;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}

.sliders p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  transition: all 0.6s ease;
}

ul li:hover .sliders {
  width: 180px;
  transition: all 0.5s ease;
}

ul li:hover .sliders p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}


@media only screen and (max-width: 600px) {
 #social {
  display : inline; 
}
#socialdiv {
display : inline;
}
}