/* START variables */
/* $primary-color: #666666;
$secondary-color: #999999;

$dark-color: #4d4545;
$mid-color: #cccccc;
$light-color: #f5f5f5;
$bg-color: #ffffff;
*/
/* END variables */
/* START mixins */
/* END mixins */
/* START fonts */
@font-face {
  font-family: 'goudy_old_styleregular';
  src: url("../fonts/goudos-webfont.eot");
  src: url("../fonts/goudos-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/goudos-webfont.woff2") format("woff2"), url("../fonts/goudos-webfont.woff") format("woff"), url("../fonts/goudos-webfont.ttf") format("truetype"), url("../fonts/goudos-webfont.svg#goudy_old_styleregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* END fonts */
#nav {
  position: absolute;
  top: 0px;
  z-index: 10;
  letter-spacing: 0.25px;
  width: 100%;
  color: #ffffff;
  /* Start Logo */
  /* End Logo */
  /* Start Menu */
  /* End Menu */
  /* Start Contact */
  /* End Contact */ }
  #nav a {
    color: #ffffff; }
  @media (min-width: 1080px) {
    #nav {
      position: fixed;
      top: 0px; } }
  #nav h1 {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 30px;
    z-index: 3;
    background-color: #cd1925;
    background-image: url("../../images/nav/logo.svg");
    background-repeat: no-repeat;
    background-size: 160px 28px;
    background-position: 14px 14px;
    text-indent: -1000px;
    margin: 0px; }
    @media (min-width: 1080px) {
      #nav h1 {
        top: 0px; } }
    @media (min-width: 1400px) {
      #nav h1 {
        height: 90px;
        background-size: 238px 40px;
        background-position: 30px 20px; } }
  #nav #menu, #nav #links, #nav .contact {
    position: absolute;
    margin: 0px;
    list-style-type: none; }
  #nav #menu {
    display: none;
    width: 100%;
    height: 240px;
    top: 90px;
    background-color: #cd1925;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 940px) {
      #nav #menu {
        display: block;
        width: 700px;
        height: 30px;
        top: 42px;
        left: auto;
        right: 0px;
        z-index: 4;
        -webkit-box-shadow: 0px 0px 0px 0px transparent;
        -moz-box-shadow: 0px 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent; } }
    @media (min-width: 1080px) {
      #nav #menu {
        top: 12px;
        left: 200px;
        right: auto; } }
    @media (min-width: 1400px) {
      #nav #menu {
        left: 335px;
        top: 25px;
        width: 780px; } }
  #nav #links {
    top: 0px;
    font-size: 16px;
    padding: 5px 0px 0px 16px; }
    @media (min-width: 700px) {
      #nav #links {
        font-size: 15px; } }
  #nav #links li {
    margin-bottom: 15px;
    padding: 2px 5px 2px 5px; }
    @media (min-width: 940px) {
      #nav #links li {
        display: inline;
        margin: 0px 5px 0px 0px;
        padding: 10px 10px 10px 10px; } }
    @media (min-width: 1400px) {
      #nav #links li {
        display: inline;
        margin: 0px 5px 0px 0px;
        padding: 10px 20px 10px 20px; } }
  #nav .selected {
    background-color: #99121b; }
  #nav .contact {
    position: absolute;
    width: 100%;
    height: 30px;
    font-size: 13px;
    background-color: #4d4545;
    padding: 3px 0px 0px 0px; }
    @media (min-width: 1080px) {
      #nav .contact {
        width: 200px;
        top: 4px;
        right: 0px;
        background-color: #cd1925;
        padding: 0px;
        z-index: 5; } }
    @media (min-width: 1400px) {
      #nav .contact {
        top: 14px;
        right: 20px;
        font-size: 15px; } }
  #nav .contact li {
    display: inline;
    background-repeat: no-repeat;
    background-size: 15px;
    padding: 0px 0px 0px 20px; }
    @media (min-width: 1080px) {
      #nav .contact li {
        display: block;
        padding: 0px 0px 0px 25px;
        background-position: 0px 6px; } }
    @media (min-width: 1400px) {
      #nav .contact li {
        background-size: 20px;
        padding: 0px 0px 5px 30px;
        background-position: 0px 0px; } }
  #nav #phone {
    background-image: url("../../images/nav/phone.svg");
    margin: 0px 15px 0px 15px; }
    @media (min-width: 1080px) {
      #nav #phone {
        margin: 0px 15px 0px 0px; } }
    @media (min-width: 1400px) {
      #nav #phone {
        background-position: 0px 3px; } }
  #nav #email {
    background-position: 3px 0px;
    background-image: url("../../images/nav/email.svg"); }
    @media (min-width: 1080px) {
      #nav #email {
        background-position: 0px 6px; } }
    @media (min-width: 1400px) {
      #nav #email {
        background-position: 0px 5px; } }
  #nav #menu-button {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 30px;
    right: 0px;
    z-index: 4;
    background-image: url("../../images/nav/button-menu.svg");
    background-repeat: no-repeat; }
    @media (min-width: 940px) {
      #nav #menu-button {
        display: none; } }

