.page-banner-photo {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top:0;
  left: 0;
}

#page-banner {
  display: block;
  height: 100%;
  width: 100%;
}

#page-banner:after {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 17, 10, 0.65);
}

#page-banner * {
  height: 100%;
}

#page-banner .slick-list,
#page-banner .slick-track {
  -webkit-transform: none !important;
  -moz-transform:    none !important;
  -ms-transform:     none !important;
  -o-transform:      none !important;
  transform:         none !important;
}

#page-banner .slick-slide {
  background-attachment: fixed;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*=== Customers - landing page - News Feed ===*/

#tiles {
  background: url(/images/layout/paper_bg.jpg) repeat scroll left top transparent;
  border-top: 2px solid #fff;
  padding: 0px 25px;
}

#tiles h2 {
  text-transform: uppercase;
  text-align: center;
}

#tiles h2 span {
  font-family: 'Conv_Metropolis-Regular';
  color: #a7ae74;
  font-size: 16px;
  line-height: 16px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

#tiles > .table > .cell {
  padding: 72px 0px 96px;
}

#tiles .tiles-section {
  font-size: 0px;
  display: block;
  width: 100%;
  padding: 50px 18px 0px;
  perspective: 988px;
}

#tiles .tiles-section + .tiles-section {
  padding-top: 40px;
}

#tiles .tiles-section > .tiles-article {
  width: 291px;
  height: 380px;
/*   background: #FFF; */
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
  transition: 0.6s;
}

.tiles-article.hover {
  transform: rotateY(180deg);
}

#tiles .tiles-section > .tiles-article + .tiles-article {
  margin-left: 5.8%;
}

#tiles .front-face,
#tiles .back-face,
.prod-cards .front-face,
.prod-cards .back-face {
  background: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

#tiles .front-face,
.prod-cards .front-face {
  z-index: 2;
  transform: rotateY(0deg);
  cursor: pointer;
}

#tiles .back-face,
.prod-cards .back-face {
  transform: rotateY(180deg);
}

#tiles .article-title {
  font-size: 14px;
  line-height: 14px;
  margin-top: 4px !important;
  display: inline-block;
  float: left;
  margin-bottom: 0px;
}

#tiles .article-img {
  height: 170px;
}

#tiles .article-img figure {
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease 0s;
}

.rec-photo figcaption {
  background-color: rgba(33, 17, 10, 0.6);
}

.rec-photo figcaption > .cell {
  padding: 0px 20px;
}

.rec-photo figcaption p {
  font-size: 28px;
  line-height: 36px;
  color: #FFF;
  font-family: 'Conv_Great_Primer_PRO_Roman';
  margin-bottom: 0px;
}

#tiles .article-content {
  padding: 26px 27px 22px;
  background: url(/images/recipes/bg_recipe_card.jpg) scroll no-repeat left bottom transparent;
}

#tiles h3 {
  font-weight: normal;
  font-family: 'Conv_Metropolis-SemiBold';
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
}

#tiles .article-type {
  height: 14px;
}

#tiles .article-type > p {
  font-family: 'Conv_Metropolis-Medium';
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0px;
}

#tiles .back-face > .table > .cell {
  padding: 25px;
}

#tiles .back-face > .table > .cell p {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}

#tiles a.target-link {
  letter-spacing: 0.02em;
  margin-top: 8px;
  text-align: center;
  display: block;
  width: 100%;
}

#tiles a.target-link:hover {
  color: #FFF;
}

/*
#tiles a.target-link {
  font-style: italic;
  font-family: 'Conv_Metropolis-SemiBold';
  color: #89051F;
  font-size: 12px;
  display: inline-block;
}
*/

/*
#tiles a.target-link i {
  font-size: 11px;
  position: relative;
  margin-left: 0px;
  z-index: 0;
  transition: margin 0.3s ease 0s;
}

#tiles a.target-link:hover i {
  margin-left: 5px;
}
*/

#tiles .back-face h3{
  padding-bottom: 14px;
}

#tiles .plus {
  font-size: 18px;
  float: right;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

#tiles .minus {
  font-size: 18px;
  position: absolute;
  bottom: 22px;
  right: 28px;
  cursor: pointer;
  display: inline-block;
}

a.no-add {
  border-color: #949494 !important;
  color: #949494 !important;
  opacity: 0.6;
  background-color: transparent !important;
}

.hover-note {
  padding: 5px 8px;
  border-radius: 5px;
  background-color: #f5dfbc;
  font-size: 10px;
  font-family: Tahoma, Geneva, sans-serif;
  display: inline-block;
  position: absolute;;
  bottom: 30px;
  right: -10px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.plus:hover .hover-note,
.minus:hover .hover-note {
  opacity: 1;
  visibility: visible;
}

.hover-note:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #f5dfbc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -7px;
  right: 12px;
}

/*=== HEADER ===*/
#header {
  height: 0px;
}

#header > .nav-bar{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
	height: 0;
	color: #ffffff;
	background-position: center 0;
}
#header .relative{
	height: 100%;
}

.reset #header > .nav-bar{
	top: -200px;
}
#inner.header-reset #header > .nav-bar{
	top: -85px;
}

#inner #header > .nav-bar,
.fixed #header > .nav-bar{
	position: absolute;
	top: 0;
	height: 85px;
	background: url(/images/layout/bg_header.png) repeat-x, url(/images/layout/bg_paper.png) repeat #ffffff;
	background-position: top center;
	color: #2a160e;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
