/* fixed social*/

.stickey_social_icons {
    padding: 0px;
}

.stickey_social_icons #fixed-social {
    position: fixed;
    top: 222px;
  
    z-index: 9999;
}

#fixed-social a {
       color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    padding-top: 33px;
    line-height: 44px;
    z-index: 2;
    padding: 0px!important;
    border-radius: 50%;
    font-size: 19px;
}
#fixed-social a i{
	padding-top: 11px;
    font-size: 25px;
    font-weight: 600;
}

#fixed-social .text_align  button{
	margin-bottom:20px;
}
#fixed-social .text_align a{
color: #fff;
    display: block;
    width: 123px;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 40px;
    margin-bottom: 1px;
    z-index: 2;
    padding: 0px!important;
    border-radius: 13%;
    font-size: 19px;
	
}
#fixed-social a:hover>span {
    visibility: visible;
   left:-20px;
	top:60px;
    opacity: 1;
    
}

#fixed-social a span {
    line-height: 30px;
    left: 60px;
    position: absolute;
    text-align: center;
    
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
	 border-radius: 25px;
}
#fixed-social form input {
	color:black;
}
.fixed-facebook {
    background-color: #ff6f00;
}

.fixed-facebook span {
    background-color:#ff6f00;
}

.fixed-twitter {
    background-color:#ff6f00;
}

.fixed-twitter span {
    background-color:#ff6f00;
}

.fixed-gplus {
    background-color: #00AF54;
}

.fixed-gplus span {
    background-color: #00AF54;
}

.fixed-linkedin {
    background-color: #FFC41E;
}

.fixed-linkedin span {
    background-color: #FFC41E;
}

.fixed-instagrem {
    background-color: #ED2B29;
}

.fixed-instagrem span {
    background-color: #ED2B29;
}

.fixed-tumblr {
    background-color: #EB1471;
}

.fixed-tumblr span {
    background-color: #EB1471;
}
@media screen and (max-width: 700px){
 #fixed-social .text_align a {
    left: -49px;
  }
  #fixed-social a{
	   left: -49px;
  }
}
/*end fixed social*/