/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html,
body {
    font-size: 16px;
    font-family: -apple-system, '-apple-system', 'Helvetica Neue', BlinkMacSystemFont, 'Roboto', Helvetica, 'Microsoft JhengHei', Arial, Verdana, sans-serif;
    font-weight: 300;
    line-height: normal;
    background: #F6F6F6;
    padding: 0 !important
}

a {
    color: #4A90E2;
    text-decoration: none
}

i {
    font-style: normal
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0
}

button,
input,
optgroup,
select,
textarea {
    line-height: normal
}

.clearfix:after,
.row:after,
.tiles-wrap .tile-group:after,
.restaurant-item:after {
    content: "";
    display: table;
    clear: both
}

.icon {
    display: inline-block;
    text-align: center;
    color: inherit;
    width: 20px;
    height: 20px;
    font-size: 20px
}

.hidden-xs {
    display: none !important
}

.show-xs {
    display: initial !important
}

.show-xs-block {
    display: block !important
}

.show-xs-inline-block {
    display: inline-block !important
}

.show-xs-inline {
    display: inline !important
}

.pull-right-xs {
    float: right !important
}

@media (min-width: 768px) {
    .hidden-sm {
        display: none !important
    }
    .show-sm {
        display: initial !important
    }
    .show-sm-block {
        display: block !important
    }
    .show-sm-inline-block {
        display: inline-block !important
    }
    .show-sm-inline {
        display: inline !important
    }
    .pull-right-sm {
        float: right !important
    }
}

@media (min-width: 992px) {
    .hidden-md {
        display: none !important
    }
    .show-md {
        display: initial !important
    }
    .show-md-block {
        display: block !important
    }
    .show-md-inline-block {
        display: inline-block !important
    }
    .show-md-inline {
        display: inline !important
    }
    .pull-right-md {
        float: right !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
    .show-lg {
        display: initial !important
    }
    .show-lg-block {
        display: block !important
    }
    .show-lg-inline-block {
        display: inline-block !important
    }
    .show-lg-inline {
        display: inline !important
    }
    .pull-right-lg {
        float: right !important
    }
}

.row {
    margin-left: -8px;
    margin-right: -8px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.row-gap {
    margin-bottom: 16px
}

.grid-row-padding {
    margin-left: -8px;
    margin-right: -8px
}

.grid-col-padding {
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
}

.lightbox {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none
}

.lightbox.full-screen .lightbox-container {
    max-width: none
}

.lightbox.show-lightbox {
    display: block
}

.lightbox .lightbox-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #000000;
    opacity: 0.75;
    cursor: pointer
}

.lightbox .lightbox-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    max-width: 640px;
    height: 100%;
    max-height: 80%
}

.lightbox .lightbox-close-btn {
    position: absolute;
    top: -48px;
    right: 0;
    color: #fff;
    padding: 14px;
    margin-right: -14px;
    cursor: pointer;
    font-weight: 700
}

