@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;600&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/* RESET
------------------------------ */
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

html,
body {
  overflow-x: hidden; }

/* FRAMEWORK
------------------------------ */
.row:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.row .column:first-child {
  margin: 0; }

.column {
  display: block;
  float: left;
  margin: 0 0 0 4%; }

.d1-12 {
  width: 4.66666666667%; }

.d2-12 {
  width: 13.3333333333%; }

.d3-12 {
  width: 22%; }
  .d3-12:nth-child(5n) {
    margin: 0; }

.d4-12 {
  width: 30.6666666667%; }
  .d4-12:nth-child(3n + 1) {
    margin: 0; }

.d5-12 {
  width: 39.3333333333%; }

.d6-12 {
  width: 48%; }

.d7-12 {
  width: 56.6666666667%; }

.d8-12 {
  width: 65.3333333333%; }

.d9-12 {
  width: 74%; }

.d10-12 {
  width: 82.6666666667%; }

.d11-12 {
  width: 91.3333333333%; }

.d12-12 {
  width: 100%; }

@media (max-width: 736px) {
  .row .column:nth-child(2n + 1) {
    margin-left: 0; }

  .d1-12,
  .d2-12,
  .d3-12,
  .d4-12,
  .d5-12,
  .d6-12,
  .d7-12,
  .d8-12,
  .d9-12,
  .d10-12,
  .d11-12,
  .d12-12 {
    width: 48%; } }
@media (max-width: 500px) {
  .column {
    margin-left: 0; }

  .d1-12,
  .d2-12,
  .d3-12,
  .d4-12,
  .d5-12,
  .d6-12,
  .d7-12,
  .d8-12,
  .d9-12,
  .d10-12,
  .d11-12,
  .d12-12 {
    width: 100%; } }
