:root {
    --s-border-radius: 0;
}

@media (min-width: 768px) {
    :root {
        --s-space: 10px;
    }
}

h1 {
    font-family: 'Raleway', sans-serif;
}

article ol {
    list-style: decimal;
}

article ul {
    list-style: disc;
}

article p {
    margin: 0 0 1em;
}

.leading-title {
    line-height: 2.5rem;
}

@media (min-width: 768px) {
    .leading-title {
        line-height: 5.5rem;
    }
}

@media (min-width: 992px){
    article h1, article h2, article h3, article h4, article h5, article h6 {
        margin-bottom: 1rem;
    }

    article h1 {
        font-size: 2em;
    }

    article h2 {
        font-size: 1.875em;
    }

    article h3 {
        font-size: 1.5em;
    }

    article h4 {
        font-size: 1.375em;
    }

    article h5 {
        font-size: 1em;
    }

    article h6 {
        font-size: 0.875em;
    }
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    padding: 0;
    margin: 0 0 0.75rem;
    font-family: var(--s-heading);
    font-weight: var(--s-heading-weight);
    line-height: var(--s-heading-line-height);
}

article h1 {
    font-size: 1.63em
}

article h2 {
    font-size: 1.5em
}

article h3 {
    font-size: 1.375em
}

article h4 {
    font-size: 1.125em
}

article h5 {
    font-size: 1em
}

article h6 {
    font-size: 0.875em
}

.-block-ellipsis-2 {
    display: block;
    display: -webkit-inline-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.-block-ellipsis-3 {
    display: block;
    display: -webkit-inline-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero {
    margin-top: -120px;
    margin-bottom: -60px;
}

.hero .h-image {
    height: 350px;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 767px){
    .hero .h-image {
        height: 60vh;
        background-position: 50% center;
        background-size: 100% 200%;
    }

    .hero .h-image.home {
        height: 100vh;
        background-position: 50% top;
        background-size: 100% 100%;
    }
}

.text-sky {
    color: #34B6E4;
}

.underline-short {
    --color: #000000;
    --position: center bottom;
    --width: 45px;
    --height: 1px;
    background: linear-gradient(var(--color), var(--color)) var(--position) / var(--width) var(--height) no-repeat;
    padding-bottom: 4px;
}

.underline-short-white {
    --color: #FFFFFF;
    --position: center bottom;
    --width: 45px;
    --height: 1px;
    background: linear-gradient(var(--color), var(--color)) var(--position) / var(--width) var(--height) no-repeat;
    padding-bottom: 4px;
}

.over-under-line {
    display: inline-block;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 6px 0;
}

.overline-long {
    --color: #FFFFFF;
    --position: center top;
    --width: 200px;
    --height: 3px;
    background: linear-gradient(var(--color), var(--color)) var(--position) / var(--width) var(--height) no-repeat;
    padding-top: 4px;
}

.underline-long {
    --color: #FFFFFF;
    --position: center bottom;
    --width: 200px;
    --height: 3px;
    background: linear-gradient(var(--color), var(--color)) var(--position) / var(--width) var(--height) no-repeat;
    padding-bottom: 4px;
}

.content-item.-caption .category {
    position: absolute;
    top: 0;
    padding: 15px;
}

.content-item.-caption .pic {
    width: 250px;
    height: 250px;
}

.content-item .entry-title {
    font-size: 0.875rem;
}

.content-item a {
    color: inherit;
}

#navigation-wrapper {
    margin-top: 60px;
}

#navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
    padding: 8px 10px;
}

@media (min-width: 640px) {
    #navigation ul li {
        padding: 8px 60px;
    }

    #navigation li:not(:first-child) {
        border-left: 1px solid #ffffff;
    }
}

.current-cat {
    font-weight: 700;
}

.content-item.-hero {
    grid-template-columns: 30fr 38fr;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    margin: auto;
}

.content-item.-hero .info {
    padding-top: 0;
}

.nav-slider .slider-area {
    padding: 10px 0;
}

