 /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;

}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #88d200;
}

.facebook {
  background: #3B5998;
  color: white;
  font-size: 4px;
}

.chat {
  background: #3B5998;
  color: white;
  font-size: 4px;
}

.twitter {
  background: #178db7;
  color: white;
}


.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #fe0000;
  color: white;
} 

.pinterest {
  background: #e00019;
  color: white;
} 

.whatsup {
  background: #1db741;
  color: white;
} 

.viber {
  background: #7b519d;
  color: white;
} 

.skype {
  background: #00aff0;
  color: white;
} 


.instagram {
  background: #bb328c;
  color: white;
} 

.kohirlevel {
  background: #ec1b34;
  color: white;
} 
.viphirlevel {
  background: #d7b740;
  color: white;
} 
.facebook-messenger {
  background: #0078FF;
  color: white;
} 