.lightbox .lightbox-content {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.lightbox-open {
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.taipei-rw-2017 {
    font-weight: 400;
    overflow: hidden
}

.section {
    overflow: hidden
}

.content-wrap {
    max-width: 900px;
    margin: 0 auto
}

.content-wrap-cs {
    max-width: 900px;
    margin: 80px auto 0
}

.listpage-content-wrap {
    max-width: 1100px;
    margin: 0 auto
}

.dialog-open {
    overflow: hidden
}

.dialog-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.dialog-wrapper.show {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dialog-wrapper.show .dialog-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-animation: fadeIn 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: fadeIn 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper-cs {
    padding: 20px;
    max-width: 640px;
    height: 90%;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 20px;
    position: relative;
    background: #fff;
    color: #fff;
    opacity: 0;
    -webkit-animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper-cs.filter-wrapper {
    padding: 0;
    height: 100%;
    border-radius: 0
}

.dialog-wrapper.show .dialog-cover .dialog-close-cs {
    position: absolute;
    z-index: 100;
    right: 4px;
    top: -48px;
    line-height: 54px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    -webkit-animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.show .dialog-cover .btn-block .dialog-btn {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #f04e2f;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 6px 4px #f04e2f;
    box-shadow: 0 0 6px 4px #f04e2f;
    padding: 6px 16px;
    cursor: pointer
}

.dialog-wrapper.close {
    -webkit-animation: quickScaleDown 0s .5s linear forwards;
    animation: quickScaleDown 0s .5s linear forwards
}

.dialog-wrapper.close .dialog-cover {
    -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.close .dialog-cover .dialog-content {
    -webkit-animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper .dialog-cover {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle
}

.dialog-wrapper .dialog-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 640px;
    height: 100%;
    max-height: 86%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header {
    color: #fff;
    width: 100%;
    background: black
}

.header.fixed-header {
    position: fixed;
    z-index: 999;
    background: transparent
}

.header .header-wrap {
    padding: 12px 15px;
    text-align: center
}

.header .header-wrap-cs {
    padding: 12px 15px;
    text-align: left
}

.header .header-logo-link {
    display: inline-block
}

.header .header-logo-link .header-logo {
    width: 80px
}

.header .header-btn {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 12px;
    padding: 8px 15px;
    line-height: 18px;
    cursor: pointer;
    color: #fff
}

.header .header-btn.hide-mobile {
    display: none
}

.header .header-share {
    position: absolute;
    right: 15px;
    top: 16px;
    display: inline-block
}

.header .header-share .hide-mobile {
    display: none
}

.header .header-share .fans-page-btn {
    border-radius: 20px;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 12px;
    display: inline-block;
    color: #fff;
    margin-left: 7px
}

@media (min-width: 768px) {
    .header .header-wrap {
        padding: 8px 20px
    }
    .header .header-wrap-cs {
        padding: 8px 20px
    }
    .header .header-logo-link .header-logo {
        width: 120px
    }
    .header .header-btn {
        font-size: 14px;
        padding: 10px 20px;
        left: 0;
        top: 8px;
        line-height: 20px
    }
    .header .header-share {
        right: 20px;
        top: 19px
    }
    .header .header-share .hide-mobile {
        display: inline-block;
        vertical-align: middle
    }
    .header .header-share .fans-page-btn {
        padding: 3px 12px
    }
}

.section-hero {
    position: relative;
    height: 100vh
}

.hero {
    background: #000;
    color: #fff;
    height: 100%;
    width: 100%;
    display: table;
    position: relative
}

.hero .hero-bg {
    position: absolute;
    background-size: cover;
    background-position: center 80%;
    top: 0;
    left: 0;
    width: 100%;
    height: 128%
}

.hero .hero-bg-cs {
    position: absolute;
    background-size: cover;
    background-position: center 80%;
    top: 0;
    left: 0;
    width: 100%;
    height: 108%
}

.hero .hero-bg-mask-cs {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.hero .hero-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 20px 15px 0 15px;
    z-index: 20
}

.hero .hero-logo {
    text-align: center
}

.hero .hero-logo .hero-img {
    width: 160px;
    height: 160px
}

.hero-img {
    width: 160px;
    height: 160px
}

.hero .hero-logo .hero-img.transparent {
    opacity: 0.8
}

.hero .hero-text {
    text-align: center
}

.hero .hero-text .hero-text-cs {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 2
}

.hero .hero-text .hero-countdown {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    background-color: rgba(240, 78, 47, 0.4);
    padding: 6px 0;
    margin: 16px -15px;
    letter-spacing: 1px
}

.hero .hero-text .hero-countdown .countdown-num {
    display: inline-block;
    font-size: 24px;
    padding: 0 5px
}

.hero .hero-text .hero-countdown-cs {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 0;
    margin: 16px -15px;
    letter-spacing: 1px
}

.hero .hero-text .hero-countdown-cs .countdown-num {
    display: inline-block;
    font-size: 24px;
    padding: 0 5px
}

.hero .hero-text .hero-subtitle {
    font-size: 14px;
    line-height: 1.6
}

.hero .hero-text .hero-subtitle-cs {
    font-size: 15px;
    line-height: 1.7
}

.hero .booking-now-btn {
    display: inline-block;
    background: #f04e2f;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 2px 26px;
    border-radius: 26px;
    margin-top: 20px
}

.hero2 {
    background: #f04e2f
}

.hero .booking-now-btn2 {
    display: inline-block;
    background: #f04e2f;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 2px 26px;
    border-radius: 26px;
    margin-top: -20px
}

@media (min-width: 768px) {
    .hero .hero-wrapper {
        padding: 0
    }
    .hero .hero-logo {
        /* padding: 20px */
    }
    .hero .hero-logo .hero-img {
        width: 160px;
        height: 160px
    }
    .hero .hero-text .hero-countdown {
        font-size: 16px;
        line-height: 2;
        margin: 12px 0
    }
    .hero .hero-text .hero-countdown .countdown-num {
        font-size: 26px;
        padding: 0 6px
    }
    .hero .hero-text .hero-subtitle {
        font-size: 18px;
        line-height: 1.8
    }
    .hero .hero-text .hero-subtitle-cs {
        line-height: 2;
        font-size: 22px
    }
    .hero .booking-now-btn {
        font-size: 18px;
        padding: 6px 48px
    }
    .hero .booking-now-btn2 {
        font-size: 18px;
        padding: 6px 48px
    }
}

.section-video {
    background: #000
}

.video-mask-safari {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5)
}

.play-video-btn-safari {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 21;
    cursor: pointer;
    text-align: center
}

@media (min-width: 768px) {
    .play-video-btn-safari {
        top: auto;
        left: auto;
        right: 50px;
        bottom: 50px
    }
}

.play-video-btn-safari .play-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 10px 8px 10px 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-animation: play-video-icon 2s infinite linear;
    animation: play-video-icon 2s infinite linear;
    margin-bottom: 6px
}

.play-video-btn-safari .play-icon:before {
    display: inline-block;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #ffffff
}

@-webkit-keyframes play-video-icon {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes play-video-icon {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.video-wrap {
    position: relative;
    overflow: hidden
}

.video-wrap .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5)
}

.video-wrap .play-video-btn {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 21;
    cursor: pointer;
    text-align: center
}

@media (min-width: 768px) {
    .video-wrap .play-video-btn {
        top: auto;
        left: auto;
        right: 50px;
        bottom: 50px
    }
}

.video-wrap .play-video-btn .play-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 10px 8px 10px 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-animation: play-video-icon 2s infinite linear;
    animation: play-video-icon 2s infinite linear;
    margin-bottom: 6px
}

.video-wrap .play-video-btn .play-icon:before {
    display: inline-block;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #ffffff
}

@keyframes play-video-icon {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.video-wrap.hero-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.video-wrap.hero-video-wrap .video {
    width: 320%;
    margin-top: 0;
    margin-left: -80%
}

.video-wrap.hero-video-wrap .video-2018 {
    width: 320%;
    margin-top: 0;
    margin-left: -80%
}

@media (min-width: 768px) {
    .video-wrap.hero-video-wrap .video {
        width: 132%;
        margin-top: -6%;
        margin-left: 0
    }
    .video-wrap.hero-video-wrap .video-2018 {
        width: 100%;
        margin-top: 10%;
        margin-left: 0
    }
}

@media (min-width: 1020px) {
    .video-wrap.hero-video-wrap .video-2018 {
        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-left: 0
    }
}

.video-wrap.mobile-video-wrap {
    margin: 20px 0
}

.video-wrap.mobile-video-wrap .video {
    width: 100%;
    margin: -1% 0
}

.restaurant-action-wrapper {
    text-align: center
}

.restaurant-action-btn {
    display: inline-block;
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    padding: 8px 48px;
    margin-top: 30px;
    border-radius: 23px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px
}

.restaurant-action-btn.margin {
    margin-bottom: 20px
}

.restaurant-action-btn.feature-section-action {
    margin-top: 60px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .restaurant-action-btn.margin {
        margin-bottom: 0
    }
}

.share-btns {
    display: inline-block
}

.share-btns .fb-share-btn {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

.share-btns .copy-btn {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

.share-btns .copy-btn .a2a_kit {
    color: #fff;
    letter-spacing: 2px;
    line-height: 26px;
    font-size: 16px;
    padding: 8px 48px;
    border: 1px solid;
    border-radius: 23px
}

.share-btns .copy-btn .a2a_kit a {
    color: #fff
}

.share-btns .copy-btn .a2a_default_style {
    line-height: 26px;
    margin-bottom: 4px
}

.share-btns .copy-btn .a2a_default_style a {
    line-height: 26px;
    padding: 0
}

.share-btns .copy-btn .a2a_default_style .a2a_button_copy_link .a2a_s_link {
    display: none
}

@media (min-width: 768px) {
    .share-btns .copy-btn .fb-share-btn {
        margin-left: 20px
    }
}

.email-subscribe {
    text-align: center;
    margin: 24px 0
}

.email-subscribe .subscribe-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #f8e81c
}

.email-subscribe .subscribe-input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    font-size: 13px;
    padding: 4px 12px;
    line-height: 26px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.email-subscribe .subscribe-btn {
    display: inline-block;
    background: #f04e2f;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    padding: 4px 32px;
    margin-top: 14px;
    border-radius: 20px;
    cursor: pointer
}

.email-subscribe .subscribe-notice {
    font-size: 8px;
    margin-top: 12px;
    color: #fff
}

@media (min-width: 768px) {
    .email-subscribe {
        margin: 30px 0 60px 0
    }
    .email-subscribe .subscribe-label {
        margin-bottom: 12px;
        font-size: 16px
    }
    .email-subscribe .subscribe-input {
        width: 480px;
        font-size: 16px;
        line-height: 28px;
        padding: 6px 18px
    }
    .email-subscribe .subscribe-btn {
        font-size: 16px;
        line-height: 28px;
        padding: 6px 24px;
        margin-top: 0;
        margin-left: 10px
    }
    .email-subscribe .subscribe-notice {
        margin-top: 14px
    }
}

.section-intro {
    background: #000;
    color: #fff;
    padding: 20px 15px
}

.intro-header {
    text-align: center;
    margin: 20px 0
}

.intro-header .intro-whitestar {
    width: 200px;
    height: 200px
}

@media (min-width: 768px) {
    .intro-header {
        margin: 30px 0
    }
    .intro-header .intro-whitestar {
        width: 60px;
        height: 60px
    }
}

.intro-block {
    margin-bottom: 40px
}

.intro-block .intro-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 10px;
    margin: 20px 0 24px 0;
    border-bottom: 1px solid #fff
}

.intro-block .intro-text {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify
}

.intro-block .intro-text-cs {
    font-size: 16px;
    line-height: 1.8;
    text-align: center
}

.intro-block .price-highlight {
    margin-top: 16px;
    color: #f8e81c;
    line-height: 2;
    font-size: 18px;
    text-align: center
}

.intro-block .price-highlight-cs {
    margin-top: 30px;
    color: #FFF;
    line-height: 2;
    font-size: 14px;
    text-align: center
}

@media (min-width: 768px) {
    .intro-block {
        margin-bottom: 30px
    }
    .intro-block .intro-title {
        font-size: 28px
    }
    .intro-block .intro-text {
        text-align: center
    }
    .intro-block .price-highlight-cs {
        font-size: 24px
    }
}

.section-feature-restaurants {
    background-color: #000;
    color: #fff;
    padding: 80px 15px
}

.section-ranking-restaurants {
    background-color: #000;
    background-size: cover;
    color: #fff;
    padding: 80px 15px;
    position: relative
}

.section-ranking-restaurants.padding-wrapper {
    padding-bottom: 120px
}

.section-ranking-restaurants .sponsor-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover
}

.section-ranking-restaurants .restaurant-link {
    color: #fff;
    cursor: pointer
}

.section-ranking-restaurants .restaurant-link.disabled-link {
    cursor: default
}

.section-ranking-restaurants .ranking-block {
    text-align: center
}

.section-ranking-restaurants .ranking-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto
}

.section-ranking-restaurants .section-title {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding: 25px 0
}

.section-ranking-restaurants .section-subtitle {
    font-size: 13px;
    margin-top: 10px
}

.section-ranking-restaurants .section-title-cs {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 40px 0 50px
}

.section-ranking-restaurants .section-title-cs:before,
.section-ranking-restaurants .section-title-cs:after {
    display: inline-block;
    content: ' ';
    width: 12%;
    border-bottom: 1px solid #fff;
    vertical-align: middle
}

.section-ranking-restaurants .section-title-cs:before {
    margin-right: 10px
}

.section-ranking-restaurants .section-title-cs:after {
    margin-left: 10px
}

.section-ranking-restaurants .ranking-wrapper {
    margin: 26px 0 35px;
    text-align: center
}

.section-ranking-restaurants .ranking-btn {
    display: inline-block;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    padding: 3px auto;
    border: 1px solid transparent;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}

.section-ranking-restaurants .ranking-btn:hover {
    border-color: #fff
}

.section-ranking-restaurants .ranking-btn.active {
    color: #f04e2f;
    background-color: #fff
}

.section-ranking-restaurants .ranking-btn.unopen {
    border-color: #fff;
    background-color: transparent
}

@media (min-width: 768px) {
    .section-ranking-restaurants .section-title {
        font-size: 34px
    }
    .section-ranking-restaurants .section-title-cs {
        font-size: 30px
    }
    .section-ranking-restaurants .section-title-cs:before,
    .section-ranking-restaurants .section-title-cs:after {
        width: 15%
    }
    .section-ranking-restaurants .section-title-cs:before {
        margin-right: 26px
    }
    .section-ranking-restaurants .section-title-cs:after {
        margin-left: 26px
    }
    .section-ranking-restaurants .ranking-btn {
        font-size: 16px;
        padding: 3px 28px
    }
    .section-ranking-restaurants .section-subtitle {
        font-size: 18px
    }
}

.ranking-restaurant {
    display: inline-block;
    position: relative;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.ranking-restaurant .overlay {
    position: absolute;
    font-weight: 300;
    text-align: center;
    padding: 10px 8px 5px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    height: 98px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7)
}

.ranking-restaurant .overlay .overlay-title {
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.ranking-restaurant .overlay .overlay-subtitle {
    padding-top: 5px;
    font-size: 14px;
    white-space: pre-wrap
}

@media (min-width: 768px) {
    .ranking-restaurant .overlay {
        height: 80px
    }
}

.ranking-restaurant.bigger .overlay {
    width: 155px;
    top: 0;
    height: auto;
    background-color: #000;
    padding: 10px;
    text-align: left
}

.ranking-restaurant.bigger .overlay .overlay-title {
    font-size: 44px;
    border: 0
}

.ranking-restaurant.bigger .overlay .overlay-subtitle {
    padding-top: 0px;
    font-size: 21px
}

.ranking-restaurant.bigger .overlay:after {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px
}

.tiles-wrap {
    margin: 0 -5px
}

.tiles-wrap .tile {
    padding: 0 5px 10px
}

.tiles-wrap .tile-lg,
.tiles-wrap .tile-md,
.tiles-wrap .tile-sm {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tiles-wrap .tile-lg {
    width: 100%
}

.tiles-wrap .tile-md {
    width: 100%
}

.tiles-wrap .tile-md .tile-content {
    padding-top: 50%
}

.tiles-wrap .tile-sm {
    width: 50%
}

.tiles-wrap .tile-content {
    position: relative;
    padding-top: 100%;
    background-color: #fff
}

@media (min-width: 768px) {
    .tiles-wrap .tile-lg {
        width: 60%
    }
    .tiles-wrap .tile-md {
        width: 40%
    }
    .tiles-wrap .tile-md .tile-content {
        padding-top: 151.43%
    }
    .tiles-wrap .tile-sm {
        width: 50%
    }
    .tiles-wrap .float-right-tile {
        float: right
    }
}

.feature {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.feature:hover .feature-cover {
    background-color: rgba(0, 0, 0, 0.1)
}

.feature:hover .feature-cover-bright {
    background-color: rgba(0, 0, 0, 0.1)
}

.feature:hover .feature-bg {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.feature .feature-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.feature .feature-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.feature .feature-cover-bright {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.feature .feature-cover-cs {
    position: absolute;
    height: 87%;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.feature .feature-cover-cs .small-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px
}

.feature .feature-cover-cs .small-subtitle {
    font-size: 13px
}

.feature .feature-cover-cs.big-wording .big-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px
}

.feature .feature-cover-cs.big-wording .big-subtitle {
    font-size: 16px
}

.feature .feature-caption {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feature .feature-caption.big-caption {
    font-size: 26px;
    top: 10px;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 768px) {
    .feature .feature-caption {
        left: 20px;
        right: 20px;
        font-size: 24px
    }
    .feature .feature-caption.big-caption {
        font-size: 40px;
        top: 20px
    }
    .feature .feature-cover-cs {
        height: 30%
    }
    .feature .feature-cover-cs .small-subtitle {
        font-size: 14px
    }
    .feature .feature-cover-cs.big-wording .big-title {
        font-size: 30px
    }
    .feature .feature-cover-cs.big-wording .big-subtitle {
        font-size: 24px
    }
}

.section-articles {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 0px 15px 80px
}

.section-articles.padding-wrapper {
    padding-top: 90px
}

.section-articles .owl-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.section-articles .michelin-booking-btn {
    text-align: center;
    background: #f04e2f;
    font-size: 16px;
    display: inline-block;
    padding: 2px 26px;
    border-radius: 26px;
    margin: 40px auto 0
}

.section-articles .booking-link {
    color: #fff
}

.section-articles .section-title {
    font-size: 24px;
    text-align: center;
    margin: 40px 0
}

.section-articles .section-title.bigger {
    font-size: 24px
}

.section-articles .articles-wrap .article-tile {
    padding-top: 120%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.section-articles .articles-wrap .article-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.section-articles .articles-wrap .article-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out
}

.section-articles .articles-wrap .article-caption .article-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px
}

.section-articles .articles-wrap .article-caption .article-subtitle {
    font-size: 13px;
    font-weight: normal
}

.section-articles .lightbox .lightbox-content {
    background-color: #000;
    color: #fff
}

.section-articles .article-popup {
    padding: 15px
}

.section-articles .article-popup .article-popup-title {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 6px;
    text-align: center
}

.section-articles .article-popup .article-popup-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px
}

.section-articles .article-popup .article-popup-content {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8
}

.section-articles .article-popup .article-popup-link {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    text-decoration: underline
}

.section-articles .article-popup .article-popup-btnwrap {
    text-align: right;
    margin-top: 40px
}

.section-articles .article-popup .article-popup-btn {
    background-color: #f04e2f;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px
}

@media (min-width: 768px) {
    .section-articles {
        padding: 0 0 80px 0
    }
    .section-articles .owl-img {
        height: 420px;
        width: 100%
    }
    .section-articles .section-title {
        font-size: 28px
    }
    .section-articles .section-title.bigger {
        font-size: 34px
    }
    .section-articles .michelin-booking-btn {
        font-size: 18px;
        padding: 6px 48px
    }
    .section-articles .articles-wrap .article-tile:hover .article-bg {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
    .section-articles .articles-wrap .article-tile:hover .article-caption {
        top: 52%
    }
    .section-articles .articles-wrap .article-caption {
        top: 54%;
        background-color: rgba(0, 0, 0, 0.75)
    }
    .section-articles .articles-wrap .article-caption .article-title {
        font-size: 18px
    }
}

.section-sponsors {
    background: #000;
    color: #fff;
    padding: 50px 15px;
    position: relative
}

.section-sponsors .sponsor-bg {
    position: absolute;
    background-size: cover;
    background-position: center 65%;
    top: 0;
    left: 0;
    width: 100%;
    height: 207%
}

.section-sponsors .sponsor-bg-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4)
}

.section-sponsors .sponsor-content {
    position: relative
}

.section-sponsors .sponsor-title {
    font-size: 18px;
    margin: 30px 0;
    text-align: center
}

.section-sponsors .sponsor-title:before,
.section-sponsors .sponsor-title:after {
    display: inline-block;
    content: ' ';
    width: 25%;
    border-bottom: 1px solid #fff;
    vertical-align: middle
}

.section-sponsors .sponsor-title:before {
    margin-right: 26px
}

.section-sponsors .sponsor-title:after {
    margin-left: 26px
}

.section-sponsors .sponsor-group {
    text-align: center;
    margin-bottom: 60px
}

.section-sponsors .sponsor-group.sm-group {
    margin-bottom: 30px
}

.section-sponsors .sponsor-group .sponsor-item {
    display: inline-block
}

.section-sponsors .sponsor-group .sponsor-item+.sponsor-item {
    margin-left: 30px
}

.section-sponsors .sponsor-group .sponsor-item.clickable {
    cursor: pointer
}

.section-sponsors .sponsor-group .sponsor-multi-item-cs {
    display: block
}

.section-sponsors .sponsor-group .sponsor-multi-item-cs.clickable {
    cursor: pointer
}

.section-sponsors .sponsor-group .sponsor-multi-item-cs:not(:last-child) {
    margin-bottom: 10px
}

.section-sponsors .sponsor-group .sponsor-multi-item-sm {
    display: block
}

.section-sponsors .sponsor-group .sponsor-multi-item-sm.clickable {
    cursor: pointer
}

.section-sponsors .sponsor-group .sponsor-multi-item-sm:not(:last-child) {
    margin-bottom: 10px
}

.section-sponsors .sponsor-group .sponsor-item-cs {
    display: block
}

.section-sponsors .sponsor-group .sponsor-item-cs.clickable {
    cursor: pointer
}

.section-sponsors .sponsor-group .sponsor-item-cs:not(:last-child) {
    margin-bottom: 15px
}

.section-sponsors .sponsor-group .sponsor-img {
    width: 120px;
    height: 77px
}

.section-sponsors .sponsor-group .sponsor-img-sm {
    width: 110px;
    height: 73px
}

@media (min-width: 768px) {
    .section-sponsors .sponsor-title {
        font-size: 20px
    }
    .section-sponsors .sponsor-title:before,
    .section-sponsors .sponsor-title:after {
        width: 200px
    }
    .section-sponsors .sponsor-title:before {
        margin-right: 40px
    }
    .section-sponsors .sponsor-title:after {
        margin-left: 40px
    }
    .section-sponsors .sponsor-group .sponsor-item+.sponsor-item {
        margin-left: 80px
    }
    .section-sponsors .sponsor-group .sponsor-multi-item-cs {
        display: inline-block
    }
    .section-sponsors .sponsor-group .sponsor-multi-item-cs+.sponsor-multi-item-cs {
        margin-left: 80px
    }
    .section-sponsors .sponsor-group .sponsor-multi-item-sm {
        display: inline-block
    }
    .section-sponsors .sponsor-group .sponsor-multi-item-sm+.sponsor-multi-item-sm {
        margin-left: 12px
    }
    .section-sponsors .sponsor-group .sponsor-item-cs {
        display: inline-block
    }
    .section-sponsors .sponsor-group .sponsor-item-cs+.sponsor-item-cs {
        margin-left: 190px
    }
    .section-sponsors .sponsor-group .sponsor-img {
        width: 140px;
        height: 90px
    }
}

.sponsor-desc-popup {
    color: #000;
    padding: 15px
}

.sponsor-desc-popup.no-padding {
    padding: 0
}

.sponsor-desc-popup .sponsor-desc-title {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 20px 0;
    text-align: center
}

.sponsor-desc-popup .sponsor-desc-txt-bold {
    margin: 20px 0;
    font-size: 14px;
    text-align: justify;
    font-weight: 700
}

.sponsor-desc-popup .sponsor-desc-txt {
    margin: 20px 0;
    font-size: 14px;
    text-align: justify
}

.sponsor-desc-popup .sponsor-desc-img {
    text-align: center
}

.sponsor-desc-popup .sponsor-desc-img img {
    width: 150px
}

.sponsor-desc-popup .sponsor-desc-img-cs {
    text-align: center
}

.sponsor-desc-popup .sponsor-desc-img-cs img {
    width: 160px
}

.sponsor-desc-popup .sponsor-desc-lg-img-cs {
    text-align: center
}

.sponsor-desc-popup .sponsor-desc-lg-img-cs img {
    width: 220px
}

.sponsor-desc-popup .sponsor-desc-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px
}

.sponsor-desc-popup .sponsor-desc-list-cs {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
    text-align: left
}

.sponsor-desc-popup .sponsor-wine-warning-img {
    width: 100%
}

.sponsor-desc-popup .sponsor-popup-btn-wrap {
    text-align: center;
    margin: 40px 0
}

.sponsor-desc-popup .sponsor-popup-btn-wrap .sponsor-popup-btn {
    display: inline-block;
    background-color: #f04e2f;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    padding: 12px 36px;
    cursor: pointer
}

@media (min-width: 768px) {
    .sponsor-desc-popup .sponsor-desc-popup .sponsor-desc-img-cs img {
        width: 230px
    }
}

.page-header {
    margin: 20px 0;
    padding: 0 15px;
    color: white
}

.page-header .page-title {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px
}

.page-header .page-title .title-thin {
    font-weight: 400
}

.page-header .page-title .title-red {
    color: #f04e2f
}

.page-header .page-subtitle {
    font-size: 18px
}

.page-header .page-subtitle-date {
    font-size: 14px;
    color: #f04e2f;
    margin-top: 10px;
    opacity: 0.8
}

@media (min-width: 768px) {
    .page-header {
        margin: 20px 0 26px;
        padding: 0
    }
    .page-header .page-title,
    .page-header .page-subtitle {
        display: inline-block;
        vertical-align: middle
    }
    .page-header .page-title {
        font-size: 28px
    }
    .page-header .page-subtitle {
        margin-left: 8px
    }
    .page-header .page-subtitle-date {
        margin-top: 2px
    }
}

.sponsor-banner {
    display: none;
    width: 100%;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .sponsor-banner {
        display: block
    }
}

.filter-section {
    display: none
}

.filter {
    margin-bottom: 20px
}

.filter+.filter {
    border-top: 1px dashed #f04e2f
}

.filter.shrink .filter-expand-icon {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.filter.shrink .filter-list {
    max-height: 0
}

.filter .filter-title {
    color: white;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 32px 10px 0;
    padding-right: 32px;
    cursor: pointer
}

.filter .filter-clean-title {
    /* color: rgba(240, 78, 47, 0.75); */
    color: #f04e2f;
    font-size: 12px;
    margin-left: 10px;
    /* border: 1px solid rgba(240, 78, 47, 0.75); */
    border: 1px solid #f04e2f;
    border-radius: 25px;
    padding: 2px 10px;
    cursor: pointer;
    position: absolute;
    right: 37px;
    top: 14px
}

.filter .filter-clean-title:after {
    content: '\2715';
    display: inline-block;
    margin-left: 10px
}

.filter .filter-clean-title:hover {
    background-color: rgba(240, 78, 47, 0.75);
    color: #fff
}

.filter .filter-expand-icon {
    position: absolute;
    top: 16px;
    right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filter .filter-expand-icon .icon {
    font-weight: 700
}

.filter .filter-list {
    color: white;
    font-size: 14px;
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s
}

.filter .filter-list .filter-item {
    display: block;
    margin: 2px 0;
    padding: 4px 16px 4px 24px;
    cursor: pointer
}

.filter .filter-list .filter-item.active {
    background-color: #f04e2f;
    color: #fff
}

@media (min-width: 768px) {
    .filter .filter-list .filter-item:hover {
        background-color: #f04e2f;
        color: #fff
    }
}

.filter .filter-list .filter-divider {
    margin: 6px 0;
    font-weight: 700
}

.filter-popup {
    background-color: #ab2121;
    overflow: hidden;
    padding: 15px;
    min-height: 100%
}

.filter-popup.left-align {
    text-align: left
}

.filter-popup .filter-popup-title {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #fff
}

.filter-popup .filter-popup-btn-wrap {
    padding: 20px 0
}

.filter-popup .filter-popup-btn-wrap .filter-popup-btn {
    display: inline-block;
    color: #f04e2f;
    border: 1px solid #f04e2f;
    border-radius: 2px;
    text-align: center;
    width: 49%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.filter-popup .filter-popup-btn-wrap .filter-popup-btn.apply-btn {
    background-color: #f04e2f;
    color: #fff;
    margin-left: 2%
}

.search-section {
    margin-bottom: 20px
}

.search-section .search-input {
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #FFF;
    border-radius: 2px;
    width: 300px;
    font-size: 16px;
    padding: 8px 12px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent
}

.search-section.desktop-search {
    display: none
}

.criteria-section {
    color: white;
    margin: 0 0 20px 0
}

@media (min-width: 768px) {
    .criteria-section {
        margin: 20px 0 24px 0
    }
}

.criteria-bar {
    display: none
}

.criteria-bar span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px
}

.criteria-bar .criteria-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.criteria-bar .criteria-item {
    background-color: #ddd;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    padding: 0 12px;
    cursor: pointer
}

.criteria-bar .criteria-item:after {
    content: '\2715';
    display: inline-block;
    margin-left: 10px
}

.criteria-bar .criteria-item.highlight {
    background-color: transparent;
    border: 1px solid #f04e2f;
    /* border: 1px solid rgba(240, 78, 47, 0.75); */
    /* color: rgba(240, 78, 47, 0.75) */
    color: #f04e2f
}

.criteria-bar .criteria-item.all-criteria {
    cursor: default
}

.criteria-bar .criteria-item.all-criteria:after {
    display: none
}

.criteria-bar .criteria-item:not(.all-criteria):hover {
    background-color: rgba(240, 78, 47, 0.75);
    color: #fff
}

.criteria-bar-mobile {
    background-color: #f04e2f;
    padding: 12px 11px;
    color: #fff
}

.criteria-bar-mobile .criteria-btn {
    display: inline-block;
    cursor: pointer;
    padding: 4px 4px;
    font-size: 14px;
    font-weight: 700
}

.criteria-bar-mobile .criteria-btn.reset-btn {
    float: right;
    font-weight: 400
}

.restaurant-list-section {
    color: white;
    margin-bottom: 60px
}

.restaurant-list-section .list-result {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0 15px
}

@media (min-width: 768px) {
    .restaurant-list-section .list-result {
        padding: 0
    }
}

.restaurant-list {
    /* background-color: #fff; */
    padding: 0 8px
}

.restaurant-list .restaurant-item-wrapper {
    border-bottom: 1px solid #ddd
}

@media (min-width: 768px) {
    .restaurant-list {
        padding: 0 15px
    }
}

.page-btn-block {
    text-align: center;
    padding: 20px 0;
    letter-spacing: 2px;
    font-size: 14px
}

.page-btn-block .page-btn {
    cursor: pointer;
    color: #FFF
}

.page-btn-block .page-btn.active {
    color: #f04e2f
}

.list-banner {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.list-banner img {
    display: block;
    width: 100%
}

.list-banner-cs {
    display: block;
    padding: 40px 0;
    border-top: 1px solid #ddd
}

.list-banner-cs img {
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    .list-banner-cs {
        display: none
    }
}

.empty-list-msg {
    color: #999;
    margin: 60px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.8
}

.restaurant-item {
    position: relative;
    padding: 20px 0
}

.restaurant-item+.restaurant-item {
    border-top: 1px solid #ddd
}

.restaurant-item .restaurant-img {
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    float: left
}

.restaurant-item .restaurant-content {
    padding-left: 108px;
    padding-right: 0px
}

.restaurant-item .restaurant-content .r-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.restaurant-item .restaurant-content .r-name-cs {
    font-size: 16px;
    font-weight: 700
}

.restaurant-item .restaurant-content .r-featuretxt {
    font-size: 12px;
    color: #ffffffdb;
    margin: 2px 0
}

.restaurant-item .restaurant-content .r-featuretxt .r-feature-icon {
    width: 16px;
    margin-right: 5px;
    margin-bottom: -2px
}

.restaurant-item .restaurant-content .ta-img {
    margin-right: 10px;
    height: 30px
}

.restaurant-item .restaurant-content .ta-reviews {
    color: #569241;
    vertical-align: super;
    line-height: 20px
}

.restaurant-item .restaurant-content .temp-partner {
    color: #569241;
    margin-top: 5px
}

.restaurant-item .button-wrap {
    margin-top: 20px
}

@media (min-width: 768px) {
    .restaurant-item .restaurant-img {
        width: 200px;
        height: 150px
    }
    .restaurant-item .restaurant-content {
        padding-left: 216px;
        padding-right: 116px
    }
    .restaurant-item .restaurant-content .r-name {
        font-size: 20px;
        margin-bottom: 12px
    }
    .restaurant-item .restaurant-content .r-name-cs {
        font-size: 20px
    }
    .restaurant-item .restaurant-content .r-featuretxt {
        font-size: 13px;
        margin: 4px 0
    }
    .restaurant-item .button-wrap {
        margin-top: 0;
        position: absolute;
        top: 20px;
        right: 0
    }
}

.action-btn {
    display: inline-block;
    width: 49%;
    border: 1px solid #f04e2f;
    border-radius: 20px;
    color: #fff;
    background-color: #f04e2f;
    font-size: 16px;
    padding: 6px 8px;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px
}

.action-btn.full-size {
    width: 100%
}

.action-btn.smaller {
    width: 100%
}

.action-btn.no-pointer {
    cursor: default
}

.action-btn:first-child {
    margin-left: 2%
}

.action-btn.booking-btn {
    background-color: #f04e2f;
    color: #fff;
    float: right
}

@media (min-width: 768px) {
    .action-btn {
        display: block;
        width: 100px;
        padding: 4px 8px
    }
    .action-btn.smaller {
        width: 100px
    }
    .action-btn:first-child {
        margin-left: 0
    }
    .action-btn.booking-btn {
        float: none
    }
    .action-btn.smaller {
        font-size: 12px
    }
}

.social-panel-cs {
    text-align: center
}

.social-panel-cs .social-link {
    display: inline-block;
    padding: 4px;
    margin: 0 10px
}

.social-panel-cs .social-link img {
    display: block
}

.mfp-iframe-scaler.menu-popup-wrap {
    padding-top: 100%
}

.mfp-text {
    position: absolute;
    top: 22px;
    right: 32%;
    font-size: 14px;
    color: #fff
}

@media (min-width: 768px) {
    .mfp-text {
        right: 40%;
        font-size: 16px
    }
}

.mfp-force-scrollbars-right .mfp-image-holder .mfp-content .mfp-figure .mfp-img {
    -webkit-transform: scale(2.5) translate(-16%, 25%);
    transform: scale(2.5) translate(-16%, 25%)
}

@media (min-width: 768px) {
    .mfp-force-scrollbars-right .mfp-image-holder .mfp-content .mfp-figure .mfp-img {
        -webkit-transform: scale(2.5) translate(-16%, 30%);
        transform: scale(2.5) translate(-16%, 30%)
    }
}

.mfp-force-scrollbars-left .mfp-image-holder .mfp-content .mfp-figure .mfp-img {
    -webkit-transform: scale(2.5) translate(25%, 25%);
    transform: scale(2.5) translate(25%, 25%)
}

@media (min-width: 768px) {
    .mfp-force-scrollbars-left .mfp-image-holder .mfp-content .mfp-figure .mfp-img {
        -webkit-transform: scale(2.5) translate(25%, 30%);
        transform: scale(2.5) translate(25%, 30%)
    }
}

.loading-block {
    text-align: center;
    margin: 80px 0
}

.loading-block .loading-img {
    width: 60px;
    height: 60px
}

.loading-block .loading-text {
    color: #222;
    font-size: 14px;
    margin-top: 12px
}

.dialog-open {
    overflow: hidden
}

.brand-day-page {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-attachment: fixed
}

.link-button {
    color: #fff
}

.dialog-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.dialog-wrapper.show {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dialog-wrapper.show .dialog-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper {
    position: relative;
    background: #000;
    color: #fff;
    opacity: 0;
    -webkit-animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .dialog-banner {
    position: relative;
    border-radius: 40px;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay {
    border-radius: 25px;
    text-align: center;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    font-weight: 700
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper .dialog-rank {
    font-size: 56px
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper .dialog-date {
    font-size: 20px
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper .dialog-title {
    font-size: 24px
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper .dialog-subtitle {
    font-size: 18px
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-title {
    font-size: 18px
}

.dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-subtitle {
    font-size: 15px;
    text-align: center
}

.dialog-wrapper.show .dialog-cover .dialog-close {
    position: absolute;
    z-index: 100;
    right: 3px;
    top: -52px;
    line-height: 54px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    -webkit-animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.show .dialog-cover .btn-block .dialog-btn {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #f04e2f;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 6px 4px #f04e2f;
    box-shadow: 0 0 6px 4px #f04e2f;
    padding: 6px 16px;
    cursor: pointer
}

.dialog-wrapper.show+.brand-day-wrapper {
    -webkit-animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.close {
    -webkit-animation: quickScaleDown 0s .5s linear forwards;
    animation: quickScaleDown 0s .5s linear forwards
}

.dialog-wrapper.close .dialog-cover {
    -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.close .dialog-cover .dialog-content {
    -webkit-animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper.close+.brand-day-wrapper {
    -webkit-animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper .dialog-cover {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle
}

.dialog-wrapper .dialog-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 640px;
    height: 100%;
    max-height: 86%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dialog-wrapper .dialog-content-wrapper {
    position: relative;
    height: 100%;
    padding: 6px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #f04e2f;
    -webkit-box-shadow: 0 0 2px 4px #f04e2f;
    box-shadow: 0 0 2px 4px #f04e2f
}

.dialog-wrapper .dialog-overflow-wrapper {
    position: absolute;
    top: 220px;
    left: 18px;
    right: 18px;
    bottom: 60px;
    overflow-x: hidden;
    overflow-y: auto
}

.dialog-wrapper .btn-block {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.row-block-wrapper {
    padding: 0 0 90px
}

.grid-wrapper {
    cursor: pointer
}

.grid-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

.grid-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    position: relative;
    height: 250px;
    font-weight: 700
}

.grid-block:hover {
    text-shadow: 0px 0px 40px #f04e2f, 3px 0px #f04e2f
}

.grid-block .grid-div {
    padding: 10px
}

.grid-block .grid-rank {
    font-size: 66px
}

.grid-block .grid-date {
    font-size: 18px;
    font-weight: 400
}

.grid-block .grid-title {
    font-size: 28px
}

.grid-block .wish-input {
    font-size: 30px;
    margin: 0 1px
}

.grid-block .grid-subtitle {
    font-size: 18px
}

.grid-block .wish-go {
    font-size: 16px;
    padding-bottom: 20px;
    margin: 0 1px
}

.grid-block .grid-subscribe {
    display: inline;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 2px 24px;
    outline: none
}

.grid-block .grid-btn {
    display: inline-block;
    background: #f04e2f;
    color: #fff;
    font-size: 16px;
    padding: 4px 18px;
    border-radius: 20px;
    cursor: pointer
}

.grid-block.bigger .grid-title {
    font-size: 28px
}

.grid-block.bigger .grid-subtitle {
    font-size: 18px
}

.brands-title {
    color: #fff;
    margin-top: 70px;
    text-align: center;
    font-size: 22px
}

.brands-title:before,
.brands-title:after {
    display: inline-block;
    content: ' ';
    width: 25%;
    border-bottom: 1px solid #fff;
    vertical-align: middle
}

.brands-title:before {
    margin-right: 10px
}

.brands-title:after {
    margin-left: 10px
}

.brands-img {
    width: 99%;
    margin-top: 20px;
    margin-bottom: 0
}

.grid-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.grid-overlay:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

.header-wrapper {
    text-align: center;
    background-color: #000;
    position: relative;
    height: 40px;
    padding: 8px 20px
}

.header-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.header-left .icon-arrow-left {
    margin-right: 8px
}

.header-logo-link {
    display: inline-block
}

.header-logo-link .header-logo {
    width: 130px
}

.header-right {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    line-height: 56px
}

.header-right .subscribe-input {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 2px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    width: 230px;
    margin-right: 10px
}

.header-right .subscribe-btn {
    display: inline-block;
    padding: 2px 12px;
    background: #f04e2f;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    cursor: pointer;
    line-height: 20px
}

.banner-img {
    background-size: cover;
    background-position: center center;
    height: 300px
}

.star-grid {
    display: inline-block;
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center
}

.star-grid .star-overlay {
    padding: 10px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    height: 300px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.star-grid .star-title {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.star-grid .star-subtitle {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: #fff
}

.star-grid .discount-block {
    display: inline-block
}

.star-grid .purchase-btn {
    outline: none;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    padding: 2px 12px;
    margin-left: 10px;
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #fff;
    position: relative;
    top: -7px;
    cursor: pointer
}

.date-grid {
    height: 300px;
    padding: 80px 0 80px 80px;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-position: center
}

.date-grid .date-overlay {
    text-align: center;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    height: 300px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(240, 78, 47, 0.7)
}

.date-grid .date-block {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.date-grid .date-num {
    font-weight: 700;
    font-size: 80px;
    color: #fff
}

.date-grid .month-text {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    margin: 0 10px
}

.brand-block {
    text-align: center
}

.brand-block .title-wrapper .brand-title {
    margin: 100px auto 25px;
    display: inline-block;
    background-color: transparent;
    font-size: 22px;
    border-radius: 90px;
    border: 4px solid #f04e2f;
    -webkit-box-shadow: 0 0 12px 4px #f04e2f;
    box-shadow: 0 0 12px 4px #f04e2f;
    text-shadow: 3px 3px 14px rgba(240, 78, 47, 0.5);
    color: #f04e2f;
    font-weight: 700;
    padding: 3px 32px
}

.brand-block .title-wrapper .brand-subtitle {
    margin: 0 20px 70px;
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

@-webkit-keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0)
    }
    100% {
        background: rgba(0, 0, 0, 0.7)
    }
}

@keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0)
    }
    100% {
        background: rgba(0, 0, 0, 0.7)
    }
}

@-webkit-keyframes modalFadeIn {
    0% {
        background-color: transparent
    }
    100% {
        background-color: white
    }
}

@keyframes modalFadeIn {
    0% {
        background-color: transparent
    }
    100% {
        background-color: white
    }
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: scale(0.8) translateY(1000px);
        transform: scale(0.8) translateY(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        opacity: 1
    }
}

@keyframes scaleUp {
    0% {
        -webkit-transform: scale(0.8) translateY(1000px);
        transform: scale(0.8) translateY(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes scaleDown {
    0% {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.8) translateY(1000px);
        transform: scale(0.8) translateY(1000px);
        opacity: 0
    }
}

@keyframes scaleDown {
    0% {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.8) translateY(1000px);
        transform: scale(0.8) translateY(1000px);
        opacity: 0
    }
}

@-webkit-keyframes scaleBack {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
}

@keyframes scaleBack {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
}

@-webkit-keyframes scaleForward {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleForward {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes quickScaleDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    99.9% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes quickScaleDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    99.9% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7)
    }
    100% {
        background: rgba(0, 0, 0, 0)
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7)
    }
    100% {
        background: rgba(0, 0, 0, 0)
    }
}

.footer {
    position: relative;
    background-color: #333;
    color: #999;
    font-size: 14px;
    padding: 30px 0
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/pattern_bg.png")
}

.footer .footer-wrapper {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px
}

.footer .footer-wrapper .footer-content {
    text-align: center;
    line-height: 2;
    border-top: 1px solid #666666;
    padding-top: 20px
}

.footer .footer-navlist {
    text-align: center;
    margin-bottom: 20px
}

.footer .footer-navlist li {
    display: inline-block
}

.footer .footer-navlist .navlink {
    display: inline-block;
    padding: 10px 8px;
    color: #fff;
    line-height: 20px
}

.footer .lang-selector-wrap {
    margin-bottom: 20px;
    display: block;
    position: relative;
    background-color: rgba(246, 246, 246, 0.5);
    color: #fff
}

.footer .lang-selector-wrap:before {
    content: '\25BE';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 12px;
    width: 24px;
    text-align: center;
    pointer-events: none
}

.footer .lang-selector-wrap .lang-selector-icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    pointer-events: none
}

.footer .lang-selector-wrap .lang-selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 10px 24px 10px 44px;
    background-color: transparent;
    color: inherit;
    font-size: 16px;
    line-height: 18px;
    outline: none;
    width: 100%;
    cursor: pointer
}

.footer .social-panel {
    margin: 20px 0
}

.footer .social-panel .social-link {
    display: inline-block;
    padding: 4px;
    margin: 0 10px
}

.footer .social-panel .social-link img {
    display: block
}

@media (min-width: 480px) {
    .star-grid .star-title {
        font-size: 36px;
        font-weight: 700
    }
    .brands-title {
        font-weight: 400;
        color: #fff;
        margin-top: 280px;
        text-align: center;
        font-size: 36px
    }
    .brands-title:before {
        margin-right: 40px
    }
    .brands-title:after {
        margin-left: 40px
    }
    .brands-img {
        margin-top: 40px;
        margin-bottom: 10px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .dialog-overflow-wrapper {
        top: 360px;
        bottom: 60px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper .dialog-rank {
        font-size: 80px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper .dialog-date {
        font-size: 24px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper .dialog-title {
        font-size: 36px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay .banner-center-wrapper .dialog-subtitle {
        font-size: 24px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .dialog-banner {
        height: 300px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-overlay {
        height: 300px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-title {
        font-size: 22px
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper .banner-subtitle {
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .grid-row {
        padding: 0 8px;
        width: 100%
    }
    .row-block-wrapper {
        padding: 0 60px 90px
    }
    .grid-block .grid-rank {
        font-size: 60px
    }
    .grid-block .grid-date {
        font-size: 16px
    }
    .grid-block .grid-title {
        font-size: 24px
    }
    .grid-block .grid-subtitle {
        font-size: 16px
    }
    .grid-block .wish-input {
        font-size: 20px
    }
    .grid-block .wish-go {
        font-size: 14px;
        padding-bottom: 10px
    }
    .grid-block .grid-subscribe {
        width: 106px
    }
    .grid-block.bigger .grid-title {
        font-size: 36px
    }
    .grid-block.bigger .grid-subtitle {
        font-size: 18px
    }
    .grid-overlay {
        background-color: rgba(0, 0, 0, 0.4)
    }
    .header-right {
        display: block
    }
    .banner-img {
        height: 470px
    }
    .star-grid .star-title {
        font-size: 44px;
        font-weight: 700
    }
    .star-grid .star-subtitle {
        font-size: 32px
    }
    .star-grid .star-subtitle .big {
        font-size: 66px
    }
    .star-grid .purchase-btn {
        font-size: 18px;
        padding: 3px 16px
    }
    .brand-block .title-wrapper .brand-title {
        font-size: 56px
    }
    .brand-block .title-wrapper .brand-subtitle {
        font-size: 20px
    }
    .dialog-wrapper.show {
        top: 0;
        left: 0
    }
    .dialog-wrapper.show .dialog-cover .dialog-container {
        max-height: 80%
    }
    .dialog-wrapper.show .dialog-cover .dialog-content-wrapper {
        padding: 20px 45px;
        border: 5px solid #f04e2f;
        -webkit-box-shadow: 0 0 8px 4px #f04e2f;
        box-shadow: 0 0 8px 4px #f04e2f
    }
    .footer .lang-selector-wrap {
        float: right;
        width: 180px
    }
    .footer .footer-navlist {
        text-align: left
    }
    .footer .footer-navlist li:not(:last-child) {
        margin-right: 8px
    }
}

@media (min-width: 992px) {
    .banner-img {
        height: 650px
    }
    .date-grid .date-num {
        font-size: 170px
    }
    .date-grid .month-text {
        font-size: 60px
    }
    .row-block-wrapper {
        padding: 0 150px 90px
    }
    .star-grid .purchase-btn {
        font-size: 22px;
        padding: 3px 18px;
        margin-left: 30px
    }
    .grid-block .grid-rank {
        font-size: 66px
    }
    .grid-block .grid-date {
        font-size: 18px
    }
    .grid-block .grid-title {
        font-size: 28px
    }
    .grid-block .grid-subtitle {
        font-size: 18px
    }
    .grid-block .grid-subscribe {
        width: 120px;
        display: inline-block
    }
    .grid-block.bigger .grid-title {
        font-size: 36px
    }
    .grid-block.bigger .grid-subtitle {
        font-size: 20px
    }
    .dialog-wrapper.show .dialog-cover .dialog-close {
        right: -4px;
        top: -26px;
        border: 1px solid #f04e2f;
        -webkit-box-shadow: 0 0 12px 4px #f04e2f;
        box-shadow: 0 0 12px 4px #f04e2f;
        background-color: #f04e2f;
        border-radius: 96em
    }
    .dialog-wrapper.show .dialog-cover .btn-block .dialog-btn {
        font-size: 16px;
        padding: 8px 18px
    }
}

@media (min-width: 1500px) {
    .banner-img {
        height: 900px
    }
}

.end-year-page {
    background-color: #fff
}

.header-wrapper .yearend-logo {
    width: 130px
}

.header-wrapper .yearend-right {
    line-height: 43px;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px
}

.header-wrapper .yearend-right .fb-position {
    right: -70px
}

.banner-img {
    background-size: cover;
    background-position: center center;
    height: 300px;
    position: relative
}

.banner-img .arrow-to-down {
    display: none;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    top: 28%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 28px;
    color: #fff
}

.description-bg {
    height: 140px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.description-bg .description-block .description-title {
    font-size: 14px;
    font-weight: 700;
    color: #f4505f;
    padding-bottom: 4px
}

.description-bg .description-block .description-title.color-2018 {
    color: #B91C20
}

.description-bg .description-block .description-subtitle {
    padding-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #f4505f;
    border-top: 0.5px solid rgba(239, 133, 127, 0.8)
}

.description-bg .description-block .description-subtitle.color-2018 {
    color: #B91C20;
    border-top: 0.5px solid rgba(185, 28, 32, 0.8)
}

.filter-restaurant {
    background-color: #fff
}

.filter-restaurant .filter-title {
    text-align: center;
    padding: 60px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #f4505f
}

.filter-restaurant .filter-block {
    text-align: center
}

.select-wrapper {
    margin: 30px 0
}

.select-wrapper .select-block {
    margin: 0 auto;
    height: 36px;
    width: 100%;
    line-height: 35px;
    background-color: #f4505f;
    color: #fff;
    outline: none;
    text-align-last: center;
    border: 0px;
    text-indent: 10px
}

.filter-attribute {
    margin: 10px 0;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-attribute .filter-items {
    text-align: left
}

.filter-attribute .filter-items .location-item {
    outline: none;
    cursor: pointer;
    margin: 0 5px 7px;
    background-color: #cccccc;
    font-size: 14px;
    font-weight: 300;
    padding: 4px 12px;
    color: #fff;
    border: 0;
    border-radius: 4px
}

.filter-attribute .filter-items .location-item.active {
    background-color: #f4505f
}

.filter-attribute .filter-items .location-item.active-2018 {
    background-color: #B91C20
}

.dialog-block {
    padding: 10px 10px 36px;
    margin: 0 auto;
    font-size: 15px
}

.dialog-block .filter-text {
    color: #f4505f;
    padding: 0 8px
}

.dialog-block .filter-text.color-2018 {
    color: #B91C20
}

.show-filter-block {
    padding: 0 8px 90px
}

.show-filter-block .location-text {
    font-size: 24px;
    font-weight: 700;
    color: #f4505f;
    border-bottom: 0.5px solid #f4505f;
    padding-bottom: 10px;
    text-align: center
}

.show-filter-block .location-text.color-2018 {
    color: #B91C20;
    border-bottom: 0.5px solid #B91C20
}

.show-filter-block .no-restaurant-text {
    text-align: center;
    padding-top: 15px;
    color: #666666;
    font-size: 16px;
    font-weight: 300
}

.show-filter-block .row-container {
    margin: 50px auto
}

.show-filter-block .row-container .restaurant-container {
    height: 425px;
    padding: 0 10px 16px;
    background-color: #fff
}

.show-filter-block .row-container .restaurant-container .restaurant-shadow {
    position: static;
    -webkit-box-shadow: 4px 4px 12px -2px rgba(51, 51, 102, 0.5);
    box-shadow: 4px 4px 12px -2px rgba(51, 51, 102, 0.5)
}

.show-filter-block .row-container .restaurant-container .restaurant-img {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative
}

.show-filter-block .row-container .restaurant-container .restaurant-img .restaurant-price {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 18px;
    background-color: #f4505f;
    color: #fff;
    padding: 5px 15px;
    z-index: 1
}

.show-filter-block .row-container .restaurant-container .restaurant-img .restaurant-price.color-2018 {
    font-size: 20px;
    background-color: #B91C20
}

.show-filter-block .row-container .restaurant-container .restaurant-img .restaurant-price .price-up-text {
    font-size: 12px;
    margin-left: 4px
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block {
    height: 85px;
    margin: 20px auto;
    position: relative;
    overflow: hidden
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block.height-2018 {
    height: 90px;
    margin: 20px auto 8px
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-star {
    position: absolute;
    top: 0;
    left: 10px;
    color: #f4505f;
    font-size: 16px;
    display: block
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-star .star {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #f04e2f;
    width: 12px
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-star .star.fill-star:before {
    content: '\2605';
    color: #ddd
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-star .star:before {
    position: absolute;
    content: '\2606';
    display: inline-block;
    width: 12px;
    overflow: hidden
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-star .star:after {
    position: relative;
    content: '\2605';
    display: inline-block;
    width: 0px;
    overflow: hidden
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-star .star.star-full:after {
    width: 100%
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-star .star.star-half:after {
    width: 50%
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .tag-block {
    position: absolute;
    top: 0;
    right: 5px
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .tag-block.position-2018 {
    top: 6px;
    right: 8px
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .tag-block .restaurant-tag {
    margin-left: 2px;
    font-size: 11px;
    background-color: #f4505f;
    color: #fff;
    border-radius: 34px;
    padding: 3px 7px
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .tag-block .restaurant-tag.color-2018 {
    background-color: #B91C20
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-title {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 28px;
    color: #f4505f;
    font-size: 20px;
    font-weight: 700
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-title.color-2018 {
    color: #B91C20
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-price {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #000;
    font-weight: 500
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-price .price-text {
    font-size: 16px;
    margin-left: 5px
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .yearend-ta-img {
    height: 30px;
    margin-right: 10px
}

.show-filter-block .row-container .restaurant-container .restaurant-info-block .yearend-ta-reviews {
    vertical-align: super;
    line-height: 20px;
    color: #569241
}

.show-filter-block .row-container .restaurant-container .restaurant-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.show-filter-block .row-container .restaurant-container .restaurant-btns .plan-btn {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 32px;
    color: #f4505f;
    border: 1px solid #f4505f;
    border-radius: 4px
}

.show-filter-block .row-container .restaurant-container .restaurant-btns .plan-btn.color-2018 {
    color: #B91C20;
    border: 1px solid #B91C20
}

.show-filter-block .row-container .restaurant-container .restaurant-btns .booking-btn {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f4505f;
    font-size: 15px;
    padding: 6px 32px;
    color: #fff;
    border-radius: 4px
}

.show-filter-block .row-container .restaurant-container .restaurant-btns .booking-btn.color-2018 {
    background-color: #B91C20
}

.show-filter-block .row-container .restaurant-container.no-seat .restaurant-btns .booking-btn {
    background-color: #cccccc
}

.rule-desc-bg {
    width: 100%;
    height: 1625px;
    background-color: #fdedef;
    position: relative
}

.rule-desc-bg .rule-desc-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 10px 20px
}

.rule-desc-bg .rule-desc-block .rule-desc-title {
    text-align: left;
    margin: 10px auto;
    color: #666666;
    font-size: 16px;
    font-weight: 700
}

.rule-desc-bg .rule-desc-block .rule-desc-subtitle {
    margin: auto 5px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px
}

.fixed-ad {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    font-size: 18px;
    color: #fff;
    z-index: 99;
    background-color: rgba(244, 80, 95, 0.75)
}

.fixed-ad:before {
    content: '回饋倒數'
}

.fixed-ad .count-down {
    margin-left: 15px
}

.back-to-top {
    position: fixed;
    z-index: 9;
    bottom: 55px;
    right: 17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D50000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    -webkit-box-shadow: 5px 0px 10px rgba(51, 51, 102, 0.15), 0px 2px 2px rgba(51, 51, 102, 0.1), 0px -2px 2px rgba(51, 51, 102, 0.1);
    box-shadow: 5px 0px 10px rgba(51, 51, 102, 0.15), 0px 2px 2px rgba(51, 51, 102, 0.1), 0px -2px 2px rgba(51, 51, 102, 0.1)
}

.back-to-top.color-2018 {
    background: #B9987C
}

.back-to-top .arrow-to-top {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff
}

.loading-icon {
    margin: 16px auto;
    width: 50px
}

.loading-icon.hide {
    display: none
}

.loading-icon .loading-icon-img {
    display: block;
    width: 100%
}

.loading-icon .restaurant-loading {
    font-size: 14px;
    padding-top: 5px;
    color: #f4505f
}

.loading-icon .loading-icon-text {
    color: #fff
}

.dialog-open {
    overflow: hidden
}

.dialog-wrapper.show {
    z-index: 9999
}

.dialog-wrapper.show .dialog-cover .popup-close {
    position: absolute;
    z-index: 100;
    right: 3px;
    top: -50px;
    line-height: 54px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    -webkit-animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.dialog-wrapper .popup-content-wrapper {
    position: relative;
    background-color: #000;
    height: 100%;
    padding: 6px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto
}

.dialog-wrapper .popup-content-wrapper .popup-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

.dialog-wrapper .popup-content-wrapper .popup-name {
    position: absolute;
    top: 216px;
    left: 0;
    right: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 700
}

.dialog-wrapper .popup-content-wrapper .popup-content {
    margin-bottom: 50px;
    position: absolute;
    padding: 0 40px;
    top: 252px;
    left: 0;
    right: 0
}

.dialog-wrapper .popup-content-wrapper .popup-content .popup-title {
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.dialog-wrapper .popup-content-wrapper .popup-content .popup-subtitle {
    margin: 20px auto 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.dialog-wrapper .popup-content-wrapper .popup-content .popup-subtitle.text-left {
    text-align: left
}

.dialog-wrapper .popup-content-wrapper .popup-content .booking-button {
    color: #fff;
    font-size: 18px;
    outline: none;
    font-weight: 300;
    border-radius: 20px;
    padding: 3px 18px;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer
}

.index-imgs {
    height: 400px;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center
}

.index-imgs.holiday {
    background-image: url("//dgo9uctxwg500.cloudfront.net/images/320x400/1212_4d203431d4.png")
}

.index-imgs.bank {
    background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/year-end-2017/MB-bank.png")
}

.index-imgs.ticket {
    background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/year-end-2017/MB-ticket.png")
}

.index-imgs.holiday-2018 {
    background-image: url("//dgo9uctxwg500.cloudfront.net/images/320x400/01_142cd8f7a2.png")
}

.index-imgs.bank-2018 {
    background-image: url("//dgo9uctxwg500.cloudfront.net/images/o/04_7f4839e819.png")
}

.index-imgs.ticket-2018 {
    background-image: url("//dgo9uctxwg500.cloudfront.net/images/320x400/02_1897074f2c.png")
}

.index-imgs.asiamiles-2018 {
    background-image: url("//dgo9uctxwg500.cloudfront.net/images/320x400/mobile_f44b8aef8e.png")
}

.img-Link {
    width: 100%;
    cursor: pointer
}

.imgs-block {
    margin-bottom: 60px;
    width: 100%
}

@media (min-width: 600px) {
    .end-year-page .index-imgs {
        height: 200px;
        width: 80%
    }
    .end-year-page .index-imgs.holiday {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/950x200/1212_00fbff03be.png")
    }
    .end-year-page .index-imgs.bank {
        background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/year-end-2017/banner-index-bank.png")
    }
    .end-year-page .index-imgs.ticket {
        background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/year-end-2017/banner-index-ticket.png")
    }
    .end-year-page .index-imgs.holiday-2018 {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/950x200/01_a9185a31e5.png")
    }
    .end-year-page .index-imgs.bank-2018 {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/950x200/02_a3902de7c1.png")
    }
    .end-year-page .index-imgs.ticket-2018 {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/950x200/03_235e1a90f6.png")
    }
    .end-year-page .index-imgs.asiamiles-2018 {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/950x200/desktop_5b36ab3835.png")
    }
}

@media (min-width: 768px) {
    .banner-img {
        height: 370px
    }
    .show-filter-block {
        padding: 0 50px 90px
    }
    .show-filter-block .row-container .restaurant-info-block.height-2018 {
        height: 110px
    }
    .filter-restaurant .filter-title {
        font-size: 42px
    }
    .filter-attribute {
        padding: 20px 50px
    }
    .filter-attribute .filter-items .location-item {
        padding: 5px 20px;
        margin: 0 5px 10px
    }
    .select-wrapper .select-block {
        width: 740px
    }
    .dialog-block {
        font-size: 16px
    }
    .description-bg .description-block .description-title {
        font-size: 20px
    }
    .description-bg .description-block .description-subtitle {
        font-size: 16px
    }
    .rule-desc-bg {
        height: 780px
    }
    .rule-desc-bg .rule-desc-block {
        padding: 30px 60px 20px
    }
    .dialog-wrapper .popup-content-wrapper .popup-img {
        height: 300px
    }
    .dialog-wrapper .popup-content-wrapper .popup-name {
        top: 316px
    }
    .dialog-wrapper .popup-content-wrapper .popup-content {
        top: 352px
    }
    .back-to-top {
        bottom: 70px;
        right: 20px;
        width: 56px;
        height: 56px
    }
    .banner-img .arrow-to-down {
        display: block;
        top: 71%;
        font-size: 30px
    }
    .header-wrapper .yearend-right {
        display: block
    }
}

@media (min-width: 992px) {
    .banner-img {
        height: 470px
    }
    .select-wrapper .select-block {
        width: 920px
    }
    .rule-desc-bg {
        height: 780px
    }
    .rule-desc-bg .rule-desc-block {
        padding: 30px 100px 20px
    }
    .fixed-ad {
        height: 55px;
        font-size: 20px
    }
    .fixed-ad:before {
        content: '1/15 前，預訂歲末年終獨家方案，最高可享 10% EZCASH 美食金  回饋倒數'
    }
    .back-to-top {
        bottom: 70px;
        right: 20px
    }
    .banner-img .arrow-to-down {
        top: 72%;
        font-size: 38px
    }
}

@media (min-width: 1200px) {
    .banner-img {
        height: 750px
    }
    .filter-attribute {
        padding: 20px 220px
    }
    .show-filter-block {
        padding: 0 150px 70px
    }
    .show-filter-block .row-container .restaurant-info-block .restaurant-star {
        font-size: 16px
    }
    .show-filter-block .row-container .restaurant-info-block .tag-block {
        right: 10px
    }
    .rule-desc-bg {
        height: 650px
    }
    .banner-img .arrow-to-down {
        top: 67%
    }
}

@media (min-width: 1300px) {
    .end-year-page .index-imgs {
        height: 240px
    }
}

@media (min-width: 1500px) {
    .end-year-page .index-imgs {
        height: 290px
    }
    .end-year-page .index-imgs.holiday-2018 {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/1600x300/img1_62367a0636.jpg")
    }
    .end-year-page .index-imgs.bank-2018 {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/1600x300/img2_7340eff1bc.jpg")
    }
    .end-year-page .index-imgs.asiamiles-2018 {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/1600x300/img3_f071b6fca1.jpg")
    }
}

.buffet-month-2018 {
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/buffet-month-2018/buffet-month-2018-bg.png")
}

.buffet-month-page {
    position: relative;
    background-size: cover;
    background-position: center center
}

.buffet-month-page .fb-share-button {
    display: none
}

@media (min-width: 480px) {
    .buffet-month-page .fb-share-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px
    }
}

.buffet-month-page .page-content {
    max-width: 1300px;
    margin: 0 auto
}

.buffet-month-page .page-content .img-block {
    height: 320px;
    position: relative
}

@media (min-width: 443px) {
    .buffet-month-page .page-content .img-block {
        height: 430px
    }
}

@media (min-width: 655px) {
    .buffet-month-page .page-content .img-block {
        height: 530px
    }
}

.buffet-month-page .page-content .img-block .buffet-month-title {
    z-index: 99;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/buffet-month-2018/buffet-month-2018-mbg-v2.png");
    top: 10px;
    left: 0;
    right: 0;
    width: auto;
    height: 700px
}

@media (min-width: 443px) {
    .buffet-month-page .page-content .img-block .buffet-month-title {
        top: 10px;
        left: 0px;
        right: 0;
        width: auto;
        height: 950px;
        background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/buffet-month-2018/buffet-month-2018-mbg-v2.png")
    }
}

@media (min-width: 569px) {
    .buffet-month-page .page-content .img-block .buffet-month-title {
        top: 10px;
        left: 0;
        width: auto;
        height: 1100px;
        background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/buffet-month-2018/buffet-month-2018-mbg-v2.png")
    }
}

@media (min-width: 655px) {
    .buffet-month-page .page-content .img-block .buffet-month-title {
        top: 30px;
        left: -10px;
        width: 525px;
        height: 450px;
        background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/buffet-month-2018/buffet-month-2018-title-v2.png")
    }
}

@media (min-width: 900px) {
    .buffet-month-page .page-content .img-block .buffet-month-title {
        top: 30px;
        left: -10px;
        width: 725px;
        height: 480px;
        background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/buffet-month-2018/buffet-month-2018-title-v2.png")
    }
}

@media (min-width: 1200px) {
    .buffet-month-page .page-content .img-block .buffet-month-title {
        width: 700px;
        top: 30px;
        left: 60px
    }
}

.buffet-month-page .page-content .img-block .buffet-month-title .buffet-month-model {
    display: none;
    position: absolute;
    top: 0;
    left: 110px;
    width: 600px;
    height: 1100px;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-image: url("//d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/buffet-month-2018/buffet-month-2018-model.png")
}

@media (min-width: 655px) {
    .buffet-month-page .page-content .img-block .buffet-month-title .buffet-month-model {
        display: block;
        left: 250px;
        width: 625px;
        height: 1200px
    }
}

@media (min-width: 900px) {
    .buffet-month-page .page-content .img-block .buffet-month-title .buffet-month-model {
        display: block;
        left: 350px;
        width: 725px;
        height: 1300px
    }
}

@media (min-width: 1080px) {
    .buffet-month-page .page-content .img-block .buffet-month-title .buffet-month-model {
        display: block;
        left: 350px;
        width: 750px;
        height: 1300px
    }
}

.bm-wrapper {
    position: relative;
    z-index: 99;
    padding: 0
}

.bm-wrapper.no-padding {
    padding: 0
}

@media (min-width: 768px) {
    .bm-wrapper {
        padding: 0 35px
    }
}

.bm-wrapper .bm-banner-block {
    text-align: center;
    display: block;
    padding: 0 20px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .bm-wrapper .bm-banner-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0 0 24px
    }
}

.bm-wrapper .bm-banner-block .bm-banner {
    background-position: center;
    background-size: cover;
    height: 110px;
    border-radius: 25px;
    border: 3px solid #222222;
    margin-bottom: 24px
}

@media (min-width: 480px) {
    .bm-wrapper .bm-banner-block .bm-banner {
        height: 160px
    }
}

@media (min-width: 768px) {
    .bm-wrapper .bm-banner-block .bm-banner {
        height: 110px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }
    .bm-wrapper .bm-banner-block .bm-banner:not(:first-child) {
        margin-left: 24px
    }
}

@media (min-width: 992px) {
    .bm-wrapper .bm-banner-block .bm-banner {
        height: 155px
    }
}

.bm-wrapper .bm-restaurant-wrapper {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bm-wrapper .bm-restaurant-wrapper.max-width {
    text-align: center;
    margin: 0 auto;
    max-width: 1000px
}

.bm-wrapper .bm-restaurant-wrapper.padding {
    padding-bottom: 0;
    font-weight: 400
}

@media (min-width: 768px) {
    .bm-wrapper .bm-restaurant-wrapper.padding {
        padding-bottom: 70px
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter {
    display: none;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    border-radius: 25px;
    border: 3px solid #222222;
    background-color: #fff;
    margin-right: 24px;
    padding: 20px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter.dash-border {
    border: 2px dashed #f04e2f;
    text-align: left
}

@media (min-width: 1060px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block {
    margin-bottom: 10px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block:not(:first-child) {
    padding-top: 10px;
    border-top: 1px dashed #f04e2f
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block .filter-block-title {
    position: relative;
    font-size: 20px;
    font-weight: 450;
    cursor: pointer;
    margin-bottom: 10px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block .filter-block-title .filter-icon {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 22px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block .filter-type {
    font-size: 16px;
    font-weight: 400
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block .filter-type .filter-title {
    margin: 2px 0 2px 8px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block .filter-type .filter-content {
    margin: 2px 0;
    padding: 4px 16px 4px 24px;
    cursor: pointer
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block .filter-type .filter-content.active {
    background-color: #f04e2f;
    color: #fff
}

@media (min-width: 768px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-filter .filter-block .filter-type .filter-content:hover {
        background-color: #f04e2f;
        color: #fff
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list.dash-border {
    border: 0;
    text-align: left
}

@media (min-width: 768px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list {
        margin-bottom: 0;
        border-radius: 25px;
        border: 3px solid #222222;
        padding: 25px
    }
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list.dash-border {
        border: 2px dashed #f04e2f
    }
}

@media (min-width: 1060px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .criteria-bar-display {
    padding: 0 12px;
    margin-bottom: 10px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .criteria-bar-display .criteria-output {
    margin-top: 10px;
    font-size: 14px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .criteria-bar-display .criteria-item {
    background-color: #ddd;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    padding: 1px 12px;
    cursor: pointer
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .criteria-bar-display .criteria-item:after {
    content: '\2715';
    display: inline-block;
    margin-left: 10px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .criteria-bar-display .criteria-item.highlight {
    background-color: transparent;
    border: 1px solid rgba(240, 78, 47, 0.75);
    color: rgba(240, 78, 47, 0.75)
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .criteria-bar-display .criteria-item.all-criteria {
    cursor: default
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .criteria-bar-display .criteria-item.all-criteria:after {
    display: none
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .criteria-bar-display .criteria-item:not(.all-criteria):hover {
    background-color: rgba(240, 78, 47, 0.75);
    color: #fff
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper {
    overflow: auto;
    overflow-x: hidden;
    padding: 0 7px
}

@media (min-width: 768px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper {
        height: 840px;
        padding: 0 12px
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .ad-banner-block {
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #979797
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .ad-banner-block .img-banner {
    width: 100%
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #979797
}

@media (min-width: 768px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block:not(:first-child) {
        margin-top: 20px
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .button-style {
    color: #fff
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .button-style .restaurant-button {
    position: relative;
    padding: 4px 20px;
    background-color: #f04e2f;
    border-radius: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 12px;
    cursor: pointer
}

@media (min-width: 1060px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .button-style .restaurant-button {
        position: absolute;
        bottom: 20px;
        right: 0;
        margin-top: 0
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-img {
    display: inline-block;
    vertical-align: top;
    height: 110px;
    width: 38%;
    background-position: center;
    background-size: cover;
    margin-right: 10px
}

@media (min-width: 992px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-img {
        margin-right: 15px;
        width: 162px
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description {
    display: inline-block;
    width: 56%
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

@media (min-width: 480px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-name {
        font-size: 16px
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-filter {
    color: #666;
    font-size: 14px;
    margin-bottom: 4px;
    margin-left: 2px
}

@media (min-width: 480px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-filter {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-filter .icon-block:first-child {
    margin-right: 5px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-filter .icon-block:not(:first-child) {
    margin: 0 5px 0 10px
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block {
    font-size: 13px;
    color: #f04e2f
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block .price-icon {
    display: inline-block;
    vertical-align: top;
    height: 14px;
    width: 14px;
    margin: 2px 5px 0 3px;
    background-position: center;
    background-size: cover
}

.bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block .price-info {
    display: inline-block;
    width: 83%;
    font-size: 14px
}

@media (min-width: 900px) {
    .bm-wrapper .bm-restaurant-wrapper .bm-restaurant-list .restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block .price-info {
        width: auto;
        font-size: 13px
    }
}

.criteria-bar-mobile .filter-block {
    color: #000;
    margin-bottom: 10px
}

.criteria-bar-mobile .filter-block:not(:last-child) {
    padding-top: 10px;
    border-bottom: 1px dashed #f04e2f
}

.criteria-bar-mobile .filter-block .filter-block-title {
    position: relative;
    font-size: 20px;
    font-weight: 450;
    cursor: pointer;
    margin-bottom: 10px
}

.criteria-bar-mobile .filter-block .filter-block-title .filter-icon {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 22px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.criteria-bar-mobile .filter-block .filter-type {
    font-size: 16px;
    font-weight: 400
}

.criteria-bar-mobile .filter-block .filter-type .filter-title {
    margin: 2px 0 2px 8px
}

.criteria-bar-mobile .filter-block .filter-type .filter-content {
    margin: 2px 0;
    padding: 4px 16px 4px 24px;
    cursor: pointer
}

.criteria-bar-mobile .filter-block .filter-type .filter-content.active {
    background-color: #f04e2f;
    color: #fff
}

@media (min-width: 768px) {
    .criteria-bar-mobile .filter-block .filter-type .filter-content:hover {
        background-color: #f04e2f;
        color: #fff
    }
}

.brands-img {
    width: 100%;
    margin-top: -2px;
    margin-bottom: -6px
}

.brands-img.no-margin {
    margin-top: 0
}

@media (min-width: 768px) {
    .brands-img {
        margin-top: 80px
    }
}

.criteria-bar-mobile.black-bg {
    background-color: #000
}

.criteria-bar-mobile .criteria-btn {
    font-size: 16px
}

.header-wrapper .for-cathaybk {
    width: 160px;
    display: none
}

@media (min-width: 480px) {
    .header-wrapper .for-cathaybk {
        display: inline-block
    }
}

.mother-day-page {
    background-color: #fff
}

.mother-day-page .header-wrapper {
    background-color: #fff
}

.mother-day-page .banner-img {
    background-size: cover;
    background-position: center center;
    height: 300px;
    position: relative
}

.mother-day-page .banner-img .banner-wording-block {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mother-day-page .banner-img .banner-wording-block .event-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 10px
}

.mother-day-page .banner-img .banner-wording-block .event-subtitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 5px
}

.mother-day-page .mother-restaurant-subtitle {
    color: #f4505f;
    font-size: 12px
}

.mother-day-page .header-left {
    color: #000
}

.mother-day-page .description-bg {
    background-color: rgba(244, 80, 95, 0.1);
    padding: 10px
}

.mother-day-page .imgs-block {
    margin-top: 70px;
    width: 100%
}

.mother-day-page .fixed-ad:before {
    content: '活動倒數'
}

.mother-day-page .index-imgs {
    width: 99%
}

.mother-day-page .index-imgs.holiday {
    background-image: url("//dgo9uctxwg500.cloudfront.net/images/800x800/necklace_466438eb7f.png")
}

.mother-day-page .index-imgs.bank {
    background-image: url("//dgo9uctxwg500.cloudfront.net/images/800x800/chandon_dc0ffd34b7.png")
}

.mother-day-page .index-imgs.ticket {
    background-image: url("//dgo9uctxwg500.cloudfront.net/images/800x800/alto_81c55f66c1.png")
}

.mother-day-page .dialog-block {
    padding: 10px 25px 36px
}

.mother-day-page .show-filter-block .row-container .restaurant-container {
    height: 475px
}

.mother-day-page .show-filter-block .row-container .restaurant-container .restaurant-info-block {
    height: 140px
}

.mother-day-page .show-filter-block .row-container .restaurant-container .restaurant-info-block .restaurant-subtitle {
    color: #f4505f;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px
}

.imgs-block {
    text-align: center
}

.imgs-block .warning-img {
    width: 100%
}

.rule-desc-bg .rule-desc-block .rule-desc-title {
    font-size: 14px
}

.rule-desc-bg .rule-desc-block .rule-desc-subtitle {
    font-size: 12px
}

@media (min-width: 600px) {
    .mother-day-page .index-imgs {
        height: 230px;
        width: 80%
    }
    .mother-day-page .index-imgs.holiday {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/950x200/web_5848523067.png")
    }
    .mother-day-page .index-imgs.bank {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/950x200/chandon_d35ffcde23.png")
    }
    .mother-day-page .index-imgs.ticket {
        background-image: url("//dgo9uctxwg500.cloudfront.net/images/950x200/alto_363536e695.png")
    }
    .mother-day-page .imgs-block .warning-img {
        width: 80%
    }
}

@media (min-width: 992px) {
    .mother-day-page .banner-img {
        height: 470px
    }
    .mother-day-page .banner-img .banner-wording-block .event-title {
        font-size: 60px;
        letter-spacing: 15px
    }
    .mother-day-page .banner-img .banner-wording-block .event-subtitle {
        font-size: 30px;
        letter-spacing: 10px
    }
    .mother-day-page .fixed-ad:before {
        content: '4/23 ~ 5/27 最高享 10% 美食金回饋！現在下訂，加碼送璀璨晶鑽項鍊！ 活動倒數'
    }
}

.food-expo-2018 {
    background-image: none
}

.bm-page-2019 {
    background-size: cover;
    background-position: center center;
    background-image: url("https://dgo9uctxwg500.cloudfront.net/images/1635x2814/2019_05_16_backImg_6fca96d72e.jpg")
}

.bm-page-b2019 {
    background-size: cover;
    background-position: center center;
    background-image: url("https://dgo9uctxwg500.cloudfront.net/images/o/bcc_bg_be0ce9e03d.jpg")
}

.share-panel {
    text-align: center;
    padding-bottom: 20px;
    background-color: #f9c300
}

@media (min-width: 720px) {
    .share-panel {
        background-color: #f04e2f
    }
}

.fb-share-btn .a2a_default_style .a2a_button_facebook_messenger .a2a_s_facebook_messenger {
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px
}

.margin-display {
    margin: 10px -10px 0
}

.fe-filter-block {
    margin: 20px auto
}

.fe-filter-block.white-bg {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .fe-filter-block.white-bg {
        margin: 0 auto 40px
    }
}

.fe-filter-block .fe-filter-panel {
    text-align: center
}

.fe-filter-block .fe-filter-panel.max-width-panel {
    padding: 25px 0 10px;
    max-width: 1000px;
    margin: 0 auto
}

.fe-filter-block .fe-filter-panel .filter-selector {
    width: 25%;
    display: inline-block
}

.fe-filter-block .fe-filter-panel .filter-selector .each-filter-selector {
    cursor: pointer;
    margin: 0 auto 10px;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center center
}

@media (min-width: 480px) {
    .fe-filter-block .fe-filter-panel .filter-selector .each-filter-selector {
        width: 110px;
        height: 108px
    }
}

@media (min-width: 700px) {
    .fe-filter-block .fe-filter-panel .filter-selector .each-filter-selector {
        width: 150px;
        height: 149px
    }
}

@media (min-width: 950px) {
    .fe-filter-block .fe-filter-panel .filter-selector .each-filter-selector {
        width: 220px;
        height: 216px
    }
}

@media (min-width: 1180px) {
    .fe-filter-block .fe-filter-panel .filter-selector .each-filter-selector {
        width: 280px;
        height: 280px
    }
}

.fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector {
    cursor: pointer;
    margin: 0 auto 10px;
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center center
}

.fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector.hidden-sm-display {
    display: none
}

@media (min-width: 768px) {
    .fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector.hidden-sm-display {
        display: block
    }
}

@media (min-width: 480px) {
    .fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector.buffet-month-2019 {
        width: 110px;
        height: 110px
    }
}

@media (min-width: 700px) {
    .fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector.buffet-month-2019 {
        width: 150px;
        height: 150px
    }
}

@media (min-width: 950px) {
    .fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector.buffet-month-2019 {
        width: 190px;
        height: 190px
    }
}

@media (min-width: 480px) {
    .fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector {
        width: 110px;
        height: 108px
    }
}

@media (min-width: 700px) {
    .fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector {
        width: 150px;
        height: 149px
    }
}

@media (min-width: 950px) {
    .fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector {
        width: 220px;
        height: 216px
    }
}

@media (min-width: 1180px) {
    .fe-filter-block .fe-filter-panel .filter-selector .bm-filter-selector {
        width: 240px;
        height: 230px
    }
}

.fe-filter-block .fe-filter-panel .filter-item {
    display: inline-block;
    text-align: center;
    margin-bottom: 13px;
    width: 25%
}

.fe-filter-block .fe-filter-panel .filter-item .each-filter {
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%
}

.fe-filter-block .fe-filter-panel .filter-item .each-filter.active {
    cursor: pointer
}

.fe-filter-block .fe-filter-panel .filter-item .each-filter-text {
    font-size: 14px;
    font-weight: 350
}

@media (min-width: 600px) {
    .fe-filter-block .fe-filter-panel .filter-item .each-filter {
        height: 100px;
        width: 100px
    }
    .fe-filter-block .fe-filter-panel .filter-item .each-filter-text {
        font-size: 17px
    }
}

@media (min-width: 992px) {
    .fe-filter-block .fe-filter-panel .filter-item {
        width: 12%
    }
    .fe-filter-block .fe-filter-panel .filter-item .each-filter {
        height: 110px;
        width: 110px
    }
    .fe-filter-block .fe-filter-panel .filter-item .each-filter-text {
        font-size: 17px
    }
}

.company-info-block {
    margin-bottom: 20px;
    line-height: 25px;
    text-align: center
}

.header-wrapper {
    position: relative
}

.header-wrapper .fe-logo {
    width: 90px
}

@media (min-width: 480px) {
    .header-wrapper .fe-logo {
        width: 130px
    }
}

.header-wrapper .fe-header-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    line-height: 60px;
    font-size: 13px;
    color: #fff;
    cursor: pointer
}

.header-wrapper .fe-header-left .margin-right {
    font-size: 12px;
    margin-right: 5px
}

@media (min-width: 480px) {
    .header-wrapper .fe-header-left {
        line-height: 56px;
        font-size: 16px;
        left: 6px
    }
}

.header-wrapper .fe-header-right {
    line-height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px
}

@media (min-width: 480px) {
    .header-wrapper .fe-header-right {
        right: 10px
    }
}

.fe-page-content {
    background-color: #ab2121
    /* background-image: url(https://dgo9uctxwg500.cloudfront.net/images/2400x2400/1_d85de56f50.jpg); */
    /* background-size: cover; */
}

.fe-page-content.no-bg {
    background-color: transparent
}

.fe-page-content .fe-max-width {
    max-width: 1300px;
    margin: 0 auto
}

.fe-page-content .bm-max-width {
    max-width: 1000px;
    margin: 0 auto
}

.fe-page-content .bm-bg-block {
    text-align: center
}

.fe-page-content .bm-bg-block .bm-bg-image {
    width: 100%;
    margin: 0 auto;
    display: none
}

@media (min-width: 480px) {
    .fe-page-content .bm-bg-block .bm-bg-image {
        display: block
    }
}

.fe-page-content .bm-bg-block .bm-mobile-bg-image {
    width: 100%;
    display: block
}

@media (min-width: 480px) {
    .fe-page-content .bm-bg-block .bm-mobile-bg-image {
        display: none
    }
}

.fe-page-content .fe-img-block {
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-image: url("https://dgo9uctxwg500.cloudfront.net/images/720x450/2019xmasKV9_campaign_app_banner_720x450_3b81d82cd1.jpg")
}

@media (min-width: 480px) {
    .fe-page-content .fe-img-block {
        height: 1200px;
        background-image: url("https://dgo9uctxwg500.cloudfront.net/images/720x450/2019xmasKV9_campaign_app_banner_720x450_3b81d82cd1.jpg")
    }
}

@media (min-width: 700px) {
    .fe-page-content .fe-img-block {
        height: 330px;
        background-image: url("https://dgo9uctxwg500.cloudfront.net/images/2400x900/2400x900_5206ef2cbe.jpg")
    }
}

@media (min-width: 900px) {
    .fe-page-content .fe-img-block {
        height: 450px;
        background-image: url("https://dgo9uctxwg500.cloudfront.net/images/2400x900/2400x900_5206ef2cbe.jpg")
    }
}

@media (min-width: 1140px) {
    .fe-page-content .fe-img-block {
        height: 570px;
        background-image: url("https://dgo9uctxwg500.cloudfront.net/images/2400x900/2400x900_5206ef2cbe.jpg")
    }
}

@media (min-width: 1400px) {
    .fe-page-content .fe-img-block {
        height: 670px;
        background-image: url("https://dgo9uctxwg500.cloudfront.net/images/2400x900/2400x900_5206ef2cbe.jpg")
    }
}

.fe-page-content .fe-img-block .fe-promotion {
    display: none;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 99;
    height: 300px;
    width: 115px;
    background-image: url("http://d1gpbxqmt7wq2i.cloudfront.net/asset/mobile/images/event/online-food-expo-2018/october-promotion-2.png")
}

@media (min-width: 700px) {
    .fe-page-content .fe-img-block .fe-promotion {
        display: block
    }
}

@media (min-width: 900px) {
    .fe-page-content .fe-img-block .fe-promotion {
        height: 400px;
        width: 151px
    }
}

.fe-page-content .fe-img-block .fe-promotion-mobile {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 55px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(60, 33, 85, 0.76);
    border-radius: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb
}

.fe-page-content .fe-img-block .fe-promotion-mobile .fe-promotion-mobile-text {
    letter-spacing: 0;
    color: #fff;
    font-size: 16px;
    padding: 4px 2px
}

@media (min-width: 480px) {
    .fe-page-content .fe-img-block .fe-promotion-mobile {
        bottom: 38px;
        right: -7px;
        left: auto;
        border-radius: 10px;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr
    }
    .fe-page-content .fe-img-block .fe-promotion-mobile .fe-promotion-mobile-text {
        letter-spacing: 1px;
        font-size: 18px;
        padding: 14px
    }
}

.fe-page-content .fe-sponsor-block {
    height: 120px;
    /* background-color: #FBE100; */
    background-color: #fff;
    /* border-top: 2px solid; */
    /* border-bottom: 2px solid; */
}

.fe-page-content .fe-sponsor-block .fe-sponsor-text {
    color: #ab2121;
    text-align: center;
    padding: 15px 10px;
    /* text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000 */
}

.fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-name {
    font-size: 25px;
    font-weight: 600
}

.fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-name1 {
    font-size: 12px;
    font-weight: 600
}

.fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-desc {
    font-size: 25px;
    font-weight: 600
}

.fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-quotas {
    font-size: 16px;
    font-weight: 300
}

@media (min-width: 488px) {
    .fe-page-content .fe-sponsor-block {
        height: 190px
    }
    .fe-page-content .fe-sponsor-block .fe-sponsor-text {
        padding: 40px 40px 20px
    }
    .fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-name {
        font-size: 21px
    }
    .fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-desc {
        font-size: 41px
    }
    .fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-quotas {
        font-size: 20px
    }
}

@media (min-width: 700px) {
    .fe-page-content .fe-sponsor-block {
        height: 250px
    }
    .fe-page-content .fe-sponsor-block .fe-sponsor-text {
        padding: 15px 40px 20px
    }
    
    .fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-name {
        /* font-size: 31px */
        font-size: 60px;
        font-weight: 800
    }

    .fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-name1 {
        font-size: 25px;
        font-weight: 800
    }

    .fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-desc {
        font-size: 61px
    }
    .fe-page-content .fe-sponsor-block .fe-sponsor-text .sponsor-quotas {
        font-size: 24px
    }
}

.fe-filter {
    margin-bottom: 20px
}

.fe-filter+.fe-filter {
    border-top: 1px dashed #f04e2f
}

.fe-filter.shrink .filter-expand-icon {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fe-filter.shrink .filter-list {
    max-height: 0
}

.fe-filter .filter-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 32px 10px 0;
    padding-right: 32px;
    cursor: pointer
}

.fe-filter .filter-clean-title {
    color: white;
    font-size: 12px;
    margin-left: 10px;
    border: 1px solid white;
    border-radius: 25px;
    padding: 2px 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 14px
}

.fe-filter .filter-clean-title:after {
    content: '\2715';
    display: inline-block;
    margin-left: 10px
}

.fe-filter .filter-clean-title:hover {
    background-color: rgba(240, 78, 47, 0.75);
    color: #fff
}

.fe-filter .filter-expand-icon {
    position: absolute;
    top: 16px;
    right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fe-filter .filter-expand-icon .icon {
    font-weight: 700
}

.fe-filter .filter-list {
    font-size: 15px;
    font-weight: 400;
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s
}

.fe-filter .filter-list .filter-item {
    display: block;
    margin: 2px 0;
    padding: 4px 16px 4px 24px;
    cursor: pointer;
    color: #fff
}

.fe-filter .filter-list .filter-item.active {
    background-color: #f04e2f;
    color: #fff
}

@media (min-width: 768px) {
    .fe-filter .filter-list .filter-item:hover {
        background-color: #f04e2f;
        color: #fff
    }
}

.fe-filter .filter-list .filter-divider {
    margin: 6px 0;
    font-weight: 700
}

.filter-big-title {
    color: #f04e2f
}

.fe-back-to-top {
    position: fixed;
    z-index: 9;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: rgba(153, 153, 153, 0.8);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    -webkit-box-shadow: 5px 0px 10px rgba(51, 51, 102, 0.15), 0px 2px 2px rgba(51, 51, 102, 0.1), 0px -2px 2px rgba(51, 51, 102, 0.1);
    box-shadow: 5px 0px 10px rgba(51, 51, 102, 0.15), 0px 2px 2px rgba(51, 51, 102, 0.1), 0px -2px 2px rgba(51, 51, 102, 0.1)
}

.fe-back-to-top .arrow-to-top {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff
}

.filter-clean-title {
    color: rgba(240, 78, 47, 0.75);
    font-size: 12px;
    margin-left: 10px;
    border: 1px solid rgba(240, 78, 47, 0.75);
    border-radius: 25px;
    padding: 2px 10px;
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: 3px
}

.filter-clean-title:after {
    content: '\2715';
    display: inline-block;
    margin-left: 10px
}

.filter-clean-title:hover {
    background-color: rgba(240, 78, 47, 0.75);
    color: #fff
}

.fe-restaurant-wrapper {
    overflow: auto;
    overflow-x: hidden;
    padding: 0 7px
}

@media (min-width: 768px) {
    .fe-restaurant-wrapper {
        height: 1130px;
        padding: 0 12px
    }
}

.fe-restaurant-wrapper .ad-banner-block {
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #979797
}

.fe-restaurant-wrapper .ad-banner-block .img-banner {
    width: 100%
}

.fe-restaurant-wrapper .restaurant-block {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #979797
}

@media (min-width: 768px) {
    .fe-restaurant-wrapper .restaurant-block:not(:first-child) {
        margin-top: 20px
    }
}

.fe-restaurant-wrapper .restaurant-block .button-style {
    color: #fff
}

.fe-restaurant-wrapper .restaurant-block .button-style .restaurant-button {
    position: relative;
    padding: 4px 20px;
    background-color: #f04e2f;
    border-radius: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 12px;
    cursor: pointer
}

@media (min-width: 1060px) {
    .fe-restaurant-wrapper .restaurant-block .button-style .restaurant-button {
        position: absolute;
        bottom: 20px;
        right: 0;
        margin-top: 0
    }
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-img {
    display: inline-block;
    vertical-align: top;
    height: 110px;
    width: 38%;
    background-position: center;
    background-size: cover;
    margin-right: 10px
}

@media (min-width: 992px) {
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-img {
        margin-right: 15px;
        width: 162px
    }
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description {
    display: inline-block;
    width: 56%
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description.smaller-width {
    width: 53%
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 10px
}

@media (min-width: 480px) {
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-name {
        font-size: 18px
    }
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .discount-origin {
    margin-right: 5px;
    text-decoration: line-through;
    font-size: 15px
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .discount-number {
    font-weight: 500;
    margin-right: 5px;
    font-size: 15px;
    color: #f04e2f
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .discount-number.large {
    font-size: 19px;
    font-weight: 350;
    margin-right: 0
}

@media (min-width: 480px) {
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .discount-number {
        font-size: 17px
    }
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .discount-number.large {
        font-size: 24px;
        margin-right: 1px
    }
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .discount-text {
    font-size: 13px;
    font-weight: 500;
    color: #f04e2f
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .ta-img {
    width: 75px;
    margin-right: 6px
}

@media (min-width: 480px) {
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .ta-img {
        width: 100px
    }
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .ta-reviews {
    vertical-align: super;
    color: #569241;
    font-size: 14px
}

@media (min-width: 480px) {
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .ta-reviews {
        font-size: 16px
    }
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-filter {
    color: #666;
    font-size: 14px;
    margin-bottom: 4px;
    margin-left: 2px
}

@media (min-width: 480px) {
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-filter {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-filter .icon-block:first-child {
    margin-right: 5px
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-filter .icon-block:not(:first-child) {
    margin: 0 5px 0 10px
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block {
    font-size: 13px;
    color: #f04e2f
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block .price-icon {
    display: inline-block;
    vertical-align: top;
    height: 14px;
    width: 14px;
    margin: 2px 5px 0 3px;
    background-position: center;
    background-size: cover
}

.fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block .price-info {
    display: inline-block;
    width: 83%;
    font-size: 14px
}

@media (min-width: 480px) {
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block .price-info {
        width: 88%
    }
}

@media (min-width: 1000px) {
    .fe-restaurant-wrapper .restaurant-block .restaurant-info .restaurant-description .restaurant-price-block .price-info {
        font-size: 15px;
        width: 88%
    }
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 0.8;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
    opacity: 0.8;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFF;
    opacity: 0.8;
}

.sf-page-2020 {
    background-size: cover;
    background-position: center center;
    background-color: #f4b8b4
}
