/*
Xenopsi CSS
Version 1.1.0
BY MH
*/

@font-face {
    font-family: 'AauxProOT-Regular';
    src: url('fonts/AauxProOT-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AauxProOT-Regular.otf') format('opentype'),
        url('fonts/AauxProOT-Regular.woff') format('woff'),
        url('fonts/AauxProOT-Regular.ttf') format('truetype'),
        url('fonts/AauxProOT-Regular.svg#AauxProOT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AauxProOT-Medium';
    src: url('fonts/AauxProOT-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AauxProOT-Medium.otf') format('opentype'),
        url('fonts/AauxProOT-Medium.woff') format('woff'),
        url('fonts/AauxProOT-Medium.ttf') format('truetype'),
        url('fonts/AauxProOT-Medium.svg#AauxProOT-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AauxProOT-Bold';
    src: url('fonts/AauxProOT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AauxProOT-Bold.otf') format('opentype'),
        url('fonts/AauxProOT-Bold.woff') format('woff'),
        url('fonts/AauxProOT-Bold.ttf') format('truetype'),
        url('fonts/AauxProOT-Bold.svg#AauxProOT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'andantinojfregular';
    src: url('fonts/andantinojf-webfont.woff2') format('woff2'),
         url('fonts/andantinojf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
    font-family: 'Maven Pro', sans-serif;
    Instead of Aaux pro bold for now
*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-size: 21px;
    color: #1f1f1f;
    background: #fff;
    font-weight: 400;
    font-family: "kepler-std";
}
article,
aside,
footer,
header,
menu,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
    outline: none !important;
    text-decoration: none;
}
button, input {
    outline: none !important;
    box-shadow: none !important;
}
img {
    border: 0;
    width: auto;
    height: auto;
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    outline: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
input::-moz-placeholder {
    color: #071d49;
    opacity: 1;
}
input::-ms-placeholder {
    color: #071d49;
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: #071d49;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #071d49;
    opacity: 1;
}
.form-control::-ms-placeholder {
    color: #071d49;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #071d49;
    opacity: 1;
}
.clearfix {
    clear: both;
}
hr {
    border: 0;
    height: 30px;
    background: url(../images/hr.png?ver=3) center center no-repeat;
    margin: 88px 0 82px;
    opacity: .30;
}
.block {
    display: block !important;
}
.visible-xs {
    display: none !important;
}
.visible-sm-xs {
    display: none !important;
}
.v-main {
    display: table;
    width: 100%;
    height: 100%;
}
.v-align-middle,
.v-align-top,
.v-align-bottom {
    display: table-cell;
}
.v-align-middle {
    vertical-align: middle !important;
}
.v-align-top {
    vertical-align: top !important;
}
.v-align-bottom {
    vertical-align: bottom !important;
}
.xm-tooltip {
    background: #9c132d;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 50%;
    line-height: 18px;
    padding: 8px 16px 10px;
    position: absolute;
    text-align: center;
    bottom: 85%;
    min-width: 300px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}
.xm-tooltip::after {
    background: #9c132d;
    border: 1px solid #bd6273;
    border-top: none;
    border-left: none;
    bottom: -6px;
    content: "";
    height: 12px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 12px;
}

.xm-tooltip .xm-tooltip {
    padding: 0;
    position: relative;
}
.xm-tooltip .xm-tooltip::after {
    display: none;
}
.for_textarea {
    position: relative;
}
.for_textarea .xm-tooltip {
    left: 0;
    top: -70px;
}
.computer .dim img {
    opacity: .3;
}
.loading {
    position: relative;
}
.loading::after {
    -webkit-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -ms-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 2px solid rgba(232, 212, 172, 0.8);
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: '';
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, .65);
    overflow: auto;
}
.has-overlay,
.overflow-hidden,
.has-agegate {
    overflow: hidden;
}
.video-div {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*------Reset v-1.1--------*/

/*------Main layout-------*/
.container {
    max-width: 1420px;
    margin: 0 auto;
    position: relative;
}
.container.infographic-container {
    width: 1272px;
    max-width: 100% !important;
}
.container.infographic-container img {
    width: 1272px;
    margin: 0 auto;
    max-width: 100% !important;
}

.container::before,
.container::after,
.row::before,
.row::after,
.footer::after,
.footer::before {
    display: table;
    clear: both;
    content: '';
}
/*------Form Elements-------*/
.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}
.alert-danger {
    background-color: rgba(231, 76, 60, .05);
    border-color: rgba(231, 76, 60, .45);
    color: #e74c3c;
}
.alert-success {
    background-color: rgba(46, 204, 113, .05);
    border-color: rgba(46, 204, 113, .45);
    color: #2ecc71;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #7c2f3e;
    padding-left: 15px;
    padding-right: 15px;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
    -ms-transition: border-color .3s;
    font-size: 15px;
    background: none;
    color: #7c2f3e;
    font-weight: 400;
}
.form-control:hover {
    border-color: #7c2f3e;
}
.form-control:focus {
    border-color: #7c2f3e;
    outline: none;
}
textarea.form-control {
    min-height: 100px;
    padding: 5px 15px;
}
input.customRC {
    opacity: 0;
    position: absolute;
}
label.customRC {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #23100e;
    padding-left: 40px;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: 'AauxProOT-Regular';
}
label.customRC span {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;

    background: url(../images/check.png) center center no-repeat;
    background-size: 0 auto;

    border: 1px solid #0d204a;
    transition: background-size .2s, border-color .2s, border-radius .2s;
    -webkit-transition: background-size .2s, border-color .2s, border-radius .2s;
    -ms-transition: background-size .2s, border-color .2s, border-radius .32s;
}
input.customRC:checked+label.customRC span {
    background-size: 12px auto;
}
.asterik {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    font-weight: 400;
    font-family: 'AauxProOT-Medium';
    text-transform: uppercase;
}
.asterik span {
    color: #9c132d;
}
.hide {
    display: none !important;
}
/*------Form Elements-------*/

/*------Common Styles-------*/

.media-body {
    width: 10000px;
}
.media,
.media-body {
    overflow: hidden;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left {
    padding-right: 10px;
}
.non-italic {
    font-style: normal !important;
}
.full-width {
    width: 100% !important;
}
.half-width {
    width: 50% !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-family: 'AauxProOT-Medium';
    font-size: 18px;
    line-height: 24px;
    padding: 13px 40px 13px;
    background: #071d49;
    transition: background .3s;
    -webkit-transition: background .3s;
    -ms-transition: background .3s;
}
.btn-lg {
    font-size: 25px;
    line-height: 32px;
    padding: 17px 15px 17px;
    min-width: 320px;
}
.btn.red {
    background: #9c132d;
}
/*
.btn-ghost {
    border: 2px solid #fff;
    background: none;
}
*/
.learn-more span {
    background: url(../images/right-arrow-white.png) calc(100% - 8px) calc(50% - -1px) no-repeat;
    background-size: 10px auto;
    display: inline-block;
    padding: 0 24px 0 10px;
    transition: background-position .3s;
    -webkit-transition: background-position .3s;
    -ms-transition: background-position .3s;
}

.btn-lg.learn-more span {
    padding: 0 30px 0 12px;
    background-position: calc(100% - 10px) center;
    background-size: 12px auto;
}
.fix-index {
    position: relative;
    z-index: 2;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .form-control,
.input-group-addon {
    display: table-cell;
}
.input-group-addon {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group button {
    border: none;
}
h2 {
    font-size: 43px;
    font-weight: 400;
}
h3 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'AauxProOT-Medium';
}
p, li {
    font-size: 21px;
}

/*------Common Styles-------*/

/*------Home Page------*/
.home-hero .btn,
.home-hero {
    background: #8d112a;
}
.common-banner {
    background-color: #8d112a;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.home-hero {
    background-image: url(../images/home-hero-18-d.jpg?ver=2);
    height: 800px;
    position: relative;
    background-position: center top;
}
.home-mid-section .about-brand {
    margin-top: 0;
}
.common-banner.home-hero::before {
    background: #fff;
    bottom: -20px;
    content: "";
    height: 210px;
    left: 0;
    position: absolute;
    width: 50%;
    display: none;
}
.hero-text {
    color: #fff;
    margin-top: 295px;
    padding-left: 60px;
}
.hero-text img {
    max-width: 100%;
}
.home-hero h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}
.home-hero p {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 25px;
}

.home-mid-section {
    background: url(../images/home-mid-section-n.png?ver=3) right 290px no-repeat;
    background-size: 697px auto;
}
.about-brand,
.about-hero {
    position: relative;
    top: -60px;
}
.about-hero-img {
    float: left;
}
.about-brand img,
.about-brand .hhd-video-wrapper {
    width: 780px;
    margin-top: 0;
}
.about-hero {
    float: left;
    width: 640px;
    /*min-height: 370px; */
    min-height: 1px;
    padding: 57px 70px 70px;
    color: #fff;
    background: #a7a7a7;
}
.blue-marker {
    background: rgba(7, 29, 73, 0.9) url(../images/down-arrow.png) center 84px no-repeat;
    height: 120px;
    position: absolute;
    right: 60px;
    top: -60px;
    width: 60px;
    z-index: 100;
    display: block;
}
.about-hero h2 {
    line-height: 50px;
    margin-bottom: 4px;
}
.about-hero p {
    color: #fff !important;
    line-height: 36px;
    margin-bottom: 18px;
    font-family: 'AauxProOT-Regular';
}
.about-hero p a {
    color: #fff !important;
    text-decoration: underline;
}
.about-hero p a:hover {
    text-decoration: none;
}
.about-hero ul {
    padding-left: 20px;
    list-style: disc;
}
.about-hero ul li {
    line-height: 36px;
    font-family: 'AauxProOT-Regular';
}
.about-hero ul li span {
    font-family: 'AauxProOT-Bold';
    /*text-transform: uppercase;*/
}

.signup-section {
    padding-top: 40px;
}
.upcoming-releases {
    width: 640px;
    float: left;
}
.upcoming-releases .media-right {
    padding-left: 30px;
}
.upcoming-releases .media-right span {
    display: block;
    position: relative;
}
.upcoming-releases .overlay-view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(12, 50, 125, .8) url(../images/view-icon.png) center center no-repeat;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -ms-transition: opacity .3s;
}
.upcoming-releases .media-right img,
.upcoming-releases .media-left img {
    width: 250px;
}
.upcoming-releases h3 {
    line-height: 42px;
    margin-bottom: 15px;
}
.signup-section p {
    line-height: 30px;
}
.newsletter-signup {
    width: 700px;
    float: right;
    padding-right: 50px;
}
.newsletter-signup h3 {
    padding-top: 26px;
    margin-bottom: 20px;
}
.top-bar {
    position: relative;
    display: block;
}
.top-bar::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 70px;
    height: 6px;
    background: #071d49;
}
.bib-updates .top-bar::before {
    background: linear-gradient(90deg, #B39947 0%, #BFAA64 65.78%, #A99249 113.65%, #9D8228 238.26%, #B8A252 317.68%, #A18C4B 377.3%, #D4C58A 488.99%, #AA8E36 555.93%);
}
.newsletter-signup .input-group {
    margin-bottom: 23px;
}
.newsletter-signup .form-control {
    background: rgba(255, 255, 255, .90) url(../images/envelope.png?ver=3) 19px center no-repeat;
    border: 1px solid #dedede;
    border-right: none;
    font-size: 24px;
    color: #071d49;
    height: 48px;
    padding: 0 20px 0 70px;
}
.newsletter-signup button {
    background: #071d49;
    color: #fff;
    width: 180px;
    height: 48px;
    font-size: 18px;
    padding: 0;
    font-family: 'AauxProOT-Medium';
    text-transform: uppercase;
}
.newsletter-signup p a {
    text-decoration: underline;
    color: #0a2863;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.awards-section {
    padding-bottom: 170px;
}
.awards-section .container {
    max-width: 1200px;
}
.awards-section h2 {
    color: #071d49;
}
.awards-section p {
    color: #333;
    line-height: 36px;
    font-family: 'AauxProOT-Regular';
    text-align: center;
    margin-bottom: 50px;
}
/*.computer .awards-section .row {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 140%;
}
*/
.awards-section ul {
    max-width: 1750px;
    margin: 0 auto;
}
.awards-section ul li {
    width: 16.6666%;
    float: left;
    text-align: center;
}
.award-image img {
    width: 240px;
    margin: 0 auto;
}
.awards-section h4 {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    color: #9c132e;
    font-family: 'AauxProOT-Medium';
    text-transform: uppercase;
}
.awards-section h4 span {
    display: block;
    color: #1f1f1f;
    font-family: "kepler-std";
}


.whiskey-visit img {
    width: 100%;
}
.visit, .whiskey {
    position: relative;
}
.whiskey {
    top: -70px;
}
.text-bar {
    color: #fff;
    font-size: 35px;
    line-height: 98px;
    padding: 0 55px;
    position: absolute;
    text-transform: uppercase;
    font-family: 'AauxProOT-Bold';
}
.text-bar a {
    color: #fff;
}
.visit .text-bar {
    background: #071d49;
    left: 60px;
    top: -30px;
}
.whiskey .text-bar {
    background: #9c132e;
    right: 60px;
    bottom: -30px;
}
.whiskey-visit .top-bar::before {
    background: #fff;
    bottom: 0;
    top: auto;
}
.whiskey-visit .whiskey .top-bar::before {
    background: #fff;
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
}


.bottom-bottle-section {
    padding-top: 70px;
}
.bottom-bottle-section .container {
    max-width: 1200px;
}
.visit-special-media {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.bottom-bottle-section .media-left,
.visit-special-media .media-left {
    padding-right: 70px;
}

.bottom-bottle-section h2 {
    line-height: 1;
    margin-bottom: 10px;
}
.bottom-bottle-section p {
    margin-bottom: 20px;
    line-height: 36px;
    font-family: 'AauxProOT-Regular';
}


.footer {
    position: relative;
    z-index: 9999;
    padding-top: 40px;
    margin-top: -40px;
    overflow: hidden;
}
.footer-left {
    width: 460px;
    float: right;
    background: #0d204a;
    position: relative;
    padding-left: 80px;
    padding-bottom: 35px;
}

.footer-left::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    content: '';
    background: #0d204a;
}
.footer-left::after {
    position: absolute;
    top: -40px;
    left: 0;
    width: 50vw;
    height: 40px;
    content: '';
    background: #0d204a;
}
.footer2020 .footer-left {
    padding-top: 40px;
}
.footer-part {
    width: 33.3333%;
    float: left;
    padding: 0 78px 0 0;
}
.footer-part:last-child {
    border-right: none;
}
.footer-part h2 {
    font-size: 24px;
    line-height: 24px;
    color: #071d49;
    margin-bottom: 6px;
}
.footer-part a {
    color: #071d49;
}
.footer-part ul li a {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    background: url(../images/red-arrow-right.png) right center no-repeat;
    background-size: 9px auto;
    padding-right: 18px;
    display: block;
}
.footer-part ul li {
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d8;
}
.footer-right {
    width: 960px;
    float: left;
    padding: 50px 0 0;
    position: relative;
}
.footer-bg-grey {
    background: #ededed;
}

.footer .footer-logo img {
    display: block;
    max-width: 100%;
    width: 305px;
}
.footer p {
    color: #1e1e1e;
    font-size: 11px;
    line-height: 18px;
    font-family: 'AauxProOT-Regular';
}
.footer p span {
    display: block;
    overflow: hidden;
}
.footer p a {
    color: #9c132d;
    float: left;
    text-decoration: underline;
    position: relative;
}
.footer p a:first-child {
    padding-right: 8px;
    margin-right: 8px;
}
.footer p a:first-child::before {
    position: absolute;
    top: 4px;
    right: 0;
    content: '';
    height: 14px;
    width: 1px;
    background: #1e1e1e;
}
.footer-left .media-right {
    padding-left: 30px;
}
.footer-left img {
    width: 165px;
    display: block;
    margin: 0;
}
.footer-social {
    padding: 20px 0;
    margin: 34px 0 26px;
    border-top: 1px solid #3d4d6e;
    border-bottom: 1px solid #3d4d6e;
    overflow: hidden;
}
.footer-social li {
    float: left;
    margin-right: 50px;
}
.footer-social li:last-child {
    margin-right: 0;
}
.footer-social li a {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.footer-social .facebook a {
    background-image: url(../images/facebook.png);
}
.footer-social .twitter a {
    background-image: url(../images/twitter.png);
}
.footer-social .instagram a {
    background-image: url(../images/instagram.png);
}
.footer-social li span {
    line-height: 26px;
    display: block;
    color: #fff;
    font-size: 24px;
}



.footer p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Maven Pro', sans-serif;
}
.footer p span {
    display: block;
    overflow: hidden;
}
.footer p a {
    color: #fff;
    float: left;
    text-decoration: underline;
    position: relative;
}
.footer p a:first-child {
    padding-right: 8px;
    margin-right: 8px;
}
.footer p a:first-child::before {
    position: absolute;
    top: 4px;
    right: 0;
    content: '';
    height: 14px;
    width: 1px;
    background: #fff;
}
.footer- .media-right img {
    width: 187px;
    display: block;
    margin: 0 auto;
}
/*------Home Page------*/


/*------About Page------*/
.about-us-page .facilities {
    margin-top: 80px;
    /*min-height: 1px !important;*/
}
.about-us-page .substitution-table,
.whiskey-page .substitution-table {
    margin: 0;
    padding: 0;
}

.facilities-window {
    display: none;
}
.small-banner {
    height: 520px;
}
.about-banner {
    background-image: url(../images/about-banner.jpg?ver=3);
}

.common-mid-section {
    background: url(../images/common-bottom-bg.png?ver=3) right bottom no-repeat;
}
.about-page-bg {
    background: url(../images/about-barrel.png?ver=3) right 0 no-repeat;
}
.banner-texts .container {
    width: 950px;
    color: #fff;
    top: -20px;
}
.banner-texts .text-bar {
    font-size: 53px;
    line-height: 110px;
    font-weight: 400;
    font-family: "kepler-std";
    text-transform: none;
    padding: 0 45px;
}
.about-us-page .facilities .container,
.whiskey-page .facilities .container {
    top: auto !important;
    width: 1120px;
}
.banner-texts .container.lg-brand-name {
    width: 1200px;
}
.banner-texts .lg-brand-name .text-bar {
    font-size: 44px;
    line-height: 100px;
}

.banner-texts.bar-only .container {
    top: 0;
}
.banner-texts.bar-only .text-bar::after {
    border: 10px solid #afafaf;
    border-top: none;
    bottom: -10px;
    content: "";
    height: 70px;
    left: -10px;
    position: absolute;
    width: calc(100% - -20px);
    z-index: 1;
}
.hhd-controls-section.row.has-special-bar,
.video-special.has-special-bar {
    margin-top: 75px;
}
.banner-texts h2 {
    font-size: 68px;
    line-height: 1;
}
.banner-texts p {
    margin-top: 4px;
    line-height: 35px;
    font-family: 'AauxProOT-Regular';
    padding: 68px 77px 35px;
    background: #afafaf;
}
.banner-texts p a:hover {
    text-decoration: none !important;
}
.banner-texts .text-bar {
    background: #061d49;
    top: -62px;
    left: 27px;
}
.banner-texts .top-bar::before {
    background: #fff;
    top: auto;
    bottom: 0;
}

.facilities {
    min-height: 686px;
}
.facility-detail {
    width: 460px;
    float: right;
}

.facility-infos h2 {
    font-size: 35px;
    color: #9c132d;
    line-height: 36px;
    font-family: 'AauxProOT-Medium';
    padding-top: 138px;
    margin-bottom: 7px;
    background: url(../images/spot-1-red.png) 0 40px no-repeat;
    background-size: 77px auto;
    text-transform: uppercase;
}

#facility-two h2 {
    background-image: url(../images/spot-2-red.png);
}
#facility-three h2 {
    background-image: url(../images/spot-3-red.png);
}
#facility-four h2 {
    background-image: url(../images/spot-4-red.png);
}
#facility-five h2 {
    background-image: url(../images/spot-5-red.png);
}
#facility-six h2 {
    background-image: url(../images/spot-6-red.png);
}
#facility-seven h2 {
    background-image: url(../images/spot-7-red.png);
}

.facility-infos h2.top-bar::before {
    background: #9c132d;
}

.facility-infos p {
    line-height: 35px;
    margin-bottom: 18px;
    font-family: 'AauxProOT-Regular';
    color: #1e1e1e;
}
.facility-infos .map-container {
    margin-bottom: 20px;
}
.facility-detail img {
    width: 100%;
}
.facilities-section {
    position: absolute;
    background: #061d49 url(../images/map.png?ver=3) right top no-repeat;
    background-size: auto 100%;
    top: 0;
    right: 490px;
    width: 100vw;
    height: 100%;
    height: 686px;
}
.interactive-map .facilities-section {
    background-image: url(../images/interactive-map1.jpg);
    background-color: #fff;
}
.facilities.interactive-map .container {
    width: auto !important;
}
.interactive-map .facility-infos h2 {
    color: #061d49;
}
.interactive-map .facility-infos.active {
    display: block !important;
}
.interactive-map .facilities-section a {
    width: auto;
    height: auto;
    border: none;
    /*right: 380px;
    top: 286px; */
    background: none !important;
}
.interactive-map .facilities-section a.facility-five {
    top: auto !important;
    right: 297px;
    bottom: 90px;
    z-index: 12;
}
.interactive-map .facilities-section a.facility-four {
    top: 38px;
    right: 652px;
    z-index: 9;
}
.interactive-map .facilities-section a.facility-two {
    top: 60px;
    right: 676px;
    z-index: 10;
}
.interactive-map .facilities-section a img {
    width: 52px;
    opacity: 1 !important;
    transition: all 0s linear;
}
.interactive-map .facilities-section a {
    transition: transform .3s linear;
}
.interactive-map .facilities-section a.active {
    transform: scale(1.4) translateY(-10px);
}
.computer .interactive-map .facilities-section a:hover img,
.interactive-map .facilities-section a.active img {
    opacity: 0 !important;

}
.computer .interactive-map .facilities-section a:hover,
.interactive-map .facilities-section a.active {
    background: url(../images/rh-hov.png) center center no-repeat !important;
    background-size: contain !important;
}

.computer .about-us-page .facilities.interactive-map a.facility-five:hover,
.about-us-page .facilities.interactive-map a.facility-five.active {
    background-image: url(../images/m-hh-hov.png) !important;
}

.computer .about-us-page .facilities.interactive-map a.facility-two:hover,
.about-us-page .facilities.interactive-map a.facility-two.active {
    background-image: url(../images/m-bernheim-hov.png) !important;
}

.computer .about-us-page .facilities.interactive-map a.facility-four:hover,
.about-us-page .facilities.interactive-map a.facility-four.active {
    background-image: url(../images/stills-hov.png) !important;
}














.whiskey-page .interactive-map {
    margin-top: 60px;
}
.whiskey-page .facilities-section a.facility-one {
    top: 350px;
    right: 315px;
    z-index: 7;
}
.whiskey-page .facilities-section a.facility-three {
    top: 384px;
    right: 440px;
}
.whiskey-page .interactive-map .facilities-section a.facility-four {
    top: 462px;
    right: 335px;
}
.whiskey-page .interactive-map .facilities-section a.facility-six {
    top: 512px;
    right: 272px;
    z-index: 7;
}
.whiskey-page .interactive-map .facilities-section a.facility-seven {
    top: 332px;
    right: 289px;
}
.whiskey-page .interactive-map .facility-infos h2 {
    background-image: url(../images/spot-3-red.png) !important;
}
.facilities-section .text-bar {
    top: -33px;
    right: 60px;
    background: #9c132d;
    color: #fff;
}
.facilities-section .top-bar::before {
    background: #fff;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
}
.facilities-section a {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #afafaf;
    display: block;
    right: 380px;
    top: 286px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0 auto;
    background-image: url(../images/spot-1-hov.png);
}
.facilities-section a img {
    width: 54px;
    margin: 0 auto;
}
.facilities-section .facility-two {
    right: 465px;
    top: 438px;
    background-image: url(../images/spot-2-hov.png);
}
.facilities-section .facility-three {
    right: 527px;
    top: 194px;
    background-image: url(../images/spot-3-hov.png);
}
.facilities-section .facility-four {
    right: 764px;
    top: 328px;
    background-image: url(../images/spot-4-hov.png);
}
.facilities-section .facility-five {
    right: 825px;
    top: 117px;
    background-image: url(../images/spot-5-hov.png);
}
.facilities-section .facility-six {
    right: 946px;
    top: 409px;
    background-image: url(../images/spot-6-hov.png);
}
.facilities-section .facility-seven {
    right: 946px;
    top: 409px;
    background-image: url(../images/spot-7-hov.png);
}


