* {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    font-family: 'Palatino Linotype', Book Antiqua, Palatino, serif;
    line-height: 1;
    font-size: 16px;
    color:#333;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.all-wrap,
.content,
body,
html {
    height: auto;
}

a {
    color: #333;
    text-decoration: none
}

.bold {
    font-weight: 600
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

@font-face {
    font-family: lightcase;
    src: url(../../fonts/6/lightcase_55356177.eot);
    src: url(../../fonts/6/lightcase_55356177.eot#iefix) format("embedded-opentype"), url(../../fonts/6/lightcase_55356177.woff) format("woff"), url(../../fonts/6/lightcase_55356177.ttf) format("truetype"), url(../../fonts/6/lightcase_55356177-lightcase.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=lightcase-icon-]:before {
    font-family: lightcase, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.lightcase-icon-play::before {
    content: '\e800'
}

.lightcase-icon-pause::before {
    content: '\e801'
}

.lightcase-icon-close::before {
    content: '\e802'
}

.lightcase-icon-prev::before {
    content: '\e803'
}

.lightcase-icon-next::before {
    content: '\e804'
}

.lightcase-icon-spin::before {
    content: '\e805'
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#lightcase-info {
    position: absolute;
    padding-top: 15px
}

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa
}

#lightcase-loading {
    width: 1.123em;
    height: auto;
    line-height: 1;
    text-align: center;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin .5s infinite linear;
    -moz-animation: lightcase-spin .5s infinite linear;
    -o-animation: lightcase-spin .5s infinite linear;
    animation: lightcase-spin .5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out .25s;
    -moz-transition: color, opacity, ease-in-out .25s;
    -o-transition: color, opacity, ease-in-out .25s;
    transition: color, opacity, ease-in-out .25s
}

#lightcase-loading>span {
    display: inline-block;
    text-indent: -9999px
}

#lightcase-nav a[class*=lightcase-icon-] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: 0;
    cursor: pointer
}

#lightcase-nav a[class*=lightcase-icon-],
#lightcase-nav a[class*=lightcase-icon-]:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out .25s;
    -moz-transition: color, opacity, ease-in-out .25s;
    -o-transition: color, opacity, ease-in-out .25s;
    transition: color, opacity, ease-in-out .25s
}

#lightcase-nav a[class*=lightcase-icon-]>span {
    display: inline-block;
    text-indent: -9999px
}

#lightcase-nav a[class*=lightcase-icon-]:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff
}

.lightcase-isMobileDevice #lightcase-nav a[class*=lightcase-icon-]:hover {
    color: #aaa;
    text-shadow: none
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev {
    left: 15px
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next {
    right: 15px
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
    left: 50%;
    margin-left: -.5em
}

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: 0
}

#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: #333
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.content {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    padding: 0 20px
}

.content__left {
    width: 180px;
    border-right: 1px solid #f8f8f8;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

.content__right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    padding: 0 20px 10px;
    box-sizing: border-box
}

.nav {
    padding: 17px 0 0;
    position: fixed;
    width: 180px
}

.nav__item {
    display: block;
    font-size: 1.125em;
    text-transform: uppercase;
    margin: 10px 0;
    border-bottom: 1px dashed #f8f8f8;
    padding: 5px 0
}

.nav__item:hover {
    border-bottom: 1px dashed #9E9E9E
}

.nav .menu-btn {
    display: none
}

.slider {
    margin: 0 0 50px
}

.slider,
.slider-load {
    text-align: center
}

.slider-load.hide,
.slider.hide {
    display: none
}

.rslides_nav {
    padding: 15px;
    display: inline-block
}

.rslides_nav i {
    font-size: 1.75em
}

.info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin: 0 0 30px
}

.info-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%;
    border: 1px solid #f8f8f8;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px 15px;
    margin: 20px 0 0;
    position: relative
}

.info-widget__label {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 10px
}

.info-widget__label i {
    display: block;
    font-size: 1.75em;
    margin: 0 0 10px;
    border-bottom: 1px dashed #ddd;
    padding: 5px 0
}

.info-widget--full {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0
}

.info-widget.widget-in-nav,
.info-widget__web {
    padding: 0 0 5px
}

.info-widget.widget-in-nav .info-widget__label,
.info-widget__web .info-widget__label {
    margin: 0;
    padding: 0 15px 15px
}