.header, .home-header, .tailor-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    .header, .home-header, .tailor-header {
      width: calc(100% - 40px);
      margin: 0px auto;
      margin-bottom: 50px; } }

.home-header #box5, .home-header #box6 {
  display: none; }
@media (min-width: 700px) {
  .home-header {
    max-width: 1425px; }
    .home-header #box5, .home-header #box6 {
      display: block; } }
@media (min-width: 1080px) {
  .home-header #box3 {
    order: 1; }
  .home-header #box2 {
    order: 2; }
  .home-header #box4 {
    order: 3; }
  .home-header #box5 {
    order: 4; }
  .home-header #box1 {
    order: 5; }
  .home-header #box6 {
    order: 6; }
  .home-header #home-caption {
    order: 7; } }

.tailor-header #box2 {
  display: none; }
@media (min-width: 700px) {
  .tailor-header {
    max-width: 1425px; }
    .tailor-header #box2 {
      display: block; } }
@media (min-width: 1080px) {
  .tailor-header #box1 {
    order: 1; }
  .tailor-header #box3 {
    order: 2; }
  .tailor-header #box2 {
    order: 3; }
  .tailor-header #box5 {
    order: 4; }
  .tailor-header #box4 {
    order: 5; }
  .tailor-header #box6 {
    order: 6; }
  .tailor-header #home-caption {
    order: 7; } }

.header #box-centre {
  margin-top: 0px; }
.header #box-left, .header #box-right {
  display: none; }
@media (min-width: 700px) {
  .header {
    max-width: 1600px; }
    .header #box-centre {
      margin-top: 20px; }
    .header #box-right {
      display: block; } }
@media (min-width: 1080px) {
  .header #box-left {
    display: block; } }

.header-single {
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    .header-single {
      width: 600px;
      margin: 20px auto;
      margin-bottom: 50px; } }
  @media (min-width: 940px) {
    .header-single {
      width: 700px; } }

.box {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f5f5f5;
  display: inline-block;
  margin-top: 40px;
  text-align: center; }
  @media (min-width: 700px) {
    .box {
      width: calc(50% - 10px);
      margin-top: 20px; } }
  @media (min-width: 1080px) {
    .box {
      width: calc(33% - 10px); } }

#box1 {
  margin-top: 0px; }
  @media (min-width: 700px) {
    #box1 {
      margin-top: 20px; } }

.box img {
  max-width: 100%;
  margin: 0px; }

.box .descript {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  background-color: rgba(0, 25, 25, 0.5); }
  .box .descript p {
    margin: 0px 20px 0px 20px; }
  @media (min-width: 940px) {
    .box .descript {
      height: 60px; } }
  @media (min-width: 1080px) {
    .box .descript {
      bottom: -100px;
      height: 40px; } }
  @media (min-width: 1400px) {
    .box .descript {
      height: 60px; } }

.box .descript h3 {
  margin: 7px 20px 0px 5px;
  font-size: 24px;
  line-height: 24px; }
  @media (min-width: 940px) {
    .box .descript h3 {
      font-size: 34px;
      line-height: 34px;
      margin: 10px 20px 0px 20px; } }
  @media (min-width: 1080px) {
    .box .descript h3 {
      font-size: 24px;
      line-height: 24px;
      margin: 7px 20px 0px 5px; } }
  @media (min-width: 1400px) {
    .box .descript h3 {
      font-size: 34px;
      line-height: 34px;
      margin: 10px 20px 0px 20px; } }

.box a {
  color: #ffffff;
  text-decoration: none; }

