@font-face {
  font-family: 'moristonblack';
  src: url("fonts/moriston-black-webfont.woff2") format("woff2"), url("fonts/moriston-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ahamonomonospaced';
  src: url("fonts/ahamono-regular-webfont.woff2") format("woff2"), url("fonts/ahamono-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1 {
  font-family: moristonblack;
  font-size: 98px;
  line-height: 98px;
  text-transform: uppercase; }

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 90px;
    line-height: 90px; } }

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 60px;
    line-height: 60px; } }

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
    line-height: 35px; } }

h2 {
  font-family: moristonblack;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase; }

h2.alt {
  font-family: ahamonomonospaced; }

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 45px;
    line-height: 45px; } }

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 32px;
    line-height: 32px; } }

h3 {
  font-family: moristonblack;
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase; }

@media only screen and (max-width: 480px) {
  h3 {
    font-size: 45px;
    line-height: 45px; } }

h4 {
  font-family: ahamonomonospaced;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 4px; }

h4.alt {
  position: relative;
  display: inline-block; }

h4.alt:after {
  position: absolute;
  content: "";
  background-color: rgba(200, 0, 0, 0.5);
  height: 6px;
  width: 50%;
  left: 110%;
  top: 9px; }

@media only screen and (max-width: 480px) {
  h4.alt:after {
    width: 20%;
    left: 105%; } }

h4.altfont {
  font-family: moristonblack;
  text-transform: none;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 24px; }

@media only screen and (max-width: 480px) {
  h4 {
    font-size: 16px;
    line-height: 16px; } }

h4.redline {
  display: inline-block;
  position: relative; }

h4.redline:after {
  content: " ";
  position: absolute;
  width: 200px;
  height: 6px;
  background-color: rgba(200, 0, 0, 0.5);
  left: 110%;
  top: 9px; }

@media only screen and (max-width: 480px) {
  h4.redline:after {
    width: 50px; } }

h5 {
  font-family: ahamonomonospaced;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase; }

h6 {
  font-family: moristonblack;
  font-size: 14px;
  text-transform: uppercase; }

p {
  margin-bottom: 10px;
  font-family: ahamonomonospaced;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.69px; }

* {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  background: #fff;
  color: #000;
  font-family: ahamonomonospaced;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.69px; }

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0; }

img {
  display: block;
  height: auto; }

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none; }

main {
  display: block;
  height: 100%;
  width: 100%; }

#content {
  overflow: hidden; }

*,
html {
  -ms-overflow-style: none; }

.pum-theme-lightbox .pum-title {
  margin-bottom: 20px; }

.pum-theme-lightbox .pum-content + .pum-close {
  font-family: arial, 'sans-serif' !important;
  top: -15px !important; }
  @media (min-width: 768px) {
    .pum-theme-lightbox .pum-content + .pum-close {
      top: 5px !important; } }

.pum-theme-lightbox .pum-content p {
  font-size: 16px; }