.fixed #header > .nav-bar{
	position: fixed !important;
	top: 0 !important;
	height: 70px !important;
	background-position: top -7px center !important;
}

#page #header > .nav-bar {
  height: 70px;
}
#inner #header > .nav-bar .page .cell{
	padding-top: 15px;
	vertical-align: middle;
}
.fixed #header > .nav-bar .page .cell {
	padding-top: 10px !important;
	vertical-align: middle;
}
#inner #header > .nav-bar .social span,
.fixed #header > .nav-bar .social span{
	display: inline-block;
}
#inner #nav-btn,
.fixed #nav-btn{
	margin-top: 0;
}

.button.banner-button {
	position: absolute;
	top: 100px;
	right: 50%;
	margin-right: -512px;
	max-width: 300px;
	white-space: normal;
	font-size: 14px;
	line-height: 1.4;
/* 	color:#89051F; */
	color: #fff;
	border-color: #a7ae74;
	padding: 12px;
}
.button.banner-button:hover,
.button.banner-button:active {
/* 	background-color: #89051F; */
	background-color: #a7ae74;
	color: #fff;
	border-collapse: #fff;
}

/*=== MAIN NAVIGATION ===*/
#menu{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 110;
	max-width: 50%;
	width: 100%;
	background-color: #f6f2ed;
	height: 100%;
    overflow: auto;
	color: #ffffff;
	width: 0;
}
.main-menu > .cell:last-child{
	width: 50px;
    padding-top: 50px;
}
.close-menu{
	display: block;
	color: #2a160e;
	font-size: 22px;
	font-family: 'Conv_Metropolis-Medium';
}
.images-menu-list {
	height: 100%;
}
.images-menu-list li{
	position: relative;
	height: 33.3%;
	min-height: 213px;
}
.images-menu-list li.item_1,
.images-menu-list li.item_2,
.images-menu-list li.item_3{
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.images-menu-list div.relative{
	background-color: rgba(33, 17, 10, 0.4);
}
.images-menu-list li:hover div.relative{
	background-color: rgba(33, 17, 10, 0.7);
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
.images-menu-list a{
	font-weight: 600;
	font-size: 30px;
	font-family: 'Conv_Great_Primer_PRO_Roman';
	text-transform: uppercase;
	overflow: hidden;
}
.images-menu-list li.item_1 a{
	background: url(/images/layout/menu_dots_green.png) no-repeat center center;
}
.images-menu-list li.item_2 a{
	background: url(/images/layout/menu_dots_yellow.png) no-repeat center center;
}
.images-menu-list li.item_3 a{
	background: url(/images/layout/menu_dots_red.png) no-repeat center center;
}
.images-menu-list li span:after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    display: inline-block;
    width: 110px;
    height: 6px;
    margin-left: -55px;
}
.images-menu-list li.item_1 span:after{
    background-color: #a7ae74;
}
.images-menu-list li.item_2 span:after{
	 background-color: #e4d09e;
}
.images-menu-list li.item_3 span:after{
	 background-color: #89051f;
}
.nav-menu,
.menu-list{
	padding: 36px 15px 0 46px;
	color: #2a160e;
}
.nav-menu > li{
	margin-bottom: 50px;
}
.nav-menu > li a,
.menu-list > li a{
	font-size: 22px;
	font-family: 'Conv_Great_Primer_PRO_Roman';
	text-transform: uppercase;
	white-space: nowrap;
}
.nav-menu > li a:hover,
.menu-list > li a:hover,
.close-menu:hover{
	color: #5e0315;
}
.nav-menu > li ul li,
.menu-list > li ul li {
	margin-bottom: 15px;
}
.nav-menu > li ul li:first-child,
.menu-list > li ul li:first-child{
	margin-top: 15px;
}
.nav-menu li ul a,
.menu-list > li ul a{
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'Conv_Metropolis-Medium';
	white-space: nowrap;
}
.nav-menu  > li ul a:hover,
.nav-menu  > li ul li.active a,
.menu-list > li ul a:hover,
.menu-list > li ul a.active{
	font-family: 'Conv_Metropolis-Black';
	color: #5e0315;
}
	/* Top Menu */
#header a:hover,
#footer a:hover{
	color: #a7ae74;
}
.social{
	font-size: 19px;
	font-family: 'Conv_Metropolis-SemiBold';
}
.social span{
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	padding-right: 15px;
}
.social a{
	margin: 5px 7px 0 0;
}
.social a:last-child{
	margin: 5px 0 0 0;
}

.center-logo img {
	position: absolute;
	max-width: inherit;
	width: 116px;
	height: 116px;
	top: 38px;
	left: 50%;
	margin-left: -58px;
}
#home .center-logo img{
	width: 200px;
	height: 200px;
	top: 49px;
	margin-left: -100px;
}

#inner .center-logo img{
	width: 130px;
	height: 130px;
	top: -10px;
	margin-left: -65px;
}

.fixed .center-logo img {
	width: 110px !important;
	height: 110px !important;
	top: -12px !important;
	margin-left: -55px !important;
}

.sub-fixed.fixed .center-logo img {
  width: 80px !important;
  height: 80px !important;
}



