/* ****************************************
Block Social
****************************************** */
.redfoxsocial_block {
    padding: 10px 0;
	width:100%;
	display:inline-block;
	margin:10px 0;
}
#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: 34px;
   *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 a:hover, #social_block li.twitter a:hover, #social_block li.pinterest a:hover, #social_block li.youtube a:hover, #social_block li.googleplus a:hover, #social_block li.facebook a:hover {}

.redfoxsocial_block h4 { font-family:"Open Sans", Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; font-size:14px; text-decoration:none; color:#fff; line-height:16px; text-align:center;}
#social_block {padding:0; width:210px; margin:0 auto;}
#social_block li {padding-left:0!important; float:left; margin-right:4px;}
#social_block li.facebook, #social_block li.twitter, #social_block li.in {background:none!important;}

.redfoxsocial_block p {
    height: 30px;
    line-height: 15px;
    margin: 0 auto;
    text-align: center;
	color:#fff;
}

.sociallinks { background:#FF6766;}
.orderlinks { background:#009CDE;}
.supportlinks { background:#14D492;}