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

}
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
a ,
label,
button,
p,
.or-seperator{ 
    visibility: hidden;
}
.wf-active h1, 
.wf-active h2, 
.wf-active h3, 
.wf-active h4, 
.wf-active h5, 
.wf-active h6, 
.wf-active a ,
.wf-active label,
.wf-active button,
.wf-active p,
.wf-active .or-seperator{ 
    visibility: visible;
}

.agegate .form-control::-moz-placeholder {
    color: #000;
    opacity: 0;
}
.agegate .form-control::-ms-placeholder {
    color: #000;
    opacity: 0;
}
.agegate .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 0;
}

.wf-active .agegate .form-control::-moz-placeholder {
    color: #000;
    opacity: .3;
}
.wf-active .agegate .form-control::-ms-placeholder {
    color: #000;
    opacity: .3;
}
.wf-active .agegate .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: .3;
}
* {
  -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,.75);
    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: url(../images/body-bg.png) 0 0 repeat, url(../images/header-bg.png) 0 0 repeat-x;  
    background-size: auto auto, auto 12px;  
    background-color: #ede5d9;
    max-width: 750px;
    margin: 25px auto;
    padding: 40px 100px 30px;
}
.agegate-logo {
    width: 160px;
    margin: 0 auto 32px;
}
.agegate h2 {
    font-size: 42px;
    line-height: 1em;
    color: #000;
    text-align: center;
    margin-bottom: 0; 
}
.agegate-row {
    margin-left: -22px;
    margin-right: -22px;
}
.agegate-row [class^="col-"] {
    padding-left: 22px;
    padding-right: 22px;
}
.angleSeperator {
    position: relative;
}
.angleSeperator::before {
    height: 75px;
    width: 2px;
    position: absolute;
    left: 5px;
    top: 24px;
    content: '';
    background: #ba9958;    
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.agegate .form-control{
    font-size: 72px;
    line-height: 1em;
    height: 82px;
    color: rgba(0,0,0,.3);
    text-align: center;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 2px solid #ba9958; 
    padding-top: 11px;
}
.agegate input.form-control:focus{
    color: rgba(0,0,0,1);
}
.agegate label.customRC {
    padding-right: 43px;
    color: #000;
    font-family: 'Kapra-Regular';
}
.agegate label.customRC span{
    width: 30px;
    height: 30px;
    background: #ddd4c6 url(../images/cross.png) center center no-repeat; 
    background-size: 0 auto;
    border: 1px solid #000;
    top: 10px;
}
input.customRC:checked + label.customRC span{
    background-size: contain;
}
.country-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 43px 0 30px; 
}
.agegate-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.country-row h3, 
.agegate label.customRC {
    font-size: 22px;
    line-height: 1.2em;
    color: #000;
    text-transform: uppercase;
    padding-top: 13px;
}
.apple .country-row h3, 
.apple .agegate label.customRC {
    padding-top: 16px;
}
.agegate .common-chosen .chosen-container-single a.chosen-single {
    height: 50px;
    line-height: 46px;
    padding-top: 1px;
}
.agegate .select-container {
    width: 180px;
    margin: 0 20px;
}
.agegate-container p{
    text-align: center;
}
.agegate-btn_holder {
    width: 220px;
    margin: 0 auto 30px;
    text-align: center;   
    text-transform: uppercase;
}
.agegate-btn_holder button {
    width: 100%;
    min-width: 1px;
}
.agegate-btn_holder .btn span {
    padding: 11px 10px 8px;
}
.apple .agegate-btn_holder .btn span {
    padding: 13px 10px 5px;
}
.fb-btn.btn {
    border: none;
    background: #3c589b !important;
    color: #fff !important;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
    letter-spacing: .04em;
}
.fb-btn.btn::before {
    display: none;
}
.fb-btn.btn span{
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.or-seperator {
    width: 130px;
    display: block;
    margin: 23px auto 20px;
    position: relative;
    font-size: 18px;
    line-height: 1em;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
}
.or-seperator::after,
.or-seperator::before {
    height: 1px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 41%;
    content: '';
    background: #ba9958;
}
.or-seperator::after {
    right: 0;
    left: auto;
}
.agegate-footer {
    text-align: center;
}
.age-owl {
    width: 60px;
    display: block;
    margin: 0 auto 10px;
}
.agegate-footer p {
    color: #000;
    font-family: helvetica;
    letter-spacing: .05em;
    font-size: 10px;
    line-height: 12px;
    margin: 0;
}
/*------Age Gate------*/
.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
/*.bg-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;    
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
}*/
.bg-video video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;    
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.container{
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}
.sectionH700.common-section .container {
    width: 1150px;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    background: url(../images/header-bg.png) 0 0 repeat-x;
    z-index: 9999;
}
.site-header .container {
    max-width: 1300px;
}


/*Will work on them later*/
.site-header.sticky {
    background-color: rgba(0,0,0,0);
    position: fixed;
    transition: transform 500ms ease-out, padding 500ms ease-out, background 500ms ease-out;
    -webkit-transition: transform 500ms ease-out, padding 500ms ease-out, background 500ms ease-out;
    -ms-transition: transform 500ms ease-out, padding 500ms ease-out, background 500ms ease-out;
}
.site-header.offscreen {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
}
.sticky .site-navigation ul {
    transition: margin 500ms ease-out;
    -webkit-transition: margin 500ms ease-out;
    -ms-transition: margin 500ms ease-out;
}
.sticky .site-logo {
    transition: width 500ms ease-out, margin 500ms ease-out;
    -webkit-transition: width 500ms ease-out, margin 500ms ease-out;
    -ms-transition: width 500ms ease-out, margin 500ms ease-out;
}
.slim .site-navigation > ul {
    margin-top: 11px;
}


.white .site-navigation .dropdown,
.slim .site-navigation .dropdown {
    left: -10px;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
}
.white .site-navigation .dropdown li,
.slim .site-navigation .dropdown li {
    padding-left: 10px ;
    padding-right: 10px ;
}
.white .site-navigation .dropdown li:last-child,
.slim .site-navigation .dropdown li:last-child{
    padding-bottom: 0;
}
.white .dropdown::before,
.slim .dropdown::before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 100%;
    bottom: 0;
}

