/* Fonts */
/* Colors */
/* red */
/* green */
/* purple */
/* yellow */
/*************************************************/
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: top;
  font-family: inherit;
  font-weight: inherit; }

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

html, body {
  line-height: 1;
  min-width: 320px;
  height: 100%;
  width: 100%; }

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; }

#homepage_slide {
  position: relative;
  width: auto;
  height: 620px;
  overflow: hidden;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #homepage_slide .slide {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background: #fff repeat-x top right;
    background-size: cover; }
    #homepage_slide .slide:before {
      content: "";
      width: 100%;
      height: 80px;
      position: absolute;
      z-index: 2;
      display: block;
      left: 0;
      top: 0; }
    #homepage_slide .slide:after {
      content: "";
      width: 100%;
      height: 80px;
      position: absolute;
      z-index: 2;
      display: block;
      left: 0;
      bottom: 0;
      background-color: #fff; }
  #homepage_slide .content {
    position: absolute;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    text-align: center;
    width: 1000px;
    height: 100%; }
  #homepage_slide .flavor_type {
    color: #fff;
    margin: 80px auto 0 auto;
    max-width: 600px; }
    #homepage_slide .flavor_type .name {
      font-size: 48px;
      font-family: "Playfair Display SC", serif;
      line-height: 1;
      padding: 40px 0; }
    #homepage_slide .flavor_type strong {
      display: block;
      font-weight: 700; }
    #homepage_slide .flavor_type .ingredients {
      font-size: 28px;
      border-top: 2px solid #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 0; }
  #homepage_slide .dots_container {
    position: absolute;
    z-index: 50;
    top: 370px;
    left: 0;
    width: 100%;
    text-align: center; }
    #homepage_slide .dots_container .dot {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin: 0 5px;
      opacity: 0.5;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      cursor: pointer; }
      #homepage_slide .dots_container .dot:first-child {
        background: #dcdcdc; }
      #homepage_slide .dots_container .dot:nth-child(2) {
        background: #fff; }
      #homepage_slide .dots_container .dot:nth-child(3) {
        background: #bc2f2c; }
      #homepage_slide .dots_container .dot:nth-child(4) {
        background: #2c9942; }
      #homepage_slide .dots_container .dot:nth-child(5) {
        background: #6f2277; }
      #homepage_slide .dots_container .dot:nth-child(6) {
        background: #eba900; }
      #homepage_slide .dots_container .dot.active, #homepage_slide .dots_container .dot:hover {
        opacity: 1; }
  #homepage_slide .flavors_btn {
    display: block;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 360px;
    padding: 15px 0;
    text-decoration: none;
    text-align: center;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    #homepage_slide .flavors_btn:hover {
      color: #333;
      background: #fff; }
  #homepage_slide .drink_image .bottle {
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 30px;
    margin: 0 auto;
    width: auto;
    height: 480px; }
  #homepage_slide #henry-david {
    background: url(../images/slider_harrydavid.jpg) no-repeat center bottom;
    background-size: cover; }
    #homepage_slide #henry-david:before {
      background: rgba(0, 0, 0, 0.3); }
    #homepage_slide #henry-david .henrydavidlogo {
      width: 500px;
      margin: 1rem auto;
      display: block;
      max-width: 80%; }
    #homepage_slide #henry-david h2 {
      font-size: 2.7em;
      font-family: "Playfair Display SC", serif;
      color: #000;
      max-width: 650px;
      width: 90%;
      margin: 7rem auto 0 auto; }
    #homepage_slide #henry-david .shopBtn {
      display: block;
      width: 150px;
      color: #fff;
      background: #bc2f2c;
      margin: 5rem auto 0rem auto;
      padding: 10px 15px;
      font-size: 1.2em;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s; }
      #homepage_slide #henry-david .shopBtn:hover {
        background: #2c9942; }
  #homepage_slide #introSlide {
    background: url(../images/intro_slider.jpg) no-repeat center -100px;
    background-size: cover; }
    #homepage_slide #introSlide:before {
      background: rgba(0, 0, 0, 0.3); }
    #homepage_slide #introSlide .content {
      top: 35%;
      left: 50%;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #homepage_slide #introSlide .content h2 {
        font-size: 2.5em;
        font-family: "Playfair Display SC", serif;
        color: #fff;
        text-transform: uppercase; }
      #homepage_slide #introSlide .content .buyNow {
        display: block;
        margin-top: 2em;
        font-size: 2em;
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px; }
      #homepage_slide #introSlide .content .flag {
        width: 80px;
        height: auto;
        margin: 0 5px; }
  #homepage_slide #mockapolitan {
    background-image: url(../images/home_hero_cosmo.jpg); }
    #homepage_slide #mockapolitan:before {
      background: rgba(188, 47, 44, 0.5); }
    #homepage_slide #mockapolitan .flavors_btn {
      background-color: rgba(188, 47, 44, 0.75); }
  #homepage_slide #mockarita {
    background-image: url(../images/home_hero_mockarita.jpg); }
    #homepage_slide #mockarita:before {
      background: rgba(44, 153, 66, 0.5); }
    #homepage_slide #mockarita .flavors_btn {
      background-color: rgba(44, 153, 66, 0.75); }
  #homepage_slide #sansgria {
    background-image: url(../images/home_hero_sansgria.jpg); }
    #homepage_slide #sansgria:before {
      background: rgba(111, 34, 119, 0.5); }
    #homepage_slide #sansgria .flavors_btn {
      background-color: rgba(111, 34, 119, 0.75); }
  #homepage_slide #mockscow_mule {
    background-image: url(../images/home_hero_mockscow.jpg); }
    #homepage_slide #mockscow_mule:before {
      background: rgba(235, 169, 0, 0.5); }
    #homepage_slide #mockscow_mule .flavors_btn {
      background-color: rgba(235, 169, 0, 0.75); }

#slogan {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 23px 15px;
  font-size: 1.3vw;
  font-weight: 700;
  font-family: "Playfair Display SC", serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #slogan .icon {
    width: 35px;
    height: auto;
    margin: 0 10px; }

#homepage_millenials {
  width: 100%;
  height: auto;
  display: block; }

#mixology_inspired, #homepage_intro {
  padding: 50px 20px;
  position: relative;
  text-align: center; }
  #mixology_inspired h2, #homepage_intro h2 {
    position: relative;
    font-size: 3.0em;
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    color: #bc2f2c; }
    #mixology_inspired h2:after, #homepage_intro h2:after {
      content: "";
      display: block;
      position: absolute;
      top: 110%;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 50px;
      height: 2px;
      background-color: #bc2f2c; }
    #mixology_inspired h2 .memories, #homepage_intro h2 .memories {
      width: 100%;
      max-width: 900px; }
  #mixology_inspired p, #homepage_intro p {
    font-size: 1.5em;
    margin: 20px auto 50px auto; }
  #mixology_inspired #homepage_millenials, #homepage_intro #homepage_millenials {
    max-width: 900px;
    margin: 2em auto; }
  #mixology_inspired .drinks_selection, #homepage_intro .drinks_selection {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #mixology_inspired .drink, #homepage_intro .drink {
    width: 250px;
    margin: 20px 0; }
    #mixology_inspired .drink .bottle, #homepage_intro .drink .bottle {
      display: block;
      width: auto;
      max-width: 100%;
      margin: 0 auto; }
    #mixology_inspired .drink .text, #homepage_intro .drink .text {
      display: block;
      font-size: 24px;
      font-family: "Playfair Display SC", serif; }
      #mixology_inspired .drink .text strong, #homepage_intro .drink .text strong {
        display: block;
        font-weight: 700; }
    #mixology_inspired .drink.mockapolitan .text, #homepage_intro .drink.mockapolitan .text {
      color: #bc2f2c; }
    #mixology_inspired .drink.mockarita .text, #homepage_intro .drink.mockarita .text {
      color: #2c9942; }
    #mixology_inspired .drink.sansgria .text, #homepage_intro .drink.sansgria .text {
      color: #6f2277; }
    #mixology_inspired .drink.mockscow_mule .text, #homepage_intro .drink.mockscow_mule .text {
      color: #eba900; }
    #mixology_inspired .drink.espresso_martini .text, #homepage_intro .drink.espresso_martini .text {
      color: #000; }

