﻿@font-face {
    font-family: gothic;
    src: url(../../common/fonts/GOTHIC.TTF);
}

html, body {
    margin: 0;
    padding: 0;
    font-family: '微軟正黑體',arial;
    font-size: 15px;
}

h1 {
    font-family: '微軟正黑體',gothic;
}

h1 {
    padding-top: 50px;
}

h2 {
    font-size: 1.4em;
    color: #252525;
    margin-top: 20px;
    margin-bottom: 15px;
}

.h2-sub-title {
    font-size: 0.75em;
}

h3 {
    font-size: 16px;
    color: #252525;
}

p {
    font-size: 1em;
    color: #656565;
    font-weight: normal;
    word-break: break-word;
    line-height: 1.8;
    margin-bottom: 1em;
}

    p .caption {
        font-size: 0.8em;
        line-height: 1.2em;
    }

label {
    font-weight: normal;
    font-family: '微軟正黑體',arial;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

    hr.yellowLine {
        border-bottom: 1pt solid #d9ae00;
    }

.fixedBg {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixedPattern {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/bg/tile.png');
    background-repeat: repeat;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.mar-20-top {
    margin-top: 20px;
}

.mar-60-top {
    margin-top: 60px;
}


.mar-25-right {
    margin-right: 25px;
}

.mar-20-bottom {
    margin-bottom: 20px;
}

.pad-20-top {
    padding-top: 20px;
}

.pad-25-right {
    padding-right: 25px;
}

.pad-20-bottom {
    padding-bottom: 20px;
}

.clearfix {
    clear: both;
}

/*.marginTop-20px {
	margin-top:20px;
}*/

.marginBottom-20px {
    margin-bottom: 20px;
}

/*.paddingBottom-20px{
	padding-bottom:20px;
}

.paddingTop-20px{
	padding-top:20px;
}*/
.noShow {
    display: none !important;
}

.caption {
    font-size: 0.9em;
    line-height: 1.5;
}

/************** FONT STYLE **************/
.ch-font {
    font-family: "微軟正黑體", Arial, Helvetica, Verdana;
}

.century {
    font-family: gothic;
    font-size: 16px;
}

.arial {
    font-family: arial;
    font-size: 16px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

/************** BOOTSTRAP ******************/

.nav > li > a {
    /*padding: 10px 10px;*/
    padding: 10px 10px 0 10px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
}

.pagination {
    display: block;
    text-align: center;
}

    .pagination .btn.active {
        font-weight: bold;
        color: #252525;
        box-shadow: none;
    }

        .pagination .btn.active:hover {
            text-decoration: none;
        }

    .pagination .btn:focus {
        box-shadow: none;
    }

    .pagination .btn:hover {
        box-shadow: none;
        text-decoration: underline;
    }

    .pagination .active {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

.btn-default, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    border-radius: 0;
    border-color: #86754d;
    background: transparent;
    box-shadow: none;
    height: 50px;
    color: #86754D;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    word-wrap: break-word;
    white-space: normal;
}

code {
    color: #000000;
    background-color: #ffffff;
}
/************** LINK & BUTTON **************/

a, button, button > i, input[type=submit] {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
}

a {
    color: #7c5907;
    text-decoration: none;
}

    a:hover {
        color: #7c5907;
        text-decoration: underline;
    }

    a:visited {
        color: #7c5907;
        text-decoration: none;
    }

    a.dark_bg {
        color: #d8ae02;
    }
/************* BUTTON **************/

button {
    display: inline-block;
    vertical-align: middle;
    background: #D9AD00;
    color: #252525;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    font-family: '微軟正黑體',Arial;
    width: 140px;
    margin: 0 3px;
    border: 1px solid transparent;
}

    button:hover {
        background: transparent;
        color: #D9AD00;
        border: 1px solid #D9AD00;
    }

        button:hover i {
            color: #D9AD00;
        }

    button > i {
        margin: 5px 5px 5px 0;
        color: #252525;
        position: relative;
        vertical-align: middle !important;
    }

/************* Table **************/

table {
    border-collapse: collapse;
    width: 100%;
}

    table th {
        color: #252525;
        border-bottom: 1px solid #d9ae00;
        padding: 10px 3px;
        vertical-align: text-top;
    }

    table td {
        color: #656565;
        border-bottom: 1px dotted #dddddd;
        /*padding: 10px;*/
        padding: 5px 3px;
        vertical-align: top;
    }

.table-padding-10 {
    padding: 12px 0;
}

table td ul {
    margin-left: -37px;
}

.left-border {
    border-left: 1px dotted #dddddd;
}

.td-valign-middle {
    vertical-align: middle;
}

.td-width-35per {
    width: 35%;
}

.checkboxTable td {
    padding: 0;
    margin: 0;
    vertical-align: top;
    line-height: 1.8;
    border-bottom: none;
}

table.shoppingTable td {
    border: none;
    padding: 10px 10px 10px 0;
    vertical-align: top;
}
/* Scroll */
.fixedSidebar {
    position: fixed;
    width: 20%;
    top: 50px;
}

.absoluteSidebar {
    position: absolute;
    width: 100%;
}

.right_sidebar.fixedSidebar {
    width: 17%;
}

.right_sidebar.absoluteSidebar {
    width: 93% !important;
}

.affix {
    position: fixed;
    margin-top: 50px;
    top: 0;
}

.affix-top {
    position: static;
}

.affix-bottom {
    position: absolute;
    /*    margin-top: 40px;*/
}

/* Sidebar */
.right_sidebar #pagination-container {
    width: 100%;
}

    .right_sidebar #pagination-container .pagination-large {
        width: 10%;
        float: left;
        margin-top: 30px;
    }

        .right_sidebar #pagination-container .pagination-large ul, .right_sidebar #pagination-container .pagination-large ul li {
            padding: 0;
        }

    .right_sidebar #pagination-container .paginationDropDown {
        width: 80%;
        float: left;
    }

        .right_sidebar #pagination-container .paginationDropDown ul {
            width: 100%;
            border: 1px solid #86754d;
            min-width: initial;
        }

            .right_sidebar #pagination-container .paginationDropDown ul li {
                background: none;
                min-height: 50px;
                padding: 0;
                border-bottom: 1px solid #dddddd;
                line-height: 1.8;
                padding: 10px;
                margin: 0;
                color: #86754d;
                text-align: center;
            }

        .right_sidebar #pagination-container .paginationDropDown .btn {
            width: 100%;
            color: #00213a;
            background-color: #ffffff;
            border-radius: 0;
            border-color: #86754d;
            color: #86754d;
            margin: 0;
            text-align: left;
            line-height: 1.8;
            height: 50px;
        }

