/* 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;
*/
#cookieChoiceInfo {
  background: white !important;
  color: #000;
  overflow: hidden;
  padding: 20px !important;
  font-size: 14px;
  text-align: left !important;
  border-radius: 0;
  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: #fff !important;
  display: inline-block;
  font-weight: 700;
  background-color: rgb(156, 155, 143);
  border-radius: 34px;
  margin: 20px 10px 0 !important;
  padding: 8px 15px !important;
  border: none;
}
#cookieChoiceInfo a:hover {
  color: #fff !important;
  background-color: #000;
}
#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;
*/
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: #fff !important;
  color: #4b4a4b;
  font-size: calc(14px + 2 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
}
body.hide:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
body.product-template-default {
  position: static;
}

.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: 400;
  font-size: calc(22px + 10 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 32px;
  }
}

strong {
  font-weight: 700;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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;
  max-width: 100%;
  height: auto;
}

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: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather 24pt";
  src: url("../fonts/Merriweather24pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*!
 *  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: 180px;
}

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

main {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  min-height: calc(100vh - 104px);
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 113px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (min-width: 600px) {
  main {
    padding-top: 133px;
  }
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 122px;
  }
}
main:not(.home) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  main:not(.home) {
    margin-bottom: 50px;
  }
}
main.product_page {
  margin-top: 15px;
}
main.pasica_prikazana {
  padding-top: 162px;
}
main.cms-kolo-srece {
  padding-top: 0px;
  margin-bottom: 0;
}

