 /*

* Skeleton V1.2

* Copyright 2011, Dave Gamache

* www.getskeleton.com

* Free to use under the MIT license.

* http://www.opensource.org/licenses/mit-license.php

* 6/20/2012

*/



/* Table of Content

==================================================

	#Site Styles

	#Page Styles

	#Media Queries

	#Font-Face */



/* #Site Styles

================================================== */



/* #Page Styles

================================================== */



/* #Media Queries

================================================== */



	/* Smaller than standard 960 (devices and browsers) */

	@media only screen and (max-width: 959px) {}



	/* Tablet Portrait size to standard 960 (devices and browsers) */

	@media only screen and (min-width: 768px) and (max-width: 959px) {}



	/* All Mobile Sizes (devices and browser) */

	@media only screen and (max-width: 767px) {}



	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

	@media only screen and (min-width: 480px) and (max-width: 767px) {}



	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

	@media only screen and (max-width: 479px) {}





/* --------- Font-Face ------- */
@font-face {
    font-family: 'karlabold';
    src: url('../fonts/karla-bold-webfont.ttf') format('truetype'),
         url('../fonts/karla-bold-webfont.woff2') format('woff2'),
         url('../fonts/karla-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'karlabolditalic';
    src: url('../fonts/karla-italic-webfont.ttf') format('truetype'),
         url('../fonts/karla-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/karla-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}




@font-face {
    font-family: 'karlaitalic';
    src: url('../fonts/karla-italic-webfont.ttf') format('truetype'),
         url('../fonts/karla-italic-webfont.woff2') format('woff2'),
         url('../fonts/karla-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'karla';
    src: url('../fonts/karla-regular-webfont.ttf') format('truetype'),
         url('../fonts/karla-regular-webfont.woff2') format('woff2'),
         url('../fonts/karla-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,body {
  padding:0;
  margin:0;
  color: #141414;
  position: relative;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "karla";
	width: 100vw;
}

body {
  overflow-x: hidden;
}

.stop-scrolling, #timeline_curtain.stop-scrolling, .stop-scrolling-menu{
  height: 100vh;
  overflow: hidden;
}

i, em {
}

strong, b {
  color: #000;
  font-weight: bold;
}
em,i {
    font-style: italic;
}

p {
    margin: 0;
}

::-webkit-input-placeholder {
  color:    #ddd;
}
:-moz-placeholder {
  color:    #ddd;
  opacity:  1;
}
::-moz-placeholder {
  color:    #ddd;
  opacity:  1;
}
:-ms-input-placeholder {
  color:    #ddd;
}


.jumpInput::-webkit-input-placeholder {
  color:    gray;
}

.jumpInput:-moz-placeholder {
  color:    gray;
  opacity:  1;
}
.jumpInput::-moz-placeholder {
  color:    gray;
  opacity:  1;
}
.jumpInput:-ms-input-placeholder {
  color:    gray;
  opacity: 1;
  visibility: visible;
}

.active_menu::-webkit-input-placeholder {
  color:    #fff;
}

.active_menu::-moz-placeholder {
  color:    #fff;
  opacity:  1;
}
.active_menu:-ms-input-placeholder {
  color:    #fff;
}

#wpadminbar {
  display: none;
}

a {
  outline: medium none !important;
  text-decoration: none !important;
}

a img {
  border: medium none;
}

a:hover, a:focus, a:visited, a:link {
  color: #141414;
}

a:hover {
  text-decoration: underline;
}
  
li {
  list-style: none;
}

.content {
  position: relative;
}

blockquote, blockquote p {
  margin: 0 0 20px;
  padding: 9px 28px 0 28px;
  border-left: none;
  text-align: left;
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  color: #585858;
  quotes: inherit;
  position: relative;
}

blockquote p::before {
  content: "\2018";
  top: 0.25em;
  left: calc(28px - 0.28em);
  position: absolute;
  font-size: 55px;
  color: #b8b8b8;
}
blockquote p::after {
  content: "\2019";
  bottom: -0.4em;
  margin-left: -0.08em;
  position: absolute;
  font-size: 55px;
  color: #b8b8b8;
}


main {
  width: 100vw;
  height: 100%;
}

body {
  background-color: #000;
}

.marker {
  background-color: lightgrey;
}

/* -------- NEWSLETTER ------- */

#newsletterWrapper {
  position: fixed;
  bottom: -195px;
  left: 50%;
  width: 100%;
  max-width: 800px;
  transform: translateX(-50%);
  background-color: #fff;
  min-height: 140px;
  z-index: 110;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, height 0.3s ease 0s, margin-top 0.5s ease 0s, bottom 0.5s ease 0s, top 0.2s ease 0s, transform 0s ease 0s;
}

.newsletter_close {
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
  background: transparent url("../images/sprite.png");
  background-position: 0 -100px;
}

.newsletter_container {
  padding: 25px;
  max-width: 550px;
  margin: 0 auto;
}

.newsletter_title {
  text-align: center;
  font-family: 'PT Serif';
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}

.newsletter_subtitle {
  font-family: 'PT Serif';
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.newsletter_form {
  width: 100%;
  margin: 0;
}

#ewsletterForm {
  margin: 0;
}

#mce-EMAIL {
  width: calc(100% - 24px);
  border-color: #CCCCCC;
  padding: 12px 12px 11px;
  font-size: 16px;
  margin: 0;
}

#mce-EMAIL.redBorder { 
  border-color: red;
}

.LI-error {
  display: none;
  padding: 10px 0 0 13px;
  color: #e03030;
  clear: both;
  font-size: 16px;
}

.hidden_terms {
  display: none;
}

.hidden_terms p {
  font-family: 'PT Serif';
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hidden_terms p a {
  position: relative;
}

.hidden_terms p a:hover{
  text-decoration: none;
}


.hidden_terms p a::after {
  overflow: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  height: 0px;
  border-bottom: 1px dotted #999;
}

.hidden_terms p a:hover::after {
  border-bottom: 1px solid #141414;
}

#newsletterSubscribe {
  padding: 15px 30px 15px 30px !important;
  display: block !important;
  min-width: 280px;
  width: auto;
  margin: 0px auto !important;
  border: 1px solid #CCCCCC !important;
  background-color: #fff;
  transition: background 0.2s,color 0.2s;
  font-family: 'PT Serif';
  font-size: 18px;
  line-height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
}

#newsletterSubscribe:hover {
  background-color: #000 !important;
  color: #fff;
}

li > span {
  cursor: pointer;
}

#moreSection li > span {
  color: #fff;
}

/* -------- FEATURED ------- */
.featured {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 27vh;
  background-color: #ffffff;
  z-index: -1;
  opacity: 1;
}

.featured_overlay {
  z-index: 0;
  background: rgba(0,0,0,0);
}

.featured_overlay a {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}

.featured_img {
  position: relative;
  left: 5%;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: none;
}

.featured_img2 {
  position: relative;
  margin-left: 7%;
  width: auto;
  height: 100%;
}

.featured_txt {
  position: absolute;
  top: 50%;
  right: 80px;
  color: #fff;
  text-align: right;
  transform: translateY(-50%);
}

/*
.featured_txt p {
  margin-bottom: 20%;
}
*/

.featured_cat {
  font-family: 'PT Serif';
  font-size: 14px;
  line-height: 14px;
}

.featured_title{
  font-family: 'PT Serif';
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.featured_more {
  display: block;
  font-family: 'karla';
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}

/* -------- HEADER -------- */
.menu {
  position: fixed;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 65px;
  background-color: white;
  z-index: 105;
  transition: 0.25s color ease-in-out, 0.25s background-color ease-in-out, 0.25s height ease-in-out;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.featured_on {
  position: relative;
  margin-top: 27vh;
}
  
.content {
  display: block;
  width: 100vw;
}


#site_logo, #site_logo h1 {
  text-transform: uppercase;
  font-family: 'PT Serif';
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  top: 50%;
  margin-left: 40px;
  transform: translateY(-50%);
  cursor: pointer;
}

#site_logo:hover {
  text-decoration: none !important;
}

ul.menu_list {
  display: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 100%;
}

ul.menu_list li {
  display: inline-block;
  margin-right: 25px;
  font-family: 'karla';
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  height: 65px;
  margin-bottom: 0;
  vertical-align: top;
  position: relative;
  transition: opacity 0.6s ease-in-out;
}

ul.menu_list li::after {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  background: #000;
  position: absolute;
  bottom: 0;
  opacity: 0.5;

}