.info-widget.widget-in-nav .visa-gift,
.info-widget__web .visa-gift {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.info-widget.widget-in-nav .visa-gift:hover .widget__content--hilight,
.info-widget__web .visa-gift:hover .widget__content--hilight {
    text-decoration: none
}

.info-widget.widget-in-nav .widget__content,
.info-widget__web .widget__content {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 10px 0 0
}

.info-widget.widget-in-nav .widget__content--hilight,
.info-widget__web .widget__content--hilight {
    color: #f47e00;
    text-decoration: underline
}

.info-widget.widget-in-nav .widget__btn,
.info-widget__web .widget__btn {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    font-family: Roboto, arial, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    background: #009688;
    -webkit-border-radius: 0;
    border-radius: 2px;
    min-width: 131px;
    max-width: 248px;
    cursor: pointer;
    text-align: center;
    visibility: visible;
    white-space: nowrap;
    display: inline-block;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    width: 131px;
    color: #fff;
    margin: 10px auto
}

.info-widget.work-time .work-time__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.work-time__content-item {
    margin: 20px 10px
}

.work-time__content-label {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 1.25em;
    color: #444
}

.work-time__content-info {
    color: #5f5f5f
}

.article__title {
    font-weight: 700;
    font-family: Tahoma, Geneva, sans-serif;
    color: #f47e00;
    font-size: 2em;
    margin: 0 0 25px
}
#menu, #location, #work-time, #business-info, #last-reviews, #specialties, #history, #owner, #additionalContent, #search {
  padding: 50px 0 0;
}
.article__title span {
    color: #000
}

.h3 {
    font-weight: 700;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    color: #000;
    font-size: 1.4em;
    text-transform: uppercase
}

.menu-price {
    color: #F47E00;
    font-size: .875em;
    text-transform: none;
    margin: 10px 0;
    padding: 0 20px
}

.menu-content p {
    margin: 0;
    padding: 0 20px
}

p {
    font-size: 1.25em;
    line-height: 1.65;
    margin-top: 20px
}

.owner-img {
    float: right;
    max-width: 320px;
    width: 100%;
    margin-left: 15px
}

.image-gallery,
.preview-gallery .image-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.preview-gallery .image-gallery .image-link {
    padding: 1px;
    width: 25%;
    height: 95px
}

.image-gallery .thumb {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block
}

.visa-gift {
    padding: 10px 8px;
    transition: background .4s
}

.visa-gift img {
    width: 100%;
    max-width: 100%
}

.popup-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5)
}

.adblock .popup-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.adblock .popup-block .popup-wrap iframe {
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto;
    display: block;
    border: 4px solid #f47e00
}

.adblock .popup-block .popup-wrap {
    max-width: 830px;
    width: 100%;
    background: #fff;
    padding: 23px 10px;
    position: relative
}

.popup-table {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.popup-cell {
    display: table-cell;
    vertical-align: middle
}

.popup-wrap {
    margin: 0 auto;
    width: 690px;
    max-width: 690px;
    position: relative;
    z-index: 2
}

.popup .popup-title {
    font-size: 1.5em;
    text-align: center;
    color: #f47e00
}

.popup .popup-text {
    font-size: 1.2em;
    margin: 20px;
    text-align: center
}

.popup .close-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.popup .close-icon:hover {
    color: #f47e00
}

.popup .button-refresh {
    background: 0 0;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 15px auto 0;
    padding: 10px;
    border: 1px solid #f47e00;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

.popup .button-refresh:hover {
    background: #f47e00;
    color: #fff
}

.popup.mob-up {
    overflow: auto;
    position: fixed;
    z-index: 700;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: rgba(51, 51, 51, .9);
    display: none
}

.popup.mob-up .popup-wrap {
    width: 100%;
    max-width: 450px;
    position: relative;
    padding: 25px 20px
}

.popup.mob-up .popup-wrap a {
    display: block;
    cursor: pointer
}

.popup.mob-up .popup-wrap img {
    width: 100%
}

.popup.mob-up .popup-wrap .close-icon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: 10px;
    border: 1px solid #ddd
}

.popup.mob-up .popup-wrap .install-btn {
    background: #8bc34a;
    max-width: 250px;
    margin: 15px auto;
    padding: 14px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-family: arial, sans-serif;
    border-bottom: 3px solid #4CAF50;
    text-shadow: 1px 0 1px #000;
    text-align: center
}

.mobile-ios .popup.mob-up {
    display: block
}

.cd-top {
    display: none
}

.footer {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: #877d7d;
    font-family: Verdana, Verdana, Geneva, sans-serif
}

.footer div {
    margin: 12px 0 0
}

.cafe-name,
.menu-nav__name {
    font-size: 1.625em;
    text-transform: none;
    font-weight: 600;
    margin: 0 0 30px
}

.cafe-name {
    padding: 0 0 0 6px;
    border-left: 6px solid #f47e00
}

.menu-nav__name {
    margin: 0
}

.menu-nav .info-widget,
.menu-nav .menu-nav__close,
.menu-nav__name {
    display: none
}

.open-nav-menu {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0
}

.open-nav-menu .menu-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

#web-only {
    margin: 20px 0
}

