/* inherit from static/common/new-ui.css */

@media only screen and (min-width:1024px) {
    .main-nav li.m-parent-nav {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #dp_accordion {
        display: block;
    }

    .dp-tabs-header, .dp-tabs-body {
        display: none;
    }

    .vcenter {
        display: inherit;
    }

    .seo-block {
        padding-left: 15px;
    }

    .m-header-block {
        display: inline;
    }

    /* nav with more */
    .main-nav {
        margin-top: 10px;
        text-align: left;
    }

    .main-nav > li {
        display: inherit;
    }

    .main-nav > li > a {
        padding: 5px 0;
    }

    .main-nav li.m-parent-nav {
        display: inherit;
    }

    li.menucollapse-more {
        display: none;
    }

    /* end */
    .footer-misc {
        text-align: left;
    }

    .listpage-highlight-block {
        float: left !important;
    }

    .listpage-title {
        margin: 0 !important;
        padding: 10px 0 0 !important;
    }

    .m-nav {
        background-color: rgba(0, 0, 0, .7);
    }

    .navbar-collapse {
        border-top: none;
    }

    .m-top-bar {
        display: none;
    }

    .m-inline {
        padding-right: 5px;
        padding-left: 5px;
    }

    .m-navbar-header {
        margin-left: 5px;
        padding-top: 15px;
    }

    .m-icon-block {
        width: 48px;
    }

    .m-mysands-block {
        width: 50px;
    }

    .m-icon-block .m-call-icon {
        margin-left: 8px;
        height: 32px;
        background-image: url(https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/call_icon.png);
        background-repeat: no-repeat;
        background-size: 32px auto;
    }

    .m-icon-block .m-call-dark-icon {
        margin-left: 8px;
        height: 32px;
        background-image: url(https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/call_icon_black.png);
        background-repeat: no-repeat;
        background-size: 32px auto;
    }

    .m-tip-text {
        color: #fff;
    }

    .m-tip-dark-text {
        color: #000;
    }

    .m-mysands-block .m-mysands-icon {
        margin-left: 9px;
        height: 32px;
        background-image: url(https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/card.png);
        background-repeat: no-repeat;
        background-size: 32px auto;
    }

    .m-icon-block .m-book-icon {
        margin-left: 8px;
        height: 32px;
        background-image: url(https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/calendar_icon.png);
        background-repeat: no-repeat;
        background-size: 32px auto;
    }

    .m-icon-block .m-book-dark-icon {
        margin-left: 8px;
        height: 32px;
        background-image: url(https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/calendar_icon_black.png);
        background-repeat: no-repeat;
        background-size: 32px auto;
    }

    .m-icon-block .m-menu-icon {
        margin-left: 8px;
        height: 32px;
        background-image: url(https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/menu_icon.png);
        background-repeat: no-repeat;
        background-size: 32px auto;
    }

    .m-icon-block .m-menu-dark-icon {
        margin-left: 8px;
        height: 32px;
        background-image: url(https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/menu_icon_black.png);
        background-repeat: no-repeat;
        background-size: 32px auto;
    }

    .m-lang {
        display: inline;
        padding-right: 18px;
    }

    .lp-m-item-desc {
        float: left !important;
        padding-left: 0;
    }

    .m-right-content-noimage {
        padding-left: 15px !important;
    }

    .m-navs {
        margin-top: 20px;
    }

    /* for offerpage */
    .offerpage-highlight-block {
        float: left !important;
        margin-left: -18px;
    }

    .m-offerpage-content {
        padding-left: 15px;
    }

    .m-op-img {
        padding-right: 15px;
    }

    .m-op-desc {
        padding-top: 10px;
        padding-left: 0;
    }

    .gi_box_body {
        margin-left: 0;
    }

    .offerpage-title-v1-p-m {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #fixed-header {
        min-height: 85px;
    }

    main.full {
        margin-top: 85px;
    }

    .top-nav {
        display: none;
    }

    .navbar {
        position: fixed;
        /* fix backtop btn show on mobile nav */
        z-index: 1001;
        margin: 0;
    }

    .tiles-divider .text {
        font-size: 14px;
    }

    #fixed-footer {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
        padding: 15px 2%;
        width: 100%;
        background: #0c0c13;
    }

    #fixed-footer a.btn-ft-black {
        display: inline-block;
        border: 1px solid #93773a;
        padding: 6px 15px 5px 15px;
        font-size: 12px;
        color: #fff;
    }

    #fixed-footer a.btn-ft-black:hover {
        text-decoration: none;
    }

    #fixed-footer a.btn-ft-black.left {
        float: left;
        margin: 0 0 0 10px;
    }

    #fixed-footer a.btn-ft-black.right {
        float: right;
        margin: 0 10px 0 0;
    }

    #fixed-footer a.btn-ft-black i {
        color: #93773a;
    }

    #fixed-footer a.btn-ft-black i.fa-phone {
        margin: 0 10px 0 0;
    }

    #fixed-footer a.btn-ft-black i.fa-chevron-right {
        margin: 0 0 0 10px;
    }

    #fixed-footer a.btn-ft-black em {
        font-style: normal;
    }
}

