
* {	
	outline: none;
	}
	
/* ::selection {background: orange; color: white;} */

article, aside, details, div, figcaption, figure, footer, header, hgroup, nav, section {display: block;}

body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;

	}

a, a:hover, a:active, a:visited {text-decoration: none; outline: none !important;}

.clear {
	clear:both;
	float: none !important;
}


a {		
	color: #016EA7;
}

a:hover {
    text-decoration: underline;
}

html, body {
    height: 100%;
	background: url(../i/bgr-2.png) repeat white;
}

body {
	font-family: Arial;
	font-size:62.5%; /*1em is 10px */
	margin-right: 0 !important;
	background: url(../i/bgr-2.png) repeat white;
	}

.center {
	width: 1200px;
	margin: 0 auto;
}

#wrap {
    min-height: 100%;
}

#main {
    height: 100%;
    padding-bottom: 50px; /* must be equal to footer's height */
}

body:before {   /* old(real) Opera browser fix */
    content: "";
    float: left;
    height: 100%;
    margin-top: -32767px;
    width: 0;
}


.fancybox-lock {
	overflow: visible;
}
	
.fancybox-overlay {
	overflow: hidden !important;
}

img {
	max-height: 100%;
	max-width: 100%;
}

ul { list-style-type: none;}


h1 {font-size:22px;}
h2 {font-size:21px;}
h3 {font-size:20px;}
h4 {font-size:19px;}
h5 {font-size:18px;}
h6 {font-size:17px;}

/* ------------------------------------ GENERAL ------------------------------------- */

