@font-face {
	font-family: 'cambria';
	src: url('fonts/cambria.eot');
	src: local('☺'), url('fonts/cambria.woff') format('woff'), url('fonts/cambria.ttf') format('truetype'), url('fonts/cambria.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Manuscript';
  src: url('fonts/Manuscript.eot?#iefix') format('embedded-opentype'),  url('fonts/Manuscript.woff') format('woff'), url('fonts/Manuscript.ttf')  format('truetype'), url('fonts/Manuscript.svg#Manuscript') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
	background:#000336;
	height:100%;
	outline:none;
}
body {
	background:url(img/bg.jpg) no-repeat center top #000336;
	font:17px cambria;
	line-height:23px;
	color:#333;
	outline:none;
	margin:0;
	padding:0;
	min-height:100%;
}
a:link {
	color:#000336;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#000336;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#000336;
	text-decoration:underline;
	outline:none;
}
p {
	margin:0;
}
a img {
	border:0;
}
.container {
	width:100%;
	float:left;
}
.page-bg {
	background:#000336 !important;
}
.page-content {
	width:1120px;
	margin:0 auto;
}
.header-content {
	width:100%;
}
.header {
	background:url(img/bg.jpg) no-repeat center top #000336;
	width:100%;
	min-width:1120px;
	height:280px;
	position:relative;
}
.logo {
	position:absolute;
	top:32px;
	left:50%;
	margin-left:-96px;	
	background:url(img/logo.png) no-repeat;
	width:192px;
	height:168px;
	display:block;
}
.langs {
	width:1120px;
	position:absolute;
	top:45px;
	left:50%;
	margin-left:-560px;
	color:#fff;
	font:bold 15px cambria;
	text-align:right;
	z-index:999;
}
.langs a {
	color:#fff;
	margin:0 6px;
}
.langs a:hover {
	border-bottom:1px solid #fff;
	text-decoration:none;
}
.langs span {
	font-size:20px;
}
.menu-content {
	background:url(img/bg.jpg) no-repeat center top #000336;
	background-size:cover;
	background:#000336;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	border-top:2px solid #fefefe;
	border-bottom:2px solid #fefefe;
}
.menu {
	width:820px;
	padding:0;
	margin:0 auto;
	text-align:justify;
}
.menu:after {
  content:"";
  display:inline-block;
  width:100%;
}
.menu .menu-cat {
	display:inline-block;
	position:relative;
}
.menu .menu-cat a {
	font:19px cambria;
	line-height:24px;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:11px 0 12px 0;
}
.menu .menu-cat a.current {
	color:#0071bb;
}
.menu .menu-arrow {
	background:url(img/menu_arrow.png) no-repeat;
	width:19px;
	height:10px;
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-10px;
	display:none;
}
.menu .menu-cat a.current .menu-arrow {
	color:#0071bb;
	display:block;
}
.menu .menu-cat a:hover {
	text-decoration:underline;
}
.menu .menu-cat ul {
	background:#0071bb;
	width:200px;
	padding:5px;
	margin:0 0 0 -105px;
	list-style:none;
	position:absolute;
	top:47px;
	left:50%;
	display:none;
	z-index:999;
	border-top:2px solid #0071bb;
}
.menu .menu-cat ul.submenu-sml {
	width:154px;
	margin:0 0 0 -82px;
}
.menu .menu-cat:hover ul {
	display:block;
}
.menu .submenu-arrow {
	background:url(img/submenu_arrow.png) no-repeat;
	width:19px;
	height:10px;
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-10px;
	display:none;
}
.menu .menu-cat:hover .submenu-arrow {
	display:block;
	top:-12px;
}
.menu .menu-cat ul li {
	width:100%;
	padding:0;
	margin:0;
}
.menu .menu-cat ul li a {
	font:17px cambria;
	margin:0;
	padding:5px 7px;
	text-transform:none;
	text-align:left;
}
.menu .menu-cat ul li a:hover {
	text-decoration:underline;
}
.content {
	width:770px;
	background:url(img/pattern_new.png) top center #fefefe;
	margin:18px auto 0 auto;
	padding:20px 25px;
	min-height:521px;
	text-align:justify;
}
.footer {
	width:820px;
	margin:30px auto 0 auto;
}
.footer-menu {
	width:25%;
	padding:0 0 50px 16px;
	box-sizing:border-box;
	float:left;
}
.footer-menu-title {
	width:100%;
	margin-bottom:15px;
	float:left;
}
.footer-menu-title a {
	font:19px cambria;
	line-height:22px;
	text-transform:uppercase;
	color:#fff;
}
.footer-menu ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.footer-menu ul li {
	width:100%;
	margin:4px 0;
	float:left;
}
.footer-menu ul li a {
	font:17px cambria;
	line-height:20px;
	color:#fff;
}
.content-intro {
	width:1120px;
	padding:300px 0 0 0;
	text-align:center;
}
.logo-intro {
	background:url(img/logo_intro.png) no-repeat;
	width:236px;
	height:206px;
	margin:0 auto;
}
.menu-intro {
	font:27px cambria;
	color:#fff;
	margin-top:82px;
}
.menu-intro a {
	color:#fff;
	text-transform:uppercase;
	margin:0 40px;
}
.menu-intro a:hover {
	border-bottom:1px solid #fff;
	text-decoration:none;
}
.menu-intro span {
	font-size:35px;
}
.slider-content {
	background:#fff;
	width:100%;
	margin-top:18px;
	text-align:center;
}
.slider {
	background:#fff;
	width:100%;
	height:200px;
	text-align:center;
	position:relative;
}
.bxslider li div {
	height:215px;
	margin:0 2px;
}
#slider-prev {
	background:url(img/arrow_prev.png) no-repeat 13px center #000;
	display:block;
	text-indent:-9999;
	position:absolute;
	top:0;
	left:0;
	opacity:0.6;
	z-index:90;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
#slider-prev:hover {
	opacity:0.75;
}
.bx-prev {
	width:52px;
	height:200px;
	display:block;
	text-indent:-9999;
}
#slider-next {
	background:url(img/arrow_next.png) no-repeat center right 13px #000;
	display:block;
	text-indent:-9999;
	position:absolute;
	top:0;
	right:0;
	opacity:0.6;
	z-index:90;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