.box a:hover {
  color: #ffffff; }

.testimonials {
  margin-top: 30px;
  margin-bottom: 10px; }

.selector {
  text-align: center;
  margin-bottom: 30px; }
  .selector .circ, .selector .selected {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 5px;
    border-radius: 10px;
    background-color: #999999; }
    @media (min-width: 940px) {
      .selector .circ, .selector .selected {
        width: 12px;
        height: 12px;
        margin: 0px 4px 0px 4px;
        border-radius: 6px; } }
  .selector .circ {
    cursor: pointer; }
  .selector .selected {
    cursor: default;
    background-color: #cd1925; }

.read-more {
  cursor: pointer;
  color: #cd1925; }

.read-more:hover {
  cursor: pointer;
  color: #99121b; }

.test-more {
  display: none; }

#home-caption {
  margin: 5px auto;
  margin-bottom: 0px;
  width: calc(100% - 40px); }

.home-title {
  color: #4d4545;
  background-color: #f5f5f5;
  text-align: center;
  padding: 15px 0px 17px 0px; }
  .home-title h2 {
    font-size: 28px; }
  @media (min-width: 700px) {
    .home-title h2 {
      font-size: 40px; } }

.home-quote {
  text-align: center;
  width: 90%;
  margin: 0px auto;
  margin-bottom: 50px; }
  .home-quote .lighter {
    color: #999999;
    display: inline; }
    @media (min-width: 940px) {
      .home-quote .lighter {
        display: block; } }
  @media (min-width: 700px) {
    .home-quote {
      font-size: 24px;
      line-height: 34px; } }
  @media (min-width: 940px) {
    .home-quote {
      width: 840px;
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 50px; } }
  @media (min-width: 1400px) {
    .home-quote {
      width: 1040px;
      margin-top: 60px;
      margin-bottom: 80px;
      font-size: 30px;
      line-height: 40px; } }

.home-intro {
  background-image: url("../../images/tractor-outline.svg");
  background-repeat: no-repeat;
  background-position: center; }

.home-header-intro {
  color: #999999;
  margin-top: 10px; }
  .home-header-intro h2 {
    color: #4d4545; }
  @media (min-width: 700px) {
    .home-header-intro {
      margin-top: 20px; }
      .home-header-intro h2 {
        color: #4d4545;
        font-size: 34px;
        line-height: 40px; }
      .home-header-intro h3 {
        font-size: 24px;
        line-height: 30px; } }
  @media (min-width: 940px) {
    .home-header-intro {
      margin-top: 35px; }
      .home-header-intro h2 {
        color: #4d4545;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 10px; }
      .home-header-intro h3 {
        font-size: 30px;
        line-height: 36px; } }
  @media (min-width: 1080px) {
    .home-header-intro {
      margin-top: 20px; }
      .home-header-intro h2 {
        color: #4d4545;
        font-size: 34px;
        line-height: 40px; }
      .home-header-intro h3 {
        font-size: 24px;
        line-height: 30px; } }
  @media (min-width: 1400px) {
    .home-header-intro {
      margin-top: 35px; }
      .home-header-intro h2 {
        color: #4d4545;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 10px; }
      .home-header-intro h3 {
        font-size: 30px;
        line-height: 36px; } }

@media (min-width: 700px) {
  .home-header-cta {
    position: absolute;
    margin: 0px;
    width: 100%;
    bottom: 20px; } }
@media (min-width: 940px) {
  .home-header-cta {
    font-size: 30px;
    line-height: 36px; } }
@media (min-width: 1080px) {
  .home-header-cta {
    font-size: 24px;
    line-height: 30px; } }
@media (min-width: 1400px) {
  .home-header-cta {
    font-size: 30px;
    bottom: 30px; } }

.home-header-cta a {
  color: #cd1925; }

.home-header-cta a:hover {
  color: #99121b; }

/* START header map styles */
.region-map {
  position: relative; }
  @media (min-width: 700px) {
    .region-map {
      height: 550px; } }
  .region-map .base-map {
    width: 100%;
    background-image: url("../../images/tour/main-map/base-mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 700px) {
      .region-map .base-map {
        height: 550px;
        position: absolute;
        background-image: url("../../images/tour/main-map/base.png"); } }
  .region-map .base-map:before {
    content: "";
    display: block;
    padding-bottom: 85%; }
    @media (min-width: 700px) {
      .region-map .base-map:before {
        padding: 0px; } }
  .region-map .region {
    display: none; }
    @media (min-width: 700px) {
      .region-map .region {
        display: block;
        width: 100%;
        height: 550px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; } }
  .region-map .gradient {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../../images/fade.png");
    background-repeat: repeat-x;
    background-position: bottom; }

@media (min-width: 700px) {
  #region-alsace {
    background-image: url("../../images/tour/main-map/alsace.png"); } }

@media (min-width: 700px) {
  #region-beaujolais {
    background-image: url("../../images/tour/main-map/beaujolais.png"); } }

@media (min-width: 700px) {
  #region-burgundy {
    background-image: url("../../images/tour/main-map/burgundy.png"); } }

@media (min-width: 700px) {
  #region-champagne {
    background-image: url("../../images/tour/main-map/champagne.png"); } }

@media (min-width: 700px) {
  #region-rhone {
    background-image: url("../../images/tour/main-map/rhone.png"); } }

/* END header map styles */
/* START tour map styles */
.tour-map {
  position: relative;
  height: 300px; }
  @media (min-width: 700px) {
    .tour-map {
      height: 500px; } }
  .tour-map .map-image {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 700px) {
      .tour-map .map-image {
        height: 500px;
        background-size: cover; } }
  .tour-map .gradient {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../../images/fade.png");
    background-repeat: repeat-x;
    background-position: bottom; }

/* END tour map styles */
.browser, .day-browser {
  font-family: "goudy_old_styleregular", serif;
  font-weight: 100;
  font-size: 20px;
  width: 90%;
  margin: 0px auto;
  padding: 0px; }
  .browser a, .day-browser a {
    color: #cd1925; }
  @media (min-width: 700px) {
    .browser, .day-browser {
      width: 700px;
      font-size: 24px;
      text-align: center; } }
  @media (min-width: 940px) {
    .browser, .day-browser {
      width: 800px; } }
  @media (min-width: 1400px) {
    .browser, .day-browser {
      width: 1200px; } }
  .browser li, .day-browser li {
    margin: 0px 30px 10px 0px;
    padding: 0px;
    list-style-type: none; }
    @media (min-width: 700px) {
      .browser li, .day-browser li {
        display: inline-block;
        margin: 0px 20px 0px 20px;
        height: 50px; } }
    @media (min-width: 940px) {
      .browser li, .day-browser li {
        margin: 0px 30px 0px 30px; } }
  .browser li a:hover, .day-browser li a:hover {
    text-decoration: none;
    color: #99121b; }
  .browser li:first-child, .day-browser li:first-child {
    margin-left: 0px; }
  .browser li:last-child, .day-browser li:last-child {
    margin-right: 0px; }

.day-browser {
  font-size: 18px; }
  @media (min-width: 700px) {
    .day-browser {
      font-size: 24px; } }
  @media (min-width: 940px) {
    .day-browser {
      font-size: 28px; } }
  .day-browser li {
    display: inline-block; }
    @media (min-width: 700px) {
      .day-browser li {
        margin: 0px 20px 0px 20px;
        height: 50px; } }
    @media (min-width: 940px) {
      .day-browser li {
        margin: 0px 18px 0px 18px; } }

.disabledButton {
  text-decoration: none !important;
  color: #666666 !important; }
  @media (min-width: 700px) {
    .disabledButton {
      display: inline-block;
      background-image: url("../../images/arrow-descript.png");
      background-repeat: no-repeat;
      background-size: 30px 15px;
      background-position: center 50px;
      height: 50px; } }

#map-descriptions {
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 40px;
  padding: 15px 0px 20px 0px; }
  @media (min-width: 700px) {
    #map-descriptions {
      padding: 30px 0px 10px 0px; } }

.descript-contain {
  margin: 0px; }

.tour-descript {
  margin: 0px auto;
  margin-bottom: 30px; }
  .tour-descript h2, .tour-descript .tour-detail, .tour-descript .img-contain, .tour-descript .text {
    width: 100%; }
  @media (min-width: 940px) {
    .tour-descript h2 {
      font-size: 34px; } }
  .tour-descript .tour-detail {
    color: #999999; }
  .tour-descript .img-contain {
    height: auto;
    margin-bottom: 10px; }
  .tour-descript .text .cta {
    margin: 0px; }
  @media (min-width: 700px) {
    .tour-descript {
      width: 660px; }
      .tour-descript h2 {
        margin-bottom: 20px; }
      .tour-descript .img-contain {
        float: left;
        width: 200px; }
      .tour-descript .tour-detail, .tour-descript .text {
        float: right;
        width: 440px; }
      .tour-descript .tour-detail {
        line-height: 20px; } }
  @media (min-width: 940px) {
    .tour-descript {
      width: 900px; }
      .tour-descript .img-contain {
        width: 300px; }
      .tour-descript .tour-detail, .tour-descript .text {
        width: 580px; } }

.tour-title {
  width: 90%;
  margin: 0px auto;
  margin-bottom: 40px;
  text-align: center; }
  .tour-title h2 {
    margin-bottom: 8px; }

.next {
  width: 100%;
  text-align: right; }

#map-descriptions {
    /* .day-includes {
        padding: 0px;
        margin: 0px 0px 20px 0px;
    

        li {
            margin: 0px 0px 25px 0px;
            padding: 0px; 

            @include tablet {
                margin: 0px 0px 10px 0px;
                vertical-align: top;
             }
        }
    } */ }
  #map-descriptions .next {
    text-align: right; }
  #map-descriptions h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 700px) {
      #map-descriptions h3 {
        font-size: 28px;
        line-height: 36px; } }
  #map-descriptions h3.desc-title {
    display: inline-block;
    width: 60%;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      #map-descriptions h3.desc-title {
        width: 420px; } }
  #map-descriptions h3.place {
    display: inline-block;
    color: #999999;
    vertical-align: top;
    width: auto;
    margin-right: 10px; }
    @media (min-width: 700px) {
      #map-descriptions h3.place {
        margin-right: 20px; } }
  #map-descriptions .caption {
    margin-bottom: 20px; }
  #map-descriptions .button {
    height: 34px; }

