.weblator-share
{
    width:auto;
    font-size: 20px;
    position:relative;
    padding:0;
}

.social-links-bar .social-links-bar-inner
{
    position: relative;
    text-align: left;
}

.weblator-social-share
{
    border:1px solid #888888;
    width:50px;
    height:50px;
    float:left;
    text-align: center;
    margin:0 0 5px 5px;
    list-style:none;
}

.weblator-share .weblator-social-share:first-child
{
    margin-left:0;
}

.weblator-share .weblator-social-share:last-child
{
    margin-right:0;
}

/*margin correction for floated right set*/
.weblator-share .weblator-social-share.pull-right:first-child
{
    margin-left:5px;
}

header .weblator-social-share
{
	margin-bottom:0;
}

.weblator-social-share:hover
{
    background-color:#ff6600;
}

.weblator-social-share a
{
    width:100%;
    height:100%;
    display: table;
    color:#888888;
}

.weblator-social-share a:hover
{
    color:#ffffff;
}

.weblator-social-share a > i
{
    display: table-cell;
    vertical-align: middle;
}

div.overlay-social div.weblator-share
{
	display:inline;
	width:auto;
	text-align:center;
}

div.overlay-social div.social-links-bar .weblator-social-share
{
	display:inline-block;
	float:none;
    margin-left:0;
}

@media (max-width:992px) {

  div.weblator-social-share {
    /*float: none!important;*/
    text-align: center;
    display: inline-block;
  }

}
