div#site-superheader .social i{
	font-size:14px;
}
div#site-superheader .social, footer#site-footer .copyright .social{
	text-align:right;
}
div#site-superheader .social a, footer#site-footer .copyright .social a, 
div#site-superheader .social a:hover, footer#site-footer .copyright .social a:hover, 
div#site-superheader .social a:active, footer#site-footer .copyright .social a:active, 
div#site-superheader .social a:focus, footer#site-footer .copyright .social a:focus{
	color:#ffffff;
	text-decoration:none;
}
div#site-superheader .social i, footer#site-footer .copyright .social i{
	margin:0 10px; 
}
footer#site-footer .copyright .social a:last-child i{
	margin:0 0 0 10px; 
}
footer#site-footer .copyright .social{
	font-size:22px;
}
.mobile-menu .social {
	position: relative;
	margin-top: 21px;
}
.mobile-menu .social a i{
	font-size:17px;
	margin:0 30px 0 0;
}
@media all and (max-width:991px){
	footer#site-footer .copyright .social {
	    text-align: left;
	    padding: 0 68px; 
	}
	footer#site-footer .copyright .social{
		font-size:16px;
		margin-bottom:60px;
	}
}