/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font-family: "Roboto Mono", monospace;
  background: #f4f4f4;
  color: #000;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300; }
  @media (max-width: 940px) {
    body {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 940px) {
    body.dont_change_header {
      margin-top: 50px; } }

a {
  color: #4fb59c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  color: #3e937e;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

.widthWrapper {
  width: 85%;
  max-width: 1024px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .widthWrapper {
      width: calc(100% - 40px); } }
  .widthWrapper.small {
    max-width: 800px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.full_padding {
  padding-left: 100px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 940px) {
    .full_padding {
      padding-left: 7.5%;
      padding-right: 7.5%; } }
  @media (max-width: 500px) {
    .full_padding {
      padding-left: 2%;
      padding-right: 2%; } }

.flex {
  display: flex; }

.align_center {
  align-items: center; }

.space_between {
  justify-content: space-between; }

.justify_center {
  justify-content: center; }

.mono {
  font-family: "Roboto Mono", monospace; }

.title_wrap {
  font-family: "Roboto Mono", monospace;
  margin-bottom: 30px; }
  .title_wrap.center {
    text-align: center; }
  .title_wrap .over_title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 940px) {
      .title_wrap .over_title {
        font-size: 15px;
        line-height: 20px; } }
  .title_wrap h2 {
    font-size: 50px;
    line-height: 64px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -1px;
    word-spacing: -5px; }
    @media (max-width: 940px) {
      .title_wrap h2 {
        font-size: 40px;
        line-height: 50px; } }

.cover_img {
  display: block;
  min-height: 300px;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .cover_img:after {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAACXBIWXMAAAsSAAALEgHS3X78AAACFklEQVRYhd2ZjW3CMBCFH1EHyAbNBmQD2KDZgIzQETJCR4ANMkLYADbICNnAlcGWjqsd/BOC3SedKlU535fz2VzsjRACESoBNABqZbuZoc4ALsp6AFNwWAkdYI0Qohdx6tU43vF9HWSQMRKWa/SFdy2PCsBxZvqvAAY19aPFX5bPHsDWMoYsn9bi710erRBismSoE0JUnrMln/+2zNik4kWVRxc6sKPZEtKFQh8Ng8n/lQsBaytnYnlBmzK8VHbnytAp4y7OcvrqFwNrqw3l8idZ3KkyOK0FTMF50h4WO3cYVi4J11IZbNCN60JYyfjibEzQdN+cFtglYmepZKU6cmie5diAOkuxs8XLpKHQtPkZIwOBBYodi1aA5ESh2ssv8sv+49KMrKgjCSU5y0L1w1R9wtBSTaE6L62rU5e1rkbFpVUXqm3UGhID1qJcN2jaI1/ew/RUlGtXsKdTKw2tBy4O7Sq5OMSMUc09xxeZk0Kg5SfRIfBluQ5qvJdDy+ycAvxMOoVk+yMwWPskQ7RENoExrOKZrjx819QDV6E+3bXqRKEp17lge+De4JCCKNeFQ28TLJGKHfDcoHmD5L0FvVicp8+2nwbbKz8XyPaJ/Q1Vq3i07pyWN8riGxG5fo0jx3MP5HrCZHrL5M/ytGV3aqotu/PpuYwnfRPwbOCYO5cu5s7l395uUUviHjG0Ft96Y5vf3TiAX7H4ja3nfrQ2AAAAAElFTkSuQmCC") no-repeat 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cover_img:hover {
    background-color: rgba(32, 207, 164, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
    .cover_img:hover:after {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .cover_img.square {
    min-height: 0px;
    height: 0;
    padding-bottom: 100%; }
  .cover_img.squareish {
    min-height: 0px;
    height: 0;
    padding-bottom: 90%; }

.btn {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  padding: 18px 36px;
  text-decoration: none;
  text-transform: uppercase;
  border: none; }
  @media (max-width: 500px) {
    .btn {
      font-size: 16px;
      padding: 14px 25px; } }
  .btn.btn_primary {
    background: #4fb59c;
    color: #fff; }
    .btn.btn_primary:hover {
      background: #45a58e; }
  .btn.btn_outline_white {
    background: transparent;
    color: #fff;
    border: 1px solid white;
    border-radius: 3px; }
    .btn.btn_outline_white:hover {
      background: rgba(255, 255, 255, 0.2); }
  .btn.btn_outline_empty {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 3px; }
    .btn.btn_outline_empty:hover {
      border: 1px solid white;
      background: rgba(255, 255, 255, 0.2); }
  .btn.btn_outline_green {
    background: #fff;
    color: #4fb59c;
    border: 1px solid #4fb59c; }
    .btn.btn_outline_green:hover {
      background: rgba(79, 181, 156, 0.2); }
  .btn.btn_small {
    padding: 5px 15px;
    font-size: 15px; }

.dual_button {
  margin-top: 10px; }
  @media (max-width: 940px) {
    .dual_button .btn {
      width: 100%;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.small_separator {
  width: 100px;
  height: 4px;
  margin-top: 40px;
  background: #4fb59c; }
  @media (max-width: 736px) {
    .small_separator {
      display: none; } }

body.menu_active::-webkit-scrollbar {
  display: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }
  .change_header header {
    background: white;
    background: linear-gradient(180deg, #f4f4f4 30%, rgba(244, 244, 244, 0.8) 65%, rgba(244, 244, 244, 0) 100%);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    @media (max-width: 940px) {
      .change_header header {
        background: white;
        background: linear-gradient(180deg, #f4f4f4 60%, rgba(244, 244, 244, 0) 100%); } }
  .menu_active header {
    background: transparent;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
  @media (max-width: 940px) {
    header {
      padding: 10px 5px 10px 20px; } }
  header .logo svg {
    width: 50px;
    height: 50px; }
    header .logo svg path {
      fill: white; }
      .change_header header .logo svg path {
        fill: black; }
  header .top_menu {
    opacity: 1;
    filter: alpha(opacity=100); }
    @media (max-width: 940px) {
      header .top_menu {
        display: none; } }
    .menu_active header .top_menu {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    header .top_menu .btn {
      margin-right: 15px; }
    .change_header header .top_menu .btn {
      background: transparent;
      color: #1a1a1a;
      border-color: rgba(26, 26, 26, 0); }
      .change_header header .top_menu .btn:hover {
        border-color: #1a1a1a, 1; }
  header .change_language {
    margin-right: 10px; }
    @media (max-width: 940px) {
      header .change_language {
        margin-right: 0; } }
  header .rezerviraj {
    margin-right: 25px;
    position: relative; }
    @media (max-width: 940px) {
      header .rezerviraj {
        margin-right: 10px; } }
    header .rezerviraj > a {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: absolute;
      right: 0; }
      .change_header header .rezerviraj > a, .menu_active header .rezerviraj > a, .single header .rezerviraj > a, .blog header .rezerviraj > a {
        background: rgba(255, 255, 255, 0.9);
        color: #1a1a1a;
        border-color: rgba(26, 26, 26, 0.5); }
    header .rezerviraj .dropdown {
      position: relative;
      top: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      pointer-events: none; }
      header .rezerviraj .dropdown .btn {
        border-radius: 5px; }
        @media (max-width: 940px) {
          header .rezerviraj .dropdown .btn {
            padding: 5px 10px; } }
    header .rezerviraj.opened > a {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    header .rezerviraj.opened .dropdown {
      pointer-events: all;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  header .hamburger-box {
    margin-top: 6px; }

section.home {
  width: 100%;
  position: relative; }
  section.home .background_front,
  section.home .background_back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover; }
    @supports (-webkit-touch-callout: none) {
      section.home .background_front,
      section.home .background_back {
        background-attachment: scroll; } }
    @supports not (-webkit-touch-callout: none) {
      section.home .background_front,
      section.home .background_back {
        background-attachment: fixed; } }
  section.home.full_screen {
    height: 100vh; }
  section.home.half_screen {
    height: 50vh;
    min-height: 350px; }
    section.home.half_screen .background_front,
    section.home.half_screen .background_back {
      background-position: 50% -50vh; }
    @media (max-width: 736px) {
      .page-template-contact-php section.home.half_screen {
        height: 35vh;
        min-height: 250px; }
        .page-template-contact-php section.home.half_screen .background_front,
        .page-template-contact-php section.home.half_screen .background_back {
          background-size: 950px; } }
  section.home .background_front {
    z-index: 3; }
  section.home .background_back {
    z-index: 1; }
  section.home .home_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2; }
    section.home .home_logo h1 {
      color: white;
      font-size: 60px;
      line-height: 74px;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 0;
      letter-spacing: -1px;
      word-spacing: -5px; }
      @media (max-width: 940px) {
        section.home .home_logo h1 {
          font-size: 40px;
          line-height: 50px; } }
    section.home .home_logo svg {
      width: 28vw;
      height: auto;
      overflow: visible; }
      @media (max-width: 1500px) {
        section.home .home_logo svg {
          width: 420px; } }
      @media (max-width: 736px) {
        section.home .home_logo svg {
          width: 300px; } }
      section.home .home_logo svg .item_circle {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: from_top 2s ease 1.5s forwards;
        -moz-animation: from_top 2s ease 1.5s forwards;
        -o-animation: from_top 2s ease 1.5s forwards;
        animation: from_top 2s ease 1.5s forwards; }
      section.home .home_logo svg .item_m {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: from_bottom 2s ease 0s forwards;
        -moz-animation: from_bottom 2s ease 0s forwards;
        -o-animation: from_bottom 2s ease 0s forwards;
        animation: from_bottom 2s ease 0s forwards; }
      section.home .home_logo svg .item_i {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: from_bottom 2s ease 0.3s forwards;
        -moz-animation: from_bottom 2s ease 0.3s forwards;
        -o-animation: from_bottom 2s ease 0.3s forwards;
        animation: from_bottom 2s ease 0.3s forwards; }
      section.home .home_logo svg .item_l {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: from_bottom 2s ease 0.9s forwards;
        -moz-animation: from_bottom 2s ease 0.9s forwards;
        -o-animation: from_bottom 2s ease 0.9s forwards;
        animation: from_bottom 2s ease 0.9s forwards; }
      section.home .home_logo svg .item_k {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: from_bottom 2s ease 0.6s forwards;
        -moz-animation: from_bottom 2s ease 0.6s forwards;
        -o-animation: from_bottom 2s ease 0.6s forwards;
        animation: from_bottom 2s ease 0.6s forwards; }
      section.home .home_logo svg .item_k1 {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: from_bottom 2s ease 0.6s forwards;
        -moz-animation: from_bottom 2s ease 0.6s forwards;
        -o-animation: from_bottom 2s ease 0.6s forwards;
        animation: from_bottom 2s ease 0.6s forwards; }
      section.home .home_logo svg .item_a {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: from_bottom 2s ease 0s forwards;
        -moz-animation: from_bottom 2s ease 0s forwards;
        -o-animation: from_bottom 2s ease 0s forwards;
        animation: from_bottom 2s ease 0s forwards; }
  section.home.logo.title {
    text-align: center; }
    section.home.logo.title .home_logo svg {
      width: 20vw; }

@-webkit-keyframes from_bottom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes from_bottom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes from_bottom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes from_bottom {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes from_top {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes from_top {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes from_top {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes from_top {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
section.intro {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 20vh; }
  @media (max-width: 940px) {
    section.intro {
      padding-top: 10vh;
      padding-bottom: 10vh; } }
  section.intro.normal_padding {
    padding-top: 140px;
    padding-bottom: 140px; }
    @media (max-width: 736px) {
      section.intro.normal_padding {
        padding-top: 50px;
        padding-bottom: 70px; } }
  section.intro .intro_content {
    max-width: 600px;
    position: relative;
    z-index: 2; }
    section.intro .intro_content.full_w {
      max-width: 100%; }
  section.intro .intro_logo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
    section.intro .intro_logo svg {
      vertical-align: bottom;
      max-width: 100%;
      height: auto; }

section.full_image .mobile_img {
  display: none; }
section.full_image .background {
  height: 50vh;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3); }
  .visja section.full_image .background {
    height: 70vh;
    min-height: 500px; }
  .height2 section.full_image .background {
    height: 60vh;
    min-height: 500px; }
    @media (max-width: 940px) {
      .height2 section.full_image .background {
        height: 50vh;
        min-height: 250px; } }
  .height1 section.full_image .background {
    height: 70vh;
    min-height: 500px; }
    @media (max-width: 940px) {
      .height1 section.full_image .background {
        height: 50vh;
        min-height: 250px; } }
@supports (-webkit-touch-callout: none) {
  section.full_image.fixed .background {
    background-attachment: scroll; } }
@supports not (-webkit-touch-callout: none) {
  section.full_image.fixed .background {
    background-attachment: fixed; } }
@media (max-width: 940px) {
  .mobile_full section.full_image .background {
    display: none; } }
.mobile_full section.full_image .mobile_img {
  display: none; }
  @media (max-width: 940px) {
    .mobile_full section.full_image .mobile_img {
      display: block; } }

@media (max-width: 940px) {
  section.mobile_full .background {
    display: none; } }
section.mobile_full .mobile_img {
  display: none; }
  @media (max-width: 940px) {
    section.mobile_full .mobile_img {
      display: block; } }

section.full_text {
  margin: 140px 0; }
  @media (max-width: 940px) {
    section.full_text {
      margin: 70px 0; } }

section.split {
  display: flex; }
  section.split .bx-wrapper {
    margin-bottom: 0; }
  section.split.align_top {
    align-items: flex-start; }
  @media (max-width: 940px) {
    section.split {
      flex-wrap: wrap; } }
  section.split > * {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 940px) {
      section.split > * {
        flex: 0 0 100%;
        max-width: 100%; } }
  section.split .split_img {
    min-height: 45vw;
    height: 100%; }
    @media (max-width: 940px) {
      section.split .split_img {
        min-height: 90vw; } }
    @media (min-width: 1920px) {
      section.split .split_img {
        min-height: 870px; } }
    section.split .split_img .oh {
      height: 100%; }
      section.split .split_img .oh a {
        padding-bottom: 0;
        min-height: 100%; }
  section.split.wider_img_w > * {
    flex: 0 0 45%;
    max-width: 45%; }
    section.split.wider_img_w > *.wider_img {
      flex: 0 0 55%;
      max-width: 55%; }
      @media (max-width: 940px) {
        section.split.wider_img_w > *.wider_img {
          flex: 0 0 100%;
          max-width: 100%; } }
    @media (max-width: 940px) {
      section.split.wider_img_w > * {
        flex: 0 0 100%;
        max-width: 100%; } }
  section.split.wider_img_w .cover_img {
    padding-bottom: 70%; }
  section.split.wider_img_w.soba_seznam_wrap {
    margin-bottom: 50px; }
    @media (max-width: 940px) {
      section.split.wider_img_w.soba_seznam_wrap {
        margin-bottom: 25px; } }
    @media (min-width: 940px) {
      section.split.wider_img_w.soba_seznam_wrap {
        position: relative;
        overflow: hidden; } }
    section.split.wider_img_w.soba_seznam_wrap > * {
      flex: 0 0 45%;
      max-width: 45%; }
      @media (max-width: 1500px) {
        section.split.wider_img_w.soba_seznam_wrap > * {
          flex: 0 0 55%;
          max-width: 55%; } }
      section.split.wider_img_w.soba_seznam_wrap > *.wider_img {
        flex: 0 0 55%;
        max-width: 55%; }
        @media (max-width: 1500px) {
          section.split.wider_img_w.soba_seznam_wrap > *.wider_img {
            flex: 0 0 45%;
            max-width: 45%; } }
        @media (max-width: 940px) {
          section.split.wider_img_w.soba_seznam_wrap > *.wider_img {
            flex: 0 0 100%;
            max-width: 100%; } }
        @media (min-width: 940px) {
          section.split.wider_img_w.soba_seznam_wrap > *.wider_img .bx-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 55%;
            height: 100%; }
            section.split.wider_img_w.soba_seznam_wrap > *.wider_img .bx-wrapper .bx-viewport {
              height: 100% !important; }
              section.split.wider_img_w.soba_seznam_wrap > *.wider_img .bx-wrapper .bx-viewport .split_img {
                height: 100%; }
                section.split.wider_img_w.soba_seznam_wrap > *.wider_img .bx-wrapper .bx-viewport .split_img > div {
                  height: 100%; }
                  section.split.wider_img_w.soba_seznam_wrap > *.wider_img .bx-wrapper .bx-viewport .split_img > div .cover_img {
                    padding-bottom: 0 !important;
                    height: 100% !important; }
          section.split.wider_img_w.soba_seznam_wrap > *.wider_img .split_img.slideshow {
            position: absolute;
            top: 0;
            left: 0;
            width: 55%;
            height: 100%; }
            section.split.wider_img_w.soba_seznam_wrap > *.wider_img .split_img.slideshow > div {
              height: 100%; }
              section.split.wider_img_w.soba_seznam_wrap > *.wider_img .split_img.slideshow > div .cover_img {
                padding-bottom: 0 !important;
                height: 100% !important; } }
        @media (max-width: 1500px) {
          section.split.wider_img_w.soba_seznam_wrap > *.wider_img .bx-wrapper,
          section.split.wider_img_w.soba_seznam_wrap > *.wider_img .split_img.slideshow {
            width: 45%; } }
        @media (max-width: 940px) {
          section.split.wider_img_w.soba_seznam_wrap > *.wider_img .bx-wrapper,
          section.split.wider_img_w.soba_seznam_wrap > *.wider_img .split_img.slideshow {
            width: 100%; } }
      @media (max-width: 940px) {
        section.split.wider_img_w.soba_seznam_wrap > * {
          flex: 0 0 100%;
          max-width: 100%; } }
  section.split .split_content {
    padding-top: 70px;
    padding-bottom: 70px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@media (max-width: 940px) {
  section.split.wider_img_w.soba_seznam_wrap
  > *.wider_img
  .split_img.slideshow {
    height: 100%; } }
@media (max-width: 736px) {
  .scroll_me_hor {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible; }
    .scroll_me_hor > * {
      width: 900px; } }
section.top_images .bx-wrapper {
  margin-bottom: 0; }
@media (max-width: 500px) {
  section.top_images .top_images_img {
    display: block;
    height: 300px; } }
section.top_images .top_images_img > * {
  flex: 0 0 50%; }
section.top_images .top_images_img .cover_img {
  height: 70vh;
  max-width: 100vw;
  display: block; }
  @media (max-width: 500px) {
    section.top_images .top_images_img .cover_img {
      height: 300px; } }
section.top_images .cover_img {
  height: 70vh; }
  @media (max-width: 500px) {
    section.top_images .cover_img {
      height: 300px; } }
section.top_images .top_images_content {
  padding-top: 70px;
  padding-bottom: 140px; }
  section.top_images .top_images_content .button a {
    white-space: nowrap; }
  section.top_images .top_images_content.no_img {
    padding-top: 140px;
    padding-bottom: 140px; }
  @media (max-width: 736px) {
    section.top_images .top_images_content {
      display: block;
      padding-top: 50px;
      padding-bottom: 70px; }
      section.top_images .top_images_content.no_img {
        padding-top: 70px;
        padding-bottom: 70px; } }
  section.top_images .top_images_content .button {
    display: inline-block;
    padding-bottom: 45px;
    margin-top: 45px; }
    @media (max-width: 736px) {
      section.top_images .top_images_content .button {
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 0; } }

section.faqsection {
  padding-top: 140px;
  padding-bottom: 140px; }
  @media (max-width: 736px) {
    section.faqsection {
      padding-top: 70px;
      padding-bottom: 70px; } }

section.blog {
  margin: 140px 0 140px 0; }
  @media (max-width: 940px) {
    section.blog {
      margin: 70px 0; } }
  section.blog .blogs_wrap {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px; }
    section.blog .blogs_wrap .article {
      flex: 0 0 calc(33.33% - 40px);
      margin: 0 20px;
      background: white;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      section.blog .blogs_wrap .article:hover {
        box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    section.blog .blogs_wrap .cont {
      padding: 20px;
      font-family: "Roboto Mono", monospace;
      color: #1a1a1a;
      text-transform: uppercase; }
      section.blog .blogs_wrap .cont a {
        color: #1a1a1a;
        text-decoration: none; }
        section.blog .blogs_wrap .cont a:hover {
          color: #4fb59c; }
      section.blog .blogs_wrap .cont .more {
        text-decoration: underline;
        display: block;
        margin-top: 20px; }

section.enovice {
  margin: 70px 0; }
  @media (max-width: 736px) {
    section.enovice {
      display: block; } }
  section.enovice .enovice_content {
    flex: 7;
    padding-right: 50px; }
    @media (max-width: 736px) {
      section.enovice .enovice_content {
        padding-right: 0; } }
  section.enovice form {
    flex: 5; }
  section.enovice input[type="email"] {
    width: 100%;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: inherit;
    font-size: inherit;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }
  section.enovice .checkbox_wrap {
    margin: 15px 0; }

section.full_text_img .widthWrapper {
  margin-top: 70px;
  margin-bottom: 70px; }
section.full_text_img .img_top .cover_img {
  height: 60vh; }
  @media (max-width: 500px) {
    section.full_text_img .img_top .cover_img {
      height: 300px; } }

section.chefs .chefs_img_top .cover_img {
  height: 60vh; }
  @media (max-width: 500px) {
    section.chefs .chefs_img_top .cover_img {
      height: 300px; } }
@media (max-width: 500px) {
  section.chefs .chefs_split {
    display: block; } }
section.chefs .chefs_split .cover_img {
  height: 60vh; }
  @media (max-width: 500px) {
    section.chefs .chefs_split .cover_img {
      height: 300px; } }
section.chefs .full_padding {
  margin-top: 70px;
  margin-bottom: 140px; }
  @media (max-width: 736px) {
    section.chefs .full_padding {
      margin-top: 50px;
      margin-bottom: 70px; } }

footer {
  background: white;
  text-transform: uppercase; }
  footer .map {
    height: 70vh;
    width: calc(100% - 500px);
    margin-right: 100px;
    position: relative;
    overflow: hidden; }
    footer .map .gradient1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      background: white;
      background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, white 98%); }
    footer .map .gradient2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      background: white;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, white 100%); }
    @media (max-width: 940px) {
      footer .map {
        width: 100%;
        display: block;
        height: 50vh;
        margin-right: 0; } }
    footer .map img {
      position: absolute;
      z-index: 1;
      width: auto;
      height: auto;
      top: 50%;
      left: 50%;
      max-width: 10000px;
      -webkit-transition: all 3s;
      -moz-transition: all 3s;
      -ms-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.4);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.4);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.4);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.4);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.4); }
      @media (max-width: 736px) {
        footer .map img {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.2);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.2);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.2);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.2);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.2); } }
    footer .map.animate_map img {
      -webkit-transition: all 3s;
      -moz-transition: all 3s;
      -ms-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
      @media (max-width: 736px) {
        footer .map.animate_map img {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9); } }
  @media (max-width: 736px) {
    footer {
      display: block !important; } }
  @media (max-width: 736px) {
    footer .address {
      text-align: center;
      padding: 50px 0; } }
  footer .address a {
    color: #1a1a1a;
    text-decoration: none; }
    footer .address a:hover {
      color: #4fb59c; }
  footer .socials {
    font-size: 30px; }

.copyright {
  font-size: 13px;
  padding: 10px 20px;
  background: white; }
  @media (max-width: 736px) {
    .copyright {
      display: block;
      text-align: center; } }
  @media (max-width: 736px) {
    .copyright .flex {
      display: block;
      text-align: center; } }
  .copyright .flex div {
    margin-left: 40px; }
    @media (max-width: 736px) {
      .copyright .flex div {
        margin-left: 0; } }
  .copyright a {
    color: #1a1a1a;
    text-decoration: none; }
    .copyright a:hover {
      text-decoration: underline; }

.main_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  z-index: 998;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
  background: white;
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -ms-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s; }
  .menu_active .main_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s; }
  .main_menu .scroll_me {
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden; }
  .main_menu .copy_menu {
    display: none !important; }
  .main_menu ul li {
    width: 100%;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
    .main_menu ul li.has_submenu {
      position: relative; }
      .main_menu ul li.has_submenu .coppied_menu {
        position: relative;
        z-index: 3;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        -ms-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
        margin-top: -10px; }
        .main_menu ul li.has_submenu .coppied_menu.show {
          max-height: 300px;
          -webkit-transition: max-height 0.5s;
          -moz-transition: max-height 0.5s;
          -ms-transition: max-height 0.5s;
          -o-transition: max-height 0.5s;
          transition: max-height 0.5s; }
      .main_menu ul li.has_submenu ul li a {
        padding: 6px 35px 6px 15px;
        font-size: 18px; }
      .main_menu ul li.has_submenu ul li:last-child {
        margin-bottom: 30px; }
    .main_menu ul li a:first-child {
      display: block;
      padding: 20px 35px 20px 20px;
      text-transform: uppercase;
      color: #1a1a1a;
      text-decoration: none;
      font-size: 25px;
      position: relative;
      z-index: 1; }
      .main_menu ul li a:first-child:hover {
        color: #4fb59c; }
    .main_menu ul li a.open_submenu {
      position: absolute;
      top: 21px;
      right: 8px;
      width: 26px;
      height: 28px;
      font-size: 18px;
      z-index: 2;
      line-height: 26px; }
      .main_menu ul li a.open_submenu i {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .main_menu ul li a.open_submenu.is-active i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .main_menu ul li.current-menu-item > a {
      color: #4fb59c; }
    .menu_active .main_menu ul li:nth-child(1) {
      -webkit-animation: menulinks 1s ease 0.1s forwards;
      -moz-animation: menulinks 1s ease 0.1s forwards;
      -o-animation: menulinks 1s ease 0.1s forwards;
      animation: menulinks 1s ease 0.1s forwards; }
    .menu_active .main_menu ul li:nth-child(2) {
      -webkit-animation: menulinks 1s ease 0.2s forwards;
      -moz-animation: menulinks 1s ease 0.2s forwards;
      -o-animation: menulinks 1s ease 0.2s forwards;
      animation: menulinks 1s ease 0.2s forwards; }
    .menu_active .main_menu ul li:nth-child(3) {
      -webkit-animation: menulinks 1s ease 0.3s forwards;
      -moz-animation: menulinks 1s ease 0.3s forwards;
      -o-animation: menulinks 1s ease 0.3s forwards;
      animation: menulinks 1s ease 0.3s forwards; }
    .menu_active .main_menu ul li:nth-child(4) {
      -webkit-animation: menulinks 1s ease 0.4s forwards;
      -moz-animation: menulinks 1s ease 0.4s forwards;
      -o-animation: menulinks 1s ease 0.4s forwards;
      animation: menulinks 1s ease 0.4s forwards; }
    .menu_active .main_menu ul li:nth-child(5) {
      -webkit-animation: menulinks 1s ease 0.5s forwards;
      -moz-animation: menulinks 1s ease 0.5s forwards;
      -o-animation: menulinks 1s ease 0.5s forwards;
      animation: menulinks 1s ease 0.5s forwards; }
    .menu_active .main_menu ul li:nth-child(6) {
      -webkit-animation: menulinks 1s ease 0.6s forwards;
      -moz-animation: menulinks 1s ease 0.6s forwards;
      -o-animation: menulinks 1s ease 0.6s forwards;
      animation: menulinks 1s ease 0.6s forwards; }
    .menu_active .main_menu ul li:nth-child(7) {
      -webkit-animation: menulinks 1s ease 0.7s forwards;
      -moz-animation: menulinks 1s ease 0.7s forwards;
      -o-animation: menulinks 1s ease 0.7s forwards;
      animation: menulinks 1s ease 0.7s forwards; }
    .menu_active .main_menu ul li:nth-child(8) {
      -webkit-animation: menulinks 1s ease 0.8s forwards;
      -moz-animation: menulinks 1s ease 0.8s forwards;
      -o-animation: menulinks 1s ease 0.8s forwards;
      animation: menulinks 1s ease 0.8s forwards; }
    .menu_active .main_menu ul li:nth-child(9) {
      -webkit-animation: menulinks 1s ease 0.9s forwards;
      -moz-animation: menulinks 1s ease 0.9s forwards;
      -o-animation: menulinks 1s ease 0.9s forwards;
      animation: menulinks 1s ease 0.9s forwards; }
    .menu_active .main_menu ul li:nth-child(10) {
      -webkit-animation: menulinks 1s ease 1s forwards;
      -moz-animation: menulinks 1s ease 1s forwards;
      -o-animation: menulinks 1s ease 1s forwards;
      animation: menulinks 1s ease 1s forwards; }
    .menu_active .main_menu ul li:nth-child(11) {
      -webkit-animation: menulinks 1s ease 1.1s forwards;
      -moz-animation: menulinks 1s ease 1.1s forwards;
      -o-animation: menulinks 1s ease 1.1s forwards;
      animation: menulinks 1s ease 1.1s forwards; }
  .main_menu .main_menu_address {
    padding: 0 35px 35px;
    text-align: right;
    text-transform: uppercase;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
    .menu_active .main_menu .main_menu_address {
      -webkit-animation: menulinks 1s ease 0.8s forwards;
      -moz-animation: menulinks 1s ease 0.8s forwards;
      -o-animation: menulinks 1s ease 0.8s forwards;
      animation: menulinks 1s ease 0.8s forwards; }
    .main_menu .main_menu_address a {
      color: #1a1a1a;
      text-decoration: none; }
      .main_menu .main_menu_address a:hover {
        color: #4fb59c; }
    .main_menu .main_menu_address:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      margin: 15px 0 30px;
      opacity: 0;
      filter: alpha(opacity=0); }
      .menu_active .main_menu .main_menu_address:before {
        -webkit-animation: menulinks 1s ease 1.2s forwards;
        -moz-animation: menulinks 1s ease 1.2s forwards;
        -o-animation: menulinks 1s ease 1.2s forwards;
        animation: menulinks 1s ease 1.2s forwards; }
    .main_menu .main_menu_address .socials {
      font-size: 25px; }

.filter_sobe section.split {
  margin-bottom: 50px; }

.prikazi_sobe {
  padding: 140px 0 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 940px) {
    .prikazi_sobe {
      padding: 70px 25px 25px 0;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media (max-width: 940px) {
    .prikazi_sobe h2 {
      flex: 0 0 100%;
      margin-bottom: 20px;
      padding-left: 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  .prikazi_sobe a {
    margin: 0 30px; }
    @media (max-width: 940px) {
      .prikazi_sobe a {
        margin: 0 25px 20px 25px;
        padding: 9px 18px;
        font-size: 17px; } }
    @media (max-width: 500px) {
      .prikazi_sobe a {
        margin: 0 0 20px 25px;
        flex: 0 0 calc(100% - 25px);
        padding-left: 0;
        padding-right: 0;
        text-align: center; } }

.single_header {
  margin: 15vh 0;
  text-align: center; }
  @media (max-width: 940px) {
    .single_header {
      margin-top: 130px; } }
  @media (max-width: 736px) {
    .single_header {
      margin: 8vh 0; } }
  .single_header h1 {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 1em; }
    @media (max-width: 940px) {
      .single_header h1 {
        font-size: 30px;
        line-height: 35px; } }
  .single_header .date {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase; }
  .single_header.room_header {
    margin: 15vh 0 0 0;
    text-align: left; }
    @media (max-width: 940px) {
      .single_header.room_header {
        margin: 8vh 0 0 0; } }
  .single_header .pad {
    padding: 0 60px; }
    @media (max-width: 940px) {
      .single_header .pad {
        padding: 0 20px; } }

.main_blog_image .cover_img {
  width: 100%;
  margin-bottom: 140px;
  height: 60vh;
  min-height: 300px; }
  @media (max-width: 940px) {
    .main_blog_image .cover_img {
      margin-bottom: 70px; } }
  .main_blog_image .cover_img.hide_img img {
    height: 0;
    width: 0; }

.blog_wrap blockquote {
  display: block;
  margin: 50px 0;
  background: white;
  border-left: 5px solid #4fb59c;
  padding: 30px;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase; }
  .blog_wrap blockquote p:last-child {
    margin-bottom: 0; }
.blog_wrap h2,
.blog_wrap h3 {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  margin: 2em 0 1em; }
.blog_wrap h2 {
  font-size: 40px;
  line-height: 45px; }
  @media (max-width: 940px) {
    .blog_wrap h2 {
      font-size: 30px;
      line-height: 35px; } }
.blog_wrap h3 {
  font-size: 30px;
  line-height: 35px; }
  @media (max-width: 940px) {
    .blog_wrap h3 {
      font-size: 22px;
      line-height: 25px; } }
.blog_wrap .cover_img {
  width: 120%;
  margin-left: -10%;
  max-width: 100vw;
  padding-bottom: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: 0px;
  height: 0; }
  .blog_wrap .cover_img.hide_img img {
    height: 0;
    width: 0; }
.blog_wrap .blog_gallery {
  width: 120%;
  margin-left: -10%;
  max-width: 100vw;
  margin-top: 50px;
  margin-bottom: 50px; }
  .blog_wrap .blog_gallery .cover_img {
    width: 100%;
    margin-left: 0;
    padding-bottom: 70%;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0px;
    height: 0; }

.next_prev {
  margin: 140px 0; }
  @media (max-width: 940px) {
    .next_prev {
      margin: 70px 0;
      display: block; } }
  .next_prev a {
    background: white;
    font-family: "Roboto Mono", monospace;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-size: 20px;
    line-height: 30px;
    max-width: 450px;
    padding: 25px; }
    @media (max-width: 940px) {
      .next_prev a {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 22px; } }
    .next_prev a .tit {
      font-size: 14px;
      line-height: 20px;
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 940px) {
        .next_prev a .tit {
          font-size: 13px; } }
    .next_prev a.prev_post .icon {
      margin-right: 25px; }
    .next_prev a.prev_post:hover {
      -webkit-transform: translateX(15px);
      -moz-transform: translateX(15px);
      -ms-transform: translateX(15px);
      -o-transform: translateX(15px);
      transform: translateX(15px); }
    .next_prev a.next_post {
      text-align: right; }
      .next_prev a.next_post:hover {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px); }
      .next_prev a.next_post .icon {
        margin-left: 25px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }

.blog_list .article {
  margin-bottom: 70px; }
  @media (max-width: 940px) {
    .blog_list .article {
      margin-bottom: 35px; } }
  @media (max-width: 736px) {
    .blog_list .article {
      flex-direction: column-reverse; } }
  .blog_list .article .title {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 1em;
    display: block;
    color: black;
    text-decoration: none; }
    .blog_list .article .title:hover {
      color: #4fb59c; }
    @media (max-width: 940px) {
      .blog_list .article .title {
        font-size: 30px;
        line-height: 35px; } }
  .blog_list .article .date {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase; }
  .blog_list .article .cont {
    width: 500px;
    padding: 20px 70px; }
    @media (max-width: 736px) {
      .blog_list .article .cont {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 20px; } }
  .blog_list .article .oh {
    height: 70vh;
    min-height: 300px;
    width: calc(100% - 300px); }
    @media (max-width: 736px) {
      .blog_list .article .oh {
        height: 40vh;
        min-height: 150px;
        width: 100%; } }
    .blog_list .article .oh .cover_img {
      height: 100%; }

@-webkit-keyframes menulinks {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes menulinks {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes menulinks {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes menulinks {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes menufade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes menufade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes menufade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes menufade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes menufadeup {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes menufadeup {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes menufadeup {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes menufadeup {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  z-index: 100 !important; }
  .bx-wrapper .bx-pager {
    bottom: 30px;
    right: 30px;
    width: auto;
    z-index: 10000; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: transparent;
      width: 16px;
      height: 16px;
      border: 2px solid white;
      border-radius: 50%; }
      .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: white; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover {
        background: rgba(255, 255, 255, 0.6); }

.bx-wrapper .bx-controls-direction a {
  width: 20%;
  height: 100%;
  background-image: none;
  margin-top: 0;
  top: 0; }

.bx-wrapper .bx-prev {
  left: 0;
  background-color: rgba(32, 207, 164, 0);
  background-blend-mode: multiply;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99 !important; }
  .bx-wrapper .bx-prev:after {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAADsAAAA7AF5KHG9AAAF42lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NzUzLCAyMDIxLzAyLzE1LTExOjUyOjEzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA4LTI2VDEzOjEyOjM0KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wOC0yNlQxMzoxNDoyNSswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wOC0yNlQxMzoxNDoyNSswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiYzJiZDgwMS1hNDZmLTA5NDgtODE1Yy0xZmQxZDU3ZmUyYzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YzBmNWMwOTAtNGMzMS03NzRjLWI1MTItMjgyZjBmZjgzMWEwIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzBmNWMwOTAtNGMzMS03NzRjLWI1MTItMjgyZjBmZjgzMWEwIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMGY1YzA5MC00YzMxLTc3NGMtYjUxMi0yODJmMGZmODMxYTAiIHN0RXZ0OndoZW49IjIwMjEtMDgtMjZUMTM6MTI6MzQrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4zIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YmMyYmQ4MDEtYTQ2Zi0wOTQ4LTgxNWMtMWZkMWQ1N2ZlMmM0IiBzdEV2dDp3aGVuPSIyMDIxLTA4LTI2VDEzOjE0OjI1KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMyAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+egASVAAAANRJREFUWIXV170NwjAURtFPiIasRMc2DMAc7liEGmZIxQhMQIl0qShAiXHejxGW3ESJ7pHtFBaghLkHrsAF2NbezYgX3sfYE/AZB7gDmx6AqTjAsccKzMXPwJANMMcjAK64F+COewAhcSsgLG4BhMaXAsLjSwAp8VZAWrwFcMiMfwOsgVtmHNBKPx41wENSmXi+k3SSNIQIGpapZJ6Dv/gNUxFLPwhHWNShCOvehSHMhycK4QGEILwANyIC4EJEAWqILheTGqLb1WwOMfZcgddsvp4/AcI75qR+OeImAAAAAElFTkSuQmCC") no-repeat 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .bx-wrapper .bx-prev:hover {
    background-color: rgba(32, 207, 164, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .bx-wrapper .bx-prev:hover:after {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.bx-wrapper .bx-next {
  right: 0;
  background-color: rgba(32, 207, 164, 0);
  background-blend-mode: multiply;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99 !important; }
  .bx-wrapper .bx-next:after {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAADsAAAA7AF5KHG9AAAGsGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NzUzLCAyMDIxLzAyLzE1LTExOjUyOjEzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA4LTI2VDEzOjEyOjM0KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wOC0yNlQxMzoxNjo0NiswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wOC0yNlQxMzoxNjo0NiswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphOTc2NzU0Ny04NzdiLTUzNDgtOTYzYi1mZTM4M2FmMzZhNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YzBmNWMwOTAtNGMzMS03NzRjLWI1MTItMjgyZjBmZjgzMWEwIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzBmNWMwOTAtNGMzMS03NzRjLWI1MTItMjgyZjBmZjgzMWEwIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMGY1YzA5MC00YzMxLTc3NGMtYjUxMi0yODJmMGZmODMxYTAiIHN0RXZ0OndoZW49IjIwMjEtMDgtMjZUMTM6MTI6MzQrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4zIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YmMyYmQ4MDEtYTQ2Zi0wOTQ4LTgxNWMtMWZkMWQ1N2ZlMmM0IiBzdEV2dDp3aGVuPSIyMDIxLTA4LTI2VDEzOjE0OjI1KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMyAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmE5NzY3NTQ3LTg3N2ItNTM0OC05NjNiLWZlMzgzYWYzNmE3OCIgc3RFdnQ6d2hlbj0iMjAyMS0wOC0yNlQxMzoxNjo0NiswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PotTwP0AAADJSURBVFiF1dexDcIwEIXhJ0RDVqJjGwZgDncsQg0zpGIEJqBE+qkRSS6x73JgyVXeKZ/kxD4L0MTcAzfgDhyNbNW0Aj2fo6wJ2AFPvocrwgqcBwCuCCvQAddIxJxQKGJuMAyxJByCWFrgjqhRuyJq184NUf3xeCFaAC6IVkAzwgNgIU5rAKYQD2A7VrdR8vACdJIukg4Dz4qk12hl8PoXq/6vf8PUjSh1K049jFKP49SGJLUlS21K09vy1IvJT1zN+siXzwGEX8/fkN7mpP440gkAAAAASUVORK5CYII=") no-repeat 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .bx-wrapper .bx-next:hover {
    background-color: rgba(32, 207, 164, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .bx-wrapper .bx-next:hover:after {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important; }

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important; }

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important; }

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important; }

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s; }

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg); }

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s; }

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg); }

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg); }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s; }

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s; }

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg); }

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg); }

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s; }

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s; }

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg); }

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg); }

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s; }

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg); }

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg); }

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s; }

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg); }

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg); }

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0; }

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s; }

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg); }

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0; }

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s; }

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg); }

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0; }

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg); }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s; }

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0; }

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg); }

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important; }

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important; }

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms; }

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s; }

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg); }

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg); }

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s; }

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg); }

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: white;
  border-radius: 0;
  height: 3px; }
  .change_header .hamburger-inner, .single .hamburger-inner, .blog .hamburger-inner,
  .change_header .hamburger-inner:after, .single .hamburger-inner:after, .blog .hamburger-inner:after,
  .change_header .hamburger-inner:before, .single .hamburger-inner:before, .blog .hamburger-inner:before {
    background-color: #1a1a1a; }

section ul {
  margin: 1em 0; }
  section ul li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1em; }

