
svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
  input[type="search"]:focus {
    outline-color: transparent;
    outline-style: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background: url(images/makeeasy.jpg) center no-repeat #000;
  background-size: cover; 
}
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px; } }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 18px;
  line-height: inherit; margin-left: 10px;}

a {
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

/*!
 * Grid from:
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container, .header-inside {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px; }

header {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container, .header-inside {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px; }
  .header-inside {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 992px) {
  .container, .header-inside {
    width: 970px; } }

@media (min-width: 1200px) {
  .container, .header-inside {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -7px;
  margin-right: -7px; }
  @media screen and (min-width: 768px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px; }
  @media screen and (min-width: 768px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-left: 15px;
      padding-right: 15px; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

@font-face {
  font-family: 'jd-custom';
  src: url("/fonts/jd-custom.eot?7eadrp");
  src: url("/fonts/jd-custom.eot?7eadrp#iefix") format("embedded-opentype"), url("/fonts/jd-custom.ttf?7eadrp") format("truetype"), url("/fonts/jd-custom.woff?7eadrp") format("woff"), url("/fonts/jd-custom.svg?7eadrp#jd-custom") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'jd-custom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-social-facebook:before {
  content: "\e901"; }

.icon-social-instagram:before {
  content: "\e902"; }

.icon-social-tumbler:before {
  content: "\e903"; }

.icon-social-twitter:before {
  content: "\e904"; }

.icon-social-youtube:before {
  content: "\e905"; }

.icon-gentleman-jack:before {
  content: "\e906"; }

.icon-old-no-7:before {
  content: "\e907"; }

.icon-single-barrel:before {
  content: "\e908"; }

.icon-tennessee-fire:before {
  content: "\e909"; }

.icon-tennessee-honey:before {
  content: "\e90a"; }

.icon-mailing-list:before {
  content: "\e900"; }

.icon-play_circle_outline:before {
  content: "\e01d"; }

.icon-check:before {
  content: "\e206"; }

.icon-chevron_left:before {
  content: "\e207"; }

.icon-chevron_right:before {
  content: "\e208"; }

.icon-close:before {
  content: "\e209"; }

.icon-expand_less:before {
  content: "\e20a"; }

.icon-expand_more:before {
  content: "\e20b"; }

.icon-share:before {
  content: "\e25a"; }

.icon-search:before {
  content: "\e2ca"; }

.icon-pause:before {
  content: "\e018"; }

.icon-play_arrow:before {
  content: "\e01b"; }

.icon-spinner5:before {
  content: "\e90b"; }

h1 {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0.299em 0; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 35px; } }

h2 {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 2.333em;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0.214em 0 0 0; }
  h2.alt-margin {
    margin: 0.428em 0 0.214em 0; }
  h2.section-heading {
    margin: 0.695em 0; }
  h2.recipe-title {
    margin-bottom: 0.642em; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 2.625em; } }

h3 {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 1.833em;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  clear: both;
  margin: 0.552em 0 0.207em 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.813em; } }
  h3.alt-grey {
    color: #b3b3b3; }
  h3.alt-top-margin {
    margin: 0.207em 0 0.207em 0; }
  h3.alt-brown {
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    font-size: 1.375em;
    color: #a28261;
    margin: 0.552em 0 0 0; }
  h3.alt-platform-not-supported {
    margin-bottom: 0.552em; }

h3.date-divider {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 1.333em;
  color: #828282;
  position: relative;
  clear: both;
  text-align: left;
  width: 100%;
  margin: 0.583em 0 0.583em 0; }
  h3.date-divider:after {
    content: "";
    width: calc(100% - 2.500em);
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0px;
    background: #828282; }
  @media screen and (min-width: 768px) {
    h3.date-divider {
      font-size: 1em;
      margin: 1.500em 0 1.500em 0; } }

h3.cc-h3 {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 1.375em;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  margin: 0; }
  @media screen and (min-width: 768px) {
    h3.cc-h3 {
      font-size: 1.375em; } }

h4 {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 1.125em;
  color: #b3b3b3;
  text-align: center;
  margin: 0;
  line-height: 1em; }

h5 {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0.25em 0 1em 0; }

a {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 1em;
  color: #a28261;
  line-height: 1.417em;
  

  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  a:hover {
    text-decoration: none;
    color: #ffffff; }
  a:focus {
    color: inheirit;
    text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  display: inline;
  clear: none;
  float: none; }

a.cta, input.cta, span.cta {
  color: #a28261;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  display: table;
  clear: both;
  margin: 0.5em auto ;
  font-size: 1.167em;
  padding: 0.222em 2.083em 0.222em 2.083em;
  border: 2px solid #a28261;
  max-width: 100%;
  float: none;
  background: transparent;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center; }
  @media screen and (min-width: 768px) {
    a.cta:hover, input.cta:hover, span.cta:hover {
      border: 2px solid #ffffff;
      color: #ffffff; }
    a.cta.alt:hover, input.cta.alt:hover, span.cta.alt:hover {
      border: 2px solid #a28261;
      background: #a28261;
      color: #000000; } }

p {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 1em;
  color: #b3b3b3;
  letter-spacing: 0.025em;
  line-height: 1.417em;
  margin-top: 0.750em;
  margin-bottom: 0.750em;
  display: inline-block;
  width: 100%; }
  p a {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    letter-spacing: 0.025em;
    font-weight: 400;
    display: inline;
    clear: none;
    font-weight: normal;
    text-transform: none;
    float: none; }
  p.alt-margin {
    margin-bottom: 2em; }
  p.caption {
    font-style: italic;
    font-size: 1em; }
    @media screen and (min-width: 768px) {
      p.caption {
        font-size: 0.750em; } }

section ul {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #b3b3b3;
  letter-spacing: 0.025em;
  line-height: 1.417em;
  font-style: italic;
  font-size: 1.063em;
  margin: 0.75em 0;
  padding: 0; }
  section ul li {
    width: 100%;
    display: block;
    clear: both;
    list-style: none;
    position: relative;
    padding: 0 0 0 0.882em;
    margin-bottom: 0.647em; }
    section ul li a {
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      letter-spacing: 0.025em;
      font-weight: 400;
      display: inline;
      clear: none;
      font-weight: normal;
      text-transform: none;
      float: none; }
    section ul li:before {
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      letter-spacing: 0.025em;
      font-weight: 400;
      content: "-";
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      color: #a28261; }
  section ul.non-italic {
    font-style: normal; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important; }

form {
  width: 100%;
  display: block;
  clear: both; }
  form textarea, form input {
    background: #000000;
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-sizing: border-box;
    font-size: 1.250em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    letter-spacing: 0.025em;
    font-weight: 400;
    padding: 0.25em 0.5em;
    width: 100%;
    outline: none; }
	
    @media screen and (min-width: 768px) {
      form textarea:focus, form textarea:hover, form input:focus, form input:hover {
        border: 2px solid #ffffff;
        color: #ffffff; } 
  form input[type=text], form input[type=number], form input[type=tel], form input[type=email], form select, form text-area {
    background: transparent; border: 1px solid #333; width: 9%; height: 30px; padding-left: 1%;
    clear: both;
    -webkit-appearance: none;
    border-radius: 0; color: #b9b9b9;}
	}
	
   form input[type=text].error, form input[type=number].error, form input[type=tel].error, form input[type=email].error, form select.error, form text-area.error {
      border: 2px solid #b50a0a; }
  form input[type=checkbox], form input[type=radio] {
    cursor: pointer; }
  form input[type=submit] {
    max-width: 150px;
    -webkit-appearance: none;
    border-radius: 0; }
  form .col-birth-date {
    clear: left;
    display: table; }
    form .col-birth-date input {
      text-align: center;
      width: 32%;
      margin-right: 2%;
      float: left;
      clear: none; }
      form .col-birth-date input:last-of-type {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        form .col-birth-date input {
          display: block; } }
      @media screen and (min-width: 992px) {
        form .col-birth-date input label {
          bottom: -7px; } }
  form span.required {
    color: #b50a0a; }
  form p.form-disclaimer, form p.form-question {
    text-align: center;
    font-size: 0.875em;
    font-style: italic; }
    form p.form-disclaimer a, form p.form-question a {
      font-style: italic;
      color: #ffffff; }
      form p.form-disclaimer a:hover, form p.form-question a:hover {
        color: #a28261; }
  form p.form-question {
    text-align: left;
    margin-top: 0.125em;
    margin-bottom: 1.5em; }
  form div[class^="col-"], form div[class*=" col-"] {
    margin-bottom: 0.5em; }
  form.standard-form {
    margin-top: 1.25em; }
    form.standard-form input:not([type=submit]), form.standard-form text-area, form.standard-form select {
      margin-bottom: 1em; }
    form.standard-form label {
      color: #a28261; }
      form.standard-form label.thirds {
        box-sizing: border-box;
        width: 32%;
        margin-right: 2%;
        float: left;
        clear: none;
        cursor: pointer;
        color: #b3b3b3; }
        form.standard-form label.thirds input {
          margin-right: 0.5em;
          width: auto; }
        form.standard-form label.thirds:last-child {
          margin-right: 0; }

section#registration {
  padding-bottom: 16em;
  background: #000000 url(/images/register-bg.jpg) center center no-repeat;
  background-size: cover; }

.minimal-custom {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 500;
  font-style: normal;
 text-align:center;
  letter-spacing: 0.050em;
  border: none;
  background: #242424 url(/svg/expand_more.svg) right center no-repeat;
  color: #b3b3b3;
  font-size: 1em;
  padding: 0.2em 2em 0.2em 0.5em;
  display: inline-block;
  box-sizing: border-box !important;
  cursor: pointer;
  
  min-width: 95px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 0.5em;
  clear: both;
  width: 100% !important; }
  .minimal-custom:active, .minimal-custom:focus {
    outline: none !important; }
  @media screen and (min-width: 768px) {
    .minimal-custom {
      width: 250px !important;
      clear: none; } }

span.minimal-custom-alt.select-error, span.select-agegate-date.select-error {
  border-color: #b50a0a; }

.minimal-custom-alt {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  letter-spacing: 0.025em;
  font-weight: 400;
  border: 2px solid #b3b3b3;
  background: #000000 url(/svg/expand_more.svg) right center no-repeat;
  color: #b3b3b3;
  font-size: 1em;
  padding: 0.2em 2em 0.2em 0.5em;
  display: inline-block;
  box-sizing: border-box !important;
  cursor: pointer;
  text-align: left;
  min-width: 95px;
  min-height: 40px;
  line-height: 32px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 1em;
  clear: both;
  width: 100% !important; }
  .minimal-custom-alt:active, .minimal-custom-alt:focus {
    outline: none; }

.minimal-customHover, .minimal-custom-altHover {
  color: #ffffff; }

.minimal-custom-altHover {
  border: 2px solid #ffffff; }

.minimal-customFocus, .minimal-custom-altFocus {
  color: #ffffff;
  border: 2px solid #ffffff; }

.agegate-selectors .minimal-customFocus, .minimal-customFocus .minimal-custom-altFocus {
  border: none !important; }

.agegate-date-wrap {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 2em; margin-top: 6em; }

label {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  color: #b3b3b3;
  font-size: 1em;
  clear: both;
  width: 100%;
  display: block; }

span.form-direction {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #b3b3b3;
  font-size: 0.875em;
  font-style: italic;
  display: block;
  clear: both; }
  span.form-direction a {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    letter-spacing: 0.025em;
    font-weight: 400;
    color: #ffffff;
    display: inline;
    text-transform: none;
    font-style: italic;
    clear: none;
    float: none; }
    span.form-direction a:hover {
      color: #828282; }

.errorNotice {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 0.875em;
  color: #b50a0a;
  font-style: italic;
  margin-top: 1.3755em; }

label.error {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 0.875em;
  margin-top: 0px;
  color: #b50a0a !important;
  font-style: italic;
  position: absolute;
  bottom: -18px;
  left: 7px; }
  @media screen and (min-width: 768px) {
    label.error {
      left: 15px;
      bottom: -22px; } }
  @media screen and (min-width: 992px) {
    label.error {
      bottom: -5px; } }

.col-birth-date label.error {
  bottom: -50px;
  font-weight: normal !important; }
  @media screen and (min-width: 768px) {
    .col-birth-date label.error {
      bottom: -65px; } }
  @media screen and (min-width: 992px) {
    .col-birth-date label.error {
      bottom: -5px; } }

.col-select label.error {
  bottom: -7px; }

#your-message-error {
  bottom: -15px; }
  @media screen and (min-width: 768px) {
    #your-message-error {
      bottom: -20px; } }

#agreement-error {
  bottom: -32px; }
  @media screen and (min-width: 768px) {
    #agreement-error {
      bottom: -41px; } }
  @media screen and (min-width: 992px) {
    #agreement-error {
      bottom: -5px; } }

section {
 
  padding-top: 0.500em;
  padding-bottom: 0.500em;
  position: relative;
  overflow-x: hidden; }
  section.grey {
    background: #242424; }
  section:nth-of-type(1) {
    margin-top: 51px; }
  @media screen and (min-width: 768px) {
    section {
      padding: 4.563em 0; }
      section:nth-of-type(1) {
        margin-top: 0;
        padding-top: 8.563em;
        padding-bottom: 4.563em; } }
  section .article-wrap {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
    section .article-wrap.primed {
      -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0; }
  @media screen and (min-width: 768px) {
    section.alt-padding {
      padding: 2.2815em 0; } }

.filter-bar {
  font-size: 1.3em;
  letter-spacing: 0.050em;
  color: #828282;
  background: #313131;
  width: 100%;
  display: block;
  margin-top: 1.250em;
  margin-bottom: 1.250em;
  border-radius: 3px;
  clear: both;
  float: left; }
  .filter-bar span.filter-by {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    letter-spacing: 0.025em;
    font-weight: 400;
    font-style: italic;
    float: left;
    font-size: 0.938em;
    padding: 0.6663113006em 1.3326226012em;
    display: none;
    font-weight: normal;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .filter-bar span.filter-by {
        display: block; } }
  .filter-bar .filter-wrap {
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    font-size: 0.8em;
    padding: 0 0.625em;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    float: left; }
    .filter-bar .filter-wrap a {
      color: #828282;
      text-align: center;
      display: inline-block;
      padding: 0.3125em;
      margin: 0;
      clear: none;
      float: none; }
      .filter-bar .filter-wrap a.active {
        color: #ffffff; }
    @media screen and (min-width: 450px) {
      .filter-bar .filter-wrap {
        font-size: 1em; } }
    @media screen and (min-width: 768px) {
      .filter-bar .filter-wrap {
        float: right;
        margin: 0;
        width: auto; }
        .filter-bar .filter-wrap a {
          padding: 0.625em; }
          .filter-bar .filter-wrap a:hover {
            color: #ffffff; } }
  @media screen and (min-width: 768px) {
    .filter-bar {
      font-size: 1em; } }

.black-wrap, .grey-wrap {
  width: 100%;
  display: block;
  clear: both;
  background: #000000; }

.grey-wrap {
  background: #242424;
  overflow: hidden; }

.article-wrap {
  background: #242424;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  margin-bottom: 2.750em; }
  @media screen and (min-width: 768px) {
    .article-wrap {
      margin-bottom: 0.938em; } }
  .article-wrap.expanded {
    max-height: 10000px;
    background: #000000;
    padding: 1.250em 0;
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  img, .video-wrap {
    margin-top: 1.250em;
    margin-bottom: 1.250em; } }

img, .video-wrap {
  margin-top: 0.625em;
  margin-bottom: 0.625em; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  display: block;
  clear: both; }

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-wrap video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%; }

.single-video .cover-wrap {
  position: relative; }
  .single-video .cover-wrap .video-link {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.single-video .video-wrap {
  display: none;
  z-index: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
  clear: both; }
  .single-video .video-wrap video {
    max-width: 100%;
    width: 100%; }

@media screen and (min-width: 768px) {
  .single-video iframe, .single-video video {
    max-height: 388px !important; } }

@media screen and (min-width: 992px) {
  .single-video iframe, .single-video video {
    max-height: 424px !important; } }

@media screen and (min-width: 1200px) {
  .single-video iframe, .single-video video {
    max-height: 518px !important; } }

.video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10; }

.search-wrap {
  transition: max-width 1s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 4.5em auto 0.8em auto;
  display: inline-block; }
  .search-wrap #search-bar {
    border: 1px solid #828282;
    border-radius: 0px; }
    @media screen and (min-width: 768px) {
      .search-wrap #search-bar {
        border: 1px solid transparent; } }
  @media screen and (min-width: 768px) {
    .search-wrap {
      position: absolute;
      right: 0px;
      top: 0px;
      width: calc(100% - 4.375em);
      max-width: 0px;
      overflow: hidden;
      padding: 2.1em 0;
      margin: 0 4.375em 0 0;
      display: block; }
      .search-wrap input, .search-wrap span, .search-wrap span:before {
        transition: opacity 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 0; } }
  .search-wrap span.search-text {
    position: absolute;
    top: 15%;
    left: 3%;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    letter-spacing: 0.025em;
    font-weight: 400;
    max-width: 1.500em;
    padding-left: 1.500em;
    font-size: 1.500em;
    color: #c0c0c0;
    font-style: italic;
    text-transform: none;
    overflow: hidden; }
    .search-wrap span.search-text:before {
      font-family: 'jd-custom';
      content: "\e2ca";
      color: #ffffff;
      position: absolute;
      left: 0px;
      top: 0.267em;
      font-style: normal;
      font-size: 0.750em; }
    @media screen and (min-width: 500px) {
      .search-wrap span.search-text {
        left: 15%; } }
    @media screen and (min-width: 768px) {
      .search-wrap span.search-text {
        max-width: 6.250em;
        left: 0.376em;
        top: 1.85em;
        font-size: 1.250em; } }
  .search-wrap.active {
    max-width: 100%; }
    .search-wrap.active input, .search-wrap.active span, .search-wrap.active span:before {
      transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      opacity: 1; }
  .search-wrap input {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    letter-spacing: 0.025em;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    display: block;
    clear: both;
    border-radius: 3px;
    background: transparent;
    border: 0px;
    font-size: 1.667em;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0.188em 0.500em 0.188em 2em;
    margin: 0 auto; }
    @media screen and (min-width: 500px) {
      .search-wrap input {
        width: 75%; } }
    @media screen and (min-width: 768px) {
      .search-wrap input {
        width: 100%;
        font-size: 1.250em;
        padding: 0.188em 0.625em 0.188em 6.250em; } }

section .search-wrap {
  position: relative;
  width: 100%; }

a.video-link {
  position: absolute;
  display: block;
  font-size: 4em;
  margin: 0;
  z-index: 100;
  top: 50%;
  left: 50%;
  padding: 0;
  display: block;
  border-radius: 100%;
  color: #b3b3b3;
  opacity: 0.6;
  -webkit-transform: translate(-50%, -35%);
      -ms-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%); }
  a.video-link:hover {
    color: #ffffff;
    opacity: 0.9; }
  @media screen and (min-width: 768px) {
    a.video-link {
      font-size: 8em; } }

.bottom-space {
  padding-bottom: 8em; }

.articles {
  overflow: hidden; }

/* Vendor CSS */
/**
 * Swiper 3.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 10, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*!
 * fullPage 2.7.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  transition: none !important; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%; }
        #fp-nav ul li:hover #fp-nav ul li a.active span,
        #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
        .fp-slidesNav ul li a.active span,
        #fp-slidesNav ul li:hover
        .fp-slidesNav ul li a.active span {
          height: 12px;
          width: 12px;
          margin: -6px 0 0 -6px;
          border-radius: 100%; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #333;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        transition: all 0.1s ease-in-out; }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
      width: 10px;
      height: 10px;
      margin: -5px 0px 0px -5px; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

/* Partials */
header {
  width: 100%;
  display: block;
  background: #000000;
  position: fixed;
  top: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0px;
  z-index: 999999; }
  header .header-border-wrap {
    width: 100%;
    display: block;
    clear: both;
    position: relative; }
    header .header-border-wrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #242424;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0); }
  header .nav-expander {
    display: block;
    position: absolute;
    top: 1.667em;
    right: 1.250em;
    z-index: 100;
    height: 1.333em;
    width: 1.333em;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer; }
    header .nav-expander span {
      width: 100%;
      display: block;
      position: absolute;
      height: 2px;
      background: #828282;
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      header .nav-expander span:nth-child(1) {
        top: 0%; }
      header .nav-expander span:nth-child(2), header .nav-expander span:nth-child(3) {
        top: 7px; }
      header .nav-expander span:nth-child(4) {
        bottom: 0%; }
    header .nav-expander.active span:nth-child(1), header .nav-expander.active span:nth-child(4) {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    header .nav-expander.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    header .nav-expander.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    @media screen and (min-width: 768px) {
      header .nav-expander {
        display: none; } }
  header .mobile-perm-links {
    display: block;
    position: absolute;
    top: 0.834em;
    right: 4em;
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1;
    width: calc(100% - 120px); }
    @media screen and (min-width: 501px) {
      header .mobile-perm-links {
        width: auto;
        right: 5.416em; } }
    header .mobile-perm-links.transparent {
      opacity: 0; }
    header .mobile-perm-links li {
      display: inline-block;
      clear: none; }
      @media screen and (max-width: 320px) {
        header .mobile-perm-links li:first-child {
          width: 60%; }
        header .mobile-perm-links li:last-child {
          width: 36%; } }
      @media screen and (min-width: 321px) {
        header .mobile-perm-links li {
          width: 48%; } }
      @media screen and (min-width: 501px) {
        header .mobile-perm-links li {
          width: auto; } }
      header .mobile-perm-links li a {
        font-size: 1.333em;
        color: #828282;
        display: inline-block;
        position: relative;
        padding: 0.438em;
        margin: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
            -ms-transform: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
                transform: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media screen and (min-width: 768px) {
      header .mobile-perm-links {
        display: none; } }
  header .header-inside {
    display: block;
    position: relative;
    clear: both;
    margin: 0 auto; }
    header .header-inside .logo-wrap {
      float: left;
      display: block; }
      header .header-inside .logo-wrap a {
        margin: 0; }
      header .header-inside .logo-wrap img {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        width: 5.000em;
        height: 3.083em; }
        @media screen and (min-width: 768px) {
          header .header-inside .logo-wrap img {
            width: 6.250em;
            height: 3.813em;
            margin-top: 1em;
            margin-bottom: 1em; } }
    header .header-inside nav {
      display: block;
      clear: both;
      height: 0px;
      overflow: hidden;
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      position: relative; }
      header .header-inside nav ul {
        display: block;
        font-family: "franklin-gothic-urw-comp", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0.050em;
        font-size: 1em;
        color: #828282;
        padding: 1em;
        list-style: none;
        padding: 0px;
        width: 100%;
        clear: both; }
        header .header-inside nav ul li {
          transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
          white-space: nowrap; }
          header .header-inside nav ul li a {
            font-size: 1.333em;
            color: #828282;
            display: inline-block;
            position: relative;
            padding: 0.876em;
            margin: 0;
            width: 100%;
            text-align: center;
            -webkit-transform: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
                -ms-transform: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
                    transform: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
            header .header-inside nav ul li a.search-trigger {
              font-family: 'jd-custom';
              display: none;
              position: relative;
              z-index: 1000; }
              header .header-inside nav ul li a.search-trigger .icon-search {
                opacity: 1;
                transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
              header .header-inside nav ul li a.search-trigger .icon-close {
                position: absolute;
                top: 1.5em;
                left: 0px;
                opacity: 0;
                transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
              header .header-inside nav ul li a.search-trigger:before {
                display: none; }
              header .header-inside nav ul li a.search-trigger.active .icon-search {
                opacity: 0; }
              header .header-inside nav ul li a.search-trigger.active .icon-close {
                opacity: 1; }
              @media screen and (min-width: 768px) {
                header .header-inside nav ul li a.search-trigger {
                  display: block; } }
            @media screen and (min-width: 768px) {
              header .header-inside nav ul li a:hover {
                color: #ffffff; } }
            header .header-inside nav ul li a:hover:before {
              visibility: visible;
              -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
            @media screen and (min-width: 768px) {
              header .header-inside nav ul li a {
                padding: 1.313em 0;
                margin: 1.25em 0 0 0;
                width: auto;
                font-size: 1em; }
                header .header-inside nav ul li a:before {
                  content: "";
                  position: absolute;
                  width: 100%;
                  height: 2px;
                  bottom: 1.375em;
                  left: 0;
                  background-color: #ffffff;
                  visibility: hidden;
                  -webkit-transform: scaleX(0);
                  -ms-transform: scaleX(0);
                      transform: scaleX(0);
                  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); } }
          header .header-inside nav ul li.search-mode {
            -webkit-transform: translateX(-10px);
                -ms-transform: translateX(-10px);
                    transform: translateX(-10px); }
            header .header-inside nav ul li.search-mode a {
              opacity: 0; }
          @media screen and (min-width: 768px) {
            header .header-inside nav ul li {
              font-size: 1em;
              clear: none;
              width: auto; } }
        @media screen and (min-width: 768px) {
          header .header-inside nav ul {
            width: auto;
            margin: 0;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-around;
            -ms-flex-pack: justify;
            justify-content: space-around; } }
      @media screen and (min-width: 768px) {
        header .header-inside nav {
          float: right;
          clear: none;
          max-height: 1000px;
          overflow: visible;
          height: auto !important; } }
      @media screen and (min-width: 768px) {
        header .header-inside nav {
          width: calc(100% - 125px); } }
  header.small {
    background: #000000; }
    header.small .header-border-wrap:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
      transition: all 0.6s ease-in-out; }
    header.small .header-inside nav ul li a.search-trigger .icon-close {
      top: 1em; }
    @media screen and (min-width: 768px) {
      header.small .header-inside nav li {
        padding: 0 1.350em; }
        header.small .header-inside nav li a {
          padding: 0.813em 0;
          margin: 0; }
          header.small .header-inside nav li a:before {
            bottom: 0.875em; }
      header.small .header-inside .search-wrap {
        padding: 0.45em 0 !important; }
        header.small .header-inside .search-wrap span.search-text {
          top: 0.55em !important; }
      header.small .logo-wrap {
        float: left;
        display: block; }
        header.small .logo-wrap img {
          width: 3.75em;
          height: 2.313em;
          margin: 0.313em 0 0 0; }
      header.small .search-wrap {
        padding: 0.375em 0; } }
    @media screen and (min-width: 992px) {
      header.small .header-inside nav li {
        padding: 0 2.500em; } }
  header[data-transnav="transparent"] {
    background: #000000; }
    header[data-transnav="transparent"].small {
      background: #000000; }
    @media screen and (min-width: 768px) {
      header[data-transnav="transparent"] {
        background: transparent; } }
  @media screen and (min-width: 768px) {
    header {
      background: transparent; } }

#join-mailing-list {
  padding: 5em 0;
  position: relative;
  background: url(/images/join-mailing-list-bg.jpg) no-repeat center center;
  background-size: cover; }
  #join-mailing-list .icon-mailing-list {
    width: 100%;
    display: block;
    clear: both;
    color: #a28261;
    text-align: center;
    font-size: 4.063em;
    padding: 0.231em 0; }
  @media screen and (min-width: 768px) {
    #join-mailing-list h3 {
      font-size: 2.625em;
      margin: 0.473em 0; } }
  #join-mailing-list a.cta {
    margin: 1.111em auto; }

footer {
  width: 100%;
  display: block;
  clear: both;
  background: #000000;
  padding: 0.313em 0; }
  footer h3 {
    color: #828282;
    margin-bottom: 0.313em; }

p.copyright {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  text-align: center;
  color: #828282;
  display: inline-block;
  margin: 2em 0 1.607em 0;
  font-size: 0.938em; }
  p.copyright a {
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    color: #c0c0c0; }
    @media screen and (min-width: 768px) {
      p.copyright a:hover {
        color: #ffffff; } }

ul.footer-nav, header .header-inside nav ul.header-secondary-nav {
  text-align: center;
  display: inline-block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 1em;
  color: #828282;
  margin: 0.000em 0;
  width: 100%;
  padding: 0.25em 0px 0.25em 0px; }
  ul.footer-nav li, header .header-inside nav ul.header-secondary-nav li {
    display: inline-block;
    position: relative;
    clear: none;
    width: auto;
    vertical-align: middle; }
    ul.footer-nav li a, header .header-inside nav ul.header-secondary-nav li a {
      display: inline-block;
      clear: none;
      color: #828282;
      margin: 0 0.429em;
      font-size: 0.938em; }
      @media screen and (min-width: 768px) {
        ul.footer-nav li a:hover, header .header-inside nav ul.header-secondary-nav li a:hover {
          color: #ffffff; } }
    ul.footer-nav li:after, header .header-inside nav ul.header-secondary-nav li:after {
      content: "\000B7";
      position: absolute;
      right: -0.286em;
      top: -0.143em; }
    ul.footer-nav li:last-of-type:after, header .header-inside nav ul.header-secondary-nav li:last-of-type:after {
      display: none; }
  ul.footer-nav.footer-social, ul.footer-nav.header-social, header .header-inside nav ul.header-secondary-nav.footer-social, header .header-inside nav ul.header-secondary-nav.header-social {
    font-size: 2em; }
    ul.footer-nav.footer-social li:after, ul.footer-nav.header-social li:after, header .header-inside nav ul.header-secondary-nav.footer-social li:after, header .header-inside nav ul.header-secondary-nav.header-social li:after {
      content: "";
      display: none; }
  ul.footer-nav.footer-social a, header .header-inside nav ul.header-secondary-nav.footer-social a {
    margin: 0 0.150em; }
  @media screen and (min-width: 768px) {
    ul.footer-nav.footer-social, header .header-inside nav ul.header-secondary-nav.footer-social {
      font-size: 1.7em; } }
  ul.footer-nav.header-social, header .header-inside nav ul.header-secondary-nav.header-social {
    display: block;
    margin-bottom: 3em; }
    ul.footer-nav.header-social a, header .header-inside nav ul.header-secondary-nav.header-social a {
      margin: 0px; }
    @media screen and (min-width: 768px) {
      ul.footer-nav.header-social, header .header-inside nav ul.header-secondary-nav.header-social {
        display: none; } }
  ul.footer-nav .footer-location-wrap, header .header-inside nav ul.header-secondary-nav .footer-location-wrap {
    display: inline-block;
    clear: both;
    position: relative; }
    ul.footer-nav .footer-location-wrap select#footer-location, header .header-inside nav ul.header-secondary-nav .footer-location-wrap select#footer-location {
      max-width: 30px;
      margin: 0 0.429em;
      position: relative;
      z-index: 1;
      opacity: 0;
      cursor: pointer;
      line-height: 23px !important;
      height: 23px !important; }
    ul.footer-nav .footer-location-wrap .flag-wrap, header .header-inside nav ul.header-secondary-nav .footer-location-wrap .flag-wrap {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 0; }
      ul.footer-nav .footer-location-wrap .flag-wrap img, header .header-inside nav ul.header-secondary-nav .footer-location-wrap .flag-wrap img {
        width: 24px;
        height: 18px;
        margin: 0 0.429em; }
        @media screen and (min-width: 768px) {
          ul.footer-nav .footer-location-wrap .flag-wrap img, header .header-inside nav ul.header-secondary-nav .footer-location-wrap .flag-wrap img {
            width: 28px;
            height: 21px; } }
  ul.footer-nav.footer-secondary-links li:nth-last-child(2):after, header .header-inside nav ul.header-secondary-nav.footer-secondary-links li:nth-last-child(2):after {
    opacity: 0; }
    @media screen and (min-width: 768px) {
      ul.footer-nav.footer-secondary-links li:nth-last-child(2):after, header .header-inside nav ul.header-secondary-nav.footer-secondary-links li:nth-last-child(2):after {
        opacity: 1; } }
  ul.footer-nav.footer-secondary-links li:last-child, header .header-inside nav ul.header-secondary-nav.footer-secondary-links li:last-child {
    clear: both;
    display: block;
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      ul.footer-nav.footer-secondary-links li:last-child, header .header-inside nav ul.header-secondary-nav.footer-secondary-links li:last-child {
        clear: none;
        display: inline-block;
        margin-top: 0; } }

ul.footer-nav {
  padding: 0px; }

/* BEGIN EXPERIENCE-SPECIFIC TEXT STYLES */
h2.exp-section-title {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  text-align: center;
  color: #ffffff;
  font-size: 7.500em;
  position: relative;
  z-index: 100;
  display: block;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5); }
  h2.exp-section-title span.title {
    position: relative;
    display: inline-block; }
    h2.exp-section-title span.title:after {
      content: "";
      position: absolute;
      top: 0.35em;
      left: 0px;
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #a28261; }
  h2.exp-section-title span.chapter {
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    font-size: 0.133em;
    color: #a28261;
    display: block;
    padding-bottom: 0.133em;
    margin-bottom: 0.133em;
    line-height: 3em;
    letter-spacing: 0.55em; }
  h2.exp-section-title.loaded {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

h3.subsection-title {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  font-size: 1.875em;
  position: absolute;
  right: 115%;
  top: 50%;
  font-size: 1.875em;
  color: #a28261;
  text-align: right;
  margin: 0;
  line-height: 0.7em;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  h3.subsection-title span {
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    font-size: 0.400em;
    display: block;
    clear: both; }

/* END EXPERIENCE-SPECIFIC TEXT STYLES */
#home-page-experience-wrap {
  height: 100%;
  position: relative;
  background: #000000; }
  #home-page-experience-wrap section {
    overflow: hidden;
    padding: 0 !important; }
    #home-page-experience-wrap section:nth-child(odd) {
      background: #000000; }
    #home-page-experience-wrap section:nth-child(even) {
      background: #242424; }
  #home-page-experience-wrap .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #home-page-experience-wrap .container div[class^="col-md-"] {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
  #home-page-experience-wrap div[class^="col-md-4"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
        align-items: flex-end; }

#home-experience-top {
  margin-top: 0 !important; }
  #home-experience-top .home-experience-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: dkgrey;
    background-size: cover;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      #home-experience-top .home-experience-intro {
        width: 60%; } }
  #home-experience-top .promo-tile {
    position: absolute;
    right: 0px;
    width: 1px;
    height: 50%;
    display: block; }
    #home-experience-top .promo-tile.promo-tile-top {
      background: #242424;
      top: 0px; }
    #home-experience-top .promo-tile.promo-tile-bottom {
      background: #a28261;
      bottom: 0px; }
    @media screen and (min-width: 768px) {
      #home-experience-top .promo-tile {
        width: 40%; } }

.intro-text-block {
  position: absolute;
  bottom: 3em;
  left: 3em;
  display: block;
  width: calc(100% - 6em);
  z-index: 1000;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.text-content-block {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  clear: both;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1000;
  border-left: 3px solid #a28261;
  padding-left: 2em;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }
  .text-content-block.loaded {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

#home-experience-part-1-1 {
  background: url(/images/jack-daniel-intro-background.jpg) !important;
  background-size: cover !important;
  background-position: center; }
  #home-experience-part-1-1 .centered-jack {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    transition: opacity 0s 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0; }
    #home-experience-part-1-1 .centered-jack.loaded {
      opacity: 0.8;
      transition: opacity 4s 0s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media screen and (min-width: 992px) {
      #home-experience-part-1-1 .centered-jack {
        left: 20%;
        bottom: -20%;
        width: 60%; } }

#home-experience-part-1-2 ul.story-triggers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%; }
  #home-experience-part-1-2 ul.story-triggers li {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 5% 0;
    -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0; }
    #home-experience-part-1-2 ul.story-triggers li:before {
      display: none; }
    #home-experience-part-1-2 ul.story-triggers li.loaded {
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1; }
    #home-experience-part-1-2 ul.story-triggers li a {
      display: block;
      height: 100%;
      float: right;
      box-sizing: border-box;
      position: relative;
      margin: 0; }
      #home-experience-part-1-2 ul.story-triggers li a span.image-wrap {
        border-radius: 50%;
        height: 100%;
        width: 100%;
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        box-shadow: 0 0 0 0 transparent;
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        #home-experience-part-1-2 ul.story-triggers li a span.image-wrap img {
          display: block;
          padding: 0;
          margin: 0; }
      #home-experience-part-1-2 ul.story-triggers li a h3 {
        position: absolute;
        right: 100%;
        padding-right: 10%;
        top: 35%;
        white-space: nowrap;
        width: auto;
        box-sizing: content-box; }
      #home-experience-part-1-2 ul.story-triggers li a.active .image-wrap {
        box-shadow: 0 0 0 5px #ffffff; }
      #home-experience-part-1-2 ul.story-triggers li a.active h3 {
        color: #ffffff;
        padding-right: 20%; }