.pum-theme-lightbox .pum-content img {
  width: 100%;
  margin-bottom: 20px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000; }
  .header .h-container {
    width: 100%;
    height: 100%; }
    .header .h-container .main-header {
      height: 100%;
      width: 100%;
      padding: 0 12px;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      align-items: center;
      z-index: 1; }
      .header .h-container .main-header .logo {
        width: 60px; }
        .header .h-container .main-header .logo img {
          width: 100%; }
      .header .h-container .main-header .menu-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
        height: 50px;
        width: 50px;
        padding: 12px 10px 10px;
        border-radius: 100px;
        background: #000;
        border: 1px solid #777777;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -o-flex !important;
        display: -ms-flex !important;
        display: flex !important;
        flex-wrap: nowrap; }
        @media (min-width: 768px) {
          .header .h-container .main-header .menu-btn {
            width: 110px; } }
        .header .h-container .main-header .menu-btn .menu-word {
          display: none; }
        .header .h-container .main-header .menu-btn .burger {
          width: 100%;
          padding-top: 3px; }
        @media (min-width: 768px) {
          .header .h-container .main-header .menu-btn .menu-word {
            width: 65%;
            color: #fff;
            font-size: 20px;
            display: block; }
          .header .h-container .main-header .menu-btn .burger {
            width: 35%;
            padding-top: 3px; } }
        .header .h-container .main-header .menu-btn span {
          display: block;
          width: 100%;
          height: 2px;
          background: #fff; }
          .header .h-container .main-header .menu-btn span:nth-child(2) {
            position: relative;
            margin: 7px 0;
            transition: all .3s ease; }
            .header .h-container .main-header .menu-btn span:nth-child(2):before, .header .h-container .main-header .menu-btn span:nth-child(2):after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 2px;
              background: #fff; }
          .header .h-container .main-header .menu-btn span:nth-child(3) {
            width: 50%; }
        .header .h-container .main-header .menu-btn.active .burger {
          padding-top: 12px; }
        @media (min-width: 768px) {
          .header .h-container .main-header .menu-btn.active .burger {
            padding-top: 12px; } }
        .header .h-container .main-header .menu-btn.active span {
          animation: allblack .01ms linear forwards;
          animation-delay: .3s; }
          .header .h-container .main-header .menu-btn.active span:nth-child(2) {
            margin: -2px 0; }
            .header .h-container .main-header .menu-btn.active span:nth-child(2):before {
              animation: x-before .3s ease forwards;
              animation-delay: .3s; }
            .header .h-container .main-header .menu-btn.active span:nth-child(2):after {
              animation: x-after .3s ease forwards;
              animation-delay: .3s; }
    .header .h-container .main-nav {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      padding-top: 100px;
      overflow: scroll;
      background: #000;
      display: none;
      z-index: -1;
      transform: translateX(100%);
      transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .header .h-container .main-nav .nav-list {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none; }
        .header .h-container .main-nav .nav-list > li {
          width: 100%;
          border-bottom: 1px solid #4A4A4A; }
          .header .h-container .main-nav .nav-list > li > a {
            height: 60px;
            width: 100%;
            font-family: ahamonomonospaced;
            font-size: 18px;
            color: #fff;
            letter-spacing: 2px;
            text-transform: uppercase;
            display: -webkit-flex !important;
            display: -moz-flex !important;
            display: -o-flex !important;
            display: -ms-flex !important;
            display: flex !important;
            -webkit-align-items: center;
            -moz-align-items: center;
            -o-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; }
            .header .h-container .main-nav .nav-list > li > a img {
              margin-right: 16px;
              width: 43px;
              height: auto; }
            @media (min-width: 768px) {
              .header .h-container .main-nav .nav-list > li > a {
                font-size: 24px;
                height: 100px; } }
          .header .h-container .main-nav .nav-list > li.brews .brews-btn {
            -webkit-box-orient: block-axis;
            -webkit-box-direction: normal;
            -moz-box-orient: block-axis;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column; }
            .header .h-container .main-nav .nav-list > li.brews .brews-btn:after {
              content: '';
              display: block;
              height: 6px;
              width: 18px;
              margin-top: 8px;
              background: url(img/icons/caret.svg) no-repeat 50% 50%;
              background-size: contain;
              transition: transform .3s ease; }
            .header .h-container .main-nav .nav-list > li.brews .brews-btn.active:after {
              transform: rotate(180deg); }
          .header .h-container .main-nav .nav-list > li.brews .brew-list {
            height: 0;
            min-height: 0;
            text-align: center;
            background: #EEEEEE;
            overflow: hidden;
            transition: min-height .3s ease; }
            .header .h-container .main-nav .nav-list > li.brews .brew-list.active {
              min-height: 530px; }
          .header .h-container .main-nav .nav-list > li.finder > a:before {
            content: '';
            height: 26px;
            width: 26px;
            margin-right: 16px;
            background: url(img/icons/search.svg) no-repeat 50% 50%;
            background-size: contain; }
        .header .h-container .main-nav .nav-list.left > li:first-child {
          border-top: 1px solid #4A4A4A; }
        .header .h-container .main-nav .nav-list .brew .image img {
          width: 43px;
          height: auto; }
      .header .h-container .main-nav .nav-social {
        margin: 0 0 100px 0;
        padding: 40px 0;
        list-style: none;
        text-align: center; }
        .header .h-container .main-nav .nav-social li {
          display: inline-block;
          margin-right: 24px; }
          .header .h-container .main-nav .nav-social li:last-child {
            margin-right: 0; }
  .header.active .h-container .main-nav {
    display: block; }
  .header.animate .h-container .main-nav {
    transform: translateX(0); }

@keyframes allblack {
  100% {
    background: #000; } }

@keyframes x-before {
  100% {
    transform: rotate(45deg); } }

@keyframes x-after {
  100% {
    transform: rotate(-45deg); } }

.tabs-nav {
  min-height: 30px;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .tabs-nav .tabs-nav-list {
    width: 100%;
    padding: 0 16px;
    margin: 16px 0 32px;
    list-style: none; }
    .tabs-nav .tabs-nav-list .tab-item {
      display: inline-block;
      width: auto;
      margin-right: 32px; }
      .tabs-nav .tabs-nav-list .tab-item a {
        display: block;
        padding-bottom: 10px;
        font-family: ahamonomonospaced;
        font-size: 14px;
        text-transform: uppercase;
        color: #777777;
        letter-spacing: 1px; }
      .tabs-nav .tabs-nav-list .tab-item.active a {
        border-bottom: 2px solid #000;
        color: #000; }

.tabs-container {
  position: relative; }
  .tabs-container .tab-content {
    display: none; }
    .tabs-container .tab-content.active {
      display: block; }

@media (min-width: 992px) {
  .tabs-nav .tabs-nav-list {
    margin: 56px 0 32px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

.brew-swiper .brews {
  padding: 0;
  margin: 0;
  list-style: none; }
  .brew-swiper .brews .brew {
    margin-bottom: 56px;
    text-align: center; }
    .brew-swiper .brews .brew .image {
      margin-bottom: 24px; }
      .brew-swiper .brews .brew .image img {
        margin: 0 auto;
        width: 43px;
        height: auto; }
    .brew-swiper .brews .brew .title {
      font-family: ahamonomonospaced;
      font-size: 16px;
      color: #000;
      letter-spacing: 0.5px;
      line-height: 24px;
      text-transform: uppercase; }
    .brew-swiper .brews .brew .subtitle {
      font-family: ahamonomonospaced;
      font-size: 12px;
      color: #777777;
      letter-spacing: 0;
      text-transform: uppercase; }

.brew-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: #777777;
  border-radius: 2px; }
  .brew-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF1744; }

@media (min-width: 992px) {
  .brew-swiper .brews {
    max-width: 1276px;
    padding: 0 24px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .brew-swiper .brews .brew {
      width: auto !important;
      margin-right: 40px; }
  .brew-swiper .swiper-pagination {
    display: none; } }

.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 96px 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  z-index: 99; }
  .custom-modal .close-btn {
    position: fixed;
    top: 50px;
    right: 24px;
    height: 82px;
    width: 82px;
    background: url(img/icons/close.png) no-repeat 50% 50%;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .custom-modal .close-btn:hover {
      cursor: pointer;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .custom-modal > .container {
    height: 100%;
    width: 100%;
    max-width: 900px;
    min-height: 550px;
    margin: 0 auto;
    padding: 0 16px; }
    .custom-modal > .container iframe {
      width: 100%;
      height: 100%;
      max-height: 620px; }
  .custom-modal.active {
    display: block; }
  .custom-modal.beer-calendar-modal > .container {
    padding: 45vh 0 30px;
    max-width: 500px; }
    .custom-modal.beer-calendar-modal > .container .beer-details {
      border-radius: 10px;
      position: relative;
      padding: 50px 20px;
      transform: translateY(-100%); }
      .custom-modal.beer-calendar-modal > .container .beer-details .close-btn {
        position: absolute;
        top: 5px;
        height: 50px;
        width: 50px;
        right: 5px;
        background-image: url(img/icons/close-black.png); }
      .custom-modal.beer-calendar-modal > .container .beer-details .bc-title {
        font-size: 28px;
        color: #000000;
        letter-spacing: 1px;
        text-align: center;
        line-height: 1.2em; }
      .custom-modal.beer-calendar-modal > .container .beer-details .bc-type {
        text-transform: capitalize;
        font-family: ahamonomonospaced;
        font-size: 18px;
        color: #777777;
        letter-spacing: 0.5px;
        text-align: center; }
      .custom-modal.beer-calendar-modal > .container .beer-details .bc-subheading,
      .custom-modal.beer-calendar-modal > .container .beer-details .bc-dates {
        font-size: 16px;
        color: #000000;
        letter-spacing: 0.5px;
        text-align: center;
        text-transform: uppercase; }

.brews-page {
  min-height: 100vh;
  padding-top: 120px;
  background: #212121;
  color: #fff;
  text-align: center; }
  .brews-page .sticky-nav {
    display: none;
    position: fixed;
    top: 40%;
    left: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 2; }
    .brews-page .sticky-nav li {
      margin-bottom: 8px; }
      .brews-page .sticky-nav li a {
        font-family: ahamonomonospaced;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: color .1s ease; }
      .brews-page .sticky-nav li.active a {
        transition: color .1s ease;
        color: #fff;
        letter-spacing: 2px; }
  .brews-page section {
    padding: 0 16px; }
    .brews-page section .brew-title {
      max-width: 627px;
      margin: 0 auto;
      margin-bottom: 24px;
      color: #fff; }
      .brews-page section .brew-title h2 {
        font-size: 40px;
        line-height: 40px; }
    .brews-page section .brew-desc {
      width: 100%;
      max-width: 627px;
      margin: 0 auto 72px;
      color: #fff; }
    .brews-page section .brew-swiper .brews .brew .title {
      color: #fff; }

@media (min-width: 992px) {
  .brews-page {
    padding-top: 160px; }
    .brews-page .sticky-nav {
      display: block; }
    .brews-page section {
      padding: 0 0 120px 0; }
      .brews-page section .brew-title {
        max-width: 627px;
        margin: 0 auto;
        margin-bottom: 24px;
        color: #fff; }
        .brews-page section .brew-title h2 {
          font-size: 56px;
          line-height: 56px; } }

@media (max-height: 800px) {
  .brews-page section {
    padding: 0 0 40px 0; }
    .brews-page section .brew-title h2 {
      font-size: 46px;
      line-height: 46px; }
    .brews-page section .brew-desc p {
      line-height: 18px; } }

.video-btn {
  display: block;
  position: absolute;
  left: 140px;
  bottom: 60px;
  width: 209px;
  height: 104px;
  transform: scale(1);
  transition: all 200ms linear; }
  .video-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    box-shadow: 6px 0 0 0 rgba(255, 23, 68, 0.4); }
  .video-btn span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-family: ahamonomonospaced;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .video-btn span:before {
      content: '';
      width: 40px;
      height: 40px;
      margin-right: 16px;
      background: url(img/icons/play.png) no-repeat 50% 50%;
      background-size: contain; }
  .video-btn:before, .video-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-btn:before {
    background: rgba(0, 0, 0, 0.4); }
  .video-btn:after {
    background-image: linear-gradient(-90deg, rgba(255, 23, 68, 0) 36%, rgba(255, 23, 68, 0.4) 100%); }
  .video-btn:hover {
    transform: scale(1.05); }

@media only screen and (max-width: 1200px) {
  .video-btn {
    left: 40px; } }

@media only screen and (max-width: 640px) {
  #scroll-down {
    right: 40px; }
  .video-btn {
    width: 177px;
    height: 80px; }
    .video-btn span:before {
      height: 32px;
      width: 32px; } }

.beer-calendar-page {
  padding: 120px 15px 20px;
  background-color: #000;
  color: #fff; }
  .beer-calendar-page h1 {
    font-size: 34px;
    margin-bottom: 40px; }
  .beer-calendar-page .swiper-slide {
    position: relative;
    display: block;
    flex-shrink: 0;
    margin: 0;
    padding-bottom: 8px;
    text-align: left;
    width: 960px; }
  .beer-calendar-page .beer-calendar {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%; }
  .beer-calendar-page .brow {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .beer-calendar-page .brow.row-months {
      font-weight: bold; }
    .beer-calendar-page .brow .fr {
      width: 300px;
      padding-right: 40px;
      padding-left: 20px;
      display: none;
      text-transform: uppercase;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1px;
      background-color: #212121;
      height: 34px;
      border: 1px solid #000;
      white-space: nowrap; }
    .beer-calendar-page .brow .brow-data {
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      position: relative; }
      .beer-calendar-page .brow .brow-data > div:not(.available) {
        height: 34px;
        background-color: #212121;
        width: 80px;
        text-align: center;
        border: 1px solid #000;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -o-flex !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .beer-calendar-page .brow .brow-data > div:not(.available):nth-child(2n+1) {
          background: #2A2A2A; }
      .beer-calendar-page .brow .brow-data .available {
        position: absolute;
        top: 8px;
        height: 20px;
        background-color: rgba(160, 0, 0, 0.5);
        border-radius: 10px;
        min-width: 10px;
        left: 0;
        padding: 0 15px;
        overflow: hidden;
        color: #fff; }
        .beer-calendar-page .brow .brow-data .available > div {
          text-align: center;
          width: 100%;
          font-size: 10px;
          color: #fff;
          white-space: nowrap;
          line-height: 1em;
          overflow: hidden;
          height: 20px;
          text-transform: uppercase;
          display: -webkit-flex !important;
          display: -moz-flex !important;
          display: -o-flex !important;
          display: -ms-flex !important;
          display: flex !important;
          -webkit-align-items: center;
          -moz-align-items: center;
          -o-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start; }
          .beer-calendar-page .brow .brow-data .available > div span {
            display: inline-block;
            padding: 0 13px; }
            .beer-calendar-page .brow .brow-data .available > div span + span {
              padding: 0 20px; }
            .beer-calendar-page .brow .brow-data .available > div span:first-child {
              padding-left: 0; }
            .beer-calendar-page .brow .brow-data .available > div span:last-child {
              padding-right: 0; }
        .beer-calendar-page .brow .brow-data .available.s1 {
          left: 40px; }
        .beer-calendar-page .brow .brow-data .available.s2 {
          left: calc(80px*1 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s3 {
          left: calc(80px*2 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s4 {
          left: calc(80px*3 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s5 {
          left: calc(80px*4 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s6 {
          left: calc(80px*5 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s7 {
          left: calc(80px*6 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s8 {
          left: calc(80px*7 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s9 {
          left: calc(80px*8 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s10 {
          left: calc(80px*9 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s11 {
          left: calc(80px*10 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.s12 {
          left: calc(80px*11 + 80px/2); }
        .beer-calendar-page .brow .brow-data .available.l1 {
          width: 20px;
          margin-left: -20px; }
        .beer-calendar-page .brow .brow-data .available.l2 {
          width: calc(80px*1); }
        .beer-calendar-page .brow .brow-data .available.l3 {
          width: calc(80px*2); }
        .beer-calendar-page .brow .brow-data .available.l4 {
          width: calc(80px*3); }
        .beer-calendar-page .brow .brow-data .available.l5 {
          width: calc(80px*4); }
        .beer-calendar-page .brow .brow-data .available.l6 {
          width: calc(80px*5); }
        .beer-calendar-page .brow .brow-data .available.l7 {
          width: calc(80px*6); }
        .beer-calendar-page .brow .brow-data .available.l8 {
          width: calc(80px*7); }
        .beer-calendar-page .brow .brow-data .available.l9 {
          width: calc(80px*8); }
        .beer-calendar-page .brow .brow-data .available.l10 {
          width: calc(80px*9); }
        .beer-calendar-page .brow .brow-data .available.l11 {
          width: calc(80px*10); }
        .beer-calendar-page .brow .brow-data .available.l12 {
          width: calc(80px*11); }
    .beer-calendar-page .brow.row-type {
      text-transform: uppercase;
      width: 960px;
      border: 1px solid #000;
      height: 34px;
      line-height: 2em; }
      .beer-calendar-page .brow.row-type > div {
        width: 100%;
        padding-left: 20px;
        background-color: #434343;
        height: 34px;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -o-flex !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .beer-calendar-page .brow.row-type > div span {
          position: absolute;
          left: 20px; }
      .beer-calendar-page .brow.row-type.fixed-row {
        position: absolute;
        z-index: 1; }
  .beer-calendar-page .swiper-container {
    margin: 0;
    width: 100%; }
    .beer-calendar-page .swiper-container .swiper-wrapper {
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .beer-calendar-page .swiper-container .beer-swiper-scrollbar {
      height: 3px;
      background-color: #212121;
      opacity: 1 !important; }
    .beer-calendar-page .swiper-container .swiper-scrollbar-drag {
      background: #999999; }

@media (min-width: 992px) {
  .beer-calendar-page h1 {
    font-size: 34px;
    margin-bottom: 40px; }
  .beer-calendar-page .swiper-slide {
    width: 100%;
    padding: 0; }
  .beer-calendar-page .brow {
    width: 100%; }
    .beer-calendar-page .brow .fr {
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .beer-calendar-page .brow .brow-data {
      width: calc(100% - 300px); }
      .beer-calendar-page .brow .brow-data > div:not(.available) {
        height: 34px;
        background-color: #212121;
        width: calc(100% / 12);
        text-align: center;
        border: 1px solid #000; }
        .beer-calendar-page .brow .brow-data > div:not(.available):nth-child(2n+1) {
          background: #2A2A2A; }
      .beer-calendar-page .brow .brow-data .available > div span + span {
        display: none; }
      .beer-calendar-page .brow .brow-data .available.s1 {
        left: calc(100% / 24); }
      .beer-calendar-page .brow .brow-data .available.s2 {
        left: calc(100% / 12 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s3 {
        left: calc(100% / 12*2 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s4 {
        left: calc(100% / 12*3 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s5 {
        left: calc(100% / 12*4 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s6 {
        left: calc(100% / 12*5 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s7 {
        left: calc(100% / 12*6 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s8 {
        left: calc(100% / 12*7 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s9 {
        left: calc(100% / 12*8 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s10 {
        left: calc(100% / 12*9 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s11 {
        left: calc(100% / 12*10 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.s12 {
        left: calc(100% / 12*11 + 80px/2); }
      .beer-calendar-page .brow .brow-data .available.l1 {
        width: calc(100% / 48);
        margin-left: calc(-100% / 96); }
      .beer-calendar-page .brow .brow-data .available.l2 {
        width: calc(100% / 12*1); }
      .beer-calendar-page .brow .brow-data .available.l3 {
        width: calc(100% / 12*2); }
      .beer-calendar-page .brow .brow-data .available.l4 {
        width: calc(100% / 12*3); }
      .beer-calendar-page .brow .brow-data .available.l5 {
        width: calc(100% / 12*4); }
      .beer-calendar-page .brow .brow-data .available.l6 {
        width: calc(100% / 12*5); }
      .beer-calendar-page .brow .brow-data .available.l7 {
        width: calc(100% / 12*6); }
      .beer-calendar-page .brow .brow-data .available.l8 {
        width: calc(100% / 12*7); }
      .beer-calendar-page .brow .brow-data .available.l9 {
        width: calc(100% / 12*8); }
      .beer-calendar-page .brow .brow-data .available.l10 {
        width: calc(100% / 12*9); }
      .beer-calendar-page .brow .brow-data .available.l11 {
        width: calc(100% / 12*10); }
      .beer-calendar-page .brow .brow-data .available.l12 {
        width: calc(100% / 12*11); }
    .beer-calendar-page .brow.row-type {
      width: 100%; } }

#on-tap.page-events {
  padding-top: 40px;
  padding-bottom: 100px;
  background: url(img/events-text.png) center 40% #000;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  #on-tap.page-events h4 {
    padding-top: 100px;
    margin-bottom: 50px; }
    #on-tap.page-events h4:after {
      top: calc(100% - 9px); }
  #on-tap.page-events #tap-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
    #on-tap.page-events #tap-list li {
      min-height: 80px; }
      #on-tap.page-events #tap-list li .tap-abv {
        width: 116px; }

#sip-discuss {
  padding: 80px 15px 20px;
  background-color: #000;
  color: #fff; }
  #sip-discuss .sip-discuss-title {
    font-size: 34px;
    margin-bottom: 10px !important; }
  #sip-discuss .sip-discuss-desc {
    font-size: 18px;
    margin-bottom: 30px; }
  #sip-discuss .sip-discuss-more-videos {
    padding-top: 40px; }
  #sip-discuss .sip-discuss-thumbn-video {
    margin-bottom: 30px;
    height: 250px;
    position: relative;
    overflow: hidden; }
    #sip-discuss .sip-discuss-thumbn-video img {
      object-fit: cover;
      height: 100%;
      opacity: 0.8; }
    #sip-discuss .sip-discuss-thumbn-video:after {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      margin-right: 16px;
      background: url(img/icons/play.png) no-repeat 50% 50%;
      background-size: contain;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    #sip-discuss .sip-discuss-thumbn-video a {
      display: block;
      width: 100%;
      overflow: hidden; }
      #sip-discuss .sip-discuss-thumbn-video a .outer-scratch {
        display: none; }
      #sip-discuss .sip-discuss-thumbn-video a:hover .outer-scratch {
        display: block; }

.outer-scratch {
  position: absolute;
  height: 100% !important;
  width: 100%;
  overflow: hidden;
  z-index: 10; }

.outer-scratch, .inner-scratch {
  height: inherit; }

.outer-scratch:after, .inner-scratch:after {
  content: '';
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 100px;
  opacity: .18;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/scratch.png") repeat center center;
  -webkit-animation: scratch 0.45s steps(1) infinite;
  animation: scratch 0.45s steps(1) infinite; }

.inner-scratch:after {
  left: 30%;
  -webkit-animation: inner-scratch 2s infinite;
  animation: inner-scratch 2s infinite; }

.grain:after {
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
  opacity: .21;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/grain.jpg") repeat center center;
  -webkit-animation: grain 0.5s steps(1) infinite;
  animation: grain 0.5s steps(1) infinite; }

/* Film Animations */
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0, 0); }
  10% {
    transform: translate(-1%, -1%); }
  20% {
    transform: translate(1%, 1%); }
  30% {
    transform: translate(-2%, -2%); }
  40% {
    transform: translate(3%, 3%); }
  50% {
    transform: translate(-3%, -3%); }
  60% {
    transform: translate(4%, 4%); }
  70% {
    transform: translate(-4%, -4%); }
  80% {
    transform: translate(2%, 2%); }
  90% {
    transform: translate(-3%, -3%); } }

@keyframes scratch {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.075; }
  10% {
    transform: translateX(-1%); }
  20% {
    transform: translateX(1%); }
  30% {
    transform: translateX(-2%);
    opacity: 0.09; }
  40% {
    transform: translateX(3%); }
  50% {
    transform: translateX(-3%);
    opacity: 0.05; }
  60% {
    transform: translateX(8%); }
  70% {
    transform: translateX(-3%); }
  80% {
    transform: translateX(10%);
    opacity: 0.02; }
  90% {
    transform: translateX(-2%); } }

@keyframes inner-scratch {
  0% {
    transform: translateX(0);
    opacity: 0.08; }
  10% {
    transform: translateX(-1%); }
  20% {
    transform: translateX(1%); }
  30% {
    transform: translateX(-2%); }
  40% {
    transform: translateX(3%); }
  50% {
    transform: translateX(-3%);
    opacity: 0.06; }
  60% {
    transform: translateX(8%); }
  70% {
    transform: translateX(-3%); }
  80% {
    transform: translateX(10%);
    opacity: 0.03; }
  90% {
    transform: translateX(20%); }
  100% {
    transform: translateX(30%); } }

/* Simple Title Animation */
@keyframes draw {
  0% {
    width: 0%; }
  100% {
    width: 110%; } }

@keyframes draw-bottom {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#the-barrel-room {
  position: relative;
  padding-top: 100px; }
  #the-barrel-room .tbr-hero {
    padding: 0;
    max-width: calc(1920px);
    position: relative;
    background-color: #212121; }
    @media (min-width: 1200px) {
      #the-barrel-room .tbr-hero {
        border-right: 70px solid #ffffff; } }
    @media (min-width: 1920px) {
      #the-barrel-room .tbr-hero {
        border-right: 140px solid #ffffff; } }
    #the-barrel-room .tbr-hero:before {
      content: '';
      background: #212121;
      width: 100%;
      left: -100%;
      height: 100%;
      position: absolute; }
    #the-barrel-room .tbr-hero .btn {
      background: #ffffff;
      position: relative;
      color: #000000;
      text-transform: uppercase;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      padding: 16px 30px;
      opacity: 1; }
      #the-barrel-room .tbr-hero .btn span {
        display: inline-block; }
      #the-barrel-room .tbr-hero .btn img {
        display: inline-block;
        height: 18px;
        margin-right: 12px; }
    #the-barrel-room .tbr-hero .tbr-hero-img-container {
      position: absolute; }
      @media (min-width: 1200px) {
        #the-barrel-room .tbr-hero .tbr-hero-img-container {
          position: relative;
          float: left;
          width: calc(50% + 70px); } }
      #the-barrel-room .tbr-hero .tbr-hero-img-container .tbr-hero-img {
        margin-top: -40px;
        width: 60%;
        height: auto;
        margin-bottom: 75px; }
        @media (min-width: 1200px) {
          #the-barrel-room .tbr-hero .tbr-hero-img-container .tbr-hero-img {
            margin-top: -100px;
            width: 100%;
            height: auto;
            margin-bottom: 75px; } }
    #the-barrel-room .tbr-hero .tbr-hero-hero-content {
      color: #ffffff;
      padding: 100px 15px 40px 15px; }
      @media (min-width: 480px) {
        #the-barrel-room .tbr-hero .tbr-hero-hero-content {
          padding: 100px 15px 40px 104px; } }
      @media (min-width: 1200px) {
        #the-barrel-room .tbr-hero .tbr-hero-hero-content {
          float: right;
          padding: 65px 75px 95px 75px;
          width: calc(50% - 70px); } }
      @media (min-width: 1920px) {
        #the-barrel-room .tbr-hero .tbr-hero-hero-content {
          padding: 130px 150px 190px 150px; } }
      #the-barrel-room .tbr-hero .tbr-hero-hero-content h1 {
        font-size: 45px;
        line-height: 54px;
        color: #ffffff;
        position: relative; }
        @media (min-width: 1200px) {
          #the-barrel-room .tbr-hero .tbr-hero-hero-content h1 {
            font-size: 75px;
            line-height: 70px; } }
      #the-barrel-room .tbr-hero .tbr-hero-hero-content h4 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 30px;
        position: relative; }
      #the-barrel-room .tbr-hero .tbr-hero-hero-content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 70px;
        position: relative; }
      #the-barrel-room .tbr-hero .tbr-hero-hero-content .tbr-hero-stamp {
        position: absolute;
        top: 20px;
        right: 20px; }
        @media (min-width: 1920px) {
          #the-barrel-room .tbr-hero .tbr-hero-hero-content .tbr-hero-stamp {
            top: 40px;
            right: 90px; } }
  #the-barrel-room .tbr-amenities {
    background-color: #ffffff; }
    @media (max-width: 1199px) {
      #the-barrel-room .tbr-amenities {
        margin-top: 32px; } }
    @media (min-width: 1200px) {
      #the-barrel-room .tbr-amenities {
        display: flex; } }
    #the-barrel-room .tbr-amenities .tbr-amenities-list-container {
      width: 95%;
      float: left;
      background-color: #212121;
      border: 1px solid #707070;
      border-left: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      padding: 60px 15px; }
      @media (min-width: 1200px) {
        #the-barrel-room .tbr-amenities .tbr-amenities-list-container {
          width: 40%;
          padding: 90px 75px;
          margin-top: -150px; } }
      #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list {
        width: calc(100% - 15px); }
        @media (min-width: 1200px) {
          #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list {
            max-width: 300px; } }
        #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list .tbr-list-header {
          text-transform: uppercase;
          font-size: 16px;
          line-height: 24px;
          color: #ffffff;
          margin-bottom: 30px;
          letter-spacing: 5px;
          position: relative; }
          #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list .tbr-list-header:before {
            position: absolute;
            content: "";
            background-color: #7A1D2F;
            height: 6px;
            width: 70px;
            left: 0;
            top: -25px; }
        #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list ul {
          padding-left: 10px; }
          #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list ul li {
            padding: 10px 10px;
            border-bottom: 1px solid #4A4A4A;
            color: #ffffff;
            max-width: 300px;
            font-size: 14px;
            line-height: 18px;
            text-transform: uppercase;
            list-style: none;
            display: flex;
            flex-wrap: nowrap;
            justify-content: left;
            align-items: center; }
            #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list ul li span:first-child {
              font-size: 36px;
              line-height: 43px;
              color: #7A1D2F;
              margin-right: 20px; }
              #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list ul li span:first-child + span {
                max-width: 200px; }
            #the-barrel-room .tbr-amenities .tbr-amenities-list-container .tbr-amenities-list ul li:first-child {
              border-top: 1px solid #4A4A4A; }
  #the-barrel-room .tbr-amenities-desc {
    width: 100%;
    float: right;
    position: relative;
    padding: 25px 35px; }
    @media (min-width: 1200px) {
      #the-barrel-room .tbr-amenities-desc {
        width: 60%;
        padding: 100px; } }
    #the-barrel-room .tbr-amenities-desc p, #the-barrel-room .tbr-amenities-desc .book-cta {
      max-width: 430px;
      position: relative; }
    #the-barrel-room .tbr-amenities-desc p {
      margin-bottom: 30px; }
    #the-barrel-room .tbr-amenities-desc .book-cta {
      margin-bottom: 40px;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        #the-barrel-room .tbr-amenities-desc .book-cta {
          margin-bottom: 70px; } }
    #the-barrel-room .tbr-amenities-desc .trb-watermark {
      position: absolute;
      bottom: -120px;
      width: calc(100% - 120px);
      z-index: 0; }
      @media (min-width: 1920px) {
        #the-barrel-room .tbr-amenities-desc .trb-watermark {
          bottom: -170px;
          width: calc(100% - 90px);
          left: 180px;
          z-index: 0; } }
    #the-barrel-room .tbr-amenities-desc .tbr-amenities-stamp {
      position: absolute;
      bottom: 0px;
      right: 20px;
      max-width: 115px; }
      @media (min-width: 995px) {
        #the-barrel-room .tbr-amenities-desc .tbr-amenities-stamp {
          max-width: none; } }
      @media (min-width: 1920px) {
        #the-barrel-room .tbr-amenities-desc .tbr-amenities-stamp {
          top: 120px;
          right: 90px; } }
    #the-barrel-room .tbr-amenities-desc .btn-dark {
      position: relative;
      text-transform: uppercase;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      padding: 16px 30px;
      opacity: 1;
      background: #000000;
      color: #FFFFFF;
      z-index: 1;
      transition: all 200ms linear;
      transform: scale(1); }
      #the-barrel-room .tbr-amenities-desc .btn-dark:hover {
        transform: scale(1.05); }
      #the-barrel-room .tbr-amenities-desc .btn-dark span {
        display: inline-block; }
      #the-barrel-room .tbr-amenities-desc .btn-dark img {
        display: inline-block;
        height: 18px;
        margin-right: 12px; }
  #the-barrel-room .tbr-gallery {
    background: #ffffff;
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
    max-width: 1920px; }
    @media (min-width: 1920px) {
      #the-barrel-room .tbr-gallery {
        padding-left: 140px;
        padding-top: 60px;
        padding-bottom: 45px; } }
    @media (min-width: 1920px) {
      #the-barrel-room .tbr-gallery {
        padding-left: 280px; } }
    #the-barrel-room .tbr-gallery .tbr-alt {
      float: left !important;
      margin-right: 180px; }
    #the-barrel-room .tbr-gallery .tbr-carousel-nav {
      float: left !important; }
    #the-barrel-room .tbr-gallery .featured-img {
      margin-bottom: 0 !important;
      box-shadow: none !important; }
  #the-barrel-room #events #news-carousel-module .module-header {
    margin-bottom: 45px; }
    @media (min-width: 1366px) {
      #the-barrel-room #events #news-carousel-module .module-header {
        margin-left: 15px;
        margin-bottom: 30px; } }
  @media (max-width: 995px) {
    #the-barrel-room #events #news-carousel-module .carousel-nav {
      display: none !important; } }
  #the-barrel-room #events #news-carousel-module .news-item .featured-img {
    height: 200px; }
    @media (min-width: 1366px) {
      #the-barrel-room #events #news-carousel-module .news-item .featured-img {
        height: 400px; } }
    @media (min-width: 1920px) {
      #the-barrel-room #events #news-carousel-module .news-item .featured-img {
        height: 460px; } }
  @media (max-width: 995px) {
    #the-barrel-room .owl-stage {
      padding-left: 0 !important; } }