.bg_zeleno {
  background: #4fb59c;
  color: white; }

.add_margin {
  margin-top: 50px;
  margin-bottom: 50px; }

.rezervacija {
  margin: 60px 0; }
  @media (max-width: 940px) {
    .rezervacija {
      margin: 35px 0; } }
  .rezervacija h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2em; }

.room_gallery .cover_img {
  height: 60vh; }
  @media (max-width: 940px) {
    .room_gallery .cover_img {
      height: 45vh; } }
  @media (max-width: 500px) {
    .room_gallery .cover_img {
      height: 300px; } }

.faq {
  margin-top: 70px; }
  .faq h3 {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    margin-bottom: 1em; }
    .faq h3:first-child:before {
      display: none; }
    .faq h3:before {
      content: "";
      width: 100px;
      height: 4px;
      margin-top: 30px;
      margin-bottom: 30px;
      background: #4fb59c;
      display: block; }
  .faq_tabs--reservation .faq {
    margin-top: 0; }

h4 {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  margin-bottom: 1em; }
  h4:first-child:before {
    display: none; }
  h4:before {
    content: "";
    width: 100px;
    height: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #4fb59c;
    display: block; }

body #eatapp-widget {
  position: fixed;
  z-index: 100000; }

.fancybox-container {
  z-index: 999992; }

