.tc-social-share i[class*="-youtube"] {
	color: #FF0000;
	-webkit-box-shadow: 0 0 0 4px #FF0000;
	box-shadow: 0 0 0 4px #FF0000;
}

.tc-social-share i[class*="-youtube"]:hover {
	background: #FF0000;
}

/* New Twitter Icon */

.tc-social-share i[class*="-twitterNew"]:hover svg{
	animation: animationLeft .3s ease;
}

.tc-social-share i[class*="-twitterNew"] svg{
	width: 22px;
	margin-top: 14px;
}

.tc-social-share i[class*="-twitterNew"] {
	color: #000;
	-webkit-box-shadow: 0 0 0 4px #000;
	box-shadow: 0 0 0 4px #000;
}

.tc-social-share i[class*="-twitterNew"] path{
	fill: #000;
}

.tc-social-share i[class*="-twitterNew"]:hover {
	background: #000;
}

.tc-social-share i[class*="-twitterNew"]:hover path{
	fill: #fff;
}

/* Inverted twitter Icon */
/*
.tc-social-share i[class*="-twitterNew"] {
	color: #fff;
	-webkit-box-shadow: 0 0 0 4px #fff;
	box-shadow: 0 0 0 4px #fff;
}

.tc-social-share i[class*="-twitterNew"] path{
	fill: #fff;
}

.tc-social-share i[class*="-twitterNew"]:hover {
	background: #fff;
}

.tc-social-share i[class*="-twitterNew"]:hover path{
	fill: #000;
}
*/


/* Uncomment to Make icons White*/
/*
.tc-social-share i {
	color: #fff !important;
	-webkit-box-shadow: 0 0 0 4px #fff !important;
	box-shadow: 0 0 0 4px #fff !important;
}

.tc-social-share i[class*="-twitterNew"] path{
	fill: #fff !important;
}
*/

.tc-accordion .acdn-title a {
	font-size: 1.1em;
}

.tc-accordion .acdn-body {
	font-size: 1em;
}