.right_sidebar .pagination li {
    background: none;
}

.right_sidebar .paginationDropDown .bs-caret .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    vertical-align: middle;
    border: none;
    font-family: FontAwesome;
    top: 13% !important;
    right: 30px !important;
}

    .right_sidebar .paginationDropDown .bs-caret .caret:before {
        content: "\f107";
        font-size: 22px;
    }
/* Text Link with Icon */

a.iconTextLink > i {
    padding: 5px;
}

input[type=button].button, input[type=submit].btn, .submitBtn {
    width: 100%;
    max-width: 300px;
    background: #D9AD00;
    color: #252525;
    border: 1px solid #D9AD00;
    padding: 3px 5px;
    height: 50px;
    cursor: pointer;
}

    input[type=button].button:hover, .submitBtn:hover {
        background: #FFFFFF;
        color: #D9AD00;
        border: 1px solid #D9AD00;
    }

.headingLink {
    color: #86754d;
    font-family: gothic;
    font-size: 18px;
    text-decoration: none;
}

    .headingLink:hover {
        text-decoration: underline;
    }

    .headingLink.active {
        color: #000000;
        cursor: auto;
    }

        .headingLink.active:hover {
            text-decoration: none;
        }
/************* ICONS **************/

/* Shopping Icon */

.fa-search, .fa-star, .fa-shopping-cart {
    color: #d8ae02;
    margin: 5px;
    cursor: pointer;
}

.cartIcon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .fa-search:hover, .cartIcon:hover .fa-shopping-cart {
        color: #86754d;
    }

    .cartIcon:hover .numBubble {
        background: #000000;
        color: #ffffff;
    }

