@charset "utf-8";
/* CSS Document */


@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}

@media only screen and (max-width:1140px)
{
	img
	{
		max-width:100%;
	}
	table, tr, td
	{
		width:auto;
	}
	.input-menu select
	{
		color:#666; padding:10px 20px; cursor:pointer; outline:0; border:solid 3px #1cb128;
	}
	.products ul li
	{
		margin-left:3%; margin-bottom:3%; width:47%;
	}
	.health-beneif ul li
	{
		margin-left:3%; margin-bottom:3%; width:47%;
	}
}
@media only screen and (max-width:768px)
{
	
}
@media only screen and (max-width:480px)
{
	.wrapper-left
	{
		width:auto; position:static; 
	}
	.wrapper-right
	{
		width:auto; position:static; background-attachment:fixed;
	}
	.menu
	{
		width:auto; position:static;
	}
	.footer
	{
		 width:auto; position:static;
	}
	.social
	{
		text-align:center; padding:15px 0; margin-top:0; position:static;
	}
	.menu h1
	{
		background:#fff; float:none; width:auto; text-align:center;
	}
	.nav
	{
		margin-top:10%;
	}
	.products ul li
	{
		margin-left:0; margin-bottom:3%; width:auto; float:none;
	}
	.contact-left, .contact-right
	{
		width:auto; float:none; 
	}
}