.nav-slider .slider.navigation {
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.nav-slider .s-slider .nav > a {
    top: 20%;
}

.navigation a {
    cursor: pointer;
    font-size: 13px;
}

.navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.navigation ul li
{
    list-style-type: none;
    display: inline-block;
    padding: 8px 7px;
    text-transform: uppercase;
}

.navigation a:not(.inactive) {
    font-weight: 700;
}

@media (min-width: 640px) {
    .navigation a {
        font-size: 15px;
    }

    .navigation ul {
        text-align: left;
    }

    .navigation ul li {
        padding: 8px 15px;
    }

    .navigation li:not(:first-child) {
        border-left: 1px solid #ffffff;
    }
}

.slider.navigation {
    color: #FFFFFF;
    border-left: 1px solid #ffffff;
}

.slider.navigation li {
    list-style-type: none;
    display: inline-block;
    padding: 8px 10px;
    text-transform: uppercase;
    text-align: center;
}

.entry-meta {
    margin-bottom: 2rem;
}

.entry-meta>span {
    margin-right: 0;
}

#map {
    overflow: hidden;
    height: 500px;
}

#map iframe {
    height: 150%;
}

.site-footer p {
    margin-bottom: inherit;
}

.site-footer a {
    color: #FFFFFF;
}

.site-footer a:hover {
    color: #999999;
}

.site-footer hr {
    border-color: #FFFFFF;
    opacity: 1;
}

.promotion-head img {
    min-width: 100%;
}

#floor ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#floor ul li {
    list-style-type: none;
    display: inline;
}

#floor ul li a {
    padding: 8px;
    margin: 0 10px;
    border: 2px solid rgba(245, 158, 11, 1);
}

#floor ul li.current-cat a {
    padding: 20px;
    margin: 0 5px;
    background-color: #34B6E4;
    border: 0;
    color: #FFFFFF;
    font-size: 30px;
}

#floor ul li a::after {
    content: "Fl.";
    font-size: 10px;
}

#mall a {
    font-size: 13px;
}

#mall li {
    list-style-type: none;
    display: inline;
    padding: 4px 5px;
}

#mall a:not(.inactive) {
    font-weight: 700;
    --color: #999999;
    --position: center bottom;
    --width: 30px;
    --height: 1px;
    background: linear-gradient(var(--color), var(--color)) var(--position) / var(--width) var(--height) no-repeat;
    padding-bottom: 5px;
}

@media (min-width: 640px) {
    #mall a {
        font-size: 15px;
    }

    #mall li {
        padding: 4px 30px;
    }

    #mall li:not(:first-child) {
        border-left: 1px solid #999999;
    }
}

.lang-switcher a {
    color: #FFFFFF !important;
    font-weight: 100;
}

.lang-switcher a:hover {
    font-weight: 500;
    text-decoration: underline;
}

.site-header.-active {
    background-color: #2A6EBB !important;
}

.text-tag {
    font-size: 0.60rem;
}

#chatbar {
    position: fixed;
    bottom: 5rem;
    right: 5px;
    z-index: 99999;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#chatbar li {
    list-style: none;
    height: 50px;
    overflow: visible;
}

@media (min-width: 640px) {
    #chatbar {
        right: 12em;
    }

    #chatbar li {
        height: 70px;
    }
}

.s-slider {
    position: relative;
}

.s-slider .nav {
    font-family: Arial;
    text-align: center;
}

.s-slider .nav>a {
    position: absolute;
    top: calc(35% - 30px);
    height: 40px;
    width: 40px;
    z-index: 10;
    cursor: pointer;
}

.s-slider .nav>a:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-top: 3px solid var(--s-border);
    border-right: 3px solid var(--s-border);
    border-radius: 2px;
    border-color: #FFFFFF;
}

.s-slider .prev {
    left: 0px;
}

.s-slider .prev:before {
    transform: rotate(-135deg) skew(7deg, 7deg);
}

.s-slider .next {
    right: 0px;
}

.s-slider .next:before {
    transform: rotate(45deg) skew(7deg, 7deg);
}

@media (min-width: 992px) {
    .s-slider .nav>a {
        top: calc(40% - 30px);
    }

    .s-slider .nav>a:before {
        border-color: #999999;
    }

    .s-slider .prev {
        left: -40px;
    }

    .s-slider .next {
        right: -40px;
    }
}

.slider-area {
    margin: 0 calc(var(--s-space) / -2);
    padding-bottom: 0;
}

.happening .nav>a:before {
    border-color: #FFFFFF;
}

.happening .detail h5 {
    margin: 0;
}

.content-single.shops p {
    margin: 0
}