#slider-next:hover {
	opacity:0.75;
}
.bx-next {
	width:52px;
	height:200px;
	display:block;
	text-indent:-9999;
}
.production-img {
	width:1120px;
	height:auto;
	display:none;
}
.title {
	width:100%;
	font:37px Manuscript;
	padding:0 0 8px 0;
	color:#a48432;
}
.production-sub-content span {
	font-size:20px;
	line-height:33px;
	color:#0071bb;	
}
.production-sub-content img {
	width:770px;
	height:auto;
	margin:6px 0 3px 0;
}
.gallery-content {
	width:788px;
	margin:-5px 0 0 -8px;
}
.gallery-content .gallery-image {
	width:139px;
	height:139px;
	margin:9px;
	display:inline-block;
}
.pate-img {
	width:100%;
	position:relative;
}
.pate-img div {
	position:absolute;
	top:10px;
	right:15px;
	text-align:right;
}
.canned-food-img {
	width:100%;
	position:relative;
}
.canned-food-img-text {
	width:160px;
	position:absolute;
	top:70px;
	right:20px;
	text-align:left;
	color:#fff;
	border-top:2px solid red;
}
.canned-food-img-text div {
	line-height:20px;
}
.canned-food-img span {
	width:100%;
	display:block;
	font-size:22px;
	line-height:25px;
	padding-bottom:3px;
	color:#fff;
	border-bottom:2px solid red;
}
.collective-img {
	width:350px;
	display:inline-block;
	margin:13px 17px 25px 17px;
	font-size:19px;
	line-height:30px;
	text-align:center;
}
.icons {
	width:145px;
	position:absolute;
	top:253px;
	left:32px;
	z-index:999;
}
.icons .europe {
	background:url(img/europe.png) no-repeat center;
	width:100px;
	height:67px;
	display:block;
	margin-bottom:10px;
}
.icons .ezf {
	background:url(img/ezf.png) no-repeat center;
	width:100px;
	height:43px;
	display:block;
	margin-bottom:10px;
}
.icons .lad {
	background:url(img/lad.png) no-repeat center;
	width:100px;
	height:44px;
	display:block;
}
.contact-box {
	width:250px;
	height:290px;
	display:inline-block;
	vertical-align:top;
}
.copyrights {
	text-align:center;
	color:#fff;
	min-width:100%;
	padding-bottom:30px;
	float:left;
}
button {
	font-size:17px;
	cursor:pointer;
}
input {
	padding:3px;
	font:17px cambria;
}
input[type="file"] {
	font:14px cambria;
}
textarea {
	resize:vertical;
	padding:3px;
	font:17px cambria;
}
.true {
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.true span {
	color:#737373;
}
.false {
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {	
background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.bxslider ul li {
	margin:0 2px !important;
}
#back-top {
	background:url(img/back_to_top.png) no-repeat;
	width:48px;
	height:48px;
	display:block;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
	z-index:999;
}