/*------Form and other Elements-------*/
.form-control::-moz-placeholder {
    color: #d3d3d3;
    opacity: 1;
}
.form-control::-ms-placeholder {
    color: #d3d3d3;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
 }
.form-control::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
}
.form-control:focus {
    color: #000;
}
.form-control { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: none;
    padding-left: 10px;
    padding-right: 10px; 
    font-size: 18px;
    line-height: normal;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    z-index: 1;
    background: none;
    color: #000;
}
textarea.form-control{
    min-height: 135px;
    padding: 10px 15px;
}
input.customRC {
    opacity: 0;
    position: absolute;
}
label.customRC {
    font-size: 16px;
    line-height: 20px;
    padding-left: 28px;
    position: relative;
    display: block;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}
label.customRC a {
    color: inherit;
    text-decoration: underline;
}
label.customRC span{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff url(../images/cross.png) center center no-repeat;
    background-size: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    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: contain;
}
.alert.alert-success {
    display: none !important;
}
.asterisk {
    display: block;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;  
    color: #7A303F;
    font-style: italic;
    margin-top: 1em;
}
/*------Form and other Elements-------*/

/*---- Homepage ----*/
.flexible-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-banner {
    position: relative;
}
.homeMasthead.embed-responsive::before {
    padding-top: 37.5%;
}
.home-banner h1,
.home-banner h2 {
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin: 0 0 34px;
}
.home-banner h1 b,
.home-banner h2 b {
    font-weight: normal;
    display: block;
}
.home-banner h1 span,
.home-banner h2 span {
    display: block;
    font-size: 1.375em;
    line-height: 1.3em;
    margin-top: 0;
}
.home-banner h1 i,
.home-banner h2 i {
    display: block;
    text-transform: none;
    font-size: 1em;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rye .home-whiskeys,
.rye .home-whiskeys_inner{
    border-color: #51623A !important;
}
.toasted-barrel .home-whiskeys,
.toasted-barrel .home-whiskeys_inner {
    border-color: #465966 !important;
}
.red-doubled {
    border-top: 24px solid #7a303f;
    position: relative;
}
.red-doubled::before {
    content: '';
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    border-top: 2px dotted #7A303F;
}
.red-doubled.down::before {
    top: auto;
    bottom: 0;
}
.red-doubled.down {
    padding-bottom: 10px;
}
/* Toasted Barel Medals Starts */
.product-award.toasted-barrel {
    background: #465966;
}
.toasted-barrel .award-container::before {
    background: url(../images/barel_proof_leafes.png) center center/90% auto no-repeat;
}
.home-whiskeys.noBorder {
    border: none;
}
/* Toasted Barel Medals Ends */

.home-whiskeys {
    border-top: 22px solid #7A303F;
    border-bottom: 22px solid #7A303F;
    padding: 8px 0;
    position: relative;
}
.home-whiskeys_inner {
    padding: 75px 0 0;
    border-top: 2px dotted #7A303F;
    border-bottom: 2px dotted #7A303F;
    overflow: hidden;
    position: relative;
}
.whiskey-bottle_info {
    padding-bottom: 75px;
}
.home-whiskeys_inner::before {
    content: '';
    position: absolute;
    top: 751px;
    left: 0;
    width: 100%;
    height: 236px;
    background: linear-gradient(180deg, #C4C4C4 0%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.35;
}
.whiskeys {
    margin-top: 30px;
}

.seperator {
    height: 14px;
    background: url(../images/graphic-seperator.png) center center no-repeat;
    background-size: contain;
    margin: 27px 0 24px;
}
.whiskey-bottle {
    width: 20%;
}
.whiskey-bottle_img {
    width: 266px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.whiskey-bottle_img a {
    display: block;
    position: relative;
    -webkit-filter: brightness(.65);
            filter: brightness(.65);
    -webkit-transform: scale(0.7) scaleZ(1.0);
            transform: scale(0.7) scaleZ(1.0);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-perspective: 0;
            perspective: 0;
    -webkit-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
            

    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 700ms linear;
    transition: -webkit-transform 1000ms cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 700ms linear;
    -o-transition: transform 1000ms cubic-bezier(0.5, 1, 0.89, 1), filter 700ms linear;
    transition: transform 1000ms cubic-bezier(0.5, 1, 0.89, 1), filter 700ms linear;
    transition: transform 1000ms cubic-bezier(0.5, 1, 0.89, 1), filter 700ms linear, -webkit-transform 1000ms cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 700ms linear;
            
    /* transition: transform 1000ms ease-in-out, filter 700ms linear; */
}
.whiskey-bottle_img img {
    width: 100%;
}

.active .whiskey-bottle_img a,
.computer .dcentered .whiskey-bottle_img a {
    transform: scale(1) scaleZ(1.0) !important;
}
.active .whiskey-bottle_img a {
    filter: brightness(1);
}
.active span.mouseOver,
.dcentered span.mouseOver {
    pointer-events: none;
    display: none;
}

span.mouseOver {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.7) scaleZ(1.0);
    cursor: pointer;
    z-index: 2;
}
.computer .whiskey-bottle_img .mouseOver:hover + a ,
.computer .whiskey-bottle_img a:hover {
    filter: brightness(1);
    transform: scale(0.8) scaleZ(1.0);
}

.active .whiskey-bottle_info {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0,0,0);
}
.whiskey-bottle_info {
    position: relative;
    margin-top: 40px;
    opacity: 0;
    pointer-events: none;
    transition: 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms;
}
.whiskey-bottle_info .h2 a {
    color: #000;
    border-bottom: 2px dotted #7A303F;
    padding-bottom: 5px;
}
.whiskey-bottle_info .h2,
.whiskey-bottle_info .p {
    margin-bottom: 24px;
}
.whiskey-bottle_info .btn {
    min-width: 180px;
}

.no-pointer {
    pointer-events: none;
}
.no-pointer > * {
    pointer-events: auto;
}
.parrallax-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.home-ofw {
    padding: 96px 0;
}
.home-ofw .contents img {
    width: 414px;
    margin: 0 auto;
}
.line-seperator {
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 35px 0 28px; 
}
.review-carousel .owl-stage {
    display: flex;
}
.review-carousel .owl-item {
    padding: 55px;
    border-left: 2px dotted rgba(0, 0, 0, 0.5);
    text-align: center;
}
.review-carousel .owl-item:last-child {
    border-right: 2px dotted rgba(0, 0, 0, 0.5);
}
.review-carousel .item img {
    height: 64px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.review-carousel .item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.review-carousel .item .p {
    margin: 22px 0 0;
    padding-bottom: 24px;
}
.review-carousel .item .p,
.review-carousel .item .name {
    width: 100%;
}

.home-reviews {
    padding: 62px 0;
}
.common-pd-tb {
    padding-top: 62px;
    padding-bottom: 62px;
}
.reviewType {
    padding: 52px 0;
}
.home-reviews .h2 {
    color: rgba(0, 0, 0, 0.61);
    color: #555;
}
.home-reviews .name {    
    font-size: 12px;
    line-height: 1em;
    font-family: Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    text-transform: uppercase;
}
.reviewType .owl-dots {
    bottom: 0;
}
.reviewType .owl-dot,
.waystoenjoy-carousel .owl-dot {
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    border-color: #c4c4c4;
    margin: 0 3px;
}
.reviewType .owl-dot.active,
.waystoenjoy-carousel .owl-dot.active {
    background: rgba(0, 0, 0, 0.61);
    border-color: rgba(0, 0, 0, 0.61);
}
.black-bg .reviewType .owl-dot.active {
    background: rgba(255, 255, 255, 0.61);
    border-color: rgba(255, 255, 255, 0.61);
}

.reviewType .owl-next {
    right: -4%;
}
.reviewType .owl-prev {
    left: -4%;
}
.reviewType .owl-next,
.reviewType .owl-prev {
    background-image: url(../images/prev-gray.svg);
}
.ux-msg {
    font-size: 9px;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.35);
    margin: 15px 0 0;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
}

.content-right.gray-bg {
    background-image: url(../images/gray-bg-right.png);
    background-position: right center;
}
.gray-bg {
    background: url(../images/explore-recipe-bg.jpg) 0 0 no-repeat;
    background-size: 44% auto;
}
.content-left_inner,
.content-right_inner {
    text-align: right;
    padding: 70px;
}

.content-right_inner {
    text-align: left;
}
.red-bg .h2,
.red-bg .p {
    color: #fff;
}
.red-bg {
    background: #7A303F;
}





.home-social {
    background: #e9e9eb url(../images/footer-bg.png) center center no-repeat;
    background-size: cover;
    background: #fff;
}
.home-social .container {
    padding: 60px 0 54px;
}


.social-carousel .item img {
    width: 100%;
    transition: 500ms;
    transform: scale(1.01) translate3d(0,0,0);
    will-change: transform;
    transform-style: preserve-3d;
}

.social-carousel .item a {
    overflow: hidden;
    backface-visibility: hidden;
    perspective: 600px;
}
.computer .social-carousel a:hover img {
    transform: scale(1.05) translate3d(0,0,0);
}
.social-carousel .item {
    width: 12.5%;
    overflow: hidden;
}
.social-carousel .item:nth-child(2n+1) {
    width: 25%;
}
.social-carousel .item:not(:last-child) {
    margin-right: 1px;
}
.social-carousel .item a:nth-child(2) {
    margin-top: 1px;
}


/*
.social-carousel .owl-next,
.social-carousel .owl-prev {    
    width: 60px;
    height: 60px;
}
*/
/*---- Homepage ----*/

/*---- Our Whiskey ----*/
.bottle-tiles {
    position: relative;
}
.bottle-tiles::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 21vw;
    background: linear-gradient(180deg, #C4C4C4 0%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.35;
    content: '';
    pointer-events: none;
}
.bottle-tiles_img {
    position: relative;
}
.bottle-tiles_img::before {
    position: absolute;
    top: 90%;
    left: 0;
    width: 70vw;
    height: 38%;
    background: linear-gradient(180deg, #C4C4C4 0%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.35;
    content: '';
    pointer-events: none;
    z-index: -1;
}
.even-tile .bottle-tiles_img::before {
    left: auto;
    right: 0;
}
.even-tile .bottle-tiles_info {
    float: right;
    text-align: right;
}
.even-tile .bottle-tiles_info .h2 {
    justify-content: flex-end;
}
.bottle-tiles_img img {
    margin: 0 auto;
    height: 655px;
    position: relative;
}
.bottle-tiles_info {
    max-width: 390px;
}
.bottle-tiles .h2 span {
    padding-bottom: 4px;
    border-bottom: 2px  dotted #7a303f;
}



.bottle-tiles .btn {
    color: #fff;
}
.small-batch-tile .btn {
    border-color: #7a303f;
}
.small-batch-tile .btn::before,
.burgundy-bg {
    background: #7a303f;
}
.computer .small-batch-tile .btn:hover {
    color: #7a303f !important;
}
.barrel-proof-tile .btn {
    border-color: #000;
}
.barrel-proof-tile .btn::before,
.black-bg {
    background: #000;
}
.computer .barrel-proof-tile .btn:hover {
    color: #000 !important;
}

.toasted-barrel-tile .btn {
    border-color: #465966;
}
.toasted-barrel-tile .btn::before,
.teal-bg {
    background: #465966;
}
.computer .toasted-barrel-tile .btn:hover {
    color: #465966 !important;
}

.year-18-tile .btn {
    border-color: #273D5C;
}
.year-18-tile .btn::before,
.bluish-bg {
    background: #273D5C;
}
.computer .year-18-tile .btn:hover {
    color: #273D5C !important;
}
.straight-rye-tile .btn {
    border-color: #425530;
}
.straight-rye-tile .btn::before,
.green-bg {
    background: #425530;
}
.computer .straight-rye-tile .btn:hover {
    color: #425530 !important;
}

.whiskey-visit_inner {
    padding-bottom: 66px;
    width: 100%;
}
.explore-essentials .h2 {
    line-height: 1.9em;
}
.explore-essentials .h2 span {
    display: block;
    font-size: .88em;
    line-height: 1.1em;
    margin: 0;
}
.explore-essentials .p {
    padding: 8px 0;
}
.greatness-title.explore-essentials .p {
    padding-top: 0;
    padding-bottom: 0;
}
/*---- Our Whiskey ----*/

/*---- Product detail ----*/
.product-intro {
    padding: 92px 0;
    overflow: hidden;
}
.product-intro .container {
    padding: 0 110px;
}
.product-intro_img {
    height: 626px;
    position: relative;
}
.product-intro_img::before {
    content: '';
    position: absolute;
    left: -50vw;
    top: 91%;
    width: 150vw;
    height: 30%;
    background: linear-gradient(180deg, #C4C4C4 0%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.35;
}
.product-intro_img img {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
}

.product-intro_info h1 {
    font-size: 35px;
    line-height: 1em;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-indent: -0.05em;
}
.product-intro_info h1 span:not(:last-child) {
    color: rgba(0, 0, 0, 0.61);
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-indent: 0;
}
.product-intro_tag p {
    font-size: 19px;
    line-height: 1.58em;
    color: #555;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 2px  dotted #7A303F;
}
.product-intro_tag p span:not(:last-child) {
    line-height: 1em;
    font-style: italic;
    letter-spacing: 0.03em;
}
.product-intro_tag p span:last-child {
    color: #000;
    letter-spacing: 0.09em;
}
.product-intro_info .p,
.reivews {
    margin-bottom: 28px;
}
.product-intro_info .p span {
    display: block;
    font-size: .9em;
    line-height: 1em;    
    letter-spacing: 0.03em;
}
.reivews img {
    height: 22px;
    margin-bottom: 10px;
    margin-left: -2px;
}
.reivews span {
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}
.intro-detail.p {
    font-size: 20px;
    line-height: 1.5em;
}
button.close-onPagevideo.btn {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 100;
    margin-top: -15px;
    font-size: 13px;
    width: auto !important;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    letter-spacing: 0.06em;
}
.small-batch .product-award {
    background: #7a303f;
}
body.rye .product-award {
    background: #51623A ;
}
.detail-red {
    padding: 60px 0;
}
.detail-red .h2 {
    margin-bottom: 1.5em;
}
.award-row {
    margin: 0 -10px;
}
.award-row [class^="col-"] {
    padding: 0 10px;
}
.award-container::before {
    display: block;
    content: '';
    padding-bottom: 72.12%;
    background: url(../images/award-base.png?ver=2) center center no-repeat;
    background-size: 90% auto;
    background-blend-mode: luminosity;
}
.small-batch .award-container::before {
    background-color: #7a303f;
}
.barrel-proof .award-container::before {
    background-color: #000;
}
.year-old-18 .award-container::before {
    background-color: #273d5c;
}
.award-container {
    position: relative;
}
.award-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 224px;
    margin-left: -112px;
    transform: translateY(-50%) translateZ(0);
}
.award-info {
    font-size: 13px;
    font-family: Helvetica, sans-serif;
    text-align: center;
}
.award-info h2 {    
    font: inherit;
    text-transform: uppercase;
    letter-spacing: 0.19em;
    margin: 0;
    color: #fff;
}
.award-info p {
    font-size: 1.23em;
    line-height: 1.325em;
    font-family: athelas, serif;
    color: #fff;
    margin: .75em 0 0;
}

.content-left.black-bg {
    background: #000;
}
.content-left.black-bg * {
    color: #fff !important;
}

.tasting-notes {
    padding: 104px 0;
    font-size: 16px;
    position: relative;
    z-index: 111;
    background: #fff;
}
.tasting-notes h2 {
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #7a303f;
    margin: 0;
}
.tasting-notes h2 span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.61);
    color: #555;
}
.tasting-notes_seperator {
    height: 130px;
    position: relative;
    margin: 1em 0 2.3em;
}
.tasting-notes_seperator::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/tasting-glass.jpg) center center no-repeat;
    background-size: contain;
    content: '';
}
.tasting-notes_seperator.fadeInDown {
    will-change: initial;
}
.tasting-notes_seperator::before {
    position: absolute;
    bottom: 37%;
    width: 100%;
    height: 1px;
    border-top: 2px dotted #7a303f;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.tasting-notes p {
    font-size: 28px;
    line-height: 1.4em;
    max-width: 61%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.61);
    color: #555;
}
.tasting-notes_item p {
    line-height: 1.4em;
    margin-bottom: 0;
}
.tasting-notes .reviewer {
    font-size: 13px;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.5);
    font-family: Helvetica, sans-serif;
    padding-top: 10px;
    margin-bottom: 0;
}