#homepage_intro .drink {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-height: 525px; }

#homepage_video {
  display: block;
  max-width: 100%;
  width: 900px;
  height: 600px;
  margin: 0 auto 40px auto;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.7);
  overflow: hidden; }
  #homepage_video iframe {
    width: 100%;
    height: 100%; }

#mocktails_about {
  margin-top: 2em;
  background-color: #f1f1f1;
  padding: 1em 2em; }
  #mocktails_about .statement {
    position: relative;
    height: 400px;
    margin: 30px 0; }
    #mocktails_about .statement .content {
      padding: 2em;
      background-color: #fff;
      max-width: 80%;
      width: 800px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0 2em; }
    #mocktails_about .statement h3 {
      position: relative;
      font-size: 1.7em;
      font-family: "Playfair Display SC", serif;
      font-weight: 700;
      color: #bc2f2c; }
      #mocktails_about .statement h3:after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background-color: #bc2f2c;
        margin-top: 10px; }
    #mocktails_about .statement p {
      font-size: 1.2em;
      margin-top: 20px; }
    #mocktails_about .statement.choice {
      background: url(../images/home_about1.jpg) no-repeat center left;
      background-size: auto 100%; }
      #mocktails_about .statement.choice .content {
        right: 0;
        left: auto; }
    #mocktails_about .statement.different {
      background: url(../images/home_about2.jpg) no-repeat center right;
      background-size: auto 100%; }
    #mocktails_about .statement.award {
      background: url(../images/home_about3.jpg) no-repeat center right;
      background-size: auto 100%; }

#intro_slideshow {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  background: #bc2f2c; }
  #intro_slideshow .intro {
    position: absolute;
    z-index: 5;
    color: #fff;
    width: 600px;
    top: 350px;
    right: 20px;
    background: rgba(188, 47, 44, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px; }
  #intro_slideshow h2 {
    font-size: 60px;
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 250px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
    #intro_slideshow h2 span {
      display: block;
      margin-left: 100px; }
  #intro_slideshow p {
    font-size: 24px; }
    #intro_slideshow p .logo {
      display: inline-block;
      width: 160px; }
  #intro_slideshow .btn_read {
    display: block;
    width: 300px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 70px auto;
    -webkit-transition: color 0.35s, background 0.35s;
    -o-transition: color 0.35s, background 0.35s;
    transition: color 0.35s, background 0.35s; }
    #intro_slideshow .btn_read:hover {
      color: #bc2f2c;
      background: #fff; }

#story_slideshow {
  position: relative;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
  height: 850px;
  overflow: hidden; }
  #story_slideshow .slide {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #story_slideshow .dots_container {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    #story_slideshow .dots_container .dot {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin: 0 5px;
      opacity: 0.5;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      cursor: pointer;
      background: #fff; }
      #story_slideshow .dots_container .dot.active, #story_slideshow .dots_container .dot:hover {
        opacity: 1; }

#purchase_mocktails {
  position: relative;
  margin: 4em auto;
  z-index: 10; }
  #purchase_mocktails .all_products {
    display: block;
    margin: 30px auto;
    width: auto;
    max-width: 100%; }
  #purchase_mocktails .logo {
    display: block;
    width: 350px;
    max-width: 90%;
    margin: 1em auto; }
  #purchase_mocktails .countryNav {
    position: relative;
    width: 100px;
    margin: 1em auto;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    font-family: "Playfair Display SC", serif;
    background-color: #bc2f2c; }
    #purchase_mocktails .countryNav .small {
      font-size: 75%;
      display: block; }
    #purchase_mocktails .countryNav .dropDown {
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      max-height: 0;
      background-color: #bc2f2c;
      overflow: hidden;
      -webkit-transition: max-height 0.5s;
      -o-transition: max-height 0.5s;
      transition: max-height 0.5s; }
    #purchase_mocktails .countryNav .flag {
      display: block;
      margin: 10px 15px;
      opacity: 0.75;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      #purchase_mocktails .countryNav .flag img {
        width: 100%; }
      #purchase_mocktails .countryNav .flag:hover {
        opacity: 1; }
    #purchase_mocktails .countryNav:hover .dropDown {
      max-height: 250px; }
  #purchase_mocktails .buttons {
    text-align: center;
    margin: 15px auto; }
    #purchase_mocktails .buttons .btn {
      display: inline-block;
      font-size: 24px;
      color: #fff;
      text-decoration: none;
      border: 2px solid #bc2f2c;
      padding: 15px 0;
      width: 400px;
      max-width: 90%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 5px;
      text-transform: uppercase;
      -webkit-transition: all ease 0.35s;
      -o-transition: all ease 0.35s;
      transition: all ease 0.35s;
      background: #bc2f2c; }
      #purchase_mocktails .buttons .btn:hover {
        color: #bc2f2c;
        background: #fff; }
    #purchase_mocktails .buttons .shopAmazon {
      margin-top: 10px; }

#newsletter {
  background-color: #f1f1f1;
  padding: 2em 1em;
  text-align: center; }
  #newsletter h2 {
    position: relative;
    font-size: 1.7em;
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    color: #bc2f2c;
    margin-bottom: 15px; }
  #newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    width: 100%;
    margin: 20px auto; }
    #newsletter form label {
      position: absolute;
      left: -9999px;
      overflow: hidden;
      width: 1px;
      height: 1px; }
    #newsletter form input {
      display: block;
      width: 100%;
      padding: 7px 15px;
      font-size: 15px;
      font-family: "Raleway", sans-serif;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 0; }
    #newsletter form .btn {
      display: block;
      font-size: 1em;
      width: 200px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 0;
      background: #bc2f2c;
      -webkit-transition: color 0.3s, background 0.3s;
      -o-transition: color 0.3s, background 0.3s;
      transition: color 0.3s, background 0.3s; }
    #newsletter form #honeypot {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      top: -9999px;
      left: -9999px; }

@media screen and (max-width: 1400px) {
  #homepage_slide .content {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: 640px;
    width: 100%; }
  #homepage_slide .slide {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    #homepage_slide .slide .drink_image .bottle {
      right: 10%; } }

@media screen and (max-width: 1060px) {
  #mixology_inspired h2 {
    font-size: 36px; }
  #mixology_inspired p {
    font-size: 24px; }
  #mixology_inspired .drink {
    width: 50%; }
    #mixology_inspired .drink .bottle {
      width: 100px; }
  #intro_slideshow h2 {
    font-size: 48px;
    right: auto;
    left: 100px; } }