.white .slim .dropdown::before,
.slim .dropdown::before {
    background: rgba(0,0,0,.8);
}
.slim .dropdown::before {
    top: 22px;
}
.site-header.slim {
    padding: 7px 0;
    background-color: rgba(0,0,0,.8);
    background-size: auto 0;
}
.site-header.slim .site-navigation ul li a {
    color: #fff;
}
.slim .site-logo {
    float: left;
    width: 80px;
    margin-top: 0px;
}

.black .slim .site-logo img{ 
    opacity: 0;
}
.black .slim .site-logo {
    background: url(../images/ew_logo-white.png) 0 0 no-repeat;
    background-size: contain;
} 
/*Will work on them later*/

.site-logo {
    float: left;
    width: 140px;
    margin-top: 25px;
}

.site-navigation {
    float: right;
}
.site-navigation ul {
    margin-top: 38px;
}
.has-dropmenu {
    position: relative;
    z-index: 901;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
}
.site-navigation .dropdown{
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 900;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    top: 19px;
    padding: 10px 0;
}
.site-navigation .dropdown li {
    padding: 5px 0;
    float: none;
    margin-left:  0 !important;
}
.site-navigation .dropdown li a{
    white-space: nowrap;
}
.site-navigation li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}
.site-navigation ul .has-dropmenu {
    position: relative;
    z-index: 901;
    padding-right: 10px;
    /*cursor: pointer;*/
}
.site-navigation ul .has-dropmenu::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #e8892f;
    border-bottom: 2px solid #e8892f;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    opacity: 0;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
}
.site-navigation li:hover .has-dropmenu::after {
    opacity: 1;
}
.site-navigation ul li {
    float: left;
    margin-left: 50px;
    position: relative;
}
.site-navigation ul li:first-child {
    margin-left: 0;
}
.site-navigation ul li a {
    display: block;
    font-size: 25px;
    line-height: 1em;
    letter-spacing: 0.04em;
    color: #fff;
    text-transform: uppercase;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    -ms-transition: color 300ms;
    font-family: 'Kapra-Regular';
    font-style: normal;
    font-weight: normal;
}
.site-navigation ul li.active a {
    color: #e8892f !important;
}
.black .site-navigation ul li a {
    color: #000;
}
p {
    font-size: 24px;
    line-height: 35px;
    font-family: "minion-pro";
    font-weight: 400;
    margin-bottom: 21px; 
}
p.disclaimer {
    font-style: italic;
    line-height: 1.5em;
    font-size: 13px;
    margin-top: -10px;
    letter-spacing: .04em;
}
p.largePara {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}
p sup {
    font-size: 1.6em;
    line-height: 0;
    position: relative;
    top: .4em;
}
h1 {
    font-size: 106px;
    line-height: 92px;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-left: -2px;
}
.size80 {
    font-size: 80px;
    line-height: 70px;
}
h2 {
    font-size: 60px;
    line-height: .94em;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
}
h2 sup {
    font-size: 0.4em;
    line-height: normal;
    position: relative;
    top: -.15em;
}
h1 sup {
    font-size: 0.22em;
    line-height: normal;
    position: relative;
    top: -.88em;
}
h2.large {
    font-size: 72px;
    line-height: 64px;
}
h3 {
    font-size: 40px;
    line-height: 47px;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
}
.common-section {
    background: #000;
    min-height: 700px;
    height: 900px;
    max-height: 94vh;
    position: relative;
}
.sectionH700.common-section {
    height: 700px;
    max-height: 86vh;
    min-height: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.paperBg {
    background: none !important;
    height: auto !important;
    min-height: 900px;
    max-height: none !important;
}
.paperBg .section-inner {
    max-height: none;
    height: auto;
    min-height: 900px;
}  
.paperBg h2,
.paperBg h3,
.paperBg p {
    color: #000 !important;
}
.section-inner {
    min-height: 700px;
    height: 900px;
    max-height: 94vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-inner_contents {
    padding-top: 100px;
    padding-bottom: 80px;
}
.section-inner_contents.padding-topSame {
    padding-top: 80px;
}

.common-section h2{
    margin-bottom: 10px;
}
.common-section h2 span {
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ba9958;
    font-family: "minion-pro";
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 24px;
    margin-left: 1px;
}
.common-section p {
    color: #e8e6e5;
}
.item-on_right {
    float: right !important;
    padding-left: 75px;
}
.item-on-left {
    padding-left: 75px;
}
.padding-on_right {
    padding-right: 75px;
}
.common-section_item {
    position: relative;
    background: #000;
    overflow: hidden;
}
.section-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.section-border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;  
    z-index: 500;  
}
.section-border::after,
.section-border::before {
    position: absolute;
    content: '';
}
.border-top_bg {
    display: none;
}



.common-section.has-sub_menu ,
.common-section.has-sub_menu .section-inner,
.common-section.special-section,
.common-section.special-section .section-inner {
    min-height: 710px;
}
.section-inner_contents.winner-section_left {
    padding-top: 185px !important;
} 
.has-sub_menu .section-inner_contents {
    padding-top: 340px !important;
    padding-bottom: 140px;
}
.page-sub-menu {
    position: absolute;
    top: 155px;
    right: 0;
    width: 56%;
}
.page-sub-menu h3 {
    font-size: 60px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 24px;
}
.page-sub-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
    
.page-sub-menu ul li {
    margin-right: 60px;
}
.page-sub-menu ul li:last-child {
    margin-right: 0;
}
.page-sub-menu ul li a{
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    font-family: 'Kapra-Regular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    -ms-transition: color 300ms;
}

.page-sub-menu ul li a.active {
    color: #e8892f;
}
/*---- Site load first ----*/

@media screen and (min-width: 1600px) {
    .site-header .container {
        max-width: 1500px;
    }
    .site-navigation ul li a {
        font-size: 28px;
    }
    .site-navigation ul li {
        margin-left: 59px;
    }
    .site-navigation .dropdown {
        padding: 15px 0;
    }  
    .white .site-navigation .dropdown li, 
    .slim .site-navigation .dropdown li {
        padding-left: 15px;
        padding-right: 15px;
    }    
    .white .site-navigation .dropdown, 
    .slim .site-navigation .dropdown {
        left: -15px;  
    }
}

@media screen and (max-width: 1399px) {
    .common-section, 
    .section-inner {
        height: 680px;
        min-height: 600px;
    }
    .paperBg ,
    .paperBg .section-inner {
        min-height: 680px;
    }  
    h1 {
        font-size: 80px;
        line-height: 70px;
        margin-bottom: 5px;
        margin-left: -1px;
    }  
    h2 {
        font-size: 50px;
    }
    .size80 {
        font-size: 70px;
        line-height: 62px;
    }
    .common-section h2 {
        margin-bottom: 7px;
    }
    p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 17px;
    }   
    p.disclaimer {
        font-size: 13px;
        margin-top: -10px;
    }
    .site-logo {
        width: 120px;
        margin-top: 18px;
    }   
    .site-navigation ul {
        margin-top: 30px;
    }    
    .site-header .container {
        max-width: 1124px;
    } 
    .site-navigation ul li {
        margin-left: 41px;
    }
    .site-navigation ul li a {
        font-size: 22px;
    }   
    .slim .site-navigation > ul {
        margin-top: 14px;
    }    
    .slim .dropdown::before {
        top: 20px;
    }
}