ul.menu_list li.active::after {
  height: 2px;
  opacity: 1;
  display: block;
}

ul.menu_list li.active_hover::after {
  height: 2px;
  opacity: 1;
  display: block !important;
}


ul.menu_list.activeOff li.active::after {
  opacity: 0.4;
}

ul.menu_list.activeOff li {
  color: rgb(134,134,134);
  opacity: 1;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}


ul.menu_list.activeOff li.active_hover::after, ul.menu_list.activeOff li.active_hover {
  opacity: 1;
  color: #141414;
}

.active_menu ul.menu_list.activeOff li.active_hover::after,.active_menu ul.menu_list.activeOff li.active_hover {
  opacity: 1;
  color: #fff;
}

.active_menu ul.menu_list li::after {
  background: #fff;
}

ul.menu_list li p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  margin: 0;
}

ul.menu_list li:last-child {
  margin-right: 0;
}
.search_section {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 32px;
  margin-top: 3px;
  transform: translateY(-50%);
}

.search_mobile {
  display: none;
}

/* ---- HAMBURGER ---- */
#nav-icon4 {
  display: inline-block;
  width: 14px;
  height: 12px;
  position: relative;
  margin-right: 10px;
  background: url("../images/sprite.png");
  background-color: transparent;
  background-position: 0px -253px;
/*
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
*/
  cursor: pointer;
}

#nav-icon4.open {
  height: 14px;
  background-position: -50px -100px;
}

#nav-icon4 span {
  display: none;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 2.3px;
  height: 2px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8.4px;
  left: 2.1px;
  height: 2px;
}

/* ---- JUMP TO ----- */
.jumpToYear {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  bottom: -1px;
  left: 17%;
  color: #141414;
  font-size: 0;
  z-index: 10;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2.5px;
  line-height: 18px;
  cursor: pointer;
  overflow: hidden;
  width: 47px;
  height: 22px;
}

 .jump_content {
   display: inline-block;
   position: absolute;
   left: 10px;
   transition: left .3s ease-in-out;
   
 } 
 
 .jump_content.slideIn {
   left: -47px;
   
 }
  
.jumpToYear span {
  color: #141414;
  font-family: 'karla';
  font-size: 11px;
}

.jumpToYear span.normal_message {
  margin-right: 10px;
}

.jumpToYear span.error_message {
  display: none;
  position: absolute;
  top: 1px;
  left: 58px;
  text-align: left;
  width: 70px;
} 

.jumpToYear.rightSide {
  left: 0;
  transform: translate(-138%,0);
  transform-origin: right center;
  
}

.jumpToYear.rightSide span.error_message {
 left: 110px;
}

/* ---- SEARCH ---- */
#searchIcon {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 8px;
  background:  url("../images/sprite.png");
  background-position: 0px 0px;
  transition: background-color 0.2s ease-in-out;
  margin-top: 2px;
}

#searchIcon.active_menu {
  background-position: -50px 0px;
}

#searchInput, input.jumpInput, #searchInputMobile {
  display: inline-block;
  border: 0;
  outline: 0;
  background: transparent;
/*   border-bottom: 1px solid black; */
  width: 0;
  height: 18px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  transition: width .3s ease-in-out, margin .3s ease-in-out;
  color: #141414;
  font-family: 'karla';
  font-size: 14px;
}

#searchInput {
  height: 13px;
  vertical-align: top;
  max-width: 80vw;
}



input.jumpInput.slideIn {
  width: 32px;
  margin-left: 11px;
}

#searchInput:focus, #searchInput:active, input.jumpInput:focus, input.jumpInput:active, #searchInputMobile:focus, #searchInputMobile:active,  {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
}

.input_wrapper {
  display: inline-block;
  position: relative;
}

.input_wrapper::after {
   content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
}

 .jump_content .input_wrapper::after {
   display: none;
 }
 
 .search_section .input_wrapper {
    float:left;
    overflow: hidden;
  }
    
  .search_section .input_wrapper::after {
    top: calc(100% - 0px);
    width: calc(100% + 14px);
  }
    
  #searchInput {
    height: 17px;
    margin-top: 3px;
  }
    
  #searchInput.slideIn {
    width: 60vw;
  }
    
  #searchIcon {
    z-index: 10;
  }

/* -------- COOKIES -------- */
.has-cookie-bar #catapult-cookie-bar, #catapult-cookie-bar {
  font-family: 'karla';
  font-size: 12px;
  color: #585858;
  background-color: rgba(221,221,221,0.9);
  padding-top: 0px !important;
  padding-right: 20px !important;
  padding-bottom: 0px !important;
  padding-left: 20px !important;
  height: 50px !important;
  
}

#catapult-cookie-bar a {
  color: #000 !important;
  font-family: 'karla';
  line-height: 100%;
}

#catapult-cookie-bar a:hover {
  text-decoration: underline;
}

#catapult-cookie-bar .ctcc-inner {
  width: 100%;
}
#catapult-cookie-bar .ctcc-inner .x_close span{
  display: none;
}

#catapult-cookie-bar .ctcc-inner span.ctcc-left-side {
  max-width: 93%;
  display: inline-block;
}

#catapult-cookie-bar .ctcc-inner .x_close {
  width: 15px;
  height: 15px;
  background:  url("../images/sprite.png");
  background-position: 0 -99px;
  margin-right: 42px;
}

.cookie-bar-bar .float-accept .ctcc-inner {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

.has-cookie-bar #catapult-cookie-bar {
  opacity: 0.9;
  max-height: 999px;
  min-height: 30px;
}

/* ----- FOOTER ---- */

#siteFooter, .site_footer {
  position: relative;
  bottom: 0;
  width: 100vw;
  height: 45px;
  color: #141414;
  background-color: transparent;
  font-family: 'karla';
  font-size: 10px;
  line-height: 10px;
  display: block;
  transition: 1.5s background ease-in-out; 
}

.site_footer {
  position: absolute;
}

#siteFooter .copyright, .site_footer .copyright {
  position: absolute;
  margin-left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.site_footer .copyright {
  color: #fff;
}

.footer_links {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.footer_links li {
  margin: 0;
  margin-right: 25px;
  display: inline-block;
}

.footer_links li:last-child {
  margin-right: 0;
}

/* -------- SECTIONS-------- */
.content_wrapper {
  display: block;
  position: relative;
  width: 100vw;
  height: calc(100vh - 50px);
  margin-top: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.small_content_wrapper {
  margin-top: 0;
}

.small_content_wrapper {
/*   height: calc(100vh - 49px); */
    height: calc(100vh + 0px);
    margin-top: -65px;
}

@keyframes slideshowAPobre {
  0% {
    opacity:1;
  }
  45% {
  opacity:1;
  }
  55% {
  opacity:0;
  }
  100% {
  opacity:0;
  }
}


.vintage_years, .winemakers_diary {
  display: inline-block;
  width: 100%;
  height: calc(100vh - 49px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.small_content_wrapper .vintage_years, .small_content_wrapper .winemakers_diary {
/*   height: calc(100vh - 49px); */
  height: calc(100vh + 0px);
}

/*
.vintage_years.top {
  animation-name: slideshowAPobre;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-direction: alternate;
}
*/

/*
.vintage_years {
  left: 0;
}
*/

/*
.winemakers_diary {
  left: 100%;
}
*/


#slide_to_winemaker {
  position: fixed;
  margin-top: calc(2% + 65px);
  top: 0;
  left: calc(100% - 45px);
  cursor: pointer;
  display: inline-block;
  transform: translateX(-100%);
  font-size: 12px;
  font-family: 'karlabold';
  font-weight: bold;
  white-space: nowrap;
  color: #141414 !important;
  transition: color 1s ease-in-out;
  opacity: 0;
  z-index: 100;
}

#slide_to_winemaker span {
  margin-left: 10px;
}

#slide_to_winemaker span.slide_mobile_hide {
  margin-left: 0px;
}

#slide_to_vintage {
  position: fixed;
  margin-top: calc(2% + 65px);
  left: 45px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-family: 'karlabold';
  font-weight: bold;
  white-space: nowrap;
  top: 0;
  color: #141414 !important;
  transition: color 1s ease-in-out; 
  opacity: 0;
  z-index: 100;
}

#slide_to_vintage.isShow, #slide_to_winemaker.isShow {
  opacity: 1 !important;
  transition: opacity 0.4s ease-in-out; 
}

#slide_to_vintage span {
  margin-right: 10px;
}

