$(document).ready(function() {
	if (screen.width <= 800){
		$('.mainp_header').css({ "background" : "url(/images/mainImg/800main10.jpg) no-repeat center", "height" : "235px"})
		$('.txt1').css({"font-size" : "11px", "margin-top" : "20px"})
		$('.txt2').css({"font-size" : "11px", "margin-top" : "62px"})
		$('.main_menu').css({"font-size" : "11px"})
	}else if(screen.width > 800 && screen.width <= 1024){
		$('.mainp_header').css({ "background" : "url(/images/mainImg/1024main10.jpg) no-repeat center", "height" : "301px"})
		$('.txt1').css({"font-size" : "11px", "margin-top" : "30px"})
		$('.txt2').css({"font-size" : "11px", "margin-top" : "95px"})		
	}else if(screen.width > 1024 && screen.width <= 1280){
		$('.mainp_header').css({ "background" : "url(/images/mainImg/1280main10.jpg) no-repeat center", "height" : "376px"})
		$('.txt1').css({"font-size" : "14px", "margin-top" : "45px", "width" : "350px"})
		$('.txt2').css({"font-size" : "16px", "margin-top" : "81px"})		
	}else if(screen.width > 1280 && screen.width <= 1440){
		$('.mainp_header').css({ "background" : "url(/uploaded/images/glavn3_46.jpg) no-repeat center", "height" : "470px"})
		$('.txt1').css({"font-size" : "15px", "margin-top" : "45px", "width" : "400px"})
		$('.txt2').css({"font-size" : "17px", "margin-top" : "138px", "width" : "400px"})		
	}
});



