@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Titan+One&subset=latin,latin-ext);
html {
	position: relative;
}
body {
	background-color: #FBFBFB;
	font-family: Ubuntu, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	position: relative;
	background-image: url(../pictures/background.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	width: 100%;
	margin: 0;
	padding: 0;
}
.separator {
	content: "";
	display: block;
	clear: both;
	height: 50px;
}
object {
	outline: none;
	display: block;
}
p {
	margin-bottom: 15px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, ol {
	list-style-position: outside;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
th {
	vertical-align: top;
}
a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	background-color: inherit;
	outline: none;
}
button {
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	background-color: #F30;
	padding: 2px 10px;
	text-transform: uppercase;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
label {
	display: block;
	font-size: 11px;
	vertical-align: text-bottom;
	margin-bottom: 5px;
	background-color: transparent;
}
hr {
	margin-top: 0px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../pictures/hr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 20px;
	clear: both;
}
section, nav, header, footer, aside, article, figure {
	display: block;
}
main {
	position: relative;
}
header.header1 {
	height: 2em;
	background-color: #174493;
	position: relative;
	border-bottom: 1px solid #2A64AD;
	font-size: 0.7em;
	overflow: hidden;
}
header.header1::after, header.header2::after {
	content: '';
	display: block;
	border-top: 1px solid #033E82;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
}
header.header1 div {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
header.header1 div::after {
	display: block;
	content: '';
	clear: both;
}
header.header1 div a {
	display: inline-block;
	padding-top: 0.4em;
	height: 100%;
	color: #fff;
}
header.header1 div a + a {
	margin-left: 3em;
}
.gallery {
	background-color: #EBEBEB;
	height: 290px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #174493;
	position: relative;
	overflow: hidden;
	display: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #FFF;
}
.gallery > div {
	height: 270px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
}
.gallery > div p {
	margin-top: 0;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px #000;
}
.gallery > div p.title {
	font-family: "titan One", Arial, sans-serif;
	font-size: 48px;
}
.gallery > div > nav {
	background-color: rgba(255,255,255,0.5);
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	border-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.gallery > div > nav > div {
	width: 20px;
	height: 20px;
	background-image: url(../pictures/selector_s2.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.gallery > div > nav > div.selected {
	background-image: url(../pictures/selector.png);
}
nav.topMenu {
	height: 60px;
	background-color: #174493;
	position: relative;
	width: 100%;
	z-index: 3;
}
nav.topMenu.mobileMode {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
nav.topMenu ul {
	list-style: none;
	position: relative;
	width: 1024px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0;
}
nav.topMenu ul li {
	display: inline-block;
	height: 60px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	font-size: 16px;
	line-height: 100%;
	position: relative;
}
nav.topMenu ul li:first-child {
	background-color: #FEBD11;
	width: 50px;
	background-image: url(../pictures/btnHome.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav.topMenu ul li:first-child a {
	font-size: 0;
	display: block;
	width: 48px;
	height: 60px;
	background-color: transparent;
}
nav.topMenu ul li:last-child {
	background-color: #123574;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
nav.topMenu ul li:last-child a {
	font-family: "Titan One";
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	display: block;
	width: 48px;
	height: 36px;
	background-color: transparent;
	border: none;
	text-align: center;
	padding-left: 0;
	padding-top: 15px;
	padding-right: 0;
}
nav.topMenu ul li:nth-child(2) a {
	border: none;
}
nav.topMenu ul li a {
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0.3em;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	white-space: nowrap;
	display: block;
	border-left: solid 2px #FEBD11;
	height: 55px;
	text-shadow: 1px 1px 1px #000;
	background-image: url(../pictures/buttonShader.png);
	background-repeat: no-repeat;
	background-position: left 55px;
	transition-property: background-position;
	transition-duration: 2s;
	position: relative;
}
nav.topMenu ul li a:not([data-counter='']) {
	padding-right: 2em;
}
nav.topMenu ul li a:not([data-counter=''])::after {
	content: attr(data-counter);
	text-align: center;
	position: absolute;
	width: 31px;
	height: 31px;
	line-height: 29px;
	top: 5px;
	right: -7px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	text-shadow: 1px 1px 2px #000;
}
nav.topMenu ul li a[data-icon='yellow']::after {
	background-image: url(../pictures/counterYellow.png);
}
nav.topMenu ul li a[data-icon='red']::after {
	background-image: url(../pictures/counterRed.png);
}
nav.topMenu ul li:hover a {
	background-position: left 0px;
}
nav.topMenu ul li a span {
	padding-top: 0.6em;
	font-size: 0.7em;
	font-style: normal;
	line-height: 120%;
	display: block;
	color: #BCEDFF;
}
nav.topMenu button {
	display: none;
}
header.header2 {
	height: 137px;
	background-image: url(../pictures/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-bottom: 1px solid #2A64AD;
}
header.header2 div {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pictures/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	height: 87px;
	font-size: 2em;
	text-align: right;
	color: #fff;
	padding-top: 50px;
}
header.header2.mobileMode {
	margin-bottom: 60px;
}
.document {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	color: #555;
	font-size: 18px;
	padding-top: 1px;
}
.document h1 {
	font-family: 'titan one';
	font-size: 2.6em;
	color: #174493;
	line-height: 100%;
}
.document h2 {
	font-family: 'ubuntu';
	font-size: 2em;
	color: #174493;
	margin-top: -0.5em;
	font-weight: 300;
	line-height: 100%;
}
.document h3 {
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 10px;
	padding-top: 10px;
}
.document h4 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: -20px;
	font-family: "titan One", Arial, sans-serif;
	font-weight: normal;
	color: #164e9a;
	line-height: 100%;
}
.document h5 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: -25px;
	color: #164e9a;
	line-height: 100%;
	font-weight: 300;
}
.picture {
	background-color: #FFF;
	padding: 15px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #ddd;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
}
.picture p, .picture2 p {
	line-height: 120%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.picture2 {
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.footer1 div aside {
	float: right;
}
.footer1 {
	background-color: #174493;
	height: 45px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #174493;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FEBD11;
	color: #FFF;
	background-image: url(../pictures/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
}
.footer1 div {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
	overflow: hidden;
}
.footer1 div a {
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.footer1 div a.selected {
	color: #FEBD11;
}
.footer1 div a:hover {
	color: #FEBD11;
}
.footer1 div a:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left-style: none;
}
.footer2 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #777777;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}
.footer2 a {
	color: #febd11;
}
.news {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../pictures/hr.png);
	background-repeat: repeat-x;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.news:after, .panel:after, .docContent:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.newsBox, .whatsNew {
	font-size: 14px;
	color: #777;
	height: 210px;
	width: 260px;
	border: 1px solid #DDD;
	float: left;
	margin-right: 37px;
	border-radius: 10px;
	position: relative;
	padding: 20px;
	text-align: center;
	background-color: #FFF;
	cursor: pointer;
	line-height: 100%;
	transition-property: margin;
	transition-duration: 1s;
}
.whatsNew > div {
	background-color: #fff;
}
.newsBox footer, .whatsNew footer {
	background-image: url(../pictures/boxShadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
	width: 300px;
	position: absolute;
	left: 0px;
	bottom: -9px;
}
.newsBox figure {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 130px;
	width: 260px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.newsBox h4 {
	font-size: 14px;
	color: #164e9a;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: Ubuntu, Arial, sans-serif;
}
.newsBox h4 a {
	color: #164e9a;
	font-weight: 700;
}
.whatsNew {
	background-color: #eee;
	margin-right: 0px;
	padding-top: 10px;
	height: 240px;
	width: 300px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: left;
	cursor: default;
}
.whatsNew h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	color: #164e9a;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 100%;
}
.whatsNew > div {
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: 215px;
	border-radius: 10px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.whatsNew h4 {
	font-size: 14px;
	color: #164e9a;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 100%;
	text-overflow: ellipsis;
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 7px;
	font-family: Ubuntu, Arial, sans-serif;
}
.whatsNew h4 a {
	font-weight: 700;
	color: #164e9a;
}
.whatsNew article {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	position: relative;
	cursor: pointer;
	color: #164e9a;
}
.whatsNew article aside {
	position: absolute;
	top: 7px;
	right: 0px;
	color: #777;
}
.whatsNew .articles {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	padding-top: 10px;
}
.whatsNew .articles > article {
	padding-bottom: 3px;
}
.whatsNew .articles > article > p {
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.whatsNew .articles > article:nth-child(2n) {
	background-color: #FAFAFA;
}
.whatsNew .articles > article:last-child {
	border-bottom: none;
}
.avikoSearch {
	background-image: url(../pictures/hr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.avikoSearch div {
	display: table-row;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.avikoSearch div label {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	display: table-cell;
	width: auto;
}
.avikoSearch div label + label {
	padding-left: 15px;
}
.avikoSearch div label select {
	margin-top: 10px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
	color: #888;
	padding: 5px;
	width: 100%;
}
.panel {
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 10px;
	position: relative;
}
.btnReset {
	background-color: transparent;
	background-image: url(../pictures/btnReset.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 76px;
	top: -30px;
	right: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.product {
	text-align: center;
	padding: 10px;
	height: 180px;
	width: 180px;
	border: 1px solid transparent;
	float: left;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	color: #164e9a;
	margin-bottom: 50px;
	border-radius: 10px;
}
.product:hover {
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
.product + .product {
	margin-left: 50px;
}
.product a {
	color: #164e9a;
}
.product figure {
	padding: 0px;
	height: 130px;
	width: 130px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.product figure + figure {
	display: none;
}
.path {
	font-style: italic;
	color: #333;
	font-size: 13px;
}
.path a {
	color: #174493;
}
.artGallery {
	width: 350px;
	min-height: 300px;
	float: left;
	overflow: hidden;
}
.artGallery figure {
	background-color: #FFF;
	padding: 0px;
	height: 250px;
	width: 300px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.artGallery div {
	background-color: #FFF;
	height: 85px;
	width: 85px;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: inline;
	float: left;
	margin-left: 25px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}
.artGallery div:hover {
	border-top-color: #d19c10;
	border-right-color: #d19c10;
	border-bottom-color: #d19c10;
	border-left-color: #d19c10;
}
.artGallery div + div {
	margin-left: 20px;
}
.prodDescr {
	width: 630px;
	font-size: 14px;
}
.prodDescr tr th {
	color: #d19c10;
	text-align: left;
	vertical-align: top;
	width: 110px;
}
.prodDescr tr td {
	vertical-align: top;
	line-height: 130%;
	padding-bottom: 20px;
}
.preparation {
	display: inline-block;
	height: 48px;
	width: 48px;
	margin-right: 10px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #ddd;
}
.propertyList {
	float: left;
	width: 340px;
	font-size: 12px;
	color: #333;
}
.propertyList.active tr {
	cursor: pointer;
}
.propertyList.active tr.inactive {
	cursor: default;
}
.propertyList.active tr:hover {
	background-color: #E5F0F6;
	transition-duration: 1s;
	transition-property: all;
}
.propertyList.active tr.inactive:hover {
	background-color: transparent;
	transition-property: none;
}
.propertyList + .propertyList {
	margin-left: 100px;
}
.propertyList caption {
	font-style: italic;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	text-align: left;
}
.propertyList tr th {
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	padding-left: 15px;
	width: 150px;
}
.propertyList tr td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	vertical-align: middle;
	padding-left: 15px;
}
.propertyList tr th + td {
	padding-left: 0;
}
.propertyList tr {
	height: 50px;
}
.propertyList tr:nth-child(2n+1), .propertyList.active tr.inactive:hover:nth-child(2n+1) {
	background-color: #fbfbfb;
}
.propertyList .blue {
	color: #2967AB;
}
.newsList {
	padding-top: 15px;
	cursor: pointer;
	font-size: 14px;
}
.newsList article {
	background-image: url(../pictures/hr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
	border-radius: 10px;
	position: relative;
}
.newsList article:last-child {
	background-image: none;
}
.newsList article:hover {
	background-color: #E5F0F6;
	transition-duration: 1s;
	transition-property: all;
}
.newsList article h4 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	color: #164e9a;
	line-height: 100%;
	font-family: Ubuntu, Arial, sans-serif;
}
.newsList article h4 a {
	color: #164e9a;
}
.newsList article aside {
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 15px;
	color: #aaa;
}
.newsList article aside span {
	color: #d19c10;
}
.newsList article p {
	margin: 0px;
}
.newsList article figure {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.map {
	width: 560px;
	float: left;
	position: relative;
}
.map iframe {
	width: 560px;
	height: 350px;
	border: 0;
}
.mapDescr {
	width: 400px;
	float: left;
	padding-left: 20px;
	font-size: 14px;
	line-height: 120%;
}
.grid {
	font-size: 14px;
	width: 100%;
}
.grid tr th {
	font-weight: 200;
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 10px;
}
.grid tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
input.formControl[type="text"], textarea.formControl {
	font-size: 14px;
	background-color: #FFF;
	width: 450px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-family: Ubuntu, Arial, sans-serif;
	color: #777;
}
input.formControl[type="text"].failed, textarea.formControl.failed {
	border-color: #c00;
}
.error {
	color: #C00;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #C00;
	border-radius: 10px;
}
.error ul {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.recipe {
	height: 125px;
	position: relative;
	cursor: pointer;
	background-image: url(../pictures/btnSee.png);
	background-repeat: no-repeat;
	background-position: 860px 50px;
	padding: 5px;
	border-radius: 10px;
	font-size: 14px;
}
.recipe:hover {
	background-color: #f1f7fa;
	transition-duration: 1s;
	transition-property: all;
}
.recipe + .recipe {
	margin-top: 40px;
}
.recipe h4, .recipe h1 {
	margin: 0px;
	position: absolute;
	left: 290px;
	top: 10px;
	font-size: 18px;
	font-style: italic;
	font-weight: 200;
	color: #174493;
	font-family: Ubuntu, Arial, sans-serif;
}
.recipe h4 a {
	font-style: italic;
	font-weight: 200;
	color: #174493;
}
.recipe figure {
	margin: 0px;
	height: 125px;
	width: 250px;
	position: relative;
	left: 0px;
	top: 0px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
.recipe .box1 {
	background-image: url(../pictures/recipeBox1.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 199px;
	position: absolute;
	left: 290px;
	top: 39px;
}
.recipe .box1 aside {
	font-family: "titan One", Arial, sans-serif;
	font-size: 30px;
	color: #febd11;
	position: absolute;
	left: 35px;
	top: 26px;
	height: 35px;
	width: 40px;
	text-align: center;
	overflow: hidden;
}
.recipe .box1 div {
	font-style: italic;
	font-weight: 200;
	color: #174493;
	position: absolute;
	width: 97px;
	left: 100px;
	top: 28px;
	overflow: hidden;
	height: 55px;
}
.recipe .box1 div b {
	font-weight: 700;
}
.recipe .box2 {
	background-image: url(../pictures/recipeBox2.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 159px;
	position: absolute;
	left: 520px;
	top: 39px;
	font-style: italic;
	font-weight: 200;
	color: #174493;
	padding-top: 28px;
	padding-left: 100px;
	overflow: hidden;
}
.recipe .box2 b {
	font-weight: 700;
}
.recipe.details {
	margin-top: 20px;
	background-image: none;
	cursor: default;
}
.recipe.details:hover {
	background-color: transparent;
	transition-property: none;
}
.productList {
	margin-left: auto;
	margin-right: auto;
}
.productList:after {
	content: "";
	display: block;
	clear: both;
}
.propertyList {
	float: left;
	width: 340px;
	font-size: 12px;
	color: #333;
}
.propertyList.active tr {
	cursor: pointer;
}
.propertyList.active tr.inactive {
	cursor: default;
}
.propertyList.active tr:hover {
	background-color: #E5F0F6;
	transition-duration: 1s;
	transition-property: all;
}
.propertyList.active tr.inactive:hover {
	background-color: transparent;
	transition-property: none;
}
.propertyList + .propertyList {
	margin-left: 100px;
}
.propertyList caption {
	font-style: italic;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	text-align: left;
}
.propertyList tr th {
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	padding-left: 15px;
	width: 150px;
}
.propertyList tr td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	vertical-align: middle;
	padding-left: 15px;
}
.propertyList tr th + td {
	padding-left: 0;
}
.propertyList tr {
	height: 50px;
}
.propertyList tr:nth-child(2n+1), .propertyList.active tr.inactive:hover:nth-child(2n+1) {
	background-color: #fbfbfb;
}
.propertyList .blue {
	color: #2967AB;
}
.share {
	position: relative;
	padding-top: 20px;
}
.share div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#cookies {
	background-color: rgba(136,0,0,0.89);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	position: fixed;
	left: 0px;
	top: 0px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	transition-property: background-color;
	transition-duration: 1s;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 100;
}
#cookies:hover {
	background-color: rgba(153,0,0,0.4);
	transition-property: background-color;
	transition-duration: 0.5s;
}
#cookies div a {
	color: #FFFFFF;
	font-weight: bold;
}
#cookies:hover div b, #cookies:hover div a {
	color: #FC0;
	transition-property: color;
	transition-duration: 0.5s;
}
#cookies:hover div {
	color: #FFF;
	transition-property: color;
	transition-duration: 0.5s;
	text-align: center;
}
#cookies div {
	font-size: 11px;
	color: #FFF175;
	max-width: 800px;
	line-height: 130%;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	transition-property: color;
	transition-duration: 0.5s;
	text-align: center;
}
#cookies div b, #cookies div a {
	cursor: pointer;
	transition-property: color;
	transition-duration: 0.5s;
}

/************************************************************************/

@media all and (max-width:768px) {
header.header1 {
	height: 4em;
	font-size: 0.9em;
}
header.header1 div a + a {
	margin-left: 1em;
}
header.header1 div {
	width: 100%
}
header.header1 div a {
	padding-top: 1.4em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
}
header.header1 div a:last-child {
	padding-right: 1em;
}
nav.topMenu ul {
	width: auto;
	height: auto;
}
nav.topMenu ul li:nth-last-child(-n+7) {
	display: none;
	background-color: #174493;
	padding-top: 1px;
	border-top: 1px solid #033E82;
}
nav.topMenu ul li:nth-last-child(-n+7)::before {
	content: '';
	display: block;
	border-top: 1px solid #2a64ad;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
}
nav.topMenu ul li:nth-last-child(-n+7)::after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	height: 19px;
	width: 10px;
	background-image: url(../pictures/arrowRight.png);
	background-repeat: no-repeat;
}
nav.topMenu ul li:nth-last-child(-n+7) a {
	border-left: none;
}
nav.topMenu.active ul li {
	display: block;
}
nav.topMenu button {
	background-image: url(../pictures/btnMenu.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
	width: 31px;
	height: 23px;
	display: block;
	right: 10px;
	top: 18px;
	position: absolute;
	min-width: 0;
}
nav.topMenu ul li:last-child {
	display: block;
	right: auto;
	left: 50px;
	background-color: #123574;
	padding-top: 0;
	border-top: none;
}
nav.topMenu ul li:last-child:after, nav.topMenu ul li:last-child:before {
	display: none
}
header.header1 div a:hover {
	background-color: #FEBD11;
}
header.header2 {
	height: 60px
}
header.header2 div {
	width: 100%;
	font-size: 1em;
	padding-top: 20px;
	background-image: url(../pictures/logoSmall.png);
	height: 40px;
}
header.header2 div span {
	padding-right: 20px;
}
.document {
	width: 100%;
	position: relative;
}
.document > div {
	padding-left: 20px;
	padding-right: 20px;
}
.document h1 {
	font-size: 2em;
	padding-left: 20px;
	padding-right: 20px;
}
.document h2 {
	font-size: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
}
.footer1 {
	display: none
}
.footer2 {
	display: none;
}
.news {
	width: auto;
}
.newsBox, .whatsNew {
	float: none;
	margin: 0 auto 0 auto;
}
.newsBox + .newsBox, .newsBox + .whatsNew {
	margin-top: 20px
}
.avikoSearch div {
	display: block
}
.avikoSearch div label + label {
	padding-left: 0;
}
.avikoSearch div label {
	display: block;
	width: auto;
}
.avikoSearch div label select, .avikoSearch div label input {
	width: 90%;
}
.product + .product {
	margin-left: 0
}
.newsList {
	padding-left: 20px;
	padding-right: 20px;
}
.map {
	float: none;
	width: 90%;
}
.map iframe {
	width: 100%;
	overflow: hidden;
}
.mapDescr {
	width: auto;
	float: none;
}
.path {
	padding-left: 20px;
}
input.formControl[type="text"], textarea.formControl {
	width: 90%
}
.recipe {
	height: auto;
	background-image: none;
	margin-left: 20px;
	margin-right: 20px;
}
.recipe .box1, .recipe .box2 {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
}
.recipe h4, .recipe h1 {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	padding-top: 10px;
	text-align: center;
}
.recipe figure {
	top: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
}
.productList {
	text-align: center;
}
.productList > div {
	display: none;
}
.productList .product {
	float: none;
	display: inline-block;
}
.artGallery {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.prodDescr {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.document h3 {
	padding-left: 20px;
}
.propertyList + .propertyList, .separator + .propertyList {
	margin-left: 0;
	margin-top: 40px;
}
.docContent .picture img {
	max-width: 100%;
	height: auto;
}
#sendForm {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
button {
	font-size: 16px;
	margin: 0px 5px 0px 0px;
	background-color: #F30;
	padding: 8px 10px;
}
.gallery {
	height: 145px;
	font-size: 16px;
}
.gallery > div {
	width: auto;
	height: 125px;
}
.gallery > div p {
	padding-left: 20px;
	margin-bottom: 7px;
	white-space: normal;
}
.gallery > div p.title {
	font-size: 24px;
}
.gallery > div > nav {
	right: 20px;
}
.separator {
	display: none
}
nav.topMenu ul li a:not([data-counter=''])::after {
	right: auto;
	left: 150px;
}
}

@media all and (max-width:480px) {
}

@media all and (min-width: 481px) and (max-width:768px) {
}
