body
{
	margin: 0;
	padding: 0;
	font-family: 'Kanit', sans-serif;
	background-color: white;
}

*
{
	margin: 0;
	padding: 0;
	
	box-sizing:				border-box;
	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
}

/*-----------------------
| COMMON ELEMENTS
+----------------------*/

.w100	{width: 100%;}

.mt5px		{margin-top: 5px;}
.mt10px		{margin-top: 10px;}
.mt15px		{margin-top: 15px;}
.mt25px		{margin-top: 25px;}
.mt50px		{margin-top: 50px;}
.mt75px		{margin-top: 75px;}
.mt100px	{margin-top: 100px;}
.mt150px	{margin-top: 150px;}

a		{color: #1972b9; text-decoration: none;}
a:hover	{color: #1972b9; text-decoration: underline;}

h1
{
	width: 100%; max-width: calc(100% - 50px);
	
	margin: 0 auto 50px auto;
	padding-bottom: 12px;
	
	font-family: 'Kanit', sans-serif;
	font-size: 40px;
	color: #1972b9; 
	/*-webkit-text-stroke: 1px black;*/
	
	text-transform: uppercase;
	text-align: center;
	
	display: block;
}

h1.bb3px
{
	border-bottom: 3px solid #11b9e0;
}

h3
{
	font-family: 'Kanit', sans-serif;
	font-size: 30px;
	line-height: 31px;
	
	text-transform: lowercase;
	text-align: center;
}


@media (orientation: portrait)
{
	h1
	{
		margin: 0 auto 50px auto;
	}
		
}


/*-----------------------
| SECTIONS
+----------------------*/

section
{
	margin: 0;
}

div.container
{
	width: 100%;
	max-width: 800px;
}

div.container p
{
	font-size: 22px;
	line-height: 17px;
	color: white;
}

@media (orientation: portrait)
{
	body
	{
		background-color: white; 
		/*background-image: url('../../images/web/gear-nutrition-background-carbon.jpg');*/
		background-repeat: no-repeat; /*repeat-y;*/
		background-position: center 77.5vh;
		background-size: 200%;
	}
	
	section
	{
		width: auto;
	}
	
	footer
	{
		width: auto;
		/*margin: 0 5%;*/
	}
}


/*-----------------------
| SECTION - HEADER
+----------------------*/
header.navigation
{
	position: fixed;
	z-index: 25;
	top: 0; 
	
	width: 100%;
	min-height: 60px;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20%;
	
	margin: 0;
	padding: 0 5%;
	
	background: rgba(0,0,0,0.0); /*background: rgba(127, 127, 127, 0.5); border-bottom: 1px #101010 solid;*/
	
	transition: 0.5s;
}

header.navigation_opacity_80
{
	/*background: rgba(0,0,0,0.8);*/
	background-color:#11b9e0;
	/*opacity:0.8;*/
}

header.navigation_opacity_80 svg
{
	fill: white !important;
}

header.navigation.hide
{
	top: -60px;
}

header.navigation .menu
{
	width: 80px; 
	height: 35px; 
	
	display: flex; 
	align-items: center; 
	justify-content: left;
}

header.navigation .menu svg
{
	width: 50px;
	height: 50px;
	fill: #1972b9;
}

header.navigation .logo
{
	width: 128px; 
	height: 30px; 
	
	display: flex; 
	align-items: center; 
	justify-content: center;
}

header.navigation .logo img
{
	margin-top: 5px;
	height: 30px;
}

header.navigation .lang
{
	width: 80px; 
	height: 35px; 
	
	display: flex; 
	align-items: center; 
	justify-content: right; 
	gap: 20px;
}

@media (orientation: portrait) and (max-width: 400px)
{
	header.navigation .lang
	{
		gap: 10px;
		margin-left: -27px;
	}
	
}

header.navigation .lang img
{
	
}

div.menu_side
{
	/*position: fixed; 
	z-index: 50; 
	top: 0; 
	left: -448px;
	bottom: 0; 
	
	width: 448px; */
	display: none;
	
	position: fixed; 
	z-index: 101; 
	top: 0; 
	left: 0;
	bottom: 0; 
	
	width: 448px; 
	
	background-color: white; 
	/*background-image: url('../../images/web/gear-nutrition-background-carbon.jpg');*/
	background-repeat: repeat-y;
	background-position: 85% 100%;
	
	border-right: 5px #11b9e0 solid;
	
	transition: 0.2s;
}

div.menu_side_active
{
	left: 0;
}

div.menu_side h1
{
	color: #1972b9; 
	/*border-bottom: 3px #11b9e0 solid;*/
	width: auto; 
	margin: 75px 50px 50px 50px; 
	text-align: left;
}

div.menu_side a
{
	color: #1972b9;
	text-decoration: none;
}

div.menu_side a:hover
{
	color: #1972b9;
	text-decoration: none;
}

@media (orientation: portrait)
{
	header.navigation
	{
		justify-content: space-between;
	}
	
	div.menu_side
	{
		width: 100%;
		border: 0;
	}
	
	div.menu_side h1
	{
		text-align: center;
	}
	
	div.menu_side div
	{
		text-align: center;
	}
}


/*-----------------------
| SECTION - HERO (VIDEO)
+----------------------*/
section.hero
{
	position: relative;
	height: 100vh;
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  	align-items: center;
  	align-content: center;
	justify-content: center;
	gap: 20px;
	
	margin: 0 auto;
	margin-bottom: 150px;
	padding: 0;
	
	background-color: white;
}

section.hero video
{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@keyframes rotating
{
	from
	{
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to
	{
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

section.hero img.hero-text
{
	z-index: 6;
	width: 60vh;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

section.hero a.hero-button
{
	/*position: relative;*/
	position:absolute;
	z-index: 11;
	
	display: block;
	
	padding: 5px 50px;
	
	font-size: 22px;
	color: #404040;
	text-transform: uppercase;
	text-decoration: none;
	
	border: 0;
	/*border: 2px solid #11b9e0;
	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	
	/*background: white;
	color:#11b9e0;
	/*background: linear-gradient(0deg, rgba(249,249,249,1) 25%, rgba(207,207,207,1) 50%, rgba(247,247,247,1) 75%);*/
	
	/*transition: 0.2s;*/
}

/*
section.hero a.hero-button:hover
{
	color: white;
	background: white;
}
*/

section.hero a.hero-button:hover
{
	/*color: #404040; -webkit-text-stroke: 1px #2d2d2d;
	background: none;
	background-color: white;
	border-bottom: 5px #dda600 solid;*/
	cursor: pointer;
}

section.hero img.hero-gear
{
	position: absolute;
	z-index: 3;
	height: 98vh;
	margin: 0 auto;
	animation: rotating 80s linear infinite;
}

@media (orientation: portrait)
{
	section.hero
	{
		margin-bottom: 0;
		max-width: 100vw;
		/*height: 100vh;*/
		height: 25vh;
		overflow: hidden;
	}
	
	section.hero img.hero-text
	{
		max-width: 75vw;
	}
	
	section.hero img
	{
		width:100%;
	}
	
	section.hero img.hero-gear
	{
		height: 98vw;
		animation: rotating 40s linear infinite;
	}
	
	section.hero a.hero-button
	{
		/*position: relative;	*/
		
		min-width: 120px;
		margin: 0 auto 0 auto;
		margin-top: -25px;
		padding: 5px;
		
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		
		font-size: 12px;
		color: #404040; -webkit-text-stroke: 1px #2d2d2d;
		
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 30px;
		border-top-left-radius: 30px;
		border-top-right-radius: 0px;
		border: 0;
		/*border-bottom: 5px solid white;
		
		background-color: rgb(249,249,249);
		background: linear-gradient(0deg, rgba(249,249,249,1) 25%, rgba(207,207,207,1) 50%, rgba(247,247,247,1) 75%);*/
	}
}



/*-----------------------
| SECTION - NEWS
+----------------------*/
section.news_slider
{
	width: auto;
	height: auto;
	min-height: 650px;
	padding: 100px 5%;
	
	display: flex;
	align-items: top;
	justify-content: center;
}

section.news
{
	width: auto;
	height: auto;
	min-height: 650px;
	padding: 100px 5%;
	
	display: flex;
	align-items: top;
	justify-content: center;
	
	background: url(../../images/web/news-bg.jpg) no-repeat top center;
	background-size: contain;
}


section.news div.container h1
{
	/*margin-top: 50px;*/
	/*border-bottom: 3px solid #11b9e0;*/
	color:#1972b9;
}

section.news div.container p
{
	margin: 0 25px;
	font-size: 20px;
	color: #1972b9;
	line-height: 22px;
	text-align: justify;
}

@media (orientation: portrait)
{
	section.news
	{
		height: auto;
		min-height: auto;
	}
	
	section.news div.container p
	{
		/*margin: 0 0 250px 0;*/
	}
}



/*-----------------------
| SECTION - ABOUT US
+----------------------*/
section.about
{
	width: auto;
	height: 70vh;
	min-height: 800px;
	padding: 0 5%;
	
	display: flex;
	align-items: top;
	justify-content: center;
	
	background: no-repeat bottom url('../../images/web/ice-zbiorczy_render2.jpg');
	background-size: contain;
	/*background:black;
	background-image: linear-gradient(black, white);*/
}

section.about div.container h1
{
	margin-top: 50px;
	/*border-bottom: 3px solid #11b9e0;*/
	color:#1972b9;
}

section.about div.container p
{
	margin: 0 25px;
	font-size: 20px;
	color: #1972b9;
	line-height: 22px;
	text-align: justify;
}

@media (orientation: portrait)
{
	section.about
	{
		height: auto;
		min-height: auto;
	}
	
	section.about div.container p
	{
		margin: 0 0 250px 0;
	}
}



/*------------------------*/
/* SECTION - PRODUCT SHOW */
/*------------------------*/
section.product
{
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	/*background-image: url('../../images/web/gear-nutrition-background-product-view.jpg'); 
	background-position: center 30vh; 
	background-repeat: no-repeat; 
	background-size: 100vh;*/
	overflow: hidden;
}

@media (orientation: portrait)
{
	section.product
	{
		max-width: 100vw; 
		min-height: 100vh;
		
		/*
		background-image: url('../../images/web/gear-nutrition-background-product-view.jpg'); 
		background-position: center -15vh;
		background-repeat: no-repeat; 
		background-size: auto 100vh;
		*/
		
		background-color: white;
	}
}


/*----------------------*/
/* PRODUCT VIEW - TITLE */
/*----------------------*/
section.product div.title
{
	width: 100%; 
	height: 22.5vh;
	display: flex; 
	flex-direction: column; 
	justify-content: flex-end;
	align-items: center; 
	font-size:70px;
}

section.product div.title img
{
	width: 20vw; max-width: 240px;
	margin: 10px auto;
	padding: 0;
}

@media (orientation: portrait)
{
	section.product div.title		{height: 20vh; justify-content: flex-end; font-size:45px;}
	section.product div.title img	{width: 50vw; margin: 0 auto 25px auto; padding: 0;}
}


/*----------------------*/
/* PRODUCT VIEW - IMAGE */
/*----------------------*/
section.product div.image
{
	width: 100%; 
	height: 62.5vh; 
	display: flex; 
	flex-direction: column; 
	align-items: center;
	/*justify-content: flex-end; */
	overflow: hidden;
}

section.product div.image img.render
{
	position: relative; 
	z-index: 5; 
	width: auto; 
	height: 100%; 
	margin: 0; 
	padding: 0;
}

section.product div.image img.gear
{
	position: absolute; 
	z-index: 1; 
	top: 22.5vh; 
	height: 70.0vh; 
	margin: -40px auto 0 auto;
	animation: rotating 80s linear infinite;
}

@media (orientation: portrait)
{
	section.product div.image
	{
		position: relative;
		height: 30vh;
		justify-content: flex-end;
	}
	
	section.product div.image img.render
	{
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
	
	section.product div.image img.gear
	{
		position: absolute;
		top: 0;
		width: 70vw;
		height: 70vw;
		margin: -10px auto 0 auto;
		animation: rotating 30s linear infinite;
	}
}


/*----------------------*/
/* PRODUCT VIEW - SPECS */
/*----------------------*/
section.product div.specs
{
	width: 800px;
	height: 15vh;
	margin: 35px auto 0 auto;
	
	font-size: 13px;
	line-height: 17px;
	color: #1972b9; /*-webkit-text-stroke: 0.5px black;*/
	text-transform: uppercase;
	text-align: center;
	
	display: flex; 
	flex-wrap: nowrap;
	flex-direction: row; 
	justify-content: center; 
	align-items: center;
	gap: 10px;
}


@media (min-width: 1500px) and (max-width:1550px) 
{
	section.product div.specs
	{
		height: 25vh;
	}
}

section.product div.specs h3
{
	color: #1972b9; /*-webkit-text-stroke: 1px black;*/
}

section.product div.specs div.weight	{width: 32%; min-width: 160px; padding: 0 20px;}
section.product div.specs div.shock img	{height: 40px;}
section.product div.specs div.servings	{width: 32%; min-width: 160px; padding: 0 20px;}

@media (orientation: portrait)
{
	section.product div.specs
	{
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
		flex-direction: row; 
		flex-wrap: wrap;
		align-content: flex-start;
		gap: 0;
	}
	
	section.product div.specs div.weight	{order: 2; width: calc(50% - 18px); padding: 0 10px; border-right: 3px white solid;}
	section.product div.specs div.shock		{order: 1; width: 100%; margin-top: 15px; margin-bottom: 40px;} 
	section.product div.specs div.shock img	{width: 100px; height: auto;}
	section.product div.specs div.servings	{order: 3; width: calc(50% - 18px); padding: 0 10px; border-right: 3px rgb(0,0,0,0) solid;}
}


/*----------------------*/
/* PRODUCT VIEW - FACTS */
/*----------------------*/
section.product div.facts
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center; 
	gap: 10px;
	
	margin-top: 25px;
}

section.product div.facts div.fact
{
	min-width: 160px;
	padding: 0 20px;
	font-size: 12px;
	color: white; -webkit-text-stroke: 0.5px whitesmoke;
	text-transform: uppercase; 
	text-align: center;
	border-right: 3px white solid;
}

section.product div.facts div.fact:last-child
{
	border-right: 0;
}

section.product div.facts div.fact h3
{
	color: white; -webkit-text-stroke: 1px whitesmoke;
}

@media (orientation: portrait)
{
	section.product div.facts							{align-content: center; margin-top: 50px; gap: 0;}
	section.product div.facts div.fact					{width: calc(50% - 	18px); padding: 0 10px; margin-bottom: 50px; border-right: 3px white solid;}
	section.product div.facts div.fact:nth-child(2n)	{border-right: 3px rgb(0,0,0,0) solid;}
	section.product div.facts div.fact:last-child(-1)	{margin-bottom: 0;}
	section.product div.facts div.fact:last-child		{margin-bottom: 0;}
}


/*------------------------*/
/* PRODUCT VIEW - FLAVORS */
/*------------------------*/
section.product div.flavours
{
	max-width: 800px;
	margin: 0 auto 30px;
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: row; 
	justify-content: center; 
	/*gap: 20px;*/
}

section.product div.flavours div.flavour
{
	width: 180px; 
	font-size: 10px; 
	line-height: 14px; 
	color: #1972b9; 
	text-transform: uppercase; 
	text-align: center;
}

@media (orientation: portrait)
{
	section.product div.flavours	{gap: 10px;}
}


/*------------------------*/
/* PRODUCT VIEW - CONTENT */
/*------------------------*/
section.product div.content
{
	max-width: 1000px;
	min-height: auto;
	margin: 0 auto;
	padding: 0 5%;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: top;
	
	/*background-color: black;
	
	background-image: url('../../images/web/gear-nutrition-background-carbon.jpg');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain;
	*/
}

section.product div.content_background
{
	/*background-image: url('../../images/web/gear-nutrition-background-carbon.jpg');*/
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain;
}

section.product div.product_background
{
	/*background-image: url('../../images/web/gear-nutrition-background-product-view.jpg');*/
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: 70%;
}


section.product div.content table
{
	width: 100%; 
	margin: 0 0 1vw 0; /*margin: 2vw 0;*/
	border-spacing: 0;
	border-collapse: separate;
}

section.product div.content table td
{
	padding: 5px 5px;
	/*font-size: 75%;*/
	color: #1972b9;
	word-wrap: break-word;
	word-break: break-all;
	border-bottom: 2px #11b9e0 solid;
}

section.product div.content table tr td:last-child
{
	text-align: right;
}

section.product div.content table tr td:first-child
{
	text-align: left;
}

@media (orientation: portrait)
{
	section.product div.content							{margin-top: 0px; padding: 0; background: transparent;}
	section.product div.content table					{max-width: 100%;}
	section.product div.content table th				{font-size: 80%; text-align: right;}
	section.product div.content table td				{font-size: 80%; text-align: right;}
	section.product div.content table tr td:first-child	{text-align: left;}
	section.product div.product_background				{background-size: 300%; background-image: url('../../images/web/product-page-bg1.jpg'); }
}


/*--------------------------------------*/
/* PRODUCT VIEW - CONTENT - DESCRIPTION */
/*--------------------------------------*/
section.product div.content div.description
{
	padding: 0 25px;
	margin: 0;
	
	font-size: 14px;
	color: #1972b9;
	line-height: 22px;
	
	text-align: justify;
}

/*----------------------*/
/* PRODUCT VIEW - VIDEO */
/*----------------------*/
section.product video
{
	/*width: 100%; max-width: 800px; margin: 50px auto 0 auto; display: block; position:absolute; z-index:-1;*/
	position: absolute;
    top: 0;
    width: 100%;
    z-index:-100;
    min-height: 100%;
	object-fit: cover;
}

@media (orientation: portrait)
{
	section.product div.content
	{
		/*
		background-image: none;
		background-color: black;
		*/
	}
	
	section.product div.content div.description
	{
		font-size: 16px;
	}
}


/*------------------------------
| SECTION - PRODUCTS LIST - GRID
+-----------------------------*/
section.products
{
	min-height: 100vh;
	padding: 0 5%;
	
	display: flex;
	align-items: top;
	justify-content: center;
	
	background:url(../../images/web/ice-bg.jpg); 
	background-size: contain; 
	background-repeat: no-repeat;
	background-position:center;
}

section.products div.container
{
	
}

section.products div.container h1
{
	margin-top: 150px;
	margin-bottom: 5px;
	/*border-bottom: 3px solid #11b9e0;*/
}

div.tabs-container
{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	margin-bottom: 65px;
}

div.description-container
{
	background-color: white; 
	width: 760px; 
	margin-left: 23px;
}

div.tabs-container a.tab-left
{
	position: relative;	
	z-index: 11;
	padding: 5px;
	min-width: 200px;
	
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #11b9e0;
	
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	border: 0;
	border: 2px #11b9e0 solid ;
	
	background-color: white;
	/*background: linear-gradient(0deg, rgba(249,249,249,1) 25%, rgba(207,207,207,1) 50%, rgba(247,247,247,1) 75%);*/
}

div.tabs-container a.tab-right
{
	position: relative;
	z-index: 11;
	padding: 5px;
	min-width: 200px;
	
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	color: #11b9e0;
	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border: 0;
	border: 2px #11b9e0 solid ;
	
	background-color: white;
	/*background: linear-gradient(0deg, rgba(249,249,249,1) 25%, rgba(207,207,207,1) 50%, rgba(247,247,247,1) 75%);*/
}

div.tabs-container a.tab-right:hover
{
	color:white;
	border: 2px #11b9e0 solid;
	background-color: #11b9e0;
}

div.tabs-container a.tab-left:hover
{
	color:white;
	border: 2px #11b9e0 solid;
	background-color: #11b9e0;
}

/*
section.products div.container div.tabs-container a.tab-active
{
	-webkit-text-stroke: 1px #2d2d2d;
	background-color: white;
}
*/

div.tabs-container a.tab-active
{
	color: white;
	background: none;
	background-color: #1972b9;
	border: 2px #11b9e0 solid !important;
	cursor: default;
}

div.tabs-container a.tab-active:hover
{
	color:white;
	border: 2px #11b9e0 solid;
	background-color: #1972b9;
}

section.products div.container div.products-container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto -20px auto;
	
}

@media (orientation: portrait)
{
	/* Screen height > Screen width */
	section.products
	{
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	
	section.products div.container
	{
		background-color: white;
	}
	
	div.tabs-container a.tab-left
	{
		min-width: 150px;
		/*padding: 5px 0;*/
	}
	
	div.tabs-container a.tab-right
	{
		min-width: 150px;
		/*padding: 5px 0;*/
	}
	
	section.products div.container div.products-container
	{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		
		margin-bottom: -40px;
	}
	
	div.description-container
	{
		width: auto; 
		margin-left: 0px;
	}
}

@media (orientation: landscape)
{
	@media screen and (max-width: 950px)
	{
		div.description-container
		{
			width: auto; 
			margin-left: 0px;
		}
	}
}

section.products div.container div.products-container div.product-card
{
	min-height: 420px;
	min-width: 266px;
	margin-bottom: 25px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 35px;
	
	text-align: center;
	
	border-radius: 35px;
	border-bottom: 3px rgba(0, 0, 0, 0) solid;
	
	cursor: pointer;
}

section.products div.container div.products-container div.product-card:hover
{
	box-shadow: 0px 14px 24px -13px #11b9e0;
	border-bottom: 3px white solid;
	background-color: white;
	transition: 0.3s;
}

@media (orientation: portrait)
{
	/* Screen height > Screen width */
	
	section.products div.container div.products-container div.product-card
	{
		box-shadow: 0px 14px 24px -13px rgba(255, 200, 0, 0);
		box-shadow: 0 !important; 
		border: 0 !important; 
	}
	
	section.products div.container div.products-container div.product-card:hover
	{
		box-shadow: 0 !important; 
		box-shadow: 0px 14px 24px -13px rgba(255, 200, 0, 0);
		border: 0 !important; 
		background: transparent;
		border-bottom: 3px #000000 solid;
	}
}

section.products div.container div.products-container div.product-card img.product-image
{
	/*max-width: 112px;*/
	/*height: 144px;
	margin-bottom: 30px;*/
	/*scale:1.5;*/
	margin: -20px 0 auto;
}

section.products div.container div.products-container div.product-card h2
{
	font-size: 20px;
	line-height: 22px;
	color: #1972b9; /*-webkit-text-stroke: 0px black;*/
	
	text-transform: uppercase;
}

section.products div.container div.products-container div.product-card span
{
	font-size: 18px;
	color: #11b9e0;	
}

section.products div.container div.products-container div.product-card a.button-more
{
	position: relative;	
	
	min-width: 120px;
	/*margin-top: 20px;*/
	padding: 5px;
	
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	
	font-size: 14px;
	color: #11b9e0; -webkit-text-stroke: 1px #11b9e0;
	
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 0;
	/*border-bottom: 5px white solid;*/
	border: 2px #11b9e0 solid;
	background-color: white;
    /*background: linear-gradient(0deg, rgba(249,249,249,1) 25%, rgba(207,207,207,1) 50%, rgba(247,247,247,1) 75%);*/
}

section.products div.container div.products-container div.product-card:hover a.button-more
{
	color: #1972b9; -webkit-text-stroke: 1px #1972b9;
	background: none;
	background-color: white;
	border: 2px #1972b9 solid;
	cursor: pointer;
}

section.products div.container div.products-container div.product-card a.button-more:hover
{
	color: #1972b9; -webkit-text-stroke: 1px #1972b9;
	background: none;
	background-color: white;
	border: 2px #1972b9 solid;
	cursor: pointer;
}


/*-----------------------
| SECTION - DISTRIBUTORS
+----------------------*/
section.distributors
{
	height: auto;
	
	display: flex;
	flex-direction: column;
	justify-content: top;
	align-content: center;
	align-items: center;
  	
	background-color: white;
}

section.distributors div.container
{
	margin-top: 50px;
}

section.distributors div.container h1
{
	margin: 50px auto -44px auto;
	/*border-bottom: 3px #11b9e0 solid;*/
	z-index: 22 !important;
}

section.distributors div.container-distributors
{
	width: 100%; 
	height: 75vh;
	border-bottom: 10px #11b9e0 solid;
	border-top: 10px #11b9e0 solid;
	z-index: 20 !important;
}

section.distributors div.container-distributors #myMap
{
	width: 100%; 
	height: 100%;
	
	/*filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
	filter: grayscale(100%);    
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
	-webkit-filter: grayscale(100%);*/
}

@media (orientation: portrait)
{
	/* Screen height > Screen width */
	
	section.distributors div.container-distributors
	{
		height: 50vh;
	}
}


/*-----------------------
| SECTION - FOOTER
+----------------------*/
footer.navigation
{
	/*width: 80%;*/
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	/*margin: 0 10%;*/
	
	/*background-image: url('../../images/web/gear-nutrition-background-carbon.jpg');*/
	background-position: 50% 100%;
	background-size: 100%;
	background:#1173B8;
}

footer.navigation div.container
{
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
	
	width: 100%;
	margin: 100px auto 0 auto;
}

footer.navigation div.container-logo
{
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	width: 100%;
	margin: 25px auto 25px auto; 
	
	color: #11b9e0;
	text-align: center;
}

footer.navigation div.container div.footer-block
{
	max-width: 256px;
	width: 33%;
}

footer.navigation div.container div.footer-block h1
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	/*-webkit-text-stroke: 0px whitesmoke;*/
	text-align: left;
	border-bottom: 3px #11b9e0 solid;
	margin-left:0;
	color:white;
}

footer.navigation div.container div.footer-block ul
{
	list-style-type: none;
	
	font-size: 14px;
	line-height: 18px;
	color: white;

}

footer.navigation div.container div.footer-block ul li i
{
	padding: 0 10px 0 0;
	color: #11b9e0;
}

footer.navigation div.container div.footer-block ul li a
{
	color: white;
}

footer.navigation div.container div.footer-block ul li a:hover
{
	color: white; text-decoration: none;
}

footer.navigation div.container div.footer-block form
{
	display: flex; 
	justify-content: space-between;
	margin-top: 10px; 
}

footer.navigation div.container div.footer-block input[type=email]
{
	width: 50%;
	padding: 5px;
	
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: white;
	
	outline: none;
	
	border: 0;
	border-bottom: 3px #11b9e0 solid;
	border-bottom-right-radius: 0;
	background: transparent;
}


footer.navigation div.container div.footer-block input[type=email]::placeholder
{
	
	color:#5b9cdf;
	
}

footer.navigation div.container div.footer-block input[type=submit],
footer.navigation div.container div.footer-block input[type=button]
{
	position: relative;	
	
	min-width: 120px;
	padding: 5px;
	
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	
	font-family: inherit;
	font-size: 14px;
	color: #11b9e0;
	
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 0;
	border: 3px #11b9e0 solid;
	
	-webkit-text-stroke: 1px #11b9e0;
	
	background-color:white;
    /*background: linear-gradient(0deg, rgba(249,249,249,1) 25%, rgba(207,207,207,1) 50%, rgba(247,247,247,1) 75%);*/
	
	cursor: pointer;
}

footer.navigation div.container div.footer-block input[type=submit]:hover,
footer.navigation div.container div.footer-block input[type=button]:hover
{
	color: #1972b9; -webkit-text-stroke: 1px #1972b9;
	background: none;
	background-color: white;
	border: 3px #1972b9 solid;
}

footer.navigation div.container div.footer-block .newsletter-li
{
	font-size: 14px; 
	line-height: 18px; 
	text-align: justify; 
	color: white;
	margin-bottom: 56px;
}


@media (orientation: portrait)
{
	/* Screen height > Screen width */
	
	.flex-mobile
	{
		flex-direction: column;
	}
	
	footer.navigation
	{
		/*
		background-position: 50% top;
		background-repeat: repeat-y;
		background-size: 200%;
		*/
	
		background-color: #1173B8;
	
	}
	
	footer.navigation div.container 
	{
		width: 80%;
		margin: 0 auto;
		
		flex-direction: column;
		gap: 20px;
	}
	
	footer.navigation div.container div.footer-block
	{
		width: 100%;
		max-width: 100%;
	}
	
	footer.navigation div.container div.footer-block h1
	{
		margin: 50px auto 10px auto;
		text-align: center;
		max-width: 297px;
		/*margin-left:20px;
		margin-right:20px;*/
	}
	
	footer.navigation div.container div.footer-block li
	{
		text-align: left;
		margin-left:20px;
	}
	
	footer.navigation div.container div.footer-block li i
	{
		/*display: none;*/
		
	}
	
	footer.navigation div.container-logo p img
	{
		margin-bottom: 25px;
	}
	
	footer.navigation div.container div.footer-block .newsletter-li,
	footer.navigation div.container div.footer-block .contact-li
	{
		margin-left:20px;
		margin-right:15px;
	}	
}

.mt_10px_portrait
{
	width: 100%; max-width: 100%;
}

.mt_50px_landscape
{
	margin-top: 50px !important;
}

@media (orientation: portrait)
{
	.mt_50px_landscape
	{
		margin-top: 25px !important;
	}
	
	.mt_25px_portrait
	{
		margin-top: 25px !important;
	}
	
	.mt_10px_portrait
	{
		margin-top: 10px !important;
		
		width: 100%; max-width: 297px;
	}
}


/*-----------------------
| CONTACT FORM
+----------------------*/
div.contact_form
{
	position: fixed; 
	z-index: 55; 
	
	top: calc(50% - 290px); 
	left: calc(50% - 435px); 
	
	display: flex; 
	flex-direction: column; 
	align-items: center;
	margin: 0 auto; 
	
	width: 100%; max-width: 870px; 
	height: 630px; 
	
	padding: 50px;
	
	background-color: white;
	/*background-image: url('../../images/web/gear-nutrition-background-carbon.jpg');*/
	background-position: center center;
	background-size: cover;
	
	border-bottom: 10px #11b9e0 solid;
	
	display: none;
}

div.contact_form form
{
	width: 500px; 
	margin: 50px auto 0 auto;
	
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	align-items: center; 
}

div.contact_form label
{
	width: 100%; 
	
	padding: 5px 0; 
	margin-top: 25px;
	margin-bottom: 0px;
	
	font-family: inherit; 
	font-size: 14px;
	line-height: 20px; 
	color: #1972b9; 
	
	text-align: left;
}

div.contact_form input[type=email], 
div.contact_form input[type=text],
div.contact_form textarea
{
	width: 500px; 
	
	padding: 5px 0; 
	
	font-family: inherit; 
	font-size: 14px;
	line-height: 20px; 
	color: #1972b9; 
	
	background: transparent; 
	
	border: 0; 
	border-bottom: 3px #11b9e0 solid;
	outline: none;
	
	resize: none;
}

div.contact_form input[type=submit],
div.contact_form input[type=button]
{
	position: relative;	
	
	padding: 5px;
	margin-top: 25px;
	
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	color: #11b9e0; -webkit-text-stroke: 0.5px #11b9e0;
	
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 0;
	border: 2px #11b9e0 solid;
	
	background-color: white;
    /*background: linear-gradient(0deg, rgba(249,249,249,1) 25%, rgba(207,207,207,1) 50%, rgba(247,247,247,1) 75%);*/
	
	cursor: pointer;
}

div.contact_form input[type=submit]:hover,
div.contact_form input[type=button]:hover
{
	color: #1972b9;
	-webkit-text-stroke: 0.5px  #1972b9;
	border: 2px #1972b9 solid;
	background: none;
	background-color: white;
}

@media (orientation: portrait)
{
	div.contact_form
	{
		width: calc(100% - 50px);
		
		padding: 25px;
		
		top: calc(50% - 290px); 
		right: 25px;
		left: 25px;
		
	}
	div.contact_form form
	{
		width: calc(100% - 50px); 
		margin: 75px auto 0 auto;
	}
	
	div.contact_form input[type=email], 
	div.contact_form input[type=text],
	div.contact_form textarea
	{
		width: 256px;
	}
}

.shadow_around
{
	/*
	-webkit-box-shadow: 2px 3px 50px white;
	-moz-box-shadow: 2px 2px 50px white;
	box-shadow: 2px 3px 50px white;
	*/
	
	-webkit-box-shadow: 0px 10px 40px #11b9e0;
	-moz-box-shadow: 0px 10px 40px #11b9e0;
	box-shadow: 0px 10px 40px #11b9e0;
}

div.modal
{
	position: fixed; 
	z-index: 53;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background: #000000a0;
	
	display: none;
}


/*-----------------------
| SCROLL TOP
+----------------------*/
#scrollTop
{
	display: none;
	
	position: fixed;
	z-index: 35;
	right: 30px;
	bottom: 40px;
	
	width: 52px;
	height: 52px;
	padding: 15px;
	
	font-size: 18px;
	line-height: 100%;
	color: #11b9e0;
	
	border: 2px #11b9e0 solid;
	border-radius: 99px;
	outline: none;
	
	background-color: white;
	
	cursor: pointer;
	
	transition: 0.5s;
}

#scrollTop:hover
{
	color: white;
	background-color: #11b9e0;
}

.mt25px
{
	margin-top: 25px;
}

.fa-sun:before
{
	content: "\f069";
}


.stroke-double {
  position: relative;
  background: transparent;
  z-index: 0;
  color:white !important;
  font-size: 40px;
  font-family: 'Kanit', sans-serif;
  /*margin: 20px 100px ;*/
  text-align:center;
  text-transform: uppercase;
}
/* add a single stroke */
.stroke-double:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.2em #1972b9; 
  
  /*left: 0;*/
  z-index: -1;
}

.stroke-double2 {
  position: relative;
  background: transparent;
  z-index: 0;
  color:white !important;
  font-size: 40px;
  font-family: 'Kanit', sans-serif;
  /*margin: 20px 100px ;*/
  text-align:center;
  text-transform: uppercase;
}
/* add a single stroke */
.stroke-double2:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.15em #1972b9; 
  
  z-index: -1;
  
}

hr
{
	height:7px;
	border-width:0;
	color:#11b9e0;
	background-color:#11b9e0; 
	width: 100%;
	max-width: calc(100% - 50px);
	margin: -95px 25px 50px 25px;
}

.font_size
{
	font-size: 70px;
}

@media (orientation: portrait)
{
	.font_size
	{
		font-size: 45px !important;
	}
	
  .stroke-double2 {
  position: relative;
  background: transparent;
  z-index: 0;
  color:white !important;
  font-size: 40px;
  font-family: 'Kanit', sans-serif;
  /*margin: 20px 100px ;*/
  text-align:center;
  text-transform: uppercase;
  line-height: 38px;
}
/* add a single stroke */
.stroke-double2:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.2em #1972b9; 
  
  left: 0;
  z-index: -1;
  line-height: 38px;
}

}

.list
{
	margin: 0px 50px 50px 50px; 
	line-height: 40px;
}


@media (orientation: landscape)
{
	@media screen and (max-width: 950px)
	{
		.list
		{
			margin: -30px 0px 50px 10px;
			line-height: 26px;
			scale: 0.9;
		}
		
		footer.navigation
		{
			padding: 0 10%;
		}
		
		div.contact_form
		{
			scale: 0.7;
		}
			
		section.product div.specs div.weight
		{
			width: 40%;
		}
		
		section.product div.specs div.servings
		{
			width: 40%;
		}
		
		.font_size 
		{
			font-size: 40px;
		}
		
	}
}


.leaflet-control-attribution svg.leaflet-attribution-flag 
{
	display: none !important;
}