Hi,
I resolved the issue so please check it now. I edited only functions.php to change the path for one css file.
Code Remarks:-
Find this code
//wp_register_style('fontawesome-css', SF_LOCAL_PATH . '/css/font-awesome.min.css', array(), NULL, 'screen');
Change to :-
wp_register_style('fontawesome-css', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css', array(), NULL, 'screen');
Thanks
Mohammad