html {
  font-size: 62.5%;
  background: #202020;
  font-family: 'libre_baskervilleregular';
  color: white;
}

body.age-gate-open {
  overflow: hidden;
}

/**
 * Homepage - Brotherhood
 */
.homepage .shellback-silver-mobile { display: none; }
.homepage .brotherhood {
  background-image: url(../img/homepage-top-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 801px) {
  .homepage .brotherhood { background-attachment: fixed; }
}
  .homepage .brotherhood .container { padding-top: 20%; position: relative; margin-left: 10%; padding-left: 10%; padding-right: 10% }
  .homepage .brotherhood .shellback-silver-desktop { 
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 0;
  }
  .homepage .brotherhood .text-area .cross { margin: auto; width: 100px; position: relative; }
  .homepage .brotherhood .text-area .left {
    border: 0;
    height: 2px;
    margin: -2px 0 0;
    position: absolute; top: 50%; left: -200px;
    width: 200px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }
  .homepage .brotherhood .text-area .right {
    border: 0;
    height: 2px;
    margin: -2px 0 0;
    position: absolute; top: 50%; right: -200px;
    width: 200px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }


  .homepage .store-locator-section { padding: 5rem 0; font-size: 1.3rem; }
    .homepage .store-locator-section .container { padding-top: 20%; position: relative; }
    .homepage .store-locator-section form button {
      background: transparent;
      color: white;
      border: 1px solid white;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 1rem;
      font-size: 1.6rem;
      margin-left: 2px;
    }
    .homepage .store-locator-section form input[type='text'] {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: none;
      outline: none;
      padding: 1rem;
      margin-left: 1rem;
      font-size: 1.6rem;
      color: #000;
      background: rgba(255,255,255,0.4);
    }
    .homepage .store-locator-section h3 { float: left; padding: 1rem 0 0; font-size: 2rem; }
    .homepage .store-locator-section form input[type='text']::-webkit-input-placeholder { color: white; }
    .homepage .store-locator-section form input[type='text']:-moz-placeholder { /* Firefox 18- */ color: white;  }
    .homepage .store-locator-section form input[type='text']:-moz-placeholder {  /* Firefox 19+ */ color: white;  }
    .homepage .store-locator-section form input[type='text']:-ms-input-placeholder {  color: white;  }

  .homepage .rum-types {}
    .homepage .rum-types .grid { padding-bottom: 5rem; }
    /*.homepage .woodgrain .container { width: 900px; }*/
    .homepage .rum-types .silver { padding-right: 0; height: 610px; border-right: 1px solid rgba(255,255,255, 0.5); background: url(../img/silver-rum.png) no-repeat top left; }
    .homepage .rum-types .spiced { height: 610px; background: url(../img/spiced-rum.png) no-repeat top right; }
    .homepage .rum-types .silver .copy { margin: 100px 25px 0 174px; padding-right: 20px; }
    .homepage .rum-types .spiced .copy { margin: 100px 190px 0 25px; padding-left: 20px; }

  .homepage .featured-cocktails { padding: 5rem 0; }
    .homepage .featured-cocktails .grid { margin-top: 1rem; }
    .homepage .featured-cocktails .grid a { display: block; height: 280px; background-size: contain; background-repeat: no-repeat; background-position: center bottom; margin: auto; }

@media (max-width: 768px) { .homepage .rum-types .silver { border: none; } }

@media (min-width: 768px) and (max-width: 992px) {
  .homepage .brotherhood .container h1 { font-size: 5.5rem; }
  .homepage .rum-types h2 { font-size: 4.5rem; }
  .homepage .woodgrain .container, .footer .container  { width: 768px; }
}

@media (max-width: 1160px) {
  .homepage .brotherhood .container h1 { font-size: 4rem; }
}
/**
 * Cocktail Recipes
 */
.cocktail-recipes { padding: 5rem 0; }
  .cocktail-recipes .filters { font-size: 1.4rem; }
  .cocktail-recipes .shelf {
    background-image: url(/assets/img/shelf.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    height: 360px;
  }
  @media(min-width: 767px) {
    .cocktail-recipes .shelf.sml .col-1-4 {
      width: 33.33%;
    }
  }
  @media(max-width: 767px) {
    .cocktail-recipes .shelf { background: none; height: auto; }
    .cocktail-recipes .shelf .col { height: 200px; }
    .cocktail-recipes .shelf span { bottom: 0; }
    .cocktail-recipes .shelf a { bottom: 0; width: 150px; height: 200px; }
  }
    .cocktail-recipes .shelf .col {
      position: relative;
      height: 360px;
    }
    .cocktail-recipes .shelf a {
      display: block;
      width: 200px;
      height: 250px;
      position: absolute;
      bottom: 109px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    @media (max-width: 1200px) {
      .cocktail-recipes .shelf a { bottom: 90px; }
    }
    @media (max-width: 992px) {
      .cocktail-recipes .shelf a { bottom: 66px; }
    }
    .cocktail-recipes .shelf span {
      position: absolute;
      bottom: -28px;
      text-transform: uppercase;
      left: 50%;
      color: white;
      white-space: nowrap;
      text-decoration: none;
      transform: translateX(-50%);
    }

/**
 * Lightboxes
 */
.drink-popup { background: black; color: white; padding: 4rem 7rem 8rem; position: relative; font-size: 1.3rem; }
  .drink-popup .arrow {
    color: black;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    background: #333;
    display: block;
    height: 80px;
    width: 60px;
    font-size: 3.9rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .drink-popup .arrow:hover {
    background: #555;
    color: white;
  }
  .drink-popup .arrow.left {
    left: -30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .drink-popup .arrow.right {
    right: -30px;
    left: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .drink-popup .arrow.right i {
    position: absolute;
    left: 12px;
    top: 21px;
  }
  .drink-popup .arrow.left i {
    position: absolute;
    right: 12px;
    top: 21px;
  }
  .drink-popup .foot { position: absolute; bottom: 0; left: 0; right: 0; background: #262626; padding: 1rem; }
  .drink-popup .ingredients { position: relative; background-repeat: no-repeat; min-height: 130px; padding-left: 125px; }
  .drink-popup .drink-img { display: block; background-size: contain; background-position: top center; background-repeat: no-repeat; width: 100px; position: absolute; left: 0; top: 0; bottom: 0; }
  .drink-popup h6 { font-size: 1.6rem; font-weight: 100; margin-bottom: 20px; }
  .drink-popup .vl { width: 1px; height: 100%; position: absolute; background: #333; right: 20px; top: 0; bottom: 0; }
  .drink-popup .social {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 0.2rem;
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
  }
  .drink-popup .social i { color: black; margin-top: 4px; }
  .drink-popup .social:hover {
    background: #f1f1f1;
  }
  .drink-popup .tags a { color: white; text-decoration: none; margin: 0 0.5rem; }

  .age-popup {}
  .age-popup .popup-background {
    top:0;
    bottom:0;
    left:0;
    right:0;
    position: absolute;
    width: 100%;
    height: auto;
  }
  .age-popup.fancybox-wrap .fancybox-skin, 
  .age-popup.fancybox-wrap .fancybox-inner,
  .age-popup.fancybox-wrap .fancybox-outer,
  .age-popup.fancybox-wrap { 
    height:100% !important;   
    width:100% !important; 
    top:0 !important;
    bottom:0 !important;
    left:0 !important;
    right:0 !important;
    background: transparent !important;
  }
  .age-popup .age-center-case { 
    background: rgba(0, 0, 0, .8); 
    left:50%;  
    margin-left:-288px;  
    z-index:1000; 
    height:100% !important; 
    display: table; 
    position: absolute;
    width: 576px;
    top:0 !important;
    bottom:0 !important;
    overflow: scroll;
  }
    .age-popup .age-center-case .age-center-tb-case { display: table-cell; height:450px; vertical-align: middle; }
      .age-popup .age-center-case  div { margin: 0 auto 42px; text-align: center; color: #fff; max-width: 474px; }
      .age-popup .age-center-case  hr { max-width: 474px; }
      .age-popup .age-center-case  select { font-size: 1.8rem; margin: 0 4px; padding: 0 10px; color: black; }
      @media (max-width: 400px) {
        .age-popup .age-center-case  select { display: block; width: 100%; margin: 5px 0; }
      }
      .age-popup .age-center-case .popup-logo { background: url(../img/pop-up-logo.png); height: 200px; width: 474px; margin-bottom: 42px; }
      .age-popup .age-center-case  .err h3 { color: red; font-size: 1.4rem; margin: 0; padding: 15px 0; }

      .age-popup .age-center-case .popup-text { margin-bottom: 15px; padding: 0 10px; }
        .age-popup .age-center-case .popup-text h4 { font-family: 'libre_baskervilleregular'; font-size: 1.6rem; line-height: 1.723; color: rgb(255, 255, 255); }

      .age-popup .age-center-case .popup-button { margin-bottom: 32px; }
        .age-popup .age-center-case .popup-button a {
          padding: 20px 30px;
          font-family: 'dublin_spursregular'; 
          font-size: 26.1px; 
          text-decoration: none; 
          border-width: 1px;
          border-radius: 3px;
          border-style: solid;
          color: #fff;
        }
        .age-popup .age-center-case .age-center-tb-case .popup-button a:hover { color: #00aebc;}

      .age-popup .age-center-case .popup-button-mobile { margin: 20px 0 }
        .age-popup .age-center-case .popup-button-mobile a {
          padding: 5px 7px;
          font-family: 'dublin_spursregular'; 
          font-size: 15.1px; 
          text-decoration: none; 
          border-width: 1px;
          border-radius: 3px;
          border-style: solid;
          color: #fff;
          margin: 20px 0;
        }  
        .age-popup .age-center-case .age-center-tb-case .popup-button-mobile a:hover { color: #00aebc;}
      .age-popup .age-center-case .popup-legal { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 10px; margin-top: 10px; padding-bottom: 10px; }

  @media screen and (max-width: 600px) {
    .age-popup .age-center-case {
      width:  100%;
      height: 100%;
      left: 0;
      right: 0;
      margin-left: 0;
    }
    .age-popup .age-center-case  div { max-width: 320px; }
    .age-popup .age-center-case .age-center-tb-case .popup-logo { width: 320px; height:145px; background: url(../img/pop-up-logo-mobile.png); }
  }
    

.Rounded_Rectangle_1_copy {
  border-style: solid;
  border-width: 1px;
  
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 611px;
  top: 557px;
  width: 214px;
  height: 69px;
  z-index: 10;
}

/**
 * Our Rum
 */
.our-rums .tagline { padding: 5rem 0; }
  .our-rums .tagline .rums-info { padding: 4rem 0 0; }
  .our-rums .tagline .bottles img { position: relative; z-index: 10; }
  .our-rums .tagline .silver { text-align: right; }
  .our-rums .tagline .spiced { text-align: left; }
  .our-rums .mobile-bottles { padding: 0 6rem; }

  .our-rums .two-section-callout {
    position: relative;
    margin-top: -120px;
    padding: 10rem 0;
    background: url(../img/wood-bg.jpg);
    background-size: cover;
    text-align: center;
  }
    .our-rums .two-section-callout .grid .col-1-2:first-child {  border-right: 1px rgba(255,255,255, 0.5); } 

  .our-rums .featured-cocktails { padding-top: 7rem; padding-bottom: 7rem; }
    .our-rums .featured-cocktails .col2 a { display: block; height: 200px; background-size: contain; background-repeat: no-repeat; background-position: center bottom; }
    .our-rums .featured-cocktails .col1 { padding-top: 4rem; }
    .our-rums .featured-cocktails .col2 { padding-top: 2rem; }
      .our-rums .featured-cocktails .col2 .col-1-3 { padding-right: 40px; }

/**
 * About Page
 */
.about .overview { padding: 5rem 0; }
.about .about-area { text-align: left; padding: 5rem 0 0; }
  .about .about-area .bottles { width: 100%; height: 641px; margin: auto; background: url(../img/both-bottles-solo.png); background-size: contain; background-repeat: no-repeat; background-position: center; }
  .about .two-section-callout { background-size: cover; background-repeat: no-repeat; background-image: url(../img/about-bg.png); margin-top: -90px; padding: 15rem 0; text-align: center; }

@media (max-width: 1090px) {
  .about .two-section-callout { margin-top: 0; }
}

/**
 * History Process
 */
.history-process {}
  .history-process .bg { height: 400px; }
  .history-process .bg-1 { background: url(../img/history-bg-1.jpg); background-size: cover; }
  .history-process .bg-2 { background: url(../img/wood-bg.jpg); background-size: cover;background-attachment: initial !important; }

  .history-process .journey-callout {
    padding: 6rem 0;
    background: url(../img/history-bg-3.jpg);
    background-size: cover;
    text-align: center;
  }

  @media (min-width: 801px) {
    .history-process .journey-callout,
    .history-process .bg-1,
    .history-process .bg-2 { background-attachment: fixed; }
  }
    .history-process .journey-callout p { max-width: 320px; margin: auto; }
  .history-process .paper {
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
    position: relative;
    z-index: 10;
  }

/**
 * Downstream page
 */
.downstream {}
  .downstream .header {
    height: 350px;
    background: url(../img/downstream-bg.jpg);
    background-size: cover;
  }
  .downstream .paper {
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
    position: relative;
    z-index: 10;
  }

/**
 * Footer
 */
.footer { }
  .footer .inner { padding: 3rem; }
  .footer li { font-size: 1.2rem; padding: 0 0 5px; }
    .footer li a { color: white; text-decoration: none; }
  .footer .footer-logo {
    display: block;
    background-image: url(/assets/img/menu-logo-full.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-indent: -9999px;
    overflow: hidden;
    width: 184px;
    height: 55px;
  }
  .footer .menus hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
  }
  .footer .legal { color: #444; text-align: center; padding: 2rem; display: block; padding-top: 0; }
  .footer .legal a { color: #999; text-decoration: underline; }
  .footer .zip { background: black; padding-right: 0; }
  .footer .zip .inner { background: black; padding-left: 1rem; padding-right: 1rem; }
  .footer .zip hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 1rem 0;
  }

  .footer form { padding: 0.5rem 0 1rem; font-size: 1.2rem; }
  .footer form button {
    background: transparent;
    color: white;
    border: 1px solid white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5rem;
    margin-left: 2px;
  }
  .footer form .find-txt { font-weight: bold; font-size: 1.3rem; }
  .footer form .checkboxes { font-size: 1.2rem; }
  .footer form input[type='text'] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 0.5rem;
    margin: 10px auto;
    color: #333;
  }


  .footer .zip .contact {
    color: #999;
    text-decoration: none;
    margin-right: 0.5rem;
    display: inline-block;
    padding: 5px 8px 5px 0;
    border-right: #777 1px solid;
  }
  .footer .zip .social {
    position: relative;
    background: #999;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
  }
  .footer .zip .social:hover {
    background: #f1f1f1;
  }
  .footer .zip .contact:hover {
    color: #f1f1f1;
  }
  .footer .social i {
    margin-top: 5px;
    color: black;
  }
  /**
 * footer mobile adjustments
 */
 
  @media (min-width: 767px) {
    .not-on-desktop { display: none;}
  }
/**
 * Fancybox
 */
  .legal-fancy .paper p {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-bottom: 3rem;
  }


/**
 * Contact Form
 */
/*
.contact-form {}
  .contact-form input[type='text'] { display: block; padding:  }
  .contact-form .row { margin-bottom: 20px; }
  .contact-form label { font-size: 1.3rem; margin: 15px 0 4px; display: block; }

  .contact-form .valign label { display: inline-block; margin-right: 10px; margin-left: 5px; }

  #reasonCode { padding: 8px; display: block; font-size: 4rem; margin: 12px 0 30px; width: 100%; }

  .contact-form h1 {
      font-size: 25px;
      padding: 0px 0px 10px 40px;
      display: block;
      border-bottom:1px solid #E4E4E4;
      margin: -10px -15px 30px -10px;;
      color: #888;
  }
  .contact-form h1>span {
      display: block;
      font-size: 11px;
  }
  .contact-form label>span {
    color: red;
  }
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
      border: 1px solid #DADADA;
      color: #888;
      height: 30px;
      margin-right: 6px;
      margin-top: 2px;
      outline: 0 none;
      padding: 3px 3px 3px 5px;
      width: 70%;
      font-size: 12px;
      line-height:15px;
      box-shadow: inset 0px 1px 4px #ECECEC;
      -moz-box-shadow: inset 0px 1px 4px #ECECEC;
      -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
  }
  .contact-form select{
    font-size: 4rem;
    display: inline-block;
    margin: 4px 8px 0 0;
  }
  .contact-form textarea{
      padding: 5px 3px 3px 5px;
  }
  .contact-form textarea{
      height:100px;
  }
  .contact-form .button {
      background: #E27575;
      border: none;
      padding: 10px 25px 10px 25px;
      color: #FFF;
      box-shadow: 1px 1px 5px #B6B6B6;
      border-radius: 3px;
      text-shadow: 1px 1px 1px #9E3F3F;
      cursor: pointer;
  }
  .contact-form .button:hover {
      background: #CF7A7A
  }
*/

.fancybox-inner { overflow-x: hidden !important; }