/* BEGIN UTILITY CLASSES FOR PARALLAX BACKGROUNDS */
.cd-background-wrapper {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: block; }

.no-touch .cd-background-wrapper {
  -webkit-perspective: 4000px;
  perspective: 4000px; }

.cd-background-wrapper::before {
  /* never visible - this is used in jQuery to check the device type */
  content: 'web';
  display: none; }

.touch .cd-background-wrapper::before {
  /* never visible - this is used in jQuery to check the device type */
  content: 'mobile'; }

.cd-floating-background {
  position: relative;
  width: 100%;
  max-width: 120%; }

.cd-floating-background img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fixes a Firefox bug - images not correctly rendered*/
  background-color: rgba(255, 255, 255, 0.01); }

.cd-floating-background img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0; }

.no-touch .cd-floating-background {
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.no-touch .cd-floating-background.is-absolute {
  position: absolute; }

.no-touch .cd-floating-background img:first-child {
  -webkit-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  transform: translateZ(50px); }

.no-touch .cd-floating-background img:nth-child(2) {
  -webkit-transform: translateZ(290px);
  -ms-transform: translateZ(290px);
  transform: translateZ(290px);
  position: absolute;
  bottom: 10%;
  top: auto;
  left: 10%;
  width: 80%; }

.no-touch .cd-floating-background img:nth-child(3) {
  -webkit-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  transform: translateZ(400px); }

.no-touch.no-preserve-3d .cd-floating-background {
  /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
  position: relative; }

/* END UTILITY CLASSES FOR PARALLAX BACKGROUNDS */
header.agegate-header {
  background: transparent;
  position: relative; }
  header.agegate-header .header-border-wrap:before {
    display: none !important; }
  header.agegate-header .header-inside .logo-wrap {
    float: none;
    margin: 0 auto; }
    header.agegate-header .header-inside .logo-wrap a {
      float: none;
      margin: 0 auto; }
      header.agegate-header .header-inside .logo-wrap a img {
        display: block;
        margin: 2em auto;
        width: 12.500em;
        height: 7.626em; }

section.agegate-content {
 
  text-align: center;
  margin-top: 0;
  padding-top: 10em;
  margin-top: -12em;
  float: left;
  width: 100%; }
  section.agegate-content.agegate-content-black {
    background: #000000; }
  section.agegate-content span.form-direction {
    margin-bottom: 1.2em; }
  section.agegate-content .remember-me {
    margin: 10px auto;
     }
    section.agegate-content .remember-me #remember-me {
      width: auto;
      margin-right: 0.5em; }
  @media screen and (min-width: 768px) {
    section.agegate-content {
      padding-top: 8.5em; } }

.agegate-date-wrap {
  position: relative; }
  .agegate-date-wrap select option {
    font-size: 20px !important;
    color:#7D7D7D; }
  .agegate-date-wrap .agegate-date {
    font-family: "franklin-gothic-ext-comp-urw", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    
    display: inline-block;
    color: #ffffff;
    padding: 0.0em 0em;
    text-align: center;
    background: #000000;
    border: 2px solid #b3b3b3;
    max-width: 80%; }
    .agegate-date-wrap .agegate-date:active, .agegate-date-wrap .agegate-date:focus {
      border-color: #ffffff;
      outline: none; }
    .agegate-date-wrap .agegate-date.error {
      border: 3px solid #b50a0a;
      color: #b50a0a; }
    @media screen and (min-width: 768px) {
      .agegate-date-wrap .agegate-date {
        max-width: 230px; } }
  .agegate-date-wrap input[type=number] {
    min-width: 75px;
    padding-left: 0.4em; }
    @media screen and (min-width: 768px) {
      .agegate-date-wrap input[type=number] {
        min-width: 125px; } }
  .agegate-date-wrap input[type=number]::-webkit-inner-spin-button, .agegate-date-wrap input[type=number]::-webkit-outer-spin-button {
    opacity: 1; }

.select-agegate-date {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  display: inline-block;
  color: #ffffff;
  padding: 0.0em 0em;
  text-align: center;
  background: #000000 url(/svg/expand_more.svg) 115px center no-repeat;
  background-size: 25px;
  border: 3px solid #b3b3b3;
  margin: 0.119em;
  max-width: 28%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .select-agegate-date.error {
    border: 3px solid #b50a0a; }
  @media screen and (min-width: 768px) {
    .select-agegate-date {
      max-width: 150px; } }

.select-agegate-dateHover, .select-agegate-dateOpen, .select-agegate-dateFocus {
  border-color: #ffffff;
  color: #ffffff !important;
  outline: none; }

.select-agegate-dateInner {
  font-size: 2.625em;
  min-width: 80px; }
  @media screen and (min-width: 768px) {
    .select-agegate-dateInner {
      min-width: 150px; } }

.agegate-selectors {
  display: block;
  clear: both;
  text-align: center;
   }
  @media screen and (min-width: 768px) {
    .agegate-selectors .minimal-custom {
      width: 287px !important;
      max-width: 287px !important; } }
  .agegate-selectors .agegate-location-wrap {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 30px; }
    @media screen and (min-width: 768px) {
      .agegate-selectors .agegate-location-wrap {
        width: 287px;
        padding-left: 37px; } }
    .agegate-selectors .agegate-location-wrap .minimal-custom {
      width: calc(100%) !important; }
      @media screen and (min-width: 768px) {
        .agegate-selectors .agegate-location-wrap .minimal-custom {
          width: 250px !important;
          max-width: 250px !important; } }
    .agegate-selectors .agegate-location-wrap span.flag-wrap {
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      width: 30px;
      height: 22px; }
      @media screen and (min-width: 768px) {
        .agegate-selectors .agegate-location-wrap span.flag-wrap {
          width: 37px;
          height: 28px;
          display: block; } }
      .agegate-selectors .agegate-location-wrap span.flag-wrap img {
        display: block;
        margin: 0;
        width: 30px;
        height: 22px; }
        @media screen and (min-width: 768px) {
          .agegate-selectors .agegate-location-wrap span.flag-wrap img {
            width: 37px;
            height: 28px; } }

.ag-double-border-top {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 2em;
  margin-bottom: 2.063em;
  height: 4px;
  width: 100%;
  border-top:1px solid #5a4733;
  border-bottom:1px solid #5a4733;
  clear: both; }
  .ag-double-border-top.alt-black {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .ag-double-border-top {
      margin-top: 4em; } }

.ag-double-border-bottom {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 2.813em;
  margin-bottom: 1.563em;
  height: 4px;
  width: 100%;
  border-top: 1px solid #5a4733;
  border-bottom: 1px solid #a28261;
  clear: both; }

#age-gate-form label.error {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -25px;
  left: 0px;
  box-sizing: border-box;
  display: block; }

#age-gate-form .row input.cta {
  padding-left: 0.5em;
  padding-right: 0.5em; }

div[class^="slider-wrap-"] {
  position: relative;
  display: block;
  clear: both; }
  div[class^="slider-wrap-"] .slider {
    width: 100%; }
    div[class^="slider-wrap-"] .slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: block; }
      div[class^="slider-wrap-"] .slider .swiper-slide p {
        display: block;
        clear: both;
        font-size: 1em;
        opacity: 0;
        font-size: 0.750em;
        font-style: italic; }
        @media screen and (min-width: 768px) {
          div[class^="slider-wrap-"] .slider .swiper-slide p {
            font-size: 0.750em; } }
      div[class^="slider-wrap-"] .slider .swiper-slide img {
        position: relative;
        z-index: 99; }
      div[class^="slider-wrap-"] .slider .swiper-slide .cover-wrap {
        position: relative;
        max-width: 100%; }
        div[class^="slider-wrap-"] .slider .swiper-slide .cover-wrap .video-link {
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      div[class^="slider-wrap-"] .slider .swiper-slide a.cta {
        margin-top: 0.556em;
        opacity: 0; }
      div[class^="slider-wrap-"] .slider .swiper-slide iframe {
        position: relative;
        z-index: 98; }
      div[class^="slider-wrap-"] .slider .swiper-slide.swiper-slide-active p, div[class^="slider-wrap-"] .slider .swiper-slide.swiper-slide-active a.cta {
        opacity: 1; }
      div[class^="slider-wrap-"] .slider .swiper-slide.video-slide iframe {
        max-width: 100%;
        margin: 0.625em 0; }
        div[class^="slider-wrap-"] .slider .swiper-slide.video-slide iframe.hidden-video {
          position: absolute;
          top: 0px;
          z-index: 0; }
      div[class^="slider-wrap-"] .slider .swiper-slide.video-slide .video-wrap {
        display: none;
        z-index: 0;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        padding-top: 0px; }
        div[class^="slider-wrap-"] .slider .swiper-slide.video-slide .video-wrap video {
          max-width: 100%;
          width: 100%; }
      @media screen and (min-width: 768px) {
        div[class^="slider-wrap-"] .slider .swiper-slide.video-slide iframe, div[class^="slider-wrap-"] .slider .swiper-slide.video-slide video {
          max-height: 388px !important; } }
      @media screen and (min-width: 992px) {
        div[class^="slider-wrap-"] .slider .swiper-slide.video-slide iframe, div[class^="slider-wrap-"] .slider .swiper-slide.video-slide video {
          max-height: 424px !important; } }
      @media screen and (min-width: 1200px) {
        div[class^="slider-wrap-"] .slider .swiper-slide.video-slide iframe, div[class^="slider-wrap-"] .slider .swiper-slide.video-slide video {
          max-height: 518px !important; } }

.swiper-slide-prev a.cta, .swiper-slide-next a.cta {
  opacity: 0; }

.swiper-pagination {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0.625em 0; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10%;
    height: 25px;
    padding: 10px 0;
    position: relative;
    margin: 0;
    border-radius: 0px;
    background: url(/images/pager-bg.png) center center repeat-x;
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .swiper-pagination .swiper-pagination-bullet span.dot {
      position: absolute;
      left: 50%;
      top: 2px;
      width: 4px;
      height: 4px;
      display: block;
      margin-left: -2px;
      border-radius: 100%;
      background: #a28261;
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
    .swiper-pagination .swiper-pagination-bullet:before {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 5px;
      top: 10px;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      background: #ffffff; }
    .swiper-pagination .swiper-pagination-bullet.active:before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }
    .swiper-pagination .swiper-pagination-bullet.active span.dot {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px);
      background: #ffffff; }
    .swiper-pagination .swiper-pagination-bullet:after {
      position: absolute;
      right: -1px;
      top: 0px;
      bottom: 0px;
      display: block;
      width: 3px;
      background: #000000;
      content: "";
      z-index: 10; }
    .swiper-pagination .swiper-pagination-bullet:last-child:after {
      display: none; }
    .swiper-pagination .swiper-pagination-bullet:hover span.dot {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px);
      background: #ffffff; }
    .swiper-pagination .swiper-pagination-bullet.transition-out-left:before {
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    .swiper-pagination .swiper-pagination-bullet.transition-in-left:before {
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    .swiper-pagination .swiper-pagination-bullet.transition-out-right:before {
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center; }
    .swiper-pagination .swiper-pagination-bullet.transition-in-right:before {
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center; }
  .swiper-pagination.swiper-pagination-grey .swiper-pagination-bullet:after {
    background: #242424; }

.slider-prev, .slider-next {
  color: #ffffff;
  display: block;
  font-size: 4em;
  position: absolute;
  top: 50%;
  margin-top: -2.351em;
  left: 1%;
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media screen and (min-width: 650px) {
    .slider-prev, .slider-next {
      margin-top: -2.195em; } }
  @media screen and (min-width: 768px) {
    .slider-prev, .slider-next {
      margin-top: -1.78em;
      color: #c0c0c0;
      opacity: 0.6; }
      .slider-prev:hover, .slider-next:hover {
        color: #ffffff;
        opacity: 0.90; } }
  @media screen and (min-width: 992px) {
    .slider-prev, .slider-next {
      margin-top: -1.61em; } }

.slider-next {
  right: 1%;
  left: auto; }

.ie-play-pause {
  font-family: 'jd-custom';
  font-size: 1em;
  color: #c0c0c0;
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 1000;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .ie-play-pause span {
    display: inline;
    font-size: 1.5em;
    vertical-align: middle; }
    .ie-play-pause span:nth-child(2) {
      font-size: 1.25em; }
  .ie-play-pause:hover {
    color: #ffffff; }

#intro {
  overflow: hidden; }
  #intro::-moz-selection {
    background: transparent; }
  #intro::selection {
    background: transparent; }

#intro.home-intro {
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    #intro.home-intro {
      padding-top: 6em; } }

@-webkit-keyframes imageZoom {
  0% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px); } }

@keyframes imageZoom {
  0% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px); } }

section#timeline {
  overflow: hidden; }
  section#timeline .container:nth-of-type(2) h3.date-divider:first-of-type {
    margin: 0.313em 0 1.500em 0; }
  section#timeline .article-wrap {
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
    section#timeline .article-wrap .timeline-image-wrap {
      display: block;
      clear: both;
      position: relative;
      overflow: hidden; }
      section#timeline .article-wrap .timeline-image-wrap a {
        overflow: hidden;
        margin: 0.625em 0;
        width: 100%; }
        section#timeline .article-wrap .timeline-image-wrap a img {
          z-index: 98;
          position: relative;
          border: 1px solid transparent; }
        section#timeline .article-wrap .timeline-image-wrap a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% - 1.25em);
          top: 0.625em;
          left: 0px;
          right: 0px;
          display: block;
          background: transparent;
          background: transparent;
          z-index: 99;
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          box-shadow: inset 0 0 0px 0px transparent; }
        section#timeline .article-wrap .timeline-image-wrap a span {
          color: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 164px;
          line-height: 30px;
          margin-left: -82px;
          margin-top: -20px;
          opacity: 0;
          display: block;
          z-index: 100;
          font-size: 1.167em;
          padding: 0.278em 2.083em 0.222em 2.083em;
          border: 2px solid #ffffff;
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          -webkit-transform: scale(0.6);
              -ms-transform: scale(0.6);
                  transform: scale(0.6); }
        section#timeline .article-wrap .timeline-image-wrap a img {
          margin: 0; }
        @media screen and (min-width: 768px) {
          section#timeline .article-wrap .timeline-image-wrap a:hover:before {
            background: rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 80px 5px rgba(0, 0, 0, 0.5); }
          section#timeline .article-wrap .timeline-image-wrap a:hover span {
            opacity: 1;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
          section#timeline .article-wrap .timeline-image-wrap a:hover img {
            -webkit-animation: imageZoom 10s infinite;
                    animation: imageZoom 10s infinite; } }
    @media screen and (min-width: 768px) {
      section#timeline .article-wrap {
        -webkit-mask-image: none; } }
    @media screen and (min-width: 992px) {
      section#timeline .article-wrap {
        height: 293px; } }
    @media screen and (min-width: 1200px) {
      section#timeline .article-wrap {
        height: 380px; } }
    section#timeline .article-wrap.collapsed {
      height: 0px !important;
      margin-bottom: 0px !important;
      opacity: 0; }

