.social-count-plus {
    *zoom: 1;
}

.social-count-plus:after {
    content: "";
    display: table;
    clear: both;
}

.social-count-plus .clear {
    clear: both;
}

.social-count-plus ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.social-count-plus li {
    clear: both !important;
    float: none;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    max-height: 58px;
}

.social-count-plus li + li {
	margin-top: 10px;
}

.count-twitter {
	background: #6ac7f6;
}

.count-facebook {
	background: #3e74ab;
}

.count-youtube {
	background: #c72430;
}

.count-instagram {
	background: #517fa3;
}

.social-count-plus span {
    display: inline-block;
    padding: 0;
    color:#fff;
    font-size:1.5em;
    margin-left:5px;
    color:#fff !important;
}

.social-count-plus a {
    display: block;
    padding: 0 !important;
    width:97px;
    height: 59px;
    float:left;
    color:#fff;
}

.social-count-plus .default a {
    background-color: transparent !important;
    background-image: url("../images/sprite-default.png") !important;
    background-repeat: no-repeat !important;
}

.social-count-plus .circle a {
    background-image: url("../images/sprite-circle.png") !important;
    height: 37px !important;
    width: 36px !important;
}

.social-count-plus .flat a {
    background-image: url("../images/sprite-flat.png") !important;
    height: 32px !important;
    width: 32px !important;
}

.social-count-plus .count {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5;
    padding: 0;
    position: relative;
    top:2px;
    color:#fff !important;
}


.social-count-plus .label {
    line-height: 1;
    font-size: 0.85em;
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
    top:-8px;
    color:#fff !important;
}

.social-count-plus .default .count-twitter a {
    background-position: 5px -58px !important;
}

.social-count-plus .default .count-facebook a {
    background-position: 5px 0 !important;
}

.social-count-plus .default .count-youtube a {
    background-position: 5px -117px !important;
}

.social-count-plus .default .count-googleplus a {
    background-position: 5px 0 !important;
}

.social-count-plus .default .count-instagram a {
    background-position: 5px -175px !important;
}