.tasting-note_imgs {
    margin: 0 -2px;
    padding: 94px 0 37px;
}
.tasting-note_imgs [class^="col-"] {
    padding: 0 2px;
}
.tasting-note_img {
    position: relative;
}
.tasting-note_img img {
    width: 100%;
}
.tasting-note_img span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
    font-weight: bold;
}
.tasting-notes_item {
    margin-top: 60px;
}
.tasting-notes_item h3 {    
    font-size: 17px;
    line-height: 1em;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #7A303F;
    margin-bottom: 1em;
}



.product-award.detail-red .h2 {
    margin-bottom: .5em;
}
.medal-section.product-award.detail-red .h2 {
    margin-bottom: 1em;
}
.award-carousel .owl-item {
    padding: 20px 34px;
    border-left: 2px dotted rgba(255, 255, 255, 0.5);
}
.award-carousel .owl-item:last-child {
    border-right: 2px dotted rgba(255, 255, 255, 0.5);
}
.award-carousel .item-inner p {
    margin: 0;
}
.item-inner {
    width: 100%;
    height: 123px;
}
.item-inner:first-child {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
    padding-bottom: 19px;
}
.item-inner:nth-child(2) {
    padding-top: 30px;
}

.item-inner h3 {
    font-size: 19px;
    line-height: 1em;    
    letter-spacing: 0.09em;
    text-transform: uppercase;    
    color: #fff;
    margin-bottom: 12px;
}