.default_page_banner {
  background-image: url(../img/banner_bckgr.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .default_page_banner {
    height: 230px;
    margin: 0 0 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .default_page_banner {
    height: 300px;
  }
}
.default_page_banner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.default_page_banner .wrap h1 {
  text-align: center;
  color: #ba8168;
  font-size: 32px !important;
  letter-spacing: 4px;
  margin: 0 !important;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .default_page_banner .wrap h1 {
    font-size: 60px !important;
    margin: 30px 0 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .default_page_banner .wrap h1 {
    font-size: 80px !important;
  }
}
.default_page_banner .wrap .breadcrumbs {
  font-family: "Arista2.0Light", sans-serif;
  font-size: calc(16px + 10 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .default_page_banner .wrap .breadcrumbs {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .default_page_banner .wrap .breadcrumbs {
    font-size: 26px;
  }
}
.default_page_banner .wrap .breadcrumbs {
  letter-spacing: 1.3px;
  color: #784407;
  text-align: center;
  line-height: 1.2;
}
.default_page_banner .wrap .breadcrumbs a {
  text-decoration: none;
  color: #784407;
}
.default_page_banner.blog h1 {
  text-transform: none;
}

@-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 animated-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes animated-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes movingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes movingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-down {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  20% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  40% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  60% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
  80% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  to {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@keyframes bounce-down {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  20% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  40% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  60% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
  80% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  to {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@-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 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 rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-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 animeLine {
  0% {
    fill: #000000;
    opacity: 1;
  }
  10% {
    fill: #be2664;
    opacity: 1;
  }
  60% {
    fill: #be2664;
    opacity: 1;
  }
  70% {
    fill: #000000;
    opacity: 1;
  }
  100% {
    fill: #000000;
    opacity: 1;
  }
}
@keyframes animeLine {
  0% {
    fill: #000000;
    opacity: 1;
  }
  10% {
    fill: #be2664;
    opacity: 1;
  }
  60% {
    fill: #be2664;
    opacity: 1;
  }
  70% {
    fill: #000000;
    opacity: 1;
  }
  100% {
    fill: #000000;
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  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,
.comment-form {
  position: relative;
  width: 100%;
}
.wpcf7-form label,
.comment-form label {
  position: relative;
  cursor: pointer;
  display: block;
  color: #4b4a4b;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 400;
}
.wpcf7-form label svg,
.comment-form label svg {
  height: 30px;
  width: 25px;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
}
.wpcf7-form label svg path,
.comment-form label svg path {
  fill: #969696 !important;
}
.wpcf7-form label span:not(.wpcf7-form-control-wrap):not(.wpcf7-list-item-label):not(.wpcf7-not-valid-tip):not(.wpcf7-checkbox):not(.wpcf7-list-item),
.comment-form label span:not(.wpcf7-form-control-wrap):not(.wpcf7-list-item-label):not(.wpcf7-not-valid-tip):not(.wpcf7-checkbox):not(.wpcf7-list-item) {
  position: absolute;
  left: 6px;
  top: -2px;
  padding: 0px 3px;
  color: #b1b2b3;
  font-size: 11px;
  background: #fff;
  display: block;
  line-height: 1;
  z-index: 1;
  font-weight: 400;
}
.wpcf7-form label.row .wpcf7-list-item,
.comment-form label.row .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form label.row .wpcf7-checkbox,
.comment-form label.row .wpcf7-checkbox {
  margin: 0;
}
.wpcf7-form label.row input,
.comment-form label.row input {
  margin: 5px 10px 0 !important;
  width: auto !important;
  height: auto !important;
}
.wpcf7-form label.row label,
.comment-form label.row label {
  width: auto;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-left: 0 !important;
}
.wpcf7-form label.req_field,
.comment-form label.req_field {
  position: relative;
}
.wpcf7-form label.req_field:after,
.comment-form label.req_field:after {
  content: "(obvezno)";
  position: absolute;
  top: 22px;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b1b2b3;
}
.wpcf7-form #disclaimer > span label,
.comment-form #disclaimer > span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7-form #disclaimer > span label input,
.comment-form #disclaimer > span label input {
  margin: 0 17px 0 0;
}
.wpcf7-form #disclaimer span,
.comment-form #disclaimer span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
}
.wpcf7-form .hidden_field,
.comment-form .hidden_field {
  display: none;
}
.wpcf7-form p.mini,
.comment-form p.mini {
  font-size: 14px;
  margin: 0;
}
.wpcf7-form p.special,
.comment-form p.special {
  font-size: calc(12px + 4 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .wpcf7-form p.special,
  .comment-form p.special {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .wpcf7-form p.special,
  .comment-form p.special {
    font-size: 16px;
  }
}
.wpcf7-form p.special,
.comment-form p.special {
  font-family: "Merriweather 24pt", serif;
  font-weight: 700;
  line-height: 1.25;
}
.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,
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=number],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form select {
  background-color: #fff;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  color: #4b4a4b;
  border-radius: 3px;
  border: 1px solid #b1b2b3;
  outline: none;
  font-family: "Merriweather 24pt", serif;
  font-size: calc(14px + 0 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .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,
  .comment-form textarea,
  .comment-form input[type=text],
  .comment-form input[type=number],
  .comment-form input[type=email],
  .comment-form input[type=tel],
  .comment-form select {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .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,
  .comment-form textarea,
  .comment-form input[type=text],
  .comment-form input[type=number],
  .comment-form input[type=email],
  .comment-form input[type=tel],
  .comment-form select {
    font-size: 14px;
  }
}
.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,
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=number],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form select {
  font-weight: 400;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 26px;
}
.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,
.comment-form textarea.wpcf7-not-valid,
.comment-form input[type=text].wpcf7-not-valid,
.comment-form input[type=number].wpcf7-not-valid,
.comment-form input[type=email].wpcf7-not-valid,
.comment-form input[type=tel].wpcf7-not-valid,
.comment-form select.wpcf7-not-valid {
  /*       border-color: $color_red;
        color: $color_red; */
}
.wpcf7-form textarea,
.comment-form textarea {
  font-family: "Merriweather 24pt", serif;
  height: 130px;
  width: 100%;
  max-width: 580px;
  min-width: 100%;
  min-height: 160px;
  margin-bottom: 18px;
}
.wpcf7-form .wpcf7-checkbox,
.comment-form .wpcf7-checkbox {
  margin: 10px -12px 20px;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .wpcf7-checkbox,
  .comment-form .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.comment-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 12px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label,
.comment-form .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input,
.comment-form .wpcf7-checkbox .wpcf7-list-item input {
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
}
.wpcf7-form .checkbox,
.comment-form .checkbox {
  margin-bottom: 34px;
}
.wpcf7-form .checkbox label,
.comment-form .checkbox label {
  margin-bottom: 0;
}
.wpcf7-form .checkbox span:before, .wpcf7-form .checkbox .gdpr_check:before,
.comment-form .checkbox span:before,
.comment-form .checkbox .gdpr_check:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #EDEDED;
  font-size: 30px;
  line-height: 10px;
  margin-right: 10px;
  border-radius: 3px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row,
  .comment-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wpcf7-form .row label,
.comment-form .row label {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row label,
  .comment-form .row label {
    width: 50%;
  }
}
.wpcf7-form .row label:first-of-type,
.comment-form .row label:first-of-type {
  margin-right: 0;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row label:first-of-type,
  .comment-form .row label:first-of-type {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.wpcf7-form .row label:last-of-type,
.comment-form .row label:last-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row label:last-of-type,
  .comment-form .row label:last-of-type {
    margin-left: 10px;
  }
}
.wpcf7-form .row.first_smaller label,
.comment-form .row.first_smaller label {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row.first_smaller label,
  .comment-form .row.first_smaller label {
    width: 70%;
  }
}
.wpcf7-form .row.first_smaller label:first-of-type,
.comment-form .row.first_smaller label:first-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wpcf7-form .row.first_smaller label:first-of-type,
  .comment-form .row.first_smaller label:first-of-type {
    width: 30%;
  }
}
.wpcf7-form .btn_right,
.comment-form .btn_right {
  text-align: right;
}
.wpcf7-form .btn_wrap,
.comment-form .btn_wrap {
  text-align: center;
  margin: 40px 0 0;
}
.wpcf7-form .wpcf7-submit,
.wpcf7-form .submit,
.comment-form .wpcf7-submit,
.comment-form .submit {
  background-color: #009a3b;
  margin-top: 0px;
  color: #fff;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 14px 50px;
  font-size: calc(14px + 2 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .wpcf7-form .wpcf7-submit,
  .wpcf7-form .submit,
  .comment-form .wpcf7-submit,
  .comment-form .submit {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .wpcf7-form .wpcf7-submit,
  .wpcf7-form .submit,
  .comment-form .wpcf7-submit,
  .comment-form .submit {
    font-size: 16px;
  }
}
.wpcf7-form .wpcf7-submit,
.wpcf7-form .submit,
.comment-form .wpcf7-submit,
.comment-form .submit {
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: auto;
  border-radius: 8px;
  border-top-right-radius: 0;
  text-align: center;
}
.wpcf7-form .wpcf7-submit:disabled, .wpcf7-form .wpcf7-submit[disabled],
.wpcf7-form .submit:disabled,
.wpcf7-form .submit[disabled],
.comment-form .wpcf7-submit:disabled,
.comment-form .wpcf7-submit[disabled],
.comment-form .submit:disabled,
.comment-form .submit[disabled] {
  cursor: not-allowed;
}
.wpcf7-form .wpcf7-submit:disabled:hover, .wpcf7-form .wpcf7-submit[disabled]:hover,
.wpcf7-form .submit:disabled:hover,
.wpcf7-form .submit[disabled]:hover,
.comment-form .wpcf7-submit:disabled:hover,
.comment-form .wpcf7-submit[disabled]:hover,
.comment-form .submit:disabled:hover,
.comment-form .submit[disabled]:hover {
  background: #fff;
  color: #ccc;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .submit:hover,
.comment-form .wpcf7-submit:hover,
.comment-form .submit:hover {
  background-color: #006e2c;
  color: #fff;
}

:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b1b2b3;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: #b1b2b3;
}

:focus:-ms-input-placeholder { /* IE 10+ */
  color: #b1b2b3;
}

:focus:-moz-placeholder { /* Firefox 18- */
  color: #b1b2b3;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b1b2b3;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #b1b2b3;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #b1b2b3;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

:-moz-placeholder { /* Firefox 18- */
  color: #b1b2b3;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.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 {
  text-align: left;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: auto;
  /* 	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: 400;
  width: auto;
  color: #e02b27;
  margin: -26px 0 26px;
  display: block;
}

.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,
.bapf_reset {
  position: relative;
  display: inline-block;
  width: auto;
  border: none;
  outline: none;
  border-radius: 8px;
  border-top-right-radius: 0;
  padding: 12px 25px;
  font-size: calc(14px + 2 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .btn,
  .bapf_reset {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .btn,
  .bapf_reset {
    font-size: 16px;
  }
}
.btn,
.bapf_reset {
  line-height: 1.5;
  border: none;
  font-weight: 600;
  color: #fff;
  background-color: #009a3b;
  border: 1px solid #009a3b;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .btn,
  .bapf_reset {
    padding: 12px 40px;
  }
}
.btn:hover,
.bapf_reset:hover {
  background-color: #006e2c;
  border-color: #006e2c;
  color: #fff;
}
.btn.yellow,
.bapf_reset.yellow {
  background-color: #eaba23;
  border-color: #eaba23;
}
.btn.transparent,
.bapf_reset.transparent {
  background-color: transparent;
  color: #009a3b;
}
.btn.transparent:hover,
.bapf_reset.transparent:hover {
  background-color: #009a3b;
  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;
*/
#myNav {
  width: 0%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  left: 0;
  top: 0;
}
#myNav .overlay-content {
  padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
  #myNav .overlay-content {
    padding: 60px 20px;
  }
}
#myNav .overlay-content .close_parent {
  position: relative;
  padding: 20px;
}
#myNav .overlay-content .close_parent .zapri-glavni-popup {
  position: absolute;
  right: 0;
  top: -10px;
}
#myNav .overlay-content .close_parent .zapri-glavni-popup:after {
  font-family: "vorwerk-icons" !important;
  content: "\f110";
  font-size: 40px;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  #myNav .overlay-content .close_parent .zapri-glavni-popup:after {
    font-size: 48px;
  }
}
#myNav .overlay-content .img_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myNav .overlay-content .img_parent img {
  width: 100%;
}
@media only screen and (min-width: 540px) {
  #myNav .overlay-content .img_parent img {
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  #myNav .overlay-content .img_parent img {
    width: 60%;
  }
}
#myNav.has-video .overlay-content {
  padding: 0;
  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;
  min-height: 100vh;
}
#myNav.has-video .overlay-content .wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#myNav.has-video .close_parent {
  padding: 20px;
  width: 100%;
}
#myNav.has-video .close_parent .zapri-glavni-popup {
  position: absolute;
  right: 0;
  top: -10px;
}
#myNav.has-video .close_parent .zapri-glavni-popup:after {
  font-family: "vorwerk-icons" !important;
  content: "\f110";
  font-size: 40px;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  #myNav.has-video .close_parent .zapri-glavni-popup:after {
    font-size: 48px;
  }
}
#myNav.has-video .img_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myNav.has-video .img_parent img {
  width: 100%;
}
@media only screen and (min-width: 540px) {
  #myNav.has-video .img_parent img {
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  #myNav.has-video .img_parent img {
    width: 60%;
  }
}
#myNav.has-video .popup-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  gap: 0;
  max-height: calc(100vh - 100px);
}
#myNav.has-video .popup-video-wrapper .popup-video-container {
  width: 100%;
  position: relative;
  padding-bottom: 44% !important; /* 16:9 aspect ratio */
  overflow: hidden;
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#myNav.has-video .popup-video-wrapper .popup-video-container .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#myNav.has-video .popup-video-wrapper .popup-image-container {
  width: 100%;
  position: relative;
  padding-bottom: 44% !important; /* 16:9 aspect ratio */
  overflow: hidden;
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#myNav.has-video .popup-video-wrapper .popup-image-container .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#myNav.has-video .popup-video-wrapper .popup-image-container .img_parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#myNav.has-video .cta_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
#myNav.has-video .cta_parent .btn {
  border-radius: 6px;
  border-top-right-radius: 0px;
  color: #fff;
  background: #009a3b;
  padding: 10px 38px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.sidebar-main {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
}
.sidebar-main.active {
  right: 0;
}
.sidebar-main .sidebar_inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.sidebar-main .bapf_reset {
  width: 100%;
}
.sidebar-main .bapf_sfilter ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-main .bapf_sfilter ul li label {
  color: #4b4a4b;
}
.sidebar-main .bapf_sfilter ul li label:hover {
  color: #009a3b;
}
.sidebar-main .block.filter {
  height: 100%;
  padding-top: 115px;
  width: 100%;
}
.sidebar-main .block.filter .filter-content {
  padding-bottom: 24px;
}
.sidebar-main .block.filter .filter-subtitle, .sidebar-main .block.filter .filter-current-subtitle {
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 10px;
  display: inline-block;
}
.sidebar-main .block.filter .filter-options {
  margin: 0;
}
.sidebar-main .block.filter .filter-options-title, .sidebar-main .block.filter .filter-current .filter-label,
.sidebar-main .block.filter .bapf_head h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
}
.sidebar-main .block.filter .filter-value {
  font-size: 16px;
}
.sidebar-main .block.filter .action.remove .icon-close:before {
  font-size: 18px;
  position: absolute;
  bottom: -4px;
}
.sidebar-main .block.filter .filter-actions .filter-clear {
  width: 100%;
}
.sidebar-main .block.filter .filter-actions .filter-clear .btn {
  display: block;
}
.sidebar-main .block.filter .filter-options-content {
  margin: 0 0 14px;
}
.sidebar-main .block.filter .filter-options-content .item {
  margin-bottom: 0px;
  font-size: 16px;
}
.sidebar-main .block.filter .filter-options-content .item a {
  color: "Source Sans Pro", serif;
}
.sidebar-main .block.filter .filter-options-content .item:hover a {
  color: #009a3b;
}
.sidebar-main .widget {
  position: fixed;
  width: calc(100% - 38px);
  padding-bottom: 16px;
  padding-top: 16px;
  margin-top: -16px;
  background: #fff;
  border-bottom: 1px solid #d9dada;
}
.sidebar-main .widget .close_parent {
  text-align: right;
  cursor: pointer;
}
.sidebar-main .widget .close_parent .filter_close {
  display: block;
  color: #009a3b;
  font-size: 22px;
  margin-bottom: 12px;
}
.sidebar-main .widget #page_title_holder {
  font-size: 21px;
  line-height: 27px;
  font-family: "Merriweather 24pt", serif;
}
@media only screen and (min-width: 500px) {
  .sidebar-main {
    width: 390px;
  }
  .sidebar-main .widget {
    width: 352px;
  }
}

.popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.popup-mask .popup-content-video {
  width: 90%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .popup-mask .popup-content-video {
    width: 80%;
  }
}
.popup-mask .popup-content-video {
  /*@include break(1024px){
    max-width: 1200px;
  }*/
}
.popup-mask .popup-content-video .ambasador-video {
  display: none;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.popup-mask .popup-content-video .ambasador-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.popup-mask .popup-content {
  text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-mask .popup-content .akademija-gallery, .popup-mask .popup-content .dubaj-gallery {
  display: none;
  text-align: center;
}
.popup-mask .popup-content .akademija-gallery .slick-slide, .popup-mask .popup-content .dubaj-gallery .slick-slide {
  max-height: 200px;
}
@media only screen and (min-width: 600px) {
  .popup-mask .popup-content .akademija-gallery .slick-slide, .popup-mask .popup-content .dubaj-gallery .slick-slide {
    max-height: 300px;
  }
}
@media only screen and (min-width: 900px) {
  .popup-mask .popup-content .akademija-gallery .slick-slide, .popup-mask .popup-content .dubaj-gallery .slick-slide {
    max-height: 500px;
  }
}
.popup-mask .popup-content .akademija-gallery .slick-slide img, .popup-mask .popup-content .dubaj-gallery .slick-slide img {
  max-height: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .popup-mask .popup-content .akademija-gallery .slick-slide img, .popup-mask .popup-content .dubaj-gallery .slick-slide img {
    max-height: 300px;
  }
}
@media only screen and (min-width: 900px) {
  .popup-mask .popup-content .akademija-gallery .slick-slide img, .popup-mask .popup-content .dubaj-gallery .slick-slide img {
    max-height: 500px;
  }
}
.popup-mask .popup-content .dubaj-gallery-nav, .popup-mask .popup-content .akademija-gallery-nav {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.popup-mask .popup-content .dubaj-gallery-nav:hover, .popup-mask .popup-content .akademija-gallery-nav:hover {
  cursor: pointer;
}
.popup-mask .popup-content .dubaj-gallery-nav .slick-slide, .popup-mask .popup-content .akademija-gallery-nav .slick-slide {
  max-height: 100px;
  padding: 0 4px;
}
.popup-mask .popup-content .dubaj-gallery-nav .slick-slide img, .popup-mask .popup-content .akademija-gallery-nav .slick-slide img {
  max-height: 100px;
  margin: 0 auto;
}
.popup-mask .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 25px;
  padding: 0 10px;
}
.popup-mask .close-popup:hover {
  cursor: pointer;
}

.button-top a {
  background-color: #fff;
  border: 1px solid #4b4a4b;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -100px;
  border-radius: 50%;
  z-index: 6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button-top a .vorwerk-icon-chevron-up:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  border: 5px solid #fff;
  border-bottom: none;
  border-right: none;
  width: 15px;
  height: 15px;
  top: 60%;
  left: 35%;
}
.button-top a:hover {
  background-color: #4b4a4b;
}
@media only screen and (min-width: 768px) {
  .button-top a {
    width: 60px;
    height: 60px;
  }
  .button-top a .vorwerk-icon-chevron-up:after {
    border: 7px solid #4b4a4b;
    border-bottom: none;
    border-right: none;
    width: 20px;
    height: 20px;
    top: 63%;
    left: 35%;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }
  .button-top a:hover .vorwerk-icon-chevron-up:after {
    border-color: #fff;
  }
}
.button-top.active a {
  bottom: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-area-products {
  background-color: rgba(120, 190, 144, 0.17);
  padding: 30px 0;
}
.footer-area-products .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 600px) {
  .footer-area-products .container {
    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;
  }
}
@media only screen and (min-width: 1170px) {
  .footer-area-products .container {
    padding: 0;
  }
}
.footer-area-products .container .col-xs-10 {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .footer-area-products .container .col-xs-10 {
    width: 45%;
  }
}
.footer-area-products .container .col-lg-5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 600px) {
  .footer-area-products .container .col-lg-5 {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-area-products .container .col-lg-5 a {
  display: block;
  margin-left: 30px;
}
.footer-area-products .container .col-lg-5 a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer-area-products .container .col-lg-5 a:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 600px) {
  .footer-area-products .container .col-lg-5 a:first-of-type {
    margin-left: 30px;
  }
}
.footer-area-products .logo {
  display: block;
  float: none;
  margin: 0 0 24px;
}
.footer-area-products.hide {
  display: none;
}

#wrapper-footer {
  background-color: #4b4a4b;
  padding: 20px 10px 40px;
  color: #fff;
}
@media only screen and (min-width: 1170px) {
  #wrapper-footer {
    padding: 20px calc((100% - 1150px) / 2) 40px;
  }
}
#wrapper-footer a {
  color: #95c11c;
  display: block;
  font-weight: 600;
}
#wrapper-footer p {
  margin-bottom: 10px;
}
#wrapper-footer p a {
  display: inline-block;
}
#wrapper-footer h3 {
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 21px;
  font-weight: 500;
  font-family: "Merriweather 24pt", serif;
}
#wrapper-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (min-width: 1024px) {
  #wrapper-footer .row {
    margin: 0 -20px;
  }
}
#wrapper-footer .row .box {
  width: calc(100% - 30px);
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  #wrapper-footer .row .box {
    width: calc(33.3% - 30px);
  }
}
@media only screen and (min-width: 1024px) {
  #wrapper-footer .row .box {
    width: calc(33.3% - 40px);
    margin: 0 20px;
  }
}
#wrapper-footer .row .box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -8px;
}
#wrapper-footer .row .box .social a {
  margin: 0 8px;
  font-size: 40px;
  color: #fff;
}
#wrapper-footer .row .box .social a:hover {
  color: #fff;
}
#wrapper-footer .row .box #mc_embed_signup form {
  padding: 0;
}
#wrapper-footer .row .box #mc_embed_signup form input[type=email] {
  width: 100%;
  min-height: 41px;
  border-radius: 8px;
  border-top-right-radius: 0;
}
#wrapper-footer .row .box #mc_embed_signup form input[type=submit] {
  height: auto;
  background-color: #009a3b;
  border-radius: 8px;
  border-top-right-radius: 0;
  padding: 12px 24px;
  line-height: normal;
  width: 100%;
}
#wrapper-footer .row .box .payment_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  max-width: 320px;
}
@media only screen and (min-width: 768px) {
  #wrapper-footer .row .box .payment_cards {
    max-width: none;
  }
}
#wrapper-footer .row .box .payment_cards .card {
  margin: 0 15px;
  width: calc(25% - 30px);
  text-align: center;
  font-size: 12px;
}
#wrapper-footer .row .box .payment_cards .card p {
  margin-bottom: 0;
}
#wrapper-footer .footer-meta {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #wrapper-footer .footer-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#wrapper-footer .footer-meta .col-sm-4:first-of-type {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #wrapper-footer .footer-meta .col-sm-4:first-of-type {
    margin-bottom: 0;
  }
}
#wrapper-footer .footer-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}
#wrapper-footer .footer-meta ul li {
  margin: 0 10px;
}
#wrapper-footer .footer-meta ul li:before {
  display: none;
}
#wrapper-footer .footer-meta ul li a {
  font-size: 12px;
  color: #fff;
}
#wrapper-footer.hide {
  display: none;
}

