@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'MontserratBold';
    src: url('fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'MHeiHK';
    src: url('fonts/MHeiHK-Medium.TTF');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/Roboto-Light.ttf');
}

.chinese {
    font-family: "MHeiHK";
}

body {
    font-size: 14px;
    overflow-x: hidden;
    color: initial;
    line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
    font-family: "RobotoLight";
}

.bold {
    font-family: "RobotoRegular";
}

img {
    max-width: 100%;
}

.row {
    margin: 0;
}

.btn {
    border-radius: 0;
    font-size: inherit;
    cursor: pointer;
}

footer {
    clear: both;
}

ul {
    padding-left: 1em;
}

button:focus,
button:active,
button:focus:active,
input[type=”submit”]:focus,
input[type=”submit”]:active,
input[type=”submit”]:focus:active,
.btn-primary.focus,
.btn-primary:focus {
    background-image: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #000000 !important;
}

hr {
    border-top: 1px solid white;
}

table {
    width: 100%;
}

.tbSuccess {
    color: #10c3f0;
}

.border-red {
    border: solid 2px #e8313a;
}

.bg-light {
    background-color: #eee !IMPORTANT;
}

select::-ms-expand {
    display: none;
}

/* ie hide arrow */
select {

    /* reset */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;

    /* arrow */
    /*background-image: linear-gradient(55deg, transparent 50%, #e8313a 50%), linear-gradient(125deg, #e8313a 50%, transparent 50%);
    background-position: 94%, 96%;
    background-size: 10px 10px, 10px 10px;*/
    background-repeat: no-repeat;

    background-image: url(images/sort-down.png);
    background-size: 15px;
    background-position: 97%;
}


::-webkit-input-placeholder {
    /* Edge */
    color: black;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

::placeholder {
    color: black;
}


a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #e8313a !important;
}

a:not([href]):not([tabindex]) {
    cursor: pointer;
    color: #e8313a;
}

/* width */
body ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body ::-webkit-scrollbar-track {
    background: #555;
}

/* Handle */
body ::-webkit-scrollbar-thumb {
    background: #e8313a;
}

/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover {
    /* background: #555; */
}

.zoom {
    overflow: hidden;
}

.zoom img {
    transition: .5s;
}

.zoom img:hover {
    transform: scale(1.1);
}


#subpage {
    background-color: #ebebeb;
}

#subpage .gray {
    background-color: #ffffff;
}

#subpage .white {
    background-color: #ebebeb;
}


.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px !important;
}

.slick-next {
    right: 40px !important;
}

.slick-prev {
    left: 40px !important;
}

.slick-dots {
    bottom: 0 !important;
}

.slick-dots li button:before {
    color: white !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    color: red !important;
}

.slick-dots li button {
    /* border: solid 1px white !important; */
    border-radius: 50%;
    font-size: 10px !important;
}

.slick-next:before {
    content: '>' !important;
}

.slick-prev:before {
    content: '<' !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: monospace !important;
}

/*
.slick-dots li button:before {
    font-size: 9px !important;
    border: solid 1px;
    border-radius: 50%;
    line-height: 11px !important;
    width: 11px !important;
    height: 11.5px !important;
}
*/
.slick-dots li button:before {
    background-image: url(images/bullet-default.png);
    background-size: cover;
    line-height: 10px !important;
    width: 10px !important;
    height: 10px !important;
    content: ' ' !important;
}

.slick-dots li.slick-active button:before {
    background-image: url(images/bullet-active.png);
}

#mainNav {
    display: block;
}

#mainNav .navbar-brand {
    z-index: 1;
}

#mainNav .navbar-brand {
    /* position: absolute; */
    /* top: 0; */
    transition: .2s;
}

#mainNav .navbar-brand {
    /* max-width: 100px; */
}

#mainNav.navbar-shrink .navbar-brand {
    /* max-width: 100px; */
}

#mainNav .navbar-nav li.nav-item a {
    width: 100%;
    display: block;
    color: inherit;
}

.masthead {
    /* max-height: 100vh; */
    /* overflow: hidden; */
    /* position: relative; */
}

.copyright a {
    color: inherit;
}

.btn-social {
    color: #404040;
    background-color: #e8313a;
    border-color: transparent;
}

.inline {
    display: inline;
}

.video {
    background-image: url(img/video.jpg);
    background-size: cover;
    background-position: center center;
    display: table;
    text-align: center;
    min-height: 300px;
}

.video div {
    display: table-cell;
    vertical-align: middle;
}

.video img {
    width: 100px;
}

