html, body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
}

.os {
	visibility: hidden;
}


body	{
	font-size: 16px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbb050+0,fdc168+25,ffd07e+50,fdc168+75,fbb050+100 */
	background: #fbb050; /* Old browsers */
	background: -moz-linear-gradient(left, #fbb050 0%, #fdc168 25%, #ffd07e 50%, #fdc168 75%, #fbb050 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fbb050 0%,#fdc168 25%,#ffd07e 50%,#fdc168 75%,#fbb050 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fbb050 0%,#fdc168 25%,#ffd07e 50%,#fdc168 75%,#fbb050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb050', endColorstr='#fbb050',GradientType=1 ); /* IE6-9 */
	-webkit-font-smoothing: antialiased;
}

.body	{
	font-size: 16px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbb050+0,fdc168+25,ffd07e+50,fdc168+75,fbb050+100 */
	background: #fbb050; /* Old browsers */
	background: -moz-linear-gradient(left, #fbb050 0%, #fdc168 25%, #ffd07e 50%, #fdc168 75%, #fbb050 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fbb050 0%,#fdc168 25%,#ffd07e 50%,#fdc168 75%,#fbb050 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fbb050 0%,#fdc168 25%,#ffd07e 50%,#fdc168 75%,#fbb050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb050', endColorstr='#fbb050',GradientType=1 ); /* IE6-9 */
}
.background	{
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	
}
.bgr-animated	{
	/*-webkit-animation: fadeBgr 10s linear 1;
	animation: fadeBgr 10s linear 1;  */
	
	-webkit-animation-name: fadeBgr; 
    animation-name: fadeBgr; 
}
.background.off {
	animation-name: none;	
}
.temp2body	{
	font-size: 16px;
	/*animation-name: bodytransition;*/
    /*animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-direction: reverse;*/
    -webkit-animation: bodytransition 20s cubic-bezier(1,0,0,1) infinite;
	animation: bodytransition1 30s cubic-bezier(1,0,0,1) infinite;  
}


.base {
	opacity: 0;
	-webkit-transition: background-color 3000ms linear;
    -ms-transition: background-color 3000ms linear;
    transition: background-color 3000ms linear;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbb050+0,fdc168+25,ffd07e+50,fdc168+75,fbb050+100 */
	background: #fbb050; /* Old browsers */
	background: -moz-linear-gradient(left, #fbb050 0%, #fdc168 25%, #ffd07e 50%, #fdc168 75%, #fbb050 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fbb050 0%,#fdc168 25%,#ffd07e 50%,#fdc168 75%,#fbb050 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fbb050 0%,#fdc168 25%,#ffd07e 50%,#fdc168 75%,#fbb050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb050', endColorstr='#fbb050',GradientType=1 ); /* IE6-9 */
}
.orange {
	opacity: 0;
	-webkit-transition: background-color 3000ms linear;
    -ms-transition: background-color 3000ms linear;
    transition: background-color 3000ms linear;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efb840+0,f6c661+25,fbd37b+50,f6c661+75,efb840+100 */
	background: #efb840; /* Old browsers */
	background: -moz-linear-gradient(left, #efb840 0%, #f6c661 25%, #fbd37b 50%, #f6c661 75%, #efb840 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #efb840 0%,#f6c661 25%,#fbd37b 50%,#f6c661 75%,#efb840 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #efb840 0%,#f6c661 25%,#fbd37b 50%,#f6c661 75%,#efb840 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb840', endColorstr='#efb840',GradientType=1 ); /* IE6-9 */
}
.green {
	opacity: 0;
	-webkit-transition: background-color 3000ms linear;
    -ms-transition: background-color 3000ms linear;
    transition: background-color 3000ms linear;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d273+0,cae984+25,d8f48d+50,cae984+75,b0d273+100 */
background: #b0d273; /* Old browsers */
background: -moz-linear-gradient(left, #b0d273 0%, #cae984 25%, #d8f48d 50%, #cae984 75%, #b0d273 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #b0d273 0%,#cae984 25%,#d8f48d 50%,#cae984 75%,#b0d273 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #b0d273 0%,#cae984 25%,#d8f48d 50%,#cae984 75%,#b0d273 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d273', endColorstr='#b0d273',GradientType=1 ); /* IE6-9 */
}
.darkgreen {
	-webkit-transition: background-color 3000ms linear;
    -ms-transition: background-color 3000ms linear;
    transition: background-color 3000ms linear;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71d6c4+0,8de8d4+25,9bf2dc+50,8de8d4+75,71d6c4+100 */
background: #71d6c4; /* Old browsers */
background: -moz-linear-gradient(left, #71d6c4 0%, #8de8d4 25%, #9bf2dc 50%, #8de8d4 75%, #71d6c4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #71d6c4 0%,#8de8d4 25%,#9bf2dc 50%,#8de8d4 75%,#71d6c4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #71d6c4 0%,#8de8d4 25%,#9bf2dc 50%,#8de8d4 75%,#71d6c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d6c4', endColorstr='#71d6c4',GradientType=1 ); /* IE6-9 */
}
.blue {
	-webkit-transition: background-color 3000ms linear;
    -ms-transition: background-color 3000ms linear;
    transition: background-color 3000ms linear;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bd3e6+0,74e1f2+25,87ebfb+50,74e1f2+75,5bd3e6+100 */
background: #5bd3e6; /* Old browsers */
background: -moz-linear-gradient(left, #5bd3e6 0%, #74e1f2 25%, #87ebfb 50%, #74e1f2 75%, #5bd3e6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #5bd3e6 0%,#74e1f2 25%,#87ebfb 50%,#74e1f2 75%,#5bd3e6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #5bd3e6 0%,#74e1f2 25%,#87ebfb 50%,#74e1f2 75%,#5bd3e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd3e6', endColorstr='#5bd3e6',GradientType=1 ); /* IE6-9 */
}

@keyframes fadeBgr	{
	0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
    } 
}

@keyframes bodytransition {
    0%   {
    		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbb050+0,fdc168+25,ffd07e+50,fdc168+75,fbb050+100 */
			background: #fbb050; /* Old browsers */
			background: -moz-linear-gradient(left, #fbb050 0%, #fdc168 25%, #ffd07e 50%, #fdc168 75%, #fbb050 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #fbb050 0%,#fdc168 25%,#ffd07e 50%,#fdc168 75%,#fbb050 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #fbb050 0%,#fdc168 25%,#ffd07e 50%,#fdc168 75%,#fbb050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb050', endColorstr='#fbb050',GradientType=1 ); /* IE6-9 */
    }
    25%  {	
    		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efb840+0,f6c661+25,fbd37b+50,f6c661+75,efb840+100 */
			background: #efb840; /* Old browsers */
			background: -moz-linear-gradient(top, #efb840 0%, #f6c661 25%, #fbd37b 50%, #f6c661 75%, #efb840 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #efb840 0%,#f6c661 25%,#fbd37b 50%,#f6c661 75%,#efb840 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #efb840 0%,#f6c661 25%,#fbd37b 50%,#f6c661 75%,#efb840 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb840', endColorstr='#efb840',GradientType=0 ); /* IE6-9 */
    }
    50%  {
    		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d273+0,cae984+25,d8f48d+50,cae984+75,b0d273+100 */
			background: #b0d273; /* Old browsers */
			background: -moz-linear-gradient(top, #b0d273 0%, #cae984 25%, #d8f48d 50%, #cae984 75%, #b0d273 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #b0d273 0%,#cae984 25%,#d8f48d 50%,#cae984 75%,#b0d273 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #b0d273 0%,#cae984 25%,#d8f48d 50%,#cae984 75%,#b0d273 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d273', endColorstr='#b0d273',GradientType=0 ); /* IE6-9 */
    }
    75% {
	    	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71d6c4+0,8de8d4+25,9bf2dc+50,8de8d4+75,71d6c4+100 */
			background: #71d6c4; /* Old browsers */
			background: -moz-linear-gradient(top, #71d6c4 0%, #8de8d4 25%, #9bf2dc 50%, #8de8d4 75%, #71d6c4 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #71d6c4 0%,#8de8d4 25%,#9bf2dc 50%,#8de8d4 75%,#71d6c4 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #71d6c4 0%,#8de8d4 25%,#9bf2dc 50%,#8de8d4 75%,#71d6c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d6c4', endColorstr='#71d6c4',GradientType=0 ); /* IE6-9 */
    }
    100% {
	    	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bd3e6+0,74e1f2+25,87ebfb+50,74e1f2+75,5bd3e6+100 */
			background: #5bd3e6; /* Old browsers */
			background: -moz-linear-gradient(top, #5bd3e6 0%, #74e1f2 25%, #87ebfb 50%, #74e1f2 75%, #5bd3e6 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #5bd3e6 0%,#74e1f2 25%,#87ebfb 50%,#74e1f2 75%,#5bd3e6 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #5bd3e6 0%,#74e1f2 25%,#87ebfb 50%,#74e1f2 75%,#5bd3e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd3e6', endColorstr='#5bd3e6',GradientType=0 ); /* IE6-9 */
    }
}
@keyframes bodytransition1 {
    0%   {
    		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbb050+0,fdc168+25,ffd07e+50,fdc168+75,fbb050+100 */
			background: #fbb050; /* Old browsers */
			
    }
    25%  {	
    		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efb840+0,f6c661+25,fbd37b+50,f6c661+75,efb840+100 */
			background: #efb840; /* Old browsers */
			
    }
    50%  {
    		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d273+0,cae984+25,d8f48d+50,cae984+75,b0d273+100 */
			background: #b0d273; /* Old browsers */
			
    }
    75% {
	    	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71d6c4+0,8de8d4+25,9bf2dc+50,8de8d4+75,71d6c4+100 */
			background: #71d6c4; /* Old browsers */
			
    }
    100% {
	    	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bd3e6+0,74e1f2+25,87ebfb+50,74e1f2+75,5bd3e6+100 */
			background: #5bd3e6; /* Old browsers */
			
    }
}

.fill { 
    min-height: 100%;
    height: 100%;
}
.posrel			{
	position: relative;
}

.vertical-center-container{
    text-align: center;
	white-space: nowrap;
	width: 100%;
	height: 100%;
}
.vertical-center-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.vertical-center{
    display: inline-block;
	vertical-align: middle;
	width: 100%;
	white-space: normal;
}

/* OVERALL ELEMENTS */
.menu-icon	{
	position: fixed;
	width: 30px;
	height: 30px;
	right: 42px;
	top: 40px;
	cursor: pointer;
	background-image: url(../images/icon-menu.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}
.social-pane	{
	position: fixed;
	width: 24px;
	height: 100px;
	right: 45px;
	top: 50%;
	margin-top: -50px;
	z-index: 10;
}
.social-pane > a	{
	display: block;
	width: 100%;
	height: 22px;
	margin: 15px 0;
}
.social-pane > a:first-child	{
	background-image: url(../images/sm-icons/SM-Icons_Facebook.svg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.social-pane > a:nth-of-type(2)	{
	background-image: url(../images/sm-icons/SM-Icons_Twitter.svg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.social-pane > a:nth-of-type(3)	{
	background-image: url(../images/sm-icons/SM-Icons_Youtube.svg);
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.social-pane > a:last-child	{
	background-image: url(../images/sm-icons/SM-Icons_LinkedIn.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
.navigation-dots	{
	position: fixed;
	width: 40px;
	height: 260px;
	left: 50px;
	top: 50%;
	margin-top: -130px;
	z-index: 10;
}
.navigation-dots div {
	width: 14px;
	height: 14px;
	margin: 21px 12px;
	border-radius: 16px;
	border: 3px solid #92571b;
	background-color: transparent;
	cursor: pointer;
}
.navigation-dots div.active,
.navigation-dots div:hover {
	background-color: #92571b;
}
.navigation-dots div:first-of-type{
	margin-top: 0px;
}
.navigation-dots div:last-of-type{
	margin-bottom: 0px;
}

.container.wide	{
	width: 1320px;
}
.container.wide.two	{
	width: 1020px;
}

/* INIT */
.first-section {
	visibility: hidden; 
}
.red-part, .middle-part	{
	/*display: none;*/
}


/* FIRST SECTION */
.first-section	{
	position: relative;
	background-image: url(../images/bg-image.png);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.first-section .title	{
	width: 650px;
	margin: 0 auto;
}
.first-section .title div	{
	width:33.33%;
	float: left;
}
.first-section .title:after	{
	content: '';
	display: block;
	clear: both;
}
.first-section .big-title .red-part	{
	font-family: 'Just Another Hand', cursive;
	font-size: 8em;
	line-height: 8rem;
	color: #f34646;
	text-align: center;
	width: 20%;
}
.first-section .big-title .middle-part	{
	width: 8%;
	font-family: 'Rubik', sans-serif;
	font-size: 1.653em;
	font-weight: 500;
	line-height: 7rem;
	color: #92571b;
	letter-spacing: 0.5px;
}
.first-section .big-title .middle-part .top, 
.first-section .big-title .middle-part .bottom	{
	width: 55%;
    margin: 0 10%;
    height: 3px;
    background-color: #92571b;
    top: 28%;
    position: absolute;
}
.first-section .big-title .middle-part .bottom	{
	top: auto;
	bottom: 28%;
}
.first-section .sub-title {
	font-family: 'Rubik', sans-serif;
	font-size: 1.275em;
	color: #92571b;
	letter-spacing: 3px;
	font-weight: 500;
}
.first-section .center-excerpt	{
	font-family: 'Rubik', sans-serif;
	font-size: 1.075em;
	color: #92571b;
}
.first-section .scroller	{
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	font-family: 'Rubik', sans-serif;
	font-size: 0.813em;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #92571b;
	cursor: pointer;
}
.first-section .scroller:after	{
	content: '';
	position: absolute;
	top: 20px;
    left: 50%;
    margin-left: -11px;
	width: 22px;
	height: 9px;
	background-image: url(../images/scroll-down-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    
}
.first-section .scroller.mover:after	{
	top: 25px;
	-webkit-animation-duration: 0.3s; 
    animation-duration: 0.3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-name: nmover;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes nmover {
    from {top: 20px}
    to {top: 23px}
}

/* Standard syntax */
@keyframes nmover {
    from {top: 20px}
    to {top: 23px}
}


.menu-section	{
	position: relative;
}
.menu-section:after	{
	content: '';
	clear: both;
	display: table;
}
.menu-section .floating-selector	{
	
	display: none; /*TEMPORARY HIDE*/
	position: absolute;
	top: 80px;
    left: 200px;
	width: 475px;
	height: 383px;
	background-image: url(../images/hover.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
}

.menu-section .title {
	margin-top: 50px;
	font-family: 'Just Another Hand', cursive;
	font-size: 2.4em;
	line-height: 2.4rem;
	color: #f34646;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 45px;
}


.menu-section .subtitle, 
.menu-section .content {
	text-align: left;
	font-family: 'Rubik', sans-serif;
	/*font-size: 1.000rem*/;
	font-size: 0.950em;
	font-weight: 300;
	padding: 10px 145px 0 0;
	padding: 15px 0 5px 0;
    width: 69%;
	color: #92571b;
}
.menu-section .subtitle {
	font-weight: 500;
	text-transform: uppercase;
	/*font-size: 1.125rem;*/
	font-size: 1.050em;
	box-sizing: border-box;
	padding: 15px 155px 5px 0;
	padding: 15px 0 5px 0;
}
.menu-section .content {
	margin-bottom: 30px;
}

.menu-section .item	{
/*	margin-bottom: 50px;*/
}
.menu-section .item.align-center	{
	margin-left: 20%;
}
.menu-section .item.centered img, 
.menu-section .item.centered .subtitle, 
.menu-section .item.centered .content	{
	margin-left: 15%;
}

.menu-section .item.right img, 
.menu-section .item.right .subtitle, 
.menu-section .item.right .content	{
	margin-left: 30%;
}
.menu-section .item a	{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.left-section,
.right-section	{
	position: relative;
}

.float-icon	{
	position: absolute;
	width: 50%;
	height: 85%;
	background-color: rgba(146, 87, 27, 0.1);
	top: -70px;
	left: -13%;
}
.right-section .float-icon	{
	left: auto;
	right: -3.5%;
}
.float-icon.eat-well	{
	/*-webkit-mask: url(../images/eat-live-well.svg) no-repeat 50% 50%;
    mask: url(../images/eat-live-well.svg) no-repeat 50% 50%;*/
 	background: url(../images/eat-live-well-t.svg) no-repeat 50% 50%;
}
.float-icon.eat-well img path	{
	fill: rgba(146, 87, 27, 0.1);
}
.float-icon.small-scale-big-impact	{
	/*-webkit-mask: url(../images/small-scale-big-impact.svg) no-repeat 50% 50%;
    mask: url(../images/small-scale-big-impact.svg) no-repeat 50% 50%;*/
    background: url(../images/small-scale-big-impact-t.svg) no-repeat 50% 50%;
}
.float-icon.ingredients-for-a-circular-economy	{
	/*-webkit-mask: url(../images/ingredients-for-a-circular-economy.svg) no-repeat 50% 50%;
    mask: url(../images/ingredients-for-a-circular-economy.svg) no-repeat 50% 50%;*/
    background: url(../images/ingredients-for-a-circular-economy-t.svg) no-repeat 50% 50%;
}
.float-icon.reference-intake	{
	/*-webkit-mask: url(../images/reference-intake.svg) no-repeat 50% 50%;
    mask: url(../images/reference-intake.svg) no-repeat 50% 50%;*/
    background: url(../images/reference-intake-t.svg) no-repeat 50% 50%;
}
.float-icon.food-waste	{
	/*-webkit-mask: url(../images/food-waste.svg) no-repeat 50% 50%;
    mask: url(../images/food-waste.svg) no-repeat 50% 50%;*/
    background: url(../images/food-waste-t.svg) no-repeat 50% 50%;
}
.float-icon.sustainability	{
	/*-webkit-mask: url(../images/sustainability.svg) no-repeat 50% 50%;
    mask: url(../images/sustainability.svg) no-repeat 50% 50%;*/
    background: url(../images/sustainability-t.svg) no-repeat 50% 50%;
}
   


.left-section .row,
.right-section .row	{
	height: 660px;
}
.left-section .wrapper,
.right-section .wrapper	{
	height: 100%;
}
.left-section .container,
.right-section .container {
	margin-top: 50px;
	margin-bottom: 50px;
}
.content-container	{
	text-align: left;
	width: 80%;
}
.right-section .content-container	{
	margin-left: 20%;
}
.content-container .small-cmp-title	{
	font-family: 'Rubik', sans-serif;
	font-size: 0.938rem;
	font-weight: 500;
	color: #92571b;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content-container .title	{
	width: 90%;
	font-family: 'Just Another Hand', cursive;
	font-size: 2.871rem;
	line-height: 2.88rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 25px 0;
}
.content-container .content	{
	width: 100%;
	font-family: 'Rubik', sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
	color: #92571b;
	margin-bottom: 25px;
}
.content-container	a {
	font-family: 'Rubik', sans-serif;
	position: relative;
	display: inline-block;
	font-size: 1.000rem;
	color: #f34646;
	padding-left: 45px;
}
.content-container	a:before {
	content: url(../images/link-arrow.png);
    position: absolute;
    top: 3px;
    left: 0;
}
.content-container	a:hover:before	{
	-webkit-animation-duration: 0.25s; 
    animation-duration: 0.25s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-name: dmover;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes dmover {
    from {left: 0px}
    to {top: 5px}
}

/* Standard syntax */
@keyframes dmover {
    from {left: 0px}
    to {left: 5px}
}


.mini-slider	{
	position: relative;
	margin-left: 100px;
	width: 625px;
	height: 100%;
	overflow: hidden;
}
.right-section .mini-slider	{
	margin-left: 0px;
	margin-right: 100px;
}
.mini-slider .slides-wrapper	{
	
	width: 10000px;
	height: 100%;
}
.mini-slider .slides	{
	position: absolute;
	width: 625px;
	height: 100%; 
	float: left;
}
.mini-slider .slide-img	{
	position: absolute;
    top: 0px;
    right: 20px;
    width: 320px;
    height: 320px;
    border-radius: 360px;
    background-image: url(images/slider_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*-webkit-box-shadow: 10px 10px 65px 20px rgba(113,100,88,0.2);
	-moz-box-shadow: 10px 10px 65px 20px rgba(113,100,88,0.2);
	box-shadow: 10px 10px 65px 20px rgba(113,100,88,0.2);*/
}
.right-section .mini-slider .slide-img	{
	right: auto;
	left: 66px;;
	left: 10px;;
}
.mini-slider .slide-textbox	{
	position: absolute;
    top: 126px;
    right: 107px;
    width: 450px;
    height: 450px;
    border-radius: 360px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 65px 20px rgba(113,100,88,0.2);
	-moz-box-shadow: 10px 10px 65px 20px rgba(113,100,88,0.2);
	box-shadow: 10px 10px 65px 20px rgba(113,100,88,0.2);
}
.right-section .mini-slider .slide-textbox	{
	right: 82px;
}
.mini-slider .slide	{
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.mini-slider .slides .slide-textbox > .content	{
	height: 100%;
}
.mini-slider .slides .slide > .content	{
	position: absolute;
	width: 300px;
	height: 226px;
	left: 50%;
	margin-left: -170px;
    top: 240px;
}
.mini-slider .slides .slide .content .title	{
	font-family: 'Rubik', sans-serif;
	font-size: 1.563rem;
	font-weight: 500;
	color: #f34646;
	margin-bottom: 20px;
}
.mini-slider .slides .slide .content .content	{
	font-family: 'Rubik', sans-serif;
	font-size: 1.000rem;
	font-weight: 400;
	color: #f34646;
	line-height: 1.2;
	margin: 0 0 6px;
}
.mini-slider .slides .slide .learn-more	{
	position: absolute;
	width: 139px;
	height: 139px;
	border-radius: 100px;
	background-color: #f34646;
	color: #fff;
	right: 70px;
    bottom: 70px;
    
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);
}
.mini-slider .slides .slide .learn-more:hover {
	z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
	
}
.mini-slider .slides .slide .circle {
	position: absolute;
	width: 80%;
	height: 80%;
	margin-top: 10%;
	margin-left:10%;
	border-radius: 100px;
	background-color: #f34646;
}
.mini-slider .slides .slide .circle:hover {
	animation-name: hoverBig;
	animation-duration: 0.3s;
}
.left-section .mini-slider .slides .slide .learn-more	{
	right: 100px;
}
.mini-slider .slides .slide .learn-more	.content {
	width: 55px;
	margin-top: 50px;
	margin-left: 40px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.mini-slider .slides .slide .learn-more	.content:after {
	content: url(../images/learn-more-arrow.png);
    display: block;
    padding-top: 2px;
}

.mini-slider .arrows {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
}
.mini-slider .arrows .nav-left, 
.mini-slider .arrows .nav-right	{
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../images/nav-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.mini-slider .arrows .nav-right	{
	float: right;
	background-image: url(../images/nav-arrow.png);
	transform: rotate(180deg);
	background-position: left center;
}

.mini-slider .dashes-wrapper	{
	position: absolute;
	width: 100%;
	bottom: 5px;
	z-index: 1;
}
.mini-slider .dashes	{
	width: 191px;
	margin:0 auto;
}
.mini-slider .dashes .dash	{
	float: left;
	width: 45px;
	height: 3px;
	padding: 15px 0;
	margin: 1px 14px;
	cursor: pointer;
}
.mini-slider .dashes .dash span	{
	display:block;
	width: 100%;
	height: 3px;
	background-color: #f99f65;
}
.mini-slider .dashes .dash.active 	{
	margin: 0px 14px;
}
.mini-slider .dashes .dash.active span	{
	height: 5px;
	background-color: #f34646;
	border-radius: 2px;
	cursor: arrow;
}
.mini-slider .dashes .dash:first-of-type	{
	margin-left: 0px;
}
.mini-slider .dashes .dash:last-of-type	{
	margin-right: 0px;
}


/* FOOTER SECTION */
.footer-section	{
	font-weight: 300;
	color: #000;
	padding: 70px 0 40px 0;
}

.footer-section .copyright	{
	width: 400px;
    margin: 45px auto 0 auto;
	padding: 13px 0;
	font-family: 'Rubik', sans-serif;
	font-size: 0.813em;
	font-weight: 500;
	color: #92571b;
	text-transform: uppercase;
}	
.footer-section .copyright a	{
	color: #92571b;
	margin: 0 20px;
	font-weight: 400;
	text-decoration: none;
}
.footer-section .ta-right	{
	text-align: right;
	padding-right: 50px;
	box-sizing: border-box;
}


.footer-mobile	{
	display: none;
	margin-top: 30px;
}
.social-pane-f	{
	width: 186px;
	height: 22px;
	margin: 0 auto;
}
.social-pane-f > a	{
	display: block;
	float: left;
	width: 24px;
	height: 22px;
	margin: 0 15px;
}
.social-pane-f > a:first-child	{
	background-image: url(../images/sm-icons/SM-Icons_Facebook.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0px;
}
.social-pane-f > a:nth-of-type(2)	{
	background-image: url(../images/sm-icons/SM-Icons_Twitter.svg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 2px;
}
.social-pane-f > a:nth-of-type(3)	{
	background-image: url(../images/sm-icons/SM-Icons_Youtube.svg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 2px;
}
.social-pane-f > a:last-child	{
	background-image: url(../images/sm-icons/SM-Icons_LinkedIn.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0px;
}

.links-wrapper	{
	width: 175px;
    margin: 0 auto;
}
.links-wrapper {
	margin-top: 20px;
}
.links-wrapper a:first-child{
	margin-right: 30px;
}
.links-wrapper a {
	font-family: 'Rubik', sans-serif;
    font-size: 0.813em;
    font-weight: 400;
    color: #92571b;
    text-transform: uppercase;
}
.footer-mobile .copyright {
	text-align: center;
    margin: 25px auto 0 auto;
	padding: 13px 0;
	font-family: 'Rubik', sans-serif;
	font-size: 0.813em;
	font-weight: 500;
	color: #92571b;
	text-transform: uppercase;
}
.footer-mobile .logo	{
	text-align: center;
	margin: 40px auto 93px auto;
	margin: 40px auto 0px auto;
}








.














.short		{
	-webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
body	{
    overflow-x: hidden !important;
}

.fadeInDown	{
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}






/*custom width for background image*/
.section .float-icon.small-scale-big-impact	{
	width: 55%;
}
.section .float-icon.ingredients-for-a-circular-economy	{
	width: 46%;
}
.section .float-icon.reference-intake	{
	width: 34%;
}