:root {
  --white: white;
  --black: black;
  --goldenrod: #d29c40;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 3px 22px rgba(0, 0, 0, .35);
}

.nav-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
}

.brand-link {
  float: none;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-link.w--current {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu {
  float: none;
  text-align: center;
  padding-top: 25px;
}

.nav-link {
  color: #000;
  border-bottom: 2px solid #fff;
  margin-left: 35px;
  margin-right: 35px;
  padding: 2px 0;
  font-weight: 600;
}

.nav-link.w--current {
  color: #000;
  border-bottom: 2px solid #d29c40;
}

.home-hero {
  background-image: linear-gradient(rgba(18, 18, 18, .6), rgba(18, 18, 18, .6)), url('../images/home-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-hero-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 250px;
  padding-bottom: 250px;
  display: block;
}

.hero-hor-line {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-vinbros {
  color: #d29c40;
  text-align: center;
  margin-top: -45px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.hero-sub-head {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.welcome-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.welcome-section {
  background-image: url('../images/home-welcome.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.des-hor-line {
  background-color: #000;
  width: 100px;
  height: 4px;
}

.section-head {
  color: #d29c40;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.section-text {
  color: #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-detail {
  padding-top: 20px;
}

.welcome-contact-text {
  float: left;
  color: #d29c40;
  width: 65px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.welcome-contact-text.black {
  float: none;
  color: #121212;
  width: auto;
  padding-bottom: 5px;
  padding-left: 0;
  font-weight: 500;
  display: block;
}

.welcome-contact-text-cont {
  padding-left: 75px;
}

.welcome-contact-email {
  color: #121212;
  border-bottom: 1px solid #fff;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.welcome-contact-email:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.footer-section {
  background-color: #000;
}

.footer-container {
  border-bottom: 1px solid #d29c40;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 35px;
  display: block;
}

.footer-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-copyright {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-nav-container {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: block;
}

.footer-nav-link {
  color: #fff;
  margin-left: 45px;
  margin-right: 45px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-nav-link:hover {
  color: #d29c40;
}

.product-content-section {
  display: block;
}

.product-content-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.product-hero {
  background-image: linear-gradient(rgba(18, 18, 18, .95), rgba(18, 18, 18, .95)), url('../images/products-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.product-hero-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-heading {
  color: #d29c40;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.product-list {
  color: #d29c40;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.tab-menu {
  text-align: center;
}

.tab-link {
  color: #121212;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #fff;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #d29c40;
}

.price-per-carton {
  color: #121212;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.price-per-carton.second {
  padding-top: 0;
  padding-bottom: 35px;
}

.products-row {
  margin-bottom: 60px;
}

.product-blocks {
  color: #121212;
}

.product-content {
  padding-left: 220px;
}

.product-img {
  float: left;
  border: 1px solid rgba(18, 18, 18, .2);
  width: 200px;
}

.product-heading {
  color: #d29c40;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.product-desc {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.product-price {
  color: #121212;
  padding-top: 10px;
  font-size: 28px;
  font-weight: 500;
}

.about-hero {
  background-image: linear-gradient(rgba(18, 18, 18, .6), rgba(18, 18, 18, .6)), url('../images/about-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-hero-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
}

.about-hero-hor-line {
  background-color: #d29c40;
  width: 120px;
  height: 3px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-section1 {
  background-image: url('../images/about-sec-1-bg.png');
  background-position: 95% 95%;
  background-repeat: no-repeat;
}

.about-section1-cont {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.about-section-hor-line {
  background-color: #d29c40;
  width: 120px;
  height: 3px;
  margin-bottom: 30px;
}

.about-section-hor-line.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-section-hor-line.center.last {
  margin-top: 30px;
  margin-bottom: 0;
}

.about-section-hor-line.white {
  background-color: #fff;
}

.about-content {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.about-content.white {
  color: #fff;
}

.about-content.white.last {
  padding-bottom: 0;
}

.about-content.center {
  text-align: center;
  padding-bottom: 30px;
}

.about-content.center.last {
  padding-bottom: 0;
}

.about-content.side-border {
  border-left: 3px solid #d29c40;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}

.about-content.no-border {
  padding-bottom: 0;
  padding-left: 30px;
}

.about-img.right {
  float: right;
}

.about-img.mobile {
  display: none;
}

.about-row {
  padding-bottom: 80px;
}

.about-row.last {
  padding-bottom: 0;
}

.about-section2 {
  background-image: url('../images/abt-sec2-bg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.about-section2-cont {
  display: block;
}

.abt-sec2-col1 {
  background-color: #121212;
}

.abt-sec2-content {
  float: right;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 70px;
  display: block;
}

.about-section3 {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-section3-cont {
  background-color: #fff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: block;
}

.about-section4 {
  background-image: url('../images/abt-sec4-bg.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.abt-sec4-col2 {
  background-color: #d29c40;
}

.abt-sec4-content {
  width: 80%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}

.abt-sec2-img-holder {
  background-image: url('../images/abt-sec2-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: none;
}

.abt-sec4-img-holder {
  background-image: url('../images/abt-sec4-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: none;
}

.about-section5 {
  background-color: #f5f5f5;
}

.about-section5-cont {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.abt-img3 {
  margin-top: -30px;
}

.about-section6 {
  background-image: linear-gradient(rgba(18, 18, 18, .9), rgba(18, 18, 18, .9)), url('../images/abt-sec6-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-sectino6-cont {
  background-color: #fff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: block;
}

.contact-hero {
  background-image: linear-gradient(rgba(18, 18, 18, .9), rgba(18, 18, 18, .9)), url('../images/contact-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.contact-hero-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: block;
}

.contact-detail-row {
  border-top: 1px solid #d29c40;
  margin-top: 40px;
  padding-top: 40px;
}

.contact-detail-col1 {
  padding-left: 0;
}

.contact-detail-col2 {
  padding-right: 0;
}

.contact-details-head {
  color: #d29c40;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.contact-details-head.first {
  padding-top: 0;
}

.contact-detail-desc {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.contact-detail-email {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.contact-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.contact-section-head {
  color: #d29c40;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.contact-input {
  border: 1px solid #d29c40;
  height: 40px;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-form-col1 {
  padding-left: 0;
}

.contact-form-col2 {
  padding-right: 0;
}

.contact-textarea {
  border: 1px solid #d29c40;
  min-height: 110px;
}

.contact-textarea.address {
  min-height: 80px;
}

.contact-button {
  color: #fff;
  background-color: #d29c40;
  width: 180px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.contact-form-block {
  padding-bottom: 40px;
}

.contact-brand-head {
  color: #d29c40;
  text-align: center;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.contact-brand-head.padding {
  padding-bottom: 10px;
}

.contact-brand-row {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-brand-row.last {
  padding-bottom: 30px;
}

.checkbox {
  width: 15px;
  height: 15px;
}

.checkbox-field-label {
  color: #121212;
  margin-bottom: 0;
  padding-top: 1px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.certification-hero {
  background-image: linear-gradient(rgba(18, 18, 18, .95), rgba(18, 18, 18, .95)), url('../images/products-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.certification-hero-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.cert-row {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
}

.cert-row.last {
  padding-top: 20px;
}

.cert-blocks {
  background-color: #fff;
  border: 6px solid #d29c40;
  width: 370px;
  padding: 30px 15px 15px;
}

.cert-blocks.right {
  float: right;
}

.cert-head {
  color: #d29c40;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.cert-desc {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.cert-button {
  color: #fff;
  text-align: center;
  background-color: #d29c40;
  width: 180px;
  height: 45px;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.cert-section1 {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.cert-container {
  text-align: center;
  background-color: #fff;
  width: 65%;
  height: 100%;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.close-container {
  background-color: #d29c40;
  width: 100%;
  margin-top: -58px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.close-container._1080 {
  width: 83%;
}

.close-container._400 {
  width: 400px;
}

.certification-img {
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.close-button {
  float: right;
  cursor: pointer;
  padding: 14px;
}

.cert-section2, .cert-section3 {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.cert-section4 {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-heading {
  float: left;
  color: #fff;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.brand-iso {
  color: #000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.product-price-list-text {
  color: #121212;
  text-align: center;
  margin-top: 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.product-price-list-span {
  color: #121212;
  cursor: pointer;
  border-bottom: 1px solid #121212;
  text-decoration: none;
}

.product-price-list-span:hover {
  color: #d29c40;
  border-bottom-color: #d29c40;
}

.product-price-list-span.w--current {
  color: #121212;
  text-decoration: none;
  display: inline;
}

.product-list-para {
  color: #121212;
  text-align: center;
  width: 80%;
  margin: 10px auto 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  display: block;
}

.cert-img-cont {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
}

.test-img {
  width: 200px;
}

.bold-text {
  font-weight: 300;
}

html.w-mod-js [data-ix="nav1"], html.w-mod-js [data-ix="nav2"], html.w-mod-js [data-ix="nav3"], html.w-mod-js [data-ix="nav4"], html.w-mod-js [data-ix="nav5"] {
  opacity: 0;
  transform: translate(0, -15px);
}

html.w-mod-js [data-ix="title-right"] {
  transform: translate(-40px);
}

html.w-mod-js [data-ix="title-left"] {
  transform: translate(40px);
}

html.w-mod-js [data-ix="hor-line"] {
  transform: scale(.01, 1);
}

html.w-mod-js [data-ix="content-fade1"], html.w-mod-js [data-ix="content-fade-2"], html.w-mod-js [data-ix="content-fade-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="float-left"] {
  transform: translate(40px);
}

html.w-mod-js [data-ix="float-right"] {
  transform: translate(-40px);
}

@media screen and (max-width: 991px) {
  .nav-container {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #f6f6f6;
    padding: 25px 35px;
  }

  .nav-link {
    text-align: center;
    border-bottom-color: #f6f6f6;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .menu-button {
    float: none;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 40px;
    line-height: 40px;
    display: block;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #d29c40;
  }

  .home-hero-container {
    width: 90%;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .hero-sub-head {
    width: 100%;
    font-size: 20px;
  }

  .welcome-container {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .welcome-section {
    background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/home-welcome.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .footer-nav-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .product-content-container {
    width: 95%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-hero-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .product-list {
    padding-bottom: 60px;
  }

  .tab-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
  }

  .tab-pane {
    height: auto;
  }

  .product-content {
    padding-left: 0;
  }

  .product-img {
    float: none;
  }

  .product-heading {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .product-desc {
    padding-bottom: 15px;
  }

  .tabs {
    height: auto;
  }

  .about-hero-container {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .about-section1-cont {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-img.right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-img.desktop {
    display: none;
  }

  .about-img.mobile {
    display: block;
  }

  .about-row {
    padding-bottom: 60px;
  }

  .about-section2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .abt-sec2-col1, .abt-sec2-col2 {
    padding-left: 0;
    padding-right: 0;
  }

  .abt-sec2-content {
    float: none;
    width: 90%;
    padding-right: 0;
  }

  .about-section3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-section3-cont {
    width: 90%;
    padding: 50px;
  }

  .about-section4 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .abt-sec4-col1 {
    padding-left: 0;
    padding-right: 0;
  }

  .abt-sec4-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-left: 0;
    display: block;
  }

  .abt-sec2-img-holder, .abt-sec4-img-holder {
    display: block;
  }

  .about-section5-cont {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .abt-img3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-section6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-sectino6-cont {
    width: 90%;
    padding: 50px;
  }

  .contact-hero-container {
    width: 90%;
  }

  .contact-details-head, .contact-details-head.first, .contact-detail-desc {
    text-align: center;
  }

  .contact-container {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-email-block, .div-block-2 {
    text-align: center;
  }

  .gmap {
    margin-top: 40px;
  }

  .certification-hero-container {
    width: 90%;
  }

  .cert-blocks {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cert-blocks.right {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cert-container {
    width: 85%;
  }

  .close-container._1080 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    width: 95%;
    padding-top: 20px;
  }

  .home-hero-container {
    width: 95%;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .hero-vinbros {
    font-size: 38px;
    line-height: 42px;
  }

  .hero-sub-head {
    font-size: 18px;
    line-height: 26px;
  }

  .welcome-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .welcome-section {
    background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-head {
    font-size: 32px;
    line-height: 36px;
  }

  .footer-container {
    padding-bottom: 25px;
  }

  .footer-nav-link {
    margin-bottom: 5px;
  }

  .product-content-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-hero-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .product-list {
    padding-bottom: 40px;
  }

  .products-row {
    margin-bottom: 0;
  }

  .products-col1, .products-col2 {
    margin-bottom: 40px;
  }

  .product-content {
    padding-left: 220px;
  }

  .product-img {
    float: left;
  }

  .product-heading {
    padding-top: 0;
  }

  .about-hero-container {
    width: 90%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-section1-cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-section-hor-line.center.last {
    margin-top: 20px;
  }

  .about-row {
    padding-bottom: 40px;
  }

  .abt-sec2-content, .about-section3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-section3-cont {
    width: 90%;
    padding: 30px 25px 25px;
  }

  .abt-sec4-content {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-section5-cont {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-sectino6-cont {
    padding: 25px;
  }

  .contact-container {
    width: 95%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-form-col1 {
    padding-right: 0;
  }

  .contact-form-col2 {
    padding-left: 0;
  }

  .cert-blocks {
    width: 100%;
  }

  .cert-container {
    width: 95%;
    margin-top: 46px;
  }

  .close-container {
    margin-top: -46px;
  }

  .close-container._400 {
    width: 100%;
  }

  .close-button {
    padding: 8px;
  }

  .popup-heading {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-container {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-vinbros {
    font-size: 34px;
    line-height: 40px;
  }

  .hero-sub-head {
    font-size: 16px;
    line-height: 24px;
  }

  .welcome-container {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-head {
    font-size: 30px;
  }

  .section-text {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-container {
    padding-bottom: 25px;
  }

  .product-content-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-hero-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .product-list {
    padding-bottom: 20px;
  }

  .tab-link {
    text-align: center;
  }

  .product-content {
    padding-left: 0;
  }

  .product-img {
    float: none;
  }

  .about-hero-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-content.side-border {
    border-left-style: none;
    padding-left: 0;
  }

  .about-content.no-border {
    padding-left: 0;
  }

  .about-section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-section3-cont {
    padding: 15px;
  }

  .abt-sec4-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-sectino6-cont {
    padding: 15px 15px 25px;
  }

  .contact-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .close-container._400 {
    width: 100%;
  }
}


