/* General UL LI Styles*/

.homepage-social2>div{display:inline-block;}
.homepage-social2>div>a{padding:0 37px}

ul.social_wdrfree {
    list-style: none outside none;
    margin-left: 0 !important;
    margin-top: 40px;
    padding: 0;
	width:100%;
	text-align:center;
}
ul.social_wdrfree li {
	display: inline;
	margin: 0 5px;
}



/* Individual Background Color*/
.social_wdrfree a.icoRss:hover {
	background-color: #F56505;
	color:#fff;
}
.social_wdrfree a.icoFacebook:hover {
	background-color:#3B5998;
	color:#fff;
}
.social_wdrfree a.icoTwitter:hover {
	background-color:#33ccff;
	color:#fff;
}
.social_wdrfree a.icoInstagram:hover {
	background-color:#BD3518;
	color:#fff;
}
.social_wdrfree a.icoLinkedin:hover {
	background-color:#0077B5;
	color:#fff;
}
.social_wdrfree a.icoYoutube:hover {
	background-color:#FF0000;
	color:#fff;
}

.social_wdrfree li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 60px;
	height: 60px;
	font-size:30px;
}
.social_wdrfree li i {
	margin:0;
	line-height:60px;
	text-align: center;
}


.social_wdrfree a:hover {
	
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}


.social_wdrfree a {
	color:#f08013;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social_wdrfree li a {
    background: none repeat scroll 0 0 white;
}