@media screen and (max-width: 1024px) {
  #homepage_slide {
    height: 600px; }
    #homepage_slide .slide {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #homepage_slide .slide .drink_image {
        height: 700px;
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end; }
        #homepage_slide .slide .drink_image .bottle {
          width: 130px;
          left: 15px;
          right: auto;
          height: auto;
          bottom: 15px; }
    #homepage_slide .content {
      position: relative;
      height: auto;
      margin: 0;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #homepage_slide .dots_container {
      width: 100%;
      top: 410px; }
    #homepage_slide .flavor_type .name {
      padding: 30px 0; }
    #homepage_slide .flavor_type .ingredients {
      padding: 30px 0; }
    #homepage_slide .flavors_btn {
      position: relative;
      margin: 40px auto;
      color: #fff;
      font-size: 18px;
      border: 1px solid #fff;
      bottom: 45px; }
    #homepage_slide #henry-david .content {
      top: 0;
      position: absolute; }
    #homepage_slide #henry-david h2 {
      font-size: 2.5em; }
    #homepage_slide #introSlide .content {
      position: absolute;
      margin: 0; }
  #slogan {
    font-size: 1.5vw; }
    #slogan .icon {
      display: none; }
  #intro_slideshow {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #intro_slideshow .intro {
      position: relative;
      top: auto;
      right: auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      padding: 10px 30px;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    #intro_slideshow h2 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      position: relative;
      top: auto;
      left: auto;
      font-size: 36px;
      text-align: center;
      padding: 30px 15px;
      background: #bc2f2c; }
      #intro_slideshow h2 span {
        display: inline;
        margin: 0; }
    #intro_slideshow p {
      margin-top: 10px;
      font-size: 22px; }
  #story_slideshow {
    -ms-flex-positive: inherit;
    -webkit-flex-grow: inherit;
    -webkit-box-flex: inherit;
    flex-grow: inherit;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: 550px; } }

@media screen and (max-width: 768px) {
  #homepage_slide {
    height: 350px; }
    #homepage_slide .slide:before {
      height: 60px; }
    #homepage_slide .slide:after {
      height: 40px; }
    #homepage_slide .slide .drink_image .bottle {
      width: auto;
      left: 15px;
      height: 260px;
      bottom: 20px; }
    #homepage_slide .flavor_type {
      margin-top: 55px; }
      #homepage_slide .flavor_type .name {
        font-size: 24px;
        padding: 20px 0; }
      #homepage_slide .flavor_type .ingredients {
        font-size: 20px;
        padding: 20px 0; }
    #homepage_slide .dots_container {
      top: 280px; }
    #homepage_slide .flavors_btn {
      font-size: 14px;
      max-width: 250px; }
    #homepage_slide #henry-david .content {
      top: 0;
      position: absolute; }
    #homepage_slide #henry-david .henrydavidlogo {
      width: 300px;
      margin: 1rem auto;
      display: block;
      max-width: 80%; }
    #homepage_slide #henry-david h2 {
      font-size: 1.5em;
      margin-top: 5rem; }
    #homepage_slide #henry-david .shopBtn {
      margin-top: 1rem;
      font-size: 0.9rem; }
    #homepage_slide #introSlide {
      background: url(../images/intro_slider_mobile.jpg) no-repeat;
      background-position: center bottom;
      background-size: cover; }
      #homepage_slide #introSlide .content {
        top: 50%; }
        #homepage_slide #introSlide .content h2 {
          font-size: 1.5em; }
        #homepage_slide #introSlide .content .buyNow {
          margin-top: 10px;
          font-size: 1.5em; }
  #slogan {
    font-size: 2.5vw;
    padding: 10px; }
    #slogan .icon {
      display: none; }
  /****** NEW CODE *********/
  #mixology_inspired, #homepage_intro {
    padding: 25px 20px; }
    #mixology_inspired h2, #homepage_intro h2 {
      font-size: 2em; }
    #mixology_inspired p, #homepage_intro p {
      font-size: 18px; }
    #mixology_inspired .drink .text, #homepage_intro .drink .text {
      font-size: 16px; }
  /****** NEW CODE *********/
  #homepage_intro .drink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    #homepage_intro .drink .text {
      font-size: 1.0em; }
  #homepage_video {
    height: 300px; }
  /****** NEW CODE *********/
  #mocktails_about .statement {
    height: auto; }
    #mocktails_about .statement.choice, #mocktails_about .statement.different {
      background-size: cover; }
    #mocktails_about .statement .content {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      background-color: rgba(255, 255, 255, 0.75);
      margin: 0;
      max-width: inherit;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  #story_slideshow {
    display: none; }
  #intro_slideshow {
    background: #bc2f2c; }
    #intro_slideshow h2 {
      font-size: 24px;
      padding: 20px 15px; }
    #intro_slideshow p {
      font-size: 18px; }
      #intro_slideshow p .logo {
        width: 140px; }
    #intro_slideshow .btn_read {
      font-size: 20px;
      width: 280px;
      margin: 30px auto; }
  #purchase_mocktails {
    padding: 20px; }
    #purchase_mocktails p {
      font-size: 18px; }
      #purchase_mocktails p .logo {
        width: 120px; }
    #purchase_mocktails .buttons .btn {
      display: block;
      width: auto;
      font-size: 20px;
      margin: 5px auto; } }

@media screen and (max-width: 450px) {
  #homepage_slide .flavor_type .ingredients {
    font-size: 16px; } }

#our_flavors {
  position: relative;
  padding: 30px 20px;
  overflow: hidden; }
  #our_flavors .title {
    font-size: 48px;
    font-weight: 700;
    font-family: "Playfair Display SC", serif;
    text-align: center;
    margin-bottom: 20px;
    color: #bc2f2c; }
  #our_flavors .intro {
    font-size: 24px;
    max-width: 620px;
    margin: 25px auto;
    text-align: center; }
  #our_flavors .btn {
    display: block;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #000;
    padding: 15px 25px;
    max-width: 240px;
    margin: 10px auto;
    background: #fff;
    -webkit-transition: color 0.35s, background 0.35s;
    -o-transition: color 0.35s, background 0.35s;
    transition: color 0.35s, background 0.35s;
    cursor: pointer; }
    #our_flavors .btn:hover {
      color: #fff;
      background: #000; }
  #our_flavors .flavors_content {
    margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    /*@include align-items(flex-end);*/
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #our_flavors .flavors_content .recipe_wrap {
      position: relative;
      /*overflow: hidden;*/ }
    #our_flavors .flavors_content.topMain .drink {
      width: 31%; }
  #our_flavors .drink {
    position: relative;
    width: 25%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #our_flavors .drink .img {
      width: auto;
      display: block;
      margin: 0 auto;
      max-width: 400px;
      max-height: 450px; }
    #our_flavors .drink .text {
      display: block;
      margin: 20px auto;
      font-size: 24px;
      font-family: "Playfair Display SC", serif; }
      #our_flavors .drink .text strong {
        display: block;
        font-weight: 700; }
    #our_flavors .drink .recipe_content {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(188, 47, 44, 0.8);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      #our_flavors .drink .recipe_content.hover {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1); }
      #our_flavors .drink .recipe_content .close {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        cursor: pointer; }
      #our_flavors .drink .recipe_content .recipe {
        color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        overflow: auto;
        text-align: left;
        max-height: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #our_flavors .drink .recipe_content .ingredients {
        padding: 20px 25px;
        border-bottom: 1px solid #fff; }
        #our_flavors .drink .recipe_content .ingredients li {
          list-style: disc;
          margin: 3px 0 3px 25px; }
      #our_flavors .drink .recipe_content .instructions {
        padding: 20px 30px; }
    #our_flavors .drink.karma_sucra {
      color: #bc2f2c; }
      #our_flavors .drink.karma_sucra .recipe_content {
        background: rgba(188, 47, 44, 0.8); }
      #our_flavors .drink.karma_sucra .btn {
        color: #bc2f2c;
        border-color: #bc2f2c; }
        #our_flavors .drink.karma_sucra .btn:hover {
          color: #fff;
          background: #bc2f2c; }
    #our_flavors .drink.vida_loca {
      color: #2c9942; }
      #our_flavors .drink.vida_loca .recipe_content {
        background: rgba(44, 153, 66, 0.8); }
      #our_flavors .drink.vida_loca .btn {
        color: #2c9942;
        border-color: #2c9942; }
        #our_flavors .drink.vida_loca .btn:hover {
          color: #fff;
          background: #2c9942; }
    #our_flavors .drink.sevilla_red {
      color: #6f2277; }
      #our_flavors .drink.sevilla_red .recipe_content {
        background: rgba(111, 34, 119, 0.8); }
      #our_flavors .drink.sevilla_red .btn {
        color: #6f2277;
        border-color: #6f2277; }
        #our_flavors .drink.sevilla_red .btn:hover {
          color: #fff;
          background: #6f2277; }
    #our_flavors .drink.scottish_lemonade {
      color: #eba900; }
      #our_flavors .drink.scottish_lemonade .recipe_content {
        background: rgba(235, 169, 0, 0.8); }
        #our_flavors .drink.scottish_lemonade .recipe_content .recipe {
          color: #000; }
        #our_flavors .drink.scottish_lemonade .recipe_content .ingredients {
          border-bottom-color: #000; }
      #our_flavors .drink.scottish_lemonade .btn {
        color: #eba900;
        border-color: #eba900; }
        #our_flavors .drink.scottish_lemonade .btn:hover {
          color: #fff;
          background: #eba900; }
    #our_flavors .drink.espresso_martini {
      color: #000; }
      #our_flavors .drink.espresso_martini .recipe_content {
        background: rgba(0, 0, 0, 0.8); }
        #our_flavors .drink.espresso_martini .recipe_content .recipe {
          color: #000; }
        #our_flavors .drink.espresso_martini .recipe_content .ingredients {
          border-bottom-color: #000; }
      #our_flavors .drink.espresso_martini .btn {
        color: #000;
        border-color: #000; }
        #our_flavors .drink.espresso_martini .btn:hover {
          color: #fff;
          background: #000; }