.show600  {
    display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.no-border {  border: none !important;}
.no-right {   border-right: none !important;}
.no-left {    border-left: none !important;}
.no-bottom {    border-bottom: none !important;}
.no-top {    border-top: none !important;}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.tabulation {
	display: inline-block;
	width: 10px;
}

.uppercase {
    text-transform: uppercase !important;
}

.yellow {
	color: #F5CD0E !important;
	border-color: #F5CD0E !important;
}

.white {
	color: #fff !important;
	border-color: #fff !important;
	background: #fff !important;
}
.bottle.white {
    background: url(../i/wine-bgr.png) repeat !important;
}

/* ERROR SUCCESS */

.error, .success {
	position: relative;
	width: auto;
	margin: 20px 0px;
	padding: 10px 15px;
	font: 14px/18px "PT Sans", Arial, sans-serif;
}

.error {
	color: #c0392b;
	background: #f5b7b1;
}

.success {
	color: #0c7e3c;
	background: #a9dfbf;
}

.error ul, .success ul {
	list-style-type: disc;
	list-style-position: inside;
}

.error a:hover, .success a:hover, .field-error a { text-decoration: underline; }

.close {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 2em;
	color: #000000;
}


/* INPUT types and FANCYFIELDS */
input[type="text"],input[type="email"],input[type="password"],input[type="data"],.ffSelectWrapper, textarea {
    border: 1px solid #929292;
    border-radius: 0;
    padding: 0px 10px;
    width: 165px;
    box-shadow: 0;
    display: inline-block;
    font: normal 11px/25px Arial;
    color: #355B76;
    height: 27px;
}

.ffSelectWrapper {
    padding: 0;
    width: 185px;
}

.ffSelect {
    background: url(../i/bullet.png) 95% center no-repeat;
    height: 27px;
}

.ffSelect a{ 
    display: block;
    padding: 0 10px;
    font: normal 11px/27px Arial;
    white-space: nowrap;
    overflow: hidden;
    color: #355B76;
}

.ffSelect a span {
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
}


.ffSelectMenuWrapper {
    background: white;
    border: 1px solid #929292;
    width: 100%;
    border-top: 0;
    margin-top: -1px;
    margin-left: -1px;
}

.ffSelectMenuWrapper ul span {
    display: block;    
    padding: 0 10px;
    cursor: pointer;
    
}

.ffSelectMenuWrapper ul li:hover {
    background: rgba(53,91,118,0.14);
}






.checkbox.ffCheckboxWrapper a {
    color: #32495e;
    font:bold 16px/20px 'PT Sans';
    display:block;
    vertical-align: middle;
    padding-left:30px;
}

.checkbox .ffCheckbox {
    width: 19px;
    height: 19px;
    background: #adb6bf;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 1px;
}

.checkbox.ffCheckboxWrapper.on .ffCheckbox {
    background: url(../i/sprite-icons.png) 0 -269px no-repeat #32495e;        
}





.radio.ffRadioWrapper a {
    color: #32495e;
    font:bold 16px/36px 'PT Sans';
    display:block;
    vertical-align: middle;
    padding-left:30px;
    position: relative;
    z-index: 1;
}

.radio .ffRadio {
    width: 19px;
    height: 19px;
    background: #adb6bf;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 9px;
}

.radio.ffRadioWrapper.on .ffRadio {
    background:url(../i/sprite-icons.png) -1px -434px no-repeat #32495E;
}



/* article */
article, p, article p, article ul, article ol {
    color: black;
    font: normal 15px/24px Arial;
}

article ul, article ol {
    list-style-position: inside;
}

article ul, article ol, article p {
    margin: 10px 0;
}
article ul {
    list-style-type: disc;
}

article a:hover {
    text-decoration: underline;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: Arial;
    font-weight: normal;
    margin: 5px 0;
}

article a {
    color: #A38321;
}





/*  END GENERAL */



/* ------------------------------------ HEADER ------------------------------------- */

.logo {
    margin-bottom: 20px;
}

.lang {
    height: 75px;
    text-align: center;
    position: relative;
}

.lang a {
    font: 300 14px/22px 'PT Sans';
    color: #494949;
    margin-top:25px;
    padding: 0 10px;
    display: inline-block;
}

.lang a.active {
    color: #A57A00;
    color: #a38321;

}

.lang a+a {
    border-left: 1px solid black;
    padding-left: 13px;
}

.social {
    display: flex;
    width: 84px;
    height: 52px;
    margin: 0;
    position: fixed;
    border: 0;
    background: url(../i/social_bgr.png) right center no-repeat;
    padding-left: 10px;
    top:10px;
    margin-left:239px;
    color: #494949;
    z-index: 0;
    -webkit-transition: 0.31s linear;
    -moz-transition:    0.31s linear;
    -o-transition:      0.31s linear;
    transition:         0.31s linear;
    transition-property: width, font-size;
}

.social a {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 50px;
    position: relative !important;
    background: url(../i/social_fb.png) center center no-repeat;
}

.social a.tbutton {
    background: url(../i/social_ta.png) center center no-repeat;
}

.tbutton:hover,
.fbutton:hover {
    opacity: .9;
    margin-top: -2px;
}

/*
.fbutton:hover {
    width: 161px;
    border: 0;
    font: 13px/52px 'Exo 2';
    text-align: left;
    padding: 0 22px 0 10px;
    text-indent: 0;
    text-decoration: none;
}
*/

.header-center {
    position: absolute;
    left:0;
    right: 0;
    margin: auto;
    width: 1200px;
}

header {
    position: fixed;
	top:0;
	bottom: 0;
	min-height: 100%;
	height: 100vh;
	left:0;
	width: 239px;
	z-index: 999;
    margin-left: 0;
}


.fixed-wrapper {
    position: fixed;
    width: 239px;
    top:0;
    bottom: 0;
	background:url(../i/menu2.jpg) repeat-y center #e8e8e8;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
	z-index: 3;
}
.push {
    height: 500px;
}
.push60 {
    height: 60px;
}


.menu-line {
    background: url(../i/menu-line.png) center no-repeat;
    height: 4px;
    width: 100%;
    border: 0;
    margin: 10px 0;
}

nav ul li {
/*     width: 25%; */
    padding: 0 5%;
    text-align: center;
}

nav ul li a {
    display: inline-block;
    font:300 18px/30px 'PT Serif';
    color: #494949;
    width: 100%;
    height: 100%;

}

nav ul li.active a,
nav ul li a.active,
nav ul li a:hover {
    color: #a57a00;
    color: #a38321;
    text-decoration: none;
    
}

.intervino {
    font: 500 10px/15px 'Exo 2';
    color: #A57A00;
    color: #A38321;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
/* ------------------------------------ END HEADER ------------------------------------- */

/* ------------------------------------ FOOTER ------------------------------------- */


footer {
    position: relative;
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-top: -50px;
    height: 50px;
    clear: both;
    z-index: 1000;
    background: black;
}

footer p, footer .right {
    color: white;
    font:300 12px/50px 'PT Sans';
}
/* ------------------------------------ END FOOTER ------------------------------------- */


/* ------------------------------------ INDEX ------------------------------------- */

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	padding-bottom: 200px;
	position: relative;
    overflow: hidden;
}

#page1 {
    background: url(../i/_updates2023/indexc-2023-retouch.png) center 0px no-repeat;
    min-height: 900px;
    overflow: hidden;
    position: relative;
}

.leaf {
    position: absolute;    
    display: block;
    pointer-events: none;
}