.item-inner p {
    font-size: 15px;
    line-height: 1.5em; 
    font-family: Helvetica, sans-serif;  
    color: #fff;
    margin: 0;
}
.award-carousel.reviewType .owl-prev,
.award-carousel.reviewType .owl-next {
    background-image: url(../images/prev.svg);
}
.product-award .ux-msg {
    color: #fff;
}

.bottle-lineup {
    padding: 80px 0;
}
.bottle-lineup .h2 {
    margin-bottom: 50px;
}
.bottle-lineup .p {
    margin-bottom: 30px;
}
.bottle-lineup .btn {
    width: 100%;
    max-width: 420px;
}
.lineup-container {
    position: relative;
    margin-bottom: 40px;
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
}
.lineup-container::before {
    content: '';
    position: absolute;
    top: 82%;
    left: 50%;
    width: 110vw;
    height: 23%;
    background: linear-gradient(180deg, #C4C4C4 0%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.35;
    transform: translateX(-50%);
}
.lineup-container img {
    width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: opacity 800ms cubic-bezier(0.12, 0, 0.39, 0);
    will-change: opacity;
}
.lineup-container.inView img {
    opacity: 1;
    visibility: visible;
}
.lineup-container img:not(:nth-child(3)) {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.lineup-container img:nth-child(4),
.lineup-container img:nth-child(2) {
    z-index: 3;
    transition-delay: 600ms;
}
.lineup-container img:nth-child(5),
.lineup-container img:nth-child(1) {
    z-index: 2;
    transition-delay: 1200ms;
}



/*-- Straight Rye --*/
.rye-mashbill .container {
    padding: 94px 0;
}
.rye-mashbill .col-50 img {
    max-width: 505px;
    margin: 0 auto;
}
.rye-mashbill .col-50:last-child {
    border-right: 2px dotted #7a303f;
}
.rye-mashbill .embed-responsive::before {
    padding-top: 100%;
}
.rye-mashbill .embed-responsive video {
    height: 110%;
    object-fit: cover;
    top: -5%;
}
.rye-mashbill .embed-responsive {
    width: 630px;
    margin: 0 auto;
}
body.toasted-barrel .rye-mashbill .embed-responsive::before {
    padding-top: 56.25%;
}
body.toasted-barrel .rye-mashbill .embed-responsive {
    width: 100%;
}
body.toasted-barrel .rye-mashbill .embed-responsive video {
    height: 100%;
    top: 0;
}
/*-- Straight Rye --*/

/*-- Toasted Barrel --*/
.toastedSpecial.rye-mashbill {
    background: #f7f9fa;
}
.toastedSpecial.rye-mashbill .p {
    margin-bottom: 3em;
}
.toastedSpecial.rye-mashbill .btn {
    width: 300px;
}
.rye-mashbill.toastedSpecial .container {
    padding-left: 120px;
    padding-right: 120px;
}
/*-- Toasted Barrel --*/

/*-- Barrel proof --*/
.history-barrel-proof .p {
    color: rgba(255, 255, 255, 0.7);
}
.history-barrel-proof * {
    color: #fff;
}
.barrel-proof-timeline {
    display: flex;
    padding: 160px 0 0;
    position: relative;
}
.barrel-proof-timeline .item {
    width: calc(100% / 9);
    display: flex;
    justify-content: center;
    position: relative;
}
.barrel-proof-timeline .item::before {
    position: absolute;
    bottom: 38px;
    left: 50%;
    width: auto;
    height: 56px;
    content: '';
    border-right: 1px solid #fff;
}
.barrel-proof-timeline .item::after {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    content: '';
    pointer-events: none;
}
.barrel-proof-timeline .item a {
    width: 56px;
    height: 56px;
    position: relative;
}
.barrel-proof-timeline .item .line {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #fff;
    padding: 6px;
    transform: translate3d(-50%,-50%,0) scale(.58) perspective(1px);
    backface-visibility: hidden;
}
.barrel-proof-timeline .active .line {
    transform: translate3d(-50%,-50%,0) scale(1);
}
.barrel-proof-timeline .item .line::after {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    background: #fff;
    content: '';
}
.barrel-proof-timeline .item span {
    transform: translate3d( -50%, 0, 0) scale(.58) perspective(1px);
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 36px;
    line-height: 1em;
    position: absolute;
    top: -85px;
    left: 50%;
    transition: transform 300ms ease;
    display: block;
}
.barrel-proof-timeline .active span {
    transform: translate3d( -50%, 0, 0) scale(1);
}
.barrel-proof-timeline .acitve .line::after {
    transform: translate3d( 0, 0, 0) scale(1) perspective(1px);    
}

.detail-table {
    width: 730px;
    margin: 0 auto;
}
.active .detail-table {
    opacity: 1;
}
.detail-table table {
    border-bottom: none;
    width: 100%;
}
.detail-table table th {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.09em;    
    color: #fff;
    padding: 0;
    font-weight: 400;
}
.detail-table table th,
.detail-table table td {
    padding: 0 60px;
    border: none;
    text-align: left;
}
.barrel-proof-timeline-table:not(.updatedTL) .detail-table table th:not(:last-child),
.barrel-proof-timeline-table:not(.updatedTL) .detail-table table td:not(:last-child) {
    border-right: 2px dotted #7a303f;
}
.detail-table table td {
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.09em;    
    color: #f5e0ab;
    padding-top: 30px;
}
.detail-table table th:nth-child(2) ,
.detail-table table td:nth-child(2),
.detail-table table th:last-child ,
.detail-table table td:last-child {
    width: 210px;
}
.detail-table table th:first-child ,
.detail-table table td:first-child {
    width: 310px;
}
.barrel-proof-timeline-table .owl-item {
    padding-top: 80px;
    padding-bottom: 48px;
}
.barrel-proof-timeline-table.updatedTL .owl-item {
    padding-top: 0;
}
.static-table {
    padding-top: 80px;
}


@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) perspective(1px);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 50px, 0) perspective(1px);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
    animation-duration: 1000ms;
}  
@keyframes fadeInUps {
    0% {
        opacity: 0;
        transform: translate3d(0, -50px, 0) perspective(1px);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) perspective(1px);
    }
}