#tauria-ai-admin-button {
  width: 80px !important;
  height: 80px !important;
  border-radius: 0 200px 200px 200px !important;
}

.button-top.active a {
  bottom: 120px !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?w4mw59");
  src: url("../fonts/icomoon.eot?w4mw59#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?w4mw59") format("truetype"), url("../fonts/icomoon.woff?w4mw59") format("woff"), url("../fonts/icomoon.svg?w4mw59#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.iconmoon a, .iconmoon span, .iconmoon p, .iconmoon div {
  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, .iconmoon div:before {
  display: 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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconmoon a.icon-search:before, .iconmoon span.icon-search:before, .iconmoon p.icon-search:before, .iconmoon div.icon-search:before {
  content: "\e900";
  color: #4b4a4b;
}
.iconmoon a.icon-profile:before, .iconmoon span.icon-profile:before, .iconmoon p.icon-profile:before, .iconmoon div.icon-profile:before {
  content: "\e901";
  color: #4b4a4b;
}
.iconmoon a.icon-cart:before, .iconmoon span.icon-cart:before, .iconmoon p.icon-cart:before, .iconmoon div.icon-cart:before {
  content: "\e902";
  color: #4b4a4b;
}
.iconmoon a.icon-icon-check:before, .iconmoon span.icon-icon-check:before, .iconmoon p.icon-icon-check:before, .iconmoon div.icon-icon-check:before {
  content: "\e903";
}
.iconmoon a.icon-icon-chevron-down:before, .iconmoon span.icon-icon-chevron-down:before, .iconmoon p.icon-icon-chevron-down:before, .iconmoon div.icon-icon-chevron-down:before {
  content: "\e904";
}
.iconmoon a.icon-outlined-arrow-right:before, .iconmoon span.icon-outlined-arrow-right:before, .iconmoon p.icon-outlined-arrow-right:before, .iconmoon div.icon-outlined-arrow-right:before {
  content: "\e905";
}
.iconmoon a.icon-list-view:before, .iconmoon span.icon-list-view:before, .iconmoon p.icon-list-view:before, .iconmoon div.icon-list-view:before {
  content: "\e906";
}
.iconmoon a.icon-grid-view:before, .iconmoon span.icon-grid-view:before, .iconmoon p.icon-grid-view:before, .iconmoon div.icon-grid-view:before {
  content: "\e907";
}
.iconmoon a.icon-instagram:before, .iconmoon span.icon-instagram:before, .iconmoon p.icon-instagram:before, .iconmoon div.icon-instagram:before {
  content: "\e90a";
}
.iconmoon a.icon-youtube:before, .iconmoon span.icon-youtube:before, .iconmoon p.icon-youtube:before, .iconmoon div.icon-youtube:before {
  content: "\e908";
}
.iconmoon a.icon-tik-tok:before, .iconmoon span.icon-tik-tok:before, .iconmoon p.icon-tik-tok:before, .iconmoon div.icon-tik-tok:before {
  content: "\e909";
}
.iconmoon a.icon-facebook:before, .iconmoon span.icon-facebook:before, .iconmoon p.icon-facebook:before, .iconmoon div.icon-facebook:before {
  content: "\e90e";
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "vorwerk-icons";
  src: url("../fonts/vorwerk-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.iconvorwerk a, .iconvorwerk span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconvorwerk a:before, .iconvorwerk span:before {
  display: block;
  color: inherit;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "vorwerk-icons" !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;
}
.iconvorwerk a.icon-arrow-up:before, .iconvorwerk span.icon-arrow-up:before {
  content: "\f107";
}
.iconvorwerk a.icon-close:before, .iconvorwerk span.icon-close:before {
  content: "\f110";
}
.iconvorwerk a.icon-filter:before, .iconvorwerk span.icon-filter:before {
  content: "\f11a";
}
.iconvorwerk a.icon-edit:before, .iconvorwerk span.icon-edit:before {
  content: "\f115";
}
.iconvorwerk a.icon-shoppingcart:before, .iconvorwerk span.icon-shoppingcart:before {
  content: "\f178";
}

/*                                             								 WP DEFAULT BLOCKS
---------------------------------------------------------------------------------*/
.content .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  margin-left: -13px;
  margin-right: -13px;
  gap: unset;
}
@media only screen and (min-width: 768px) {
  .content .wp-block-gallery {
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -35px;
    margin-bottom: 100px;
  }
}
.content .wp-block-gallery .wp-block-image {
  margin: 13px;
  position: relative;
  height: 0;
  gap: unset;
  display: block;
  width: calc(50% - 26px);
  padding-bottom: calc(45% - 26px);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .content .wp-block-gallery .wp-block-image {
    margin: 35px;
    width: calc(33.3% - 70px);
    padding-bottom: calc(25% - 70px);
  }
}
.content .wp-block-gallery .wp-block-image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content .wp-block-gallery .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content .wp-block-gallery .wp-block-image:hover:after {
  opacity: 1;
  visibility: visible;
}

.wp-block-contact-form-7-contact-form-selector {
  margin: 30px auto 50px;
  max-width: 1095px;
}
@media only screen and (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector {
    margin: 46px auto 100px;
  }
}

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

.wp-block-button {
  margin: 0 0 10px !important;
}
.wp-block-button a {
  display: block;
  background-color: #2196F3;
  border: 1px solid #2196F3;
  color: #fff !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 19px 45px;
}
.wp-block-button a:hover {
  background-color: transparent;
  color: #2196F3 !important;
}

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

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-media-text .wp-block-media-text__media {
  width: 30%;
}
.wp-block-media-text .wp-block-media-text__media img {
  height: auto;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 50px;
  width: 70%;
}
.wp-block-media-text .wp-block-media-text__content p:last-of-type {
  margin-bottom: 0;
}

.wp-block-columns {
  margin: 30px 0;
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-columns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.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: 1150px;
  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-table.open tbody {
  display: table-row-group;
}
.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%;
}
@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.color2 {
  background-color: #009a3b;
}
.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 50px;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

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

/*                                             							  ARTICLE TEXT STYLE
---------------------------------------------------------------------------------*/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: normal;
}
.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: 25px 0;
  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: #009a3b;
}
.content h1:not(.box_title) {
  line-height: 1.1;
  margin: 0 0 20px;
  font-size: calc(30px + 10 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content h1:not(.box_title) {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .content h1:not(.box_title) {
    font-size: 40px;
  }
}
.content h1:not(.box_title) {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .content h1:not(.box_title) {
    margin: 0 0 40px;
  }
}
.content h1.page-title {
  font-family: "Merriweather 24pt", serif;
  padding: 0;
  margin: 0 0 30px;
  font-size: calc(26px + 12 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content h1.page-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .content h1.page-title {
    font-size: 38px;
  }
}
.content h1.page-title {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .content h1.page-title {
    margin: 0 0 65px;
  }
}
.content h1.page-title.no_brd {
  margin: 50px 0 30px;
}
@media only screen and (min-width: 768px) {
  .content h1.page-title.no_brd {
    margin: 70px 0 55px;
  }
}
.content h2:not(.box_title) {
  margin: 30px 0 15px;
  font-size: calc(22px + 8 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content h2:not(.box_title) {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .content h2:not(.box_title) {
    font-size: 30px;
  }
}
.content h2:not(.box_title) {
  line-height: 1.4;
}
.content h2.light_title {
  color: #EBEAE3;
  font-size: calc(40px + 29 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content h2.light_title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .content h2.light_title {
    font-size: 69px;
  }
}
.content h2.light_title {
  font-weight: 400;
  margin: 0 0 38px;
  line-height: normal;
}
.content h2.special_title {
  line-height: 27px;
  font-size: 21px;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .content h2.special_title {
    line-height: 45px;
    font-size: 36px;
    margin: 0 0 35px;
  }
}
.content h3:not(.box_title) {
  margin: 0 0 15px;
  font-size: calc(20px + 4 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content h3:not(.box_title) {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .content h3:not(.box_title) {
    font-size: 24px;
  }
}
.content h4:not(.box_title) {
  font-size: calc(18px + 2 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content h4:not(.box_title) {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .content h4:not(.box_title) {
    font-size: 20px;
  }
}
.content .special_title {
  font-family: "Merriweather 24pt", serif;
  font-weight: 500;
}
.content .special_title span {
  color: #009a3b;
  display: block;
}
.content .special_title.center {
  text-align: center;
}
.content .title_bold {
  font-weight: 800 !important;
  font-size: calc(25px + 10 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content .title_bold {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .content .title_bold {
    font-size: 35px;
  }
}
.content .title_bold {
  margin: 0 0 15px !important;
}
.content p, .content pre {
  line-height: 1.5;
  font-size: calc(14px + 2 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content p, .content pre {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .content p, .content pre {
    font-size: 16px;
  }
}
.content p, .content pre {
  font-weight: 400;
  margin-bottom: 15px;
}
.content p span.g-col, .content pre span.g-col {
  color: #009a3b;
}
.content p.center, .content pre.center {
  text-align: center;
}
.content p.has-medium-font-size, .content pre.has-medium-font-size {
  font-size: 18px !important;
  line-height: 1.35;
  letter-spacing: 1.7px;
}
@media only screen and (min-width: 768px) {
  .content p.has-medium-font-size, .content pre.has-medium-font-size {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .content p.has-medium-font-size, .content pre.has-medium-font-size {
    font-size: 34px !important;
  }
}
.content p.has-medium-font-size strong, .content pre.has-medium-font-size strong {
  font-size: calc(26px + 14 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content p.has-medium-font-size strong, .content pre.has-medium-font-size strong {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .content p.has-medium-font-size strong, .content pre.has-medium-font-size strong {
    font-size: 40px;
  }
}
.content p.has-medium-font-size strong, .content pre.has-medium-font-size strong {
  font-family: "Arista2.0", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
}
.content p.has-small-font-size, .content pre.has-small-font-size {
  font-size: 10px !important;
}
.content p.has-small-font-size.has-text-align-center, .content pre.has-small-font-size.has-text-align-center {
  max-width: 230px;
  margin: 0 auto;
}
.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: #009a3b;
}
.content a:not(.btn):hover {
  color: #006e2c;
}
.content ul, .content ol {
  margin: 0 0 20px 0;
  font-size: calc(14px + 2 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .content ul, .content ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .content ul, .content ol {
    font-size: 16px;
  }
}
.content ul li, .content ol li {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
.content ul li:last-of-type, .content ol li:last-of-type {
  margin-bottom: 0;
}
.content ol {
  margin: 0 0 20px 20px;
}
.content ol li {
  line-height: 1.5;
  padding: 0;
  position: relative;
}
.content ol li span {
  font-weight: normal;
}
.content ol li::marker {
  background-color: #2196F3;
}
.content ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
}
.content ul li::marker {
  color: #2196F3;
}
.content ul li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
}
.content ul li:before {
  content: "\e903";
  font-family: "icomoon" !important;
  color: #009a3b;
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 16px;
}
.content ul li .g-col {
  color: #009a3b;
}
.content .wp-block-table {
  overflow-x: auto;
  scrollbar-width: none;
}
.content .wp-block-table::-webkit-scrollbar {
  display: none;
}
.content table {
  width: 100%;
  margin: 0 0 30px;
  text-align: left;
  position: relative;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .content table {
    margin: 0 0 50px;
  }
}
.content table tr {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content table tr td, .content table tr th {
  padding: 10px;
  border: 1px solid #ddd;
}
.content table tr td p, .content table tr th p {
  margin-bottom: 0;
}
.content table tr td {
  font-family: "Arista2.0Light", sans-serif;
}
.content table tr td:first-of-type {
  color: #4b4a4b;
}
.content table tr th {
  font-weight: 500;
}
.content table.open tbody {
  display: table-row-group;
}

/*                                             									   CUSTOM BLOCKS
---------------------------------------------------------------------------------*/
.main_banner {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .main_banner {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .main_banner {
    margin-bottom: 130px;
  }
}
.main_banner img {
  width: 100%;
  height: auto;
  display: block;
}
.main_banner .banner_content_wrap {
  margin: -30px 0 -15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main_banner .banner_content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .main_banner .banner_content_wrap {
    margin: -80px 0 0;
  }
}
.main_banner .banner_content_wrap .box {
  width: calc(100% - 20px);
  padding: 30px 10px;
  margin: 15px 10px;
  background-color: #fff;
  border: 1px solid #b1b2b3;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) {
  .main_banner .banner_content_wrap .box {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
.main_banner .banner_content_wrap .box .left {
  width: 30%;
}
@media only screen and (min-width: 1024px) {
  .main_banner .banner_content_wrap .box .left {
    width: 25%;
  }
}
.main_banner .banner_content_wrap .box .right {
  width: calc(70% - 20px);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .main_banner .banner_content_wrap .box .right {
    width: calc(75% - 40px);
    margin-left: 40px;
  }
}
.main_banner .banner_content_wrap .box .right img {
  width: auto;
  max-width: 100%;
}
.main_banner .banner_content_wrap .box .right p {
  font-size: 21px;
  font-family: "Merriweather 24pt", serif;
}
@media only screen and (min-width: 768px) {
  .main_banner .banner_content_wrap .box .right p {
    font-size: 25px;
  }
}
.main_banner .banner_content_wrap .box .right span {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .main_banner .banner_content_wrap .box .right span {
    padding-right: 32px;
  }
}
.main_banner .banner_content_wrap .box .right a:not(.btn) {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
.main_banner .banner_content_wrap .box:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.2);
}

.main_banner.ambasador.svetovalec .boxes_links_wrap a {
  border: none;
}
.main_banner.ambasador.svetovalec .boxes_links_wrap a .img_wrap {
  height: unset;
  margin-bottom: 36px;
}
.main_banner.ambasador.svetovalec .boxes_links_wrap a .img_wrap img {
  width: auto;
  margin: 0 auto;
  -o-object-fit: unset;
     object-fit: unset;
  max-width: 110px;
  max-height: 86px;
  height: auto;
}
.main_banner.ambasador.svetovalec .boxes_links_wrap a .text {
  display: block;
  color: #4b4a4b;
}
.main_banner.ambasador.svetovalec .boxes_links_wrap a .text h4 {
  font-family: "Merriweather 24pt", serif;
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (min-width: 550px) {
  .main_banner.ambasador.svetovalec .boxes_links_wrap a .text {
    max-width: 300px;
  }
}

.main_banner.ambasador .special_title {
  line-height: 1.4;
  font-size: 20px;
  margin: 0 0 40px;
}
@media only screen and (min-width: 550px) {
  .main_banner.ambasador .special_title {
    line-height: 1.62;
    font-size: 30px;
    margin: 0 0 50px;
  }
}
.main_banner.ambasador .special_title span {
  font-size: 30px;
}
@media only screen and (min-width: 550px) {
  .main_banner.ambasador .special_title span {
    font-size: 43px;
  }
}
.main_banner.ambasador .boxes_links_wrap {
  display: block;
  margin: 0 0 35px;
}
@media only screen and (min-width: 550px) {
  .main_banner.ambasador .boxes_links_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main_banner.ambasador .boxes_links_wrap a {
  display: block;
  margin: 20px 10px;
  border: 1px solid #b1b2b3;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .main_banner.ambasador .boxes_links_wrap a {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .main_banner.ambasador .boxes_links_wrap a {
    margin: 0 25px;
  }
}
.main_banner.ambasador .boxes_links_wrap a .text {
  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;
  height: calc(100% - 140px);
}
.main_banner.ambasador .boxes_links_wrap a .text h3 {
  margin: 0;
  padding: 16px 10px 14px;
  line-height: 1.18;
  font-size: 22px;
  font-weight: 600;
}
.main_banner.ambasador .boxes_links_wrap a .img_wrap {
  width: 100%;
  height: 140px;
  position: relative;
}
.main_banner.ambasador .boxes_links_wrap a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_banner.ambasador .boxes_links_wrap a .img_wrap .play-icon {
  height: 41px;
  width: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_banner.ambasador .boxes_links_wrap a:hover {
  color: #009a3b;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .main_banner.ambasador {
    margin-bottom: 70px !important;
  }
}

.kobold_products {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .kobold_products {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .kobold_products {
    margin-bottom: 120px;
  }
}
.kobold_products h2 {
  font-size: 20px !important;
  font-family: "Merriweather 24pt", serif;
  line-height: 28px !important;
  font-weight: 500;
  margin: 0 0 20px !important;
}
@media only screen and (min-width: 768px) {
  .kobold_products h2 {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .kobold_products h2 {
    font-size: 44px !important;
    line-height: 55px !important;
  }
}
.kobold_products h2 span {
  display: block;
  color: #009a3b;
}
.kobold_products .products_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px -15px 0;
}
.kobold_products .products_wrap a {
  display: block;
  width: calc(50% - 30px);
  margin: 0 15px;
}
@media only screen and (min-width: 600px) {
  .kobold_products .products_wrap a {
    width: calc(25% - 30px);
  }
}
.kobold_products .products_wrap a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.kobold_products .products_wrap a p {
  font-weight: 700;
}
.kobold_products .products_wrap a:hover {
  color: #006e2c;
}

.ltr_content {
  margin: 70px 0;
}
@media only screen and (min-width: 768px) {
  .ltr_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ltr_content {
    margin: 120px 0;
  }
}
.ltr_content .img_wrap {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ltr_content .img_wrap {
    width: 50%;
    margin-bottom: 0;
  }
}
.ltr_content .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.ltr_content .text_wrap {
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .ltr_content .text_wrap {
    width: 50%;
    padding: 0 10px 0 30px;
  }
}
@media only screen and (min-width: 1170px) {
  .ltr_content .text_wrap {
    padding: 0 calc((100% - 1150px) / 2) 0 30px;
  }
}
.ltr_content .text_wrap .btn {
  margin: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .ltr_content .text_wrap .btn {
    margin: 50px 0;
  }
}
.ltr_content .text_wrap h3 {
  font-size: 20px;
  font-family: "Merriweather 24pt", serif;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .ltr_content .text_wrap h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .ltr_content .text_wrap h3 {
    font-size: 36px;
  }
}
.ltr_content .text_wrap h3 span {
  color: #009a3b;
  display: block;
}
.ltr_content .text_wrap *:last-child {
  margin-bottom: 0;
}
.ltr_content.switch .img_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ltr_content.switch .text_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .ltr_content.switch .text_wrap {
    padding: 0 30px 0 10px;
  }
}
@media only screen and (min-width: 1170px) {
  .ltr_content.switch .text_wrap {
    padding: 0 30px 0 calc((100% - 1150px) / 2);
  }
}
.ltr_content.more_btns h3 {
  line-height: 36px;
  margin: 0 0 15px;
  font-size: 28px;
}
.ltr_content.more_btns .btn {
  margin: 30px 0;
}

.ltr_content.ambasador {
  margin: 20px 0 80px;
}
@media only screen and (min-width: 768px) {
  .ltr_content.ambasador {
    margin: 50px 0 130px;
  }
}
.ltr_content.ambasador .btn {
  margin: 0 0 30px !important;
}
.ltr_content.ambasador ul {
  margin: -20px 0 44px 30px;
}
.ltr_content.ambasador p {
  margin-bottom: 30px;
}
.ltr_content.ambasador p strong {
  font-size: 20px;
}
.ltr_content.ambasador .text_wrap *:last-child {
  margin-bottom: 0 !important;
}

.predstavitev_podstran .ltr_content {
  margin: 45px 0px 36px 0px;
}
@media only screen and (min-width: 768px) {
  .predstavitev_podstran .ltr_content {
    margin: 45px 0px 52px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .predstavitev_podstran .ltr_content {
    margin: 45px 0px 72px 0px;
  }
}

.banner-slider-carousel {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .banner-slider-carousel {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-slider-carousel {
    margin-bottom: 150px;
  }
}

.ltr_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .ltr_map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ltr_map .map_wrap {
  width: 100%;
  border: 1px solid #b1b2b3;
  border-radius: 18px;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  .ltr_map .map_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .ltr_map .map_wrap {
    width: 60%;
  }
}
.ltr_map .map_wrap iframe {
  width: 100%;
  display: block;
}
.ltr_map .text_wrap {
  width: 100%;
  border: none;
  border-radius: 18px;
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .ltr_map .text_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% + 60px);
    margin-left: -60px;
    margin-bottom: 0;
    border: 1px solid #b1b2b3;
    padding: 30px 30px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .ltr_map .text_wrap {
    width: calc(40% + 60px);
  }
}

.img_to_img {
  margin-bottom: 70px;
  padding-bottom: 0;
  border-bottom: 1px solid #b1b2b3;
}
@media only screen and (min-width: 768px) {
  .img_to_img {
    padding-bottom: 70px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.img_to_img:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.img_to_img .box {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .img_to_img .box {
    width: 48%;
    margin-bottom: 0;
  }
}
.img_to_img .box iframe {
  width: 100%;
  height: 400px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .img_to_img .box iframe {
    height: 100%;
  }
}
.img_to_img .box img {
  width: 100%;
  height: auto;
  display: block;
}

.history-slider-carousel {
  margin: 0 0 80px;
}
@media only screen and (min-width: 768px) {
  .history-slider-carousel {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .history-slider-carousel {
    margin: 0 0 150px;
  }
}
.history-slider-carousel .banner-item {
  text-align: center;
}
.history-slider-carousel .banner-item .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.history-slider-carousel .banner-item p {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  font-family: "Merriweather 24pt", serif;
  color: #009a3b;
}
@media only screen and (min-width: 768px) {
  .history-slider-carousel .banner-item p {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .history-slider-carousel .banner-item p {
    font-size: 36px;
  }
}

.content_boxes_wrap {
  margin: -15px -15px 35px;
}
@media only screen and (min-width: 600px) {
  .content_boxes_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -15px 50px;
  }
}
.content_boxes_wrap .box {
  width: calc(100% - 30px);
  margin: 15px;
  border: 1px solid #b1b2b3;
  border-radius: 18px;
  font-size: 22px;
  line-height: 30px;
  color: #009a3b;
  padding: 15px 20px;
  font-weight: 600;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 600px) {
  .content_boxes_wrap .box {
    width: calc(33.3% - 30px);
  }
}
@media only screen and (min-width: 1024px) {
  .content_boxes_wrap .box {
    font-size: 26px;
  }
}
.content_boxes_wrap .box img {
  display: block;
  margin: 0 auto;
}
.content_boxes_wrap.wide {
  margin: -15px -15px 35px;
}
@media only screen and (min-width: 600px) {
  .content_boxes_wrap.wide {
    margin: -40px -40px 50px;
  }
}
.content_boxes_wrap.wide .box {
  margin: 15px;
  width: calc(100% - 30px);
}
@media only screen and (min-width: 600px) {
  .content_boxes_wrap.wide .box {
    margin: 60px;
    width: calc(50% - 120px);
  }
}

.videos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px -15px 50px;
}
.videos_wrap .single_video {
  margin: 15px 15px 35px;
  width: calc(100% - 30px);
}
@media only screen and (min-width: 768px) {
  .videos_wrap .single_video {
    width: calc(50% - 30px);
    margin: 15px 15px 50px;
  }
}

.subtitle {
  font-size: calc(18px + 10 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .subtitle {
    font-size: 28px;
  }
}
.subtitle {
  font-family: "Merriweather 24pt", serif;
  text-align: center;
  margin: 0 0 40px;
}

.sekcija_obrazec {
  padding: 60px 0px;
}
.sekcija_obrazec #ambasador_forma {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 1170px) {
  .sekcija_obrazec #ambasador_forma {
    padding: 0;
  }
}
.sekcija_obrazec #ambasador_forma h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 32px;
  text-align: center;
  color: #009a3b;
  font-family: "Merriweather 24pt", serif;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset {
  border: none;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group {
  position: relative;
  margin-bottom: 20px;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group.required-control:after {
  content: "(obvezno)";
  position: absolute;
  top: 22px;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b1b2b3;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(1) .control-label, .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(2) .control-label, .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(3) .control-label, .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(4) .control-label {
  position: absolute;
  left: 6px;
  top: -7px;
  padding: 0px 3px;
  height: 8px;
  color: #b1b2b3;
  font-size: 11px;
  background: #fff;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(1) input, .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(2) input, .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(3) input, .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(4) input {
  padding: 6px 12px;
  line-height: 1.5;
  height: 44px;
  color: #4b4a4b;
  border: 1px solid #b1b2b3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(1), .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(3) {
  margin-right: 26px;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(1), .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(2), .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(3), .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(4) {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(1), .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(2), .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(3), .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(4) {
    width: calc(50% - 15px);
  }
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(6) .checkbox-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(6) .checkbox-inline input {
  top: 4px;
  left: 4px;
  width: 36px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0px 9px 2px 0;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(6) .checkbox-inline span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding-top: 2px;
}
@media only screen and (min-width: 768px) {
  .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(6) .checkbox-inline input {
    margin: 1px 9px 2px 0;
  }
  .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .form-group:nth-child(6) .checkbox-inline span {
    padding-top: 0px;
    font-size: 16px;
    line-height: 20px;
  }
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset .title_field {
  font-family: "Merriweather 24pt", serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sekcija_obrazec #ambasador_forma #wk-form-id fieldset .title_field {
    font-size: 16px;
    line-height: 20px;
  }
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset + .form-group .col-md-6 {
  text-align: center;
}
.sekcija_obrazec #ambasador_forma #wk-form-id fieldset + .form-group .col-md-6 .tauriasubmit {
  margin-top: -22px;
}
.sekcija_obrazec #ambasador_forma #wk-form-id .fake-submit-button {
  background-color: #009a3b;
  border-radius: 8px;
  border-top-right-radius: 0;
  padding: 14px 50px;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sekcija_obrazec #ambasador_forma #wk-form-id .fake-submit-button:hover {
  background-color: #006e2c;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-top: 15px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.l-card {
  display: block;
  position: relative;
  text-decoration: none !important;
  border: 1px solid #b1b2b3;
  border-radius: 18px;
  background-color: #fff;
  overflow: hidden;
}
.l-card .img_wrap img {
  width: 100%;
  display: block;
}
.l-card .text {
  position: relative;
  padding: 10px 20px 25px;
}
.l-card .text .post_categories_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px -2px 18px;
}
.l-card .text .post_categories_wrap span {
  border-radius: 10px;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  line-height: 5px;
  font-weight: 600;
  margin-bottom: 20px;
  margin: 2px;
}
.l-card .text .card_title {
  font-size: calc(18px + 2 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .l-card .text .card_title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .l-card .text .card_title {
    font-size: 20px;
  }
}
.l-card .text .card_title {
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #009a3b;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: 0;
}
.l-card .text p {
  font-size: 18px;
  font-weight: 400;
  color: #464a4c;
  line-height: normal;
  margin: 0 0 34px;
}
/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}
.l-popup_gallery .slick-arrow, .l-popup_gallery_new .slick-arrow, .galery_popup_slider .slick-arrow, .banner-slider-carousel .slick-arrow, .history-slider-carousel .slick-arrow, .slider-panel .acc-slider .slick-arrow, .akademija-gallery .slick-arrow, .dubaj-gallery .slick-arrow, .woocommerce-product-gallery__wrapper .slick-arrow, .suggested_products_slider .slick-arrow {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 68px;
  height: auto;
  border-radius: 50%;
  display: block;
  outline: 0;
  z-index: 9;
}
.l-popup_gallery .slick-arrow svg, .l-popup_gallery_new .slick-arrow svg, .galery_popup_slider .slick-arrow svg, .banner-slider-carousel .slick-arrow svg, .history-slider-carousel .slick-arrow svg, .slider-panel .acc-slider .slick-arrow svg, .akademija-gallery .slick-arrow svg, .dubaj-gallery .slick-arrow svg, .woocommerce-product-gallery__wrapper .slick-arrow svg, .suggested_products_slider .slick-arrow svg {
  width: 50px;
  height: 50px;
}
.l-popup_gallery .slick-arrow svg path, .l-popup_gallery_new .slick-arrow svg path, .galery_popup_slider .slick-arrow svg path, .banner-slider-carousel .slick-arrow svg path, .history-slider-carousel .slick-arrow svg path, .slider-panel .acc-slider .slick-arrow svg path, .akademija-gallery .slick-arrow svg path, .dubaj-gallery .slick-arrow svg path, .woocommerce-product-gallery__wrapper .slick-arrow svg path, .suggested_products_slider .slick-arrow svg path {
  fill: #009a3b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-popup_gallery .slick-arrow.slick-prev, .l-popup_gallery_new .slick-arrow.slick-prev, .galery_popup_slider .slick-arrow.slick-prev, .banner-slider-carousel .slick-arrow.slick-prev, .history-slider-carousel .slick-arrow.slick-prev, .slider-panel .acc-slider .slick-arrow.slick-prev, .akademija-gallery .slick-arrow.slick-prev, .dubaj-gallery .slick-arrow.slick-prev, .woocommerce-product-gallery__wrapper .slick-arrow.slick-prev, .suggested_products_slider .slick-arrow.slick-prev {
  right: 100%;
  left: auto;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.l-popup_gallery .slick-arrow.slick-next, .l-popup_gallery_new .slick-arrow.slick-next, .galery_popup_slider .slick-arrow.slick-next, .banner-slider-carousel .slick-arrow.slick-next, .history-slider-carousel .slick-arrow.slick-next, .slider-panel .acc-slider .slick-arrow.slick-next, .akademija-gallery .slick-arrow.slick-next, .dubaj-gallery .slick-arrow.slick-next, .woocommerce-product-gallery__wrapper .slick-arrow.slick-next, .suggested_products_slider .slick-arrow.slick-next {
  left: 100%;
  right: auto;
}
.woocommerce-product-gallery__wrapper .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.woocommerce-product-gallery__wrapper .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.akademija-gallery .slick-arrow svg path, .dubaj-gallery .slick-arrow svg path {
  fill: #fff;
}
.akademija-gallery .slick-arrow.slick-prev, .dubaj-gallery .slick-arrow.slick-prev {
  right: auto;
  left: -20px;
}
@media only screen and (min-width: 600px) {
  .akademija-gallery .slick-arrow.slick-prev, .dubaj-gallery .slick-arrow.slick-prev {
    left: -45px;
  }
}
@media only screen and (min-width: 900px) {
  .akademija-gallery .slick-arrow.slick-prev, .dubaj-gallery .slick-arrow.slick-prev {
    left: -85px;
  }
}
.akademija-gallery .slick-arrow.slick-next, .dubaj-gallery .slick-arrow.slick-next {
  left: auto;
  right: -20px;
}
@media only screen and (min-width: 600px) {
  .akademija-gallery .slick-arrow.slick-next, .dubaj-gallery .slick-arrow.slick-next {
    right: -45px;
  }
}
@media only screen and (min-width: 900px) {
  .akademija-gallery .slick-arrow.slick-next, .dubaj-gallery .slick-arrow.slick-next {
    right: -85px;
  }
}
.slider-panel .acc-slider .slick-arrow.slick-prev {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.slider-panel .acc-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.l-popup_gallery .slick-arrow:before, .l-popup_gallery_new .slick-arrow:before {
  color: #fff;
}
.l-popup_gallery .slick-arrow.slick-prev, .l-popup_gallery_new .slick-arrow.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1024px) {
  .l-popup_gallery .slick-arrow.slick-prev, .l-popup_gallery_new .slick-arrow.slick-prev {
    left: 50px;
  }
}
.l-popup_gallery .slick-arrow.slick-next, .l-popup_gallery_new .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (min-width: 1024px) {
  .l-popup_gallery .slick-arrow.slick-next, .l-popup_gallery_new .slick-arrow.slick-next {
    right: 50px;
  }
}

.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_slider .images_slider .slick-dots, .galery_popup_slider .slick-dots, .banner-slider-carousel .slick-dots, .history-slider-carousel .slick-dots, .products.special_section .slick-dots, .woocommerce-product-gallery__wrapper .slick-dots, .etrgovina_promo_sekcija .slick-dots {
  margin: 0;
  position: absolute;
  bottom: auto;
  top: auto;
  right: auto;
  left: 50%;
  bottom: -30px;
  -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;
  z-index: 4;
}
.main_slider .images_slider .slick-dots li, .galery_popup_slider .slick-dots li, .banner-slider-carousel .slick-dots li, .history-slider-carousel .slick-dots li, .products.special_section .slick-dots li, .woocommerce-product-gallery__wrapper .slick-dots li, .etrgovina_promo_sekcija .slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
}
.main_slider .images_slider .slick-dots li:after, .galery_popup_slider .slick-dots li:after, .banner-slider-carousel .slick-dots li:after, .history-slider-carousel .slick-dots li:after, .products.special_section .slick-dots li:after, .woocommerce-product-gallery__wrapper .slick-dots li:after, .etrgovina_promo_sekcija .slick-dots li:after {
  display: none;
}
.main_slider .images_slider .slick-dots li:before, .galery_popup_slider .slick-dots li:before, .banner-slider-carousel .slick-dots li:before, .history-slider-carousel .slick-dots li:before, .products.special_section .slick-dots li:before, .woocommerce-product-gallery__wrapper .slick-dots li:before, .etrgovina_promo_sekcija .slick-dots li:before {
  display: none;
}
.main_slider .images_slider .slick-dots li.slick-active button, .galery_popup_slider .slick-dots li.slick-active button, .banner-slider-carousel .slick-dots li.slick-active button, .history-slider-carousel .slick-dots li.slick-active button, .products.special_section .slick-dots li.slick-active button, .woocommerce-product-gallery__wrapper .slick-dots li.slick-active button, .etrgovina_promo_sekcija .slick-dots li.slick-active button {
  background-color: #869791;
  border-color: #869791;
}
.main_slider .images_slider .slick-dots li button, .galery_popup_slider .slick-dots li button, .banner-slider-carousel .slick-dots li button, .history-slider-carousel .slick-dots li button, .products.special_section .slick-dots li button, .woocommerce-product-gallery__wrapper .slick-dots li button, .etrgovina_promo_sekcija .slick-dots li button {
  border-radius: 50%;
  display: block;
  background-color: #D6D6D6;
  color: transparent;
  margin: 0;
  border: 1px solid #D6D6D6;
  width: 100%;
  height: 100%;
}
.woocommerce-product-gallery__wrapper .slick-dots {
  bottom: 20px;
}
.woocommerce-product-gallery__wrapper .slick-dots li {
  margin: 5px 5px;
}
.woocommerce-product-gallery__wrapper .slick-dots li.slick-active button {
  background-color: #009a3b;
}
.woocommerce-product-gallery__wrapper .slick-dots li button {
  border: 1px solid #009a3b;
  background-color: transparent;
}
.products.special_section .slick-dots {
  bottom: -15px;
}
.products.special_section .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0px 3px;
}
.products.special_section .slick-dots li.slick-active button {
  background-color: #009a3b;
  border-color: #009a3b;
}
.products.special_section .slick-dots li button {
  background-color: #b1b2b3;
}

.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;
}

/*                                                    POPUP */
.l-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.55);
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-popup#added_to_cart_popup {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 0 0;
}
.l-popup#added_to_cart_popup p {
  margin-bottom: 20px;
  font-size: 18px;
}
.l-popup#added_to_cart_popup .btns_wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}
.l-popup#added_to_cart_popup .btns_wrap .btn {
  font-size: 14px;
  padding: 10px 16px;
  margin: 7px;
}
.l-popup.activ {
  z-index: 101;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.l-popup_content {
  background-color: #fff;
  width: 75%;
  text-align: center;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  position: relative;
}
.l-popup_content .close {
  top: 10px !important;
  right: 20px !important;
}
.l-popup_content .close:before, .l-popup_content .close:after {
  background: #8f8f8f !important;
  width: 1.5px !important;
  height: calc(100% - 20px) !important;
}
.l-popup_content .close:hover:before, .l-popup_content .close:hover:after {
  background: #1a1a1a !important;
}

.l-popup_gallery {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-popup_gallery.activ {
  z-index: 101;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.l-popup_gallery .close {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 35px;
  padding: 10px;
  cursor: pointer;
  border-radius: 200px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
}
.l-popup_gallery .close:before, .l-popup_gallery .close:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: calc(100% - 10px);
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-popup_gallery .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-popup_gallery .close:hover:before, .l-popup_gallery .close:hover:after {
  background: #f7ae58;
}
@media only screen and (min-width: 600px) {
  .l-popup_gallery .close {
    top: 15px;
    left: auto;
    right: 35px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.l-popup_gallery .gal_popup {
  position: relative;
  opacity: 0;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.activ .l-popup_gallery .gal_popup {
  opacity: 1;
}
.l-popup_gallery .gal_popup .slick-slide {
  height: 100vh;
  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;
}
.l-popup_gallery .gal_popup img {
  width: auto;
  height: auto;
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 140px);
  margin: 0 auto;
}
.l-popup_gallery .gal_popup .galler_title {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  margin-top: 10px;
  line-height: 1;
  font-size: calc(14px + 4 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  .l-popup_gallery .gal_popup .galler_title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .l-popup_gallery .gal_popup .galler_title {
    font-size: 18px;
  }
}

.l-popup_gallery_new {
  position: relative;
  opacity: 0;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.activ .l-popup_gallery_new {
  opacity: 1;
}
.l-popup_gallery_new .slick-slide {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-popup_gallery_new .wp-block-image {
  margin: 0;
}
.l-popup_gallery_new img {
  width: auto;
  height: auto;
  max-width: calc(100% - 40px) !important;
  max-height: calc(100vh - 140px);
  margin: 0 auto;
  display: block !important;
}
.l-popup_gallery_new .galler_title {
  display: none;
  color: #fff;
  margin-left: 20px;
  margin-top: 10px;
  line-height: 1;
  font-size: 18px;
}

.l-popup .close {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 35px;
  padding: 10px;
  cursor: pointer;
  border-radius: 200px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
}
.l-popup .close:before, .l-popup .close:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: calc(100% - 10px);
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-popup .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-popup .close:hover:before, .l-popup .close:hover:after {
  background: #f7ae58;
}
@media only screen and (min-width: 600px) {
  .l-popup .close {
    top: 15px;
    left: auto;
    right: 35px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/*# sourceMappingURL=archive.css.map */