@media only screen and (min-width:991px){
.sociall{
	    position: fixed;
    right: 0;
    bottom:60px;
    z-index: 10000000;

}
.sociall ul {
margin:0;
padding:0;
list-style:none;
}
.sociall ul li{
	    margin: 2px 0px 2px 0px;
}
.sociall ul li a{
 display:block;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #444;
	position:relative;
	font-weight:400;
	    background: #fff;
    padding: 3px 3px 3px 3px;
    border: solid #0ea8c0;
    border-width: 1px 0px 1px 4px;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sociall ul li a:hover{
}
.sociall ul li a:before{
	content:attr(alt);
	position:absolute;
	right: -150px;
    z-index: 1;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100px;
    font-size: 16px;
    line-height: 36px;
    padding: 1px 10px 1px 10px;
    text-align: left;
/*    color: #FF5722;*/ color:#0ea8c0;
    font-weight: 500;
	opacity:0;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sociall ul li a:hover:before{
	right:40px;
	opacity:1;
}
.sociall ul li a img{
	
    width: 30px;
    position: relative;
    right: 0;
	z-index:100;
	background:#fff;
}
}
@media only screen and (max-width:991px){
	.sociall{
	    position: fixed;
    right: 0;
    bottom:60px;
    z-index: 10000000;

}
.sociall ul {
margin:0;
padding:0;
list-style:none;
}
.sociall ul li{
	    margin: 2px 0px 2px 0px;
}
.sociall ul li a{
 display:block;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #444;
	position:relative;
	font-weight:400;
	    background: #fff;
    padding: 3px 3px 3px 3px;
    border: solid #0ea8c0;
    border-width: 0px 0px 0px 3px;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sociall ul li a:hover{
}
.sociall ul li a:before{
	content:attr(alt);
	position:absolute;
	right: -150px;
    z-index: 1;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    padding: 1px 10px 1px 10px;
    text-align: left;
/*    color: #FF5722;*/ color:#0ea8c0;
    font-weight: 500;
	opacity:0;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sociall ul li a:hover:before{
	right:31px;
	opacity:1;
}
.sociall ul li a img{
	
    width: 22px;
    position: relative;
    right: 0;
	z-index:100;
	background:#fff;
}
}

