
/*header, #footer {
  opacity: 0; height: 70px!important; overflow: hidden;
}
#wrapper {
  padding-top: 0px!important;
}*/
/*@media screen and (min-width : 1366px) {
  #menu-scroll {
    font-size: 16px;
  }
}*/

@media screen and (min-width : 1601px)  {
    #menu-scroll {
        font-size: 16px;
    }
}
@media screen and (min-width : 960px) and (max-width: 1600px)  {
    #menu-scroll {
        font-size: 1vw;
    }
}
@media screen and (max-width : 960px) {
    #menu-scroll {
        font-size: 2.5vw;
        height: calc(100vh - 96px);
    }
    #custom-footer {
        display: none;
    }
}

#menu-scroll {
    width: 100%;
    height: 0;
    text-align: center;
    background: #000;
}
#menu-scroll * {
    -webkit-font-smoothing: antialiased;
}
#menu-scroll a:hover {
    text-decoration: none;
    color: inherit;
}
#ms-vertslider {
    /*width: 79.125em;*/
    width: 100%;
    height: 43.063em;
    /*padding: 3.125em;*/
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
#ms-vertslider .ms-slider-in {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: top 666ms cubic-bezier(0.666, 0, 0.333, 1);
    transition: top 666ms cubic-bezier(0.666, 0, 0.333, 1);
}
#ms-vertslider .ms-slider-in section {
    height: 43.063em;
    padding: 0px; margin: 0px;
    position: relative;
}
#ms-vertslider .ms-slider-in section .ms-opacity {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}
#ms-vertslider .ms-slider-in section .ms-msg-scroll {
    position: absolute;
    bottom: 13em; left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-family:"Didot W01 Italic";
    font-size: 11px;
    line-height: 1.167em;
    z-index: 2;
    cursor: pointer;
}
#ms-vertslider .ms-slider-in section .ms-msg-scroll::after {
    content: '';
    position: absolute;
    bottom: -8.000em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 1px;
    height: 7.333em;
    background: rgba(255,255,255,0.5);
}
#ms-vertslider .ms-slider-in section .ms-textarea {
    opacity: 0;
    position: absolute;
    left: 50%; top: 46%;
    -webkit-transform: translate(-50%,-46%);
    transform: translate(-50%,-46%);
    height: 12.250em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
    z-index: 2;
}
#ms-vertslider .ms-slider-in section.active .ms-textarea {
    opacity: 1;
}
#ms-vertslider .ms-slider-in section.active .ms-textarea .ms-slide-hotspot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#ms-vertslider .ms-slider-in section .ms-textarea .ms-sub {
    margin: 1.250em auto 0; padding: 0;
    font-size: 1.250em;
    line-height: 1.100em;
    letter-spacing: 0.2em;
    color: #fff;
    font-family:"Fenice ITC W01 Regular";
    display: block;
    font-weight: normal;
}
#ms-vertslider .ms-slider-in section .ms-textarea .ms-title {
    margin: 0.150em auto 0; padding: 0;
    font-size: 4.000em;
    line-height: 1.087em;
    letter-spacing: 0.12em;
    color: #fff;
    font-family:"Fenice ITC W01 Regular";
    display: block;
    font-weight: normal;
}
#ms-vertslider .ms-slider-in section .ms-textarea .ms-cta {
    margin: 3.083em auto 0; padding: 0;
    font-size: 0.750em;
    line-height: 1.167em;
    letter-spacing: 0.2em;
    color: #fff;
    font-family: 'HCo Gotham';
    font-weight: 400;
    display: block;
    text-decoration: none;
}
#ms-vertslider .ms-vertslider-nav {
    opacity: 0;
    margin: 0px; padding: 0px;
    list-style-type: none;
    position: absolute;
    left: 5.500em;
    top: 46%;
    z-index: 5;
    text-align: left;
    -webkit-transition: margin-top 666ms cubic-bezier(0.666, 0, 0.333, 1);
    transition: margin-top 666ms cubic-bezier(0.666, 0, 0.333, 1);
}
#ms-vertslider .ms-vertslider-nav li {
    margin: 0px; padding: 1.188em 0px;
    cursor: pointer;
    color: rgba(255,255,255,.5);
    font-family: "Fenice ITC W01 Regular";
    font-size: 1.125em;
    line-height: 1.111em;
    letter-spacing: 0.05em;
    display: block;
    -webkit-transition: font-size 666ms,padding 666ms,color 666ms;
    transition: font-size 666ms,padding 666ms,color 666ms;
}
#ms-vertslider .ms-vertslider-nav li.active {
    padding: 0.380em 0;
    color: rgba(255,255,255,1);
    font-family: "Fenice ITC W01 Regular";
    font-size: 3.4em;
    line-height: 1.080em;
}
@media screen and (max-width : 959px) {
    #ms-vertslider {
        width: 100%;
        overflow: hidden;
        height: 61.875em;
    }
    #ms-vertslider .ms-slider-in {
        width: 300%;
        position: absolute;
        left: -100%;
        top: 0;
        -webkit-transition: top 666ms cubic-bezier(0.666, 0, 0.333, 1);
        transition: top 666ms cubic-bezier(0.666, 0, 0.333, 1);
    }
    #ms-vertslider .ms-slider-in section {
        height: 61.875em;
    }
    #ms-vertslider .ms-vertslider-nav {
        left: 0.875em;
        top: 40.5%;
    }
    #ms-vertslider .ms-slider-in section .ms-textarea {
        margin-left: 0.938em;
        top: 40%;
    }
    #ms-vertslider .ms-slider-in section .ms-textarea .ms-sub {
        font-size: 1.375em;
        line-height: 1.2em;
    }
    #ms-vertslider .ms-slider-in section .ms-textarea .ms-title {
        font-size: 3.5em;
    }
    #ms-vertslider .ms-slider-in section:nth-child(2) .ms-textarea .ms-title,
    #ms-vertslider .ms-slider-in section:nth-child(3) .ms-textarea .ms-title {
        width: 90%;
    }
    #ms-vertslider .ms-slider-in section .ms-textarea .ms-cta {
        font-size: 0.938em;
    }
    #ms-vertslider .ms-slider-in section .ms-msg-scroll {
        /*display: none;*/
    }
}
/*@media screen and (orientation:landscape){*/
#ms-vertslider,
#ms-vertslider .ms-slider-in section,
#ms-vertslider video {
    height: calc(100vh - 140px);
}
#ms-vertslider .ms-slider-in {
    width: calc(-140px + 100vh * 16 / 9);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