#intro.whiskey-intro {
  position: relative;
  background: #000000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #161616 0%, #161616 50%, #000000 70%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */ }
  #intro.whiskey-intro .glow {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 200px;
    height: 80px;
    margin-top: -20px;
    margin-left: -100px;
    background: #ffffff;
    display: block;
    border-radius: 100%;
    box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.8);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden; }
    @media (min-width: 625px) {
      #intro.whiskey-intro .glow {
        width: 200px;
        height: 150px;
        margin-top: -85px;
        margin-left: -100px; } }
    @media (min-width: 768px) {
      #intro.whiskey-intro .glow {
        width: 300px;
        height: 150px;
        margin-top: -65px;
        margin-left: -150px;
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.8); } }
    @media (min-width: 992px) {
      #intro.whiskey-intro .glow {
        box-shadow: 0 0 100px 125px rgba(255, 255, 255, 0.8); } }
    @media (min-width: 1200px) {
      #intro.whiskey-intro .glow {
        width: 350px;
        height: 100px;
        margin-top: -75px;
        margin-left: -175px;
        box-shadow: 0 0 100px 180px rgba(255, 255, 255, 0.9); } }
    @media (min-width: 1200px) {
      #intro.whiskey-intro .glow.int-glow {
        width: 250px;
        height: 100px;
        margin-top: -25px;
        margin-left: -125px;
        box-shadow: 0 0 100px 150px rgba(255, 255, 255, 0.9); } }
  #intro.whiskey-intro .bottles {
    position: relative;
    z-index: 1; }
  #intro.whiskey-intro ul.whiskey-family-wrap {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 10;
    padding: 0px;
    margin: 0 0 2em 0; }
    #intro.whiskey-intro ul.whiskey-family-wrap li {
      display: block;
      float: left;
      list-style: none;
      padding: 2.5%;
      clear: both;
      width: 100%;
      border-bottom: 1px solid #313131; }
      #intro.whiskey-intro ul.whiskey-family-wrap li:before {
        display: none; }
      #intro.whiskey-intro ul.whiskey-family-wrap li a {
        display: block;
        width: 100%;
        clear: both;
        text-transform: none;
        float: left;
        position: relative; }
        #intro.whiskey-intro ul.whiskey-family-wrap li a h3 {
          color: #b3b3b3;
          margin: 0px;
          text-align: left;
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        #intro.whiskey-intro ul.whiskey-family-wrap li a p {
          font-size: 0.875em;
          margin: 0px;
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        #intro.whiskey-intro ul.whiskey-family-wrap li a span.whiskey-icon {
          display: block;
          float: left;
          border-radius: 100%;
          background: #313131;
          color: #ffffff;
          font-size: 2.5em;
          text-align: center;
          padding: 0.15em; }
        #intro.whiskey-intro ul.whiskey-family-wrap li a span.whiskey-text {
          display: block;
          float: left;
          padding-left: 1em;
          max-width: calc(100% - 50px); }
          #intro.whiskey-intro ul.whiskey-family-wrap li a span.whiskey-text p {
            color: #828282; }
        #intro.whiskey-intro ul.whiskey-family-wrap li a span.cta {
          display: none; }
    #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:last-child {
      border: 0px; }
    @media screen and (min-width: 768px) {
      #intro.whiskey-intro ul.whiskey-family-wrap {
        margin: -3em 0 0 0; }
        #intro.whiskey-intro ul.whiskey-family-wrap li {
          width: 20%;
          float: left;
          clear: none;
          border-bottom: 1px solid transparent; }
          #intro.whiskey-intro ul.whiskey-family-wrap li a {
            padding-bottom: 10px; }
            #intro.whiskey-intro ul.whiskey-family-wrap li a span.cta {
              position: absolute;
              bottom: 0px;
              opacity: 0;
              transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
              text-align: center;
              padding: 0.1665em;
              margin: 0 auto;
              width: 90%;
              left: 5%;
              display: block;
              font-size: 0.87525em;
              color: #ffffff;
              border-color: #ffffff; }
            #intro.whiskey-intro ul.whiskey-family-wrap li a:hover {
              -webkit-transform: translateY(-8px);
                  -ms-transform: translateY(-8px);
                      transform: translateY(-8px); }
              #intro.whiskey-intro ul.whiskey-family-wrap li a:hover h3, #intro.whiskey-intro ul.whiskey-family-wrap li a:hover p {
                color: #ffffff; }
              #intro.whiskey-intro ul.whiskey-family-wrap li a:hover span.cta {
                bottom: -30px;
                opacity: 1; }
            #intro.whiskey-intro ul.whiskey-family-wrap li a h3 {
              font-size: 1.15em;
              text-align: center; }
            #intro.whiskey-intro ul.whiskey-family-wrap li a p {
              font-size: 0.8em;
              text-align: center; }
            #intro.whiskey-intro ul.whiskey-family-wrap li a span.whiskey-icon {
              display: none; }
            #intro.whiskey-intro ul.whiskey-family-wrap li a span.whiskey-text {
              padding-left: 0px;
              max-width: 100%; }
        #intro.whiskey-intro ul.whiskey-family-wrap li:nth-child(1) {
          width: 18.8%; }
        #intro.whiskey-intro ul.whiskey-family-wrap li:nth-child(3) {
          width: 20.3%; }
        #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap {
          margin: -3em 0 0 0; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li {
            padding-left: 1%;
            padding-right: 1%; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:nth-child(1) {
            width: 29%;
            margin-left: 1%; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:nth-child(2) {
            width: 23%; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:nth-child(3) {
            width: 20%; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:nth-child(4) {
            width: 26%;
            margin-right: 1%; } }
    @media screen and (min-width: 992px) {
      #intro.whiskey-intro ul.whiskey-family-wrap {
        margin: -3em 0 0 0; }
        #intro.whiskey-intro ul.whiskey-family-wrap li a span.cta {
          width: 80%;
          left: 10%; }
        #intro.whiskey-intro ul.whiskey-family-wrap li a h3 {
          font-size: 1.5em; }
        #intro.whiskey-intro ul.whiskey-family-wrap li a p {
          font-size: 0.875em; }
        #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap {
          margin: -3em 0 0 0; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li {
            padding-left: 1%;
            padding-right: 1%; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:nth-child(1) {
            width: 25%;
            margin-left: 8.5%; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:nth-child(2) {
            width: 18.5%; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:nth-child(3) {
            width: 17.5%; }
          #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap li:nth-child(4) {
            width: 22%;
            margin-right: 8.5%; } }
    @media screen and (min-width: 1200px) {
      #intro.whiskey-intro ul.whiskey-family-wrap {
        margin: -4.375em 0 0 0; }
        #intro.whiskey-intro ul.whiskey-family-wrap li a span.cta {
          width: 60%;
          left: 20%; }
        #intro.whiskey-intro ul.whiskey-family-wrap li a h3 {
          font-size: 1.833em; }
        #intro.whiskey-intro ul.whiskey-family-wrap.intl-whiskey-family-wrap {
          margin: -3.5em 0 0 0; } }
  @media screen and (min-width: 768px) {
    #intro.whiskey-intro {
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, #161616 0%, #161616 50%, #000000 51%, #000000 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#000000',GradientType=0 );
      /* IE6-8 */ } }

