/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 11/24/16 09:58
Author     : Cris - LIM
*/
/*RESET CSS*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:hover, a:active, a:focus {
  outline: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

*:hover,
*:focus,
*:active {
  outline: 0; }

a:active, a:focus {
  text-decoration: none; }

img {
  max-width: 100%; }

.no_padding_right {
  padding-right: 0; }

.no_padding_left {
  padding-left: 0; }

.no_padding {
  padding: 0; }

@media screen and (max-width: 991px) {
  .no_padding_sm {
    padding: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important; } }

.fade-enter-active {
  animation: moveFromRightFade 1s ease both; }

.fade-leave-active {
  animation: moveToLeftFade 1s ease both; }

.fadeR-enter-active {
  animation: moveFromLeftFade 1s ease both; }

.fadeR-leave-active {
  animation: moveToRightFade 1s ease both; }

@keyframes moveFromRightFade_fixed {
  from {
    opacity: 0.3;
    transform: translate(-200%, -50%); } }

@keyframes moveToLeftFade_fixed {
  from { }
  to {
    opacity: 0.3;
    transform: translate(300%, -50%); } }

.nutrition_modal-enter-active {
  animation: moveFromRightFade_fixed .5s ease both; }

.nutrition_modal-leave-active {
  animation: moveToLeftFade_fixed .5s ease both; }

@keyframes moveFromRightFade_photo {
  from {
    opacity: 0.3;
    transform: translateX(300%); } }

@keyframes moveToLeftFade_photo {
  from { }
  to {
    opacity: 0.3;
    transform: translateX(300%); } }

.photo_modal-enter-active {
  animation: moveFromRightFade_photo .5s ease both; }

.photo_modal-leave-active {
  animation: moveToLeftFade_photo .5s ease both; }

@keyframes show_form {
  from {
    opacity: 0.3;
    transform: translateX(-300%); } }

@keyframes hide_form {
  from { }
  to {
    opacity: 0.3;
    transform: translateX(-300%); } }

.photo_form-enter-active {
  animation: show_form .5s ease both; }

.photo_form-leave-active {
  animation: hide_form .5s ease both; }

@font-face {
  font-family: htf70;
  src: url(../fonts/font/ufonts.com_knockout-htf70-fullwelterwt-opentype.otf); }

@font-face {
  font-family: htf71_middle;
  src: url(../fonts/font/ufonts.com_knockout-htf71-fullmiddlewt-opentype.otf); }

@font-face {
  font-family: lato_regular;
  src: url(../fonts/lato_font/Lato-Regular.ttf); }

a {
  color: #333;
  transition: all 0.4s; }
  a:hover, a:active {
    color: #a1853e;
    text-decoration: none; }
  a:focus {
    color: #333;
    text-decoration: none; }

@media screen and (max-width: 360px) {
  .fixAbout {
    display: inline-block;
    margin-top: 8px !important; } }

body {
  font-family: htf71_middle, sans-serif;
  background-image: url("../img/bg_modul.png");
  overflow-x: hidden;
  padding-bottom: 20px;
  max-width: 100%; }
  body.overflow_hidden {
    overflow: hidden; }
  body.no_padding_age_gate {
    padding-top: 0; }

.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .absolute_center p {
    padding-bottom: 2%; }

.relative_container {
  position: relative;
  width: 100%;
  height: 100%; }

.content_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .content_overlay.black {
    background-color: rgba(66, 33, 11, 0.15); }
  .content_overlay.white {
    background-color: rgba(255, 255, 255, 0.6); }

@keyframes spin {
  0% {
    transform: scale(1.2); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(270deg); }
  100% {
    transform: scale(1.2); } }

.page_loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  transition: opacity 1s; }
  .page_loader .loader_img {
    width: 200px;
    height: 200px;
    background-image: url("../img/pages_icons/our_stout.png");
    background-size: cover;
    animation: spin 6s infinite linear; }

.privacy_wrap {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
  z-index: 99; }

/*.main_menu {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 99; 
}*//* commented shailendra*/


.main_menu {
  position: relative;
  top: -30px;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
}


 /* .main_menu ul li {
    float: left;
    margin-right: 15px; 
  }*/ /* commented shailendra*/


  .main_menu ul li {
    float: left;
    margin-right: 15px;
    margin-top: 13px;
}

    .main_menu ul li a {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1em; }
      .main_menu ul li a.active_page {
        color: #a1853e; }
    .main_menu ul li i {
      font-weight: 400;
      margin-right: 8px;
      font-size: 1.1em; }

.fa.fa-times {
  color: #333;
  font-size: 2.5em;
  font-weight: 300;
  cursor: pointer; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 30px; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -6px; }

.background_overlay {
  position: fixed;
  top: 0;
  left: -1000px;
  width: 11%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8); }