.top-menu{
	font-size: 0px;
	font-family: 'Conv_Metropolis-SemiBold';
	margin-top: 43px;
	transition: all 0.3s ease 0s;
}
.fixed .top-menu,
#inner .top-menu {
	margin-top: 9px;
	transition: none;
}
.top-menu > li {
  font-size: 16px;
  display: inline-block;
	padding: 0;
	vertical-align: middle;
	position:relative;
}
.top-menu > li + li {
  margin-left: 30px;
}
.top-menu > li a{
	text-transform: uppercase;
}
.top-menu .sub-menu {
  position: absolute;
  top:100%;
  width: auto;
  min-width: 140px;
  color: #2a160e;
  text-align: left;
  left: 50%;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -o-transform:      translateX(-50%);
  transform:         translateX(-50%);
  transition: opacity 0.3s ease 0s;
}
.top-menu .sub-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  top:8px;
  left: 50%;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #F3F0EB;
  -webkit-transform: translateX(-50%);
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -o-transform:      translateX(-50%);
  transform:         translateX(-50%);
}
body:not(.desktop) #sub-menu {
  display: none;
}

.top-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.top-menu .sub-menu > li {
  background-color: #F3F0EB;
  padding: 0px 5px;
}

.top-menu .sub-menu > li:first-child {
  padding-top: 5px;
}

.top-menu .sub-menu > li:last-child {
  padding-bottom: 5px;
}

.top-menu .sub-menu a {
  padding: 10px 18px;
  display: block;
  white-space: nowrap;
  text-align: center;
}
.top-menu .sub-menu a:hover {
  background-color: #2a160e;
  color: #F3F0EB !important;
}
#nav-btn{
	display: block;
	width: 38px;
}
#nav-btn span{
    width: 38px;
    height: 7px;
    background-color: #a7ae74;
    display: block;
    margin: 0 auto 3px;
}
#nav-btn span:last-child{
	margin: 0 auto;
}
#nav-btn:hover span{
	background-color: #e4d09e;
	-webkit-transition: all 0.3s ease 0s; 
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*=== MAIN-CONTENT SECTION ===*/
.main-content {
  background: url(/images/layout/bg_paper.png) repeat;
}
.main-content > .relative{
	padding: 40px 0 80px;
}
.main-content > .relative:before{
	content: "";
	position: absolute;
	z-index: 7;
  top: -38px;
  left: 0;
  width: 100%;
  height: 43px;
	background: url(/images/layout/bg_subcontent_top.png) repeat-x;
	z-index: 99;
}
.main-content > .relative > .container{
	position: relative;
}
.main-content > .relative > .container:before{
	content: "";
	width: 326px;
	height: 122px;
	display: inline-block;
	background: url(/images/layout/white_beans.png) no-repeat;
	position: absolute;
    right: 0;
	z-index: 7;
    top: -157px;
}
.main-content > div.relative > .table > .cell:first-child{
	padding-right: 70px;
}
.main-content > div.relative > .table > .cell.no-side {
  padding-right: 0px;
}
.main-content h1{
	margin-bottom: 55px;
	text-transform: inherit;
	position: relative;
	font-size: 36px;
}
.main-content h1:after{
	content: "";
	display: inline-block;
	width: 90px;
	height: 6px;
	background-color: #89051f;
	position: absolute;
    left: 0;
    bottom: -25px;
}

.gallery-wrap{
	height: 333px;
	width: 100%;
	margin-bottom: 35px;
	overflow: hidden;
	max-width: 100%;
}
#galleria,
.galleria-container{
	width: 100% !important;
	height: 100% !important;
}
.sidebar{
	width: 270px;
}
.sidebar .menu-list{
	padding: 35px 20px 20px;
	margin: 37px 0 48px;
	background-color: #e7e4de;
}
.sidebar .menu-list > li{
	margin-bottom: 0;
}
.sidebar .menu-list > li a{
	padding-left: 15px;
}
.sidebar .menu-list > li ul li{
	border-bottom: 1px solid #d4d0ca;
	margin-bottom: 0;
}
.sidebar .menu-list > li ul li:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar .menu-list > li ul a{
	position: relative;
	display: block;
	padding: 13px 0 13px 15px;
}
.sidebar .menu-list > li ul a:hover:before,
.sidebar .menu-list > li ul a.active:before{
	content: "";
	display: inline-block;
	width: 44px;
	height: 6px;
	background-color: #231510;
	position: absolute;
    top: 50%;
    left: -42px;
    margin-top: -3px;
}
.sidebar .side-callout {
  text-align: center;
}
.sidebar .side-callout > .cell {
  padding: 0px !important;
} 
.sidebar .side-callout > .cell > img {
  margin-bottom: 10px
}
.sidebar .side-callout header{
	font-size: 26px;
	line-height: 26px;
	font-family: 'Conv_Great_Primer_PRO_Roman';
	text-transform: uppercase;
	letter-spacing: -0.9px;
	margin-bottom: 20px;
}
.sidebar .side-callout header span {
	display: block;
	font-size: 77px;
	line-height: 77px;
    margin-bottom: -5px;
	font-family: 'Conv_Metropolis-Bold';
	color: #89051f;
}
.sidebar .side-callout p{
	display: block;
	margin-bottom: 20px;
	font-family: 'Conv_Metropolis-Medium';
	letter-spacing: 0;
}
.sidebar .side-callout > .cell > span{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Conv_Metropolis-Medium';
}
.sidebar .side-callout > .cell > span:after{
	content: "";
	display: inline-block;
	background-color: #e4d09e;
	width: 90%;
	height: 6px;
}