#flavors_descriptions {
  position: relative;
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }
  #flavors_descriptions h2 {
    font-size: 38px;
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    margin-bottom: 20px; }
  #flavors_descriptions p {
    font-size: 20px;
    margin: 10px 0; }
    #flavors_descriptions p .logo {
      display: inline-block;
      width: 160px; }
  #flavors_descriptions .finest_ingredients {
    width: 55%;
    color: #fff;
    background-image: url(../images/delicious_flavors.jpg);
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 80px; }
  #flavors_descriptions .delicious_flavors {
    width: 45%;
    color: #fff;
    padding: 100px 70px;
    background-image: url(../images/bg_mocktails.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #bc2f2c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (max-width: 1200px) {
  #our_flavors .drink .img {
    max-height: 350px; }
  #our_flavors .drink .text {
    font-size: 20px; }
  #flavors_descriptions h2 {
    font-size: 36px; }
  #flavors_descriptions p {
    font-size: 18px; }
    #flavors_descriptions p .logo {
      width: 150px; } }

@media screen and (max-width: 1024px) {
  #our_flavors .drink .img {
    max-width: inherit;
    max-height: 200px; }
  #our_flavors .drink .recipe_content .recipe {
    padding: 0;
    font-size: 14px; }
  #our_flavors .drink .recipe_content .ingredients {
    padding: 15px 10px; }
  #our_flavors .drink .recipe_content .instructions {
    padding: 15px 10px; }
  #our_flavors .drink .text {
    font-size: 16px; }
  #flavors_descriptions .finest_ingredients, #flavors_descriptions .delicious_flavors {
    width: 50%; } }

@media screen and (max-width: 850px) {
  #our_flavors .drink {
    width: 50%; } }

@media screen and (max-width: 768px) {
  #our_flavors {
    padding: 20px; }
    #our_flavors .title {
      font-size: 32px; }
    #our_flavors .intro {
      font-size: 18px; }
    #our_flavors .btn {
      font-size: 14px; }
  #flavors_descriptions {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #flavors_descriptions h2 {
      font-size: 30px; }
    #flavors_descriptions .delicious_flavors, #flavors_descriptions .finest_ingredients {
      width: 100%;
      padding: 26px; } }

@media screen and (max-width: 500px) {
  #our_flavors .drink {
    width: 100%;
    max-width: 300px;
    margin: 20px auto; } }