.fadeInUps {
    animation-name:fadeInUps;
    animation-duration: 1000ms;
}
/*-- Barrel proof --*/
/*-- 18-year-old --*/
.year-old-18 .product-award {
    background: #273d5c;
}
/*-- 18-year-old --*/

.interactive-elm {
    opacity: 0;
    pointer-events: none;
    transition: 500ms;
}
.interactive-elm.active {
    opacity: 1;
    pointer-events: auto;
}
.first-item.interactive-elm {
    position: relative;
}
div.interactive-elm:not(.first-item) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
div.interactive-elm:not(.first-item) p {
    width: 100%;
}
.interactive-elm .control-arrow {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: inherit;
}
.first-item.interactive-elm p.p {
    margin-bottom: 40px;
}
.interactive-elm p.p span {
    font-size: 1.55em;
    line-height: 1.375em;
    display: block;
}
.interactive-control {
    position: relative;
}

.with-arrow span {
    font-size: .9em;
    line-height: 2em;
    display: block;
    padding-right: 1em;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    position: relative;
}
.with-arrow span i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-gray.png) right center no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 700ms ease-out 1300ms;
}
.control-arrow .with-arrow span {
    transition-delay: 0ms;
}
.control-arrow .with-arrow span i {
    transition-delay: 900ms;
}
.with-arrow {
    line-height: 1em;
    margin: 0;
    color: #fff;
}
.interactive-elm p,
.interactive-elm h2,
.interactive-elm a span {
    transform: translateY(-15px);
    opacity: 0;
    transition: transform 1000ms ease-out, opacity 1000ms ease-out;
    will-change: transform, opacity;
} 
.interactive-elm.active span i {
    opacity: 1;
}
.interactive-elm a span {
    transform: translateX(-10px);
    transition-delay: 800ms;
}
.interactive-elm p {
    transition-delay: 300ms;
}
.interactive-elm.active p,
.interactive-elm.active h2 {
    opacity: 1;
    transform: translateY(0);
}
.interactive-elm.active a span {
    transform: translateX(0);
    opacity: 1;
}
a.with-arrow.arrow-down {
    transform: rotate(90deg);
}
/*---- Product detail ----*/

/*---- Greatness Within ----*/
.mid-gray-texture {
    background: url(../images/explore-recipe-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px;
}
.category-container {
    padding: 47px 0;
    z-index: 3;
    position: relative;
}
.category-container h2.p {
    color: #000;
    line-height: 1em;
    margin-bottom: .9em;
    letter-spacing: 0.09em;
}
.category-container .p {
    margin-bottom: 1.2em;
}
.category-dropdown {
    width: 404px;
    margin: 0 auto;
    border:1px solid #7A303F;
    position: relative;
}
.category-dropdown button {
    border: none;
    background: none;
    padding: 12px 0;
    width: 100%;
    cursor: pointer;
}
.category-dropdown button span {
    display: block;
    width: 28px;
    height: 10px;
    background: url(../images/arrow-up.svg) 0 0 no-repeat;
    background-size: contain;
    position: relative;
    text-indent: -999em;
    margin: 0 auto;
}
.category-dropdown ul li a {
    display: block;
    font-size: 17px;
    line-height: 2.4em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(0, 0, 0, 0.61);
    font-weight: 400;
    transition: 300ms ease-in 500ms
}
.category-dropdown ul {
    padding: 15px 0 20px;
    position: absolute;
    top: 34px;
    left: -1px;
    right: -1px;
    border:1px solid #7A303F;
    border-top: none;
    background: #fff;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: 300ms;
}
.category-dropdown.open ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}
.category-dropdown.open button span {
    transform: rotateX(180deg);
}
.great-partners .col-custom {
    width: 330px;
}
.great-insights .container {
    padding-top: 100px;
}
.great-insights .h2 span {
    font-size: .807em;
    line-height: 1.1em;
    text-transform: none;
    font-style: italic;
    color: #f5e0ab;
    letter-spacing: 0;
    margin: 0 0 8px;
}
.cream-bg {
    background: #f9eed4;
}
.greatness-within .content-left .h2,
.greatness-within .content-left .p,
.greatness-within .content-right .h2,
.greatness-within .content-right .p {
    margin-bottom: 28px;
}
.greatness-within .content-left .p.category-copy {
    margin-bottom: 12px;
}
.whiteHeight.category-container {
    padding: 0 !important;
    height: 25px;
}
.color-cream {
    color: #f5e0ab !important;
}
/*---- Greatness Within ----*/

/*---- Greatness Within detail ----*/
.border-less {
    border: none !important;
}
.blog-read-progress {
    background: #f5e0ab;
    height: 7px;
    position: fixed;
    top: 84px;
    left: 0;
    z-index: 100;
}
.greatness-detail-banner .p {
    margin-bottom: .75em;
}
.greatness-detail-banner .p span {
    font-size: 1.578em;
    line-height: 1em;
    letter-spacing: 0.03em;
}
.greatness-detail-banner .h2 {
    letter-spacing: 0;
}
.our-history .greatness-detail-banner .h2 i {
    letter-spacing: 0.09em;
}
.our-history .greatness-detail-banner .h2 span {
    line-height: 1em;
    padding-top: .2em;
    padding-bottom: .1em;
    font-size: 1.769em;
}
.greatness-detail-banner .h2 span {
    font-size: 1.769em;
    line-height: 1.4em;
    letter-spacing: 0.09em;
}
.detail-subheader {
    padding-bottom: 40px;
}
.detail-subheader h2 {
    margin: 0 0 20px;
    color: rgba(0, 0, 0, 0.5);
}
.detail-subheader .read-time {
    font-size: 13px;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.61);
    color: #555;
    margin: 0;
}

.greatness-details p.p.helvetica {
    font-size: 18px;
    line-height: 2.2em;
    margin-bottom: 28px;
}

.dot-seperator {
    height: 2px;
    position: relative;
    transform: translateY(0) !important;
}
.blockquote .dot-seperator {
    margin: 44px 0 60px;
}
.blockquote .dot-seperator.bottom {
    margin: 60px 0 44px;
}
.border-less.blockquote {
    margin: 0;
    padding: 0;
}
.blockquote {
    border-top: 2px dotted #7A303F;
    border-bottom: 2px dotted #7A303F;
    margin: 44px 0;
    padding: 60px  0;
}
.blockquote .p {
    margin: 0;
    text-align: center;
    font-size: 49px;
    line-height: 1.46em
}
.figure {
    margin: 44px 0 52px;
}
.figure-caption {
    font-size: 15px;
    margin-top: 1em;
}
.greatness-details .container .fluid-img {
    margin: 44px 0;
}
.related-items .col-50 {
    margin-bottom: 60px;
}
.related-items .col-50:first-child {
    padding-right: 2px;
}
.related-items .col-50:last-child {
    padding-left: 2px;
}
.related-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
}
.related-img::before {
    content: '';
    padding-bottom: 56.4%;
    display: block;
}
/*---- Greatness Within detail ----*/

