/*---- Site load first ----*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    color: #000;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: normal;

}

.agegate .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.agegate .form-control::-ms-placeholder {
    color: #000;
    opacity: 1;
}
.agegate .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
* {
  -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;
}

/*------Age Gate------*/
body.has-agegate {
    overflow: hidden;
}
.agegate {
    background: rgba(0, 0, 0,.80);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
}
.agegate-container {
    background: #fff;
    max-width: 600px;
    margin: 25px auto;
    padding: 50px 48px 46px;
    position: relative;
}
.agegate-container::before {
    top: 24px;
    left: 24px;
    bottom: 24px;
    right: 24px;
    content: '';
    position: absolute;
    border: 1px solid #0055a5;
    pointer-events: none;
}
.agegate-logo {
    width: 152px;
    margin: 0 auto 22px;
}
.agegate p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-align: center;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 21px;
}
.db-month {
    width: 70px;
    margin-left: 15px;
}
.db-year {
    width: 100px;
    margin-left: 15px;
}
.agegate .form-control{
    font-size: 15px;
    line-height: 1em;
    height: 46px;
    color: #000;
    text-align: center;
    font-variant: small-caps;
    background: #e1e1e1;
    border: none;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: normal;
    padding: 2px 5px 0;
}

.country-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0; 
}
.remember-me {
    margin-bottom: 25px;
}
.db-text ,
.country-row h3, 
.agegate label.customRC {
    font-size: 18px;
    line-height: 1em;
    color: #000;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    font-style: normal;
}
.agegate label.customRC {
    line-height: 22px;
    padding-right: 34px;
}
.agegate label.customRC span{
    width: 22px;
    height: 22px;
    background: #fff url(../images/cross.png) center center no-repeat; 
    background-size: 0 auto;
    border: 1px solid #000;
}
input.customRC:checked + label.customRC span{
    background-size: contain;
}
.agegate .btn{
    border: none;
    padding: 0 10px 1px;
    height: 46px;
    width: 170px;
    display: block;
    background: #0055a5;
    color: #fff;
    position: relative;
    transition-duration: 600ms;
    -webkit-transition-duration: 600ms;
    -ms-transition-duration: 600ms;
    font-variant: small-caps;
    min-width: 1px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.agegate .select-container {
    width: 180px;
    margin: 0 0 0 12px;
}
.agegate-container p{
    text-align: center;
}
.agegate-btn_holder {
    margin: 0 auto 30px;
    text-align: center;   
    text-transform: uppercase;
}

.common-chosen .chosen-container-single a.chosen-single {
    height: 46px;
    line-height: 41px;
    padding: 2px 40px 0 15px;
    color: #000;
    border: none;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: normal;
    font-size: 15px;
    font-variant: small-caps;
    background: #e1e1e1;   
}
.common-chosen .chosen-container-single a.chosen-single span {
    padding-top: 1px;
}

.common-chosen .chosen-container-single .chosen-single div {
    width: 40px;
    background: url(../images/down-arrow.png) center center no-repeat;
    background-size: 15px auto;
}

.common-chosen .chosen-container-single.chosen-container-active  .chosen-single div  {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.common-chosen .chosen-container .chosen-drop {
    border: none;
    background: #e1e1e1;
}
.common-chosen .chosen-container .chosen-results {
    margin-bottom: 10px;
}
.common-chosen .chosen-container .chosen-results li {
    padding: 5px 11px;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: normal;
    font-size: 15px;
    font-variant: small-caps;
    background: #e1e1e1; 
}
.common-chosen .chosen-container .chosen-results li.highlighted  {
  background-color: transparent;
  color: #999;
}
.common-chosen .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #000;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.agegate-footer p {
    color: #929292;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: normal;
    letter-spacing: 0.025em;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.agegate-footer .footer-icons {
    margin-bottom: 0;
}
.agegate-footer .footer-icons li {
    margin-left: 20px;
}
.agegate-footer .footer-icons li a {
    display: block;
}
.agegate-footer .footer-icons img {
    width: 100%;
}
.agegate-footer .footer-icons li:nth-child(1) a{
    width: 35px;
}
.agegate-footer .footer-icons li:nth-child(2) a{
    width: 54px;
}
.agegate-footer .footer-icons li:last-child a{
    width: 88px;
}
.agegate-btn span {
    position: relative;
    padding-right: 8px;
}
.agegate-btn span i.arrow {
    width: 7px;
    height: 7px;
    margin-top: -2px;
    right: 0;
}
/*------Age Gate------*/


















.container{
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.outer-container.container {
    max-width: 1200px;
}
.site-header {
    width: 100%;
    z-index: 9999;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 6px rgba(0,0,0,.10);
    min-height: 114px;
}
.header-gap {
    margin-top: 114px;
}
.site-logo {
    float: left;
    width: 119px;
    margin-top: 22px;
}
.site-navigation ul {
    padding: 48px 0;
}
.site-navigation ul li {
    padding: 0 17px 0 16px;
    position: relative;
}
.site-navigation ul li::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    height: 30px;
    width: 1px;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), color-stop(10%, rgba(255,255,255,1)), color-stop(35%, rgba(13,94,170,1)), color-stop(65%, rgba(13,94,170,1)), color-stop(90%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(13,94,170,1) 35%, rgba(13,94,170,1) 65%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(13,94,170,1) 35%, rgba(13,94,170,1) 65%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(13,94,170,1) 35%, rgba(13,94,170,1) 65%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
}
.site-navigation ul li:last-child::after,
.site-navigation ul li:nth-last-child(2)::after {
    display: none;
}
.site-navigation ul li:first-child {
    padding-left: 0;
}
.site-navigation ul li:last-child,
.site-navigation ul li:nth-last-child(2) {
    padding-right: 0;
}
.site-navigation ul li a{
    font-size: 23px;
    line-height: 18px;
    color: #000;
    font-variant: small-caps;
    display: block;
    -webkit-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    letter-spacing: .05em;
}

.search {
    text-indent: -9999px;
    width: 21px;
    height: 18px;
    background: url(../images/search.png) 0 center no-repeat;
    background-size: contain;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    position: relative;
    top: 2px;
}
.search.close {
    background-image: url(../images/close-search.png?var=2);
}
p {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 21px; 
}
p sup {
    line-height: .3;
    position: relative;
    top: -.4em;
    font-weight: normal;
    font-family: arial;
}
.common-title {
    font-size: 28px;
    line-height: 1em;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #0055a5;
}
.common-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;    
}
.page-banner {
    position: relative;
}
img.brand-detail_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    -ms-object-position: 50% 0;
    object-position: 50% 0;
}
img.brand-detail_bg.full-bg {
    position: fixed;
    top: 110px;
}
/*---- Site load first ----*/