#slide_to_vintage span.slide_mobile_hide {
  margin-right: 0px;
}

.scroll_btn {
  display: block;
  width: 90px;
  height: auto;
  position: fixed;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  color: #fff;
  z-index: 100;
  font-weight: bold;
}

.scroll_btn p {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.scroll_pc {
  display: block;
}

.scroll_mobile {
  display: none;
}

.scroll_btn .scroll_arrow {
  width: 48px;
  height: 16px;
  background: transparent url("../images/sprite.png");
  background-position: -50px -50px;
  display: inline-block;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0; }
    to { opacity: 1.0; }
}                                                                                                                                                                                                                                  

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0; }
    to { opacity: 1.0; }
}

.blink {
  animation:fade 1500ms infinite;
  -webkit-animation:fade 1500ms infinite;
}


/* -------- TIMELINES -------- */
#timeline_curtain {
  position: relative;
  width: 100vw;
  height: auto;
/*   height: 100vh; */
/*   margin-top: calc(100vh - 50px); */
  top: 0;
  left: 0;
  background-color: transparent;
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0s background ease-in-out;
}


.vintage_timeline, .winemakers_timeline {
  display: inline-block;
  height: auto;
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  top: 0;
  transition: 1.5s background ease-in-out, 600ms opacity cubic-bezier(0.215,0.61,0.355,1);
  opacity: 1;
 
}

.vintage_timeline.timeline_fade, .winemakers_timeline.timeline_fade {
  opacity: 0;
}