.menu-control--close {
    display: none
}

.menu-category-wrap {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    cursor: pointer
}

.menu-category-wrap:hover .menu-control {
    background: #f47e00;
    color: #fff;
    border: 1px solid #f47e00
}

.menu-category-wrap .article__title {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.menu-category-wrap.is-open-menu .menu-content,
.menu-category-wrap.is-open-menu .menu-control--close {
    display: block
}

.menu-category-wrap.is-open-menu .menu-control--open {
    display: none
}

.menu-category-wrap .menu-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    color: #f47e00;
    border: 1px dashed #c6c6c6;
    margin: 0 12px 0 0
}

.menu-category-wrap .menu-control-icon {
    font-size: 28px
}

.menu-content {
    padding: 0 0 0 25px;
    font-size: 13px;
    display: none;
    transition: .6s height
}

.menu-item {
    margin: 10px 0;
    border-bottom: 1px dashed #f8f8f8
}

.menu-old .menu-content {
    display: block
}

.af-only-mob {
    display: none
}

.af-only-mob img {
    width: 100%;
    max-width: 100%
}

#delivery,
.nav__item--delivery {
    display: none
}

.ios #delivery,
.ios .nav__item--delivery {
    display: block
}

.app {
    position: relative;
    margin: 10px 0
}

.app__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.app__content-img {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 20px;
    width: 60px
}

.app__content-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    padding: 0 0 0 10px
}

.app__content-title {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 10px
}

.app__content-desc {
    font-size: 1em;
    color: #484848;
    line-height: 1.3
}

.app__download-img {
    text-align: center;
    margin: 18px 0 0
}

.app__download-img-link {
    width: 100%;
    max-width: 143px
}

.app__link {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

@media screen and (max-width:800px) {
    .cafe-name {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        padding: 0 60px 0 10px;
        margin: 0
    }

    .menu-nav__name {
        display: block
    }

    .slider,
    .slider-load {
        display: none
    }

    .content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px
    }

    .content__left {
        width: 100%;
        border: 0
    }

    .content__right {
        padding: 0 20px 10px
    }

    .google--top {
        margin: 15px 0
    }

    .nav {
        position: static;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0
    }

    .nav__item {
        margin: 0;
        padding: 15px 0;
        border-color: #ddd
    }

    .nav .menu-btn {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        transform: translate3d(0, 0, 0);
        display: block;
        font-size: 1.75em;
        position: fixed;
        right: 0;
        top: 0;
        padding: 10px;
        border-left: 1px solid;
        border-bottom: 1px solid;
        border-color: #f8f8f8;
        background: #fff;
        z-index: 10;
        color: #f47e00;
        box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1)
    }

    .menu-nav {
        display: none;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 11;
        overflow: hidden;
        width: 100%;
        text-align: center;
        transform: translate3d(0, 0, 0)
    }

    .menu-nav__wrap {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        padding: 63px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        min-height: 100%;
        transform: translate3d(0, 0, 0);
        width: 100%
    }

    .menu-nav__content {
        overflow: auto;
        height: 100%;
        background: #fff;
        padding: 0 0 20px;
        transform: translate3d(0, 0, 0)
    }

    .menu-nav__content.reset {
        height: auto
    }

    .menu-nav .menu-nav__close {
        transform: translate3d(0, 0, 0);
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 1.5em;
        padding: 8px
    }

    .menu-nav__name {
        background: #fff;
        border-bottom: 1px solid #f8f8f8;
        padding: 20px 0
    }

    .menu-nav .info-widget {
        border: 0;
        padding: 0;
        margin: 15px 0 0;
        width: 100%
    }

    .menu-nav .info-widget__content {
        padding: 0 15px;
        max-width: 475px;
        margin: 0 auto
    }

    .cd-top {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
        text-align: center;
        background: rgba(229, 229, 229, .5);
        width: 36px;
        height: 36px;
        box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1)
    }

    .cd-top i {
        font-size: 36px;
        text-align: center;
        position: relative;
        color: #585858
    }
}