@media screen and (max-width: 1199px) {
    .site-navigation ul li {
        margin-left: 32px;
    }
    h1 {
        font-size: 74px;
        line-height: 66px;
        margin-bottom: 5px;
        margin-left: -1px;
    } 
    h2 {
        font-size: 44px;
    }   
    h2.large {
        font-size: 54px;
        line-height: 48px;        
    }
    .common-section ,
    .section-inner  {
        height: 620px;
        min-height: 530px;
    } 
    .paperBg .section-inner,
    .paperBg {
        min-height: 620px;
    }  
    .common-section h2 {
        margin-bottom: 9px;
    }
    .common-section h2 span {
        font-size: 13px;
        margin-bottom: 18px;
        margin-left: 1px;
    }    
    p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 17px;
    }   
    p.disclaimer {
        font-size: 12px;
        margin-top: -12px;
    }    
    .item-on-left {
        padding-left: 60px;
    }
    .item-on_right {
        padding-left: 60px;
    }  
    .padding-on_right {
        padding-right: 60px;
    } 
    .site-header .container {
        max-width: 924px;
    } 
    .site-navigation ul li {
        margin-left: 31px;
    }
    .site-navigation ul li a {
        font-size: 19px;
    }  
}

@media screen and (max-width: 991px) {
    .site-logo {
        width: 100px;
        margin-top: 12px;
    }   
    .site-navigation ul {
        margin-top: 24px;
    }   
    .site-header .container {
        max-width: 712px;
    }  
    .site-navigation ul li {
        margin-left: 14px;
    }
    .slim .site-navigation > ul {
        margin-top: 17px;
    }    
    .site-navigation ul li a {
        font-size: 17px;
    }    
    .slim .dropdown::before {
        top: 17px;
    }
    h1 {
        font-size: 62px;
        line-height: 54px;
        margin-bottom: 5px;
        margin-left: 0px;
    } 
    h2 {
        font-size: 36px;
    }    
    h2.large {
        font-size: 42px;
        line-height: 38px;
    }    
    p {
        font-size: 15px;
        line-height: 24px;
    }
    .common-section ,
    .section-inner {
        height: 500px;
        min-height: 480px;
    } 
    .paperBg ,
    .paperBg .section-inner {
        min-height: 500px;
    }  
    .common-section h2 {
        margin-bottom: 8px;
    }
    .common-section h2 span {
        font-size: 13px;
        margin-bottom: 14px;
        margin-left: 1px;
    }    
    p {
        margin-bottom: 14px;
    }   
    .item-on-left {
        padding-left: 40px;
    }
    .item-on_right {
        padding-left: 40px;
    } 
    .padding-on_right {
        padding-right: 40px;
    }

    .common-section.has-sub_menu ,
    .common-section.has-sub_menu .section-inner ,
    .common-section.special-section,
    .common-section.special-section .section-inner {
        min-height: 500px;
    }
    .section-inner_contents.winner-section_left {
        padding-right: 20px;
    }
    .page-sub-menu {
        top: 88px;
    }
    .page-sub-menu h3 {
        font-size: 35px;
        margin-bottom: 12px;
    }
    .page-sub-menu ul li {
        margin-right: 30px;
    } 
}