.vintage_timeline {
  left: 0;
/*   background-color: rgba(199,111,164,0.3); */

/*
background: #f9e8db;
background: -moz-linear-gradient(left, #f9e8db 1%, #e5d9d5 50%, #e0c7c5 100%);
background: -webkit-linear-gradient(left, #f9e8db 1%,#e5d9d5 50%,#e0c7c5 100%); 
background: linear-gradient(to right, #f9e8db 1%,#e5d9d5 50%,#e0c7c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e8db', endColorstr='#e0c7c5');
*/

  background: #f9e8db;
  background: -moz-linear-gradient(left, #f9e8db 1%, #e5d9d5 50%, #c8bab1 100%) ;
  background: -webkit-linear-gradient(left, #f9e8db 1%,#e5d9d5 50%,#c8bab1 100%);
  background: linear-gradient(to right, #f9e8db 1%,#e5d9d5 50%,#c8bab1 100%); 
}

.winemakers_timeline {
  left: 100%;
  position: absolute;
/*   background-color: #ebf6f9; */

background: #ebf6f9;
background: -moz-linear-gradient(right, #ebf6f9 0%, #f3f3f3 0%, #f3f3f3 52%, #ebf6f9 100%);
background: -webkit-linear-gradient(right, #ebf6f9 0%,#f3f3f3 0%,#f3f3f3 52%,#ebf6f9 100%); 
background: linear-gradient(to left, #ebf6f9 0%,#f3f3f3 0%,#f3f3f3 52%,#ebf6f9 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6f9', endColorstr='#ebf6f9',GradientType=1 );

/*
background: #ebf6f9; 
background: -moz-linear-gradient(-45deg, #ebf6f9 0%, #f3f3f3 0%, #f3f3f3 5%, #ebf6f9 5%, #f3f3f3 10%, #ebf6f9 15%, #f3f3f3 20%, #ebf6f9 25%, #f3f3f3 25%, #f3f3f3 30%, #ebf6f9 35%, #f3f3f3 40%, #ebf6f9 45%, #f3f3f3 50%, #ebf6f9 55%, #f3f3f3 60%, #ebf6f9 65%, #f3f3f3 70%, #ebf6f9 75%, #ebf6f9 75%, #f3f3f3 80%, #ebf6f9 85%, #f3f3f3 90%, #ebf6f9 95%, #f3f3f3 100%); 
background: -webkit-linear-gradient(-45deg, #ebf6f9 0%,#f3f3f3 0%,#f3f3f3 5%,#ebf6f9 5%,#f3f3f3 10%,#ebf6f9 15%,#f3f3f3 20%,#ebf6f9 25%,#f3f3f3 25%,#f3f3f3 30%,#ebf6f9 35%,#f3f3f3 40%,#ebf6f9 45%,#f3f3f3 50%,#ebf6f9 55%,#f3f3f3 60%,#ebf6f9 65%,#f3f3f3 70%,#ebf6f9 75%,#ebf6f9 75%,#f3f3f3 80%,#ebf6f9 85%,#f3f3f3 90%,#ebf6f9 95%,#f3f3f3 100%);
background: linear-gradient(135deg, #ebf6f9 0%,#f3f3f3 0%,#f3f3f3 5%,#ebf6f9 5%,#f3f3f3 10%,#ebf6f9 15%,#f3f3f3 20%,#ebf6f9 25%,#f3f3f3 25%,#f3f3f3 30%,#ebf6f9 35%,#f3f3f3 40%,#ebf6f9 45%,#f3f3f3 50%,#ebf6f9 55%,#f3f3f3 60%,#ebf6f9 65%,#f3f3f3 70%,#ebf6f9 75%,#ebf6f9 75%,#f3f3f3 80%,#ebf6f9 85%,#f3f3f3 90%,#ebf6f9 95%,#f3f3f3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6f9', endColorstr='#f3f3f3',GradientType=1 );
*/

/*
background: -moz-linear-gradient(-45deg, rgba(243,243,243,0.96) 0%, rgba(235,246,249,0.96) 5%, rgba(243,243,243,0.96) 10%, rgba(235,246,249,0.96) 15%, rgba(243,243,243,0.96) 20%, rgba(243,243,243,0.96) 25%, rgba(243,243,243,0.96) 30%, rgba(235,246,249,0.96) 35%, rgba(243,243,243,0.96) 40%, rgba(235,246,249,0.96) 45%, rgba(243,243,243,0.96) 50%, rgba(235,246,249,0.96) 55%, rgba(243,243,243,0.96) 60%, rgba(235,246,249,0.97) 65%, rgba(243,243,243,0.97) 70%, rgba(235,246,249,0.98) 75%, rgba(243,243,243,0.98) 80%, rgba(235,246,249,0.99) 85%, rgba(243,243,243,0.99) 90%, rgba(235,246,249,1) 95%, rgba(243,243,243,1) 100%); 
background: -webkit-linear-gradient(-45deg, rgba(243,243,243,0.96) 0%,rgba(235,246,249,0.96) 5%,rgba(243,243,243,0.96) 10%,rgba(235,246,249,0.96) 15%,rgba(243,243,243,0.96) 20%,rgba(243,243,243,0.96) 25%,rgba(243,243,243,0.96) 30%,rgba(235,246,249,0.96) 35%,rgba(243,243,243,0.96) 40%,rgba(235,246,249,0.96) 45%,rgba(243,243,243,0.96) 50%,rgba(235,246,249,0.96) 55%,rgba(243,243,243,0.96) 60%,rgba(235,246,249,0.97) 65%,rgba(243,243,243,0.97) 70%,rgba(235,246,249,0.98) 75%,rgba(243,243,243,0.98) 80%,rgba(235,246,249,0.99) 85%,rgba(243,243,243,0.99) 90%,rgba(235,246,249,1) 95%,rgba(243,243,243,1) 100%); 
background: linear-gradient(135deg, rgba(243,243,243,0.96) 0%,rgba(235,246,249,0.96) 5%,rgba(243,243,243,0.96) 10%,rgba(235,246,249,0.96) 15%,rgba(243,243,243,0.96) 20%,rgba(243,243,243,0.96) 25%,rgba(243,243,243,0.96) 30%,rgba(235,246,249,0.96) 35%,rgba(243,243,243,0.96) 40%,rgba(235,246,249,0.96) 45%,rgba(243,243,243,0.96) 50%,rgba(235,246,249,0.96) 55%,rgba(243,243,243,0.96) 60%,rgba(235,246,249,0.97) 65%,rgba(243,243,243,0.97) 70%,rgba(235,246,249,0.98) 75%,rgba(243,243,243,0.98) 80%,rgba(235,246,249,0.99) 85%,rgba(243,243,243,0.99) 90%,rgba(235,246,249,1) 95%,rgba(243,243,243,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f3f3', endColorstr='#f3f3f3',GradientType=1 ); 
*/

/*
background: -moz-linear-gradient(-45deg, rgba(243,243,243,0.96) 0%, rgba(235,246,249,0.96) 5%, rgba(243,243,243,0.96) 10%, rgba(235,246,249,0.96) 15%, rgba(243,243,243,0.96) 20%, rgba(243,243,243,0.96) 25%, rgba(243,243,243,0.96) 30%, rgba(235,246,249,0.96) 35%, rgba(243,243,243,0.96) 40%, rgba(235,246,249,0.96) 45%, rgba(243,243,243,0.96) 50%, rgba(235,246,249,0.96) 55%, rgba(243,243,243,0.96) 60%, rgba(235,246,249,0.96) 65%, rgba(243,243,243,0.96) 70%, rgba(235,246,249,0.96) 75%, rgba(243,243,243,0.96) 80%, rgba(235,246,249,0.96) 85%, rgba(243,243,243,0.96) 90%, rgba(235,246,249,0.96) 95%, rgba(243,243,243,0.96) 100%);
background: -webkit-linear-gradient(-45deg, rgba(243,243,243,0.96) 0%,rgba(235,246,249,0.96) 5%,rgba(243,243,243,0.96) 10%,rgba(235,246,249,0.96) 15%,rgba(243,243,243,0.96) 20%,rgba(243,243,243,0.96) 25%,rgba(243,243,243,0.96) 30%,rgba(235,246,249,0.96) 35%,rgba(243,243,243,0.96) 40%,rgba(235,246,249,0.96) 45%,rgba(243,243,243,0.96) 50%,rgba(235,246,249,0.96) 55%,rgba(243,243,243,0.96) 60%,rgba(235,246,249,0.96) 65%,rgba(243,243,243,0.96) 70%,rgba(235,246,249,0.96) 75%,rgba(243,243,243,0.96) 80%,rgba(235,246,249,0.96) 85%,rgba(243,243,243,0.96) 90%,rgba(235,246,249,0.96) 95%,rgba(243,243,243,0.96) 100%); 
background: linear-gradient(135deg, rgba(243,243,243,0.96) 0%,rgba(235,246,249,0.96) 5%,rgba(243,243,243,0.96) 10%,rgba(235,246,249,0.96) 15%,rgba(243,243,243,0.96) 20%,rgba(243,243,243,0.96) 25%,rgba(243,243,243,0.96) 30%,rgba(235,246,249,0.96) 35%,rgba(243,243,243,0.96) 40%,rgba(235,246,249,0.96) 45%,rgba(243,243,243,0.96) 50%,rgba(235,246,249,0.96) 55%,rgba(243,243,243,0.96) 60%,rgba(235,246,249,0.96) 65%,rgba(243,243,243,0.96) 70%,rgba(235,246,249,0.96) 75%,rgba(243,243,243,0.96) 80%,rgba(235,246,249,0.96) 85%,rgba(243,243,243,0.96) 90%,rgba(235,246,249,0.96) 95%,rgba(243,243,243,0.96) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f3f3', endColorstr='#f5f3f3f3',GradientType=1 );  
*/
}

.winemakers-gradient, #timeline_curtain.winemakers-gradient, html.winemakers-gradient {
  background: #ebf6f9;
  background: -moz-linear-gradient(right, #ebf6f9 0%, #f3f3f3 0%, #f3f3f3 52%, #ebf6f9 100%);
  background: -webkit-linear-gradient(right, #ebf6f9 0%,#f3f3f3 0%,#f3f3f3 52%,#ebf6f9 100%); 
  background: linear-gradient(to left, #ebf6f9 0%,#f3f3f3 0%,#f3f3f3 52%,#ebf6f9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6f9', endColorstr='#ebf6f9',GradientType=1 );
}


.vintage-gradient, #timeline_curtain.vintage-gradient, html.vintage-gradient {
/*
  background: #f9e8db;
  background: -moz-linear-gradient(left, #f9e8db 1%, #e5d9d5 50%, #e0c7c5 100%) ;
  background: -webkit-linear-gradient(left, #f9e8db 1%,#e5d9d5 50%,#e0c7c5 100%);
  background: linear-gradient(to right, #f9e8db 1%,#e5d9d5 50%,#e0c7c5 100%); 
*/

  background: #f9e8db;
  background: -moz-linear-gradient(left, #f9e8db 1%, #e5d9d5 50%, #c8bab1 100%) ;
  background: -webkit-linear-gradient(left, #f9e8db 1%,#e5d9d5 50%,#c8bab1 100%);
  background: linear-gradient(to right, #f9e8db 1%,#e5d9d5 50%,#c8bab1 100%); 
}

.winemaker_index, .vintage_index {
  width: 60vw;
  display: inline-block; 
  transition: opacity 0.4s ease-in-out;
  opacity: 0.20;
}

.winemaker_index.active_timeline, .vintage_index.active_timeline {
  opacity: 1;
}

.timeline_title {
  color: #141414;
  width: 100%;
  height: auto;
}

.timeline_title p{
  margin-bottom: 40px;
}

.timeline_year {
  display: block;
  font-family: 'PT Serif';
  font-size: 45px;
  line-height: 45px;
  margin-top: 40px;
}


.timeline_name {
  font-family: 'PT Serif';
  font-size: 25px;
  display: block;
  line-height: 25px;
}

.timeline_content {
  font-family: 'PT Serif';
  font-size: 18px;
  line-height: 100%;
  display: block;
  text-align: center;
}



.timeline_description {
  width: 100%;
  display: block;
  font-family: 'PT Serif';
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.timeline_wines {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.timeline_wines_title {
  margin-top: 55px;
  margin-bottom: 20px;
  font-family: 'PT Serif';
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.timeline_wines_title_single {
  margin-bottom: 0;
}


/*
.wines_list {
  cursor: pointer;
  text-decoration: underline;
  font-size: 20px;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.wines_list:last-child {
  margin-bottom: 0;
}
*/

/*
.wine_wrapper {
  background-color: #fff;
}
*/

.wines_list {
  cursor: pointer;
  display: inline-block;
  width: 130px;
  height: auto;
  margin-top: 25px;
  margin-left: 25px;
  vertical-align: bottom;
  opacity: 1;
  transition: opacity 100ms cubic-bezier(0.215,0.61,0.355,1) 100ms,
  transform 0.2s ease-in-out;
  position: relative;
}

.wine_no_margin {
  margin-left: 0;
}
/*
.wines_list:hover {
  opacity: 1;
}
*/

.wines_list img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.mobile-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
}

.timeline_border {
  width:100%;
  height: 1px;
  border-bottom: 1px solid #000;
  margin-top: 40px;
}

.winemaker_index .timeline_border {
  margin-bottom: 60px;
}

/* -------- WINE POP UP -------- */

#lightbox {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 200;
}

#wine_popup_placeholder {
  background-color: #fff;
  z-index: -999;
  position: fixed;
  pointer-events: none;
  top: 10px;
  left: 15px;
  width: calc(100vw - 30px);
  height: calc(100vh - 20px);
  transition: 0.5s opacity ease, 0.5s transform ease;
  transform: scale(0.95,0.95);
  opacity: 0;
}

#wine_popup_placeholder.wine_popup_wrapper_animation_opacity2 {
  opacity: 1;
  z-index: 999;

}

#wine_popup_placeholder.wine_popup_wrapper_animation2 {
  transform: scale(1,1);
}

#wine_popup_placeholder.relatedOn {
   transition: 0.0s opacity ease, 0.5s transform ease;
}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #141414;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.wine_popup_wrapper_style {
  background-color: transparent;
  z-index: -1000;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 20px);
  height: calc(100vh - 20px);
  padding: 10px;
  display: block;
  opacity: 0;
  transition: 0.5s opacity ease, 0.5s transform ease;
  transform: scale(0.95,0.95);
  pointer-events: none;
  }

.wine_popup_wrapper_animation_opacity {
  opacity: 1;
  z-index: 1000;
  pointer-events: all;
}

.wine_popup_wrapper_animation {
  transform: scale(1,1);
}

#wine_popup {
  background: transparent;
  width: 100%;
  height: 100%;
  color: #141414;
  position: relative;
  transition: 0.4s opacity ease;
}

#wine_popup .slick-slide { 
  margin: 0 5px;
}

#wine_header {
  display: none;
}

.wine_header {
  position: absolute;
  width: calc(100vw - 50px);
  height: 55px;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 1010;
}

.wine_header_logo {
  text-transform: uppercase;
  font-family: 'PT Serif';
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  top: calc(50% - 5px);
  margin-left: 20px;
  transform: translateY(-50%);
}

.close_popup {
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 17px;
  right: -3px;
  cursor: pointer;
  z-index: 1020;
  background: transparent url("../images/sprite.png");
  background-position: 0 -100px;
}

#closeHitbox {
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  top: -10px;
  right: -20px;
  z-index: 1019;
}

.wine_container {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  max-width: 100%;
  height: calc(100vh - 20px);
  overflow: hidden;
  display: block;
  outline: 0;
}

.wine_scroll  {
  top: 0;
  left: 25%;
  position: absolute;
  overflow: auto;
  display: inline-block;
  height: 100%;
  width: 75%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.wine_border {
  position: absolute;
  background-color: #000;
  width: 1px;
  height: calc(100vh - 70px);
  top: 50px;
  left: 22%;
}

.gl-arrows-pop {
  position: absolute;
  top: 55px;
  height: calc(100vh - 75px);
  width: 35px;
  background-color: transparent;
  z-index: 1000;
  cursor: pointer;
}

.gl-arrows-pop::before {
  outline: none;
  display: block;
  content: '';
  width: 45px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: transparent url("../images/sprite.png");
}

.gl-arrows-pop.gl-prev {
  left: 0;
}

.gl-arrows-pop.gl-next {
  right: 0;
}

.gl-arrows-pop.gl-prev::before {
  background-position: 13px -200px;
}

.gl-arrows-pop.gl-next::before {
  background-position: 6px -150px;
}

.wine_description {
  margin-top: 50px;
  width: 100%;
  left: 0;
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.wine_title, .wine_scroller {
  font-size: 30px;
  font-weight: bold;
  font-family: 'PT Serif';
  line-height: 30px;
  margin-bottom: 50px;
  margin-left: 10px;
  position: relative;
  left: 25%;
  margin-top: 55px;
  transition: 0.01s font-size cubic-bezier(0.1, 0.57, 0.1, 1);
  opacity: 0;
  text-align: center;
  width: 100%;
  left: 0;
}

.wine_title {
  opacity: 1;
  position: absolute;
  top: 55px;
  margin-top: 0;
  z-index: 1000;
  width: 100%;
  max-width: calc(100% - 20px);
  left: 0;
}

.fixed_title {
  font-size: 18px;
  position: absolute;
  top: 9px;
  width: 75%;
  left: 25%;
  display: none;
}

.wine_img_container {
  width: calc(33% - 20px);
  padding: 10px;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

.wine_img_wrapper {
  display: block;
  position: relative;
  margin-bottom: 13px;
}

.wine_ft_img {
  width: 100%;
  height: auto;
}

.wine_label_year {
  width: 100%;
  text-align: center;
  font-family: 'Kaushan Script';
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 65%;
  left: 0;
  margin-top: -15px;
  
}

.wine_text {
  font-family: 'PT Serif';
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: calc(64% - 20px);
  padding: 6px;
  padding-bottom: 0;
  vertical-align: top;
}


.wine_text p {
  margin-bottom: 15px;
}

.wine_text p a {
  position: relative;
  white-space: nowrap;
}

.wine_text p a:hover{
  text-decoration: none;
}


.wine_text p a::after {
  overflow: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  height: 0px;
  border-bottom: 1px dotted #999;
}

.wine_text p a:hover::after {
  border-bottom: 1px solid #141414;
}


.wine_searcher {
  font-family: "Source Sans Pro";
  font-weight: 700; 
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
}

.wine_searcher:hover {
  text-decoration: underline !important;
}

.wine_searcher img {
  display: inline-block;
  width: 25px;
  vertical-align: middle;
  margin-left: 5px;
}

.wine_related_content {
  width: 100%;
  left: 0;
  display: block;
  position: relative;
}

.wine_specs_scroller {
  display: inline-block;
  height: 100%;
}

.wine_specs {
  position: relative;
  display: inline-block;
  width: calc(20% - 25px);
  padding: 10px;
  padding-left: 20px;
  padding-top: 0;
  padding-right: 50px;
  vertical-align: top;
  font-size: 13px;
  line-height: 14px;
  font-family: 'Source Sans Pro';
}

.wine_specs_top {
  position: absolute;
  top: 144px;
  left: 24px;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 70vh;
  padding-right: 0;
}

.wine_specs_top_show {
  display: inline-block;
  height: auto;
}

.wine_specs_hidden {
  opacity: 0;
  display: none;
}

.wine_specs ul {
  margin-bottom: 35px;
}

.wine_specs li {
  margin-bottom: 5px;
  font-family: "Source Sans Pro";
  font-weight: 400;
}

.wine_specs li.specs_title {
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  font-weight: 700;
  text-decoration: none;
}

.wine_specs li strong {
  color: #141414;
  font-weight: bold;
}

.wine_url {
  display: block;
  margin-bottom: 35px;
  text-decoration: none;
  font-family: "Source Sans Pro";
  font-weight: 700;  
}

.wine_url:hover {
 text-decoration: underline !important; 
}

.wine_url:last-child {
  margin-bottom: 0;
}

.myList {
  max-width: 140px;
}

.myList.list2Columns {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}

.myList.list3Columns {
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
}

#myList li, .myList li {
  display: block;
  cursor: pointer;
  text-decoration: none;
  max-width: 35px;
}

#myList li:hover, .myList li:hover {
 text-decoration: underline; 
}

li.loadMore {
  display: block;
  text-decoration: none;
  margin-top: -30px;
}

li.loadLess {
  display: none;
  text-decoration: none;
  margin-top: -30px;
}

li.loadMore:hover, li.loadLess:hover {
  text-decoration: underline;
}

.myList li.show_toggle {
  display: none;
}

.wine_reviews {
  display: inline-block;
  width: calc(100% - 4px - 5px);
  padding-left: 5px;
  position: relative;
  font-size: 0;
  height: auto;
}

.wine_single_review {
  width: calc(33% - 14px);
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  font-size: 13px;
  margin-right: 10px;
  hyphens: auto;
}

.wine_review_content {
  padding: 20px; 
  font-size: 14px;
  font-family: 'Source Sans Pro'; 
  line-height: 20px;
}

.wine_review_content.featured_review {
  border: 2px solid black;
}

.review_author, .review_source, .review_score {
  font-weight: bold;
  line-height: 12px;
  margin-bottom: 10px;
}

.review_score {
  font-weight: normal;
}

.review_content {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.review_content p{
 margin-bottom: 10px; 
}

/* -------- TIMELINE INDEX-------- */

.index_container {
  position: absolute;
  top: 50px;
  width: 150px;
}

#vintage_timeline_index {
  left: calc(15% - 75px);
  transition: left 0.5s ease-in-out;
  
}

#winemakers_timeline_index {
  left: calc(85% + 75px);
  transition: left 0.5s ease-in-out;
}

.index_date_wrapper {
  font-family: 'karla';
  font-size: 18px;
  color: #141414;
  text-align: center;
  position: relative;
  left: -50%;
}

/*
.index_scrollarea {
  margin-top: 5px;
  border-left: 1px solid;
  border-color: #000;
  position: relative;
  height: 600px;
}
*/

.index_scrollarea {
  margin-top: -7px;
  margin-bottom: 10px;
  width: 1px;
  position: relative;
  height: calc(100vh - 210px);
  max-width: 800px;
  position: relative;
}

.index_line {
  position: absolute;
  width: 1px;
  height: calc(100% - 17px);
  background: #000;
  top: 17px;
  left: 0;
}

.index_padding {
  transition: height 0.15s ease-out;
  cursor: pointer;
}

.index_scroller {
  height: 18px;
  margin-left: -2px;
  cursor: ns-resize;
/*   transition: top 0.1s ease; */
}

.index_handle {
  border-radius: 50%;
  position: relative;
  width: 9px;
  height: 9px;
  top: 15px;
  margin-left: -2px;
  margin-top: -3px;
  background-color: #000;
  z-index: 100; 
}

.ua-ie .index_handle {
  float: none;
}

.index_scroller_content {
  margin-left: 20px;
  text-align: left;
  height: 18px;
  display: table;
}

#winemakers_timeline_index .index_scroller_content {
  transform: translateX(calc(-150% - 16px));
}

