
#shared-count {
	height:55px;
	max-width: 630px;
	margin: 20px 0 0 0;
}

.share-box {
	height:22%;
	padding:10px;
	display:block !important;
	min-width:3%;
	max-width:15%;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:2em;
	text-decoration:none;
	position:relative;
	z-index:200;
	margin-right:1px;
}

.share-box i {
	font-size: 0.8em !important;
	bottom: 4px;
	position: relative;
}

.share-box:hover {
	color:#fff;
}

.share-box span {
	font-size:.5em !important;
	position:relative;
	bottom:15px;
	line-height: 1.2em;
}

#total-shared span {
	bottom: 0;
    color: #000000;
    font-size: 1.7em !important;
    font-weight: bold;
    line-height: 1.2em;
    position: relative;
}

.share-box img {
	position:relative;
	bottom:6px;
	height:25px;
}

#total-shared {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 15px;
    color: #A5A5A5;
    font-family: arial;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1em;
    max-width: 40%;
    min-width: 8%;
    text-align: center;
}

#facebook {
	background:#2D609B;
	width:12% !important;
}

	#facebook span {
		bottom: 25px;
		margin-left: 20px;
		display: block;
	}

#tweet {
	background: #1DADEB;
	width:13% !important;
}

	#tweet span {
		bottom: 25px;
		margin-left: 30px;
		display: block;
	}

#gplus {
	background:#333333;
	width:20px;
}

	#gplus i {
		bottom:6px;
		position:relative;
	}

#reddit {
	background:#6099D0;
	width:21px;
}

#stumble {
	background:#EA4B24;
	width:24px;
}

/*
Show Hide Social Icons 
*/
.show-on-hover {
        /*display:none;*/
		opacity:0;
}

.hide-on-hover {
        color:#3e433e;
        font-size:1.7em;
}

.aod-fa-spacer {
        margin-right:20px;
}

.g_plus div {
	width:55px !important;
}

.g_plus div iframe {
	width: 55px !important;
}

/* Button Count */
#gplus .button-count, #reddit .button-count, #stumble .button-count, #facebook .button-count, #tweet .button-count {
	/* Reset */
	bottom: 7px !important;
	margin-left: 0;
	display: block;
    color: #fff;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 1.7em;
    position: relative;
	text-align:center;
	width:100%;
}