	function height(){
			if ($(window).height() < 770)
			$(".logo-group").css("top","56%");

			else{
			if ($(window).height() < 980)
			$(".logo-group").css("top","50%");
			
			else
			$(".logo-group").css("top","45%");}}	

	function width(){
			if ($(window).width() < 1290  )
			$("#wrap").css("margin-top","17%");

			else{
			if ($(window).width() < 1380)
			$("#wrap").css("margin-top","13.5%");
			
			else
			$("#wrap").css("margin-top","17%");}}	