.index_curr {
  display: table-cell;
  vertical-align: middle;
  font-family: 'karla';
  font-size: 18px;
  color: #141414;
  opacity: 1;
}

.index_hide {
  opacity: 0;
}

.index_decade {
  position: absolute;
  width: 20px;
  left: -10px;
  top: 0;
  margin-top: 17px;
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: none;
  z-index: -1;
}


/* -------- WINEMAKER -------- */
.wm_section_title {
  font-family: 'PT Serif';  
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 35px;
}

.wm_section_content {
  text-align: left;
  hyphens: auto;
  font-size: 18px;
  line-height: 28px;
  font-family: 'PT Serif';
}

.wm_section_content p {
  margin-bottom: 15px;
}


.wm_section_hr {
  width: 204px;
  height: 1px;
  border-bottom: 1px solid #000;
  margin-top: 25px;
  margin-bottom: 35px;
  position: relative;
  left: 50%;
  margin-left: -102px;
}

.weather_wrapper {
  display: block;
  text-align: center;
  margin-bottom: 70px;
}

.weather_icon {
  display: inline-block;
  margin-right: 80px;
}

.weather_icon:last-child {
  margin-right: 0;
}

.weather_imgs {
  display: inline-block;
  width: 50px;
  height: auto;
}

.weather_imgs img {
  vertical-align: top;
}