.page-template-hotel-rezervacija .rezervacija_page {
  position: relative; }
.page-template-hotel-rezervacija section.top_images {
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 10vh;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .page-template-hotel-rezervacija section.top_images .top_images_content.no_img {
    padding-top: 0;
    padding-bottom: 0; }
    .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .cont {
      width: 100%; }
    .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form {
      justify-content: space-between;
      background-color: transparent !important;
      box-shadow: none;
      border-radius: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-search-form {
        width: 100%; }
        .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-search-form .bentral-input-box {
          padding: 0; }
          .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-search-form .bentral-input-box .bentral-date-title,
          .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-search-form .bentral-input-box .bentral-guests-title {
            font-family: "Roboto Mono", monospace;
            font-weight: bold;
            text-transform: uppercase;
            color: white; }
      .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input-box {
        margin-right: 1px; }
        .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input-box:last-child .box-title {
          background: none;
          opacity: 0;
          filter: alpha(opacity=0); }
          @media (max-width: 736px) {
            .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input-box:last-child .box-title {
              display: none; } }
        @media (max-width: 736px) {
          .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input-box:last-child {
            margin-top: 15px; } }
        .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input-box:nth-child(3) .box-title {
          width: calc(100% - 35px);
          position: relative; }
          .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input-box:nth-child(3) .box-title:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 35px 0 0 35px;
            border-color: transparent transparent transparent #4fb59c;
            top: 0;
            left: 100%; }
          @media (max-width: 736px) {
            .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input-box:nth-child(3) .box-title {
              width: 100%; }
              .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input-box:nth-child(3) .box-title:after {
                display: none; } }
      .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-date {
        width: 100%; }
      .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-input {
        background: white !important;
        border-radius: 0 !important;
        border: none !important;
        height: 60px;
        width: 100% !important;
        min-width: calc(100% - 20px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .bentral-search-btn {
        color: white !important;
        background: #4fb59c !important;
        border-radius: 0 !important;
        border: none !important;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
      .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .box-title {
        background: #4fb59c;
        margin: 0 1px 1px 0;
        padding: 7px 10px;
        font-size: 14px;
        height: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media (max-width: 736px) {
          .page-template-hotel-rezervacija section.top_images .top_images_content.no_img .bentral-book-form .box-title {
            margin-bottom: 0;
            margin-top: 1px; } }

body .bentral-search-results .bentral-card-body .bentral-book {
  color: white !important;
  background: #4fb59c !important;
  border-radius: 0 !important;
  border: none !important;
  cursor: pointer;
  margin-bottom: 0;
  padding: 20px; }
  body .bentral-search-results .bentral-card-body .bentral-book:hover {
    background: #45a58e !important; }
body .bentral-search-results .c-card.block {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden; }
body .bentral-search-results .bentral-card-body .bentral-title {
  font-size: 20px;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  margin: 15px 0; }
body .bentral-search-results .bentral-card-body {
  padding: 0; }

.rezervacija_header {
  text-align: center; }
  .rezervacija_header svg {
    margin: 0 auto;
    width: 28vw;
    height: auto;
    overflow: visible; }
    @media (max-width: 1500px) {
      .rezervacija_header svg {
        width: 420px; } }
    @media (max-width: 736px) {
      .rezervacija_header svg {
        width: 200px; } }
  .rezervacija_header h1 {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 10vh;
    font-size: 40px; }
    @media (max-width: 736px) {
      .rezervacija_header h1 {
        font-size: 25px;
        margin-bottom: 2vh; } }

.rezervacija_rezultati .container.mx-auto {
  padding: 0 20px; }
.rezervacija_rezultati .bentral-search-results {
  padding: 90px 0; }
  @media (max-width: 940px) {
    .rezervacija_rezultati .bentral-search-results {
      padding: 90px 0; } }

iframe.eatapp {
  width: 100%;
  height: 84vh;
  margin: 0; }
  @media (max-width: 940px) {
    iframe.eatapp {
      margin-top: 130px;
      height: calc(100vh - 190px); } }
  @media (max-width: 736px) {
    iframe.eatapp {
      margin: 0;
      height: calc(90vh - 50px); } }

.oh {
  overflow: hidden; }

.bx-wrapper:hover .cover_img[aria-hidden="false"] {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.room_split {
  display: flex; }
  @media (max-width: 940px) {
    .room_split {
      display: block; } }
  .room_split .c1 {
    flex: 0 0 55%;
    padding: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 940px) {
      .room_split .c1 {
        padding: 0 20px; } }
  .room_split .c2 {
    flex: 0 0 45%; }
  @media (max-width: 940px) {
    .room_split .bx-wrapper {
      margin-bottom: 0; } }

.ikone {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .ikone .ikona {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 15px; }
    @media (max-width: 500px) {
      .ikone .ikona {
        flex-direction: column;
        text-align: center;
        flex: 0 0 33.333%;
        margin-right: 0; } }
    .ikone .ikona img {
      width: 40px;
      height: 40px;
      margin-right: 5px; }
      @media (max-width: 500px) {
        .ikone .ikona img {
          margin-right: 0;
          margin-bottom: 5px; } }
  .ikone span {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    max-width: 90px; }

.ikone_top {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap; }
  .ikone_top .ikona {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 20px; }
    .ikone_top .ikona img {
      width: 40px;
      height: 40px;
      margin-right: 10px; }
  .ikone_top span {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    max-width: 90px; }

.faqsection .faq {
  margin-top: 0;
  border-bottom: 4px solid #4fb59c;
  position: relative; }
  .faqsection .faq:after {
    content: "";
    width: 4px;
    height: 40px;
    background: #4fb59c;
    position: absolute;
    bottom: 0;
    right: 0; }
  .faqsection .faq:before {
    content: "";
    width: 4px;
    height: 40px;
    background: #4fb59c;
    position: absolute;
    bottom: 0;
    left: 0; }
  .faqsection .faq h2 {
    font-size: 50px;
    line-height: 64px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -1px;
    word-spacing: -5px; }
    @media (max-width: 940px) {
      .faqsection .faq h2 {
        font-size: 40px;
        line-height: 50px; } }

.faq_tabs .tab {
  display: none;
  padding: 50px; }
  @media (max-width: 736px) {
    .faq_tabs .tab {
      padding: 30px; } }
  .faq_tabs .tab.selected {
    display: block; }
  .faq_tabs .tab p:last-child {
    margin-bottom: 0; }
.faq_tabs.faq_tabs--reservation .tab {
  padding: 0 !important; }

.faq_nav {
  border-bottom: 4px solid #4fb59c;
  position: relative; }
  .faq_nav:after {
    content: "";
    width: 4px;
    height: 40px;
    background: #4fb59c;
    position: absolute;
    top: 100%;
    right: 0; }
    .faq_tabs--reservation .faq_nav:after {
      display: none; }
  .faq_nav:before {
    content: "";
    width: 4px;
    height: 40px;
    background: #4fb59c;
    position: absolute;
    top: 100%;
    left: 0; }
    .faq_tabs--reservation .faq_nav:before {
      display: none; }
  .faq_nav a {
    background: white;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: "Roboto Mono", monospace;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block; }
    @media (max-width: 940px) {
      .faq_nav a {
        padding: 10px 15px;
        margin-right: 5px; } }
    .faq_nav a.selected {
      background: #4fb59c;
      color: #fff; }

.soba_seznam_wrap .ikone {
  padding: 5px 0;
  margin: 0;
  justify-content: flex-start; }
  .soba_seznam_wrap .ikone .ikona {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    flex: 1;
    min-width: 35px;
    max-width: 35px; }

.restaurant_booking {
  padding-top: 140px;
  text-align: center; }
  @media (max-width: 940px) {
    .restaurant_booking {
      padding-top: 70px; } }
  .restaurant_booking .widthWrapper {
    max-width: 55.42857142857143rem; }
  .restaurant_booking ol {
    display: flex;
    margin-bottom: 1em;
    margin-top: 1.5em; }
    @media (max-width: 736px) {
      .restaurant_booking ol {
        display: block; } }
    .restaurant_booking ol li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      flex: 1;
      background: white;
      margin: 0 20px;
      display: flex;
      flex-direction: column; }
      @media (max-width: 736px) {
        .restaurant_booking ol li {
          margin-bottom: 0.5em;
          margin-left: 0;
          margin-right: 0; } }
      .restaurant_booking ol li .title {
        font-family: "Roboto Mono", monospace;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 14px;
        padding: 5px 0;
        flex: 1; }
      .restaurant_booking ol li .icon svg {
        width: 55px;
        height: auto;
        margin-top: 20px; }
      .restaurant_booking ol li .box {
        padding: 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        flex: 5;
        justify-content: center; }
        .restaurant_booking ol li .box .small {
          font-size: 14px;
          line-height: 16px; }
        .restaurant_booking ol li .box a {
          font-weight: bold;
          text-decoration: none; }
          .restaurant_booking ol li .box a:hover {
            text-decoration: underline; }

body .bentral-search-results .bentral-property-title-div {
  display: none; }

body .bentral-image-placeholder.pb-48 {
  padding-bottom: 300px; }
  body .bentral-image-placeholder.pb-48 .bentral-image {
    height: auto !important; }

.sl_wrap .bx-wrapper .bx-prev {
  display: none; }

.main_blog_image {
  overflow: hidden; }

.contact_split {
  display: flex;
  justify-content: center; }
  @media (max-width: 736px) {
    .contact_split {
      display: block; } }
  .contact_split .contacT_split_left,
  .contact_split .contact_split_right {
    margin: 20px;
    background: white;
    width: 100%;
    max-width: 300px;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }
    @media (max-width: 736px) {
      .contact_split .contacT_split_left,
      .contact_split .contact_split_right {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%; } }
    .contact_split .contacT_split_left strong,
    .contact_split .contact_split_right strong {
      text-transform: uppercase;
      display: block;
      margin-bottom: 0.5em; }
    .contact_split .contacT_split_left a,
    .contact_split .contact_split_right a {
      color: black; }
      .contact_split .contacT_split_left a:hover,
      .contact_split .contact_split_right a:hover {
        color: #4fb59c; }
    .contact_split .contacT_split_left .socials,
    .contact_split .contact_split_right .socials {
      font-size: 30px; }

.page-template-contact-php .single_header {
  margin-top: 70px;
  margin-bottom: 0; }

.map_w {
  position: relative;
  margin-top: 100px; }
  .map_w .map_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    pointer-events: none;
    background: #f4f4f4;
    background: linear-gradient(0deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
    z-index: 2; }

.obvestilo {
  position: absolute;
  bottom: 15px;
  z-index: 100;
  background: #4fb59c;
  width: calc(100% - 30px);
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 17px;
  line-height: 21px;
  font-family: "Roboto Mono", monospace; }
  @media (min-width: 940px) {
    .obvestilo {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 85%;
      max-width: 1024px; } }
  @media (max-width: 940px) {
    .obvestilo {
      font-size: 13px;
      line-height: 15px;
      font-weight: normal;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 10px; } }
  .obvestilo p:last-child {
    margin-bottom: 0; }
  .obvestilo a {
    color: white; }

.restaurant_booking {
  min-height: 80vh; }

html body section {
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important; }
  html body section.home {
    max-width: 100%; }

.fix_split {
  max-width: 50vw !important; }
  @media (max-width: 940px) {
    .fix_split {
      max-width: 100% !important; } }

body .wpml-ls-flag {
  max-width: 500px; }
body .wpml-ls-legacy-list-horizontal {
  padding: 0; }

.restaurant_menu_main {
  padding-top: 140px;
  padding-bottom: 140px; }
  @media (max-width: 736px) {
    .restaurant_menu_main {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .restaurant_menu_main .opis_restavracija {
    display: none; }
  .vb_menu .restaurant_menu_main {
    padding-bottom: 0; }
    .vb_menu .restaurant_menu_main .opis_restavracija {
      display: block; }
    .vb_menu .restaurant_menu_main .opis_main {
      display: none; }
  .restaurant_menu_main .restaurant_menu_main_wrap {
    display: flex;
    justify-content: center;
    margin: 100px 0; }
    @media (max-width: 940px) {
      .restaurant_menu_main .restaurant_menu_main_wrap {
        display: block;
        margin: 50px 0; } }
    .vb_menu .restaurant_menu_main .restaurant_menu_main_wrap {
      margin: 50px 0; }
      @media (max-width: 940px) {
        .vb_menu .restaurant_menu_main .restaurant_menu_main_wrap {
          margin: 25px 0; } }
    .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item {
      flex: 1;
      margin: 0 30px;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
      background: white;
      max-width: 400px;
      padding: 40px;
      display: flex;
      flex-direction: column; }
      .vb_menu .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item {
        max-width: 300px;
        margin: 10px;
        padding: 20px; }
        @media (max-width: 940px) {
          .vb_menu .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item {
            max-width: 100%; } }
      @media (max-width: 940px) {
        .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item {
          max-width: 100%;
          margin: 20px; } }
      .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item .title {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 1.5em; }
        .vb_menu .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item .title {
          margin-bottom: 1em;
          font-size: 1.5em; }
      .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item .item_wrap {
        margin-bottom: 1.5em; }
        .vb_menu .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item .item_wrap {
          margin-bottom: 0.75em; }
        .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item .item_wrap .jed {
          font-weight: bold; }
          .vb_menu .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item .item_wrap .jed {
            line-height: 1.2em; }
      .restaurant_menu_main .restaurant_menu_main_wrap .r_menu_item .price {
        margin-top: auto;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding-top: 1.5em;
        font-weight: bold; }

.book_button {
  margin: 50px 0;
  text-align: center; }

.vb_menu .restaurant_menu_main_wrap {
  font-size: 0.8em; }

section.mnenja {
  margin: 140px 0 140px 0; }
  @media (max-width: 940px) {
    section.mnenja {
      margin: 70px 0; } }

.mnenja_wrap_w {
  margin-top: 60px;
  margin-bottom: 0; }
  @media (max-width: 940px) {
    .mnenja_wrap_w {
      margin-top: 30px; } }
  .mnenja_wrap_w .bx-viewport {
    padding-bottom: 30px; }
  .mnenja_wrap_w .bx-wrapper {
    margin: 0 auto; }
    .mnenja_wrap_w .bx-wrapper .bx-controls .bx-prev,
    .mnenja_wrap_w .bx-wrapper .bx-controls .bx-next {
      position: absolute;
      top: 50%;
      background-color: #fff;
      opacity: 1;
      filter: alpha(opacity=100);
      width: 60px;
      height: 60px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 50%;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }
    .mnenja_wrap_w .bx-wrapper .bx-controls .bx-prev {
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      display: none; }
      .mnenja_wrap_w .bx-wrapper .bx-controls .bx-prev:after {
        width: 60px;
        height: 60px;
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
        background-size: 30px;
        background-position: 50% 50%; }
    .mnenja_wrap_w .bx-wrapper .bx-controls .bx-next {
      -webkit-transform: translateX(50%) translateY(-50%);
      -moz-transform: translateX(50%) translateY(-50%);
      -ms-transform: translateX(50%) translateY(-50%);
      -o-transform: translateX(50%) translateY(-50%);
      transform: translateX(50%) translateY(-50%); }
      .mnenja_wrap_w .bx-wrapper .bx-controls .bx-next:after {
        width: 60px;
        height: 60px;
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-size: 30px;
        background-position: 50% 50%; }

.quotes_images {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  .quotes_images__top, .quotes_images__bottom {
    position: absolute;
    width: auto;
    height: 90px;
    z-index: -1; }
  .quotes_images__top {
    top: -40px;
    left: -30px; }
  .quotes_images__bottom {
    bottom: -60px;
    right: -30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.mnenje {
  padding: 0 80px 0 80px;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: center; }
  @media (max-width: 940px) {
    .mnenje {
      padding: 0 40px; } }
  .mnenje__mnenje {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
    @media (max-width: 940px) {
      .mnenje__mnenje {
        font-size: 1em; } }
  .mnenje__name {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 1.5em; }
    .mnenje__name span {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.1em; }
  .mnenje__date {
    color: rgba(26, 26, 26, 0.5);
    margin-bottom: 1.5em;
    margin-top: 0.3em;
    font-size: 0.8em; }
  .mnenje__translate {
    text-align: center; }
    .mnenje__translate a {
      text-decoration: none;
      color: rgba(26, 26, 26, 0.5);
      font-size: 0.8em; }

h1.bigger {
  font-size: 2.5em;
  margin: 0 0 50px 0; }

.zajtrk_rezervacija {
  margin: 50px 0; }
  .zajtrk_rezervacija h2 {
    align-items: center; }
  .zajtrk_rezervacija ol {
    text-align: center; }
    .zajtrk_rezervacija ol li {
      background-color: transparent;
      display: block; }
      .zajtrk_rezervacija ol li .box {
        display: inline-block;
        width: auto;
        background: white; }
        @media (max-width: 940px) {
          .zajtrk_rezervacija ol li .box {
            display: block; } }
        .zajtrk_rezervacija ol li .box a {
          display: flex;
          align-items: center; }
          @media (max-width: 940px) {
            .zajtrk_rezervacija ol li .box a {
              justify-content: center; } }
          .zajtrk_rezervacija ol li .box a .icon {
            width: 27px;
            margin-right: 20px; }
          .zajtrk_rezervacija ol li .box a svg {
            width: 27px;
            margin-top: 0;
            vertical-align: bottom; }

/*# sourceMappingURL=default-min.css.map */
