﻿@charset "UTF-8";
@media screen {
  @font-face {
    font-family: "Recife";
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-display: swap;
    src: url("/Fonts/RecifeTextWeb-Regular.woff2") format("woff2"), url("/Fonts/RecifeText-Regular.otf") format("opentype");
    font-weight: 400;
  }
  @font-face {
    font-family: "Recife Bold";
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-display: swap;
    src: url("/Fonts/RecifeDisplayWeb-Bold.woff2") format("woff2");
    font-weight: 700;
  }
  @font-face {
    font-family: "Remingtoned";
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-display: swap;
    src: url("/Fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
    font-weight: 600;
  }
  @font-face {
    font-family: "HandStamp";
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-display: swap;
    src: url("/Fonts/Hand-Stamp-Slab-Serif-Rough.otf") format("opentype");
  }
  @font-face {
    font-family: "Quicksand";
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-display: swap;
    src: url("/Fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
  }
  @font-face {
    font-family: "Quicksand";
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-display: swap;
    src: url("/Fonts/Quicksand-Light.ttf") format("truetype");
    font-weight: 300;
  }
  @font-face {
    font-family: "Quicksand";
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-display: swap;
    src: url("/Fonts/Quicksand-Medium.ttf") format("truetype");
    font-weight: 600;
  }
  @font-face {
    font-family: "WoodBonnet";
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-display: swap;
    src: url("/Fonts/Wood Bonnet Grotesque.otf") format("opentype");
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  a:hover {
    color: #f0c323;
  }
  ul {
    padding-left: 20px;
  }
  .container {
    min-width: 320px;
  }
  /* NAVIAGTION START */
  /* NAVIAGTION END */
  /* CAROUSEL START */
  /* CAROUSEL END */
  /*.home {
      .searchbox {
          display: none;
      }
  }*/
}
@media screen and (min-width: 1200px) {
  .container .container {
    max-width: 1260px;
  }
}
@media screen {
  .home header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    background: none;
  }
}
@media screen and (max-width: 991.98px) {
  .home header {
    position: relative;
    left: 0;
    transform: initial;
  }
}
@media screen {
  .home header .menubox {
    background: none;
  }
}
@media screen and (max-width: 991.98px) {
  .home header .menubox {
    background: url(/images/Ra0_a4qx.png) center;
    background-size: contain;
  }
}
@media screen {
  .home header .menubox-sticky {
    display: none !important;
  }
  .menubox {
    width: 100%;
    position: fixed;
    top: 0;
    /*left: 50%;
    transform: translateX(-50%);*/
    z-index: 1000;
    max-width: 100%;
    background: url(/images/Ra0_a4qx.png);
    background-size: cover;
    margin: 0 auto;
  }
  .menubox .navbar {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .menubox .navbar {
    padding: 0;
  }
}
@media screen {
  .menubox .navbar #menu {
    margin-top: auto;
    margin-bottom: 10px;
  }
  .menubox .navbar #menu .navbar-nav {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991.98px) {
  .menubox .navbar #menu .navbar-nav {
    align-items: center;
  }
}
@media screen {
  .menubox .navbar #menu .navbar-nav .nav-item .nav-link {
    /*@include fontFull(Oswald, 20px, #fff);*/
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
  }
  .menubox .navbar #menu .navbar-nav .nav-item .nav-link:hover {
    color: #f0c323;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .menubox .navbar #menu .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0.5rem 0.5rem;
  }
}
@media screen {
  .menubox .navbar #menu.show .navbar-nav {
    align-items: center;
    margin-top: 1em;
  }
  .menubox .navbar #menu.show .navbar-nav .nav-item .git {
    background-color: transparent;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .menubox .navbar .logo {
    margin-top: 0;
    text-align: center;
    line-height: 12px;
    z-index: 10;
  }
  .menubox .navbar .logo .navbar-brand {
    padding: 0;
    margin: 5px 0 0 0;
  }
  .menubox .navbar .logo .navbar-brand h1 {
    margin: 0;
  }
}
@media screen {
  .menubox .navbar .hamburger {
    position: absolute;
    top: 1.3em;
    left: 0;
    justify-content: space-around;
    max-width: fit-content;
    z-index: 20;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .menubox .navbar .hamburger {
      left: 15px;
    }
  }
  .menubox .navbar .hamburger .navbar-toggler {
    border: none;
    padding: 0;
  }
  .menubox .navbar .hamburger .navbar-toggler:focus {
    outline: none;
  }
  .menubox .navbar .hamburger .navbar-toggler .navbar-toggler-icon {
    background: url("/layout/hamburger.png") no-repeat center;
  }
  .menubox .navbar .hamburger .navbar-toggler .search_ico {
    background: url("/layout/search_ico_white.svg") no-repeat center;
  }
  .menubox .navbar .hamburger .navbar-toggler.collapsed .navbar-toggler-icon {
    background: url("/layout/hamburger.png") no-repeat center;
  }
  .menubox .navbar .hamburger .navbar-toggler.collapsed .search_ico {
    background: url("/layout/search_ico_white.svg") no-repeat center;
  }
  .menubox .navbar .search_ico {
    left: auto;
    right: 0;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .menubox .navbar .search_ico {
      right: 15px;
    }
  }
  .menubox .searchbar_mobile {
    background-color: #28316d;
  }
  .menubox-sticky {
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: -100px;
    background: url(/layout/blue_bg.jpg) center;
    /*left: 50%;
    transform: translateX(-50%);*/
    transition: top 0.3s;
    z-index: 50;
  }
  .menubox-sticky.fancyboxopen {
    left: calc(50% - 8.5px);
  }
  .menubox-sticky .logo-sticky {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  }
  .menubox-sticky #menu-sticky {
    height: 100px;
  }
  .menubox-sticky #menu-sticky .navbar-nav {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 991.98px) {
  .menubox-sticky #menu-sticky .navbar-nav {
    align-items: center;
  }
}
@media screen {
  .menubox-sticky #menu-sticky .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }
  .menubox-sticky #menu-sticky .navbar-nav .nav-item .nav-link {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
  }
  .menubox-sticky #menu-sticky .navbar-nav .nav-item .nav-link:hover {
    color: #bd5d3f;
  }
  .menubox-sticky .icons {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .menubox-sticky .icons img:hover {
    cursor: pointer;
  }
  .menubox-sticky .icons .contact-trigger {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 991.98px) {
  .menubox-sticky {
    display: none;
  }
}
@media screen {
  .menubox-sticky .searchbox-sticky {
    display: none;
    transition: 0.3s;
  }
  .newsletterModal {
    position: fixed;
    bottom: 0;
    font-family: "Opens Sans", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    text-align: center;
    background-color: #f0c323;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 10000;
  }
  .newsletterModal.homepageonly {
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  .newsletterModal.homepageonly {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .newsletterModal.homepage {
    display: none;
  }
}
@media screen {
  .newsletterModal__box {
    padding: 15px;
  }
  .newsletterModal__box a {
    color: #2d2d27;
    text-decoration: underline;
  }
  .newsletterModal__box a:hover {
    text-decoration: none;
  }
  .newsletterModal__box__closeModal {
    position: absolute;
    top: 24%;
    right: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .newsletterModal__box__closeModal {
    top: 35%;
    right: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .newsletterModal {
    font-size: 15px;
  }
}
@media screen {
  #newsletterModal {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    text-align: left;
    top: 10%;
  }
  #newsletterModal .modal-dialog {
    max-width: 990px;
    max-height: 450px;
  }
  #newsletterModal .modal-dialog .modal-content {
    border: none;
    background: #bd5d3f;
    padding: 20px;
  }
  #newsletterModal .modal-dialog .modal-content .modal-header {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    justify-content: center;
    border: none;
    padding: 0;
    margin-bottom: 40px;
  }
  #newsletterModal .modal-dialog .modal-content .modal-header .modal-title {
    line-height: 65px;
  }
}
@media screen and (max-width: 767.98px) {
  #newsletterModal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 42px;
    line-height: 45px;
  }
}
@media screen {
  #newsletterModal .modal-dialog .modal-content .modal-body {
    border: none;
    padding: 0;
    margin: 0;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body a {
    text-decoration: none;
    color: #bd5d3f;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body input[type=text], #newsletterModal .modal-dialog .modal-content .modal-body input[type=email] {
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #28316d;
    line-height: normal;
    width: 100%;
    max-width: 480px;
    color: #2d2d27;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin: 0 0 20px 0;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body select {
    /*position: relative;*/
    display: block;
    width: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #28316d;
    line-height: normal;
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("/layout/caret_down.png") no-repeat 95% 50%;
    cursor: pointer;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body select::-ms-expand {
    display: none;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body select:focus {
    outline: none;
    border-color: #28316d;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body button[type=submit] {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    background-color: #28316d;
    text-align: center;
    border: none;
    padding: 20px 40px;
    margin-bottom: 30px;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body a {
    color: #2d2d27;
    text-decoration: none;
  }
  #gitModal,
  #enqModal {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    top: 0;
    z-index: 1000000;
  }
}
@media screen and (max-width: 991.98px) {
  #gitModal,
  #enqModal {
    font-size: 16px;
    padding-bottom: 50px;
  }
}
@media screen {
  #gitModal .modal-dialog,
  #enqModal .modal-dialog {
    max-width: 990px;
    /*max-height: 860px;*/
  }
  #gitModal .modal-dialog .modal-content,
  #enqModal .modal-dialog .modal-content {
    border: none;
    padding: 20px 100px;
  }
}
@media screen and (max-width: 767.98px) {
  #gitModal .modal-dialog .modal-content,
  #enqModal .modal-dialog .modal-content {
    padding: 20px;
  }
}
@media screen {
  #gitModal .modal-dialog .modal-content .modal-header,
  #enqModal .modal-dialog .modal-content .modal-header {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #28316d;
    line-height: normal;
    /*justify-content: center;*/
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
  #gitModal .modal-dialog .modal-content .modal-header .modal-title,
  #enqModal .modal-dialog .modal-content .modal-header .modal-title {
    line-height: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  #gitModal .modal-dialog .modal-content .modal-header .modal-title,
  #enqModal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 32px;
    line-height: 35px;
  }
}
@media screen {
  #gitModal .modal-dialog .modal-content .modal-body,
  #enqModal .modal-dialog .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  #gitModal .modal-dialog .modal-content .modal-body > *,
  #enqModal .modal-dialog .modal-content .modal-body > * {
    flex-grow: 1;
  }
  #gitModal .modal-dialog .modal-content .modal-body form,
  #enqModal .modal-dialog .modal-content .modal-body form {
    /*padding-right: 20px;*/
  }
  #gitModal .modal-dialog .modal-content .modal-body form .row,
  #enqModal .modal-dialog .modal-content .modal-body form .row {
    margin-right: 0;
    margin-left: 0;
  }
  #gitModal .modal-dialog .modal-content .modal-body form .umbraco-forms-container,
  #enqModal .modal-dialog .modal-content .modal-body form .umbraco-forms-container {
    padding-left: 0;
  }
  #gitModal .modal-dialog .modal-content .modal-body form .umbraco-forms-label,
  #enqModal .modal-dialog .modal-content .modal-body form .umbraco-forms-label {
    display: none;
  }
  #gitModal .modal-dialog .modal-content .modal-body form input[type=text],
  #enqModal .modal-dialog .modal-content .modal-body form input[type=text] {
    display: block;
    width: 100%;
    max-width: 480px;
    color: #2d2d27;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin: 0 0 20px 0;
  }
  #gitModal .modal-dialog .modal-content .modal-body form input[type=text]:focus,
  #enqModal .modal-dialog .modal-content .modal-body form input[type=text]:focus {
    outline: none;
    border-color: #28316d;
  }
  #gitModal .modal-dialog .modal-content .modal-body form input[type=text]::placeholder,
  #enqModal .modal-dialog .modal-content .modal-body form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
  }
  #gitModal .modal-dialog .modal-content .modal-body form input[type=text]:-ms-input-placeholder,
  #enqModal .modal-dialog .modal-content .modal-body form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
  }
  #gitModal .modal-dialog .modal-content .modal-body form input[type=text]::-ms-input-placeholder,
  #enqModal .modal-dialog .modal-content .modal-body form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
  }
  #gitModal .modal-dialog .modal-content .modal-body form input[name="7fe5fca9-20f6-4660-f951-10c83cefec68"],
  #enqModal .modal-dialog .modal-content .modal-body form input[name="7fe5fca9-20f6-4660-f951-10c83cefec68"] {
    max-width: 100%;
  }
  #gitModal .modal-dialog .modal-content .modal-body form textarea,
  #enqModal .modal-dialog .modal-content .modal-body form textarea {
    display: block;
    width: 100%;
    height: 100px;
    /*max-width: 480px;*/
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin: 0 0 20px 0;
  }
  #gitModal .modal-dialog .modal-content .modal-body form textarea::placeholder,
  #enqModal .modal-dialog .modal-content .modal-body form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
  }
  #gitModal .modal-dialog .modal-content .modal-body form textarea:-ms-input-placeholder,
  #enqModal .modal-dialog .modal-content .modal-body form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
  }
  #gitModal .modal-dialog .modal-content .modal-body form textarea::-ms-input-placeholder,
  #enqModal .modal-dialog .modal-content .modal-body form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
  }
  #gitModal .modal-dialog .modal-content .modal-body form input[type=submit],
  #enqModal .modal-dialog .modal-content .modal-body form input[type=submit] {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    background-color: #28316d;
    border: 0;
    padding: 15px 30px;
    margin-bottom: 10px;
  }
  #gitModal .modal-dialog .modal-content .modal-body form input[type=submit]:focus,
  #enqModal .modal-dialog .modal-content .modal-body form input[type=submit]:focus {
    outline: none;
    border-color: #28316d;
  }
  #gitModal .modal-dialog .modal-content .modal-body form select,
  #enqModal .modal-dialog .modal-content .modal-body form select {
    /*position: relative;*/
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("/layout/caret_down.png") no-repeat 95% 50%;
    cursor: pointer;
  }
  #gitModal .modal-dialog .modal-content .modal-body form select::-ms-expand,
  #enqModal .modal-dialog .modal-content .modal-body form select::-ms-expand {
    display: none;
  }
  #gitModal .modal-dialog .modal-content .modal-body form select:focus,
  #enqModal .modal-dialog .modal-content .modal-body form select:focus {
    outline: none;
    border-color: #28316d;
  }
  #gitModal .modal-dialog .modal-content .modal-body form a,
  #enqModal .modal-dialog .modal-content .modal-body form a {
    text-decoration: none;
    color: #bd5d3f;
  }
  #gitModal .modal-dialog .modal-content .modal-body .info,
  #enqModal .modal-dialog .modal-content .modal-body .info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #374661;
    padding-top: 10px;
    margin-top: 15px;
  }
  #gitModal .modal-dialog .modal-content .modal-body .info a,
  #enqModal .modal-dialog .modal-content .modal-body .info a {
    text-decoration: none;
    color: #bd5d3f;
  }
}
@media screen and (max-width: 767.98px) {
  #gitModal .modal-dialog .modal-content .modal-body,
  #enqModal .modal-dialog .modal-content .modal-body {
    flex-direction: column;
  }
  #gitModal .modal-dialog .modal-content .modal-body form,
  #enqModal .modal-dialog .modal-content .modal-body form {
    padding-right: 0;
    width: 100%;
  }
  #gitModal .modal-dialog .modal-content .modal-body form textarea,
  #enqModal .modal-dialog .modal-content .modal-body form textarea {
    height: 125px;
    margin-top: 20px;
  }
  #gitModal .modal-dialog .modal-content .modal-body form button[type=submit],
  #enqModal .modal-dialog .modal-content .modal-body form button[type=submit] {
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #gitModal .modal-dialog .modal-content .modal-body .info,
  #enqModal .modal-dialog .modal-content .modal-body .info {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media screen {
  #gitModal .modal-dialog .umbraco-forms-field-wrapper,
  #enqModal .modal-dialog .umbraco-forms-field-wrapper {
    position: relative;
  }
  #gitModal .modal-dialog .field-validation-error,
  #enqModal .modal-dialog .field-validation-error {
    position: absolute;
    top: 42px;
    left: 15px;
    font-size: 15px;
    font-weight: bold;
    color: red;
  }
  #gitModal .modal-dialog .comments .field-validation-error,
  #enqModal .modal-dialog .comments .field-validation-error {
    top: 98px;
  }
  #gitModal .modal-dialog a.closemodal,
  #enqModal .modal-dialog a.closemodal {
    position: absolute;
    top: 3%;
    right: 3%;
  }
  #modalLang a {
    text-decoration: none;
    color: #bd5d3f;
  }
  .carousel {
    max-width: 100%;
    max-height: 480px;
    margin: 0 auto;
    overflow: hidden;
  }
  .carousel .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 0.6s;
  }
  .carousel .carousel-item.active {
    opacity: 1 !important;
  }
  .carousel .carousel-item .image {
    z-index: 0;
  }
  .carousel .carousel-item .image::before {
    content: "";
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0) 100%);
  }
  .carousel .carousel-item .carousel-caption {
    top: 54%;
    transform: translateY(-50%);
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media screen and (max-width: 991.98px) {
  .carousel .carousel-item .carousel-caption {
    top: 15%;
    transform: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen {
  .carousel .carousel-item .carousel-caption h3 {
    font-family: "Recife Bold", Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
  }
}
@media screen and (max-width: 575.98px) {
  .carousel .carousel-item .carousel-caption h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
@media screen {
  .carousel .carousel-item .carousel-caption .txt {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
  }
  .carousel .carousel-item .carousel-caption .readmore {
    display: inline-block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    color: #fff !important;
    background-color: #28316d;
    padding: 10px 18px;
    margin-top: 1em;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 575.98px) {
  .carousel .carousel-item .carousel-caption .readmore {
    font-size: 22px;
  }
}
@media screen {
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 160px;
    font-weight: normal;
    color: #f0c323;
    line-height: normal;
  }
  .carousel .carousel-control-next .navspan,
  .carousel .carousel-control-prev .navspan {
    height: 80px;
    /*line-height: 0px;*/
    line-height: 90px;
  }
  #CarouselHomePage {
    max-height: 1830px;
  }
  #CarouselHomePage .carousel-item {
    max-height: 1830px;
  }
  #CarouselHomePage .carousel-item .image {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 57.666%;
  }
}
@media screen and (max-width: 991.98px) {
  #CarouselHomePage {
    margin-top: 70px;
  }
}
@media screen {
  #CarouselInnerPage .image {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 992px) {
  #CarouselInnerPage .image {
    padding-bottom: 33.333%;
  }
}
@media screen {
  .product .product__title h1 {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #2d2d27;
    line-height: normal;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 767.98px) {
  .product .product__title h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen {
  .product .product__code {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #28316d;
    line-height: normal;
    margin-bottom: 0.5em;
  }
  .product .product__content {
    border-top: 1px solid #506400;
    padding-top: 1em;
  }
}
@media screen {
  .product .product__txt {
    margin-bottom: 0.5em;
  }
  .product .product__txt a {
    color: #374661;
    text-decoration: underline;
  }
  .product .product__txt a:hover {
    color: #bd5d3f;
  }
  .product .product__txt h2.title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #28316d;
    line-height: normal;
    text-transform: uppercase;
  }
  .product .product__txt .awardlogos {
    max-width: 150px;
    padding: 20px 0;
  }
  .product .product__tech {
    border: 2px solid #f0c323;
    padding: 20px;
  }
  .product .product__tech .title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #28316d;
    line-height: normal;
    text-transform: uppercase;
  }
  .product .product__image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .product .product__shortcuts {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen {
  .product .product__shortcuts a {
    display: flex;
    align-items: flex-end;
    font-size: 13px;
    line-height: 13px;
    color: #2d2d27;
    height: 50px;
    padding-left: 45px;
    margin-bottom: 15px;
  }
  .product .product__shortcuts a span {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .product .product__shortcuts a span {
    display: contents;
  }
}
@media screen {
  .product .product__shortcuts .pdf {
    background: url("/layout/pdf_icon.svg") no-repeat left;
  }
  .product .product__shortcuts .print {
    background: url("/layout/print_icon.png") no-repeat left;
  }
  .product .product__shortcuts .dld {
    background: url("/layout/bottle_icon.svg") no-repeat left;
  }
  .product.product-pdf .product__title {
    margin-top: 20px;
  }
  .body-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 1s;
    z-index: 9;
  }
}
@media screen and (min-width: 992px) {
  .body-overlay {
    display: none;
  }
}
@media screen {
  .openFilters:hover,
  .closeFilters:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 767.98px) {
  .openFilters {
    width: 50% !important;
  }
}
@media screen {
  .closeFilters {
    position: absolute;
    right: 275px;
    top: 96px;
    transition: 0.5s;
  }
  .link-btns-mobile:nth-child(odd) {
    padding-right: 5px;
  }
  .link-btns-mobile:nth-child(even) {
    padding-left: 5px;
  }
  .product_filters {
    background-color: #fff;
    border: 2px solid #28316d;
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  .product_filters {
    width: auto !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .product_filters {
    height: calc(100% - 71px);
    width: 0;
    position: fixed;
    right: -105px;
    z-index: 1;
    top: 71px;
    transition: 0.3s;
    border: 0;
    overflow-y: scroll;
    z-index: 10;
  }
}
@media screen {
  .product_filters .header {
    font-family: "Monstserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2d2d27;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .product_filters .header .btn-white {
    font-size: 11px;
    line-height: 12px;
    margin: 0;
  }
  .product_filters .accordion .accordion__item .accordion__item_header {
    position: relative;
    border-top: 1px solid #846fb9;
  }
  .product_filters .accordion .accordion__item .accordion__item_header .btn {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    outline: none;
  }
  .product_filters .accordion .accordion__item .accordion__item_header .btn.focus, .product_filters .accordion .accordion__item .accordion__item_header .btn:focus {
    box-shadow: none;
  }
  .product_filters .accordion .accordion__item .accordion__item_header .btn:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/layout/caret2.png") no-repeat center;
    transform: rotate(0deg);
  }
  .product_filters .accordion .accordion__item .accordion__item_header .btn.collapsed:after {
    transform: rotate(180deg);
  }
  .product_filters .accordion .accordion__item .filter-body .filter {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 2px solid #28316d;
  }
  .product_filters .accordion .accordion__item .filter-body ul {
    max-height: 420px;
  }
  .product_filters .accordion .accordion__item .filter-body ul li {
    display: flex;
    align-items: baseline;
    padding-right: 15px;
  }
  .product_filters .accordion .accordion__item .filter-body ul li label {
    margin-left: 5px;
  }
  @supports (-webkit-appearance: none) {
    .product_filters .accordion .accordion__item .filter-body ul li input[type=checkbox] {
      -webkit-appearance: none;
      appearance: none;
      /* Style the box. */
      width: 12px;
      height: 12px;
      border: 1px solid #28316d;
    }
    .product_filters .accordion .accordion__item .filter-body ul li input[type=checkbox]:focus {
      /* Style the box when it's focused. */
      border: 1px solid #28316d;
      outline: none;
    }
    .product_filters .accordion .accordion__item .filter-body ul li input[type=checkbox]:checked {
      /* Prepare for placing the new checkmark. */
      position: relative;
      /* Do a bug fix to keep iOS from adding dark background. */
      background: none;
    }
    .product_filters .accordion .accordion__item .filter-body ul li input[type=checkbox]:checked::after {
      /* Place (position) the new checkmark. */
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-color: #846fb9;
    }
  }
  .product_filters .accordion .accordion__item .filter-body .simplebar-track.simplebar-vertical {
    width: 14px;
  }
  .product_filters .accordion .accordion__item .filter-body .simplebar-track.simplebar-vertical:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 7px;
    border-right: 1px solid black;
  }
  .product_filters .accordion .accordion__item .filter-body .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 14px;
  }
  .product_filters .accordion .accordion__item .filter-body .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1;
    border-radius: 0;
    background-color: #846fb9;
  }
  .winelist {
    position: relative;
    margin-top: 20px;
  }
  .winelist .winelist__title {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #28316d;
    line-height: normal;
    margin-bottom: 10px;
  }
  .winelist .winelist__title span {
    color: #bd5d3f;
  }
  .winelist.swiper .winelist__title {
    margin-bottom: -10px;
  }
  .winelist.swiper .swiper-wrapper {
    height: auto;
  }
  .winelist .item {
    display: flex;
  }
  .winelist .item a {
    display: flex;
    width: 100%;
    min-height: 280px;
    justify-content: space-between;
    color: #2d2d27;
    border: 2px solid #f0c323;
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
  }
  .winelist .item a:hover {
    border: 2px solid #e6b40f;
    text-decoration: none;
  }
  .winelist .item a:hover .title {
    text-decoration: underline;
  }
  .winelist .item a .data {
    display: flex;
    flex-direction: column;
  }
  .winelist .item a .data .title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2d2d27;
    line-height: normal;
    line-height: 21px;
    max-width: 200px;
    padding-bottom: 1em;
    text-transform: uppercase;
  }
  .winelist .item a .data .code-producer {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    line-height: 21px;
    max-width: 200px;
    padding-bottom: 1em;
    text-transform: uppercase;
  }
  .winelist .item a .data .location {
    margin-top: auto;
  }
  .winelist .item a .img {
    padding-left: 15px;
  }
  .winelist .item a .img img {
    max-width: 60px;
    max-height: 216px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .winelist .item a.viewall {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    line-height: 38px;
    align-items: center;
    background: url("/images/Ra0_a4qx.png");
    background-size: contain;
    border: none;
    padding: 20px;
  }
  .winelist .item a.viewall span {
    display: flex;
    justify-content: center;
    height: fit-content;
  }
  .winelist .item a.viewall span.icon {
    font-size: 164px;
    /*height: 130px;*/
    height: 50px;
    margin-left: 10px;
  }
  .winelist .item a.viewall:hover span {
    text-decoration: underline;
  }
  .winelist .item a.viewall:hover span.icon {
    text-decoration: none;
  }
  .winelist .item a.new:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    width: 51px;
    height: 53px;
    background: url("/layout/new_wine.svg") no-repeat center;
  }
  .winelist .item.item-producer a {
    border: none;
  }
  .winelist.producer .item a {
    display: block;
    color: #fff;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 30px;
  }
  .winelist.producer .item a:hover .title {
    text-decoration: none;
  }
  .winelist.producer .item a:hover .overlay {
    background: rgba(236, 97, 61, 0.5) !important;
  }
  .winelist.producer .item a .data {
    display: block;
    z-index: 10;
    position: relative;
  }
  .winelist.producer .item a .data .title {
    color: #fff;
  }
  .winelist.producer .item a .overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 70, 97, 0.5);
    background: rgba(55, 70, 97, 0.5) !important;
    opacity: 1;
    transition: 0.3s;
    z-index: 9;
  }
  .winelist.producer .item a.viewall {
    display: flex;
    padding: 20px;
  }
  .winelist .swiper-container {
    padding-top: 15px;
  }
  .winelist .swiper-button-prev {
    left: -50px;
  }
  .winelist .swiper-button-next {
    right: -50px;
  }
  .winelist .swiper-button-prev:after,
  .winelist .swiper-button-next:after {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 160px;
    font-weight: normal;
    color: #846fb9;
    line-height: normal;
    height: 80px;
    /*line-height: 0px;*/
    line-height: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  .winelist .swiper-button-prev,
  .winelist .swiper-button-next {
    display: none;
  }
}
@media screen {
  .winelist .swiper-button-next:after,
  .winelist .swiper-container-rtl .swiper-button-prev:after {
    content: "›";
  }
  .winelist .swiper-button-prev:after,
  .winelist .swiper-container-rtl .swiper-button-next:after {
    content: "‹";
  }
  .winelist .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .winelist .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 3px;
  }
  .winelist .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #bd5d3f;
  }
  .winelist table.pdf-table {
    width: 100%;
  }
  .winelist table.pdf-table tr th {
    font-weight: bold;
  }
  .winelist table.pdf-table td, .winelist table.pdf-table th {
    padding: 5px;
  }
  .winelist.results {
    margin-top: 0;
  }
  .winelist.results .header.search {
    margin-bottom: 15px;
  }
  .winelist.results .header.search form {
    display: flex;
    width: 100%;
  }
  .winelist.results .header.search form .input {
    display: flex;
    width: 60%;
    border: 1px solid #28316d;
    padding: 10px;
  }
  .winelist.results .header.search form .input input[type=text] {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #28316d;
    line-height: normal;
    flex-grow: 1;
    border: none;
    outline: none;
  }
  .winelist.results .header.search form .input button {
    right: 0;
    width: 40px;
    height: 100%;
    background-color: transparent;
    border: none;
  }
  .winelist.results .header.search form select {
    /*position: relative;*/
    display: block;
    width: 20%;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #28316d;
    line-height: normal;
    text-align: left;
    border: 1px solid #28316d;
    padding: 10px;
    margin-left: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: url("/layout/caret_down.png") no-repeat 90% 50%;
    cursor: pointer;
  }
  .winelist.results .header.search form select::-ms-expand {
    display: none;
  }
  .winelist.results .header.search form select:focus {
    outline: none;
    border-color: #28316d;
  }
}
@media screen and (max-width: 767.98px) {
  .winelist.results .header.search form select {
    width: 50%;
    margin-left: 0;
  }
}
@media screen {
  .winelist.results .header.search form .btn-white {
    width: 20%;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 20px 10px;
    text-transform: none;
  }
  .winelist.results .featured {
    background: url(/layout/newsletterModal_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px;
  }
  .winelist.results .featured .title {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
  }
  .winelist.results .featured .item a {
    border: none;
  }
  .winelist.results .resultsnum {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    margin-bottom: 10px;
  }
  .winelist.results .list > .title {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #28316d;
    line-height: normal;
    border-bottom: 1px solid #28316d;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .winelist.results .list.articles .title {
    margin-bottom: 0.2em;
    margin-top: 1.5em;
  }
  .winelist.results .list.articles .title a {
    font-family: "MontSerrat", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    text-transform: uppercase;
  }
  .winelist.results .list.articles .viewmore {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    display: block;
    margin-top: 1.5em;
  }
  .people .openFilters {
    width: 48%;
  }
  .people .list > .title {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #28316d;
    line-height: normal;
    border-bottom: 1px solid #28316d;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .people .item > div {
    display: flex;
    width: 100%;
    min-height: 280px;
    align-items: flex-end;
    color: #fff;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
  }
  .people .item > div .data {
    position: relative;
    display: block;
    line-height: 21px;
    z-index: 10;
  }
  .people .item > div .data .name {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .people .item > div .data .title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
  }
  .people .item > div .overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 70, 97, 0.5);
    height: 50%;
    top: unset;
    bottom: 0;
    background: rgba(40, 49, 109, 0.5) !important;
    opacity: 1;
    transition: 0.3s;
    z-index: 9;
  }
  .people .item > div.viewall {
    display: flex;
    padding: 20px;
  }
  .people .item a {
    color: #fff;
  }
  .people .item a:hover {
    color: #bd5d3f;
  }
  .searchresults .winelist .winelist__title {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #28316d;
    line-height: normal;
    border-bottom: 1px solid #28316d;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .home .winelist .winelist__title {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 31px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    line-height: 1em;
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .home .winelist .winelist__title:before, .home .winelist .winelist__title:after {
    content: "";
    border-top: 2px solid;
  }
  .logo-pdf {
    margin-bottom: 20px;
  }
  .product-pdf a {
    color: #bd5d3f !important;
  }
  .gallery_filters {
    margin-bottom: 10px;
  }
  .gallery_filters ul {
    padding-left: 60px;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .gallery_filters ul {
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
@media screen {
  .gallery_filters ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .gallery_filters ul li {
    display: flex;
    flex-basis: 20%;
    align-items: baseline;
    margin-right: 10px;
  }
}
@media screen {
  .gallery_filters ul li:last-child {
    margin-right: 0;
  }
  @supports (-webkit-appearance: none) {
    .gallery_filters ul li input[type=checkbox] {
      flex-basis: 14%;
      -webkit-appearance: none;
      appearance: none;
      /* Style the box. */
      width: 12px;
      height: 12px;
      border: 1px solid #28316d;
    }
    .gallery_filters ul li input[type=checkbox]:focus {
      /* Style the box when it's focused. */
      border: 1px solid #28316d;
      outline: none;
    }
    .gallery_filters ul li input[type=checkbox]:checked {
      /* Prepare for placing the new checkmark. */
      position: relative;
      /* Do a bug fix to keep iOS from adding dark background. */
      background: none;
    }
    .gallery_filters ul li input[type=checkbox]:checked::after {
      /* Place (position) the new checkmark. */
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-color: #bd5d3f;
    }
    .gallery_filters ul li label {
      flex-basis: inherit;
      line-height: 19px;
      margin: 0;
    }
  }
  .gallery {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery .grid-sizer,
  .gallery .gallery__item {
    width: 33.333%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .gallery .grid-sizer,
  .gallery .gallery__item {
    width: 33.333%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .gallery .grid-sizer,
  .gallery .gallery__item {
    width: 50%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .gallery .grid-sizer,
  .gallery .gallery__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
@media screen {
  .gallery .gallery__item .image {
    position: relative;
    text-align: center;
  }
  .gallery .gallery__item .image .linkoverlay {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 70, 97, 0.5);
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .gallery .gallery__item .image .linkoverlay > a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    color: #fff !important;
    background-color: #28316d;
    padding: 10px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .gallery .gallery__item .image:hover .linkoverlay {
    opacity: 1;
  }
  .gallery .gallery__item .data {
    /*text-align: center;*/
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .gallery .gallery__item .data .date {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    margin-bottom: 20px;
  }
  .gallery .gallery__item .data .title h2 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #28316d;
    line-height: normal;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .gallery__item__detail {
    display: none;
    text-align: center;
    background-color: #ffffff;
    padding: 80px 200px;
  }
  .gallery__item__detail .date {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    margin-bottom: 20px;
  }
  .gallery__item__detail .title h2 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #bd5d3f;
    line-height: normal;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .gallery__item__detail .text {
    max-width: 580px;
    margin-top: 15px;
  }
  .gallery__item__detail .social {
    margin-top: 20px;
  }
  .gallery__item__detail .social span {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
  }
  .gallery__item__detail .social ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .gallery__item__detail .social ul li {
    margin-right: 15px;
  }
  .fancybox-container .fancybox-close-small {
    left: 20px;
    top: 20px;
    background-color: #EC613D;
    color: #fff;
    width: 50px;
    height: 50px;
    opacity: 1;
    padding: 0;
  }
  .fancybox-container .fancybox-button--arrow_left,
  .fancybox-container .fancybox-button--arrow_right {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 160px;
    font-weight: normal;
    color: #bd5d3f;
    line-height: normal;
    height: 80px;
    line-height: 0px;
    /*opacity: 1;
    visibility: visible;*/
    padding: 0;
    background-color: transparent;
  }
  body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #2d2d27;
    line-height: normal;
    padding-top: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  body {
    padding-top: 71px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  body {
    padding-top: 90px;
  }
}
@media screen {
  main {
    max-width: 100%;
    padding-bottom: 3em;
    margin: 0 auto;
  }
  .section-img {
    text-align: center;
  }
  .home {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .home {
    padding-bottom: 76px;
  }
}
@media screen {
  .home main {
    background: #f7f5f5;
  }
  .searchbox,
  .searchbox-sticky {
    max-width: 100%;
    margin: 0 auto;
  }
  .searchbox {
    display: none;
  }
  .searchbox.fixed {
    width: 100%;
    position: fixed;
    top: 97px;
    left: 49.999%;
    transform: translateX(-50%);
    z-index: 1000;
  }
  .searchbar,
  .searchbar-home {
    width: 100%;
    max-width: 1140px;
    padding: 10px 0;
  }
  .searchbar form,
  .searchbar-home form {
    position: relative;
    width: 100%;
  }
  .searchbar form input,
  .searchbar-home form input {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    border: none;
    padding: 1em;
    padding-right: 3.5em;
  }
  .searchbar form input:focus,
  .searchbar-home form input:focus {
    outline: none;
  }
  .searchbar form button,
  .searchbar-home form button {
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
  }
  .searchbar-home {
    max-width: 990px;
    margin: 0 auto;
  }
  .homeonlysearchbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #28316d;
    z-index: 100000;
  }
  .homebanners {
    margin-top: 3em;
  }
  .homebanners .homebanners__title {
    font-family: "Recife Bold", Arial, Helvetica, sans-serif;
    font-size: 31px;
    font-weight: normal;
    color: #28316d;
    line-height: normal;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .homebanners .homebanners__title {
    text-align: center;
  }
}
@media screen {
  .homebanners.row-title:not(.last-row) {
    margin-bottom: -3em;
  }
  .homebanners.row-title h2 {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
  }
  .homebanners.row-title h2:before, .homebanners.row-title h2:after {
    content: "";
    border-top: 2px solid;
  }
  .homebanners .box {
    position: relative;
    text-align: center;
    /*.toplinks {
        position: absolute;
        top: -13px;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        a {
            @include fontFull(Source Sans Pro, 12px, $text-color, 700);

            &.email {
                padding-left: 30px;
                background: url("/layout/logo_icon.jpg") no-repeat left center;
            }

            &.instagram {
                padding-left: 20px;
                background: url("/layout/insta_icon.jpg") no-repeat left center;
            }
        }
    }*/
  }
}
@media screen and (max-width: 767.98px) {
  .homebanners .box {
    margin: 0 auto 20px auto;
  }
}
@media screen {
  .homebanners .box .image {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .homebanners .box .dataover {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    padding: 10px;
  }
  .homebanners .box .dataover__title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: normal;
    padding-bottom: 10px;
  }
  .homebanners .box .dataover .readmore {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #fff !important;
    background-color: #28316d;
    padding: 10px 18px;
  }
  .bread-crumb {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    padding: 20px 0;
  }
  .bread-crumb a {
    color: #2d2d27;
  }
  .page-title {
    /*padding-bottom:   20px;*/
  }
  .page-title h1 {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 200;
    color: #2d2d27;
    line-height: normal;
    letter-spacing: -2px;
  }
  .txt {
    padding-bottom: 20px;
  }
  .txt a {
    color: #bd5d3f;
  }
  .txt a:hover {
    color: #bd5d3f;
    text-decoration: underline;
  }
  .txt h2 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #28316d;
    line-height: normal;
    text-transform: uppercase;
  }
  .txt h2.alt {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #bd5d3f;
    line-height: normal;
    text-transform: uppercase;
  }
  .txt h3 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #2d2d27;
    line-height: normal;
  }
  .txt .rte_intro {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    color: #bd5d3f;
    line-height: normal;
  }
  .txt ul, .txt ol {
    padding-left: 2em;
  }
  .txt .orange {
    color: #bd5d3f;
  }
  .txt .blue {
    color: #28316d;
  }
  .quote {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    line-height: 28px;
    /*padding-left: 30px;
    border-left: 70px solid $red-color;*/
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .btn-white {
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #28316d;
    line-height: normal;
    line-height: 24px;
    text-align: center;
    border: 1px solid #28316d;
    padding: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  .btn-white.light {
    opacity: 0.5;
  }
  .btn-blue, btn-orange {
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    background: #28316d;
    line-height: 24px;
    text-align: center;
    border: 1px solid #28316d;
    padding: 10px;
    margin-bottom: 25px;
  }
  .btn-blue.light, btn-orange.light {
    opacity: 0.5;
  }
  .testimonial {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    line-height: 22px;
    text-align: right;
    background: url("/images/Ra0_a4qx.png") center;
    background-size: contain;
    padding: 30px;
    margin-bottom: 25px;
  }
  .testimonial .name {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    line-height: 18px;
    padding-top: 10px;
  }
  .testimonial .title {
    font-family: "Recife", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: normal;
    line-height: 14px;
  }
  .testimonial.big {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 55px;
    line-height: 50px;
    text-transform: uppercase;
    background: url("/layout/testimonial_bg.jpg") no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 992px) {
  .testimonial.big {
    min-height: 420px;
  }
}
@media screen {
  .highlights {
    padding: 20px;
    border: 2px solid #f0c323;
  }
}
@media screen and (max-width: 991.98px) {
  .highlights {
    margin-bottom: 30px;
  }
}
@media screen {
  .highlights .title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #28316d;
    line-height: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .highlights ul {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2d2d27;
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .highlights ul li {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .listpagination .pagination {
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .listpagination .pagination .page-item .page-link {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    z-index: 2;
  }
  .listpagination .pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #28316d;
    border: 1px solid #28316d;
  }
  .listpagination .pagination .page-item .page-link:focus {
    box-shadow: none;
  }
  .listpagination .pagination .page-item .page-link.prev {
    background-color: #28316d;
    border: 1px solid #28316d;
  }
  .listpagination .pagination .page-item .page-link.prev::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/layout/caret-white.png") no-repeat center center;
    transform: rotate(-90deg);
  }
  .listpagination .pagination .page-item .page-link.next {
    background-color: #28316d;
    border: 1px solid #28316d;
  }
  .listpagination .pagination .page-item .page-link.next::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/layout/caret-white.png") no-repeat center center;
    transform: rotate(90deg);
  }
  .listpagination .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #28316d;
    border: 1px solid #28316d;
  }
  .listpagination .pagination .btn-white {
    margin-bottom: 0;
    height: 50px;
    padding-top: 12px;
  }
  .box.insta {
    position: relative;
    flex: 1;
    max-width: 330px;
    text-align: center;
    background-color: #fff;
    border: 1.2em solid #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .box.insta {
    margin: 0 auto 20px auto;
  }
}
@media screen {
  .box.insta .toplinks {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .box.insta .toplinks a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #2d2d27;
    line-height: normal;
  }
  .box.insta .toplinks a.email {
    padding-left: 30px;
    background: url("/layout/logo_icon.jpg") no-repeat left center;
  }
  .box.insta .toplinks a.instagram {
    padding-left: 20px;
    background: url("/layout/insta_icon.jpg") no-repeat left center;
  }
  .box.insta .feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
  }
  .box.insta .feed a {
    display: inline-block;
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
  }
  .box.insta .feed a:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  footer {
    max-width: 100%;
    background: #28316d url(/images/Ra0_a4qx.png) repeat;
    background-size: cover;
    color: #fff;
    padding: 3em 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  footer {
    padding: 1em 0;
  }
}
@media screen {
  footer .title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  footer a {
    color: #fff;
  }
  footer .data ul li {
    padding: 5px 0;
  }
}
@media screen and (max-width: 575.98px) {
  footer .data ul li {
    padding: 5px 0;
  }
}
@media screen {
  footer .small-text {
    font-size: 12px;
  }
  footer .footerlogo img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  footer .social ul {
    display: flex;
  }
  footer .social ul li {
    margin-right: 1em;
  }
  .rte-text img {
    max-width: 100% !important;
  }
  a:hover > img {
    cursor: pointer !important;
  }
  #accordion {
    margin-bottom: 20px;
  }
  #accordion .btn-link {
    color: #bd5d3f;
  }
  #cookie-bar {
    background: #111111;
    min-height: 34px;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 10px;
    font-size: 14px;
  }
  #cookie-bar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100001;
  }
  #cookie-bar p {
    margin: 0;
    padding: 0;
  }
  #cookie-bar a {
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0;
    color: #EC613D;
    margin: 0;
  }
  #cookie-bar .cb-enable {
    background: #007700;
    padding: 0 6px;
    margin-left: 8px;
    color: #fff;
  }
  #cookie-bar .cb-enable:hover {
    background: #009900;
  }
  #cookie-bar .cb-disable {
    background: #990000;
  }
  #cookie-bar .cb-disable:hover {
    background: #bb0000;
  }
  #cookie-bar .cb-policy {
    background: #0033bb;
  }
  #cookie-bar .cb-policy:hover {
    background: #0055dd;
  }
  .video-responsive iframe {
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  .btn-orange.country-selector {
    margin-bottom: 0 !important;
    background: #f7f5f5 !important;
    border: 1px solid #f7f5f5 !important;
    border-radius: 0;
    font-weight: normal;
    color: #2d2d27;
    position: relative;
    bottom: 6px;
  }
  .nav-item .dropdown .dropdown-menu {
    position: absolute !important;
    background: #f7f5f5;
    border: 1px solid #f7f5f5 !important;
  }
  .umbraco-forms-form input[type=submit] {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    background-color: #28316d;
    margin-left: -15px;
  }
}
@media print {
  * {
    background: none !important;
    color: #000 !important;
  }
  .container,
  body {
    min-width: inherit !important;
    max-width: inherit !important;
    width: inherit !important;
  }
  .container {
    padding: 0 30px;
  }
  [class^=col-], [class*=" col-"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
  }
  header {
    padding: 15px 0 !important;
  }
  header .logo {
    position: static;
    margin: 0 auto;
    display: block;
    transform: none;
  }
  .newsletterModal,
  .nav-item,
  .icons,
  .bread-crumb,
  .searchbox,
  .searchbox-sticky,
  .winelist,
  .product__image,
  .product__shortcuts,
  .btn-white,
  footer {
    display: none !important;
  }
  a {
    text-decoration: none !important;
  }
  .row {
    display: block !important;
  }
}