.numBubble {
    position: absolute;
    top: 3px;
    right: -3px;
    border-radius: 50px;
    width: 17px;
    height: 17px;
    background: #7c5907;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
}

.fa-map-marker {
    color: #705508;
    margin: 5px;
    vertical-align: middle;
}

.mapMarker {
    color: #705508;
}

.phone-icon {
    font-size: 1.5em;
    margin-right: 3px;
    vertical-align: middle;
}

/************** OVERLAY POPUP **************/
.popupCtn {
    background: #ffffff;
    padding: 0 25px;
    display: inline-block;
}

.gold {
    color: #d9ae00;
}

.monthweekCtn {
    float: left;
}

.DatePickerCtn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
}

    .DatePickerCtn table {
        margin: 0 auto;
    }

.link {
    background: #333;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    margin-top: 2rem;
}

.picker_btn {
    border: 1px solid #ff0000;
    padding: 10px;
    float: left;
    margin: 5px;
}

.checkinDisplay, .checkoutDisplay, .dateDisplay {
    display: inline-block;
    margin: 7px auto 0 auto;
    min-width: 68px;
}

.popupCrossBtn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.tncCtn {
    /* padding-top:25px; */
    color: #ffffff;
}

    .tncCtn ol li {
        color: #dddddd;
    }

/************** HEADING **************/

h1 {
    padding-top: 0;
    font-weight: lighter;
    overflow: hidden;
    text-align: center;
    margin: 40px 0px 30px 0px;
}

    h1:after {
        content: "";
        display: block;
        height: 3px;
        vertical-align: bottom;
        width: 120px;
        border-top: 3px solid #D9AD00;
        margin: 10px auto;
        text-align: center;
    }

    h1.w-bg {
        color: #000000;
        font-size: 1.5em;
    }

    h1.b-bg {
        color: #ffffff;
        /* font-size: 2.4em;*/
    }

/************** LISTING **************/

ul.highlightLists {
    width: 50%;
    padding-left: 4%;
}

.highlightLists li {
    background: url(../images/square.png) no-repeat left 2%;
    background-size: 14px;
    padding: 0 0 0 30px;
    margin: 0;
    font-weight: bold;
    /*font-size: 24px;*/
    list-style: none;
    width: 90%;
}

    .highlightLists li > span {
        font-size: 12px;
        color: #000000;
    }

    .highlightLists li > h2 {
        /* font-size: 21px; */
        color: #252525;
        margin: 0 0 10px 0;
    }

        .highlightLists li > h2 > a {
            color: #252525;
        }

            .highlightLists li > h2 > a:hover {
                text-decoration: none;
            }

    .highlightLists li:after {
        content: "";
        display: block;
        height: 1px;
        vertical-align: bottom;
        width: 100%;
        border-top: 1px solid #d8ae02;
        margin: 20px auto;
        text-align: center;
        padding-bottom: 20px;
    }

    .highlightLists li > a {
        font-size: 15px;
        font-weight: normal;
    }

.mainContainer ul li {
    background: url(../images/square.png) no-repeat top left;
    background-size: auto auto;
    background-size: 14px;
    padding: 0 0 5px 30px;
    margin: 0;
    list-style: none;
    color: #656565;
    font-size: 1em;
    line-height: 1.4;
    background-position: left 0px top 5px;
}

    .mainContainer ul li ul li {
        background: url(../images/square.png) no-repeat top left;
        background-size: auto auto;
        background-size: 8px;
        padding: 0 0 10px 20px;
        margin: 0;
        list-style: none;
        color: #656565;
        font-size: 1em;
        line-height: 1.4;
        background-position: left 0px top 7px;
        margin-left: -37px;
    }

        .mainContainer ul li ul li:first-child {
            margin-top: 10px;
        }

.p-title {
    color: #252525;
    font-weight: bold;
}

.yellow-list {
    margin-left: -40px;
}

/************** SIDEBAR *************/
.left_sidebar {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /*width:310px;*/
    z-index: 999;
    /*background: rgba(255,255,255,0.9);*/
    padding: 0 3px 20px 3px;
}