#terms-container {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden; }
  @media (min-width: 700px) {
    #terms-container {
      width: 600px; } }
  @media (min-width: 940px) {
    #terms-container {
      width: 800px; } }

#terms {
  position: absolute;
  top: 0px; }

#expand-terms-button {
  display: inline-block;
  width: 90%;
  height: 32px;
  color: #cd1925 !important;
  font-family: "goudy_old_styleregular", serif;
  font-weight: 100;
  font-size: 20px;
  background-image: url("../../images/button-expand.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 40px;
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    #expand-terms-button {
      width: 600px;
      font-size: 20px; } }

#expand-terms-button:hover {
  text-decoration: none;
  color: #99121b !important; }

@media (min-width: 700px) {
  .featured-tours {
    width: 680px;
    margin: 0px auto; } }
@media (min-width: 1080px) {
  .featured-tours {
    width: 1000px; } }
.featured-tours h2 {
  text-align: center;
  margin-bottom: 20px; }
.featured-tours a {
  text-decoration: none;
  color: #666666; }
.featured-tours a:hover {
  color: #cd1925; }
.featured-tours .featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.featured-tours .item {
  background-color: #f5f5f5;
  margin: 0px 0px 40px 0px;
  display: inline-block; }
  @media (min-width: 700px) {
    .featured-tours .item {
      width: calc(50% - 20px);
      margin: 0px 10px 60px 10px; } }
  @media (min-width: 1080px) {
    .featured-tours .item {
      width: calc(33% - 20px);
      margin: 0px 10px 60px 10px; } }
.featured-tours .item img {
  margin-bottom: 10px; }
.featured-tours .item h3 {
  text-align: center;
  width: 90%;
  margin: 0px auto;
  margin-bottom: 10px; }
  @media (min-width: 700px) {
    .featured-tours .item h3 {
      font-size: 20px;
      line-height: 26px; } }

.corner-intro h2, .corner-intro h3, .corner-intro p {
  width: 100%;
  text-align: center; }
.corner-intro h3 {
  margin: 0px;
  font-size: 28px; }

.maker-contain {
  width: 90%;
  height: 245px;
  margin: 0px auto;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 700px) {
    .maker-contain {
      width: 600px;
      height: 200px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  @media (min-width: 940px) {
    .maker-contain {
      width: 820px; } }
  @media (min-width: 1080px) {
    .maker-contain {
      width: 1040px; } }

.winemaker {
  margin: 20px 0px 0px 0px; }
  .winemaker img {
    display: inline-block;
    width: 90px;
    height: 60px;
    margin: 0px 10px 0px 0px;
    vertical-align: middle; }
  .winemaker .name {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    line-height: 22px; }
  @media (min-width: 700px) {
    .winemaker {
      display: inline-block;
      margin: 30px 10px 0px 10px;
      vertical-align: top;
      min-height: 170px; }
      .winemaker img {
        display: block;
        width: 180px;
        height: 120px;
        margin: 0px 0px 5px 0px; }
      .winemaker .name {
        display: block;
        width: 180px;
        text-align: center; } }

.show-button, .hide-button {
  width: 130px;
  margin-top: 0px !important;
  height: 34px !important;
  background-repeat: no-repeat, no-repeat;
  background-position: 10px, 155px;
  background-size: 16px, 16px; }

.show-button {
  background-image: url("../../images/arrow-expand.svg"), url("../../images/arrow-expand.svg"); }

.hide-button {
  background-image: url("../../images/arrow-contract.svg"), url("../../images/arrow-contract.svg"); }

/* START articles */
.article-item {
  margin: 0px 0px 0px 0px;
  margin-bottom: 40px; }
  .article-item img {
    max-width: 100%; }
  .article-item .image {
    margin: 0px 0px 10px 0px; }
  .article-item a {
    color: #666666; }
  @media (min-width: 700px) {
    .article-item .image {
      display: inline-block;
      width: 180px;
      height: 120px;
      margin: 0px 20px 5px 0px;
      vertical-align: top; }
    .article-item .name {
      display: inline-block;
      width: 390px;
      vertical-align: top; }
    .article-item .name p {
      margin-bottom: 0px; } }
  @media (min-width: 940px) {
    .article-item .image {
      width: 210px;
      height: 140px; }
    .article-item .name {
      width: 460px; } }

#maker-nav {
  position: relative;
  margin-bottom: 15px; }
  #maker-nav .prev, #maker-nav .next {
    /*  */ }
    @media (min-width: 700px) {
      #maker-nav .prev, #maker-nav .next {
        width: 200px;
        height: 54px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        padding: 0px 50px 0px 50px; } }
  @media (min-width: 700px) {
    #maker-nav .label {
      display: none; } }
  #maker-nav .prev {
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      #maker-nav .prev {
        float: left;
        background-image: url("../../images/arrow-prev.svg");
        background-position: left;
        margin: 0px; } }
  #maker-nav .next {
    text-align: left;
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      #maker-nav .next {
        float: right;
        text-align: right;
        margin-bottom: 0px;
        background-image: url("../../images/arrow-next.svg");
        background-position: right; } }