/*---- Discover 4 elements ----*/
.stacked-contents {
    width: 100%;
    padding: 50px 55px;
    min-height: 184px;
    height: 30%;
}
.stacked-contents.bordered-stacks {
    border: 9px solid #fff;
    border-top: none !important;
    padding: 46px 46px;
}
.stacked-contents:first-child {
    min-height: 436px;
    height: 70%;
}

.discover-infos p {
    color: #fff;
    font-size: 15px;
    line-height: 1.375em;
}
.discover-infos .dotted-link {
    font-size: 14px;
}
.has-fit-cover .embed-responsive {
    height: 100%;
}
.max410R {
    max-width: 410px;
    margin-left: auto;
}
.max410L {
    max-width: 410px;
    margin-right: auto;
}
/*---- Discover 4 elements ----*/

/*---- Visit Us ----*/
.visit-intro {
    border-top: 22px solid #7A303F;
    padding: 10px 0;
}
.visit-intro_inner {
    padding: 60px 0 50px;
    border-top: 2px dotted #7A303F;
}
.visit-intro_info {
    padding-bottom: 75px;
}
/*---- Visit Us ----*/

/*---- Ways to enjoy ----*/
.ways-to-enjoy_banner {
    padding-top: 50px;
}
.ways-to-enjoy_banner > .h2 {
    padding-bottom: 44px;
    margin: 0;
}
.recipe-car_item .p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.ways-to-enjoy_banner .owl-dots {
    bottom: 58px;
}
.recipe-car_item .h2 {
    line-height: 1.9em;
}
.category-container.rcat {
    padding: 75px 0 65px;
}
.category-container.rcat .category-dropdown {
    max-width: 334px;
}
.category-dropdown .withtext {
    font-size: 17px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: bold;
    color: #7a303f;
    padding: 10px 0;
}
.recipes-wrapper {
    padding-bottom: 75px;
}
.recipes-wrapper .container {
    max-width: 1260px;
    padding:  0;
}
.recipes-grid {
    width: 100%;
}
.recipe-grid_item {
    width: calc(100% / 3);
    position: relative;
    overflow: hidden;
}

.filterinfo {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3em;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.35);
    padding-left: 15px;
    margin: 0;
}
.recipe-grid_content {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 15px;
}
.recipe-grid_item:nth-child(12n+1) .recipe-grid_content::before,
.recipe-grid_item:nth-child(12n+3) .recipe-grid_content::before,
.recipe-grid_item:nth-child(12n+4) .recipe-grid_content::before,
.recipe-grid_item:nth-child(12n+9) .recipe-grid_content::before,
.recipe-grid_item:nth-child(12n+10) .recipe-grid_content::before,
.recipe-grid_item:nth-child(12n+11) .recipe-grid_content::before {
    padding-bottom: calc(200% - -30px);
}
.recipe-grid_content::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.recipe-grid_content img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) scale(1);
    transition: transform 700ms;
}
.recipe-grid_content:hover img {
    transform: translateX(-50%) scale(1.05);
}
.recipe-grid_content span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.55em;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    filter: drop-shadow(1px 2px 7px rgba(0,0,0,.5));
}
.category-dropdown ul li a.active {
    font-weight: 700;
    color: #7a303f;
    
}
/*---- Ways to enjoy ----*/

/*---- History ----*/
.our-history .container {
    padding-left: 90px;
    padding-right: 90px;
}
.history-title {
    margin-bottom: 46px;
}
.history-title .h2 span {
    display: block;
    font-size: 1.307em;
}

.history-title .h2 span:last-child {
    font-size: 0.65em;
    color: rgba(0, 0, 0, 0.61);
    margin-top: 1.2em;
}
.flex-media {
    padding-top: 54px;
}
.media-img {
    width: 48%;
    position: relative;
}
.media-img_caption {
    position: absolute;
    left: 0;
    bottom: -2.4em;
    font-size: 12px;
    line-height: 2em;
    color: #777;
    margin: 0;
}
.media-copy {
    width: 45%;
}
.media-copy .p {
    margin: 0;
    line-height: 1.5em;
}
.history-video_auto .embed-responsive::before {
    padding-top: 26%;
}
/* .first-char .flex-media {
    padding-top: 38px;
} */
.first-char .dot-seperator {
    margin-top: 30px;
}
.first-char .flex-media.noBorder {
    padding: 0;
    border: none;
}
.first-char .blockquote .dot-seperator {
    margin-top: 60px;
}
.first-char .blockquote .dot-seperator.down {
    margin-bottom: 54px;
}
.lineup-copy {
    padding-bottom: 10px;
}
.bottle-lineup .lineup-copy .h2 {
    margin-bottom: 0 !important;
    padding-bottom: 33px;
}
.lineup-copy .dot-seperator {
    margin: 0 0 33px;
}
.bottle-lineup .lineup-copy .p {
    line-height: 1.5em;
}
.our-history .explore-essentials .h2 {
    line-height: 1.9em;
    font-size: 32px;
}
.our-history .explore-essentials .h2 span {
    font-size: .72em;
}
.our-history .explore-essentials .p {
    line-height: 1.4em;
}
.stack-imgs {
    height: 100%;
    position: relative;
}
.stack::before {
    content: '';
    display: block;
    padding-bottom: 65%;
}
.stack {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.common-pd-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*---- History ----*/

/*---- Signature Cocktail ----*/
.full-height {
    height: calc(100vh - 84px);
}
.signature-olf {
    width: 540px;
}
.signature-olf .h2 span {
    display: block;
}
.signature-olf .h2 span:first-child {
    font-size: 1.307em;
    line-height: 1em;
}
.signature-olf .h2 span:last-child {
    font-size: .73em;
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
    font-style: italic;
    margin-top: .7em;
}
.signature-olf .h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
}
.signature-olf .dot-seperator {
    margin-bottom: 33px;
}
.signature-olf .p span:not(.name) {
    font-size: 1.38em;
    line-height: 1.55em;
    padding: 0 40px;
    display: block;
}
.signature-olf .p .name {
    display: block;    
    font-size: 11px;
    line-height: 1.37em;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    margin-top: 28px;
    text-transform: uppercase;
}
.recipe-detail {
    width: 460px;
    padding: 95px 0;
}
.recipe-block .h2 {
    padding-bottom: 22px;
    font-size: 21px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 0;
}
.recipe-block .dot-seperator {
    margin-bottom: 18px;
}
.recipe-block:not(:last-child) {
    margin-bottom: 50px;
}
.recipe-block ul {
    text-align: center;
    padding-top: 10px;
}
.recipe-block ul li,
.recipe-block p {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1em;
    color: #555;
}
.recipe-block ul li:first-child {
    display: none;
}
.recipe-block ul li:not(:last-child) {
    margin-bottom: 20px;
}
.recipe-block p {
    line-height: 2em;
    margin-bottom: 18px;
}
.copy-detail .recipe-block sup {
    font-size: .8em !important;
    line-height: 0;
    top: -.4em;
    position: relative;
}
.btn.big {
    height: 54px;
    line-height: 52px;
}
.suggest-bottle.ingredientsSpecial {
    margin-bottom: 18px;
    padding-top: 17px;
    padding-bottom: 21px;
}
.suggest-bottle.ingredientsSpecial.ryeSpecial {
    margin-bottom: 30px;
    margin-top: 20px;
}
.dotted-link.rye-green {
    color: #51623A;
}
.rye-green .border-animation::after {
    border-color: #51623A;
}
.suggest-bottle {
    background: rgba(196, 196, 196, 0.2);
    padding: 20px 15px 24px;
    margin-top: 30px;
}
.suggest-bottle:not(.ingredientsSpecial) .dotted-link {
    color: #51623a;
    padding-left: 10px;
    padding-right: 10px;
} 
.suggest-bottle:not(.ingredientsSpecial) .border-animation::after {
    border-color: #51623a !important;
}