ul.sidebar-menu {
    padding: 0;
}

    ul.sidebar-menu li {
        background: transparent !important;
        padding: 10px 10px !important;
        border-bottom: 1px solid #dddddd;
        cursor: pointer;
    }

        ul.sidebar-menu li:hover {
            background: #e8ce66 !important;
        }

        ul.sidebar-menu li.active {
            background: #e8ce66 !important;
        }

            ul.sidebar-menu li.active a {
                color: #252525;
            }

            ul.sidebar-menu li.active:hover a {
                color: #252525;
                text-decoration: none;
            }

#scrollEnd {
    width: 1px;
    height: 1px;
    display: block;
}

/*********** FORM **************/
.inputItemCtn {
    position: relative;
}

input[type=text] {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 1.0625em 0.8em;
    color: #252525;
    font-size: 16px;
    border: 1px solid #86754D;
    background-color: #fff;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 30px;
}

    input[type=text]:focus {
        border: 1px solid #86754d;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }

input[type=number] {
    width: 100px;
    color: #86754d;
    border: 1px solid #86754D;
}

    input[type=number].inputText {
        width: 100%;
        color: #252525;
        font-size: 16px;
        border: 1px solid #86754D;
        padding: 1.0625em 0.8em;
        padding-top: 30px;
    }

textarea {
    width: 100%;
    padding-top: 39px;
    padding-left: 19px;
    border: 1px solid #86754D;
}

    textarea:focus, textarea:valid {
        padding-top: 22px;
        padding-left: 13px;
        padding-bottom: 17px;
    }

        textarea:focus ~ .floating-label, input:focus ~ .floating-label,
        textarea:valid ~ .floating-label,
        input:not(:focus):valid ~ .floating-label,
        .default_value input ~ .floating-label,
        .default_value textarea ~ .floating-label {
            top: 5px;
            bottom: 10px;
            left: 13px;
            font-size: 14px;
            opacity: 1;
            color: #86754d;
        }

.inputText {
    font-size: 14px;
    width: 500px;
    height: 50px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 15px;
    transition: 0.2s ease all;
    color: #86754d;
    text-align: left;
}

.wrong-msg, .ValidationErrors {
    display: block;
    color: #ff0000;
    text-align: left;
    padding: 5px;
}

.ErrorField {
    border: 1px solid #ff0000 !important;
    color: #ff0000 !important;
}

.errorDate {
    color: #ff0000;
}

input.wrong-msg {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.quantity, .selectionBox {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-bottom: 10px;
}

.no-floating-label {
    float: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

    input[type=number] input {
        width: 45px;
        height: 42px;
        line-height: 1.65;
        float: left;
        display: block;
        padding: 0;
        margin: 0;
        padding-left: 20px;
        border: 1px solid #86754d;
    }

        input[type=number] input:focus {
            outline: 0;
        }

.quantity input {
    /* width: 120px; */
    min-width: 130px;
    height: 50px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 13px;
    padding-top: 15px;
    border: 1px solid #86754d;
}

.quantity.no-floating-label input {
    padding-top: 1px;
    width: 70px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 40px;
    text-align: center;
    color: #333;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 45%;
        top: 10%;
    }

    .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%;
    }

    .quantity-button i {
        font-size: 25px;
        color: #86754d;
    }

input[type=checkbox] {
    width: 50px;
    height: 50px;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -2px 10px 0 0;
        vertical-align: middle;
        border: 1px solid #D9AD00;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    input[type="checkbox"]:checked {
        background: #D9AD00;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        input[type="checkbox"]:checked + label span:before {
            content: "\f00c";
            display: block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            color: #000000;
            margin-left: 1px;
            margin-top: 1px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        input[type="checkbox"]:checked + label span {
            background: #D9AD00;
        }

.subtotal {
    text-align: right;
    font-weight: normal;
    line-height: 1.8;
    font-size: 16px;
    min-height: 30px;
}

span.asPrice {
    font-size: 16px;
    font-weight: normal;
    color: #252525;
    line-height: 1.8;
    margin-left: 10px;
    float: right;
}

    span.asPrice.disabled {
        color: #cccccc;
    }

.quantity.disabled {
    visibility: hidden;
}

.totalAmount {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 25px;
}

    .totalAmount > span {
        color: #ff0000;
    }

.asCtn {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9ae00;
}

.asCol {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

    .asCol:first-child {
        width: 5%;
    }

    .asCol:last-child {
        width: 25%;
    }

/*********** PRICE *************/

.totalAmount {
    font-size: 18px;
    font-family: gothic,'微軟正黑體';
    border-bottom: 1px solid #d9ae00;
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

    .totalAmount span {
        color: #ff0000;
    }

.exchangeCurrency {
    text-align: center;
    font-family: arial !important;
    color: #000000 !important;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d6d6d6;
    width: 30px;
    height: 30px;
    line-height: 1.2;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .exchangeCurrency > i {
        font-size: 15px;
    }

    .exchangeCurrency:hover {
        background: #d6d6d6;
    }

.totalAmountHKD {
    position: absolute;
    width: 120px;
    height: 60px;
    text-align: left;
    padding: 5px;
    border: 1px solid #d6d6d6;
    right: -10px;
    top: -50px;
    background: #d6d6d6;
    z-index: 1;
    display: none;
}

    .totalAmountHKD:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #d6d6d6;
        bottom: -7px;
        position: absolute;
        right: 15px;
    }

    .totalAmountHKD p.approx {
        font-size: 12px;
    }

    .totalAmountHKD p {
        padding: 0;
        margin: 0;
        color: #000000;
    }
/*********** DATE **************/

/* Event Date*/
.eventDateCtn {
    width: 100px;
    height: 85px;
}

    .eventDateCtn .day {
        display: block;
        height: 50%;
        width: 100px;
        background: #e7ce67;
        line-height: 1.15em;
        font-size: 35px;
    }

    .eventDateCtn .month {
        display: block;
        height: 50%;
        width: 100px;
        background: #d9ae00;
        font-size: 22px;
        line-height: 1.9em;
    }

.eventDateCtn {
    color: #ffffff;
    text-align: center;
}
/* DatePickerCtn */

.DatePickerCtn th {
    font-weight: normal;
}

.DatePickerCtn td {
    font-family: gothic;
    text-align: center;
}

    .DatePickerCtn td .day, .DatePickerCtn td .month {
        float: left;
    }

    .DatePickerCtn td .day {
        margin-right: 5px;
    }

    .DatePickerCtn td .day, .DatePickerCtn td.time, .DatePickerCtn td.guests {
        font-size: 30px;
    }

    .DatePickerCtn td .monthCtn {
        font-size: 14px;
        margin-top: 3px;
    }

    .DatePickerCtn td .weekCtn {
        font-size: 12px;
        text-align: left;
        margin-top: -2px;
    }

tr.tableHeader th {
    border-bottom: 1pt solid #d9ae00;
    text-align: center;
}
/* SEPERATOR */

.f_divider {
    width: 100%;
    height: 1px;
    background: #d8ae02;
    display: block;
}

.h_divider_padding_right {
    padding: 0px 20px 0px 0px;
}

.h_divider_black {
    padding: 0 20px;
    color: #000000;
    vertical-align: text-bottom;
    line-height: 19px;
}

.h_map_black {
    padding: 0 15px;
}

.h_divider_gold {
    padding: 0 20px;
    color: #e8ce66;
    vertical-align: text-bottom;
    display: inline-block;
}
/* Colorbox */
#cboxClose {
    background: url(../images/cross.png) !important;
}
/* Bootstrap Select */

.bootstrap-select {
    outline: none;
}

    .bootstrap-select .dropdown-backdrop {
        display: none;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
        height: 50px;
    }

    .bootstrap-select .dropdown-toggle:focus {
        border: 1pt solid #86754d;
    }

.btn-info, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    height: 50px;
    background: transparent;
    border-radius: 0;
    border-color: #84754a;
    color: #84754a;
    outline: none;
}

.bootstrap-select.btn-group:hover {
    /* border:1px solid #84754a !important;*/
}

.bootstrap-select .dropdown-menu {
    background-color: #ffffff;
}

#select-time .btn-info, #select-guests .btn-info {
    border: none;
    box-shadow: none;
    outline: none;
    padding-right: 15px;
}

#select-time .filter-option, #select-guests .filter-option {
    font-size: 30px;
    color: #606060;
    font-family: gothic;
    text-align: center;
}

#select-time .caret, #select-guests .caret {
    right: 15px !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    border: 1px solid #86754d !important;
}

