	.icon-bar {
	  position: fixed;
	  top: 25%;
	 
	  z-index: 99;
	  text-align: center;
	}

	.icon-bar a {
	  display: block;
	  text-align: center;
	  padding: 5px;
	  transition: all 0.3s ease;
	  color: white;
	   width: 50px;
    height: 50px;
	  font-size: 20px;
	  box-shadow: 0 2px 2px #999;
	 margin:5px;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
	  line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
	}



	.facebook {
	  background: #3B5998;
	  color: white;
	}
	.facebook:hover{
    color: #4060A5;
    background: #fff;
    border-radius: 25px;
  border: 2px solid #4060A5;
	}

	.twitter {
	  background: #55ACEE;
	  color: white;
	}
	.twitter:hover{
      color: #00ABE3;
      background: #fff;
      border-radius: 25px;
  border: 2px solid #00ABE3;
}

	.instagram {
	  background: #E1306C;
	  color: white;
	}
	.instagram:hover{
      color: #E1306C;
      background: #fff;
      border-radius: 25px;
  border: 2px solid #E1306C;
}
	.whatsapp {
	  background: #25D366;
	  color: white;
	}
	.whatsapp:hover{
      color: #25D366;
      background: #fff;
      border-radius: 25px;
  border: 2px solid #25D366;
}

	.google {
	  background: #3a5876;
	  color: white;
	}
	.google:hover{
      color: #3a5876;
      background: #fff;
      border-radius: 25px;
  border: 2px solid #3a5876;
}

	.linkedin {
	  background: #0094BC;
	  color: white;
	}
.linkedin:hover{
      color: #0094BC;
      background: #fff;
      border-radius: 25px;
  border: 2px solid #0094BC;
}

	.youtube {
	  background: #cb2027;
	  color: white;
	}
	.youtube:hover{
      color: #cb2027;
      background: #fff;
      border-radius: 25px;
  border: 2px solid #cb2027;
}

	.email{
	  background: #e64522;
	  color: #fff;
	}
		.email:hover{
      color: #e64522;
      background: #fff;
      border-radius: 25px;
  border: 2px solid #e64522;
}

    #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #010203;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #fd0e35;
}