/*---- Sub Menu ----*/


.site-navigation > ul > li > a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 32px;
    left: 0;
}
.site-navigation li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.submenu.submenu-long {
    width: 340px;
}
ul.submenu {
    position: absolute;
    width: 285px;
    left: 0;
    top: 32px;
    padding: 0 !important;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms ease, visibility 300ms ease;
    -webkit-transition: opacity 300ms ease, visibility 300ms ease;
    -ms-transition: opacity 300ms ease, visibility 300ms ease;
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 6px rgba(0,0,0,.10);
    pointer-events: none;
    border-top: 5px solid rgba(30,142,206,.85);
    z-index: 10001;
}
ul.submenu li {
    padding: 0 !important;
    border-bottom: 1px solid rgba(30,142,206,.15);
}
ul.submenu li:last-child {
    border-bottom: none;
}
ul.submenu li a{
    padding: 13px 20px 15px;
    display: block;
    text-align: left;
}
ul.submenu li::after {
    display: none;
}
ul.submenu li:last-child::after {
    display: none !important;
}




.search-control {
    position: fixed;
    width: 1080px;
    left: 50%;
    top: 114px;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms ease, visibility 300ms ease;
    -webkit-transition: opacity 300ms ease, visibility 300ms ease;
    -ms-transition: opacity 300ms ease, visibility 300ms ease;
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 6px rgba(0,0,0,.10);
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
}
.search-open.search-control {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.search-control .btn {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 40px;
    width: 90px;
    min-width: 1px;
    z-index: 1;
    font-size: 16px;
}

.search-control .common-form .form-control {
    height: 54px;
    padding: 0 110px 0 20px;
    font-size: 20px;
    border: none;
}
.submenu.on-right {
    width: 190px;
} 
/*---- Sub Menu ----*/
.news-detail-wrapper {
    min-height: 80vh;
}


@media screen and (max-width: 1299px) {

    /*------Age Gate------*/
    .agegate-container {
        max-width: 530px;
        margin: 20px auto;
        padding: 40px 38px 40px;
    }
    .agegate-container::before {
        top: 18px;
        left: 18px;
        bottom: 18px;
        right: 18px;
    }
    .agegate-logo {
        width: 140px;
        margin: 0 auto 18px;
    }
    .agegate p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 17px;
    }
    .agegate-footer p {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 0;
    }
    .country-row {
        padding: 21px 0; 
    }
    .remember-me {
        margin-bottom: 21px;
    }
    .agegate-btn_holder {
        margin: 0 auto 28px;
    }

    .agegate-footer .footer-icons li {
        margin-left: 15px;
    }
    .agegate-footer .footer-icons li:nth-child(1) a{
        width: 30px;
    }
    .agegate-footer .footer-icons li:nth-child(2) a{
        width: 46px;
    }
    .agegate-footer .footer-icons li:last-child a{
        width: 80px;
    }
    /*------Age Gate------*/   

}