.suggest-bottle .athelas {
    color: #000;
    font-style: italic;
    margin: 0 0 6px;
    text-align: center;
    font-size: 17px;
    line-height: 1.55em;
}
.recipe-detail .share-print {
    margin-top: 31px;
}
.share-print .btn {
    width: calc(50% - 7px);
    color: #000;
    opacity: .5;
}
.share-print .btn:hover {
    opacity: 1;
}
.share-print .btn > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-print .btn img {
    height: 25px;
    margin-right: 15px;
}
.share-print .recipe-share img {
    position: relative;
    top: -3px;
}
svg.fluid-img {
    position: absolute;
    display: block;
    width: 14%;
    left: 50%;
    margin-left: -7%;
    z-index: 10;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.onPageVideo a svg rect,
.onPageVideo a svg path {
    transition: 500ms;
}
.onPageVideo a:hover svg rect,
.onPageVideo a:hover svg path {
    stroke: #7a303f;
}

.more-cocktails .container {
    padding: 0 32px;
}
.more-cocktails_row {
    margin: 44px 0 0;
}

.more-cocktails_row [class^="col-"] {
    padding: 0 30px 22px;
    width: 100%;
}
.more-cocktails_row .h2 span {
    letter-spacing: 0.09em;
}
.more-cocktails_row .h2 span br {
    display: none;
}
.more-cocktails_row .h2,
.more-cocktails_row .p {
    text-align: center;
}

.more-cocktails_row .h2 span {
    display: block;
    font-size: .88em;
    margin-top: 1.5em;
}
/*---- Signature Cocktail ----*/


/*---- Recipes Detail ----*/
.recipes-detail .container.sm {
    max-width: 1032px;
}
.recipes-detail [class^="col-"] {
    padding: 0 38px;
}
.recipes-detail .signature-olf {
    width: auto;
}
.recipes-detail .signature-olf .p span {
    font-size: 1em;
    display: block;
}
.recipe-image_container {
    position: relative;
    overflow: hidden;
}
.recipe-image_container::before {
    display: block;
    content: '';
    padding-bottom: 134%;
}
.recipe-image_container .fluid-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 660px;
    transform: translate3d(-50%, -50%, 0) perspective(1px);
}

.copy-detail.recipes-detail,
.copy-detail .recipe-detail {
    padding-top: 0 !important;
}
.copy-detail .recipe-detail {
    padding-bottom: 0 !important;
    width: 100%;
}
.recipe .red-doubled {
    margin-top: 14px;
}
/*---- Recipes Detail ----*/

/*---- Old Fashioned ----*/
.the-old-fashioned .seperator {
    background-image: url(../images/graphic-seperator-2.png);
    height: 19px;
}
.the-old-fashioned .review-carousel .owl-item img{
    height: 118px;
}
.the-old-fashioned .review-carousel .owl-item .name {
    line-height: 1.4 !important;
}
.tips-right {
    background: url(../images/gray-bg-right.png) center center no-repeat;
    min-height: 200px;
}
.the-old-fashioned .banner-video .embed-responsive::before{
    padding-top: 128.57%;
}
.the-old-fashioned .mid {
    z-index: 99;
}
.ingr-img img {
    max-width: 100%;
}
.ingredients .container {
    padding: 96px 140px;
}
.ingredients-innner {
    padding-left: 90px;
}
.ingredients-innner h2{
    margin-bottom: 10px;
}
.ingredients-innner > i{
    font-size: 15px;
    color: rgba(0, 0, 0, 0.61);
}
.ingredients-innner h3 {
    font-size: 21px;
    margin-top: 30px;
    display: block;
    color: #7A303F;
    letter-spacing: 0.09em;
}
.ingredients-innner .helvetica{
    line-height: 2;
    color: #555;
    font-size: 16px;
}
.ingredients-innner .ing-items {
    line-height: 2.5
}
.mastering h2.h2 {
    margin-bottom: 70px;
}
.mastering h2.h2 span{
    display: block;
    font-size: .88em;
    line-height: 1.9em;
}
.brief-fashion-history h2.h2{
    line-height: 1.5;
    margin-bottom: 35px;
}
.the-old-fashioned .greatness-title .seperator {
    margin-top: 0;
    margin-bottom: 28px;
}
.the-old-fashioned .greatness-title h2.h2 {
    font-size: 31px;
    line-height: 1.35em;
    letter-spacing: 0.09em;
}
.the-old-fashioned .greatness-title h2.h2 span {
    font: inherit;
}
.history-review-wrapper {
    position: relative;
}
.history-slider-wrapper {
    position: relative;
    background: #fff;
    padding: 0 70px;
    width: 100%;
    max-width: 740px;
    z-index: 100;
}
.item-text {
    box-sizing: border-box;
    max-width: 440px;
    margin: 0 auto;
    padding: 90px 0;
}
.item-text h3 {
    font-size: 21px;
    text-transform: uppercase;
}
.item-text .p.sm{
    color: #000;
    margin: 0;
    line-height: 2;
}
.prevslide, .nextslide {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.nextslide {
    left: auto;
    right: 70px;
}
.prevslide img, 
.nextslide img {
    max-width: 10px;
    height: auto;
}
.tips-left {
    padding: 150px 0;
}
.border-style-bottom, .border-style-bottom2 {
    position: relative;
    border-bottom: 24px solid #7A303F;
}
.border-style-bottom::after, .border-style-bottom2::after{
    content: '';
    position: absolute;
    width: 100%;
    bottom: -34px;
    left: 0;
    border-bottom: 2px dotted #7A303F;
}
.border-style-bottom2::after{
    bottom: 10px;
}
.tips-left .line-seperator {
    max-width: 370px;
    margin: 35px auto 0;
}
.pro-tip_only .owl-item {
    padding-top: 37px;
}
.tips-item h3 {
    font-size: 21px;
    color: #7A303F;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.07em;
}
.tips-item .p {
    line-height: 1.6;
    max-width: 23.33em;
    margin-left: auto;
    margin-right: auto;
}
.tips-item .tell-more-btn {
    padding-top: 30px;
}
.tips-image-slider-wrapper {
    padding: 70px 0;
    position: relative;
    max-width: 600px;
    width: 100%;
}
.tips-image {
    text-align: center;
}
.tips-image img {
    max-width: 384px;
    margin: 0 auto;
}
.tips-image-slider-wrapper .prevslide{
    left: 0;
}
.tips-image-slider-wrapper .nextslide {
    right: 0;
}
.of-expert-review > .home-reviews {
    padding-bottom: 20px;
}
.of-expert-review.home-whiskeys_inner {
    padding-bottom: 40px;
}
.of-expert-review.home-whiskeys_inner::before {
    content: '';
    background: #fff;
}
.ingredients-innner .share-print {
    margin-top: 30px;
}
.mastering-info .full-width.content-left_inner .flex.jc-center a {
    padding: 0 50px;
}
.of-banner-text .explore-essentials .p.italic {
    letter-spacing: 0.03em;
}
.ingredients-innner .recipe-block ul {
    text-align: left;
}
.mastering .embed-responsive.onpageVideo {
    background: #000;
}
.tips-image-slider-wrapper .ux-msg {
    color: #000;
}


.the-old-fashioned .owl-dot {    
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    border-color: #c4c4c4;
    margin: 0 3px;
}
.the-old-fashioned .owl-dot.active {
    background: #555;
    border-color: #555;    
}
.history-images .owl-dots,
.history-images .owl-nav,
.pro-tips-slider .owl-dots,
.pro-tips-slider .owl-nav {
    display: none !important;
}
.history-images,
.pro-tips-slider {
    pointer-events: none;
}
.pro-tips-slider .tips-item .btn {
    pointer-events: auto;
}
.history-slider .owl-dots,
.pro-tip-linked .owl-dots {
    width: 100%;
    left: auto;
    transform: none;
    display: flex;
    justify-content: center;
}
.history-slider .owl-dots {
    bottom: 50px;
}
.pro-tip-linked .owl-dots {
    bottom: -20px;
}
.history-slider .owl-next,
.history-slider .owl-prev,
.pro-tip-linked .owl-next,
.pro-tip-linked .owl-prev {
    background-image: url(../images/prev-black.svg);
    filter: none;
    width: 28px;
}
.pro-tip-linked .owl-next,
.pro-tip-linked .owl-prev {
    background-image: url(../images/prev-red.svg);    
}
.history-slider .owl-next,
.pro-tip-linked .owl-next {
    right: 0;
}
.history-slider .owl-prev,
.pro-tip-linked .owl-prev {
    left: 0;
}

.history-slider-wrapper .ux-msg,
.tips-image-slider-wrapper .ux-msg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
}
.ofw-reviewer {
    width: 100%;
}
.ofw-reviewer .h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}
.ofw-reviewer img {
    opacity: 0 !important;
}
/*---- Old Fashioned ----*/
.stack span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
}







