@charset "UTF-8";
/* Fonts */
/* Links */
/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
@font-face {
  font-family: "BespokeSerif-Variable";
  src: url("../fonts/BespokeSerif-Variable.woff2") format("woff2"), url("../fonts/BespokeSerif-Variable.woff") format("woff"), url("../fonts/BespokeSerif-Variable.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BespokeSerif-Medium";
  src: url("../fonts/BespokeSerif-Medium.woff2") format("woff2"), url("../fonts/BespokeSerif-Medium.woff") format("woff"), url("../fonts/BespokeSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
/* Fonts */
/* Links */
/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
@font-face {
  font-family: "BespokeSerif-Variable";
  src: url("../fonts/BespokeSerif-Variable.woff2") format("woff2"), url("../fonts/BespokeSerif-Variable.woff") format("woff"), url("../fonts/BespokeSerif-Variable.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BespokeSerif-Medium";
  src: url("../fonts/BespokeSerif-Medium.woff2") format("woff2"), url("../fonts/BespokeSerif-Medium.woff") format("woff"), url("../fonts/BespokeSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
#cookieChoiceInfo {
  background: white !important;
  color: #000;
  overflow: hidden;
  padding: 20px !important;
  font-size: 14px;
  text-align: left !important;
  border-radius: 5px;
  position: fixed !important;
  bottom: 20px !important;
  left: 20px !important;
  top: auto !important;
  right: auto !important;
  width: 300px !important;
  z-index: 99 !important;
  -webkit-box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.2);
  -webkit-animation: slideInUp 1s ease-out 1s 1 normal both;
          animation: slideInUp 1s ease-out 1s 1 normal both;
}
#cookieChoiceInfo.remove {
  -webkit-animation: slideOutDown 1s ease-out 1s 1 normal both;
          animation: slideOutDown 1s ease-out 1s 1 normal both;
}
#cookieChoiceInfo div {
  padding: 0 !important;
  text-align: center;
}
#cookieChoiceInfo span {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  text-align: left;
}
#cookieChoiceInfo a {
  font-size: 16px;
  line-height: 1.2;
  color: #3F9390 !important;
  display: inline-block;
  margin: 20px 10px 0 !important;
  padding: 8px 15px !important;
  border: 1px solid #3F9390;
}
#cookieChoiceInfo a:hover {
  color: #fff !important;
  background-color: #3F9390;
}
#cookieChoiceInfo #cookieChoiceDismissIcon {
  display: none !important;
}

