
@media (min-width:1024px)	{
	
}

@media (max-width:1023px)	{
	
}


@media (max-width:849px)	{

	.header-lettering{ display: none; }
	
	.homepage-text-wrapper .twothirth{ width: calc(100% - 20px); }
	.homepage-text-wrapper .thirth{ width: 100%; }
	
	.loginform > .thirth{ width: 100%; margin: 0; }
	.loginform > .twothirth{ width: 100%; }
	
	.showMinProd{ width: 50%; }
	.prodimages{ width: 100%; }
	.prodinfo{ width: 100%; }
	
}


@media (max-width:549px)	{
	
	.contactform{ width: 100%; margin: 0; }
	
	.loginform .newregist form > .half{ width: 100%; }
	.loginform .newregist form > .groupinput > .innerpadding{ margin: 0!important; margin-bottom: 5px!important; }
	.loginform .newregist form > .half > .half.l .innerpadding{ margin: 0!important; margin-bottom: 5px!important; }
	
	.showMinProd{ width: 100%; }
	
}