.sidebar .side-callout + .side-testimonial {
  margin-top: 48px;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 60px;
	font-family: 'Conv_Metropolis-Medium';
}
.breadcrumbs li{
	display: inline-block;
}
.breadcrumbs li + li:before{
	content: "";
	width: 4px;
	height: 8px;
	margin: 0 5px;
	display: inline-block;
	background: url(/images/arrows/arr_breadcrumbs.png) no-repeat;
}
/*=== FOOTER ===*/
.ETI {
	display: inline-block;
	width: 70px;
    height: 70px;
    background: url("../images/layout/ETI-logo.jpg") no-repeat;
    background-size: 84px;
    background-position-x: -5px;
}
.BRCGS {
	display: inline-block;
	width: 139px;
    height: 44px;
    background: url("../images/layout/BRCGS-logo.png") no-repeat;
}
.bottom-right {
	height: 100px;
	margin-top: 20px;
	margin: 0 auto;
}
.bottom-container {
	margin: auto;
}
#footer {
  height: 98px;
}
#footer > .footer {
  width: 100%;
  z-index: 100;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
}
#footer > .footer .relative{
	padding: 7px 0 23px;
	z-index: 6;
	background-color: #2a160e;
}
#footer > .footer .relative:before{
	content: "";
	position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    height: 43px;
	background: url(/images/layout/bg_footer.png) repeat-x;
}
#footer > .footer .content-table .footer-logo {
	width: 88px;
}
#footer > .footer .content-table .info-contact {
	width: 470px;
    letter-spacing: -0.5px;
    line-height: 1.5;
    
}
.footer-bottom {
	max-width: 1024px;
	border-top: solid;
	border-color: #FFF;
	border-width: 1px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.footer-bottom a:nth-child(1) {
	margin-right: 15px;
}
.footer-bottom a:nth-child(2) {
	margin-bottom: 15px;
	margin-right: 73px;
}
#footer > .footer .content-table .tnp{
	width: 195px;
	text-transform: uppercase;
}
#footer > .footer .content-table .tnp a{
	padding-right: 5px;
}
#footer > .footer .content-table .jb-logo {
	width: 140px;
}

.footer-layout > .cell:first-child {
  width: 54%;
}

#home #footer > .footer{
	position: fixed;
	bottom: 0;
	height: auto;
}

.logo-ft{
    display: inline-block;
    vertical-align: middle;
    background: url(/images/layout/logo-2020.png) no-repeat;
    background-size: contain;
    opacity: .5;
    width: 69px;
    height: 69px;
}

.jbsystem{
	display: inline-block;
    vertical-align: middle;
    width: 78px;
    height: 34px;
    background: url(/images/icons/JB_System_logo.png) no-repeat;
}

/*=== HOMEPAGE MAIN ===*/
.main-bg {
	min-height: 100%;
	background: url(/images/layout/bg_main.png) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}

body:not(.desktop) .main-bg {
  background-position: center center;
  background-size: 177.77777778vh 100%;
}
#page .main-bg {
  background: #FFF;
}
#inner .main-bg {
  background: #FFF;
}
.main-bg > .relative{
	z-index: 6;
}

#home .main-bg {
	position: relative;
	overflow: hidden;
}
#video1,
#homeBGlayer {
	display: block;
	background-color:#FFF;
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
	position: fixed;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
#homeBGlayer {
  background: url(/images/layout/bg_main.png) no-repeat center center scroll transparent;
  background-size: cover;
  top: inherit;
  bottom: 0;
  height: 120%;
  -webkit-transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
}
body:not(.desktop) .main-overlay, body:not(.desktop) .inner-overlay, body:not(.desktop) .bg-overlay {
  top: inherit;
  bottom: 0;
  height: 120%;
}

body:not(.desktop) #inner .bg-overlay {
  height: 100%;
}

#video2 {
	display: block;
	top: 50%;
	left: 50%;
	width: 177.77777778vh;
	height: 100%;
	min-height: 56.25vw;
	position: relative;
	min-width: 100%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