.facilities-section a.active {
    border-color: #9c132d;
}
.facilities-section a:hover img,
.facilities-section a.active img {
    opacity: 0;
}
.facilities-section a:hover,
.facilities-section a.active {
    background-size: 54px auto;
}

.meet-distillers.about-brand {
    padding-top: 160px;
    top: 0;
}
.meet-distillers hr {
    margin: 70px 0 150px;
}
.meet-distillers .about-hero {
    background: #afafaf;
}
.meet-distillers .about-hero:before,
.meet-distillers .about-hero:after {
    display: none;
}
.about-mid .whiskey-visit {
    padding-bottom: 60px;
}

/*------About Page------*/

/*------Brand Detail page------*/
.hhd-controls-section a span {
    color: #9c132d;
    position: relative;
    top: -1px;
}
.brand-detail-banner {
    background-image: url(../images/brand-detail-banner.jpg?ver=3);
}
.brand-detail-section .hhd-controls-section {
    margin-top: 90px;
}
.about-brand.brand-detail {
    padding-top: 185px;
}
.brand-detail .about-hero {
    background: #afafaf;
}
.brand-detail hr {
    margin: 75px auto 35px;
}
.brand-detail hr.ec-page {
    margin-top: 120px;
}
.brelease-tab {
    margin-bottom: 40px;
}
.brand-detail-top {
    margin-top: 48px;
    min-height: 820px;
}
.brand-bottle {
    left: 0;
    position: absolute;
    top: 0;
    width: 520px;
    z-index: -1;
}
.brand-info {
    float: right;
    margin-top: 50px;
    width: 950px;
}
.brand-info h3 {
    padding-top: 29px;
    margin-bottom: 11px;
    color: #061d49;
}
.brand-info p,
.featured-recipe-detail p {
    color: #333;
    /*font-size: 24px;*/
    line-height: 36px;
    margin-bottom: 40px;
    font-family: 'AauxProOT-Regular';
}
.brand-info p {
    margin-bottom: 15px;
}
.brand-info p strong {
    font-family: "AauxProOT-Bold";
}
.brand-info .btn {
    background: #9c132d;
    margin-bottom: 76px;
    margin-top: 10px;
}
.brand-award-section {
    width: 746px;
    float: right;
    text-align: center;
}
.brand-award-section h2 {
    margin-bottom: 28px;
    color: #061d49;
    text-align: center;
    padding-left: 0 !important;
}

.one-third {
    width: 33.3333%;
    float: left;
}
.one-third.make-center {
    margin-left: 16.6666%;
}
.one-fourth.make-center {
    margin-left: 25%;
}
.brand-award-section img {
    display: block;
    margin: 0 auto;
}
.brand-award-section h4 {
    color: #9c132d;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'AauxProOT-Medium';
}
.brand-award-section h4 span {
    display: block;
    font-family: "kepler-std";
    color: #333333;
}
.brand-featured-recipe {
    padding-bottom: 25px;
}
.featured-img-block {
    float: left;
    padding-left: 40px;
    padding-top: 5px;
    width: 700px;
}
.featured-img-block img {
    width: 480px;
    display: block;
    margin: 0 auto;
}
.featured-recipe-detail {
    width: 720px;
    float: left;
}
.featured-recipe-detail h3 {
    padding-top: 27px;
    margin-bottom: 14px;
    font-family: "kepler-std";
    font-size: 48px;
    line-height: 1;
    text-transform: none;
    color: #061d49;
}
.featured-recipe-detail h3 span {
    margin-bottom: 11px;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    font-family: 'AauxProOT-Medium';
    color: #333333;
}
.featured-recipe-detail p {
    border-bottom: 1px solid #8c889f;
    margin-bottom: 30px;
    margin-top: 14px;
    padding-bottom: 28px;
}
.featured-recipe-detail h5 {
    margin-bottom: 7px;
    display: table;
    overflow: hidden;
}
.featured-recipe-detail h5 div:first-child {
    font-size: 25px;
    color: #333;
    font-family: "kepler-std";
    text-transform: none;
    padding-right: 15px;
}
.featured-recipe-detail h5 div {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #9c132d;
    font-weight: 400;
    font-family: 'AauxProOT-Medium';
    text-transform: uppercase;
    max-width: 650px;
}
.featured-recipe-detail h5 div span {
    font-size: 35px;
}
.brand-featured-recipe .featured-recipe-detail h5 div {
    max-width: 605px;
}
.share-recipe span,
.share-recipe a {
    float: left;
}
.share-recipe span {
    font-size: 25px;
    line-height: 28px;
    color: #061d49;
    font-weight: 400;
    font-family: 'AauxProOT-Medium';
    text-transform: uppercase;
}
.share-recipe a {
    margin-left: 50px;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.share-recipe .share-twt,
.share-recipe .sharetl-twt {
    background-image: url(../images/twitter-hov.png);
    background-image: url(../images/twitter-red.png);
}
.share-recipe .share-fb,
.share-recipe .sharetl-fb {
    background-image: url(../images/fb-hov.png);
    background-image: url(../images/facebook-red.png);
}
.share-recipe .share-insta {
    background-image: url(../images/instagram-red.png);
}
.hhd-controls-section a strong {
    font-weight: normal;
}



.parkers-page-table .substitution-table {
    padding: 0 !important;
    ;
}
.facilities.parkers-page-table h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #061d49;
}
.facilities.parkers-page-table .substitution-table {
    margin-top: 0;
}
.parkers-page-table th {
    background: #061d49;
    padding: 0;
    margin: 0 !important;
    border-left: 1px solid #061d49;
    text-align: left;
}
.parkers-page-table .substitution-table td {
    border-right: 1px solid #061d49 !important;
}
.parkers-page-table .substitution-table th:first-child,
.parkers-page-table .substitution-table td:first-child {
    width: 22%;
}
.parkers-page-table .substitution-table th,
.parkers-page-table .substitution-table td {
    width: 52%;
    display: table-cell !important;
}
.parkers-page-table .substitution-table th:last-child,
.parkers-page-table .substitution-table td:last-child {
    width: 26%;
}
.parkers-page-table .substitution-table td strong,
.interactive-map .facility-infos p strong,
.facility-items p strong {
    font-family: "AauxProOT-Bold";
}
.parkers-page-table .substitution-table th:last-child {
    border-right: none;
}
.parkers-page-table .substitution-table th {
    border-right: 1px solid #fff;
}
.parkers-page-table .text-center a {
    color: #000;
    text-transform: uppercase;
    font-family: 'AauxProOT-Regular';
    display: inline-block;
    margin: 0 10px;
}
.parkers-page-table .text-center a:first-child {
    margin-left: 0;
}
.parkers-page-table .text-center a:last-child {
    margin-right: 0;
}
.parkers-page-table .text-center {
    margin-top: 20px;
}
.parkers-page-table .text-center a span {
    display: block;
    padding-right: 14px;
    line-height: 1.2;
    font-size: 18px;
    background: url(../images/red-arrow-down.png) right center no-repeat;
    background-size: 8px auto;
}
.parkers-page-table .text-center .opac span {
    background-image: url(../images/red-arrow-up.png);
}
.parkers-page-table .text-center .opac {
    display: none;
}
.parkers-page-table .text-center .opac.show {
    display: inline-block;
}
/*------Brand Detail page------*/


/*------Brands page------*/
.brands-banner {
    background-image: url(../images/brands-banner.jpg?ver=3);
}
.one-fourth {
    width: 25%;
    float: left;
    padding: 0 20px;
}
.brands-container .one-third {
    padding: 0 20px;
}
.brands-container .row {
    margin: 0 -20px;
}
.brands-container img {
    display: block;
    margin: 0 auto 52px;
    max-width: 260px;
}
.brands-container a:hover+.top-bar::before {
    background: #9c132d;
}
.brands-container h3 {
    line-height: 1.2;
    padding-top: 25px;
    margin-bottom: 11px;
    color: #061d49;
}
.brands-main-section .brands-container h3 {
    font-size: 30px;
    min-height: 98px;
}
/* .brands-main-section .brands-container-mid .brands-container h3 {
    min-height: 135px;
} */
.brands-main-section .brands-container.products-row-3 h3 {
    min-height: 135px;
} 
.brands-main-section .brands-container.products-row-3 p,
.brands-main-section .brands-container.products-row-4 p,
.brands-main-section .brands-container.products-row-5 p {
    min-height: 190px;
} 
.brands-container p {
    margin-bottom: 33px;
    line-height: 1.5;
    font-family: 'AauxProOT-Regular';
    color: #333;
}
.brands-main-section .brands-container p {
    min-height: 290px;
    margin-bottom: 20px;
}
/* 
.brands-main-section .brands-container.brands-container-bottom p {
    min-height: 310px;
} 
*/

.brands-main-section .brands-container.products-row-1 p {
    margin-bottom: 0;
    min-height: 180px;
}
.brands-main-section .brands-container.products-row-2 p {
    margin-bottom: 0;
    min-height: 150px;
}
.brands-main-section .brands-container.products-row-3 p,
.brands-main-section .brands-container.products-row-4 p {
    margin-bottom: 20px;
}
/* .brands-main-section .brands-container.products-row-5 h3 {
    min-height: 1px;
} */
.brands-main-section .brands-container.products-row-5 p {
    margin-bottom: 20px;
}



.brands-container-mid h3 {
    min-height: 165px;
}
.brands-container-bottom h3 {
    min-height: 245px;
}
.about-brand.parkers-heritage-edition p,
.about-brand.bottled-in-bond p {
    margin-bottom: 0 !important;
}

.brands-container .btn {
    background: #9c132d;
}
.brands-container {
    margin-top: -77px;
    margin-bottom: 130px;
}
.brands-container-mid {
    background: url(../images/brand-page-bg.png?ver=3) right bottom no-repeat;
    padding-bottom: 130px;
}
.brand-detail-top {
    background: url(../images/brand-page-bg.png?ver=3) right bottom no-repeat;
}
.brands-container-mid .brands-container {
    margin-bottom: 0;
}
.brands-main-section .brands-container {
    margin-top: 20px;
}
.brands-container-bottom.brands-container {
    margin-top: 90px;
    margin-bottom: 0 !important;
    padding-bottom: 105px;
}

.brands-container-last.brands-container {
    padding-bottom: 160px;
    margin-bottom: 0 !important;
}
.about-brand.parkers-heritage-edition,
.about-brand.bottled-in-bond {
    top: 0;
}


/*----HH BIB ----*/
.bib-contents {
    padding: 0 4.3%;
}
.bib-detail h2 {
    color: #061d49;
}
.bib-detail p {
    color: #333;
    line-height: 36px;
    font-family: 'AauxProOT-Regular';
}
.bib-detail p span {
    display: block;
    margin-top: .8em;
}
.returning-to-roots {
    text-align: center;
}
.returning-to-roots img {
    display: block;
    width: 344px;
    margin: 0 auto;
    margin-top: 18px;
}
.red-bar.red-bar_center {
    margin-left: auto;
    margin-right: auto;
}
.common-spaces:first-child {
    padding-top: 97px;
}
.common-spaces {
    padding: 100px 0 0;
}
.the-lineage,
.in-the-glass {
    text-align: center
}
.in-the-glass img {
    width: 100%;
    margin-bottom: 50px;
}
.common-spaces.in-the-glass {
    padding-top: 115px;
    padding-bottom: 100px;
}
.common-spaces .row {
    margin: 0 -30px;
}
.common-spaces .half-width {
    padding: 0 30px;
}

.common-slider_slides,
.common-slider {
    position: relative;
}
.common-slider_slides .common-slides:first-child {
    position: relative;
}
.common-slider_slides .common-slides {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
}
.common-slider_slides .common-slides.active {
    opacity: 1;
    pointer-events: auto;
}
.common-indicator.active {
    font-weight: bold;
    color: #f00;
}
.row-wise-sliders .common-slider {
    margin-top: 10px;
}
.row-wise-sliders .common-slider img {
    margin-bottom: 45px;
    width: 100%;
}
.row-wise-sliders .common-slider .commonSlider-control {
    position: absolute;
    width: 100%;
    left: 0;
    top: 438px;
}
.row-wise-sliders .common-slider p {
    font-size: 18px;
    line-height: 1.7em;
    text-align: center;
}
.common-dots {
    position: absolute;
    left: 0;
    bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.common-dots a {
    width: 54px;
    height: 4px;
    margin-right: 4px;
    background: #d7d7d7;
    text-indent: -999em;
    cursor: pointer;
    transition: background 300ms;
}
.common-dots a.active,
.computer .common-dots a:hover {
    background: #a01b34;
}
.common-slider-control {
    position: absolute;
    right: 25px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.common-slider-control button {
    border: none;
    background: #9c132d url(/images/control-white-left.png) center center no-repeat;
    background-size: 16px auto;
    float: left;
    height: 46px;
    width: 100px;
    text-indent: -9999px;
}
.common-slider-control button[data-dir="next"] {
    background-image: url(/images/control-white-right.png);
    margin-left: 25px;
}
.computer .common-slider-control button:hover {
    background-color: #bc223f;
}

.lineage-slider {
    width: 900px;
    margin: 50px auto 0;
}
.lineage-slider::before,
.lineage-slider::after {
    display: table;
    clear: both;
    content: '';
}
.lineage-slider .common-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lineage-slider .common-slider_slides {
    width: 55%;
}
.lineageImage {
    width: 240px;
    position: relative;
    margin-left: 40px;
}
.lineageImage img {
    width: 100%;
}
.lineage-slider .common-slider {
    text-align: left
}
.lineage-slider .commonSlider-control {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.lineage-slider .commonSlider-control button,
.lineage-slider .commonSlider-control a {
    pointer-events: auto;
}
.lineage-slider .slideNumber {
    width: 70px;
    height: 70px;
    display: block;
    background: #9f1a34;
    font-size: 44px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: normal;
    border-radius: 50%;
    margin-bottom: 20px;
}
.lineage-slider .common-slider-control {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lineage-slider .common-slider-control button {
    background: none !important;
    height: auto;
    width: auto;
    font-family: 'AauxProOT-Regular';
    font-size: 80px;
    padding: 0 0 .2em;
    line-height: .5em;
    text-indent: 0;
    margin: 0;
    left: -160px;
    position: absolute;
    color: #061d49;
}
.lineage-slider .common-slider-control button[data-dir="next"] {
    left: auto;
    right: -160px;
}
.lineage-slider .common-slider-control button:hover {
    color: #9f1a34;
}
.lineage-slider .common-dots {
    position: absolute;
    left: 45%;
    bottom: 0;
}
.lineageImage .common-dots {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    position: absolute;
}
.lineageImage .common-dots .common-indicator {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0;
    text-indent: 0;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 42px;
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 2;
    transition: opacity 500ms;
}
.lineageImage .common-dots .common-indicator.active {
    opacity: .75;
}
.lineageImage .common-dots .common-indicator:first-child {
    top: 63%;
    right: -2%;
}
.lineageImage .common-dots .common-indicator:nth-child(2) {
    top: 53%;
    left: 5%;
}
.lineageImage .common-dots .common-indicator:nth-child(3) {
    bottom: 24%;
    top: auto;
    right: 1%;
}
.lineageImage .common-dots .common-indicator:nth-child(4) {
    top: 84%;
    right: 0%;
    left: auto;
}
.lineageImage .common-dots .common-indicator:nth-child(5) {
    bottom: 20%;
    left: 33%;
}
.lineageImage .common-dots .common-indicator:nth-child(6) {
    top: 46%;
    right: -22%;
    left: auto;
}
.lineageImage img.backLineage {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
}
.lineageImage.ready img.frontLineage {
    opacity: 0;
}
.lineageImage.ready img.backLineage {
    opacity: 1;
}
/*----HH BIB ----*/
/*------Brands page------*/


/*------Contact page------*/
.contact-banner {
    background-image: url(../images/contact-banner.jpg?ver=3);
}
.contact-form .container {
    max-width: 1140px;
}
.contact-form h3 {
    padding-top: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #061d49;
}
.contact-form p {
    font-family: 'AauxProOT-Regular';
    line-height: 40px;
    color: #333;
}
#contact-form {
    padding-top: 20px;
}
.asterik,
label.customRC {
    margin: 30px 0;
}
.newsletter-signup .xm-tooltip {
    bottom: 115%;
    left: 0;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
}
.contact-page .contact-form {
    margin-top: 130px;
}
.contact-page .contact-form.main-contact {
    margin-top: 0 !important;
}
/*------Contact page------*/

/*------privacy page------*/
.privacy-banner {
    background-image: url(../images/privacy-banner.jpg?ver=3);
}
.privacy-page {
    background: url(../images/home-mid-section.png?ver=3) 115% center no-repeat;
}
.privacy-page.contact-form p {
    margin-bottom: 15px;
}
.privacy-page.contact-form p a {
    color: #1a1240;
    text-decoration: underline;
}
/*------privacy page------*/

/*------recipes page------*/
.recipes-banner {
    background-image: url(../images/recipes-banner.jpg?ver=3);
}
.recipes-page .hhd-controls-section {
    margin-top: -85px;
}
.recipes-page .hhd-controls-section.recipe-single-control {
    margin: 30px 0 40px;
}
.chosen-container-single .chosen-single div {
    background-color: #061d49;
    background-image: url(../images/drop-arrow-white.png);
    background-size: 20px auto;
}
.chosen-container-single.chosen-container-active .chosen-single div {
    background-image: url(../images/drop-arrow-white-flip.png);
}
.recipes-filter {
    text-align: center;
    margin: 50px 0;
}
.recipes-filter .row {
    margin: 0 -15px;
}
.recipes-filter .half-width {
    float: left;
    padding: 0 15px;
}
.recipes-filter h2::after {
    background: #afafaf;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.recipes-filter h2 {
    margin: -25px auto 45px;
    max-width: 950px;
    position: relative;
    color: #061d49;
}
.recipes-filter h2 span {
    background: #fff;
    padding: 0 45px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.filtered-recipes {
    padding: 0 10px;
    margin-top: 50px;
}
.filtered-recipes .row {
    margin: 0 -10px;
}
.single-recipe {
    width: 25%;
    padding: 0 10px;
    float: left;
    cursor: pointer;
    position: relative;
}
.single-recipe.active::before {
    position: absolute;
    bottom: -78px;
    left: 17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    content: '';
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #8e8e8e;
    border-left: none;
    border-bottom: none;
    z-index: 2;
    pointer-events: none;
}
.single-recipe img {
    width: 260px;
    display: block;
    margin: 0 auto 35px;
}
.single-recipe h3 {
    font-size: 28px;
    min-height: 145px;
    padding-top: 22px;
    color: #061d49;
}
.filtered-recipe-detail {
    padding: 50px 0;
    border: 1px solid #8e8e8e;
    border-left: none;
    border-right: none;
    margin: 60px 0 120px;
    position: relative;
}
.filtered-recipe-detail .row {
    margin: 0;
}
.close-recipe {
    text-indent: -9999px;
    height: 40px;
    width: 66px;
    background: #fff url(../images/recipe-close.png) right center no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: 0;
}
.filtered-recipe-detail .featured-img-block {
    padding-left: 0;
    padding-top: 0 !important;
    width: 610px;
}
.filtered-recipe-detail .featured-recipe-detail {
    width: 810px;
}
.substitution-table {
    margin: 55px 0 80px;
    padding: 0 10px;
}
.common-mid-section .substitution-table h3 {
    background: #061d49;
    color: #fff;
    line-height: 36px;
    padding: 32px 40px;
    margin: 0 !important;
}
.substitution-table table {
    width: 100%;
    border-collapse: collapse;
}
.substitution-table table tr td {
    border: 1px solid #061d49;
    border-top: none;
    border-collapse: collapse;
    width: 50%;
    vertical-align: middle;
    padding: 15px 40px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'AauxProOT-Regular';
    color: #333;
}
.substitution-table table tr td a {
    color: #061d49;
    text-decoration: underline;
    display: inline-block;
}
.computer .substitution-table table tr td a:hover {
    text-decoration: none;
}

.substitution-table table tr td .non-italic,
.facility-infos p .non-italic,
.facility-items p .non-italic {
    margin-top: 15px;
    display: block;
}
.substitution-table table tr td:last-child {
    border-left: none;
}
.common-mid-section .substitution-table p {
    font-size: 38px;
    line-height: 1;
    font-family: "kepler-std";
    margin: 0 !important;
    padding: 0;
    color: #333;
}
.substitution-table table tr td span i {
    display: block;
    margin-top: 8px;
}
/*---Recipe sectoin update Feb 2017*/
.recipes-page hr {
    margin-top: 0;
}
.recipe-page-special .whiskey-style-tab {
    margin-bottom: 40px;
    margin-bottom: 0 !important;
}
.recipe-page-special .w-styles-detail {
    margin-bottom: 110px;
    margin-bottom: 0 !important;
}
.recipe-page-special .w-styles-inner h5 {
    background: none !important;
    padding: 0 !important;
}
.recipe-page-special .w-styles-detail .media-left {
    padding: 0;
}
.recipe-page-special .w-styles-detail .media-left img {
    max-width: 335px;
}
.recipe-page-special .half-width {
    float: left;
    padding: 0 35px;
}
.recipe-page-special .featured-recipe-detail {
    width: auto;
    float: none;
}
.recipe-page-special .featured-recipe-detail h3 {
    padding-top: 31px;
    margin-bottom: 14px;
    font-size: 30px;
}
.recipe-page-special .featured-recipe-detail h5 div:last-child {
    font-size: 21px;
    max-width: 380px;
}
.recipe-page-special .featured-recipe-detail p {
    font-size: 20px;
    line-height: 34px;
    margin: 10px 0 0;
    padding: 0;
    border: none;
}
.recipe-page-special .half-width {
    position: relative;
}
.recipe-page-special .half-width:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    top: 33px;
    bottom: 0;
    content: '';
    border-left: 2px dotted #9c132d;
}
.recipe-page-special .half-width:nth-child(2) .featured-recipe-detail p {
    margin-top: -10px !important;
    margin-bottom: 15px !important;
}
.recipe-page-special .share-recipe {
    padding-top: 30px;
    margin-top: 28px;
    border-top: 1px solid #8c889f;
}
.recipe-page-special .featured-recipe-detail h3 span {
    margin-bottom: 0;
    text-transform: none;
    font-size: 24px;
    line-height: inherit;
    font-weight: 400;
    font-family: "kepler-std";
    color: #061d49;
    padding-top: 20px;
}
/*---Recipe sectoin update Feb 2017*/
/*------recipes page------*/

/*-------experience whiskey--------*/
.ex-whiskey-banner {
    background-image: url(../images/ex-whiskey-banner.jpg?ver=3);
}
.ex-bg-left {
    background: url(../images/ex-whiskey-bg-n-2.png?ver=3) left 78% no-repeat;
}
.experience-whiskey-main {
    margin-top: 50px;
    background: url(../images/ex-whiskey-bg-new.png?ver=3) right 28% no-repeat;
}
.media.whiskey-media.firstStep {
    margin-bottom: 18px;
    margin-top: 28px;
}
.whiskey-media {
    margin-bottom: 30px;
}
.whiskey-media .media-left {
    padding-right: 20px;
}
.whiskey-media .media-left span {
    display: block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    color: #fff;
    font-size: 50px;
    background: #061d49;
    border-radius: 50%;
    text-align: center;
}
.whiskey-media .media-body h2 {
    color: #9c132d;
}
.experience-whiskey-main .hhd-video-wrapper {
    margin-top: 0;
    margin-bottom: 18px;
}
.tasting-points p,
.w-detail,
.tasting-tip p {
    font-size: 24px;
    line-height: 36px;
    font-family: 'AauxProOT-Regular';
    color: #333;
    margin-bottom: 45px;
}
.tasting-points p strong {
    font-weight: 400;
    font-family: 'AauxProOT-Medium';
}
.tasting-points p a {
    font-size: 18px;
    line-height: 50px;
    background: #061d49;
    color: #fff;
    padding: 0 35px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 16px;
}
.tasting-tip p {
    font-family: "kepler-std";
    color: #1a1240;
}
.tasting-tip h3.top-bar {
    color: #061d49 !important;
}
.experience-whiskey-main .top-bar {
    margin-bottom: 25px;
    padding-top: 38px;
}
.experience-whiskey-main .tasting-tip {
    padding-left: 90px;
    margin-bottom: 60px;
    overflow: hidden;
}
.experience-whiskey-main .tasting-tip.last-margin,
.experience-whiskey-main .tasting-tip.last-margin p,
.tasting-points.last-padding p {
    margin-bottom: 0;
}
.experience-whiskey-main .tasting-tip .top-bar {
    margin-bottom: 12px;
}
.experience-whiskey-main .row {
    margin: 0 -15px;
}
.experience-whiskey-main hr,
.how-to-enjoy-hero+hr {
    margin: 75px 0 140px;
}
.experience-whiskey-main .half-width {
    float: left;
    padding: 0 15px;
}
.experience-whiskey-main .half-width:last-child {
    padding-top: 40px;
}
/*
.tasting-points {
    padding-bottom: 70px;
}
*/
.tasting-points.last-padding {
    padding-bottom: 0;
}
.tasting-points img {
    width: 100%;
    margin-bottom: 18px;
}
.how-to-enjoy-hero.about-brand {
    top: 0;
}
.ex-whiskey-page .whiskey-visit {
    padding-bottom: 70px;
}
/*-------experience whiskey--------*/

/*-------Shapira Family--------*/
.shapira-banner {
    background-image: url(../images/shapira-banner.jpg?ver=3);
}
.meet-distiller-section.blue-title .top-bar {
    color: #061d49;
}
.meet-distiller-section.blue-title .top-bar::before {
    background: #061d49;
}

.distillery-award-page .hhd-controls-section.distiller-awards,
.distillery-award-page .distillery-awards-section.container {
    margin-top: 25px;
}
.master-distiller-special .hhd-controls-section.row.has-special-bar {
    margin-top: 105px;
}
.master-distiller-special .hhd-video-wrapper {
    margin-top: 15px;
}
.distillery-award-page .distillery-awards-section.container {
    top: 0;
}
/*-------Shapira Family--------*/

/*-------Content Feed--------*/
.content-feed-banner {
    background-image: url(../images/content-feed-banner.jpg?ver=3);
}
.container.container-feed {
    max-width: 1280px;
}
.feed-block {
    background: url(../images/content-feed-bg-new.png?ver=3) right 19% no-repeat;
}
.feed-block .row {
    margin: 0 -15px;
}
.feed-block .half-width {
    float: left;
    padding: 0 15px;
}
.feed-block .hhd-video-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
}
.feed-block .feed-img {
    width: 100%;
    margin-bottom: 30px;
}
.feed-detail h3 {
    color: #061d49;
    margin-bottom: 6px;
    padding-top: 24px;
    font-size: 32px;
}
.feed-detail p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 12px;
    color: #1a1240;
    font-family: 'AauxProOT-Regular';
    font-weight: normal;
}
.feed-detail .btn {
    margin-bottom: 60px;
    background: #9c132d;
}
.feed-block .signup-section {
    padding-top: 90px !important;
    padding-bottom: 150px;
}
.feed-block .upcoming-releases {
    width: 615px;
}
.feed-block .newsletter-signup {
    padding-right: 0;
    width: 625px;
}
.feed-block .newsletter-signup p {
    line-height: 36px;
}
.content-feed-page hr {
    margin-top: 45px;
    margin-bottom: 114px;
}
.content-feed-page .signup-section {
    padding-top: 0;
}
.content-feed-page .recipes-filter {
    margin: 55px 0 65px;
}
/*-------Content Feed--------*/

/*-------Content Detail--------*/
.computer #content_listing {
    min-height: 200px;
}
.computer .bg-right.meet-distiller-section {
    background-position-x: 110%;
}
.content-detail-page .meet-distiller-section {
    margin-top: -5px;
    margin-bottom: 80px;
    background: url(../images/content-detail-bg.png?ver=3) right bottom no-repeat;
}
.content-detail-banner {
    background-image: url(../images/blog-header-18.png);
}
.content-detail-page .hhd-video-wrapper {
    margin-bottom: 45px;
    margin-top: 50px;
}
.content-detail-page .meet-distiller-section .media p {
    margin-bottom: 90px;
}