.gray {
    background-color: #f7f6f6;
}

.white {
    background-color: #fff;
}

#sponsor img,
.sponsor {
    margin: auto;
    padding: .5vw;
    width: 9.5vw;
}

.cols-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.instagram-container {
    position: relative;
    max-height: calc(25vw - 20px);
    background-size: cover;
    background-position: center center;
}

.instagram-container img {
    opacity: 0;
    height: 100%;
}

#instafeed .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 70px;
    overflow: hidden;
}

#instafeed i.fa-instagram {
    position: absolute;
    right: 10px;
    top: 10px;
}

.masthead i.fa-arrow-down {
    color: white;
    position: absolute;
    bottom: 1em;
    border: solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -25px;
}

li.active.nav-item.nav-link,
.navbar-nav .nav-link:hover {
    color: #e8313a;
}

.fixed-top {
    /* top: 2.5em !important; */
    /* transition: .2s !important; */
}

.navbar-shrink {
    top: 0 !important;
}

#toolbar .btn {
    color: #e8313a;
}

#homeinfo td:first-child {
    text-align: right;
    vertical-align: text-bottom;
    padding-right: 2em;
}

footer,
.copyright {
    font-size: 13px;
    font-family: 'robotolight';
}

.copyright a {
    border-right: solid 1px;
    padding: 0 .5em;
}

.copyright a:last-child {
    border-right: none;
}

footer a i {
    background-color: #e8313a;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    border-radius: 2px;
}

input,
textarea {
    padding: 0 5px;
}

input.error {
    border: solid red;
}

button,
input,
optgroup,
select,
textarea {
    border: solid transparent;
}

input[type="text"],
select,
textarea {
    background-color: #d1d1d1;
    width: 100%;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #e8313a;
    border-color: #e8313a;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

#newsletter {
    min-width: 45%;
}

#newsletter .flex {
    display: flex;
}

#newsletter input#email {
    font-size: smaller;
    min-width: 170px;
    width: 70%;
    background-color: white;
}

#newsletter .btn-primary {
    min-width: 30%;
}

.bottom {
    display: -webkit-box;
}

.btn-primary {
    border: solid #e8313a;
}

.btn-primary:hover {
    /* background: white; */
    color: #e8313a;
    border-color: #e8313a;
}

a.btn-primary:hover {
    color: #e8313a !important;
}

#tbSuccess,
.tbErrors {
    font-size: smaller;
}

#dine,
#content,
.gradient {
    font-size: 15px;
}

#dine .odd,
#dine .even,
#dine .row,
.gradient .odd,
.gradient .even,
.gradient .row {
    background-color: black;
    color: white;
}

#dine .scroll div,
.gradient .transparent {
    background: rgba(255, 255, 255, .2);
}

#dine td:last-child {
    min-width: 100px;
}

#module button.btn-primary {
    font-size: 20px;
}

#about td {
    vertical-align: top;
    padding: .5em 1em;
}

.tbContactform td {
    vertical-align: top;
    padding: 10px 0;
}

#btmSection {
    position: relative;
    overflow-y: hidden;
}

#instaslide {
    height: 100%;
    overflow: hidden;
    max-height: 100%;
}

#sponsorblock {
    height: 100%;
    overflow: hidden;
    max-height: 100%
}

/*#instaslide div.insta-item { height: 321px; width: 100%; background-repeat: no-repeat; background-size: cover;  background-position: top left;  }*/
/*#instaslide div { overflow:hidden;  }*/
#instaslide div img {
    object-fit: cover;
    width: 100%;
    display: inline-block;
}

#slider {
    max-height: 80vh;
    overflow: hidden;
}

.banner {
    background-size: cover;
    min-height: 450px !Important;
}

.banner>div {
    background: rgba(0, 0, 0, .4);
    min-height: 450px !Important;
}

.text-box {
    min-height: 350px;
    font-family: 'RobotoLight';
}



.homeroom {
    display: none;
}

.homeroom:first-child {
    display: block;
}

.homeroom div[class^="col"] {
    float: left;
}

#homeroomlist {
    display: table;
    z-index: 1;
}

#homeroomlist a.active {
    color: inherit;
}

.banner-text-container {
    position: absolute;
}




/* book */
#booking-wrapper {
    display: none;
    position: relative;
    overflow: initial;
}

#booking-form {
    z-index: 1111;
    display: inline-block;
    width: 420px;
    margin: auto;
    text-align: center;
    color: #000000;
}

#booking-form .booking-header {
    text-align: center;
    line-height: 35px;
    margin: auto;
    padding: 0px 5px 5px 5px;
}

