/* fixed social*/
#fixed-social {
   position: fixed;
   top: 130px;
}

#fixed-social a {
   color: black;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
   
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 50px;
  opacity: 1;
  background-color:red;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;

    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
.fixed-facebook {
    background-color: #3B5998 !important;
}
    .fixed-facebook span {
        background-color: #3B5998 !important;
    }
.fixed-twitter {
    background-color: #55ACEE !important;
}
.fixed-twitter span{
    background-color: #55ACEE !important;
}
.fixed-instagram {
   background:#d6249f;
   background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285aeb 90%) !important;
}

    .fixed-instagram span {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285aeb 90%) !important;
    }
 
 .fixed-gplus{
	background-color: #00AF54;

 }
 .fixed-gplus span{
 	background-color: #00AF54;
 }
.fixed-linkedin {
    background-color: #1A75AB !important;
}
.fixed-linkedin span {
    background-color: #1A75AB !important;
}
.fixed-instagrem span {
    background-color: #ed2b29 !important;
}

 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/