<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sliceview {
	opacity: 0.3;
}


/*Imported fonts------------------------------------------------------------------------------*/
@font-face {
  font-family: 'QuicksandBook-Regular';
  src: url('../fonts/QuicksandBook-Regular.eot') format('embedded-opentype'),  
  url('../fonts/QuicksandBook-Regular.otf')  format('opentype'),
  url('../fonts/QuicksandBook-Regular.woff') format('woff'), 
  url('../fonts/QuicksandBook-Regular.ttf')  format('truetype'), 
  url('../fonts/QuicksandBook-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*Box model set*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*Font declarations*/
button, 
input, 
select, 
textarea,
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	/*font-weight: 300;*/
}

.history-block h2 {
	font-family: 'QuicksandBook-Regular';
}



/*Default elements, resets-------------------------------------------------------------*/
html {
	background: #eaeaea;
	position: relative; 
}
body {
}

a {text-decoration: none; color: #e37552;}
a:hover {color: #604638;}

p {
	line-height: 16px; 
	margin: 1em 0;
	font-size: 14px;
	color: #323232;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 20px;
	color: #323232;
	font-weight: normal;
	margin-bottom: 20px;
}

/*Placeholders*/
.placeholder {
	color: #262626;
}
::-webkit-input-placeholder {
	color: #262626;
}
:-moz-placeholder {
	color: #262626;
}
::-moz-placeholder {
	color: #262626; 
	opacity: 1;
}

:focus {
	outline: none;
}


/*Helpers---------------------------------------------------------*/
.menu {
	list-style: none; 
	padding: 0; 
	margin: 0;
}
.fl {float: left;}
.fr {float: right;}
.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.date {color: #ccc;}

/*Clearfix*/
.clearfix:before, 
.clearfix:after, 
.form-row:before, 
.form-row:after,
.history-block .block-header:before,
.history-block .block-header:after {
 content: ""; 
 display: table;
}
.history-block .block-header:after,
.clearfix:after, 
.form-row:after {
 clear: both;
}
.history-block .block-header,
.clearfix, 
.form-row {
 zoom: 1;
}



/*Common objects ---------------------------------------------------*/
.site-block h2,
.site-block p {
	text-align: center;
}



/*-----------------Custom site style-------------------------------------------------------*/
.site-block {
	margin: 0 auto; 
	width: 978px;
}

.section-title {
	margin: 0 auto;
	width: 550px;
}


/*Home slider*/
.owl-carousel.home-slider {
	padding: 0;
	z-index: 5;
}
.home-slide {
	min-height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.home-slider .owl-controls {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 60px;
	z-index: 200;
}
.home-slider .owl-pagination {
	display: block;
}
.home-slider .owl-controls .owl-page span {
	background: #a1a1a1;
	width: 9px;
	height: 9px;
	margin: 0 5px;
}
.home-slider .owl-controls .owl-page.active span, 
.home-slider .owl-controls.clickable .owl-page:hover span {
	background: #cc5632;
}


/*Site top*/
.site-top {
	background: #fff;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 5;
}
.site-top.dark {
	background: #efefef;
}

.site-top .site-block {
	height: 33px;
}
.main-logo {
	float: left;
	margin-top: 10px;
	width: 85px;
	height: 12px;
	background: url(../images/main-logo.png) no-repeat left top;
}
.main-logo:hover {
	opacity: 0.9;
}
.sticky .main-logo {
	background-position: left bottom;
}

.top-menu {
	float: right;
}
.top-menu &gt; li {
	float: left;
	position: relative;

}
.top-menu &gt; li:before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 1px;
	top: 10px;
	bottom: 8px;
	left: 0px;
	border-right: 2px solid #d1cecd;
}
.top-menu &gt; li:first-child {
	margin-right: 13px;
}
.top-menu &gt; li:first-child:before {
	display: none;
}
.top-menu &gt; li &gt; a {
	line-height: 32px;
	padding-bottom: 1px;
	color: #fff;
	display: inline-block;
	padding-left: 12px;
	padding-right: 13px;
}
.sticky .top-menu &gt; li &gt; a {
	color: #323232;
}
.top-menu &gt; li &gt; a:hover,
.top-menu &gt; li:hover &gt; a {
	color: #e16b47;
}

.submenu {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 33px;
	padding-bottom: 14px;
	width: 33px;
	display: none;
}
.show-down .submenu,
.sticky .submenu {
	bottom: auto;
	top: 33px;
	padding-bottom: 0;
	padding-top: 14px;
}

li:hover .submenu {
	display: block;
}
.submenu:before {
	display: inline-block;
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	background: url(../images/nip-top.png) no-repeat left top;
	left: 10px;
	bottom: 9px;
}

.show-down .submenu:before,
.sticky .submenu:before {
	background-position: left bottom;
	top: 8px;
	bottom: auto;
}

.submenu a {
	display: block;
	text-align: center;
	line-height: 29px;
	color: #514f4e;
	text-transform: uppercase;
}
.submenu a:hover {
	color: #e16b47;
}
.submenu li {
	border-bottom: 1px solid #dbdbdb;
	background: #fff;
}
.submenu li:last-child {
	border-bottom: 1px solid #b3b3b3;
	border-radius: 0 0 2px 2px;
}
.submenu li:first-child {
	border-radius: 2px 2px 0 0;
}


/*Mobile menu*/
.menu-section .site-block {
	position: relative;
}
.mobile-menu-wrap {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	height: 33px;
}
.toggle-menu {
	position: absolute;
	display: inline-block;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 33px;
	background: url(../images/icon-mobile-menu.png) no-repeat center center;
	cursor: pointer;
}
.active .toggle-menu {
	background-color: #fff;
}

.mobile-menu {
	position: absolute;
	width: 260px;
	background: #fff;
	right: 0px;
	bottom: 33px;
	display: none;
}
.show-down .mobile-menu,
.sticky .mobile-menu {
	bottom: auto;
	top: 33px;
}


.active .mobile-menu {
	display: block;
}

.mobile-menu a {
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.mobile-menu ul a {
	font-size: 13px;
	padding-left: 20px;
}


/**/
.selected-lang {
	text-transform: uppercase;
}


.fb-ico,
.in-ico,
.yt-ico {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	margin-top: 9px;
	padding: 0 !important;
}
.fb-ico {
	background: url(../images/fb-ico.png) no-repeat left bottom;
}
.in-ico {
	background: url(../images/in-ico.png) no-repeat left bottom;
}
.yt-ico {
	background: url(../images/yt-ico.png) no-repeat left bottom;
	width: 40px;
}
.fb-ico:hover,
.in-ico:hover,
.yt-ico:hover,
.sticky .fb-ico:hover,
.sticky .in-ico:hover,
.sticky .yt-ico:hover {
	background-position: left -14px;
}

.sticky .fb-ico,
.sticky .in-ico,
.sticky .yt-ico {
	background-position: left top;
}


/*Home section ------------------------------------------*/
.home-section {
	background: url(../images/apie.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	min-height: 412px;
}

.home-section-content {
	position: absolute;
	left: 50%;
	/*width: 500px;*/
	text-align: center;
	/*margin-left: -250px;*/
	top: 55%;
	transform:translate(-50%,-50%);
	/*padding-bottom: 59px;*/
	z-index: 7;
}
.home-section-content img {
	margin-bottom: 40px;
}
.home-section-content.has-logo {
	top: 60%;
}


.home-section-content .slide-to {
	display: inline-block;
	background: url(../images/scroll-down.png) no-repeat left top;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 0px;
	cursor: pointer;
}
.home-section-content h1 {
	margin: 0;
	font-size: 36px;
	text-transform: uppercase;
	padding-bottom: 16px;
	color: #fff;
	font-weight: 300;
	padding-top: 20px;
}
.home-section-content .button-orange {
	margin: 0 5px;
	min-width: 135px;
	padding: 0 15px;
}


/*Menu section ------------------------------------------*/
.menu-section {
	background: url(../images/menu-rep.png);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
.menu-section.sticky {
	position: fixed;
	bottom: auto;
	top: 0px;
	background: #efefef;
}

.main-menu {
	position: absolute;
	text-align: center;
	right: auto;
	//width: 500px;
	width: 550px;
	margin-left: -250px;
	left: 50%;
}
.main-menu &gt; li &gt; a {
	display: inline-block;
	line-height: 33px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 17px;
	color: #fff;
}
.main-menu &gt; li &gt; a:hover {
	color: #b64d2d;
}

.sticky .main-menu &gt; li &gt; a {
	color: #323232;
}
.sticky .main-menu &gt; li &gt; a:hover {
	color: #b64d2d;
}

.main-menu &gt; li {
	position: relative;
	display: inline-block;
}
.main-menu &gt; li:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 1px;
	bottom: 10px;
	top: 11px;
	right: 0;
	border-right: 2px solid #a8a8a8;
}
.main-menu &gt; li:last-child:before {
	display: none;
}

.main-menu .submenu {
	width: 160px;
}


/*About section ------------------------------------------*/
.about-section {
	background: #eaeaea;
}
.about-section .site-block {
	padding-top: 94px;
	padding-bottom: 30px;
}
.about-section .section-title {
	padding-bottom: 30px;
}
.about-section .margin-both {
	margin: 0 50px;
}
.about-section .margin-left {
	margin-left: 27px;
}
.about-item {
	float: left;
}

.about-block {
	width: 215px;
	padding-left: 15px;
	margin-bottom: 82px;
}

.about-block h3 {
	color: #e37552;
	font-size: 21px;
	line-height: 22px;
	padding-top: 9px;
	margin-top: 0;
	margin-bottom: 3px;
}
.about-block p {
	margin: 0;
	font-size: 14px;
	color: #554b4a;
	text-align: left;
}


/*Products section ------------------------------------------*/
.products-section {
	background: #ca5430 url(../images/brands-bg.jpg) no-repeat center top;
	margin-bottom: 65px;
	background-size: cover;
	background-attachment: fixed;
}
.products-section .site-block {
	padding-top: 64px;
	padding-bottom: 129px;
}
.products-section .section-title {
	padding-bottom: 34px;
}
.products-section h2,
.products-section p {
	color: #fff;
}
.products-section h2 {
	margin-bottom: 0px;
}
.products-section p {
	margin-top: 0px;
}

.owl-carousel {
	padding: 0 25px;
}
.owl-pagination {
	display: none;
}

.owl-carousel.slides-2 {
	padding-left: 200px;
	padding-right: 200px;
	width: 100%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 11px;
	height: 41px;
	background: url(../images/arrows.png) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 1;
	padding: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0px;
	background-position: right top;
}
.owl-theme .owl-controls {
	margin: 0;
}

.detailed-drinks-slider .owl-controls .owl-buttons .owl-prev,
.detailed-drinks-slider .owl-controls .owl-buttons .owl-next,
.bottels-slider .owl-controls .owl-buttons .owl-prev,
.bottels-slider .owl-controls .owl-buttons .owl-next,
.big-synch .owl-controls .owl-buttons .owl-prev,
.big-synch .owl-controls .owl-buttons .owl-next {
	background-image: url(../images/arrows-3.png);
}

.big-synch .owl-controls .owl-buttons .owl-prev:hover,
.detailed-drinks-slider .owl-controls .owl-buttons .owl-prev:hover,
.bottels-slider .owl-controls .owl-buttons .owl-prev:hover {
	background-position: left bottom;
}
.big-synch .owl-controls .owl-buttons .owl-next:hover,
.detailed-drinks-slider .owl-controls .owl-buttons .owl-next:hover,
.bottels-slider .owl-controls .owl-buttons .owl-next:hover {
	background-position: right bottom;
}


.brand-slide {
	text-align: center;
}
.brand-slide img {

}


/*museum-section -------------------------------------------*/
.museum-section {
	background: url(../images/museum-bg.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
	text-align: center;
	margin-bottom: 65px;
}
.museum-section .site-block {
	padding-top: 94px;
	padding-bottom: 97px;
}
.museum-section p {
	color: #fff;
	margin-top: 17px;
	margin-bottom: 24px;
}

.button-orange {
	display: inline-block;
	background: #b64d2d;
	padding: 0 23px;
	color: #fff;
	line-height: 34px;
	font-size: 14px;
}
.button-orange:hover {
	background: #d8623e;
	color: #fff;
}

.buttons .button-orange {
	background: #423c3b;
}

.buttons .button-orange.active,
.buttons .button-orange:hover,
.buttons .button-orange.active:hover {
	background: #d55f3b;
}





/*Inner pages --------------------------------------------*/
.inner-page-top {
	padding-top: 120px;
	padding-left: 146px;
	padding-right: 146px;
	background: url(../images/content-decoration.png) no-repeat center 60px;
}
.inner-page-top p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.inner-page-top .bigger-text {
	font-size: 18px;
}



/*History blocks*/
.history-block-list {
	margin-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
}

.history-block {
	position: relative;
	margin-bottom: 73px;
}
.history-block .image {
	position: absolute;
	left: 0px;
	top: 0px;
}
.history-block h2,
.history-block h3,
.history-block .block-content {
	padding-left: 306px;
}
.history-block .block-header {
	height: 98px;
}


.history-block h2 {
	font-size: 48px;
	color: #e37552;
	margin: 0;
	text-align: left;
	letter-spacing: -6px;
	line-height: 34px;
}
.history-block h2 span {
	font-size: 25px;
	line-height: 28px;
	text-transform: none;
	letter-spacing: 0;
}
.history-block h3 {
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 18px;
	font-size: 21px;
	color: #323232;
	padding-top: 14px;
}

.history-block .block-content {
	border-top: 1px solid #a9a29c;
	padding-top: 19px;
}

.history-block p {
	text-align: left;
	color: #554b4a;
	font-size: 14px;
	margin-top: 0;
	line-height: 17px;
	letter-spacing: 0.7px;
}


/*Team members*/
.team-list {
	padding: 0 40px;
	padding-top: 11px;
	padding-bottom: 32px;
}
.team-member {
	float: left;
	/* width: 32%;
	margin-right: 2%; */
	width: 276px;
	margin-right: 34px;
	margin-bottom: 34px;
	position: relative;
}
.team-member:nth-child(3n) {
	margin-right: 0
}
.team-member:before {
	display: inline-block;
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.team-member img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.team-member .details {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 76%;
	z-index: 10;
}
.team-member .name {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.team-member .title {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}



/*Synchronised sliders*/
.expert-title {
	margin: 0 auto;
	width: 500px;
	font-size: 24px;
	padding-bottom: 46px;
	text-align: center;
	margin-top: -4px;
	line-height: 29px;
	margin-bottom: 15px;
	font-weight: 300;
}

.experts-wrap {
	width: 896px;
	margin: 0 auto;
}

.big-synch .item {
	height: 493px;
	background-size: cover;
	background-position: center center;
	image-rendering: optimizeSpeed;
}


.small-synch .item {
	height: 62px;
	background-size: cover;
	cursor: pointer;
	background-position: center center;
	image-rendering: optimizeSpeed;
}
.small-synch {
	margin-bottom: 135px;
}

.owl-carousel.big-synch,
.owl-carousel.small-synch {
	padding: 0;
}
.owl-carousel.big-synch {
	padding-top: 36px;
}

.big-synch .owl-controls .owl-buttons .owl-prev {
	left: -35px;
	margin-top: 8px;
}
.big-synch .owl-controls .owl-buttons .owl-next {
	right: -35px;
	margin-top: 8px;
}





.experts-slider .owl-controls {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -13px;
	z-index: 200;
}


.experts-slider .owl-pagination {
	display: block;
}
.experts-slider .owl-controls .owl-page span {
	background: #a1a1a1;
	width: 6px;
	height: 6px;
	margin: 0 5px;
}
.experts-slider .owl-controls .owl-page.active span, 
.experts-slider .owl-controls.clickable .owl-page:hover span {
	background: #cc5632;
}

.owl-carousel.experts-slider {
	padding-bottom: 15px;
}


/*Drinks page*/
.drinks-top-menu {
	background: #fff;
}
.drinks-menu {
	text-align: center;
}
.drinks-menu li {
	display: inline-block;
}
.drinks-menu a {
	display: inline-block;
	padding: 10px 31px;
	color: #a8a8a8;
}
.drinks-menu a:hover,
.drinks-menu a.active {
	color: #d57052;
}


/**/
.active-drink-description {
	padding: 114px 417px;
	background: url(../images/drink-ico.png) no-repeat center 42px;
	padding-bottom: 50px;
}
.active-drink-description .site-block {
	width: auto;
}
.active-drink-description p {
	font-size: 13px;
	color: #3e3633;
}

/**/
.detailed-drinks-block {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.detailed-drink-photo {
	width: 50%;
	float: left;
	text-align: center;
}
.detailed-drink-description {
	width: 49%;
	float: right;
	padding-top: 57px;
	padding-right: 70px;
}
.detailed-drink-description h2 {
	text-align: left;
	color: #e37552;
	font-size: 24px;
}
.detailed-drink-description p {
	text-align: left;
}
.tastes-list {
	padding-top: 22px;
}
.tastes-list img {
	float: left;
	margin-right: 9px;
}


/**/
.bottel-slider {
	height: 226px;
}
.bottels-slider-block {
	padding-top: 35px;
	padding-bottom: 31px;
}
.bottel-slide {
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	height: 226px;
}
.bottel-slide p {
	margin-bottom: 0px;
	margin-top: 18px;
	font-weight: 600;
	color: #554b4a;
}
.bottel-slide:hover p {
	color: #e37552;
}

.bottel-slide img {
	height: 168px;
	width: auto;
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	filter: gray; 
	filter: grayscale(100%);
	filter: url(../images/desaturate.svg#greyscale);
}

.bottel-slide:hover img {
	-webkit-filter: none; 
	-moz-filter: none;
	filter: none;
}

.detailed-bottels-wrap {
	padding-top: 34px;
	padding-bottom: 35px;
}

/*Drinks list*/
.drinks-listing {
	padding-top: 61px;
	padding-bottom: 55px;
}

.drinks-family-block {
	padding-bottom: 29px;
}
.drinks-family-block .site-block {
	width: 896px;
}
.family-item {
	width: 275px;
	float: left;
	margin-right: 35px;
	height: 143px;
	position: relative;
	background-size: 102%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}


.family-item:last-child {
	margin-right: 0px;
}
.family-item p {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 70px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
}

.detailed-family-block {
	background: #fff url(../images/grey-rep.png) repeat-x left top;
	margin-bottom: 37px;
	position: relative;
}
.detailed-family-block .site-block {
	position: relative;
	padding-top: 72px;
	padding-bottom: 76px;
}
.detailed-family-block:before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 24px;
	height: 9px;
	background: url(../images/white-nip.png) no-repeat left top;
	top: 0px;
	left: 50%;
	margin-left: -12px;
}
.active-left:before {
	margin-left: -324px;
}
.active-right:before {
	margin-left: 300px;
}


.family-description h2 {
	text-transform: uppercase;
	color: #e37552;
	font-size: 21px;
	letter-spacing: 1px;
}
.family-description p {
	margin-left: 155px;
	margin-right: 155px;
	color: #554b4a;
	font-size: 14px;
	margin-bottom: 43px;
}

.detailed-family-block {
	display: none;
}

/**/
.detailed-description-block {
	margin-top: 60px;
	margin-bottom: 48px;
	background: #fff;
	padding-top: 90px;
	padding-bottom: 104px;
}
.detailed-description {
	padding-left: 40px;
	padding-right: 40px;
}
.detailed-description .lefter {
	width: 420px;
	float: left;
}
.detailed-description .lefter img {
	width: 100%;
	height: auto;
	margin-bottom: 57px;
	vertical-align: top;
}
.detailed-description .lefter img:last-child {
	margin-bottom: 0;
}

.detailed-description .righter {
	width: 420px;
	float: right;
}
.detailed-description h1 {
	margin-top: 0px;
	color: #e37552;
	font-size: 21px;
	line-height: 21px;
}
.detailed-description h1 a {

}
.detailed-description h1 a:hover {
	color: #604638;
}
.detailed-description p {
	text-align: left;
	font-size: 12px;
	color: #554b4a;
	line-height: 14px;
	margin: 25px 0;
}
.detailed-description .more {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.8px;
	display: inline-block;
	margin-top: 7px;
}
.detailed-description .more:hover {
	color: #604638;
}

/*Contacts*/
.map-block {
	position: relative;
	margin-top: 70px;
}
.map-block .overlay {
	background:transparent; 
    position:absolute; 
    width:100%;
    height:100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.map-block iframe {
	vertical-align: top;
}


/*Detailed newsitem*/
.news-list {
	padding-top: 62px;
}

.news-list .news-list-item {
	margin-bottom: 55px;
}

.site-block .news-item-date {
	text-align: left;
	color: #b9b9b9;
	text-transform: uppercase;
	margin-top: 73px;
}
.news-item-title {
	text-align: left;
	font-size: 36px;
	color: #e37552;
	margin-top: 10px;
	margin-bottom: 28px;
}
.news-item-content {
	margin-bottom: 72px;
}
.news-item-content p {
	text-align: left;
	font-size: 13px;
	color: #554b4a;
}
.detailed-news-item {
	padding-left: 40px;
	padding-right: 40px;
}

.detailed-page {
	padding-top: 50px;
}


/*Paginator*/
.paginator {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.paginator a {
	margin: 0 18px;
	line-height: 20px;
	font-size: 15px;
	color: #808080;
}
.paginator .active,
.paginator a:hover {
	color: #e27a5b;
}
.paginator .prev,
.paginator .next {
	width: 20px;
	display: inline-block;
}
.paginator .prev {
	background: url(../images/arrow-left.png) no-repeat center center;
}
.paginator .next {
	background: url(../images/arrow-right.png) no-repeat center center;
}

/*news-section -------------------------------------------*/
.news-section {
	background: #fff;
	margin-bottom: 65px;
}
.news-section .site-block {
	padding: 60px 0;
}

.news-list-item {
	float: left;
	width: 28%;
	margin-right: 3%;
}
.news-list-item img {
	vertical-align: top;
	/*width: 100%;*/
	height: auto;
}
.news-list-item:first-child {
	margin-left: 5%;
}
.news-list-item:last-child {
	margin-right: 5%;
}
.news-list-item h3 {
	margin-top: 21px;
	margin-bottom: 18px;
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;
}
.news-list-item .date {
	margin: 0;
	color: #b9b9b9;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
}
.news-list-item .text {
	color: #554b4a;
	font-size: 12px;
	text-align: left;
}
.news-list-item .more {
	text-transform: uppercase;
	font-size: 14px;
}

.news-section .archyve-wrap {
	width: 896px;
	margin-top: 8px;
	padding-top: 0px;
	padding-bottom: 44px;
}

.archyve-ico {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	padding-left: 43px;
	background: #b64d2d url(../images/arhyve-ico.png) no-repeat 14px center;
	padding-right: 14px;
}
.archyve-ico:hover {
	background-color: #d8623e;
	color: #fff;
}


/*Footer section ----------------------------------------*/
.footer-section {
	padding-top: 34px;
	background: #fff;
}
.footer-section p,
.footer-section a {
	color: #a4a4a4;
	text-align: left;
	margin: 0;
	line-height: 15px;
}


.footer-section .col-1 {
	float: left;
	padding-left: 40px;
	width: 230px;
}
.footer-section .col-2,
.footer-section .col-3 {
	float: left;
	width: 170px;
	padding-left: 26px;
}
.footer-section .col-4 {
	float: right;
	padding-right: 40px;
}

.footer-section .authors {
	text-align: left;
	padding: 23px 40px;
}
.footer-section li a {
	text-transform: uppercase;
}
.footer-section li a:hover {
	color: #b64d2d;
}
.footer-section li {
	margin-bottom: 4px;
}

/*Popup*/
.register-popup {
	display: none;
}
.form-register-form {
	width: 742px;
	padding-top: 91px;
	text-align: center;
	background: #fff;
}
.form-register-form .title {
	font-size: 21px;
	text-transform: uppercase;
	color: #323232;
	margin-bottom: 10px;
}
.form-register-form p {
	margin: 19px 0;
	font-size: 14px;
	color: #323232;
}
.form-register-form .lower-title {
	margin-top: 24px;
}
.form-register-form .orange {
	color: #e16b47;
}

.select-dugustation-type {
	padding-bottom: 84px;
	padding-left: 14px;
    padding-right: 14px;
    max-width: 450px;
    margin: 0 auto;
}
.degustation-item {
	/*width: 25%;*/
	/*float: left;*/
	border-bottom: 1px solid #ebebeb;
	padding-top: 20px;
	cursor: pointer;
	text-align: left;
	padding-bottom: 10px;
	position: relative;
	padding-left: 22px;
}

.degustation-item input[type=radio] {
	position: absolute;
	top: 23px;
	left: 0;
}

.degustation-item:last-child {
	border-right: none;
}
.degustation-item p {
	margin: 0;
	font-size: 18px;
	float: left;
}
.degustation-item p:first-child {
	line-height: 21px;
}

.degustation-item p strong {
	color: #a1a1a1;
}
.degustation-item .price {
	font-size: 14px;
	display: block;
}
.degustation-item.selected .price,
.degustation-item.selected p,
.degustation-item.selected p strong,
.degustation-item:hover .price,
.degustation-item:hover p,
.degustation-item:hover p strong {
	color: #e16b47;
}



.form-register-form label {
	line-height: 34px;
	color: #323232;
	font-size: 14px;
	display: inline-block;
}

.form-register-form input[type="text"],
.form-register-form textarea {
	border: 1px solid #eeeeee;
	padding: 7px 10px;
	background: none;
	color: #a1a1a1;
	font-size: 14px;
	font-weight: bold;
}
.form-register-form textarea {
	height: 95px;
	resize: none;
}
.form-register-form .short-input {
	width: 37px;
}
.form-register-form .long-input {
	width: 120px;
}

.select-degustation-language {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 149px;
}
.select-degustation-language label {
	float: left;
	padding-right: 16px;
}
.language-select {
	display: inline-block;
	float: left;
}
.language-option {
	float: left;
	line-height: 34px;
	font-weight: bold;
	color: #a1a1a1;
	font-size: 14px;
	border-right: 1px solid #ebebeb;
	width: 123px;
	cursor: pointer;
}
.language-option.selected,
.language-option:hover {
	color: #e16b47;
}
.language-option:last-child {
	border-right: none;
}

.select-people-date label {
	margin-right: 19px;
}
.select-people-date input[type='text'] {
	margin-right: 27px;
}
.select-people-date input[type='text']:last-child {
	margin-right: 0;
}

.bottom-fields {
	width: 300px;
	margin: 0 auto;
	padding-top: 41px;
}
.bottom-fields .form-row {
	padding-bottom: 6px;
}
.bottom-fields label {
	width: 105px;
	float: left;
	padding-right: 19px;
	text-align: right;
}
.bottom-fields input[type="text"],
.bottom-fields textarea {
	width: 195px;
	float: left;
}

.form-register-form .form-controls {
	padding-top: 51px;
	padding-bottom: 72px;
}
.form-controls .button-orange {
	border: none;
	width: 136px;
	background: #d55f3b;
}
.form-controls .button-orange:hover {
	background: #b64d2d;
}

.fancybox-close {
	width: 30px;
	height: 30px;
	background: url(../images/close-ico.png) no-repeat center center;
	top: 27px;
	right: 31px;
}
.fancybox-close:hover {
	opacity: 0.8;
}

.fancybox-overlay {
	background: url(../images/popup-rep.png);
}
.fancybox-overlay:before {
	display: block;
	position: absolute;
	content: '';
	background: url(../images/popup-bg.png) no-repeat center top;
	width: 955px;
	height: 350px;
	top: 0px;
	left: 50%;
	margin-left: -478px;
}
.fancybox-skin {
	border-radius: 0;

}


/*Responsive styles -----------------------*/

@media screen and (max-width: 1225px){
	.home-section-content .button-orange{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1024px) {
	
	.site-block,
	.drinks-family-block .site-block {
		padding-left: 35px;
		padding-right: 35px;
		width: auto;
	}

	.news-section .archyve-wrap {
		width: auto;
		margin-right: 5%;
	}

	
	.about-section .clearfix {
		text-align: center;
	}
	.about-block {
		text-align: left;
		width: 182px;
		vertical-align: middle;
	}
	.about-section .fl {
		display: inline-block;
		float: none;
	}
	.about-section .decoration-img {
		display: none;
	}
	.about-item  {
		float: none; 
		display: inline-block;
	}

	.experts-wrap {
		width: 100%;
	}

	.active-drink-description {
		padding-left: 35px;
		padding-right: 35px;
	}

	.detailed-description {
		padding: 0;
	}
	.detailed-description .lefter {
		width: 48%;
	}
	.detailed-description .righter {
		width: 48%;
	}

	.active-right:before {
		margin-left: 200px;
	}
	.active-left:before {
		margin-left: -224px;
	}



	.family-item {
		width: 32%;
		margin-right: 2%;
		background-size: cover !important;
	}
	.family-item:last-child {
		margin-right: 0;
	}


	.footer-section .col-1 {
		padding-left: 0px;
	}
	.footer-section .col-4 {
		padding-right: 0px;
	}

	.fancybox-overlay:before {
		display: none;
	}

}
@media screen and (max-width: 800px) {
	.history-block .image {
		position: static;
	}
	.history-block h2, .history-block h3, .history-block .block-content {
		padding-left: 0;
	}
	.history-block h2 {
		padding-top: 10px;
	}


	.history-block .block-header {
		height: auto;
	}

	.form-register-form {
		width: 500px;
	}

	.select-degustation-language {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.language-select {
		float: none;
	}
	.select-degustation-language label {
		float: none;
	}

	.owl-carousel.slides-2 {
		padding-left: 25px;
		padding-right: 25px;
	}
	
}


@media screen and (max-width: 768px) {
	.menu-section .site-block {
		padding-right: 75px;
	}
	.mobile-menu-wrap {
		right: 35px;
	}

	.main-menu {
		display: none;
	}

	.mobile-menu-wrap {
		display: block;
	}
	.history-block-list {
		margin-right: 25px;
	}

	.history-block-list {
		padding-left: 0px;
		padding-right: 0px;
	}
	.inner-page-top {
		padding-left: 0px;
		padding-right: 0px;
	}


	.news-section .site-block {
		padding-left: 35px;
		padding-right: 35px;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.news-list {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.news-list-item {
		margin: 0;
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.news-list-item:first-child {
		margin-left: 0px;
	}
	.news-list-item:last-child {
		margin-right: 0px;
	}


	.about-section .clearfix {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.about-item {
		display: block;
	}
	.about-section img.fl {
		
	}
	.about-section .about-block {
		width: 222px;
		display: inline-block;
	} 


	.family-item {
		height: 90px;
	}
	.family-item p {
		font-size: 17px;
		top: 36px;
	}



	.big-synch .owl-controls .owl-buttons .owl-prev {
		left: -25px;
	}
	.big-synch .owl-controls .owl-buttons .owl-next {
		right: -25px;
	}



	.footer-section .col-1 {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	.footer-section .col-2, .footer-section .col-3 {
		width: 35%;
		padding-left: 0px;
		padding-right: 25px;
	}
	.footer-section .col-4 {
		width: 30%;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.authors {
		display: none;
	}

}
@media screen and (max-width: 640px) {
	
	.home-section {
	  background-attachment: scroll
	}

	.expert-title,
	.section-title {
		width: auto;
	}

	.site-block, 
	.drinks-family-block .site-block,
	.news-section .site-block,
	.active-drink-description {
		padding-left: 20px;
		padding-right: 20px;
	}
	.news-section .site-block {
		padding-top: 25px;
	}
	.news-list {
		padding-top: 20px;
	}
	.news-list .news-list-item {
		margin-bottom: 30px;
	}
	.paginator {
		padding-top: 5px;
		padding-bottom: 20px;
	}
	.news-item-content {
		margin-bottom: 25px;
	}

	.detailed-news-item {
		padding-left: 0px;
		padding-right: 0px;
	}
	.site-block .news-item-date {
		margin-top: 25px;
	}

	.menu-section .site-block {
		padding-right: 50px;
	}
	.mobile-menu-wrap {
		right: 20px;
	}

	.home-section {
		min-height: 200px;
	}
	.home-section-content img {
		width: 100px;
		height: auto;
	}

	.home-section-content {
		/*padding-top: 62px;*/
		/*position: static;*/
		margin: 0;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.index-home-section .home-section-content {
		position: absolute;
		width: 280px;
		padding-top: 0px;
		/*margin-left: -140px;*/
	}
/*
	.family-item {
		height: 60px;
		width: 100%;
		float: none;
		margin: 0;
	}
*/
	.family-item {
		height:70px;
	}
	.family-item p {
		top: 22px;
	}

	.active-left:before {
		display: none !important;
	}
	.drinks-family-block {
		padding-bottom: 2%;
	}
	.detailed-family-block {
		background: #fff;
	}
	.family-description p {
		margin-left: 0px;
		margin-right: 0px;
	}


	.detailed-drink-photo {
		width: 100%;
		float: none;
	}
	.detailed-drink-photo img {
		height: 200px;
		width: auto;
	}
	.detailed-drink-description {
		padding-right: 0px;
		padding-top: 30px;
		width: 100%; 
		float: none;
		padding-left: 20px;
		padding-right: 20px;
	}

	.detailed-description-block {
		padding-top: 35px;
		margin-top: 25px;
		padding-bottom: 36px;
	}


	.detailed-description .lefter img {
		margin-bottom: 15px;
	}
	.detailed-description .lefter {
		padding-bottom: 25px;
	}
	.detailed-description .righter,
	.detailed-description .lefter {
		width: 100%;
		float: none;
	}


	.inner-page-top {
		padding-left: 0px;
		padding-right: 0px;
	}


	.big-synch .item {
		height: 320px;
	}

	.small-synch {
		margin-bottom: 40px;
	}

	.big-synch .owl-controls .owl-buttons .owl-prev {
		left: -12px;
	}
	.big-synch .owl-controls .owl-buttons .owl-next {
		right: -12px;
	}



	.footer-section .col-2, .footer-section .col-3 {
		width: 50%;
	}
	.footer-section .col-4 {
		width: 100%;
	}

	.expert-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}


	.history-block {
		margin-bottom: 20px;
	}

	.news-section .site-block {
		padding-bottom: 25px;
	}
	.news-section .archyve-wrap {
		padding-top: 0px;
	}

	.detailed-page {
		padding-top: 25px;
	}


	.form-register-form {
		width: 280px;
	}
	.form-register-form {
		padding-top: 40px;
	}

	.degustation-item {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
	}
	.select-dugustation-type {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.select-people-date label {
		margin-bottom: 8px;
	}
	.language-option {
		float: none;
		display: inline-block;
		width: auto;
		padding: 0 8px;
	}

	.bottom-fields {
		width: auto;
		padding: 0 15px;
	}
	.bottom-fields label {
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.bottom-fields label,
	.bottom-fields input[type="text"], .bottom-fields textarea {
		width: 100%;
	}

	.form-register-form .form-controls {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.select-people-date,
	.form-register-form p,
	.form-register-form .title {
		padding-left: 10px;
		padding-right: 10px;
	}

	.fancybox-close {
		right: 10px;
		top: 10px;
	}

}

@media screen and (max-width: 560px) {
	.news-list,
	.news-section .site-block {
		width: auto;
	}

	.home-section-content .button-orange {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.about-section .clearfix {
		width: auto;
	}
}
@media (max-width: 500px){
	.home-section{
		min-height: 420px;
	}
}
@media screen and (max-width: 480px) {
	.footer-section .col-2, .footer-section .col-3 {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}

	.about-section img.fl {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.about-section img.decoration-img {
		display: none;
	}
	.about-section .about-block {
		width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-left: 0px;
		margin-bottom: 25px;
		text-align: center;
	}
	.about-block p {
		text-align: center;
	}

	#sync1 {
		margin-bottom: 35px;
	}
	#sync2 {
		display: none !important;
	}

	.news-item-title {
		font-size: 26px;
		line-height: 30px;
	}
}

/*Ipad and iphone only*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.home-section {
	  background-attachment: scroll
	}
}
@media only screen and (max-device-width: 480px) {
	.home-section {
	  background-attachment: scroll
	}
}
.page-template-page-museum .expert-title{
	width:auto;
	max-width:700px;
}


#footer{
	padding-top: 16px;
}
#footer span{
	display:inline-block;
	margin-right: 10px;

}
#footer span:last-of-type{
	margin-right: 0;
}
#footer span a{
	font-size: 12px;
	color: #e37552;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
}
#footer span a:hover{
	color: #604638;
}

@media(max-width: 690px){
	#footer img{
		display:block;
		margin-right: 0;
		margin: 0 auto 10px;
		text-align: center;
	}
	#footer span{
		display:block;
		margin-right: 0;
		margin-bottom: 5px;

	}
}


.cookie-table{

}

.cookie-table {
	margin-bottom: 10px;
	border: 1px solid #000;
}
.cookie-table td {
	border: 1px solid #000;
	padding: 10px 15px;
	line-height: 1.4;
	vertical-align: top;
}
.cookie-table th {
	border: 1px solid #000;
	vertical-align: middle;
	padding: 10px 15px;
	line-height: 1.4;
}

@media(max-width:420px){
	.cookie-table td {
		padding: 10px 5px;
	}
	.cookie-table th {
		padding: 10px 5px;
	}

}
@media(max-width: 350px){
	.cookie-table td {
		font-size: 10px;
	}
	.cookie-table th {
		font-size: 10px;
	}
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 405px;
    background-color: #574d4b;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    z-index: 9000;
}

#gdpr-cookie-message h4 {
    color: #d55f3b;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}

#gdpr-cookie-message h4 span {
    float: right;
    cursor: pointer;
}

#gdpr-cookie-message h5 {
    color: #d55f3b;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
	padding-left: 0;
    margin-bottom: 20px;
    line-height: 1.75em;
}

#gdpr-cookie-message li {
    list-style: none;
    margin-bottom: 10px;
}

#gdpr-cookie-message li:last-child {
    margin-bottom: 0;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: white;
    font-size: 13px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message #gdpr-cookie-types li p {
	margin-top: 0;
    padding-top: 5px;
    font-size: 11px;
    text-align: left;
}

#gdpr-cookie-message a {
    color: #d55f3b;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #d55f3b;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    border: none;
    background: #d55f3b;
    color: white;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: #e56b45;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: white;
    color: #d55f3b;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}</pre></body></html>