body {
  height: 100%;
  padding-right: 4%;
  padding-left: 4%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #88b644;
  text-decoration: underline;
}

a:hover {
  color: #0c0c0c;
}

li {
  margin-bottom: -5px;
}

.verification-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(179deg, rgba(0, 0, 0, .1) 16%, rgba(0, 0, 0, .5)), url('../images/vodka-glass.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  color: #fff;
}

.verification-content-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.verification-logo {
  height: 120px;
  margin-bottom: 110px;
  opacity: 0.61;
}

.age-verification-title {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.age-verification-title._2 {
  margin-top: 15px;
  font-size: 21px;
  font-weight: 400;
}

.button {
  margin-top: 10px;
  border: 2px solid #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.button.verification-button {
  margin-top: 30px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 25px;
  padding-left: 25px;
  border-color: #fff;
  border-radius: 20px;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
}

.button.verification-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.button.verification-button.no:hover {
  border-color: #c4c4c4;
  background-color: #c4c4c4;
}

.button.hero-button {
  margin-top: 30px;
  border-color: #fff;
  border-radius: 20px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  color: #fff;
}

.button.hero-button:hover {
  border-color: #000;
  background-color: #000;
}

.container {
  position: relative;
}

.container.hero-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-section {
  height: 100%;
  background-image: url('../images/floor-billiard.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .27);
  color: #fff;
  text-align: center;
}

.hero-title {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 0 0 13px rgba(0, 0, 0, .1);
}

.hero-title._2 {
  margin-top: 10px;
  font-size: 57px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 0 0 13px rgba(0, 0, 0, .15);
}

.content-image-block {
  position: relative;
  width: 40%;
  height: 810px;
  float: left;
  background-color: #fff;
  background-image: url('../images/Vodka-rocks.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-image-block.the-vodka {
  width: 60%;
  height: 660px;
  float: right;
  background-image: url('../images/Windmills.jpg');
  background-position: 50% 50%;
  background-size: 1720px;
}

.content-image-block.the-bottle {
  position: relative;
  width: 30%;
  height: 560px;
  float: right;
  background-color: #fff;
  background-image: url('../images/Bottle-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-image-block.bottle-gallery {
  width: 30%;
  height: 560px;
  float: right;
  background-color: #fff;
  background-image: none;
}

.content-image-block.next-to-bottle {
  height: 410px;
  background-image: url('../images/bong-vodka-mojito.jpg');
  background-size: cover;
}

.content-image-block.accolades {
  height: 730px;
  float: right;
  background-image: none;
}

.content-image-block.challenge {
  width: 60%;
  height: 520px;
  background-image: url('../images/Wheat.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.content-image-block.press {
  width: 60%;
  height: 560px;
  background-image: url('../images/Amsterdam.jpg');
  background-size: cover;
}

.content-image-block.with-slider-last {
  height: 350px;
}

.content-image-block.vodka {
  background-image: url('../images/vodka-glass.jpg');
  background-position: 50% -86px;
  background-size: cover;
}

.content-block-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .19);
  color: #fff;
}

.content-block-overlay.press {
  background-color: rgba(0, 0, 0, .2);
}

.content-block-overlay.vodka {
  background-color: rgba(0, 0, 0, .0);
}

.content-block-overlay.accolades {
  background-color: #161b2e;
  background-image: linear-gradient(135deg, #00356f, #161b2e);
}

.content-block-overlay.accolades.vodka {
  background-color: rgba(17, 23, 31, .1);
  background-image: none;
}

.content-block-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 180px 60px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(9, 19, 31, .7)));
  background-image: linear-gradient(180deg, transparent, rgba(9, 19, 31, .7));
}

.content-block-title {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content-block-title.subtitle {
  margin-top: -15px;
  margin-bottom: 35px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.content-block-title.larger {
  font-size: 47px;
  line-height: 38px;
  text-shadow: 0 0 16px rgba(0, 0, 0, .14);
}

.hover-content-block {
  position: absolute;
  left: 0px;
  top: 52%;
  right: 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hover-content-block.left-align {
  text-align: left;
}

.hover-content-block.bottle {
  padding-right: 11%;
  padding-left: 20%;
  text-align: left;
}

.block-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/Photo-12.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.slide.bottom-slide-1 {
  background-image: url('../images/Photo-8.jpg');
}

.slide.bottom-slide-2 {
  background-image: url('../images/Photo-9.jpg');
}

.slide.bottom-slide-3 {
  background-image: url('../images/girls-club3.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/Photo-7.jpg');
  background-position: 100% 50%;
}

.bullet-list {
  padding-left: 15px;
}

.accolade-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.accolade-title._2 {
  margin-top: 4px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.press-item {
  position: relative;
  padding: 25px;
  border: 0px solid rgba(0, 0, 0, .3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .6);
  text-align: center;
}

.press-item-title {
  margin-bottom: 7px;
  font-size: 31px;
  font-weight: 300;
}

.press-item-title.name {
  margin-top: 18px;
  margin-bottom: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.press-item-title.brand {
  margin-top: 7px;
  margin-bottom: 0px;
  opacity: 0.5;
  font-size: 11px;
  line-height: 12px;
}

.press-block-slider {
  height: auto;
  margin-top: 25px;
  background-color: transparent;
}

.slider-nav {
  margin-bottom: -57px;
  padding-right: 6px;
  font-size: 7px;
  text-align: right;
}

.press-slide-image {
  height: 70px;
  margin-bottom: 18px;
  opacity: 0.8;
}

.footer-section {
  background-color: #272727;
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-overlay {
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(27, 27, 27, .9)));
  background-image: linear-gradient(180deg, #000, rgba(27, 27, 27, .9));
  color: #fff;
}

.footer-column {
  margin-bottom: 5px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.footer-icon-block {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 40px;
  padding-top: 21px;
  border-radius: 15px;
  background-color: #43a3b5;
  background-image: linear-gradient(315deg, #4355b5, #43a3b5);
  text-align: center;
}

.footer-icon-block._2 {
  background-image: linear-gradient(135deg, #b56c43, #b543a7);
}

.footer-icon-block._4 {
  background-image: linear-gradient(315deg, #c73838, #e48723 85%);
}

.footer-icon {
  height: 30px;
}

.footer-title {
  margin-bottom: 13px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  color: #43a3b5;
}

.footer-link:hover {
  color: #fff;
}

.info-block {
  position: relative;
  max-width: 380px;
  margin-top: 21px;
  padding-left: 75px;
}

.info-block.accolade {
  position: relative;
  max-width: 100%;
  margin-top: 22px;
  padding-left: 85px;
}

.info-icon-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  margin-right: 17px;
  padding-top: 18px;
  float: left;
  border-radius: 5px;
  background-color: #;
  background-image: ;
  text-align: center;
}

.info-icon-block.accolade {
  width: 63px;
  height: 63px;
  padding-top: 22px;
  background-image: linear-gradient(137deg, #767c81, #225581 72%);
}

.info-icon-block.accolade._2 {
  background-image: linear-gradient(137deg, #ffdf41, #c08b45 72%);
}

.info-icon-block.accolade._3 {
  background-image: linear-gradient(135deg, #8ebb4a 8%, #43a3b5);
}

.info-icon-block._2 {
  background-image: linear-gradient(137deg, #3e51de, #8bde3e 72%);
}

.info-icon-block._3 {
  background-image: linear-gradient(137deg, #de8b3e, #3eb1de 72%);
}

.block-number {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.info-paragraph {
  margin-bottom: 0px;
}

.quote-paragraph {
  font-size: 21px;
  line-height: 28px;
  text-shadow: 0 0 9px rgba(0, 0, 0, .11);
}

.icon-block-icon {
  height: 19px;
}

.fixed-menu-wrapper {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 2000;
  width: 116px;
  padding: 8px 8px 0px 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.fixed-nav-link {
  display: block;
  margin-bottom: 8px;
  float: right;
  border-left: 8px solid transparent;
}

.fixed-nav-link:hover {
  color: #fff;
}

.fixed-nav-link.w--current {
  border-left-color: #2b4357;
}

.fixed-nav-image-block {
  position: relative;
  width: 100px;
  height: 62px;
  background-image: url('../images/vodka-glass.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

.fixed-nav-image-block.bottle {
  background-image: url('../images/wheat-field-icon.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.fixed-nav-image-block.accolades {
  background-image: url('../images/Photo-4.jpg');
}

.fixed-nav-image-block.press {
  background-image: url('../images/Amsterdam.jpg');
}

.fixed-nav-image-block.more-info {
  background-image: url('../images/Photo-1.jpg');
}

.fixed-nav-title {
  position: absolute;
  left: -106px;
  top: 20px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 3px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: right;
}

.intro-logo {
  height: 300px;
  margin-bottom: 50px;
  opacity: 0.6;
}

.centered-block-title-wrapper {
  display: block;
  width: auto;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.centered-block-title-wrapper.accolades {
  max-width: 400px;
  text-align: left;
}

.centered-block-title-wrapper.press {
  max-width: 440px;
  text-align: center;
}

.centered-block-title-wrapper.vodka {
  max-width: 390px;
  text-align: left;
}

html.w-mod-js *[data-ix="hide-hover-content-block"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-0"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-nav-title"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

@media (max-width: 991px) {
  .verification-logo {
    height: 80px;
    margin-bottom: 70px;
    opacity: 1;
  }
  .container.hero-container {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero-section {
    background-size: cover;
    background-attachment: scroll;
  }
  .hero-title._2 {
    font-size: 53px;
  }
  .content-image-block.the-vodka {
    height: 440px;
    background-size: cover;
  }
  .content-image-block.the-bottle {
    height: 420px;
  }
  .content-image-block.bottle-gallery {
    height: 420px;
  }
  .content-image-block.next-to-bottle {
    height: 270px;
  }
  .content-image-block.accolades {
    height: 520px;
  }
  .content-image-block.challenge {
    height: 310px;
  }
  .content-image-block.press {
    height: 400px;
  }
  .content-image-block.with-slider-last {
    height: 190px;
  }
  .content-image-block.vodka {
    height: 590px;
    background-size: auto 470px;
  }
  .content-block-overlay.accolades.vodka {
    background-color: rgba(24, 35, 49, .6);
  }
  .content-block-title-wrapper {
    padding: 15px;
  }
  .content-block-title {
    margin-bottom: 15px;
    font-size: 31px;
  }
  .content-block-title.subtitle {
    margin-top: -5px;
  }
  .content-block-title.larger {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 30px;
  }
  .hover-content-block.bottle {
    padding-left: 21px;
  }
  .accolade-title {
    font-size: 15px;
    line-height: 16px;
  }
  .press-item-title {
    font-size: 27px;
  }
  .footer-overlay {
    padding: 65px 20px;
  }
  .footer-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .info-block {
    padding-left: 65px;
  }
  .info-block.accolade {
    padding-left: 75px;
  }
  .info-icon-block {
    width: 46px;
    height: 46px;
    padding-top: 11px;
  }
  .info-icon-block.accolade {
    width: 53px;
    height: 53px;
    padding-top: 16px;
  }
  .quote-paragraph {
    font-size: 18px;
    line-height: 24px;
  }
  .intro-logo {
    height: 105px;
  }
  .centered-block-title-wrapper {
    width: 100%;
    max-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .centered-block-title-wrapper.accolades {
    padding-right: 0px;
  }
  .centered-block-title-wrapper.vodka {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-paragraph {
    font-size: 12px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 3%;
    padding-left: 3%;
  }
  .verification-content-block {
    width: 100%;
  }
  .container.hero-container {
    position: relative;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-section {
    height: auto;
  }
  .hero-section-overlay {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .hero-title._2 {
    font-size: 33px;
    line-height: 40px;
  }
  .content-image-block.the-vodka {
    width: 50%;
    height: 350px;
  }
  .content-image-block.the-bottle {
    width: 60%;
    height: 390px;
  }
  .content-image-block.bottle-gallery {
    width: 50%;
    height: 350px;
  }
  .content-image-block.next-to-bottle {
    width: 40%;
    height: 390px;
  }
  .content-image-block.accolades {
    width: 100%;
    height: auto;
  }
  .content-image-block.challenge {
    width: 100%;
    height: auto;
  }
  .content-image-block.press {
    width: 100%;
    height: 350px;
  }
  .content-image-block.vodka {
    width: 100%;
    height: auto;
    background-position: 50% -73px;
    background-size: contain;
  }
  .content-block-overlay.accolades.vodka {
    height: auto;
    background-color: rgba(24, 35, 49, .4);
  }
  .content-block-overlay.accolades.bottle {
    padding-top: 48px;
  }
  .content-block-title-wrapper {
    position: relative;
    padding-top: 135px;
    padding-right: 5px;
    padding-bottom: 45px;
  }
  .content-block-title.subtitle {
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .hover-content-block {
    position: relative;
    top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hover-content-block.bottle {
    padding-top: 0px;
    padding-left: 40px;
  }
  .footer-overlay {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .footer-column {
    padding-bottom: 10px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .footer-icon-block {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    padding-top: 13px;
  }
  .footer-icon {
    height: 23px;
  }
  .footer-title {
    margin-bottom: 7px;
  }
  .info-block {
    max-width: 1000px;
  }
  .info-icon-block {
    height: 50px;
    padding-top: 14px;
  }
  .quote-paragraph {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 19px;
  }
  .intro-logo {
    height: 45px;
    margin-bottom: 20px;
  }
  .centered-block-title-wrapper {
    width: 90%;
    max-width: auto;
  }
  .centered-block-title-wrapper.accolades {
    max-width: 900px;
  }
  .centered-block-title-wrapper.vodka {
    width: 90%;
    max-width: 900px;
  }
  .centered-block-title-wrapper.vision {
    width: 100%;
  }
  .footer-paragraph {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .verification-block {
    background-image: linear-gradient(179deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .8)), url('../images/Vodka-rocks-2.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .verification-content-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .verification-logo {
    height: 40px;
    margin-bottom: 30px;
  }
  .age-verification-title {
    font-size: 23px;
  }
  .age-verification-title._2 {
    margin-top: 5px;
    font-size: 14px;
  }
  .button.verification-button {
    margin-top: 20px;
  }
  .container.hero-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-title {
    font-size: 13px;
    line-height: 16px;
  }
  .hero-title._2 {
    font-size: 40px;
    line-height: 33px;
  }
  .content-image-block.the-vodka {
    width: 65%;
    height: 270px;
  }
  .content-image-block.the-bottle {
    width: 100%;
    height: auto;
  }
  .content-image-block.bottle-gallery {
    width: 35%;
    height: 270px;
  }
  .content-image-block.next-to-bottle {
    width: 100%;
    height: 160px;
    background-position: 50% 50%;
  }
  .content-block-overlay.accolades.bottle {
    padding-left: 25px;
  }
  .content-block-title-wrapper {
    padding-top: 85px;
    padding-left: 5px;
  }
  .content-block-title.subtitle {
    width: 90%;
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 17px;
  }
  .content-block-title.larger {
    font-size: 25px;
    line-height: 24px;
  }
  .hover-content-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hover-content-block.bottle {
    padding-right: 15px;
    padding-left: 10px;
  }
  .press-item-title {
    line-height: 26px;
  }
  .press-item-title.name {
    line-height: 16px;
  }
  .press-slide-image {
    height: 50px;
  }
  .info-paragraph {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  .quote-paragraph {
    font-size: 13px;
    line-height: 18px;
  }
  .intro-logo {
    height: 35px;
  }
  .centered-block-title-wrapper.accolades {
    padding-left: 5px;
  }
  .centered-block-title-wrapper.press {
    width: 100%;
  }
  .centered-block-title-wrapper.vision {
    padding-right: 8px;
    padding-left: 8px;
  }
}