.bootstrap-select .dropdown-menu ul li {
    min-width: inherit;
    min-height: 50px;
    padding: 0;
    border-bottom: 1px solid #dddddd;
    background: transparent;
}

    .bootstrap-select .dropdown-menu ul li a {
        line-height: 1.8;
        padding: 10px;
        margin: 0;
    }

        .bootstrap-select .dropdown-menu ul li a:hover {
            color: #84754a;
        }

.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    font-family: FontAwesome;
    top: 25% !important;
    right: 30px !important;
}

    .bootstrap-select.btn-group .dropdown-toggle .caret:before {
        content: "\f107";
        font-size: 22px;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 6px;
    font-size: 15px;
}

.bootstrap-select.btn-group .dropdown-menu {
    position: absolute;
    z-index: 2;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #86754D !important;
    font-size: 16px;
    font-family: initial;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    border: none;
    color: #86754D;
}

.select select {
    display: none;
}

/* Scrollbar */
.select .dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #fffae7;
}

.select .dropdown-menu::-webkit-scrollbar {
    width: 12px;
    background-color: #fffae7;
}

.select .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #84754a;
}

.option {
    background: transparent;
}

.dropdown-menu > li > a:hover {
    background: transparent;
    color: #ffffff;
}

.dropdown-menu > li.selected {
    background: transparent;
    color: #ff0000;
}

