
/* CSS Document */




.icon-bar2 {
  position: fixed;
  top: 80%;
  right:0;	
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  z-index: +1;	
}

.icon-bar2 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar2 a:hover {
  background-color: #000;
}

.facebook2 {
  background: #3B5998;
  color: white;
}

.twitter2 {
  background: #55ACEE;
  color: white;
}

.google2 {
  background: #dd4b39;
  color: white;
}

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

.youtube2 {
  background: #bb0000;
  color: white;
}

.email2 {
  background: #bbf600;
  color: white;
}

.icon-bar2 body {
	margin:0;
	height:2000px;
}