@media screen and (min-width: 768px) {
.common-section_background {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.is-parallax.common-section_background,
.common-section_bgfit.is-parallax  {
    height: calc(100% - -30px);
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.common-section_bgfit {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; 
}   

}

@media screen and (max-width: 767px) {
/*------Mobile Menu------*/ 
    .site-logo {
        width: 150px;
        margin-top: 25px;
        margin-left: 25px;
        position: relative;
    }
    .site-header .container {
        max-width: 100%;
    } 
    .menu-active,
    body.menu-active{
        overflow: hidden;
    }
    .ham-menu {
        position: absolute;
        top: 48px;
        right: 25px;
        width: 48px;
        height: 48px;
        display: block;
        text-indent: -9999px;
        padding: 12px 10px; 
        -webkit-transform-style: 3d;
        -moz-transform-style: 3d;
        -ms-transform-style: 3d;
        transform-style: 3d;
    }
    .ham-menu::before,
    .ham-menu::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        border: 1px solid #f47227;
        overflow: hidden;
    }
    .ham-menu::before {
        top: 0;
        left: 0;
        border-right: none;
        border-top: none;
    }
    .ham-menu::after {
        bottom: 0;
        right: 0;
        border-left: none;
        border-bottom: none;
    }
    .menu-active .ham-menu::before,
    .menu-active .ham-menu::after {
        width: 0;
        height: 0;
        border-color: transparent !important;
    }
    .menu-active .ham-menu::before {
        -webkit-transition: width 150ms linear 250ms, height 150ms linear 350ms, border 0ms linear 450ms;
        -ms-transition: width 150ms linear 250ms, height 150ms linear 350ms, border 0ms linear 450ms;
        transition: width 150ms linear 250ms, height 150ms linear 350ms, border 0ms linear 450ms;
    }
    .menu-active .ham-menu::after {
        -webkit-transition: width 150ms linear 0ms, height 150ms linear 150ms, border 0ms linear 250ms;
        -ms-transition: width 150ms linear 0ms, height 150ms linear 150ms, border 0ms linear 250ms;
        transition: width 150ms linear 0ms, height 150ms linear 150ms, border 0ms linear 250ms;
    }
    .ham-menu .lines {
        position: absolute;
        left: 10px;
        right: 10px;
        height: 1px;
        background: #f47227;
        display: block;
        top: 13px;
        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) scaleX(1) translate3d( 0, 0, 0);
        -moz-transform: rotate(0deg) scaleX(1) translate3d( 0, 0, 0);
        -ms-transform: rotate(0deg) scaleX(1) translate3d( 0, 0, 0);
        transform: rotate(0deg) scaleX(1) translate3d( 0, 0, 0);
    }
    .black .ham-menu .lines {
        background: #151515;
    }
    .black .ham-menu::before, 
    .black .ham-menu::after {
        border-color: #151515;
    }
    .black .slim .ham-menu .lines {
        background: #e8892f;
    }
    .black .slim .ham-menu::before, 
    .black .slim .ham-menu::after {
        border-color: #e8892f;
    }
    .menu-active .ham-menu .lines {
        background: #151515 !important;
    }
    .ham-menu .lines:nth-child(1) {
        top: 13px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .ham-menu .lines:nth-child(2) {
        top: 24px;
    }
    .ham-menu .lines:nth-child(3) {
        top: 35px;
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }
    .menu-active .ham-menu .lines:nth-child(1) {
        transform: rotate(45deg)  translate3d( -10px, -2px, 1px) scale(2, 1);
        -webkit-transform: rotate(45deg)  translate3d( -10px, -2px, 1px) scale(2, 1);
        -ms-transform: rotate(45deg)  translate3d( -10px, -2px, 1px) scale(2, 1);
    }
    .menu-active .ham-menu .lines:nth-child(3) {
        transform: rotate(-45deg) translate3d( 25px, -18px, 1px) scale(2, 1);
        -webkit-transform: rotate(-45deg) translate3d( 25px, -18px, 1px) scale(2, 1);
        -ms-transform: rotate(-45deg) translate3d( 25px, -18px, 1px) scale(2, 1);
    }
    .menu-active .ham-menu .lines:nth-child(2) {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        opacity: 0;
    }
    .menu-active {
        /*-webkit-overflow-scrolling: auto;*/
        position: absolute;

    }
    .chrome.android.menu-active {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; 
    }
    .border-top_bg {
        background: url(../images/header-bg.png) 0 0 repeat-x;
        height: 15px;
        display: block;
    }
    .site-navigation {
        float: none;
        opacity: 0;
        visibility: hidden;
        pointer-events:none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ede5d9  url(../images/body-bg.png) 0 0 repeat;
        z-index: 999999;
        overflow-x: hidden;
        overflow-y: auto;
        transition: opacity 300ms;
        -webkit-transition: opacity 300ms;
        -ms-transition: opacity 300ms;

        -webkit-overflow-scrolling: touch; 
    }
    .site-navigation .ham-menu {
        top: 63px;
    }
    .menu-active .site-navigation {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        /*transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        */
    }
    .site-navigation ul {
        margin: 144px 0 0;
        background: #000;
        padding-bottom: 3px;
        position: relative;
        z-index: 999999;
        overflow: hidden;
        width: 100%;
    }
    .site-navigation ul li{
        float: none;
        margin: 0;
        height: calc((100vh - 106px) / 7);
        height: auto;
        text-align: center;
        position: relative;
        background: #000;
        min-height: 115px;
        min-height: 1px !important;
        opacity: 0;
        transition: all 250ms ease-in-out 150ms;
        -webkit-transition: all 250ms ease-in-out 150ms;
        -ms-transition: all 250ms ease-in-out 150ms;
        z-index: 10;
    }
    .menu-active .site-navigation ul li {
        opacity: 1;
    }
    .site-navigation ul li:nth-child(2) {
        -webkit-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
        z-index: 9;
    }
    .site-navigation ul li:nth-child(3) {
        -webkit-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        transition-delay: 250ms;
        z-index: 8;
    }
    .site-navigation ul li:nth-child(4) {
        -webkit-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        transition-delay: 300ms;
        z-index: 7;
    }
    .site-navigation ul li:nth-child(5) {
        -webkit-transition-delay: 350ms;
        -ms-transition-delay: 350ms;
        transition-delay: 350ms;
        z-index: 6;
    }
    .site-navigation ul li:nth-child(6) {
        -webkit-transition-delay: 400ms;
        -ms-transition-delay: 400ms;
        transition-delay: 400ms;
        z-index: 5;
    }
    .site-navigation ul li:nth-child(7) {
        -webkit-transition-delay: 450ms;
        -ms-transition-delay: 450ms;
        transition-delay: 450ms;
        z-index: 4;
    }
    .site-navigation ul li:nth-child(8),
    .site-navigation ul li:nth-child(9) {
        -webkit-transition-delay: 500ms;
        -ms-transition-delay: 500ms;
        transition-delay: 500ms;
        z-index: 3;
    }
    .site-navigation ul li:nth-child(10) {
        -webkit-transition-delay: 550ms;
        -ms-transition-delay: 550ms;
        transition-delay: 550ms;
        z-index: 3;
    }
    .site-navigation ul li img {
        /*-o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;*/
        width: 100%;
    }
    section {
        width: 100vw;
    }
    .site-navigation ul li a {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff !important;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .common-section ,
    .section-inner {
        height: auto;
        min-height: 760px;
        max-height: none;
    } 
    .stackedMob.common-section,
    .stackedMob .section-inner {
        min-height: 1px;
    }
    .stackedMob.common-section .section-inner .section-inner_contents {
        padding-top: 40px;
        padding-bottom: 50px !important;
    }
    .stackedMob.common-section p {
        max-width: 100%;
    }
    .common-section .col-50,
    .common-section .col-56,
    .common-section .col-50.pull-right,
    .common-section .col-50.item-on_right {
        float: none !important;
        width: 100%;
    }
    .common-section .container{
        padding: 0 42px;
    }
    .common-section_background {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 100%;
    }
    .ugc-section .common-section_background {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .owl-carousel .common-section_background {
        right: -10px;
    }
    .common-section_bgfit {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 100%;
    }   
    /*.common-section p br {
        display: none !important;
    }*/
    .common-section p {
        max-width: 55%;
    }
    .common-section .mobWidthFix65 {
        max-width: 65%;
    }
    /*------Mobile Menu------*/ 
    .is-parallax.common-section_background, 
    .common-section_bgfit.is-parallax {
        height: 100%;
    }    
    .item-on_right {
        padding-left: 0px;
    }
    .item-on-left {
        padding-left: 0;
    }
    .padding-on_right {
        padding-right: 0;
    }
    .owl-carousel .item-on-left{
        padding-left: 0;
        padding-right: 0;
    }
    h1 {
        font-size: 60px;
        line-height: 50px;
    }
    .section-inner_contents.padding-topSame {
        padding-top: 140px;
    }    
    .first-section .section-inner_contents {
        padding-top: 180px;
    }
    .first-section .owl-carousel .section-inner_contents {
        padding-bottom: 200px;
    }
    .section-inner_contents {
        padding-top: 140px;
        padding-bottom: 130px;
        width: 100%;
    }
    .size80 {
        font-size: 24px;
        line-height: 24px;
    }
    p {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    h2,
    h2.large {
        font-size: 50px;
        line-height: 42px;
    }
    .common-section h2 {
        margin-bottom: 10px;
    }
    .common-section h2 span {
        font-size: 16px;
        margin-bottom: 24px;
        margin-left: 1px;
    }
    h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .common-section.has-sub_menu ,
    .common-section.has-sub_menu .section-inner  {
        min-height: 100vh;
    }
    .common-section.special-section,
    .common-section.special-section .section-inner {
        min-height: 1px;
    }
    .section-inner_contents.winner-section_left {
        padding-top: 220px !important;
        padding-right: 0;
        padding-bottom: 0;
    }
    .mobPadTop0 {
        padding-top: 0 !important;
    }
    .has-sub_menu .section-inner_contents {
        padding-top: 180px !important;
        padding-bottom: 130px;
    }
    .site-header.slim {
        padding: 14px 0;
    }
    .menu-active .slim .site-logo {
        width: 150px;   
        margin-top: 25px;
    }
    .slim .site-logo {
        width: 110px;
    } 
    .ham-menu {
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        -ms-transition-duration: 250ms;
    } 
    .menu-active .slim .ham-menu {
        top: 53px;
    }  
    .slim .ham-menu {
        top: 7px;
    }
    .menu-active .site-navigation ul {
        margin-top: 144px;
    }
/*    .site-header.sticky {
        transition: transform 250ms ease-out, padding 250ms ease-out, background 250ms ease-out;
        -webkit-transition: transform 250ms ease-out, padding 250ms ease-out, background 250ms ease-out;
        -ms-transition: transform 250ms ease-out, padding 250ms ease-out, background 250ms ease-out;
    }
    .sticky .site-logo {
        transition: width 250ms ease-out, margin 250ms ease-out;
        -webkit-transition: width 250ms ease-out, margin 250ms ease-out;
        -ms-transition: width 250ms ease-out, margin 250ms ease-out;
    }*/
    .menu-active .black .slim .site-logo {
        background-image: url(../images/ew_logo-black.png);
    } 
}



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

    .common-section ,
    .section-inner {
        min-height: 560px;
    } 
    .owl-carousel .item-on-left{
        padding-left: 0;
        padding-right: 0;
    }
    .site-navigation ul {
        margin: 90px 0 0;
    }
    .site-logo {
        width: 101px;
        margin-top: 15px;
        margin-left: 18px;
    }   
    .site-navigation .ham-menu {
        top: 43px;
    }
    .ham-menu {
        top: 28px;
        right: 18px;
        width: 35px;
        height: 35px;
        padding: 9px 7px; 
    } 
    .ham-menu .lines {
        left: 7px;
        right: 7px;
        top: 10px;
    }
    .ham-menu .lines:nth-child(1) {
        top: 10px;
    }
    .ham-menu .lines:nth-child(2) {
        top: 17px;
    }
    .ham-menu .lines:nth-child(3) {
        top: 24px;
    }
    .menu-active .ham-menu .lines:nth-child(1) {
        transform: rotate(45deg)  translate3d( -8px, -2px, 1px) scale(2, 1);
        -webkit-transform: rotate(45deg)  translate3d( -8px, -2px, 1px) scale(2, 1);
        -ms-transform: rotate(45deg)  translate3d( -8px, -2px, 1px) scale(2, 1);
    }
    .menu-active .ham-menu .lines:nth-child(3) {
        transform: rotate(-45deg) translate3d( 18px, -12px, 1px) scale(2, 1);
        -webkit-transform: rotate(-45deg) translate3d( 18px, -12px, 1px) scale(2, 1);
        -ms-transform: rotate(-45deg) translate3d( 18px, -12px, 1px) scale(2, 1);
    }
    .site-navigation ul li{
        min-height: 65px;
    }
    .site-navigation ul li a {
        font-size: 30px;
        line-height: .8em;
        padding-top: 10px;
    } 
    .common-section .container{
        padding: 0 30px;
    }
    .section-inner_contents.padding-topSame {
        padding-top: 120px;
    }    
    .first-section .section-inner_contents {
        padding-top: 120px !important;
        padding-bottom: 80px !important;
    }
    .first-section .owl-carousel .section-inner_contents {
        padding-bottom: 145px;
    }
    .section-inner_contents {
        padding-top: 110px !important;
        padding-bottom: 100px !important;
    }
    .stackedMob.common-section .section-inner .section-inner_contents {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }    
    h1 {
        font-size: 52px;
        line-height: 46px;
        margin-bottom: 0;
    }
    /*h2, h2.large {
        font-size: 40px;
        line-height: 36px;
    }*/
    h2, h2.large {
        font-size: 34px;
        line-height: 32px;
    }    
    .common-section h2 {
        margin-bottom: 2px;
    }
    .common-section h2 span {
        font-size: 13px;
        margin-bottom: 18px;
        margin-left: 0;
    }
    p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 13px;
    }
    .has-sub_menu .section-inner_contents {
        padding-top: 145px !important;
        padding-bottom: 100px;
    }
    .section-inner_contents.winner-section_left {
        padding-top: 145px !important;
    }

    .site-header.slim {
        padding: 10px 0;
    }
    .menu-active .slim .site-logo {
        width: 101px;
        margin-top: 15px;
    }
    .slim .site-logo {
        width: 80px;
    } 
    .menu-active .slim .ham-menu {
        top: 43px;
    }  
    .slim .ham-menu {
        top: 5px;
    }
    .menu-active .site-navigation ul {
        margin-top: 90px;
    }    
}