.content-detail-page.c-detail-ind .meet-distiller-section .media p,
.content-detail-page.c-detail-ind .meet-distiller-section {
    margin-bottom: 0 !important;
}
.content-detail-page .row {
    margin: 0 -20px;
}
.content-detail-page .row .half-width {
    float: left;
    padding: 0 20px;
}
.content-detail-page .meet-distiller-section p {
    margin-bottom: 45px;
}
.content-special.about-brand {
    top: 0;
    margin-top: 8px;
}
.content-special .about-hero-img,
.content-special .about-hero-img img {
    width: 100%;
    float: none;
}
.content-special .about-hero {
    width: calc(100% - 80px);
    margin: -40px auto 0;
    display: block;
    float: none;
    top: 0;
    min-height: 1px;
    padding: 40px 50px;
}
.content-special .about-hero p {
    margin-bottom: 0 !important;
}
.content-detail-page .facilities {
    margin-bottom: 70px;
}
.content-detail-page .facilities-section {
    background-image: url(../images/detail-feed-img.jpg?ver=3);
    background-color: transparent;
}
.facilities-section .facility-slide-control {
    width: 390px;
    position: absolute;
    top: -25px;
    right: 60px;
}
.facilities-section .facility-slide-control a {
    width: 180px;
    height: 75px;
    border-radius: 0;
    background: #061d49 url(../images/control-white-left.png?ver=3) center center no-repeat;
    float: left;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    text-indent: -9999px;
}
.facilities-section .facility-slide-control a:last-child {
    float: right;
    background-image: url(../images/control-white-right.png?ver=3);
}
.content-detail-page .facility-infos h2 {
    background: none;
    color: #061d49;
    line-height: 1.2;
    margin-bottom: 8px;
    padding-top: 24px;
}
.content-detail-page .facility-infos h2.top-bar::before {
    background: #061d49;
}
/*-------Content Detail--------*/

/*-------Visit US--------*/
.visit-mid-bg {
    background: url(../images/d-award-bg-n.png?ver=3) right 32% no-repeat;
}
.visit-mid-bg.visit-bg-n {
    background-image: url(../images/d-award-bg-new.png?ver=3);
    background-position: left 30%;
}
.visit-mid-bg.bhc-mid-bg {
    background-image: url(../images/bhc-mid-bg.png);
    background-position: right 40%;
}
.content-detail-page .visit-mid-bg .meet-distiller-section {
    background: none;
}
.visit-banner {
    background-image: url(../images/visit-banner.jpg?ver=4);
}
.visit-banner.bhc-banner {
    background-image: url(../images/bhc-banner.jpg?ver=4);
}
.visit-page .facilities-section {
    background-image: url(../images/bhc-img.jpg?ver=3);
}
.visit-page .type-2 .facilities-section {
    background-image: url(../images/ewbe-img.jpg?ver=3);
    right: auto;
    left: 490px;
    background-position-x: 0;
}
.type-2 .facilities-section .text-bar {
    left: 60px;
    right: auto;
    background: #061d49;
}
.type-2 .facilities-section .top-bar::before {
    right: auto;
}
.visit-page .meet-distiller-section .btn {
    background: #9c132d;
    margin-top: 10px;
}
.visit-page .meet-distiller-section ul {
    list-style: disc;
    padding-left: 17px;
    line-height: 40px;
    font-family: 'AauxProOT-Regular';
    margin-bottom: 50px;
}
.type-2 {
    overflow: hidden;
}
.type-2 hr {
    margin: 80px 0 100px;
}
.type-2 .last {
    margin: 80px auto 95px;
}
.type-2 .facility-detail {
    float: left;
}
.facilities.type-1 {
    margin-top: 80px;
}
.visit-page .substitution-table {
    padding: 0 !important;
    margin: 95px 0 40px;
}
.visit-page .substitution-table table tr td:first-child {
    width: 35%;
}
.visit-page .substitution-table table tr td:last-child {
    width: 65%;
}
/*
.content-detail-page.visit-page .facilities {
    margin-bottom: 60px;
}
*/
.visit-page .meet-distiller-section .media p {
    margin-bottom: 25px;
}
.visit-page .meet-distiller-section {
    margin-bottom: 0 !important;
}


.special-media-img {
    width: 462px;
    text-align: right;
    overflow: hidden;
}
.special-media-img img {
    display: block;
    float: right;
}
.visit-page .content-special.about-brand {
    margin-top: 35px;
}
.visit-page-bottom h2 {
    color: #061d49;
    line-height: 1.1;
    margin-bottom: 6px;
}
.visit-page .hours-of-operation .content-special {
    margin-top: 0 !important;
}
.visit-page .hours-of-operation .media h3 {
    color: #061d49;
    margin-top: -5px;
    padding-top: 0 !important;
    margin-bottom: 10px;
}
.visit-page .hours-of-operation .operations-info p,
.visit-page .operations-info ul li {
    line-height: 40px;
    margin-bottom: 10px;
}
.visit-page .hours-of-operation .operations-info p strong {
    font-family: 'AauxProOT-Medium';
    text-transform: uppercase;
}
.visit-page .operations-info ul li {
    margin-bottom: 0 !important;
}
.visit-page .operations-info ul {
    margin-bottom: 0;
    padding-left: 23px;
}
/*-------Visit US--------*/

/*-------whiskey 101--------*/
.whiskey-banner {
    background-image: url(../images/whiskey-banner.jpg);
}
.whiskey-page .experience-whiskey-main {
    background-image: url(../images/content-feed-bg-whiskey.png?ver=3);
    background-position: right bottom;
}
.whiskey-mid-bg {
    background: url(../images/content-detail-bg.png?ver=3) right bottom no-repeat;
    background-image: none;
}
.whiskey-page .ex-bg-left {
    background-image: url(../images/whiskey-bg-first.png?ver=3);
    background-position: right 11%;
}
.whiskey-page .experience-whiskey-main .half-width:last-child {
    padding-top: 375px;
}
.whiskey-page .whiskey-media h2 {
    background: none !important;
    padding-top: 0;
    font-family: "kepler-std";
    text-transform: none;
}
.facility-detail .media {
    margin-bottom: 15px;
}
.american-whiskey hr {
    margin-top: 90px;
    margin-bottom: 150px;
}
.american-whiskey .container hr {
    margin-bottom: 75px;
}
.w-styles {
    width: 14.6666%;
    float: left;
    padding-bottom: 52px;
}
.style-type2 .w-styles:first-child {
    margin-left: 8.3333%;
}

.style-type2 .maxReachedBox .w-styles:first-child {
    margin-left: 0;
}
.style-type2 .maxReachedBox .w-styles {
    width: 9.11%;
}
.style-type2 .maxReachedBox .w-style-main {
    height: 126px;
    width: 126px;
}
.style-type2 .maxReachedBox .w-styles-inner {
    width: 110px;
    height: 110px;
}
.american-whiskey .about-hero p {
    margin-bottom: 0;
}
.whiskey-styles {
    text-align: center;
}
.whiskey-styles h2 {
    color: #061d49;
    margin-bottom: 7px;
}
.whiskey-styles .media ul {
    padding-left: 22px;
    list-style: disc;
}
.whiskey-styles p {
    margin-bottom: 60px;
}
.whiskey-styles p,
.whiskey-styles .media li {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    font-family: 'AauxProOT-Regular';
}
.whiskey-styles .media p {
    margin-bottom: 14px;
}
.w-style-main {
    border: 4px solid #afafaf;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 176px;
    margin: 0 auto;
    /*opacity: 0.4;*/
    padding: 4px;
    width: 176px;
    position: relative;
}
.w-styles-inner {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #afafaf;
    position: relative;
    padding: 0 9px;
}
.w-styles-inner::before {
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    height: 16px;
    width: calc(100% - -4px);
    content: '';
    background: #fff;
    z-index: 1;
}
.w-styles-inner::after {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    height: calc(100% - -4px);
    width: 16px;
    content: '';
    background: #fff;
    z-index: 1;
}
.w-styles-inner h5 {
    display: inline-block;
    font-size: 28px;
    color: #9c132d;
    padding: 0 18px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    background: url(../images/red-dots.png) left center no-repeat, url(../images/red-dots.png) right center no-repeat
}
.w-styles-inner h5:nth-child(2) {
    padding: 0;
    background: none !important;
    display: block;
}
.w-styles.active h5,
.w-style-main:hover h5 {
    background-image: url(../images/white-dots.png?ver=3), url(../images/white-dots.png?ver=3);
}
.w-styles.active h5 {
    color: #fff;
}
.w-styles-inner h6 {
    font-size: 35px;
    line-height: 36px;
    color: #061d49;
    font-weight: normal;
    position: relative;
    z-index: 2;
}
.w-styles.active .w-style-main h6 {
    color: #fff;
}

.w-styles.active .w-style-main,
.w-styles.active .w-style-main .w-styles-inner::after,
.w-styles.active .w-style-main .w-styles-inner::before {
    background: #061d49;
    border-color: #061d49;
    opacity: 1;
}
.american-whiskey .about-brand {
    top: 0;
}
.w-styles .w-style-main::before {
    position: absolute;
    bottom: -74px;
    left: 50%;
    margin-left: -18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    content: '';
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid rgba(175, 175, 175, .3);
    border-left: none;
    border-bottom: none;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -ms-transition: opacity .5s;
}
.w-styles.active .w-style-main::before {
    opacity: 1;
}
.whiskey-style-tab {
    margin: 0 0 123px;
}
.whiskey-style-tab.topTabFix {
    margin-bottom: 75px;
}
.w-styles-detail {
    margin-bottom: 165px;
    padding: 42px 0;
    border: 1px solid rgba(175, 175, 175, .3);
    border-left: none;
    border-right: none;
    position: relative;
    text-align: left;
}
.w-styles-detail .media-left {
    padding: 0 40px;
}
.w-styles-detail h2 {
    color: #9c132d;
}
.w-styles-detail h6 {
    color: #333;
    font-size: 33px;
    font-family: 'AauxProOT-Medium';
    font-weight: 400;
    overflow: hidden;
}
.w-styles-detail h6 span {
    float: left;
    margin-right: 46px;
    padding-left: 24px;
    position: relative;
}
.w-styles-detail h6 span::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    content: '';
    background: #9c132d;
    border-radius: 50%;
    margin-top: -2px;
}
.w-styles-detail h6 span:nth-child(1)::before {
    background: #061d49;
}
.w-styles-detail h6 span:nth-child(3)::before {
    background: #afafaf;
}
.w-styles-detail h6 span:last-child {
    margin-right: 0;
}
.bottle-container {
    width: 380px;
    overflow: hidden;
}
.bottle-container img {
    float: right;
}
.style-type2 .w-styles-detail {
    margin-bottom: 15px;
}
.style-type2 .whiskey-style-tab {
    margin-bottom: 0 !important;
}
.experience-whiskey-main .half-width:last-child .tasting-points {
    padding-bottom: 20px;
}
.whiskey-slider {
    position: relative;
}
.whiskey-slider-indicator {
    overflow: hidden;
    padding: 10px 0 20px;
    position: relative;
    z-index: 2000;
}
.whiskey-slider-indicator ul {
    float: right;
}
.whiskey-slider-indicator li {
    float: left;
    margin-left: 4px;
}
.whiskey-slider-indicator li a {
    display: block;
    width: 45px;
    height: 4px;
    background: #dadde4;
}
.whiskey-slider-indicator li.active a,
.whiskey-slider-indicator li a:hover {
    background: #9c132d;
}
.whiskey-slider .whiskey-slider-container img {
    margin-bottom: 0;
}
.whiskey-slider-control {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 255px;
    z-index: 2000;
}
.whiskey-slider-control a {
    background: #9c132d url(../images/control-white-left.png) center center no-repeat;
    background-size: 16px auto;
    float: left;
    height: 50px;
    width: 118px;
    text-indent: -9999px;
}
.whiskey-slider-control .next {
    background-image: url(../images/control-white-right.png);
    float: right;
}

.facilities-section.whiskey-aging a img {
    opacity: 1 !important;
}
.facilities-section.whiskey-aging a {
    background: none !important;
    border-color: #afafaf !important;
}
.facilities-section.whiskey-aging a::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #afafaf;
    bottom: -14px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.whiskey-slider .slider-maintain {
    position: relative;
    width: 100%;
    margin: 0;
}


.whiskey-slider-item.active {
    opacity: 1;
    z-index: 1000;
}

.whiskey-slider-item {
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.8s ease 0s;
    width: 100%;
    z-index: 999;
}
.whiskey-slider-item img {
    width: 100%;
    margin: 0;
}
.pie-chart-container {
    width: 506px;
    position: relative;
    overflow: hidden;
}
.pie-chart-container img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}
.pie-container {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    position: relative;
    float: right;
}
/*-------whiskey 101--------*/

/*-------BHC page--------*/
.bhc-banner {
    background-image: url(../images/bhc-banner.jpg);
}
.visit-page.bhc-page .facilities-section {
    background-image: url(../images/our-tasting-room.jpg);
}
.visit-page .meet-distiller-section .bhc-blocks {
    padding-top: 24px;
    margin-bottom: 35px;
}
.visit-page .meet-distiller-section .bhc-blocks:last-child {
    margin-bottom: 10px;
}
.visit-page .meet-distiller-section .bhc-blocks h4 {
    font-size: 30px;
    color: #041c49;
    font-family: 'AauxProOT-Medium';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.hours-of-operation h3 {
    padding-top: 0;
}
/*-------BHC page--------*/

/*-------SEM page--------*/
.sem-banner {
    background-image: url(../images/sem-banner.jpg);
}
.sem-section {
    padding: 20px 0 175px;
}
.sem-section .container {
    max-width: 970px;
}
.sem-section h3 {
    color: #061d49;
    margin: 29px 0 12px;
    padding: 27px 0 0;
}
.sem-section .special-sem {
    margin: 55px 0 60px;
    padding: 0;
    text-align: center;
}
.sem-section .special-sem span {
    display: inline-block;
    position: relative;
}
.sem-section .special-sem span::after,
.sem-section .special-sem span::before {
    position: absolute;
    top: 50%;
    width: 94px;
    content: '';
    height: 1px;
    background: #061d49;
    left: -150px;
}
.sem-section .special-sem span::before {
    right: -150px;
    left: auto !important;
}
.sem-section p {
    color: #333333;
    font-size: 24px;
    line-height: 38px;
    font-family: 'AauxProOT-Regular';
    margin-bottom: 22px;
}
/*-------SEM page--------*/


/*-------Parkers page--------*/
.bottle-item {
    width: 291px;
    float: left;
    padding-right: 34px;
    text-align: center;
}
.bottle-slider-container {
    width: 4587px;
    margin-top: 35px;
}
.bottle-slider-container.phc-bottle-slider-container {
    width: 4875px;
}
.bottle-item img {
    width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.substitution-table .bottle-slider-container .bottle-item h2 {
    margin-bottom: 10px;
    color: #061d49;
    font-size: 42px;
    line-height: 46px;
}
.bottle-item h2 span {
    display: block;
    font-size: 34px;
    line-height: 38px;
}
.substitution-table .bottle-slider-container .bottle-item p {
    font-size: 22px;
    line-height: 28px;
    color: #333;
    font-family: 'AauxProOT-Regular';
}
.substitution-table .bottle-slider-container .bottle-item p strong {
    font-family: 'AauxProOT-Medium';
}
.substitution-table .bottle-slider-container .bottle-item p span {
    display: block;
    margin-top: 11px;
}
/* Parker Heritage Page css for margin fix added 7-6-18 */
.substitution-table.ph-slider {
    margin: 55px 0 0px
}
/* Parker Heritage Page css for margin fix */
.bottle-slider-controller,
.inline-block {
    overflow: hidden;
    text-align: center;
}
.inline-block {
    display: inline-block;
}
.inline-block .prev,
.inline-block .next {
    float: left;
    width: 17px;
    height: 17px;
    margin: 0 6px;
    text-indent: -9999px;
    background: url(../images/phc-slider-prev.png) 0 0 no-repeat;
    background-size: contain;
}
.inline-block .next {
    background-image: url(../images/phc-slider-next.png);
}
.inline-block ul {
    float: left;
}
.inline-block ul li {
    float: left;
    margin: 0 6px;
}
.inline-block ul li a {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #071d49;
    background: none;
    text-indent: -9999px;
    display: block;
}
.inline-block ul li a.active,
.computer .inline-block ul li a:hover {
    background: #071d49;
}
.bottle-slider-controller {
    margin-top: 50px;
}


.phc-body .ineractive-quote {
    max-width: 83%;
    margin: 0 auto;
}
.innovate-future .col-42 {
    width: 40%;
}
.innovate-future .col-58 {
    width: 60%;
    padding-left: 60px;
}
.ectb-body.phc-body p {
    text-align: left;
}
.innovate-future .col-58 p span {
    margin-top: 1em;
    display: block;
}
.innovate-future-title {
    padding: 50px 0 70px;
}
.phc-body .image-gallery {
    margin-top: 8px;
}
.phc-body .ineractive-quote .fit-cover {
    transform: translateX(0);
    opacity: 1;
}
.image-gallery.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin: 35px 0 0;
}
.image-gallery.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 17px;
    display: flex;
    justify-content: center;
    width: 100%;
    pointer-events: none;
}
.image-gallery.owl-carousel .owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #071d49;
    background-color: transparent;
    text-indent: -9999px;
    display: block;
    margin: 0 5px;
}
.image-gallery.owl-carousel .owl-dot.active {
    background: #071d49;
}
.image-gallery .owl-prev,
.image-gallery .owl-next {
    float: left;
    width: 17px;
    height: 17px;
    margin: 0 6px;
    text-indent: -9999px;
    background: url(/images/phc-slider-prev.png) 0 0 no-repeat;
    background-size: contain;
    margin: 0 80px;
    pointer-events: auto;
}
.image-gallery .owl-next {
    background-image: url(/images/phc-slider-next.png);
}
.image-gallery .owl-nav button.disabled {
    opacity: 0.35;
}
.edition-links i {
    font-style: normal;
    font-family: 'AauxProOT-Regular';
    color: #8e2330;
    line-height: .5em;
    position: relative;
    top: 1px;
}

.edition-links {
    color: inherit;
}
/*-------Parkers page--------*/

/*-------BWS footer--------*/
.bws-footer-window {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #10234b;
    color: #fff;
    z-index: 1000;
    padding: 35px 0;
}
.bws-footer-window .container {
    max-width: 1280px;
}
.bws-footer-window .bws-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/bws-close.png) 0 0 no-repeat;
    background-size: contain;
}
.bws-footer-window .container .bws-close {
    display: none;
}
.bws-footer-window p {
    font-family: 'AauxProOT-Regular';
    margin-top: 7px;
    line-height: 40px;
}
.bws-footer-window p a {
    color: #fff;
}
.computer .bws-footer-window p a:hover {
    text-decoration: underline;
}
.bws-footer-window .btn {
    background: #8d112a;
    padding-left: 75px;
    padding-right: 75px;
}
.bws-footer-window .half-width {
    float: left;
}
.bws-footer-window .half-width:first-child {
    width: 56% !important;
}
.bws-footer-window .half-width:last-child::after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 14px;
    content: '';
    background: #fff;
}
.bws-footer-window .half-width:last-child {
    width: 44% !important;
    position: relative;
    padding-left: 34px;
    margin-top: 24px;
}
/*-------BWS footer--------*/


/*-------Homepage Update Sep 2017,BY MH--------*/
.homeUpdate .media-left {
    padding-right: 25px;
}
.homeUpdate .media-left span {
    display: block;
    position: relative;
}
.homeUpdate .upcoming-releases h3 {
    padding-top: 21px;
    margin-top: 10px;
}
.homeUpdate .upcoming-releases p {
    margin-bottom: 20px;
}
.container.nlSectionUpdate {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 32px;
}
/*
.homeUpdate .upcoming-releases.pull-right p, 
.homeUpdate .upcoming-releases.left-section p{
    min-height: 150px;
}
*/
.homeUpdate .upcoming-releases.pull-right p {
    min-height: 162px;
}

