/* ****************************************
Block Social
****************************************** */
.omicronsocial_block {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
	width:97%;
	display:inline-block;
	margin:10px 1.5%;
}
#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;
}

#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 {}

.omicronsocial_block h4 { font-family:"lato", Arial, Helvetica, sans-serif; font-weight:normal; text-transform:uppercase; font-size:14px; text-decoration:none; color:#000; 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;}

.omicronsocial_block p {
    height: 30px;
    line-height: 15px;
    margin: 0 auto;
    text-align: center;
}