/*=== TOP BANNER ===*/
#home .banner{
	min-height: 830px;
}
#home .banner .cell .cell{
	padding-top: 100px;
}
.banner .relative,
.images-menu-list div.relative,
#story .relative{
    height: 100%;
    min-height: 100%;
	z-index: 6;
}
.banner-text{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
}
.banner-text span{
	font-size: 35px;
	font-family: 'Conv_Metropolis-Bold';
}
.banner-text span:after,
.banner-text span:before{
	content: "";
    display: inline-block;
    width: 92px;
    height: 6px;
    margin: 0 0 5px 34px;
    background-color: #e4d09e;
    vertical-align: middle;
}
.banner-text span:before{
    margin: 0 34px 5px 0;
}
.banner-text p{
	margin-bottom: 10px;
	line-height: 1;
	font-size: 95px;
	font-family: 'Conv_Great_Primer_PRO_Roman';
	letter-spacing: -0.9px;
}
.arrow-down{
	display: inline-block;
    width: 40px;
    height: 22px;
    background: url(/images/arrows/arr_down.png) no-repeat;
    position: absolute;
    z-index: 90;
    text-indent: -9999px;
    bottom: 160px;
    left: 50%;
    margin-left: -20px;
}
#page .banner{
	min-height: 675px;
	background: url(/images/banners/placeholder.jpg) no-repeat top center;
	background-size: cover;
}
#page .banner .relative{
	background-color: rgba(33, 17, 10, 0.65);
}
#page .banner-text{
	font-family: 'Conv_Metropolis-SemiBold';
	font-size: 25px;
}
#page .banner-text p{
	font-size: 75px;
	letter-spacing: 0;
	margin-top: 15px;
}
#page .times{
	position: absolute;
    text-transform: uppercase;
    font-family: 'Conv_Metropolis-Bold';
    font-size: 22px;
    color: #e4d09e;
    bottom: 70px;
}
#page .times span{
	text-transform: capitalize;
}
#page .arrow-down{
	bottom: 70px;
}
.video-btn{
	margin: 20px auto 0;
	display: block;
	width: 52px;
	height: 52px;
}
.video-btn.play {
  background: url(/images/icons/play_btn.png) no-repeat;
}
.video-btn.pause {
  background: url(/images/icons/pause_btn.png) no-repeat;
}
.sub-banner .bg-overlay{
	position: relative;
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(57,43,37,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(57,43,37,1) 100%); 
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(57,43,37,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#392b25',GradientType=0 );
}
.sub-banner .cell{
	height: 350px;
	background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*=== SLOGAN SECTION ===*/
#slogan > .cell{
	padding-bottom: 120px;
}
.slogan-block{
	line-height: 54px;
	max-width: 73.6%;
	margin: 0 auto;
	font-size: 35px;
	font-family: 'Conv_Metropolis-SemiBold';
	color: #ffffff;
	text-transform: uppercase;
}
.slogan-block p{
	font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
.slogan-block p:after{
	content: "";
	display: block;
	background-color: #e4d09e;
	height: 6px;
	margin-top: 40px;
}
.center-icon{
	height: 154px;
	margin: 0 auto;
	background: url(/images/layout/dots_center.png) no-repeat center center, url(/images/icons/cutlery.png) no-repeat center center;
}
.center-icon:before,
.center-icon:after{
	content: "";
	position: absolute;
    top: 53%;
	left: 0;
    display: inline-block;
    width: 41.6%;
    height: 6px;
    background-color: #e4d09e;
}
.center-icon:after{
	left: inherit;
	right: 0;
}

/*=== ITEMS SECTION ===*/
#items{
	font-size: 14px;
	font-family: 'Conv_Metropolis-SemiBold';
	color: #ffffff;
}
#items .relative{
	min-height: 560px;
}
#items p{
	line-height: 24px;
}
.items-bg{
	position: absolute;
	top: 180px;
	bottom: 0;
	width: 100%;
	background: url(/images/layout/bg_story.png) repeat;
	z-index: -1;
}
.items-bg:before{
	content: "";
    position: absolute;
    top: -43px;
    left: 0;
    width: 100%;
    height: 43px;
    background: url(/images/layout/bg_items.png) repeat-x;
}
.item-link{
	display: inline-block;
    width: 100%;
	position: relative;
}
.item-link.item-1{
	background: url(/images/layout/dots_green.png) no-repeat bottom 74px center;
}
.item-link.item-2{
	background: url(/images/layout/dots_yellow.png) no-repeat bottom 88px center;
}
.item-link.item-3{
	background: url(/images/layout/dots_red.png) no-repeat bottom 72px center;
}
.item-link:after{
    content: "";
    display: inline-block;
    height: 6px;
    width: 126px;
    position: absolute;
    bottom: 89px;
	left: 50%;
    margin-left: -63px;
}
.item-link.item-1:after{
	background-color: #a7ae74;
}
.item-link.item-2:after{
	background-color: #e4d09e;;
}
.item-link.item-3:after{
	background-color: #89051f;
}
#items .img-box{
	margin: 0 auto 72px;
	position: relative;
	height: 267px;
	width: 266px;
	overflow: hidden;
	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
			border-radius: 50%;
}
.item-link.item-1 .img-box,
.item-link.item-2 .img-box,
.item-link.item-3 .img-box {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-link .bg-overlay{
	opacity: 0;
	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
.item-link.item-1 .bg-overlay{
	background: url(/images/icons/plus.png) no-repeat center center, rgba(167, 174, 116, 0.85);
}
.item-link.item-2 .bg-overlay{
	background: url(/images/icons/plus.png) no-repeat center center, rgba(228, 208, 158, 0.85);
}
.item-link.item-3 .bg-overlay{
	background: url(/images/icons/plus.png) no-repeat center center, rgba(137, 5, 31, 0.85);
}
.item-link:hover .bg-overlay{
	opacity: 1;
}

/*=== SUB-MENU SECTION ===*/
#sub-menu {
  background: url(/images/layout/bg_submenu.png) repeat;
}

#sub-menu nav{
	position: relative;
	background: url(/images/layout/bg_submenu.png) repeat;
}
#sub-menu nav:before {
	content: "";
	position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    height: 43px;
	background: url(/images/layout/bg_submenu_top.png) repeat-x;
	z-index: 6;
}
#sub-menu nav ul li{
	display: inline-block;
	padding: 0 29px;
}
#sub-menu nav ul li a{
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	padding: 26px 0;
    display: inline-block;
}
#sub-menu {
  height: 71px;
}
.sub-fixed #sub-menu nav {
  position: fixed;
  left: 0px;
  width: 100%;
  height: 71px;
  top:0px;
  transition: all 0.4s ease 0.4s;
  overflow: hidden;
  z-index: 99;
}
/*=== ABOUT ===*/
#about{
	background: url(/images/layout/bg_paper.png) repeat, url(/images/content/beans.png) no-repeat top -184px right;
	padding: 85px 0 100px;
}
.inner-content h3{
	margin-bottom: 45px;
	text-transform: inherit;
	line-height: 40px;
	max-width: 585px;
}
.inner-content h3 span,
.main-content h1 span{
	margin-bottom: 15px;
	color: #a7ae74;
	line-height: normal;
}
.inner-content .table .cell:first-child{
	width: 126px;
}
.inner-content .table .cell:nth-child(2){
	padding-right: 34px;
}
.inner-content .table .cell:last-child{
	padding-left: 34px;
}
.inner-content hr{
	margin-top: 7px;
	width: 72%;
    height: 6px;
    border: none;
    background-color: #89051f;
}
.inner-content p{
	letter-spacing: -0.7px;
}