.homeUpdate .upcoming-releases.pull-right,
.homeUpdate .upcoming-releases.left-section {
    padding-bottom: 50px;
}
.nlSectionUpdate .newsletter-signup {
    width: 48%;
    padding-right: 0;
}
.nlSectionUpdate .newsletter-signup h3 {
    margin-bottom: 13px;
}
.nlSectionUpdate .newsletter-signup:last-child h3 {
    margin-bottom: 20px;
}
.nlSectionUpdate .newsletter-signup:last-child h3::before {
    display: none;
}
/*-------Homepage Update Sep 2017,BY MH--------*/
#fathers-day-form .alert.alert-success,
#holiday-label-form .alert.alert-success {
    display: none !important;
}
/*-------Matter of fact Interactvie Section DEC 2017,BY MH--------*/
/*
.computer .bg-right.meet-distiller-section.mofBGMain {
    background-position-x: 70%;
    -ms-background-position-x: 70%;
    background-image: url(../images/mof/matter-of-tasteBG.png);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position-y: 14%;
    -ms-background-position-y: 14%;
}
*/
.pie-IntFilter {
    position: relative;
    margin-bottom: 40px;
}
.mof-filter_container {
    position: relative;
    width: 596px;
    margin-top: 60px;
}
h3.top-bar.mofNobar {
    padding-top: 0 !important;
}
h3.top-bar.mofNobar::before {
    display: none !important;
}
.mof-stage_one {
    position: relative;
}



.mof-taste_infos {
    position: absolute;
    top: 0;
    right: -170px;
    width: 200px;
    height: 100%;
    background: url(../images/mof/tastingScale.png) 0 55% no-repeat;
    background-size: auto 508px;
}

