.icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px;
    vertical-align: middle;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
 
.icons a.twitter { background: url("../images/square/twitter.png") left top no-repeat; background-size: 32px 64px;}
.icons a.facebook { background: url("../images/square/facebook.png") left top no-repeat; background-size: 32px 64px;}
.icons a.youtube { background: url("../images/square/youtube.png") left top no-repeat; background-size: 32px 64px;}
.icons a.instagram { background: url("../images/square/insta.png") left top no-repeat; background-size: 32px 64px;}
.icons a.google { background: url("../images/square/googpleplus.png") left top no-repeat; background-size: 32px 64px;}
.icons a.whatsapp { background: url("../images/square/whatsapp.png") left top no-repeat; background-size: 32px 64px;}
.icons a.email { background: url("../images/square/email.png") left top no-repeat; background-size: 32px 64px;}
.icons a.android { background: url("../images/square/play.png") left top no-repeat; background-size: 32px 64px;}
.icons a.ios { background: url("../images/square/ios.png") left top no-repeat; background-size: 32px 64px;}

.icons a.telegram { background: url("../images/square/telegram.png") left top no-repeat; background-size: 32px 64px;}
.icons a.twitterbreaking {
    background: url("../images/square/twitterbreaking.png") left top no-repeat;
    background-size: auto;
    background-size: 32px 64px;
}


.icons a:hover { background-position: left -32px; }