#about h4 {
  margin-top: 25px;
}

/*=== STORY SECTION ===*/
#story .relative{
	color: #ffffff;
	padding: 80px 0 65px;
	background: url(/images/layout/bg_story.png) repeat;
}
#story .relative:before{
	content: "";
	position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    height: 43px;
	background: url(/images/layout/bg_story_top.png) repeat-x;
}
.story-top{
	max-width: 774px;
	margin: 0 auto;
}
.story-top h2{
	position: relative;
	max-width: 72%;
	margin: 0 auto 60px;
}
.story-top h2:before,
.story-top h2:after{
	content: "";
	background: url(/images/layout/title_line.png) no-repeat;
	position: absolute;
	left: 0;
	top: -15px;
    height: 3px;
    width: 100%;
}
.story-top h2:after{
	top: inherit;
	bottom: -15px;
}
.story-list{
	margin-top: 45px;
	background: url(/images/content/beans_wshadow.png) no-repeat center center;
	font-size: 0;
}
.story-list li{
	position: relative;
	display: inline-block;
    width: 50%;
    vertical-align: top;
	font-size: 14px;
}
.story-list li:nth-child(2n){
	text-align: right;
}
.story-list li:nth-child(2n) > div{
	text-align: left;
}
.story-list li > div{
	position: relative;
	display: inline-block;
	padding: 25px 0 0 128px;
	max-width: 70%;
}
.story-list .item-1{
	margin-bottom: 165px;
	background: url(/images/icons/field.png) no-repeat top 25px left 10px, url(/images/layout/dots_story.png) no-repeat -53px -58px;
}
.story-list .item-2{
	margin-bottom: 165px;
	background: url(/images/icons/processing.png) no-repeat top 25px left 10px, url(/images/layout/dots_story.png) no-repeat -53px -58px;
}
.story-list .item-3{
	background: url(/images/icons/customers.png) no-repeat top 25px left 10px, url(/images/layout/dots_story.png) no-repeat -53px -58px;
}
.story-list .item-4{
	background: url(/images/icons/shipping.png) no-repeat top 25px left 10px, url(/images/layout/dots_story.png) no-repeat -53px -58px;
}
.story-list li > div:before{
	content: "";
    display: inline-block;
	position: absolute;
}
.story-list .item-1:before{
	top: 33px;
    right: -90px;
	width: 88px;
	height: 33px;
	background: url(/images/arrows/story_1.png) no-repeat;
}
.story-list .item-2:before{
	top: 60px;
	left: -60px;
	width: 57px;
	height: 20px;
	background: url(/images/arrows/story_2.png) no-repeat;
}
.story-list .item-3:before{
	top: -45px;
    right: 106px;
	width: 65px;
	height: 48px;
	background: url(/images/arrows/story_3.png) no-repeat;
}
.story-list .item-4:before{
	top: 62px;
    left: -60px;
	width: 51px;
	height: 34px;
	background: url(/images/arrows/story_4.png) no-repeat;
}

.story-list h4{
	color: #a7ae74;
	font-family: 'Conv_Great_Primer_PRO_Roman';
}

/*=== SOCIAL SECTION ===*/
#social{
	color: #ffffff;
}
#social h3{
	margin-bottom: 0;
	font-size: 26px;
	text-transform: inherit;
	color: #ffffff;
}
#social h4{
	margin-top: 10px;
	margin-bottom: 0px;
	color: inherit;
}
#social #twitter h4 {
  margin-bottom: 20px;
  margin-top: 0px;
}
#social span{
	font-size: 14px;
	font-family: 'Conv_Metropolis-Bold';
	text-transform: uppercase;
}
#social h3 span{
	margin-top: 10px;
	color: #e4d09e;
}
#social .equipment,
#social .facebook > a {
	height: 406px;
	background-size: cover !important;
}
#social .equipment > div{
	padding: 14px 15px 15px 90px;
	background: url(/images/icons/label.png) no-repeat left 32px center rgba(33, 17, 10, 0.65);
}
#social .facebook .bg-overlay {
  
}
#social .facebook .unslider {
	overflow: hidden;
	position: relative;
}
#social .facebook .unslider-arrow{
	position: absolute;
  width: 60px;
  top: 0;
  z-index: 11;
  text-indent: -999em;
  height: 100%;
  background-position: center center !important;
}
#social .facebook .unslider-arrow.next{
	background: url(/images/arrows/slider_right.png) no-repeat;
	right: 0px;
}
#social .facebook .unslider-arrow.prev{
	background: url(/images/arrows/slider_left.png) no-repeat;
	left: 0px;
}
#social .facebook a {
	display: block;
	position: relative;
}
#social .facebook a .facebook-bg {
	height: 406px;
	background-attachment: scroll;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
}
#social .social-overlay {
  background-color: rgba(33, 17, 10, 0.65);
}

