$(document).ready(function(){
$(".navigation-icon").toggle(
function(){$(".top-header").animate({'width':'1119px'},800);},
function(){$(".top-header").animate({'width':'1349px'},800);}
);
});
$(document).ready(function(){
$(".navigation-icon").toggle(
function(){$(".top-header").animate({'width':'1119px'},800);},
function(){$(".top-header").animate({'width':'1349px'},800);}
);
});