.profile h3.desc-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .profile h3.desc-title {
      width: 450px; } }
.profile h3.place {
  display: inline-block;
  color: #999999;
  vertical-align: top;
  width: auto;
  margin-right: 10px; }
  @media (min-width: 700px) {
    .profile h3.place {
      margin-right: 20px; } }

/* END articles */
.about-heading {
  margin: 0px auto; }
  .about-heading h2 {
    width: 100%;
    text-align: center; }

.about-title {
  background-color: #f5f5f5;
  font-size: 20px;
  text-align: center;
  padding: 15px 0px 17px 0px;
  margin: 30px 0px 30px 0px; }
  @media (min-width: 700px) {
    .about-title {
      font-size: 28px !important; } }

@media (min-width: 700px) {
  .about-content {
    padding-bottom: 20px !important; } }
.about-content h3 {
  margin: 40px 0px 40px 0px;
  font-size: 28px;
  line-height: 34px; }
.about-content h4 {
  font-size: 24px;
  line-height: 34px;
  margin: 40px 0px 40px 0px; }

img.img-right {
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    img.img-right {
      float: right;
      width: 210px;
      margin-left: 40px; } }

.more-staff h3 {
  margin: 20px 0px 20px 0px; }

/* START form styles */
#contact_form {
  margin: 25px 0px 0px 0px; }
  @media (min-width: 700px) {
    #contact_form {
      margin-bottom: 30px;
      padding: 30px 0px 10px 0px;
      background-color: #f5f5f5; } }
  @media (min-width: 940px) {
    #contact_form {
      padding-top: 40px; } }