.mof-taste_infos h4 {
    font-family: 'AauxProOT-Regular';
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-weight: normal;
    position: absolute;
    top: 100px;
    left: 55%;
    white-space: nowrap;
}
.mof-taste_infos h4+h4 {
    top: auto;
    bottom: 15%;
    left: 53%;
}
.mof-filter_infos {
    position: absolute;
    right: -76px;
    top: 10px;
    padding: 8px 20px 10px;
    background: #f2f2f2;
}
.pie-IntFilter .mof-filter_infos p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 0 !important;
}
.filter-pointers {
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    height: 70px;
    background: url(../images/mof/arrows.png) center bottom no-repeat;
    background-size: 350px auto;
    pointer-events: none;

    background: none !important;
}
.pointer-arrow {
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    height: 66px;
    background: url(/images/mof/pointer.png) center bottom no-repeat;
    background-size: contain;
    z-index: 300;
    pointer-events: none;
}
.mof-stage_two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition-duration: 600ms;
    -webkit-transition-duration: 600ms;
    -ms-transition-duration: 600ms;
}
.mof-filter_container,
.mof-filter_infos {
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
}
.meet-distiller-section .mofSpecial p b {
    text-transform: uppercase;
}
.calculating .mof-stage_two {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.calculating>h3.top-bar {
    opacity: 0;
}
.calculating .mof-filter_container,
.calculating .mof-filter_infos {
    opacity: 0.05;
}
.stageLoader {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50.75%;
    left: 228px;
}
/*animation*/

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*animation*/
.filtered-contents::after,
.filtered-contents::before {
    display: table;
    content: '';
    clear: both;
}
.filtered-contents .featured-recipe-detail {
    width: auto;
    float: none;
}
.mof-media_section {
    width: 500px;
    float: left;
}
.mof-media_section img {
    width: 200px;
}
.mof-media_section .media-left {
    padding-right: 0;
}
.mof-media_section h3.top-bar {
    padding: 0 0 24px;
    margin-bottom: 18px !important;
    line-height: 40px;
}
.mof-media_section h3.top-bar::before {
    top: auto;
    bottom: 0;
}
.mof-media_section .featured-recipe-detail p {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    line-height: 1.4;
}
.mof-media_section .featured-recipe-detail p span {
    text-transform: uppercase;
    color: #9c132d;
}
.filtered-contents {
    padding: 40px 0 43px;
    border-bottom: 1px solid #0d204a;
    margin-bottom: 40px;
}

.mof-infoListing {
    margin-top: 0;
    width: 175px;
    float: right;
}
.mof-infoListing h4 {
    font-size: 24px;
    line-height: 1.3;
    font-family: 'AauxProOT-Regular';
    color: #0d204a;
    font-weight: normal;
    margin-bottom: 25px;
}
.media-leftBorder {
    position: relative;
}
.media-leftBorder::before {
    position: absolute;
    content: '';
    top: 3px;
    left: -30px;
    width: 1px;
    bottom: 0;
    background: #0d204a;
}
.mof-infoListing img {
    width: 70px;
}
.mof-infoListing .media {
    overflow: visible;
    margin: 0 0 30px;
    font-size: 18px;
    font-family: 'AauxProOT-Regular';
    font-size: 18px;
    line-height: 1;
    color: #0d204a;
    font-weight: normal;
}
.mof-infoListing .media:last-child {
    margin-bottom: 0;
}
.mof-stage_three {
    padding-bottom: 30px;
}

.container.for-video-special.shorter-column.mofSpecial {
    max-width: 765px;
}
.resetBtn {
    float: right;
    border: none;
    height: 36px;
    padding-right: 15px;
    padding-top: 2px;
    background: #9c132d;
    color: #fff;
    margin-top: -3px;
    min-width: 1px !important;
}
.computer .resetBtn:hover {
    background: #bc223f;
}
.mof-stage_three .resetBtn span {
    padding: 0 24px 0 16px;
    background: url(../images/mof/reset-icon.png) right center no-repeat;
    background-size: auto 15px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    display: block;
}

.outerFirst .sp-shape {
    border-radius: 100% 100% 0 0 / 40% 40% 0 0;
    overflow: hidden;
}
.outerFirst .selected .sp-shape {
    overflow: visible;
    border-radius: 100% 100% 0 0 / 30% 30% 0 0;
}






.circle-container {
    position: relative;
    width: 524px;
    height: 524px;
    border-radius: 50%;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    background: #fff;
    transition-duration: 1000ms;
    -webkit-transition-duration: 1000ms;
    -ms-transition-duration: 1000ms;
}
.circle-container.outerFirst {
    position: absolute;
    margin: -262px 0 0 -262px;
    left: 50%;
    top: 50%;
}
.circle-container li {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -131px;
    margin-top: -131px;
    width: 262px;
    height: 262px;
    border-radius: 100% 100% 0 0 / 37% 37% 0 0;
}

.circle-container li:nth-of-type(1) {
    -webkit-transform: rotate(-90deg) translate(131px) rotate(90deg);
    -ms-transform: rotate(-90deg) translate(131px) rotate(90deg);
    transform: rotate(-90deg) translate(131px) rotate(90deg);
}
.circle-container li:nth-of-type(2) {
    -webkit-transform: rotate(-30deg) translate(131px) rotate(90deg);
    -ms-transform: rotate(-30deg) translate(131px) rotate(90deg);
    transform: rotate(-30deg) translate(131px) rotate(90deg);
}
.circle-container li:nth-of-type(3) {
    -webkit-transform: rotate(30deg) translate(131px) rotate(90deg);
    -ms-transform: rotate(30deg) translate(131px) rotate(90deg);
    transform: rotate(30deg) translate(131px) rotate(90deg);
}
.circle-container li:nth-of-type(4) {
    -webkit-transform: rotate(90deg) translate(131px) rotate(90deg);
    -ms-transform: rotate(90deg) translate(131px) rotate(90deg);
    transform: rotate(90deg) translate(131px) rotate(90deg);
}
.circle-container li:nth-of-type(5) {
    -webkit-transform: rotate(150deg) translate(131px) rotate(90deg);
    -ms-transform: rotate(150deg) translate(131px) rotate(90deg);
    transform: rotate(150deg) translate(131px) rotate(90deg);
}
.circle-container li:nth-of-type(6) {
    -webkit-transform: rotate(210deg) translate(131px) rotate(90deg);
    -ms-transform: rotate(210deg) translate(131px) rotate(90deg);
    transform: rotate(210deg) translate(131px) rotate(90deg);
}

.circle-container.outerSecond {
    position: absolute;
    width: 372px;
    height: 372px;
    left: 50%;
    top: 50%;
    margin: -186px 0 0 -186px;
}
.circle-container.outerSecond li {
    margin-left: -65px;
    margin-top: -93px;
    width: 130px;
    height: 186px;
    border-radius: 100% 100% 0 0 / 21% 21% 0 0;

}

.circle-container.outerSecond li:nth-of-type(1) {
    -webkit-transform: rotate(-90deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(-90deg) translate(93px) rotate(90deg);
    transform: rotate(-90deg) translate(93px) rotate(90deg);
}
.circle-container.outerSecond li:nth-of-type(2) {
    -webkit-transform: rotate(-50deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(-50deg) translate(93px) rotate(90deg);
    transform: rotate(-50deg) translate(93px) rotate(90deg);
}
.circle-container.outerSecond li:nth-of-type(3) {
    -webkit-transform: rotate(-10deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(-10deg) translate(93px) rotate(90deg);
    transform: rotate(-10deg) translate(93px) rotate(90deg);
}
.circle-container.outerSecond li:nth-of-type(4) {
    -webkit-transform: rotate(30deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(30deg) translate(93px) rotate(90deg);
    transform: rotate(30deg) translate(93px) rotate(90deg);
}
.circle-container.outerSecond li:nth-of-type(5) {
    -webkit-transform: rotate(70deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(70deg) translate(93px) rotate(90deg);
    transform: rotate(70deg) translate(93px) rotate(90deg);
}
.circle-container.outerSecond li:nth-of-type(6) {
    -webkit-transform: rotate(110deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(110deg) translate(93px) rotate(90deg);
    transform: rotate(110deg) translate(93px) rotate(90deg);
}
.circle-container.outerSecond li:nth-of-type(7) {
    -webkit-transform: rotate(150deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(150deg) translate(93px) rotate(90deg);
    transform: rotate(150deg) translate(93px) rotate(90deg);
}
.circle-container.outerSecond li:nth-of-type(8) {
    -webkit-transform: rotate(190deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(190deg) translate(93px) rotate(90deg);
    transform: rotate(190deg) translate(93px) rotate(90deg);
}
.circle-container.outerSecond li:nth-of-type(9) {
    -webkit-transform: rotate(230deg) translate(93px) rotate(90deg);
    -ms-transform: rotate(230deg) translate(93px) rotate(90deg);
    transform: rotate(230deg) translate(93px) rotate(90deg);
}

.circle-container.outerMost {
    width: 596px;
    height: 596px;
    /*696*/
    position: relative;
}
.circle-container.outerMost li {
    width: 208px;
    height: 298px;
    /*348*/
    margin-left: -104px;
    margin-top: -149px;
}
.circle-container.outerMost li:nth-of-type(1) {
    -webkit-transform: rotate(-90deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(-90deg) translate(149px) rotate(90deg);
    transform: rotate(-90deg) translate(149px) rotate(90deg);
}
.circle-container.outerMost li:nth-of-type(2) {
    -webkit-transform: rotate(-50deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(-50deg) translate(149px) rotate(90deg);
    transform: rotate(-50deg) translate(149px) rotate(90deg);
}
.circle-container.outerMost li:nth-of-type(3) {
    -webkit-transform: rotate(-10deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(-10deg) translate(149px) rotate(90deg);
    transform: rotate(-10deg) translate(149px) rotate(90deg);
}
.circle-container.outerMost li:nth-of-type(4) {
    -webkit-transform: rotate(30deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(30deg) translate(149px) rotate(90deg);
    transform: rotate(30deg) translate(149px) rotate(90deg);
}
.circle-container.outerMost li:nth-of-type(5) {
    -webkit-transform: rotate(70deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(70deg) translate(149px) rotate(90deg);
    transform: rotate(70deg) translate(149px) rotate(90deg);
}
.circle-container.outerMost li:nth-of-type(6) {
    -webkit-transform: rotate(110deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(110deg) translate(149px) rotate(90deg);
    transform: rotate(110deg) translate(149px) rotate(90deg);
}
.circle-container.outerMost li:nth-of-type(7) {
    -webkit-transform: rotate(150deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(150deg) translate(149px) rotate(90deg);
    transform: rotate(150deg) translate(149px) rotate(90deg);
}
.circle-container.outerMost li:nth-of-type(8) {
    -webkit-transform: rotate(190deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(190deg) translate(149px) rotate(90deg);
    transform: rotate(190deg) translate(149px) rotate(90deg);
}
.circle-container.outerMost li:nth-of-type(9) {
    -webkit-transform: rotate(230deg) translate(149px) rotate(90deg);
    -ms-transform: rotate(230deg) translate(149px) rotate(90deg);
    transform: rotate(230deg) translate(149px) rotate(90deg);
}


.outerMost .sp-shape {
    background-size: 100% auto;
}
.outerMost li:nth-child(1) .sp-shape {
    background-image: url(../images/mof/outer-1.png);
}
.outerMost li:nth-child(2) .sp-shape {
    background-image: url(../images/mof/outer-2.png);
}
.outerMost li:nth-child(3) .sp-shape {
    background-image: url(../images/mof/outer-3.png);
}
.outerMost li:nth-child(4) .sp-shape {
    background-image: url(../images/mof/outer-4.png);
}
.outerMost li:nth-child(5) .sp-shape {
    background-image: url(../images/mof/outer-5.png);
}
.outerMost li:nth-child(6) .sp-shape {
    background-image: url(../images/mof/outer-6.png);
}
.outerMost li:nth-child(7) .sp-shape {
    background-image: url(../images/mof/outer-7.png);
}
.outerMost li:nth-child(8) .sp-shape {
    background-image: url(../images/mof/outer-8.png);
}
.outerMost li:nth-child(9) .sp-shape {
    background-image: url(../images/mof/outer-9.png);
}


.sp-shape {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/mof/1.png) center top no-repeat;
    background-size: contain;
    -webkit-transition: 300ms;
    transition: 300ms;
}
li:nth-child(2) .sp-shape {
    background-image: url(../images/mof/2.png);
}
li:nth-child(3) .sp-shape {
    background-image: url(../images/mof/3.png);
}
li:nth-child(4) .sp-shape {
    background-image: url(../images/mof/4.png);
}
li:nth-child(5) .sp-shape {
    background-image: url(../images/mof/5.png);
}
li:nth-child(6) .sp-shape {
    background-image: url(../images/mof/6.png);
}

.outerSecond .sp-shape {
    background-size: 100% auto;
}
.outerSecond li:nth-child(1) .sp-shape {
    background-image: url(../images/mof/inner-1.png);
}
.outerSecond li:nth-child(2) .sp-shape {
    background-image: url(../images/mof/inner-2.png);
}
.outerSecond li:nth-child(3) .sp-shape {
    background-image: url(../images/mof/inner-3.png);
}
.outerSecond li:nth-child(4) .sp-shape {
    background-image: url(../images/mof/inner-4.png);
}
.outerSecond li:nth-child(5) .sp-shape {
    background-image: url(../images/mof/inner-5.png);
}
.outerSecond li:nth-child(6) .sp-shape {
    background-image: url(../images/mof/inner-6.png);
}
.outerSecond li:nth-child(7) .sp-shape {
    background-image: url(../images/mof/inner-7.png);
}
.outerSecond li:nth-child(8) .sp-shape {
    background-image: url(../images/mof/inner-8.png);
}
.outerSecond li:nth-child(9) .sp-shape {
    background-image: url(../images/mof/inner-9.png);
}

.selected .sp-shape {
    -webkit-transform: translateY(-8px) scale(1.05);
    -ms-transform: translateY(-8px) scale(1.05);
    transform: translateY(-8px) scale(1.05);
}

.outerMost .selected .sp-shape {
    -webkit-transform: translateY(-10px) scale(1.05);
    -ms-transform: translateY(-10px) scale(1.05);
    transform: translateY(-10px) scale(1.05);
}
.outerSecond .selected .sp-shape {
    -webkit-transform: translateY(-8px) scale(1.08);
    -ms-transform: translateY(-8px) scale(1.08);
    transform: translateY(-8px) scale(1.08);
}




.calcualte {
    width: 146px;
    height: 146px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    font-size: 18px;
    background: #0d204a;
    border: 6px solid #fff;
    text-align: center;
    line-height: 134px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    cursor: pointer;
    outline: none !important;
    font-family: 'AauxProOT-Bold';
    letter-spacing: 1px;
    font-weight: normal;
}

.section-interactive {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    overflow: hidden;
    width: 91%;
    height: 37%;
    border-radius: 50% 50% 100% 100%;
    z-index: 100;
    cursor: pointer;
}
.section-interactive input {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
}
.section-interactive label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    font-family: 'AauxProOT-Regular';
    font-weight: normal;
}
.section-interactive label span {
    text-align: center;
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}
.outerSecond .section-interactive label {
    font-size: 14px;
    line-height: 16px;
}
.outerSecond .section-interactive label span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    margin-top: -12px;
}
.outerSecond li:nth-child(1) label span,
.outerSecond li:nth-child(7) label span {
    color: #000;
}

.circle-container.inActive {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.circle-container.inActive li,
.inActive.outerSecond .section-interactive {
    pointer-events: none !important;
}
.interactiveSectionError p {
    margin: 30px 0 0 !important;
    color: #9c132d !important;
    line-height: 1.5 !important;
}
.colorContainer {
    border-radius: 50%;
}
.colorContainer img {
    opacity: 0;
    pointer-events: none;
}
.comp4 {
    background: #D9A4AE;
}
.comp5 {
    background: #CC8693;
}
.comp6 {
    background: #C26D7D;
}
.comp7 {
    background: #B54E62;
}
.comp8 {
    background: #A83047;
}
.comp9 {
    background: #9C132D;
}
.comp1 {
    background: #F9F1F2;
}
.comp2 {
    background: #F0DBDF;
}
.comp3 {
    background: #E3BDC5;
}

.color1 {
    background: #FFBF00;
}
.color6 {
    background: #B15F38;
}
.color9 {
    background: #D88A6A;
}
.color3 {
    background: #C96D55;
}
.color7 {
    background: #653529;
}
.color8 {
    background: #5B2B25;
}
.color2 {
    background: #F3F0DC;
}
.color4 {
    background: #D4832F;
}
.color5 {
    background: #E7924D;
}


.mof-stage_three {
    margin-top: 38px;
}
.circle-container.outerSecond li {
    border-radius: 0 0 50% 50% / 0 0 100% 100% !important;
    pointer-events: none;
}
.outerSecond .sp-shape {
    border-radius: 0 0 50% 50% / 0 0 100% 100% !important;
}
.outerSecond .section-interactive {
    height: 68%;
    border-radius: 0 0 50% 50% / 0 0 100% 100% !important;
    pointer-events: all;
}
/*
.circle-container.outerSecond:hover li {
  background: #fff;
}
.outerSecond:hover .section-interactive {
  background: #000;
}
.outerSecond:hover li .sp-shape {
  background: #f00;
}
*/
.tlContainer .popOvers .popOver {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -242px;
    padding-right: 20px;
    width: 260px;
}
.popOvers .popOver {
    position: absolute;
    width: 270px;
    top: 50%;
    right: -272px;
    background: #0e214b;
    padding: 15px 20px 17px 20px;
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
    z-index: 9;
    border-radius: 5px;
    font-family: 'AauxProOT-Regular';
    transform: translateY(-58%);
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
}
.popOvers .popOver .closeBtnPop {
    width: 16px;
    height: 16px;
    border: none;
    background: url(../images/mof/pop-close.png) 0 0 no-repeat;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: -9999px;
    background-size: contain;
}

.popOvers .popOver::after {
    background: #0e214b;
    top: 50%;
    content: "";
    height: 20px;
    left: -9px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 20px;
    margin-top: -10px;
}
.popOvers .popOver:nth-child(2) {
    bottom: 88%;
}
.popOvers .popOver:nth-child(3) {
    bottom: 78%;
}
/*-------Matter of fact Interactvie Section DEC 2017,BY MH--------*/

/*-------blockquote Section Jan 2018,BY MH--------*/

.xp-blockquote {
    margin: 35px 0 0;
    max-width: 79%;
}
.xp-blockquote p {
    font-family: "kepler-std", serif;
    font-style: italic;
    color: #061d49;
    position: relative;
    font-weight: 500;
    color: #061d49;
    margin-bottom: 0;
}
.xp-blockquote p:first-child {
    padding-left: 21px;
    position: relative;
}
.xp-blockquote p span {
    color: #9c132d;
    padding-right: 10px;
}

.xp-blockquote p:first-child::after {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 8px;
    content: '';
    width: 4px;
    background: #d0d0d0;

}
/*-------blockquote Section Jan 2018,BY MH--------*/

/*----For Interactive Timeline Mar 2018, BY MH----*/

.tlContainer {
    border: 1px solid #155233;
    padding: 35px 0 13px;
    min-height: 705px;
    position: relative;
    background: url(../images/tl/tlGreenTop.png) 0 0 repeat-x, url(../images/tl/tlGreenBottom.png) 0 bottom repeat-x, url(../images/tl/bottle_old_fitz.png) right center no-repeat;
    background-size: auto 24px, auto 13px, auto 100%;
    margin-bottom: 30px;
}
.share-recipe.tlShare {
    margin-bottom: 40px !important;
}
.tl_logo {
    max-width: 190px;
    display: block;
    margin: 0 auto 20px;
}
.tl-year {
    padding-left: 30px;
    font-size: 60px;
    line-height: 1;
    color: #9c132d;
    z-index: 200;
    position: relative;
    pointer-events: none;
    font-family: 'AauxProOT-Bold';
}

.tl-year div {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.tl-year div.active {
    opacity: 1;
}
.tl-year::before,
.tl-year::after {
    content: '';
    clear: both;
    display: table;
}
.tl-year span {
    float: left;
}
.tl-year span:first-child,
.tl-year span:last-child {
    top: .1em;
    position: relative;
}
.tlControls {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999;
}
.tlbtns {
    width: 48px;
    height: 48px;
    display: block;
    border: none;
    text-indent: -9999px;
    background-color: transparent !important;
    border-radius: 50%;
    margin-bottom: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain, 0;

    position: relative;
    z-index: 100;

    touch-action: manipulation;
}
.tlbtns.up {
    background-image: url(../images/tl/tl-up.png), url(../images/tl/tl-up-hov.png);
}
.tlbtns.down {
    background-image: url(../images/tl/tl-down.png), url(../images/tl/tl-down-hov.png);
    margin-bottom: 0;
}
.computer .tlbtns:hover {
    background-size: 0, contain;
}

.tlDetail {
    padding: 3px;
    background: #fff;
    border: 1px solid #9c132d;
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 25px;
}
.tlMain {
    background: #155233 url(../images/tl/tl_pattern.png) 0 0 repeat;
    background-size: 50px auto;
    min-height: 214px;
}
.tlItemInner {
    padding: 13px 25px 20px;
}
.tl_items {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    color: #fff;
    width: 100%;
    -webkit-transform: translate3d(0, 15%, 0);
    -ms-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);

    -webkit-transition: -webkit-transform 600ms ease-out;
    transition: -webkit-transform 600ms ease-out;
    -ms-transition: transform 600ms ease-out;
    transition: transform 600ms ease-out;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.tl_items h5 {
    font-family: 'AauxProOT-Regular';
    font-size: 22px;
    font-weight: normal;
}
.tl_items p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 24px !important;
}
.tlwhiteBar {
    width: 48px;
    height: 3px;
    margin: 8px 0 6px;
    background: #fff;
    display: block;
    text-indent: -9999px;
}
.tl_items.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-animation: tlUpAnimation 500ms ease-out 0ms both;
    -ms-animation: tlUpAnimation 500ms ease-out 0ms both;
    animation: tlUpAnimation 500ms ease-out 0ms both;

    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-webkit-keyframes tlUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes tlUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.tlCanvas_main {
    /*height: 768px;*/
    height: 510px;
    position: absolute;
    top: 115px;
    width: 100%;
    overflow: hidden;
}
.tlCanvas_main::after {
    position: absolute;
    top: -5px;
    left: 50%;
    width: 520px;
    height: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: '';
    background: url(../images/tl/white-shadow.png) center 0 no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}
.tl_outerWrap {
    /*border-bottom: 2px solid #155233;*/
    max-width: 88.7%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
.tl_outerWrap::after {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    background: #155233;
    z-index: 1111;
    right: 0;
    width: 100%;
}
.tl_animate {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: relative;
}
.tl_animate::after {
    width: 6px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 70%, rgba(156, 19, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(156, 19, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 70%, rgba(156, 19, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 70%, rgba(156, 19, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 70%, rgba(156, 19, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 70%, rgba(156, 19, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9c132d', GradientType=0);
}
.notActive .tl_animate {
    opacity: 0;
    transition: opacity 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
}
.notActive .tlCanvas {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
}
.tlCanvas {
    -webkit-transform: rotateX(115deg) translateY(0px);
    -ms-transform: rotateX(115deg) translateY(0px);
    transform: rotateX(115deg) translateY(0px);

    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;

    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*
    -webkit-transition: -webkit-transform 500ms ease-out;
    transition: -webkit-transform 500ms ease-out;   
    -ms-transition: transform 500ms ease-out;   
    transition: transform 500ms ease-out;   
    transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;*/
}
/*
.tlCanvas.ended {
    -webkit-animation: slideUpAnimation 500ms ease-out 0ms both;
    -ms-animation: slideUpAnimation 500ms ease-out 0ms both;
    animation: slideUpAnimation 500ms ease-out 0ms both;
}*/
@-webkit-keyframes slideUpAnimation {
    0% {
        -webkit-transform: rotateX(115deg) translateY(0);
        transform: rotateX(115deg) translateY(0);
    }
    40% {
        -webkit-transform: rotateX(115deg) translateY(120px);
        transform: rotateX(115deg) translateY(120px);
    }
    60% {
        -webkit-transform: rotateX(115deg) translateY(120px);
        transform: rotateX(115deg) translateY(120px);
    }
    100% {
        -webkit-transform: rotateX(115deg) translateY(0);
        transform: rotateX(115deg) translateY(0);

    }
}
@keyframes slideUpAnimation {
    0% {
        -webkit-transform: rotateX(115deg) translateY(0);
        transform: rotateX(115deg) translateY(0);
    }
    40% {
        -webkit-transform: rotateX(115deg) translateY(120px);
        transform: rotateX(115deg) translateY(120px);
    }
    60% {
        -webkit-transform: rotateX(115deg) translateY(120px);
        transform: rotateX(115deg) translateY(120px);
    }
    100% {
        -webkit-transform: rotateX(115deg) translateY(0);
        transform: rotateX(115deg) translateY(0);

    }
}
.tl_all {
    -webkit-transition: -webkit-transform 500ms ease-out;
    transition: -webkit-transform 500ms ease-out;
    -ms-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
    transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
    font-family: 'AauxProOT-Medium';
}

.addTime .tl_all {
    -webkit-transition: -webkit-transform 1000ms ease-out;
    transition: -webkit-transform 1000ms ease-out;
    -ms-transition: transform 1000ms ease-out;
    transition: transform 1000ms ease-out;
    transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}
.tl_all>ul,
.tl_all>.tl_fixed>ul {
    position: relative;
    padding-top: 1px;
}
.tl_all>ul::after, .tl_all>.tl_fixed>ul::after {
    content: attr(data-year) !important;
    left: 26px;
    bottom: -20px;
    position: absolute;
    transform: rotateX(-45deg) translateZ(0) rotateZ(0);
    -webkit-transform: rotateX(-45deg) translateZ(0) rotateZ(0);
    -ms-transform: rotateX(-45deg) translateZ(0) rotateZ(0);

    -webkit-transform-origin: 50% 53%;
    -ms-transform-origin: 50% 53%;
    transform-origin: 50% 53%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #155233;
    font-size: 16px;
}
.tl_all>ul.last_tl::after {
    bottom: 0px;
}
.tl_all>ul.last_tl::before {
    bottom: -2px;
}
.tl_all>ul::before,
.tl_all>.tl_fixed>ul::before {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #155233;
}
.tl_all>ul>li {
    padding-bottom: 1px;
}

.tlCanvas ul ul {
    max-width: 70%;
    margin: 0 auto;
    border-left: 2px solid #d0dcd6;
    position: relative;
}
.tlCanvas ul ul::before {
    width: 40px;
    height: 2px;
    content: '';
    position: absolute;
    top: -1px;
    left: -40px;
    background: #155233;
}
.tlCanvas ul ul.no-bfore::before {
    background: none;
}
.tlCanvas ul::before,
.tlCanvas ul::after {
    clear: both;
    display: table;
    content: '';
}
.tlCanvas ul ul li {
    height: 44px;
    width: 50%;
    text-align: center;
    float: left;
    position: relative;
}
/*.computer.firefox .tlCanvas ul ul li{
    
    -webkit-perspective: 1000px;
    perspective: 1000px;

    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;

}
*/
.tlCanvas ul ul li:first-child {
    border-color: transparent;
}
.tlCanvas ul ul li {
    border-right: 2px solid #d0dcd6;
}
.tlCanvas ul ul li::before {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #d0dcd6;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.ending .box {
    top: -100%;
}
.mid .box {
    top: -70%;
}
.tlShare.share-recipe a {
    margin-left: 35px;
}
.box {
    margin: 0 auto;
    display: block;
    width: 94px;
    height: 32px;
    /*transform: rotateX(-15deg) translateZ(20px);*/
    transform: rotateX(360deg) translateZ(24px) rotateZ(0);
    -webkit-transform: rotateX(360deg) translateZ(24px) rotateZ(0);
    -ms-transform: rotateX(360deg) translateZ(24px) rotateZ(0);
    -webkit-transform-origin: 50% 53%;
    -ms-transform-origin: 50% 53%;
    transform-origin: 50% 53%;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    position: absolute;
    margin-left: -47px;
    left: 50%;
    top: -19px;
    z-index: 10;
}
.box span {
    display: block;
    position: relative;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    z-index: 11;
    background: #9c132d;
    transition: background 300ms;
    -webkit-transition: background 300ms;
    -ms-transition: background 300ms;
}
.box.blank {
    opacity: 0;
    pointer-events: none;
}
.computer .box:hover span,
.box.active span {
    background: #061d49;
}
.box span::before {
    content: '';
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    bottom: -26px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    background: #9c132d;
    border-radius: 50%;
}
.box::before {
    content: '';
    width: 2px;
    height: 24px;
    content: '';
    position: absolute;
    bottom: -32px;
    -webkit-transform: translate(-50%, -50%) rotate(8deg);
    -ms-transform: translate(-50%, -50%) rotate(8deg);
    transform: translate(-50%, -50%) rotate(8deg);

    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    left: 50%;
    background: #9c132d;
    z-index: -1;
}
.tlCanvas ul ul li:nth-child(2n+1) .box::before {
    -webkit-transform: translate(-50%, -50%) rotate(-8deg);
    -ms-transform: translate(-50%, -50%) rotate(-8deg);
    transform: translate(-50%, -50%) rotate(-8deg);
}

/*----For Interactive Timeline Mar 2018, BY MH----*/

/*----For Interactive Timeline v2 Mar 2018, BY MH----*/
.hasTimelineIn,
footer {
    left: 0;
    position: relative;
    transition: left 500ms;
    -webkit-transition: left 500ms;
    -ms-transition: left 500ms;
}
.timeLineActive {
    overflow: hidden;
}
.timeLineActive .navigation {
    opacity: 0 !important;
    pointer-events: none !important;
}
.timeLineActive .hasTimelineIn,
.timeLineActive footer {
    left: -32%;
}
.timeLineActive .hhdTimelineFitz {
    left: 32%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.timeLineActive .hhdTimelineOverlay {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.timeLineActive .hhdTimelineClose {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-animation: tlcloseAnim 1000ms ease-out 0ms both;
    -ms-animation: tlcloseAnim 1000ms ease-out 0ms both;
    animation: tlcloseAnim 1000ms ease-out 0ms both;
}
@-webkit-keyframes tlcloseAnim {
    0% {
        opacity: 0;
        left: 34%;
    }
    30% {
        opacity: 0;
        left: 34%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@keyframes tlcloseAnim {
    0% {
        opacity: 0;
        left: 34%;
    }
    30% {
        opacity: 0;
        left: 34%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
.timelineMedia .showTimeline {
    -webkit-transition: background 3000ms ease-out;
    -ms-transition: background 3000ms ease-out;
    transition: background 3000ms ease-out;
}
.timelineMedia.activated .showTimeline {
    background-position-y: 0;
    -ms-background-position-y: 0;
}
.hhdTimeline_wrap {
    position: relative;
    z-index: 40000;
    overflow: hidden;
    /*background:#000 url(../images/tl/timeline-header-BG.png) 0 0 no-repeat;*/

    background: #000 url(../images/tl/timeline-header-BG-hq3.jpg?var=2) 0 0 no-repeat;
    background-size: 100% auto;
}
.hhdTimelineFitz {
    position: fixed;
    top: 0;
    width: 68%;
    left: 110%;

    z-index: 40000;
    background: #071a42;
    height: 100%;

    transition: left 500ms, opacity 500ms, visibility 500ms;
    -webkit-transition: left 500ms, opacity 500ms, visibility 500ms;
    -ms-transition: left 500ms, opacity 500ms, visibility 500ms;

    overflow-x: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.hhdTimelineOverlay {
    position: fixed;
    z-index: 38999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    left: 110%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 500ms, visibility 500ms;
    -webkit-transition: opacity 500ms, visibility 500ms;
    -ms-transition: opacity 500ms, visibility 500ms;
}
.hhdTimelineClose {
    width: 32%;
    left: 34%;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 39000;
    padding: 88px 35px 35px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: left 500ms, opacity 500ms, visibility 500ms;
    -webkit-transition: left 500ms, opacity 500ms, visibility 500ms;
    -ms-transition: left 500ms, opacity 500ms, visibility 500ms;
}
.computer .hhdTimelineClose {
    background: url(/images/tl/bottle_old_fitz_sm.png) center bottom no-repeat;
    background-size: auto 70%;
}
.hhdTimelineClose #closeTimeline {
    padding-left: 40px;
    text-transform: uppercase;
    color: #071a42;
    float: right;
    position: relative;
    margin-top: 2px;
    padding-top: 50px;
    font-family: 'AauxProOT-Regular';
    font-size: 16px;
}
.hhdtimeline-item.year1996 {
    margin-top: 125px;
}
.hhdTimelineMain {
    max-width: 894px;
    margin: -10px auto 0;
}
.creditText {
    text-align: left;
    display: block;
    font-style: italic;
    margin: 13px 0 0;
    color: #000;
    font-size: 13px;
    letter-spacing: .05em;
}
.creditText a {
    color: inherit;
}

.tlCustomSpacinglg {
    margin-top: 250px;
}
.hhdtimeline-itemDetail {
    position: relative;
}
.itemFillgreen .hhdtimeline-itemDetail {
    padding: 20px 20px 16px;
}
.hhdtimeline-itemDetail::before {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #97835a;
    content: '';
    pointer-events: none;
}
.itemFillgreen .hhdtimeline-itemDetail::before {
    border-color: #fff;
}
.hhdTimelineMain::after,
.hhdTimelineMain::before {
    clear: both;
    content: '';
    display: table;
}
.hhdTimelineMain {
    position: relative;
}
.hhdTimelineMain::before {
    position: absolute;
    width: 4px;
    top: 0;
    left: 50%;
    margin-left: -2px;
    height: 100%;
    background: url(../images/tl/mid-bg.png) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 110;
    display: block;
}
.tlColumn {
    width: 50%;
    float: left;
    color: #fff;
    position: relative;
}
.columnStart {
    margin-top: 90px;
}
.tlleftColumn {
    padding-right: 35px;
}
.tlrightColumn {
    padding-left: 35px;
}
.hhdtimeline-item {
    border: 8px solid #97835a;
    margin-bottom: 90px;
    position: relative;
    opacity: 0;
    transition: transform 700ms, opacity 700ms;
    -webkit-transition: transform 700ms, opacity 700ms;
    -ms-transition: transform 700ms, opacity 700ms;
    background: #124633;
}
/* .hhdtimeline-item.year1964 {
    margin-top: 200px;
} */
.hhdtimeline-itemDetail {
    padding: 30px 30px;
}
.tlleftColumn .hhdtimeline-item {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
}
.tlrightColumn .hhdtimeline-item {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
}

.tlleftColumn .hhdtimeline-item.inViewTrue,
.tlrightColumn .hhdtimeline-item.inViewTrue {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
}

.hhdtimeline-item.itemFillgreen {
    background: #fff;
    color: #155233;
    border: 8px solid #fff;
}
.tlleftColumn .hhdtimeline-item::after,
.tlrightColumn .hhdtimeline-item::after {
    content: '';
    position: absolute;
    top: 36px;
    width: 35px;
    height: 4px;
    background: #97835a;
}
.hhdtimeline-item.itemFillgreen::after {
    background: #97835a !important;
}
.tlleftColumn .hhdtimeline-item::after {
    right: -43px;
}
.tlrightColumn .hhdtimeline-item::after {
    left: -43px;
}

.hhdtimeline-item h5 {
    font-family: 'AauxProOT-Regular';
    font-size: 32px;
    margin: 0 0 10px;
}
.hhdtimeline-item.itemFillgreen p {
    color: #000;
}
.hhdtimeline-item p {
    font-family: 'AauxProOT-Regular';
    font-size: 24px;
}
.share-recipe.tlShare.inWindow {
    margin-top: 8%;
}
.share-recipe.tlShare.inWindow a {
    width: 24px;
    height: 24px;
    margin-left: 28px;
}
.share-recipe.tlShare.inWindow span {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
    color: #071a42;
    font-family: 'AauxProOT-Regular';
}
.share-recipe.tlShare.inWindow a {
    font-size: 0px !important;
}
.tlDoubleSpacing {
    margin-top: 200px;
}
.timelineMedia .showTimeline {
    display: block;
    background: url(../images/tl/timlineLong.jpg?var=2) center 100% no-repeat;
    background-size: 80% auto;
}
.timelineMedia.media .media-left {
    padding: 0 50px;
}
.timelineMedia.media img {
    width: 150px;
}
.meet-distiller-section p #showTimeline {
    position: relative;
    font-size: 1.2em;
    line-height: 2;
    padding-left: 3em;
    display: block;
    text-decoration: none;
    margin-top: 1em;
}
.meet-distiller-section p #showTimeline::before {
    left: 0;
    height: 100%;
    background: url(../images/tl/left-timeline.svg) 50% center no-repeat;
    background-size: auto 30px;
}
.meet-distiller-section p #showTimeline::before,
.hhdTimelineClose #closeTimeline::before {
    content: '';
    position: absolute;
    top: 0;
    width: 2em;
    border: 2px solid #071a42;
}
.hhdTimelineClose #closeTimeline::before {
    right: 0;
    height: 2.5em;
    width: 2.5em;
    background: url(../images/tl/left-story.svg) 40% center no-repeat;
    background-size: auto 20px;
}
.hhdTimelineHeader {
    padding: 0;
}
.hhdTimelineHeader img {
    width: 100%;
}
.vrBR {
    width: 4px;
    display: block;
    height: 120px;
    background: #fff;
    margin: 26px auto 35px;
}
.hhdTimelineHeader h3 {
    font-size: 80px;
    font-family: "kepler-std", serif;
}
.hhdTimelineHeader p {
    font-family: 'AauxProOT-Regular';
    font-size: 24px;
    text-transform: uppercase;
}
.tlImgContainer {
    padding: 6px 6px 0;
}
.tlImgContainer img {
    display: block;
    margin: 0 auto;
    max-height: 275px;
    max-width: 100%;
    font-size: 0px;
}
/*animation*/

.hhdTimelineHeader h3 {
    opacity: 0;
    transition: opacity 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
}
.hhdTimelineHeader h3.inViewTrue {
    opacity: 1;
}
.vrBR {
    height: 0px;
    transition: height 300ms ease-out 100ms;
    -webkit-transition: height 300ms ease-out 100ms;
    -ms-transition: height 300ms ease-out 100ms;
}
.vrBR.inViewTrue {
    height: 120px;
}
.hhdTimelineHeader p {
    opacity: 0;
    transition: opacity 300ms ease-out 500ms;
    -webkit-transition: opacity 300ms ease-out 500ms;
    -ms-transition: opacity 300ms ease-out 500ms;
}
.hhdTimelineHeader p.inViewTrue {
    opacity: 1;
}
.hhdTimelineMain {
    opacity: 1;
    transition: opacity 400ms ease-out 400ms;
    -webkit-transition: opacity 400ms ease-out 400ms;
    -ms-transition: opacity 400ms ease-out 400ms;
}
.hhdTimelineMain.inViewTrue {
    opacity: 1;
}
/*animation*/
/*----For Interactive Timeline v2 Mar 2018, BY MH----*/


/*----For HH27 interactive element----*/
.hh-interactive {
    margin-bottom: -10px;
    padding-top: 64px;
}
.hh27-detail .about-hero {
    width: 48%;
    min-height: 1px;
    padding: 20px 30px;
}
.hh27-detail .about-hero h2 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 4px;

}
.hh27-detail .about-hero ul li {
    font-size: 18px;
    line-height: 36px;
    font-family: 'AauxProOT-Regular';

}
.hh27-detail .about-hero-img {
    width: 52%;
}
.hh27-detail .about-hero-img img {
    width: 100%;
    margin: 0;
}


.hh27-slider .owl-nav {
    background: #0d1d46;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hh27-slider .owl-nav button {
    width: 35%;
    height: 58px;
    background-color: #0d1d46;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.hh27-slider .owl-nav button span {
    opacity: 0;
}
.hh27-slider .owl-nav .owl-next {
    background-image: url(/images/hh27-arrowrht.png);
    float: right;
}
.hh27-slider .owl-nav .owl-prev {
    background-image: url(/images/hh27-arrowlft.png);
}
.hh27-slider-container {
    width: 100%;
}
.owl-carousel .fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.hh27-slider-item {
    position: relative;
}
.hslider-info {
    position: absolute;
    width: 39%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 30px 35px 45px;
    background: #f4f5f6;
}

.hslider-info.hslider-info_intro {
    background: none;
    left: 0;
    width: auto;
}
.hslider-info h3 {
    font-size: 28px;
    margin: 0 0 14px;
}
.hslider-info.hslider-info_intro h3 {
    font-size: 30px;
    margin: 0 0 11px;
}
.hslider-info .top-bar {
    padding-top: 20px;
}
.hslider-info .top-bar::before {
    width: 47px;
    height: 4px;
    top: 0;
}
.hslider-info p,
.hslider-info ul li {
    font-size: 16px;
    line-height: 24px;
    font-family: 'AauxProOT-Regular';
    margin: 0 0 11px;
    color: #221f20;
}
.hslider-info ul {
    margin: 0 0 11px;
}
.hslider-info ul li {
    margin: 0 0 2px;
}
.hslider-info ul li:last-child {
    margin-bottom: 0;
}
.hslider-info.hslider-info_intro p {
    font-size: 14px;
}
.hslider-info p span,
.hslider-info ul li span {
    text-transform: uppercase;
    font-family: 'AauxProOT-Bold';
    letter-spacing: 0.03em;
}
.hslider-info p em {
    font-size: .75em;
    font-style: italic;
}

.hslider-info .share-recipe {
    position: absolute;
    left: 35px;
    bottom: 25px;
}
.hslider-info .share-recipe span {
    font-size: 14px;
    line-height: 18px;
}
.hslider-info .share-recipe a {
    width: 18px;
    height: 18px;
    margin-left: 25px;
    font-size: 0px;
    color: transparent;
}
.hslider-info .share-recipe .share-fb {
    background-image: url(/images/fb-hov.png);
}
.hslider-info .share-recipe .share-fb:hover {
    background-image: url(/images/facebook-red.png);
}
.hslider-info .share-recipe .share-twt {
    background-image: url(/images/twitter-hov.png);
}
.hslider-info .share-recipe .share-twt:hover {
    background-image: url(/images/twitter-red.png);
}
/*----For HH27 interactive element----*/

/*----For Our Barrels Project----*/

.ourBarrel-banner {
    background-image: url(/images/our-barrels/ourBarrel-banner.jpg);
}
.our-barrel-wrap {
    padding-bottom: 72px;
}
.barrel-main {
    padding-top: 120px;
    height: 100vh;
    min-height: 814px;
}
.container.barrel-container {
    max-width: 950px;
}
.js-show {
    opacity: 1 !important;
}
.js-hide {
    opacity: 0 !important;
    pointer-events: none;
}
.the-barrel-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100vh;
    min-height: 814px;
    transition: opacity 700ms ease, visibility 700ms ease;
    -webkit-transition: opacity 700ms ease, visibility 700ms ease;
    -ms-transition: opacity 700ms ease, visibility 700ms ease;
}
.scrlNode {
    height: 70vh;
}
.scrlChildNode {
    height: 70vh;
}
.the-barrel-slides.first-barrel-slide {
    opacity: 1;
    position: relative;
}
.barrel-slide-info {
    width: 50%;
    position: relative;
    z-index: 1000;
}
.barrel-images {
    position: absolute;
    top: -50px;
    pointer-events: none;
    left: 190px;
    width: 900px;
    transition: opacity 700ms ease;
    -webkit-transition: opacity 700ms ease;
    -ms-transition: opacity 700ms ease;
}
.barrel-images img {
    opacity: 1;
    width: 100%;
    display: block;
    transition: opacity 700ms ease;
    -webkit-transition: opacity 700ms ease;
    -ms-transition: opacity 700ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.barrel-images .initial-hide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 700ms ease;
    -webkit-transition: opacity 700ms ease;
    -ms-transition: opacity 700ms ease;
}
.hasOpacity {
    opacity: 1;
    transition: opacity 700ms ease;
    -webkit-transition: opacity 700ms ease;
    -ms-transition: opacity 700ms ease;

}
.slide-number {
    width: 50px;
    height: 50px;
    border: 1px solid #071d49;
    border-radius: 50%;
    text-align: center;
    color: #071d49;
    font-size: 28px;
    line-height: 46px;
    font-family: "kepler-std";
    font-weight: 300;
    margin-bottom: 22px;
}
.barrel-slide-info p {
    font-family: 'AauxProOT-Regular';
    margin: 0 0 20px;
    line-height: 1.65em;
    color: #333;
}
.barrel-slide-info h2 {
    margin: 0;
}
.red-bar {
    width: 64px;
    height: 6px;
    background: #9c132d;
    margin: 18px 0 21px;
}
.barrel-slide-info .share-recipe span {
    font-size: 18px;
    line-height: 22px;
}
.barrel-slide-info .share-recipe a {
    width: 22px;
    height: 22px;
    margin-left: 25px;
    font-size: 0px;
    color: transparent;
}
.barrel-slide-info .share-recipe .share-fb {
    background-image: url(/images/fb-hov.png);
}
.computer .barrel-slide-info .share-recipe .share-fb:hover {
    background-image: url(/images/facebook-red.png);
}
.barrel-slide-info .share-recipe .share-twt {
    background-image: url(/images/twitter-hov.png);
}
.computer .barrel-slide-info .share-recipe .share-twt:hover {
    background-image: url(/images/twitter-red.png);
}

ul.barrel-slide_indicator {
    position: absolute;
    left: -150px;
    top: 0;
}
.barrel-slide_indicator li {
    display: block;
}
.barrel-slide_indicator li span {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-family: 'AauxProOT-Medium';
    color: #cccccc;
    text-transform: uppercase;
    margin: 0 auto;
}
.barrel-slide_indicator li span:last-child {
    margin: 7px 0;
}
.barrel-slide_indicator .active span,
.barrel-slide-info h2 {
    color: #061d49;
}
.barrel-slide_indicator li span:first-child {
    width: 5px;
    height: 110px;
    background: #cccccc;
}
.barrel-slide_indicator li span:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    background: #9c132d;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    left: 0;
}

.barrel-slide_indicator .active span:first-child::after {
    height: 25%;
}
.barrel-slide_indicator .active.h50 span:first-child::after {
    height: 50%;
}
.barrel-slide_indicator .active.h75 span:first-child::after {
    height: 75%;
}
.barrel-slide_indicator .active.h100 span:first-child::after {
    height: 100%;
}

.barrel-info_tab {
    position: absolute;
    left: -190px;
    top: 500px;
    width: 43.5%;
    z-index: 1;
    pointer-events: auto;
}
.barrel-info_tab h3 {
    font-size: 20px;
    line-height: 24px;
    color: #061d49;
    margin: 0 0 5px;
}
.barrel-info_tab ul {
    list-style: disc;
    list-style-position: initial;
    padding-left: 19px;
    color: #061d49;
}
.barrel-info_tab li {
    font-family: 'AauxProOT-Regular';
    font-size: 18px;
    line-height: 28px;
}
.spinner {
    position: absolute;
    width: 210px;
    height: 210px;
    top: 258px;
    right: 10px;
}
.spinner img {
    width: 100%;
}

.spinner-arrow {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(/images/our-barrels/spinner-arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;

    -webkit-animation-duration: 1500ms;
    -ms-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -ms-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
}

.barrel-info_tab::before {
    content: '';
    position: absolute;
    margin-top: -2px;
    height: 2px;
    background: #061d49;
    right: -130px;
    width: 120px;
    top: 70px;
}
.barrel-info_tab::after {
    content: '';
    position: absolute;
    right: -130px;
    width: 2px;
    background: #061d49;
    height: 308px;
    top: -238px;
}
.line-control {
    position: absolute;
    top: -238px;
    right: -184px;
    width: 55px;
    height: 2px;
    background: #061d49;
    z-index: 100;
}
.line-control::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #061d49;
    content: '';
    position: absolute;
    right: -7px;
    top: -3px;
    z-index: 100;
}
.barrels-3 .line-control {
    top: -30px;
    right: -362px;
    width: 233px;
}
.barrels-3 .barrel-info_tab::after {
    height: 100px;
    top: -30px;
}
.barrels-4 .line-control {
    top: 156px;
}
.barrels-4 .barrel-info_tab::after {
    height: 88px;
    top: 70px;
}
.fadeInDp {
    opacity: 0 !important;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    -ms-transition-duration: 700ms;
    position: absolute;
    top: 0;
    left: 0;
}
.fadeStart .fadeInDp {
    opacity: 1 !important;
}
.dp2 {
    transition-delay: 400ms !important;
}
.dp3 {
    transition-delay: 800ms !important;
}
.dp4 {
    transition-delay: 1200ms !important;
}
.barrel-slide-info p {
    transition: opacity 700ms, visibility 700ms;
    min-height: 306px;
}
.additional-slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.additional-slide.slideActive {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/*
.barrel-slide-info .barrel-controls {
    position: absolute;
    top: 13px;
    right: 0;
}
.barrel-slide-info .barrel-controls .btn {
    height: 24px;
    width: 14px;
    text-indent: -9999px;
    padding: 0;
    background-size: 14px auto !important;
}
.barrel-slide-info .barrel-controls .barrel-prev {
    margin-right: 12px;
}
.barrel-controls .barrel-next {
    background: url(../images/our-barrels/barrel-next-icon.png?var=1) center center no-repeat !important;
}
.barrel-controls .barrel-next:hover {
    background-image: url(../images/our-barrels/barrel-next-iconhov.png) !important;
}
.barrel-controls .barrel-prev {
    background: url(../images/our-barrels/barrel-prev-icon.png?var=1) center center no-repeat !important;
}
.barrel-controls .barrel-prev:hover {
    background-image: url(../images/our-barrels/barrel-prev-iconhov.png) !important;
}
.barrel-slide-info .barrel-controls.barrel-controls_inner {
    position: relative; 
    right: auto; 
    top: auto; 
    display: block;
    margin-top: .7em;
}
*/
.barrel-controls {
    overflow: hidden;
}
.barrel-slide-info .barrel-controls .btn {
    font-family: 'AauxProOT-Regular';
    font-size: 18px;
    line-height: 1.2em;
    color: #333;
    text-transform: uppercase;
    display: block;
    background: none;
    padding: 0 !important;
}
.barrel-slide-info .barrel-controls span {
    color: #9c132d;
    position: relative;
    top: -1px;
}
.barrel-controls .barrel-next {
    float: right;
}
.barrel-controls .barrel-prev {
    float: left;
}


/*----For Barrel Map----*/
.map-barrel .our-barrel-wrap {
    padding-bottom: 0;
}
.barrel-map .container {
    max-width: 1280px;
}
.barrel-map_container {
    border-style: solid;
    border-width: 6px;
    -webkit-border-image: url(../images/our-barrels/map/border-img.png) 6 round;
    -o-border-image: url(../images/our-barrels/map/border-img.png) 6 round;
    -ms-border-image: url(../images/our-barrels/map/border-img.png) 6 round;
    border-image: url(../images/our-barrels/map/border-img.png) 6 round;
    background: #ebebeb;
    position: relative;
}
.barrel-map_container img {
    width: 100%;
}
.barrel-map_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;

    padding: 16px 20px 16px;
    background: #fff;
    border-top: 3px solid #142290;
}
.barrel-map_control a {
    min-width: 142px;
}
.barrel-map_control a img {
    width: 94px;
    height: 125px;
    display: block;
    margin: 0 auto 18px;
    transition: opacity 500ms ease-in-out;
    -webkit-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
}
.barrel-map_control a span {
    display: block;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-family: 'AauxProOT-Bold';
    color: #9c132d;
    -webkit-transition: color 500ms ease-in-out;
    -ms-transition: color 500ms ease-in-out;
    transition: color 500ms ease-in-out;
}
.barrel-map_control a.active span {
    color: #9c132d !important;
}
.barrel-map_control a.active img {
    opacity: 1;
}
.barrel-map_control a.dim span,
.barrel-map_control a.inactive span {
    color: #b8b9b9;
}
.barrel-map_control a.inactive img {
    opacity: .3;
}
.barrel-map_control a:hover span {
    color: #9c132d !important;
}
.barrel-map_control a:hover img {
    opacity: 1 !important;
}
.centered-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.barrel-map_slide:first-child {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.barrel-map_slide:first-child img,
.barrel-map_slide .barrel-map_info img {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
}
.barrel-map_slide.intro-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.barrel-map_slide.show-map {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.barrel-map_slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: left !important;
}
.barrel-map_info.hslider-info {
    background: #061d49;
    width: 43%;
    padding: 40px 45px;
}
.barrel-map_info.hslider-info img {
    margin-bottom: 22px;
}
.barrel-map_info.hslider-info h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    font-weight: 400;
    font-family: "kepler-std";
    margin: 0 0 10px;
    text-transform: none;
}
.barrel-map_info.hslider-info h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    font-family: 'AauxProOT-Regular';
    margin: 0 0 17px;
    text-transform: uppercase;
}
.map-red_bar {
    width: 86px;
    height: 7px;
    background: #9c132d;
    margin: 0 0 9px;
}
.barrel-map_info.hslider-info p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.5em;
}
.barrel-map_info.hslider-info .has_scroller {
    height: 158px;
}
.barrel-map_info.hslider-info p a {
    color: #fff;
    text-decoration: underline;
}
.barrel-map_info.hslider-info p a:hover {
    text-decoration: none;
}

.barrel-map_info.hslider-info .share-recipe {
    left: 45px;
    bottom: 30px;
}
.barrel-map_info.hslider-info .share-recipe span {
    font-size: 16px;
    line-height: 20px;
    color: #d0d0d0;
}
.barrel-map_info.hslider-info .share-recipe .share-fb {
    background-image: url(../images/our-barrels/map/fb-hov.png);
}
.barrel-map_info.hslider-info .share-recipe .share-twt {
    background-image: url(../images/our-barrels/map/twitter-hov.png);
}
.barrel-map_info.hslider-info .share-recipe .share-fb:hover,
.barrel-map_info.hslider-info .share-recipe .share-twt:hover {
    opacity: .5;
}
a.close-barrelMap {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/our-barrels/map/white-close.png);
    position: absolute;
    top: 10px;
    right: 14px;
    text-indent: -9999px;
    background-size: contain;
}
.barrelMap-slider button {
    background: #9c132d url(/images/control-white-left.png) center center no-repeat;
    background-size: 14px auto;
    float: left;
    height: 40px;
    width: 90px;
    text-indent: -9999px;
    margin-left: 15px;
}
.barrelMap-slider button.owl-next {
    background-image: url(/images/control-white-right.png);
}
.barrelMap-slider .owl-nav {
    position: absolute;
    right: 15px;
    bottom: 2px;
}
.barrelMap-slider button:hover {
    background-color: #bc223f;
}
.map-experienceInfo {
    position: absolute;
    top: 50%;
    right: 0;
    background: #061d49;
    padding: 30px 40px 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
}
.map-experienceInfo h5 {
    font-family: 'AauxProOT-Regular';
    font-weight: normal;
    font-size: 32px;
    color: #fff;
}

.barrel-map_info.hslider-info .has_scroller {
    position: relative;
}
.stDesktop {
    fill: none;
    stroke: #9e1134;
    stroke-width: 2px;
    opacity: 0;
}
.svgOnView .stDesktop {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 2.2s linear both;
    -ms-animation: dash 2.2s linear both;
    -o-animation: dash 2.2s linear both;
    animation: dash 2.2s linear both;
    opacity: 1;
}
.svgOnView .stDesktop.far {
    -webkit-animation: dash .75s linear both;
    -ms-animation: dash .75s linear both;
    -o-animation: dash .75s linear both;
    animation: dash .75s linear both;
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.svg_fallback {
    display: none;
}
.internet-explorer .svg_fallback {
    display: block !important;
}
.whiskey-styles.barrel-around p {
    margin-top: 40px;
}
.brand-detail-section .barrelPageCSS .hhd-controls-section {
    margin-top: 40px;
    margin-bottom: 25px;
}
.centered-share {
    margin-top: 30px;
}
.centered-share .share-recipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.barrelMapDcontrol {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    pointer-events: none;
}

.barrel-map_Prev.barrel-map_Dbtn {
    float: left;
}
.barrel-map_Dbtn {
    float: right;
    width: 24px;
    height: 36px;
    text-indent: -9999px;
    border: none;
    pointer-events: auto;
    position: relative;
    background: none;
}
.barrel-map_Dbtn::before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 12px;
    width: 34px;
    height: 34px;
    content: '';
    border-right: 2px solid #9c132d;
    border-top: 2px solid #9c132d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: 300ms;
}

.barrel-map_Dbtn:hover::before {
    opacity: .5;
}
.barrel-map_Dbtn.barrel-map_Prev::before {
    left: 12px;
    right: auto;
    border: none;
    border-left: 2px solid #9c132d;
    border-bottom: 2px solid #9c132d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
/*----For Barrel Map----*/

/*----For Our Barrels Project----*/


/*----For Podcast Page----*/
.podcast-banner {
    background-image: url('../images/podcast/podcast-banner.jpg?ver=3');
}
.podcast-main {
    margin-top: 130px;
}
.podcast-main h2 {
    color: #061d49;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'AauxProOT-Medium';
    padding-top: 26px;
    margin-bottom: 26px
}
.podcast-main p {
    margin: 0 0 15px;
    font-family: 'AauxProOT-Regular';
    line-height: 40px;
}
.podcast-main .media {
    padding-bottom: 60px;
}
.podcast-main .media-left {
    padding-right: 40px;
    padding-top: 12px;
}
.pd-imgContainer picture,
.pd-imgContainer img {
    display: block;
    width: 100%;
}
.pd-imgContainer {
    width: 550px;
}
.podcast-main .media-body {
    padding-right: 50px;
}
.pod-links {
    overflow: hidden;
}
.pod-links .btn {
    padding-right: 0;
    padding-left: 0;
    min-width: 270px;
    float: left;
    margin-right: 18px;
    margin-top: 18px;
}

.podcast-single {
    padding: 50px 0 60px;
    border-top: 1px solid #a9a9a9;
}
.podcast-single h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'AauxProOT-Medium';
    color: #a0a0a0;
    margin: 4px 0 12px;
}
.podcast-single h3 {
    margin: 0 0 5px;
    color: #061d49;
}
.podcast-single .btn.learn-more {
    padding-left: 20px;
    padding-right: 20px;
}
.podcast-single .btn.learn-more span {
    padding: 0 0 0 25px;
    background-image: url('../images/podcast/play-icon.png');
    background-position-x: 0;
    background-size: 13px auto;
}
.podcast-single iframe {
    width: 50% !important;
    max-width: 600px;
    border: 1px solid #E6E5E5 !important;
    padding: 5px;
    height: 102px !important;
    min-width: 345px;
    display: block;
}

.season-title ul {
    display: flex;
}
.season-title ul li:not(:last-child) {
    margin-right: 100px;
}
.season-title ul a {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'AauxProOT-Medium';
    color: #94001c;
}
.firstTitle ul li:not(:first-child) {
    opacity: 0.6;
}
.season-title .red-bar {
    margin: 44px 0 0;
}
.podcast-row .podcast-single p a {
    color: inherit;
    text-decoration: underline !important;
}
.computer .podcast-row .podcast-single p a:hover {
    text-decoration: none !important;
}
.home-hero.bernheim-3d-bg {
    background-image: url(../images/bernheim-3d-tour.jpg);
}
.home-hero.woty-blog-bg {
    background-image: url(../images/HHD_WOTY_slider.png);
}

/*---- HHBE Sweepstakes ----*/
.hhbeSweeps-banner {
    background-image: url(../images/hhbeSweeps-banner.png);
}
.banner-texts.two-liner-title .text-bar {
    line-height: 1.4em;
    padding-top: .4em;
    padding-bottom: .4em;
    transform: translateY(-1.6em);
    overflow: hidden;
}
.banner-texts.two-liner-title .top-bar::before {
    bottom: -.4em;
}

ul.bulleted-lists {
    list-style: disc;
    list-style-position: initial;
    padding-left: 1em;
    color: #061d49;
}
ul.bulleted-lists li {
    font-family: 'AauxProOT-Regular';
    line-height: 40px;
    color: #333;
}
.hhbe-sweepsPage h4 {
    margin-bottom: .75em;
}
.hhbe-sweepsImages {
    width: 410px;
    float: right;
}
.hhbe-sweepsImages img {
    display: block;
    width: 100%;
}
.hhbe-sweepsImages .p {
    margin: 30px 0;
}
/*---- HHBE Sweepstakes ----*/
/*---- HHBE Landing Page ----*/
.video-div.poster img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    object-fit: cover;
    display: block;
}
.video-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.video-banner.video-banner_visit.withiframe {
    padding-bottom: 56.25%;
}
.video-banner.video-banner_visit {
    padding-bottom: 48%;
}
.video-banner .video-div {
    display: block;
}
.video-banner .video-div video,
.video-banner .video-div iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    object-fit: cover;
    display: block;
    object-position: center 25%;
}
.hide {
    display: none;
} 
.more {
    margin: 0 5px;
    display: block;
    color: #9C132D;
    text-transform: uppercase;
    font-weight: 400;
}
.rise-slide .more {
    margin: 0;
    display: initial;
}
.rise-slide .less {
    color: #9C132D;
    text-transform: uppercase;
    font-weight: 400;
}
.home-copies sup {
    margin-left: 2px !important;
}
@media screen and (min-width: 768px) {

    .dhide {
        display: none !important;
    }
    .dfix {
        display: initial !important;
    }    
    .video-banner.video-banner_visit1 .video-div video {
        object-position: center 25%;
    }
    .video-banner.video-banner_visit1 {
        padding-bottom: 44.5%;
    }
    .new-hh-be.img-based.new-hh-be .hh-be-content {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.marginB0 {
    margin-bottom: 0 !important;
}
.marginT0 {
    margin-top: 0 !important;
}
.paddingB0 {
    padding-bottom: 0 !important;
}
.paddingT0 {
    padding-top: 0 !important;
}
.slim-bar {
    width: 80px;
    height: 2px;
    background: #0B1D46;
    opacity: 0.2;
    margin: 32px auto;
}
.slim-bar-top.slim-bar {
    margin: 0 0 26px;
    background: #fff;
    opacity: 1;
}
.new-hh-be.hhb-tasting .home-title {
    padding-bottom: 18px;
}
.you-do-bourbon .latest-feeds-ctas .btn:nth-child(2) {
    margin-left: 1.8em;
}
.taste-bottle-inspect .row {
    margin: 0 -32px;
}
.taste-bottle-inspect .cols {
    width: calc(100% / 3);
    padding: 0 32px;
}
.taste-bottle-inspect img {
    width: 100%;
}
.taste-bottle-inspect .number {
    font-size: 64px;
    margin-top: .55em;
    position: relative;
}
.number.dashed-line::after {
    content: '';
    width: calc(100% - 1em);
    position: absolute;
    height: 1px;
    opacity: 0.2;
    border-bottom: 1px dashed #0B1D46;
    top: .5em;
    left: 1.5em;
}
.taste-bottle-inspect .number span {
    display: flex;
    width: 2.67em;
    height: 2.67em;
    font-size: 0.375em;
    align-items: center;
    justify-content: center;
    background: #0B1D46;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-family: "kepler-std";
}
.taste-bottle-inspect .home-title {
    margin: .5em 0 .35em;
}
.taste-bottle-inspect .home-title span {
    font-size: .5em;
    line-height: 1em;
    display: block;
}
.taste-bottle-inspect p {
    font-family: 'AauxProOT-Regular';
}
.taste-bottle-inspect p {
    line-height: 1.55em;
}

.awards-section.book-a-tasting {
    background: #0B1D46;
}
.awards-section.book-a-tasting h2,
.awards-section.book-a-tasting p {
    color: #fff;
}
.awards-section.book-a-tasting p:not(.booking-info) {
    opacity: 0.8;
}
.awards-section.book-a-tasting .slim-bar {
    background: #fff;
}

.awards-section.book-a-tasting .container {
    max-width: 1420px;
}
.tasting-media_option {
    padding-top: 20px;
}
.tasting-media {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    position: relative;
}
.tasting-media .row {
    margin: 0 -24px;
}
.tasting-media_img {
    width: 40%;
    padding: 0 24px;
}
.tasting-media_img img {
    width: 100%;
}
.tasting-media_body {
    width: 60%;
    padding: 0 24px;
    position: relative;
}
.tasting-media_body .btn {
    position: absolute;
    top: 0;
    right: 24px;
}
.book-a-tasting .tasting-all-events.tasting-media p {
    margin-bottom: 1.5em !important;
}
.book-a-tasting .tasting-all-events.tasting-media .btn {
    position: relative;
    right: auto;
}
.tasting-media_body .home-title span {
    display: block;
    font-size: .55em;
    line-height: 1em;
    padding-top: .2em;
}
.tasting-media_body p {
    text-align: left;
    margin-bottom: 0;
}
.tasting-media.tasting-all-events img {
    width: 100%;
}
.tasting-all-events .tasting-media_body {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 64px;
}
.tasting-all-events .tasting-media_body .home-title span {
    margin-bottom: .7em;
}
.tasting-all-events .tasting-media_body p {
    margin: 0;
}
.location-hours .tasting-all-events .tasting-media_body {
    position: relative;
    top: auto;
    transform: none;
    left: 0;
    padding: 68px 64px 50px;
    background: linear-gradient(0deg, #F6F6F6, #F6F6F6), linear-gradient(270deg, rgba(0, 0, 0, 0.07) -8.43%, rgba(0, 0, 0, 0.7) 100%), url(image.png);
}
.location-hours .slim-bar-top.slim-bar {
    background: #0B1D46;
}

p.booking-info {
    margin: 22px 0 16px !important;
}
.booking-info span {
    position: relative;
    padding-left: 1em;
}
.booking-info span::before {
    content: '\2022';
    margin-left: -1em;
    width: 1em;
    display: inline-block;
    color: #971B2F;
}
p.booking-info span:first-child {
    margin-right: 1.25em;
}
.bar-tour .col-50 {
    width: 50%;
}
.bar-tour img {
    width: 100%;
}
.bar-tour .col-50:nth-child(2) {
    padding-left: 100px;
}
.bar-tour .slim-bar {
    background: #0B1D46;
    opacity: 0.2;
}
.bar-tour .home-copies.bar-tour-copy {
    margin: 10px 0 28px;
}
.bar-tour .home-copies {
    margin-top: 12px;
}
.color-blue {
    color: #0B1D46 !important;
}
.bar-tour.get-in-touch {
    background: #F9F9F9;
}
.location-hours .tasting-media {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    color: #fff;
}

.location-hours .flex.row {
    justify-content: space-between;
}
.location-hours .flex.row::before,
.location-hours .flex.row::after {
    display: none;
}
.location-hours .flex .cols {
    width: 38%;
}
.location-title {
    color: #971B2F !important;
    font-family: 'AauxProOT-Bold' !important;
    margin-bottom: 14px !important;
    line-height: 1em !important;
}
.location-hours .subtitle {
    color: #0B1D46;
    font-family: 'AauxProOT-Bold';
    margin-bottom: 8px;
    display: block;
    font-size: .9em;
}
.location-hours p {
    font-family: 'AauxProOT-Regular';
    line-height: 1.6em;
}
.location-hours address {
    font-style: normal;
    font-family: 'AauxProOT-Regular';
    line-height: 1.6em;
    font-size: 21px;
}
.location-hours address a {
    color: #1f1f1f;
}
.location-hours .map-container {
    margin: 0 0 32px;
    position: relative;
    padding-bottom: 55%;
}
.location-hours .map-container iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.location-two-col {
    position: relative;
}
.location-two-col .btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.location-hours .silent-text {
    opacity: 0.4;
    margin: 10px 0;
}
.location-hours .divider {
    /* width: 86%; */
    height: 1px;
    background: rgba(0, 0, 0, .15);
    margin: 24px 0;
}
.hh-holidays li {
    display: flex;
    align-items: center;
    padding-top: 4px;
}
.hh-holidays span:nth-child(1) {
    color: #971B2F;
    font-family: 'AauxProOT-Bold';
    margin-right: .5em;
}
.hh-holidays span:nth-child(2) {
    font-family: 'AauxProOT-Regular';
    line-height: 1.6em;
    opacity: 0.7;
}
.meet-distiller-section.visit-page-bottom.kb-trail {
    margin: 100px 0
}
.kb-trail .container {
    max-width: 1280px;
}
.kb-trail .slim-bar {
    background: #0B1D46;
    opacity: 0.2;
}
.kb-trail .cols {
    width: 50%;
}
.kb-trail .cols a {
    display: inline-block;
    width: 290px;
    margin: 0 auto;
}
.kb-trail .cols a img {
    width: 100%;
}
.kb-trail h2 {
    margin-bottom: 16px;
}

.learn-taste-shop .home-title {
    margin-bottom: 10px;
}

.learn-taste-shop-grid .item {
    padding: 0 15px;
    text-align: center;
    font-family: 'AauxProOT-Regular';
    /* width: 550px; */
}
.learn-taste-shop-grid img {
    width: 100% !important;
    transform: none !important;
}

.learn-taste-shop-grid .grid-title span {
    display: block;
    text-transform: uppercase;
    font-family: 'AauxProOT-Bold';
    letter-spacing: 0.1em;
    color: #0B1D46;
    font-size: .9em;
    line-height: 1em;
    padding-top: 12px;
}
.learn-taste-shop-grid p {
    padding: 22px 15px 0;
    line-height: 1.33em;
}
.learn-taste-shop .ccontrols {
    display: flex;
    justify-content: center;
}
.learn-taste-shop .ccontrols .prev-owl,
.learn-taste-shop .ccontrols .next-owl {
    width: 56px;
    height: 56px;
    top: auto;
    border: 1px solid #000;
    background: none;
    position: relative;
    opacity: 1;
    z-index: 2;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38% auto;
    margin: 0 20px;
}
.learn-taste-shop .ccontrols .next-owl {
    background-image: url(../images/arrow_forward.svg);
}
.learn-taste-shop .ccontrols .prev-owl {
    background-image: url(../images/arrow_backward.svg);
}

.learn-taste-shop .ccontrols .prev-owl::before,
.learn-taste-shop .ccontrols .next-owl::before {
    display: none;
}
.transparent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 29, 73, 0.25);
}
/*---- HHBE Landing Page ----*/

/*---- You Do Bourbon ----*/
.ydb-page .mob-ec-page {
    margin-top: 60px;
    margin-bottom: 70px;
}
.ydb-page .about-brand,
.ydb-page .about-hero {
    top: 0;
    margin-top: -60px;
}
/*---- You Do Bourbon ----*/


@media screen and (min-width: 992px) {

    .podcast-row {
        font-size: 70px;
        display: flex;
        margin: 0 -1em;
        position: relative;
    }
    .podcast-row:not(:first-child)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 1em;
        right: 1em;
        height: 1px;
        background: #a9a9a9;
    }
    .podcast-row .podcast-single {
        padding-left: 1em;
        padding-right: 1em;
        width: 50%;
        display: flex;
        flex-direction: column;
        border: none;
        justify-content: space-between;
    }
    .podcast-row .podcast-single h3,
    .podcast-row .podcast-single p,
    .podcast-row .podcast-single iframe {
        width: 100% !important;
        max-width: none !important;
    }
}
/*----For Podcast Page----*/
.bottle-in-bond .btn.learn-more {
    margin-bottom: 1.3em;
}
.bottle-in-bond h3 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.8em;
}
.bottle-in-bond ul li {
    color: #333 !important;
}
.bottle-in-bond .about-hero {
    top: auto;
    width: auto;
    padding: 0;
    background: none;
    margin: 0;
    float: none;
}
/*-----Will always be at bottom-----*/


/*-------For onpage animation--------*/
.computer .relative {
    position: relative;
}
.computer .absolute {
    position: absolute;
}
.computer .bg-right,
.computer .bg-110 {
    background-position-x: 110%;
}
.computer .bg-bottom {
    background-position-y: 110%;
}
.computer .bg-top {
    background-position-y: 5%;
}
.computer .bg-left {
    background-position-x: -10%;
}
.computer .section-right {
    right: -20%;
}
.computer .section-left {
    left: -20%;
}
.computer .opacity-full {
    opacity: 1;
}
.computer .opacity-zero {
    opacity: 0;
}
.computer .opacity-half {
    opacity: .25;
}
.computer .margin-top-100 {
    margin-top: 100px;
}
.computer .bg-10 {
    background-position-x: 10%;
}
.computer .bg-105 {
    background-position-x: 105%;
}
.computer .bg-95 {
    background-position-x: 95%;
}
.computer .bg-5 {
    background-position-x: 5%;
}
/*-------For onpage animation--------*/

.learn-more.woy {
    margin-left: 17%;
    margin-top: 2%;
}
.brand-award-section img {
    width: 212px;

}
.media.visit-special-media.faqSpecial {
    padding-bottom: 0;
}
.media.visit-special-media.faqSpecial .media-body {
    padding-right: 0;
}
.media.visit-special-media.faqSpecial .podcast-single {
    padding-bottom: 0;
    padding-top: 20px;
    border-top: none;
}
.meet-distiller-section .faqSpecial h3 {
    padding-top: 0;
    text-transform: none;
    margin-bottom: 0;
    font-family: "kepler-std";
}
.renovation-msg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(7, 29, 73, .8);
    z-index: 10000;
    text-align: center;
    font-family: 'AauxProOT-Regular';
    font-size: 17px;
    line-height: 1.5em;
    padding: 25px 15px;
    color: #fff;
}
.renovation-msg span {
    position: relative;
}
.renovation-msg a {
    background: url(/images/white-close-rnd.png) 0 0 no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
    right: 0;
    top: 2px;
}
@media screen and (min-width: 1280px) {
    .renovation-msg.sos {
        font-size: 18px;
    }
}

.renovation-msg.sos {
    padding-left: 44px;
    padding-right: 44px;
    background: rgba(7, 29, 73, .95);
}
.renovation-msg.sos span {
    display: block;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
.renovation-msg.sos span:not(:first-child) {
    margin-top: .8em;
}
.renovation-msg.sos>a {
    right: 10px;
    top: 10px;
    position: absolute;
}

.renovation-msg.sos span a {
    background: none;
    width: auto;
    height: auto;
    display: initial;
    text-indent: 0;
    border-radius: 0;
    position: relative;
    right: 0;
    top: 0;
    color: #fff;
    text-decoration: underline;
}
/* Parkers  barrel char level */
.barrel-char-levels {
    text-align: center;
}
.barrel-char-levels p {
    line-height: 1.7em;
    color: #333;
    font-family: 'AauxProOT-Regular';
}
.barrel-char-details h2,
.barrel-char-details p {
    text-align: left;
}
.barrel-char-details h2 {
    color: #8e2330;
}
.barrel-char-details h2 span {
    font-size: 0.6em;
    line-height: 1em;
    font-family: 'AauxProOT-Regular';
    font-style: italic;
    color: #0c1d46;
}
.barrel-char-images {
    position: relative;
}
button.charControl-btn {
    width: 27px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../images/phc-slider-prev.png) 0 0 no-repeat;
    background-size: contain;
    border: none;
    text-indent: -9999px;
    transform: translateY(-50%)
}
button.charControl-btn.nextLevel {
    left: auto;
    right: 0;
    background-image: url(../images/phc-slider-next.png);
}
.char-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 85%;
    margin: 30px auto 0;
}
.char-slides a {
    position: relative;
    width: 18%;
}
.char-slides a::before {
    position: absolute;
    bottom: -68px;
    left: 50%;
    margin-left: -18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    content: '';
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #1e1715;
    border-left: none;
    border-bottom: none;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}
.char-slides a.active::before,
.char-slides a.active>span,
.char-slides a:hover>span {
    opacity: 1;
}
.char-slides a>span {
    width: 190px;
    height: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.3em;
    background: #8e2330;
    border-radius: 50%;
    font-family: 'AauxProOT-Medium';
    overflow: hidden;
    opacity: 0;
    transition: 500ms;
}
.char-slides a>span span {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.char-slides a>span::before {
    content: '';
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.char-slides a>span span::before,
.char-slides a>span span::after {
    position: absolute;
    top: 50%;
    left: -2px;
    height: 26px;
    width: calc(100% - -4px);
    content: '';
    background: #8e2330;
    z-index: -1;
}
.char-slides a>span span::before {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}
.char-slides a>span span::after {
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
}
.char-slides a img {
    width: 100%;
}
.barrel-char-slide .media-left {
    padding-top: 12px;
    padding-right: 40px;
}
.barrel-char-slide .media-left img {
    display: block;
    max-width: 400px;
}
.barrel-char-details {
    padding-top: 40px;
    margin: 52px 0 30px;
    border-top: 2px solid #1e1715;
}
.charSlide-container {
    position: relative;
}
.charSlide-container .media:first-child {
    position: relative;
}
.charSlide-container .media {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 500ms;
}
.charSlide-container .media.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/* Parkers  barrel char level */

/*----How to Enjoy----*/
.how-to-enjoy-section {
    margin-bottom: 60px;
    text-align: center;
    line-height: 35px;
    font-family: 'AauxProOT-Regular';
}
.how-to-enjoy-section h2 {
    font-family: "kepler-std";
    line-height: normal;
    color: #061d49;
    margin-bottom: 7px;
}
.centered-flexed-btn {
    padding: 30px 0;
}
/*----How to Enjoy----*/

/*---- Homepage Update 2020 ----*/
/*.banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 200px);
}*/
.banner-carousel .owl-nav button {
    width: 68px;
    height: 75px;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.75;
    text-indent: -999em;
}
.computer .banner-carousel .owl-prev:hover {
    left: -10px;
    opacity: 1;
}
.computer .banner-carousel .owl-next:hover {
    right: -10px;
    opacity: 1;
}
.banner-carousel .owl-prev {
    left: 0;
    background-image: url(../images/owl-prev-red.png);
}
.banner-carousel .owl-next {
    right: 0;
    background-image: url(../images/owl-next-red.png);
}
.banner-carousel .owl-dots {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    width: 1420px;
    padding: 0 60px;
}
.banner-carousel .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    margin-left: 20px;
    border-radius: 50%;
}
.banner-carousel .owl-dot:first-child {
    margin-left: 0;
}
.banner-carousel .owl-dot.active,
.computer .banner-carousel .owl-dot:hover {
    background: #8d112a;
}

.bottom-bottle-section.fluid-section .container {
    max-width: 1920px;
    padding: 0 40px;
}

.fluid-section .homeUpdate {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fluid-section .homeUpdate .upcoming-releases {
    float: none;
}
.fluid-section .homeUpdate .upcoming-releases h3 {
    margin-bottom: 8px;
}
.fluid-section .homeUpdate .upcoming-releases p {
    margin-bottom: 12px;
}
.fluid-section .homeUpdate .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.fluid-section .homeUpdate .media-left {
    padding-right: 40px;
}

.fluid-section .homeUpdate .upcoming-releases:nth-child(1) img {
    width: 462px;
}

.fluid-section .homeUpdate .upcoming-releases:nth-child(2) img {
    width: 250px;
}
.fluid-section .homeUpdate .upcoming-releases:first-child .media-left {
    vertical-align: bottom;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.fluid-section .homeUpdate .upcoming-releases:nth-child(1) {
    width: calc(50% - -60px);
}
.fluid-section .homeUpdate .upcoming-releases:nth-child(2) {
    width: calc(50% - 60px);
    padding-left: 40px;
}
.fluid-section .homeUpdate .upcoming-releases .media-body {
    padding-bottom: 40px;
    width: auto;
    height: 100%;
}
.fluid-section .homeUpdate .upcoming-releases:nth-child(2) .media-left,
.fluid-section .homeUpdate .upcoming-releases .media-body {
    vertical-align: top !important;
    padding-top: 40px;
}
.signup-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.signup-popup {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(7, 29, 73, .95);
    z-index: 10000;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 60px 0;
    transition: opacity 500ms, visibility 500ms;
}

.signup-popup .signup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: none;
    width: 36px;
    opacity: .75;
    padding: 0;
}

.computer .signup-popup .signup-close:hover {
    opacity: 1;
}
.signup-popup .signup-close img {
    width: 100%;
    display: block;
}
.signup-popup h3 {
    font-weight: 400;
    font-family: "kepler-std";
    text-transform: none;
    margin-bottom: .125em;
}
.signup-popup p {
    line-height: 1.7em;
    margin-bottom: .85em;
    font-family: 'AauxProOT-Regular';
}
.signup-popup .nlSectionUpdate .newsletter-signup {
    float: none;
    max-width: 620px;
    margin: 0 auto;
    box-shadow: 0 0 25px rgba(255, 255, 255, .10);
}
.signup-popup .newsletter-signup .input-group {
    margin: 0;
}
.signup-popup .newsletter-signup .form-control {
    background-image: url(../images/envelope-blue.png?ver=3);
}

.signup-popup .newsletter-signup button {
    background: #9c132d;
}
.computer .signup-popup .newsletter-signup button:hover {
    background: #bc223f;
}

/*-- Slider --*/
.slide-contentLeft {
    width: 45%;
    padding-top: 60px;
}
.slide-contentRight {
    width: 55%;
}
.slide-contentRight img {
    position: static !important;
    max-width: 100%;
}
.bottom-headline {
    position: absolute;
    bottom: 22px;
    left: 43px;
    width: 100%;
    z-index: 10;
    color: #fff;
    font-family: 'AauxProOT-Regular';
}
.bottom-headline .p {
    font-size: 12px;
}


@media screen and (min-width: 1921px) {
    .banner-carousel .owl-nav {
        width: 1620px;
    }
}

.home-hero.rickhouseStory {
    background-image: url(/images/rickhouse-story.jpg);
}


.fathers-day-page p span {
    display: block;
    margin-top: .4em;
}
.fathers-day-page p a {
    color: #9c132d;
}
.fathers-day-page p a:hover {
    text-decoration: underline;
}
/*---- Homepage Update 2020 ----*/
div[data-url="kentucky-mule"] a {
    display: block;
    position: relative;
}
div[data-url="kentucky-mule"] a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/recipes/larceny-kentucky-mule.png') center bottom no-repeat;
    background-size: 100% auto;
}
div#recipe-20 a img {
    opacity: 0 !important;
}

.fathers-day-page p span {
    display: block;
    margin-top: .4em;
}
.fathers-day-page p a {
    color: #9c132d;
}
.fathers-day-page p a:hover {
    text-decoration: underline;
}

/*---- ECTB ----*/
.has-flex::before,
.has-flex::after {
    display: none;
}
.height100 {
    min-height: 100%;
}
.hh_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hh_jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hh_jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hh_ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hh_ac-sb {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.hh_flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hh_jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ectb-body p {
    font-family: 'AauxProOT-Regular';
    text-align: center;
    color: #333;
    line-height: 1.7em;
}

.ectb-body h2,
.ectb-body h3,
.ectb-body h4 {
    color: #061d49;
    text-align: center;
}
.flexible-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container-990.container {
    max-width: 990px;
}
.fluid-img {
    width: 100%;
}
.fluid-img.fit-cover,
.fluid-img.fit-contain {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.fluid-img.fit-contain {
    object-fit: contain;
}
.bb-guide-intro {
    margin: 100px 0;
}
.parallax-video {
    height: calc(100% - -200px);
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.title-container {
    padding: 38px;
    background: #fff;
    text-align: center;
}
.bb-guide-intro h2 {
    margin-bottom: 28px;
}
.hh_flex .container {
    width: 100%;
}
.bb-guide-intro .red-bar {
    margin: 0 auto;
}
.red-bar.centered {
    margin-left: auto;
    margin-right: auto;
}
.pmargin42 {
    margin-bottom: 42px;
}
.ectb-videos {
    position: relative;
    overflow: hidden;
}
.ectb-videos::before {
    display: block;
    content: '';
    padding-bottom: 56.25%;
}
.ectb-videos.square::before {
    padding-bottom: 100%;
}
/* 
.ec-tb .brand-info {
    margin-top: 0;
    padding-left: 56px;
} */

.autoplay-animation_block {
    margin: 70px auto 100px;
}
.autoplay-animation_block .cols {
    width: 25%;
}
.autoplay-animation_block video.fit-cover {
    object-position: center top;
}
.autoplay-animation_block .ectb-videos::before {
    padding-bottom: 68.359%;
}
.has-arrow {
    position: relative;
}
.has-arrow::after {
    width: 13px;
    height: 100%;
    right: -7px;
    position: absolute;
    top: 0;
    background: url(../images/arrow-double-right.svg) center center no-repeat;
    background-size: contain;
    content: '';
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms ease-out 1000ms;
}
.autoplay-animation_block .cols:nth-child(4) .ectb-videos::after {
    opacity: 0;
    transition: opacity 500ms ease-out 1000ms;
}
.begin .has-arrow::after,
.autoplay-animation_block .cols.begin .ectb-videos::after,
.animatedSibling.textOnView {
    opacity: 1;
}
.animatedSibling {
    opacity: 0;
    transition: opacity 500ms ease-in;
}
.autoplay-animation_block p {
    font-family: "kepler-std";
    line-height: 1.33em;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 500ms ease-out 1000ms, transform 500ms ease-out 1000ms;
}
.begin p {
    opacity: 1;
    transform: translateY(0);
}
.common-qoute {
    position: relative;
    margin: 100px 0;
    overflow: hidden;
}
.common-qoute h2 {
    line-height: 1em;
    margin-top: 20px;
    position: relative;
}
.common-qoute h2 span {
    font-size: 0.74em;
    line-height: 1.4375em;
    display: block;
}
.common-qoute p {
    font-family: 'AauxProOT-Medium';
    color: #000;
    position: relative;
    line-height: 1em;
}
.common-qoute p span {
    font-size: 0.857em;
    display: block;
}
.common-qoute img {
    width: 39px;
    margin: 0 auto !important;
    position: relative;
}
.common-qoute .red-bar {
    margin: 24px auto;
    position: relative;
}

.ineractive-quote {
    padding: 52px 0;
}
.ineractive-quote .fit-cover {
    object-position: left center;
    transform: translateX(-5%);
    opacity: 0;
}

.charringand_more {
    padding-bottom: 100px;
}
.charringand_more .red-bar {
    margin-top: 22px;
    margin-bottom: 0;
}
.charringand_more .media {
    margin: 58px 0 64px;
}
.charringand_more .media-left {
    padding: 0;
}
.charringand_more .media-left img {
    width: 255px;
    margin-bottom: 15px;
}
.charringand_more .media-left p {
    line-height: 1em;
}
.charringand_more .media-left p span {
    font-size: 0.875em;
    line-height: 1.3em;
    display: block;
}
.charringand_more .media-body {
    padding-left: 50px;
    padding-top: 15px;
}
.charringand_more .media-body p {
    text-align: left;
}


.char-columns {
    margin-bottom: 75px;
}
.char-columns .cols {
    width: 35%;
    margin: 0 3.23%;
}
.will-zoom_nn {
    margin-bottom: 32px;
    overflow: hidden;
    cursor: pointer;
}
.computer .will-zoom_nn img {
    transition: 500ms ease-out;
}
.computer .will-zoom_nn:hover img {
    transform: scale(1.1)
}

.char-columns p span {
    font-family: "kepler-std";
    display: block;
    margin-bottom: 8px;
    color: #9C132D;
    font-weight: 500;
}
.crafting-barrel {
    margin-top: 100px;
}
.flavor-balance {
    margin: 100px 0 70px;
}
.flavor-balance .cols {
    width: 34%;
}
.flavor-balance .cols:first-child {
    margin-right: 80px;
}
.flavor-balance h2,
.flavor-balance .cols p {
    text-align: left;
}
.flavor-balance .cols h2 {
    line-height: 1em;
}
.flavor-balance .cols h2 span {
    display: block;
    font-size: .82em;
    line-height: 1.22em;
}
.flavor-balance .cols .red-bar {
    margin: 24px 0;
    ;
}
.flavor-balance .cols p:first-of-type {
    margin-bottom: 25px;
}


.chart-section {
    background: #fafafa;
    padding: 100px 0;
}
.chart-svg {
    width: 1100px;
    margin: 0 auto 80px;
}
.chart-svg svg {
    display: block;
}
.chartSt8,
.chart-section .svgPath {

    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 1500ms ease-in;
}
.chart-section .svgPath {
    transition: 1000ms ease-in;
}

.pathOnView .chartSt8,
.pathOnView .svgPath {
    stroke-dashoffset: 0;
}


.blue-quote.common-qoute {
    padding: 100px 0;
}
.blue-quote.common-qoute h2 span {
    font-size: 0.55em;
}
.blue-quote.common-qoute h2 span,
.blue-quote.common-qoute p {
    color: #fff;
}
.blue-quote.common-qoute p {
    opacity: 0.7;
}

.panning-bg,
.see-process {
    overflow: hidden;
    margin-bottom: 100px;
}
.zoomImgECTB {
    transition: 15s ease-in;
}
.zooming.zoomImgECTB {
    /* animation: zoompan 30s infinite; */
    transform: scale3d(1.22, 1.22, 1.22);
}
@keyframes zoompan {
    50% {
        transform: scale3d(1.22, 1.22, 1.22);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale3d(1, 1, 1);
        animation-timing-function: ease-in;
    }
}
.qoute-barley.common-qoute {
    padding: 87px 0;
    background: #fafafa;
}
.red-bar.blue-bar {
    background: #0D204A;
}
.common-qoute .special-barley {
    width: 590px;
    height: 625px;
    top: 0;
    right: -161px;
    position: absolute;
    transform: translateY(100px);
}

.svg_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    display: block;
}
/* .see-process .ectb-videos a:hover .play_Circle_SVG {
    fill: rgb(7 29 73 / .55);
} */
.charringand_more.brand-awardSection .media {
    margin-bottom: 0;
}
.brand-awardSection .one-fourth {
    padding: 0 12px;
}
.autoplay-animation_block.lbp-exp p span {
    margin-top: .5em;
    font-size: 1.33em;
    line-height: 1em;
    display: block;
    color: #9C132D;
}
.lbp-exp .lbp-items p {
    transition: 500ms linear 500ms;
}
.lbp-items img {
    opacity: 0;
    transition: opacity 500ms linear;
}
.lbp-items.begin img {
    opacity: 1;
}

.lbp-Css .ectb-videos.cs-ratio::before {
    padding-bottom: 43.75%;
}
.lbp-Css div.common-qoute .nq {
    max-width: 30px;
}
.eq2_qoute {
    padding-top: 48px;
    padding-bottom: 48px;
}
.lbp-Css .panning-bg {
    margin-top: 34px;
}
.nodm.common-qoute.lbp-barley {
    margin-bottom: 0;
}

.menuBtn {
    margin-top: 1em !important;
}
/*---- ECTB ----*/

@media screen and (min-width: 768px) {
    .lbp-bps.outer-style-row {
        display: flex;
        justify-content: center;
    }
    .style-type2 .lbp-bps .w-styles:first-child {
        margin-left: 0;
    }
    .lbp-items:nth-child(2) img {
        transition-delay: 500ms;
    }
    .lbp-exp .lbp-items:nth-child(2) p {
        transition-delay: 1000ms;
    }
    .lbp-items:nth-child(3) img {
        transition-delay: 1000ms;
    }
    .lbp-exp .lbp-items:nth-child(3) p {
        transition-delay: 1500ms;
    }
    .charringand_more.brand-awardSection {
        padding-bottom: 0;
    }

    .internet-explorer .chart-svg {
        position: relative;
    }
    .internet-explorer .chart-svg::before {
        content: '';
        display: block;
        padding-bottom: 37.36%;
    }
    .internet-explorer .chart-svg svg {
        position: absolute;
        left: 0;
        top: 0;
    }
    #infoItemContainer {
        pointer-events: none;
    }
    .lineage-slider .common-slider_slides {
        height: auto !important;
    }
    .recipe-page-special.text-center .w-styles {
        width: 16.6666%;
    }
    .is_nonSticky .navigation {
        position: absolute;
    }
    .bottle-slider-container.desktopCenter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
    }

    .fathers-label-layout #hhbe-sweepstakes-form .xpMaterial:nth-child(5) {
        width: 50%;
    }
    /*Barrel map animation*/

    .barrel-map_slide {
        overflow: hidden;
        transition: opacity 500ms ease, visibility 500ms ease;
        -webkit-transition: opacity 500ms ease, visibility 500ms ease;
        -ms-transition: opacity 500ms ease, visibility 500ms ease;
    }
    .barrel-map_slide img {
        transform: scale3d(1.05, 1.05, 1);
        -webkit-transform: scale3d(1.05, 1.05, 1);
        -ms-transform: scale3d(1.05, 1.05, 1);
        transition: transform 700ms ease;
        -webkit-transition: transform 700ms ease;
        -ms-transition: transform 700ms ease;
    }
    .barrel-map_info {
        transform: translate3d(100px, 0, 0);
        -webkit-transform: translate3d(100px, 0, 0);
        -ms-transform: translate3d(100px, 0, 0);
        opacity: 0;
        transition: transform 500ms ease 420ms, opacity 500ms ease 420ms;
        -webkit-transition: transform 500ms ease 420ms, opacity 500ms ease 420ms;
        -ms-transition: transform 500ms ease 420ms, opacity 500ms ease 420ms;
    }
    .barrel-map_slide.show-map .barrel-map_info {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }
    .barrel-map_slide.show-map img {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
    }
    .internet-explorer .svg_anim {
        display: none !important;
    }
    /*Barrel map animation*/
    .you-do-bourbon .hh-be-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .new-hh-be.img-based.you-do-bourbon {
        padding: 0;
    }
    .learn-taste-shop-grid .item-image {
        position: relative;
        overflow: hidden;
        padding-bottom: 67%;
    }
    .learn-taste-shop-grid .item-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.address-confirm-bottom {
    padding-top: 15px;
}
.address-confirm-bottom button {
    margin: 10px 10px 0;
}

/*--Rittenhouse Rye Page--*/
.rise-slide {
    width: 942px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgb(0 0 0 / 6%);
    margin: 10px 15px 12px;
    position: relative;
}
.rise-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 500ms;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 100%);
    pointer-events: none;
}
.active.center .rise-slide::after {
    opacity: 0;
}
.active.center + .active .rise-slide::after {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 100%);
}
.rise-slider-section .owl-nav.disabled {
    display: block !important;
}
.rise-slider-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
}
.rise-slider-section .owl-prev,
.rise-slider-section .owl-next {
    font-size: 56px !important;
    width: 1em;
    height: 1em;
    padding: 0;
    background: url(../images/phc-left-arrow.svg) center center no-repeat;
    background-size: contain;
    text-indent: -99em;
    margin: 0 .9em;
    pointer-events: auto;
}
.rise-slider-section .owl-next {
    background-image: url(../images/phc-right-arrow.svg);    
}
.rise-slider-section .owl-nav .disabled {
    opacity: .25;
    filter: grayscale(1);
}


.rise-slider-section .sliderBottom {
    margin-top: 82px;
}
.rise-slider {
    max-width: 100%;
    overflow-y: auto;
}
.rise-slide-img {
    flex: 0 0 310px;
    max-width: 310px;
    margin-right: 50px;
    margin-top: 7px;
}
.rise-slide-img-wrap {
    width: 310px;
    height: 400px;
    position: relative;
    margin-bottom: 20px;
}
.rise-slide-img-wrap img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none !important;
}
.rise-slider-section .home-copies {
    color: #000;
    opacity: 0.7;
    line-height: 1.5em;
}
.rise-slide-info .home-copies {
    margin: 0 0 21px;
    line-height: 1.5em;
}
.rise-slide-info .home-copies.sub-copy {
    font-family: 'AauxProOT-Medium';
    color: #0D204A;
    opacity: 0.7;
    margin-bottom: 17px;
}

.rise-slide-info {
    flex: 1;
}
.rise-slider-section {
    margin-bottom: 120px;
}
.rise-slider-section .home-title span {
    display: block;
    font-size: 0.75em;
    line-height: 1em;
}
.rise-slider-section .section-head {
    margin-bottom: 40px;
}
.rittenhosue-page .home-title span {
    display: block;
    font-size: 0.75em;
    line-height: 1em;
}
.rise-slider-section .section-head {
    margin-bottom: 40px;
}
.rise-slide-info h3 {
    margin: 0 0 13px;
    color: #9C132D;
}
.rise-slide-info h3 span {
    font-size: 0.92em;
    line-height: 1.375em;
    display: block;
}
.rye-bourbon-compare-section {
    background: #f9f9f9;
}
.slideState span {
    height: 2px;
    display: block;
    background: #971B2F;
    transition: width 500ms;
}
.slideState {
    width: 100%;
    background: rgb(11 29 70 / 20%);
}
.next-preview-btn a img {
    width: 56px;
}
.next-preview-btn a {
    margin: 0 15px;
}
.next-preview-btn {
    justify-content: center;
}


.bottled-bond .home-title span {
    font-size: .75em;
}
.section-head .home-title {
    margin-bottom: .3em;
    color: #0D204A;
}
.rye-bourbon-compared {
    border: 1px solid #0D204A;
    padding: 30px;
    max-width: 1030px;
    margin: 0 auto;
}
.rye-bourbon-compared .divider {
    border-right: 1px solid #0D204A;
}
.section-head {
    margin-bottom: 60px;
}
.rye-bourbon-compared .img-block {
    margin-bottom: 20px;
}
.rye-bourbon-compared .img-block img {
    height: 300px;
    width: auto;
    margin: 0 auto;
}
.rye-bourbon-compared .cols {
    flex: 0 0 50%;
    max-width: 50%;
}
.rye-bourbon-compared .copy-block {
    padding: 0 50px 25px;
}
.rye-bourbon-compared h3 {
    margin: 0 0 15px;
    color: #0D204A;
}
.rye-bourbon-compared h3 span {
    font-size: .62em;
}
.style-checked li {
    background-image: url(../images/icon-check.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 6px;
    margin-bottom: 5px;
}

.rye-bourbon-quote {
    background: #F9F9F9;
    max-width: 1240px;
    margin: 100px auto !important;
    border: 1px solid #D9D9D9;
}
.rye-bourbon-quote h2 {
    color: #0D204A;
}
.quote-of {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}
.quote-of img {
    width: 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin: 0 15px !important;
}
.quote-by {
    text-align: left;
}
.quote-by h3 {
    font-size: 24px;
    color: #971B2F;
    font-family: "kepler-std";
    margin: 0 0 5px;
    letter-spacing: 0;
}
.quote-by p {
    color: rgba(0, 0, 0, .4);
}

.bartenders-favorite-section {
    background: #f9f9f9;
    padding: 100px 0;
    margin: 0 0 80px;
}
.bartenders-favorite-section .cols {
    padding: 0 25px;
}
.bartenders-favorite-section img {
    width: 80px;
    margin: 0 0 15px;
}
.bartenders-favorite-section h3 {
    margin-bottom: 10px;
}
.bartenders-favorite-section h3 span {
    font-size: .69em;
    color: #0D204A;
}
.bartenders-favorite-section .home-copies {
    color: rgba(0, 0, 0, .7);
}
.grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}
/*--Rittenhouse Rye Page--*/

/*--Parker Collection Page--*/

.hhhc-page .relative {
    position: relative;
}
.hh-parker-heritage .hh-parker-head {
    background: #0D204A;
    width: 100%;
}
.hh-parker-heritage .hh-parker-head .container {
    background-image: url(../images/heaven-seal.png);
    background-repeat: no-repeat;
    background-position: 14% 90px;
    padding: 114px 0;
    background-size: 472px auto;
}
.hh-parker-heritage .hh-parker-head img {
    max-width: 530px;
    margin: 0 auto;
}
.hh-parker-testing {
    margin-bottom: 50px;
}
.hh-parker-product {
    position: relative;
}
.hh-parker-product img {
    width: 100%;
    height: auto;
}
.about-hhb-parker {
    background: url(../images/wheat-bg.png?ver=3);
    background-position: right center;
    background-size: 800px auto;
    background-repeat: no-repeat;
}
.about-hhb-parker .container {
    max-width: 1060px;
    align-items: center;
}
.hh-parkers-compare {
    background: #f2f2f2;
    width: 100%;
}
.hhb-parker-img img {
    max-height: 1000px;
}
.hhb-parker-img {
    flex: 0 0 260px;
    max-width: 260px;
    margin-right: 165px;
}
.hhb-parker-copies {
    flex: 1;
}
.hhb-parker-copies p {
    margin: 0 0 30px;
    color: rgba(0,0,0,.7);
}
.unique-label-section .home-copies span,
.hhb-parker-copies p span,
.hh-parkers-compare .section-head p span {
    display: block;
    font-size: 1.33em;
    line-height: 1.5em;
}
.unique-label-section .home-copies span {
    color: rgba(0, 0, 0, .7);
}
.hh-parkers-compare .section-head p {
    color: rgba(0, 0, 0, .7);
    margin-bottom: 16px;
}
.computer .hh-parkers-compare .section-head p a:hover {
    text-decoration: underline;
}
.hh-parkers-compare .rye-bourbon-compared {
    border: none;
    padding: 30px 0;
    max-width: 1160px;
    margin: 0 auto;
}
.hh-parkers-compare .rye-bourbon-compared .divider {
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.hh-parkers-compare .rye-bourbon-compared h3 {
    font-family: "kepler-std";
    text-transform: initial;
}
.hh-parkers-compare .rye-bourbon-compared h3 span {
    font-size: 1em;
}
.hh-parkers-compare .rye-bourbon-compared .img-block img {
    height: 600px;
}
.hh-parkers-compare .style-checked li {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: left center;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 28px;
    color: rgba(0, 0, 0, .6);
}
.hh-parkers-compare .style-checked li.icon-time {
    background-image: url(../images/icon-time.png);
}
.hh-parkers-compare .style-checked li.icon-classic {
    background-image: url(../images/icon-classic.png);
}
.hh-parkers-compare .style-checked li.icon-inventory {
    background-image: url(../images/icon-inventory.png);
}
.hh-parkers-compare .style-checked li.icon-time-r {
    background-image: url(../images/icon-time-r.png);
}
.hh-parkers-compare .style-checked li.icon-classic-r {
    background-image: url(../images/icon-classic-r.png);
}
.hh-parkers-compare .style-checked li.icon-inventory-r {
    background-image: url(../images/icon-inventory-r.png);
}
.bg-blue {
    background: #0D204A;
}
.section-spacing {
    padding: 100px 0;
}

.bib-quote .bib-quote-bg {
    background: url(../images/single-barrel-illustration.png) 130% bottom no-repeat;
    background-size: 800px auto;
    opacity: .5;
}
.bib-quote .toWhite {
    transition: 1000ms;
}
.bib-quote .toWhite.color-white {
    color: #fff !important;
}
.abs_100 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.col-78 {
    width: 78%;
}
.bib-quote .quote-icon {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
}
.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bib-quote .author img {
    width: 100px;
    border-radius: 50%;
}
.bib-quote .author .p.md {
    font-size: 24px;
    font-family: "kepler-std", serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.bib-quote .author .p.md span {
    font-family: "AauxProOT-Regular";
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 0.625em;
    line-height: 1em;
    opacity: .4;
    padding-top: 0.4em;
}
.bib-quote .h2 {
    font-size: 64px;
    line-height: 1.125em;
    font-weight: 500;
}
.bib-quote .h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.6em;
}
.bib-quote .h2 sup {
    font-size: .7em;
    line-height: 1px;
}
.bib-quote .container {
    max-width: 1070px;
}
.hh-parkers-breakdown-img img {
    width: 100%;
    height: auto;
}
.hh-parkers-compare.hh-parkers-breakdown {
    background: #fff;
}

.brelease-tab.hhb-tab {
    border: 0;
    margin-bottom: 0;
}

.hhb-tab-menu {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}
.hhb-tab-menu .brelease-styles.brtab {
    float: none;
    width: auto;
    margin: 0 15px;
}
.hhb-tab-menu .brelease-styles.brtab h3 {
    text-transform: initial;
    font-size: 22px;
    padding: 10px 25px;
}
.hhb-tab-content .brelease-styles-detail.substitution-table table tr td {
    width: 25% !important;
    border: none;
    padding: 0;
}
.hhb-tab-content .brelease-styles-detail.substitution-table p {
    padding: 15px 0px;
    text-align: center;
    font-family: "AauxProOT-Regular";
    border: 0;
    font-size: 1em;
}
.hhb-tab-content tbody {
    width: 100%;
}
.hhb-tab-content table thead {
    background: #061d49;
    border-bottom: 15px solid #fff;
}
.hhb-tab-content tbody tr {
    background: #F8F8F8;
    margin-bottom: 10px;
    border-bottom: 15px solid #fff;
}
.hhb-tab-content thead tr td p {
    color: #fff !important;
}



.unique-img {
    position: relative;
}
.unique-img .unique-label-img {
    width: 100%;
}

.unique-img .common-dots {
    top: 0;
    width: 100%;
    z-index: 99;
}
.unique-img .common-dots a.common-indicator,
.unique-indicators .common-dots a.common-indicator {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 2.6em;
    width: 2em;
    height: 2em;
    text-indent: initial;
    color: #0D204A;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(.625);
    transition: 200ms;
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.5));
}
.unique-img .common-dots a.common-indicator.active,
.unique-indicators .common-dots a.common-indicator {
    color: #fff;
    background: #0D204A;
    transform: scale(.8);
}
.unique-img .common-dots a.common-indicator:nth-child(1) {
    left: 23%;
    top: -3%;
}
.unique-img .common-dots a.common-indicator:nth-child(2) {
    left: 30%;
    top: 20%;
}
.unique-img .common-dots a.common-indicator:nth-child(3) {
    left: 13%;
    top: 44%;
}
.unique-img .common-dots a.common-indicator:nth-child(4) {
    left: 80%;
    top: 2%;
}
.common-slider3 .unique-img .common-dots .common-indicator:first-child {
    left: 28.5%;
}
.common-slider3 .unique-img .common-dots .common-indicator:nth-child(2) {
    top: 41%;
    left: 28.5%;
}
.common-slider3 .unique-img .common-dots .common-indicator:nth-child(3) {
    left: 46.5% !important;
}
.unique-label-slider .common-slides {
    text-align: left;
    max-width: 645px;
}
.unique-label-slider .common-slides h3 {
    font-family: "kepler-std";
    text-transform: initial;
    color: #0D204A;
    margin-bottom: 10px;
    font-size: 48px;
}
.unique-label-slider .common-slider-control {
    position: relative;
    right: auto;
    width: 144px;
    justify-content: space-between;
}
.unique-label-slider .common-slider-control button {
    width: 56px;
    background: none;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
}
.unique-label-slider .common-slider-control button:hover {
    background: none;
}
.unique-label-slider .common-slider-control button img,
.unique-img-big img {
    width: 100%;
}
.unique-label-slider .common-slider_slides {
    margin: 70px 0 20px;
}
.unique-label-section {
    background: url(../images/wheat-bg-2.png?ver=3);
    background-position: left center;
    background-size: 800px auto;
    background-repeat: no-repeat;
}
.unique-label-section .container {
    position: relative;
    padding: 60px 0;
    max-width: 1182px;
}
.unique-img-big {
    position: absolute;
    right: 0;
    height: 1080px;
    width: 300px;
    top: -1.5%;
}
.unique-img-big img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-edition {
    display: flex;
    padding-left: 65px;
    padding-top: 10px;
}
.img-edition p {
    background: #971B2F;
    color: #fff;
    padding: 7px 34px;
    text-transform: uppercase;
}
.img-edition .home-copies span {
    font-size: .86em !important;
    font-family: 'AauxProOT-Bold';
    color: #fff !important;
}
.unique-img .common-dots.creamEdition .common-indicator {
    background: #f6f6e3;
}
.unique-img .common-dots.creamEdition .common-indicator.active {
    background: #971B2F;
}
/*--Parker Collection Page--end*/


/* .style-type2 .maxReachedBox .w-styles {
    width: 7.69%;
}
.style-type2 .maxReachedBox .w-style-main {
    height: 120px;
    width: 120px;
}
.style-type2 .maxReachedBox .w-styles-inner {
    width: 104px;
    height: 104px;
} */

.style-type2 .maxReachedBox .w-styles {
    width: 7.69%;
}
.style-type2 .maxReachedBox .w-style-main {
    height: auto;
    padding: 0;
    width: 100%;
    padding-bottom: calc(100% - 8px);
}
.style-type2 .maxReachedBox .w-styles-inner {
    width: 94%;
    height: 94%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}




/*~~~~~~~~~~~~~~~~~~~~
    Bottled-In-Bond
~~~~~~~~~~~~~~~~~~~~~~*/
.relative {
    position: relative;
}
.img-responsive {
    max-width: 100%;
}
.bottled-in-bond-banner {
    background: #081734 url('../images/bib-banner-updated.png') center center/auto 100% no-repeat;
}
.goldenBg.red-bar,
.goldenBg.slim-bar {
    width: 70px;
    background: linear-gradient(90deg, #B39947 0%, #BFAA64 65.78%, #A99249 113.65%, #9D8228 238.26%, #B8A252 317.68%, #A18C4B 377.3%, #D4C58A 488.99%, #AA8E36 555.93%);
}
.backstory-section {
    margin-top: 80px;
}
.quote-sec {
    margin-top: 105px;
    padding: 120px 0 !important;
    background: url('../images/quoteBg-upd.jpg') center center/cover no-repeat;
}
.quote-sec .quote-by h3 {
    color: #fff;
    font-family: 'AauxProOT-Bold';
}
.quote-sec .quote-of {
    max-width: fit-content;
    padding-top: 0;
}
.quote-sec .quote-by p {
    color: #CEA44A !important;
    font-family: 'AauxProOT-Regular';
}
.quote-of.bib-quote img {
    width: 100px;
    max-width: 100px;
    margin: 0 20px 0 0 !important;
}
.quote-sec.new-hh-be.hhb-tasting .home-title {
    margin-bottom: 0;
}
.quote-sec .slim-bar-top.slim-bar {
    margin-bottom: 14px;
}
.common-spaces.the-lineage {
    padding-top: 75px;
}
.hhd-badge {
    position: absolute;
    top: 210px;
    width: 600px;
    left: -98px;
    z-index: -10;
    transform: translateX(-10%);
}
.crafted-content .slim-bar {
    background: #fff;
}
.crafted-sec {
    margin-top: 85px;
    padding: 140px 0;
    background: url('../images/craftedBg-upd.jpg') center center/cover no-repeat;
}
.crafted-content {
    position: relative;
    z-index: 10;
}
.borderOuter-box,
.borderInner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - 140px);
    width: calc(100% - 64px);
    background: linear-gradient(130deg, rgba(216, 200, 143, 1), rgba(220, 205, 146, 1), rgba(178, 154, 70, 1), rgba(210, 195, 132, 1), rgba(218, 202, 144, 1));
    transform: translate(-50%, -50%);
}
.borderInner-box {
    height: calc(100% - 38px);
    width: calc(100% - 38px);
}
.borderOuter-box::before,
.borderInner-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #0d2656;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    transform: translate(-50%, -50%);
}
.crafted-copy {
    width: 51%;
    padding-right: 90px;
}
.sliderCol {
    width: 49%;
}
.crafted-copy .home-title {
    color: #fff;
    line-height: 1em;
}
.crafted-copy .red-bar {
    margin-bottom: 27px;
}
.crafted-copy p {
    color: #fff;
    font-family: 'AauxProOT-Regular';
    margin: 32px 0 38px;
    line-height: 36px;
}
.crafted-copy .red-bar.goldenBg {
    background-color: #fff;
}
.crafted-copy .btn.learn-more {
    background: #9c132d;
}
.imageCopy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 5px;
}
.img-count {
    font-size: 64px;
    color: #fff;
    position: relative;
    display: inline-block;
    width: 80px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.img-count::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.img-desc {
    font-size: 36px;
    color: #fff;
    text-transform: unset;
    font-family: "kepler-std";
}
.sliderCol > p {
    color: #fff;
    margin: 20px 0 48px;
    font-family: 'AauxProOT-Regular';
    line-height: 28px;
}
.craft-carousel-img img {
    width: 100% !important;
    transform: translate(0) !important;
}
.crafted-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    right: 0;
    position: absolute;
    bottom: -130px;
}
.crafted-carousel .owl-nav button {
    background: none !important;
}
.crafted-carousel .owl-nav .owl-next {
    margin-left: 18px;
}
.crafted-carousel .owl-nav button img {
    width: 44px;
}
.owl-nav button.disabled {
    opacity: 0.5;
}
#slide-counter {
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    font-family: 'AauxProOT-Regular';
    font-size: 14px;
}
.slider-status {margin-top: -32px;}
.slideState {
    height: 4px;
    position: relative;
    width: 185px;
    background: rgba(255, 255, 255, 0.20);
}
.slideState span {
    position: absolute;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}
.rye-bourbon-quote.lynn-quote {
    margin: 30px auto 40px !important;
    background: none;
    border: none;
}
.lynn-quote .quote-by h3 {
    color: #0B1D46;
    font-family: 'AauxProOT-Bold';
}
.lynn-quote .quote-by p {
    color: #0B1D46;
    font-family: 'AauxProOT-Regular';
}
.common-qoute.lynn-quote h2 {
    margin-top: 0;
}
.common-qoute.lynn-quote .red-bar {
    margin-bottom: 13px;
}
.crafted-sec.space-bottom {
    margin-bottom: 98px;
}

/*~~~~~~~~~~~~~~~~~~~~~ 
    New Bottles 
~~~~~~~~~~~~~~~~~~~~~~*/
.hh-grain-banner.brand-detail-banner {
    background-image: url('../images/grain-fields-masthead.jpg');
}
.hh-grain-page .unique-label-section {
    padding-bottom: 250px;
}
.label-image {
    width: 100%;
}
.unique-label-image {
    position: absolute;
    right: -75px;
    top: 375px;
    width: 450px;
}
.unique-indicators {
    position: absolute;
    z-index: 999;
    height: 100%;
    right: -75px;
    top: 80%;
    width: 450px;
}
.unique-indicators .common-dots {
    height: 100%;
    width: 100%;
}
.unique-indicators .common-dots a.common-indicator,
.unique-img .unique-mobile-indicators.common-dots .common-indicator {
    color: #fff;
    background: #0D204A;
    transform: scale(.58);
}
.unique-indicators .common-dots a.common-indicator.active,
.unique-img .unique-mobile-indicators.common-dots .common-indicator.active {
    color: #fff;
    background: #971B2F;
    transform: scale(.75);
}
.unique-indicators .common-dots a.common-indicator:first-child {
    top: 11%;
    left: 63%;
}
.unique-indicators .common-dots a.common-indicator:nth-child(2) {
    top: 21%;
    left: 1%;
}
.unique-indicators .common-dots a.common-indicator:nth-child(3) {
    top: 36%;
    left: 5%;
}
.unique-indicators .common-dots a.common-indicator:nth-child(4) {
    top: 35%;
    left: 22%;
}
.hhd-controls-section.twoliners a {
    display: flex;
    align-items: center;
}
.hhd-controls-section.twoliners > a span {
    padding-right: .5em;
}
.hhd-controls-section.twoliners .pull-right a span {
    padding-left: .5em;
}


.bt-state-2.hhbib-label img {
    width: 106%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 73%;
}
.ec-2023 .hhbib-label .writting-pad2.active {
    width: 38.5%;
    height: 7.8%;
    top: 74.55%;
    left: -3%;
    font-family: 'andantinojfregular';
}
.ec-2023 .hhbib-label .writting-pad2.active h4 {
    line-height: 1em;
    font-family: 'andantinojfregular';
    text-transform: none;
}
.ec-2023 .xpMaterial .form-control.lines {
    text-transform: none;
}
/*-- Shipping FAQs --*/
.faq-sec {
    margin-top: 116px;
}
.faq-sec .container {
    max-width: 900px;
}
.single-faq {
    margin-bottom: 55px;
}
.single-faq .h3 {
    color: #0B1D46;
    padding-top: 12px;
    margin-bottom: 14px;
}
.single-faq .p {
    color: #0B1D46;
    font-family: 'AauxProOT-Regular';
}
.single-faq .p a {
    color: #0B1D46;
    text-decoration: underline;
}
.single-faq ul {
    margin-top: 30px;
}
.single-faq li {
    color: #0B1D46;
    line-height: 1.4;
    font-family: 'AauxProOT-Regular';
}
.mesg {
    font-size: 14px;
    margin-top: 30px;
}

/*---- Farm Rescue Module ----*/
.farm-rescue-module.section-spacing {
    padding-top: 0 !important;
}
.farm-rescue-module .container {
    align-items: center;
    justify-content: space-around;
}
.container.no-rows::before,
.container.no-rows::after {
    display: none;
}
.farm-rescue-module img {
    width: 28%;
}
.farm-rescue-module .col-56 {
    width: 50%;
}
.farm-rescue-module .home-title {
    line-height: 1.1em;
    padding-bottom: .1em;
}
.farm-rescue-module .home-title sup,
sup.kepler-sup,
sup.title-sup {
    position: relative;
    line-height: .1em;
    top: .2em;
    font-size: .8em;
}
sup.kepler-sup {
    font-size: 1.1em;
}
sup.title-sup {
    top: -.1em;
    font-size: .6em;
}
.farm-rescue-module .home-copies {
    margin-bottom: 1.2em;
}
.g2g-by-numbers.section-spacing {
    padding-top: 0;
}
.g2g-by-numbers.section-spacing p.home-copies {
    margin-bottom: 2.5em;
}
.g2g-edition {
    display: flex;
    width: 100%;
    margin-bottom: .5em;
}
.edition-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 10%;
}
.edition-item:first-child {
    width: 20%;
}
.edition-item span {
    width: 100%;
    text-align: center;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}
.edition-item span:first-child {
    background: #0B1D46;
    color: #fff;
    min-height: 3.5em;
    padding: 0 .75em;
    margin-bottom: .5em;
}
.edition-item span:nth-child(2) {
    height: 100%;
    background: #F8F8F8;
    padding: .75em 1em;
}
.edition-item:first-child span:nth-child(2) {
    display: block;
}

@media screen and (min-width: 768px) {   
    .g2g-edition-id:not(.serial-1) .edition-item span:first-child {
        display: none;
    }
}
/*---- Farm Rescue Module ----*/