/***************** NUTRIAONL INFO PAGES LAYOUT ************************/
.nutritional_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .nutritional_content .images {
    position: relative;
    max-width: 800px;
    width: 100%;
    overflow: hidden; }
    .nutritional_content .images img {
      position: relative;
      left: 50%;
      display: block;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .nutritional_content .images .first_img {
      margin-bottom: 20px; }
    .nutritional_content .images .video {
      width: 100%;
      height: 350px;
      margin-bottom: 20px; }
  .nutritional_content .mobile_images, .nutritional_content .mobile_video {
    display: none; }
  .nutritional_content .nutritional_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background-position: 95% bottom;
    background-repeat: no-repeat; }
  .nutritional_content .swiper {
    width: 100%;
    margin: 0 auto; }
    .nutritional_content .swiper .swiper-slide {
      position: relative;
      padding: 0 10%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .nutritional_content .swiper .swiper-slide img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%; }
    .nutritional_content .swiper .swiper-button-next, .nutritional_content .swiper .swiper-button-prev {
      color: #acacac; }
  .nutritional_content .content {
    width: 800px;
    padding: 20px;
    margin: 0 60px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .nutritional_content .content p {
      font-size: 16px;
      margin: 25px auto; }
    .nutritional_content .content ul {
      list-style: disc;
      margin: 20px 0; }
      .nutritional_content .content ul li {
        list-style: disc;
        margin: 2px 0 2px 25px; }
        .nutritional_content .content ul li > ul {
          margin: 0 !important; }
  .nutritional_content .page_title {
    text-align: center;
    font-size: 50px;
    font-family: "Playfair Display SC", serif;
    margin: 30px auto; }
    .nutritional_content .page_title strong {
      display: block;
      font-weight: 700; }
  .nutritional_content .facts {
    margin: 25px auto;
    padding: 25px 0;
    border-top: 2px solid #b3b3b3;
    border-bottom: 2px solid #b3b3b3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex; }
    .nutritional_content .facts h2 {
      font-size: 24px;
      font-weight: 700;
      font-family: "Playfair Display SC", serif; }
    .nutritional_content .facts .list {
      width: 50%;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .nutritional_content .facts .list ul {
        margin: 20px 0; }
        .nutritional_content .facts .list ul li {
          list-style: disc;
          margin: 2px 0 2px 25px; }
      .nutritional_content .facts .list:first-child {
        border-right: 2px solid #b3b3b3; }
  .nutritional_content .buttons {
    text-align: center;
    margin: 30px auto; }
    .nutritional_content .buttons .btn {
      display: inline-block;
      font-size: 24px;
      color: #bc2f2c;
      text-decoration: none;
      border: 2px solid #bc2f2c;
      padding: 15px 0;
      width: 250px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 5px;
      -webkit-transition: color 0.35s, background 0.35s;
      -o-transition: color 0.35s, background 0.35s;
      transition: color 0.35s, background 0.35s;
      background: #fff; }
      .nutritional_content .buttons .btn:hover {
        color: #fff;
        background: #bc2f2c; }
    .nutritional_content .buttons .shopAmazon {
      margin-top: 10px;
      font-size: 0.9em; }
  .nutritional_content#mockapolitan .page_title, .nutritional_content#mockapolitan h2 {
    color: #bc2f2c; }
  .nutritional_content#mockarita .page_title, .nutritional_content#mockarita h2 {
    color: #2c9942; }
  .nutritional_content#mockarita .buttons .btn {
    color: #2c9942;
    border-color: #2c9942; }
    .nutritional_content#mockarita .buttons .btn:hover {
      color: #fff;
      background: #2c9942; }
  .nutritional_content#sansgria .page_title, .nutritional_content#sansgria h2 {
    color: #6f2277; }
  .nutritional_content#sansgria .buttons .btn {
    color: #6f2277;
    border-color: #6f2277; }
    .nutritional_content#sansgria .buttons .btn:hover {
      color: #fff;
      background: #6f2277; }
  .nutritional_content#mockscow_mule .page_title, .nutritional_content#mockscow_mule h2 {
    color: #eba900; }
  .nutritional_content#mockscow_mule .buttons .btn {
    color: #eba900;
    border-color: #eba900; }
    .nutritional_content#mockscow_mule .buttons .btn:hover {
      color: #fff;
      background: #eba900; }
  .nutritional_content#espresso_martini .page_title, .nutritional_content#espresso_martini h2 {
    color: #000; }
  .nutritional_content#espresso_martini .buttons .btn {
    color: #000;
    border-color: #000; }
    .nutritional_content#espresso_martini .buttons .btn:hover {
      color: #fff;
      background: #000; }

@media screen and (max-width: 1024px) {
  .nutritional_content .images {
    display: none; }
  .nutritional_content .mobile_video {
    display: block;
    width: 100%;
    height: 300px; }
  .nutritional_content .mobile_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .nutritional_content .mobile_images img {
      width: 50%; } }

@media screen and (max-width: 768px) {
  .nutritional_content .content {
    width: 100%;
    margin: 0 auto; }
  .nutritional_content .mobile_video {
    height: 200px; }
  .nutritional_content .page_title {
    font-size: 28px; }
  .nutritional_content .facts {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
    .nutritional_content .facts .list {
      width: 100%;
      padding: 20px; }
      .nutritional_content .facts .list:first-child {
        border-right: 0;
        border-bottom: 1px solid #b3b3b3; }
  .nutritional_content .buttons .btn {
    display: block;
    margin: 10px auto; } }

#our_story .about_wrapper {
  position: relative;
  overflow: hidden;
  background: #bc2f2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #our_story .about_wrapper .image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    #our_story .about_wrapper .image img {
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #our_story .about_wrapper .header {
    color: #fff;
    font-size: 1.7rem;
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px; }
    #our_story .about_wrapper .header span {
      display: block; }
  #our_story .about_wrapper#history .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #our_story .about_wrapper#history .text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #our_story .about_wrapper#celebrate {
    background: #ec6c6b; }
  #our_story .about_wrapper .text {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 1.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5em 4em;
    max-width: 1024px;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center; }
    #our_story .about_wrapper .text p {
      margin: 15px 0; }

/*@media screen and (max-width: 1400px) {
	#our_story {
		.about_wrapper {
			.header {
				font-size: 40px;
			}
			.text {
				width: 500px;
				padding-top: 230px;
			}
			&#celebrate .header {
				left: 250px;
			}
			&#history .header {
				right: 30px;
			}
		}
	}
}*/
@media screen and (max-width: 1024px) {
  #our_story .about_wrapper {
    background: #bc2f2c; }
    #our_story .about_wrapper .image {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      height: auto; }
      #our_story .about_wrapper .image img {
        width: 100%;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto; }
    #our_story .about_wrapper .header {
      font-size: 36px;
      text-align: center;
      padding: 20px 10px; }
      #our_story .about_wrapper .header span {
        display: inline; }
    #our_story .about_wrapper .text {
      width: 100%;
      padding: 0px 30px; } }

@media screen and (max-width: 768px) {
  #our_story .about_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #our_story .about_wrapper .image {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    #our_story .about_wrapper .header {
      font-size: 24px; }
    #our_story .about_wrapper .text {
      font-size: 16px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

#back_top {
  display: none;
  position: fixed;
  z-index: 600;
  bottom: 50px;
  right: 5%;
  cursor: pointer;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  #back_top:before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #bc2f2c transparent;
    -webkit-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s; }
  #back_top .text {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #bc2f2c; }
  #back_top:hover {
    opacity: 1; }
    #back_top:hover:before {
      bottom: calc(100% + 10px); }

#retailer_locations {
  margin: 30px auto;
  max-width: 1300px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*.state_section {
		position: relative;
		padding: 30px 40px;
		border-bottom: 2px solid #b3b3b3;
		&:last-of-type {
			border-bottom: 0;
		}
	}*/ }
  #retailer_locations h1 {
    font-size: 50px;
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    color: #bc2f2c;
    text-align: center; }
  #retailer_locations .country_list {
    display: none; }
  #retailer_locations #usa {
    display: block; }
    #retailer_locations #usa .location_list {
      display: none; }
  #retailer_locations .state_name {
    display: none;
    padding: 20px 0;
    font-size: 36px;
    font-weight: 700;
    color: #bc2f2c;
    border-top: 2px solid #b3b3b3;
    margin-top: 20px; }
    #retailer_locations .state_name:first-of-type {
      border-top: none; }
  #retailer_locations .location {
    display: none;
    vertical-align: top;
    margin: 20px 10px;
    width: 202px;
    text-decoration: none; }
    #retailer_locations .location:hover .location_icon {
      -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3); }
  #retailer_locations .location_icon {
    display: block;
    position: relative;
    width: auto;
    height: 200px;
    margin-bottom: 10px;
    border: 1px solid #bc2f2c;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
    #retailer_locations .location_icon img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%; }
  #retailer_locations .location_name {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #000;
    text-transform: uppercase; }

#countries_links {
  margin: 30px auto; }
  #countries_links .title {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #bc2f2c;
    text-align: center; }
  #countries_links .retailNav {
    margin: 20px auto;
    text-align: center; }
    #countries_links .retailNav li {
      display: inline-block;
      margin: 0 20px;
      color: #bc2f2c;
      font-size: 24px;
      cursor: pointer; }
      #countries_links .retailNav li:hover {
        text-decoration: underline; }
      #countries_links .retailNav li.active {
        font-weight: 700;
        text-decoration: underline; }

.location_filters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .location_filters .international {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700; }
  .location_filters .onlineStores {
    text-align: center; }
  .location_filters .shopify {
    display: block;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    text-decoration: none;
    background-color: #bc2f2c;
    padding: 10px;
    width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 1px solid #bc2f2c; }
  .location_filters .shopWrapper {
    margin: 3em auto;
    text-align: center; }
    .location_filters .shopWrapper .flag img {
      width: 60px;
      height: auto; }
  .location_filters .amazon {
    display: block;
    width: 110px;
    height: 50px;
    padding: 5px 10px;
    margin: 10px auto;
    background: #000;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .location_filters .amazon img {
      display: block;
      width: 100%; }
  .location_filters .selfridges {
    display: block;
    margin: 15px auto 5px auto;
    color: #000;
    width: 150px;
    padding: 5px 10px;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffe256;
    border-radius: 4px; }
  .location_filters .selfridgesText {
    display: block;
    text-align: center;
    font-size: 0.9em; }

.location_list {
  position: relative;
  width: 300px;
  margin: 20px 0; }
  .location_list .title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px; }
  .location_list .select_field {
    cursor: pointer; }
  .location_list .selected_state {
    background: #fff;
    position: relative;
    padding: 10px 15px;
    z-index: 5;
    border: 2px solid #bc2f2c; }
    .location_list .selected_state:after {
      content: '';
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #1a1a1a transparent transparent transparent; }
  .location_list .states_options {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background: #fff;
    border: 1px solid #969696;
    border-width: 0 1px 1px;
    background: #fff;
    overflow: auto;
    max-height: 300px; }
    .location_list .states_options .state_filter {
      display: block;
      padding: 10px 15px;
      font-size: 16px;
      color: #000;
      -webkit-transition: color 0.35s, background 0.35s;
      -o-transition: color 0.35s, background 0.35s;
      transition: color 0.35s, background 0.35s; }
      .location_list .states_options .state_filter:hover {
        color: #fff;
        background: #bc2f2c; }

#world_map {
  display: none;
  position: relative;
  background-image: url(../images/svgs/world_map.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  width: 1200px;
  min-height: 650px;
  margin: 20px auto; }
  #world_map .geopoint {
    cursor: pointer;
    position: absolute; }
    #world_map .geopoint.alaska {
      top: 90px;
      left: 0;
      width: 100px;
      height: 100px; }
    #world_map .geopoint.usa {
      top: 200px;
      left: 145px;
      width: 190px;
      height: 100px; }
    #world_map .geopoint.uk {
      top: 150px;
      left: 46%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 50px;
      height: 50px; }
    #world_map .geopoint.indonesia {
      top: 350px;
      right: 170px;
      width: 150px;
      height: 70px; }
  @media screen and (max-width: 1300px) {
    #world_map {
      width: 900px;
      min-height: 500px; }
      #world_map .geopoint.alaska {
        top: 60px;
        width: 80px;
        height: 80px; }
      #world_map .geopoint.usa {
        top: 150px;
        left: 100px;
        width: 150px;
        height: 70px; }
      #world_map .geopoint.uk {
        top: 110px;
        width: 30px;
        height: 40px; }
      #world_map .geopoint.indonesia {
        top: 265px;
        right: 125px;
        width: 120px;
        height: 50px; } }