.hamburger:hover .hamburger-inner {
  background-color: #a1853e; }
  .hamburger:hover .hamburger-inner::after, .hamburger:hover .hamburger-inner::before {
    background-color: #a1853e; }

[data-mixes="true"] {
  cursor: pointer; }

.mobile_menu {
  position: fixed;
  top: 0;
  right: -1000px;
  height: 100%;
  width: 90%;
  z-index: 1002;
  background-color: #f2eee5;
  box-shadow: 1px 0px 14px #333; }
  .mobile_menu .mobile_menu_container {
    position: relative;
    width: 100%;
    height: 100%; }
    .mobile_menu .mobile_menu_container .mobile_menu_header {
      text-align: right; }
    .mobile_menu .mobile_menu_container a {
      transition: all 0s; }
      .mobile_menu .mobile_menu_container a:hover {
        color: #000; }
    .mobile_menu .mobile_menu_container .mobile_menu_item {
      position: relative;
      width: 50%;
      padding: 10px;
      float: left;
      text-align: center;
      border: 1px solid #fff; }
      .mobile_menu .mobile_menu_container .mobile_menu_item.fix_width {
        width: 100%; }
      .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
        position: relative;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 100%;
        padding: 5px;
        max-width: 70%;
        margin: 0 auto 10px auto; }
      .mobile_menu .mobile_menu_container .mobile_menu_item img {
        transition: all 0.5s; }
      .mobile_menu .mobile_menu_container .mobile_menu_item .active_img {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        margin: 5px;
        max-width: calc(100% - 10px); }
      .mobile_menu .mobile_menu_container .mobile_menu_item p {
        font-weight: 400;
        font-size: 1.5em;
        text-transform: uppercase; }
        @media screen and (max-width: 414px) {
          .mobile_menu .mobile_menu_container .mobile_menu_item p {
            font-size: 0.8em; } }
      .mobile_menu .mobile_menu_container .mobile_menu_item.item_social {
        width: 100%;
        padding: 30px 0;
        font-size: 1.4em; }
        .mobile_menu .mobile_menu_container .mobile_menu_item.item_social a {
          margin-right: 15px;
          transition: all 0.4s; }
          .mobile_menu .mobile_menu_container .mobile_menu_item.item_social a:last-of-type {
            margin-right: 0; }
          .mobile_menu .mobile_menu_container .mobile_menu_item.item_social a:hover {
            color: #a1853e; }
      .mobile_menu .mobile_menu_container .mobile_menu_item.active_page img:not(.active_img), .mobile_menu .mobile_menu_container .mobile_menu_item:hover img:not(.active_img) {
        opacity: 0; }
      .mobile_menu .mobile_menu_container .mobile_menu_item.active_page img.active_img, .mobile_menu .mobile_menu_container .mobile_menu_item:hover img.active_img {
        opacity: 1; }

.header_mask {
  position: absolute;
  z-index: 98;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100.5vh;
  min-height: 482px;
  background-image: url(../img/bricks_overlay_fixed_2.png);
  background-size: cover;
  background-position: center; }
  .header_mask .slide_content {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 52%; }
    .header_mask .slide_content .bootle_image {
      max-height: 500px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      .header_mask .slide_content .bootle_image:not([data-slide-content="0"]) {
        opacity: 0; }
      .header_mask .slide_content .bootle_image.cains {
        max-height: 250px;
        margin-top: 200px; }
    .header_mask .slide_content .bootle_stain {
      position: absolute;
      top: 357px;
      max-height: 140px;
      z-index: -1; }
  .header_mask .logo_container {
    position: absolute;
    top: 2%;
    width: 100%;
    text-align: center; }
    .header_mask .logo_container img {
      max-height: 150px; }
  .header_mask .slide_content_text {
    position: absolute;
    top: 33%;
    width: 100%; }
    .header_mask .slide_content_text h2 {
      text-align: center;
      color: #fff;
      font-weight: 400;
      font-size: 3em;
      width: 100%;
      position: absolute; }
      .header_mask .slide_content_text h2:not([data-slide-content="0"]) {
        opacity: 0; }
  .header_mask .slide_content_arrow {
    position: absolute;
    top: 60%;
    width: 100%; }
    .header_mask .slide_content_arrow p {
      text-align: center; }
      .header_mask .slide_content_arrow p img {
        transform: rotate(180deg); }

.slider_container {
  height: 100vh;
  min-height: 480px; }
  .slider_container .single_slide {
    position: relative;
    height: 100vh;
    min-height: 480px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .slider_container .single_slide.single_slide_1 {
      background-image: url(../img/slide_1.jpg); }
    .slider_container .single_slide.single_slide_2 {
      background-image: url(../img/slide_2.jpg); }
    .slider_container .single_slide.single_slide_3 {
      background-image: url(../img/slide_3.jpg); }
    .slider_container .single_slide.single_slide_4 {
      background-image: url(../img/slide_4_30_good1.jpg); }

.typed-cursor {
  display: none; }

/*.image_menu_container {
  margin-top: 25px;
  margin-bottom: 75px; 
}*/ /* commented shailendra*/

.image_menu_container {
  margin-top: 25px;
  margin-bottom: 75px;
  padding-left: 370px;
}

.image_single {
  float: left;
  width: 20%;
  text-align: center;
  margin-top: 30px;
  position: relative; }
  .image_single a span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 400; }
  .image_single a:hover {
    color: #333; }
  .image_single .image_single_img_container {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    transition: all 1s;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px; }
  .image_single .image_single_img {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    background-size: cover; }
  .image_single .image_single_img_hover {
    opacity: 0; }
  .image_single .image_single_img_1 {
    background-image: url("../img/pages_icons/our_stout.png"); }
  .image_single .image_single_img_1_hover {
    background-image: url("../img/pages_icons/our_stout_after_click.png"); }
  .image_single .image_single_img_2 {
    background-image: url("../img/pages_icons/our_calling.png"); }
  .image_single .image_single_img_2_hover {
    background-image: url("../img/pages_icons/our_calling_after_click.png"); }
  .image_single .image_single_img_3 {
    background-image: url("../img/pages_icons/the_malt_life.png"); }
  .image_single .image_single_img_3_hover {
    background-image: url("../img/pages_icons/the_malt_life_after_click.png"); }
  .image_single .image_single_img_4 {
    background-image: url("../img/pages_icons/mixes_munchies.png"); }
  .image_single .image_single_img_4_hover {
    background-image: url("../img/pages_icons/mixes_munchies_after_click.png"); }
  .image_single .image_single_img_5 {
    background-image: url("../img/pages_icons/pint_locator.png"); }
  .image_single .image_single_img_5_hover {
    background-image: url("../img/pages_icons/pint_locator_after_click.png"); }
  .image_single:hover .image_single_img, .image_single.animate_show .image_single_img {
    opacity: 1; }
  .image_single:hover .image_single_img:not(.image_single_img_hover), .image_single.animate_show .image_single_img:not(.image_single_img_hover) {
    opacity: 0; }

.arrow_up p {
  text-align: center;
  margin: 50px 0 50px 0; }

.arrow_up .divider {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid grey;
  margin-bottom: 35px; }

.arrow_up {
  margin-top: 45px; }

.arrow_up_container {
  cursor: pointer;
  position: relative; }
  .arrow_up_container img {
    transition: all 0.5s; }
    .arrow_up_container img.arrow_hover {
      position: absolute;
      left: 0;
      opacity: 0; }
  .arrow_up_container:hover img {
    opacity: 1; }
    .arrow_up_container:hover img:not(.arrow_hover) {
      opacity: 0; }

footer {
  text-align: center; }
  footer .social_media {
    padding-left: 4px; }
    footer .social_media a:nth-of-type(2) {
      margin: 0 25px; }
  footer .social_media {
    font-size: 1.2em; }
  footer .footer_menu {
    margin: 25px 0; }
    footer .footer_menu a {
      margin: 10px;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1em; }
      footer .footer_menu a.active_page {
        color: #a1853e; }
      footer .footer_menu a:last-of-type {
        margin-right: 0; }
  footer .enjoy_responsible {
    margin-top: 30px;
    padding-bottom: 20px; }
    footer .enjoy_responsible h4 {
      margin-bottom: 10px;
      font-size: .9em; }
    footer .enjoy_responsible p {
      margin-bottom: 10px;
      font-size: .8em; }
      footer .enjoy_responsible p:last-of-type {
        margin-top: 20px; line-height: 20px; }
    footer .enjoy_responsible a {
      text-transform: uppercase;
      font-size: 1.2em;
      border-bottom: 1px solid #2e1513;
      margin: 0 8px; }
      footer .enjoy_responsible a:hover {
        border-bottom: 1px solid #a1853e; }

.components_container {
  position: relative;
  width: 100%;
  height: 100%; }

.single_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

.header_image {
  width: 100%;
  height: 100vh;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 50px; }
  .header_image .header_image_heading {
    font-size: 3em;
    text-align: center;
    color: #fff; }
  .header_image .change_position {
    top: 36%; }

.scroll_down_container .scroll_down {
  position: absolute;
  bottom: 4%;
  left: 50%;
  z-index: 99;
  transform: rotate(180deg) translateX(50%);
  cursor: pointer;
  transition: all .5s; }
  .scroll_down_container .scroll_down.scroll_down_hover {
    opacity: 0; }

.scroll_down_container:hover .scroll_down {
  opacity: 0; }
  .scroll_down_container:hover .scroll_down.scroll_down_hover {
    opacity: 1; }

@media screen and (min-width: 1000px) and (max-width: 1365px) {
  .scroll_down_container .scroll_down {
    bottom: 8%; } }

@media screen and (min-width: 992px) {
  .hidden_lg {
    display: none; } }

@media screen and (max-width: 991px) {
  .to_hide {
    display: none !important; }
  .header_image .header_image_heading {
    font-size: 2.8em; } }

@media screen and (max-width: 640px) {
  .header_image .header_image_heading {
    font-size: 2.4em; } }

@media screen and (max-width: 440px) {
  .header_image .header_image_heading {
    font-size: 2em; } }

.our_stout .header_image {
  background-image: url(../img/our_stout/interior_top.jpg); }

.nutrition_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }

.nutrition_modal {
  position: fixed;
  max-height: 100vh;
  overflow-y: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  background-image: url(../img/bg_modul.png);
  z-index: 100;
  border-radius: 20px;
  padding: 5px 15px 25px 15px; }
  .nutrition_modal .close_container {
    position: absolute;
    right: 15px;
    top: 15px; }
    .nutrition_modal .close_container i {
      font-size: 2em;
      transition: all 0.5s; }
      .nutrition_modal .close_container i:hover {
        color: #a1853e; }
  .nutrition_modal .top_p {
    text-align: center; }
    .nutrition_modal .top_p img {
      max-width: 25%; }
  .nutrition_modal .heading_p {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 12px; }
  .nutrition_modal .ingredients_container {
    margin-bottom: 5px; }
  .nutrition_modal .nutrition_details {
    font-family: 'Open Sans', sans-serif;
    line-height: 120%; }
    .nutrition_modal .nutrition_details .serving_size span {
      font-size: .8em; }
    .nutrition_modal .nutrition_details .calories {
      border-top: 1px solid rgba(51, 51, 51, 0.4);
      border-bottom: 1px solid rgba(51, 51, 51, 0.4);
      margin: 2px 0;
      padding: 5px 0; }
    .nutrition_modal .nutrition_details ul {
      padding: 5px 0; }
      .nutrition_modal .nutrition_details ul li {
        line-height: 135%; }
        .nutrition_modal .nutrition_details ul li.extra_padding {
          padding-left: 10px; }
    .nutrition_modal .nutrition_details .warning {
      border-top: 1px solid rgba(51, 51, 51, 0.4);
      margin: 2px 0;
      padding: 5px 0;
      font-size: .85em; }

.section_style_container {
  position: relative; }

.section_heading {
  font-weight: 400;
  font-size: 2.2em;
  margin-bottom: 50px;
  font-family: htf70, 'sans-serif';
  letter-spacing: 2px;
  color: #2e1413;
  line-height: 130%; }

.section_style {
  text-align: right; }
  .section_style img {
    max-width: 65%; }
  .section_style .text_content {
    font-family: htf70, sans-serif;
    font-weight: 400;
    padding: 50px 50px 60px 50px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }
    .section_style .text_content p {
      padding-left: 25px;
      padding-right: 120px;
      line-height: 130%;
      font-size: 1.1em;
      font-family: lato_regular, sans-serif; }
      .section_style .text_content p.img_container {
        text-align: center;
        margin-top: 40px;
        overflow: hidden; }
        .section_style .text_content p.img_container img {
          max-width: 80%;
          margin-bottom: 90px;
          transform: translateX(-200%);
          transition: all .7s; }
          .section_style .text_content p.img_container img.scroll_animate {
            transform: translateX(0); }
  .section_style .hidden_lg {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 60px 30px 70px 30px; }

.taste_profile {
  position: relative;
  margin-top: 212px; }
  .taste_profile .xs_flavors, .taste_profile .lg_flavors {
    width: 100%; }
  .taste_profile .img_flavor {
    position: absolute;
    max-width: 25%;
    transition: all 1s;
    transform: scale(0); }
    .taste_profile .img_flavor.img_flavor_xs {
      max-width: 50%; }
    .taste_profile .img_flavor.chocolate {
      bottom: 0%;
      left: 10%; }
      .taste_profile .img_flavor.chocolate.img_flavor_xs {
        bottom: 55%;
        left: 0%; }
    .taste_profile .img_flavor.coffee {
      right: 15%;
      bottom: 0%; }
      .taste_profile .img_flavor.coffee.img_flavor_xs {
        bottom: -5%;
        right: 47%; }
    .taste_profile .img_flavor.toffee {
      right: 42%;
      bottom: -4%; }
      .taste_profile .img_flavor.toffee.img_flavor_xs {
        bottom: 34%;
        right: -10%; }
    .taste_profile .img_flavor.scroll_animate {
      transform: scale(1); }
  .taste_profile .pos-relative {
    position: relative; }
    .taste_profile .pos-relative h2 {
      font-size: 48px;
      position: absolute;
      right: 10px;
      top: -26px;
      text-transform: capitalize;
      color: #2e1413; }
      @media (min-width: 992px) {
        .taste_profile .pos-relative h2 {
          top: -50px; } }

.nutrition_button {
  text-align: center; }
  .nutrition_button img {
    margin-top: 15px;
    cursor: pointer; }

.brewing_process_container {
  margin-top: 50px; }
  .brewing_process_container .brewing_process {
    position: relative;
    width: 100%;
    min-height: 100vh; }
    .brewing_process_container .brewing_process .small_image {
      position: absolute;
      max-height: 46%;
      left: 0;
      z-index: 3; }
    .brewing_process_container .brewing_process .small_image_top {
      top: 0%;
      box-shadow: 2px 3px 10px;
      display: none; }
    .brewing_process_container .brewing_process .small_image_bottom {
      bottom: 0%;
      box-shadow: 2px 3px 10px;
      display: none; }
    .brewing_process_container .brewing_process .small_image_decor {
      position: absolute;
      max-width: 80%;
      top: 6%;
      right: -25%;
      z-index: 3;
      display: none; }
    .brewing_process_container .brewing_process .small_image_cans {
      position: absolute;
      bottom: -10%;
      left: 17%;
      z-index: 3;
      width: 150px;
      display: none; }
    .brewing_process_container .brewing_process .center_image {
      width: 85%;
      height: 75%;
      background-image: url("../img/our_stout/interior-07.png");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1;
      display: none; }
    .brewing_process_container .brewing_process .text_container {
      color: #fff;
      position: absolute;
      z-index: 2;
      bottom: 15%;
      right: 0;
      width: 70%;
      min-height: 45%;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 6% 10% 6% 13%;
      line-height: 120%;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
      display: none; }
      .brewing_process_container .brewing_process .text_container h3 {
        text-align: right;
        margin-bottom: 50px;
        font-weight: 400;
        color: #fff; }
      .brewing_process_container .brewing_process .text_container .find_more {
        text-align: right;
        margin-top: 30px;
        margin-right: 10%; }
        .brewing_process_container .brewing_process .text_container .find_more a {
          color: #fff; }
          .brewing_process_container .brewing_process .text_container .find_more a:hover {
            color: #fff; }

@media screen and (max-width: 1650px) {
  .taste_profile .img_flavor {
    max-width: 20%; } }

@media screen and (max-width: 1200px) {
  .section_style .text_content {
    padding: 35px 0px 30px 30px; }
    .section_style .text_content p {
      padding-left: 5px;
      padding-right: 100px; }
      .section_style .text_content p.img_container img {
        max-width: 60%;
        margin-bottom: 40px; } }

@media screen and (max-width: 991px) {
  .section_heading {
    font-size: 2.2em; }
  .section_style .text_content {
    position: relative;
    width: 100%;
    padding: 60px 30px; }
    .section_style .text_content p {
      padding-right: 0;
      padding-left: 0; }
    .section_style .text_content p.img_container img {
      max-height: 200px;
      margin-bottom: 20px; }
  .section_style img {
    max-width: 100%; }
  .taste_profile {
    margin-top: 5%;
    z-index: -1; }
    .taste_profile .img_flavor {
      position: absolute;
      max-width: 20%; }
      .taste_profile .img_flavor.chocolate {
        bottom: -3%;
        left: 15%; }
      .taste_profile .img_flavor.coffee {
        top: inherit;
        bottom: -3%;
        right: 15%; }
      .taste_profile .img_flavor.toffee {
        top: inherit;
        bottom: -9%;
        right: 40%; }
  .brewing_process_container .brewing_process {
    min-height: initial;
    display: inline-block; }
    .brewing_process_container .brewing_process .center_image {
      background-image: none; }
    .brewing_process_container .brewing_process .small_image {
      position: relative;
      max-width: 95%; }
      .brewing_process_container .brewing_process .small_image.small_image_bottom {
        float: right;
        margin-top: 20px;
        clear: right; }
      .brewing_process_container .brewing_process .small_image.small_image_bottom, .brewing_process_container .brewing_process .small_image.small_image_top {
        display: initial; }
    .brewing_process_container .brewing_process .text_container {
      z-index: 5;
      bottom: initial;
      right: initial;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-height: initial;
      padding: 5% 5% 10% 5%; }
      .brewing_process_container .brewing_process .text_container h3 {
        text-align: left; }
    .brewing_process_container .brewing_process .small_image_cans {
      left: 2%;
      bottom: -15%; } }

@media screen and (max-width: 675px) {
  .taste_profile {
    margin-top: 8%; }
    .taste_profile .pos-relative h2 {
      position: relative;
      text-align: center;
      right: initial; }
  .nutrition_modal {
    width: 80%;
    max-height: 95%; }
    .nutrition_modal .top_p {
      text-align: center; }
      .nutrition_modal .top_p img {
        max-width: 25%; }
    .nutrition_modal .heading_p {
      font-size: 1.4em; }
    .nutrition_modal li {
      font-size: .9em; } }

@media screen and (min-width: 481px) {
  .lg_flavors {
    display: block; }
  .xs_flavors, .img_flavor_xs {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .brewing_process_container .brewing_process .text_container {
    width: 80%; }
    .brewing_process_container .brewing_process .text_container h3 {
      margin-bottom: 10px; }
  .our_stout .header_image {
    background-image: url(../img/mobile_slides/mobile_5.jpg); }
  .taste_profile {
    margin-top: 12%; }
  .lg_flavors, .img_flavor_lg {
    display: none !important; }
  .xs_flavors {
    display: block; } }

@media screen and (max-width: 400px) {
  .brewing_process_container .brewing_process .small_image_cans {
    width: 100px;
    bottom: -10%; } }

@media screen and (max-width: 320px) {
  .taste_profile {
    margin-top: 20px;
    z-index: -1; }
  .brewing_process_container .section_heading {
    line-height: 105%; }
  .brewing_process_container .brewing_process .text_container {
    width: 80%; }
    .brewing_process_container .brewing_process .text_container h3 {
      margin-bottom: 10px; }
  .brewing_process_container .brewing_process .small_image_cans {
    left: -8%; } }

.our_stout.our_calling .header_mask {
  background-image: url(../img/agegate/overlay_2.png); }

.our_stout.our_calling .header_image {
  background-image: url(../img/our_calling/our_calling_slide.jpg); }
  .our_stout.our_calling .header_image .change_position {
    top: 36%; }

.our_stout.our_calling .section_style.section_history p:nth-of-type(2) {
  margin-top: 20px; }

.our_stout.our_calling .section_style.section_history img {
  max-width: 65%;
  margin-top: 50px; }

.our_stout.our_calling .section_style.section_history .text_content {
  padding-bottom: 120px; }

.our_stout.our_calling .section_style.section_history .stamp {
  position: absolute;
  max-width: 15%;
  bottom: -7%;
  right: -100%; }

.our_stout.our_calling .history_slider_container {
  margin-top: -10%;
  padding-top: 5%;
  min-height: 100vh;
  background-image: url(../img/our_calling/ireland.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff; }
  .our_stout.our_calling .history_slider_container .history_heading {
    margin-top: 24%;
    margin-bottom: 2%; }
    .our_stout.our_calling .history_slider_container .history_heading h2 {
      font-size: 2.5em;
      margin-bottom: 15px; }
  .our_stout.our_calling .history_slider_container .history_slider {
    text-align: center; }
    .our_stout.our_calling .history_slider_container .history_slider .history_slide {
      padding: 20px;
      position: relative; }
      .our_stout.our_calling .history_slider_container .history_slider .history_slide .history_line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin-top: 4px; }
      .our_stout.our_calling .history_slider_container .history_slider .history_slide .history_dot {
        font-size: .6em;
        margin: 15px 0; }
      .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container {
        position: relative;
        margin-top: 70px; }
        .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container .active_slide_text {
          display: none;
          position: absolute;
          overflow-y: auto;
          width: 120%;
          height: 120%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          z-index: 2;
          padding: 10%;
          background-color: rgba(255, 255, 255, 0.85);
          color: black; }
          .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container .active_slide_text::-webkit-scrollbar {
            width: 12px;
            /* for vertical scrollbars */
            height: 12px;
            /* for horizontal scrollbars */ }
          .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container .active_slide_text::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.1); }
          .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container .active_slide_text::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.5); }
          .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container .active_slide_text h4 {
            margin: 12px 0 18px 0; }
          .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container .active_slide_text p {
            font-family: 'Open Sans', sans-serif;
            text-align: left;
            font-size: .9em; }
        .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container img {
          cursor: pointer;
          transition: transform .5s; }
          .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container img:hover {
            transform: scale(1.1); }
      .our_stout.our_calling .history_slider_container .history_slider .history_slide.active_slide .history_date {
        transform: scale(1.2); }
      .our_stout.our_calling .history_slider_container .history_slider .history_slide.active_slide .history_dot {
        transform: scale(1.2); }
      .our_stout.our_calling .history_slider_container .history_slider .history_slide.active_slide .slide_img_container .active_slide_text {
        box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.6); }
    .our_stout.our_calling .history_slider_container .history_slider .history_arrow {
      width: 35px;
      position: absolute;
      z-index: 99;
      top: 0;
      transition: opacity 1s; }
      .our_stout.our_calling .history_slider_container .history_slider .history_arrow.arrow_next {
        transform: rotate(180deg);
        right: 0; }
      .our_stout.our_calling .history_slider_container .history_slider .history_arrow.arrow_prev {
        left: 0; }
      .our_stout.our_calling .history_slider_container .history_slider .history_arrow:not(.slick-disabled) {
        cursor: pointer; }
      .our_stout.our_calling .history_slider_container .history_slider .history_arrow.slick-disabled {
        opacity: 0; }

.our_stout.our_calling .section_brewed {
  margin-top: 3%; }
  .our_stout.our_calling .section_brewed .text_content {
    text-align: center; }
    .our_stout.our_calling .section_brewed .text_content h2 {
      color: #2e1513;
      font-size: 3em;
      margin: 40px 0; }
    .our_stout.our_calling .section_brewed .text_content p {
      margin-bottom: 15px;
      font-family: lato_regular, sans-serif; }
      .our_stout.our_calling .section_brewed .text_content p:last-of-type {
        font-weight: 600;
        margin-bottom: 50px; }
  .our_stout.our_calling .section_brewed .img_content {
    position: relative; }
    .our_stout.our_calling .section_brewed .img_content .circle_img {
      position: absolute;
      max-width: 20%;
      opacity: 0; }
      .our_stout.our_calling .section_brewed .img_content .circle_img.hops {
        max-width: 18%;
        top: -5%;
        right: -2%; }
      .our_stout.our_calling .section_brewed .img_content .circle_img.water {
        right: 20%;
        top: 41%; }
      .our_stout.our_calling .section_brewed .img_content .circle_img.nitrogen {
        right: 55%;
        top: 28%; }
      .our_stout.our_calling .section_brewed .img_content .circle_img.barley {
        max-width: 19%;
        right: 71%;
        top: 30%; }
    .our_stout.our_calling .section_brewed .img_content .beer {
      position: absolute;
      max-width: 22%;
      top: 30%;
      left: 41%; }

.our_stout.our_calling .section_serve {
  margin-top: 22px;
  padding-top: 250px;
  background: linear-gradient(#e7e0d6, rgba(255, 255, 255, 0));
  background-size: 100% 250px;
  background-repeat: no-repeat; }
  .our_stout.our_calling .section_serve .section_serve_container {
    position: relative; }
    .our_stout.our_calling .section_serve .section_serve_container .raw_img {
      position: absolute;
      left: -200%;
      max-width: 25%;
      bottom: 0; }
    .our_stout.our_calling .section_serve .section_serve_container .serve_text {
      position: absolute;
      right: -200%;
      top: -12%;
      max-width: 35%;
      background-color: rgba(255, 255, 255, 0.7);
      padding: 45px; }
      .our_stout.our_calling .section_serve .section_serve_container .serve_text h2 {
        font-size: 3em;
        color: #2e1513;
        margin-bottom: 20px; }
      .our_stout.our_calling .section_serve .section_serve_container .serve_text p {
        margin-top: 20px;
        padding-left: 30px;
        line-height: 150%;
        font-family: lato_regular, sans-serif; }
        .our_stout.our_calling .section_serve .section_serve_container .serve_text p:last-of-type {
          margin-top: 0; }

@media screen and (max-width: 1200px) {
  .our_stout.our_calling .section_style.section_history .text_content h2 {
    padding-right: 10px; } }

@media screen and (max-width: 991px) {
  .our_stout.our_calling .section_style.section_history img {
    max-width: 100%;
    margin-top: -8%; }
  .our_stout.our_calling .section_style.section_history .stamp {
    bottom: 5%;
    max-width: 20%; }
  .our_stout.our_calling .history_slider_container .history_heading {
    margin-top: 15%;
    margin-bottom: 0; }
  .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container {
    text-align: center; }
    .our_stout.our_calling .history_slider_container .history_slider .history_slide .slide_img_container img {
      max-width: 70%;
      display: inline; }
  .our_stout.our_calling .section_serve {
    margin-top: 10px;
    padding-top: 60px; }
    .our_stout.our_calling .section_serve .section_serve_container .serve_text {
      position: relative;
      max-width: 100%; }
      .our_stout.our_calling .section_serve .section_serve_container .serve_text h2 {
        font-size: 2.2em; } }

@media screen and (max-width: 480px) {
  .our_stout.our_calling .header_image {
    background-image: url(../img/our_calling/brewing_slide_for_mobile.jpg); } }

@media screen and (max-width: 440px) {
  .our_stout.our_calling .section_brewed .img_content {
    text-align: center; }
    .our_stout.our_calling .section_brewed .img_content .background_image {
      max-width: 89%; }
    .our_stout.our_calling .section_brewed .img_content .circle_img.hops {
      max-width: 42%;
      top: 10%;
      right: 16%; }
    .our_stout.our_calling .section_brewed .img_content .circle_img.water {
      right: -12%;
      top: 59%;
      max-width: 47%; }
    .our_stout.our_calling .section_brewed .img_content .circle_img.barley {
      max-width: 43%;
      right: 58%;
      top: 37%; }
    .our_stout.our_calling .section_brewed .img_content .circle_img.nitrogen {
      right: 47%;
      top: 6%;
      max-width: 45%; }
    .our_stout.our_calling .section_brewed .img_content .beer {
      position: absolute;
      max-width: 40%;
      top: 51%;
      left: 35%; } }

@media screen and (max-width: 414px) {
  .our_stout.our_calling .section_style.section_history .stamp {
    bottom: 3%; }
  .our_stout.our_calling .history_slider_container .history_heading {
    margin-top: 25%; } }

.age_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }

.age_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
  height: 300px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  padding: 10px; }
  .age_modal .heading_p {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .age_modal .heading_p img {
      max-height: 75px;
      margin: -20px 0 15px 0; }
    .age_modal .heading_p p.heading {
      font-size: 2em;
      margin-bottom: 20px; }
    .age_modal .heading_p p.comment {
      font-size: 1.5em; }
    .age_modal .heading_p button {
      margin-top: 30px;
      width: 70%;
      height: 40px;
      border: 1px solid #2e1513;
      background-color: rgba(255, 255, 255, 0.5);
      font-size: 1em; }

.age_gate {
  color: #2e1513;
  text-align: center; }
  .age_gate .age_gate_container {
    width: 100%;
    height: 100vh;
    min-height: 480px;
    position: relative; }
  .age_gate .gate_mask {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url("../img/agegate/overlay_2.png");
    background-size: cover; }
  .age_gate .gate_single_image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("../img/agegate/tlo_cale.jpg");
    background-size: cover; }
  .age_gate .logo {
    position: absolute;
    z-index: 5;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    max-height: 150px; }
  .age_gate .form_container {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: 4;
    transform: translateX(-50%);
    width: 560px;
    height: 630px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 120px 20px 20px 20px;
    font-family: htf70, sans-serif;
    /* for mozilla */ }
    .age_gate .form_container h2 {
      font-size: 30pt; }
    .age_gate .form_container h3 {
      font-size: 38pt; }
    .age_gate .form_container h4 {
      font-size: 30pt;
      margin-top: 35px; }
    .age_gate .form_container form {
      max-width: 90%;
      margin: 40px auto 25px auto;
      font-family: lato_regular, sans-serif; }
    .age_gate .form_container input {
      cursor: pointer;
      text-align: center;
      text-align-last: center;
      border: 0;
      font-size: 16pt;
      background-color: transparent;
      border-bottom: 1px solid #2e1513;
      width: calc(33% - 6px);
      margin-right: 10px;
      float: left;
      padding-bottom: 8px;
      border-radius: 0;
      line-height: normal; }
      .age_gate .form_container input:last-of-type {
        margin-right: 0; }
      .age_gate .form_container input::-ms-expand {
        display: none; }
      .age_gate .form_container input {
        -webkit-appearance: none;
        -moz-appearance: none; }
      .age_gate .form_container input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #2e1513; }
      .age_gate .form_container input::-moz-placeholder {
        /* Firefox 19+ */
        color: #2e1513; }
      .age_gate .form_container input:-ms-input-placeholder {
        /* IE 10+ */
        color: #2e1513; }
      .age_gate .form_container input:-moz-placeholder {
        /* Firefox 18- */
        color: #2e1513; }
    .age_gate .form_container input[type=number]::-webkit-inner-spin-button,
    .age_gate .form_container input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .age_gate .form_container input[type=number] {
      -moz-appearance: textfield; }
    .age_gate .form_container button {
      margin-top: 40px;
      width: 100%;
      height: 60px;
      border: 1px solid #2e1513;
      background-color: rgba(255, 255, 255, 0.4);
      font-size: 16pt;
      transition: all .5s; }
      .age_gate .form_container button:hover {
        background-color: rgba(255, 255, 255, 0.7); }
    .age_gate .form_container p {
      font-family: lato_regular, sans-serif;
      font-size: 13pt;
      line-height: 150%; }
      .age_gate .form_container p a {
        color: #2e1513;
        font-weight: 600; }
        .age_gate .form_container p a:hover {
          color: #a1853e; }

@media screen and (max-width: 640px) {
  .age_gate .form_container {
    width: 85%;
    height: inherit;
    padding: 120px 20px 50px 20px; }
    .age_gate .form_container h2, .age_gate .form_container h4 {
      font-size: 24pt; }
    .age_gate .form_container h3 {
      font-size: 30pt; }
    .age_gate .form_container h4 {
      margin-top: 24px; }
    .age_gate .form_container input, .age_gate .form_container button {
      font-size: 14pt; }
    .age_gate .form_container button {
      height: 50px; }
    .age_gate .form_container p {
      font-size: 12pt; } }

@media screen and (max-width: 440px) {
  .age_gate .form_container {
    width: 85%;
    height: inherit;
    padding: 120px 20px 50px 20px; }
    .age_gate .form_container h2, .age_gate .form_container h4 {
      font-size: 20pt; }
    .age_gate .form_container h3 {
      font-size: 28pt; }
    .age_gate .form_container h4 {
      margin-top: 24px; }
    .age_gate .form_container input, .age_gate .form_container button {
      font-size: 12pt; }
    .age_gate .form_container p {
      font-size: 12pt; } }

@media screen and (max-width: 375px) {
  .age_gate .logo {
    max-height: 120px; }
  .age_gate .form_container {
    width: 85%;
    height: inherit;
    padding: 75px 15px 50px 15px; }
    .age_gate .form_container h2, .age_gate .form_container h4 {
      font-size: 20pt; }
    .age_gate .form_container h3 {
      font-size: 24pt; }
    .age_gate .form_container p {
      font-size: 10pt; } }

@media screen and (max-height: 480px) {
  .age_gate .age_gate_container {
    min-height: 640px; }
  .age_gate .form_container {
    height: 620px; } }

.terms p, .terms li {
  font-size: .9em; }

.terms strong {
  font-weight: 600; }

.terms .logo_container {
  text-align: center; }
  .terms .logo_container img {
    max-height: 150px; }

.terms .text_content {
  font-family: 'Open Sans', sans-serif;
  margin-top: 40px;
  margin-bottom: 40px; }
  .terms .text_content a {
    color: #a1853e;
    overflow-wrap: break-word; }
  .terms .text_content .terms_heading {
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
  .terms .text_content .terms_heading_left {
    font-size: 1.1em;
    font-weight: 600; }
  .terms .text_content ol {
    margin-top: 15px;
    list-style: decimal;
    margin-left: 18px;
    margin-bottom: 15px; }
    .terms .text_content ol li {
      line-height: 115%;
      text-align: justify;
      padding-left: 5px;
      margin-top: 10px; }
      .terms .text_content ol li ol {
        list-style: lower-latin;
        margin-left: 24px;
        margin-bottom: 10px; }

.terms.privacy .block_p {
  margin-top: 10px;
  line-height: 120%;
  text-align: justify; }

.terms.privacy .heading_big {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 15px; }

.terms.privacy .heading_small {
  font-weight: 600;
  font-size: 1.1em;
  margin-top: 15px; }

.terms.privacy .dotted_list {
  margin-top: 15px;
  margin-left: 25px;
  list-style: disc; }
  .terms.privacy .dotted_list li {
    padding-left: 5px;
    line-height: 120%;
    margin-top: 4px; }

.our_stout.malt_life .header_mask {
  background-image: url(../img/agegate/overlay_2.png); }

.our_stout.malt_life .header_image {
  background-image: url(../img/malt_life/malt_life2.jpg); }
  .our_stout.malt_life .header_image .change_position {
    top: 36%; }

.our_stout.malt_life .modals_container {
  position: relative; }

.our_stout.malt_life .section_instagram {
  padding-top: 50px; }
  .our_stout.malt_life .section_instagram .instagram_heading {
    text-align: center; }
    .our_stout.malt_life .section_instagram .instagram_heading h2 {
      margin-bottom: 25px; }
  .our_stout.malt_life .section_instagram .instagram_head {
    width: 33.3%;
    float: left;
    min-height: 22px; }
  .our_stout.malt_life .section_instagram .right_line,
  .our_stout.malt_life .section_instagram .left_line {
    border-bottom: 1px solid #2e1513;
    width: calc(33.3% - 20px); }
  .our_stout.malt_life .section_instagram .right_line {
    margin-left: 20px; }
  .our_stout.malt_life .section_instagram .left_line {
    margin-right: 20px; }
  .our_stout.malt_life .section_instagram .instagram_photos_container .instagram_photo {
    position: relative;
    width: 20%;
    float: left;
    background-image: url("../img/malt_life/instagram_1.jpg");
    background-size: cover; }
    .our_stout.malt_life .section_instagram .instagram_photos_container .instagram_photo .absolute_center {
      font-family: lato_regular, sans-serif;
      color: #fff; }
  .our_stout.malt_life .section_instagram .fallow_us {
    display: block;
    margin: 30px auto;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #2e1513;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1em;
    text-align: center;
    cursor: pointer; }

.our_stout.malt_life .section_photo .section_photo_container {
  position: relative;
  background-image: url(../img/malt_life/dog_color_3.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  max-height: 720px;
  min-height: 480px;
  padding-top: 8%;
  margin-top: 50px; }
  .our_stout.malt_life .section_photo .section_photo_container .photo_heading {
    text-align: center;
    color: #fff;
    font-size: 3em;
    margin-bottom: 13%; }
  .our_stout.malt_life .section_photo .section_photo_container .photo_modal {
    display: block !important;
    width: 30%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    color: #2e1513; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal .absolute_center {
      width: 90%; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal h4 {
      font-size: 1.1em; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal h3 {
      font-size: 1.6em;
      margin: 10px 0; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal img {
      display: block;
      max-height: 35px;
      margin: 20px auto; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal button {
      width: 90%;
      height: 40px;
      border: 1px solid #2e1513;
      background-color: rgba(255, 255, 255, 0.7);
      font-size: .8em;
      font-family: lato_regular, sans-serif;
      transition: all .5s; }
      .our_stout.malt_life .section_photo .section_photo_container .photo_modal button:hover {
        background-color: #fff; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal .email_thanks {
      display: none; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal .sent_warning {
      display: none; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal.email_sent button {
      display: none; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal.email_sent .camera {
      display: none; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal.email_sent .email_thanks {
      display: block;
      margin-top: 20px; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal.email_sent_fail .sent_warning {
      display: block;
      margin-top: 20px; }
  .our_stout.malt_life .section_photo .section_photo_container .form_container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 2; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container .close_container {
      position: absolute;
      right: 5px;
      top: 5px; }
      .our_stout.malt_life .section_photo .section_photo_container .form_container .close_container i {
        font-size: 2em;
        transition: all 0.5s; }
        .our_stout.malt_life .section_photo .section_photo_container .form_container .close_container i:hover {
          color: #a1853e; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container img.logo {
      max-width: 25%; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container input {
      font-family: lato_regular, sans-serif;
      width: 100%;
      text-align: center;
      border: 0;
      border-bottom: 1px solid #2e1513;
      padding-bottom: 5px;
      margin-top: 10px; }
      .our_stout.malt_life .section_photo .section_photo_container .form_container input[type="file"] {
        display: none; }
      .our_stout.malt_life .section_photo .section_photo_container .form_container input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #2e1513; }
      .our_stout.malt_life .section_photo .section_photo_container .form_container input::-moz-placeholder {
        /* Firefox 19+ */
        color: #2e1513; }
      .our_stout.malt_life .section_photo .section_photo_container .form_container input:-ms-input-placeholder {
        /* IE 10+ */
        color: #2e1513; }
      .our_stout.malt_life .section_photo .section_photo_container .form_container input:-moz-placeholder {
        /* Firefox 18- */
        color: #2e1513; }
      .our_stout.malt_life .section_photo .section_photo_container .form_container input.validate_fail {
        border-bottom: 1px solid red; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container .upload_img {
      width: 30px;
      margin-top: 20px;
      cursor: pointer; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container .valid_info {
      display: none;
      margin-top: 8px;
      color: #2e1513; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container .img_max_size,
    .our_stout.malt_life .section_photo .section_photo_container .form_container .img_extensions {
      display: none; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container button {
      width: 100%;
      margin-top: 20px;
      height: 40px;
      border: 1px solid #2e1513;
      background-color: rgba(255, 255, 255, 0.7);
      font-size: .8em;
      font-family: lato_regular, sans-serif;
      transition: all .5s; }
      .our_stout.malt_life .section_photo .section_photo_container .form_container button:hover {
        background-color: #fff;
        color: #a1853e; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container .uploaded_images {
      margin-top: 5px; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container .preview_img {
      max-width: calc(50% - 10px);
      margin: 5px; }

.our_stout.malt_life .section_mixes {
  background: linear-gradient(#e7e0d6, rgba(255, 255, 255, 0));
  background-size: 100% 250px;
  background-repeat: no-repeat;
  padding-top: 70px; }
  .our_stout.malt_life .section_mixes .section_heading {
    text-align: center; }
  .our_stout.malt_life .section_mixes .mixes_description {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px; }
  .our_stout.malt_life .section_mixes .video_slider_container {
    padding: 3%;
    background-color: rgba(255, 255, 255, 0.5); }
  .our_stout.malt_life .section_mixes .video_slider .iframeWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .our_stout.malt_life .section_mixes .video_slider .iframeWrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .our_stout.malt_life .section_mixes .video_slider video {
    max-width: 100%; }
  .our_stout.malt_life .section_mixes .video_slider .video_play {
    display: none !important;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer; }
  .our_stout.malt_life .section_mixes .video_slider .video_slider_arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .5s; }
    .our_stout.malt_life .section_mixes .video_slider .video_slider_arrow:hover {
      transform: translateY(-50%) scale(1.05); }
    .our_stout.malt_life .section_mixes .video_slider .video_slider_arrow.arrow_prev {
      left: -5%; }
    .our_stout.malt_life .section_mixes .video_slider .video_slider_arrow, .our_stout.malt_life .section_mixes .video_slider .video_slider_arrow.arrow_next {
      right: -5%; }

.our_stout.malt_life.mixes_munchies .recipe_modal {
  display: block !important;
  width: 30%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #2e1513; }
  .our_stout.malt_life.mixes_munchies .recipe_modal .absolute_center {
    width: 90%; }
  .our_stout.malt_life.mixes_munchies .recipe_modal h4 {
    font-size: 1.1em; }
  .our_stout.malt_life.mixes_munchies .recipe_modal h3 {
    font-size: 1.6em;
    margin: 10px 0; }
  .our_stout.malt_life.mixes_munchies .recipe_modal img {
    display: block;
    max-height: 35px;
    margin: 20px auto; }
  .our_stout.malt_life.mixes_munchies .recipe_modal button {
    width: 90%;
    height: 40px;
    border: 1px solid #2e1513;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: .8em;
    font-family: lato_regular, sans-serif;
    transition: all .5s; }
    .our_stout.malt_life.mixes_munchies .recipe_modal button:hover {
      background-color: #fff; }
  .our_stout.malt_life.mixes_munchies .recipe_modal .email_thanks {
    display: none; }
  .our_stout.malt_life.mixes_munchies .recipe_modal .sent_warning {
    display: none; }
  .our_stout.malt_life.mixes_munchies .recipe_modal.email_sent button {
    display: none; }
  .our_stout.malt_life.mixes_munchies .recipe_modal.email_sent .camera {
    display: none; }
  .our_stout.malt_life.mixes_munchies .recipe_modal.email_sent .email_thanks {
    display: block;
    margin-top: 20px; }
  .our_stout.malt_life.mixes_munchies .recipe_modal.email_sent_fail .sent_warning {
    display: block;
    margin-top: 20px; }

.our_stout.malt_life.mixes_munchies .header_image {
  overflow: hidden;
  background-image: url(../img/malt_life/mixes_munchies_for_tablet.jpg); }

.our_stout.malt_life.mixes_munchies video.background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 120%;
  min-height: 120%;
  width: auto;
  height: auto;
  overflow: hidden; }

.our_stout.malt_life.mixes_munchies .email-holder {
  display: none; }

.our_stout.malt_life.mixes_munchies .recipe-holder:first-of-type {
  display: block; }

.our_stout.malt_life.mixes_munchies .recipe-holder {
  display: none; }
  .our_stout.malt_life.mixes_munchies .recipe-holder ul.recipe-list {
    font-family: lato_regular, sans-serif; }
  .our_stout.malt_life.mixes_munchies .recipe-holder .recipe-link-holder {
    text-align: center;
    margin: 0 0 10px 0; }
    .our_stout.malt_life.mixes_munchies .recipe-holder .recipe-link-holder .recipe-links {
      margin: 0 10px;
      text-transform: uppercase;
      text-decoration: underline;
      display: inline-block;
      cursor: pointer; }
  .our_stout.malt_life.mixes_munchies .recipe-holder .recipe .recipe_texts {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 20px; }
  .our_stout.malt_life.mixes_munchies .recipe-holder .recipe .rec-item {
    padding: 4px 0;
    display: list-item;
    list-style-position: outside; }
    .our_stout.malt_life.mixes_munchies .recipe-holder .recipe .rec-item-1 {
      margin-left: 18px;
      list-style-type: square; }
  .our_stout.malt_life.mixes_munchies .recipe-holder .recipe.ingredients {
    width: 35%;
    float: left;
    margin-bottom: 10px; }
    @media screen and (max-width: 500px) {
      .our_stout.malt_life.mixes_munchies .recipe-holder .recipe.ingredients {
        width: 100%;
        margin-top: 20px; } }
  .our_stout.malt_life.mixes_munchies .recipe-holder .recipe .recipe_img {
    width: 100%;
    margin-bottom: 20px; }
  .our_stout.malt_life.mixes_munchies .recipe-holder .recipe.instructions {
    width: 65%;
    float: right; }
    @media screen and (max-width: 500px) {
      .our_stout.malt_life.mixes_munchies .recipe-holder .recipe.instructions {
        width: 100%; } }
    .our_stout.malt_life.mixes_munchies .recipe-holder .recipe.instructions .instructions-holder {
      margin-bottom: 20px; }

@media screen and (max-width: 1366px) {
  .our_stout.malt_life .section_photo .section_photo_container {
    padding-top: 7%; } }

@media screen and (max-width: 1199px) {
  .our_stout.malt_life .section_photo .section_photo_container {
    padding-top: 12%; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal h4 {
      font-size: 1em; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal h3 {
      font-size: 1.3em; } }

@media screen and (max-width: 991px) {
  .our_stout.malt_life .section_photo .section_photo_container {
    background-size: cover; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal {
      width: 48%; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container {
      width: 50%; }
  .our_stout.malt_life .section_instagram .instagram_photos_container .instagram_photo {
    width: 50%; }
  .our_stout.malt_life .section_mixes .mixes_description {
    font-size: 1.2em; }
  .our_stout.malt_life .section_mixes .video_slider {
    text-align: center; }
    .our_stout.malt_life .section_mixes .video_slider video {
      max-width: 95%;
      margin: 0 auto; } }

@media screen and (max-width: 800px) {
  .our_stout.malt_life .section_photo .section_photo_container {
    height: 80vh;
    min-height: 480px;
    max-height: 500px; } }

@media screen and (max-width: 640px) {
  .our_stout.malt_life .section_photo .section_photo_container {
    padding-top: 13%; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal {
      width: 70%; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container {
      width: 70%; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_heading {
      margin-bottom: 15%;
      font-size: 2.6em; }
  .our_stout.malt_life .section_mixes {
    background-size: 100% 70px; }
    .our_stout.malt_life .section_mixes .video_slider {
      text-align: center; }
      .our_stout.malt_life .section_mixes .video_slider .video_play {
        display: none !important; }
      .our_stout.malt_life .section_mixes .video_slider video {
        max-width: 95%;
        margin: 0 auto; }
      .our_stout.malt_life .section_mixes .video_slider .video_slider_arrow {
        max-width: 35px; }
  .our_stout.malt_life.mixes_munchies .header_image {
    background-image: url(../img/malt_life/mixes_for_mobile.jpg); } }

@media screen and (max-width: 540px) {
  .our_stout.malt_life .section_photo .section_photo_container {
    background-size: cover;
    padding-top: 18%; }
    .our_stout.malt_life .section_photo .section_photo_container .photo_modal {
      width: 75%; }
    .our_stout.malt_life .section_photo .section_photo_container .form_container {
      width: 75%; }
  .our_stout.malt_life .section_mixes .video_slider video {
    max-width: 90%; } }

@media screen and (max-width: 500px) {
  .our_stout.malt_life .section_photo .section_photo_container .photo_heading {
    margin-bottom: 20%; } }

@media screen and (max-width: 480px) {
  .our_stout.malt_life .section_instagram .instagram_head {
    width: 50%; }
    .our_stout.malt_life .section_instagram .instagram_head.left_line, .our_stout.malt_life .section_instagram .instagram_head.right_line {
      width: calc(25% - 20px); }
  .our_stout.malt_life .section_instagram .instagram_photos_container .instagram_photo {
    width: 80%;
    margin: 0 auto;
    float: inherit; }
  .our_stout.malt_life .section_instagram .fallow_us {
    width: 80%; }
  .our_stout.malt_life .section_mixes .mixes_description {
    font-size: 1.1em; }
  .our_stout.malt_life .section_mixes .video_slider {
    text-align: center; }
    .our_stout.malt_life .section_mixes .video_slider iframe {
      position: relative;
      width: 100%;
      height: 200px; }
    .our_stout.malt_life .section_mixes .video_slider .video_slider_arrow {
      max-width: 30px; } }

@media screen and (max-width: 450px) {
  .our_stout.malt_life .section_photo .section_photo_container .photo_heading {
    margin-bottom: 28%; } }

@media screen and (max-width: 420px) {
  .our_stout.malt_life .section_photo .section_photo_container .photo_heading {
    font-size: 2.2em;
    margin-bottom: 33%; }
  .our_stout.malt_life .section_photo .section_photo_container .photo_modal {
    width: 85%; }
  .our_stout.malt_life .section_photo .section_photo_container .form_container {
    width: 85%; } }

@media screen and (max-width: 375px) {
  .our_stout.malt_life .section_photo .section_photo_container .photo_modal {
    width: 95%; }
  .our_stout.malt_life .section_photo .section_photo_container .form_container {
    width: 95%; } }

@media screen and (max-width: 350px) {
  .our_stout.malt_life .section_photo .section_photo_container .photo_heading {
    margin-bottom: 33%; } }

@media screen and (max-width: 320px) {
  .our_stout.malt_life .section_photo .section_photo_container .photo_heading {
    margin-bottom: 43%; } }

@media screen and (max-height: 479px) {
  .our_stout.malt_life .arrow_up {
    margin-top: 85px; } }

.our_stout.beer_finder .header_image {
  background-image: url(../img/coming_soon.jpg); }

@media screen and (min-width: 1001px) {
  .main_menu .mobile_menu_icon {
    display: none; } }

body {
  padding-top: 50px; }

@media screen and (max-width: 1365px) {
  .image_menu_container .image_single .image_single_img_container {
    width: 120px;
    height: 120px; } }

@media screen and (max-width: 1000px) {
  body {
    padding-top: 0; }
  .header_mask {
    margin-top: 0; }
  .main_menu li:not(.mobile_menu_icon) {
    display: none; }
  .main_menu .mobile_menu_icon i {
    font-size: 2em;
    cursor: pointer; }
  .image_menu_container {
    margin-top: 0; }
  .image_single {
    width: 20%; }
  footer .footer_menu {
    margin: 35px 0 0 0; }
    footer .footer_menu a {
      margin: 0 auto;
      display: block;
      width: 40%;
      line-height: 200%; }
      footer .footer_menu a:last-of-type {
        margin-right: auto; }
  footer .additional_info_container {
    padding: 15px 0; }
    footer .additional_info_container .additional_info {
      margin-top: 20px;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .image_menu_container .image_single {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .image_menu_container .image_single .image_single_img_container {
      width: 200px;
      height: 200px; } }

@media screen and (max-width: 700px) {
  .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle.icon_circle.mixes {
    max-width: 44%; } }

@media screen and (max-width: 600px) {
  .header_mask .logo_container img {
    max-height: 120px;
    margin-top: 9px; } }

@media screen and (max-width: 600px) {
  .mobile_menu_item .absolute_center {
    width: 98%; }
  .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
    max-width: 85px; } }

@media screen and (max-width: 375px) {
  .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
    max-width: 60px; } }

@media screen and (max-width: 320px) {
  .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
    max-width: 40px; } }

@media screen and (max-width: 480px) {
  .header_mask {
    height: 90.5vh; }
    .header_mask .slide_content_text {
      top: 28%;
      padding: 0 10px; }
      .header_mask .slide_content_text h2 {
        font-size: 2.65em; }
      .header_mask .slide_content_text.fit_to_cans {
        top: 42%; }
  .header_image {
    max-height: 90vh; }
  .slider_container {
    height: 90vh; }
    .slider_container .single_slide {
      height: 90vh; }
  /*.image_menu_container 
  {
    padding-top: 35px; 
  }*//* shailendra*/


  .image_menu_container 
  {
    padding-top: 35px; 
    padding-left: 5px;
  }


  .image_single {
    width: 100%; }
  .slider_container .single_slide.single_slide_1 {
    background-image: url(../img/mobile_slides/mobile_1_.jpg); }
  .slider_container .single_slide.single_slide_2 {
    background-image: url(../img/mobile_slides/mobile_2_.jpg); }
  .slider_container .single_slide.single_slide_3 {
    background-image: url(../img/mobile_slides/mobile_3_.jpg); }
  .slider_container .single_slide.single_slide_4 {
    background-image: url(../img/mobile_slides/mobile_4_1.jpg); }
  .image_menu_container .image_single .image_single_img_container {
    width: 165px;
    height: 165px; }
  footer .footer_menu a {
    width: 70%; }
  footer .enjoy_responsible a {
    font-size: 1em; } }

@media screen and (max-width: 374px) {
  .header_mask .logo_container img {
    max-height: 100px; } }

@media screen and (max-width: 360px) {
  .header_mask .slide_content_text h2 {
    font-size: 2.65em; } }

@media screen and (max-width: 320px) {
  .header_mask .slide_content_text {
    top: 28%; }
    .header_mask .slide_content_text h2 {
      font-size: 2em; }
  .image_single {
    width: 100%; } }

@media screen and (max-height: 768px) {
  .header_mask .slide_content .bootle_image {
    max-height: 350px; }
    .header_mask .slide_content .bootle_image.cains {
      max-height: 200px;
      margin-top: 150px; }
  .header_mask .slide_content .bootle_stain {
    max-height: 120px;
    top: 245px; }
    .header_mask .slide_content .bootle_stain.single_can_stain {
      top: 265px; } }

@media screen and (max-height: 640px) {
  .header_mask .slide_content .bootle_image {
    max-height: 270px;
    top: 45px; }
    .header_mask .slide_content .bootle_image.cains {
      max-height: 180px;
      margin-top: 95px; }
  .header_mask .slide_content .bootle_stain {
    max-height: 120px;
    top: 230px; }
    .header_mask .slide_content .bootle_stain.single_can_stain {
      top: 255px; } }

@media screen and (max-height: 580px) {
  .header_mask .slide_content .bootle_image {
    max-height: 240px;
    top: 45px; }
    .header_mask .slide_content .bootle_image.cains {
      max-height: 150px;
      margin-top: 80px; }
  .header_mask .slide_content .bootle_stain {
    max-height: 120px;
    top: 210px; }
    .header_mask .slide_content .bootle_stain.single_can_stain {
      top: 230px; } }

@media screen and (max-height: 479px) {
  .mobile_menu_item .icon_circle {
    display: none; }
  .mobile_menu_item.active_page, .mobile_menu_item:hover {
    color: #a1853e; } }

@media screen and (max-height: 479px) {
  .mobile_menu_item .icon_circle {
    display: none; }
  .mobile_menu_item.active_page, .mobile_menu_item:hover {
    color: #a1853e; }
  .header_mask .slide_content .bootle_stain {
    display: none !important; } }

@media screen and (max-width: 800px) and (min-height: 1200px) {
  .header_mask .slide_content {
    bottom: 42%; } }

@media screen and (min-width: 700px) and (max-height: 660px) {
  .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle {
    max-width: 40%; }
    .mobile_menu .mobile_menu_container .mobile_menu_item .icon_circle.icon_circle.mixes {
      max-width: 33%; } }

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

    @media only screen and (max-width: 991px){
      .main_menu{
               justify-content: end;
              }
    }

    .image-hover {
      width: 17px; /* Specify the width */
      height: 17px; /* Specify the height */
     /* background-image: url('../img/social_icons/tw.png'); *//* Initial background image */
    }
  
  .image-hover:hover {
      background-image: url('../img/social_icon/tw_after_click.png'); /* Change on hover */
  }

  /*18-08-24*/
 /* .main_menu .main_menu_test{
    display: inline; 
  }*/ 


  .image-hover-mobile {
    
    /* background-image: url(../img/social_icons/tw.png); */
    padding-right: 20px;
}


