a, a:active, a:link {
	color: #532300;
	font-weight: bold;
}
body {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #532300;
	margin: 0;
	overflow-x: hidden;
}
.justified {
	text-align: justify;
	text-justify: inter-word;
}
body, #header {
	background: url("../images/bg.jpg") no-repeat center 0% fixed;
	background-size: cover;
}
#main-container {
	position: relative;
	border-radius: 40px 40px 0 0;
	background: white;
	width: 700px;
	margin: 0 auto;
	padding: 20px 50px 0 50px;
	margin-top: 182px;
	box-sizing: content-box;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 11px 0px rgba(50, 50, 50, 0.75);
	background: white;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 65%) fixed;
	background:    -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 65%) fixed;
	background:     -ms-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 65%) fixed;
	background:         linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 65%) fixed;
}
#header {
	background-size: cover;
	text-align: center;
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 250;
	height: 180px;
}
.anchor {
	display: block;
	position: relative;
	top: -180px;
	visibility: hidden;
}
#logo {
	height: calc(100% - 40px);
	background: url("../images/logo.png") no-repeat center center;
	margin: 20px 0;
	cursor: pointer;
}
#main {
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
h1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a77423+0,532300+69 */
	color: #a77423; /* Old browsers */
	background: -moz-linear-gradient(top, #a77423 0%, #532300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a77423 0%,#532300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a77423 0%,#532300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -o-linear-gradient(transparent, transparent);
	background: -ms-linear-gradient(transparent, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77423', endColorstr='#532300',GradientType=0 ); /* IE6-9 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@supports (-ms-accelerator:true) {
	h1 {
		background: none; /* Chrome10-25,Safari5.1-6 */
		-webkit-background-clip: border-box !important;
		-webkit-text-fill-color: unset !important;
	}
}
h1 {
	font-family: Cookie, cursive, serif;
	margin-bottom: 15px;
	font-size: 52px;
	text-align: center;
	line-height: 48px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #B77510;
}
h2, .product {
	color: #a77422;
}
h2 {
	border-bottom: 1px dotted #5F1E00;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 300;
}
.indented {
	padding-bottom: 30px;
}
.bold-list {
	list-style-position: inside;
	font-weight: 600;
	padding-left: 0;
}
.bold-list li {
	width: 230px;
}
.bold-list li:not(:last-child) {
	border-bottom: 1px dotted #B6AB3A;
}
.color2 {
	color: #a77422;
}
.section:not(:first-child) {
	margin-top: 100px;
}
.contacts {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	color: #7d7f7e;
      padding-bottom: 50px;
}
.contacts .title {
	font-weight: bold;
}
.contacts .title, .contacts .fa {
	color: #532300;
}
#footer {
	width: 100%;
	background: #ddd14a; /* Old browsers */
	background: -moz-linear-gradient(top, #ddd14a 0%, #f6f2cd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ddd14a 0%,#f6f2cd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ddd14a 0%,#f6f2cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd14a', endColorstr='#f6f2cd',GradientType=0 ); /* IE6-9 */
	height: 200px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
#footer .logos-main {
	margin: 0 auto;
	width: 450px;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}
#footer .image {
	display: block;
	width: 200px;
	height: 50px;
	background-size: contain !important;
}
#footer .logo-cf {
	background: url("../images/logo-cf.png") no-repeat center center;
}
#footer .logo-ci {
	background: url("../images/logo-ci.png") no-repeat center center;
}
#legumes {
	position: absolute;
	background: url("../images/legumes.png") no-repeat top right;
	width: 600px;
	height: 292px;
	right: -135px;
}
.products-sub {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.product {
	position: relative;
	text-align: center;
	margin-left: 30px;
	/*min-width: 96px;*/
	min-width: 112px;
	margin-bottom: 20px;
}
.product span {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.product img {
	margin-bottom: 20px;
}
.product:not(:first-child) {
	margin-left: 15px;
}
.product-desc {
	margin-left: 30px;
	font-style: italic;
}
.hr {
	margin: 0;
	height: 2px;
	background: black;
	background: -webkit-linear-gradient(left, transparent, rgba(0,0,0,0.2) , transparent);
	background:    -moz-linear-gradient(left, transparent, rgba(0,0,0,0.2) , transparent);
	background:     -ms-linear-gradient(left, transparent, rgba(0,0,0,0.2) , transparent);
	background:         linear-gradient(left, transparent, rgba(0,0,0,0.2) , transparent);
}
#ppef {
	background: url("../images/ppef.png") no-repeat center center;
	width: 250px;
	height: 70px;
	flex-shrink: 0;
	margin-right: 20px;
}
#back-up {
	width: 40px;
	height: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a3c18+0,5b2300+100 */
	background: rgb(138,60,24); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(138,60,24,1) 0%, rgba(91,35,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(138,60,24,1) 0%,rgba(91,35,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(138,60,24,1) 0%,rgba(91,35,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3c18', endColorstr='#5b2300',GradientType=0 ); /* IE6-9 */
	position: absolute;
	right: 10%;
	top: -40px;
	color: white;
	display: table;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
#back-up .fa {
	vertical-align: middle;
	display: table-cell;
}
#our-products {
	display:flex;
}
#map {
	margin-left: 20px;
	float: right;
}
@media screen and (max-width: 840px) {
	#main-container {
		width: auto;
	}
	#legumes {
		width: calc(100% + 100px);
		left: 0;
		right: 0;
		position: relative;
		background-position: center center;
		margin: 0 -50px;
	}
	#footer .logos-main {
		width: 100%;
		height: calc(100% - 80px);
		padding-top: 0;
		margin: 40px 0;
	}
	#ppef {
		margin: 0;
	}
	#our-products {
		flex-direction: column;
		align-items: center;
	}
	.section:not(:first-child) {
		margin-top: 0px;
	}
	#footer .logos-main {
		justify-content: center;
	}
	#footer .logos-main a {
		margin: 0 20px;
	}
}
@media screen and (max-width: 500px) {
	#header {
		position: absolute;
	}
	.products-sub, #footer .logos-main {
		flex-direction: column;
		align-items: center;
	}
	#map {
		margin: 0;
	}
	#ppef {
		margin: 0;
	}
	.product {
		margin: 0 !important;
	}
	#footer .logos-main a {
		margin: 0px;
	}
	#footer .logos-main a:first-child {
		margin-bottom: 10px;
	}
	.anchor {
		display: block;
		position: relative;
		top: 0px;
		visibility: hidden;
	}
	.indented {
		margin-left: 20px;
	}
}
