/* Variables */
/* Fonts */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.highlight {

  background: #9d7305;

}

/* Utilities */
/* line 99, ../scss/style.scss */
.uppercase {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  /* line 102, ../scss/style.scss */
  .container-custom {
    max-width: 900px;
  }
}

@media (min-width: 992px) {
  /* line 107, ../scss/style.scss */
  .container-custom-nav {
    max-width: 960px;
  }
}

/* line 112, ../scss/style.scss */
.container-padding-bottom {
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  /* line 112, ../scss/style.scss */
  .container-padding-bottom {
    padding-bottom: 100px;
  }
}

/* line 118, ../scss/style.scss */
.container-full-responsive {
  padding-left: 0;
  padding-right: 0;
}
/* line 121, ../scss/style.scss */
.container-full-responsive .row {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  /* line 118, ../scss/style.scss */
  .container-full-responsive {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 129, ../scss/style.scss */
  .container-full-responsive .row {
    width: initial;
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* line 136, ../scss/style.scss */
.container-custom-gutters-full-responsive {
  padding-left: 0;
  padding-right: 0;
}
/* line 139, ../scss/style.scss */
.container-custom-gutters-full-responsive .row {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  /* line 136, ../scss/style.scss */
  .container-custom-gutters-full-responsive {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 147, ../scss/style.scss */
  .container-custom-gutters-full-responsive .row {
    width: initial;
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* line 155, ../scss/style.scss */
.md-small-gutters > [class*="col-"], .md-small-gutters .col {
  padding-right: 2px;
  padding-left: 2px;
}
@media (min-width: 768px) {
  /* line 160, ../scss/style.scss */
  .md-small-gutters > [class*="col-"]:first-child, .md-small-gutters .col:first-child {
    padding-left: 0px;
  }
  /* line 163, ../scss/style.scss */
  .md-small-gutters > [class*="col-"]:last-child, .md-small-gutters .col:last-child {
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  /* line 170, ../scss/style.scss */
  .md-custom-gutters > [class*="col-"], .md-custom-gutters > .col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  /* line 175, ../scss/style.scss */
  .md-custom-gutters > [class*="col-"]:first-child, .md-custom-gutters > .col:first-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  /* line 180, ../scss/style.scss */
  .md-custom-gutters > [class*="col-"]:last-child, .md-custom-gutters > .col:last-child {
    padding-right: 20px;
  }
}

/* line 188, ../scss/style.scss */
.md-custom-gutters-responsive > [class*="col-"], .md-custom-gutters-responsive > .col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 188, ../scss/style.scss */
  .md-custom-gutters-responsive > [class*="col-"], .md-custom-gutters-responsive > .col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  /* line 195, ../scss/style.scss */
  .md-custom-gutters-responsive > [class*="col-"]:first-child, .md-custom-gutters-responsive > .col:first-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  /* line 200, ../scss/style.scss */
  .md-custom-gutters-responsive > [class*="col-"]:last-child, .md-custom-gutters-responsive > .col:last-child {
    padding-right: 20px;
  }
}

/* line 208, ../scss/style.scss */
.nav-custom-gutters > [class*="col-"], .nav-custom-gutters .col {
  padding-right: 1px;
  padding-left: 1px;
}
@media (min-width: 768px) {
  /* line 208, ../scss/style.scss */
  .nav-custom-gutters > [class*="col-"], .nav-custom-gutters .col {
    padding-right: 2px;
    padding-left: 2px;
  }
}
/* line 215, ../scss/style.scss */
.nav-custom-gutters > [class*="col-"]:first-child, .nav-custom-gutters .col:first-child {
  padding-left: 0px;
}
/* line 218, ../scss/style.scss */
.nav-custom-gutters > [class*="col-"]:last-child, .nav-custom-gutters .col:last-child {
  padding-right: 0px;
}
/* line 221, ../scss/style.scss */
.nav-custom-gutters > [class*="col-"]:nth-child(2), .nav-custom-gutters .col:nth-child(2) {
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 221, ../scss/style.scss */
  .nav-custom-gutters > [class*="col-"]:nth-child(2), .nav-custom-gutters .col:nth-child(2) {
    padding-right: 2px;
  }
}
/* line 227, ../scss/style.scss */
.nav-custom-gutters > [class*="col-"]:nth-child(3), .nav-custom-gutters .col:nth-child(3) {
  padding-left: 0;
}
@media (min-width: 768px) {
  /* line 227, ../scss/style.scss */
  .nav-custom-gutters > [class*="col-"]:nth-child(3), .nav-custom-gutters .col:nth-child(3) {
    padding-left: 2px;
  }
}

/* line 235, ../scss/style.scss */
.nav-custom-margin-top {
  margin-top: 2px;
}
@media (min-width: 768px) {
  /* line 235, ../scss/style.scss */
  .nav-custom-margin-top {
    margin-top: 0;
  }
}

/* line 242, ../scss/style.scss */
.no-gutters-responsive {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 242, ../scss/style.scss */
  .no-gutters-responsive {
    margin-right: inherit;
    margin-left: inherit;
  }
}
/* line 250, ../scss/style.scss */
.no-gutters-responsive div[class^="col-"],
.no-gutters-responsive div[class*=" col-"] {
  padding-right: inherit;
  padding-left: inherit;
}
@media (min-width: 768px) {
  /* line 250, ../scss/style.scss */
  .no-gutters-responsive div[class^="col-"],
  .no-gutters-responsive div[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Global */
/* line 262, ../scss/style.scss */
html {
  scroll-behavior: smooth;
}

/* line 265, ../scss/style.scss */
body {
  font-family: "Open Sans";
  font-size: 18px;
  background-image: none;
  background-color: #101010;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  /* line 265, ../scss/style.scss */
  body {
    background-image: url("../../assets/images/bg-map.jpg");
    background-color: none;
  }
}

/* Elements */
/* line 280, ../scss/style.scss */
a:hover {
  text-decoration: none;
}

/* line 283, ../scss/style.scss */
.btn {
  border-radius: 0;
  background-color: #056CAF;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
/* line 289, ../scss/style.scss */
.btn:hover {
  color: #fff;
}

/* Sections */
/* line 295, ../scss/style.scss */
.header-feature {
  position: relative;
  z-index: 4;
  background: #ff0000;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  text-transform: uppercase;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
@media (min-width: 768px) {
  /* line 295, ../scss/style.scss */
  .header-feature {
    font-size: inherit;
  }
}

/* line 309, ../scss/style.scss */
header {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
  color: #224c13;
  font-size: 11px;
  background-image: none;
  background-position: calc(50% + 18vw) bottom;
  background-repeat: no-repeat;
  background-size: initial;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  /* line 309, ../scss/style.scss */
  header {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  /* line 309, ../scss/style.scss */
  header {
    font-size: 36px;
    background-image: url("../../assets/images/beers.jpg");
  }
}
/* line 328, ../scss/style.scss */
header .logo {
  max-width: 105px;
}
@media (min-width: 768px) {
  /* line 328, ../scss/style.scss */
  header .logo {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  /* line 328, ../scss/style.scss */
  header .logo {
    max-width: none;
  }
}
/* line 337, ../scss/style.scss */
header .social-icon {
  max-width: 30px;
}
@media (min-width: 768px) {
  /* line 337, ../scss/style.scss */
  header .social-icon {
    max-width: 40px;
  }
}
@media (min-width: 992px) {
  /* line 337, ../scss/style.scss */
  header .social-icon {
    max-width: none;
  }
}

/* line 347, ../scss/style.scss */
main {
  position: relative;
  z-index: 1;
}

/* line 351, ../scss/style.scss */
.nav-container {
  position: sticky;
  z-index: 2;
}

/* line 355, ../scss/style.scss */
nav {
  position: relative;
  background-color: black;
}
@media (min-width: 768px) {
  /* line 355, ../scss/style.scss */
  nav {
    background-color: #8e0704;
  }
}
/* line 361, ../scss/style.scss */
nav .corner-left {
  position: absolute;
  top: 44px;
  left: -55px;
  display: none;
}
@media (min-width: 1046px) {
  /* line 361, ../scss/style.scss */
  nav .corner-left {
    display: block;
  }
}
/* line 370, ../scss/style.scss */
nav .corner-right {
  position: absolute;
  top: 44px;
  right: -58px;
  display: none;
}
@media (min-width: 1046px) {
  /* line 370, ../scss/style.scss */
  nav .corner-right {
    display: block;
  }
}

/* line 380, ../scss/style.scss */
.nav-item {
  position: relative;
  font-size: 18px;
  text-align: left;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(#8e0704, #a1120f);
}
@media (min-width: 768px) {
  /* line 380, ../scss/style.scss */
  .nav-item {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 380, ../scss/style.scss */
  .nav-item {
    font-size: 28px;
  }
}
/* line 395, ../scss/style.scss */
.nav-item span {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/* line 400, ../scss/style.scss */
.nav-item .dropdown-arrow {
  vertical-align: middle;
  transition: transform 0.5s;
  height: 17px;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  /* line 400, ../scss/style.scss */
  .nav-item .dropdown-arrow {
    height: 19px;
  }
}
@media (min-width: 992px) {
  /* line 400, ../scss/style.scss */
  .nav-item .dropdown-arrow {
    height: initial;
    top: 0;
  }
}
/* line 414, ../scss/style.scss */
.nav-item .toggle-dropdown {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 414, ../scss/style.scss */
  .nav-item .toggle-dropdown {
    display: block;
    padding: 35px 0;
  }
}
/* line 424, ../scss/style.scss */
.nav-item .dropdown {
  display: none;
  background: #fff;
  color: #000;
  border: 4px solid #a0120e;
  border-top: 0;
  z-index: 4;
  position: absolute;
  bottom: 1px;
  transform: translateY(100%);
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.1ch;
  text-align: left;
  line-height: normal;
  text-transform: none;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  /* line 424, ../scss/style.scss */
  .nav-item .dropdown {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 424, ../scss/style.scss */
  .nav-item .dropdown {
    font-size: 19px;
    letter-spacing: normal;
    padding: 15px 15px;
  }
}
/* line 449, ../scss/style.scss */
.nav-item .dropdown p {
  margin-bottom: 10px;
}
/* line 452, ../scss/style.scss */
.nav-item .dropdown a {
  color: #990d0a;
  display: block;
}
/* line 460, ../scss/style.scss */
.nav-item .dropdown img {
  width: 100%;
}

/* line 467, ../scss/style.scss */
main .content-bg {
  background-color: #101010;
  color: #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
}
@media (min-width: 576px) {
  /* line 467, ../scss/style.scss */
  main .content-bg {
    background-color: rgba(255, 255, 255, 0.87);
    color: inherit;
  }
}

/* line 478, ../scss/style.scss */
.award-item {
  height: 325px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  font-size: 27px;
}
@media (min-width: 768px) {
  /* line 478, ../scss/style.scss */
  .award-item {
    height: 440px;
  }
}
/* line 490, ../scss/style.scss */
.award-item:focus {
  border: 0;
  outline: none;
}

/* line 495, ../scss/style.scss */
.overlay {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 17px 0;
}

/* line 503, ../scss/style.scss */
.award-ribbon {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 510, ../scss/style.scss */
.award-items-carousel {
  /* slide when not active/center*/
  /* slide when active/center */
  /* the parent */
}
/* line 511, ../scss/style.scss */
.award-items-carousel .slick-slide {
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
/* line 518, ../scss/style.scss */
.award-items-carousel .slick-slide:focus {
  outline: none;
}
@media (min-width: 768px) {
  /* line 511, ../scss/style.scss */
  .award-items-carousel .slick-slide {
    margin: 0 10px;
  }
}
/* line 525, ../scss/style.scss */
.award-items-carousel .slick-active {
  transform: translateY(-10px);
}
/* line 529, ../scss/style.scss */
.award-items-carousel .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: translateY(0px);
}
/* line 534, ../scss/style.scss */
.award-items-carousel .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: translateY(-10px);
}
/* line 539, ../scss/style.scss */
.award-items-carousel .slick-list {
  margin: 0 -10px;
  overflow: visible;
}

/* line 545, ../scss/style.scss */
.how-we-make iframe {
  width: 100%;
  display: block;
}

/* line 550, ../scss/style.scss */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
/* line 553, ../scss/style.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 561, ../scss/style.scss */
.reviews-carousel {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px !important;
}
@media (min-width: 768px) {
  /* line 561, ../scss/style.scss */
  .reviews-carousel {
    margin-bottom: 60px !important;
  }
}
/* line 570, ../scss/style.scss */
.reviews-carousel .slick-slide:focus {
  outline: none;
}
/* line 576, ../scss/style.scss */
.reviews-carousel .slick-dots {
  bottom: -50px;
}
@media (min-width: 768px) {
  /* line 576, ../scss/style.scss */
  .reviews-carousel .slick-dots {
    bottom: -60px;
  }
}
/* line 581, ../scss/style.scss */
.reviews-carousel .slick-dots li {
  width: 32px;
  height: 18px;
  margin: 0 4px;
}
/* line 585, ../scss/style.scss */
.reviews-carousel .slick-dots li button {
  width: 32px;
  height: 18px;
  padding: 0;
}
/* line 589, ../scss/style.scss */
.reviews-carousel .slick-dots li button:before {
  opacity: 1;
  background: #a4a3a3;
  content: "";
  width: 32px;
  height: 18px;
  border: 1px solid #a4a3a3;
  border-radius: 2px;
}
/* line 601, ../scss/style.scss */
.reviews-carousel .slick-dots li.slick-active button:before {
  background: #960c09;
}

/* line 607, ../scss/style.scss */
.review {
  font-size: 17px;
}
@media (min-width: 768px) {
  /* line 607, ../scss/style.scss */
  .review {
    font-size: 24px;
  }
}

/* line 613, ../scss/style.scss */
.review-text {
  font-style: italic;
  display: block;
}

/* line 617, ../scss/style.scss */
.review-name {
  font-weight: bold;
  display: block;
}

/* line 622, ../scss/style.scss */
footer .content-bg {
  position: relative;
  z-index: 1;
  background-image: url("../../assets/images/bg-map-sm.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px black;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  /* line 622, ../scss/style.scss */
  footer .content-bg {
    background: #131213;
    padding-bottom: 35px;
  }
}
/* line 637, ../scss/style.scss */
footer .corner-left {
  border-bottom: 22px solid #100f0f;
  border-left: 30px solid transparent;
  width: 30px;
  position: absolute;
  top: -22px;
  left: 0px;
}
/* line 645, ../scss/style.scss */
footer .corner-right {
  border-bottom: 22px solid #100f0f;
  border-right: 30px solid transparent;
  width: 30px;
  position: absolute;
  top: -22px;
  right: 0px;
}
/* line 653, ../scss/style.scss */
footer .anniversary-badge {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  font-size: 24px;
  font-family: "Bebas Neue";
  font-weight: normal;
  line-height: normal;
  top: -20px;
  background: transparent;
  padding: 0 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 576px) {
  /* line 653, ../scss/style.scss */
  footer .anniversary-badge {
    background: #131213;
    padding: 0 9px;
  }
}
/* line 669, ../scss/style.scss */
footer .anniversary-badge:before {
  content: "";
  display: block;
  border-bottom: 20px solid #131213;
  border-left: 6px solid transparent;
  width: 6px;
  position: absolute;
  top: 0;
  left: -6px;
}
/* line 679, ../scss/style.scss */
footer .anniversary-badge:after {
  content: "";
  display: block;
  border-bottom: 20px solid #131213;
  border-right: 6px solid transparent;
  width: 6px;
  position: absolute;
  top: 0px;
  right: -6px;
}
/* line 690, ../scss/style.scss */
footer .anniversary-badge .arrow-down {
  display: block;
  border-top: 18px solid #181818;
  border-left: 103px solid transparent;
  border-right: 103px solid transparent;
  width: 95px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
/* line 701, ../scss/style.scss */
footer .anniversary-badge .badge-inner {
  background: #181818;
  width: 206px;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
/* line 709, ../scss/style.scss */
footer .anniversary-badge .badge-inner span {
  vertical-align: middle;
}
/* line 712, ../scss/style.scss */
footer .anniversary-badge .badge-inner img {
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
/* line 718, ../scss/style.scss */
footer .anniversary-badge .badge-inner:before {
  content: "";
  display: block;
  border-top: 45px solid #181818;
  border-left: 8px solid transparent;
  width: 8px;
  position: absolute;
  top: 0px;
  left: -8px;
}
/* line 728, ../scss/style.scss */
footer .anniversary-badge .badge-inner:after {
  content: "";
  display: block;
  border-top: 45px solid #181818;
  border-right: 8px solid transparent;
  width: 8px;
  position: absolute;
  top: 0px;
  right: -8px;
}
