body 
{
	margin: 0; 
	padding: 0;
	
	font-family: 'Inter';
	font-style: normal;
	
	background-color: black;
	
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.margin-top
{
	margin-top: 138px;
}

@media (orientation: portrait)
{
	.margin-top
	{
		margin-top: 78px;
	}
}

.gold			{color: #ffda57;}
.white			{color: #ffffff;}
.smoke			{color: #dcdcdc;}
.green			{color: #009900;}
.navy			{color: #beffa8;}

.txt-shadow		{text-shadow: 1.5px 0 #222, -1.5px 0 #222, 0 1.5px #222, 0 -1.5px #222, 1px 1px #111, -1px 1px #111, 1px -1px #111, -1px 1px #111;}
.txt-center		{text-align: center;}

a.more
{
	height: 20px; 
	
	font-size: 14px; 
	font-weight: 600; 
	line-height: 20px; 
	letter-spacing: 1.4px; 
	
	color: inherit;
	
	text-decoration: none;
	
	transition: 0.5s ease;
}

a.more:hover
{
	color: #33c500;
}

a.more .plus
{
	width: 20px;
	height: 20px;
	
	margin: 0;
	padding: 0;
	
	font-size: 20px; 
	font-weight: 600; 
	line-height: 18px; 
	letter-spacing: 1.4px; 
	text-align: center;
	color: inherit;
	
	float: left; 
	
	transition: 0.5s ease;
}

a.more:hover .plus
{
	color: #33c500;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* - - - - - - - - - - - - */

section.products
{
	margin: 0;
	padding: 0; 
	color: black;
	background-color: white;
}

section.products h3
{
	margin: 0;
	padding: 36px 0;
}

div.products-responsive
{
	width: 1200px; 
	margin: 0 auto;
	
	overflow: hidden;
}

section.products div.products-container
{
	width: 1220px;
	
	gap: 20px;
	
	overflow: hidden;
}

section.products div.products-container div.product-card
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	
	width: 285px; max-width: 285px; 
	height: auto;
	
	margin: 0 20px 0 0;
	
	background-color: #eeeeee;
	
	border: 1px #e2e2e2 solid;
	border-radius: 3px;
	
	box-sizing:				border-box;
	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
	
	cursor: pointer;
	
	overflow: hidden;
}

section.products div.products-container div.product-card:hover
{
	/*background-color: #f8f8f8;*/
}

section.products div.products-container div.product-card img.product-image
{
	width: 100%;
}

section.products div.products-container div.product-card:hover img.product-image
{
	scale: 1.075; scale: 1.0;
}

section.products div.products-container div.product-card p
{
	height: 20px;
	
	margin: 0;
	padding: 0;
	
	font-size: 17.72px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	
	color: black;
	
	text-transform: uppercase;
	text-align: center;
	
	overflow: hidden;
}

section.products a
{
	color: black;
	
	text-decoration: none; 
}

section.products a.more
{
	height: 30px;
	
	margin: 4px auto 26px auto;
	padding: 0 26px 0 0;
	
	font-size: 14px; 
	font-weight: 600; 
	line-height: 30px; 
	letter-spacing: 1.4px; 
	
	color: inherit;
	
	text-transform: uppercase;
	text-decoration: none;
	
	transition: 0.5s ease;
}

section.products a.more:hover
{
	color: #33c500;
}

section.products div.product-card:hover a.more
{
	color: #33c500;
}

section.products a.more .plus
{
	width: 30px;
	height: 30px; 
	
	margin: 0;
	padding: 0;
	
	font-size: 14px; 
	font-weight: 600;
	line-height: 30px; 
	letter-spacing: 1.4px; 
	
	color: inherit;
	
	float: left; 
	
	transition: 0.5s ease;
}

section.products a.more:hover .plus
{
	color: #33c500;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.products div.product-card:hover a.more .plus
{
	color: #33c500;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.products .view-all
{
	width: auto; max-width: 320px; 
	margin: 0 auto 37px auto; 
	text-align: center;
}

@media screen and (max-width: 1220px)
{
	div.products-responsive
	{
		width: 895px;
	}
	
	section.products div.products-container
	{
		width: 915px;
		overflow: hidden;
	}
}

@media screen and (max-width: 960px)
{
	div.products-responsive
	{
		width: 590px;
	}
	
	section.products div.products-container
	{
		width: 610px;
		overflow: hidden;
	}
	
	section.products .view-all
	{
		width: 320px; 
		margin: 37px auto; 
		text-align: center;
	}
}

@media screen and (max-width: 590px)
{
	div.products-responsive
	{
		width: calc(100% - 40px);
	}
	
	section.products div.products-container
	{
		width: calc(100%);
		
		gap: 0; 
		
		border: 1px #e2e2e2 solid;
		border-radius: 3px;
		
		overflow: hidden;
	}
	
	section.products div.products-container div.product-card
	{
		width: calc(100% - 40px); max-width: calc(100% - 40px); 
		height: auto;
		
		margin: 0; 
		padding: 0;
		
		border: 0;
	}
	
	section.products .view-all
	{
		width: 290px;
	}
	
	section.products .view-all *
	{
		font-size: 12px !important;
	}
}

/* - - - - - - - - - - - - */

.txt-green
{
	font-size: 11.81px; 
	font-weight: 500; 
	line-height: 100%; 
	letter-spacing: 2px; 
	color: #beffa8;
}

.premium-nutrition-levitating
{
	max-width: 1200px;
	height: 731px;
	
	margin: 0 auto;
	
	display: flex; 
	align-items: center; 
	justify-content: center; 
	overflow: hidden;
}

.premium-nutrition-levitating img
{
	max-width: 100vw;
	max-height: 680px;
	margin-right: -20px;
}

@media screen and (orientation: portrait)
{
	.premium-nutrition-levitating img
	{
		max-width: calc(100vw - 40px);
		max-height: 680px;
		margin-right: -10px;
	}
	
	.premium-nutrition-levitating
	{
		max-width: none;
		min-height: 240px;
		height: auto;
		margin-right: 0; 
	}
}

section.outer_1								{display: flex; flex-direction: row; width: 100%; height: 560px;}
section.outer_1 div.inner					{flex: 1; display: flex; align-items: center;}
section.outer_1 div.inner:nth-child(1n)		{justify-content: flex-end;}
section.outer_1 div.inner:nth-child(2n)		{justify-content: flex-start; overflow: hidden;}
section.outer_1 div.inner img				{width: auto; height: 100%; max-height: 560px; transition: 0.5s ease; filter: grayscale(100%);}
section.outer_1 div.inner div.box			{width: 100%; max-width: 560px; height: 414px; padding: 20px;}
section.outer_1 div.inner div.box div		{height: 46px; margin-top: 10px; font-size: 11.81px; font-weight: 500; letter-spacing: 2px; line-height: 14.4px; color: inherit;}
section.outer_1 div.inner div.box h1		{margin: 0; font-size: 39.06px; font-weight: 500; line-height: 48px; letter-spacing: 1.5px; color: inherit; transition: 0.5s ease;}
section.outer_1 div.inner div.box p			{width: 398px; padding: 19px 0; font-size: 15.88px; font-weight: 375; letter-spacing: 1.4px; line-height: 24px; color: inherit;}
section.outer_1 div.inner div.box a			{height: 20px; margin-top: 7.61px; font-size: 14px; font-weight: 500; letter-spacing: 1.4px; line-height: 100%; color: inherit; text-decoration: none;}
section.outer_1 div.inner div.box a:hover	{text-decoration: underline;}

section.outer_1 div.inner div.box a.more
{
	height: 20px; 
	
	font-size: 14px; 
	font-weight: 500; 
	line-height: 20px; 
	letter-spacing: 1.4px; 
	
	text-transform: uppercase;
	text-decoration: none;
	
	color: inherit;
	
	transition: 0.5s ease;
}

section.outer_1 div.inner div.box a.more:hover
{
	color: #33c500;
}

section.outer_1 div.inner div.box a.more .plus
{
	width: 20px;
	height: 20px;
	
	margin: 0;
	padding: 0;
	
	font-size: 20px; 
	font-weight: 500; 
	line-height: 20px; 
	letter-spacing: 1.4px; 
	text-align: center;
	color: inherit;
	
	float: left; 
	
	transition: 0.5s ease;
}

section.outer_1 div.inner div.box a.more:hover .plus
{
	margin-top: 1px;
	
	color: #33c500;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.outer_1#premium-nutrition-cooperation div.inner div.box a.more:hover
{
	color: #33c500;
}

section.outer_1#premium-nutrition-cooperation div.inner div.box a.more:hover .plus
{
	color: #33c500;
}

section.outer_1#premium-nutrition-proffesional div.inner div.box a.more:hover
{
	color: #beffa8;
}

section.outer_1#premium-nutrition-proffesional div.inner div.box a.more:hover .plus
{
	color: #beffa8;
}

section.outer_1 div.inner .gradient			{transition: 0.5s ease;}
section.outer_1:hover div.inner .gradient	{scale: 1.05; background: linear-gradient(135deg, rgba(255,0,0,0), rgba(51,197,0,1));}

section.outer_1:hover						{cursor: pointer;}

section.outer_1#premium-nutrition-cooperation:hover	 div.inner div.box h1	{color: #1f7600;}
section.outer_1#premium-nutrition-proffesional:hover div.inner div.box h1	{color: #beffa8;}

section.outer_1:hover div.inner img			{filter: grayscale(50.0%); scale: 1.0;}

section.outer_2								{display: flex; flex-direction: row; justify-content: center; align-items: flex-start; width: 100%; }
section.outer_2 div.inner					{max-width: 600px; flex: 1; display: flex; align-items: center;}
section.outer_2 div.inner:nth-child(1n)		{justify-content: flex-start;}
section.outer_2 div.inner:nth-child(2n)		{justify-content: flex-end;}
section.outer_2 div.inner div.box			{width: 100%; max-width: 590px; padding: 0;}
section.outer_2 div.inner div.box a			{height: 20px; margin-top: 7.61px; font-size: 14px; font-weight: 500; letter-spacing: 1.4px; line-height: 100%;}

@media screen and (orientation: portrait)
{
	section.outer_1							{flex-direction: column; height: auto;}
	section.outer_1 div.inner img			{width: 100%; height: auto; max-height: none; }
	section.outer_1 div.inner div.box		{width: 100%; max-width: 100vw; height: auto; padding: 30px 20px 40px 20px;}
	section.outer_1 div.inner div.box p		{width: 100%; max-width: calc(100vw - 40px); text-align: justify; word-wrap: break-word;}
	
	section.outer_2							{flex-direction: column; height: auto;}
	section.outer_2 div.inner				{width: 100%; max-width: 100%;}
	section.outer_2 div.inner div.box		{width: 100%; max-width: 100%;}
}

h2	{font-size: 34.73px; font-weight: 700; line-height: 43.2px; letter-spacing: 2px;}
h3	{font-size: 23.44px; font-weight: 700; line-height: 28.8px; letter-spacing: 1.5px; text-transform: uppercase; text-align: center; color: inherit; margin: 45px auto; padding: 0; opacity: 0.95; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}


#premium-nutrition-catalogs	.box			{cursor: pointer;}
#premium-nutrition-catalogs	.box		img	{transform: scale(0.85); transition: 0.25s ease; width: 85%;}

#premium-nutrition-catalogs	.box_catalog		.gradient_black	{opacity: 0.0; background: linear-gradient(180deg, rgba(255,0,0,0), rgba(51,197,0,1)); transition: 0.25s ease;}
#premium-nutrition-catalogs	.box_catalog:hover	.gradient_black	{opacity: 0.5;}


.premium-nutrition-slider .text	
{
	position: absolute;
	z-index: 99;
	bottom: 72px;
	
	text-align: center;
}

.premium-nutrition-slider .text .title
{
	margin: 13px auto; 
	
	font-size: 14px; 
	font-weight: 400; 
	line-height: 20px; 
	letter-spacing: 1px; 
	color: #beffa8; 
	
	opacity: 0.95;
}

.premium-nutrition-slider .text	h2
{
	margin: 13px auto; 
}

.premium-nutrition-slider .slick-next
{
	right: 10px;
}

@media screen and (max-width: 590px)
{
	.premium-nutrition-slider 
	{
		height: 100%;
		margin-top: 0px;
	}
	
	.premium-nutrition-slider .slick-next
	{
		height: 100%;
		margin-top: 0; right: 0;
	}
}

.shadow_around
{
	-webkit-box-shadow: 2px 3px 20px #666666;
	-moz-box-shadow: 2px 2px 20px #666666;
	box-shadow: 2px 3px 20px #666666;
}

.shadow_around_333333
{
	-webkit-box-shadow: 2px 3px 20px #333;
	-moz-box-shadow: 2px 2px 20px #333;
	box-shadow: 2px 3px 20px #333;
}

@media screen and (max-width: 590px)
{
	.premium-nutrition-slider .text	
	{
		position: absolute;
		z-index: 99;
		bottom: 48px;
		
		text-align: center;
	}
	
	.premium-nutrition-slider .text .title
	{
		margin: 0 auto 1px auto; 
	}
	
	.premium-nutrition-slider .text h2
	{
		margin: 0 auto;
		font-size: 100%; 
		line-height: 100%;
	}
	
	.premium-nutrition-slider .slick-next
	{
		right: 0;
	}
	
	.premium-nutrition-slider .slick-prev, .slick-next
	{
		top: 38%;
	}
	
	.shadow_around
	{
		-webkit-box-shadow: 2px 2px 0px #666666;
		-moz-box-shadow: 2px 2px 0px #666666;
		box-shadow: 2px 2px 0px #666666;
	}
}

.premium-nutrition-slider .slick-dots
{
	padding-top: 0;
}

/* - - - - - - - - - - - - */

#myMap
{
	z-index: 5;
	
	max-width: 1200px; 
	max-height: 584px; 
	
	width: 100%; 
	height: 100vh; 
	
	margin: 0 auto 63px auto;
	
	border: 0;
}

@media screen and (orientation: portrait)
{
	#myMap
	{
		height: 50vh; 
		margin-bottom: 0;
	}
}

/* - - - - - - - - - - - - */

.orientation_l_row
{
	display: flex;
	flex-direction: row;
}

@media screen and (orientation: portrait)
{
	.orientation_l_row
	{
		flex-direction: column;
	}
}


*
{
	/*
	border: 1px red solid;
	*/
	
	box-sizing:				border-box;
	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
}

.leaflet-control-attribution svg.leaflet-attribution-flag { display: none !important; 