@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Fonts */
/* Links */
/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
@font-face {
  font-family: "BespokeSerif-Variable";
  src: url("../fonts/BespokeSerif-Variable.woff2") format("woff2"), url("../fonts/BespokeSerif-Variable.woff") format("woff"), url("../fonts/BespokeSerif-Variable.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BespokeSerif-Medium";
  src: url("../fonts/BespokeSerif-Medium.woff2") format("woff2"), url("../fonts/BespokeSerif-Medium.woff") format("woff"), url("../fonts/BespokeSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
html,
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fdfbf4 !important;
  color: #00434F;
  font-size: calc(14px + 2 * ( (100vw - 420px) / 980)) !important;
  padding: 0;
  margin: 0;
  font-family: "termina", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 16px !important;
  }
}
body.activ {
  overflow: hidden;
}
@media only screen and (min-width: 870px) {
  body.activ {
    overflow: auto;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

p, ul, ol {
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  font-size: calc(22px + 10 * ( (100vw - 420px) / 980)) !important;
}
@media screen and (max-width: 420px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1400px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 32px !important;
  }
}

strong {
  font-weight: 600;
}

button {
  border: none;
  padding: 0px;
  margin: 0px;
  background: none;
  cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: none;
  display: inline-block;
}

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

td,
th {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.has-text-align-center,
.aligncenter {
  text-align: center;
}

.has-text-align-left,
.alignleft {
  text-align: left;
}

.has-text-align-right,
.alignright {
  text-align: right;
}

@font-face {
  font-family: "Permanent_Marker";
  src: url("../fonts/jstfont/PermanentMarker-Regular.eot");
  src: local("Permanent Marker Regular"), local("PermanentMarker-Regular"), url("../fonts/jstfont/PermanentMarker-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/jstfont/PermanentMarker-Regular.woff2") format("woff2"), url("../fonts/jstfont/PermanentMarker-Regular.woff") format("woff"), url("../fonts/jstfont/PermanentMarker-Regular.svg#PermanentMarker-Regular") format("svg");
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

header,
main,
footer,
section {
  position: relative;
  width: 100%;
  z-index: 1;
}

main {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  min-height: 100vh;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 110px;
}
main.l-single {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  main.l-single {
    padding-bottom: 100px;
  }
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes circle {
  from {
    -webkit-transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(-60deg);
  }
}
@-webkit-keyframes round {
  from {
    -webkit-transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(60deg);
  }
}
@-webkit-keyframes animated-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes animated-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes shadowInOut {
  0% {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  }
  50% {
    text-shadow: 0px 0px 30px rgb(0, 0, 0);
  }
  to {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  }
}
@keyframes shadowInOut {
  0% {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  }
  50% {
    text-shadow: 0px 0px 30px rgb(0, 0, 0);
  }
  to {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes movingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes movingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes flying {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-5%, 5%);
            transform: translate(-5%, 5%);
  }
  to {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes flying {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-5%, 5%);
            transform: translate(-5%, 5%);
  }
  to {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
  }
  to {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
  }
  to {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fillColor {
  0% {
    color: #fff;
  }
  22% {
    color: #fff;
  }
  33% {
    color: transparent;
  }
  89% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes fillColor {
  0% {
    color: #fff;
  }
  22% {
    color: #fff;
  }
  33% {
    color: transparent;
  }
  89% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fromLeft {
  from {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }
  to {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes fromLeft {
  from {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }
  to {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.wpcf7-form {
  position: relative;
  width: 100%;
}
.wpcf7-form label {
  position: relative;
  cursor: pointer;
  display: block;
  color: #737373;
}
.wpcf7-form .hidden_field {
  display: none;
}
.wpcf7-form textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=number],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  background-color: #fff;
  border: 1px solid #78BCBB;
  border-radius: 15px;
  outline: none;
  font-family: "termina", sans-serif;
  font-size: 16px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 19px;
}
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=number].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
  border-color: #C15524 !important;
  border-width: 2px;
}
.wpcf7-form textarea:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form select:focus {
  color: #000;
}
.wpcf7-form textarea {
  height: 90px;
  width: 100%;
  max-width: 580px;
  min-width: 100%;
  min-height: 155px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wpcf7-form .row label {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row label {
    width: 50%;
  }
}
.wpcf7-form .row label:first-of-type {
  margin-right: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row label:first-of-type {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.wpcf7-form .row label:last-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row label:last-of-type {
    margin-left: 30px;
  }
}
.wpcf7-form .btn_wrap {
  text-align: right;
}
.wpcf7-form .wpcf7-submit {
  background-color: #BD5520;
  color: #fff;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "termina", sans-serif;
  width: auto;
  border-radius: 35px;
}
.wpcf7-form .wpcf7-submit:disabled, .wpcf7-form .wpcf7-submit[disabled] {
  cursor: not-allowed;
}
.wpcf7-form .wpcf7-submit:disabled:hover, .wpcf7-form .wpcf7-submit[disabled]:hover {
  background: #fff;
  color: #ccc;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #00434F;
  color: #fff;
}

:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(88, 89, 91, 0.65);
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: rgba(88, 89, 91, 0.65);
}

:focus:-ms-input-placeholder { /* IE 10+ */
  color: rgba(88, 89, 91, 0.65);
}

:focus:-moz-placeholder { /* Firefox 18- */
  color: rgba(88, 89, 91, 0.65);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(88, 89, 91, 0.65);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(88, 89, 91, 0.65);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(88, 89, 91, 0.65);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(88, 89, 91, 0.65);
}

.ajax-loader {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 40px;
  height: 20px;
  margin: 0 0 0 -20px;
  display: none;
}
.form_center .ajax-loader {
  bottom: -30px;
  left: 50%;
}
.ajax-loader.is-active {
  display: inline-block;
  -webkit-animation: infinite-spinning 1s linear 0s infinite normal both;
  animation: infinite-spinning 1s linear 0s infinite normal both;
}
.ajax-loader:before {
  font-family: "FontAwesome" !important;
  content: "\f021";
  width: inherit;
  height: inherit;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

.wpcf7-response-output {
  position: absolute;
  bottom: -44px;
  left: 0%;
  width: 100%;
  /* 	color:$color_yellow;
   */
  font-weight: bold;
  font-size: 12px;
  display: block;
  padding: 0;
  border: none;
  margin: 0;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  /*     color: $color_yellow;
   */
}
.wpcf7-response-output.wpcf7-validation-errors {
  /*     color: $color_red;
   */
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 0px;
  width: auto;
  color: #C15524;
}

.screen-reader-response {
  display: none;
}

@-webkit-keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn {
  position: relative;
  display: inline-block;
  width: auto;
  border: 1px solid #BD5520;
  border-radius: 35px;
  outline: none;
  padding: 15px 20px;
  background-color: #BD5520;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover {
  background-color: #C15524;
  color: #fff;
}

/* Fonts */
/* Links */
/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
@font-face {
  font-family: "BespokeSerif-Variable";
  src: url("../fonts/BespokeSerif-Variable.woff2") format("woff2"), url("../fonts/BespokeSerif-Variable.woff") format("woff"), url("../fonts/BespokeSerif-Variable.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "BespokeSerif-Medium";
  src: url("../fonts/BespokeSerif-Medium.woff2") format("woff2"), url("../fonts/BespokeSerif-Medium.woff") format("woff"), url("../fonts/BespokeSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
footer {
  background-color: #eef3f3;
}
footer .footer_top {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  footer .footer_top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .footer_top .container .stolpec_title {
  display: block;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 425px) {
  footer .footer_top .container .stolpec_title {
    font-size: 10px;
  }
}
footer .footer_top .container .footer_left {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  footer .footer_top .container .footer_left {
    width: 50%;
    margin-bottom: 0px;
  }
}
footer .footer_top .container .footer_left .footer_stolpci {
  text-align: center;
}
@media only screen and (min-width: 425px) {
  footer .footer_top .container .footer_left .footer_stolpci {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
footer .footer_top .container .footer_left .footer_stolpci .footer_info_wrap {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 425px) {
  footer .footer_top .container .footer_left .footer_stolpci .footer_info_wrap {
    width: 50%;
    margin-bottom: 0px;
  }
}
footer .footer_top .container .footer_left .footer_stolpci .footer_info_wrap .block {
  margin-bottom: 20px;
}
footer .footer_top .container .footer_left .footer_stolpci .footer_info_wrap .block .fi_element {
  display: block;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
footer .footer_top .container .footer_left .footer_stolpci .footer_info_wrap .block a.fi_element {
  color: #00434F;
  position: relative;
  display: inline-block;
}
footer .footer_top .container .footer_left .footer_stolpci .footer_info_wrap .block a.fi_element:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00434F;
}
footer .footer_top .container .footer_left .footer_stolpci .footer_info_wrap:hover .block a.fi_element {
  color: #BD5520;
}
footer .footer_top .container .footer_left .footer_stolpci .footer_info_wrap:hover .block a.fi_element:after {
  background: #BD5520;
}
footer .footer_top .container .footer_left .footer_stolpci .footer_navigacija {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 425px) {
  footer .footer_top .container .footer_left .footer_stolpci .footer_navigacija {
    width: 50%;
    display: block;
  }
}
footer .footer_top .container .footer_left .footer_stolpci .footer_navigacija .fl_link {
  display: block;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 16px;
  color: #00434F;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 425px) {
  footer .footer_top .container .footer_left .footer_stolpci .footer_navigacija .fl_link {
    margin-bottom: 22px;
  }
}
footer .footer_top .container .footer_left .footer_stolpci .footer_navigacija .fl_link:hover {
  color: #BD5520;
}
footer .footer_top .container .footer_left .left_bottom {
  margin-top: 44px;
}
@media only screen and (min-width: 768px) {
  footer .footer_top .container .footer_left .left_bottom {
    margin-top: 84px;
  }
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 425px) {
  footer .footer_top .container .footer_left .left_bottom .icons_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a {
  font-size: 22px;
  margin-right: 40px;
  position: relative;
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a:last-child {
  margin-right: 0px;
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a:after {
  content: "";
  width: 46px;
  height: 46px;
  border: 2px solid;
  border-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a:hover:after {
  border-color: #BD5520;
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a.icon-facebook:after {
  left: -18px;
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a.icon-insta:after {
  left: -12px;
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a.icon-linkedin:after {
  left: -12px;
  top: -11px;
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a.icon-pinterest:after {
  left: -15px;
}
footer .footer_top .container .footer_left .left_bottom .icons_wrap a.icon-twitter:after {
  left: -9px;
}
footer .footer_top .container .footer_left .left_bottom .slogan_wrap {
  font-size: 19px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 425px) {
  footer .footer_top .container .footer_left .left_bottom .slogan_wrap {
    text-align: left;
  }
}
footer .footer_top .container .footer_left a:before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer_top .container .footer_right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer .footer_top .container .footer_right {
    width: 50%;
  }
}
footer .footer_top .container .footer_right form label {
  font-size: 14px;
  color: #00434F;
}
footer .footer_top .container .footer_right form label .field_name {
  padding: 0px 0px 4px 4px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
footer .footer_top .container .footer_right form input[type=text], footer .footer_top .container .footer_right form input[type=email], footer .footer_top .container .footer_right form textarea {
  border-color: #eef3f3;
  border-radius: 0px;
  padding: 10px 12px;
  font-size: 14px;
}
footer .footer_top .container .footer_right form textarea {
  margin-bottom: 14px;
}
footer .footer_top .container .footer_right form .submit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_top .container .footer_right form .submit_wrap .agreement {
  font-size: 12px;
  max-width: 66%;
  font-family: "Inter", sans-serif;
  padding-right: 12px;
}
footer .footer_top .container .footer_right form .submit_wrap .agreement .policy_link {
  color: #00434F;
}
footer .footer_top .container .footer_right form .submit_wrap .agreement:hover .policy_link {
  color: #BD5520;
}
footer .footer_top .container .footer_right form .submit_wrap .button input {
  padding: 8px 28px;
  border: 2px solid #BD5520;
  font-size: 14px;
  border-radius: 24px;
  color: #BD5520;
  background-color: transparent;
  font-family: "termina", sans-serif;
  font-weight: 500;
}
footer .footer_top .container .footer_right form .submit_wrap .button:hover input {
  background-color: #BD5520;
  color: #FBF7E9;
}
footer .footer_bottom {
  text-align: center;
  padding-bottom: 16px;
}
footer .footer_bottom .container {
  border-top: 2px solid #fff;
  padding: 16px 0;
}
footer .footer_bottom span, footer .footer_bottom a {
  font-family: "Inter", sans-serif;
  color: #00434F;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
footer .footer_bottom span {
  margin-right: 18px;
}
footer .footer_bottom a {
  margin-right: 18px;
  padding-bottom: 1px;
  border-bottom: 1px solid #00434F;
}
footer .footer_bottom a:last-of-type {
  margin-right: 0px;
}
footer .footer_bottom a:hover {
  color: #BD5520;
  border-color: #BD5520;
}

.filter_svgs {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?g2bmmp");
  src: url("../fonts/icomoon.eot?g2bmmp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g2bmmp") format("truetype"), url("../fonts/icomoon.woff?g2bmmp") format("woff"), url("../fonts/icomoon.svg?g2bmmp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.iconmoon a, .iconmoon span, .iconmoon p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconmoon a:before, .iconmoon span:before, .iconmoon p:before {
  display: inline-block;
  color: inherit;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconmoon a.icon-check-circle:before, .iconmoon span.icon-check-circle:before, .iconmoon p.icon-check-circle:before {
  content: "\e900";
  color: #00434F;
}
.iconmoon a.icon-chevron-down:before, .iconmoon span.icon-chevron-down:before, .iconmoon p.icon-chevron-down:before {
  content: "\e901";
  color: #00434F;
}
.iconmoon a.icon-facebook:before, .iconmoon span.icon-facebook:before, .iconmoon p.icon-facebook:before {
  content: "\e902";
  color: #00434F;
}
.iconmoon a.icon-globe:before, .iconmoon span.icon-globe:before, .iconmoon p.icon-globe:before {
  content: "\e903";
  color: #00434F;
}
.iconmoon a.icon-insta:before, .iconmoon span.icon-insta:before, .iconmoon p.icon-insta:before {
  content: "\e904";
  color: #00434F;
}
.iconmoon a.icon-linkedin:before, .iconmoon span.icon-linkedin:before, .iconmoon p.icon-linkedin:before {
  content: "\e905";
  color: #00434F;
}
.iconmoon a.icon-menu:before, .iconmoon span.icon-menu:before, .iconmoon p.icon-menu:before {
  content: "\e906";
  color: #00434F;
}
.iconmoon a.icon-pinterest:before, .iconmoon span.icon-pinterest:before, .iconmoon p.icon-pinterest:before {
  content: "\e907";
  color: #00434F;
}
.iconmoon a.icon-puscica:before, .iconmoon span.icon-puscica:before, .iconmoon p.icon-puscica:before {
  content: "\e908";
  color: #00434F;
}
.iconmoon a.icon-twitter:before, .iconmoon span.icon-twitter:before, .iconmoon p.icon-twitter:before {
  content: "\e909";
  color: #00434F;
}

/* splošni bloki - verz,quote,navadna slika */
pre.wp-block-verse {
  width: 100%;
  font-weight: 500;
  font-family: "termina", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  margin-top: 32px;
  margin-bottom: 32px;
}

figure.wp-block-image {
  margin: 30px 0px;
}
@media only screen and (min-width: 768px) {
  figure.wp-block-image {
    margin: 40px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  figure.wp-block-image {
    margin: 60px 0px;
  }
}
figure.wp-block-image figcaption {
  font-family: "Inter", sans-serif;
}

blockquote.wp-block-quote {
  text-align: center;
  margin: 40px 0 30px;
}
@media only screen and (min-width: 768px) {
  blockquote.wp-block-quote {
    margin: 40px -100px;
  }
}
blockquote.wp-block-quote p {
  color: #00434F;
  font-family: "BespokeSerif-Variable", serif;
  font-size: calc(24px + 12 * ( (100vw - 420px) / 980)) !important;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media screen and (max-width: 420px) {
  blockquote.wp-block-quote p {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1400px) {
  blockquote.wp-block-quote p {
    font-size: 36px !important;
  }
}

/* zadnji unikati block */
.zadnji_unikati {
  padding: 80px 0px;
}
.zadnji_unikati .block_title {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 12px;
  width: 100%;
  margin-bottom: 36px;
}
.zadnji_unikati .kartice_unikati {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 36px;
}
.zadnji_unikati .kartice_unikati .unikat .img_wrap {
  position: relative;
  height: 320px;
  background-position: center;
  background-size: cover;
}
.zadnji_unikati .kartice_unikati .unikat .img_wrap .unikat_tag {
  position: absolute;
  bottom: 0px;
  right: 20px;
  padding: 10px 20px 8px 20px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  background-color: #FDFBF4;
  color: #00434F;
  font-weight: 500;
  font-size: 14px;
}
.zadnji_unikati .kartice_unikati .unikat .img_wrap .unikat_tag.sold {
  background-color: #BD5520;
  color: #FDFBF4;
}
.zadnji_unikati .kartice_unikati .unikat .unikat_info {
  padding: 24px;
  font-family: "Inter", sans-serif;
  color: #00434F;
}
.zadnji_unikati .kartice_unikati .unikat .unikat_info .unikat_date {
  padding-bottom: 8px;
  font-size: 11px;
}
.zadnji_unikati .kartice_unikati .unikat .unikat_info .short_desc {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}
.zadnji_unikati .kartice_unikati .unikat .unikat_info .short_desc strong {
  font-weight: 800;
}
.zadnji_unikati .kartice_unikati .unikat .unikat_info .unikat_price {
  font-size: 18px;
  font-weight: 700;
}

/* block leseno custom galerija */
.masonry_gallery {
  margin-top: 30px;
  margin-bottom: 30px;
  /* Main CSS */
}
@media only screen and (min-width: 768px) {
  .masonry_gallery {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .masonry_gallery {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.masonry_gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  /*&:first-child{
    display: block;
  }

  @include break(768px){
    display: inline-block;
  } */
}
.masonry_gallery .grid-wrapper > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  margin-bottom: 15px;
  /*&:first-child{
    display: flex;

    &.tall{
      margin-top: 0px;
    }
  }*/
}
@media only screen and (min-width: 768px) {
  .masonry_gallery .grid-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }
}
.masonry_gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.masonry_gallery .grid-wrapper {
  grid-gap: 38px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  grid-auto-rows: 400px;
  grid-auto-flow: dense;
  display: block;
}
@media only screen and (min-width: 768px) {
  .masonry_gallery .grid-wrapper {
    display: -ms-grid;
    display: grid;
  }
}
.masonry_gallery .grid-wrapper div:first-of-type {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media only screen and (min-width: 768px) {
  .masonry_gallery .grid-wrapper div:first-of-type {
    margin-top: 50% !important;
  }
}
.masonry_gallery .grid-wrapper .wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.masonry_gallery .grid-wrapper .tall {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.masonry_gallery .grid-wrapper .big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

/* block veliki in mali kvadratki */
.veliki_mali_kvadrati {
  padding-bottom: 50px;
}
.veliki_mali_kvadrati .category_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px;
  margin-bottom: 46px;
}
.veliki_mali_kvadrati .category_row .kartica_velika {
  position: relative;
  border: 1px solid #e6e6e6;
  color: #00434F;
}
.veliki_mali_kvadrati .category_row .kartica_velika img {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.veliki_mali_kvadrati .category_row .kartica_velika .heading_wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
  height: 250px;
  padding: 20px;
  background-color: #FDFBF4;
  z-index: 2;
}
.veliki_mali_kvadrati .category_row .kartica_velika .heading_wrap h3 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  border-bottom: 2px solid #C15524;
  padding: 2px 1px 2px 1px;
  margin-bottom: 20px;
  margin-top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.veliki_mali_kvadrati .category_row .kartica_velika .heading_wrap h4 {
  font-size: 18px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px 0px 30px 0px;
}
.veliki_mali_kvadrati .category_row .kartica_velika .heading_wrap .puscica_wrap {
  position: absolute;
  bottom: 26px;
  left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.veliki_mali_kvadrati .category_row .kartica_velika .heading_wrap .puscica_wrap .icon-puscica {
  font-size: 14px;
}
.veliki_mali_kvadrati .category_row .kartica_velika .heading_wrap .puscica_wrap .icon-puscica:before {
  color: #C15524;
}
.veliki_mali_kvadrati .category_row .kartica_velika:hover.kuka .heading_wrap h3, .veliki_mali_kvadrati .category_row .kartica_velika:hover.kuka .heading_wrap h4 {
  color: #C15524;
}
.veliki_mali_kvadrati .category_row .kartica_velika:hover.kuka .heading_wrap .puscica_wrap {
  left: 28px;
}
.veliki_mali_kvadrati .category_row .kartica_velika:hover.kuka img {
  -webkit-filter: url("#gold-sunset") contrast(0.6) hue-rotate(335deg);
          filter: url("#gold-sunset") contrast(0.6) hue-rotate(335deg);
}
.veliki_mali_kvadrati .category_row .kartica_velika:hover.planika .heading_wrap h3, .veliki_mali_kvadrati .category_row .kartica_velika:hover.planika .heading_wrap h4 {
  opacity: 0.6;
}
.veliki_mali_kvadrati .category_row .kartica_velika:hover.planika .heading_wrap h3 {
  border-bottom: 2px solid rgba(0, 67, 79, 0.6);
}
.veliki_mali_kvadrati .category_row .kartica_velika:hover.planika .heading_wrap .puscica_wrap {
  left: 28px;
}
.veliki_mali_kvadrati .category_row .kartica_velika:hover.planika .heading_wrap .puscica_wrap .icon-puscica:before {
  color: rgba(0, 67, 79, 0.6);
}
.veliki_mali_kvadrati .category_row .kartica_velika:hover.planika img {
  -webkit-filter: url("#teal-white") contrast(0.9) brightness(1.1);
          filter: url("#teal-white") contrast(0.9) brightness(1.1);
}
.veliki_mali_kvadrati .category_row .druga_polovica {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala .img_wrap {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala .prostor_info {
  padding: 20px 28px;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala .prostor_info .prostor_kategorije a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  border-bottom: 2px solid #C15524;
  padding: 2px 1px 2px 1px;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-right: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala .prostor_info .prostor_kategorije a.link_prostori {
  border-bottom: 2px solid #578489;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala .prostor_info h3 {
  margin: 0px 0px 12px 0px;
  font-weight: 500;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala .prostor_info .short_desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #00434F;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala .prostor_info .prostor_poglej {
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 14px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala:hover .prostor_info .prostor_poglej {
  color: #BD5520;
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala:hover.kuka .img_wrap {
  -webkit-filter: url("#gold-sunset") contrast(0.6) hue-rotate(335deg);
          filter: url("#gold-sunset") contrast(0.6) hue-rotate(335deg);
}
.veliki_mali_kvadrati .category_row .druga_polovica .kartica_mala:hover.planika .img_wrap {
  -webkit-filter: url("#teal-white") contrast(0.9) brightness(1.1);
          filter: url("#teal-white") contrast(0.9) brightness(1.1);
}
.veliki_mali_kvadrati .category_row:nth-of-type(2) .druga_polovica {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* blok: full-width galerija slik*/
.fullwidth_img_carousel {
  padding-top: 70px;
  padding-bottom: 70px;
}
.fullwidth_img_carousel .full_width_carousel .slika {
  max-width: 440px;
  display: block !important;
  margin: 0 auto;
}
.fullwidth_img_carousel .full_width_carousel .slika img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fullwidth_img_carousel .full_width_carousel .slika .avtor {
  font-size: 12px;
  margin-top: 6px;
  font-family: "Inter", sans-serif;
}

/* blok: garancije */
.garancije {
  padding-top: 50px;
  padding-bottom: 50px;
}
.garancije .text_wrap {
  width: 100%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.garancije .img_wrap {
  width: 100%;
}
.garancije .img_wrap img {
  max-width: 100%;
  display: block;
  margin: 16px auto 0px;
}
@media only screen and (min-width: 425px) {
  .garancije .img_wrap img {
    max-width: 320px;
  }
}

/* blok: kuka razlicice */
.kuka_razlicice {
  width: 100%;
  padding: 0px 0px 40px;
}
@media only screen and (min-width: 768px) {
  .kuka_razlicice {
    padding: 10px 0px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .kuka_razlicice {
    padding: 30px 0px 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .kuka_razlicice {
    padding: 40px 0px 60px;
  }
}
.kuka_razlicice .slick-slider {
  overflow: hidden;
}
.kuka_razlicice .slick-list {
  margin: 0 -16px;
}
.kuka_razlicice .slick-slide {
  padding: 0 8px;
}
@media only screen and (min-width: 425px) {
  .kuka_razlicice .slick-slide {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .kuka_razlicice .slick-slide {
    padding: 0 16px;
  }
}
.kuka_razlicice .izvedenka .slika {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.kuka_razlicice .izvedenka .naziv {
  margin-top: 8px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  padding: 0px 8px 0px 8px;
}
@media only screen and (min-width: 425px) {
  .kuka_razlicice .izvedenka .naziv {
    margin-top: 12px;
    padding: 0px 12px 0px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .kuka_razlicice .izvedenka .naziv {
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
  }
}
.kuka_razlicice .izvedenka .opis {
  margin-top: 8px;
  padding: 0px 8px 0px 8px;
}
@media only screen and (min-width: 425px) {
  .kuka_razlicice .izvedenka .opis {
    padding: 0px 12x 0px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .kuka_razlicice .izvedenka .opis {
    padding: 0px 20px 0px 20px;
  }
}

/* blok: sledite nam */
.sledite_nam {
  padding-top: 40px;
}
.sledite_nam .nagovor_wrap {
  text-align: center;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding-bottom: 20px;
}
.sledite_nam .icons_parent {
  display: block;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.sledite_nam .icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.sledite_nam .icons_wrap a {
  font-size: 22px;
  margin-right: 40px;
  position: relative;
}
.sledite_nam .icons_wrap a:last-of-type {
  margin-right: 0px;
}
.sledite_nam .icons_wrap a:after {
  content: "";
  width: 46px;
  height: 46px;
  border: 2px solid;
  border-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.sledite_nam .icons_wrap a:hover:after {
  border-color: #BD5520;
}
.sledite_nam .icons_wrap a.icon-facebook:after {
  left: -18px;
}
.sledite_nam .icons_wrap a.icon-insta:after {
  left: -12px;
}
.sledite_nam .icons_wrap a.icon-linkedin:after {
  left: -12px;
  top: -11px;
}
.sledite_nam .icons_wrap a.icon-pinterest:after {
  left: -15px;
}
.sledite_nam .icons_wrap a.icon-twitter:after {
  left: -9px;
}

/* block podnaslov - vprašanje */
.page-template-tmp_KukaLanding h3 {
  font-weight: 500;
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

/* block prenesi brošuro */
.prenesi-datoteko {
  padding: 40px 0px 40px 0px;
}
@media only screen and (min-width: 768px) {
  .prenesi-datoteko {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .prenesi-datoteko .img_wrap {
    width: 50%;
  }
}
.prenesi-datoteko .img_wrap img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .prenesi-datoteko .img_wrap img {
    max-width: 100%;
    padding-right: 40px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .prenesi-datoteko .text_wrap {
    width: 50%;
  }
}
.prenesi-datoteko .text_wrap h3 {
  margin-top: 0px !important;
}
.prenesi-datoteko .text_wrap .btn.prenos {
  background: transparent;
  border: 2px solid #C15524;
  color: #C15524;
  font-size: 14px;
  padding: 6px 22px 4px 22px;
  font-weight: 500;
}
.prenesi-datoteko .text_wrap .btn.prenos:hover {
  background: #C15524;
  color: #FDFBF4;
}

/* block naše družine izdelkov*/
.nase_druzine_izdelkov {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .nase_druzine_izdelkov {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category {
  position: relative;
  width: 100%;
  color: #00434F;
  display: block;
  margin-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap .main_category {
    width: calc(50% - 20px);
    margin-bottom: 0px;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap {
  left: 0px;
  top: 0px;
  padding-bottom: 20px;
  background-color: #FDFBF4;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap {
    position: absolute;
    width: 170px;
    height: 170px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1220px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap {
    width: 300px;
    height: 300px;
    padding: 20px;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap h3 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  padding: 2px 1px 2px 1px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 425px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap h3 {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap h3 {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap h3 {
    margin-bottom: 22px;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap h4 {
  font-size: 18px !important;
  font-family: "termina", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: none;
  max-width: 300px;
}
@media only screen and (min-width: 425px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap h4 {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap h4 {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap h4 {
    font-size: 22px !important;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap {
  bottom: 26px;
  left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap {
    margin-top: 16px;
    left: 10px;
    bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap {
    left: 20px;
    bottom: 26px;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap .icon-puscica {
  font-size: 14px;
}
@media only screen and (min-width: 425px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap .icon-puscica {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap .icon-puscica {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap .icon-puscica {
    font-size: 18px;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap .icon-puscica:before {
  color: #C15524;
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap .main_category .heading_wrap .puscica_wrap {
    position: absolute;
    margin-top: 0px;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category img {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nase_druzine_izdelkov .categories_wrap .main_category.kuka h3 img {
  max-height: 36px;
}
.nase_druzine_izdelkov .categories_wrap .main_category.kuka:hover .puscica_wrap {
  left: 28px;
}
.nase_druzine_izdelkov .categories_wrap .main_category.kuka:hover img {
  -webkit-filter: url("#gold-sunset");
          filter: url("#gold-sunset");
}
.nase_druzine_izdelkov .categories_wrap .main_category.planika h3 img {
  max-height: 48px;
}
@media only screen and (min-width: 768px) {
  .nase_druzine_izdelkov .categories_wrap .main_category.planika h3 {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .nase_druzine_izdelkov .categories_wrap .main_category.planika h3 {
    margin-bottom: 10px;
  }
}
.nase_druzine_izdelkov .categories_wrap .main_category.planika:hover .puscica_wrap {
  left: 28px;
}
.nase_druzine_izdelkov .categories_wrap .main_category.planika:hover img {
  -webkit-filter: url("#gold-sunset");
          filter: url("#gold-sunset");
}

/* 4 kartice kuke na koncu strani */
h3.bottom_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 90px !important;
  display: block;
}

.category_row {
  max-width: 1440px;
  margin: 0 auto;
}
.category_row .prostori.kartice_parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 36px;
}
.category_row .prostori.kartice_parent .kartica_mala .img_wrap {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
}
.category_row .prostori.kartice_parent .kartica_mala .prostor_info {
  padding: 20px 28px;
}
.category_row .prostori.kartice_parent .kartica_mala .prostor_info .prostor_kategorije a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  border-bottom: 2px solid #C15524;
  padding: 2px 1px 2px 1px;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-right: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category_row .prostori.kartice_parent .kartica_mala .prostor_info .prostor_kategorije a.link_prostori {
  border-bottom: 2px solid #578489;
}
.category_row .prostori.kartice_parent .kartica_mala .prostor_info h3 {
  margin: 0px 0px 12px 0px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.category_row .prostori.kartice_parent .kartica_mala .prostor_info .short_desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #00434F;
}
.category_row .prostori.kartice_parent .kartica_mala .prostor_info .prostor_poglej {
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 14px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category_row .prostori.kartice_parent .kartica_mala:hover .prostor_info .prostor_poglej {
  color: #BD5520;
}
.category_row .prostori.kartice_parent .kartica_mala:hover.kuka .img_wrap {
  -webkit-filter: url("#gold-sunset") contrast(0.6) hue-rotate(335deg);
          filter: url("#gold-sunset") contrast(0.6) hue-rotate(335deg);
}

.button_parent {
  text-align: center;
}

/* cookie policy page */
.cmplz-always-active {
  color: #00434F !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  border-width: 2px;
}

.cmplz-document .cookie-statement h2 {
  margin-top: 32px !important;
  padding-bottom: 0px !important;
  line-height: 30px !important;
  font-size: calc(22px + 4 * ( (100vw - 420px) / 980)) !important;
  font-weight: 400 !important;
  word-break: break-all;
}
@media screen and (max-width: 420px) {
  .cmplz-document .cookie-statement h2 {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1400px) {
  .cmplz-document .cookie-statement h2 {
    font-size: 26px !important;
  }
}
.cmplz-document .cookie-statement #cmplz-cookies-overview h3 {
  font-size: calc(12px + 2 * ( (100vw - 420px) / 980)) !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 420px) {
  .cmplz-document .cookie-statement #cmplz-cookies-overview h3 {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1400px) {
  .cmplz-document .cookie-statement #cmplz-cookies-overview h3 {
    font-size: 14px !important;
  }
}
.cmplz-document .cookie-statement h4 {
  font-size: calc(12px + 2 * ( (100vw - 420px) / 980)) !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 420px) {
  .cmplz-document .cookie-statement h4 {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1400px) {
  .cmplz-document .cookie-statement h4 {
    font-size: 14px !important;
  }
}
.cmplz-document .cookie-statement .cmplz-always-active {
  font-size: unset !important;
  color: #00434F !important;
}
.cmplz-document .cookie-statement .cmplz_consent_per_service_label {
  display: none !important;
}
.cmplz-document .cookie-statement .cookies-per-purpose {
  display: none !important;
}
.cmplz-document .cookie-statement .cmplz-dropdown.cmplz-service-desc.cmplz-dropdown-cookiepolicy:last-child {
  display: none;
}

/* mapa s pluginom */
#wpgmza_map_1 {
  max-width: 1440px !important;
  height: 440px !important;
}
@media only screen and (min-width: 1024px) {
  #wpgmza_map_1 {
    height: 600px !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  outline: none !important;
  overflow: visible;
}
.slider .slick-arrow, .info_slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  display: inline-block !important;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
}
.slider .slick-arrow:after, .info_slider .slick-arrow:after {
  font-family: "icomoon" !important;
  content: "\e908";
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 12px;
  color: #fff;
}
.slider .slick-arrow.slick-prev, .info_slider .slick-arrow.slick-prev {
  right: auto;
  left: 10px;
}
.slider .slick-arrow.slick-next, .info_slider .slick-arrow.slick-next {
  right: 10px;
  left: auto;
}
.slider .slick-arrow.slick-next:after, .info_slider .slick-arrow.slick-next:after {
  -webkit-transform: scaleX(-1) translate(0%, 12%);
          transform: scaleX(-1) translate(0%, 12%);
}
.slider .slick-arrow:hover.slick-prev:after, .info_slider .slick-arrow:hover.slick-prev:after {
  border-color: #055796;
}
.slider .slick-arrow:hover.slick-next:after, .info_slider .slick-arrow:hover.slick-next:after {
  border-color: #055796;
}
.info_slider .slick-arrow.slick-prev {
  left: calc((100% - 1600px) / 2);
  top: auto;
  bottom: 29px;
  -webkit-transform: none;
          transform: none;
  border: none;
  width: 30px;
}
.info_slider .slick-arrow.slick-prev:after {
  font-size: 45px;
}
.info_slider .slick-arrow.slick-next {
  left: calc((100% - 1350px) / 2);
  top: auto;
  bottom: 34px;
  -webkit-transform: none;
          transform: none;
  border: none;
  width: 30px;
}
.info_slider .slick-arrow.slick-next:after {
  font-size: 45px;
}
.l-popup_gallery .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  display: block;
  outline: 0;
  z-index: 9;
}
.l-popup_gallery .slick-arrow:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.l-popup_gallery .slick-arrow.slick-prev {
  left: 0%;
}
.l-popup_gallery .slick-arrow.slick-prev:before {
  right: 0;
  -webkit-transform: rotate(45deg) translate(0%, -50%);
          transform: rotate(45deg) translate(0%, -50%);
  border-top: none;
  border-right: none;
}
.l-popup_gallery .slick-arrow.slick-next {
  right: 0%;
}
.l-popup_gallery .slick-arrow.slick-next:before {
  left: 0;
  -webkit-transform: rotate(-45deg) translate(0%, -50%);
          transform: rotate(-45deg) translate(0%, -50%);
  border-top: none;
  border-left: none;
}
.l-popup_gallery .slick-arrow:hover.slick-prev:before {
  border-color: #fff;
}
.l-popup_gallery .slick-arrow:hover.slick-next:before {
  border-color: #fff;
}

.arrows {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.arrows a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.arrows .slick-arrow {
  display: block;
  width: 50px;
  height: 93px;
  outline: none;
  border: none;
}
@media only screen and (min-width: 1024px) {
  .arrows .slick-arrow {
    width: 77px;
    height: 80px;
  }
}
.arrows .slick-arrow.slick-prev, .arrows .slick-arrow.slick-next {
  background-color: #3c3e42;
  border: solid 2px #d0d0d0;
  height: 70px;
  width: 70px;
  border-radius: 10px;
  position: relative;
}
.arrows .slick-arrow.slick-prev:before, .arrows .slick-arrow.slick-prev:after, .arrows .slick-arrow.slick-next:before, .arrows .slick-arrow.slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arrows .slick-arrow.slick-prev:before, .arrows .slick-arrow.slick-next:before {
  top: 41%;
}
.arrows .slick-arrow.slick-prev:after, .arrows .slick-arrow.slick-next:after {
  top: 59%;
}
.arrows .slick-arrow.slick-prev:after, .arrows .slick-arrow.slick-prev:before {
  content: url(../img/next.png);
}
.arrows .slick-arrow.slick-next:before, .arrows .slick-arrow.slick-next:after {
  content: url(../img/prev.png);
}
.arrows .slick-arrow.slick-disabled {
  background: #ccc;
  cursor: not-allowed;
}
.arrows .slick-arrow.slick-disabled:before {
  top: 50%;
  font-family: "FontAwesome" !important;
  font-size: 30px;
  content: "\f05e";
  color: #3c3e42;
}
.arrows .slick-arrow.slick-disabled:after {
  display: none;
}
.arrows .zoomIn,
.arrows .zoomOut {
  position: absolute;
  top: calc(100% + 185px);
  width: 20px;
  height: 20px;
  display: block;
  background-color: #3c3e42;
  border: solid 2px #d0d0d0;
  border-radius: 10px;
  height: 70px;
  width: 70px;
}
.arrows .zoomIn {
  left: 0;
}
.arrows .zoomIn:before {
  content: url(../img/plus.png);
}
.arrows .zoomOut {
  right: 0;
}
.arrows .zoomOut:before {
  content: url(../img/minus.png);
}

.main_posts .slick-dots {
  margin: 0;
  padding: 0;
  position: relative;
  width: 28px;
  height: 20px;
  padding-left: 92px;
  margin-top: 60px;
}
.main_posts .slick-dots li {
  padding-left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_posts .slick-dots li.slick-active {
  opacity: 1;
  visibility: visible;
}
.main_posts .slick-dots li .all,
.main_posts .slick-dots li .current {
  font-size: 26px;
  font-weight: bold;
  display: block;
  min-width: 35px;
}
.main_posts .slick-dots li .current {
  color: #89909a;
}
.main_posts .slick-dots li .all {
  color: rgba(137, 144, 154, 0.5);
}
.main_posts .slick-dots li .separator {
  background-color: rgba(137, 144, 154, 0.5);
  height: 3px;
  width: 36px;
  display: block;
  margin: 0 10px 0 8px;
}
.slider .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .slider .slick-dots {
    bottom: -40px;
  }
}
.slider .slick-dots li:before {
  display: none;
}
.slider .slick-dots li.slick-active button {
  background-color: #2d2d2d;
  color: #2d2d2d;
}
.slider .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  background-color: #eaeaea;
  color: #eaeaea;
  margin: 0 5px;
  outline: none;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #dfdfdf;
}

.l-slider {
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.l-slider:before {
  z-index: 1;
  pointer-events: none;
}
.l-slider .slider_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .l-slider .slider_item {
    max-height: calc(100vh - 100px);
  }
}
.l-slider .slider_item a {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .l-slider .slider_item a {
    max-height: calc(100vh - 100px);
    padding-bottom: 0;
  }
}
.l-slider .slider_item a img, .l-slider .slider_item a video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-slider .slider_item a .ozadje {
  opacity: 0;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
.l-slider .slider_item a .element {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.l-slider .slider_item a .element.niabsolute {
  position: relative;
  top: auto;
  left: auto;
}
.l-slider .slick-slide.slick-active .slider_item a .ozadje {
  opacity: 1;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.l-slider .slick-slide.slick-active .slider_item a .element {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.52, 0.99);
          animation-timing-function: cubic-bezier(0, 0, 0.52, 0.99);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.l-slider .slick-slide.slick-active .slider_item a .element:nth-of-type(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.l-slider .slick-slide.slick-active .slider_item a .element:nth-of-type(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.l-slider .slick-slide.slick-active .slider_item a .element:nth-of-type(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.l-slider .slick-slide.slick-active .slider_item a .element:nth-of-type(5) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.l-slider .slick-slide.slick-active .slider_item a .element:nth-of-type(6) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.l-slider .slick-slide.slick-active .slider_item a .element:nth-of-type(7) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.l-slider .slick-slide.slick-active .slider_item a .element:nth-of-type(8) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.l-slider .slick-slide.slick-active .slider_item a .element:nth-of-type(9) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.l-slider .slick-slide.slick-active .slider_item a .element.fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.l-slider .slick-slide.slick-active .slider_item a .element.up {
  -webkit-animation-name: fromUp;
          animation-name: fromUp;
}
.l-slider .slick-slide.slick-active .slider_item a .element.bottom {
  -webkit-animation-name: fromBottom;
          animation-name: fromBottom;
}
.l-slider .slick-slide.slick-active .slider_item a .element.right {
  -webkit-animation-name: fromRight;
          animation-name: fromRight;
}
.l-slider .slick-slide.slick-active .slider_item a .element.left {
  -webkit-animation-name: fromLeft;
          animation-name: fromLeft;
}

/*                                             								 WP DEFAULT BLOCKS
---------------------------------------------------------------------------------*/
.content .wp-block-gallery {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .content .wp-block-gallery {
    margin: 50px 0;
  }
}
.content .wp-block-gallery ul {
  margin: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .content .wp-block-gallery ul {
    margin: -15px;
  }
}
.content .wp-block-gallery ul li {
  width: calc(33.3% - 6px);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 3px;
  overflow: hidden;
  border: 1px solid #cecece;
  padding: 2px;
  background: none;
}
@media only screen and (min-width: 768px) {
  .content .wp-block-gallery ul li {
    margin: 15px;
    width: calc(33.3% - 30px);
  }
}
.content .wp-block-gallery ul li:hover figure {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.content .wp-block-gallery ul li figure {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.content .wp-block-latest-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -20px 30px;
}
.content .wp-block-latest-posts li {
  margin: 20px;
  width: calc(100% - 40px);
  padding: 0;
  -webkit-box-shadow: 0 0 12px 0 rgba(4, 5, 5, 0.11);
          box-shadow: 0 0 12px 0 rgba(4, 5, 5, 0.11);
}
@media only screen and (min-width: 500px) {
  .content .wp-block-latest-posts li {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .content .wp-block-latest-posts li {
    width: calc(33.3% - 40px);
  }
}
.content .wp-block-latest-posts li:before {
  display: none;
}
.content .wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
  padding: 0;
}
.content .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
}
.content .wp-block-latest-posts li a {
  display: block;
  font-size: 20px;
  color: #393532;
  padding: 20px 15px 5px 15px;
}
@media only screen and (min-width: 768px) {
  .content .wp-block-latest-posts li a {
    padding: 20px 20px 5px 20px;
  }
}
.content .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
  font-size: 14px;
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .content .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
    padding: 20px;
  }
}

figcaption {
  font-size: 12px;
  margin-top: 6px;
}

.wp-block-quote {
  color: #89909a;
  font-size: calc(22px + 10 * ( (100vw - 420px) / 980)) !important;
  font-weight: 300;
  letter-spacing: 1.6px;
  margin: 40px 0 60px;
}
@media screen and (max-width: 420px) {
  .wp-block-quote {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1400px) {
  .wp-block-quote {
    font-size: 32px !important;
  }
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1920px;
}
.wp-block-columns.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.wp-block-columns.reverse .slick-slide {
  text-align: right;
}
.wp-block-columns.reverse .slick-slide ul {
  list-style-type: none;
}
.wp-block-columns.reverse .slick-slide ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-columns.reverse .wp-block-column:nth-of-type(1) {
  padding-left: 120px;
}
.wp-block-columns.color1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#e4e6e6));
  background-image: linear-gradient(to top, #f0f0f0, #e4e6e6);
}
.wp-block-columns.slider .wp-block-column {
  position: relative;
  padding-top: 115px;
  padding-bottom: 140px;
}
.wp-block-columns.slider .wp-block-column:nth-of-type(1):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 300px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#e4e6e6));
  background-image: linear-gradient(to top, #f0f0f0, #e4e6e6);
}
.wp-block-columns.slider .wp-block-column:nth-of-type(2) {
  padding: 0px;
}
.wp-block-columns.col_3 {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .wp-block-columns.col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wp-block-columns.col_3 .wp-block-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 524px;
          flex: 0 0 524px;
  padding: 0 !important;
}
.wp-block-columns.col_3 .wp-block-column:nth-of-type(1), .wp-block-columns.col_3 .wp-block-column:nth-of-type(3) {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background-color: #f0f0f0;
}
.wp-block-columns.col_3 p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.86;
  padding: 25px 45px 38px;
}
.wp-block-columns.col_3 p:nth-of-type(2) {
  border-top: 30px solid #fff;
}
.wp-block-columns.col_3 .wp-block-table {
  padding: 0px 45px 38px;
  margin-top: -38px;
}
.wp-block-columns.col_3 .wp-block-table table {
  width: 100%;
}
.wp-block-columns.col_3 .wp-block-table table td {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.14;
}
.wp-block-columns.col_3 .wp-block-table table td:first-of-type {
  padding-right: 18px;
}
.wp-block-columns.col_3 .wp-block-image {
  width: 100%;
  height: 100%;
}
.wp-block-columns.col_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-columns .wp-block-column {
  width: 100%;
  max-width: 100%;
  padding: 81px 0 91px 20px;
}
@media only screen and (min-width: 1024px) {
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
.wp-block-columns .wp-block-column:nth-of-type(1) {
  padding-left: 20px;
}
@media only screen and (min-width: 1440px) {
  .wp-block-columns .wp-block-column:nth-of-type(1) {
    padding-left: calc((100vw - 1300px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-columns .wp-block-column:nth-of-type(2) {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .wp-block-columns .wp-block-column:nth-of-type(2) {
    padding-left: 105px;
  }
}
.wp-block-columns .wp-block-column.color2 {
  background-color: #3F9390;
}
.wp-block-columns .wp-block-column.color1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#e4e6e6));
  background-image: linear-gradient(to top, #f0f0f0, #e4e6e6);
}

.wp-block-image {
  margin: 30px 0;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.wp-block-separator {
  border: 1px solid #ccc;
  margin: 20px 0;
}

/*                                             							  ARTICLE TEXT STYLE
---------------------------------------------------------------------------------*/
.box_title {
  position: relative;
  display: block;
  font-size: calc(28px + 9 * ( (100vw - 420px) / 980)) !important;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 420px) {
  .box_title {
    font-size: 28px !important;
  }
}
@media screen and (min-width: 1400px) {
  .box_title {
    font-size: 37px !important;
  }
}
.box_title.big {
  font-weight: 600;
  padding-bottom: 40px;
  margin-bottom: 44px;
}
.box_title.big:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 70px;
  height: 4px;
  background-color: #3F9390;
}
.color2 .box_title.big:after, .text_slider .box_title.big:after, .kontakt_wrap .box_title.big:after, .bckg_color_red .box_title.big:after {
  background-color: #fff;
}
.reverse .slick-slide .box_title.big:after {
  left: auto;
  right: 0;
}
.box_title.biger {
  font-size: 48px;
}
.box_title.small {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.08px;
}
.box_title.smaller {
  font-size: 14px;
  letter-spacing: 0.84px;
}
.box_title.nono {
  padding: 0;
  margin: 0;
}
.box_title.nono:after {
  display: none;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 500;
}
.content h1:not(.box_title), .content h2:not(.box_title), .content h3:not(.box_title), .content h4:not(.box_title), .content h5:not(.box_title), .content h6:not(.box_title) {
  margin: 50px 0 30px;
  padding: 0;
}
.content h1:not(.box_title) .has-vivid-green-cyan-color, .content h2:not(.box_title) .has-vivid-green-cyan-color, .content h3:not(.box_title) .has-vivid-green-cyan-color, .content h4:not(.box_title) .has-vivid-green-cyan-color, .content h5:not(.box_title) .has-vivid-green-cyan-color, .content h6:not(.box_title) .has-vivid-green-cyan-color {
  color: #3F9390;
}
.content h2:not(.box_title) {
  margin: 50px 0 20px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  .content h2:not(.box_title) {
    line-height: 58px;
  }
}
.content h3:not(.box_title) {
  font-weight: 500;
}
.content .title_bold {
  font-weight: 800 !important;
  font-size: calc(25px + 10 * ( (100vw - 420px) / 980)) !important;
  margin: 0 0 15px !important;
}
@media screen and (max-width: 420px) {
  .content .title_bold {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 1400px) {
  .content .title_bold {
    font-size: 35px !important;
  }
}
.content p, .content pre {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 768px) {
  .content p, .content pre {
    font-size: 16px;
  }
}
.content p.font15, .content pre.font15 {
  font-size: 15px;
}
.content p.font20, .content pre.font20 {
  font-size: 20px;
}
.content p.font22, .content pre.font22 {
  font-size: 22px;
}
.content p.font24, .content pre.font24 {
  font-size: 24px;
}
.content p.font26, .content pre.font26 {
  font-size: 26px;
}
.content a:not(.btn) {
  color: #00434F;
}
.content a:not(.btn):hover {
  color: #000;
}
.content ul, .content ol {
  margin: 20px 0 20px 40px;
}
.content ul li, .content ol li {
  padding: 3px 0;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}
.content ul li {
  list-style: none;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .content ul li {
    font-size: 16px;
  }
}
.content ul li:before {
  content: "•";
  color: #3F9390;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}
.content table {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: 300;
  text-align: left;
}
.content table tr {
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content table tr td, .content table tr th {
  padding: 10px;
  font-family: "Inter", sans-serif;
}
.content table tr td,
.content table tr th {
  border: 1px solid #ddd;
}
.content table tr td:first-of-type,
.content table tr th:first-of-type {
  color: #00434F;
}
.content table tr th {
  border-right: 1px solid #fff;
  font-weight: 500;
}
.content table tr th:last-of-type {
  border-right: none;
}
.content table tr:hover {
  background-color: #f4f8fb;
}

/*                                             									   CUSTOM BLOCKS
---------------------------------------------------------------------------------*/
.contact_wrap {
  padding: 50px 0 60px;
  position: relative;
}
.contact_wrap .bckgr {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
}
.contact_wrap .form_wrap {
  margin-top: 55px;
}

.main_banner_wrap {
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.main_banner_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(348.43deg, rgba(255, 255, 255, 0.5) 9.56%, rgba(255, 255, 255, 0) 54.67%);
}
.main_banner_wrap.single {
  margin-bottom: 40px;
  height: auto;
  padding: 10px;
  min-height: auto;
}
@media only screen and (min-width: 768px) {
  .main_banner_wrap.single {
    margin-bottom: 60px;
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .main_banner_wrap.single {
    padding: 30px 5%;
  }
}
.main_banner_wrap.single h1 {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.main_banner_wrap .bckgr_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.main_banner_wrap .down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-animation: movingUp 2s ease-in-out infinite;
          animation: movingUp 2s ease-in-out infinite;
}
.main_banner_wrap h1 {
  color: #fff;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  -webkit-animation: shadowInOut 3s ease-in-out infinite;
          animation: shadowInOut 3s ease-in-out infinite;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main_banner_wrap h1 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .main_banner_wrap h1 {
    font-size: 65px;
    line-height: 88px;
  }
}

.date {
  text-align: center;
  margin-bottom: 40px;
}

.search_cat_wrap {
  margin: 60px 0;
}
.search_cat_wrap .search_blog_input {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .search_cat_wrap .search_blog_input {
    width: 50%;
    margin-bottom: 50px;
  }
}
.search_cat_wrap .search_blog_input svg {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: auto;
  display: block;
}
.search_cat_wrap .search_blog_input input {
  border: 1px solid #78BCBB;
  padding: 15px 20px 15px 54px;
  border-radius: 15px;
  width: 100%;
}
.search_cat_wrap .categories_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.search_cat_wrap .categories_wrap .subcat_wrap {
  background-color: #E1F2F2;
  border-radius: 15px;
  margin: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.search_cat_wrap .categories_wrap .subcat_wrap p {
  margin-bottom: 0;
  margin-left: 10px;
}
.search_cat_wrap .categories_wrap .subcat_wrap:hover, .search_cat_wrap .categories_wrap .subcat_wrap.active {
  background-color: #BCDDDD;
}

.our_story {
  margin: 50px 0 60px;
}
.our_story .images_wrap {
  margin-bottom: 30px;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media only screen and (min-width: 768px) {
  .our_story .images_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}
.our_story .images_wrap .img_wrap {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(120, 188, 187, 0.6);
          box-shadow: 0px 0px 10px rgba(120, 188, 187, 0.6);
}
@media only screen and (min-width: 768px) {
  .our_story .images_wrap .img_wrap {
    width: 39%;
    padding-bottom: 0;
  }
}
.our_story .images_wrap .img_wrap .icon-Ig {
  background-color: #57595a;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 5px;
}
.our_story .images_wrap .img_wrap .icon-Ig:before {
  margin: 0 auto;
}
.our_story .images_wrap .box {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -10px -10px;
}
@media only screen and (min-width: 768px) {
  .our_story .images_wrap .box {
    width: 61%;
    margin: -10px;
  }
}
.our_story .images_wrap .box .img_wrap {
  margin: 10px;
  width: calc(50% - 20px);
  padding-bottom: calc(50% - 20px);
}
@media only screen and (min-width: 768px) {
  .our_story .images_wrap .box .img_wrap {
    width: calc(33.3% - 20px);
    padding-bottom: calc(33.3% - 20px);
  }
}
.our_story .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.our_story .icons a {
  background-color: #78BCBB;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
}
.our_story .icons a:before {
  color: #fff;
}
.our_story .icons a:hover {
  background-color: #58595B;
}
.our_story .text {
  text-align: right;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.our_story .text p {
  font-weight: bold;
  font-size: calc(16px + 11 * ( (100vw - 420px) / 980)) !important;
}
@media screen and (max-width: 420px) {
  .our_story .text p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1400px) {
  .our_story .text p {
    font-size: 27px !important;
  }
}
.our_story.animate .text {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.our_story.animate .images_wrap {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .our_story.animate .images_wrap {
    -webkit-animation: bounceIn 1s linear 0s 1 normal both;
            animation: bounceIn 1s linear 0s 1 normal both;
  }
}

.ltr_content {
  padding: 60px 0 90px;
  position: relative;
  display: block;
  color: #00434F !important;
}
.ltr_content.blog_category {
  padding: 70px 0 0;
}
@media only screen and (min-width: 768px) {
  .ltr_content.blog_category {
    padding: 90px 0;
  }
}
.ltr_content.blog_category p {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ltr_content.blog_category p {
    font-size: 22px;
  }
}
.ltr_content.blog_category .btn {
  margin-top: 10px;
}
.ltr_content.bckgr {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ltr_content .bckgr_right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.ltr_content .bckgr_left {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .ltr_content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ltr_content .container .left,
.ltr_content .container .right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ltr_content .container .left,
.ltr_content .container .right {
    width: 50%;
  }
}
.ltr_content .container .btn {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .ltr_content .container .btn {
    margin-top: 60px;
  }
}
.ltr_content .container .left {
  margin-right: 30px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ltr_content .container .left {
    margin-bottom: 0;
  }
}
.ltr_content .container .left h2 {
  margin: 0 0 20px;
}
.ltr_content .container .right {
  margin-left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (min-width: 768px) {
  .ltr_content .container .right {
    margin-left: 30px;
  }
}
.ltr_content .container .right img {
  width: 100%;
  height: auto;
  display: block;
}
.ltr_content .container.change_order .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  .ltr_content .container.change_order .left {
    margin-left: 30px;
  }
}
.ltr_content .container.change_order .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 30px;
  margin-left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ltr_content:nth-child(odd).post {
  background-color: #dfcb2c;
}
.ltr_content:nth-child(odd) .post_single .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  .ltr_content:nth-child(odd) .post_single .left {
    margin-left: 30px;
  }
}
.ltr_content:nth-child(odd) .post_single .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 30px;
  margin-left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ltr_content.green {
  background-color: #BCDDDD;
}
.ltr_content.animate .left,
.ltr_content.animate .right {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  opacity: 1;
}

.last_posts {
  background-color: #BCDDDD;
  padding: 50px 0 60px;
  position: relative;
}
.last_posts .bckgr {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}
.last_posts .text {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.last_posts .text h2 {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .last_posts .text h2 {
    margin: 0 0 20px;
  }
}
.last_posts .list_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px 50px;
}
@media only screen and (min-width: 768px) {
  .last_posts .list_cards {
    margin: 40px -10px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .last_posts .list_cards {
    margin: 40px -25px 50px;
  }
}
.last_posts .list_cards .l-card {
  margin: 10px;
  width: calc(100% - 20px);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media only screen and (min-width: 600px) {
  .last_posts .list_cards .l-card {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .last_posts .list_cards .l-card {
    width: calc(33.3% - 20px);
    margin: 0 10px;
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media only screen and (min-width: 1024px) {
  .last_posts .list_cards .l-card {
    margin: 0 25px;
    width: calc(33.3% - 50px);
  }
}
.last_posts .btn_wrap {
  text-align: center;
}
.last_posts.animate .text {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.last_posts.animate .l-card {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .last_posts.animate .l-card {
    -webkit-animation: bounceIn 1s linear 0s 1 normal both;
            animation: bounceIn 1s linear 0s 1 normal both;
  }
}

.to_contact_form {
  padding: 110px 0 130px;
  position: relative;
  text-align: center;
}
.to_contact_form .bckgr {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.to_contact_form .btn {
  margin-top: 28px;
}

.l-kuka {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .l-kuka {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .l-kuka {
    padding-bottom: 110px;
  }
}
.l-kuka .container.ozki {
  max-width: 660px;
}
.l-kuka .container.ozki p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .l-kuka .container.ozki p {
    font-size: 14px;
  }
}
.l-kuka .container.ozki p a {
  text-decoration: underline;
}
.l-kuka .container.ozki p a:hover {
  color: #C15524;
}
.l-kuka .cover_img_wrap {
  margin-bottom: 60px;
}
.l-kuka .cover_img_wrap img {
  max-width: 100%;
  display: block;
}
.l-kuka .kuka_logo_wrap {
  text-align: center;
}
.l-kuka .kuka_logo_wrap img {
  max-width: 140px;
}
@media only screen and (min-width: 425px) {
  .l-kuka .kuka_logo_wrap img {
    max-width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .l-kuka .kuka_logo_wrap img {
    max-width: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .l-kuka .kuka_logo_wrap img {
    max-width: 240px;
  }
}
@media only screen and (min-width: 1440px) {
  .l-kuka .kuka_logo_wrap img {
    max-width: 300px;
  }
}
.l-kuka .subtitle_wrap {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-kuka .subtitle_wrap {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .l-kuka .subtitle_wrap {
    margin-bottom: 90px;
  }
}
.l-kuka .subtitle_wrap h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: calc(22px + 20 * ( (100vw - 420px) / 980)) !important;
  line-height: 1.2;
}
@media screen and (max-width: 420px) {
  .l-kuka .subtitle_wrap h2 {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1400px) {
  .l-kuka .subtitle_wrap h2 {
    font-size: 42px !important;
  }
}
@media only screen and (min-width: 768px) {
  .l-kuka .subtitle_wrap h2 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .l-kuka .subtitle_wrap h2 {
    line-height: 50px;
    margin-top: 50px;
  }
}
.l-kuka .button_parent {
  margin-top: 20px;
}
.l-kuka .button_parent a {
  padding: 12px 40px 10px 40px;
}