.product-grid, .recipe-grid, .where-to-eat-grid, .where-to-stay-grid, .explore-grid {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  overflow: hidden;
  padding: 0.625em 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .product-grid .grid-sizer, .recipe-grid .grid-sizer, .where-to-eat-grid .grid-sizer, .where-to-stay-grid .grid-sizer, .explore-grid .grid-sizer {
    display: none;
    float: left;
    width: 33.333333333%;
    padding: 2%;
    clear: none; }
    @media screen and (min-width: 992px) {
      .product-grid .grid-sizer, .recipe-grid .grid-sizer, .where-to-eat-grid .grid-sizer, .where-to-stay-grid .grid-sizer, .explore-grid .grid-sizer {
        width: 25%;
        padding: 2%;
        clear: none; } }
    @media screen and (min-width: 1200px) {
      .product-grid .grid-sizer, .recipe-grid .grid-sizer, .where-to-eat-grid .grid-sizer, .where-to-stay-grid .grid-sizer, .explore-grid .grid-sizer {
        width: 20%;
        padding: 1%;
        clear: none; } }

.product, .grid-item {
  display: block;
  float: left;
  padding: 2%;
  overflow: hidden;
  position: relative;
  width: 33.333333333%;
  clear: none;
  transition: none; }
  .product:after, .grid-item:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
    color: transparent;
    content: "\e20b";
    display: block;
    font-family: 'jd-custom'; }
  .product.active:after, .grid-item.active:after {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .product .product-icon, .product .recipe-icon, .product .eatery-icon, .product .hotel-icon, .grid-item .product-icon, .grid-item .recipe-icon, .grid-item .eatery-icon, .grid-item .hotel-icon {
    display: block;
    clear: both;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    position: relative;
    clear: both;
    margin-bottom: 1em;
    height: 203px;
    background: #000000;
    box-shadow: 0 0 0 0 transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
    .product .product-icon img, .product .recipe-icon img, .product .eatery-icon img, .product .hotel-icon img, .grid-item .product-icon img, .grid-item .recipe-icon img, .grid-item .eatery-icon img, .grid-item .hotel-icon img {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      display: inline;
      margin: 0 auto;
      outline: 1px solid transparent;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      height: 175%; }
      .product .product-icon img.style-1, .product .recipe-icon img.style-1, .product .eatery-icon img.style-1, .product .hotel-icon img.style-1, .grid-item .product-icon img.style-1, .grid-item .recipe-icon img.style-1, .grid-item .eatery-icon img.style-1, .grid-item .hotel-icon img.style-1 {
        height: 175%; }
        @media screen and (min-width: 300px) {
          .product .product-icon img.style-1, .product .recipe-icon img.style-1, .product .eatery-icon img.style-1, .product .hotel-icon img.style-1, .grid-item .product-icon img.style-1, .grid-item .recipe-icon img.style-1, .grid-item .eatery-icon img.style-1, .grid-item .hotel-icon img.style-1 {
            top: -4em; } }
        @media screen and (min-width: 525px) {
          .product .product-icon img.style-1, .product .recipe-icon img.style-1, .product .eatery-icon img.style-1, .product .hotel-icon img.style-1, .grid-item .product-icon img.style-1, .grid-item .recipe-icon img.style-1, .grid-item .eatery-icon img.style-1, .grid-item .hotel-icon img.style-1 {
            top: -7.25em; } }
        @media screen and (min-width: 768px) {
          .product .product-icon img.style-1, .product .recipe-icon img.style-1, .product .eatery-icon img.style-1, .product .hotel-icon img.style-1, .grid-item .product-icon img.style-1, .grid-item .recipe-icon img.style-1, .grid-item .eatery-icon img.style-1, .grid-item .hotel-icon img.style-1 {
            top: -6.25em; } }
        @media screen and (min-width: 992px) {
          .product .product-icon img.style-1, .product .recipe-icon img.style-1, .product .eatery-icon img.style-1, .product .hotel-icon img.style-1, .grid-item .product-icon img.style-1, .grid-item .recipe-icon img.style-1, .grid-item .eatery-icon img.style-1, .grid-item .hotel-icon img.style-1 {
            top: -5.25em; } }
        @media screen and (min-width: 1200px) {
          .product .product-icon img.style-1, .product .recipe-icon img.style-1, .product .eatery-icon img.style-1, .product .hotel-icon img.style-1, .grid-item .product-icon img.style-1, .grid-item .recipe-icon img.style-1, .grid-item .eatery-icon img.style-1, .grid-item .hotel-icon img.style-1 {
            top: -5.25em; } }
      .product .product-icon img.style-2, .product .recipe-icon img.style-2, .product .eatery-icon img.style-2, .product .hotel-icon img.style-2, .grid-item .product-icon img.style-2, .grid-item .recipe-icon img.style-2, .grid-item .eatery-icon img.style-2, .grid-item .hotel-icon img.style-2 {
        height: 230%; }
        @media screen and (min-width: 300px) {
          .product .product-icon img.style-2, .product .recipe-icon img.style-2, .product .eatery-icon img.style-2, .product .hotel-icon img.style-2, .grid-item .product-icon img.style-2, .grid-item .recipe-icon img.style-2, .grid-item .eatery-icon img.style-2, .grid-item .hotel-icon img.style-2 {
            top: -6.25em; } }
        @media screen and (min-width: 525px) {
          .product .product-icon img.style-2, .product .recipe-icon img.style-2, .product .eatery-icon img.style-2, .product .hotel-icon img.style-2, .grid-item .product-icon img.style-2, .grid-item .recipe-icon img.style-2, .grid-item .eatery-icon img.style-2, .grid-item .hotel-icon img.style-2 {
            top: -9.5em; } }
        @media screen and (min-width: 768px) {
          .product .product-icon img.style-2, .product .recipe-icon img.style-2, .product .eatery-icon img.style-2, .product .hotel-icon img.style-2, .grid-item .product-icon img.style-2, .grid-item .recipe-icon img.style-2, .grid-item .eatery-icon img.style-2, .grid-item .hotel-icon img.style-2 {
            top: -8.25em; } }
        @media screen and (min-width: 992px) {
          .product .product-icon img.style-2, .product .recipe-icon img.style-2, .product .eatery-icon img.style-2, .product .hotel-icon img.style-2, .grid-item .product-icon img.style-2, .grid-item .recipe-icon img.style-2, .grid-item .eatery-icon img.style-2, .grid-item .hotel-icon img.style-2 {
            top: -6.75em; } }
        @media screen and (min-width: 1200px) {
          .product .product-icon img.style-2, .product .recipe-icon img.style-2, .product .eatery-icon img.style-2, .product .hotel-icon img.style-2, .grid-item .product-icon img.style-2, .grid-item .recipe-icon img.style-2, .grid-item .eatery-icon img.style-2, .grid-item .hotel-icon img.style-2 {
            top: -6.75em; } }
      .product .product-icon img.style-3, .product .recipe-icon img.style-3, .product .eatery-icon img.style-3, .product .hotel-icon img.style-3, .grid-item .product-icon img.style-3, .grid-item .recipe-icon img.style-3, .grid-item .eatery-icon img.style-3, .grid-item .hotel-icon img.style-3 {
        height: 150%; }
        @media screen and (min-width: 300px) {
          .product .product-icon img.style-3, .product .recipe-icon img.style-3, .product .eatery-icon img.style-3, .product .hotel-icon img.style-3, .grid-item .product-icon img.style-3, .grid-item .recipe-icon img.style-3, .grid-item .eatery-icon img.style-3, .grid-item .hotel-icon img.style-3 {
            top: -3.25em; } }
        @media screen and (min-width: 525px) {
          .product .product-icon img.style-3, .product .recipe-icon img.style-3, .product .eatery-icon img.style-3, .product .hotel-icon img.style-3, .grid-item .product-icon img.style-3, .grid-item .recipe-icon img.style-3, .grid-item .eatery-icon img.style-3, .grid-item .hotel-icon img.style-3 {
            top: -5em; } }
        @media screen and (min-width: 768px) {
          .product .product-icon img.style-3, .product .recipe-icon img.style-3, .product .eatery-icon img.style-3, .product .hotel-icon img.style-3, .grid-item .product-icon img.style-3, .grid-item .recipe-icon img.style-3, .grid-item .eatery-icon img.style-3, .grid-item .hotel-icon img.style-3 {
            top: -4.25em; } }
        @media screen and (min-width: 992px) {
          .product .product-icon img.style-3, .product .recipe-icon img.style-3, .product .eatery-icon img.style-3, .product .hotel-icon img.style-3, .grid-item .product-icon img.style-3, .grid-item .recipe-icon img.style-3, .grid-item .eatery-icon img.style-3, .grid-item .hotel-icon img.style-3 {
            top: -3.75em; } }
        @media screen and (min-width: 1200px) {
          .product .product-icon img.style-3, .product .recipe-icon img.style-3, .product .eatery-icon img.style-3, .product .hotel-icon img.style-3, .grid-item .product-icon img.style-3, .grid-item .recipe-icon img.style-3, .grid-item .eatery-icon img.style-3, .grid-item .hotel-icon img.style-3 {
            top: -3.75em; } }
      .product .product-icon img.style-4, .product .recipe-icon img.style-4, .product .eatery-icon img.style-4, .product .hotel-icon img.style-4, .grid-item .product-icon img.style-4, .grid-item .recipe-icon img.style-4, .grid-item .eatery-icon img.style-4, .grid-item .hotel-icon img.style-4 {
        height: 125%; }
        @media screen and (min-width: 300px) {
          .product .product-icon img.style-4, .product .recipe-icon img.style-4, .product .eatery-icon img.style-4, .product .hotel-icon img.style-4, .grid-item .product-icon img.style-4, .grid-item .recipe-icon img.style-4, .grid-item .eatery-icon img.style-4, .grid-item .hotel-icon img.style-4 {
            top: -1.75em; } }
        @media screen and (min-width: 525px) {
          .product .product-icon img.style-4, .product .recipe-icon img.style-4, .product .eatery-icon img.style-4, .product .hotel-icon img.style-4, .grid-item .product-icon img.style-4, .grid-item .recipe-icon img.style-4, .grid-item .eatery-icon img.style-4, .grid-item .hotel-icon img.style-4 {
            top: -2.75em; } }
        @media screen and (min-width: 768px) {
          .product .product-icon img.style-4, .product .recipe-icon img.style-4, .product .eatery-icon img.style-4, .product .hotel-icon img.style-4, .grid-item .product-icon img.style-4, .grid-item .recipe-icon img.style-4, .grid-item .eatery-icon img.style-4, .grid-item .hotel-icon img.style-4 {
            top: -4.25em; } }
        @media screen and (min-width: 992px) {
          .product .product-icon img.style-4, .product .recipe-icon img.style-4, .product .eatery-icon img.style-4, .product .hotel-icon img.style-4, .grid-item .product-icon img.style-4, .grid-item .recipe-icon img.style-4, .grid-item .eatery-icon img.style-4, .grid-item .hotel-icon img.style-4 {
            top: -1.75em; } }
        @media screen and (min-width: 1200px) {
          .product .product-icon img.style-4, .product .recipe-icon img.style-4, .product .eatery-icon img.style-4, .product .hotel-icon img.style-4, .grid-item .product-icon img.style-4, .grid-item .recipe-icon img.style-4, .grid-item .eatery-icon img.style-4, .grid-item .hotel-icon img.style-4 {
            top: -1.75em; } }
    @media screen and (min-width: 768px) {
      .product .product-icon, .product .recipe-icon, .product .eatery-icon, .product .hotel-icon, .grid-item .product-icon, .grid-item .recipe-icon, .grid-item .eatery-icon, .grid-item .hotel-icon {
        -webkit-mask-image: none; } }
    @media screen and (min-width: 992px) {
      .product .product-icon, .product .recipe-icon, .product .eatery-icon, .product .hotel-icon, .grid-item .product-icon, .grid-item .recipe-icon, .grid-item .eatery-icon, .grid-item .hotel-icon {
        height: 158px;
        width: 158px; } }
    @media screen and (min-width: 1200px) {
      .product .product-icon, .product .recipe-icon, .product .eatery-icon, .product .hotel-icon, .grid-item .product-icon, .grid-item .recipe-icon, .grid-item .eatery-icon, .grid-item .hotel-icon {
        height: 166px;
        width: 100%; } }
  .product .recipe-icon img, .product .eatery-icon img, .product .hotel-icon img, .grid-item .recipe-icon img, .grid-item .eatery-icon img, .grid-item .hotel-icon img {
    height: 100%;
    top: 0; }
  .product h4, .grid-item h4 {
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .product span.volume, .grid-item span.volume {
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    color: #a28261;
    font-size: 0.750em;
    text-align: center;
    width: 100%;
    display: block;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media screen and (min-width: 768px) {
    .product:hover .product-icon, .product:hover .recipe-icon, .product:hover .eatery-icon, .product:hover .hotel-icon, .product.active .product-icon, .product.active .recipe-icon, .product.active .eatery-icon, .product.active .hotel-icon, .grid-item:hover .product-icon, .grid-item:hover .recipe-icon, .grid-item:hover .eatery-icon, .grid-item:hover .hotel-icon, .grid-item.active .product-icon, .grid-item.active .recipe-icon, .grid-item.active .eatery-icon, .grid-item.active .hotel-icon {
      box-shadow: 0 0 0 5px white; }
      .product:hover .product-icon img, .product:hover .recipe-icon img, .product:hover .eatery-icon img, .product:hover .hotel-icon img, .product.active .product-icon img, .product.active .recipe-icon img, .product.active .eatery-icon img, .product.active .hotel-icon img, .grid-item:hover .product-icon img, .grid-item:hover .recipe-icon img, .grid-item:hover .eatery-icon img, .grid-item:hover .hotel-icon img, .grid-item.active .product-icon img, .grid-item.active .recipe-icon img, .grid-item.active .eatery-icon img, .grid-item.active .hotel-icon img {
        -webkit-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
                transform: translateY(-15px); }
    .product:hover .recipe-icon img, .product:hover .eatery-icon img, .product:hover .hotel-icon img, .product.active .recipe-icon img, .product.active .eatery-icon img, .product.active .hotel-icon img, .grid-item:hover .recipe-icon img, .grid-item:hover .eatery-icon img, .grid-item:hover .hotel-icon img, .grid-item.active .recipe-icon img, .grid-item.active .eatery-icon img, .grid-item.active .hotel-icon img {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
    .product:hover h4, .product:hover span.volume, .product.active h4, .product.active span.volume, .grid-item:hover h4, .grid-item:hover span.volume, .grid-item.active h4, .grid-item.active span.volume {
      color: #ffffff; } }
  @media screen and (min-width: 992px) {
    .product, .grid-item {
      width: 25%;
      padding: 2%;
      clear: none; } }
  @media screen and (min-width: 1200px) {
    .product, .grid-item {
      width: 20%;
      padding: 1%;
      clear: none; } }

.product-grid .product h4, .explore-grid .product h4 {
  min-height: 52px; }
  @media screen and (min-width: 768px) {
    .product-grid .product h4, .explore-grid .product h4 {
      min-height: 54px; } }

.explore-grid .grid-sizer {
  display: none;
  float: left;
  width: 50%;
  padding: 2%;
  clear: none; }
  @media screen and (min-width: 768px) {
    .explore-grid .grid-sizer {
      width: 25%;
      padding: 2%;
      clear: none; } }
  @media screen and (min-width: 1200px) {
    .explore-grid .grid-sizer {
      width: 25%;
      padding: 1%;
      clear: none; } }

.explore-grid .product {
  width: 50%; }
  @media screen and (min-width: 768px) {
    .explore-grid .product {
      width: 25%;
      padding: 2%;
      clear: none; } }
  @media screen and (min-width: 1200px) {
    .explore-grid .product {
      width: 25%;
      padding: 1%;
      clear: none; } }

.primary-product-intro, .secondary-product-intro {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  background: #000000; }
  .primary-product-intro .text-column, .secondary-product-intro .text-column {
    padding-top: 1.438em;
    padding-bottom: 2.5em;
    margin-top: 2.500em;
    margin-bottom: 2.5000em;
    position: relative; }
    .primary-product-intro .text-column .gold-border-top, .primary-product-intro .text-column .gold-border-bottom, .secondary-product-intro .text-column .gold-border-top, .secondary-product-intro .text-column .gold-border-bottom {
      width: 100%;
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 1px;
      background: #a28261; }
      @media screen and (min-width: 768px) {
        .primary-product-intro .text-column .gold-border-top, .primary-product-intro .text-column .gold-border-bottom, .secondary-product-intro .text-column .gold-border-top, .secondary-product-intro .text-column .gold-border-bottom {
          width: 585px;
          left: 15px; } }
      @media screen and (min-width: 992px) {
        .primary-product-intro .text-column .gold-border-top, .primary-product-intro .text-column .gold-border-bottom, .secondary-product-intro .text-column .gold-border-top, .secondary-product-intro .text-column .gold-border-bottom {
          width: 767px; } }
      @media screen and (min-width: 1200px) {
        .primary-product-intro .text-column .gold-border-top, .primary-product-intro .text-column .gold-border-bottom, .secondary-product-intro .text-column .gold-border-top, .secondary-product-intro .text-column .gold-border-bottom {
          width: 925px; } }
    .primary-product-intro .text-column .gold-border-bottom, .secondary-product-intro .text-column .gold-border-bottom {
      top: auto;
      bottom: 0px; }
    .primary-product-intro .text-column a.back-link, .secondary-product-intro .text-column a.back-link {
      position: absolute;
      top: -5em;
      left: 0;
      display: block;
      padding-left: 1em;
      margin-left: 0.938em; }
      .primary-product-intro .text-column a.back-link:before, .secondary-product-intro .text-column a.back-link:before {
        font-family: 'jd-custom';
        content: "\e207";
        position: absolute;
        left: -5px;
        top: 0px;
        font-size: 1em;
        color: #b3b3b3;
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .primary-product-intro .text-column a.back-link:hover:before, .secondary-product-intro .text-column a.back-link:hover:before {
        color: #ffffff; }
    @media screen and (min-width: 768px) {
      .primary-product-intro .text-column, .secondary-product-intro .text-column {
        margin-top: 5.000em; } }
  .primary-product-intro .bottle-column, .secondary-product-intro .bottle-column {
    width: 100%; }
    .primary-product-intro .bottle-column img, .secondary-product-intro .bottle-column img {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block;
      position: relative;
      z-index: 10; }
    @media screen and (min-width: 500px) {
      .primary-product-intro .bottle-column img, .secondary-product-intro .bottle-column img {
        width: 40%; } }
    @media screen and (min-width: 768px) {
      .primary-product-intro .bottle-column, .secondary-product-intro .bottle-column {
        width: 25%;
        margin: 0 8.33333333%; }
        .primary-product-intro .bottle-column.bottle-column-alt-1, .secondary-product-intro .bottle-column.bottle-column-alt-1 {
          margin: 0 8.33333333%;
          width: 33.33333333%; }
        .primary-product-intro .bottle-column img, .secondary-product-intro .bottle-column img {
          width: 100%;
          margin-top: 6.5em; } }
    @media screen and (min-width: 992px) {
      .primary-product-intro .bottle-column img, .secondary-product-intro .bottle-column img {
        margin-top: 0px; } }

.product-grid a.grid-item h4 {
  min-height: 39px; }
  @media screen and (min-width: 768px) {
    .product-grid a.grid-item h4 {
      min-height: 36px; } }

#featured-recipe p {
  font-style: italic; }

#back-to-whiskeys {
  height: 65px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden; }
  #back-to-whiskeys .col-md-10 {
    clear: both;
    display: block; }
  #back-to-whiskeys .whiskey-list-col {
    width: 100%;
    display: block; }
    @media screen and (min-width: 768px) {
      #back-to-whiskeys .whiskey-list-col {
        width: 33.333333333%;
        clear: none;
        float: left; }
        #back-to-whiskeys .whiskey-list-col:nth-child(1) {
          padding-right: 1%; }
        #back-to-whiskeys .whiskey-list-col:nth-child(2) {
          padding-left: 1%;
          padding-right: 1%; }
        #back-to-whiskeys .whiskey-list-col:nth-child(3) {
          padding-left: 1%; } }
  @media screen and (min-width: 768px) {
    #back-to-whiskeys {
      height: 90px; } }

.recipes-intro {
  background: #000000 url(/images/recipes-bg.jpg) center center no-repeat;
  background-size: cover; }

.recipe-grid .grid-item.recipe-wrapper {
  width: 100%;
  display: block;
  clear: both;
  background: #242424;
  position: relative; }
  .recipe-grid .grid-item.recipe-wrapper .double-border {
    margin-top: 0em; }
    .recipe-grid .grid-item.recipe-wrapper .double-border:last-child {
      margin-top: 1.563em;
      float: left; }
  .recipe-grid .grid-item.recipe-wrapper p {
    font-style: italic; }

.recipe-grid a.grid-item h4 {
  min-height: 39px; }
  @media screen and (min-width: 768px) {
    .recipe-grid a.grid-item h4 {
      min-height: 36px; } }

.recipe-close {
  position: absolute;
  top: 10px;
  right: 7px;
  font-size: 22px;
  color: #b3b3b3;
  z-index: 1000; }
  .recipe-close:hover {
    color: #ffffff; }

.visit-us-intro {
  background: url(/images/visit-us-bg.jpg) center center no-repeat;
  background-size: cover; }

#the-tour .double-border {
  margin-top: 1.875em; }

#photo-pickup, #tour-intro {
  padding: 2em 0; }
  @media screen and (min-width: 768px) {
    #photo-pickup, #tour-intro {
      padding: 2.2815em 0; } }