.obm-contact {
  background: #212121;
  padding-top: 160px;
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .obm-contact {
      margin-bottom: 85px; } }
  .obm-contact .container {
    padding: 0 15px; }
  .obm-contact-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .obm-contact-info-wrapper {
        flex-wrap: nowrap; } }
  .obm-contact-info {
    background: #fff;
    padding: 0 20px 40px;
    float: none;
    width: 100%;
    margin-bottom: 80px; }
    @media (min-width: 992px) {
      .obm-contact-info {
        width: 43%;
        padding: 0 80px 80px 0;
        margin-bottom: 0; }
        .obm-contact-info:before {
          content: '';
          background: #fff;
          width: 500px;
          height: 100%;
          right: 100%;
          position: absolute; } }
    .obm-contact-info img {
      margin-top: -40px;
      margin-bottom: 50px;
      max-width: 200px; }
    .obm-contact-info h1 {
      font-size: 32px;
      line-height: 30px; }
    .obm-contact-info h4 {
      font-family: ahamonomonospaced;
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 36px; }
    .obm-contact-info p {
      font-size: 14px;
      line-height: 18px; }
    @media (min-width: 992px) {
      .obm-contact-info img {
        max-width: 360px;
        margin-bottom: 100px; }
      .obm-contact-info h1 {
        font-size: 58px;
        line-height: 55px; }
      .obm-contact-info h4 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 66px; }
      .obm-contact-info p {
        font-size: 15px;
        line-height: 24px; } }
  .obm-contact-form {
    color: #fff;
    float: none;
    width: 100%; }
    @media (min-width: 992px) {
      .obm-contact-form {
        width: 56%; } }
    .obm-contact-form .form-wrapper {
      padding: 0 10px 20px; }
      @media (min-width: 992px) {
        .obm-contact-form .form-wrapper {
          padding: 0 0 40px 40px; } }
      .obm-contact-form .form-wrapper .gfield_label {
        text-transform: uppercase;
        color: #fff;
        width: 100%; }
      .obm-contact-form .form-wrapper .gfield_label .gfield_required {
        float: right;
        color: #D0011B;
        font-size: 1.2em; }
      .obm-contact-form .form-wrapper .gfield {
        margin-bottom: 10px; }
      .obm-contact-form .form-wrapper input[type=text],
      .obm-contact-form .form-wrapper input[type=tel],
      .obm-contact-form .form-wrapper input[type=email],
      .obm-contact-form .form-wrapper textarea {
        background-color: #212121;
        border: 1px solid #4A4A4A;
        border-radius: 0; }
      .obm-contact-form .form-wrapper input[type=submit] {
        padding: 10px 30px;
        background: #fff;
        text-transform: uppercase;
        color: #000;
        border-radius: 40px; }
      .obm-contact-form .form-wrapper .ginput_container_select {
        background-color: #191919;
        background-image: url(img/arrow-down.svg);
        background-position: right;
        background-origin: content-box;
        background-repeat: no-repeat;
        padding: 8px;
        border-radius: 5px; }
      .obm-contact-form .form-wrapper select {
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none; }
      .obm-contact-form .form-wrapper select:focus {
        outline: none; }
      .obm-contact-form .form-wrapper .gform_legacy_markup_wrapper {
        margin-top: -20px; }
      .obm-contact-form .form-wrapper .gform_legacy_markup_wrapper .top_label .gfield_label, .obm-contact-form .form-wrapper .gform_legacy_markup_wrapper legend.gfield_label {
        line-height: 1em;
        margin-bottom: 0; }
      .obm-contact-form .form-wrapper .gform_validation_errors > h2 {
        padding: 5px 15px; }
      .obm-contact-form .form-wrapper .gform_validation_errors > h2,
      .obm-contact-form .form-wrapper .gform_legacy_markup_wrapper .validation_message {
        color: #fff;
        line-height: 1.1em; }
      .obm-contact-form .form-wrapper .gform_legacy_markup_wrapper .gfield_error .gfield_label {
        color: #fff; }
      .obm-contact-form .form-wrapper .gform_legacy_markup_wrapper .field_description_below .gfield_description {
        padding-top: 0; }
      .obm-contact-form .form-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error,
      .obm-contact-form .form-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        background: transparent;
        border: none; }

