/*
  Theme Name: Barbacon
  Author: V.Kryzhanovsky
  Author URI: http://portfolio.co.ua/
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-size: 1em; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
** BARBACON
*/
/* General */
body {
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #e0e0e0;
  background: url("images/bg-pattern.png") repeat; }

.fullwidth {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto; }

section.fullwidth {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px; }

aside {
  float: left;
  width: 25%; }

aside + article {
  margin-left: 25%;
  padding-left: 30px;
  box-sizing: border-box; }

.two-col {
  width: 50%;
  box-sizing: border-box; }

.two-col:nth-of-type(odd) {
  float: left;
  padding-right: 20px;
  clear: both; }

.two-col:nth-of-type(even) {
  margin-left: 50%;
  padding-left: 20px; }

.one-of-three-col, .two-of-three-col {
  float: left;
  padding-right: 20px;
  box-sizing: border-box; }

.one-of-three-col {
  width: 33.33%; }

.two-of-three-col {
  width: 66.66%; }

.two-of-three-col + .one-of-three-col,
.one-of-three-col + .two-of-three-col {
  padding-left: 20px;
  padding-right: 0; }

h1, h2, h3, h4, .title {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #FFF; }

h2 {
  padding-top: 0;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase; }

h1, .title {
  padding-top: 0;
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase; }

a {
  transition: color 0.5s; }
  a:hover {
    color: #ff5151; }

a.button, .button {
  display: inline-block;
  padding: 6px 15px 7px;
  color: #FFF;
  border-radius: 3px;
  background: #ff5151;
  transition: background-color 0.5s; }
  a.button:hover, .button:hover {
    background: #c83333; }

p {
  max-width: 750px; }

.img_border {
  position: relative; }
  .img_border div {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -11px 0;
    padding-bottom: 10px;
    border: 10px solid transparent;
    box-sizing: border-box; }
    .img_border div p {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #FFF;
      background: transparent; }
  .img_border img {
    width: 100%; }

.spacer {
  display: block;
  padding-top: 30px;
  margin: 0 auto;
  clear: both; }

/*
**     Header
*/
body > header {
  position: fixed;
  top: 7px;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  color: #e0e0e0;
  text-align: center;
  background: #000;
  transition: top 0.5s;
  z-index: 10; }
  body > header a {
    color: #FFF; }
  body > header.hideheader {
    top: -70px; }

.header_logo {
  float: left;
  display: block;
  width: 145px;
  text-align: left; }
  .header_logo img {
    display: block;
    float: left;
    height: 70px;
    margin: 0 20px 0 0; }
  .header_logo h1 {
    display: block;
    margin: 4px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .header_logo h1 strong {
      letter-spacing: 0.7px;
      font-size: 16px;
      line-height: 24px; }
    .header_logo h1:before {
      content: "";
      display: block;
      float: left;
      height: 30px;
      width: 1px;
      margin: 1px 20px 0 0;
      background: #FFF; }

.header_contacts {
  float: left;
  padding-top: 6px;
  line-height: 30px;
  text-align: left; }
  .header_contacts img {
    padding-right: 2px;
    margin-bottom: -2px; }
  .header_contacts a {
    font-size: 14px; }
  .header_contacts span {
    display: inline-block;
    margin-left: 10px; }

.menu-topmenu-container {
  display: inline-block; }

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important; }

#menu-btn {
  display: none;
  float: right;
  width: 40px;
  height: 36px;
  margin: 3px 0 0;
  cursor: pointer;
  border: thin solid #333;
  border-radius: 2px;
  background: #000 url("images/menu-icon.png") no-repeat 50% 50%; }
  #menu-btn:hover {
    border-color: #888; }

#close-btn {
  display: none; }

.header_nav {
  float: right;
  display: inline-block; }
  .header_nav .menu-topmenu-container > ul {
    display: inline-block;
    margin-top: -10px; }
    .header_nav .menu-topmenu-container > ul > li {
      position: relative;
      display: block;
      float: left;
      list-style: none;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      height: 42px;
      border-bottom: 2px solid transparent; }
      .header_nav .menu-topmenu-container > ul > li:hover {
        /*border-bottom-color:#FF5151;*/ }
    .header_nav .menu-topmenu-container > ul > li > a {
      position: relative;
      z-index: 2;
      display: block;
      height: 42px;
      margin-top: 1px;
      padding: 17px 10px 0;
      background: #000000; }
      .header_nav .menu-topmenu-container > ul > li > a img {
        height: 24px;
        width: auto; }
    .header_nav .menu-topmenu-container > ul .current-menu-item a {
      color: #ff5151; }

.header_nav .menu-topmenu-container > ul {
  padding-left: 0;
  margin-left: 0; }

.header_nav .menu-topmenu-container > ul > li:last-of-type a {
  padding-right: 0 !important; }

.header_nav .menu-topmenu-container > ul > li:first-of-type a {
  padding-left: 0 !important; }

.header_nav li.menu-item-has-children ul {
  position: absolute !important;
  display: block !important;
  width: 175px;
  overflow: hidden;
  padding: 0;
  margin: -300px 0 0 5px;
  border-top: 1px solid rgba(255, 81, 81, 0.5);
  background: rgba(0, 0, 0, 0.9);
  transition: margin-top 0.5s;
  z-index: 1; }
  .header_nav li.menu-item-has-children ul.shown {
    margin-top: 0 !important; }
  .header_nav li.menu-item-has-children ul li {
    display: block !important;
    width: 100%;
    border-bottom: thin solid #444; }
    .header_nav li.menu-item-has-children ul li a {
      display: block;
      height: 30px;
      width: 100%;
      padding: 5px 10px;
      text-align: left;
      text-transform: none !important; }
.header_nav li.menu-item-has-children:hover > a {
  color: #FF5151; }
.header_nav li.menu-item-has-children:hover ul {
  margin-top: 0; }

.header_booking {
  float: right;
  display: block;
  margin-top: 15px;
  margin-left: 30px;
  padding: 6px 15px 5px;
  color: #e0e0e0;
  border-radius: 3px;
  background: rgba(81, 255, 81, 0.5);
  border-top: thin solid black;
  border-bottom: thin solid rgba(255, 255, 255, 0.15);
  transition: background-color 0.5s; }
  .header_booking:hover {
    color: #FFF;
    background: rgba(81, 255, 81, 0.7); }

.header_top-paralax {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #000; }

.top-paralax_mess {
  position: absolute;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #f4f4f4;
  text-align: center;
  transition: margin ease-out 0.5s;
  z-index: 2; }
  .top-paralax_mess img {
    display: inline-block;
    width: 200px;
    width: 18%; }
  .top-paralax_mess p {
    width: 90%;
    max-width: 700px;
    margin: 0 auto; }
  .top-paralax_mess strong {
    display: block;
    padding-bottom: 5px;
    color: #FFF; }
  .top-paralax_mess a {
    color: #FFF;
    font-weight: 900;
    transition: color 0.5s; }
    .top-paralax_mess a:hover {
      color: #ff5151 !important; }
  .top-paralax_mess:after {
    content: "";
    display: none;
    height: 2px;
    width: 240px;
    margin: 30px auto 0;
    background: #FFF; }

.top-paralax_item {
  width: 100%;
  height: 100%;
  min-height: 1024px;
  background: url("images/mainpage_slide1.jpg") no-repeat 50% -20px;
  background-size: cover;
  z-index: 1; }

.top-paralax_icons {
  position: absolute;
  width: 100%;
  padding: 0 10%;
  margin: 430px auto 0;
  box-sizing: border-box; }
  .top-paralax_icons div {
    margin-top: -185px; }
  .top-paralax_icons img {
    display: block;
    float: left;
    width: 10.66%;
    margin: 0 3%; }

/*
**     Footer
*/
body > footer {
  overflow: hidden;
  padding: 60px 0 30px; }
  body > footer div {
    float: left;
    width: 25%; }
    body > footer div > label {
      display: block;
      margin-bottom: 30px;
      font-size: 19px;
      text-transform: uppercase; }
      body > footer div > label:after {
        content: "";
        display: block;
        height: 2px;
        width: 60px;
        margin: 30px 0 0;
        background: #CCC; }
    body > footer div span {
      color: #ff5151; }
    body > footer div a {
      color: #FFF; }

.copy {
  clear: both;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  font-size: 12px;
  text-align: center;
  color: #999; }

/* White frame */
.frame_hr {
  position: fixed;
  bottom: 0;
  height: 7px;
  width: 100%;
  background: #FFF;
  z-index: 100; }

.frame_top {
  top: 0 !important;
  bottom: auto !important; }

.frame_vr {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 7px;
  background: #FFF; }

.frame_right {
  right: 0 !important;
  left: auto !important; }

#footermap {
  width: 100%;
  height: 400px;
  margin-top: 90px;
  background: #333; }

/* Main Page */
.chef {
  overflow: hidden; }
  .chef > div {
    float: left;
    width: 33.333%;
    margin-top: 63px;
    box-sizing: border-box; }
    .chef > div:first-of-type {
      padding-right: 20px; }
    .chef > div:last-of-type {
      padding-left: 20px; }
    .chef > div:nth-of-type(2) {
      padding-left: 10px;
      padding-right: 10px; }
    .chef > div img {
      width: 100%;
      border: 15px solid rgba(0, 0, 0, 0.3);
      box-sizing: border-box; }
  .chef p {
    max-width: 750px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
    text-align: justify; }
    .chef p span {
      display: inline-block;
      margin-left: 5px;
      font-size: 21px;
      font-style: normal;
      text-align: right;
      color: #999; }
    .chef p img {
      display: inline-block;
      margin-right: 30px;
      margin-left: -30px;
      opacity: .5; }
      .chef p img:last-of-type {
        margin: 10px -30px 0 30px;
        float: right;
        transform: rotate(-180deg); }
  .chef a.readmore {
    display: block;
    width: 150px;
    height: 45px;
    margin: 30px auto 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-style: normal;
    color: #FF5151;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.5s;
    box-sizing: border-box; }
    .chef a.readmore:hover {
      background: rgba(0, 0, 0, 0.6); }
    .chef a.readmore b {
      display: inline-block;
      margin-left: 5px;
      margin-top: -1px;
      font-size: 24px;
      font-weight: 400;
      vertical-align: top; }
  .chef i {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-style: normal;
    text-align: right;
    color: #999; }
  .chef .img_border {
    float: left;
    width: 40%;
    margin: 0 30px 30px 0; }

.chef-works {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding-right: 35px;
  font-size: 19px;
  font-style: italic; }
  .chef-works span {
    color: #FF5151; }

.cheffslink {
  width: 100% !important;
  max-width: 220px !important;
  margin-top: 35px;
  line-height: 18px;
  font-size: 14px;
  text-align: center; }

.chef-quote {
  margin-left: 33.33%;
  padding-left: 25px;
  box-sizing: border-box; }
  .chef-quote p {
    max-width: 100%; }
  .chef-quote .cheffslink {
    display: none; }

.booking-banner {
  display: block;
  width: 100%;
  height: 150px;
  margin: 30px 0 -60px;
  box-sizing: border-box;
  color: #FFF;
  line-height: 45px;
  font-size: 45px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  border: 1px solid #333;
  background: url("images/booking-banner.jpg") no-repeat 50% 50%;
  background-size: cover; }
  .booking-banner:hover {
    color: #FFF;
    border-color: #444; }
    .booking-banner:hover p {
      transform: scale(1.05); }
  .booking-banner p {
    width: 100%;
    padding: 0 0 0 30px;
    margin: 0;
    transition: all 0.5s ease; }
  .booking-banner small {
    display: block;
    padding: 27px 0 0 30px;
    margin-left: 27px;
    font-size: 16px; }

.chef-info .booking-banner {
  float: left;
  margin: 60px 0 30px !important;
  clear: both; }

.specials {
  position: relative;
  overflow: hidden;
  background: transparent; }
  .specials article {
    margin-top: 120px;
    margin-bottom: 120px;
    color: #555;
    overflow: hidden;
    background: #FFF; }
    .specials article .specials_img {
      display: block;
      float: left;
      width: 50%;
      height: 100%;
      min-height: 580px;
      background: url("images/specials.jpg") no-repeat 50% 100%;
      background-size: 105% auto !important; }
    .specials article .specials_text {
      width: 50%;
      margin-left: 50%;
      padding: 0 30px;
      text-align: center;
      box-sizing: border-box; }
    .specials article a {
      height: 45px;
      font-size: 19px;
      line-height: 45px;
      padding-right: 30px;
      padding-left: 30px; }
    .specials article h1 {
      padding-top: 60px;
      color: #000;
      font-weight: 700; }
      .specials article h1:after {
        content: "";
        display: block;
        height: 2px;
        width: 180px;
        margin: 20px auto 0;
        background: #666; }
    .specials article ul {
      display: block;
      margin: 0 auto;
      padding: 0 0 50px; }
    .specials article li {
      display: block;
      padding: 15px 0;
      list-style: none;
      font-size: 16px;
      border-bottom: 1px dashed #CCC; }
      .specials article li b {
        font-weight: 400;
        font-size: 19px;
        color: #ff5151; }

.specials.menupage article {
  margin-top: 150px !important;
  margin-bottom: 0px !important; }

.specials_paralax {
  position: absolute;
  width: 100%;
  height: 1500px;
  background: url("images/bg_specials.jpg") no-repeat 50% 0;
  background-size: 100% auto;
  z-index: -1; }

.locations {
  padding: 90px 0; }
  .locations h1 {
    text-align: center; }
    .locations h1:after {
      content: "";
      display: block;
      height: 2px;
      width: 180px;
      margin: 20px auto 0;
      background: #CCC; }
  .locations p {
    float: left;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box; }
    .locations p:nth-of-type(even) {
      padding-right: 0;
      padding-left: 15px; }
    .locations p.locationstext {
      float: none;
      width: 75% !important;
      max-width: 75% !important;
      margin: 0 auto;
      text-align: center; }

.locations_photos {
  clear: both;
  padding-top: 30px;
  overflow: hidden; }
  .locations_photos .locations_photos_big {
    position: relative;
    float: left;
    width: 50%;
    height: 400px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-sizing: border-box; }
  .locations_photos .locations_photos_medium {
    position: relative;
    float: left;
    width: 25%;
    height: 400px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-sizing: border-box; }
  .locations_photos .locations_photos_small {
    position: relative;
    width: 100%;
    height: 185px;
    margin-bottom: 30px;
    overflow: hidden; }
    .locations_photos .locations_photos_small:first-of-type {
      margin-bottom: 30px; }
    .locations_photos .locations_photos_small .locations_photos-border,
    .locations_photos .locations_photos_small .locations_photos-border div {
      height: 155px !important; }

.locations_photos-border {
  position: absolute;
  width: 100%;
  height: 400px;
  box-sizing: border-box; }
  .locations_photos-border div {
    height: 370px;
    margin: 15px;
    border: 1px solid #FFF;
    box-sizing: border-box; }

.lens-effect {
  position: absolute;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  z-index: -1; }
  .lens-effect > div {
    height: 400px;
    overflow: hidden; }
  .lens-effect div div {
    transition: all 0.5s ease; }

.locations_photos_big:hover > .lens-effect div div,
.locations_photos_medium:hover > .lens-effect div div,
.locations_photos_small:hover > .lens-effect div div {
  transform: scale(1.2) rotate(-4deg); }

.interior_big1, .interior_big2,
.interior_medium1, .interior_medium2 {
  height: 400px;
  width: 100%;
  background-size: cover !important; }

.interior_big1 {
  background: url("images/interior_big1_2.jpg") no-repeat 50% 50%; }

.interior_big2 {
  background: url("images/interior_big2_2.jpg") no-repeat 50% 50%; }

.interior_medium1 {
  background: url("images/interior_medium1_2.jpg") no-repeat 50% 50%; }

.interior_medium2 {
  background: url("images/interior_medium2_2.jpg") no-repeat 50% 50%; }

.interior_small1, .interior_small2,
.interior_small3, .interior_small4 {
  height: 185px;
  width: 100%;
  background-size: cover !important; }

.interior_small1 {
  background: url("images/interior_small1_2.jpg") no-repeat 50% 50%;
  margin-bottom: 30px; }

.interior_small2 {
  background: url("images/interior_small2_2.jpg") no-repeat 50% 50%; }

.interior_small3 {
  background: url("images/interior_small3_2.jpg") no-repeat 50% 50%; }

.interior_small4 {
  background: url("images/interior_small4_2.jpg") no-repeat 50% 50%;
  margin-bottom: 30px; }

.locations_first-col {
  clear: both;
  padding-right: 15px; }
  .locations_first-col .locations_photos-border, .locations_first-col .lens-effect {
    padding-right: 15px; }

.locations_end-col {
  padding-right: 0 !important;
  padding-left: 15px !important; }
  .locations_end-col .locations_photos-border, .locations_end-col .lens-effect {
    padding-right: 0 !important;
    padding-left: 15px !important; }

.locations_middle-col {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important; }
  .locations_middle-col .locations_photos-border, .locations_middle-col .lens-effect {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important; }

.locations_photos_medium.locations_first-col {
  padding-right: 0px !important; }

.locations_photos_medium.locations_end-col:last-child .locations_photos-border {
  padding-right: 15px !important; }

.menu {
  position: relative;
  overflow: hidden;
  background: transparent; }
  .menu article {
    margin-top: 60px;
    margin-bottom: 120px;
    overflow: hidden; }
  .menu h1 {
    padding-top: 30px;
    text-align: center; }
    .menu h1:after {
      content: "";
      display: block;
      height: 2px;
      width: 180px;
      margin: 20px auto 0;
      background: #FFF; }
  .menu ul {
    display: block;
    padding: 0 0 60px 0;
    margin: 0;
    overflow: hidden; }
    .menu ul li {
      float: left;
      width: 50%; }
      .menu ul li:nth-child(odd) {
        padding-right: 60px; }
      .menu ul li:nth-child(even) {
        padding-left: 60px; }
  .menu a {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 45px;
    line-height: 45px;
    font-size: 19px;
    text-align: center;
    clear: both; }

.menu_paralax {
  position: absolute;
  width: 100%;
  height: 1200px;
  background: url("images/bg-menu.jpg") no-repeat 50% 0;
  background-size: cover;
  z-index: -1; }

.menu-list {
  list-style: none; }
  .menu-list li {
    display: block;
    height: 125px;
    width: 50%;
    padding: 45px 0 0;
    overflow: hidden;
    font-size: 19px;
    border-bottom: 1px dashed #FFF;
    box-sizing: border-box; }
    .menu-list li.big {
      height: 135px; }
    .menu-list li strong {
      display: block;
      float: right;
      width: 110px;
      text-align: right;
      font-weight: 300;
      font-size: 22px;
      color: #ff5151; }
    .menu-list li:nth-of-type(odd) {
      padding-right: 120px; }
    .menu-list li:nth-of-type(even) {
      padding-left: 120px; }
    .menu-list li em {
      display: block;
      float: right;
      width: 70px;
      text-align: right;
      font-size: 14px;
      font-style: normal; }
    .menu-list li small {
      display: block;
      padding-top: 5px;
      padding-bottom: 10px;
      font-size: 14px;
      line-height: 15px;
      color: #ff5151; }

.bigprice strong {
  width: 140px !important; }

.bigprice em {
  width: 90px !important; }

.menucontrol + .menupage {
  padding-top: 40px; }

.menucontrol {
  text-align: center;
  padding-bottom: 0 !important; }

.menucontrol a {
  display: inline-block;
  height: 40px;
  padding: 5px 20px;
  margin: 0 5px 10px;
  background: rgba(0, 0, 0, 0.3);
  border: thin solid rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
  line-height: 40px; }
  .menucontrol a:hover {
    color: #FF5151;
    background: rgba(0, 0, 0, 0.6); }

/* Contact Page */
.contactpage {
  padding-bottom: 0 !important;
  padding-top: 180px !important; }
  .contactpage h1 {
    text-align: center; }
    .contactpage h1:after {
      content: "";
      display: block;
      height: 2px;
      width: 180px;
      margin: 20px auto 0;
      background: #FFF; }
  .contactpage h2 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
    font-size: 19px;
    text-transform: uppercase; }
    .contactpage h2:after {
      content: "";
      display: block;
      height: 2px;
      width: 60px;
      margin: 30px 0 0;
      background: #CCC; }
  .contactpage input, .contactpage textarea {
    padding: 10px;
    color: #FFF;
    border: thin solid #CCC;
    box-sizing: border-box;
    background: transparent; }
  .contactpage input {
    float: left;
    width: 49.5%;
    margin-bottom: 10px; }
    .contactpage input:last-of-type {
      float: right; }
  .contactpage textarea {
    width: 100%;
    height: 90px; }
  .contactpage a {
    width: 100%;
    height: 40px;
    padding-right: 0;
    padding-left: 0;
    line-height: 36px;
    font-size: 19px;
    text-align: center;
    background: #000; }
  .contactpage .two-col:nth-of-type(even) {
    padding-left: 0; }

.contactpage_booking {
  color: #ff5151; }

.booking {
  padding: 120px 0 !important;
  overflow: hidden; }
  .booking > div {
    width: 50%;
    float: left; }
  .booking p {
    width: 80%; }
  .booking .qty-wrap {
    float: left;
    width: 35%;
    padding-right: 20px;
    box-sizing: border-box; }
  .booking input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px;
    margin-bottom: 20px;
    background: transparent;
    color: #FFF;
    border: 2px solid #999;
    font-size: 16px;
    box-sizing: border-box; }
    .booking input[name=time] {
      width: 65%;
      margin-left: 35%; }
  .booking button {
    display: block;
    width: 100%;
    height: 60px;
    border: 0;
    font-size: 19px;
    font-weight: 300;
    color: #FFF;
    background: #000;
    cursor: pointer;
    transition: background 0.5s; }
    .booking button:hover {
      background: #111; }
  .booking h3.title:after {
    content: "";
    display: block;
    height: 2px;
    width: 180px;
    margin: 20px 0 0;
    background: #666; }

.tag {
  position: relative;
  width: 100%;
  height: 300px;
  padding-bottom: 0;
  margin-bottom: -90px;
  overflow: hidden; }

.tag_paralax {
  position: absolute;
  width: 100%;
  height: 1200px;
  background: url("images/bg_tag.jpg") no-repeat 50% 0;
  z-index: -1;
  box-sizing: cover; }

.tag_content {
  max-width: 750px;
  margin: 110px auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  font-family: 'Roboto Slab', serif; }

.aboutpage h1, .aboutpage h3 {
  clear: both;
  margin-top: 20px;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase; }
  .aboutpage h1:after, .aboutpage h3:after {
    content: "";
    display: block;
    height: 2px;
    width: 180px;
    margin: 20px auto;
    background: #FFF; }
.aboutpage h3 {
  padding: 40px 0 20px; }
.aboutpage .one-of-three-col img {
  width: 96%;
  margin: 0 2%; }
.aboutpage p {
  margin-left: 2%;
  margin-right: 2%; }
.aboutpage img.biglogo {
  display: block;
  width: 200px;
  margin: 0 auto; }

/* Gallery Page */
.one-middle-col {
  width: 40%;
  float: left;
  padding-left: 4%;
  box-sizing: border-box; }

.one-small-col {
  float: left;
  width: 20%;
  box-sizing: border-box; }
  .one-small-col a {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 10px 0;
    border-bottom: thin dashed #DDD;
    color: #FF5151;
    line-height: 30px; }
  .one-small-col img {
    display: block;
    width: 50%;
    padding-top: 80px;
    margin: 20px auto; }

#menu-gallerymenu {
  list-style: none;
  padding: 0;
  margin: 0; }
  #menu-gallerymenu li {
    margin: 0;
    padding: 0; }
    #menu-gallerymenu li a {
      text-align: left;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Roboto', san-serif; }
    #menu-gallerymenu li.current-menu-item a {
      color: #FFF; }

.one-big-col {
  width: 70%;
  margin-left: 30%;
  overflow: hidden; }

.post-thumbnail img {
  max-width: 100%;
  height: auto; }

.gallery {
  display: none; }

.post-edit-link {
  position: absolute;
  opacity: 0.5;
  color: #FFF; }

.post-thumbnail > a img {
  box-sizing: border-box;
  /*border: thin solid #c0c0c0;*/ }

.thumbnails {
  padding-top: 10px; }
  .thumbnails a {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: 0 15px 15px 0;
    border: thin solid #c0c0c0; }
    .thumbnails a img {
      width: 130px;
      height: 130px; }

.post h1, .post h3 {
  margin-top: 20px;
  font-size: 19px;
  line-height: 30px;
  text-align: left !important;
  text-transform: uppercase; }
  .post h1:after, .post h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 20px 0 40px;
    background: #f0f0f0; }

h3.sidebar-title {
  margin-top: 20px;
  font-size: 19px;
  line-height: 30px;
  text-align: left !important;
  text-transform: uppercase; }
  h3.sidebar-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 20px 0 40px;
    background: #f0f0f0; }

h3.sidebar-tag {
  font-size: 12px;
  text-align: center; }
  h3.sidebar-tag:before {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 30px auto 20px;
    background: #f0f0f0; }

.one-small-col h3 {
  color: #f0f0f0; }
  .one-small-col h3:after {
    margin-bottom: 0; }

div.pp_social {
  display: none; }

a.posts-list-item {
  display: block;
  float: left;
  width: 50%;
  padding-top: 25px;
  box-sizing: border-box; }
  a.posts-list-item:nth-of-type(odd) {
    padding-right: 2.5%;
    clear: both; }
  a.posts-list-item:nth-of-type(even) {
    padding-left: 2.5%; }
  a.posts-list-item h3 {
    display: block;
    font-size: 19px;
    color: #FFF; }
  a.posts-list-item img {
    width: 100%;
    height: auto; }

.news-list-item {
  float: left;
  width: 33%;
  box-sizing: border-box; }
  .news-list-item .news-wrap {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0 0 7px 7px; }
  .news-list-item:nth-of-type(3n+1) {
    padding: 0 20px 40px 0;
    clear: both; }
  .news-list-item:nth-of-type(3n+2) {
    padding: 0 10px 40px; }
  .news-list-item:nth-of-type(3n) {
    padding: 0 0 40px 20px; }
  .news-list-item img {
    display: block;
    width: 100%;
    height: 260px;
    margin-bottom: 20px; }
  .news-list-item h3 {
    display: block;
    height: 55px;
    padding: 0 10px;
    margin-top: 0;
    box-sizing: border-box;
    text-align: center; }
    .news-list-item h3 a {
      padding-bottom: 3px;
      border-bottom: thin dashed #888;
      color: #000; }
  .news-list-item .time {
    height: 40px;
    width: 50%;
    padding-left: 10px;
    line-height: 40px;
    color: #333;
    background: #D0D0D0;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 0 0 0 7px; }
  .news-list-item .desc {
    clear: both;
    height: 95px;
    line-height: 18px;
    padding: 0 10px 10px;
    color: #333; }
  .news-list-item .readmore {
    display: block;
    float: right;
    height: 40px;
    width: 50%;
    text-align: center;
    background: #DDD;
    color: #FF5151;
    line-height: 40px;
    border-radius: 0 0 7px 0;
    transition: all 0.5s; }
    .news-list-item .readmore:hover {
      background: #D1D1D1; }

.newspage h1,
.somepage h1 {
  clear: both;
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase; }
  .newspage h1:after,
  .somepage h1:after {
    content: "";
    display: block;
    height: 1px;
    width: 90px;
    margin: 20px auto 60px;
    background: #FFF; }

.enhanced-recent-posts {
  padding: 0;
  margin: 0; }
  .enhanced-recent-posts li {
    display: block;
    list-style: none;
    padding: 0;
    padding-top: 10px;
    margin: 0; }
    .enhanced-recent-posts li a {
      min-height: 30px;
      height: auto !important;
      line-height: 16px; }

.single-news .thumbs_wrap {
  float: right;
  width: 25%;
  padding-left: 10px;
  box-sizing: border-box; }
.single-news .thumbnails {
  padding-top: 0 !important; }
.single-news .post-thumbnail img {
  width: 75%;
  height: auto;
  margin-bottom: 20px; }
.single-news .time, .single-news a {
  color: #FF5151; }
.single-news .time {
  font-size: 12px;
  line-height: 18px; }

.socials {
  margin-top: 20px; }

.get_girections {
  display: block !important;
  clear: both !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px !important; }

@media (max-width: 1199px) {
  h1, .title {
    font-size: 24px;
    line-height: 30px; }

  .specials article h1 {
    padding-top: 30px; }

  h2 {
    font-size: 19px;
    line-height: 30px; }

  #menu-btn {
    display: block; }

  #close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: thin solid #333;
    border-radius: 2px;
    background: url(images/close-icon.png) no-repeat 50% 50%; }
    #close-btn:hover {
      border-color: #888; }

  body > header {
    overflow: visible; }

  .header_nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    left: -110%;
    top: 0;
    background: rgba(0, 0, 0, 0.97);
    z-index: 1000;
    transition: all 0.3s; }
    .header_nav.shown {
      left: 0 !important; }
    .header_nav .menu-topmenu-container {
      width: 100%; }
      .header_nav .menu-topmenu-container > ul {
        position: absolute;
        display: block;
        height: 360px !important;
        width: 100%;
        margin: -220px 0 0;
        padding: 0;
        top: 50%;
        border-top: thin solid #333; }
        .header_nav .menu-topmenu-container > ul li {
          display: block;
          width: 100%;
          height: 40px;
          border-bottom: thin solid #333;
          font-weight: 300 !important;
          font-family: 'Roboto Slab', serif;
          letter-spacing: 2px; }
          .header_nav .menu-topmenu-container > ul li a {
            height: 40px;
            line-height: 40px;
            font-size: 24px;
            padding: 0;
            margin: 0;
            text-align: center !important; }
            .header_nav .menu-topmenu-container > ul li a small {
              display: inline-block !important;
              font-size: 12px;
              color: #FF5151;
              text-transform: lowercase; }
          .header_nav .menu-topmenu-container > ul li.menu-item-has-children {
            height: auto !important; }
            .header_nav .menu-topmenu-container > ul li.menu-item-has-children > a {
              display: none; }
            .header_nav .menu-topmenu-container > ul li.menu-item-has-children ul {
              position: relative !important;
              margin-top: 0;
              width: 100%;
              border-top: 0; }

  .news-list-item img {
    height: auto !important;
    min-height: 210px; }

  .news-list-item h3 {
    font-size: 14px;
    line-height: 24px; }

  .specials article .specials_img {
    min-height: 450px; }

  .specials article a {
    height: 30px;
    line-height: 30px; }

  .specials article ul {
    padding-bottom: 20px; }

  .specials article li {
    padding: 10px 0;
    font-size: 14px; }
    .specials article li b {
      font-size: 16px; }

  .locations_photos .locations_photos_big, .locations_photos .locations_photos_medium, .locations_photos-border, .lens-effect, .lens-effect > div {
    height: 350px; }

  .locations_photos-border div {
    height: 320px; }

  .locations_photos .locations_photos_small .locations_photos-border, .locations_photos .locations_photos_small .locations_photos-border div {
    height: 125px !important; }

  .locations_photos .locations_photos_small, .interior_small1, .interior_small2, .interior_small3, .interior_small4 {
    height: 160px; }

  .menu-list li {
    line-height: 20px;
    font-size: 16px; }
    .menu-list li strong {
      width: 80px;
      font-size: 19px; }
    .menu-list li em {
      width: 50px; }
    .menu-list li small {
      padding-top: 5px;
      font-size: 12px; } }
@media (max-width: 979px) {
  .two-col.cheef,
  .two-col.chef {
    float: none;
    width: 100%;
    margin: 30px 0 0;
    padding: 0; }

  .specials_paralax {
    background-size: 120% auto; }

  .specials article .specials_img {
    display: none;
    float: none;
    min-height: auto;
    height: 150px;
    width: 100%;
    background-size: 100% auto; }

  .specials article .specials_text {
    width: 100%;
    margin-left: 0;
    padding-bottom: 60px; }

  body > footer > div {
    width: 33.33%; }
    body > footer > div:nth-child(3) {
      display: none; }

  .header_nav .menu-topmenu-container ul {
    height: 330px;
    margin: -165px 0 0; }
    .header_nav .menu-topmenu-container ul ul {
      height: auto !important; }
    .header_nav .menu-topmenu-container ul li {
      font-size: 30px;
      line-height: 60px;
      letter-spacing: 1px; }

  .news-list-item img {
    height: auto !important;
    min-height: 145px; }

  .news-list-item h3 {
    height: 65px; }

  .news-list-item .desc {
    height: 125px; }

  .specials article .specials_text {
    min-height: 420px; }

  .locations_photos .locations_photos_big, .locations_photos .locations_photos_medium, .locations_photos-border, .lens-effect, .lens-effect > div {
    height: 310px; }

  .locations_photos-border div {
    height: 280px; }

  .locations_photos .locations_photos_small .locations_photos-border, .locations_photos .locations_photos_small .locations_photos-border div {
    height: 110px !important; }

  .locations_photos .locations_photos_small, .interior_small1, .interior_small2, .interior_small3, .interior_small4 {
    height: 140px; }

  .top-paralax_icons div {
    margin-top: -150px; }

  .menu ul li {
    float: none;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 19px;
    text-align: left !important; }
    .menu ul li small {
      font-size: 14px; }

  .empty-item {
    display: none; } }
@media (max-width: 767px) {
  body > header {
    height: 50px;
    margin-top: -15px; }

  .header_logo {
    width: 220px; }
    .header_logo img {
      height: 50px; }
    .header_logo h1 {
      padding-top: 5px; }
      .header_logo h1:before {
        margin-top: 3px; }

  .header_logo h1 {
    font-size: 12px; }
    .header_logo h1 strong {
      font-size: 16px; }

  .frame_hr, .frame_vr {
    display: none; }

  .header_contacts {
    display: none; }

  .header_booking {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2px;
    /*margin-right: 20px;*/ }

  #menu-btn {
    margin-top: 10px; }

  .top-paralax_icons div {
    display: none; }

  .top-paralax_mess img {
    width: 33%; }

  .top-paralax_mess {
    padding-top: 60px;
    line-height: 30px; }
    .top-paralax_mess .title {
      /*display: none;*/ }

  .top-paralax_item {
    background-image: url("images/mainpage_slide1_small.jpg"); }

  .header_nav .menu-topmenu-container ul {
    height: 250px;
    margin-top: -115px; }
    .header_nav .menu-topmenu-container ul li {
      height: 20px;
      line-height: 18px;
      font-size: 11px; }
      .header_nav .menu-topmenu-container ul li a {
        line-height: 18px !important;
        height: 20px;
        font-size: 13px;
        box-sizing: border-box; }

  .menu-list li:nth-of-type(odd) {
    padding-right: 0 !important; }

  .menu-list li:nth-of-type(even) {
    padding-left: 0 !important; }

  .menu-list li.big {
    height: auto !important; }

  .chef-works {
    display: none; }

  .chef-quote {
    margin-left: 0; }
    .chef-quote .cheffslink {
      display: block;
      display: none; }

  .specials article {
    margin-top: 60px;
    margin-bottom: 60px;
    background: transparent;
    color: #FFF; }
    .specials article h1 {
      color: #FFF; }
      .specials article h1:after {
        background: #CCC; }

  .specials_paralax {
    background-image: url("images/bg_specials_small.jpg");
    background-size: auto 80%; }

  .locations_photos-border {
    display: none; }

  .locations_photos .locations_photos_big {
    width: 66.66%; }
    .locations_photos .locations_photos_big.locations_middle-col {
      padding-left: 0 !important;
      padding-right: 15px !important; }
      .locations_photos .locations_photos_big.locations_middle-col .lens-effect {
        padding-right: 15px !important;
        padding-left: 0 !important; }

  .locations_photos .locations_photos_medium.locations_middle-col {
    width: 33.33%; }

  .locations_photos .locations_photos_medium.locations_end-col {
    width: 50%;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .locations_photos .locations_photos_medium.locations_end-col .lens-effect {
      padding-right: 15px !important;
      padding-left: 0 !important; }

  .locations_photos .locations_photos_medium.locations_first-col {
    clear: none;
    width: 50%;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .locations_photos .locations_photos_medium.locations_first-col .lens-effect {
      padding-right: 0 !important;
      padding-left: 15px !important; }

  .locations_photos .locations_photos_medium.locations_end-col:last-of-type {
    width: 33.33%; }
    .locations_photos .locations_photos_medium.locations_end-col:last-of-type .lens-effect {
      padding-right: 0 !important;
      padding-left: 15px !important; }

  .booking-banner {
    font-size: 36px; }
    .booking-banner small {
      padding-left: 20px;
      margin-left: 23px;
      font-size: 14px; }
    .booking-banner p {
      padding-left: 20px; }

  .menu_paralax {
    background-image: url("images/bg-menu_small.jpg"); }

  body > footer > div {
    display: block !important;
    width: 50%; }
    body > footer > div:first-of-type, body > footer > div:nth-of-type(2) {
      margin-bottom: 60px; }

  .one-of-three-col {
    width: 50%; }

  .one-of-three-col:nth-of-type(3n) {
    clear: both;
    width: 100%; }

  .booking {
    margin-top: -80px; }

  .booking .reserve {
    margin-top: 40px; }

  .booking > div {
    float: none;
    width: 100%; }

  .news-list-item {
    width: 50%; }

  .news-list-item:nth-of-type(even) {
    padding: 0 0 40px 10px; }

  .news-list-item:nth-of-type(odd) {
    padding: 0 10px 40px 0;
    clear: both; }

  .single-news .thumbs_wrap {
    float: none;
    width: 100%;
    padding-left: 0px; }

  .thumbnails a,
  .thumbnails a img {
    width: 50px;
    height: 50px; }

  .single-news .post-thumbnail img {
    width: 100%; }

  #close-btn {
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px; } }
@media (max-width: 479px) {
  .chef-quote .cheffslink {
    margin: 30px auto;
    text-align: center; }

  section.fullwidth {
    padding-top: 60px;
    padding-bottom: 60px; }

  .header_booking {
    display: none; }

  .top-paralax_item {
    background-position: 52% 100%; }

  .booking-banner {
    height: 120px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    background-position: 25% 50%; }
    .booking-banner p {
      margin-left: 0;
      padding-left: 0; }
    .booking-banner small {
      margin-left: 0;
      padding-top: 20px;
      padding-left: 0;
      font-size: 10px; }

  .top-paralax_mess:after {
    display: none; }

  .specials article {
    margin-top: 30px;
    margin-bottom: 30px; }

  .locations p {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important; }

  .menu article {
    margin-bottom: 60px;
    margin-top: 30px; }
  .menu a {
    width: 240px;
    font-size: 16px; }
  .menu ul li {
    font-size: 16px; }

  .specials article .specials_text {
    padding: 0 10px !important; }

  .menu-list li {
    height: auto;
    padding: 10px 0; }

  .menu_paralax {
    background-position: 90% 0; }

  body > footer div > label {
    font-size: 16px; }

  .top-paralax_mess img {
    width: 60%; }

  .top-paralax_icons img {
    width: 12.66%;
    margin: 0 2%; }

  article.chef div {
    width: 50%; }

  article.chef div:nth-of-type(3) {
    display: none; }

  .top-paralax_icons div {
    margin-top: -60px; }

  .chef .img_border {
    float: none;
    width: 75%; }

  .specials article a {
    font-size: 16px; }

  .locations_photos .locations_photos_big,
  .locations_photos .locations_photos_medium.locations_middle-col,
  .locations_photos .locations_photos_medium.locations_end-col:last-of-type {
    width: 100%; }

  .locations_photos_big:hover > .lens-effect div div,
  .locations_photos_medium:hover > .lens-effect div div,
  .locations_photos_small:hover > .lens-effect div div {
    transform: scale(1) rotate(0deg) !important; }

  .locations_photos .locations_photos_big.locations_middle-col,
  .locations_photos .locations_photos_big.locations_middle-col .lens-effect,
  .locations_photos .locations_photos_medium.locations_end-col:last-of-type .lens-effect,
  .locations_first-col,
  .locations_middle-col,
  .locations_middle-col .lens-effect,
  .locations_first-col .lens-effect {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .one-of-three-col {
    width: 100%; }

  .news-list-item,
  .news-list-item:nth-of-type(3n+1),
  .news-list-item:nth-of-type(3n+2),
  .news-list-item:nth-of-type(3n) {
    width: 100% !important;
    float: none;
    padding: 0 10px 40px; }

  .news-list-item img {
    min-height: auto !important; }

  .single-news .thumbs_wrap {
    float: none;
    width: 100%;
    padding-left: 0px; }

  .thumbnails a,
  .thumbnails a img {
    width: 50px;
    height: 50px; }

  .category-news .one-small-col {
    display: none; }

  .one-big-col.single-news {
    width: 100%;
    margin-left: 0; }

  .single-news .post-thumbnail img {
    width: 100%; }

  .gallerypage .one-small-col,
  .gallerypage .one-big-col {
    float: none;
    width: 100%;
    margin-left: 0; }

  a.posts-list-item {
    width: 100%; }

  a.posts-list-item:nth-of-type(odd),
  a.posts-list-item:nth-of-type(even) {
    margin-right: 0;
    margin-left: 0; }

  .category-gallery .one-small-col {
    display: none; }

  .category-gallery .one-big-col {
    width: 100%;
    margin-left: 0; }

  .contactpage .two-col {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    clear: both; }
    .contactpage .two-col:last-of-type {
      padding-top: 60px; }

  body > footer div > label {
    font-size: 19px; }

  body > footer div > label:after {
    margin: 20px auto; }

  body > footer div {
    float: none !important;
    width: 100% !important;
    font-size: 16px;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