@media screen and (max-width: 1000px) {
  .location_filters {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em; }
  .location_list {
    display: none; } }

@media screen and (max-width: 768px) {
  #retailer_locations {
    /*.state_name {
			font-size: 24px;
		}
		.location {
			width: calc(50% - 30px);
		}*/ }
    #retailer_locations h1 {
      font-size: 24px; }
    #retailer_locations .location_name {
      font-size: 14px; }
    #retailer_locations .location_icon {
      height: 100px; }
  #countries_links {
    margin: 15px auto; }
    #countries_links .title {
      font-size: 18px; }
    #countries_links .retailNav li {
      font-size: 18px;
      margin: 5px 10px; }
  .location_filters {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .location_filters .international {
      display: block;
      text-align: center;
      margin: 20px auto; }
  .location_list {
    width: 260px;
    margin: 20px auto; }
    .location_list .title {
      text-align: center; } }

#social {
  position: relative;
  margin: 30px auto; }
  #social h1 {
    color: #bc2f2c;
    font-size: 48px;
    font-weight: 700;
    font-family: "Playfair Display SC", serif;
    text-align: center; }
  #social .intro {
    max-width: 1024px;
    margin: 20px auto;
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 0 10px; }
    #social .intro .logo {
      display: inline-block;
      width: 150px;
      margin-top: 5px; }
  #social .social_icons {
    margin: 50px auto;
    text-align: center; }
    #social .social_icons .icon {
      display: inline-block;
      margin: 10px; }

#news_feeds {
  padding: 30px 10px;
  background: #bc2f2c;
  margin: 10px 0; }
  #news_feeds .wrapper {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

#facebook_feed {
  width: 500px;
  margin: 10px 0;
  background-image: url(../images/facebook_screenshot.jpg);
  background-position: center;
  background-repeat: no-repeat; }

#instagram_feed {
  width: 500px;
  background: #fff;
  padding: 20px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #instagram_feed .title {
    color: #2c9942;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #bc2f2c;
    margin-bottom: 25px; }

#twitter_feed {
  width: 500px;
  height: 500px;
  overflow: hidden;
  margin-bottom: 10px; }

@media screen and (max-width: 750px) {
  #social h1 {
    font-size: 36px; }
  #social .intro {
    font-size: 18px; }
    #social .intro .logo {
      width: 100px; }
  #news_feeds {
    display: none; } }

#lifestyle .title {
  text-align: center;
  color: #bc2f2c;
  font-size: 50px;
  font-weight: 700;
  font-family: "Playfair Display SC", serif;
  margin: 40px auto; }

#lifestyle .content {
  position: relative;
  /*@include display-flex;*/
  overflow: hidden; }
  #lifestyle .content .image {
    position: relative;
    z-index: 1;
    /*max-width: 1200px;*/
    width: 100%;
    height: 800px;
    overflow: hidden; }
    #lifestyle .content .image img {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #lifestyle .content .text {
    position: absolute;
    z-index: 5;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: 700;
    font-family: "Playfair Display SC", serif;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
    #lifestyle .content .text span {
      display: block; }
      #lifestyle .content .text span + span {
        margin-left: 100px; }
        #lifestyle .content .text span + span + span {
          margin-left: 200px; }
  #lifestyle .content .color_block {
    display: none;
    position: relative;
    z-index: 4;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-shadow: -50px 0px 300px 20px rgba(0, 0, 0, 0.9), 50px 0px 300px 20px rgba(0, 0, 0, 0.9);
    box-shadow: -50px 0px 300px 20px rgba(0, 0, 0, 0.9), 50px 0px 300px 20px rgba(0, 0, 0, 0.9); }
  #lifestyle .content.red .color_block {
    background: #bc2f2c; }
  #lifestyle .content.red .text {
    right: 150px; }
  #lifestyle .content.purple .color_block {
    background: #6f2277; }
  #lifestyle .content.purple .text {
    right: 200px; }
  #lifestyle .content.green .color_block {
    background: #2c9942; }
  #lifestyle .content.green .text {
    left: 150px; }
  #lifestyle .content.yellow .color_block {
    background: #eba900; }
  #lifestyle .content.yellow .text {
    left: 100px; }

#lifestyle .have_fun {
  position: relative;
  height: 750px;
  background-image: url("/assets/images/lifestyle.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  #lifestyle .have_fun .text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    font-family: "Playfair Display SC", serif;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    margin-top: 550px; }

@media screen and (max-width: 1220px) {
  #lifestyle .content .image img {
    width: auto;
    min-height: 100%; } }

@media screen and (max-width: 1024px) {
  #lifestyle .content .text {
    font-size: 40px; }
  #lifestyle .content .image {
    height: 600px; }
  #lifestyle .content .color_block {
    display: none; }
  #lifestyle .have_fun .text {
    font-size: 50px; } }

@media screen and (max-width: 750px) {
  #lifestyle .title {
    font-size: 30px;
    margin: 25px auto; }
  #lifestyle .content {
    display: block; }
    #lifestyle .content .image {
      height: 400px; }
      #lifestyle .content .image img {
        width: 768px; }
    #lifestyle .content .text {
      width: 100%;
      text-align: center;
      font-size: 28px; }
      #lifestyle .content .text span + span {
        margin-left: 0; }
        #lifestyle .content .text span + span + span {
          margin-left: 0; }
    #lifestyle .content.red .text, #lifestyle .content.green .text, #lifestyle .content.purple .text, #lifestyle .content.yellow .text {
      right: auto;
      left: auto; }
  #lifestyle .have_fun {
    height: 400px; }
    #lifestyle .have_fun .text {
      font-size: 26px;
      margin-top: 250px; } }