ul.business-info-list .material-icons {
  display: none;
}
.business-info-list {
  list-style: none;
  font-size: 1.25em;
  line-height: 1.65;
  margin-top: 20px;
}
.business-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 0 5px;
}
.biz-info__content {
  margin-right: 5px;
}
.biz-info__content::after {
  content: ":";
}
.biz-info__subtitle {
  font-weight: 600;
}
.reviews-list {
    font-size: 1em;
    line-height: 1.65;
    margin-top: 20px;
}
.reviews-list__item-label {
    font-weight: 400;
}
.reviews-list__item-title {
    font-weight: 600;
}
.reviews-list__rating {
    font-size: 0.75em;
    color: #a9a9a9;
}
.reviews-list__item {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #f8f8f8;
}
#work-time {
  text-align: center;
  margin: 25px 0;
}
.work-time__content {
    font-size: 1.25em;
    line-height: 1.65;
    margin-top: 20px;
}
.hours {
    padding: 0 0 10px;
}
.weekday {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.additional-content-list {
    list-style: number;
    padding-left: 20px;
    margin-top: 25px;
}
.additional-content__item-list-link {
  padding: 15px 10px 0;
  display: block;
}
.additional-content__item-list-caption {
    display: block;
    margin: 10px 0 0;
}
.additional-content__item-list-link:hover {
    background: rgba(202,202,202,.3);
}
.additional-content__item-list-caption {
    color: #f47e00;
}
span.additional-content__item-list-caption--name {
    font-size: 20px;
    display: inline;
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    color: #333;
}
@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: 0 0 !important
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: 0 0 !important
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>* {
        width: 100% !important;
        max-width: none !important
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>:not(iframe) {
        height: auto !important;
        max-height: none !important
    }

    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: 0 0 !important
    }

    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #aaa
    }

    #lightcase-case p.lightcase-error {
        padding: 30px 0
    }

    .lightcase-open body {
        padding: 55px 0 70px
    }

    .lightcase-open body>:not([id*=lightcase-]) {
        position: fixed !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important
    }

    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333
    }

    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }

    #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
        position: absolute
    }

    #lightcase-nav a[class*=lightcase-icon-] {
        bottom: 15px;
        font-size: 24px
    }

    #lightcase-overlay {
        opacity: 1 !important
    }
}

@media screen and (min-width:641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -webkit-backface-visibility: hidden
    }

    #lightcase-case[data-lc-type=image] #lightcase-content,
    #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: #333
    }

    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #333
    }

    #lightcase-case p.lightcase-error {
        padding: 0
    }

    #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
    #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
        opacity: 0
    }

    #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
        position: fixed
    }

    #lightcase-nav a[class*=lightcase-icon-] {
        bottom: 50%;
        margin-bottom: -.5em
    }

    #lightcase-case:hover~#lightcase-nav a[class*=lightcase-icon-],
    #lightcase-nav a[class*=lightcase-icon-]:hover {
        opacity: 1
    }
}

@media screen and (max-width:600px) {
    .af-only-mob {
        display: block
    }

    #web-only {
        margin: 15px 0
    }

    .article {
        padding: 0 15px;
    }

    .article__block {
        margin: 0;
    }

    .article__block--menu {
        margin: 20px 0 30px
    }

    .article__title {
        margin: 0 0 10px;
    }

    #menu, #location, #work-time, #business-info, #last-reviews, #specialties, #history, #owner, #additionalContent, #search {
      padding: 25px 0 0;
    }

    p {
        margin: 0 0 15px
    }

    .content {
        padding: 0
    }

    .content__right {
        padding: 0 0 10px
    }

    .info-widget.preview-gallery {
        border: 0;
        padding: 0;
        margin: 20px 0 0
    }

    .info-block,
    .info-widget.preview-gallery .info-widget__label {
        display: none
    }

    .menu-nav .info-widget {
        display: block
    }

    .preview-gallery .image-gallery .image-link {
        width: 25%;
        height: 80px
    }

    .g-map {
        display: none
    }
}