@media only screen and (max-width: 1024px) {
    .txt-block, .media-block {
        width: 100%;
    }

    .navbar-collapse.m-nav.collapsing {
        display: none;
    }

    .m-lang {
        margin: 22px 0 0 0;
    }
}

/* unique for venetianmacao mobile css */

.nav-mobile {
    display: none;
}

.add-info {
    display: none;
}

.menucollapse-more .sn {
    min-height: 0;
}

@media only screen and (max-width: 1024px) {
    .add-info {
        display: none;
        top: calc(100vh - 180px);
        margin-left: 1em;
        font-size: 14px;
        color: #959595;
    }

    @font-face {
        font-family: "OpenSans-Regular";
        src: url("https://assets.sandsresortsmacao.cn/static/common/fonts/OpenSans-Regular.ttf");
    }

    .navbar-collapse.m-nav.collapse.in {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 30%;
        z-index: 2;
        border-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        width: 70%;
        max-height: 100vh;
        font-family: "OpenSans-Regular", sans-serif;
        background: rgb(251, 251, 251);
        box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    }

    .dl-menu-mobile {
        list-style: none;
        padding-left: 0;
        min-height: 80vh;
        color: #555;
        background: rgb(251, 251, 251);
    }

    .dl-menu-mobile > li {
        list-style: none;
        height: auto;
    }

    .dl-menu-mobile > li a:hover {
        text-decoration: none;
        color: black;
    }

    .nav-1st-title {
        height: 8.8em !important;
        line-height: 8.8em !important;
        text-align: center;
    }

    .nav-1st-title > div {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 1.6em;
        font-weight: bold;
        text-align: left;
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/x_close.svg") no-repeat;
        background-position: right 8% bottom 50%;
        background-size: 1.2em 1.2em;
    }

    .nav-1st-title > div > span {
        margin-left: 1.5em;
        border: 1px solid #b49587;
        padding: .5em 1.5em;
        height: 60%;
        font-size: 14px;
        color: #b49589;
    }

    .nav-1st-title > div > span > a {
        color: inherit;
    }

    .nav-1st-label {
        display: inline-block;
        margin-left: 1.5em;
        padding: 1.3em 0;
        width: calc(75% - 1.5em);
        font-size: 14px;
        line-height: 0;
        vertical-align: top;
        color: #555;
    }

    .nav-1st-label.color-gold > * {
        color: #b49589;
    }

    .nav-1st-label > * {
        line-height: 1.5;
    }

    .more-right {
        display: inline-block;
        position: absolute;
        padding: 0;
        width: 25%;
        height: 100%;
        font-size: 14px;
        text-align: center;
        vertical-align: top;
    }

    .nav-1-open {
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/down_arrow_new.svg") no-repeat;
        background-position: right 50% bottom 50%;
        background-size: auto 28px;
    }

    .nav-1-close {
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/up_arrow.svg") no-repeat;
        background-position: right 50% bottom 50%;
        background-size: auto 19.6px;
    }

    .more-right > a {
        display: block;
        height: 100%;
    }

    .no-subnav {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .sn-mobile {
        visibility: hidden;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .COL-mobile {
        display: block;
        width: 100%;
        background-color: rgb(251, 251, 251);
    }

    .COL-mobile .last-menu {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .COL-mobile > ul {
        padding: 0;
    }

    .nav-2st-title {
        height: 8.8em !important;
        line-height: 8.8em !important;
        text-align: center;
    }

    .nav-2st-label {
        display: inline-block;
        width: 66%;
        height: 100%;
        font-size: 1.6em;
        font-weight: bold;
        vertical-align: top;
        text-transform: uppercase;
    }

    .back-to-nav1 {
        display: inline-block;
        width: 15%;
        height: 100%;
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/back_leftarrow.svg") no-repeat;
        background-position: 10% 50%;
        background-size: 1.2em 1.2em;
    }

    .close-nav2 {
        display: inline-block;
        width: 15%;
        height: 100%;
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/x_close.svg") no-repeat;
        background-position: right 50% bottom 50%;
        background-size: 1.2em 1.2em;
    }

    .COL-mobile > ul {
        height: 0;
    }

    .COL-mobile > ul > li {
        visibility: hidden;
        padding: .8em 0 .8em 3em;
        height: auto;
        font-size: 1.2em;
        line-height: 1.5;
    }

    .COL-mobile > ul > li a:hover {
        text-decoration: none;
        color: black;
    }

    .nav1-hide {
        display: none !important;
    }

    .nav1-hide2 {
        border: 0 !important;
    }

    .nav-2st-topName, .nav-2st-leftName, .nav-2st-rightName {
        display: block;
        padding: .7143em 4em .7143em 1.5em;
        font-size: 1.4em;
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/down_arrow_new.svg") no-repeat;
        background-color: #f7f2e8;
        background-position: right 6.9% bottom 50%;
        background-size: auto 26.6px;
    }

    .nav-2st-topName.no-arrow {
        background-image: none;
    }

    .nav-2st-topName-click, .nav-2st-leftName-click, .nav-2st-rightName-click {
        color: #b49589;
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/up_arrow.svg") no-repeat;
        background-color: #f7f2e8;
        background-position: right 8% bottom 50%;
        background-size: auto 16.8px;
    }

    .nav-2st-topName-click > *, .nav-2st-leftName-click > *, .nav-2st-rightName-click > * {
        color: #b49589;
    }

    .COL-carousel-mobile {
        margin-top: 10%;
        margin-left: 10%;
        width: 80%;
    }

    .main-nav .slick-slide {
        display: inline-flex !important;
    }

    .main-nav .slick-slide > div {
        display: inline-flex;
    }

    .iC-mobile {
        height: auto;
    }

    .iC-mobile img {
        width: 100%;
        height: auto;
    }

    .ovl-mobile {
        right: 0;
    }

    .add-info li {
        display: flex;
        flex-direction: row;
        list-style: none;
        align-items: center;
    }

    .subscribe_icon {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/email.svg") no-repeat;
        background-position: 50% 50%;
        background-size: 50% 50%;
    }

    .get_here_icon {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/location-o.svg") no-repeat;
        background-position: 50% 50%;
        background-size: 50% 50%;
    }

    .guide_icon {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("https://assets.sandsresortsmacao.cn/static/common/images/mob_icon/nav/guide.svg") no-repeat;
        background-position: 50% 50%;
        background-size: 50% 50%;
    }

    .nav-1-box {
        position: relative;
    }
}

@media screen and (max-height:530px) {
    .add-info {
        top: calc(100vh - 110px);
    }
}