#contact {
  position: relative;
  margin: 30px auto; }
  #contact .title {
    color: #bc2f2c;
    font-size: 48px;
    font-weight: 700;
    font-family: "Playfair Display SC", serif;
    text-align: center; }
  #contact .intro {
    font-size: 24px;
    max-width: 1024px;
    padding: 20px;
    margin: 0 auto;
    text-align: center; }
  #contact label {
    position: absolute;
    left: -9999px;
    overflow: hidden;
    width: 1px;
    height: 1px; }
  #contact input, #contact select, #contact textarea {
    display: block;
    width: 100%;
    padding: 7px 15px;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0; }
  #contact textarea {
    width: 100%;
    height: 250px; }
  #contact .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 15px 0;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #contact .inputs input {
      width: calc(50% - 10px); }
  #contact .btn {
    display: block;
    font-size: 24px;
    width: 200px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 20px auto;
    background: #bc2f2c;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    #contact .btn:hover {
      color: #bc2f2c;
      background: #fff; }
  #contact #honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: -9999px;
    left: -9999px; }
  #contact .info {
    max-width: 1000px;
    margin: 1em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    #contact .info h3 {
      font-size: 1.5em;
      font-weight: 700;
      font-family: "Playfair Display SC", serif;
      color: #bc2f2c; }
    #contact .info .section {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 300px;
      max-width: 350px;
      margin: 10px 0; }

#info_form {
  position: relative;
  margin: 25px auto;
  background-color: #f1f1f1; }
  #info_form .form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px; }

#contact_addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  max-width: 1000px;
  margin: 1em auto; }
  #contact_addresses h2 {
    color: #bc2f2c;
    font-size: 2em;
    font-weight: 700;
    font-family: "Playfair Display SC", serif;
    text-align: center; }
  #contact_addresses .address_section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -moz-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 1em; }
  #contact_addresses .question {
    text-align: center;
    margin: 0 auto;
    font-size: 1.1em; }
  #contact_addresses p {
    text-align: center; }

@media screen and (max-width: 768px) {
  #contact .title {
    font-size: 36px; }
  #contact .intro {
    font-size: 18px; }
  #contact .inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    #contact .inputs input, #contact .inputs select {
      width: 100%;
      margin-bottom: 15px; }
  #info_form {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #info_form h2 {
      font-size: 30px;
      margin-bottom: 20px; }
    #info_form .info, #info_form .form {
      width: 100%;
      padding: 30px; }
    #info_form .info .section {
      font-size: 18px; }
      #info_form .info .section strong {
        font-size: 24px; }
  #contact_addresses h2 {
    font-size: 30px; }
  #contact_addresses .question {
    font-size: 18px; }
  #contact_addresses {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #contact_addresses .address_section {
      width: 100%;
      padding: 30px; } }

#blog {
  margin: 30px auto;
  max-width: 1024px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px; }
  #blog .page-header {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #bc2f2c; }
  #blog #primary {
    /*float: left;*/
    /*width: 60%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #blog #primary article.post {
      margin: 20px;
      border-bottom: 1px solid #b3b3b3; }
    #blog #primary .entry-title {
      font-size: 28px;
      font-weight: 700;
      color: #bc2f2c;
      text-decoration: none;
      margin: 20px 0; }
    #blog #primary .entry-content {
      padding: 15px;
      margin: 15px 0; }
      #blog #primary .entry-content p {
        margin: 10px 0; }
  #blog #secondary {
    float: right;
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
    #blog #secondary .widget-title {
      font-size: 20px;
      font-weight: 700;
      font-family: "Playfair Display SC", serif;
      color: #bc2f2c;
      margin-bottom: 10px; }
  #blog #search-2 label {
    display: block; }
  #blog #search-2 .search-field {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bc2f2c;
    padding: 5px 10px;
    width: auto;
    font-size: 14px;
    font-family: "Raleway", sans-serif; }
  #blog #search-2 .search-submit {
    display: inline-block;
    width: auto;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #bc2f2c;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    padding: 5px 20px; }
    #blog #search-2 .search-submit .icon {
      display: none; }
  #blog #wpcw_contact-2 {
    margin: 25px auto; }
    #blog #wpcw_contact-2 ul {
      margin: 10px 0; }
      #blog #wpcw_contact-2 ul li {
        margin: 5px 0; }

#madd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  #madd .madd_content {
    position: relative;
    display: block; }
    #madd .madd_content .drink_mocktails {
      display: inline-block; }
      #madd .madd_content .drink_mocktails img {
        width: 130px;
        height: 15px; }
  #madd h1 {
    font-family: "Playfair Display SC", serif;
    font-size: 38px;
    font-weight: 700; }
  #madd h1, #madd p {
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
    display: block; }
  #madd p {
    font-size: 18px; }
  #madd .flex_column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 3rem; }
  #madd .flex_button_wrap {
    display: block; }
  #madd .button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: realtive;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    #madd .button img {
      margin-right: 10px; }
    #madd .button.button_white {
      background-color: #fff;
      padding: .5rem; }
    #madd .button + .button {
      margin-left: 1rem; }
    #madd .button:hover {
      color: #2c9942; }

#madd_race {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#madd_race_img {
  width: 100%;
  max-width: 600px; }

@media screen and (max-width: 1200px) {
  #madd .flex_column#madd_race {
    width: 40%; }
  #madd .flex_column#designated_drivers {
    width: 60%; } }

@media screen and (max-width: 1000px) {
  #madd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #madd .flex_column#madd_race, #madd .flex_column#designated_drivers {
      width: 100%; }
    #madd .flex_column#madd_race {
      padding: 3rem 3rem 0 3rem; }
  #madd_race_img {
    max-width: 500px; } }

@media screen and (max-width: 750px) {
  #madd h1 {
    font-size: 30px; }
  #madd p {
    font-size: 16px; }
  #madd .flex_column {
    padding: 1.5rem; }
  #madd_race_img {
    max-width: 320px; } }

@media screen and (max-width: 650px) {
  #madd .flex_button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #madd .button {
    max-width: 320px; }
    #madd .button + .button {
      margin-left: 0px;
      margin-top: 1rem; } }

#partnerships .heroTitle {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 6em 10px;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #partnerships .heroTitle h1 {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 4.0em;
    font-family: "Playfair Display SC", serif;
    text-transform: uppercase; }
  #partnerships .heroTitle h2 {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 1.5em;
    font-family: "Raleway", sans-serif; }
  #partnerships .heroTitle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

#partnerships.alcohol_change_uk .heroTitle {
  background-image: url(../images/alcohol_change_uk_header.jpg); }

#partnerships.anba .heroTitle {
  background-image: url(../images/anba_header.jpg); }

#partnerships.macmillan .heroTitle {
  background-image: url(../images/macmillan-bg.webp); }

#partnerships.macmillan .macmillanLogo {
  max-width: 100%;
  display: block;
  width: 500px;
  margin: 0 auto; }

#partnerships #partnershipsContent {
  max-width: 1100px;
  margin: 2em auto;
  padding: 0 2em; }
  #partnerships #partnershipsContent h2 {
    text-transform: uppercase;
    font-size: 2em;
    font-family: "Playfair Display SC", serif;
    text-align: center;
    margin: 0.5em auto; }
  #partnerships #partnershipsContent h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: "Playfair Display SC", serif;
    margin: 0.5em auto; }
  #partnerships #partnershipsContent p {
    margin: 2em auto; }
  #partnerships #partnershipsContent .innerCopy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #partnerships #partnershipsContent .innerCopy img {
      width: 40%;
      margin-top: 20px; }
    #partnerships #partnershipsContent .innerCopy .text {
      width: 60%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0em 3em; }
      #partnerships #partnershipsContent .innerCopy .text ul {
        margin: 1.5em 0; }
        #partnerships #partnershipsContent .innerCopy .text ul li {
          list-style: disc;
          margin: 10px 1em; }
  #partnerships #partnershipsContent .cta {
    color: #fff;
    background-color: #bc2f2c;
    padding: 25px 10px;
    font-size: 1.5em;
    font-weight: 700;
    display: block;
    text-align: center; }
    #partnerships #partnershipsContent .cta a {
      color: #fff; }

@media screen and (max-width: 768px) {
  #partnerships .heroTitle {
    padding: 4em 10px; }
    #partnerships .heroTitle h1 {
      font-size: 2.5em; }
  #partnerships #partnershipsContent h2 {
    font-size: 1.4em; }
  #partnerships #partnershipsContent .innerCopy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2em 0; }
    #partnerships #partnershipsContent .innerCopy img {
      max-width: 450px;
      width: 100%;
      margin: 2em auto; }
    #partnerships #partnershipsContent .innerCopy .text {
      width: 100%;
      padding: 0; } }

body {
  font: 16px "Raleway", sans-serif; }
  body a {
    color: #bc2f2c; }

strong {
  font-weight: 700; }

#container {
  position: relative;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 135px; }
  @media screen and (max-width: 768px) {
    #container {
      padding-bottom: 76px; } }

/********************* HEADER **********************/
#header {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 4px solid #bc2f2c; }
  #header .logo {
    display: block;
    width: 400px;
    margin: 20px;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center; }
    #header .logo img {
      width: 100%;
      height: auto; }