.leafs {
    height: 100%;
    width: 1200px;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.label-big {
    top:40px;
    right: 90px;
    position: absolute;
}

.leaf1 {   background: url(../i/leaf1.png) no-repeat left;background-size:contain; width: 105px; height: 183px; top:500px; left:-97px; z-index: 0;}
.leaf4 {   background: url(../i/leaf4.png) no-repeat right;background-size:contain; width:  15px; height: 105px; top:400px; left:240px;}

.leaf2 {   background: url(../i/leaf2.png) no-repeat;background-size:contain; width: 126px; height: 147px; top:140px; left:640px !important;  }
.leaf3 {   background: url(../i/leaf3.png) no-repeat;background-size:contain; width: 183px; height: 149px; top:790px; left:250px !important;  }

.leaf5 {   background: url(../i/leaf5.png) no-repeat;background-size:contain; width:  48px; height:  46px; top:100px; left:282px !important;   }
.leaf6 {   background: url(../i/leaf6.png) no-repeat;background-size:contain; width:  47px; height:  43px; top:450px; left:680px !important; }
.leaf7 {   background: url(../i/leaf7.png) no-repeat;background-size:contain; width: 198px; height: 187px; top:10px; right: -160px;left:auto !important; display: block !important;}
.leaf8 {   background: url(../i/leaf8.png) no-repeat;background-size:contain; width: 153px; height: 124px; top:-55px; left: 50% !important; }

.link {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 300;
    right: 0px;
    top:20px;
    transition: all .2s linear;
    transform: scale(1);
}

.top-labels {
    .center {
        position: relative;
    }
}

.bottom-labels {
    display: flex;
    position: absolute;
    bottom: 60px;
    padding: 10px;
    gap: 10px;
    display: none;
}

.bottom-labels .link {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: auto;
}


.content-wrap > a[href="publications-organic.php"] {display: none}

.link:hover {
    transform: scale(1.05);
}

.link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.link-1 {
    right: 110px;
}
.link-2 {
    right: 220px;
}
.bottles2024 * {
    box-sizing: border-box;
}
.bottles2024 {
    position: absolute;
    left:260px;
    top: 100px;
    width: 40%;
    z-index: 50;
}
.bottles2024 a {
    display: block;
    width: 40%;
    height: 0;
    padding-bottom: 155%;
    position: absolute;
    top:0;right: 0;
    transform: scale(1);
    transition: all .3s linear;
    z-index: 3;
}

.bottles2024 a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    left:0;right:0;top:0;
    bottom:0; margin: auto;
    position:absolute;
}

.bottles2024 a .text {
    position: absolute;
    top: 100%;
    font-size: 14px;
    color: #000;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    opacity: 0;
    transition: all .3s linear;
    width: 100%;
    text-align: center;
}

.bottles2024 a span img {
    position: absolute;
    width: 80px;
    height: 80px;
    right: auto;
    top:0;bottom: 0;
    margin: auto;
    left:10px;
    transition: all .3s linear;
    background: #fff;
}
.bottles2024 a:hover .text {
    opacity: 1;
}

.bottles2024 a:nth-child(2) {
    top:20px;
    right: 90px;
    z-index: 2;
    transform: scale(0.95);
}
.bottles2024 a:nth-child(3) {
    top:30px;
    right: 180px;
    z-index: 1;
    transform: scale(0.92);
}

.bottles2024 a:hover {
    z-index: 4;
    transform: scale(1.05);
    top: 0;
}

.bottles2024:hover a {
    filter: blur(2px);
}

.bottles2024:hover a:hover {
    filter: blur(0px);
}

.relative {
    position: relative;
}

/* ------------------------------------ END INDEX ------------------------------------- */

.promo-text, .promo-text p {
    font:300 16px/24px 'Exo 2';
    color: #0b0b0b;
}

.promo-text a {
    color: #0b0b0b;
}

.promo-text.index span{
    font: 300 156px/130px 'PT Serif';
    float: left;
    margin-right: 18px;
    display: inline-block;
    height: 130px;
}

.promo-text span {
    width: 80px;
    display: inline-block;
    text-align: left;
}
.en .promo-text.index span {
    width: 100px;
}
.w300 {
    width: 300px;
    float: left;
    margin-left: 15px;
}

.w400 {
    width: 400px;
    margin-top:200px;
    float: right;
}

.zeromargin {
    margin: 0;
}

.align-center {
    margin: 30px auto;
    width: 400px;
}
.index-map {
    width: 340px;
    margin-left: 40px;
    margin-bottom: 10px;
}
.brown-dot {
    padding-left: 70px;
    background: url(../i/dotb2.png) 40px 5px no-repeat;
}

.promo-text.brown-dot {
    margin: 20px 0;
}

.green-dot {
    padding-left: 70px;
    background: url(../i/dotg2.png) 40px 5px no-repeat;    
}


.scroll {
    position: fixed;
    bottom: 20px;
    width:200px ;
    height:200px ;
    left:0;
    right: 0;
    margin: auto;
    background:url(../i/scroll.png) center center no-repeat; ;
    display: none !important;
}

/* ==================== winery ========================  */

