/*home nave*/

.navHomeWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    font-size: 0;
    letter-spacing: 0;
}

.hiddenImages {
    display: none;
}

.navInnerWrap {
    /* max-width: 995px; */
    margin: 0 auto;
}

body.interiorpages ul.menu,
ul.menu.innerpages {
    display: none;
}

body.interiorpages ul.menu.innerpages {
    display: block;
}

.navInnerWrap div {
    display: inline-block;
    vertical-align: top;
}

.navEmailLink a span,
.menuLink a span {
    display: block;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.89vw;
    letter-spacing: 0.2vw;
    line-height: 1.7vw;
    font-weight: 200;
}

.menuNavWrap {
    width: 30%;
    text-align: left;
    font-size: 12px;
}

.MIWLogo {
    font-size: 0;
    padding-top: 8px;
    width: 40%;
    text-align: center;
    box-sizing: border-box;
}

.navRightWrap {
    width: 30%;
    text-align: right;
    font-size: 12px;
    box-sizing: border-box;
    padding-right: 13vw;
}

.navRightWrap .followsocial {
    display: none;
}

.menuLink {
    padding-bottom: 1.2vw;
}

.menulistWrap {
    left: 100%;
    top: 0;
    z-index: 100000;
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0s ease 0.2s;
    -o-transition: -o-transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease, visibility 0s ease;
    -webkit-transition-delay: 0s, 0s, 0.2s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0s ease 0.2s;
    position: fixed;
    width: 100%;
    cursor: default;
    text-align: center;
    display: block;
}

.menulistWrap.open {
    left: 0;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
    -o-transition: -o-transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
    -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
    -webkit-transition-delay: 0.2s, 0.2s;
    transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
    visibility: visible;
}

.menulistWrap {
    text-align: center;
}

.menulistWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menuListInnerWrap {
    max-width: 995px;
    margin: 0 auto;
    display: block;
    position: relative;
    min-height: 100vh;
}

ul.menu a {
    display: inline-block;
    font-size: 52.79px;
    letter-spacing: 4px;
    line-height: 20px;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    padding-bottom: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 2.4vw;
}

ul.menu a:hover {
    border-color: #333;
}

ul.menu li {
    margin-bottom: 3vw;
}

li.activeNav {
    pointer-events: none;
}

ul.menu li.activeNav a {
    border-color: #333;
}

.closeIcon {
    display: block;
    text-align: right;
    width: 100%;
    padding: 40px 0;
}

a.menuCloseLink.icons-CloseIcon {
    font-weight: 900;
    font-size: 26px;
    cursor: pointer;
    margin-right: 9vw;
    width: 24px;
    height: 22px;
    background: url(../images/closemock.png) no-repeat center top;
    background-size: 100% 100% !important;
    font-size: 0;
}

