
.share-facebook {
    background-color: #3B5998;
    border: 1px solid #3B5998;
}

.share-twitter {
    background-color: #00ACED;
    border: 1px solid #00ACED;
}

.share-googleplus {
    background-color: #D14836;
    border: 1px solid #D14836;
}

.share-linkedin {
    background-color: #007FB1;
    border: 1px solid #007FB1;
}

.share-xing {
    background-color: #006567;
    border: 1px solid #006567;
}

.share-pinterest {
    background-color: #CB2027;
    border: 1px solid #CB2027;
}

.share-whatsapp {
    background-color: #64D448;
    border: 1px solid #64D448;
}

.share-container {
    width: 100%;
}

.share-container ul li {
    list-style: none;
    display: table-cell;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.share-container i, .share-counter {
    display: table-cell;
    padding: 0.3em;
}

.share-counter {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    padding: 0em 1em;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}


.share-container ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.share-mobile {
    display: none;
}

@media screen and (max-width: 64em) {
    .share-container ul li i  {
        margin: 0px auto;
        text-align: center;
        display: block;
    }

    .share-counter {
        display: none;
    }

    .share-container {
        position: fixed;
        bottom: 0;
        left: 0;
		z-index: 999;
    }
	.share-whatsapp.visible-phone {
		display: table-cell !important;
	}
}