.title {
    font: 300 60px/70px 'PT Serif';
    color: black;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.subtitle {
    color: #A38321;
    font: 300 26px/30px Arial;
    margin: 25px 0px;
}

.winery .subtitle {
    margin: 25px 20px;
}

.smalltitle {
    font-size: 20px;
    margin: 10px 0;
}

.breadcrumps {
    margin-bottom: 30px;
}

.breadcrumps a {
    font: 300 16px/20px 'Exo 2';
    color: black;
}

.breadcrumps a.crump {
    background: url(../i/crump2.png) left center no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}

.breadcrumps a.active {
    color: #a38321;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
    vertical-align: bottom;
}

.content-wrap {
    margin-left: 305px;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.backlight {
    background: url(../i/backlight.png) center -100px repeat-y;
    background: url(../i/backlight.png) center -100px repeat-y;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-left: 305px;
    padding-top: 60px;
    width: 895px;
    z-index: 0;
}

.mat {
   background: url(../i/wine-bgr.png) repeat;
   padding-bottom: 30px;
}

.mat article {
    margin: 0 20px;
}

.mat .align-center {
    margin-top: 50px;
    margin-left: 50px;
}

.slider-wrapper {
    /* width: 100%; */
    margin-left:20px;
    position: relative;    
}

.slider {
    height: 230px;
    overflow: hidden;
}

.slider a {
    display: block;
    float: left;
    width: 158px;
    width: 175px !important;
/*     cursor: move; */
}

.img-wrap {
    background: url(../i/team_frame.png) center center no-repeat;
    padding:3px;
    padding-bottom: 6px;
    width: 150px;
    height: 126px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}


.img-wrap:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}


.img-wrap img {
    display: inline-block;
    vertical-align: middle;
}

.caroufredsel_wrapper img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    
}

.slider a:hover img {
    opacity: 0.8;
}

.slider-text {
    font: 300 13px/20px Arial;
    color: black;
    padding-top: 5px;
    display: inline-block;
    word-break: break-word;
    width: 158px;
}

.color {
    color: #A38321;
}

.prev, .next {
    background: url(../i/team_arrows2.png) left center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top:-30px;
    right: 35px;
    cursor: pointer;
}

.next {
    background-position: right center;
    right: 25px;
}

.winery .leaf2 {  top:350px; left:920px !important;  }

.winery {
    padding-bottom: 200px;
}

.offer-banner {
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.offer-banner img {
    vertical-align: top;
}
.offer-banner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;right: 0;top:0;bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b8000000',GradientType=0 ); /* IE6-9 */
    transition: all .2s linear;
}
.offer-banner:hover:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,937724+100&0+9,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(13,11,3,0) 9%, rgba(147,119,36,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(13,11,3,0) 9%,rgba(147,119,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(13,11,3,0) 9%,rgba(147,119,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#937724',GradientType=0 ); /* IE6-9 */
}
.offer-banner strong {
    font: 300 22px/24px 'PT Serif';
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    text-align: center;
    z-index: 2;

}

.offer-banners {
    clear: both;
    margin-bottom:1px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.offer-banners a {
    width: 32.333%;
    margin-right: 1.5%;
    height: 180px;
    float: left;
}
.offer-banners.two a {
    width: 48.5%;
}
.offer-banners.two a + a {
    margin-right: 0;
}
.offer-banners a:nth-child(3n){
    margin-right: 0;
}
.offer-banners a img {
    object-fit:cover;
    width: 100%;
    height: 100%;
}

/*  ======================== end winery   ======================== */










/*  ======================== contacts    ======================== */
#page6 .mat {
    min-height: 700px;
}

#page6 .leaf2 {
    top:750px;
}

.representatives {
    margin-left: 30px;
    margin-top: -230px;
    width: 400px;
}

.representatives div ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 20px;
}
/*  ======================== END contacts    ======================== */











/*  ======================== Partners  (#page4) ======================== */



#page4 .mat {
    padding: 1px 20px;
}

.column {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}


.mat ul.promo-text {
    text-transform: uppercase;
}

ul.promo-text li {
    float: left;
    width: 130px;
    display: inline-block;
    padding-right: 10px;    
    font: normal 15px/24px Arial;
}

.distributors li{
    float: left;
    width: 47%;
    padding-right: 3%;
    min-height: 160px;
    padding-bottom: 30px;
}

span.space {
    display: inline-block;
    width: 67px;
}

.distributors a {
    color: black;
}

.distributors a:hover {
    color: #A38321;
}


/*  ======================== END Partners   ======================== */


#error {
    padding-bottom: 0;
}

.error404 {
    padding-top: 0;
}

.error404 img {
    max-width: 1000%;
    max-height: 1000%;    
}

#error .leaf2 {
    top:780px;
    left: 950px !important;
}





/*  ======================== Publications (#page5)   ======================== */

.publications-list {
    padding: 0 10px;
    display: inline-block;
}