.menulists {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.followsocial ul li a.icons-mail-envelope-closed {
    font-size: 24px;
}

.followsocial ul li.mlistIcon {
    margin-right: 12px;
}

.followsocial ul li.mlistIconInterior,
body.interiorpages .followsocial ul li.mlistIcon {
    display: none;
}

body.interiorpages .followsocial ul li.mlistIcon.mlistIconInterior {
    display: inline-block;
}

body.interiorpages .followsocial ul li.mlistIcon.mlistIconInterior.activeNav a,
.navEmailLink.activeNav a {
    color: #676767;
}

.navInnerWrap div.menuLink,
.navInnerWrap div.navEmailLink {
    display: block;
    text-align: center;
}

.navInnerWrap div.menuLink a,
.navInnerWrap div.navEmailLink a {
    letter-spacing: 4px;
    color: #000;
}

.contentWrapper.stickyNav .navInnerWrap div.menuLink a,
.contentWrapper.stickyNav .navInnerWrap div.navEmailLink a {
    letter-spacing: 4px;
    color: #fff;
}

span.icons-Menu {
    text-align: center;
    font-size: 29px;
    padding-bottom: 5px;
}

div.navEmailLink span.icons-mail-envelope-closed {
    text-align: center;
    font-size: 32px;
    padding-bottom: 2px;
    text-indent: -3px;
}

.menuMailWrap {
    border: 1px solid transparent;
    padding: 12px 17px 12px 20px;
    box-sizing: border-box;
    position: fixed;
    left: 1vw;
    top: 1vw;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}


/* body.interiorpages .menuMailWrap {
    left: 11.5vw;
} */

.contentWrapper.stickyNav .menuMailWrap {
    border-color: #fff;
    background: #000;
}

.hiddentextopacity {
    opacity: 0;
}

.interiorDesktopLogo {
    display: none;
}

.site-menu {
    position: relative;
    width: 32px;
    left: -2px;
    height: 25px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin: 0 auto 5px;
}

.site-menu span {
    webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #000;
    left: 0;
    border-radius: 5px;
}

.contentWrapper.stickyNav .site-menu span {
    background-color: #fff;
}

.site-menu span:nth-child(1) {
    top: 0px;
}

.site-menu span:nth-child(2) {
    top: 9px;
}

.site-menu span:nth-child(3) {
    top: 18px;
}

body:not(.touch-device) .navInnerWrap div.menuLink a:hover,
body:not(.touch-device) .navInnerWrap div.navEmailLink a:hover,
body:not(.touch-device) .contentWrapper.stickyNav .navInnerWrap div.menuLink a:hover,
body:not(.touch-device) .contentWrapper.stickyNav .navInnerWrap div.navEmailLink a:hover,
body.interiorpages .navEmailLink.activeNav a.interiorpagesmlist {
    color: #333;
}

body:not(.touch-device) .contentWrapper.stickyNav .navInnerWrap div.menuLink a:hover .site-menu span,
body:not(.touch-device) .contentWrapper .navInnerWrap div.menuLink a:hover .site-menu span {
    background-color: #333;
}

body.interiorpages .navRightWrap .followsocial {
    display: block;
    margin-top: 25px;
}

body.interiorpages .MIWLogo {
    padding-top: 25px;
}

body.interiorpages .homepagemlist,
.interiorpagesmlist {
    display: none;
}

body.interiorpages .interiorpagesmlist {
    display: inline-block;
}

body.interiorpages .navEmailLink.activeNav {
    pointer-events: none;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .video-wrapper video.desktopvideo {
        display: none;
    }
    body .video-wrapper video.mobilevideo {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .navRightWrap {
        padding-right: 2vw;
    }
    .menuMailWrap {
        left: 1vw;
    }
    body.interiorpages .menuMailWrap {
        left: 1vw;
    }
    body:not(.touch-device) .viewmorebtn,
    body:not(.touch-device) .bit-offers.bit-button,
    body:not(.touch-device) .bit-rsvp.bit-button {
        width: 240px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    body:not(.touch-device) .viewmorebtn a,
    body:not(.touch-device) .bit-offers.bit-button span,
    body:not(.touch-device) .bit-rsvp.bit-button span,
    body:not(.touch-device) .bit-rsvp.bit-button {
        line-height: 50px !important;
    }
    body:not(.touch-device) .viewmorebtn a:before,
    body:not(.touch-device) .bit-offers.bit-button span:before,
    body:not(.touch-device) .bit-rsvp.bit-button span:before,
    body:not(.touch-device) .viewmorebtn a:after,
    body:not(.touch-device) .bit-offers.bit-button span:after,
    body:not(.touch-device) .bit-rsvp.bit-button span:after,
    body:not(.touch-device) .bit-rsvp.bit-button:after {
        height: 48px !important;
    }
    #mailinglist .mailinglist {
        width: 100%;
    }
    body div#mailinglist {
        top: -175px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .interiorDesktopLogo {
        display: block;
        margin: 0 auto;
        max-width: 77px;
    }
    .homeDesktopLogo {
        display: none;
    }
    .navHomeWrapper {
        /* position: relative; */
        top: auto;
        left: 0;
        width: 100%;
        z-index: 800;
        font-size: 0;
        letter-spacing: 0;
        bottom: 0;
        background: #000;
    }
    .menuListInnerWrap {
        min-height: calc(100vh - 85px);
        position: relative;
    }
    ul.menu li {
        margin-bottom: 20px;
    }
    ul.menu a {
        font-size: 32px;
        line-height: 32px;
        border-bottom: 4px solid transparent;
        padding-bottom: 5px;
    }
    .closeIcon {
        display: none;
    }
    .menuMailWrap {
        position: relative;
        /*left: auto;*/
        top: auto;
        padding: 0;
        border: none;
        padding-left: 10px;
    }
    /* start 67591 fix*/
    #pp-footer {
        z-index: 999999 !important;
    }
    .contentWrapper.stickyNav .menuMailWrap {
        background: #000;
        padding: 5px;
        border: none;
        padding: 8px 8px 5px 10px;
        box-sizing: border-box;
    }
    /* end 67591 fix*/
    .navRightWrap {
        padding: 0 10px 0 0;
        width: 35%;
        position: relative;
        top: 0px;
    }
    .menuLink {
        padding-bottom: 0;
    }
    .menuNavWrap {
        width: 35%;
    }
    .navRightWrap {}
    .navRightWrap .hashtagText {
        display: none;
    }
    .navInnerWrap div {
        vertical-align: middle;
    }
    .MIWLogo {
        padding: 0;
        width: 30%;
    }
    .navInnerWrap div.menuLink a,
    .navInnerWrap div.navEmailLink a {
        color: #fff;
    }
    .navInnerWrap div.hiddentextopacity {
        display: none;
    }
    .navInnerWrap div.navEmailLink {
        text-align: right;
    }
    .navInnerWrap {
        background: #000;
        background-size: 100% 6px;
        padding: 8px 0 6px;
        position: fixed;
        z-index: 200000;
        width: 100%;
        bottom: 0;
    }
    .navOuterWrap.open .site-menu span:nth-child(1) {
        -webkit-transform: rotateZ(44deg) translate(9px, 12px);
        transform: rotateZ(44deg) translate(9px, 12px);
    }
    .navOuterWrap.open .site-menu span:nth-child(2) {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }
    .navOuterWrap.open .site-menu span:nth-child(3) {
        -webkit-transform: rotateZ(-44deg) translate(1px, -3px);
        transform: rotateZ(-44deg) translate(1px, -3px);
    }
    .site-menu span {
        background: #fff;
    }
    .navOuterWrap.open .site-menu {
        left: 0;
        top: -5px;
    }
    body.interiorpages .navRightWrap .followsocial {
        display: none;
    }
    body.interiorpages .MIWLogo {
        padding-top: 0;
    }
    .contentWrapper .menuMailWrap {
        border: none;
        border-image: none !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    ul.menu li {
        margin-bottom: 5px;
        display: inline-block;
        margin-right: 20px;
    }
}

body {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    background-repeat: repeat-y;
    -webkit-font-size-adjust: none;
}

body.ipad-device {
    background-repeat: revert;
    background-repeat: repeat-y;
}

h1,
h1,
h3,
a,
p,
li,
ul {
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.hiddenImages {
    display: none;
}

#tourdates .bit-widget .bit-offers {
    border: none;
}


/*button hover starts*/

body.touch-device .viewmorebtn a,
body.touch-device .tourdatesbutton.viewmorebtn span {
    display: inline-block;
    width: 212px;
    border: 1px solid #fff;
    height: 50px;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 12.15px;
    letter-spacing: 3px;
    background: #000;
    border-image-slice: 1;
    border-width: 1px 1px 1px 1px;
    color: #fff;
}

body:not(.touch-device) .viewmorebtn,
body:not(.touch-device) .bit-offers.bit-button,
body:not(.touch-device) .bit-rsvp.bit-button {
    position: relative;
    /* width: 240px;
    height: 50px; 
    line-height: 50px;*/
    width: 204px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}

body:not(.touch-device) .viewmorebtn:before,
body:not(.touch-device) .bit-offers.bit-button:before,
body:not(.touch-device) .bit-rsvp.bit-button:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 1px;
    height: 80px;
    margin: auto;
    background: #fff;
    visibility: hidden;
    opacity: 0;
}

body:not(.touch-device) .viewmorebtn:hover:before,
body:not(.touch-device) .bit-offers.bit-button:hover:before,
body:not(.touch-device) .bit-rsvp.bit-button:hover:before {
    animation: sword .5s;
}

@keyframes sword {
    0% {
        top: -100px;
        visibility: hidden;
        opacity: 0;
    }
    20% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        top: 100px;
        visibility: hidden;
        opacity: 0;
    }
}