section.photo-divider {
  min-height: 200px; }
  section.photo-divider.the-tour-divider {
    background: url(/images/the-tour-bg.jpg) center center no-repeat;
    background-size: cover; }
  section.photo-divider.essential-experience-divider {
    background: url(/images/essential-experience-bg.jpg) center center no-repeat;
    background-size: cover; }
  section.photo-divider.where-to-eat-divider {
    background: url(/images/where-to-eat-bg.jpg) center center no-repeat;
    background-size: cover; }
  @media screen and (min-width: 768px) {
    section.photo-divider {
      min-height: 500px; } }

@media screen and (min-width: 768px) {
  #visit-us-filter-bar-wrap .filter-by {
    display: none; }
  #visit-us-filter-bar-wrap .filter-wrap {
    float: none;
    margin: 0 auto; } }

@media screen and (min-width: 992px) {
  #visit-us-filter-bar-wrap .filter-by {
    display: block; }
  #visit-us-filter-bar-wrap .filter-wrap {
    float: right;
    margin: 0; } }

.where-to-stay-grid .grid-item h4, .where-to-eat-grid .grid-item h4 {
  min-height: 105px; }
  @media screen and (min-width: 768px) {
    .where-to-stay-grid .grid-item h4, .where-to-eat-grid .grid-item h4 {
      min-height: 166px; } }

