@font-face{ 
	font-family: 'bebas_neueregular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('BebasNeue-webfont.woff') format('woff'),
    url('BebasNeue-webfont.ttf') format('truetype'),
    url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	margin:0;
	padding:0;
}

body {
	/*background-color: #e2e2e2;*/
}

a {
	text-decoration: none;
}

ul li {
	list-style-type: none;
	display: inline;
}

h1 {
	font-family: 'bebas_neueregular', sans-serif;
	color: #1b572c;
	margin-bottom: 20px;
}

h2 {
	font-family: 'bebas_neueregular', sans-serif;
	color: #bbbbbb;
	margin-top: 14px;
	margin-bottom: 14px;
}

.container, body, html {
}

.container {
	width: 1024px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	/*box-shadow: 0px -1px 23px 0px rgba(50, 50, 50, 0.9);*/
}

.header {
	width: 1024px;
	height: 120px;
	position: center;
	margin: 0 50 0 auto;
	padding: 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 85%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 85%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

#logo {
	display: inline;
	float: left;
	margin-top: 18px;
	margin-left: 50px;
	margin-bottom: -13px;
}

#message {
	display: inline;
	float: right;
	margin-top: 35px;
}

#langflags {
	width: 51px;
	height: 90px;
	float: right;
}

#selected {
	color: #1b572c;
}

.menubar {
	width: 1024px;
	height: 27px;
	padding-top: 13px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;

	background: rgb(244,157,26); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(244,157,26,1) 1%, rgba(242,211,55,1) 50%, rgba(244,157,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(244,157,26,1)), color-stop(50%,rgba(242,211,55,1)), color-stop(100%,rgba(244,157,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(244,157,26,1) 1%,rgba(242,211,55,1) 50%,rgba(244,157,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(244,157,26,1) 1%,rgba(242,211,55,1) 50%,rgba(244,157,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(244,157,26,1) 1%,rgba(242,211,55,1) 50%,rgba(244,157,26,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(244,157,26,1) 1%,rgba(242,211,55,1) 50%,rgba(244,157,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49d1a', endColorstr='#f49d1a',GradientType=1 ); /* IE6-9 */

}

.menubar a {
	color: #ffffff;
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 18px;
}

.menubar li {
	margin: 0 38px 0 38px;
}

.content {
	width: 1024px;
	overflow: auto;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

.slideshow {
	overflow: auto;
}

#divider {
	width: 300px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 21px;
	border: none;
	background-color: #cccccc;
}

.sections {
	overflow: auto;
	margin-left: 50px;
	margin-right: 50px;
}

.sections #secblock {
	width: 300px;
	margin-right: 5px;
	display: inline-block;
	background-color: #F2F2F2;
	margin-bottom: 20px;
}

#secblock p {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

#morebutton {
	margin-left: 150px;
}

.textabout {
	float: left;
	padding-left: 60px;
	margin-top: 20px;
	width: 500px;
	font-family: 'Lato', sans-serif;
}

.bgimage {
	float: right;
	margin-top: -85px;
}

.contentfa {
	height: 547px;
}

#image_gallery {
	width: 460px;
	overflow: auto;
	float: right;
}

#textfa {
	width: 400px;
	padding-left: 50px;
	padding-right: 70px;
	height: 273px;
	float: left;
	font-family: 'Lato', sans-serif;
}

#mapfa {
	width: 450px;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 60px;
	margin-bottom: 20px;
	height: 273px;
	float: left;
}

.scroller {
	width: 924px;
	padding: 0 50px 0 50px;
	background-image: url('images/maxifondo.jpg');
	overflow-y: auto;
	font-family: 'Lato', sans-serif;
	margin-top: -82px;
}

#packtrans {
	height: 350px;
	padding-top: 100px;
	text-align: right;
	font-size: 20px;
}

#growgreen {
	height: 485px;
	font-size: 20px;
}

#fscertification {
	text-align: right;
	font-size: 20px;
	height: 600px;
}

#development {
	height: 200px;
	font-size: 20px;
}

.social {
	width: 166px;
	height: 50px;
	padding-left: 807px;
	padding-right: 50px;
	padding-bottom: 20px;
	vertical-align: bottom;
}

.social a {
	display: inline-block;
}

.footer {
	width: 924px;
	height: 130px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #1a1a1a;
	font-family: 'bebas_neueregular', sans-serif;
}

#footblock {
	display: inline-block;
	width: 300px;
	height: 90px;
	margin-right: 5px;
	padding: 0;
}

#footblock img {
	width: 98px;
}

.rightsres {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	text-align: center;
	color: #BDBDBD;
}

#fdata {
	display: inline-block;
	width: 250px;
	height: 90px;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #BDBDBD;
}

#fdata hr {
	height: 2px;
	border: none;
	background-color: #BDBDBD;
}

#fdata a {
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color: #BDBDBD;
}

#fdata img {
	display: inline;
	margin-right: 20px;
}

#langselect {
	color: #FFFFFF;
}

.aside {
	display: inline;
}

.formspace {
	font-family: 'Lato', sans-serif;
	width: 650px;
	overflow: auto;
	margin: 40px auto 0 auto;
}

.cform {
	display: inline-block;
	width: 320px;
	height: 580px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#verdivider {
	display: inline-block;
	width: 2px;
	height: 320px;
	background-color: #cccccc;
}

input {
	margin-top: 10px;
	margin-bottom: 20px;
}

.bx-prev,
.bx-next {
	display: none;
}

.bx-wrapper:hover .bx-prev, 
.bx-wrapper:hover .bx-next {
	display: block;
}