@media screen and (max-width: 1199px) {
    .container{
        max-width: 900px;
    }
    .outer-container.container {
        max-width: 992px;
    }
    .header-gap {
        margin-top: 94px;
    }  
    img.brand-detail_bg.full-bg {
        top: 90px;
    }  
    .site-logo {
        width: 98px;
        margin-top: 18px;
    }
    .site-navigation ul {
        padding: 40px 0 39px;
    }
    .site-navigation ul li a{
        font-size: 17px;
        line-height: 15px;
    }
    .site-navigation ul li::after {
        height: 25px;
        top: -4px;
    } 
    .search {
        width: 20px;
        height: 15px;
    }
    .common-title {
        font-size: 23px;
    }    

    .submenu.submenu-long {
        width: 272px;
    }
    ul.submenu {
        width: 234px;
        top: 28px;
    }
    ul.submenu li a{
        padding: 13px 15px 15px;
    }   
    .site-header {
        min-height: 94px;
    }
    .search-control {
        width: 900px;
        top: 94px;    
    }  

    .submenu.on-right {
        width: 170px;
    } 
}

@media screen and (max-width: 991px) {
    .container{
        max-width: 690px;
    }
    .outer-container.container {
        max-width: 768px;
    }
    .header-gap {
        margin-top: 77px;
    }   
    img.brand-detail_bg.full-bg {
        top: 75px;
    }  
    .site-logo {
        width: 78px;
        margin-top: 14px;
    }
    .site-navigation ul {
        padding: 31px 0;
    }
    .site-navigation ul li {
        padding: 0 12px 0 11px;
    }
    .site-navigation ul li a{
        font-size: 14px;
        line-height: 15px;
    }
    .search {
        width: 14px;
        height: 15px;
        top: 0;
    }
    .common-title {
        font-size: 18px;
    }   
    .site-navigation ul li::after {
        height: 20px;
        top: -1px;
    }  
    
    .submenu.submenu-long {
        width: 226px;
    }
    ul.submenu {
        width: 190px;
        top: 28px;
        border-top-width: 3px;
    }
  
    ul.submenu li a{
        padding: 7px 10px 10px;
    } 
    .site-header {
        min-height: 77px;
    }
    .search-control {
        width: 690px;
        top: 77px;    
    }  
}