#navigation {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  #navigation .social_media {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex; }
    #navigation .social_media .shopify {
      display: block;
      color: #fff;
      font-size: 1em;
      font-family: "Playfair Display SC", serif;
      font-weight: 700;
      text-decoration: none;
      border: 1px solid #bc2f2c;
      padding: 4px 10px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #bc2f2c;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      min-width: 100px;
      text-align: center; }
      #navigation .social_media .shopify:hover {
        color: #bc2f2c;
        background-color: #fff; }
      #navigation .social_media .shopify .small {
        display: block;
        font-size: 0.65em;
        font-weight: 300; }
    #navigation .social_media .nacraft {
      display: block;
      width: auto;
      height: 45px;
      padding: 5px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #navigation .social_media .nacraft img {
        max-height: 100%; }
    #navigation .social_media .social_links {
      color: #fff;
      width: 300px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background: #bc2f2c;
      padding: 10px 0; }
      #navigation .social_media .social_links .follow {
        font-size: 18px;
        display: inline-block; }
      #navigation .social_media .social_links .icon {
        position: relative;
        display: block;
        width: 25px;
        height: 25px;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        -o-transition: transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s; }
        #navigation .social_media .social_links .icon img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 100%;
          max-height: 100%; }
        #navigation .social_media .social_links .icon:hover {
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3); }
  #navigation .countryNav {
    position: relative;
    width: 100px; }
    #navigation .countryNav.shopifyNav {
      background-color: #bc2f2c; }
      #navigation .countryNav.shopifyNav .dropDown {
        background-color: #bc2f2c; }
    #navigation .countryNav.amazonNav {
      background-color: #000; }
      #navigation .countryNav.amazonNav .dropDown {
        background-color: #000; }
    #navigation .countryNav .amazonLogo, #navigation .countryNav .shopifyLogo {
      display: block;
      width: 75%;
      margin: 5px auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #navigation .countryNav .dropDown {
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.5s;
      -o-transition: max-height 0.5s;
      transition: max-height 0.5s; }
    #navigation .countryNav .flag {
      display: block;
      margin: 10px 15px;
      opacity: 0.75;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      #navigation .countryNav .flag img {
        width: 100%; }
      #navigation .countryNav .flag:hover {
        opacity: 1; }
    #navigation .countryNav:hover .dropDown {
      max-height: 250px; }

#mobile_tab {
  display: none; }

#desktop_nav {
  max-width: 950px;
  margin: 35px 4% 20px 2%;
  width: 100%; }
  #desktop_nav .close {
    display: none; }
  #desktop_nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  #desktop_nav li {
    position: relative; }
    #desktop_nav li .item {
      text-align: center;
      cursor: pointer;
      position: relative;
      color: #333;
      display: inline-block;
      text-decoration: none;
      font-size: 18px;
      padding: 5px 10px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      #desktop_nav li .item:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #bc2f2c;
        z-index: -1;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom; }
    #desktop_nav li:nth-child(2) .item:before, #desktop_nav li:nth-child(6) .item:before {
      background: #2c9942; }
    #desktop_nav li:nth-child(3) .item:before, #desktop_nav li:nth-child(7) .item:before {
      background: #6f2277; }
    #desktop_nav li:nth-child(4) .item:before, #desktop_nav li:nth-child(8) .item:before {
      background: #eba900; }
    #desktop_nav li:hover .item {
      color: #fff; }
      #desktop_nav li:hover .item:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1); }
    #desktop_nav li:hover .submenu {
      max-height: 300px; }
    #desktop_nav li .submenu {
      position: absolute;
      top: 100%;
      width: 100%;
      min-width: 150px;
      overflow: hidden;
      max-height: 0;
      -webkit-transition: max-height 0.7s;
      -o-transition: max-height 0.7s;
      transition: max-height 0.7s;
      background-color: #eba900; }
      #desktop_nav li .submenu li {
        display: block; }
        #desktop_nav li .submenu li a {
          color: #fff;
          display: block;
          font-size: 16px;
          padding: 5px 10px;
          text-decoration: none; }
          #desktop_nav li .submenu li a:hover {
            background-color: #ffc01f; }

/********************* HEADER - Media queries ********************/
@media screen and (max-width: 1290px) {
  #header .logo {
    width: 380px; }
  #desktop_nav {
    margin: 35px 1% 20px 1%; }
    #desktop_nav li .item {
      font-size: 16px; } }

@media screen and (max-width: 1030px) {
  #header .logo {
    width: 300px; }
  #mobile_tab {
    display: block;
    position: relative;
    width: 35px;
    height: 26px;
    margin: 30px;
    cursor: pointer; }
    #mobile_tab .line {
      position: absolute;
      width: 100%;
      height: 4px;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: #bc2f2c; }
    #mobile_tab:before, #mobile_tab:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background: #bc2f2c; }
    #mobile_tab:before {
      top: 0; }
    #mobile_tab:after {
      bottom: 0; }
  #desktop_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 600;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    max-width: inherit; }
    #desktop_nav .close {
      display: block;
      position: absolute;
      top: 10px;
      right: 25px;
      color: #fff;
      font-size: 50px;
      cursor: pointer; }
    #desktop_nav .menu {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      max-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      overflow: auto;
      text-align: center; }
    #desktop_nav li {
      display: block; }
      #desktop_nav li .item {
        display: block;
        color: #fff;
        font-size: 20px;
        padding: 10px; }
        #desktop_nav li .item:before {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center; }
      #desktop_nav li .submenu {
        position: relative; } }

@media screen and (max-width: 768px) {
  #header {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-top: 25px; }
    #header .logo {
      margin: 15px 10px; }
  #mobile_tab {
    margin: 10px; }
  #navigation {
    -ms-flex-positive: inherit;
    -webkit-flex-grow: inherit;
    -webkit-box-flex: inherit;
    flex-grow: inherit;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center; }
    #navigation .social_media {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      #navigation .social_media .shopify {
        padding: 2px 5px;
        font-size: 0.85em; }
      #navigation .social_media .social_links {
        display: none; }
    #navigation .countryNav .amazonLogo, #navigation .countryNav .shopifyLogo {
      margin: 0 auto;
      width: 70%; } }

/************************ FOOTER *************************/
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #footer .menu {
    background: #bc2f2c; }
    #footer .menu ul {
      max-width: 1024px;
      margin: 0 auto; }
    #footer .menu li {
      display: inline-block; }
      #footer .menu li a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
        padding: 20px 15px; }
  #footer .copyright {
    font-size: 14px;
    padding: 30px 10px; }

@media screen and (max-width: 900px) {
  #footer .menu li a {
    padding: 20px 10px;
    font-size: 14px; } }

@media screen and (max-width: 768px) {
  #footer .menu {
    display: none; } }