.form-element {
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .form-element {
      margin: 0px auto;
      margin-bottom: 10px;
      width: 500px;
      min-height: 60px; } }
  @media (min-width: 940px) {
    .form-element {
      width: 600px;
      margin-bottom: 20px; } }

@media (min-width: 700px) {
  label {
    display: inline-block;
    width: 120px;
    margin-top: 5px; } }
@media (min-width: 940px) {
  label {
    width: 150px; } }

@media (min-width: 700px) {
  .label-narrow {
    width: 220px  !important; } }
@media (min-width: 940px) {
  .label-narrow {
    width: 250px !important; } }

input[type=text], input[type=email], textarea {
  padding: 5px;
  border: 1px solid #666666;
  width: 95%;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 15px; }
  @media (min-width: 700px) {
    input[type=text], input[type=email], textarea {
      width: 350px;
      height: 25px;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 940px) {
    input[type=text], input[type=email], textarea {
      width: 400px;
      height: 28px; } }

input[type=text]:focus {
  border-color: #333; }

textarea {
  height: 80px; }
  @media (min-width: 700px) {
    textarea {
      height: 190px; } }

input[type=submit] {
  display: inline-block;
  border: 0 none;
  height: 38px;
  cursor: pointer;
  background-color: #cd1925;
  color: #ffffff !important;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "goudy_old_styleregular", serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  padding: 0px 25px 0px 25px;
  margin: 0px auto;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    input[type=submit] {
      margin: 20px; } }

@media (min-width: 700px) {
  .input-narrow {
    width: 250px !important; } }
@media (min-width: 940px) {
  .input-narrow {
    width: 300px !important; } }

.error {
  display: none; }

.error_show {
  color: #cd1925;
  text-align: right;
  margin-right: 15px; }
  @media (min-width: 700px) {
    .error_show {
      margin-right: 15px;
      font-size: 15px; } }
  @media (min-width: 940px) {
    .error_show {
      margin-right: 35px; } }

input.invalid, textarea.invalid {
  border: 2px solid #cd1925; }

input.valid, textarea.valid {
  border: 1px solid #666666; }

/* END form styles */
.tailor-text, .tailor-header-intro {
  padding: 10px 20px 5px 20px; }
  .tailor-text h2, .tailor-header-intro h2 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 36px; }
  @media (min-width: 940px) {
    .tailor-text h2, .tailor-header-intro h2 {
      font-size: 38px;
      line-height: 46px; } }
  @media (min-width: 1080px) {
    .tailor-text h2, .tailor-header-intro h2 {
      font-size: 28px;
      line-height: 36px; } }
  @media (min-width: 1400px) {
    .tailor-text, .tailor-header-intro {
      padding: 20px 0px 30px 0px; }
      .tailor-text p, .tailor-header-intro p {
        width: 320px;
        margin: 0px auto; }
      .tailor-text h2, .tailor-header-intro h2 {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 46px; } }

.tailor-header #box3 {
  position: relative;
  color: #ffffff;
  height: 240px;
  background-image: url("../../images/tour/custom-tour-panel.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 940px) {
    .tailor-header #box3 {
      height: 280px; } }
  @media (min-width: 1080px) {
    .tailor-header #box3 {
      height: auto; } }

.tailor-header-intro h3 {
  width: calc(100% - 40px);
  font-size: 18px;
  position: absolute;
  margin: 0px;
  bottom: 10px; }
  @media (min-width: 1400px) {
    .tailor-header-intro h3 {
      width: 100%;
      font-size: 24px; } }

.tailor-intro {
  width: 90%;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 50px; }
  .tailor-intro h2 {
    margin-bottom: 10px; }
  @media (min-width: 700px) {
    .tailor-intro p {
      width: 600px;
      margin: 0px auto; } }
  @media (min-width: 940px) {
    .tailor-intro p {
      width: 700px;
      font-size: 18px;
      line-height: 34px; } }

/* START custom tour */
.custom-tour-promo {
  position: relative;
  width: 100%;
  height: 170px;
  margin: 0px auto;
  margin-bottom: 60px;
  color: #ffffff;
  background-image: url("../../images/tour/custom-tour-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 700px) {
    .custom-tour-promo {
      width: 600px;
      height: 260px;
      margin-bottom: 100px; } }
  .custom-tour-promo h2 {
    position: absolute;
    top: 70px;
    left: 15px;
    font-family: "goudy_old_styleregular", serif;
    font-weight: 100;
    font-size: 23px;
    letter-spacing: -0.5px; }
    @media (min-width: 700px) {
      .custom-tour-promo h2 {
        font-size: 38px;
        top: 95px;
        left: 40px; } }
  .custom-tour-promo h3 {
    position: absolute;
    top: 45px;
    left: 15px; }
    @media (min-width: 700px) {
      .custom-tour-promo h3 {
        top: 65px;
        left: 40px; } }
  .custom-tour-promo .button, .custom-tour-promo .button:hover {
    position: absolute;
    width: 100px;
    height: 34px;
    top: 115px;
    left: 50%;
    margin-left: -75px;
    font-size: 16px; }
    @media (min-width: 700px) {
      .custom-tour-promo .button, .custom-tour-promo .button:hover {
        width: auto;
        margin: 0px;
        top: 158px;
        left: 40px;
        font-size: 20px; } }

/* END custom tour */
#footer {
  width: 100%;
  background-color: #f5f5f5;
  font-size: 13px;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-top: 6px solid #d9d9d9; }
  #footer a {
    color: #666666; }
  #footer h3 {
    font-size: 30px;
    margin: 0px 0px 30px 0px; }
  #footer ul {
    margin: 0px;
    padding: 0px; }
  #footer li {
    margin: 0px;
    padding: 0px 13px 0px 13px; }
    @media (min-width: 700px) {
      #footer li {
        display: inline;
        border-right: 1px solid #666666; } }
  #footer li:last-child {
    border-right: 0px; }
  #footer .social li {
    display: inline-block;
    width: 60px;
    height: 75px;
    margin: 0px 0px 30px 0px;
    padding: 0px 25px 0px 25px;
    border-right: 0px;
    background-size: 58px 50px;
    background-repeat: no-repeat;
    background-position: top center; }
    @media (min-width: 700px) {
      #footer .social li {
        padding: 0px 50px 0px 50px; } }
  #footer .twitter {
    background-image: url("../../images/social/twitter.svg"); }
  #footer .facebook {
    background-image: url("../../images/social/facebook.svg"); }
  #footer .instagram {
    background-image: url("../../images/social/instagram.svg"); }
  #footer .whatsapp {
    background-image: url("../../images/social/whats-app.svg"); }
  #footer .social li a {
    display: inline-block;
    width: 60px;
    height: 75px;
    padding-top: 60px; }
  #footer img {
    text-align: center;
    width: 200px;
    margin: 0px auto;
    margin-bottom: 24px; }