.booking-inner {
    width: 100%;
    margin: auto;
}

.booking-tab {
    display: inline-block;
    max-width: 100px;
    width: calc(100% - 26px);
    margin: 0px 13px 10px 13px;
    text-align: center;
    vertical-align: top;
}

.booking-tab .header {
    font-size: 14px;
    color: #000000;
    margin-bottom: 6px;
    display: inline-block;
    letter-spacing: 1.5px;
}

.booking-tab .booking-bg {
    background: #e8313a;
    cursor: pointer;
}

.date-tab .in-date,
.date-tab .out-date,
.guests-tab .nightStay {
    font-size: 44px;
    display: block;
    margin: auto;
}

.date-tab .in-month,
.date-tab .out-month {
    font-size: 15px;
    display: inline-block;
    margin: auto;
}

.date-tab .in-year,
.date-tab .out-year {
    display: inline-block;
}

.guests-tab .nightStay {
    line-height: 2.7em;
}

.guests-tab .border-t {
    font-size: 11px;
    display: inline-block;
    margin: auto;
    line-height: 2.2em;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-datepicker-calendar .ui-state-active {
    border: 1px solid #cccccc !important;
    background: #e8313a !important;
    font-weight: normal;
    color: #ffffff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #cccccc;
    background: #ddd;
    color: #2b2b2b;
}

.ui-datepicker {
    position: absolute;
}

#language-nav-item {
    margin-right: 15px !important;
}


@media (min-width: 1200px) {}

@media (min-width: 992px) {
    #homeinfo {
        font-size: 1.5em;
    }

    #instaslide {
        max-height: 97.3%
    }

    #sponsorblock {
        max-height: 97.3%
    }

    #newsletter .flex {
        float: left;
    }

    #homepage .masthead {
        margin-right: -4%;
    }

    #roomlist {
        margin-top: -10%;
    }

    #roomlist .col:nth-child(1) {
        margin-top: 20%;
    }

    .colpage .slick-dots {
        text-align: left;
        left: 3em;
    }
}

@media (min-width: 768px) {

    #dine .odd,
    #dine .even,
    .gradient .odd,
    .gradient .even {
        background-size: 60%;
        background-repeat: no-repeat;
    }

    #dine .odd,
    .gradient .odd {
        background-position: left;
    }

    #dine .even,
    .gradient .even {
        background-position: right;
    }

    #dine .odd .row,
    .gradient .odd .row {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 50%);
        /* color: white; */
    }

    #dine .even .row,
    .gradient .even .row {
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 50%);
        /* color: white; */
    }

    #dine .scroll {
        height: 460px;
        overflow: auto;
    }

    .gradient .scroll {
        min-height: 460px;
        /* overflow: auto; */
    }

    #dine img,
    .gradient img {
        display: none;
    }

    .full {
        background-size: cover !important;
    }

    .full .row {
        background: rgba(0, 0, 0, .7) !important;
    }

    /*
#roomlist {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
#roomlist .col {
    display: inline-block;
}
*/
    #roomlist {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        /* grid-gap: 10px; */
        /* grid-auto-rows: minmax(100px, auto); */
    }


    #roomlist .col:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        grid-column: 1;
        grid-row: 1 / 2;
        min-height: 200px;
    }

    #roomlist .col:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        grid-column: 2;
        grid-row: 1 / 3;
    }

    #roomlist .col:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        grid-column: 1;
        grid-row: 2 / 4;
    }

    #roomlist .col:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        grid-column: 2;
        grid-row: 3 / 5;
    }

    #roomlist .col:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        grid-column: 1;
        grid-row: 4 / 6;
    }

    #roomlist .col:nth-child(6) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
        grid-column: 2;
        grid-row: 5 / 7;
    }

    #roomlist .col:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
        grid-column: 1;
        grid-row: 6 / 8;
    }

    #roomlist .col:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
        grid-column: 2;
        grid-row: 7 / 9;
    }

    #roomlist .col:nth-child(9) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
        grid-column: 1;
        grid-row: 8 / 10;
    }

    #roomlist .col:nth-child(10) {
        -ms-grid-column: 2;
        -ms-grid-row: 5;
        grid-column: 2;
        grid-row: 9 / 11;
    }

    #roomlist .col:nth-child(11) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
        grid-column: 1;
        grid-row: 10 / 12;
    }

    #roomlist .col:nth-child(12) {
        -ms-grid-column: 2;
        -ms-grid-row: 6;
        grid-column: 2;
        grid-row: 11 / 13;
    }

    #roomlist .col:nth-child(13) {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
        grid-column: 1;
        grid-row: 12 / 14;
    }

    #roomlist .col:nth-child(14) {
        -ms-grid-column: 2;
        -ms-grid-row: 7;
        grid-column: 2;
        grid-row: 13 / 15;
    }

    #roomlist .col:nth-child(15) {
        -ms-grid-column: 1;
        -ms-grid-row: 8;
        grid-column: 1;
        grid-row: 14 / 16;
    }

    #roomlist .col:nth-child(16) {
        -ms-grid-column: 2;
        -ms-grid-row: 8;
        grid-column: 2;
        grid-row: 15 / 17;
    }

    #homeroomlist {
        margin-right: -5em;
    }
}

