/*---- Load First ----*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
main {
    overflow: hidden;
    min-height: 70vh;
}
body {
    margin: 0;
    font-family: "open-sans";
    font-weight: 400;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
* {
    -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;
}
img {
    font-size: 0;
}
p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    margin: 0;    
    color: #000;
    font-weight: normal;
}
.color-white {
    color: #fff !important;
}
.color-black {
    color: #000 !important;
}
.color-red {
    color: #7a303f !important;
}
.bg-white {
    background-color: #fff;
}
.bg-black,
.black-bg {
    background-color: #000;
}
.bg-red {
    background-color: #7a303f;
}
article,
aside,
footer,
header,
menu,
nav,
section,
main{
    display: block;
}
button {
    background: none;
    border: none;
}
[class^="col-"] {
    position: relative;
}
/*---- Load First ----*/
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 20px;
}
.paragraph,
p,
li,
.p {
    font-size: 18px;
    line-height: 1.6em;
    font-family: "open-sans";
    font-weight: 400;
}
.title,
h1,h2,h3,h4,h5,h6 {
    font-family: "brandon-grotesque";
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
}
p.p {
    margin-bottom: 2em;
}
.h2 {
    font-size: 40px;
    margin-bottom: .45em;
}
.h2 sup {
    top: -.25em;
    line-height: 1em;
}
.sub-h2 {
    font-size: .6em;
    line-height: 1.2em;
} 
.p.sm {
    font-size: 16px;
}
.btn {
    font-size: 18px;
    height: 2.6667em;
    line-height: 2.4444em;
    padding: 0 1.5em;
    text-align: center;
    position: relative;
    transition: 300ms ease-out;
    background: rgba(255,255,255,0);
    font-family: "brandon-grotesque";
    font-weight: 900;
    text-transform: uppercase;
    border: 2px solid;
    cursor: pointer;
    border-radius: 1.3333em;
}
.btn.cream {
    color: #f5e0ab;
    border-color: #f5e0ab;
}
.btn.white-ghost {
    color: #fff;
    border-color: #fff;
}
.btn.white-ghost:hover {
    background-color: #fff;
    color: #000;
}
.btn.red-ghost {
    color: #7a303f;
    border-color: #7a303f;
}
.btn.red-ghost:hover {
    background-color: #7a303f;
    color: #fff;
}
.btn.white-fill {
    background: #fff;
    color: #7A303F;
}
.btn.white-fill:hover {
    background: transparent;
    color: #fff;
}
.separator {
    height: 14px;
    background: url(../images/separator.svg) center center no-repeat;
    background-size: contain;
    margin: 24px 0;
}
.separator.red {
    background-image: url(../images/separator-red.svg);
}
.container {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.submenu-container .container {
    width: 1250px;
    padding: 0 !important;
}
.container.sm {
    max-width: 1120px;
}
.container.exsm {
    max-width: 800px;
}
.header {
    padding: 19px 40px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.xp-navigation {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.logo {
    width: 205px;
    display: block;
    margin-bottom: 26px;
}
.header-buy-now {
    position: absolute;
    right: 0;
    top: 0;
}
.header-buy-now .btn {
    font-size: 16px;
    line-height: 1em;
    font-family: "brandon-grotesque";
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 2em;
    height: 2.625em;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.3125em;
    transition: background 500ms, color 500ms;
    margin-left: 2em;
}
.header-buy-now .btn:hover {
    background: #fff;
    color: #000;
}
.logo img {
    width: 100%;
}
.xp-navigation ul li:not(:first-child) {
    margin-left: 59px;
}
.xp-navigation ul a,
.header-buy-now a:not(.btn) {
    display: block;
    position: relative;
    transition: 300ms;
    font-size: 16px;
    line-height: 1em;
    font-family: "brandon-grotesque";
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}
.xp-navigation ul a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
}
.xp-navigation ul a.active,
.xp-navigation ul a.parent-active ,
.xp-navigation ul a:hover {
    border-bottom-color: #fff;
} 
.trigger-submenu {
    padding-right: 16px;
}
.trigger-submenu::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 300ms;
    width: 11px;
    height: 8px;
    background: url(../images/down-arrow.svg) center center no-repeat;
    background-size: contain;
}
.submenu-active .submenu-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
body {
    padding-top: 126px;
}
.submenu-container {
    position: fixed;
    top: 126px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255,.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 500ms linear 250ms;
}
.submenu-items {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: translateY(-10px);
    transition: 500ms linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.submenu-items.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.submenu-container a {
    display: block;
    position: relative;
    overflow: hidden;
}
.submenu-whiskey {
    padding: 24px 0 32px;
}
.submenu-whiskey img {
    width: 180px;
    transition: 300ms linear;
    transform: scale(.94);
    will-change: transform;
}
.submenu-whiskey li {
    margin: 0 30px;    
}
.submenu-items span {
    display: block;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
    font-family: "brandon-grotesque";
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);    
    transition: opacity 700ms;
    opacity: .7;
}
.submenu-whiskey li a {
    backface-visibility: hidden;
}
.submenu-whiskey li a:hover img {
    transform: scale(1);
}
.submenu-items:not(.discover-submenu) a:hover span {
    opacity: 1;
}
.discover-submenu {
    padding: 32px 0;
}
.discover-submenu li {
    padding-right: 1px;
}
.discover-submenu a img {
    width: 100%;
    transition: 300ms linear;
}
.discover-submenu a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color:  #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    margin: 0;
}
.discover-submenu a:hover img {    
    transform: scale(1.06);
    filter: brightness(40%);
}
.submenu-items li {
    opacity: 0;
}
.animateIn.submenu-items li {
    animation: item-fade-in 500ms linear 250ms forwards;
}
.submenu-items li:nth-child(1),
.submenu-items li:nth-child(5),
.submenu-items.discover-submenu li:nth-child(1),
.submenu-items.discover-submenu li:nth-child(4) {
    animation-delay: 600ms;
}
.submenu-items li:nth-child(2),
.submenu-items li:nth-child(4),
.submenu-items.discover-submenu li:nth-child(2),
.submenu-items.discover-submenu li:nth-child(3) {
    animation-delay: 500ms;
}
@keyframes item-fade-in {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.mobileDropdown {
    display: none;
}
/*---- Header ----*/
/*---- Country Flag ----*/
ul.ec-country-flag {
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    left: 0;
    top: 8px;
    list-style: none;
}
ul.ec-country-flag li {
    margin: 0 !important;
    opacity: .15;
}
ul.ec-country-flag li.active {
    opacity: 1;
}
ul.ec-country-flag a {
    display: block;
    padding: 0;
}
ul.ec-country-flag .show-country a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
    transition: 300ms;
    width: 11px;
    height: 8px;
    background: url(../images/down-arrow.svg) center center no-repeat;
    background-size: contain;
}
ul.ec-country-flag img {
    display: block;
    width: 45px;
    height: 24px;
    object-fit: cover;
    /*border: 2px solid #fff;*/
    object-position: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.ec-country-flag .ec-country-flag li::after {
	content: '\2713';
	position: absolute;
	width: 12px;
	height: 12px;
	text-align: center;
	border-radius: 50%;
	right: -5px;
	top: -5px;
	font-size: 8px;
	line-height: 12px;
	color: #fff;
	background: #C2B59B;
	display: block;
	opacity: 0;
	border: 1px solid transparent;
	pointer-events: none;
}
.ec-country-flag .ec-country-flag li.active::after {
	opacity: 1;
	color: #fff;
	background: limegreen;
}
._ca .show-country img[data-flag="usa"],
._usa .show-country img[data-flag="ca"]{
    display: none;
}
.ec-country-flag .flag-dropdown {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150%;
    background: #f6f6f6;
    min-height: 1px;
    list-style: none;
    padding: 6px 6px;
    pointer-events: none;
}
.ec-country-flag .flag-dropdown.active {
    opacity: 1;
    pointer-events: auto;
}
.ec-country-flag .flag-dropdown::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    border: 11px solid transparent;
    border-bottom-color: #f6f6f6;
    transform: translateX(-50%);
}
.ec-country-flag .flag-dropdown ul {
    position: relative;
    top: auto;
    right: auto !important;
    left: auto !important;
    flex-direction: column;
    transform: none;
    padding: 0;
}
.ec-country-flag .flag-dropdown li {
    opacity: 1;
    position: relative;
}
.ec-country-flag .flag-dropdown li:first-child {
    margin-bottom: 6px !important;
}
.ec-country-flag .flag-dropdown li a {
    margin: 0 !important;
    width: 40px;
    display: block;
    padding: 0;
}
.ec-country-flag .flag-dropdown li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexible-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-spacing {
    padding: 60px 0;
}
/*---- Review Carousel ----*/
.review-carousel .owl-stage {
    display: flex;
}
.review-carousel .owl-item {
    padding: 55px;
    text-align: center;
}
.review-carousel .owl-item::before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    right: -12px;
    top: 0;
    background: url(../images/v-separator.svg) center center repeat-y;
    background-size: contain;
}
.review-carousel .owl-item:last-child:before {
    display: none;
}
.review-carousel .item img {
    height: 64px;
    max-width: 100%;
    width: auto !important;
    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: #000;
}
.home-reviews .name {    
    font-size: 12px;
    line-height: 1em;
    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;
    color: rgba(0, 0, 0, 0.35);
    margin: 15px 0 0;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
}
/*---- footer ----*/
.footer {
    background: #000 url(../images/signature.svg) -4% -28px no-repeat;
    background-size: auto 130%;
    padding: 32px 40px;
    position: relative;
}
.footer-social a:not(:first-child) {
    margin-left: 24px;
}
.footer-social a img {
    width: 36px;
}
.footer .footer-owl a img {
    width: 76px;
    display: block;
}
.footer-copy p,
.footer-social-block p {
    color: #fff;
    font-size: 12px;
    line-height: 1.75em;
    position: relative;
    margin: 1em 0 0;
}
.footer-social-block p {
    margin-top: 1.5em;
}
.footer-copy p a,
.footer-social-block p a {
    color: inherit;
    text-decoration: underline;
}
.footer-social-block {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.computer .footer-social a:hover img {
    opacity: 0.5;
}
.computer .footer-copy p a:hover {
    text-decoration: none;
}
/*---- footer ----*/
/*---- Footer Social Grid ----*/
.home-social {
    background: #fff;
}
.home-social .container {
    padding: 60px 0 54px;
}
.showdown-social .p-primary {
    margin-bottom: 1.5em;
}
.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-upd .social-carousel .item {
    width: calc(100% / 3);
    margin-bottom: 1px;
}
/*---- Footer Social Grid ----*/
.flexible-img .col-twoThird::before {
    content: '';
    display: block;
    padding-bottom: 59%;
    width: 100%;
}
.flexible-img .col-twoThird picture img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.content-left_inner,
.content-right_inner {
    text-align: left;
    padding: 40px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.glass-effect-special .col-oneThird {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.glass-effect-special.content-right .col-oneThird {
    left: auto;
    right: 0;
}
.has-glass_effect {
    overflow: hidden;
}
.glass-effect,
.glass-effect::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.glass-effect::after {
    content: '';    
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    filter: blur(3px);
    background: #fff;
}
.glass-effect::after {
    left: 0;
}
.content-left .glass-effect::after {
    left: auto;
    right: 0;
}
.glass-effect::before {
    content: '';    
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    backface-visibility: visible;
}
.golf-sip {
    background: #0C3D38;
}
.golf-sip .glass-effect {    
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), url(../images/golf-signature-sip-left.jpg) lightgray right center / cover no-repeat;
}
.golf-sip .glass-effect::before {
    background: linear-gradient(90deg, #0C3D38 -32.65%, rgba(12, 61, 56, 0.00) 87.58%);    
}
.orange-glass {
    background: #FCB33C;
}
.orange-glass .glass-effect {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), url(../images/old-fashioned-excellence-right.jpg) lightgray left -5% / cover no-repeat;     
}
.orange-glass .glass-effect::before {
    background: linear-gradient(275deg, #FCB33C -20.87%, rgba(249, 182, 72, 0.00) 125.76%);
}
/*------Form and other Elements-------*/
.form-control::-moz-placeholder {
    color: #000;
    opacity: .85;
}
.form-control::-ms-placeholder {
    color: #000;
    opacity: .85;
}
.form-control:-ms-input-placeholder {
    color: #000;
    opacity: .85;
 }
.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: .85;
}
.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-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;
}
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;
}
.gw-logo-lockup {
    font-size: 66px;
    margin-bottom: 1em;
    width: 5.4em;
}
.video-overlay iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.hero-video .overlay-container {
    background: #000;
}
.hasVimeoInOverlay .overlay-close {
    width: 40px;
    height: 40px;
    top: 0;
    right: -50px;
}
/*------Form and other Elements-------*/
.trigger-height {
    display: none;
}
.phone .trigger-height {
    display: block;
}
.hh-exp.glass-effect {
    background: url(../images/hh-exp-bg.jpg) left center / cover no-repeat;
}
.hh-exp.glass-effect::before {
    background: linear-gradient(90deg, #1C100B -24.55%, rgba(0, 0, 0, 0.00) 108.48%);
}
.guided-tasting.glass-effect {
    background: url(../images/guided-tasting-bg.jpg) right center / cover no-repeat;
}
.guided-tasting.glass-effect::before {
    background: linear-gradient(90deg, #000 -58.88%, rgba(0, 0, 0, 0.00) 125.76%, rgba(0, 0, 0, 0.00) 125.76%);
}
.visit-us .ec-18-year.glass-effect {
    background: url(../images/shop-ec-bg-upd.png) left center / cover no-repeat;
}

.visit-us .ec-18-year.glass-effect::before {
    background: linear-gradient(90deg, #000 7.56%, rgba(0, 0, 0, 0.00) 125.76%, rgba(0, 0, 0, 0.00) 125.76%);
}

.visit-us .ec-barrel-proof.glass-effect {
    background: url(../images/EC-barrel-proof-left.jpg) left center / cover no-repeat;
}
.visit-us .ec-barrel-proof.glass-effect::before {
    background: linear-gradient(90deg, #000 -20.87%, rgba(0, 0, 0, 0.00) 125.76%);
}
/*---- 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;
}
.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;
}
.submenu-whiskey li {
  margin: 0 20px;
}
.submenu-whiskey img {
  width: 150px;
}
/*---- Animation ----*/
@media screen and (min-width: 768px) {
    .mobileDropdown {
        display: none !important;
    }     
    .discover-submenu.submenu-items li {
        width: 25%;
    }
}
/*---- Resize PSD to 1340px - Min-view 1280 - Max-view 1599 ----*/
@media screen and (max-width: 1599px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 16px;
    }
    .paragraph,
    p,
    li,
    .p {
        font-size: 15px;
    }
    .h2 {
        font-size: 32px;
    }
    .p.sm {
        font-size: 14px;
    }
    .btn {
        font-size: 15px;
    }
    .separator {
        height: 12px;
        margin: 18px 0 21px;
    }
    body {
        padding-top: 110px;
    }
    .container {
        max-width: 1180px;
    }
    .submenu-container .container {
        width: 980px;
    }
    .container.sm {
        max-width: 900px;
    }
    .widget-popup.container.sm {
        max-width: 863px;
    }
    .container.exsm {
        max-width: 680px;
    }
    /*---- Header ----*/
    .header {
        padding: 18px 32px;
    }
    .logo {
        width: 170px;
        margin-bottom: 20px;
    }
    .xp-navigation ul li:not(:first-child) {
        margin-left: 40px;
    }
    .xp-navigation ul a,
    .header-buy-now a:not(.btn) {
        font-size: 15px;
    }
    .submenu-container {
        top: 110px;
    }
    .submenu-whiskey {
        padding: 18px 0 26px;
    }
    .submenu-whiskey img {
        width: 134px;
    }
    .submenu-whiskey li {
        margin: 0 18px;    
    }
    .submenu-items span {
        font-size: 12px;  
    }    
    .discover-submenu {
        padding: 25px 0;
    }
    /*---- Header ----*/
    .header-buy-now .btn {
        font-size: 14px;
    }    
    ul.ec-country-flag img {
        width: 36px;
        height: 20px;
    }
    .trigger-submenu {
        padding-right: 13px;
    }
    .trigger-submenu::after,
    ul.ec-country-flag .show-country a::after {
        width: 9px;
        height: 7px;
    }
    ul.ec-country-flag .show-country a::after { 
        right: -13px;
    }
    .footer {
        padding: 25px 32px;
        background-position: -4% -22px;
    }
    .footer-social a:not(:first-child) {
        margin-left: 20px;
    }
    .footer-social a img {
        width: 30px;
    }
    .footer .footer-owl a img {
        width: 60px;
        display: block;
    }
    .footer-social-block {
        right: 32px;
    }
    .footer-copy p, 
    .footer-social-block p {
        font-size: 11px;
    }            
    .review-carousel .owl-item {
        padding: 44px;
    }
    .review-carousel .item img {
        height: 52px;
    }
    .review-carousel .item .p {
        margin: 18px 0 0;
        padding-bottom: 20px;
    }
    .home-reviews,
    .section-spacing {
        padding: 52px 0;
    }
    .common-pd-tb {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .reviewType {
        padding: 42px 0;
    }
    .home-reviews .name {    
        font-size: 10px;
    }
    .ux-msg {
        margin: 12px 0 0;
    }
    .content-left_inner,
    .content-right_inner {
        padding: 40px;
    }
    .home-social .container {
        padding: 48px 0 44px;
    }
    .owl-next {
        right: 15px;
    }
    .owl-prev {
        left: 15px;
    }
    .owl-next,
    .owl-prev {
        width: 40px;
        height: 40px;
    }
    .gw-logo-lockup {
        font-size: 56px;
    }
}
/*---- Resize PSD to 1340px - Min-view 1280 - Max-view 1599 ----*/
/*---- Resize PSD to 1080px - Min-view 992 - Max-view 1279 ----*/
@media screen and (max-width: 1279px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 13px;
    }
    .paragraph,
    p,
    li,
    .p {
        font-size: 13px;
    }
    .h2 {
        font-size: 26px;
    }
    .p.sm {
        font-size: 12px;
    }
    .btn {
        font-size: 13px;
    }
    .separator {
        height: 9px;
        margin: 16px 0;
    }
    body {
        padding-top: 91px;
    }
    .container {
        max-width: 880px;
    }
    .submenu-container .container {
        width: 740px;
    }
    .container.sm {
        max-width: 700px;
    }
    /*---- Header ----*/
    .header {
        padding: 15px 26px;
    }
    .logo {
        width: 136px;
        margin-bottom: 17px;
    }
    .xp-navigation ul li:not(:first-child) {
        margin-left: 28px;
    }
    .xp-navigation ul a,
    .header-buy-now a:not(.btn) {
        font-size: 13px;
    }
    .submenu-container {
        top: 91px;
    }
    .submenu-whiskey {
        padding: 10px 0 18px;
    }
    .submenu-whiskey img {
        width: 110px;
    }
    .submenu-whiskey li {
        margin: 0 16px;    
    }
    .submenu-items span {
        font-size: 10px;  
    }
    .discover-submenu {
        padding: 18px 0;
    }
    /*---- Header ----*/
    .header-buy-now .btn {
        font-size: 12px;
    }
    ul.ec-country-flag {
        top: 5px;
    }
    .footer {
        padding: 21px 26px;
        background-position: -6% -25px;
    }
    .footer-social a:not(:first-child) {
        margin-left: 16px;
    }
    .footer-social a img {
        width: 24px;
    }
    .footer .footer-owl a img {
        width: 49px;
        display: block;
    }
    .footer-social-block {
        right: 26px;
    }
    .footer-copy p, 
    .footer-social-block p {
        font-size: 10px;
    }  
    .review-carousel .owl-item {
        padding: 20px;
    }
    .review-carousel .item img {
        height: 38px;
    }
    .review-carousel .item .p {
        margin: 12px 0 0;
        padding-bottom: 15px;
    }
    .home-reviews,
    .section-spacing {
        padding: 42px 0;
    }
    .common-pd-tb {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .reviewType {
        padding: 30px 0;
    }
    .home-reviews .name {    
        font-size: 10px;
    }
    .content-left_inner,
    .content-right_inner {
        padding: 25px;
    }
    .home-social .container {
        padding: 36px 0 32px;
    }
    .owl-next {
        right: 10px;
    }
    .owl-prev {
        left: 10px;
    }
    .owl-next,
    .owl-prev {
        width: 32px;
        height: 32px;
    }
    .gw-logo-lockup {
        font-size: 44px;
    }

    .hasVimeoInOverlay .overlay-close {
        top: -50px;
        right: 10px;
    }
}
/*---- Resize PSD to 1080px - Min-view 992 - Max-view 1279 ----*/
/*---- Resize PSD to 840px - Min-view 768 - Max-view 991 ----*/
@media screen and (max-width: 991px) and (min-width: 768px) {    
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 10px;
    }
    .paragraph,
    p,
    li,
    .p {
        font-size: 11px;
    }
    .h2 {
        font-size: 21px;
    }
    .p.sm {
        font-size: 10px;
    }
    .btn {
        font-size: 11px;
    }
    .separator {
        height: 7px;
        margin: 12px 0;
    }
    .container {
        max-width: 690px;
    }
    .container.sm {
        max-width: 690px;
    }
    .container.exsm {
        max-width: 640px;
    }
    .submenu-container .container {
        width: 600px;
    }        
    .logo {
        width: 112px;
        margin-bottom: 13px;
    }
    .xp-navigation ul li:not(:first-child) {
        margin-left: 20px;
    }
    .xp-navigation ul a,
    .header-buy-now a:not(.btn) {
        font-size: 11px;
    }
    .header {
        padding: 12px 20px;
    }
    body {
        padding-top: 75px;
    }
    .submenu-container {
        top: 76px;
    }    
    .header-buy-now .btn {
        font-size: 10px;
    }
    ul.ec-country-flag {
        top: 3px;
    }    
    .footer {
        padding: 18px 20px;
        background-position: -4% center;
        background-size: auto 91%;
    }
    .footer-social-block {
        right: 20px;
    }   
    .review-carousel .owl-item {
        padding: 15px;
    }
    .review-carousel .item img {
        height: 34px;
    }
    .owl-next {
        right: 8px;
    }
    .owl-prev {
        left: 8px;
    }
    .owl-next,
    .owl-prev {
        width: 26px;
        height: 26px;
    }
    .content-left_inner, 
    .content-right_inner {
        padding: 20px;
    }
    .content-left .col-oneThird, 
    .content-right .col-oneThird,
    .elements .col-oneThird {
        width: 37%;
    }
    .whiskey-carousel .glass-effect {
        width: 37% !important;
    }
    .content-left .col-twoThird, 
    .content-right .col-twoThird,
    .elements .col-twoThird,
    .whiskey-carousel .owl-nav {
        width: 63% !important;
    }    
    .gw-logo-lockup {
        font-size: 35px;
    }
    .submenu-whiskey img {
        width: 80px;
    }
    .submenu-whiskey li {
        margin: 0 8px;    
    }
}
/*---- Resize PSD to 840px - Min-view 768 - Max-view 991 ----*/
@media screen and (min-width: 768px) {
    .menu-container ul {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 10px;
    }
    .paragraph,
    p,
    li,
    .p {
        font-size: 14px;
    }
    .h2 {
        font-size: 30px;
    }
    .p.sm {
        font-size: 14px;
    }
    .btn {
        font-size: 16px;
    }
    .separator {
        height: 12px;
        margin: 12px 0;
    }
    body {
        padding-top: 61px;
    }   
    .header {
        padding: 16px 20px;
    }    
    .xp-navigation {
        display: block;
    }
    .logo {
        width: 148px;
        margin: 0 auto;
        position: relative;
        top: 2px;
    }
    .menuActive .header-buy-now.short {
        opacity: 0;
    }
    .header-buy-now {
        width: auto;
        justify-content: center;
    }
    .header-buy-now.short {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: 300ms;
    }
    .header-buy-now.short .btn {
        padding: 0;
        width: 50px;
        height: 30px;
        line-height: 28px;
        font-size: 15px;
    }
    .menu-container {
        top: 61px;
        padding-bottom: 61px;
        position: fixed;
        width: 100%;
        background: #000;
        right: 0;
        bottom: 0;
        z-index: 10000;
        pointer-events:none;
        opacity: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: 300ms;
    }
    .active .menu-container {
        opacity: 1 !important;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
    }
    .xp-navigation ul {
        padding: 20px 0 20px;
    }
    ul.ec-country-flag {
        padding: 0 !important;
    }
    .xp-navigation ul li {
        margin-left: 0 !important;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .xp-navigation ul li:not(:last-child) {
        margin-bottom: 18px;
    }
    .xp-navigation ul li a {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    .xp-navigation ul ul {
        width: 100%;
        padding: 24px 0 10px;
    }
    .xp-navigation ul ul li:not(:last-child) {
        margin-bottom: 12px !important;
    }
    .xp-navigation ul ul li a {
        display: block;
        font-size: 12px;
        line-height: 1.5em;
        text-align: center;
        letter-spacing: 0.135em;
        text-transform: uppercase;
        color: #fff;    
    }
    .xp-navigation ul a::before {
        display:  none;
    }    
    body.menuActive {
        overflow: hidden;
    }
    .c-hamburger {
        font-size: 0;
        text-indent: -9999px;
        cursor: pointer;
        position: absolute;
        border: none;
        padding: 0;
        top: 0;
        transform: translateY(0);
        right: 0;
        width: 32px;
        height: 32px;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
        transition: background 0s 0.15s;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: "";
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.15s, 0s;
    }
    .c-hamburger span::before {
        top: -9px;
        transition-property: top, transform;
        -webkit-transition-property: top, transform;
        -ms-transition-property: top, transform;
    }
    .c-hamburger span::after {
        bottom: -9px;
        transition-property: bottom, transform;
        -webkit-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform;
    }
    .active .c-hamburger span {
        background: none;
    }
    .active .c-hamburger span::before {
        top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .active .c-hamburger span::after {
        bottom: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    .active .c-hamburger span::before,
    .active .c-hamburger span::after {
        transition-delay: 0s, 0.15s;
    }
    .container {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .trigger-submenu::after {
        width: 10px;
        height: 6px;
    }
    ul.ec-country-flag img {
        width: 36px;
        height: 19px;
        border-width: 1px;
    }
    .ec-country-flag .flag-dropdown {
        left: -6px;
        transform: none;
    }
    ul.ec-country-flag a {
        border: none;
    }
    .header-buy-now.flex.jc-center {
        position: relative;
        right: auto;
        top: auto;
    }
    .header-buy-now .btn {
        font-size: 14px;
        margin: 0;
    }
    .menuActive ul.ec-country-flag {
        display: none;
    }
    .footer {
        padding: 36vw 20px 40px;
        background-position: center -5vw;
        background-size: 120vw auto;
    }
    .footer-social-block {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        align-items: center;        
    }
    .footer-social a img {
        width: 36px;
    }
    .footer-social a:not(:first-child) {
        margin-left: 24px;
    }
    .footer .footer-owl a img {
        width: 76px;
    }
    .footer-copy p, 
    .footer-social-block p {
        font-size: 12px;
        margin-top: 15px;
    }
    .footer-social {
        margin-top: 20px;
    } 
    /*---- Footer Social Grid ----*/
    .home-social .container {
        padding: 40px 0 42px;
    }
    .social-mob .item a img {
        width: 100%;
    }
    .social-mob .item a {
        width: calc(50% - 1px) !important;
        margin-bottom: 2px;
    }
    .social-mob .item a:nth-child(3n) {
        width: 100% !important;
    }
    /*---- Footer Social Grid ----*/
    .home-reviews,
    .section-spacing {
        padding: 42px 0;
    }
    .common-pd-tb {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .home-reviews .h2 {
        font-size: 24px;
        line-height: 1em;
    }
    .review-carousel .owl-item {
        padding: 0 20px;
    }
    .review-carousel .owl-item::before {
        display: none;
    }
    .review-carousel .item img {
        height: 38px;
    }
    .flexible-img .col-twoThird::before {
        padding-bottom: 100%;
    }    
    .content-left_inner,
    .content-right_inner {
        padding: 42px 20px;
    }
    .content-left_inner .h2,
    .content-right_inner .h2,
    .content-left_inner .p, 
    .content-right_inner .p {
        text-align: center;
    } 
    .content-left_inner .flex, 
    .content-right_inner .flex {
        justify-content: center;
    }
    .glass-effect::after {
        content: '';    
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        filter: blur(2px);
        background: #fff;
    }
    .content-left .glass-effect::before {
        border-right: none;
    }
    .glass-effect {
        pointer-events: none;
    }
    .golf-sip .glass-effect {
        background: url(../images/golf-signature-sip-bottom.jpg) center top /  100% 100% no-repeat;
    }
    .golf-sip .glass-effect::before {
        background: linear-gradient(0deg, #0C3D38 12.47%, rgba(12, 61, 56, 0.00) 128.57%);
    }
    .orange-glass .glass-effect {
        background: url(../images/old-fashioned-excellence-bottom.jpg) center top /  100% 100% no-repeat;
    }
    .orange-glass .glass-effect::before {
        background: linear-gradient(90deg, #FCB33C -33.86%, rgba(252, 179, 60, 0.00) 125.76%);
    }
    .glass-effect-special .col-oneThird {
        position: relative;
        top: 0;
        left: auto;
        height: auto;
    }
    .glass-effect-special.content-right .col-oneThird {
        left: auto;
        right: auto;
    }

.hh-exp.glass-effect {
    background: url(../images/hh-exp-bg-mob.jpg) top center / cover no-repeat;
}
.hh-exp.glass-effect::before {
    background: linear-gradient(360deg, #1C100B 4.46%, rgba(0, 0, 0, 0.00) 125.76%);
}
.guided-tasting.glass-effect {
    background: url(../images/guided-tasting-mob-bg.jpg) top center / cover no-repeat;
}
.guided-tasting.glass-effect::before {
    background: linear-gradient(360deg, #000 59.01%, rgba(0, 0, 0, 0.00) 125.76%);
}
.visit-us .ec-18-year.glass-effect,
.visit-us .ec-barrel-proof.glass-effect {
    background-position: top center;
}

.visit-us .ec-18-year.glass-effect {
    background: url(../images/shop-ec-bg-upd-mob.png?ver=2) top center / cover no-repeat;
}
.visit-us .ec-18-year.glass-effect::before {
    background: linear-gradient(0, #000 36.03%, rgba(0, 0, 0, 0.00) 96.14%);
}

.gw-logo-lockup {
    font-size: 23px;
    margin-bottom: 20px;
}
.social-upd .social-mob .item a:last-child {
    width: 100% !important;
}

}
@media screen and (min-width: 540px) and (max-width: 767px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 15px;
    }
    .paragraph,
    p,
    li,
    .p {
        font-size: 21px;
    }
    .h2 {
        font-size: 44px;
    }
    .p.sm {
        font-size: 21px;
    }
    .btn {
        font-size: 24px;
    }
    .separator {
        height: 18px;
        margin: 18px 0;
    }
    .home-social .container {
        padding: 58px 0 61px;
    }
    .home-reviews,
    .section-spacing {
        padding: 61px 0;
    }
    .common-pd-tb {
        padding-top: 61px;
        padding-bottom: 61px;
    }
    .home-reviews .h2 {
        font-size: 35px;
    }
    .review-carousel .owl-item {
        padding: 0 29px;
    }
    .review-carousel .item img {
        height: 55px;
    }
    .content-left_inner,
    .content-right_inner {
        padding: 60px 30px;
    }
    .header {
        padding: 16px 30px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer {
        padding: 36vw 29px 57px;
        background-position: center -5vw;
        background-size: 120vw auto;
    }
    .footer-social a img {
        width: 52px;
    }
    .footer-social a:not(:first-child) {
        margin-left: 35px;
    }
    .footer .footer-owl a img {
        width: 108px;
    }
    .footer-copy p, 
    .footer-social-block p {
        font-size: 18px;
        margin-top: 22px;
    }
    .footer-social {
        margin-top: 29px;
    }     
    .owl-next {
        right: 15px;
    }
    .owl-prev {
        left: 15px;
    }
    .owl-next,
    .owl-prev {
        width: 47px;
        height: 47px;
    }
    .gw-logo-lockup {
        font-size: 34px;
        margin-bottom: 29px;
    }   
}