/*---- footer ----*/
/* .internet-explorer {
    max-height: none;
} */
.footer {
    background: #e9e9eb url(../images/footer-bg.png) center center no-repeat;
    background-size: cover;
    padding: 38px 27px;
}
.footer-social a:not(:first-child) {
    margin-left: 24px;
}
.footer-social a img {
    width: 36px;
}
.footer-copy p {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.75em;
    position: relative;
    margin: 0;
}
.footer-copy p a {
    color: inherit;
    text-decoration: underline;
}

.footer .footer-owl a img {
    width: 80px;
    display: block;
}
.computer .footer-social a:hover img {
    opacity: 0.5;
}
.computer .footer-copy p a:hover {
    text-decoration: none;
}
/*---- footer ----*/

.trigger-height {
    display: none;
}
.phone .trigger-height {
    display: block;
}

.home-visit_us.content-right.home-mog {
    background: url(../images/home-marble.jpg) right center no-repeat;
    background-size: 43% auto;
}
.home-visit_us.content-right.home-mog .content-right_inner {
    padding-left: 140px;
    padding-right: 0;
}
.fluid-img.ribbon-control {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 60%;
    transform: translateX(-50%);
}

/** History 2021 **/
.our-history .container.history-2021 {
    padding-left: 80px;
    padding-right: 80px;
}
.history-2021 .media-img {
    width: 60%;
    position: relative;
}
.history-2021 .media-copy {
    width: 32%;
}

.flex-media.custom-media {
    overflow: hidden;
}
.flex-media.custom-media .media-img {
    float: left;
    margin-right: 37px;
}
.flex-media.custom-media p {
    margin-top: -7px;
}

/** History 2021 **/
.max-homa-teeup img {
    margin-bottom: 23px;
    width: 260px;
}
.recipe-block p small {
    display: block;
    font-size: .9em;
    line-height: 2em;
    margin-top: .9em;
}
.program-tiles .dotted-link.cream {
    color: #fff;
}
.program-tiles .col-twoThird {
    position: relative;
}
.program-tiles .owl-dots {
    position: absolute;
    bottom: 28px;
    display: flex;
    right: 0;
    width: 33.33%;
    justify-content: center;
    transform: none;
    left: auto;
}

.program-tiles .owl-dot {
    width: 10px;
    height: 10px;
    text-indent: -9999em;
    background: #C4C4C4 !important;
    margin: 0 5px;
    border-radius: 50%;
    padding: 0;
    z-index: 2;
}
.program-tiles .owl-dot.active {
    background: #fff !important;
}

