.social-count ul {
    width: 100%;
	margin: 0 auto !important;
}
.social-count ul li {
    color: #fff;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 20px;
    list-style: none !important;
    text-align: center;
    width: 31.3%;
	float: left;
	margin: 1px;
}
.social-count.col-2 ul li, .social-count.plain.col-2 ul li {
    width: 47.9%;
}

/*--Plain Design Start--*/
.social-count.plain ul li {
    border: 2px solid #e7e7e7 !important;
}
.social-count.plain ul li .social-stats {
    background-color: #fff !important;
    color: #666 !important;
    padding-bottom: 5px;
}
/*--Plain Design End--*/

/*--List Design Start--*/
.social-count.list ul li {
	float: none;
	margin: 0;
	text-align: right;
	width: 100%;
}
.social-count.list ul li a {
	padding: 0;
}
.social-count.list ul li .social-stats {
    padding: 5px 10px 5px 0 !important;
}
.social-count.list ul li i {
	color: #fff;
	float: left;
	font-size: 15px;
	margin: 5px 0 5px 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
}
.social-count.list ul li i, .social-count.list ul li span, .social-count.list ul li small {
	display: inline;
}
/*--List Design End--*/

.social-count ul li a:hover {
	color: inherit;
}
.social-count ul li:hover {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.social-count ul li .social-stats {
	padding: 5px 0;
}
.social-count ul li .social-stats {
    padding: 13px 0 0 ;
}
.social-count ul li span {
    line-height: 0.5em;
}
.social-count ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0;
    display: block;
}
.social-count ul li i {
	font-size: 32px;
	margin: 0 0 8px;
	font-style: normal;
	color: #666;
}
.social-count ul li i, .social-count ul li span, .social-count ul li small {
    display: block;
}
.social-count ul li small {
	font-size: 13px;
}
.social-count ul li.asso-facebook .social-stats {
	background-color: #39599f;
}
.social-count ul li.asso-facebook {
    border: 2px solid #39599f;
}
.social-count ul li.asso-googleplus .social-stats {
    background-color: #dd4b39;
}
.social-count ul li.asso-googleplus {
	border: 2px solid #dd4b39;
}
.social-count ul li.asso-twitter .social-stats {
    background-color: #00aced;
}
.social-count ul li.asso-twitter {
	border: 2px solid #00aced;
}
.social-count ul li .asso-facebook:before {
	content: "\f09a";
	font-family: fontawesome;
}
.social-count ul li .asso-googleplus:before {
	content: "\f0d5";
	font-family: fontawesome;
}
.social-count ul li .asso-twitter:before {
	content: "\f099";
	font-family: fontawesome;
}
/*--- Twitter Widget
-------------------------*/
.twitter-widget ul {
    background-color: #f9f9f9;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
}
.twitter-widget li {
    border-top: 1px solid #e7e7e7;
    clear: both;
    list-style: none !important;
    margin: 0;
    padding: 15px;
}
.twitter-widget li a {
    color: #46a28d;
    text-decoration: underline;
}
.twitter-widget li a:hover {
    text-decoration: none;
}
.twitter-widget li .tweets_txt {
    float: left;
}
.twitter-widget li:first-child {
    border: none;
}
.twitter-widget li img {
    border-radius: 30px;
}
.twitter-widget li .tweets_txt {
    color: #333232;
    line-height: 1.5em;
    padding: 0 0 8px 5px;
}
.twitter-widget li .tweets_txt span {
    color: #999;
    display: block;
    font-size: 13px;
    font-style: italic;
}

@media only screen and (max-width: 319px) {
	.social-count ul li, .social-count.col-2 ul li, .social-count.plain.col-2 ul li { width: 47.5%; }
}