.publications-list li {
    float: left;
    width: 31%;
    margin: 0 1.1%;
    height: 398px;
    overflow: hidden;
    margin-bottom: 30px;
}

.publications-list .img-wrap, .publication-head .img-wrap {
    width: 264px;
    height: 152px;
    text-align: center;
    background-size: 270px 163px;
    text-decoration: none !important;
}

.publications-list .img-wrap {
    height: 149px;
}

#page5 .mat {
    padding: 25px 0px;
}

.ajax-pagination {
    padding: 20px 0 20px 20px;
    display: inline-block;
}

.ajax-pagination > * {
    float: left;
    line-height: 30px;
    color: #151515;
    font-size: 12px;
}

.ajax-pagination ul {
    margin: 0 10px;
}

.ajax-pagination ul li {
    float: left;
}

.ajax-pagination ul li a{
    font:300 20px/28px 'Exo 2';
    padding: 0 3px;
    margin: 0 3px;
    color: black;
}

.ajax-pagination ul li a:hover,
.ajax-pagination ul li a.active,
.ajax-pagination ul li.active a  {
    color: #A38321;
}

.date {
    font:300 14px/22px 'Exo 2';
    color: #A38321;
    margin: 10px 0 0;
    display: inline-block;
}

.publications-list a {
    font: 300 20px/28px 'Exo 2';
    color: black;
}

.publications-list a:hover img {
    filter: alpha(opacity=80);	
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    zoom:1;
}

.publications-list a:hover {
    text-decoration: none;
    color: #A38321;
}

.publications-list p, .publications-list p a {
    margin-top: 7px;
    font: 14px/22px Arial;
}

.publications-list p a {
    text-decoration: underline;
}

.publications-list li .img-wrap img {
    max-height: 149px;
}


.gallery li {
    height: 200px;
}

.gallery li a {
    cursor: default;
}

/* ----------- publication inner   ------------- */

.publication-head {
    padding: 20px;
    padding-top: 30px;
    display: block;
    direction: rtl;
}
.publication-head > * {
    display: inline-block;
    vertical-align: top;
/*     float: left; */
    direction: ltr;
}

.publication-head .date {
    padding-bottom: 10px;
}
.title-wrap {
    padding-left: 20px;
    width: 560px;
}
.publication-title {
    font: 300 26px/32px 'Exo 2';
    
}

.publication .leaf2 {
    top:auto !important;
    bottom: 100px;
    left:850px !important;
    display: block;
}

.publication .mat {
    margin-bottom: 100px;
}

.fancybox-skin {
    background: white;
}

/*  ======================== END publications   ======================== */


/*  ======================== WINE  ======================== */

.wines {
    margin-top: 30px;
}

.filters {
    margin: 20px 0;
    overflow: auto;
}

.filters a{
    display: inline-block;
    font: 300 16px/34px 'Exo 2';
    color: white;
    background: #4a4a4a;
    padding: 0px 12px;
    height: 34px;
    margin-right: 6px;
}

.filters a.active, .filters a:hover {
    background: #a38321;
    text-decoration: none;
}

.bottle {
    width: 218px;
    height: 400px;
    background:url(../i/wine-bgr.png) repeat;
    float: left;
    margin-bottom: 7px;
    position: relative;
}

.bottle:hover {
    background: rgba(163,131,33,0.32);
}

.bottle a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
}

.bottle .img-wrap {
    background: url(../i/wine-shadow.png) no-repeat center bottom transparent;
    background: transparent;
    height: 280px;
    width: 100%;
    padding: 0;
    padding-top: 22px;
    text-align: center;
    display: inline-block;
}

.bottle .name {
    width: 169px;
    margin-top: 12px;
    display: inline-block;
    font: normal 21px/24px 'Exo 2';
    font: normal 19px/24px 'Exo 2';
    color: black;
}

.label-organic {
    display: inline-block;
    position: absolute;
    top:92px;
    right: 63px;
    width: 46px;
    height: 46px;
    background: url(../i/label-small.png) center center no-repeat;
}

.grape {
    width: 120px;
    height: 120px;
    position: absolute;
    top:60px;
    right: 200px;
    background: url(../i/grape.png) center no-repeat;
}
article:not(.expanded) .toggle ~ * {
    display: none;
}
article.expanded .toggle {display: none;}
.preview article {display: none;}

.logolink {
    display: flex;
    align-content: center;
    align-items: center;
    clear:both;
    font: 300 20px/24px 'Exo 2';
    color: #0b0b0b;
    margin-bottom: 20px;
}
.logolink img {
    width: 100px;
    height: 60px;
    float: left;
    margin-right: 10px;
    object-fit: contain;
}


/* ------------------------- WINE INNER -------------------------------- */
.wine-inner .img-wrap {
    background: none;
    width: 100%;
    padding: 0;
    height: 550px;
    position: relative;
}