.where-to-stay-grid .grid-item span.location-details, .where-to-eat-grid .grid-item span.location-details {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  color: #a28261;
  font-size: 0.750em;
  text-align: center;
  display: block;
  clear: both;
  margin-bottom: 0.500em; }
  .where-to-stay-grid .grid-item span.location-details:last-child, .where-to-eat-grid .grid-item span.location-details:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .where-to-stay-grid .where-to-stay-grid .grid-item h4, .where-to-eat-grid .where-to-stay-grid .grid-item h4 {
    min-height: 166px; } }

@media screen and (min-width: 992px) {
  .where-to-stay-grid .where-to-stay-grid .grid-item h4, .where-to-eat-grid .where-to-stay-grid .grid-item h4 {
    min-height: 140px; } }

@media screen and (min-width: 768px) {
  .where-to-stay-grid .where-to-eat-grid .grid-item h4, .where-to-eat-grid .where-to-eat-grid .grid-item h4 {
    min-height: 166px; } }

@media screen and (min-width: 992px) {
  .where-to-stay-grid .where-to-eat-grid .grid-item h4, .where-to-eat-grid .where-to-eat-grid .grid-item h4 {
    min-height: 100px; } }

.jack-rocks-intro {
  background: url(/images/jack-rocks-bg.jpg) center center no-repeat;
  background-size: cover; }

