/* ****************************************
Block Social
****************************************** */
.redfoxsocial_block {
    padding: 10px 0;
	flex: 1;
	display:flex;
	margin:10px auto;
}
#social_block li.facebook a{
    background: url("../../img/face.png") no-repeat scroll center center;
}
#social_block li.twitter a{
    background: url("../../img/tw.png") no-repeat scroll center center;
}
#social_block li.in a{
    background: url("../../img/in.png") no-repeat scroll center center;
}

#social_block li.pinterest a{
    background: url("../../img/email_icon.png") no-repeat scroll center center;
}
#social_block li.googleplus a{
    background: url("../../img/googleplus.png") no-repeat scroll center center;
}

#social_block li.youtube a{
    background: url("../../img/youtube.png") no-repeat scroll center center;

}
#social_block li.in a, #social_block li.twitter a, #social_block li.pinterest a, #social_block li.youtube a, #social_block li.googleplus a, #social_block li.facebook a {
display: block;
    height: 30px;
   *text-indent: -9999px;
	text-indent: 9999px;
    width: 30px;
-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
				overflow:hidden;
color:#fff;

}

#social_block li.in:hover, #social_block li.twitter:hover, #social_block li.pinterest:hover, #social_block li.youtube:hover, #social_block li.googleplus:hover, #social_block li.facebook:hover {background:#EA2349; transition: .3s ease; border-radius: 50%;}

.redfoxsocial_block h4 { text-transform:uppercase; font-size:18px; text-decoration:none; color:#000; line-height:16px; text-align:center; margin-top:4px; transition: .3s ease;}
.redfoxsocial_block li:hover h4, .redfoxsocial_block li:hover p { color:#EA2349; transition: .3s ease;}
#social_block {padding:0; margin:0 auto; text-align:center;}
#social_block ul { display:block; margin-right:-5px;}
#social_block li {padding-left:0!important; float:left; margin-right:4px;background:#333333;
border-radius:50%;}
#social_block li.facebook, #social_block li.twitter, #social_block li.in {background:#333333;
border-radius:50%; transition: .3s ease;}

.redfoxsocial_block p {
    line-height: 15px;
    margin: 0 auto;
    text-align: center;
	color:#000;
	font-size:13px;
}