body:not(.touch-device) .viewmorebtn a,
body:not(.touch-device) .bit-offers.bit-button span,
body:not(.touch-device) .bit-rsvp.bit-button span,
body:not(.touch-device) .bit-rsvp.bit-button {
    display: block;
    color: #fff;
    font-size: 12.15px;
    text-decoration: none;
    letter-spacing: 3.6px;
    height: 50px;
    line-height: 55px;
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 12px;
    border: 0;
}

body:not(.touch-device) .viewmorebtn a:before,
body:not(.touch-device) .bit-offers.bit-button span:before,
body:not(.touch-device) .bit-rsvp.bit-button span:before,
body:not(.touch-device) .viewmorebtn a:after,
body:not(.touch-device) .bit-offers.bit-button span:after,
body:not(.touch-device) .bit-rsvp.bit-button span:after,
body:not(.touch-device) .bit-rsvp.bit-button:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all .5s 0s;
    border-image-slice: 1;
}

body:not(.touch-device) .viewmorebtn a:before,
body:not(.touch-device) .bit-offers.bit-button span:before,
body:not(.touch-device) .bit-rsvp.bit-button span:before {
    left: 0;
    border-left: 1px solid #fff;
}

body:not(.touch-device) .viewmorebtn a:after,
body:not(.touch-device) .bit-offers.bit-button span:after,
body:not(.touch-device) .bit-rsvp.bit-button span:after,
body:not(.touch-device) .bit-rsvp.bit-button:after {
    right: 0;
    border-right: 1px solid #fff;
    border-image: #fff;
    border-image-slice: 1;
    border-width: 1px 1px 1px 1px;
    /* border-color: transparent; */
    border-image-slice: 1;
    border-width: 1px 1px 1px 0px;
}

