#stickySocial {
	background: #ffffff;
    top: 180px;
	left: 0;
    height: auto;
    opacity: 1;
    position: fixed;
    width: 32px;
	padding: 10px 10px 5px 10px;
    z-index: 9999;
	color:#2C2D31;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
	-webkit-background-clip: padding-box; 	/* smoother borders with webkit */	
	letter-spacing:.06em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	line-height: 6pt;
	text-align: center;
}

#stickySocial span.tc-branding {
	width: 32px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ECEDF3;
    float: left;
	margin-bottom: 15px;
}

#stickySocial span.tc-branding a {
	color: #03a4d0;
}

#stickySocial small { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	display: block; 
	font-size: 6pt; 
	color: #5E6066; 
	text-shadow: none;
}

#stickySocial a.icon {
	background: transparent;
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -99999px;
	margin: 0 0 5px 0;
}

#stickySocial a.icon.facebook {
	background: transparent url("../images/icons/Facebook.png") 0 0 no-repeat;
}

#stickySocial a.icon.twitter {
	background: transparent url("../images/icons/Twitter.png") 0 0 no-repeat;
}

#stickySocial a.icon.linkedin {
	background: transparent url("../images/icons/LinkedIn.png") 0 0 no-repeat;
}

#stickySocial a.icon.behance {
	background: transparent url("../images/icons/Behance.png") 0 0 no-repeat;
}

#stickySocial a.icon.devart {
	background: transparent url("../images/icons/DeviantART.png") 0 0 no-repeat;
}

#stickySocial a.icon.dribbble {
	background: transparent url("../images/icons/Dribbble.png") 0 0 no-repeat;
}

#stickySocial a.icon.flickr {
	background: transparent url("../images/icons/Flickr.png") 0 0 no-repeat;
}

#stickySocial a.icon.googplus {
	background: transparent url("../images/icons/GooglePlus.png") 0 0 no-repeat;
}