@import url(/google-fonts/css?family=Open+Sans:400,700,400italic);
@import url(/google-fonts/css?family=Open+Sans:400,700,400italic);
@font-face {
  font-family: 'EntypoRegular';
  src: url("/fonts/entypo-webfont.eot");
  src: url("/fonts/entypo-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/entypo-webfont.woff") format("woff"), url("/fonts/entypo-webfont.ttf") format("truetype"), url("/fonts/entypo-webfont.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }
  *:before, *:after {
    box-sizing: inherit; }

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

a {
  text-decoration: none; }

body {
  line-height: 1; }

ol,
ul {
  list-style-type: square;
  list-style-position: inside; }

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

caption,
th,
td {
  font-weight: normal; }

input:not([type="checkbox"]),
textarea {
  appearance: none; }

input,
textarea {
  border-radius: 0; }

button,
input[type="button"],
input[type="submit"] {
  background: none; }

:required {
  box-shadow: none; }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: bold; }

u {
  text-decoration: underline; }

pre,
code {
  font-family: Monaco, Courier, monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

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

a,
input[type="submit"],
input[type="button"],
button,
label[for] {
  cursor: pointer; }

img {
  display: inline-block;
  vertical-align: top; }

body {
  color: #343434;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.7;
  background: #fff; }

h1,
h2,
h3 {
  font-family: "Open Sans"; }

.left-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background: #474747; }
  @media only screen and (max-width: 960px) {
    .left-panel {
      position: relative;
      width: 100%;
      height: auto; } }
.right-panel {
  margin-left: 300px; }
  @media only screen and (max-width: 960px) {
    .right-panel {
      margin-left: 0; } }
.wrapper {
  width: 94%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto; }
  .wrapper:before {
    display: table;
    clear: both;
    content: ""; }
  .wrapper:after {
    display: table;
    clear: both;
    content: ""; }

.wrapper--fullscreen {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .wrapper--fullscreen:before {
    display: table;
    clear: both;
    content: ""; }
  .wrapper--fullscreen:after {
    display: table;
    clear: both;
    content: ""; }

.row:before {
  display: table;
  clear: both;
  content: ""; }

.row:after {
  display: table;
  clear: both;
  content: ""; }

.column-1 {
  display: block;
  float: left;
  width: 8.3333333333%; }
  @media only screen and (max-width: 1200px) {
    .column-1 {
      display: block;
      float: left;
      width: 100%; } }
.column-2 {
  display: block;
  float: left;
  width: 16.6666666667%; }
  @media only screen and (max-width: 1200px) {
    .column-2 {
      display: block;
      float: left;
      width: 100%; } }
.column-3 {
  display: block;
  float: left;
  width: 25%; }
  @media only screen and (max-width: 1200px) {
    .column-3 {
      display: block;
      float: left;
      width: 100%; } }
.column-4 {
  display: block;
  float: left;
  width: 33.3333333333%; }
  @media only screen and (max-width: 1200px) {
    .column-4 {
      display: block;
      float: left;
      width: 100%; } }
.column-5 {
  display: block;
  float: left;
  width: 41.6666666667%; }
  @media only screen and (max-width: 1200px) {
    .column-5 {
      display: block;
      float: left;
      width: 100%; } }
.column-6 {
  display: block;
  float: left;
  width: 50%; }
  @media only screen and (max-width: 1200px) {
    .column-6 {
      display: block;
      float: left;
      width: 100%; } }
.column-7 {
  display: block;
  float: left;
  width: 58.3333333333%; }
  @media only screen and (max-width: 1200px) {
    .column-7 {
      display: block;
      float: left;
      width: 100%; } }
.column-8 {
  display: block;
  float: left;
  width: 66.6666666667%; }
  @media only screen and (max-width: 1200px) {
    .column-8 {
      display: block;
      float: left;
      width: 100%; } }
.column-9 {
  display: block;
  float: left;
  width: 75%; }
  @media only screen and (max-width: 1200px) {
    .column-9 {
      display: block;
      float: left;
      width: 100%; } }
.column-10 {
  display: block;
  float: left;
  width: 83.3333333333%; }
  @media only screen and (max-width: 1200px) {
    .column-10 {
      display: block;
      float: left;
      width: 100%; } }
.column-11 {
  display: block;
  float: left;
  width: 91.6666666667%; }
  @media only screen and (max-width: 1200px) {
    .column-11 {
      display: block;
      float: left;
      width: 100%; } }
.column-12 {
  display: block;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .column-12 {
      display: block;
      float: left;
      width: 100%; } }
.column-1-center {
  display: block;
  float: none;
  width: 8.3333333333%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-1-center {
      display: block;
      float: left;
      width: 100%; } }
.column-2-center {
  display: block;
  float: none;
  width: 16.6666666667%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-2-center {
      display: block;
      float: left;
      width: 100%; } }
.column-3-center {
  display: block;
  float: none;
  width: 25%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-3-center {
      display: block;
      float: left;
      width: 100%; } }
.column-4-center {
  display: block;
  float: none;
  width: 33.3333333333%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-4-center {
      display: block;
      float: left;
      width: 100%; } }
.column-5-center {
  display: block;
  float: none;
  width: 41.6666666667%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-5-center {
      display: block;
      float: left;
      width: 100%; } }
.column-6-center {
  display: block;
  float: none;
  width: 50%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-6-center {
      display: block;
      float: left;
      width: 100%; } }
.column-7-center {
  display: block;
  float: none;
  width: 58.3333333333%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-7-center {
      display: block;
      float: left;
      width: 100%; } }
.column-8-center {
  display: block;
  float: none;
  width: 66.6666666667%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-8-center {
      display: block;
      float: left;
      width: 100%; } }
.column-9-center {
  display: block;
  float: none;
  width: 75%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-9-center {
      display: block;
      float: left;
      width: 100%; } }
.column-10-center {
  display: block;
  float: none;
  width: 83.3333333333%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-10-center {
      display: block;
      float: left;
      width: 100%; } }
.column-11-center {
  display: block;
  float: none;
  width: 91.6666666667%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-11-center {
      display: block;
      float: left;
      width: 100%; } }
.column-12-center {
  display: block;
  float: none;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .column-12-center {
      display: block;
      float: left;
      width: 100%; } }
@media only screen and (max-width: 1200px) {
  .row .column-6 {
    margin-bottom: 54.4px; }
    .row .column-6:last-child {
      margin-bottom: 0; }
  .row .column-4 {
    margin-bottom: 54.4px; }
    .row .column-4:last-child {
      margin-bottom: 0; } }

.widget {
  margin: 0 32.64px;
  display: block; }
  .wrapper--fullscreen .widget {
    margin: 0; }
  @media only screen and (max-width: 960px) {
    .widget {
      margin: 0 16.32px; } }
.widget_header h2 {
  display: inline-block;
  font-size: 19.2px;
  font-weight: 700;
  background: #474747;
  color: #fff;
  padding: 21.76px 27.2px;
  line-height: 1;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }
  .widget_header h2 a {
    color: #fff; }

.widget--call-to-action {
  position: relative;
  background: #000;
  background-size: cover;
  background-position: 50%;
  padding: 163.2px 108.8px;
  text-align: center;
  color: #fff; }
  .widget--call-to-action img {
    display: none; }
  .widget--call-to-action:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 960px) {
    .widget--call-to-action {
      padding: 108.8px 54.4px; } }
.widget--call-to-action_wrapper {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 99; }
  .widget--call-to-action_wrapper:before {
    display: table;
    clear: both;
    content: ""; }
  .widget--call-to-action_wrapper:after {
    display: table;
    clear: both;
    content: ""; }

.widget--call-to-action__text {
  color: #fff;
  font-size: 33.1776px;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 1.4;
  text-shadow: rgba(0, 0, 0, 0.49) 0 1px 6px; }
  @media only screen and (max-width: 960px) {
    .widget--call-to-action__text {
      font-size: 27.648px; } }
.widget--call-to-action__button {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  background-color: #474747;
  padding: 16.32px 32.64px;
  color: #fff;
  font-weight: 700;
  margin-top: 54.4px;
  border-radius: 6px; }

.column-8-center .widget--text {
  text-align: center; }

.widget--text_markdown h1,
.widget--text_markdown h2,
.widget--text_markdown h3,
.widget--text_markdown p,
.widget--text_markdown ol,
.widget--text_markdown ul,
.widget--text_markdown blockquote {
  margin-top: 21.76px; }

.widget--text_markdown h1,
.widget--text_markdown h2,
.widget--text_markdown h3 {
  font-weight: 700; }

.widget--text_markdown h1,
.widget--text_markdown h2 {
  font-size: 23.04px; }

.widget--text_markdown h3 {
  font-size: 19.2px; }

.widget--text_markdown ol {
  list-style-type: decimal;
  list-style-position: inside; }

.widget--text_markdown ul {
  list-style-type: square;
  list-style-position: inside; }

.widget--text_markdown blockquote {
  display: block;
  padding-left: 27.2px;
  border-left: 4px solid #343434; }
  .widget--text_markdown blockquote:before, .widget--text_markdown blockquote:after {
    content: ''; }
  .widget--text_markdown blockquote p:before {
    content: '"'; }
  .widget--text_markdown blockquote p:after {
    content: '"'; }

.widget--text_markdown > h1:first-child,
.widget--text_markdown > h2:first-child,
.widget--text_markdown > h3:first-child,
.widget--text_markdown > p:first-child,
.widget--text_markdown > ol:first-child,
.widget--text_markdown > ul:first-child,
.widget--text_markdown > blockquote:first-child {
  margin-top: 0; }

.widget--text_markdown > h1:first-child,
.widget--text_markdown > h2:first-child,
.widget--text_markdown > h3:first-child {
  display: inline-block;
  font-size: 27.648px;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 10px; }

.widget--image .widget_body {
  text-align: center; }

.widget--image img {
  display: block;
  max-width: 100%;
  height: auto; }

.widget--image__caption {
  display: block;
  font-family: "Open Sans";
  background: #6ca274;
  color: #fff;
  padding: 21.76px 27.2px;
  text-align: center;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  .wrapper--fullscreen .widget--image__caption {
    margin-left: 27.2px; }

.widget--image_img {
  display: block;
  position: relative; }

.widget--image__img {
  display: block;
  max-width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .wrapper--fullscreen .widget--image__img {
    border-radius: 0; }

.widget--hours .widget_body {
  padding: 27.2px;
  background: #f7f7f7;
  text-align: center;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  .widget--hours .widget_body:before {
    display: table;
    clear: both;
    content: ""; }
  .widget--hours .widget_body:after {
    display: table;
    clear: both;
    content: ""; }

.widget--hours__table {
  width: 100%;
  max-width: 340px;
  padding: 20px 0;
  margin: 0 auto; }
  .widget--hours__table tr td:nth-child(1) {
    width: 40%; }
  .widget--hours__table tr td:nth-child(2) {
    width: 20%; }
  .widget--hours__table tr td:nth-child(3) {
    width: 40%; }
  .widget--hours__table td {
    text-align: center;
    padding-bottom: 5.44px; }
  .widget--hours__table tr:last-child td {
    padding-bottom: 0; }
  .widget--hours__table .widget--hours_types td {
    color: #474747;
    font-weight: 700; }
  .widget--hours__table .widget--hours_two td:nth-child(1) {
    width: 30%;
    text-align: right; }
  .widget--hours__table .widget--hours_two td:nth-child(2) {
    width: 70%; }

.widget--hours__holidays {
  display: inline-block;
  font-size: 16px;
  background: #6ca274;
  color: #fff;
  padding: 16.32px 32.64px;
  border: 0;
  margin-top: 21.76px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  cursor: pointer; }
  .widget--hours__holidays:hover {
    background: #55865c; }

.widget--hours_holidays {
  display: none;
  margin-top: 27.2px;
  margin-bottom: 5.44px; }
  .widget--hours_holidays span {
    font-weight: 700;
    padding-bottom: 5.44px; }
  .widget--hours_holidays ul {
    font-size: 0;
    list-style: none; }
  .widget--hours_holidays li {
    font-size: 16px; }

.widget--hours_holidays--active {
  display: block; }

.widget--reservations .widget_header {
  margin-bottom: 16.32px; }
  .widget--reservations .widget_header h2 {
    color: #343434;
    background: none;
    padding: 0;
    border-radius: 0;
    font-size: 27.648px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px; }

.widget--contact .widget_body {
  padding: 27.2px 0;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.widget--contact_form,
.new_gelato_form_contact_form_request {
  margin: 0 27.2px; }
  .widget--contact_form p,
  .new_gelato_form_contact_form_request p {
    margin-bottom: 16.32px; }
  .widget--contact_form p:last-child,
  .new_gelato_form_contact_form_request p:last-child {
    margin-bottom: 0; }
  .widget--contact_form label,
  .new_gelato_form_contact_form_request label {
    display: block;
    margin-bottom: 5.44px; }
    .widget--contact_form label:after,
    .new_gelato_form_contact_form_request label:after {
      content: ':'; }
  .widget--contact_form input[type="text"],
  .widget--contact_form input[type="email"],
  .widget--contact_form textarea,
  .new_gelato_form_contact_form_request input[type="text"],
  .new_gelato_form_contact_form_request input[type="email"],
  .new_gelato_form_contact_form_request textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 16.32px;
    font-size: 16px;
    font-family: "Open Sans";
    border-radius: 6px; }
  .widget--contact_form textarea,
  .new_gelato_form_contact_form_request textarea {
    resize: none;
    height: 200px; }
  .widget--contact_form input[type="submit"],
  .new_gelato_form_contact_form_request input[type="submit"] {
    font-size: 16px;
    font-family: "Open Sans";
    background: #6ca274;
    color: #fff;
    padding: 16.32px 32.64px;
    border: 0;
    border-radius: 4px;
    transition: background-color 0.3s ease; }
    .widget--contact_form input[type="submit"]:hover,
    .new_gelato_form_contact_form_request input[type="submit"]:hover {
      background: #55865c; }
  .widget--contact_form .errors,
  .new_gelato_form_contact_form_request .errors {
    margin-bottom: 16.32px; }
    .widget--contact_form .errors h2,
    .new_gelato_form_contact_form_request .errors h2 {
      font-weight: bold;
      margin-bottom: 8.16px; }
    .widget--contact_form .errors ul,
    .new_gelato_form_contact_form_request .errors ul {
      list-style: disc; }
    .widget--contact_form .errors li,
    .new_gelato_form_contact_form_request .errors li {
      margin-left: 16.32px; }

.widget--menu .widget_body {
  margin-top: -1px;
  padding: 27.2px 0;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.widget--menu_nav ul {
  list-style: none;
  padding-bottom: 21.76px;
  margin-top: -5.44px;
  margin-bottom: 38.08px;
  border-bottom: 1px solid #ccc; }
  .widget--menu_nav ul:before {
    display: table;
    clear: both;
    content: ""; }
  .widget--menu_nav ul:after {
    display: table;
    clear: both;
    content: ""; }

.widget--menu_nav li {
  float: left;
  margin-left: 27.2px; }
  @media only screen and (max-width: 1200px) {
    .widget--menu_nav li {
      float: none;
      margin-bottom: 5.44px; }
      .widget--menu_nav li:last-child {
        margin-bottom: 0; } }
.widget--menu_nav a {
  cursor: pointer;
  display: block;
  color: #000; }

.widget--menu_nav .current a {
  color: #474747;
  font-weight: 700; }

.widget--menu__title {
  color: #474747;
  font-weight: 700;
  font-size: 23.04px;
  margin-bottom: 27.2px; }

.widget--menu_overview {
  display: block;
  float: none;
  width: 66.6666666667%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .widget--menu_overview {
      display: block;
      float: none;
      width: 83.3333333333%;
      margin: 0 auto; } }
.widget-menu_pages {
  list-style: none; }

.widget-menu_pages img {
  max-width: 100%; }

.widget--menu_category {
  margin-bottom: 38.08px; }
  .widget--menu_category:before {
    display: table;
    clear: both;
    content: ""; }
  .widget--menu_category:after {
    display: table;
    clear: both;
    content: ""; }

.widget--menu_dish {
  padding-bottom: 38.08px;
  margin-bottom: 38.08px;
  margin-left: 27.2px;
  border-bottom: 1px solid #ccc; }
  .widget--menu_dish:before {
    display: table;
    clear: both;
    content: ""; }
  .widget--menu_dish:after {
    display: table;
    clear: both;
    content: ""; }
  .widget--menu_dish:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .widget--menu_dish {
      margin-left: 0; } }
.widget--menu_dish_meta:before {
  display: table;
  clear: both;
  content: ""; }

.widget--menu_dish_meta:after {
  display: table;
  clear: both;
  content: ""; }

.widget--menu_dish_meta h3 {
  width: 80%;
  float: left;
  font-weight: 700;
  font-family: "Open Sans"; }

.widget--menu_dish_meta span {
  float: right; }
  @media only screen and (max-width: 600px) {
    .widget--menu_dish_meta span {
      clear: left;
      float: left; } }
.widget--menu_dish--img .widget--menu_dish_meta {
  float: right;
  width: 70%;
  padding-left: 38.08px; }
  @media only screen and (max-width: 600px) {
    .widget--menu_dish--img .widget--menu_dish_meta {
      float: none;
      width: 100%;
      padding-left: 0; } }
.widget--menu_dish_image {
  float: left;
  width: 30%; }
  .widget--menu_dish_image img {
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 600px) {
    .widget--menu_dish_image {
      display: none; } }
.widget--menu_dish_description {
  margin-top: 10.88px; }
  .widget--menu_dish_description p, .widget--menu_dish_description ol, .widget--menu_dish_description ul {
    margin-bottom: 10.88px; }
    .widget--menu_dish_description p:last-child, .widget--menu_dish_description ol:last-child, .widget--menu_dish_description ul:last-child {
      margin-bottom: 0; }
  .widget--menu_dish_description ol, .widget--menu_dish_description ul {
    list-style-position: inside; }
  .widget--menu_dish_description ol {
    list-style-type: decimal; }
  .widget--menu_dish_description ul {
    list-style-type: square; }
  .widget--menu_dish--img .widget--menu_dish_description {
    float: right;
    width: 70%;
    padding-left: 38.08px; }
    @media only screen and (max-width: 600px) {
      .widget--menu_dish--img .widget--menu_dish_description {
        float: none;
        width: 100%;
        padding-left: 0; } }
.widget--menu_dish_options {
  margin-top: 10.88px; }
  .widget--menu_dish_options li span:first-child:after {
    content: ':'; }
  .widget--menu_dish_options li span:last-child {
    margin-left: 27.2px; }
  .widget--menu_dish--img .widget--menu_dish_options {
    float: right;
    width: 70%;
    padding-left: 38.08px; }
    @media only screen and (max-width: 600px) {
      .widget--menu_dish--img .widget--menu_dish_options {
        float: none;
        width: 100%;
        padding-left: 0; } }
.menukaart-embed-frame {
  width: 100%;
  height: 600px; }

.widget--gallery {
  position: relative;
  overflow: hidden; }
  .widget--gallery .widget_header {
    margin-bottom: 0; }
    .widget--gallery .widget_header h2 {
      background: #474747; }
  .widget--gallery .widget_body {
    background: #aaa; }
  .widget--gallery ul {
    overflow: hidden; }
  .widget--gallery li {
    display: block;
    height: 600px;
    background-size: cover;
    background-position: 50%; }
  .wrapper--fullscreen .widget--gallery .widget_header {
    display: none; }

.widget--gallery_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center; }
  .widget--gallery_caption span {
    display: inline-block;
    background: #6ca274;
    color: #fff;
    padding: 21.76px 27.2px;
    text-align: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px; }

.widget--reviews_thanks {
  display: none;
  background: url("/images/thanks-badge.png") left top no-repeat;
  min-height: 219.2px;
  padding: 27.2px 0 27.2px 140px;
  margin-bottom: 27.2px;
  border-bottom: 1px solid #ccc; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .widget--reviews_thanks {
      background-image: url("/images/thanks-badge@2x.png");
      background-size: 125px 187px; } }
.widget--reviews_write_review {
  padding-bottom: 27.2px;
  margin-bottom: 27.2px;
  border-bottom: 1px solid #ccc; }
  .widget--reviews_write_review button {
    display: block;
    width: 100%;
    background: #6ca274 !important;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    padding: 21.76px 0;
    border: 0;
    border-radius: 6px;
    display: inline-block; }

.widget--reviews_form {
  display: none;
  padding-bottom: 27.2px;
  margin-bottom: 27.2px;
  border-bottom: 1px solid #ccc; }
  .widget--reviews_form fieldset > ol {
    list-style-type: none; }
  .widget--reviews_form .label {
    display: block;
    margin-bottom: 5.44px; }
  .widget--reviews_form .input {
    margin-bottom: 16.32px; }
  .widget--reviews_form input[type=text], .widget--reviews_form textarea {
    width: 100%;
    padding: 16.32px;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.7;
    border: 1px solid #d1d1d1;
    display: block;
    border-radius: 6px; }
  .widget--reviews_form .review-ratings {
    margin-bottom: 27.2px; }
  .widget--reviews_form li.rating {
    display: block;
    padding: 8.16px 0;
    margin-bottom: 0; }
    .widget--reviews_form li.rating:before {
      display: table;
      clear: both;
      content: ""; }
    .widget--reviews_form li.rating:after {
      display: table;
      clear: both;
      content: ""; }
    .widget--reviews_form li.rating .label {
      float: left;
      display: block;
      line-height: 30px; }
    .widget--reviews_form li.rating .stars {
      height: 30px;
      position: relative;
      float: right; }
      .widget--reviews_form li.rating .stars span {
        display: block;
        float: left;
        box-sizing: content-box;
        background: url("/images/stars.png") 0 0 no-repeat;
        cursor: pointer;
        height: 18px;
        padding: 6px 0;
        text-indent: -9999px;
        width: 10px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
          .widget--reviews_form li.rating .stars span {
            background-image: url("/images/stars@2x.png");
            background-size: 68px 18px; } }
      .widget--reviews_form li.rating .stars .left-star {
        background-position: 5px 6px;
        padding-left: 5px; }
        .widget--reviews_form li.rating .stars .left-star.highlighted {
          background-position: -24px 6px; }
          .widget--reviews_form li.rating .stars .left-star.highlighted.last {
            background-position: -53px 6px; }
      .widget--reviews_form li.rating .stars .right-star {
        background-position: -10px 6px;
        padding-right: 5px;
        width: 9px; }
        .widget--reviews_form li.rating .stars .right-star.highlighted {
          background-position: -39px 6px; }
      .widget--reviews_form li.rating .stars .value {
        color: #474747;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        width: 30px;
        line-height: 30px; }
  .widget--reviews_form .inline-hints {
    color: #676767;
    font-size: 14px; }
  .widget--reviews_form .inline-errors {
    color: #db4640; }
  .widget--reviews_form .actions input[type=submit] {
    background: #6ca274;
    font-family: "Open Sans";
    font-size: 16px;
    color: #fff;
    padding: 16.32px 32.64px;
    border: 0;
    border-radius: 4px;
    transition: background-color 0.3s ease; }
    .widget--reviews_form .actions input[type=submit]:hover {
      background: #55865c; }
    .widget--reviews_form .actions input[type=submit]:disabled {
      cursor: default;
      filter: alpha(opacity=50);
      opacity: .5; }
  .widget--reviews_form .review-images > ol > .input {
    margin-top: 13.6px;
    margin-bottom: 13.6px; }
    .widget--reviews_form .review-images > ol > .input:before {
      display: table;
      clear: both;
      content: ""; }
    .widget--reviews_form .review-images > ol > .input:after {
      display: table;
      clear: both;
      content: ""; }
  .widget--reviews_form .review-image {
    cursor: pointer;
    float: left;
    height: 54.4px;
    margin: 6.8px 10px 6.8px 0;
    position: relative;
    min-width: 54.4px; }
    .widget--reviews_form .review-image .file {
      border-radius: 4px;
      cursor: pointer;
      display: block;
      height: 54.4px;
      margin-bottom: 0;
      overflow: hidden;
      position: relative;
      text-indent: -9999px;
      z-index: 10; }
      .widget--reviews_form .review-image .file:before {
        bottom: 0;
        color: color-contract(#f7f7f7);
        content: "]D";
        cursor: pointer;
        display: block;
        font-family: "EntypoRegular";
        font-size: 41px;
        font-weight: normal;
        left: 0;
        line-height: 54.4px;
        position: absolute;
        right: 0;
        top: -5px;
        text-align: center;
        text-indent: 0;
        text-shadow: 0 1px rgba(0, 0, 0, 0.1);
        -webkit-font-smoothing: antialiased; }
    .widget--reviews_form .review-image.is-attached .file {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.3);
      border: 3px #fff solid;
      border-radius: 0;
      height: 54.4px; }
      .widget--reviews_form .review-image.is-attached .file:before {
        content: "p";
        top: -8px; }
    .widget--reviews_form .review-image .file input {
      cursor: pointer;
      display: block;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 11;
      opacity: 0;
      font-size: 100px; }
    .widget--reviews_form .review-image span.delete-image {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      border: 2px #fff solid;
      border-radius: 100%;
      cursor: pointer;
      display: none;
      background: #2b2b2b;
      position: absolute;
      right: -6px;
      top: -6px;
      height: 16px;
      width: 16px;
      z-index: 13;
      text-indent: -9999em;
      overflow: hidden; }
      .widget--reviews_form .review-image span.delete-image:before {
        color: #fff;
        content: 'X';
        display: block;
        font-family: "EntypoRegular";
        font-size: 33px;
        font-weight: normal;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
        text-indent: 0;
        top: -10px;
        line-height: 24px;
        -webkit-font-smoothing: antialiased; }
    .widget--reviews_form .review-image.is-attached span.delete-image {
      display: block; }
    .widget--reviews_form .review-image .review-image-preview {
      cursor: default;
      height: 54.4px;
      line-height: 54.4px;
      margin-top: -54.4px;
      min-width: 54.4px;
      padding: 3px;
      position: relative;
      text-align: center;
      z-index: 12; }
      .widget--reviews_form .review-image .review-image-preview img {
        display: inline;
        max-height: 100%;
        vertical-align: top; }

.widget--reviews .widget_body {
  padding: 27.2px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.widget--reviews_single {
  display: none;
  padding-bottom: 38.08px;
  margin-bottom: 38.08px;
  border-bottom: 1px solid #ccc; }
  .widget--reviews_single:first-child {
    display: block; }
  .widget--reviews_single:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.widget--reviews_single--active {
  display: block; }

.widget--reviews_single_header {
  margin-bottom: 21.76px; }
  .widget--reviews_single_header img {
    max-width: 24px;
    margin-right: 10.88px; }
  .widget--reviews_single_header span {
    font-weight: 700; }

.widget--reviews_single_rating {
  margin-top: 21.76px; }
  .widget--reviews_single_rating ul {
    max-width: 400px;
    list-style: none; }
    .widget--reviews_single_rating ul:before {
      display: table;
      clear: both;
      content: ""; }
    .widget--reviews_single_rating ul:after {
      display: table;
      clear: both;
      content: ""; }
  .widget--reviews_single_rating li {
    width: 50%;
    float: left;
    font-size: 0; }
    .widget--reviews_single_rating li span {
      font-size: 16px; }
      .widget--reviews_single_rating li span:first-child {
        display: inline-block;
        width: 120px; }
      .widget--reviews_single_rating li span:last-child {
        display: inline-block;
        width: 40px;
        text-align: right;
        font-weight: 700; }
    .widget--reviews_single_rating li:last-child {
      width: 100%;
      margin-top: 21.76px; }
      .widget--reviews_single_rating li:last-child span {
        font-weight: 700; }
    @media only screen and (max-width: 740px) {
      .widget--reviews_single_rating li {
        width: 100%; } }
.widget--reviews_single__more {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans";
  background: #6ca274;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 21.76px 0;
  margin-top: 27.2px;
  margin-left: 0px;
  border: 0;
  border-radius: 6px;
  transition: background-color 0.3s ease; }
  .widget--reviews_single__more:hover {
    background: #55865c; }

.widget--map .widget_body {
  overflow: hidden;
  border-radius: 6px; }

.widget--map-canvas {
  width: 100%;
  height: 440px;
  max-height: 90vh; }
  .widget--map-canvas img {
    max-width: none; }

.widget--map_canvas_content {
  display: block; }

.widget--video_processing {
  display: block;
  width: 100%;
  padding: 81.6px 0;
  background: #222;
  text-align: center; }
  .widget--video_processing p {
    color: #a0a0a0;
    font-weight: 500;
    padding: 0 54.4px; }
    .widget--video_processing p a {
      color: #a0a0a0; }
  .widget--video_processing p:before {
    display: block;
    width: 90px;
    height: 88px;
    content: '';
    background: url("/images/icons/video_process.svg") 0 0 no-repeat;
    background-size: 90px 88px;
    margin: 0 auto;
    margin-bottom: 27.2px; }

.widget--video_processed {
  display: block;
  width: 100%;
  text-align: center;
  color: #a0a0a0; }

.widget--video__caption {
  display: block;
  float: left;
  font-family: "Open Sans";
  background: #6ca274;
  color: #fff;
  padding: 21.76px 27.2px;
  text-align: center;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  margin-bottom: -1px; }
  .widget--video__caption a {
    color: #fff; }

.widget--hoteliers .widget_body {
  padding: 27.2px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  .widget--hoteliers .widget_body .zapp:before {
    display: table;
    clear: both;
    content: ""; }
  .widget--hoteliers .widget_body .zapp:after {
    display: table;
    clear: both;
    content: ""; }
  .widget--hoteliers .widget_body .hf_datepicker_label {
    display: block;
    margin-bottom: 5.44px; }
  .widget--hoteliers .widget_body .hf_datepicker {
    display: block;
    float: left;
    width: 50%; }
    .widget--hoteliers .widget_body .hf_datepicker:nth-child(1) {
      padding-right: 13.6px; }
    .widget--hoteliers .widget_body .hf_datepicker:nth-child(2) {
      padding-left: 13.6px; }
    @media only screen and (max-width: 1200px) {
      .widget--hoteliers .widget_body .hf_datepicker {
        width: 100%;
        padding: 0; }
        .widget--hoteliers .widget_body .hf_datepicker:nth-child(1) {
          padding: 0;
          margin-bottom: 13.6px; }
        .widget--hoteliers .widget_body .hf_datepicker:nth-child(2) {
          padding: 0; } }
  .widget--hoteliers .widget_body .hf_datepicker_input {
    position: relative; }
    .widget--hoteliers .widget_body .hf_datepicker_input input {
      width: 100%;
      border: 1px solid #ccc;
      padding: 16.32px;
      font-size: 16px;
      font-family: "Open Sans";
      border-radius: 6px; }
    .widget--hoteliers .widget_body .hf_datepicker_input .hf_datepicker_img_holder {
      position: absolute;
      top: 2px;
      right: 0;
      bottom: 2px;
      cursor: pointer;
      padding: 0 27.2px;
      border-left: 1px solid #ccc; }
    .widget--hoteliers .widget_body .hf_datepicker_input .hf_datepicker_img_icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -9px;
      margin-left: -9px;
      display: block;
      width: 18px;
      height: 18px;
      background: url("/images/icons/calendar.svg") no-repeat; }
  .widget--hoteliers .widget_body .hf_theme_button {
    display: inline-block;
    font-size: 16px;
    font-family: "Open Sans";
    background: #6ca274;
    color: #fff;
    padding: 16.32px 32.64px;
    margin-top: 27.2px;
    border: 0;
    border-radius: 4px;
    transition: background-color 0.3s ease; }
    .widget--hoteliers .widget_body .hf_theme_button:hover {
      background: #55865c; }

.column-4 .widget--hoteliers .widget_body .hf_datepicker,
.column-6 .widget--hoteliers .widget_body .hf_datepicker {
  width: 100%;
  padding: 0;
  margin-bottom: 13.6px; }
  .column-4 .widget--hoteliers .widget_body .hf_datepicker:nth-child(2),
  .column-6 .widget--hoteliers .widget_body .hf_datepicker:nth-child(2) {
    margin-bottom: 0; }

.flash-message {
  text-align: center;
  background: #f7f7f7;
  padding: 18px;
  border: 1px solid #ccc; }

.widget-custom-form .widget-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc; }

.widget-custom-form .widget-header-title {
  font-size: 20px;
  font-weight: 700;
  color: #474747; }

.widget-custom-form form fieldset {
  margin-bottom: 24px; }

.widget-custom-form form .widget-custom-form_radio-group,
.widget-custom-form form .widget-custom-form_checkbox-group {
  display: flex;
  align-items: center; }

.widget-custom-form form .widget-custom-form__label {
  display: inline-block;
  margin-bottom: 6px; }

.widget-custom-form form .widget-custom-form__label[for] {
  cursor: pointer; }

.widget-custom-form form .is-required .widget-custom-form__label:after {
  content: '*';
  color: #FF0000; }

.widget-custom-form form .is-invalid .widget-custom-form__label {
  color: #FF0000; }

.widget-custom-form form input[type="text"],
.widget-custom-form form input[type="email"],
.widget-custom-form form input[type="date"],
.widget-custom-form form textarea {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.7;
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  border: 1px solid #d9d9d9; }

.widget-custom-form form input,
.widget-custom-form form textarea {
  margin: 0; }

.widget-custom-form form textarea {
  height: 200px; }

.widget-custom-form form .widget-custom-form__file {
  display: flex;
  align-items: center;
  width: 100%; }

.widget-custom-form form .widget-custom-form__radio,
.widget-custom-form form .widget-custom-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  margin-right: 6px;
  border: 1px solid #d9d9d9; }
  .widget-custom-form form .widget-custom-form__radio:checked,
  .widget-custom-form form .widget-custom-form__checkbox:checked {
    background: #6ca274;
    border: 1px solid #6ca274; }

.widget-custom-form form .widget-custom-form__radio {
  border-radius: 50%; }

.widget-custom-form form .widget-custom-form__select {
  display: block; }

.widget-custom-form form .widget-custom-form__paragraph {
  display: block; }
  .widget-custom-form form .widget-custom-form__paragraph ol {
    list-style-type: decimal;
    list-style-position: inside; }
  .widget-custom-form form .widget-custom-form__paragraph ul {
    list-style-type: square;
    list-style-position: inside; }
  .widget-custom-form form .widget-custom-form__paragraph blockquote {
    display: block;
    padding: 24px;
    border: 1px solid #ccc; }
    .widget-custom-form form .widget-custom-form__paragraph blockquote p:before {
      content: '"'; }
    .widget-custom-form form .widget-custom-form__paragraph blockquote p:after {
      content: '"'; }
  .widget-custom-form form .widget-custom-form__paragraph h1 + p,
  .widget-custom-form form .widget-custom-form__paragraph h1 + h1,
  .widget-custom-form form .widget-custom-form__paragraph h1 + h2,
  .widget-custom-form form .widget-custom-form__paragraph h1 + h3,
  .widget-custom-form form .widget-custom-form__paragraph h1 + blockquote,
  .widget-custom-form form .widget-custom-form__paragraph h1 + ol,
  .widget-custom-form form .widget-custom-form__paragraph h1 + ul,
  .widget-custom-form form .widget-custom-form__paragraph h2 + p,
  .widget-custom-form form .widget-custom-form__paragraph h2 + h1,
  .widget-custom-form form .widget-custom-form__paragraph h2 + h2,
  .widget-custom-form form .widget-custom-form__paragraph h2 + h3,
  .widget-custom-form form .widget-custom-form__paragraph h2 + blockquote,
  .widget-custom-form form .widget-custom-form__paragraph h2 + ol,
  .widget-custom-form form .widget-custom-form__paragraph h2 + ul,
  .widget-custom-form form .widget-custom-form__paragraph h3 + p,
  .widget-custom-form form .widget-custom-form__paragraph h3 + h1,
  .widget-custom-form form .widget-custom-form__paragraph h3 + h2,
  .widget-custom-form form .widget-custom-form__paragraph h3 + h3,
  .widget-custom-form form .widget-custom-form__paragraph h3 + blockquote,
  .widget-custom-form form .widget-custom-form__paragraph h3 + ol,
  .widget-custom-form form .widget-custom-form__paragraph h3 + ul {
    margin-top: 18px; }
  .widget-custom-form form .widget-custom-form__paragraph p + p,
  .widget-custom-form form .widget-custom-form__paragraph p + h1,
  .widget-custom-form form .widget-custom-form__paragraph p + h2,
  .widget-custom-form form .widget-custom-form__paragraph p + h3,
  .widget-custom-form form .widget-custom-form__paragraph p + blockquote,
  .widget-custom-form form .widget-custom-form__paragraph p + ol,
  .widget-custom-form form .widget-custom-form__paragraph p + ul,
  .widget-custom-form form .widget-custom-form__paragraph ul + p,
  .widget-custom-form form .widget-custom-form__paragraph ul + h1,
  .widget-custom-form form .widget-custom-form__paragraph ul + h2,
  .widget-custom-form form .widget-custom-form__paragraph ul + h3,
  .widget-custom-form form .widget-custom-form__paragraph ul + blockquote,
  .widget-custom-form form .widget-custom-form__paragraph ul + ol,
  .widget-custom-form form .widget-custom-form__paragraph ul + ul,
  .widget-custom-form form .widget-custom-form__paragraph ol + p,
  .widget-custom-form form .widget-custom-form__paragraph ol + h1,
  .widget-custom-form form .widget-custom-form__paragraph ol + h2,
  .widget-custom-form form .widget-custom-form__paragraph ol + h3,
  .widget-custom-form form .widget-custom-form__paragraph ol + blockquote,
  .widget-custom-form form .widget-custom-form__paragraph ol + ol,
  .widget-custom-form form .widget-custom-form__paragraph ol + ul,
  .widget-custom-form form .widget-custom-form__paragraph blockquote + p,
  .widget-custom-form form .widget-custom-form__paragraph blockquote + h1,
  .widget-custom-form form .widget-custom-form__paragraph blockquote + h2,
  .widget-custom-form form .widget-custom-form__paragraph blockquote + h3,
  .widget-custom-form form .widget-custom-form__paragraph blockquote + blockquote,
  .widget-custom-form form .widget-custom-form__paragraph blockquote + ol,
  .widget-custom-form form .widget-custom-form__paragraph blockquote + ul {
    margin-top: 18px; }

.widget-custom-form form .widget-custom-form__submit {
  background: #6ca274;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  cursor: pointer;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border: 0; }
  .widget-custom-form form .widget-custom-form__submit:hover {
    background: #5f9667;
    color: #fff; }

.site-header {
  padding: 54.4px 0 0;
  text-align: center; }
  .site-header h1 {
    font-size: 23.04px;
    font-weight: 700;
    color: #fff; }
    .site-header h1 img {
      max-width: 160px; }
  .site-header a {
    color: #fff; }
  @media only screen and (max-width: 960px) {
    .site-header {
      padding: 54.4px 0 0; } }
.site-navigation {
  display: block;
  text-align: center; }
  .site-navigation ul {
    display: block;
    list-style: none;
    margin-top: 38.08px; }
    @media only screen and (max-width: 960px) {
      .site-navigation ul {
        display: none;
        background: rgba(255, 255, 255, 0.2);
        padding: 54.4px 0; } }
  .site-navigation .site-navigation--active {
    display: block; }
  .site-navigation li {
    margin-bottom: 16.32px; }
    .site-navigation li:last-child {
      margin-bottom: 0; }
  .site-navigation a {
    font-weight: 700;
    display: block;
    color: #fff; }
  .site-navigation .current a {
    display: inline-block;
    padding: 13.6px 27.2px;
    border-radius: 6px;
    background: #848484; }
  .site-navigation .site-navigation__trigger {
    display: none;
    position: relative;
    width: 30px;
    height: 20px;
    border: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .site-navigation .site-navigation__trigger:after {
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 2px;
      background: #fff;
      content: '';
      margin-top: -1px; }
    .site-navigation .site-navigation__trigger:focus {
      outline: none; }
    @media only screen and (max-width: 960px) {
      .site-navigation .site-navigation__trigger {
        display: block;
        margin: 0 auto; } }
  @media only screen and (max-width: 960px) {
    .site-navigation {
      padding: 27.2px 0 54.4px; } }
.site-navigation--mobile {
  padding: 27.2px 0 0; }

.site-content {
  padding: 81.6px 0 0;
  overflow: hidden; }
  .site-content .wrapper,
  .site-content .wrapper--fullscreen {
    margin-bottom: 81.6px; }
    @media only screen and (max-width: 1200px) {
      .site-content .wrapper,
      .site-content .wrapper--fullscreen {
        margin-bottom: 54.4px; } }
  @media only screen and (max-width: 1200px) {
    .site-content {
      padding: 54.4px 0 0; } }
.site-content > .wrapper--fullscreen:first-child {
  margin-top: -81.6px; }
  @media only screen and (max-width: 1200px) {
    .site-content > .wrapper--fullscreen:first-child {
      margin-top: -54.4px; } }
.left-panel .site-footer {
  position: absolute;
  right: 0;
  bottom: 27.2px;
  left: 0; }
  @media only screen and (max-width: 960px) {
    .left-panel .site-footer {
      display: none !important; } }
.site-footer {
  text-align: center;
  color: #fff; }
  .site-footer ul {
    list-style: none; }
  .site-footer a {
    color: #fff; }
  .right-panel .site-footer {
    display: none;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 54.4px 0;
    color: #343434; }
    .right-panel .site-footer a {
      color: #343434; }
    @media only screen and (max-width: 960px) {
      .right-panel .site-footer {
        display: block; } }
.right-panel .site-footer--height {
  display: block; }

.site-socials {
  margin-top: 38.08px; }
  .site-socials ul {
    text-align: center; }
  .site-socials li {
    display: inline-block; }
    .site-socials li a {
      display: block;
      width: 36px;
      height: 36px;
      margin: 0 5.44px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid #fff; }
  .site-socials .site-socials__eetnu a {
    background-image: url("/images/icons/eetnu.svg");
    background-size: 32px 32px; }
    .no-svg .site-socials .site-socials__eetnu a {
      background-image: url("/images/icons/eetnu.png"); }
  .site-socials .site-socials__instagram a {
    background-image: url("/images/instagram-social.svg");
    background-size: 32px 32px; }
  .site-socials .site-socials__facebook a {
    background-image: url("/images/icons/facebook.svg");
    background-size: 32px 32px; }
    .no-svg .site-socials .site-socials__facebook a {
      background-image: url("/images/icons/facebook.png"); }
  .site-socials .site-socials__twitter a {
    background-image: url("/images/icons/twitter.svg");
    background-size: 32px 32px; }
    .no-svg .site-socials .site-socials__twitter a {
      background-image: url("/images/icons/twitter.png"); }

@media only screen and (max-width: 960px) {
  .left-panel .site-footer {
    display: none; } }

.articles-list li {
  border-bottom: 1px solid #dedede;
  list-style: none;
  padding-top: 6.8px;
  padding-bottom: 6.8px; }

.articles-list time {
  display: inline-block;
  min-width: 108.8px; }

.article .article-header h1 {
  font-size: 23.04px;
  font-weight: 700;
  margin: 27.2px 32.64px;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .article .article-header h1 {
      margin: 27.2px 16.32px; } }
.article .article-header p {
  text-align: center;
  margin-bottom: 81.6px; }

.article .widget--text_markdown {
  text-align: left; }

.article .unpublished {
  background-color: #EF8200;
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  padding-left: 6.8px;
  padding-right: 6.8px; }

.article .comments {
  border-top: 1px solid #dedede;
  padding-top: 81.6px; }
  .article .comments h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 27.2px; }

.article .new-comment {
  margin-bottom: 54.4px; }
  .article .new-comment label {
    display: block; }
  .article .new-comment li {
    list-style: none; }
  .article .new-comment input[type=email],
  .article .new-comment input[type=text],
  .article .new-comment textarea {
    width: 100%;
    max-width: 100%;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.7;
    padding: 13.6px;
    border: 1px solid #d1d1d1;
    display: block;
    margin-bottom: 27.2px; }
  .article .new-comment textarea {
    height: 272px; }
  .article .new-comment input[type=submit] {
    background: #6ca274 !important;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    padding: 13.6px 27.2px;
    border: 0; }
  .article .new-comment .collapsed input[type=email],
  .article .new-comment .collapsed input[type=submit],
  .article .new-comment .collapsed input[type=text] {
    display: none; }
  .article .new-comment .collapsed .logged-out-user label {
    display: none; }
  .article .new-comment .collapsed textarea {
    height: 54.4px;
    resize: none; }

.article .existing-comments li {
  border-top: 1px solid #d1d1d1;
  padding-top: 13.6px;
  margin-bottom: 27.2px;
  list-style: none; }

.article .existing-comments p {
  margin-bottom: 1rem; }

.article .existing-comments .comment-author .avatar {
  max-width: 27.2px;
  display: inline-block;
  top: 6.8px;
  position: relative;
  margin-right: 6.8px; }

.article .existing-comments .comment-author .author-name {
  font-weight: bold; }

.article .existing-comments .comment-author .published-at {
  color: inherit;
  text-decoration: none; }
  .article .existing-comments .comment-author .published-at:hover {
    text-decoration: underline; }

.article .article-pagination {
  border-top: 1px solid #d1d1d1;
  padding-top: 13.6px;
  padding-bottom: 13.6px;
  margin-top: 81.6px; }
  .article .article-pagination li {
    list-style: none; }
  .article .article-pagination label {
    display: table-cell;
    font-weight: bold;
    width: 81.6px; }
  .article .article-pagination a {
    display: table-cell; }

ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  margin-top: -28px;
  padding: 0;
  z-index: 9999; }

ul.bjqs-controls li a {
  position: absolute;
  z-index: 999;
  top: 0;
  background: #fafafa;
  color: #343434;
  padding: 13.6px 27.2px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
  border-radius: 6px; }

ul.bjqs-controls li.bjqs-next a {
  right: 54.4px; }
  @media only screen and (max-width: 1200px) {
    ul.bjqs-controls li.bjqs-next a {
      right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }
ul.bjqs-controls li.bjqs-prev a {
  left: 54.4px; }
  @media only screen and (max-width: 1200px) {
    ul.bjqs-controls li.bjqs-prev a {
      left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
.bjqs-markers {
  display: none; }

/* Preload images */
body:after {
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  display: none;
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  background: url(/images/lightbox/close.png) top right no-repeat;
  background-size: 18px 18px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