.bartender-tales-intro {
  background: url(/images/bartender-tales-bg.jpg) center center no-repeat;
  background-size: cover; }

.global-music-intro {
  background: url(/images/sound-culture-bg.jpg) center center no-repeat;
  background-size: cover; }

.independent-intro {
  background: url(/images/independent-among-us-bg.jpg) center center no-repeat;
  background-size: cover; }

.barbecue-intro {
  background: url(/images/barbecue-bg.jpg) center center no-repeat;
  background-size: cover; }

.by-the-barrel-intro {
  background: url(/images/by-the-barrel-bg.jpg) center center no-repeat;
  background-size: cover; }

.grill-buddy-intro {
  background: url(/images/grill-buddy.jpg) center center no-repeat;
  background-size: cover; }

@media screen and (min-width: 768px) {
  .photo-intro {
    min-height: 550px; } }

@media screen and (min-width: 2000px) {
  .photo-intro {
    min-height: 780px; } }

.by-the-barrel-divider {
  background: url(/images/by-the-barrel-divider-bg.jpg) center center no-repeat;
  background-size: cover; }

.country-cocktails-column {
  width: 100%; }
  .country-cocktails-column img {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
  @media screen and (min-width: 768px) {
    .country-cocktails-column {
      width: 41.66666666%;
      margin: 0 8.33333333% 0 0; }
      .country-cocktails-column img {
        max-width: 100%;
        margin-top: 8.25em; } }
  @media screen and (min-width: 992px) {
    .country-cocktails-column img {
      margin-top: 7.5em; } }
  @media screen and (min-width: 1200px) {
    .country-cocktails-column img {
      margin-top: 3em; } }

#cocktail-list {
  height: 79px;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0.500em 0; }
  #cocktail-list .available-flavors-heading {
    position: relative; }
    #cocktail-list .available-flavors-heading span {
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      font-size: 0.8em;
      line-height: 1em;
      color: #b3b3b3;
      position: absolute;
      right: 0em;
      top: 0.2em; }
    #cocktail-list .available-flavors-heading.active span {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media screen and (min-width: 992px) {
      #cocktail-list .available-flavors-heading span {
        display: none; } }
  #cocktail-list .col-md-4 {
    margin-top: 0.500em;
    padding-top: 0.500em;
    border-top: 1px solid #313131; }
    @media screen and (min-width: 992px) {
      #cocktail-list .col-md-4 {
        border-top: 0px; }
        #cocktail-list .col-md-4:after {
          content: "";
          width: calc(100% - 14px);
          height: 1px;
          display: block;
          position: absolute;
          background: #313131;
          left: 7px;
          top: 0em; }
        #cocktail-list .col-md-4:before {
          content: "";
          width: calc(100% - 14px);
          height: 1px;
          display: block;
          position: absolute;
          border-top: 1px solid #313131;
          left: 7px;
          bottom: calc(-0.500em - 1px); } }
  #cocktail-list .row:nth-child(1) .col-md-4:nth-child(1) {
    border: none; }
  @media screen and (min-width: 992px) {
    #cocktail-list .row:nth-child(1) .col-md-4:after, #cocktail-list .row:nth-child(1) .col-md-4:before {
      background: transparent;
      border: none; } }
  @media screen and (min-width: 768px) {
    #cocktail-list {
      height: 118px;
      padding-bottom: 2em; } }
  @media screen and (min-width: 992px) {
    #cocktail-list {
      padding: 4.563em 0 5.563em;
      height: auto; }
      #cocktail-list .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

