html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
img {
  border: 0;
}
h1 {
  text-align: center;
  text-transform: uppercase;
}
h1 em {
  font-size: 32px;
  font-family: 'festusregular';
  font-style: normal;
  text-transform: none;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  display: inline-block;
}
/* \*/
.clear {
  display: block;
}
/* */
.fixed {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 20px;
}
.fixed.home {
  max-width: 700px;
}
.fixed.gallery {
  max-width: 978px;
}
.fixed.contact {
  max-width: 860px;
}
@media screen {
  html {
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
  }
  body {
    background: white;
  }
  header {
    position: relative;
    height: 130px;
    border-top: 4px solid #579896;
  }
  header .logo {
    position: absolute;
    left: 50%;
    top: 35px;
    display: block;
    margin-left: -79px;
  }
  header .logo img {
    width: 149px;
    height: 60px;
  }
  header .toggle,
  header .toggler {
    display: none;
  }
  header nav {
    padding-top: 80px;
    text-align: center;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header nav li {
    position: relative;
    left: 20px;
    display: inline;
    padding: 0 15px 0 20px;
    background: url(../images/nav-divider.png) no-repeat left center;
  }
  header nav li.first,
  header nav li.mid-rgt {
    background-image: none;
  }
  header nav li.first {
    padding-left: 0;
  }
  header nav li.mid-lft {
    padding-right: 100px;
  }
  header nav li.mid-rgt {
    padding-left: 100px;
  }
  header nav li.last {
    padding-right: 0;
  }
  header nav a {
    color: #808080;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
  }
  header nav a:hover {
    text-decoration: none;
  }
  header nav li.current a,
  header nav a:hover {
    color: #191919;
  }
  #slider {
    position: relative;
    height: 394px;
    background: #f8f8f7;
  }
  #slider ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #slider ul.images li {
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    height: 394px;
    background-color: #f8f8f7;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #slider ul.images li.active {
    z-index: 20;
  }
  #slider .fixed {
    position: relative;
  }
  #slider .flipper-container {
    position: absolute;
    z-index: 5;
    right: -100px;
    top: 25px;
    width: 130px;
    height: 130px;
  }
  #slider .flipper-container .flipper {
    position: relative;
  }
  #slider .flipper-container .front,
  #slider .flipper-container .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
  }
  #slider .flipper-container.js {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #slider .flipper-container.js.active {
    opacity: 1;
  }
  #slider .desc {
    width: 110px;
    height: 130px;
    padding: 0 10px 0;
    background: url(../images/slider-desc.png) no-repeat center top;
    color: white;
    text-align: center;
    font-family: 'festusregular';
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
  }
  #slider .desc span {
    display: block;
    padding-top: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #slider .shade,
  #slider .shade-base {
    position: absolute;
    z-index: 100;
    left: 50%;
    display: block;
    margin-left: -442px;
  }
  #slider .shade {
    top: 0;
  }
  #slider .shade-base {
    bottom: 0;
  }
  #slider .prev,
  #slider .next {
    position: absolute;
    z-index: 150;
    left: 50%;
    top: 50%;
    display: block;
    overflow: hidden;
    width: 36px;
    height: 37px;
    margin-top: -18px;
    background-repeat: no-repeat;
    text-indent: -999px;
  }
  #slider .prev {
    margin-left: -500px;
    background-image: url(../images/slider-prev.png);
  }
  #slider .next {
    margin-left: 500px;
    background-image: url(../images/slider-next.png);
  }
  #main {
    background: url(../images/header-shadow.png) no-repeat center top;
  }
  #body {
    padding-top: 50px;
    padding-bottom: 35px;
    line-height: 20px;
    color: #666666;
  }
  #body h1,
  #body h3 {
    color: #191919;
  }
  #body h2 {
    color: #333;
  }
  #body h1 {
    margin-bottom: 35px;
    line-height: 40px;
    letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
  }
  #body h1 em {
    letter-spacing: 0;
  }
  #body h2 {
    line-height: 26px;
  }
  #body h3 {
    line-height: 23px;
  }
  #body .col-lft,
  #body .col-rgt {
    width: 370px;
  }
  #body .col-lft {
    float: left;
    padding-left: 20px;
  }
  #body .col-rgt {
    float: right;
    padding-right: 20px;
  }
  #body form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }
  #body form div.field {
    margin-bottom: 15px;
  }
  #body form input.text,
  #body form textarea {
    padding: 7px;
    width: 324px;
    background: #fafafa;
    border: 1px solid #dbdbdb;
    outline: none;
  }
  #body form input.text:focus,
  #body form textarea:focus {
    border-color: #ababab;
  }
  #body .btn {
    padding: 10px 20px;
    background: white;
    border: 1px solid #abcbca;
    color: #579896;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
  }
  #body .gmap.open {
    height: 280px;
  }
  #body.home {
    text-align: center;
  }
  #body.home h1 {
    display: inline-block;
    padding: 0 25px 10px;
    background: url(../images/heading-link.png) no-repeat 115px bottom;
    background: url(../images/heading-dot.png) no-repeat left 15px, url(../images/heading-dot.png) no-repeat right 15px, url(../images/heading-link.png) no-repeat 115px bottom;
  }
  #body.home h1 a:hover {
    text-decoration: none;
  }
  .ie6 #body.home h1 {
    background-position: 215px bottom;
  }
  #body.home h3,
  #body.home p {
    text-align: left;
  }
  #body.home table {
    margin-bottom: 15px;
  }
  #body.home table p {
    margin-bottom: 0;
  }
  #body #menu {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
    width: 100%;
  }
  #body #menu table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
  }
  #body #menu .items {
    width: 500px;
  }
  #body #menu h2 {
    height: 20px;
  }
  #body #menu h2#Breakfast {
    padding: 16px 0 5px 82px;
    background: url(../images/icon-breakfast.png) no-repeat left center;
    background-size: 67px 41px;
  }
  #body #menu h2#Lunch {
    padding: 26px 0 5px 70px;
    background: url(../images/icon-lunch.png) no-repeat left center;
    background-size: 55px 51px;
  }
  #body #menu h2#Sweets {
    padding: 12px 0 5px 71px;
    background: url(../images/icon-sweets.png) no-repeat left center;
    background-size: 56px 37px;
  }
  #body #menu td {
    padding: 0;
  }
  #body #menu .name {
    width: 100%;
    color: black;
    border-bottom: 1px dotted #bfbfbf;
  }
  #body #menu .name strong {
    padding-right: 10px;
  }
  #body #menu .price {
    text-align: right;
    white-space: nowrap;
  }
  #body #menu .price strong {
    padding-left: 10px;
    color: #579896;
  }
  #body #menu .desc {
    padding-bottom: 15px;
    color: #666666;
  }
  .ie7 #body #menu .desc,
  .ie6 #body #menu .desc {
    padding-top: 5px;
  }
  #body #menu strong {
    position: relative;
    top: 3px;
    padding-bottom: 5px;
    background: white;
    font-size: 15px;
    color: black;
  }
  #body #menu .images {
    padding-left: 87px;
  }
  #body #menu .images div {
    position: relative;
    margin-bottom: 20px;
    padding: 7px;
    border: 1px solid #e6e6e6;
  }
  #body #menu .images img {
    display: block;
  }
  #body #menu .images table {
    position: absolute;
    bottom: -10px;
    background: url(../images/meni-desc.png) no-repeat;
  }
  #body #menu .images table.odd {
    right: 20px;
  }
  #body #menu .images table.even {
    left: 20px;
  }
  #body #menu .images td {
    width: 60px;
    height: 80px;
    padding: 0 10px;
    vertical-align: middle;
    color: white;
    text-align: center;
    font-size: 13px;
    -webkit-font-smoothing: none;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: 0px;
    font-family: 'festusregular';
    -webkit-font-smoothing: antialiased;
  }
  .ie7 #body #menu .images td,
  .ie6 #body #menu .images td {
    line-height: 18px;
    font-size: 15px;
  }
  #gallery {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #gallery li {
    float: left;
    margin: 0 30px 30px 0;
  }
  #gallery li.cell-0 {
    margin-right: 0;
  }
  #gallery li.loading {
    background: url(../images/ajax-loader.gif) no-repeat center center;
  }
  #gallery a {
    position: relative;
    display: block;
    width: 306px;
    height: 270px;
    color: white;
  }
  #gallery a:hover .hover {
    opacity: 1;
  }
  #gallery img {
    max-width: 100%;
    vertical-align: top;
  }
  #gallery .hover {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    opacity: 0;
    width: 306px;
    height: 270px;
    background: url(../images/gallery-overlay.png);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #gallery table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 306px;
    height: 270px;
    background: url(../images/slider-desc.png) no-repeat center center;
  }
  #gallery td {
    text-align: center;
    vertical-align: middle;
    padding: 0 100px;
    font-family: 'festusregular';
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
  }
  #cerabox-background {
    background: white !important;
  }
  #cerabox .cerabox-title {
    background: rgba(255, 255, 255, 0.75);
    color: black;
  }
  #cerabox .cerabox-title span {
    color: black;
    font-family: 'Roboto Slab', serif;
  }
  footer {
    padding-top: 40px;
    background: url(../images/footer-top.png) no-repeat center top;
    background-size: 280px 40px;
  }
  footer .inner {
    background: #fafafa url(../images/footer.jpg) repeat-x center top;
    text-align: center;
  }
  footer .fixed {
    padding: 30px 0 15px;
  }
  footer span.dot {
    position: relative;
    top: -2px;
    overflow: hidden;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: url(../images/footer-dot.png) no-repeat;
  }
  footer strong {
    text-transform: uppercase;
  }
  footer strong span.dot {
    background-image: url(../images/footer-dot-black.png);
  }
  footer span.block {
    margin: 0 5px;
  }
  footer a {
    color: black;
  }
  footer a.facebook {
    padding-left: 23px;
    background: url(../images/icon-facebook.png) no-repeat center left;
    background-size: 16px 16px;
  }
  footer .copyright {
    padding-top: 15px;
    color: #b2b2b2;
    font-size: 10px;
  }
  footer .copyright a {
    color: #b2b2b2;
  }
  footer .copyright span.block {
    margin: 0;
  }
}
@media print {
  header nav,
  #slider {
    display: none;
  }
  .page-break {
    page-break-after: always;
  }
  header {
    margin-bottom: 30px;
    text-align: center;
  }
  header .logo {
    vertical-align: top;
  }
  #body #menu {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
    width: 100%;
  }
  #body #menu table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
  }
  #body #menu .name {
    width: 100%;
    color: black;
    border-bottom: 1px dotted #bfbfbf;
  }
  #body #menu .name strong {
    padding-right: 10px;
  }
  #body #menu .desc {
    padding-bottom: 15px;
  }
  #body #menu .images {
    padding-left: 50px;
  }
  #body #menu .images div {
    margin-bottom: 15px;
  }
  #gallery {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #gallery li {
    float: left;
    margin: 0 30px 30px 0;
  }
  #gallery li.cell-0 {
    margin-right: 0;
  }
  #gallery li.cell-1 {
    clear: both;
  }
  #gallery a {
    position: relative;
    display: block;
    width: 306px;
    color: black;
  }
  #gallery img {
    display: block;
  }
  footer {
    padding-top: 15px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 10px;
    color: #ccc;
  }
  footer p {
    margin: 0;
  }
  footer a {
    color: #ccc;
  }
}
@media screen and (max-width: 1100px) {
  #slider .prev {
    margin-left: -450px;
  }
  #slider .next {
    margin-left: 450px;
  }
  #slider .flipper-container {
    right: 0;
  }
  #gallery {
    width: 642px;
    margin: 0 auto;
  }
  #gallery li.cell-0 {
    margin-right: 30px;
  }
  #gallery li:nth-child(odd) {
    clear: left;
  }
  #gallery li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 890px) {
  img {
    max-width: 100%;
    height: auto;
  }
  #slider .shade,
  #slider .shade-base {
    margin-left: 0;
    left: 0;
  }
  header {
    height: 95px;
  }
  header .logo {
    z-index: 700;
    top: 20px;
    margin-left: -59px;
  }
  header .logo img {
    width: 119px;
    height: 48px;
    z-index: 10000;
  }
  header .toggler {
    position: absolute;
    z-index: 250;
    right: 10px;
    top: 30px;
    width: 24px;
    height: 18px;
    padding: 10px;
    display: block;
  }
  header .toggler span {
    display: block;
    width: 24px;
    height: 4px;
    margin-bottom: 3px;
    background: url(../images/nav-bar.png) no-repeat;
    background-size: contain;
    opacity: 1;
    transition: 0.3s;
  }
  header .toggler span:last-child {
    margin-bottom: 0;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
    display: none;
    min-height: 100vh;
    border-top: 4px solid #579896;
    box-sizing: border-box;
    padding: 95px 20px 0;
    background: white;
  }
  header nav ul {
    border-top: 1px solid #e6e6e6;
  }
  header nav li {
    left: 0;
    display: block;
    padding: 0;
    background: none;
  }
  header nav li.mid-lft,
  header nav li.mid-rgt {
    padding: 0;
  }
  header nav a {
    display: block;
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }
  header .toggle:checked ~ .logo {
    position: fixed;
    top: 24px;
  }
  header .toggle:checked ~ .toggler {
    position: fixed;
    top: 34px;
  }
  header .toggle:checked ~ .toggler span:nth-child(1) {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  header .toggle:checked ~ .toggler span:nth-child(2) {
    opacity: 0;
  }
  header .toggle:checked ~ .toggler span:nth-child(3) {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  header .toggle:checked ~ nav {
    display: block;
  }
  #body {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  #body table,
  #body thead,
  #body tbody,
  #body tfoot,
  #body tr,
  #body th,
  #body td {
    display: block;
  }
  #body h1 {
    margin-bottom: 15px;
  }
  #body #menu h2 {
    height: auto;
  }
  #body #menu .items {
    width: auto;
  }
  #body #menu .images {
    display: none;
  }
  #body #menu .price {
    height: 1px;
  }
  #body #menu .price strong {
    position: relative;
    top: -15px;
  }
  #body #menu .desc {
    padding-right: 50px;
  }
  #body.home {
    text-align: left;
  }
  #body.home h1 {
    display: block;
    padding: 0;
    background: none;
    font-size: 27px;
    line-height: 32px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
  }
  #body.home h1 br {
    display: none;
  }
  #body.home h1 em {
    font-family: 'Roboto Slab', serif;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0;
  }
  #body.home h1 em:before {
    content: ' ';
    display: inline;
  }
  #body.home h1 a {
    background: none;
  }
  #body .col-lft,
  #body .col-rgt {
    float: none;
    padding: 0;
  }
  #body div.Actions {
    margin-bottom: 15px;
  }
  #slider {
    height: auto;
  }
  #slider ul.images li {
    height: 258px;
    background-size: auto 258px;
  }
  #slider ul.images li:first-child {
    position: relative;
  }
  #slider ul.images img {
    max-width: 9999px;
  }
  #slider .fixed {
    width: auto;
    padding: 0;
  }
  #slider .desc,
  #slider .prev,
  #slider .next,
  #slider .flipper-container {
    display: none;
  }
  #gallery {
    width: auto;
  }
  #gallery li {
    float: none;
    margin-right: 0 !important;
    text-align: center;
  }
  #gallery a {
    width: auto;
  }
  #gallery img {
    width: 306px;
  }
  #gallery .hover {
    display: none;
  }
  footer span.dot {
    display: none;
  }
  footer span.block {
    display: block;
    margin: 0;
  }
}