#social .social-overlay > .cell {
	padding: 0px 60px;
	text-align: center;
}

#social .facebook-content {
  display: block;
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-transform: scale(1);
  -moz-transform:    scale(1);
  -ms-transform:     scale(1);
  -o-transform:      scale(1);
  transform:         scale(1);
  opacity: 1;
  transition: all 0.3s ease 0s;
}

body.desktop #social .facebook-content {
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform:    scale(0.4);
  -ms-transform:     scale(0.4);
  -o-transform:      scale(0.4);
  transform:         scale(0.4);
}

#social .facebook:hover .facebook-content {
  -webkit-transform: scale(1);
  -moz-transform:    scale(1);
  -ms-transform:     scale(1);
  -o-transform:      scale(1);
  transform:         scale(1);
  opacity: 1;
}

#social .identity{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 15px 31px 40px;
	z-index: 6;
	text-align: left;
}

#social .facebook i{
	font-size: 24px;
    vertical-align: sub;
    padding-right: 14px;
}

#social .facebook .unslider-arrow.prev {
  -webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
  transition: all 0.3s ease 0s;
}

body.desktop #social .facebook .unslider-arrow.prev {
  -webkit-transform: translateX(-100px);
  -moz-transform:    translateX(-100px);
  -ms-transform:     translateX(-100px);
  -o-transform:      translateX(-100px);
  transform:         translateX(-100px);
}

body.desktop #social .facebook:hover .unslider-arrow.prev {
  -webkit-transform: translateX(0) !important;
  -moz-transform:    translateX(0) !important;
  -ms-transform:     translateX(0) !important;
  -o-transform:      translateX(0) !important;
  transform:         translateX(0) !important;
}

#social .facebook .unslider-arrow.next {
  -webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
  transition: all 0.3s ease 0s;
}

body.desktop #social .facebook .unslider-arrow.next {
  -webkit-transform: translateX(100px);
  -moz-transform:    translateX(100px);
  -ms-transform:     translateX(100px);
  -o-transform:      translateX(100px);
  transform:         translateX(100px);
}

body.desktop #social .facebook:hover .unslider-arrow.next {
  -webkit-transform: translateX(0) !important;
  -moz-transform:    translateX(0) !important;
  -ms-transform:     translateX(0) !important;
  -o-transform:      translateX(0) !important;
  transform:         translateX(0) !important;
}

#social .unslider-wrap > li {
  overflow: hidden;
}

#social .testimonial{
	padding: 40px 0;
	background: url(/images/layout/bg_paper.png) repeat, url(/images/layout/dots_unslider_wrap.png) repeat-x;
	height: 406px;
}
.testimonial .unslider{
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.testimonial .unslider-wrap{
	color: #2a160e;
	text-align: center;
	height: 100%;
}
.testimonial .unslider-wrap p{
	line-height: 22px;
}
.testimonial .unslider-wrap b{
	display: block;
	text-align: center;
	color: #89051f;
    font-size: 104px;
	font-family: 'Conv_Great_Primer_PRO_Roman';
    height: 40px;
    line-height: 54px;
    margin: 14px 0 0;
	font-weight: normal;
}
.testimonial .unslider-wrap h4{
	font-size: 22px;
	font-family: 'Conv_Great_Primer_PRO_Roman';
	text-transform: inherit;
}
.testimonial .unslider-wrap li{
	padding: 0 60px;
	height: 100%;
}
.testimonial .unslider-wrap li .cell {
  padding: 0px 30px;
}
.testimonial .unslider-arrow{
	width: 60px;
	height: 100%;
	top: 0;
	z-index: 11;
	text-indent: -999em;
	background-position: center center !important;
}
.testimonial .unslider-arrow.next{
	background: url(/images/arrows/slider_right.png) no-repeat;
	right: 0px;
}
.testimonial .unslider-arrow.prev{
	background: url(/images/arrows/slider_left.png) no-repeat;
	left: 0px;
}

a.testi-link {
  font-family: 'Conv_Metropolis-Bold';
  text-transform: uppercase;
  color: #89051F;
}
#main .side-testimonial a.testi-link {
  color: #E4D09E;
}

.testi-modal {
  background: url(/images/layout/bg_paper.png) scroll repeat left top #ffffff;
}

.testi-modal > .cell {
  background: url(/images/layout/bg_header.png) scroll repeat-x left top -8px;
  padding: 48px 40px 40px 40px;
}

.highslide-container .testi-modal > div {
  font-size: 18px;
  line-height: 26px;
}

.testi-modal i {
  display: block;
  text-align: center;
  color: #89051f;
  font-size: 104px;
  font-family: 'Conv_Great_Primer_PRO_Roman';
  height: 40px;
  line-height: 54px;
  margin: 14px 0 0;
  font-weight: normal;
}

.testi-modal.inner i {
  color: #A7AE74;
  margin-top:0px;
}

.testi-modal .testi-content {
  position: relative;
  z-index: 1;
}

#social #tweet {
  padding: 60px 65px 50px 60px;
  background: url(/images/layout/bg_submenu.png) repeat;
}

#social #twitter .icon {
  padding-right: 39px;
  width: 96px;
}