.weather_icon p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-family: 'PT Serif';
  margin-top: 15px;
}

.wm_overview_wrapper {
  display: inline-block;
/*   margin-top: 40px; */
  background-color: transparent;
  margin-left: -40px;
  width: calc(100% + 80px);
}

.wm_overview_title {
/*   margin-top: 20px; */
}

.wm_overview_container {
  position: relative;
  width: calc(100% - 80px);
  height: auto;
  display: block;
  text-align: left;
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.wm_overview_single {
/*
  position: relative;
  display: inline-block;
  width: calc(50% - 2px - 20px);
  height: auto;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 0;
  vertical-align: top;
  text-align: left;
*/

  position: relative;
  display: inline-block;
  width: calc(50% - 2px - 60px);
  height: auto;
  padding: 20px;
  vertical-align: top;
  text-align: left;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;

}

.wm_overview_single:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.wm_overview_container.single_col {
  text-align: center;
}

.wm_overview_single.single_col:after {
  display: none;
}

.wm_overview_content, .wm_overview_content p {
  margin-bottom: 10px;
}

.wm_overview_single .wm_overview_content {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 21px;
  font-family: 'PT Serif';
  font-style: italic;
}

.wm_overview_author, .wm_overview_date  {
  font-size: 16px;
  line-height: 16px;
  font-family: 'PT Serif'; 
}

.wm_overview_author {
  margin-bottom: 10px;
}

.wm_overview_vr {
  position: absolute;
  width: 0;
  height: 100%;
  top : 0;
  left: 50%;
  margin-left: -1px;
  border-right: 1px solid #000;
  display: none;
}

.wm_overview_vr.hide_vr {
  display: none;
}

/* -------- MORE SECTION ----- */
#moreSection{
  display: none;
  width: calc(100vw - 0px);
  height: calc(100vh - 65px);
  background-color: rgba(20,20,20,1);
  color: #fff;
  position: fixed;
  z-index: 105;
  top: 0px;
  left: 0;
  padding-top: 65px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

#moreSectionContainer {
  display: block;
  position: relative;
}

#moreSectionContainerMobile {
  display: none;
}

header.menu.active_menu {
  color: #fff;
  background-color: rgba(20,20,20,1);
  transition: 0.25s color ease-in-out, 0.25s background-color ease-in-out, 0.25s height ease-in-out;
  border-bottom: 1px solid #fff;
}

#nav-icon4 span.active_menu {
  background-color: rgba(255,255,255,1);
  transition: 0.25s background-color ease-in-out;
}

#site_logo.active_menu,#searchInput.active_menu {
  color: #fff !important;
  transition: 0.3s width ease-in-out,0.25s color ease-in-out;
}

.active_menu.input_wrapper::after {
  background-color: #fff;
}

.port_houses_list, .years_list, .about_vintage_list {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-family: 'karla';
  font-size: 12px;
  position: relative;
  top: 0;
  margin-top: 50px;
  margin-right: 100px;
}

.years_list_left, .years_list_right {
  display: inline-block;
}
.years_list_left {
  margin-right: 100px;
}

.about_vintage_list {
  margin-right: 0;
}

.list_title {
  font-family: 'karlabold';
  font-weight: bold;
  margin-bottom: 20px;
}

#moreSection ul li {
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 12px;
}

#moreSection .external_li {
  margin-top: 20px;
  cursor: default;
}


#moreSection li a, #moreSection .external_li a, #moreSection .internal_li a{
  color: #fff;
}

#moreSection .internal_li:hover, .years_list li:hover {
  text-decoration: underline;
}


.title_margin {
  margin-top: 35px;
}



/* -------- TABLET --------- */
@media only screen and (min-width: 700px) and (max-width: 1024px) {
 
 /* ------- MENU ------- */
 .menu .menu_list {
  opacity: 1;
 }
 
 #cats-title p {
  font-size: 10px;
 }
 
 ul.menu_list li {
   font-size: 12px;
 }
 
 #searchInput.slideIn { 
   width: 68vw;
 }
 
 /* ---- HEADER MARGIN REDUCTION ---- */
 
 #site_logo {
   margin-left: 20px;
 }
 
 .search_section {
   margin-right: 10px;
 }
 
 #siteFooter .copyright, .site_footer .copyright {
   margin-left: 20px;
 }
 
 .footer_links {
   right: 20px;
 }  

 /* ------- FEATURE ------ */
 .featured_img2 {
   display: none;
 }
 
 .featured_img {
   display: block;
   width: 34%;
 }
 
/* -------- COOKIES -------- */
.has-cookie-bar #catapult-cookie-bar, #catapult-cookie-bar {
  font-family: 'karla';
  font-size: 12px;
  color: #585858;
  background-color: rgba(221,221,221,0.9);
  padding-top: 0px !important;
  padding-right: 20px !important;
  padding-bottom: 0px !important;
  padding-left: 20px !important;
  height: 35px;
  
}

#catapult-cookie-bar a {
  color: #000 !important;
  font-family: 'karla';
  line-height: 100%;
}

#catapult-cookie-bar a:hover {
  text-decoration: underline;
}

#catapult-cookie-bar .ctcc-inner {
  width: 100%;
}
#catapult-cookie-bar .ctcc-inner .x_close span{
  display: none;
}

#catapult-cookie-bar .ctcc-inner .x_close {
  width: 15px;
  height: 15px;
  background:  url("../images/sprite.png");
  background-position: 0 -99px;
  margin-right: 42px;
}

.cookie-bar-bar .float-accept .ctcc-inner {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

.has-cookie-bar #catapult-cookie-bar {
  opacity: 0.9;
  max-height: 999px;
  min-height: 30px;
}
 
 /* ------ MORE SECTION ------ */
 .port_houses_list, .years_list, .about_vintage_list {
    margin-top: 35px;
    margin-right: 45px;  
 }
 
 .about_vintage_list {
    margin-right: 0;  
 }
 
 .years_list_left, .years_list_right {
    display: block;
  }
  
  .years_list_left {
    margin-right: 0;
  }
  
  .years_list_right {
    margin-top: 20px;
  }
 
 /* ------- WINE POP UP ------ */ 
 #closeHitbox {
   display: inline-block;
 }
 
 /* ------- TIMELINE ------- */
 
 .index_container {
   top: 40px;
 }
 
 .index_scrollarea {
    margin-top: -23px;
    margin-bottom: 38px;
  }
 
  .index_handle {
    height: 30px;
    border-radius: 10px;
    width: 5.3px;
    margin-left: 0px;
    top: 26px;
  }
 
  .index_line {
    top: 30px;
    height: calc(100% - 0px);
  }
  
  .index_scroller_content {
    margin-left: 14px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: portrait)  {
  
    .has-cookie-bar #catapult-cookie-bar {
    height: 70px !important;
    padding: 0 !important;
    background-color: rgba(221,221,221,0.9);
  }
  
  .ctcc-left-side {
    margin-right: 0 !important;
    max-width: calc(100% - 70px);
    display: block;
  }
  
  #catapult-cookie-bar .ctcc-inner .x_close {
    margin-right: 35px;
  }
  
  
  .featured_img {
    display: block;
    left: 0%;
    width: 60%;  
 }
 
  
  
  .years_list_left { 
    margin-bottom: 30px;
  }
  
  
  .wine_specs {
    width: calc(25% - 25px);
  }
  
  .wine_border {
    left: 29%;
  }
  
  .wine_scroll {
    left: 29%;
    width: 71%;
  }
  
  .wine_single_review {
    width: calc(50% - 14px);
  }
  
  .wine_img_container {
    width: calc(100% - 45px);
  }
  
  .wine_ft_img {
    max-width: unset;
  }
  
  .wine_title {
    max-width: calc(100% - 45px);
  }
  
  .wine_text {
    width: calc(100% - 45px);
  }
  
  #searchInput.slideIn {
    width: 62vw;
  }
  
  ul.menu_list {
    margin-left: 15px;
  }
  
}