.overlay, .overlay-inner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center; }

.overlay-inner {
  background-color: #fff;
  opacity: 0.75;
  display: flex; }

.overlay-message .button {
  height: 34px; }

.overlay-message {
  position: absolute;
  height: 100%;
  background-color: #fff;
  z-index: 50;
  padding: 20px 20px 0px 20px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2); }
  @media (min-width: 700px) {
    .overlay-message {
      width: 460px;
      height: 290px;
      left: 50%;
      margin-left: -270px;
      top: 50%;
      margin-top: -220px;
      padding: 30px 40px 20px 40px; } }
  .overlay-message h2 {
    font-family: "goudy_old_styleregular", serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    background-image: url("../../images/social/whats-app.svg");
    background-repeat: no-repeat;
    padding-left: 80px;
    margin: 10px 0px 10px 0px; }
    @media (min-width: 700px) {
      .overlay-message h2 {
        font-size: 38px;
        line-height: 44px;
        margin: 0px 0px 12px 0px;
        padding-left: 70px; } }
  .overlay-message .center-text {
    margin-top: 30px; }

/* 
@import '_old-main';

@import '_header-image';

@import '_maps';
@import '_maps-browser';

@import '_descript';




@import '_wine-corner';
*/
html {
  scroll-behavior: smooth; }