.wine-inner .mat {
    padding: 30px;
}
.wine-inner .mat > .left {
    width: 270px;
    text-align: center;
}

.intervino-btn {
    width: 187px;
    height: 95px;
    display: inline-block;
    background: url(../i/intervino-btn2.png) center no-repeat;
    margin-top: 30px;
    display: inline-block;
}

.intervino-btn:hover {
    background: url(../i/intervino-btn.png) center no-repeat;
}

.en .intervino-btn {   
     background: url(../i/intervino-btn-en.png) center 1px no-repeat;
}

.en .intervino-btn:hover {
    background: url(../i/intervino-btn-en.png) center -93px no-repeat;
}


.wine-inner .mat > .right {
    width: 533px;
    margin-left: 30px;
}

.wine-inner .mat > .right > .subtitle:first-child {
    margin-top: 15px;
}


.wine-inner article {
    margin: 0;
}

article.w300 {
    width: 325px;
}

.wine-inner .info {
    font-size: 16px;
    margin-top: 20px;
    color: #000;
}

.wine-inner .info span.color+strong {
    color: #000;
    font-weight: normal;
}

.wine-inner .info .color,
.wine-inner .info strong {
    color: #A38321;
}

.wine-inner .mat hr {
    background: none;
    border: 0;
    border-top:1px dotted black;
    margin: 25px 0;
}
.label-wine {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 40px;
	top:120px;
}
.label-mid {
    width: 65px;
    height: 65px;
    background: url(../i/label-mid.png) no-repeat center;
    position: absolute;
    top:130px;
    right: 60px;
}

.hidden {
    display: none !important;
}

/*  ======================== END WINE   ======================== */


#respmenu {
    display: none;
}


/* ---- Templates Preview ---- */
div#templates-preview {
	position: fixed;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #3C6C07;
	padding: 0px;
	margin-bottom: 10px;	
	z-index: 98710;
	text-align: left;
	opacity: 1;
	font-size: 11px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	text-indent: -9999px;
	-moz-border-radius: 4px; 	
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	line-height: 20px;	
}
div#templates-preview:hover {
	-moz-border-radius: 3px; 	
	-webkit-border-radius: 3px;
	border-radius: 3px; 	
	opacity: 1; 
	width: auto; 
	height: auto; 
	padding: 10px; 
	text-indent: 0; 
	cursor: help;
	background-color: #F1F1F1;	
}


div#templates-preview a:hover {
	color: black;
	text-decoration: underline;
}

.overflow {
    overflow: hidden;
}



/* vvvvvvvvvvvvvv < MEDIA QUERIES > vvvvvvvvvv */



@media screen and (min-width:768px) and (max-width:1200px) {


    * {
        -webkit-box-sizing: border-box;        
        -moz-box-sizing: border-box;        
        box-sizing: border-box;        
    }
    
   
    body, .center, .title-wrap, .header-center {
        width: 100%;
    }
    
    .mat {
        margin-right: 10px;
    }
    
    .hide768 {
        display: none;
    }
    
    #page1 {
        background-size: 495px;
    }
    
    .align-center.index-map {
        margin-left: -240px;
        width: 240px;
        margin-top: 100px;
    }
    .align-center.index-map + .promo-text.brown-dot{
        margin-top: -150px;
    }
    
    .w400 {
        width: 300px;
        margin-top: 100px;
        padding-right: 12px;
     }
    
    .filters a {
        margin-bottom: 10px;
    }
    
    #page2 .leaf2{
        display: none;
    }
    
    .wine-inner .mat > .left, 
    .wine-inner .mat > .right {
        width: 100%;
    }
    
    .wine-inner .img-wrap {
        height: 320px;
        width: 280px;
        margin-bottom: 30px;
    }
    
    .wine-inner .mat {
        position: relative;
    }
    
    ul.promo-text li {
        width: auto;
        padding-right: 20px;
    }
    
    .subtitle {
        font-size: 23px;
    }
    
    .column {
        padding-right: 10px;
    }
    
    /*article.info {*/
    /*    position: absolute;*/
    /*    top:200px;*/
    /*    right: 65px;*/
    /*}*/
    
    .intervino-btn {
        float: right;
    }

            
    .content-wrap .title {
        font-size: 50px;
    }
    
    .label-big {
        top:10px;
        right: 180px;
        width: 60px;
    }
    
    .publication-head {
        float: none;
        direction: ltr;
        text-align: center;
    }

    .publication-head .title-wrap {
        text-align: left;
        padding-bottom: 10px;
    }
    .publication-head .date {
        margin-top: -50px;
        padding-bottom: 0;
    }
    .publication-head .img-wrap{
        float: left;
        margin-right: 15px;
        margin-top: 10px;
    }
    .publication-head + div + article {
        margin-top: -20px;
    }
    .publications-list .img-wrap, .publication-head .img-wrap {
        width: 262px;
        background: white;
    }

    footer {
        padding: 0 20px;
    }
    

    .publications-list .img-wrap {
        width: 100%;
        background-size: 244px 145px;
    }
    .mat > * {
        margin-top:0;
        float: none;
    }


 
}