#store-locator {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  padding-bottom: 270px; }
  #store-locator #store-locator-map {
    display: block;
    width: 100%;
    min-height: 320px;
    clear: both;
    position: relative;
    z-index: 1; }
    #store-locator #store-locator-map span {
      display: block;
      clear: both; }
      #store-locator #store-locator-map span a {
        color: #a28261; }
        #store-locator #store-locator-map span a:hover {
          color: #242424; }
    @media screen and (min-width: 768px) {
      #store-locator #store-locator-map {
        min-height: 750px; } }
  #store-locator .sl-search-list-wrap {
    display: block;
    position: absolute;
    z-index: 2;
    top: calc(100% - 270px);
    left: 0em;
    right: 0em;
    height: 250px;
    width: 100%;
    background: transparent;
    color: #b3b3b3;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    letter-spacing: 0.025em;
    font-weight: 400; }
    #store-locator .sl-search-list-wrap .sl-search-wrap {
      position: relative;
      width: 100%;
      display: block; }
      #store-locator .sl-search-list-wrap .sl-search-wrap .sl-search {
        width: 100%;
        display: block;
        clear: both;
        height: 4em;
        background: #313131;
        border: none !important;
        padding: 0.188em 0.625em 0.188em 25px;
        outline: none;
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        z-index: 0;
        position: relative;
        font-size: 1em; }
        #store-locator .sl-search-list-wrap .sl-search-wrap .sl-search:focus {
          border: none !important; }
        @media screen and (min-width: 768px) {
          #store-locator .sl-search-list-wrap .sl-search-wrap .sl-search {
            height: 2em;
            margin-bottom: 1em; } }
      #store-locator .sl-search-list-wrap .sl-search-wrap .icon-search {
        opacity: 1;
        transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        position: absolute;
        top: 18px;
        left: 5px;
        z-index: 1; }
        @media screen and (min-width: 768px) {
          #store-locator .sl-search-list-wrap .sl-search-wrap .icon-search {
            top: 8px; } }
    #store-locator .sl-search-list-wrap ul.sl-list {
      width: 100%;
      display: block;
      height: calc(100% - 3em);
      background: #242424;
      overflow-y: scroll;
      list-style: none;
      margin-top: 0px; }
      #store-locator .sl-search-list-wrap ul.sl-list li {
        display: block;
        clear: both;
        width: 100%;
        padding: 0.75em 1em;
        border-bottom: 1px solid #c0c0c0;
        font-style: normal;
        margin-bottom: 0px;
        cursor: pointer; }
        #store-locator .sl-search-list-wrap ul.sl-list li:before {
          display: none; }
        #store-locator .sl-search-list-wrap ul.sl-list li span {
          font-family: "franklin-gothic-ext-comp-urw", sans-serif;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          letter-spacing: 0.050em;
          color: #a28261;
          font-size: 1em;
          display: block;
          clear: both; }
          #store-locator .sl-search-list-wrap ul.sl-list li span a {
            font-family: "franklin-gothic-ext-comp-urw", sans-serif;
            font-weight: 700;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.050em; }
        #store-locator .sl-search-list-wrap ul.sl-list li a.cta {
          padding: 0.222em 0.444em;
          margin: 0.222em 0;
          font-size: 1em; }
    @media screen and (min-width: 768px) {
      #store-locator .sl-search-list-wrap {
        top: 3em;
        left: 3em;
        height: calc(100% - 6em);
        width: 250px; }
        #store-locator .sl-search-list-wrap ul.sl-list {
          margin-top: 0.75em; } }
  @media screen and (min-width: 768px) {
    #store-locator {
      padding-bottom: 0px; } }

.jdcc-icon {
  float: left;
  display: block;
  height: 2em;
  margin-top: 0.8em;
  margin-right: 1em;
  max-width: 2em; }

.jdcc-desc-text-wrap {
  float: left;
  display: block;
  width: calc(100% - 3em); }

@media screen and (min-width: 992px) {
  h2.cc-map-heading {
    margin-top: 0px; } }

.info-window-h3 {
  color: #242424 !important; }

.col-product-type-selector {
  position: relative; }
  .col-product-type-selector span.product-type-loader {
    position: absolute;
    right: -0.8em;
    top: 0.6em;
    font-size: 1.2em;
    color: #a28261 !important;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .col-product-type-selector span.product-type-loader.loading {
      opacity: 1;
      -webkit-animation-name: rotate;
              animation-name: rotate;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.cc-back {
  top: -3em !important; }

/* Overrides & Utilities */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.max-100 {
  width: 100%;
  display: block; }

.double-border-top {
  position: relative;
  padding-top: 2em;
  margin-top: 3.062em; }
  .double-border-top:after {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    height: 4px;
    width: calc(100% - 14px);
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050; }
    @media screen and (min-width: 768px) {
      .double-border-top:after {
        width: calc(100% - 30px);
        top: 1em; } }
  .double-border-top.alt {
    margin-top: 0em; }

.double-border-bottom {
  position: relative; }
  .double-border-bottom:after {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    bottom: -1.6em;
    height: 4px;
    width: calc(100% - 14px);
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050; }
    @media screen and (min-width: 768px) {
      .double-border-bottom:after {
        width: calc(100% - 30px);
        bottom: -0.938em; } }

.single-border-bottom {
  padding-bottom: 0.313em;
  border-bottom: 1px solid #505050;
  margin-bottom: 0.313em;
  display: block;
  clear: both; }

.double-border {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 2.813em;
  margin-bottom: 1.563em;
  height: 4px;
  width: 100%;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  clear: both; }

.top-0 {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.top-15 {
  padding-top: 0.938em; }

.top-30 {
  padding-top: 1.875em; }

.bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.bottom-300 {
  margin-bottom: 300px !important; }

.bottom-150 {
  margin-bottom: 150px !important; }

.bottom-15 {
  padding-bottom: 0.938em !important; }

.bottom-25 {
  padding-bottom: 1.563em; }

.bottom-30 {
  margin-bottom: 1.875em; }

.min-180 {
  min-width: 180px !important; }

.clear-left {
  clear: left; }

.grey-gap {
  width: 100%;
  display: block;
  clear: both;
  background: #242424;
  height: 25px; }
  @media screen and (min-width: 768px) {
    .grey-gap {
      height: 180px; } }

/* Desktop, tablet, and mobile speific break points. Gross. */
.d-break {
  display: none; }
  @media screen and (min-width: 992px) {
    .d-break {
      display: inline; } }

.t-break {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .t-break {
      display: inline; } }

.m-break {
  display: inline; }
  @media screen and (min-width: 768px) {
    .m-break {
      display: none; } }

.m-plus-break {
  display: none; }
  @media screen and (min-width: 768px) {
    .m-plus-break {
      display: inline; } }

.xl-plus-break {
  display: none; }
  @media screen and (min-width: 1200px) {
    .xl-plus-break {
      display: inline; } }

.break-449 {
  display: inline; }
  @media screen and (min-width: 450px) {
    .break-449 {
      display: none; } }

.clearer {
  display: block;
  float: left;
  width: 100%;
  height: 1px; }

/* Fix SVGs in IE */
.ie9 img[src*=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
	

.logo_mapple{
width: auto;  display: none;
  
}

 @media screen and (max-width: 760px) and (min-width: 320px) {

  .logo_mapple{
width: auto; display: block;
  margin-left: 90px; margin-top: -60px;
}
 }


@media screen and (max-width: 760px) and (min-width: 320px) {

.d_o_b{

  font-size: 22px;
}

}