.offbeat-gallery {
  overflow: hidden;
  padding-top: 0 !important;
  background: #fff !important; }
  .offbeat-gallery .container {
    padding: 0 15px; }
  .offbeat-gallery .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .offbeat-gallery .no-js .owl-carousel, .offbeat-gallery .owl-carousel.owl-loaded {
    position: relative; }
    .offbeat-gallery .no-js .owl-carousel:before, .offbeat-gallery .owl-carousel.owl-loaded:before {
      content: '';
      background: #fff;
      width: 500px;
      height: 100%;
      right: 100%;
      position: absolute;
      z-index: 100; }
  .offbeat-gallery .alt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    letter-spacing: 1px !important; }
    .offbeat-gallery .alt:after {
      display: none; }
    @media (min-width: 992px) {
      .offbeat-gallery .alt {
        margin-right: 140px;
        letter-spacing: 4px !important; }
        .offbeat-gallery .alt:after {
          width: 110px !important;
          display: block; } }
  .offbeat-gallery .carousel-nav {
    display: inline-block;
    vertical-align: middle;
    float: none !important; }
  .offbeat-gallery .owl-stage {
    right: 0 !important; }
  .offbeat-gallery .offbeat-gallery-wrapper {
    background: #fff !important;
    padding: 0 0 !important; }
    @media (min-width: 992px) {
      .offbeat-gallery .offbeat-gallery-wrapper {
        padding: 0 !important; } }

/*# sourceMappingURL=style2018.css.map */