/*}*/
@media screen and (orientation:landscape) and (min-aspect-ratio: 15/9) {
    #ms-vertslider,
    #ms-vertslider .ms-slider-in,
    #ms-vertslider .ms-slider-in section {
        width: 100%;
        height: calc(-140px + 100vh);
    }
    #ms-vertslider .ms-slider-in section {
        overflow: hidden;
    }
    #ms-vertslider video {
        width: 100%;
        height: calc(-140px + 100vw * 9 / 15);
        margin-top: -1%;
    }
    #ms-vertslider .ms-slider-in {
        width: 100%;
        position: relative;
        top: 0; left: 0;
        transform: none;
    }
}
@media screen and (min-width : 768px) and (max-width : 959px) {
    #custom-header {
        float: left;
    }
    #ms-vertslider,
    #ms-vertslider .ms-slider-in section,
    #ms-vertslider video {
        height: calc(100vh - 96px);
    }
    #ms-vertslider .ms-slider-in {
        width: calc(-96px + 100vh * 16 / 9);
    }
}
@media screen and (max-width : 767px) {
    #custom-header {
        float: left;
    }
    #ms-vertslider,
    #ms-vertslider .ms-slider-in section,
    #ms-vertslider video {
        height: calc(100vh - 96px);
    }
    #ms-vertslider .ms-slider-in {
        width: calc(-96px + 100vh * 16 / 9);
    }
}
@media screen and (max-width : 960px) {
    html {
        height  : 100%;
        overflow: hidden;
    }
    body {
        height  : 100%;
        overflow: auto;
    }
}