/**************************************/

.category-title {
    font-weight: bold;
    text-transform: uppercase;
}

.category-info {
    margin-bottom: 20px;
    color: #656565;
}

.package-title {
    color: #333333;
}

.sponsor-title {
    font-size: 0.8125em;
}

.diningDateCtn .select {
    width: inherit;
    height: 50px;
    border: none;
}

    .diningDateCtn .select select {
        width: inherit !important;
        color: #252525;
        font-size: 25px;
        padding: 12px 15px;
        font-weight: normal;
		display: none !important;
    }

        .diningDateCtn .select select:focus {
            outline: none;
        }

    .diningDateCtn .select:after {
        right: 6px;
        line-height: 60px;
        color: #252525;
        font-weight: normal;
    }

.chooseRestaurants {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-bottom: 10px;
}

    .chooseRestaurants select {
        width: 100%;
        max-width: 300px;
        height: 40px;
    }

    .chooseRestaurants:after {
        line-height: 40px;
    }

.choosePackages {
    display: inline-block;
    width: 100%;
    /*height: 50px;*/
}

    .choosePackages select {
        width: 100%;
        height: 40px;
    }

    .choosePackages:after {
        line-height: 40px;
    }

/* SHOP - CAT SELECTOR */

/* OVERLAY CATEGORY */
.shopCatCtn .catSelector {
    text-align: left;
    border-bottom: 1px solid #d8ae02;
}

.shopCatCtn ul {
    width: 30% !important;
    float: left;
    margin: 5px 10px;
}

    .shopCatCtn ul li {
        width: 100%;
        float: left;
        list-style-type: none;
        text-align: left;
        line-height: 35px;
        border-bottom: 1px solid #606060;
    }

.catTitle {
    border-bottom: 1px solid #d9ae00 !important;
    margin-top: 20px;
}

    .catTitle:hover {
        background: transparent !important;
    }

.catSelector {
    display: block;
    width: 200px;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin: 35px 0 5px 0;
}

.remarksSelector {
    display: block;
    width: 100px;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin: 25px 0 25px 0;
}

    .catSelector:hover, .remarksSelector:hover {
        text-decoration: none;
    }

    .catSelector:after, .remarksSelector:after {
        content: "\f106";
        font-family: FontAwesome;
        color: #84754a;
        position: relative;
        float: right;
        z-index: 1;
        text-align: center;
        width: 10%;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 40px;
    }

    .catSelector.collapsed:after, .remarksSelector.collapsed:after {
        content: "\f107";
        font-family: FontAwesome;
        color: #84754a;
        position: relative;
        float: right;
        z-index: 1;
        text-align: center;
        width: 10%;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 40px;
    }