.program-tiles .owl-next {
    background-image: url(../images/next-white.svg);
    pointer-events: auto;
    transform: translateY(-50%);
}
.program-tiles .owl-prev {
    background-image: url(../images/prev-white.svg);
    pointer-events: auto;
}
.img_credit.text-right {
    line-height: 1em;
    margin: 0;
}
.img_credit.text-right span {
    text-align: center;
    margin: .5em 0 0;
    font-family: 'Helvetica';
    font-style: italic;
    font-weight: 400;
    font-size: .5em;
    letter-spacing: 0.016em;
    color: #555555;
    display: block;
}
.georgia {
    font-family: Georgia, serif;
}
@media screen and (min-width: 768px) {
    .img_credit.text-right span {
        text-align: right;
    }
    .reviewType {
        padding-bottom: 15px !important;
    }
    .phone .trigger-height {
        display: none;
    }
    .parrallax-container .parallax {
        top: auto;
        bottom: 0;
        left: -200px;
        width: calc(100% - -400px);
    }
    .parrallax-container .parallax.fish {
        left: 0;
        width: 100%;
    }
    .discover-banner .p {
        padding: 0 !important;
    }
    .owl-carousel.whiskey-carousel {
        display: flex;
    } 

    .copy-detail .suggest-bottle p ,
    .copy-detail .recipe-block ul {
        text-align: left !important;
    }
    .copy-detail .suggest-bottle .flex.jc-center {
        justify-content: flex-start;
    }    

    /*---- Homepage bottle lineup ----*/
    .whiskey-bottle {
        opacity: 0;
        transition: 700ms linear;
    }
    .inView .whiskey-bottle {
        opacity: 1;
    } 
    .whiskey-bottle:nth-child(2) {
        transition-delay: 300ms;
    }
    .whiskey-bottle:nth-child(3) {
        transition-delay: 500ms;
    }
    .whiskey-bottle:nth-child(4) {
        transition-delay: 700ms;
    }
    .whiskey-bottle:nth-child(5) {
        transition-delay: 900ms;
    }
    .dcentered .whiskey-bottle_img a {
        transition-delay: 900ms;
        transform: scale(0.7) scaleZ(1.0);
    }
    .inView .dcentered .whiskey-bottle_img a {
        transform: scale(1) scaleZ(1.0);
        filter: brightness(1);
    }
    .dcentered .whiskey-bottle_info {
        transition-delay: 1200ms;
        opacity: 0;
        pointer-events: none;
    }
    .inView .dcentered .whiskey-bottle_info {
        opacity: 1;
        pointer-events: auto;
    }
    .whiskey-bottle_info {
        transition: 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .active .whiskey-bottle_info ,
    .active.dcentered .whiskey-bottle_info{
        transition-delay: 0ms;

    }
    .active.inactive .whiskey-bottle_info {
        transition-delay: 500ms;
    }
    /*---- Homepage bottle lineup ----*/  

    .review-carousel.review-carousel-mobile {
        pointer-events: none;
    } 
    .review-carousel.review-carousel-mobile .owl-stage {
        width: 100% !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .review-carousel.review-carousel-mobile .owl-nav,
    .review-carousel.review-carousel-mobile .owl-dot {
        display: none;
    }
    .review-carousel.review-carousel-mobile .owl-item:nth-child(3) {
        border-right: 2px dotted rgba(0, 0, 0, 0.5);
    }
    .review-carousel.review-carousel-mobile .owl-item:nth-child(1),
    .review-carousel.review-carousel-mobile .owl-item:nth-child(2),
    .review-carousel.review-carousel-mobile .owl-item:nth-child(3) {
        margin-bottom: 112px;
    }
    .review-carousel.review-carousel-mobile .owl-item:nth-child(1)::after, 
    .review-carousel.review-carousel-mobile .owl-item:nth-child(2)::after, 
    .review-carousel.review-carousel-mobile .owl-item:nth-child(3)::after {
        content: '';
        border-bottom: 2px dotted rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: -55px;
        left: 55px;
        right: 55px;
    }


    .our-history .lineup-container {
        margin-bottom: 0;
    }
    .waystoenjoy-carousel .owl-next {
        right: 0;
        background-position-x: 3px;
    }
    .waystoenjoy-carousel .owl-prev {
        left: 0;
        background-position-x: 3px;
    }

    .waystoenjoy-carousel .owl-next,
    .waystoenjoy-carousel .owl-prev {
        height: 100%;
        background-color: rgba(255,255,255,.45);
        margin: 0;
        opacity: 0;
    }
    
    .waystoenjoy-carousel:hover .owl-next,
    .waystoenjoy-carousel:hover .owl-prev {
        opacity: 1;
    }
    .more-cocktails_row .owl-stage-outer {
        display: flex;
        justify-content: center;
    } 
    .h2.dlineheight {
        line-height: 1.5em;
    }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
    .review-carousel.review-carousel-mobile .owl-item:nth-child(1),
    .review-carousel.review-carousel-mobile .owl-item:nth-child(2),
    .review-carousel.review-carousel-mobile .owl-item:nth-child(3) {
        margin-bottom: 90px;
    }
    .review-carousel.review-carousel-mobile .owl-item:nth-child(1)::after, 
    .review-carousel.review-carousel-mobile .owl-item:nth-child(2)::after, 
    .review-carousel.review-carousel-mobile .owl-item:nth-child(3)::after {
        bottom: -45px;
        left: 44px;
        right: 44px;
    }    
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .review-carousel.review-carousel-mobile .owl-item:nth-child(1),
    .review-carousel.review-carousel-mobile .owl-item:nth-child(2),
    .review-carousel.review-carousel-mobile .owl-item:nth-child(3) {
        margin-bottom: 40px;
    }
    .review-carousel.review-carousel-mobile .owl-item:nth-child(1)::after, 
    .review-carousel.review-carousel-mobile .owl-item:nth-child(2)::after, 
    .review-carousel.review-carousel-mobile .owl-item:nth-child(3)::after {
        bottom: -21px;
        left: 20px;
        right: 20px;
    }   
}
/*---- Animation ----*/
.fadeInUp,
.fadeInDown,
.dotReveal {
    transform: translateY(15px);
    opacity: 0;
    transition: transform 1000ms ease-out, opacity 1000ms ease-out;
    will-change: transform, opacity;
}
.fadeIn,
.ingredientsSpecial .athelas {
    opacity: 0;
    transition: opacity 1000ms ease-out;
}
.fadeIn.fadeIn500 {
    transition: opacity 500ms ease-out;
}
.fadeInDown {
    transform: translateY(-15px);
}
.fadeInUp.isAnimated,
.fadeInDown.isAnimated,
.dotReveal.isAnimated {
    transform: translateY(0);
    opacity: 1;
}
.isAnimated.fadeIn,
.ingredientsSpecial.inView .athelas {
    opacity: 1;
}
.slideFromLeft,
.slideFromRight {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1000ms, opacity 1000ms;
    will-change: transform, opacity;
}
.slideFromRight {
    transform: translateX(100%);
}
.slideFromLeft.isAnimated,
.slideFromRight.isAnimated {
    transform: translateX(0);
    opacity: 1;
}

@keyframes revealBorder {
    0% {
        width: 0px;
    }
    100% {
      width: 100%;  
    }
}
@keyframes borderZero {
    0% {
        width: 100%;
    }
    100% {
      width: 0%;  
    }
}
.dot-seperator .border-animation {
    transition: 500ms ease-in-out;
}
.dot-seperator.longBorder .border-animation {
    transition-duration: 700ms;
}
.dot-seperator .border-animation.delayedOne {
    transition-delay: 500ms;
}
.dot-seperator .border-animation::after {
    width: 1200px;
    transform: translateX(-600px) translateZ(0) perspective(1px);
}
.dotted-link .border-animation {
    width: 0;
    transition: 500ms ease-in-out 1000ms;
}
.isAnimated .dotted-link .border-animation,
.dot-seperator.isAnimated .border-animation {
    width: 100%;
}
.isAnimated.animateDone .dotted-link .border-animation {
    transition: 500ms ease-in-out 0ms;
}
.computer .isAnimated .dotted-link:hover .border-animation {
    width: 0;
}

.review-carousel .item img,
.review-carousel .item .p,
.review-carousel .item .name,
.award-carousel .item ,
.more-cocktails_row .h2,
.more-cocktails_row .p,
.more-cocktails_row .dotted-link,
.olf-history-anim h3,
.olf-history-anim .p,
.olf-history-anim .owl-nav,
.pro-tip_only .h3,
.pro-tip_only .p,
.pro-tip_only .tell-more-btn,
.review-carousel .ofw-reviewer {
    transform: translateY(-15px);
    opacity: 0;
    transition: transform 1000ms ease-out, opacity 1000ms ease-out;
    will-change: transform, opacity;
}
.more-cocktails_row .p,
.review-carousel .item .p,
.olf-history-anim .p,
.pro-tip_only .tell-more-btn {
    transition-delay: 300ms;
}
.review-carousel .item .name,
.more-cocktails_row .dotted-link {
    transform: translateY(15px);
    transition-delay: 600ms;
}

.olf-history-anim .p,
.pro-tip_only .tell-more-btn {
    transform: translateY(0);
}
.olf-history-anim .owl-nav {
    transform: none;
    will-change: unset;
    transition-delay: 600ms;
}
.review-carousel.inView .item img,
.review-carousel.inView .item .p,
.review-carousel.inView .item .name,
.award-carousel.inView .item,
.more-cocktails_row.inView .h2,
.more-cocktails_row.inView .p,
.more-cocktails_row.inView .dotted-link,
.olf-history-anim.inView h3,
.olf-history-anim.inView .p,
.pro-tip_only.inView .h3,
.pro-tip_only.inView .p,
.pro-tip_only.inView .tell-more-btn,
.review-carousel.inView .ofw-reviewer {
    transform: translateY(0);
    opacity: 1;
}
.olf-history-anim.inView .owl-nav {
    opacity: 1;
}
.recipe-block ul li {
    opacity: 0;
    transition: 700ms;
}
.recipe-block ul li:nth-child(2) {
    transition-delay: 300ms;
}
.recipe-block ul li:nth-child(3) {
    transition-delay: 500ms;
}
.recipe-block ul li:nth-child(4) {
    transition-delay: 700ms;
}
.recipe-block ul li:nth-child(5) {
    transition-delay: 900ms;
}
.recipe-block ul li:nth-child(6) {
    transition-delay: 1100ms;
}
.recipe-block ul li:nth-child(7) {
    transition-delay: 1300ms;
}
.recipe-block ul.inView li {
    opacity: 1;
}


.delayedOne,
.delayedTwo.dotReveal {
    transition-delay: 300ms;
}
.delayedTwo,
.delayedThree.dotReveal {
    transition-delay: 600ms;
}
.delayedThree {
    transition-delay: 900ms;
}
.delayedFour {
    transition-delay: 1200ms;
}
.delay500 {
    transition-delay: 500ms !important;
}
/*---- Animation ----*/


