.icon-bar {
  position: fixed;
  top: 40%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 25px;
  transition: all 0.3s ease;
  color: #333333;
  font-size: 20px;
}

.search {
  background-color: #E5E558;
  color: white;
  color: #333333;
}

 .icon-bar a:hover {
  background: #3B5998;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 15px;
}

 fa-facebook {
  background-color: #E5E558;
  color: #666666;
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
		box-sizing:border-box;
		cursor:pointer;
		display:block;
		font-size:14px;
		font-weight:200;
		height:auto;
		line-height:20px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		text-decoration-line:none;
		text-decoration-style:solid;
		text-size-adjust:100%;
		width:auto;
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

 .fa-facebook a:hover {
  background: blue;
  color: white;