@media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: landscape)  {
 .years_list_left, .years_list_right {
   display: inline-block;
   margin-top: 0;
 } 
 
 .years_list_left {
   margin-right: 45px;
 }
  
}

/* ------- MOBILE ------- */
@media only screen and (max-width: 699px) {
  
  .newsletter_container, #newsletterWrapper {
    max-width: 100vw !important;
  }
  
  #newsletterWrapper {
    bottom: -195px;
  }
  
  .vintage_timeline {
    overflow-y: hidden;
  }
  
  blockquote, blockquote p {
    padding: 0;
  }
  
  blockquote p::before {
    top: 0.10em;
    left: calc(0px - 0.28em);
  }
  
  .has-cookie-bar #catapult-cookie-bar, #catapult-cookie-bar {
    padding-right: 5px !important;
    padding-left: 5px !important;
    height: 40px;
    font-family: 'karla';
    font-size: 12px;
    color: #585858;
  }

  
  .ctcc-left-side {
    margin-right: 1em;
    line-height: 15px;
    display: block;
  }
  
  #siteFooter .copyright {
    position: absolute;
    margin-left: 0px;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    line-height: 14px;
  }
  
  .footer_links {
    position: relative;
    display: inline-block;
    left: 50%;
    top: 25%;
    transform: translate(-50%,-50%);
  }
  
  .has-cookie-bar #catapult-cookie-bar {
    height: 110px !important;
    padding: 0 !important;
    background-color: rgba(221,221,221,0.9);
  }
  
  .ctcc-left-side {
    margin-right: 0 !important;
    max-width: 84% !important;
    display: block;
  }
  
  #catapult-cookie-bar .ctcc-inner .x_close {
    margin-right: 35px;
  }
  
/*
  #catapult-cookie-bar a {
    position: relative;
  }
  
  #catapult-cookie-bar a:after {
    overflow: hidden;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2px;
    height: 0px;
    border-bottom: 1px dotted #999;
  }
*/
  
  /* ---- FEATURED ---- */
  .featured {
    height: 15vh;
  }
  
  
  .featured_txt {
    right: 50px;  
  }
  
  .featured_cat, .featured_more {
    display: none;
  }
  
  .featured_title {
    font-family: 'PT Serif';
    font-size: 16px; 
    line-height: 16px;
    margin: 0;
  }
  
  .featured_img2 {
   display: none;
 }
 
 .featured_img {
    display: block;
    position: relative;
    left: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
 }
  
  /* --- HEADER ---- */
  .menu {
    border-bottom: 1px solid #ddd;
    height: 55px;
  }
  .featured_on {
    position: relative;
    margin-top: 15vh;
  }
  
  #site_logo {
    position: relative;
    display: inline-block;
    margin-left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: width .3s ease-in-out;
    z-index: 10;
  }
  
  ul.menu_list {
    display: none !important;
  }
  
  .search_section {
    margin-right: 20px;
    margin-top: 0;
    width: calc(100vw - 40px);
    margin-left: 20px;
    left: 0;
    right: unset;
  }
  
  #nav-icon4 {
    margin-top: 9px;
    position: relative; 
    left: calc(100% - 20px);
    transform: translateX(-100%);
    
  }
  
  #nav-icon4.open {
    height: 14px;
    background-position: 0px -100px;
  }
  
  #searchIcon.active_menu {
    background-position: 0 0;
    background-color: #fff;
  }
  
  .search_section .input_wrapper {
    margin-top: 7px;
  }
  
  /* ---- SEARCH ----- */
  .search_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(20px);
    transition: all .2s ease-in-out;
    display: block;
  }
  
  .search_mobile.active_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 500;
  }
  
  .search_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 55px;
    border-bottom: 1px solid #ddd;
  }
  
  #searchInputMobile {
    position: relative;
    margin-left: 20px;
    width: calc(100vw - 65px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    height: 24px;
  }
  
  .close_search_mobile {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url("../images/sprite.png");
    background-position: 0px -100px;
  }
  
  .close_search_hitbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 55px;
    z-index: 10;
  }
  
  /* ---- MORE SECTION ---- */
  #moreSection {
    background-color: #fff;
    padding-top: 55px;
    height: calc(100vh - 55px);
  }
  
  #moreSectionContainer {
    display: none;
  }
  
  #moreSectionContainerMobile {
    display: block;
    position: relative;
    color: #000;
    height: calc(100vh - 55px);
    z-index: 500;
    
  }
  
  header.menu.active_menu {
    color: #000;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid #ddd;
  }
  
  #nav-icon4 span.active_menu {
    background-color: rgba(0,0,0,1);
  }
  
  #site_logo.active_menu,#searchInput.active_menu {
    color: #000 !important;
  }
  
  .active_menu.input_wrapper::after {
    background-color: #000;
  }
    
  .active_menu::-webkit-input-placeholder {
    color: #000;
  }
  
  .active_menu::-moz-placeholder {
    color:    #000;
    opacity:  1;
  }
  .active_menu:-ms-input-placeholder {
    color:    #000;
  }
  
  .mobile-sub-menu {
   position: relative;
   top: 0;
   left: 0;
   height: calc(100vh - 55px);
   display: block; 
   transition: opacity 0.4s ease-in-out;
  }
  
  .mobile-sub-items {
    display: inline-block;
    top: calc(50% - 6px);
    left: 0;
    transform: translateY(-50%);
    width: 100vw;
    position: relative;
    
  }
  
  .ua-mobile.ua-safari .mobile-sub-items { 
    top: calc(50% - 37px);
  }
  
  .sub-menu-section {
    width: 100vw;
    height: 60px;
    background-color: #fff;
    color: #000;
    text-align: center;
  }
    
  .sub-menu-section p {
    text-transform: uppercase;
    font-family: 'karla';
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
  }
  
  #single-port-houses .sub-menu-section p, #single-port-houses-quinta .sub-menu-section p, #single-about-vintage .sub-menu-section p, #about_post_grid_wrapper .sub-menu-section p {
    text-transform: none;
    font-weight: 400;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'PT Serif';
  }
  
  .sub-header {
    position: relative;
    z-index: 10;
  }
  
  .sub-menu-arrow {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
    font-size: 15px;
  }
  
  .sub-header.sub-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  
  .mobile-vintage-decades, .mobile-winemakers-decades {
    position: absolute;
    top: -55px;
    left: 100%;
    padding-top: 55px;
    height: calc(100vh - 55px);
    display: inline-block;
    transition: opacity 0.4s ease-in-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;    
  }
  
  .mobile-vintage-decades, .mobile-winemakers-decades {
    display: block;
    opacity: 0;
    z-index: -1;
  }  
  
  /* ---- INDEX ----- */
  .small_content_wrapper { 
    margin-top: -55px;
  }
  
  .scroll_pc {
    display: none;
  }

  #slide_to_winemaker {
    margin-top: calc(2% + 55px);
    left: calc(100% - 22px);
  } 

  #slide_to_vintage {
    margin-top: calc(2% + 55px);
    left: 22px;
  }
  
  #slide_to_vintage span, #slide_to_winemaker span {
    font-size: 15px;
  }
  
  #slide_to_vintage span.slide_mobile_hide, #slide_to_winemaker span.slide_mobile_hide {
    opacity: 0;
  }
  
  .winemaker_index, .vintage_index {
    width: 65vw;
  }

  .timeline_year {
    font-size: 35px;
    line-height: 35px;
  }
  
  .timeline_name {
    font-size: 18px;
    line-height: 24px;
  }
  
  .timeline_content, .timeline_description {
    font-size: 15px;
    line-height: 22px;
/*
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
*/
    text-align: left;

  }
  
  
  .timeline_wines_title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  
  .wines_list {
   width: calc(50% - 8px);
   margin-left: 4px;
   z-index: 10;
   position: relative;
  }
  
  .wines_list.wine_no_margin {
    margin-left: 0;
  }
  
  .wm_section_title {
    font-size: 18px;
    line-height: 18px;
  }
  
  .weather_wrapper {
    margin-bottom: 40px;
  }
  
  .weather_icon {
    margin-right: 15px;
  }
  
  .wm_section_content {
    font-size: 15px;
    line-height: 22px;
  }
  
  .wm_overview_wrapper {
    margin-left: -20vw;
    width: calc(100vw);
  }
  
  .wm_overview_container {
    width: calc(100% - 40vw);
    padding-left: 20vw;
    padding-right: 20vw;
    margin-bottom: 0px;
  }
  
  .wm_overview_single .wm_overview_content {
    font-size: 14px;
    line-height: 20px;
  }
  
  .wm_overview_author, .wm_overview_date {
    font-size: 14px;
    line-height: 14px;
  }
  
  .wm_overview_single {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 40px);
    margin-bottom: 35px;
  }
  
  .wm_overview_single::after { 
    display: none;
  }
  
  .wm_overview_vr {
    display: none;
  }
  
  .winemaker_index .timeline_border {
    margin-bottom: 40px;
  }
  
  /* --- TIMELINE --- */
  
  .index_container {
     top: 20px;
  }
  
  #vintage_timeline_index {
    left: 25px;
  }
  
  #winemakers_timeline_index {
    left: calc(100vw - 25px);
  }
  
  .index_scrollarea {
    margin-top: -23px;
    margin-bottom: 39px;
  }
 
  .index_handle {
    height: 30px;
    border-radius: 10px;
    width: 5.3px;
    margin-left: 0px;
    top: 26px;
  }
 
  .index_line {
    top: 30px;
    height: calc(100% - 0px);
  }
  
  .index_scroller_content {
    margin-left: 14px;
  }
  
  .index_date_wrapper, .index_curr {
    font-size: 15px;
  }
  

  
  .index_scroller_content {
    margin-left: 10px;
  }
  
  #winemakers_timeline_index .index_scroller_content {
    transform: translateX(calc(-150% - 0px));
  }
  
  /* --- WINE POP UP --- */
  .wine_header_logo, .wine_border, .wine_specs_top {
    display: none;
  }
  
  .gl-arrows-pop.gl-next::before {
    background-position: 20px -145px;
  }
  
  .gl-arrows-pop.gl-prev::before {
    background-position: 4px -200px;
  }
    
  .wine_header {
    width: calc(100vw - 30px);
  }
  
  .close_popup {
    top: 7px;
    right: 6px;
  }
  
  .wine_specs_top.wine_specs_hidden {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    width: calc(100% - 40px);
    padding: 20px;
    padding-top: 0;
    padding-bottom: 60px;
    opacity: 1;
    max-height: none;
    height: auto;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
  }
  
  .myList, .myList li {
    max-width: none;
  }
  
  .wine_scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
  }
  
  .wine_img_container {
    width: calc(100% - 40px);
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    vertical-align: top;
/*     margin-bottom: 20px; */
    text-align: left;
 } 
  
  .wine_title, .wine_scroller {
    width: calc(100% - 40px);
    padding: 20px;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 25px;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -60px;
  }
  
  .wine_title {
    top: 0px;
    opacity: 0;
    top: -35px;
  }
  
  .wine_title.fixed_title {
    top: -54px;
    left: 0;
    opacity: 1 !important;
    display: block !important;
    background-color: #fff;
    z-index: 100;
  }
  
  .wine_description {
    margin-top: 0px;
    margin-bottom: 0;
  }

  .wine_text {
    font-size: 15px;
    line-height: 22px;
    width: calc(100% - 40px);
    padding: 20px;
  }

  .wine_single_review {
    width: calc(100% - 14px);
    margin-bottom: 10px;
  }
  
  .wine_review_content {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .wine_review_content.featured_review {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  
}


/* EASTER EGG */
#easterEgg {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999999;
}