@media screen and (max-width:1200px) {
    /*.bottles2024 {*/
    /*    position: relative;*/
    /*}*/
    .bottles2024 {
        position: relative;
        width: calc(100% - 260px);
        height: 0;
        padding-bottom: 60%;
        float: right;
        top:0%;
        left: 0;
        display: flex;
        gap:10px;
        justify-content: center;
    }
    .bottles2024 a {
        width: 30%;
        padding-bottom: 60%;
        margin-top: 10%;
        left: 0;
        margin: 10% auto 0;
        top: 0 !important;
        position: relative;
        transform: scale(1) !important;
    }
    .align-center.index-map {
        margin-top: 0;
        margin-left: 0;
    }
    .w400 {
        padding-left: 40px;
        margin-top: 0;
        position: relative;
        width: calc(100% - 240px);
    }
    .representatives {
        margin-top: 0;
    }
    .error404 img {
        max-width: 100%;
        max-height: 100%;
    }

}

@media screen and (max-width:1024px) {
    .bottom-labels {
        display: flex;
        max-width: 175px;
    }
    .bottom-labels a {
        flex-shrink: 1;
        min-width: 30%;
    }
    .social {
        margin-left: 174px;
        width: 94px;
    }
    .fixed-wrapper {
        width: 175px;
    }   
    
    .content-wrap {
        margin-left: 200px;    
    }  
    
    .leaf4 {
        left: 176px;
    }
    .top-labels {display: none}
}


@media screen and (max-width:920px) {
	.offer-banners  {
		display: block;
		text-align: center;
	}
	.offer-banners a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

    .publications-list li {
        width: 47%;        
    }

}


@media screen and (max-width:860px) {
}

@media screen and (max-width:767px) { /* everything becomes 100%;*/

   .breadcrumps { 
        display: none;
    }
    
    .content-wrap .title {
        font-size: 40px;
    }
    
    
    .publications-list {
        width: 100%;
    }
    
    .publications-list li {
        width: 272px;        
        float: none;
        text-align: left;
        margin: 0 auto;     
    }
    
    * {
        -webkit-box-sizing: border-box;        
        -moz-box-sizing: border-box;        
        box-sizing: border-box;        
    }
    
    body, .center, .title-wrap, .header-center, .leafs {
        width: 100%;
    }
    
    .mat {
        margin-right: 10px;
    }
    
    .hide768 {
        display: none;
    }
    
    .label-big {
       display: none;
    }
    .bottles2024 {
        height: 400px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 10%;
    }
    .bottles2024 a {
        margin-top: 0;
        padding-bottom: 0%;
        height: 90%;
    }
    .w400 {
        padding-left: 0;
        padding-right: 20px;
    }
     /*.w400 {*/
     /*   width: 300px;*/
     /*   margin-top: 100px;*/
     /*   padding-right: 12px;*/
     /*}*/
    
    .filters a {
        margin-bottom: 10px;
    }
    
        
    #page1 {
        background-size: 495px;
    }
    
    /*.align-center.index-map {*/
    /*    margin-left: -240px;*/
    /*    width: 240px;*/
    /*    margin-top: 100px;*/
    /*}*/
    /*.align-center.index-map + .promo-text.brown-dot{*/
    /*    margin-top: -150px;*/
    /*}*/
    
    /*.w400 {*/
    /*    width: 300px;*/
    /*    margin-top: 100px;*/
    /*    padding-right: 12px;*/
    /* }*/
     .column {
         width: 100%;
     }
     
     .distributors li {
         width: 100%;
     }
     
     #page6 .align-center {
         width: 80%;
     }
     
     .w300, w400 {
         width: 100%;
         margin-left: 0;
         margin-right: 0;
         padding: 0 15px;
     }
    
    .wine-inner .mat > .left, 
    .wine-inner .mat > .right {
        width: 100%;
    }
    
    .wine-inner .img-wrap {
        height: 320px;
        width: 280px;
        margin-bottom: 30px;
    }
    
    .intervino-btn {
        margin-top: 10px;
    }
    
    article.left, article + .right { 
        padding: 0;
        float: none;
    }
    article.w300 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .wine-inner .mat {
        position: relative;
    }
	.publications-list .img-wrap {
    	height: 154px;
	}
	
	.publication-head .img-wrap {
    	display: block;
    	margin: 10px auto;
	}
	.publications-list li {
    	margin-bottom: 30px;
    	height: auto;
	}
    body {
/*         position: relative; */
    }
}