.cats ul {
    width: 200px;
    padding: 0;
}

    .cats ul li {
        list-style-type: none;
        color: #84754a;
        border-bottom: 1px dotted #cccccc;
        line-height: 25px;
        padding: 0 5px;
        cursor: pointer;
        background: none;
    }

        .cats ul li.active {
            background: #e7ce67;
        }

        .cats ul li a {
            color: #84754a;
        }

        .cats ul li:hover {
            background: #e7ce67;
        }

/************** Header **************/

header {
    position: relative;
    /*background: #000000;*/
    width: 100%;
    margin-bottom: 0;
    z-index: 2;
}

#topbar {
    height: 110px;
    background: #D9AD00;
    position: relative;
}

#mobileTopbar .bjLogo {
    display: none;
}

.header-right {
    position: relative;
    height: 100px;
}

.LogoCtn {
    display: block;
    margin: 15px 0 0 0;
}

    .LogoCtn a {
        padding: 0 5px;
    }

.hkjcLogo:after {
    content: "";
    width: 1px;
    position: absolute;
    height: 95%;
    border-left: 1px solid #252525;
}

.topnav {
    position: absolute;
    bottom: 0;
    right: 25px;
}

    .topnav ul li {
        float: left;
        list-style-type: none;
        border-right: 1px solid #e8ce66;
        padding: 0 15px;
    }

        .topnav ul li:last-child {
            border-right: none;
        }

        .topnav ul li a {
            color: #252525;
        }

/************** MAIN **************/
.container {
    position: relative;
    z-index: 1;
}

.mainContainer {
    background: #ffffff;
    position: relative;
    z-index: 1;
    /*padding: 40px 60px;*/
    padding: 30px;
    margin-bottom: 20px;
    min-height: 520px;
}

    .mainContainer .row {
        /*margin-top: 25px;*/
    }

.container-full {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*
.promoBorder:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 5px;
    border-left: 5px solid #d9ae00;
}
    */
.promo-msg:before {
    content: '';
    position: relative;
    margin-left: -10px;
    margin-right: 10px;
    padding-bottom: 10px;
    width: 5px;
    border-left: 4px solid #d9ae00;
}

.promo-msg {
    margin: 0 0 10px 10px;
}

/************** FOOTER **************/

.scrollTop, .scrollTop:focus {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 1;
    background: rgba(134,117,77,0.7);
    /*  border:1px solid #86754d;*/
    width: 40px;
    height: 40px;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    display: none;
    font-weight: bold;
}

    /*
.scrollTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    background: transparent;
    border:1px solid #86754d;
    width: 30px;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    color:#86754d;
    display:none;
}

*/

    .scrollTop:hover {
        background: #86754d;
        color: #ffffff;
    }

footer {
    position: absolute;
    background: #D9AD00 url(../images/horseshoe.jpg) no-repeat;
    background-size: contain;
    width: 100%;
    z-index: 0;
    min-height: 270px;
}

#footerMobile {
    position: relative;
}

#footerMobile-top {
    background: #D9AD00;
    margin: 0;
}

    #footerMobile-top > div {
        padding: 25px;
    }

#footerMobile-bottom {
    border-top: 1px solid #e8ce66;
    background: #D9AD00 url(../images/horseshoe.jpg) no-repeat;
    background-size: contain;
    background-position: 0px;
    margin: 0;
}

    #footerMobile-bottom > div {
        padding: 25px;
    }

    #footerMobile-bottom ul {
        float: right;
    }

        #footerMobile-bottom ul li {
            float: left;
            text-align: right;
            padding: 0 5px;
            line-height: 1.9;
        }

            #footerMobile-bottom ul li:after {
                content: '';
                width: 1px;
                height: 5px;
                border-right: 1px solid #252525;
            }

            #footerMobile-bottom ul li a {
                line-height: 1;
                padding-right: 10px;
            }