@media screen and (max-width: 767px) {
    .agegate-container {
        max-width: 530px;
        margin: 0 auto;
        padding: 40px 38px 40px;
    }    
    .agegate-footer.flex {
        display: block;
    }
    .agegate-footer .footer-icons {
        margin-bottom: 20px;
    }
/*------Mobile Menu------*/ 
    .site-header {
        min-height: 1px;
    }
    .search-control {
        display: none;
    }
    .ham-menu {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        right: 25px;
        width: 36px;
        height: 28px;
        display: block;
        text-indent: -9999px;
        -webkit-transform-style: 3d;
        -moz-transform-style: 3d;
        -ms-transform-style: 3d;
        transform-style: 3d;
        z-index: 999999;
    }
    .ham-menu .lines {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        display: block;
        top: 0;
        transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -webkit-transform-style: 3d;
        -moz-transform-style: 3d;
        -ms-transform-style: 3d;
        transform-style: 3d;
        -webkit-transform: rotate(0deg) scale(1) translate3d( 0, 0, 0);
        -moz-transform: rotate(0deg) scale(1) translate3d( 0, 0, 0);
        -ms-transform: rotate(0deg) scale(1) translate3d( 0, 0, 0);
        transform: rotate(0deg) scale(1) translate3d( 0, 0, 0);
    }

    .menu-active .ham-menu .lines {
        background: #151515 !important;
    }
    .ham-menu .lines:nth-child(1) {
        top: 0;
        transform-origin: 0 100%;
    }
    .ham-menu .lines:nth-child(2) {
        top: 13px;
    }
    .ham-menu .lines:nth-child(3) {
        top: 26px;
        transform-origin: 0% 100%;
    }
    .menu-active .ham-menu .lines:nth-child(1) {
        -webkit-transform: rotate(45deg)  translate3d( -1px, 2px, 0) scale(1);
        transform: rotate(45deg)  translate3d( -1px, 2px, 0) scale(1);
    }
    .menu-active .ham-menu .lines:nth-child(3) {
        -webkit-transform: rotate(-45deg)  translate3d( 0, 0, 0)  scale(1);
        transform: rotate(-45deg)  translate3d( 0, 0, 0)  scale(1);
    }
    .menu-active .ham-menu .lines:nth-child(2) {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        opacity: 0;
    }

    body {
        width: 100%;
        left: 0;
        -webkit-overflow-scrolling: auto; 
    }
    .menu-active{
        overflow: hidden;
        position: absolute;
    }
    .menu-overlay {        
        position: fixed;
        width: 120vw;
        height: 120vh;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        pointer-events: all;
        overflow: hidden;
    }
    .site-navigation {
        float: none;
        pointer-events:none;
        position: fixed;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        left: 0;
        right: 0;
        top: 80px;
        -webkit-transform: translate3d(110%,0,0);
        -ms-transform: translate3d(110%,0,0);
        transform: translate3d(110%,0,0);
        background: #0782c9;
        z-index: 99999;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 500ms;
        -webkit-transition: all 500ms;
        -ms-transition: all 500ms;

        -webkit-overflow-scrolling: touch; 
        padding-bottom: 160px;
    }
    .slick .site-navigation{
        top: 60px;
    }
    .menu-active .site-navigation {
        pointer-events: all;
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }
    .site-navigation ul {
        padding: 0 0;
        display: block;
    }
    .site-navigation ul li {
        padding: 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .site-navigation ul li a {
        font-size: 26px;
        line-height: 1em;
        color: #fff;
        padding: 20px 0;
    }
    .site-navigation ul li::after {
        display: none;
    }   
    .site-navigation ul > li.active > a {
        color: rgba(255,255,255,.55);
    } 
    .search {
        width: 20px;
        height: 26px;
        margin: 0 auto;
        background-image: url(../images/search-white.png);
    }
    .container{
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .outer-container.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .header-gap {
        margin-top: 80px;
    } 
    img.brand-detail_bg.full-bg {
        top: 20px;
    }  

 
    .site-header .container {
        height: 80px;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
    }
  
    .site-logo {
        width: 88px;
        margin: 0 auto;
        float: none;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }
    .site-logo img {
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    .slick .container {
        height: 60px;
    }  
    .ham-menu {
        transition: transform 500ms ease;
        -webkit-transition: transform 500ms ease;
        -ms-transition: transform 500ms ease;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    .slick .ham-menu,
    .slick .site-logo img {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
    }
    .common-title {
        font-size: 28px;
    }    


    .submenu.on-right {
        right: auto;
        width: 100%;
    }  
    
    .submenu.submenu-long {
        width: 100%;
    }
    ul.submenu {
        width: 100%;
        left:auto;
        right: auto;
        top: auto;
        border-top-width: 3px;
        opacity: 1;
        visibility: visible;
        background: none;
        box-shadow: none;
        position: relative;
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        border: none;
        pointer-events: auto;
    }
    ul.submenu li:first-child {
        border-top: none;
    }
    ul.submenu li:last-child {
        padding-bottom: 3px !important;
    }
    ul.submenu li a{
        text-align: center;
        display: block;
        padding: 20px 0;
    } 

    .site-navigation ul li a > span {
        display: inline-block;
        padding-right: 24px;
        position: relative;
        overflow: hidden;
    }
    .site-navigation ul li a > span::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        right: 4px;
        top: 8px;
        border: 2px solid #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        border-left: none;
        border-top: none;
    }    

}

@media screen and (max-width: 539px){
    .agegate-row,
    .country-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .db-text,
    .country-row h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 !important;
    }
    .db-text + .db-month,
    .agegate .select-container {
        margin-left: 0;
    }
    .ham-menu {
        right: 20px;
        width: 36px;
        height: 28px;
    } 
    .header-gap {
        margin-top: 80px;
    }  
    img.brand-detail_bg.full-bg {
        top: 15px;
        height: 110%;
    }  
    .common-title {
        font-size: 20px;
    }    
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}