body {
  width: 100%;
  height: 100%;
  color: #666666;
  background-color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin: 0px; }

a {
  text-decoration: none;
  color: #cd1925; }

a:hover {
  color: #99121b; }

img {
  max-width: 100%;
  margin: 0px;
  display: block; }

.clear {
  clear: both; }

/* START Common styles */
.wrapper, .wrapper-extra-padding {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 90px; }
  @media (min-width: 1080px) {
    .wrapper, .wrapper-extra-padding {
      margin-top: 60px; } }
  @media (min-width: 1400px) {
    .wrapper, .wrapper-extra-padding {
      margin-top: 90px; } }

.wrapper-extra-padding {
  margin-top: 120px; }
  @media (min-width: 1080px) {
    .wrapper-extra-padding {
      margin-top: 90px; } }
  @media (min-width: 1400px) {
    .wrapper-extra-padding {
      margin-top: 120px; } }

h2, h3, h4 {
  font-family: "goudy_old_styleregular", serif;
  font-weight: 300;
  letter-spacing: -0.25px;
  margin: 0px; }

h2 {
  font-size: 28px;
  line-height: 36px; }
  @media (min-width: 700px) {
    h2 {
      font-size: 38px;
      line-height: 46px; } }

h3, h4 {
  font-family: "goudy_old_styleregular", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  margin: 0px 0px 15px 0px; }
  @media (min-width: 700px) {
    h3, h4 {
      font-size: 24px;
      line-height: 30px; } }

h4 {
  font-size: 17px;
  line-height: 22px;
  margin: 0px 0px 15px 0px;
  letter-spacing: 0px; }
  @media (min-width: 700px) {
    h4 {
      font-size: 20px;
      line-height: 26px; } }

p {
  margin: 0px 0px 20px 0px; }
  @media (min-width: 700px) {
    p {
      margin-bottom: 24px; } }

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

.divider-no-gap {
  width: 100%;
  height: 6px;
  background-color: #d9d9d9; }

.divider, .divider-small, .divider-half-margin {
  width: 90%;
  margin: 0px auto;
  margin-bottom: 30px;
  height: 1px;
  background-color: #d9d9d9; }
  @media (min-width: 700px) {
    .divider, .divider-small, .divider-half-margin {
      width: 600px; } }

@media (min-width: 940px) {
  .divider-small, .divider-half-margin {
    width: 700px; } }

@media (min-width: 940px) {
  .divider {
    width: 800px;
    margin-bottom: 40px; } }
@media (min-width: 1080px) {
  .divider {
    width: 1000px; } }

@media (min-width: 700px) {
  .divider-half-margin {
    margin-bottom: 15px; } }
@media (min-width: 940px) {
  .divider-half-margin {
    margin-bottom: 20px; } }

.lighter {
  color: #999999; }

.caption {
  text-align: center;
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  margin: 5px auto;
  margin-bottom: 0px;
  width: calc(100% - 40px); }

.button {
  display: inline-block;
  border: 0 none;
  height: 34px;
  background-color: #cd1925;
  color: #ffffff !important;
  font-family: "goudy_old_styleregular", serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  padding: 6px 25px 0px 25px;
  margin: 0px auto;
  margin-bottom: 40px; }

.button:hover {
  text-decoration: none;
  background-color: #99121b; }

.button:active {
  position: relative;
  top: 1px; }

/* END Common styles */
/* START Content styles */
.content {
  width: 90%;
  margin: 0px auto; }
  @media (min-width: 700px) {
    .content {
      width: 600px; } }
  @media (min-width: 940px) {
    .content {
      width: 700px;
      font-size: 18px;
      line-height: 34px; } }
  .content ul {
    padding-left: 20px;
    margin-bottom: 40px; }
  .content li {
    margin-bottom: 10px; }
  .content .caption {
    margin: 5px auto;
    margin-bottom: 20px;
    width: 100%; }

.new-content {
  position: relative;
  width: 90%;
  margin: 0px auto; }
  @media (min-width: 700px) {
    .new-content {
      width: 660px; } }
  @media (min-width: 940px) {
    .new-content {
      width: 900px; } }