#footerDesktop .container {
    padding-top: 25px;
}

#footerMobile .container {
    padding: 0;
}

footer .container .row > div {
    padding-left: 0;
}

footer ul {
    padding: 0;
}

    footer ul li {
        list-style-type: none;
        padding-top: 25px;
    }

        footer ul li a {
            color: #252525;
            line-height: 1;
            cursor: pointer;
        }

            footer ul li a:hover {
                color: #252525;
            }

            footer ul li a:visited {
                color: #252525;
                text-decoration: none;
            }
}

.footer-divider {
    border-top: 1px solid #606060;
}

footer .copyright {
    padding-top: 25px;
    color: #252525;
    font-size: 0.8em;
    margin-bottom: 10px;
}

#footerDesktop .copyright:before {
    content: '';
    position: absolute;
    width: 97%;
    height: 1px;
    border-top: 1px solid #86754d;
    left: 0;
    top: 0px;
}

.display-inline-block-767 {
    display: none;
}

/* Section BG */
.ourbeijingBg {
    background-image: url('../images/bg/bg-ourbeijing.jpg');
}

.offersBg {
    background-image: url('../images/bg/bg-offer.jpg');
}

.roomandsuitesBg {
    background-image: url('../images/bg/bg-roomandsuites.jpg');
}

.diningBg {
    background-image: url('../images/bg/bg-dining.jpg');
}

.recreationBg {
    background-image: url('../images/bg/bg-recreation.jpg');
}

.meetingsandeventsBg {
    background-image: url('../images/bg/bg-meetingsandevents.jpg');
}

.aboutusBg {
    background-image: url('../images/bg/bg-family-activities.jpg');
}

.shoppingBg {
    background-image: url('../images/bg/bg-shopping.jpg');
}

.membershipBg {
    background-image: url('../images/bg/bg-membership.jpg');
}

/* highlight */

#offershighlight .item {
    float: left;
    padding: 0 10px 50px 10px;
    outline: none;
	min-height: 560px;
}

.highlight-image {
    position: relative;
}

    .highlight-image img {
        width: 98%;
        float: left;
    }

.color-block {
    float: left;
    width: 2%;
    background: #d9ae00;
    height: 30px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.highlight-box {
    border-top: 5px solid #d9ae00;
    background: #ffffff;
    margin: 0 0 0 10px;
}

    .highlight-box h2 {
        min-height: 50px;
        max-height: 50px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.15;
    }

.hightligh-content {
    position: relative;
    padding-left: 20px;
}

    .hightligh-content:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 5px;
        border-left: 5px solid #d9ae00;
        margin-left: 1px;
    }

    .hightligh-content p {
        min-height: 105px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 105px;
        overflow: hidden;
    }

.oriPrice {
    text-decoration: line-through;
}

/* You May Also Like */
.relatedItemCtn {
    width: 100%;
    position: relative;
}

    .relatedItemCtn .item {
        float: left;
        width: 32%;
        margin: 5px;
        text-align: center;
    }

/* tnc pop up */
.tncCtn ol li {
    text-align: left;
    line-height: 1.4;
    width: 95%;
    margin-bottom: 10px;
}

ol li {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #656565;
}

.number-list {
    margin-left: -20px;
}

/* capacitiesTable */

table.capacitiesTable tr > td:nth-child(n+2):nth-child(-n+9) {
    text-align: center;
}

table.capacitiesTable tr > th:nth-child(n+2):nth-child(-n+9) {
    text-align: center;
}

.floorplan-tabletype {
    width: 48px;
    height: 59px;
    margin-bottom: 5px;
    display: block;
    margin: 0 auto;
}

/*** News content image ***/
.contentimg {
    width: 100%;
}
/*** News content image ***/
@media (max-width:1024px) {
	#offershighlight .item {
		min-height: 500px;
	}
}

@media (min-width:668px) and (max-width:768px) {
    .highlightLists li > h2 {
        min-height: 50px;
    }
}

@media (max-width:767px) {
	#offershighlight .item {
		min-height: auto;
	}
}

@media (max-width:667px) {
    .highlightLists li > h2 {
        min-height: unset;
    }
}