#cookielaw,
.politic-info {
    position: fixed;
    bottom: 0;
    left: 0
}
#cookielaw a,
.technical-block-link {
    text-decoration: underline
}
.politic-info {
    right: 0;
    background: #dadada;
    padding: 10px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.politic-info__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px
}

.politic-info #tarteaucitronCloseAlert,
.politic-info #tarteaucitronPersonalize {
    background: #2196f3;
    color: #fff;
    margin-bottom: 3px;
    margin-left: 7px;
    cursor: pointer;
    padding: 6px 10px;
    white-space: nowrap
}

.politic-info #tarteaucitronCloseAlert {
    background: #fff;
    color: #333;
    opacity: .5
}

.tac_activate {
    height: 0 !important;
    display: block !important;
    overflow: hidden !important
}

.privacy-waiting {
    padding-bottom: 100px
}

#cookielaw {
  background: #f8f8f8;
  padding: 10px;
  text-align: center;
  color: #ddd;
  width: 100%;
  -webkit-box-shadow: 0 0 12px -4px #adadad;
  -moz-box-shadow: 0 0 12px -4px #adadad;
  -o-box-shadow:0 0 12px -4px #adadad;
  box-shadow: 0 0 12px -4px #adadad;

}

#cookielaw p {
    font-size: inherit;
    line-height: initial;
    margin: 5px;
    color: #1c1b1b;
}

.fullmenu-btn {
    z-index: 3;
    background-color: #f47e00;
    border: 1px solid #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    color: #fff
}

.fullmenu-btn .is-hide {
    display: none
}
#cookielaw .fullmenu-btn {
    border: 0;
    margin: 10px auto 0;
    cursor: pointer
}

.technical-block {
    text-align: center;
    margin: 0 0 20px
}

.technical-block-link {
    color: #777;
    text-transform: uppercase;
    font-size: 11px
}
.show-more-content {
    display: none;
}

.menus {
    max-height: 250px;
    overflow: hidden;
    position: relative
}
.menus .header {
  display: none;
}
.menus::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 17px 11px 31px 45px #fff;
    box-shadow: 17px 11px 31px 45px #fff;
    height: 20px;
    background: #fff;
    transition: opacity 0.5s;
    opacity: 1;
}

.content-title {
    margin-bottom: 0
}

.menu .header,
.menu .icon-double-caret-down,
.menu .section-select {
    display: none
}

.menu .title h3 {
    font-weight: 800;
    text-decoration: underline;
    margin: 20px 0;
    font-size: 1.5em
}

.menu .items {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu .items .description.text {
    line-height: 1.5;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 8px 0;
    font-size: .85em
}

.menu .item {
    width: 50%;
    margin: 10px 0;
    padding: 0 10px
}

.menu .item .item-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0
}

.menu .item .item-title-row .item-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.menu .item .multiprice-group li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu .item .multiprice-group .title.text {
    font-weight: 600;
    font-size: .85em;
    margin: 5px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.menu .item .price {
    color: #2196F3;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.menu .item .addon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .85em;
    line-height: 1.5
}

.menu .item-title {
    font-weight: 800
}

.fullmenu-btn-wrap {
    position: relative;
    margin-top: -20px;
    padding: 25px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.full-menu .fullmenu-btn-wrap {
    margin-top: -38px;
    padding: 50px 0 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.full-menu .menus {
  max-height: 500px;
  overflow: auto;
  transition: max-height 0.5s;
  padding-bottom: 40px;
}
.full-menu .menus::after {
  opacity: 0;
}

.full-menu .menus::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.full-menu .menus::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.full-menu .fullmenu-btn-wrap .is-show {
  display: none;
}
.full-menu .fullmenu-btn-wrap .is-hide {
  display: inline-block;
}
@media screen and (max-width:640px) and (min-width:641px) {

    [data-lc-type=image] #lightcase-content .lightcase-contentInner,
    [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: .75
    }
}

@media screen and (max-width:400px) {
    .preview-gallery .image-gallery .image-link {
        height: 70px
    }

    body {
        font-size: 14px
    }

    .menu-item {
        padding: 0 20px
    }
}

.open-nav-menu .widget-in-nav {
    display: block
}

.one-block .work-time {
    width: 100%;
}

.one-block .preview-gallery.info-widget__web {
    display: none;
}