body:not(.touch-device) .viewmorebtn a:hover:before,
body:not(.touch-device) .bit-offers.bit-button span:hover:before,
body:not(.touch-device) .bit-rsvp.bit-button span:hover:before {
    left: -20px;
    transition: all .5s .2s;
    opacity: 0;
}

body:not(.touch-device) .viewmorebtn a:hover:after,
body:not(.touch-device) .bit-offers.bit-button span:hover:after,
body:not(.touch-device) .bit-rsvp.bit-button span:hover:after,
body:not(.touch-device) .bit-rsvp.bit-button:hover:after {
    right: -20px;
    transition: all .5s .2s;
    opacity: 0;
}


/*button hover ends*/


/*footer styles*/

.copyrightText {
    font-size: 0.7vw;
    line-height: 1.5;
    letter-spacing: 3px;
}

body:not(.touch-device) .copyrightText a:hover {
    color: #676767;
}

.ipadbr,
.mobbr {
    display: none;
}

.footerWrapper {
    margin: 0 6px;
    border-top: 1px solid #333;
    box-sizing: border-box;
    padding: 20px 0 30px;
    margin-top: 40px;
    border-image-slice: 1;
    -webkit-border-image: -webkit-linear-gradient(left, #333, #984B43);
    -moz-border-image: -webkit-linear-gradient(left, #333 50%, #984B43 50%);
    border-image: -webkit-linear-gradient(left, #333, #333);
    border-image-slice: 1;
    border-width: 2px 0px 0px 0px;
}

.showmobsep {
    display: none;
}

.video-wrapper video.mobilevideo {
    display: none;
}

.followyoutube iframe.optanon-category-C0003.sub-button {
    text-align: right;
    width: 103px;
}

@media only screen and (max-width: 900px) {
    .ipadbr {
        display: block;
    }
    .ipadsep {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .video-wrapper video.desktopvideo {
        display: none;
    }
    .video-wrapper video {
        object-fit: cover;
    }
    .video-wrapper video.mobilevideo {
        display: block;
    }
    body {
        background: #000;
    }
    .footerWrapper {
        margin: 0;
        padding: 20px 0 105px;
        margin-top: 20px;
        width: 92%;
        margin: 0 auto;
    }
    .mobi {
        display: none;
    }
    .desktopbr {
        display: none;
    }
    .mobbr {
        display: block;
    }
    .mobsep {
        display: none;
    }
    .title h1 {
        padding: 15px 0;
        font-size: 28px;
        font-weight: 900;
        line-height: 40px;
    }
    .showmobsep {
        display: inline;
    }
    body .followouterWrapper {
        margin: 0 auto 30px;
        max-width: 92%;
    }
    .copyrightText {
        font-size: 9.97px;
        line-height: 18px;
        letter-spacing: 3px;
    }
}

div#pixel-wrap {
    display: none;
}

ul.menu li.third.photosSection,
#photosSection {
    display: none;
}

body:not(.touch-device) .viewmorebtn a:before,
body:not(.touch-device) .bit-offers.bit-button span:before,
body:not(.touch-device) .bit-rsvp.bit-button span:before {
    border-image: #fff;
    border-image-slice: 1;
    border-width: 1px 0px 1px 1px;
}


/* Interior pages stylings*/

body.interiorpages .navHomeWrapper {
    position: relative;
    top: auto;
    left: auto;
}

body.interiorpages .navInnerWrap div.menuLink a,
body.interiorpages .navInnerWrap div.navEmailLink a {
    color: #fff;
}

body.interiorpages .site-menu span {
    background: #fff;
}

body.interiorpages img.interiorDesktopLogo {
    display: block;
}

body.interiorpages img.homeDesktopLogo {
    display: none;
}

body.interiorpages .hashtagText {
    color: #fff;
}


/*TEMPLATE-62094* updates*/

.contentWrapper .navInnerWrap div.menuLink a,
.contentWrapper .navInnerWrap div.navEmailLink a {
    color: #fff;
}

.contentWrapper .menuMailWrap {
    border-color: #fff;
    background: transparent;
    /* -webkit-border-image: -webkit-linear-gradient(left, #333, #984B43);
    -moz-border-image: -webkit-linear-gradient(left, #333 50%, #984B43 50%);
    border-image: -webkit-linear-gradient(left, #333, #333); */
    border-image-slice: 1;
    border-width: 1px 1px 1px 1px;
}

.contentWrapper .site-menu span {
    background-color: #fff;
}

body:not(.touch-device) .contentWrapper .navInnerWrap div.menuLink a:hover,
body:not(.touch-device) .contentWrapper .navInnerWrap div.navEmailLink a:hover {
    opacity: 0.6;
}

body:not(.touch-device) .contentWrapper .navInnerWrap div.menuLink a:hover .site-menu span {
    background-color: #fff;
}

@media only screen and (min-width: 1920px) {
    body div#mailinglist {
        top: -5vw;
    }
    body #mailinglist input#email {
        font-size: 1.2vw;
    }
}
a.MIWLogolink:hover {
    opacity: 0.7;
}