h1 {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: 'PT Serif', sans-serif;
}

#plate {
    position: relative;
    margin: 0 auto;
    height: 250px;
    width: 250px;
    border-bottom: solid 5px #B4B4B4;
    border-radius: 0 0 10px 10px / 5px;
}
#plate:after {
    position: absolute;
    bottom: -10px;
    content: " ";
    margin: 0 25px;
    width: 200px;
    height: 5px;
    background-color: #DDD;
    border-radius: 0 0 5px 5px;
}

#bottle {
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 100px;
    z-index: 10;
}
    #bottle .cork {
        position: relative;
        margin: 0 auto;
        background-color: #8E1B1C;
        width: 20px;
        height: 40px;
        border-radius: 2px 2px 0 0;
        border-bottom: solid 3px #FBC85F;
    }
    #bottle .cork:before {
        position: absolute;
        top: 5px;
        left: -2px;
        display: block;
        content: " ";
        background-color: #8E1B10;
        border-top: solid 1px #9A2A1F;
        border-bottom: solid 1px #9A2A1F;
        
        width: 24px;
        height: 10px;
        border-radius: 2px;
    }
    #bottle .neck {
        margin: 0 auto;
        background-color: rgba(41, 105, 70, 0.9);
        width: 20px;
        height: 10px;
    }
    #bottle .body {
        position: relative;
        margin: 0 auto;
        padding-top: 30px;
        background-color: rgba(41, 105, 70, 0.9);
        width: 50px;
        height: 110px;
        border-radius: 20px 20px 5px 5px;  
    }

    #bottle .label {
        position: relative;
        background-color: #F2EAB9;
        height: 30px;
        border: solid 2px #CFC89B;
        z-index: 25;
        animation: spinning-label 3s linear infinite;
    }
    #bottle .label-shadow {
        position: absolute;
        height: 34px;
        background-color: rgba(0, 0, 0, 0.3);
        top: 30px;
        z-index: 20;
        animation: spinning-shadow 3s linear infinite;
    }

    @keyframes spinning-label {
        0% {
            margin-left: 0%;
            border-left-width: 0px;
            margin-right: 100%;
            border-right-width: 2px;
        }
        49% {
            border-left-width: 0px;
            border-right-width: 2px;
        }
        50% {            
            margin-left: 0%;
            border-left-width: 2px;
            margin-right: 0%;
            border-right-width: 0px;
        }
        98% {
            border-left-width: 2px;            
        }
        99% { 
            margin-left: 100%;
            border-left-width: 0px;
            margin-right: 0%;
            border-right-width: 0px;
        }
        100% {
            margin-left: 0%;
            border-left-width: 0px;
            margin-right: 100%;
            border-right-width: 0px;
        }
    }

    @keyframes spinning-shadow {
        0% {
            left: 0;
            width: 50px;
            margin-left: 0px;
        }
        50% {     
            left: 0;     
            width: 0px;
            margin-left: 0px;
        }
        51% {
        
            margin-left: 50px;
        }
        100% {
            width: 50px;
            margin-left: 0;
        }
    }

#glass {
    position: absolute;
    width: 40px;
    bottom: 0;
    left: 100px;
    
    animation: spinning-glass 3s ease-in-out infinite;
}
    @keyframes spinning-glass {
        0% { 
            left: 25px;
            z-index: 20;
        }
        50% {
            left: 185px;
            z-index: 20;
        } 
        51% {
            z-index: 0;                
        }
        100% {            
            left: 25px;
            z-index: 0;
        }
    }
    #glass .bowl {
        background-color: rgba(190, 190, 190, 0.5);
        padding-top: 10px;
        width: 40px;
        height: 30px;
        border-radius: 5px 5px 20px 20px / 20px;
    }  

        #glass .bowl .wine {
            background-color: #8E1B1C;
            margin: 0 auto;
            width: 30px;
            height: 25px;
            border-radius: 4px 4px 20px 20px / 20px;
        }  
    #glass .stem {
        margin: 0 auto;
        background-color: rgba(190, 190, 190, 0.5);
        width: 5px;
        height: 30px;        
    }
    #glass .foot {
        background-color: rgba(190, 190, 190, 0.5);
        width: 40px;
        height: 5px;
        border-radius: 20px 20px  0 0 / 5px;
    }

#cork {
    position: absolute;
    height: 25px;
    width: 15px;
    bottom: 0;
    background-color: #F2EAB9;
    border-top: solid 2px #8E1B1C;
    
    animation: spinning-cork 3s ease-in-out infinite;
}
     @keyframes spinning-cork {
        0% { 
            left: 150px;
            z-index: 0;
        }
        50% {
            left: 85px;
            z-index: 0;
        } 
        51% {
            z-index: 20;                
        }
        100% {            
            left: 150px;
            z-index: 20;
        }
    }



@media screen and (min-device-width: 1200px) { 
  .slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }

}






