#wachat a {
    position: fixed;
    z-index: 9999;
    right: 0;
    float: right;
    top: 40%;
    margin-top: -25px;
    cursor: pointer;
    width: 50px;
    color: #fff;
    text-align: center;
    /* padding: 10px; */
    margin: 0 auto 0 auto;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
    line-height: 22px;
}

#wachat a img{
	width: 50px;
}

.icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar .social-link {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color:white;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .fb {
    background: #3B5998;
    color: white;
  }

  .instagram {
    background: #125688;
    color: white;
  }
  
  .twi {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .yt {
    background: #bb0000;
    color: white;
  }

  .whatsapp {
    background: #1ebea5;
    color: white;
  }

  .vertical-text {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 10px;
    /* border-radius: 5px 5px 0 0; */
    background-color: #008ad2;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0 20px;
    letter-spacing: 1px;
    -moz-transform: rotate(270deg);  /* FF3.5+ */
    -o-transform: rotate(270deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.vertical-text .stay-in-touch {
  color: #fff;
  font-weight: bold;
}