@media screen and (max-width:746px) { 


}

@media screen and (max-width:680px) {
}

@media screen and (max-width:600px) { /* fall of header */
    .w400,
    .bottles2024 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .social {
        display: none;
    }
    body,header,#respmenu  {
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;        
    }
    .content-wrap .title {
        font-size: 32px;
        line-height: 40px;
    }
    .subtitle {
        font-size: 22px;
    }
    .header-center{
        height: 100%;
    }
 
   
    .error404 img {
        margin-left: 10px !important;
    }
    
    .error404 {
        text-align: center;
    }

    header {
        margin-left: -239px;
    }
    
    
    header .logo {
        display: none;
    }
    
    .leafs {
        display: none !important;
    }
    
    .grape {
        top:140px;
    }
	.content-wrap {
    	margin-left: 10px;
/*     	margin-left: 55px; */
	}
	footer {
    	position: relative;
    	text-align: center;
    	height: 60px;
	}
	footer div > * {
    	float: none !important;
    	line-height: 30px !important;
	}
	.show600 {
    	display: block;
	}
	.hide600 {
    	display: none;
	}
	
	.header-center .logo {
    	margin: 0 auto;
    	background: black;
    	text-align: center;
    	background: url(../i/logobgr.jpg) repeat-y center;
    	height: 120px;
	}
	.logo img {
    	margin-top: 25px;
	}
	.slide {
    	padding-top: 90px;
	}
    .menu {
        position: relative;
        z-index: 9999;
    }
/*
    .fbutton, .fbutton:hover {
        width: 140px;
        border: 0;
        font: 13px/52px 'Exo 2';
        text-align: center;
        padding: 0 22px 0 10px;
        text-indent: 0;
        text-decoration: none;
        left:auto;
        position: fixed;
        margin: 0;
        top: 48px;
        z-index: 5;
        height: 32px;
        line-height: 32px;
        display: inline-block;
        background-position: -66px -9px;
        padding-right: 3px;
    }
*/
    
    #page1 {
        background-position: left 50px;
        background-size: 300px;
    }
    .promo-text.index span {
        font-size: 120px;
        line-height: 130px;
        margin-right: 0;
        height: 110px;
    }
    .promo-text, .promo-text p {
        font-size: 15px;
        line-height: 20px;
    }
    .leafs + .w400 {
        margin-top: 50px;
    }
    .align-center.index-map {
        margin: auto;
    }
    .align-center.index-map + .promo-text.brown-dot {
        margin-top: 20px;
    }
    
    
    #respmenu {
/*         background: #A38321; */
        display: block;
        padding: 10px 0;
        position: absolute;
        top:40px;
        left: 0;
        min-width: 40px;
        z-index:99889;
        width: 47px;
        margin: 0;
        border: 0;
        border-radius: 0 5px 5px 0;
    }
    #respmenu.overflown {
        position: fixed;
        left: -65px;
        background: url(../i/fbutton.png) center center no-repeat;
    }    
    body.overflown {
        overflow-x: hidden;
    }
    #respmenu.overflown .border-menu:before,    #respmenu.overflown * {
        border-color: black !important;
    }
    .border-menu {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 27px;
        vertical-align: top;
        height: 20px;
        left: 10px;
        border-bottom: 4px solid #fff;
    }
    .border-menu:before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 0;
        width: 25px;
        height: 0.125em;
        border-top: 0.375em double #fff;
        border-top: 12px double #fff;
        border-bottom: 0.175em solid #fff;
        border-bottom: 0;
        top: 0px;
        left: 0;
        width: 27px;
    }    
}

@media screen and (max-width:480px) {
/*
    .fbutton {
        display: none;
    }
*/
    .lang {
        height: auto;
    }
    .wines {
        width: 220px;
        margin: 0 auto;
    }

    .leafs + .w400 {
        background: rgba(255,255,255,0.77);
        margin-right: 10px;
        padding-left: 10px;
        padding-bottom: 30px;
          margin: 100px auto;
          display: block;
          float: none;
          max-width: 90%;
          width: 100%;        
    }    
    .title-wrap {
        margin-bottom: 10px;
    }
    .brown-dot, .green-dot {
        padding-left: 30px;
        background-position: 10px 5px;
    }
    #page6 .push60 {
        display: none;
    }
    .wine-inner .img-wrap {
        width: 100%;
    }
        

    .content-wrap .title {
        font-size: 28px;
    }
    .subtitle {
        font-size: 19px;
    }
}


@media screen and (max-width:450px) {
}

@media screen and (max-width:410px) {
}

@media screen and (max-width:390px) {

}

@media screen and (max-width:360px) {

}


@media screen and (max-width:320px) {

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /*ipads*/

}