#social #twitter .icon i {
  background: url(/images/icons/twitter.png) scroll no-repeat top left transparent;
  display: block;
  height: 47px;
  width: 57px;
}

#social #twitter .divider {
  width: 8px;
}

#social #twitter .divider span {
  display: inline-block;
  width: 8px;
  height: 100%;
  max-height: 92px;
  background-color: #A7AE74;
}

#social #twitter .twitter-post {
  padding-left: 28px;
}

#social #twitter a{
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Conv_Metropolis-Bold';
	padding-top: 15px;
	display: block;
}

/*=== SIGNUP SECTION ===*/
#signup{
	background: url(/images/content/factory_bottom.jpg) no-repeat center center;
	background-size: cover;
}
#signup .relative{
	padding: 95px 0 120px;
	background-color: rgba(33, 17, 10, 0.65);
}
#signup h3{
	margin-bottom: 35px;
	color: #ffffff;
}
#signup h3 span{
	margin-bottom: 5px;
	color: #e4d09e;
}
#signup form{
	max-width: 81%;
	margin: 0 auto;
}
#signup  form .cell:nth-child(5){
	width: 270px;
}
form:not(.jb-form) input[type=text] {
	text-align: left;
	background: #ffffff;
	height: 61px;
	line-height: 61px;
	width: 100%;
	padding: 0 25px;
	color: rgb(81, 75, 71);
	/*  color: #a49e99; */
	text-transform: uppercase;
}
input[type=submit]{
	width: 100%;
	height: 100%;
	background: url(/images/arrows/form_right.png) no-repeat center center #a7ae74;
	color: #ffffff;
	cursor: pointer;
}
form .submit{
	width: 67px;
	height: 61px;
}
form .cell.space {
    width: 9px;
}

.side-testimonial {
  background: url(/images/layout/bg_submenu.png) scroll repeat left top transparent;
}

.side-testimonial > .cell {
  padding: 30px 20px !important;
}

.side-testimonial > .cell > div {
  padding: 0 !important;
}

.side-testimonial > .cell > div > p {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}

.side-testimonial > .cell > div > .name {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'Conv_Great_Primer_PRO_Roman';
  text-transform: inherit;
  margin-bottom: 0px;
}

.side-testimonial > .cell > div > .name > span {
  display: block;
  font-size: 14px;
}

.side-testimonial > .cell > div:before {
  content: "\00022";
  display: block;
  text-align: center;
  color: #A7AE74;
  font-size: 104px;
  font-family: 'Conv_Great_Primer_PRO_Roman';
  height: 40px;
  line-height: 54px;
  margin: 14px 0 0;
  font-weight: normal;
}

.error-message {
  color: #ff0000;
  font-size: 18px;
  line-height: 26px;
  padding-top: 20px;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: auto;
}

.error-message span {
  display: block;
  margin: 0 auto;
  max-width: 830px;
}

#recaptcha > div {
  display: none;
}

#submit.button {
  width: 100%;
}

.contact-page .sidebar iframe {
  margin-top: 30px;
}
 
#poster {
  height: 600px;
  background: url(/images/layout/consumers_image.jpg) no-repeat fixed top left transparent;
  background-size: cover;
}

a.share-icon,
a.print-icon {
	width: 30px;
	height: 30px;
	display: inline-block;
}
a.print-icon {
	background: url(/images/icons/print_icon.png) no-repeat;
}
a.share-icon {
	background: url(/images/icons/share_icon.png) no-repeat;
	margin-left: 15px;
}

#main-recipes .print-icon {
  display: none;
}

#main-recipes .share-icon {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

#main-recipes .share-icons {
  position: absolute;
  bottom: 16px;
}

#main-recipes .share-icons:before {
  content: "Share";
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: -3px;
}

#error-page #inner .main-bg {
  background: #FFF;
  padding-top: 90px;
  
}

#error-page #inner .main-bg .main-content {
  background: none;
}

#error-page #inner .main-content > .relative::before,
#error-page #inner .main-content > .relative > .container, 
#error-page #inner .sub-banner {
  display: none;
}

#error-page #inner .main-content img {
  display: inline-block;
}

#error-page .button {
  padding: 20px 20px 16px;
}

#error-page .button:hover {
  color: #FFF;
}

#error-page .button i {
  font-size: 26px;
  vertical-align: middle;
  margin-top: -8px;
  margin-left: 5px;
}
/* Grow with us */
.grow-top {
	width: 100%;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
.grow-bottom {
	width: 100%;
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}
.grow-list li {
	padding: 20px 10px 30px 65px;
	
}

.grow-list #bean {
	background: url(/images/layout/bean_red.png) no-repeat left center;
}

.grow-list #family {
	background: url(/images/layout/family_red.png)no-repeat left center;	
}
.grow-list #experience {
	background: url(/images/layout/experience_red.png)no-repeat left center;
}
.grow-list #seed {
	background: url(/images/layout/seed_red.png)no-repeat left center;
	padding-top: 20px !important;
}
.grow-list #advice {
	background: url(/images/layout/advice_red.png)no-repeat left center;
}
.grow-list #incentive {
	background: url(/images/layout/incentive_red.png)no-repeat left center;
}
.grow-list #agronomy {
	background: url(/images/layout/agronomy_red.png)no-repeat left center;
}
.grow-list #unloading {
	background: url(/images/layout/24-7-red.png)no-repeat left center;	
}
@media screen and (max-width:670px) {
	.grow-list div {
		width: 100%;
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

