var subMenu = $ (this).attr(“style”); var winWidth = $ (window).width(); var alignC = $ (“.alignC”).width(); var subMenuPos = $ (“.sub-menu”).width(); var padHtml = $ (“footer”).height(); $ (document).ready(function(){ $ (“html”).css({“padding-bottom”: padHtml + 22}); $ (“.news-wrap a”).mouseover(function(){ $ (this).find(“h2”).css({“text-decoration”:”underline”,color: “#3498DB”}); }); $ (“.news-wrap a”).mouseout(function(){ $ (this).find(“h2”).removeAttr(“style”); }); $ (function(){ if(winWidth < 768){ $ (“.bar-menu”).bind(“click”, function(){ $ (“body”).css({overflow:Read more