html {
	overflow-x:hidden;
}
body {
	background-color: #f1f5ed;;
  font-family: 'nunito_sanslight';
  line-height: 1.25;
  overflow-x:hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'nunito_sanssemibold';
	line-height:1.1em;
}
ul {
	padding-left:20px;
}
input[type=text],
input[type=email],
input[type=phone],
textarea {
	width:100%;
	border:1px solid #656565;
	font-size:18px;
	padding:10px 14px;
	margin-top:15px;
	transition:border-color .5s;
}
form label {
	display:none;
	width:100%;
	padding:4px 18px;
	background-color:firebrick;
	color:white;
}
.pt-60 {
	padding-top:60px;
}
#contact_message > div > a{
	color:white !important;
	text-decoration: underline;
}
#contact_message > div {
	display:block;
	width:100%;
	padding:4px 18px;
	color:white;
	margin: 5px 0;
}
#contact_message > div.contact_success {
	background-color:#73a94a;
}
#contact_message > div.contact_error {
	background-color:firebrick;
}
form label.error {
	display:block;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
textarea:focus {
	border-color:#c21c48;
	outline:none;
}
textarea {
	min-height:150px;
}
.rcContainer {
	width:300px;
}
.text-pre-wrap {
	white-space:pre-wrap;
}
.text-pre-wrap > ul {
	white-space:normal;
	margin-bottom:0;
}
.gray-bg,
.carousel-item.gray-bg {
	background: #f4f4f4;
	background: -moz-radial-gradient(center, ellipse cover, #f4f4f4 0%, #f4f4f4 30%, #dcdcdc 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f4f4f4), color-stop(30%, #f4f4f4), color-stop(100%, #dcdcdc));
	background: -webkit-radial-gradient(center, ellipse cover, #f4f4f4 0%, #f4f4f4 30%, #dcdcdc 100%);
	background: -o-radial-gradient(center, ellipse cover, #f4f4f4 0%, #f4f4f4 30%, #dcdcdc 100%);
	background: -ms-radial-gradient(center, ellipse cover, #f4f4f4 0%, #f4f4f4 30%, #dcdcdc 100%);
	background: radial-gradient(ellipse at center, #f4f4f4 0%, #f4f4f4 30%, #dcdcdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc', GradientType=1 );
}
.accent-bg{
	background: #c21c48;
	background: -moz-radial-gradient(center, ellipse cover, #c21c48 0%, #c21c48 30%, #db4069 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c21c48), color-stop(30%, #c21c48), color-stop(100%, #db4069));
	background: -webkit-radial-gradient(center, ellipse cover, #c21c48 0%, #c21c48 30%, #db4069 100%);
	background: -o-radial-gradient(center, ellipse cover, #c21c48 0%, #c21c48 30%, #db4069 100%);
	background: -ms-radial-gradient(center, ellipse cover, #c21c48 0%, #c21c48 30%, #db4069 100%);
	background: radial-gradient(ellipse at center, #c21c48 0%, #c21c48 30%, #db4069 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21c48', endColorstr='#db4069', GradientType=1 );
}
.accent-bg-dark{
	background: #212121;
}
.gray-bg.transparent {
	/* same color as section */
	background:transparent;
}
.bowl-bg {
	background-image:url('../img/transparent-bowl-header-1.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.btn {
	display: inline-block;
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 11px 30px 9px 30px;
    font-size: 18px;
	font-family: 'nunito_sansextralight';
	text-transform:uppercase;
    line-height: normal;
    border-radius: 0;
	margin-bottom:10px;
    transition: all .2s;
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover {
	background-color:#c21c48;
}

.btn.btn-primary {
	background-color:#111111;
}

.btn.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color:#c21c48;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(255, 38, 68, 0.5);*/
	box-shadow: none;
}
.btn.btn-secondary {
	background-color:#111111;
}

.btn-secondary:not(:disabled):not(.disabled):active {
	background-color:#c21c48;
}
/* BUTTON CLASS SPACING WHEN NOT ON AN IPHONE */
@media (min-width:451px){
	div > .btn:not(:last-of-type){
		margin-right:15px;
	}
}
@media (max-width:450px){
	div > .btn:not(:last-of-type){
		margin-right:0;
	}
}
/* END -- BUTTON CLASS SPACING WHEN NOT ON AN IPHONE */
.portfolio-item {
  margin-bottom: 30px;
}
/*NAVBAR STARTS HERE*/
.navbar {
	background:#f9f9f9;
}
@media (min-width: 992px) {
	body {
		padding-top:100px;
	}
	.navbar {
		height:100px;
		padding-top:0;
		padding-bottom:0;
	}
	.navbar > .container  {
		height:100px;
	}
	.navbar-expand-lg .navbar-nav .nav-link  {
		padding:0 2rem;
		line-height:2rem;
		/* this line height is necessary if they want a filled in BG color */
		/* line-height:100px; */
	}
	.navbar-expand-lg .navbar-nav .nav-link:after {
		display: block;
		margin: 0 auto;
		content: " ";
		width: 0;
		height: 3px;
		background-color: #c21c48;
		transition: all .25s;
	}
	.navbar-expand-lg .navbar-nav .nav-link:hover:after {
		width:100%;
	}
}
@media (max-width: 991px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		text-align:center;
		border-top:1px solid #efefef;
	}
	.navbar {
		padding-left:0;
		padding-right:0;
	}
	.navbar-brand {
		padding-left:1rem;
	}
	.navbar-nav {
		background-color:#fcfcfc;
	}
	
	  .navbar-nav.social{
		border-top:1px solid #efefef;
		border-bottom:1px solid #efefef;
		flex-direction: row;
		justify-content: center;
		align-content: center;
	}
	.footer-navbar > .navbar-nav.social,
	.footer-navbar > .navbar-nav {
		border: 0;
		background:transparent;
	}
	 .navbar-nav.social > li.nav-item {
		display:inline-block;
	}
	nav > .container {
		max-width:100%;
	}
}
@media (min-width:768px) and (max-width:991px){
	body {
		padding-top:110px;
	}
}
@media (max-width: 767px){
	body {
		padding-top:85px;
	}
}
.navbar-brand > img {
	margin-left:-10px;
}
.navbar-brand > .tagline {
	font-family: 'nunito_sanssemibold';
	color:#222;
	text-align:center;
	padding-top:4px;
}
@media (min-width:768px){
	.navbar-brand > img {
		height: 60px;
	}
	.navbar-brand > .tagline {
		font-size:16px;
	}
}
@media (max-width:767px){
	.navbar-brand > img {
		height: 42px;
	}
	.navbar-brand > .tagline {
		font-size:11px;
	}
}
.navbar-expand-lg .navbar-nav .nav-link,
.footer-navbar .navbar-nav:not(.social)  .nav-link {
	font-size:16px;
	color:#222;
	text-transform:uppercase;
	font-family: 'nunito_sanslight';
	background-color:transparent;
	transition:all .3s;
}
.footer-navbar .navbar-nav:not(.social) .nav-link {
	padding: 0 1.5rem;
}
.footer-navbar .navbar-nav:not(.social) .nav-link:hover {
	padding: 0 1.5rem;
	color:#c21c48;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color:#c21c48;
	/* background-color: #e6e3e3; */
}

.navbar-nav.social > li > a {
	font-size:25px;
	margin:6px;
	color:#222;
	transition:all .3s;
	display:flex;
	text-decoration:none;
}
.navbar-nav.social > li > a:hover {
	color:#c21c48;
	text-decoration: none;
}
.navbar-toggler,
.navbar-toggler:focus {
	-webkit-appearance: none !important;
	outline: none !important;
}
.navbar-toggler-icon {
	font-size:30px;
	display:flex;
    justify-content: flex-end;
    align-items: center;
}
@media (min-width: 992px) and (max-width:1199px){
	.nav-item.hidden-on-tablet {
		display: none;
	}
}
/* NAVBAR ENDS HERE */

/* CAROUSEL ITEM STARTS HERE */
@media (min-width:992px){
	header .carousel-inner {
		overflow:visible;
	}
	header .carousel-item {
	  height: calc(93vh - 100px);
	}
	#section-whatsNew .carousel-item {
	  height: calc(90vh - 100px);
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
	header .carousel-item {
	  height: calc(100vh - 130px);
	}
}
@media only screen 
  and (min-width: 350px) 
  and (max-width: 812px) 
  and (orientation: landscape) { 
	header .carousel-item img,
	.hide-iphone-x-landscape {
	  display:none;
	}
	header .carousel-item {
	  height: calc(100vh - 250px) !important;
	}
}
@media (max-width:991px){	
	.carousel-inner {
		overflow:hidden;
	}
	header .carousel-item {
		height: calc(100vh - 110px);
		padding:30px 0;
	}
}
@media (max-device-width:991px) and (min-device-width:768px) and (orientation: portrait){
	header .carousel-item {
		height:auto;
		min-height: calc(100vh - 350px);
		padding:30px 0;
	}
}
@media (min-width:450px) and (max-width:991px){
	section .carousel-item {
		height: 460px;
		padding:30px 0;
	}
}
@media (max-width:449px){
	section .carousel-item {
		height: 380px;
		padding:0 0 30px 0;
	}
}
@media (max-width:575px) {
	.hard-limit-image {
		max-height:370px !important;
	}
}
.carousel-item {
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item > .container,
.carousel-item > .container > .row {
	height:100%;
}
.carousel-item h1,
section h1,
section h3,
header h1  {
	font-family: 'nunito_sanssemibold';
	margin-bottom: 1.5rem;
}

section p,
header p {
	font-family: 'nunito_sansextralight';
	margin-bottom:2.5rem;
}
@media (min-width:768px){
	.carousel-item p {
		margin-bottom:2.5rem;
		font-family: 'nunito_sansextralight';
	}
}
@media (max-width: 767px){
	.carousel-item p {
		margin-bottom:1rem;
		font-family: 'nunito_sansextralight';
	}
}
@media (max-height:700px){
	header .overflow-image-col > img {
		height:100vh;
		left:1vw;
	}
}
@media (min-width: 992px) {
	.carousel-item h1,
	section h1,
	section h3,
	header h1	{
		font-size: 72px;
	}
	.carousel-item p,
	section p,
	header p	{
		font-size:26px;
	}
	section .dense-text p,
	header .dense-text p {
		font-size:23px;
		margin-bottom:1.5rem;
	}
	section .denser-text p {
		font-size:20px;
		margin-bottom:1.0rem;
	}
	section .denser-text-alt p {
		font-size:21px;
		margin-bottom:1.0rem;
	}
	section .dense-text h4 {
		font-size:18px;
	}
	.overflow-image-col {
		height:100%;
	}
	.overflow-image-col > img {
		position:absolute;
		top:-70px;
		left:-130px;
		opacity: 1;
		transition:opacity 0.3s;
	}
	.recipesSection .overflow-image-col > img {
		    position: absolute;
			top: -246px;
			left:60px;
			opacity: 1;
			transition: opacity 0.3s;
			width: 800px;
			transform:rotate(-110deg);
	}
	.carousel-item:not(.active) .overflow-image-col > img,
	.carousel-item-left.active .overflow-image-col > img{
		opacity:0;
	}
}
@media (max-width: 991px) {
	.recipesSection {
		overflow:hidden;
	}
	.carousel-item p,
	section p  {
		font-size:18px;
		font-family:"nunito_sansregular";
	}
	.overflow-row {
		position:relative;
	}
	.overflow-image-col {
		position:absolute;
		top:0;
		right:0;
		z-index:0;
	}
	.overflow-image-col > img {
		opacity:0.2;
		position: absolute;
		right:0;
	}
	.overflow-content-column{
		position:absolute;
		z-index:1;
	}
	.overflow-content-column-relative{
		position:relative;
		z-index:1;
	}
	.carousel-item > .container.mobile-full-width-container {
		max-width:100%;
	}
}
@media (min-width: 992px) and (orientation: landscape) {
	.carousel-item h1,
	section h1,
	section h3,
	header h1	{
		font-size: 66px;
	}
}
@media (min-width:768px) and (max-width 991px){
	.carousel-item h1,
	section h1, 
	section h3,
	header h1
	{
		font-size: 48px;
	}
}
@media (max-width: 767px){
	.carousel-item h1,
	section h1, 
	section h3,
	header h1
	{
		font-size: 30px;
	}
}
/* iPhone SE Only rules lol */
@media only screen 
   and (min-device-width: 320px) 
  and (max-device-width: 330px)
  and (min-device-height: 568px)
  and (max-device-height: 578px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.carousel-item h1 {
		font-size:20px;
	}
	.carousel-item p {
		font-size:14px;
	}
	.carousel-item img {
		width:80%;
	}
}
.carousel-indicators li {
    width:10px;
	height:10px;
	border: 2px solid transparent;
	background-color:#737373;
	transition: all .3s;
	border-radius:20px;
}
.carousel-indicators li.active {
	border: 2px solid #adadad;
	background-color: transparent;
}

@media (min-width: 992px) {
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		background-image:none;
		font-size:30px;
		color:#737373;
	}
}
@media (max-width: 991px) {
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		display: none;
	}
}
.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:focus,
.carousel-control-next:focus {
	opacity: 0;
	transition:opacity 0.3s;
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev:focus,
.carousel:hover .carousel-control-next:focus {
	opacity: 1;
}

.product-carousel {
}
/* CAROUSEL ITEM ENDS HERE */

/* SECTION STARTS HERE */
@media (min-width:992px){
	section {
		padding: 60px 0 120px 0;
	}
}
@media (max-width:991px){
	section {
		padding: 60px 0 60px 0;
	}
}
section {
	background-color: #f1f5ed;
}
section.half-bottom-padding {
	padding-bottom:60px;
}
section.no-top-padding {
	padding-top:0px;
}
@-webkit-keyframes beans-left-bg {
    from { background-position: left 0%; }
    to { background-position: left 100%; }
}
@-webkit-keyframes beans-right-bg {
    from { background-position: right 0%; }
    to { background-position: right 100%; }
}
@-webkit-keyframes beans-single {
    from { top: -90px; }
    to { top: calc(100% + 60px); }
}
@-webkit-keyframes beans-spin-cw {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes beans-spin-ccw {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}
.bean-section {
	position:relative;
	overflow:hidden;
	padding:0;
}
.bean-section.absolute {
	height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
}
@media (max-width:767px){
	.beans {
		opacity: 0.6;
	}
}
.static-beans {
	background: url('../img/beans-left-1.png') top left no-repeat,
				url('../img/beans-right-1.png') top right no-repeat;
}
.bean-section > div.beans-cluster-right-1 {
	background-image:url('../img/beans-right-1.png');
	background-repeat: no-repeat;
	position:absolute;
	width:100%;
	height:calc(100% + 560px);
	top:-280px;
	right:0;
	z-index:0;
    animation: beans-right-bg 18s linear infinite;
	animation-delay: 1s;
}
.bean-section > div.beans-cluster-right-1.fast {
    animation: beans-right-bg 8s linear infinite;
	animation-delay: 1s;
}
.bean-section > div.beans-cluster-right-2 {
	background-image:url('../img/beans-right-2.png');
	background-repeat: no-repeat;
	position:absolute;
	width:100%;
	height:calc(100% + 560px);
	top:-280px;
	right:0;
	z-index:0;
    animation: beans-right-bg 18s linear infinite;
	animation-delay: 7s;
}
.bean-section > div.beans-cluster-right-3 {
	background-image:url('../img/beans-right-3.png');
	background-repeat: no-repeat;
	position:absolute;
	width:100%;
	height:calc(100% + 560px);
	top:-280px;
	right:0;
	z-index:0;
    animation: beans-right-bg 18s linear infinite;
	animation-delay: 13s;
}
.bean-section > div.beans-cluster-right-3.fast {
    animation: beans-right-bg 8s linear infinite;
	animation-delay: 6s;
}
.bean-section > div.beans-cluster-left-1 {
	background-image:url('../img/beans-left-1.png');
	background-repeat: no-repeat;
	position:absolute;
	width:100%;
	height:calc(100% + 560px);
	top:-280px;
	left:0;
	z-index:0;
    animation: beans-left-bg 18s linear infinite;
	animation-delay: 0;
}
.bean-section > div.beans-cluster-left-1.fast {
    animation: beans-left-bg 7s linear infinite;
	animation-delay: 0;
}
.bean-section > div.beans-cluster-left-2 {
	background-image:url('../img/beans-left-2.png');
	background-repeat: no-repeat;
	position:absolute;
	width:100%;
	height:calc(100% + 560px);
	top:-280px;
	left:0;
	z-index:0;
    animation: beans-left-bg 18s linear infinite;
	animation-delay: 6s;
}
.bean-section > div.beans-cluster-left-3 {
	background-image:url('../img/beans-left-3.png');
	background-repeat: no-repeat;
	position:absolute;
	width:100%;
	height:calc(100% + 560px);
	top:-280px;
	left:0;
	z-index:0;
    animation: beans-left-bg 18s linear infinite;
	animation-delay: 12s;
}
.bean-section > div.beans-cluster-left-3.fast {
    animation: beans-left-bg 7s linear infinite;
	animation-delay: 5s;
}
.bean-section > div.beans-single-left-1 {
	background-image:url('../img/bean-single-1.png');
	background-repeat: no-repeat;
	position:absolute;
	width:60px;
	height:60px;
	top:-90px;
	left:125px;
	z-index:0;
    animation: beans-single 8s linear infinite, beans-spin-ccw 5s linear infinite;
	animation-delay: 3s;
}
.bean-section > div.beans-single-left-1.fast {
    animation: beans-single 4s linear infinite, beans-spin-ccw 5s linear infinite;
	animation-delay: 3s;
}
.bean-section > div.beans-single-left-2 {
	background-image:url('../img/bean-single-2.png');
	background-repeat: no-repeat;
	position:absolute;
	width:60px;
	height:60px;
	top:-90px;
	left:35px;
	z-index:0;
    animation: beans-single 8s linear infinite, beans-spin-cw 7s linear infinite;
	animation-delay: 7s;
}
.bean-section > div.beans-single-left-2.fast {
    animation: beans-single 3s linear infinite, beans-spin-cw 5s linear infinite;
	animation-delay: 7s;
}
.bean-section > div.beans-single-right-1 {
	background-image:url('../img/bean-single-4.png');
	background-repeat: no-repeat;
	position:absolute;
	width:60px;
	height:60px;
	top:-90px;
	right:135px;
	z-index:0;
    animation: beans-single 6s linear infinite, beans-spin-cw 4s linear infinite;
	animation-delay: 0s;
}
.bean-section > div.beans-single-right-1.fast {
    animation: beans-single 3s linear infinite, beans-spin-cw 5s linear infinite;
	animation-delay: 3s;
}
.bean-section > div.beans-single-right-2 {
	background-image:url('../img/bean-single-2.png');
	background-repeat: no-repeat;
	position:absolute;
	width:60px;
	height:60px;
	top:-90px;
	right:45px;
	z-index:0;
    animation: beans-single 6s linear infinite, beans-spin-ccw 8s linear infinite;
	animation-delay: 9s;
}
.bean-section > div.beans-single-right-2.fast {
    animation: beans-single 3s linear infinite, beans-spin-cw 7s linear infinite;
	animation-delay: 8s;
}
.bean-section > div.container {
	padding-top:60px;
	padding-bottom:60px;
}
section h2 {
	font-size: 30px; 
}
.product-grid h2 {
	color:#343434;
}
header,
section.section-whatsNew {
	position:relative;
}
header {
	z-index: 10;
}
section.section-whatsNew {
	z-index: 9;
}
.column-slider-description-panel {
	background-color: #f1f5ed;
}
.column-slider-description-panel > .container {
	height: 100%;
}
/* SECTION ENDS HERE */

/* PRODUCT GRID STARTS HERE */
.product-grid > a {
	margin-bottom:2.5rem;
}
.product-grid > a,
.product-grid > a:link,
.product-grid > a:visited,
.product-grid > a:hover,
.product-grid > a:active,
.product-grid > a:focus{
	text-decoration:none;
	color:#212529;
	transition: all .25s;
	cursor:pointer;
}
.product-grid > a:hover {
	color: #212529;
}
.product-grid > a:after {
	display:block;
	margin:0 auto;
	content: " ";
	width:0;
	height:3px;
	background-color:#c21c48;
	transition: all .25s;
}
.product-grid > a:hover:after {
	width:100%;
}
.product-grid > a img {
	margin:0;
	transition: all .25s;
}
.product-grid > a:hover img {
	margin-bottom:10px;
	margin-top:-10px;
}
section .product-grid h2 {
	margin-bottom: .25rem;
}
.product-grid h2 > span {
	font-family:"nunito_sanslight";
	display:block;
	padding-top:4px;
}
.product-grid h5 > span {
	font-family:"nunito_sanslight";
	font-size:70%;
	display:block;
}
.imageSwitcher {
	position:relative;
}
.imageSwitcher > div {
	transition:opacity .4s;
}
.imageSwitcher > .shown{
	opacity:1;
	top:0;
}
.imageSwitcher > .hidden{
	height:0;
	overflow:hidden;
	position:absolute;
	opacity:0;
	z-index:0;
	top:0;
}
.product-image-box.short.store-logos {
	padding-bottom:10px;
}
@media (min-width: 576px) {
	.product-image-box {
		height:310px;
	}
	.product-image-box.short {
		height:175px;
	}
	.product-container.frozen-edamame {
		margin-top:-40px;
	}
	.product-container.dry-roasted-edamame,
	.product-container.lentils,
	.product-container.seaweed {
		margin-top:-23px;
	}
	.product-container.riced-veggie-cuisine {
		margin-top:-21px;
	}
	.product-container.organic-edamame-pasta {
		margin-top:-21px;
	}
}
@media (min-width:1200px){
	section .product-grid h2 {
		font-size:22px;
	}
	.product-grid h2 > span {
		font-size:18px;
	}
}
@media (min-width: 992px) and (max-width:1199px){
	section .product-grid h2 {
		font-size:18px;
	}
	.product-grid h2 > span {
		font-size:15px;
	}
}
@media (max-width: 991px) {
	section .product-grid h2 {
		font-size:18px;
	}
	.row-divider-992 {
		display: none;
	}
	.product-grid h2 > span {
		font-size:15px;
	}
}
@media (min-width: 768px){
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 992px){
	.col-mlg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-divider-992 {
		display: block;
		width:100%;
	}
}
/* PRODUCT GRID ENDS HERE */

/* RECIPES SECTION START */
@media (min-width: 992px){
	section.recipesSection {
		padding:140px 0;
		position:relative;
	}
}
@media (max-width: 991px){ 
	section.recipesSection {
		padding:60px 0;
		position:relative;
	}
}

/* RECIPES SECTION END */

/* MAP SECITON STARTS HERE */
@media (min-width: 992px){
	section.mapSection {
		padding:80px 0 60px 0;
	}
	section.mapSection > .container,
	header.mapSection > .container {
		padding-top:70px;
		padding-bottom:70px;
	}
}
@media (max-width: 991px){ 
	section.mapSection {
		padding:0 0 0 0;
	}
	section.mapSection > .container,
	header.mapSection > .container {
		padding-top:60px;
		padding-bottom:60px;
	}
}
section.mapSection > .container,
header.mapSection > .container {
	background-image:url('../img/usa-map-svg.svg');
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.fake-dropdown {
	overflow: hidden;
    width: 100%;
    background-color: white;
    box-shadow: 1px 1px 16px #888;
	margin-bottom:1.5rem;
	position:relative;
	cursor:pointer;
}
.fake-dropdown > select,
.fake-dropdown > select:focus {
	background:transparent;
	border:none;
	width:100%;
	font-size:26px;
	outline: none;
	font-family: 'nunito_sansextralight';
	padding:10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	position:relative;
	z-index:4;
	cursor:pointer;
}
.fake-dropdown > select::-ms-expand {
    display: none;
}
.drop-arrow{
	font-size:30px;
	color:#c21c48;
	position:absolute;
	z-index:3;
	top:10px;
	right:8px;
	width:32px;
	height:32px;
}
.dropdown > .dropdown-toggle {
	overflow: hidden;
    width: 100%;
    background-color: white;
    box-shadow: 1px 1px 16px #888;
	margin-bottom:1.5rem;
	position:relative;
	cursor:pointer;
	border:none;
	width:100%;
	font-size:26px;
	outline: none;
	font-family: 'nunito_sansextralight';
	padding:10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	text-align:left;
}
.dropdown-menu {
	width:100%;
	overflow-y: scroll;
    max-height: 250px;
    overflow-x: hidden;
	font-size:18px;
	margin-top:0;
}
.dropdown-item:focus,
.dropdown-item:active {
	background-color:#c21c48;
}
.dropdown-item:hover{
	background-color:#dcdcdc;
}
.dropdown-toggle::after {
	display:none !important;
}
/* MAP SECTION END */

/* PRESS SECTION START */
.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    border: 10px solid transparent;
   
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 60px;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid transparent;
	padding: 0 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img,
.press-grid img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-prev:hover,
.jcarousel-control-next ,
.jcarousel-control-next:hover {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
	background-image: none;
    font-size: 30px;
    color: #737373;
	opacity:0;
	transition:opacity .25s;
}
.jcarousel-wrapper:hover > .jcarousel-control-prev,
.jcarousel-wrapper:hover > .jcarousel-control-next {
	opacity:1;
}
@media (max-width:450px){
.jcarousel-wrapper > .jcarousel-control-prev,
.jcarousel-wrapper > .jcarousel-control-next {
	opacity:1 !important;
}
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.jcarousel .imgContainer,
.press-grid .imgContainer {
	display:inline-flex;
	width:230px;
	max-width:100%;
	justify-content:center;
	align-items: flex-end;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	transition: all .25s;
}
@media (min-width:992px){
	.press-grid .imgContainer {
		height:125px;
	}
	.jcarousel .imgContainer {
		height:200px;
	}
}
@media (max-width:991px){
	.press-grid .imgContainer {
		height:auto;
	}
	.jcarousel .imgContainer {
		height:130px;
	}
	.press-grid p {
		margin-bottom:60px;
	}
}
.jcarousel .imgContainer  > img,
.press-grid .imgContainer  > img {
	max-height:130px;
}
.jcarousel p,
.press-grid p {
	font-size:20px;
	font-family:"nunito_sanslight_italic";
}
.press-grid p > strong {
	font-family:"nunito_sansbold";
	color:#333;
	font-weight:normal;
	font-size:13px;
}
.jcarousel li > a > h4,
.jcarousel li > a > p,
.jcarousel li > a:hover > p,
.press-grid div > a > h4,
.press-grid div > a > p,
.press-grid div > a:hover > p {
	text-decoration: none;
	color:#212529;
}
.jcarousel li > a:hover,
.press-grid div > a:hover {
	text-decoration: none;
}
@media (min-width:992px){
	.jcarousel li > a:hover > .imgContainer,
	.press-grid div > a:hover > .imgContainer {
		padding-bottom:25px;
	}
}
.jcarousel li > a:hover > .imgContainer,
.press-grid div > a:hover > .imgContainer {
	text-decoration: none;
}
.jcarousel li > a > h4,
.press-grid div > a > h4 {
	transition: all .25s;
}
.jcarousel li > a:hover h4,
.press-grid div > a:hover h4 {
	color:#c21c48;
}

/* PRESS SECTION END */

/* FOOTER START */
	footer {
		background-color: #f9f9f9;
		color:#212529;
		box-shadow: 1px 1px 17px #ccc3c3;
	}
	.footer-navbar {
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer-navbar > .navbar-nav {
		display:flex;
		flex-direction: row;
	}
	.footer-navbar .navbar-brand > img {
		height:45px;
	}
	.footer-navbar .navbar-brand > .tagline {
		font-size:12px;
	}
	footer > .container > .row:last-of-type {
		font-size:14px;
	}
	footer a {
		color:#212529;
	}
	footer a:hover {
		color:#c21c48;
		text-decoration:none;
	}
	@media (min-width: 768px){
		footer > .container .links > span {
			padding-left:30px;
		}
	}
	@media (max-width:767px) {
		.footer-navbar > .navbar-nav.social {
			width:100%;
		}
		footer > .container .links > span {
			padding-left:15px;
			padding-right:15px;
		}
		footer .navbar-brand {
			display:none;
		}
		footer .navbar-nav.social > li > a {
			margin-top:0;
		}
	}
/* FOOTER END */

/* FAQS START */
.panel-group > .panel   {
	background:#fff;
	margin-bottom:0;
}
.panel-group > .panel .panel-body {
	font-size:20px;
	background:#f1f5ed;
	border-bottom:1px solid #ccc;
}
@media (min-width:768px) {
	.panel-group > .panel .panel-body {
		font-size:20px;
		padding:25px 25px 25px 60px;
	}
}
@media (max-width:767px) {
	.panel-group > .panel .panel-body {
		font-size:18px;
		padding:25px 25px 25px 25px;
	}
}
.panel-group > .panel > .panel-heading > h4 {
	margin-bottom:0;
}
.panel-group > .panel > .panel-heading > h4 > a {
	color:#111;
	padding:25px;
	background:#f1f5ed;
	width:100%;
	box-sizing:border-box;
	display:block;
	font-family:"nunito_sansextralight";
	font-weight:normal;
	transition:all .25s;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
}
.panel-group > .panel:first-of-type > .panel-heading > h4 > a {
	border-top:1px solid #ccc;
}
.panel-group > .panel > .panel-heading > h4 > a:hover {
	text-decoration:none;
	color:#c21c48;
}
.panel-group > .panel > .panel-heading > h4 > a > .fa-plus-circle {
	display:none;
}
.panel-group > .panel > .panel-heading > h4 > a > .fa-minus-circle {
	display:block;
}
.panel-group > .panel > .panel-heading > h4 > a.collapsed > .fa-plus-circle {
	display:block;
}
.panel-group > .panel > .panel-heading > h4 > a.collapsed > .fa-minus-circle {
	display:none;
}
/* FAQS END */

/* RECIPES START */
.img-boxed-box {
	padding-bottom:10px;
}
.img-boxed {
	 object-fit: cover;
  width:230px;
  height:230px;
  border-radius:150px;
  box-shadow:1px 1px 10px #333;
}
@media (min-width: 576px) and (max-width: 991px ) {
	.card-columns {
		column-count: 1;
	}
}
@media (min-width: 992px) {
	.card-columns {
		column-count: 2;
	}
}
.card-columns .card {
	border-radius:0;
	border:1px solid #ccc;;
}
.card-columns .card .card-header {
	background:#333;
	color:#fff;
	border-radius:0;
}
/* RECIPES END */

.smoothAnchor {
	margin-top:-100px; position:absolute;
}
@media (min-width:768px){
	.smoothAnchor {
		margin-top:-100px;
	}
}
@media (max-width: 767px){
	.smoothAnchor {
		margin-top:-85px;
	}
}

.interior-page-banner {
	width:100%;
	background:#e9e9e9;
	display:flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	margin-bottom:25px;
}
.interior-page-banner.pink {
	background:#c21c48;
}
.interior-page-banner > .banner-image-cell {
	display: flex;
    height: 650px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
@media (min-width:650px){
	.interior-page-banner {
		height:250px;
	}
	.interior-page-banner > .banner-image-cell {
		border-radius: 100%;
	}	
	.interior-page-banner.no-border-radius > .banner-image-cell {
		/* border-radius: 0; */
	}
	.interior-page-banner > .banner-image-cell > img {
		width:650px;
	}	
}
@media (max-width:649px){
	.interior-page-banner {
		height:150px;
	}
	.interior-page-banner > .banner-image-cell > img {
		width:100%;
	}
}
p.intro-paragraph {
	font-family:"nunito_sansregular";
	margin-bottom:0;
}
p.intro-paragraph > a {
	color:#111;
	font-family:"nunito_sansbold";
	text-decoration:none;
}
p.intro-paragraph > a:hover {
	color:#c21c48;
	font-family:"nunito_sansbold";
	text-decoration:none;
}
@media (max-width:767px){
	p.intro-paragraph {
		font-size:18px;
	}
}
/* new contact styles because who the heck knows?!? */

.ugly-layout input[type=text],
.ugly-layout input[type=email],
.ugly-layout input[type=phone],
.ugly-layout textarea {
	margin-top:0;
	margin-bottom:15px;
	font-size:16px;
}
.ugly-layout h2,
.chunky-h2 h2 {
	font-family:"nunito_sansbold";
	font-size:26px;
	margin-bottom: 1rem;
}
@media (min-width:992px){
	.ugly-layout h2,
	.chunky-h2 h2 {
		font-family:"nunito_sansbold";
	}
}
@media (max-width:991px){
	.ugly-layout h2,
	.chunky-h2 h2 {
		font-family:"nunito_sanssemibold";
	}
}
.ugly-layout p.fieldLabel {
	margin-bottom:0;
	font-family:"nunito_sansregular";
	font-size:20px;
}
.border-top-row {
	border-top:1px solid #ccc;
}

/* this is for the contact page only and it was not my choice */
.social-media-stoplight > a {
	font-size:50px;
	color:#333;
	transition: all .25s;
}
.social-media-stoplight > a:hover {
	color:#c21c48;
	text-decoration: none;
}
@media (min-width:992px){
	.social-media-stoplight {
		flex-direction: column;
		align-items:center;
		height:265px;
	}
	.social-media-stoplight > a {
		margin-top:15px;
	}
}
@media (max-width:991px){
	.social-media-stoplight {
		flex-direction: row;
		justify-content:center;
	}
	.border-top-under-lg {
		border-top:1px solid #ccc;
	}
	.social-media-stoplight > a {
		margin-right:15px;
	}
}

.img-fluid.below_description,
.img-fluid.above_description{
	max-width:320px;
	margin:.5rem 0;
}
.recipeInteriorPage {
	font-size:1.1rem;
}
.recipeInteriorPage img.above_ingredients {
	margin: .5rem 0;
}
.recipeInteriorPage img.below_ingredients {
	margin-top:.5rem;
}
.recipeInteriorPage h6 {
	font-family:"nunito_sansbold";
	font-size:1.2rem;
	margin:.5rem 0;
}
.bubble {
	background-size:cover;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
}
@media (min-width: 992px){
	.about-edamame-background {
		background-image:url('/img/about-edamame-background-graphic-4.png');
		background-repeat: no-repeat;
		background-position: 50% 174px;
		background-size: 48%;
	}
	.about-edamame-image {
		display:none;
	}
	section .denser-text .bubble p {
	color:white;
	text-align:center;
	font-size:15px;
	}
	.bubble.blue-1 {
		background-image:url('/img/bubble-blue-1.png');
		width: 353px;
		height: 271px;
		padding: 12px 174px 47px 29px;
	}
	.bubble.blue-2 {
		background-image: url(/img/bubble-blue-2.png);
		width: 320px;
		height: 200px;
		background-position: top right;
		background-size: 84%;
		padding: 9px 41px 41px 77px;
	}
	.bubble.blue-3 {
		background-image: url(/img/bubble-blue-3.png);
		width: 364px;
		height: 320px;
		background-position: top right;
		background-size: 96%;
		padding: 16px 50px 104px 128px;
	}
	.bubble.blue-4 {
		background-image: url(/img/bubble-blue-4.png);
		width: 364px;
		height: 193px;
		box-sizing: border-box;
		background-position: top left;
		background-size: 87%;
		padding: 22px 143px 42px 26px;
	}
	.bubble.blue-5 {
		background-image: url(/img/bubble-blue-5.png);
		width: 364px;
		height: 218px;
		background-position: top right;
		background-size: 89%;
		padding: 7px 42px 3px 196px;
	}
	.bubble.blue-6 {
		background-image: url(/img/bubble-blue-6.png);
		width: 424px;
		height: 241px;
		background-position: bottom left;
		background-size: 79%;
		padding: 48px 185px 11px 47px;
	}
	.bubble.blue-7 {
		background-image: url(/img/bubble-blue-7.png);
		width: 424px;
		height: 294px;
		background-position: top center;
		background-size: 68%;
		padding: 10px 110px 11px 158px;
	}
	.about-lentils-background {
		background-image:url('/img/about-lentils-background-graphic.png');
		background-repeat: no-repeat;
		background-position: 50% 174px;
		background-size: 60%;
	}
	.about-lentils-image {
		display:none;
	}
	section .denser-text .bubble p {
	color:white;
	text-align:center;
	font-size:15px;
	}
	.bubble.pink-1 {
		background-image:url('/img/bubble-pink-1.png');
		width: 353px;
		height: 271px;
		padding: 34px 190px 47px 39px;
	}
	.bubble.pink-2 {
		background-image: url(/img/bubble-pink-2.png);
		width: 320px;
		height: 200px;
		background-position: top right;
		background-size: 87%;
		padding: 14px 40px 41px 65px;

	}
	.bubble.pink-3 {
		background-image: url(/img/bubble-pink-3.png);
		width: 364px;
		height: 320px;
		background-position: top right;
		background-size: 96%;
		padding: 24px 56px 104px 136px;
	}
	.bubble.pink-4 {
		background-image: url(/img/bubble-pink-4.png);
		width: 364px;
		height: 193px;
		box-sizing: border-box;
		background-position: top left;
		background-size: 87%;
		padding: 22px 143px 42px 26px;
	}
	.bubble.pink-5 {
		background-image: url(/img/bubble-pink-5.png);
		width: 364px;
		height: 218px;
		background-position: top right;
		background-size: 89%;
		padding: 7px 42px 3px 196px;
	}
	.bubble.pink-6 {
		background-image: url(/img/bubble-pink-6.png);
		width: 424px;
		height: 241px;
		background-position: bottom right;
		background-size: 79%;
		padding: 60px 91px 11px 136px;
	}
	.bubble.pink-7 {
		background-image: url(/img/bubble-pink-7.png);
		width: 424px;
		height: 294px;
		background-position: top center;
		background-size: 75%;
		padding: 43px 102px 11px 149px;
	}
}
@media (min-width:992px) and (max-width:1120px){
	.bubble.blue-3 {
		background-image: url(/img/bubble-blue-3.png);
		width: 302px;
		height: 308px;
		background-position: top right;
		background-size: 100%;
		padding: 13px 42px 115px 92px;
	}
	.bubble.blue-5 {
		background-image: url(/img/bubble-blue-5.png);
		width: 349px;
		height: 218px;
		background-position: top left;
		background-size: 89%;
		padding: 7px 87px 3px 157px;
	}
	.bubble.blue-7 {
		background-image: url(/img/bubble-blue-7.png);
		width: 424px;
		height: 294px;
		background-position: top left;
		background-size: 68%;
		padding: 10px 190px 11px 101px;
	}
	.bubble.pink-3 {
		background-image: url(/img/bubble-pink-3.png);
	    width: 296px;
		height: 308px;
		background-position: top right;
		background-size: 113%;
		padding: 40px 26px 115px 58px;
	}
	.bubble.pink-5 {
		background-image: url(/img/bubble-pink-5.png);
		width: 349px;
		height: 218px;
		background-position: top left;
		background-size: 89%;
		padding: 7px 87px 3px 157px;
	}
	.bubble.pink-7 {
		background-image: url(/img/bubble-pink-7.png);
		width: 424px;
		height: 294px;
		background-position: top left;
		background-size: 74%;
		padding: 20px 152px 11px 92px;
	}
}
@media (max-width: 991px){
	.about-edamame-image {
		display: block;
		width: 100%;
		height: 0;
		padding-top: 70%;
		background-size: 70%;
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-image:url('/img/about-edamame-background-graphic-3-small.png');
	}
	.about-lentils-image {
		display: block;
		width: 100%;
		height: 0;
		padding-top: 70%;
		background-size: 90%;
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-image:url('/img/about-lentils-background-graphic-small.png');
	}
	.bubble.pink-1 > p,
	.bubble.pink-2 > p,
	.bubble.pink-3 > p,
	.bubble.pink-4 > p,
	.bubble.pink-5 > p,
	.bubble.pink-6 > p,
	.bubble.pink-7 > p
	{
		background:#f0059d;
		color:white;
		border-radius:5px;
		padding:15px;
	}
	.bubble.blue-1 > p,
	.bubble.blue-2 > p,
	.bubble.blue-3 > p,
	.bubble.blue-4 > p,
	.bubble.blue-5 > p,
	.bubble.blue-6 > p,
	.bubble.blue-7 > p
	{
		background:#057ff0;
		color:white;
		border-radius:5px;
		padding:15px;
	}
}

/* Newsletter Modal Added 7/31/2020 */
@media (min-width:768px){
	.newsletterModal > .modal-dialog {
		max-width:700px !important;
	}
}
@media (min-width:576px and max-width:767px){
	.newsletterModal > .modal-dialog {
		max-width:500px !important;
	}
}
@media (min-width: 768px){
	.newsletterModal h5 {
		color:#c21c48;
		font-size:30px;
	}
	.newsletterModal .confirmation-column {
		padding:20px 120px;
		background-image: url(/img/modal-beans-bg.png);
		background-repeat: no-repeat;
		background-size: 20%;
		background-position: 96% 38%;
	}
}
@media (max-width: 767px){	
	.newsletterModal h5 {
		color:#c21c48;
		font-size:24px;
	}
	.newsletterModal .confirmation-column {
		padding: 0 55px;
		background-image: url(/img/modal-beans-bg-mobile.png);
		background-size: 23%;
		background-repeat: no-repeat;
		background-position: 93% 43%;
	}
}
.newsletterModal .confirmation-column a {
	color:#101010;
}
.newsletterModal h5{
	font-family:"nunito_sansregular";
}
.newsletterModal.show {
	display:flex !important;
	align-items:center;
	justify-content:center;
}
.newsletterModal .modal-body {
	padding:1.5rem;
}
.newsletterModal .modal-content {
	border-radius: 0;
    border: 4px solid rgba(0,0,0,1);
}
.newsletterModal button.close {
	position: absolute;
    top: 1px;
    right: 4px;
}
.newsletterModal .btn {
	text-transform:none;
	width:100%;
	font-size:24px;
}
.newsletterModal input[type=email]{
	border: 0;
    border-bottom: 4px solid black;
    padding: 5px 0;
}

/* How to Lentil Specific */
	@media (min-width:1000px){
		a.htl-bubble{
			position:absolute;
			display:block;
			background-image:url('/img/htl-bubble.png');
			background-size:cover;
			width:150px;
			height:255px;
			top:100px;
			right:80px;
			z-index:100;
		}
		a.htl-bubble:hover {
			filter:brightness(90%);
		}
		a.htl-button{
			display:none;
		}
	}
	@media (max-width:999px){
		a.htl-bubble{
			display:none;
		}
		a.htl-button{
			display:inline-block;
			color:black;
			font-family:"nunito_sansextrabold";
			background-color:#f8901c;
			box-shadow:2px 2px 0 #841679;
			padding:10px 20px;
			border-radius:7px;
			text-transform:uppercase;
		}
		a.htl-button:hover {
			text-decoration:none;
			background-color:#e17e10;
		}
	}
	@media (max-width:767px){
		a.htl-button {
			margin-bottom:30px;
		}
	}
	
			.how-to-lentil-container img {
			box-shadow: 0 0 10px #999;
		}
		
		
		.lentil-single {
			width:25px;
			height:25px;
			position:absolute;
			background-position:center center;
			background-repeat:no-repeat;
			background-size:cover;
			top:-70px;
			z-index:0;
		}
		.lentil-single.lentil-1,
		.lentil-single.lentil-11 {
			background-image:url('/img/lentil-single-1.png');
		}
		.lentil-single.lentil-2,
		.lentil-single.lentil-12 {
			background-image:url('/img/lentil-single-2.png');
		}
		.lentil-single.lentil-3,
		.lentil-single.lentil-7 {
			background-image:url('/img/lentil-single-3.png');
		}
		.lentil-single.lentil-4,
		.lentil-single.lentil-8 {
			background-image:url('/img/lentil-single-4.png');
		}
		.lentil-single.lentil-5,
		.lentil-single.lentil-10 {
			background-image:url('/img/lentil-single-5.png');
		}
		.lentil-single.lentil-6,
		.lentil-single.lentil-9 {
			background-image:url('/img/lentil-single-6.png');
		}
		@media (min-width:768px){
			.bean-section > div.lentil-bag-left-1 {
				background-image:url('../img/lentils-salt-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:175px;
				height:281px;
				background-size:cover;
				left:50px;
				top:-300px;
				z-index:0;
				animation: lentils-bag 32s linear infinite normal, bag-spin-cw 10s linear infinite alternate;
				animation-delay: 0;
			}
			.bean-section > div.lentil-bag-left-2 {
				background-image:url('../img/lentils-barbeque-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:175px;
				height:281px;
				background-size:cover;
				left:50px;
				top:-300px;
				z-index:0;
				animation: lentils-bag 32s linear infinite normal, bag-spin-ccw 8s linear infinite alternate;
				animation-delay: 8s;
			}
			.bean-section > div.lentil-bag-left-3 {
				background-image:url('../img/lentils-falafel-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:175px;
				height:281px;
				background-size:cover;
				left:50px;
				top:-300px;
				z-index:0;
				animation: lentils-bag 32s linear infinite normal, bag-spin-cw 6s linear infinite alternate;
				animation-delay: 16s;
			}
			.bean-section > div.lentil-bag-left-4 {
				background-image:url('../img/lentils-cinnamon-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:175px;
				height:281px;
				background-size:cover;
				left:50px;
				top:-300px;
				z-index:0;
				animation: lentils-bag 32s linear infinite normal, bag-spin-ccw 6s linear infinite alternate;
				animation-delay: 24s;
			}
			.bean-section > div.lentil-bag-right-1 {
				background-image:url('../img/lentils-salt-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:175px;
				height:281px;
				background-size:cover;
				right:50px;
				top:-300px;
				z-index:0;
				animation: lentils-bag 32s linear infinite normal, bag-spin-cw 8s linear infinite alternate;
				animation-delay: 26s;
			}
			.bean-section > div.lentil-bag-right-2 {
				background-image:url('../img/lentils-barbeque-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:175px;
				height:281px;
				background-size:cover;
				right:50px;
				top:-300px;
				z-index:0;
				animation: lentils-bag 32s linear infinite normal, bag-spin-cw 10s linear infinite alternate;
				animation-delay: 18s;
			}
			.bean-section > div.lentil-bag-right-3 {
				background-image:url('../img/lentils-falafel-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:175px;
				height:281px;
				background-size:cover;
				right:50px;
				z-index:0;
				top:-300px;
				animation: lentils-bag 32s linear infinite normal, bag-spin-ccw 3s linear infinite alternate;
				animation-delay: 2s;
			}
			.bean-section > div.lentil-bag-right-4 {
				background-image:url('../img/lentils-cinnamon-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:175px;
				height:281px;
				background-size:cover;
				right:50px;
				z-index:0;
				top:-300px;
				animation: lentils-bag 32s linear infinite normal, bag-spin-cw 4s linear infinite alternate;
				animation-delay: 10s;
			}
			.lentil-left.lentil-1 {
				left:95px;
				animation: lentils-single 30s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 4s;
			}
			.lentil-left.lentil-2 {
				left:55px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 4s;
			}
			.lentil-left.lentil-3 {
				left:95px;
				animation: lentils-single 29s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 12s;
			}
			.lentil-left.lentil-4 {
				left:125px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 12s;
			}
			.lentil-left.lentil-5 {
				left:55px;
				animation: lentils-single 29s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 20s;
			}
			.lentil-left.lentil-6 {
				left:95px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 20s;
			}
			.lentil-left.lentil-7 {
				left:95px;
				animation: lentils-single 30s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 28s;
			}
			.lentil-left.lentil-8 {
				left:125px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 28s;
			}	
			.lentil-left.lentil-9 {
				left:55px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 6s;
			}
			.lentil-left.lentil-10 {
				left:125px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 14s;
			}
			.lentil-left.lentil-11 {
				left:95px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 22s;
			}
			.lentil-left.lentil-12 {
				left:125px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 30s;
			}
			.lentil-right.lentil-1 {
				right:95px;
				animation: lentils-single 30s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 15s;
			}
			.lentil-right.lentil-2 {
				right:55px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 15s;
			}
			.lentil-right.lentil-3 {
				right:95px;
				animation: lentils-single 25s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 7s;
			}
			.lentil-right.lentil-4 {
				right:125px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 7s;
			}
			.lentil-right.lentil-5 {
				right:55px;
				animation: lentils-single 27s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 32s;
			}
			.lentil-right.lentil-6 {
				right:95px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 32s;
			}
			.lentil-right.lentil-7 {
				right:95px;
				animation: lentils-single 28s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 23s;
			}
			.lentil-right.lentil-8 {
				right:125px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 23s;
			}
			.lentil-right.lentil-9 {
				right:55px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 17s;
			}
			.lentil-right.lentil-10 {
				right:125px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 9s;
			}
			.lentil-right.lentil-11 {
				right:95px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 34s;
			}
			.lentil-right.lentil-12 {
				right:125px;
				animation: lentils-single 32s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 25s;
			}
		}
		@media (max-width:767px){
			.bean-section > div.lentil-bag-left-1 {
				background-image:url('../img/lentils-salt-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:88px;
				height:140px;
				background-size:cover;
				left:25px;
				top:-150px;
				z-index:0;
				animation: lentils-bag 72s linear infinite normal, bag-spin-cw 4s linear infinite alternate;
				animation-delay: 0;
			}
			.bean-section > div.lentil-bag-left-2 {
				background-image:url('../img/lentils-barbeque-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:88px;
				height:140px;
				background-size:cover;
				left:25px;
				top:-150px;
				z-index:0;
				animation: lentils-bag 72s linear infinite normal, bag-spin-ccw 4s linear infinite alternate;
				animation-delay: 16s;
			}
			.bean-section > div.lentil-bag-left-3 {
				background-image:url('../img/lentils-falafel-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:88px;
				height:140px;
				background-size:cover;
				left:25px;
				top:-150px;
				z-index:0;
				animation: lentils-bag 72s linear infinite normal, bag-spin-cw 4s linear infinite alternate;
				animation-delay: 32s;
			}
			.bean-section > div.lentil-bag-left-4 {
				background-image:url('../img/lentils-cinnamon-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:88px;
				height:140px;
				background-size:cover;
				left:25px;
				top:-150px;
				z-index:0;
				animation: lentils-bag 72s linear infinite normal, bag-spin-ccw 4s linear infinite alternate;
				animation-delay: 48s;
			}
			.bean-section > div.lentil-bag-right-1 {
				background-image:url('../img/lentils-salt-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:88px;
				height:140px;
				background-size:cover;
				right:25px;
				top:-150px;
				z-index:0;
				animation: lentils-bag 72s linear infinite normal, bag-spin-cw 4s linear infinite alternate;
				animation-delay: 56s;
			}
			.bean-section > div.lentil-bag-right-2 {
				background-image:url('../img/lentils-barbeque-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:88px;
				height:140px;
				background-size:cover;
				right:25px;
				top:-150px;
				z-index:0;
				animation: lentils-bag 72s linear infinite normal, bag-spin-cw 4s linear infinite alternate;
				animation-delay: 40s;
			}
			.bean-section > div.lentil-bag-right-3 {
				background-image:url('../img/lentils-falafel-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:88px;
				height:140px;
				background-size:cover;
				right:25px;
				z-index:0;
				top:-150px;
				animation: lentils-bag 72s linear infinite normal, bag-spin-ccw 4s linear infinite alternate;
				animation-delay: 8s;
			}
			.bean-section > div.lentil-bag-right-4 {
				background-image:url('../img/lentils-cinnamon-small.png');
				background-position: center center;
				background-repeat: no-repeat;
				position:absolute;
				width:88px;
				height:140px;
				background-size:cover;
				right:25px;
				z-index:0;
				top:-150px;
				animation: lentils-bag 72s linear infinite normal, bag-spin-cw 4s linear infinite alternate;
				animation-delay: 24s;
			}
			.lentil-left.lentil-1 {
				left:95px;
				animation: lentils-single 56s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 3s;
			}
			.lentil-left.lentil-2 {
				left:55px;
				animation: lentils-single 62s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 3s;
			}
			.lentil-left.lentil-3 {
				left:95px;
				animation: lentils-single 46s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 14s;
			}
			.lentil-left.lentil-4 {
				left:125px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 14s;
			}
			.lentil-left.lentil-5 {
				left:55px;
				animation: lentils-single 60s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 22s;
			}
			.lentil-left.lentil-6 {
				left:95px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 22s;
			}
			.lentil-left.lentil-7 {
				left:95px;
				animation: lentils-single 56s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 30s;
			}
			.lentil-left.lentil-8 {
				left:125px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 30s;
			}
			.lentil-left.lentil-9 {
				left:55px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 5s;
			}
			.lentil-left.lentil-10 {
				left:125px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 16s;
			}
			.lentil-left.lentil-11 {
				left:95px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 24s;
			}
			.lentil-left.lentil-12 {
				left:125px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 32s;
			}
			.lentil-right.lentil-1 {
				right:95px;
				animation: lentils-single 56s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 18s;
			}
			.lentil-right.lentil-2 {
				right:55px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 18s;
			}
			.lentil-right.lentil-3 {
				right:95px;
				animation: lentils-single 52s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 10s;
			}
			.lentil-right.lentil-4 {
				right:125px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 10s;
			}
			.lentil-right.lentil-5 {
				right:55px;
				animation: lentils-single 60s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 34s;
			}
			.lentil-right.lentil-6 {
				right:95px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 34s;
			}
			.lentil-right.lentil-7 {
				right:95px;
				animation: lentils-single 56s linear infinite, beans-spin-ccw 3s linear infinite;
				animation-delay: 26s;
			}
			.lentil-right.lentil-8 {
				right:125px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 26s;
			}
			.lentil-right.lentil-9 {
				right:55px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 20s;
			}
			.lentil-right.lentil-10 {
				right:125px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 12s;
			}
			.lentil-right.lentil-11 {
				right:95px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 36s;
			}
			.lentil-right.lentil-12 {
				right:125px;
				animation: lentils-single 72s linear infinite, beans-spin-cw 3s linear infinite;
				animation-delay: 28s;
			}
			
			.lentil-left,
			.lentil-right {
				display:none;
			}
		}
		
		
		
		
	@-webkit-keyframes lentils-bag {
		from { top: -300px; }
		to { top: calc(100% + 281px); }
	}
	@-webkit-keyframes lentils-single {
		from { top: -70px; }
		to { top: calc(100% + 70px); }
	}
	
	@-webkit-keyframes bag-spin-cw {
		from { transform: rotate(0deg); }
		to { transform: rotate(15deg); }
	}
	@-webkit-keyframes bag-spin-ccw {
		from { transform: rotate(0deg); }
		to { transform: rotate(-15deg); }
	}
	
	a.how-to-lentil-link img{
		transition:box-shadow .2s;
	}
	a.how-to-lentil-link {
		color:#111;
	}
	a.how-to-lentil-link:hover {
		text-decoration:none;
	}
	a.how-to-lentil-link:hover img {
		box-shadow:0 0 10px #545454;
	}
