@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Sarina);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 16px/24px "Lato", sans-serif;
  color: #98928c;
  background: #353535;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ec8916;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 900 36px/36px "Lato", sans-serif;
  color: #424242;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 18px;
}
h2:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 170px;
  background: #535353;
  left: 50%;
  margin-left: -85px;
  bottom: 0;
}
h3 {
  font: 900 20px/20px "Lato", sans-serif;
  color: #424242;
  text-transform: uppercase;
}
h4 {
  font: 900 43px/43px "Lato", sans-serif;
  color: #41aabf;
}
.heading1 {
  margin-top: 40px;
  display: block;
  text-align: center;
  margin-bottom: 83px;
}
.heading1 h2 {
  margin-bottom: 21px;
}
.heading1 .secondary {
  font: 400 18px/28px "Lato", sans-serif;
  color: #535353;
  display: block;
}
.heading1.heading1__inset1 h2 {
  color: #c43010;
}
.heading1.heading1__inset2 h2 {
  color: #ffffff;
}
.heading1.heading1__inset2 h2:after {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}
.heading1.heading1__inset2 span {
  color: #ffffff;
}
.heading1.heading1__inset3 h2 {
  color: #41aabf;
}
.heading1.heading1__offset1 {
  margin-bottom: 51px;
}
.heading1.heading1__offset2 {
  margin-bottom: 73px;
}
.heading1.heading1__offset3 {
  margin-bottom: 57px;
}
/* ======= Buttons ======= */
.btn-big {
  display: block;
  width: 100%;
  text-align: center;
  font: 300 29px/29px "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 15px 10px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-big:hover {
  background: #ec8916;
  border-color: #ec8916;
  color: #ffffff;
}
.btn-big.btn-big__offset1 {
  margin-top: 62px;
}
/* ======= Wrappers ======= */
.triangle-wrapper {
  position: relative;
  z-index: 20;
  background: #edead9;
}
.triangle-wrapper:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  top: -30px;
  background: url(../images/triangle1.png) no-repeat center top;
}
.triangle-wrapper:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 29.5px 0 29.5px;
  border-color: #edead9 transparent transparent transparent;
  left: 50%;
  margin-left: -29.5px;
  bottom: -29px;
  z-index: 10;
}
.triangle-wrapper.triangle-wrapper__inset1 {
  background: #353535;
}
.triangle-wrapper.triangle-wrapper__inset1:before {
  background-image: url(../images/triangle2.png);
}
.triangle-wrapper.triangle-wrapper__inset1:after {
  display: none;
}
.border-wrapper1 {
  border-bottom: 1px solid #424242;
}
.wrapper1 {
  padding-top: 13px;
}
.wrapper2 {
  padding-top: 38px;
}
.wrapper3 {
  padding-top: 22px;
}
.wrapper4 {
  padding-top: 29px;
  padding-bottom: 72px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
}
#header #stuck_container {
  background: #292929;
  position: relative;
}
#header .search-block {
  position: relative;
  float: right;
}
#header .search-block .icon {
  margin-top: 34px;
  margin-right: 37px;
  text-align: center;
  display: block;
  border-radius: 100px;
  background: #232323;
}
@media (max-width: 1600px) {
  #header .search-block .icon {
    margin-top: 35px;
    margin-right: 30px;
  }
}
@media (max-width: 1330px) {
  #header .search-block .icon {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #header .search-block .icon {
    margin-top: 5px;
    margin-right: 5px;
  }
}
#header .search-block .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 28px;
  line-height: 30px;
  color: #41aabf;
}
#header .search-block .icon:hover {
  cursor: pointer;
}
#header .search-block .icon:hover i {
  color: #ffffff;
}
#header .search-block #search {
  position: absolute;
  left: -152px;
  bottom: -76px;
  display: none;
}
@media (max-width: 1330px) {
  #header .search-block #search {
    left: -170px;
  }
}
@media (max-width: 767px) {
  #header .search-block #search {
    bottom: -55px;
  }
}
/* ======= Logo ======= */
h1 {
  float: left;
}
h1 a {
  display: block;
  padding: 34px 38px 30px 27px;
  background: #41aabf;
}
@media (max-width: 1330px) {
  h1 a {
    padding: 34px 9px 30px 6px;
  }
}
@media (max-width: 767px) {
  h1 a {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
h1 a:hover {
  color: #292929;
}
h1 span {
  font: 400 40px/31px "Sarina", sans-serif;
  color: #292929;
  display: inline-block;
  padding-left: 58px;
  position: relative;
}
h1 span:before {
  position: absolute;
  content: '';
  left: 0;
  top: -14px;
  width: 42px;
  height: 53px;
  overflow: hidden;
  
}
@media (max-width: 979px) {
  h1 span {
    font-size: 23px;
    padding-left: 30px;
  }
  h1 span:before {
    width: 21px;
    height: 26px;
    top: 1px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  h1 {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  h1 {
    width: 43%;
  }
  h1 span {
    font-size: 18px;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: right;
  margin-right: 55px;
}
@media (max-width: 1600px) {
  nav {
    margin-right: 12px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  text-align: center;
}
.sf-menu > li {
  letter-spacing: -0.025em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
@media (max-width: 979px) {
  .sf-menu > li {
    margin-top: 0;
  }
}
.sf-menu > li + li {
  margin-left: 7px;
}
@media (max-width: 1600px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
}
@media (max-width: 1330px) {
  .sf-menu > li + li {
    margin-left: 0;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f078";
  color: #edead9;
  bottom: 15px;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 24px/24px "Lato", sans-serif;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #edead9;
  padding: 37px 15px 34px;
}
@media (max-width: 1600px) {
  .sf-menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 10px;
  }
}
.sf-menu > li > a:hover {
  background: #232323;
  color: #7d7c7c;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: #232323;
  color: #7d7c7c;
}
.sf-menu > li.active-menu-item > a {
  background: #232323;
  color: #7d7c7c;
}
.sf-menu > li.active-menu-item > .sf-with-ul:after {
  color: #7d7c7c;
}
.sf-menu > li.sfHover > a {
  background: #232323;
  color: #7d7c7c;
}
.sf-menu > li.sfHover > a:after {
  color: #7d7c7c;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  display: none;
  min-width: 235px;
  font: 300 14px/37px "Lato", sans-serif;
  position: absolute;
  top: 95px;
  left: 0;
  background: #232323;
  text-align: left;
  padding: 19px 0 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  letter-spacing: 0;
  position: relative;
  display: block;
}
.sf-menu ul li:hover > a {
  background: #ec8916;
  color: #ffffff;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f054";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  padding-left: 32px;
  display: block;
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul > .sfHover > a {
  background: #ec8916;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #ec8916;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -19px;
  left: 235px;
  margin-left: 0;
  z-index: 4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 39%;
    float: right;
    margin-right: 7px;
    margin-left: 5px;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #ec8916;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background: #ffffff;
    font: 14px/28px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 9px 0 10px;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
@media only screen and (max-width: 767px) and (max-width: 479px) {
  nav {
    width: 41%;
  }
}
/*Core variables and mixins*/
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  padding-top: 95px;
  background: #edead9;
}
@media (max-width: 767px) {
  #content {
    padding-top: 42px;
  }
}
/* ======= Box 1 Welcome to our brewery! ======= */
.box1 {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 93px;
}
@media (max-width: 979px) {
  .box1 {
    padding: 0;
  }
}
.box1.first img {
  border-color: #b7c136;
}
.box1.first h3 a:hover {
  color: #b7c136;
}
.box1.second img {
  border-color: #41aabf;
}
.box1.second h3 a:hover {
  color: #41aabf;
}
.box1.third img {
  border-color: #ec8916;
}
.box1.third h3 a:hover {
  color: #ec8916;
}
.box1 img {
  border: 4px solid #98928c;
  border-radius: 500px;
  margin-bottom: 32px;
}
.box1 h3 {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .home .hashAncor {
    margin-top: -42px !important;
    height: 42px !important;
  }
}
/* ======= Vimeo video  ======= */
.vimeo-video1 {
  -webkit-box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.55);
}
.vimeo-video1 iframe {
  width: 100%;
  height: 337px;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 271.96491228070175px;
  }
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 215.20701754385962px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 248.3157894736842px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 159.6315789473684px;
  }
}
/* ======= Box 2 Our beers ======= */
.box2 {
  margin-top: 6px;
  text-align: center;
  margin-bottom: 105px;
}
.box2 .content {
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 5px 23px;
}
.box2 .content img {
  border-radius: 500px;
  margin-bottom: 20px;
}
.box2 .content h4 a:hover {
  color: #c43010;
}
.box2 .button {
  display: block;
  width: 100%;
  background: #c43010;
  font: 300 29px/29px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 10px 19px;
}
.box2 .button:hover {
  background: #41aabf;
  color: #ffffff;
}
/* ======= Box 3 Gallery ======= */
.box3 {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.4);
}
/* ======= Box 4 Our services ======= */
.box4 {
  text-align: center;
  margin-bottom: 72px;
}
.box4 .label {
  display: inline-block;
  width: 170px;
  height: 170px;
  background: #ffffff;
  border-radius: 500px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box4 .label i {
  color: #ec8916;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 170px;
}
.box4 .label i.fa-users {
  font-size: 72px;
}
.box4 .label i.fa-thumbs-o-up {
  font-size: 90px;
}
.box4 .label i.fa-comments {
  font-size: 80px;
}
.box4 h3 {
  margin-bottom: 12px;
}
.box4 h3 a:hover {
  color: #41aabf;
}
.box4:hover .label {
  background: #41aabf;
}
.box4:hover .label i {
  color: #edead9;
}
/* ======= Graph wrapper ======= */
.graph-wrapper {
  padding-top: 87px;
  padding-bottom: 79px;
}
/* ======= Graph ======= */
.graph {
  margin-bottom: 10px;
}
.graph .wrapper {
  overflow: hidden;
  background: #d9d3c3;
  width: 100%;
  height: 40px;
  font: 700 18px/40px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 479px) {
  .graph .wrapper {
    font-size: 10px;
  }
}
.graph .wrapper .bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  width: 95%;
  height: 100%;
  background: #c43010;
  position: relative;
}
.graph .wrapper .bar .percents {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 53px;
  text-align: center;
  background: #363a3f;
}
.graph.graph__inset1 .wrapper .bar {
  background: #41aabf;
  width: 80%;
}
.graph.graph__inset2 .wrapper .bar {
  background: #b7c136;
  width: 64%;
}
.graph.graph__inset3 .wrapper .bar {
  background: #ec8916;
  width: 79%;
}
/* ======= Box 5 Privacy Policy ======= */
.box5 {
  text-align: center;
  margin-bottom: 24px;
}
.box5 .heading {
  display: block;
  color: #424242;
}
.box5 .simple-link {
  margin-top: 24px;
}
/* ======= Google Map  ======= */
.google-map_contacts {
  height: 450px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 100%;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #41aabf;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 72px;
}
.socials1 li a {
  border-radius: 200px;
  display: block;
}
.socials1 li a i {
  color: #353535;
  background: #ffffff;
  text-align: center;
  font-size: 47px;
  display: block;
  width: 87px;
  height: 87px;
  line-height: 91px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  background: #41aabf;
  color: #353535;
}
@media (max-width: 479px) {
  .socials1 {
    text-align: center;
  }
  .socials1 li {
    display: block;
    margin-bottom: 10px;
  }
  .socials1 li i {
    margin: 0 auto;
  }
  .socials1 li + li {
    margin-left: 0;
  }
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
}
.gallery_image a img {
  width: 100%;
  margin-bottom: 0;
}
.gallery_image a .description {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  font: 400 14px/17px "Lato", sans-serif;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0px;
  background: url(../images/background2.png) repeat;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.gallery_image a .description .info {
  padding: 0 55px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .gallery_image a .description .info {
    padding: 0 5px;
  }
}
@media (max-width: 979px) {
  .gallery_image a .description .info {
    padding: 0 5px;
    margin-top: -34px;
  }
}
@media (max-width: 767px) {
  .gallery_image a .description .info {
    margin-top: -17px;
  }
}
@media (max-width: 479px) {
  .gallery_image a .description .info {
    margin-top: -25px;
  }
}
.gallery_image a:hover .description {
  height: 137px;
}
.relative-wrapper {
  position: relative;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  overflow: hidden;
  text-align: center;
}
#footer .socials1 {
  margin-top: 9px;
}
#footer .privacy-block {
  margin-top: 68px;
  margin-bottom: 93px;
  font: 400 18px/18px "Lato", sans-serif;
  color: #ffffff;
}
#footer .privacy-block a:hover {
  color: #41aabf;
}
#footer .privacy-block .name {
  text-transform: uppercase;
}
#footer.common {
  background: #353535;
  padding: 17px 0;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #6f7274;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f26522;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