@media (min-width: 576px) {}

.container {
    max-width: 98% !important;
    margin: auto;
}

@media (max-width: 991px) {

    #language-nav-item {
        margin-right: 0 !important;
        width: 100%;
    }

    #language-nav-item a {
        color: white !important;
    }

    #language-nav-item #desktop-lang-icon {
        display: none;
    }

    #language-nav-item #mobile-lang-icon {
        display: inline-block !important;
    }

    footer .bottom,
    .copyright .bottom,
    footer span {
        width: 100%;
        padding: .5em 0;
        text-align: center;
        display: block;
    }

    .btn-social {
        margin: 0 1vw 1vw 1vw;
    }

    #instafeed,
    #instafeed div {
        max-height: calc(50vw - 15px);
    }

    #sponsor img,
    .sponsor {
        width: 18vw;
        padding: 1vw;
    }

    section .odd {
        padding-left: 0 !important;
    }

    section .even {
        padding-right: 0 !important;
    }

    #homeinfo {
        font-size: 1.3em;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    li.nav-item.nav-link {
        background: #e8313a;
        padding: 10px;
        border-left: solid 2px white;
        margin: 5px 0 !important;
        text-align: right !important;
    }

    #mainNav .navbar-nav li.nav-item a {
        color: #ffffff;
        font-size: smaller;
    }

    #navbarResponsive {
        position: absolute;
        width: 100%;
        top: 90px;
        z-index: 2;
        left: 0;
    }

    .navbar-collapse button {
        display: none;
    }
}

@media (max-width: 767px) {

    section .evens,
    section .odds {
        padding-left: 0 !IMPORTANT;
        padding-right: 0 !important;
    }

    #dine .odd,
    #dine .even,
    .gradient .odd,
    .gradient .even {
        background: none !important;
    }

    footer .border-left {
        border: none !IMPORTANT;
    }

    footer p {
        text-align: center;
    }

    footer table {
        margin: auto;
    }
}

@media (max-width: 575px) {
    footer .border-right {
        border: none !IMPORTANT;
    }

    #instafeed,
    #instafeed div {
        /* min-height: 370px; */
    }

    section .even,
    section .odd {
        /* padding-left: 0 !IMPORTANT; */
        /* padding-right: 0 !important; */
    }

    .col-xs-6 {
        width: 50%;
    }

    #toolbar span {
        display: block;
    }

    #dine .scroll {
        padding: 0 !important;
    }

    #dine h5,
    #module button.btn-primary {
        font-size: inherit;
    }

    #about table#table1 {
        font-size: 12px;
    }

    #about table#table2,
    #about table#table3 {
        font-size: 10px;
    }

    .tbContactform td {
        display: block;
    }

    .tbContactform td:first-child {
        padding-bottom: 0;
    }

    .tbContactform td:last-child {
        padding-top: 0;
    }

    #booking-wrapper {
        width: 90%;
        padding: 5%;
    }

    #booking-form {
        width: 100%;
    }

    #booking-form h2 {
        padding: 20px 0 10px 0;
    }

    .booking-tab {
        max-width: 100%;
        width: 30%;
        margin: 0px 1% 10px 1%;
    }


    .booking-tab .header {
        letter-spacing: 0;
    }

    .booking-textbox .input {
        letter-spacing: 0;
    }

    .departing-tab .ui-datepicker {
        margin-left: -80px;
    }

    .booking-textbox {
        width: 100%;
    }

    .booking-textbox .input {
        font-size: 12px;
    }

    #adultlist .sbHolder,
    #childlist .sbHolder {
        font-size: 12px;
        width: 60px;
    }

    #adultlist .sbOptions,
    #childlist .sbOptions {
        width: 60px;
        font-size: 12px;
    }

}

/*
@media (max-width: 475px){
#mainNav .navbar-brand {
    padding-top: 1em;
}
}
*/