
.clear{
	height:0;
	clear: both;
}
.sw-social-counter{
	clear: both;
}
.sw-social-counter .sc-wrapper{
	margin: 0 -7px;
}
.sw-social-counter .sc-wrapper .sc-item{
	padding: 0 7px;
	float: left;
	margin-bottom: 22px;
	width: 25%;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner{
	text-align: center;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon{
	display: block;
	background: #4968a9;
	margin: 0;
	padding: 12px 0;
	font-size: 24px;
	color: #fff;
	position: relative;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a:hover .sc-icon{
	opacity: 0.9;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon:after{
	content: "";
	border-top: 7px solid #4968a9;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -7px;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .like-count{
	color: #333;
	padding: 6px;
	display: block;
	clear: both;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .like-count:after{
	content: "";
	position: absolute;
	bottom: -3px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ddd;
	left: 2px;
	right: 1px;
	height: 3px;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a:hover .like-count{
	color: #eb6b56;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-rss{
	background: #fd9f13;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-rss:after{
	border-top-color: #fd9f13;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-twitter{
	background: #24e0f1;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-twitter:after{
	border-top-color: #24e0f1;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-linkedin{
	background: #0097BD;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-linkedin:after{
	border-top-color: #0097BD;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-youtube{
	background: #ce322e;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-youtube:after{
	border-top-color: #ce322e;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-vimeo{
	background: url(../images/icon-vimeo.png) no-repeat center center #5BC8FF;
	min-height: 48px;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-vimeo:after{
	border-top-color: #5BC8FF;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-google-plus{
	background: #ec3939;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-google-plus:after{
	border-top-color: #ec3939;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-dribbble{
	background: #eb4c89;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-dribbble:after{
	border-top-color: #eb4c89;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-instagram{
	background: #2f689b;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-instagram:after{
	border-top-color: #2f689b;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-soundcloud{
	background: url(../images/icon-sound.png) no-repeat center center #FE7C00;
	min-height: 48px;
}
.sw-social-counter .sc-wrapper .sc-item .sc-item-inner a .sc-icon.icon-soundcloud:after{
	border-top-color: #FE7C00;
}