/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&subset=latin-ext");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 * and remove obsolite a styles
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

#header {
  width: 100%;
  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;
  position: relative;
  z-index: 1000;
  background: white; }
  @media screen and (max-width: 768px) {
    #header {
      display: none; } }
  #header.header-shadow {
    box-shadow: 0 0 150px rgba(0, 0, 0, 0.4); }
  #header.opened {
    background: white;
    pointer-events: all; }
  #header.transparent-header {
    background: transparent !important;
    position: absolute;
    box-shadow: none !important; }

body.pavlaka-bg #header {
  background: transparent; }
  @media screen and (max-width: 768px) {
    body.pavlaka-bg #header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 768px) {
    body.pavlaka-bg #header #navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  body.pavlaka-bg #header.header-shadow {
    box-shadow: none; }
  body.pavlaka-bg #header .pavlaka-logo {
    margin-top: 25px; }
    body.pavlaka-bg #header .pavlaka-logo a img {
      width: 86px; }

#header-mobile {
  width: 100%;
  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;
  position: relative;
  z-index: 1000;
  background: white;
  display: none; }
  @media screen and (max-width: 768px) {
    #header-mobile {
      -webkit-transition: background 1s 1s;
      transition: background 1s 1s;
      background: transparent;
      height: 100vh;
      position: fixed;
      pointer-events: none;
      display: initial;
      overflow: scroll; } }
  #header-mobile.header-shadow {
    box-shadow: 0 0 150px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 768px) {
      #header-mobile.header-shadow {
        box-shadow: none; }
        #header-mobile.header-shadow .mobile-blob svg path {
          fill: #001c44 !important; }
        #header-mobile.header-shadow #hamburger-mobile.closed span {
          background: white !important; } }
  #header-mobile.opened {
    pointer-events: all; }
    #header-mobile.opened #navigation-mobile {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  #header-mobile .mobile-blob {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #header-mobile .mobile-blob .shadow {
      background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent, transparent);
      background: radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent, transparent);
      width: 240px;
      height: 180px;
      position: absolute;
      z-index: -1;
      top: -80px;
      left: -35px;
      -webkit-transition: height 1s;
      transition: height 1s; }
    #header-mobile .mobile-blob svg {
      -webkit-transition: all 1s;
      transition: all 1s;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
    #header-mobile .mobile-blob.opened .shadow {
      height: 0; }
    #header-mobile .mobile-blob.opened svg {
      -webkit-transform: scaleY(0);
              transform: scaleY(0); }
  #header-mobile #milk-blob-mob {
    position: absolute;
    top: 65px;
    padding: 0;
    width: 185px;
    left: 3px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      #header-mobile #milk-blob-mob {
        top: 0; } }
  #header-mobile .social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0; }
    @media screen and (max-width: 360px) {
      #header-mobile .social {
        margin: 0; } }
    #header-mobile .social a svg {
      padding: 10px;
      width: 45px;
      height: 45px; }
    #header-mobile .social a .circle {
      fill: #b8b8b8; }
    #header-mobile .social a .icon {
      fill: white; }
    #header-mobile .social a:hover {
      background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent);
      background: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent); }
      #header-mobile .social a:hover .circle {
        fill: white; }
      #header-mobile .social a:hover .icon {
        fill: #96cc42; }
    @media screen and (max-width: 768px) {
      #header-mobile .social a:hover {
        background: none; }
        #header-mobile .social a:hover .circle {
          fill: #b8b8b8; }
        #header-mobile .social a:hover .icon {
          fill: white; }
      #header-mobile .social a:active {
        background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent);
        background: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent); }
        #header-mobile .social a:active .circle {
          fill: white; }
        #header-mobile .social a:active .icon {
          fill: #96cc42; } }

#footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  #footer .sitemap {
    width: 90%;
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #001c44; }
    @media screen and (max-width: 768px) {
      #footer .sitemap {
        display: none; } }
    #footer .sitemap h3 {
      width: 100%;
      text-align: center; }
    #footer .sitemap ul {
      list-style: none;
      width: 10%;
      margin: 15px 0;
      text-align: center;
      font-weight: 400;
      font-size: 13.5px; }
      #footer .sitemap ul.bordered, #footer .sitemap ul.bordered-left, #footer .sitemap ul.bordered-right {
        width: 12%; }
        @media screen and (max-width: 1080px) {
          #footer .sitemap ul.bordered, #footer .sitemap ul.bordered-left, #footer .sitemap ul.bordered-right {
            width: 19%; } }
      #footer .sitemap ul.bordered {
        border: 1px solid #dfdfdf;
        border-top: none;
        border-bottom: none; }
      #footer .sitemap ul.bordered-left {
        border-left: 1px solid #dfdfdf; }
      #footer .sitemap ul.bordered-right {
        border-right: 1px solid #dfdfdf; }
      #footer .sitemap ul.left {
        text-align: left;
        margin-left: 1.5%; }
      #footer .sitemap ul.right {
        text-align: right;
        margin-right: 1.5%; }
      #footer .sitemap ul li {
        margin: 10px 0; }
        #footer .sitemap ul li a:hover {
          color: #96cc42; }
  #footer .sitemap-mobile {
    width: 90%;
    max-width: 1440px;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #001c44; }
    @media screen and (max-width: 768px) {
      #footer .sitemap-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #footer .sitemap-mobile h3 {
      width: 100%;
      text-align: center; }
    #footer .sitemap-mobile ul {
      list-style: none;
      width: 100%;
      margin: 15px 0;
      text-align: center;
      font-weight: 400;
      font-size: 20px; }
      #footer .sitemap-mobile ul li {
        margin: 10px 0; }
        #footer .sitemap-mobile ul li a:active {
          color: #96cc42; }
  #footer .social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0; }
    #footer .social a svg {
      padding: 10px;
      width: 45px;
      height: 45px; }
    #footer .social a .circle {
      fill: #b8b8b8; }
    #footer .social a .icon {
      fill: white; }
    #footer .social a:hover {
      background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent);
      background: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent); }
      #footer .social a:hover .circle {
        fill: white; }
      #footer .social a:hover .icon {
        fill: #96cc42; }
    @media screen and (max-width: 768px) {
      #footer .social a:hover {
        background: none; }
        #footer .social a:hover .circle {
          fill: #b8b8b8; }
        #footer .social a:hover .icon {
          fill: white; }
      #footer .social a:active {
        background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent);
        background: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent); }
        #footer .social a:active .circle {
          fill: white; }
        #footer .social a:active .icon {
          fill: #96cc42; } }
  #footer .copy {
    width: 100%;
    background: #001c44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #footer .copy p {
      font-size: 12px;
      padding: 1.5vw 0;
      color: white; }
      @media screen and (max-width: 768px) {
        #footer .copy p {
          font-size: 3.2vw;
          padding: 3vh 0; } }
  #footer img.grass {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
    @media all and (max-width: 1400px) {
      #footer img.grass {
        bottom: 10px; } }
    @media all and (max-width: 1250px) {
      #footer img.grass {
        bottom: 20px; } }
    @media all and (max-width: 960px) {
      #footer img.grass {
        bottom: 35px; } }
  #footer img.cow {
    position: absolute;
    bottom: 180px;
    right: 0;
    display: none;
    z-index: -2; }
    @media all and (max-width: 1200px) {
      #footer img.cow {
        bottom: 70px;
        width: 180px; } }
  #footer img.tree {
    position: absolute;
    bottom: 180px;
    left: 20px;
    display: none;
    z-index: -2; }
  @media all and (max-width: 1700px) {
    #footer img.cow,
    #footer img.tree {
      bottom: 140px; } }
  @media all and (max-width: 1500px) {
    #footer img.cow,
    #footer img.tree {
      bottom: 110px; } }
  @media all and (max-width: 1320px) {
    #footer img.cow,
    #footer img.tree {
      bottom: 90px; } }
  @media all and (max-width: 1100px) {
    #footer img.cow,
    #footer img.tree {
      display: none !important; } }
  #footer.junior-footer img.cow,
  #footer.junior-footer img.tree,
  #footer.junior-footer img.grass {
    display: block; }
  @media all and (max-width: 768px) {
    #footer.junior-footer {
      overflow: hidden; }
      #footer.junior-footer img.grass {
        width: 180%;
        left: -32%;
        bottom: 40px; } }

[data-scrollbar], [scrollbar], scrollbar {
  display: block;
  position: relative; }

[data-scrollbar] .scroll-content, [scrollbar] .scroll-content, scrollbar .scroll-content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-scrollbar].sticky .scrollbar-track, [scrollbar].sticky .scrollbar-track, scrollbar.sticky .scrollbar-track {
  background: rgba(222, 222, 222, 0.75); }

[data-scrollbar] .scrollbar-track, [scrollbar] .scrollbar-track, scrollbar .scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .5s ease-out,background .5s ease-out;
  transition: opacity .5s ease-out,background .5s ease-out;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[data-scrollbar] .scrollbar-track.show, [data-scrollbar] .scrollbar-track:hover, [scrollbar] .scrollbar-track.show, [scrollbar] .scrollbar-track:hover, scrollbar .scrollbar-track.show, scrollbar .scrollbar-track:hover {
  opacity: 1; }

[data-scrollbar] .scrollbar-track:hover, [scrollbar] .scrollbar-track:hover, scrollbar .scrollbar-track:hover {
  background: rgba(222, 222, 222, 0.75); }

[data-scrollbar] .scrollbar-track-x, [scrollbar] .scrollbar-track-x, scrollbar .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px; }

[data-scrollbar] .scrollbar-track-y, [scrollbar] .scrollbar-track-y, scrollbar .scrollbar-track-y {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%; }

[data-scrollbar] .scrollbar-thumb, [scrollbar] .scrollbar-thumb, scrollbar .scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

[data-scrollbar] .overscroll-glow, [scrollbar] .overscroll-glow, scrollbar .overscroll-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#preload-page {
  height: 100vh;
  width: 100%;
  background: white;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 99999;
  pointer-events: none;
  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-transition: -webkit-transform 1.5s 0.25s;
  transition: -webkit-transform 1.5s 0.25s;
  transition: transform 1.5s 0.25s;
  transition: transform 1.5s 0.25s, -webkit-transform 1.5s 0.25s; }
  #preload-page.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  #preload-page #preload-drop {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
    #preload-page #preload-drop svg {
      max-width: 120px; }
    #preload-page #preload-drop.active {
      opacity: 0; }

#page-between {
  height: 100vh;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 9999;
  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; }
  #page-between .load-spinner {
    border: 8px solid #96cc42;
    border-top: 8px solid #001c44;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin-loader 2s linear infinite;
            animation: spin-loader 2s linear infinite;
    margin-top: 15px; }

@-webkit-keyframes spin-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #page-between svg {
    max-width: 120px; }

#navigation {
  width: 90%;
  max-width: 1295px;
  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;
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    #navigation {
      display: none; } }
  #navigation ul {
    list-style: none;
    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;
    width: 32%;
    opacity: 0;
    /* -webkit-transform: translateY(-50px);
            transform: translateY(-50px); */
    pointer-events: none;
    /* -webkit-transition: all 1s 1s;
    transition: all 1s 1s;*/ } 
    #navigation ul.opened {
      opacity: 1;
      /* -webkit-transform: translateY(0);
              transform: translateY(0); */
      pointer-events: all; }
    #navigation ul.left {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    #navigation ul.right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 32%; }
    #navigation ul li {
      padding: 0 10px; }
      #navigation ul li.active a {
        font-weight: 700;
        color: #96cc42;
        pointer-events: none; }
        #navigation ul li.active a.always-on {
          pointer-events: all; }
      #navigation ul li a {
        color: #001c44;
        font-size: 13px;
        display: block;
        text-align: center;
        -webkit-transition: all 0.15s;
        transition: all 0.15s; }
        #navigation ul li a:hover {
          color: #96cc42; }
  #navigation .logo {
    padding: 0 35px;
    position: relative;
    z-index: 10; }
    #navigation .logo a {
      position: relative;
      width: 63px;
      height: 45px;
      display: block; }
      #navigation .logo a img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 30px;
        -webkit-transition: all 1s;
        transition: all 1s; }
    #navigation .logo.opened a img {
      top: 0; }
  #navigation .blob {
    position: absolute;
    top: 65px;
    padding: 0;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #navigation .blob svg {
      -webkit-transition: all 1s;
      transition: all 1s;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0; }
    #navigation .blob.opened svg {
      -webkit-transform: scaleY(0);
              transform: scaleY(0); }
  #navigation #milk-blob {
    position: absolute;
    top: 65px;
    padding: 0;
    width: 185px;
    left: 3px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none; }

#navigation-mobile {
  min-height: 100%;
  width: 100%;
  max-width: 1295px;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0;
  background: white;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }
  #navigation-mobile ul {
    list-style: none;
    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;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #navigation-mobile ul li {
      padding: 0 10px; }
      #navigation-mobile ul li.active a {
        font-weight: 700;
        color: #96cc42; }
      #navigation-mobile ul li a {
        color: #001c44;
        display: block;
        text-align: center;
        margin: 5px;
        font-size: 6vw;
        -webkit-transition: all 0.15s;
        transition: all 0.15s; }
        @media all and (max-width: 360px) {
          #navigation-mobile ul li a {
            font-size: 17px; } }
        #navigation-mobile ul li a:hover {
          color: #96cc42; }
  #navigation-mobile .logo {
    padding: 0 35px;
    position: relative;
    z-index: 10;
    margin-top: 40px; }
    #navigation-mobile .logo a {
      position: relative;
      width: 63px;
      height: 45px;
      display: block; }
      #navigation-mobile .logo a img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        -webkit-transition: all 1s;
        transition: all 1s; }
    #navigation-mobile .logo.opened a img {
      top: 0; }
  #navigation-mobile.landscape .logo {
    margin-top: 70px; }
  #navigation-mobile.landscape .nav {
    margin: 25px 0; }
    #navigation-mobile.landscape .nav li a {
      font-size: 4vw; }

#hamburger {
  width: 26px;
  height: 13px;
  position: absolute;
  right: 5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #hamburger {
      left: 51%;
      top: 25px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      pointer-events: all; } }
  #hamburger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #022961;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 9px;
    letter-spacing: 2.4px;
    text-indent: -0.75px;
    color: #022961; }
  #hamburger.closed span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  #hamburger.closed span:nth-child(2) {
    top: 6px;
    width: 130%;
    left: -30%;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  #hamburger.closed span:nth-child(3) {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    top: 10px;
    background: none;
    left: -30%;
    width: 140%;
    height: auto;
    overflow: hidden; }
  #hamburger.closed.hover span:nth-child(1) {
    -webkit-animation: animate-hamburger-closed .5s both;
            animation: animate-hamburger-closed .5s both; }
  #hamburger.closed.hover span:nth-child(2) {
    -webkit-animation: animate-hamburger-closed .5s .15s both;
            animation: animate-hamburger-closed .5s .15s both; }
  #hamburger.closed.hover span:nth-child(3) {
    -webkit-animation: animate-hamburger-closed-2 .5s .35s both;
            animation: animate-hamburger-closed-2 .5s .35s both; }
  #hamburger.opened span:nth-child(1) {
    top: 15.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1); }
  #hamburger.opened span:nth-child(2) {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  #hamburger.opened span:nth-child(3) {
    top: -3.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1);
    text-indent: 30px;
    overflow: hidden; }
  #hamburger.opened.hover span:nth-child(1) {
    -webkit-animation: animate-hamburger-opened-1 .5s both;
            animation: animate-hamburger-opened-1 .5s both; }
  #hamburger.opened.hover span:nth-child(3) {
    -webkit-animation: animate-hamburger-opened-2 .5s .15s both;
            animation: animate-hamburger-opened-2 .5s .15s both; }

@-webkit-keyframes animate-hamburger-opened-1 {
  0% {
    top: 15.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1); }
  50% {
    top: 15.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0); }
  51% {
    top: -3px;
    left: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0); }
  100% {
    top: -3px;
    left: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1); } }

@keyframes animate-hamburger-opened-1 {
  0% {
    top: 15.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1); }
  50% {
    top: 15.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0); }
  51% {
    top: -3px;
    left: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0); }
  100% {
    top: -3px;
    left: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1); } }

@-webkit-keyframes animate-hamburger-opened-2 {
  0% {
    top: -3.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1); }
  50% {
    top: -3.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0); }
  51% {
    top: 15px;
    left: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0); }
  100% {
    top: 15px;
    left: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1); } }

@keyframes animate-hamburger-opened-2 {
  0% {
    top: -3.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1); }
  50% {
    top: -3.35px;
    left: -6.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0); }
  51% {
    top: 15px;
    left: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0); }
  100% {
    top: 15px;
    left: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1); } }

@-webkit-keyframes animate-hamburger-closed {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  51% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes animate-hamburger-closed {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  51% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes animate-hamburger-closed-2 {
  0% {
    left: -30%;
    width: 140%; }
  50% {
    left: 100%;
    width: 0%; }
  51% {
    left: -30%;
    width: 0%; }
  100% {
    left: -30%;
    width: 140%; } }

@keyframes animate-hamburger-closed-2 {
  0% {
    left: -30%;
    width: 140%; }
  50% {
    left: 100%;
    width: 0%; }
  51% {
    left: -30%;
    width: 0%; }
  100% {
    left: -30%;
    width: 140%; } }

#hamburger-mobile {
  width: 26px;
  height: 13px;
  position: absolute;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  left: 50%;
  top: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: all;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  #hamburger-mobile span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #022961;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 9px;
    letter-spacing: 2.4px;
    text-indent: -0.75px;
    color: #022961; }
  #hamburger-mobile img {
    width: 150%;
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    display: none; }
  #hamburger-mobile.closed span {
    display: none; }
    #hamburger-mobile.closed span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: right center;
              transform-origin: right center; }
    #hamburger-mobile.closed span:nth-child(2) {
      top: 6px;
      width: 130%;
      left: -15%;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    #hamburger-mobile.closed span:nth-child(3) {
      top: 12px;
      -webkit-transform-origin: right center;
              transform-origin: right center; }
  #hamburger-mobile.closed.hover img {
    opacity: 0; }
  #hamburger-mobile.closed.hover span:nth-child(1) {
    -webkit-animation: animate-hamburger-mobile-closed .5s both;
            animation: animate-hamburger-mobile-closed .5s both; }
  #hamburger-mobile.closed.hover span:nth-child(2) {
    -webkit-animation: animate-hamburger-mobile-closed .5s .15s both;
            animation: animate-hamburger-mobile-closed .5s .15s both; }
  #hamburger-mobile.closed.hover span:nth-child(3) {
    -webkit-animation: animate-hamburger-mobile-closed .5s .35s both;
            animation: animate-hamburger-mobile-closed .5s .35s both; }
  #hamburger-mobile.closed.hover-reverse span:nth-child(1) {
    -webkit-animation: animate-hamburger-mobile-closed .5s both reverse;
            animation: animate-hamburger-mobile-closed .5s both reverse; }
  #hamburger-mobile.closed.hover-reverse span:nth-child(2) {
    -webkit-animation: animate-hamburger-mobile-closed .5s .15s both reverse;
            animation: animate-hamburger-mobile-closed .5s .15s both reverse; }
  #hamburger-mobile.closed.hover-reverse span:nth-child(3) {
    -webkit-animation: animate-hamburger-mobile-closed .5s .35s both reverse;
            animation: animate-hamburger-mobile-closed .5s .35s both reverse; }
  #hamburger-mobile.opened img {
    opacity: 0; }
  #hamburger-mobile.opened span:nth-child(1) {
    top: 15.35px;
    left: -2.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1); }
  #hamburger-mobile.opened span:nth-child(2) {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  #hamburger-mobile.opened span:nth-child(3) {
    top: -3.35px;
    left: -2.6px;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1); }
  #hamburger-mobile.opened.hover span:nth-child(1) {
    -webkit-animation: animate-hamburger-mobile-opened-1 .5s both;
            animation: animate-hamburger-mobile-opened-1 .5s both; }
  #hamburger-mobile.opened.hover span:nth-child(3) {
    -webkit-animation: animate-hamburger-mobile-opened-2 .5s .15s both;
            animation: animate-hamburger-mobile-opened-2 .5s .15s both; }
  #hamburger-mobile.opened.hover-reverse span:nth-child(1) {
    -webkit-animation: animate-hamburger-mobile-opened-1 .5s both reverse;
            animation: animate-hamburger-mobile-opened-1 .5s both reverse; }
  #hamburger-mobile.opened.hover-reverse span:nth-child(3) {
    -webkit-animation: animate-hamburger-mobile-opened-2 .5s .15s both reverse;
            animation: animate-hamburger-mobile-opened-2 .5s .15s both reverse; }

@-webkit-keyframes animate-hamburger-mobile-opened-1 {
  0% {
    top: -3px;
    left: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0); }
  100% {
    top: -3px;
    left: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1); } }

@keyframes animate-hamburger-mobile-opened-1 {
  0% {
    top: -3px;
    left: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0); }
  100% {
    top: -3px;
    left: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1); } }

@-webkit-keyframes animate-hamburger-mobile-opened-2 {
  0% {
    top: 15px;
    left: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0); }
  100% {
    top: 15px;
    left: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1); } }

@keyframes animate-hamburger-mobile-opened-2 {
  0% {
    top: 15px;
    left: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0); }
  100% {
    top: 15px;
    left: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1); } }

@-webkit-keyframes animate-hamburger-mobile-closed {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@keyframes animate-hamburger-mobile-closed {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@-webkit-keyframes animate-hamburger-mobile-closed-2 {
  0% {
    left: -30%;
    width: 140%; }
  100% {
    left: 100%;
    width: 0%; } }

@keyframes animate-hamburger-mobile-closed-2 {
  0% {
    left: -30%;
    width: 140%; }
  100% {
    left: 100%;
    width: 0%; } }

#lng, #lng-mobile {
  width: 40px;
  position: absolute;
  right: calc(5% + 75px);
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  pointer-events: none;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s; }
  @media screen and (max-width: 768px) {
    #lng, #lng-mobile {
      -webkit-transform: none;
              transform: none;
      position: relative;
      right: initial;
      opacity: 1;
      width: 180px; } }
  #lng .dropbtn, #lng-mobile .dropbtn {
    background-color: #001c44;
    color: white;
    padding: 5px 0;
    font-size: 13px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #lng .dropbtn, #lng-mobile .dropbtn {
        font-size: 18px; } }
    #lng .dropbtn .arrow, #lng-mobile .dropbtn .arrow {
      display: inline-block; }
  #lng .dropdown-content, #lng-mobile .dropdown-content {
    display: none;
    position: absolute;
    background-color: #001c44;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    #lng .dropdown-content a, #lng-mobile .dropdown-content a {
      color: white;
      font-size: 12px;
      padding: 5px 0;
      text-decoration: none;
      text-align: center;
      display: block;
      cursor: pointer;
      border-top: 1px solid white;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      @media screen and (max-width: 768px) {
        #lng .dropdown-content a, #lng-mobile .dropdown-content a {
          font-size: 16px; } }
      #lng .dropdown-content a:hover, #lng-mobile .dropdown-content a:hover {
        background-color: #96cc42;
        color: white; }
  #lng:hover .dropdown-content, #lng-mobile:hover .dropdown-content {
    display: block; }
  #lng.opened, #lng-mobile.opened {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 30px; }
  @media screen and (max-width: 768px) {
    #filter {
      display: none; } }
  #filter .wrap {
    width: 90%;
    max-width: 1295px;
    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; }
    #filter .wrap .filter-btn {
      outline: none;
      border: none;
      text-decoration: none;
      background-color: #001c44;
      color: white;
      padding: 10px 0;
      font-size: 13px;
      cursor: pointer;
      width: 120px;
      margin: 0 15px;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      #filter .wrap .filter-btn.active {
        background-color: #96cc42;
        font-weight: 700;
        cursor: default; }
      #filter .wrap .filter-btn:hover {
        background-color: #96cc42; }

#filter-drop-down {
  width: 140px;
  display: none;
  margin: 80px 0 30px;
  width: 100%;
  -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; }
  @media screen and (max-width: 768px) {
    #filter-drop-down {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 30px;
      padding-top: 80px; } }
  #filter-drop-down .droper {
    background-color: #001c44;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    #filter-drop-down .droper .dropbtn {
      background-color: transparent;
      color: white;
      padding: 15px 0;
      font-size: 13px;
      outline: none;
      border: none;
      cursor: pointer; }
    #filter-drop-down .droper .arrow {
      float: right;
      height: 46px;
      width: 30px;
      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;
      position: absolute;
      left: 20px; }
    #filter-drop-down .droper:active {
      background-color: #96cc42; }
  #filter-drop-down .dropdown-content {
    display: none;
    background-color: #001c44;
    width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    #filter-drop-down .dropdown-content a {
      color: white;
      font-size: 12px;
      padding: 15px 0;
      text-decoration: none;
      text-align: center;
      display: block;
      cursor: pointer;
      border-top: 1px solid white;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      #filter-drop-down .dropdown-content a:hover {
        background-color: #96cc42;
        color: white; }
  #filter-drop-down.active .dropdown-content {
    display: block; }
    #filter-drop-down.active .dropdown-content a:active {
      background-color: #96cc42; }

#pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 30px 0 100px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #pagination {
      margin: 100px 0 100px; } }
  #pagination .box {
    padding: 20px 70px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25); }
    #pagination .box .holder {
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #pagination .box .holder a {
        font-size: 13px;
        padding: 5px;
        cursor: pointer;
        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;
        width: 10px;
        position: relative;
        -webkit-transition: all 0.15s;
        transition: all 0.15s; }
        #pagination .box .holder a:hover {
          font-weight: 700; }
        #pagination .box .holder a .line {
          width: 1px;
          height: 50px;
          background: black;
          position: absolute;
          bottom: 0;
          -webkit-transform-origin: center bottom;
                  transform-origin: center bottom;
          -webkit-transform: translateY(-65%) scale(0);
                  transform: translateY(-65%) scale(0);
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
      #pagination .box .holder .jp-current {
        font-weight: 700;
        color: #96cc42;
        pointer-events: none; }
        #pagination .box .holder .jp-current .line {
          -webkit-transform: translateY(-65%) scale(1);
                  transform: translateY(-65%) scale(1); }
  #pagination .arrows {
    background: #001c44;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    -webkit-transform: translate(-50%, 75%);
            transform: translate(-50%, 75%);
    bottom: 0;
    left: 50%; }
    #pagination .arrows .arrow, #pagination .arrows .delimiter {
      background: transparent;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #pagination .arrows .arrow {
      outline: none;
      border: none;
      padding: 11px 10px;
      width: 50px;
      opacity: .3;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #pagination .arrows .arrow:hover {
        opacity: 1; }
    #pagination .arrows .delimiter {
      padding: 10px 0;
      pointer-events: none;
      opacity: .25; }

#google-map {
  width: 100%;
  height: 450px;
  margin-top: 100px; }
  #google-map #map {
    width: 100%;
    height: 100%; }
  #google-map .map-info-content {
    color: #001c44; }
    #google-map .map-info-content .firstHeading {
      font-size: 12px;
      font-weight: 700; }
    #google-map .map-info-content .bodyContent {
      font-size: 10px;
      font-weight: 300; }
      #google-map .map-info-content .bodyContent p {
        padding: 2px 0; }

#maslac-page #hero,
#junior-page #hero,
#home-page #hero {
  width: 100%;
  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;
  background: white; }
  @media screen and (max-width: 768px) {
    #maslac-page #hero,
    #junior-page #hero,
    #home-page #hero {
      height: 100vh;
      overflow: hidden; } }
  #maslac-page #hero .hero-wrap,
  #junior-page #hero .hero-wrap,
  #home-page #hero .hero-wrap {
    width: 90%;
    height: calc(100vh - 55px); }
    @media screen and (max-width: 768px) {
      #maslac-page #hero .hero-wrap,
      #junior-page #hero .hero-wrap,
      #home-page #hero .hero-wrap {
        height: 100%;
        width: 100%; } }
  #maslac-page #hero .slider-wrap,
  #junior-page #hero .slider-wrap,
  #home-page #hero .slider-wrap {
    position: relative;
    z-index: 10;
    height: calc(100% - 90px); }
    @media screen and (max-width: 768px) {
      #maslac-page #hero .slider-wrap,
      #junior-page #hero .slider-wrap,
      #home-page #hero .slider-wrap {
        height: 100%; } }
    #maslac-page #hero .slider-wrap .hero-slider,
    #junior-page #hero .slider-wrap .hero-slider,
    #home-page #hero .slider-wrap .hero-slider {
      height: 100%; }
      #maslac-page #hero .slider-wrap .hero-slider .item,
      #junior-page #hero .slider-wrap .hero-slider .item,
      #home-page #hero .slider-wrap .hero-slider .item {
        position: relative;
        outline: none;
        height: 100%;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #maslac-page #hero .slider-wrap .hero-slider .item,
          #junior-page #hero .slider-wrap .hero-slider .item,
          #home-page #hero .slider-wrap .hero-slider .item {
            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;
            overflow: hidden;
            height: 100vh; } }
        #maslac-page #hero .slider-wrap .hero-slider .item .parallax-wrap,
        #junior-page #hero .slider-wrap .hero-slider .item .parallax-wrap,
        #home-page #hero .slider-wrap .hero-slider .item .parallax-wrap {
          width: 100%;
          height: calc(100vh - 155px); }
          @media screen and (max-width: 768px) {
            #maslac-page #hero .slider-wrap .hero-slider .item .parallax-wrap,
            #junior-page #hero .slider-wrap .hero-slider .item .parallax-wrap,
            #home-page #hero .slider-wrap .hero-slider .item .parallax-wrap {
              height: 100vh; } }
          #maslac-page #hero .slider-wrap .hero-slider .item .parallax-wrap .window,
          #junior-page #hero .slider-wrap .hero-slider .item .parallax-wrap .window,
          #home-page #hero .slider-wrap .hero-slider .item .parallax-wrap .window {
            width: 100%;
            height: 100%;
            background-position-x: center;
            background-position-y: 0%;
            background-repeat: no-repeat;
            background-size: cover; }
        #maslac-page #hero .slider-wrap .hero-slider .item .video,
        #junior-page #hero .slider-wrap .hero-slider .item .video,
        #home-page #hero .slider-wrap .hero-slider .item .video {
          height: 100%;
          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; }
          #maslac-page #hero .slider-wrap .hero-slider .item .video video,
          #junior-page #hero .slider-wrap .hero-slider .item .video video,
          #home-page #hero .slider-wrap .hero-slider .item .video video {
            position: absolute;
            top: 0;
            left: 50%;
            min-width: 100vw;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
          #maslac-page #hero .slider-wrap .hero-slider .item .video .play-btn,
          #junior-page #hero .slider-wrap .hero-slider .item .video .play-btn,
          #home-page #hero .slider-wrap .hero-slider .item .video .play-btn {
            border-left: 65px solid white;
            border-top: 45px solid transparent;
            border-bottom: 45px solid transparent; }
        #maslac-page #hero .slider-wrap .hero-slider .item .text,
        #junior-page #hero .slider-wrap .hero-slider .item .text,
        #home-page #hero .slider-wrap .hero-slider .item .text {
          width: 0%;
          color: white;
          position: absolute;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
          margin: -80px 0 0 100px;
          cursor: default;
          overflow: hidden;
          white-space: nowrap;
          -webkit-transition: width 3s;
          transition: width 3s; }
          @media screen and (max-width: 768px) {
            #maslac-page #hero .slider-wrap .hero-slider .item .text,
            #junior-page #hero .slider-wrap .hero-slider .item .text,
            #home-page #hero .slider-wrap .hero-slider .item .text {
              bottom: 100px;
              text-align: center;
              margin: 0;
              -webkit-transition: none;
              transition: none;
              width: 90%;
              white-space: normal;
              -webkit-transform: none;
                      transform: none; }
              #maslac-page #hero .slider-wrap .hero-slider .item .text br,
              #junior-page #hero .slider-wrap .hero-slider .item .text br,
              #home-page #hero .slider-wrap .hero-slider .item .text br {
                display: none; } }
          #maslac-page #hero .slider-wrap .hero-slider .item .text.active,
          #junior-page #hero .slider-wrap .hero-slider .item .text.active,
          #home-page #hero .slider-wrap .hero-slider .item .text.active {
            width: 50%; }
            @media screen and (max-width: 768px) {
              #maslac-page #hero .slider-wrap .hero-slider .item .text.active,
              #junior-page #hero .slider-wrap .hero-slider .item .text.active,
              #home-page #hero .slider-wrap .hero-slider .item .text.active {
                width: 90%; } }
          #maslac-page #hero .slider-wrap .hero-slider .item .text h4,
          #junior-page #hero .slider-wrap .hero-slider .item .text h4,
          #home-page #hero .slider-wrap .hero-slider .item .text h4 {
            font-size: 2.8vw;
            line-height: 3vw;
            margin-bottom: 0.3vw; }
            @media screen and (max-width: 768px) {
              #maslac-page #hero .slider-wrap .hero-slider .item .text h4,
              #junior-page #hero .slider-wrap .hero-slider .item .text h4,
              #home-page #hero .slider-wrap .hero-slider .item .text h4 {
                font-size: 8vw;
                line-height: 9vw; } }
          #maslac-page #hero .slider-wrap .hero-slider .item .text p,
          #junior-page #hero .slider-wrap .hero-slider .item .text p,
          #home-page #hero .slider-wrap .hero-slider .item .text p {
            font-size: 15px; }
            @media screen and (max-width: 768px) {
              #maslac-page #hero .slider-wrap .hero-slider .item .text p,
              #junior-page #hero .slider-wrap .hero-slider .item .text p,
              #home-page #hero .slider-wrap .hero-slider .item .text p {
                font-size: 3.75vw; } }
          #maslac-page #hero .slider-wrap .hero-slider .item .text .mobile-link,
          #junior-page #hero .slider-wrap .hero-slider .item .text .mobile-link,
          #home-page #hero .slider-wrap .hero-slider .item .text .mobile-link {
            outline: none;
            background: #96cc42;
            padding: 10px 45px;
            font-size: 5vw;
            font-weight: 700;
            display: none;
            width: 50%;
            margin: 30px auto 0; }
            @media screen and (max-width: 768px) {
              #maslac-page #hero .slider-wrap .hero-slider .item .text .mobile-link,
              #junior-page #hero .slider-wrap .hero-slider .item .text .mobile-link,
              #home-page #hero .slider-wrap .hero-slider .item .text .mobile-link {
                display: block; } }
    #maslac-page #hero .slider-wrap #milk-drop,
    #junior-page #hero .slider-wrap #milk-drop,
    #home-page #hero .slider-wrap #milk-drop {
      position: absolute;
      left: 50%;
      width: 60px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: none; }
      #maslac-page #hero .slider-wrap #milk-drop.opened,
      #junior-page #hero .slider-wrap #milk-drop.opened,
      #home-page #hero .slider-wrap #milk-drop.opened {
        display: initial;
        -webkit-animation: animate-drop .65s forwards ease-in;
                animation: animate-drop .65s forwards ease-in; }
    #maslac-page #hero .slider-wrap #milk-splash,
    #junior-page #hero .slider-wrap #milk-splash,
    #home-page #hero .slider-wrap #milk-splash {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 150px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        #maslac-page #hero .slider-wrap #milk-splash,
        #junior-page #hero .slider-wrap #milk-splash,
        #home-page #hero .slider-wrap #milk-splash {
          display: none; } }
    #maslac-page #hero .slider-wrap #wave-container,
    #junior-page #hero .slider-wrap #wave-container,
    #home-page #hero .slider-wrap #wave-container {
      width: 100%;
      height: 50px;
      position: absolute;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden; }
      #maslac-page #hero .slider-wrap #wave-container canvas,
      #junior-page #hero .slider-wrap #wave-container canvas,
      #home-page #hero .slider-wrap #wave-container canvas {
        width: calc(100% + 40px);
        height: 101%;
        overflow: hidden;
        margin-left: -20px; }
    #maslac-page #hero .slider-wrap .hero-arrows,
    #junior-page #hero .slider-wrap .hero-arrows,
    #home-page #hero .slider-wrap .hero-arrows {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      right: 0;
      -webkit-transform: translate(-97px, -200%);
              transform: translate(-97px, -200%);
      color: white;
      -webkit-transition: -webkit-transform 1s .5s;
      transition: -webkit-transform 1s .5s;
      transition: transform 1s .5s;
      transition: transform 1s .5s, -webkit-transform 1s .5s; }
      @media screen and (max-width: 768px) {
        #maslac-page #hero .slider-wrap .hero-arrows,
        #junior-page #hero .slider-wrap .hero-arrows,
        #home-page #hero .slider-wrap .hero-arrows {
          -webkit-transform: translate(-50%, -105%);
                  transform: translate(-50%, -105%);
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          left: 50%; } }
      #maslac-page #hero .slider-wrap .hero-arrows .pages,
      #junior-page #hero .slider-wrap .hero-arrows .pages,
      #home-page #hero .slider-wrap .hero-arrows .pages {
        margin-right: 15px; }
        @media screen and (max-width: 768px) {
          #maslac-page #hero .slider-wrap .hero-arrows .pages,
          #junior-page #hero .slider-wrap .hero-arrows .pages,
          #home-page #hero .slider-wrap .hero-arrows .pages {
            margin-right: 0;
            margin-bottom: 15px;
            color: #808080; } }
        #maslac-page #hero .slider-wrap .hero-arrows .pages .current-page,
        #junior-page #hero .slider-wrap .hero-arrows .pages .current-page,
        #home-page #hero .slider-wrap .hero-arrows .pages .current-page {
          font-weight: 700;
          color: #96cc42; }
      #maslac-page #hero .slider-wrap .hero-arrows .arrows-wrap,
      #junior-page #hero .slider-wrap .hero-arrows .arrows-wrap,
      #home-page #hero .slider-wrap .hero-arrows .arrows-wrap {
        width: 0;
        -webkit-transition: width 1s .5s;
        transition: width 1s .5s;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #maslac-page #hero .slider-wrap .hero-arrows .arrows-wrap,
          #junior-page #hero .slider-wrap .hero-arrows .arrows-wrap,
          #home-page #hero .slider-wrap .hero-arrows .arrows-wrap {
            width: 127px; } }
      #maslac-page #hero .slider-wrap .hero-arrows .arrows,
      #junior-page #hero .slider-wrap .hero-arrows .arrows,
      #home-page #hero .slider-wrap .hero-arrows .arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #001c44;
        width: 127px; }
        #maslac-page #hero .slider-wrap .hero-arrows .arrows .arrow, #maslac-page #hero .slider-wrap .hero-arrows .arrows .delimiter,
        #junior-page #hero .slider-wrap .hero-arrows .arrows .arrow,
        #junior-page #hero .slider-wrap .hero-arrows .arrows .delimiter,
        #home-page #hero .slider-wrap .hero-arrows .arrows .arrow,
        #home-page #hero .slider-wrap .hero-arrows .arrows .delimiter {
          background: transparent;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
        #maslac-page #hero .slider-wrap .hero-arrows .arrows .arrow,
        #junior-page #hero .slider-wrap .hero-arrows .arrows .arrow,
        #home-page #hero .slider-wrap .hero-arrows .arrows .arrow {
          outline: none;
          border: none;
          width: 62px;
          height: 48px; }
          #maslac-page #hero .slider-wrap .hero-arrows .arrows .arrow svg,
          #junior-page #hero .slider-wrap .hero-arrows .arrows .arrow svg,
          #home-page #hero .slider-wrap .hero-arrows .arrows .arrow svg {
            opacity: .3;
            -webkit-transition: opacity 0.5s;
            transition: opacity 0.5s; }
          #maslac-page #hero .slider-wrap .hero-arrows .arrows .arrow:hover svg,
          #junior-page #hero .slider-wrap .hero-arrows .arrows .arrow:hover svg,
          #home-page #hero .slider-wrap .hero-arrows .arrows .arrow:hover svg {
            opacity: 1; }
          @media screen and (max-width: 768px) {
            #maslac-page #hero .slider-wrap .hero-arrows .arrows .arrow:hover svg,
            #junior-page #hero .slider-wrap .hero-arrows .arrows .arrow:hover svg,
            #home-page #hero .slider-wrap .hero-arrows .arrows .arrow:hover svg {
              opacity: .3; }
            #maslac-page #hero .slider-wrap .hero-arrows .arrows .arrow:active svg,
            #junior-page #hero .slider-wrap .hero-arrows .arrows .arrow:active svg,
            #home-page #hero .slider-wrap .hero-arrows .arrows .arrow:active svg {
              opacity: 1; } }
        #maslac-page #hero .slider-wrap .hero-arrows .arrows .delimiter,
        #junior-page #hero .slider-wrap .hero-arrows .arrows .delimiter,
        #home-page #hero .slider-wrap .hero-arrows .arrows .delimiter {
          padding: 15px 0;
          pointer-events: none;
          opacity: .25; }
      #maslac-page #hero .slider-wrap .hero-arrows.active,
      #junior-page #hero .slider-wrap .hero-arrows.active,
      #home-page #hero .slider-wrap .hero-arrows.active {
        -webkit-transform: translate(30px, -200%);
                transform: translate(30px, -200%); }
        @media screen and (max-width: 768px) {
          #maslac-page #hero .slider-wrap .hero-arrows.active,
          #junior-page #hero .slider-wrap .hero-arrows.active,
          #home-page #hero .slider-wrap .hero-arrows.active {
            -webkit-transform: translate(-50%, -105%);
                    transform: translate(-50%, -105%); } }
        #maslac-page #hero .slider-wrap .hero-arrows.active .arrows-wrap,
        #junior-page #hero .slider-wrap .hero-arrows.active .arrows-wrap,
        #home-page #hero .slider-wrap .hero-arrows.active .arrows-wrap {
          width: 127px; }
  #maslac-page #hero .shadow-box,
  #junior-page #hero .shadow-box,
  #home-page #hero .shadow-box {
    width: 100%;
    height: 180px;
    background: white;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -6px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 768px) {
      #maslac-page #hero .shadow-box,
      #junior-page #hero .shadow-box,
      #home-page #hero .shadow-box {
        display: none; } }
  #maslac-page #hero .scroll-arrow,
  #junior-page #hero .scroll-arrow,
  #home-page #hero .scroll-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-60px);
            transform: translateX(-50%) translateY(-60px);
    z-index: 15;
    color: white;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-animation: animate-arrow .5s alternate infinite ease-in-out;
            animation: animate-arrow .5s alternate infinite ease-in-out; }
    @media screen and (max-width: 768px) {
      #maslac-page #hero .scroll-arrow,
      #junior-page #hero .scroll-arrow,
      #home-page #hero .scroll-arrow {
        display: none; } }
  #maslac-page #hero .scroll-dots,
  #junior-page #hero .scroll-dots,
  #home-page #hero .scroll-dots {
    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;
    padding: 12px 0;
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 768px) {
      #maslac-page #hero .scroll-dots,
      #junior-page #hero .scroll-dots,
      #home-page #hero .scroll-dots {
        display: none; } }
    #maslac-page #hero .scroll-dots .dot,
    #junior-page #hero .scroll-dots .dot,
    #home-page #hero .scroll-dots .dot {
      width: 6px;
      height: 6px;
      background: #96cc42;
      margin: 3px 0;
      border-radius: 50%;
      opacity: 0; }
      #maslac-page #hero .scroll-dots .dot:nth-child(1),
      #junior-page #hero .scroll-dots .dot:nth-child(1),
      #home-page #hero .scroll-dots .dot:nth-child(1) {
        -webkit-animation: animate-dots 2s 0.2s infinite;
                animation: animate-dots 2s 0.2s infinite; }
      #maslac-page #hero .scroll-dots .dot:nth-child(2),
      #junior-page #hero .scroll-dots .dot:nth-child(2),
      #home-page #hero .scroll-dots .dot:nth-child(2) {
        -webkit-animation: animate-dots 2s 0.4s infinite;
                animation: animate-dots 2s 0.4s infinite; }
      #maslac-page #hero .scroll-dots .dot:nth-child(3),
      #junior-page #hero .scroll-dots .dot:nth-child(3),
      #home-page #hero .scroll-dots .dot:nth-child(3) {
        -webkit-animation: animate-dots 2s 0.6s infinite;
                animation: animate-dots 2s 0.6s infinite; }
      #maslac-page #hero .scroll-dots .dot:nth-child(4),
      #junior-page #hero .scroll-dots .dot:nth-child(4),
      #home-page #hero .scroll-dots .dot:nth-child(4) {
        -webkit-animation: animate-dots 2s 0.8s infinite;
                animation: animate-dots 2s 0.8s infinite; }
      #maslac-page #hero .scroll-dots .dot:nth-child(5),
      #junior-page #hero .scroll-dots .dot:nth-child(5),
      #home-page #hero .scroll-dots .dot:nth-child(5) {
        -webkit-animation: animate-dots 2s 1s infinite;
                animation: animate-dots 2s 1s infinite; }
    #maslac-page #hero .scroll-dots.green .dot,
    #junior-page #hero .scroll-dots.green .dot,
    #home-page #hero .scroll-dots.green .dot {
      background: #f7b143; }

@-webkit-keyframes animate-drop {
  0% {
    top: 155px; }
  100% {
    top: 100%; } }

@keyframes animate-drop {
  0% {
    top: 155px; }
  100% {
    top: 100%; } }

@-webkit-keyframes animate-arrow {
  100% {
    margin-top: 10px; } }

@keyframes animate-arrow {
  100% {
    margin-top: 10px; } }

@-webkit-keyframes animate-dots {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes animate-dots {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media screen and (max-width: 768px) {
  #junior-page #hero {
    box-shadow: none !important; } }

#junior-page #proizvodi,
#home-page #proizvodi {
  width: 100%;
  margin: 100px 0; }
  @media screen and (max-width: 768px) {
    #junior-page #proizvodi,
    #home-page #proizvodi {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 30px 0; } }
  #junior-page #proizvodi .wrap,
  #home-page #proizvodi .wrap {
    width: 100%; }
    @media screen and (max-width: 768px) {
      #junior-page #proizvodi .wrap,
      #home-page #proizvodi .wrap {
        width: 100%; } }
    #junior-page #proizvodi .wrap .item,
    #junior-page #proizvodi .wrap .junior-item,
    #home-page #proizvodi .wrap .item,
    #home-page #proizvodi .wrap .junior-item {
      width: 20%;
      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;
      cursor: pointer;
      outline: none; }
      #junior-page #proizvodi .wrap .item .proizvod,
      #junior-page #proizvodi .wrap .junior-item .proizvod,
      #home-page #proizvodi .wrap .item .proizvod,
      #home-page #proizvodi .wrap .junior-item .proizvod {
        width: 100%;
        height: 60%;
        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-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        pointer-events: none; }
        #junior-page #proizvodi .wrap .item .proizvod .package3d,
        #junior-page #proizvodi .wrap .junior-item .proizvod .package3d,
        #home-page #proizvodi .wrap .item .proizvod .package3d,
        #home-page #proizvodi .wrap .junior-item .proizvod .package3d {
          width: 146px;
          height: 300px;
          pointer-events: none;
          z-index: 1000; }
        #junior-page #proizvodi .wrap .item .proizvod .rings,
        #junior-page #proizvodi .wrap .junior-item .proizvod .rings,
        #home-page #proizvodi .wrap .item .proizvod .rings,
        #home-page #proizvodi .wrap .junior-item .proizvod .rings {
          z-index: 0;
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px);
          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; }
          #junior-page #proizvodi .wrap .item .proizvod .rings .ring,
          #junior-page #proizvodi .wrap .junior-item .proizvod .rings .ring,
          #home-page #proizvodi .wrap .item .proizvod .rings .ring,
          #home-page #proizvodi .wrap .junior-item .proizvod .rings .ring {
            border: 1.3px solid #96cc42;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: scale(0) translate(-50%, -50%);
                    transform: scale(0) translate(-50%, -50%);
            -webkit-transform-origin: left top;
                    transform-origin: left top; }
            #junior-page #proizvodi .wrap .item .proizvod .rings .ring.prvi,
            #junior-page #proizvodi .wrap .junior-item .proizvod .rings .ring.prvi,
            #home-page #proizvodi .wrap .item .proizvod .rings .ring.prvi,
            #home-page #proizvodi .wrap .junior-item .proizvod .rings .ring.prvi {
              width: 200px;
              height: 45px;
              -webkit-transition: all 0.5s;
              transition: all 0.5s; }
            #junior-page #proizvodi .wrap .item .proizvod .rings .ring.drugi,
            #junior-page #proizvodi .wrap .junior-item .proizvod .rings .ring.drugi,
            #home-page #proizvodi .wrap .item .proizvod .rings .ring.drugi,
            #home-page #proizvodi .wrap .junior-item .proizvod .rings .ring.drugi {
              width: 280px;
              height: 65px;
              -webkit-transition: all 0.6s;
              transition: all 0.6s; }
      #junior-page #proizvodi .wrap .item .line,
      #junior-page #proizvodi .wrap .junior-item .line,
      #home-page #proizvodi .wrap .item .line,
      #home-page #proizvodi .wrap .junior-item .line {
        width: 1px;
        height: 45px;
        background: #001c44;
        margin: 45px 0 20px;
        -webkit-transform: scale(0);
                transform: scale(0);
        pointer-events: none;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
        @media screen and (max-width: 768px) {
          #junior-page #proizvodi .wrap .item .line,
          #junior-page #proizvodi .wrap .junior-item .line,
          #home-page #proizvodi .wrap .item .line,
          #home-page #proizvodi .wrap .junior-item .line {
            display: none; } }
      #junior-page #proizvodi .wrap .item .info,
      #junior-page #proizvodi .wrap .junior-item .info,
      #home-page #proizvodi .wrap .item .info,
      #home-page #proizvodi .wrap .junior-item .info {
        width: 90%;
        opacity: 0.25;
        pointer-events: none;
        position: relative;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
        @media screen and (max-width: 768px) {
          #junior-page #proizvodi .wrap .item .info,
          #junior-page #proizvodi .wrap .junior-item .info,
          #home-page #proizvodi .wrap .item .info,
          #home-page #proizvodi .wrap .junior-item .info {
            margin-top: 40px; } }
        #junior-page #proizvodi .wrap .item .info h5,
        #junior-page #proizvodi .wrap .junior-item .info h5,
        #home-page #proizvodi .wrap .item .info h5,
        #home-page #proizvodi .wrap .junior-item .info h5 {
          text-align: center;
          font-weight: 700;
          font-size: 23px;
          color: #001c44;
          height: 60px; }
        #junior-page #proizvodi .wrap .item .info span,
        #junior-page #proizvodi .wrap .junior-item .info span,
        #home-page #proizvodi .wrap .item .info span,
        #home-page #proizvodi .wrap .junior-item .info span {
          text-align: center;
          font-size: 11px;
          color: #808080;
          display: block;
          margin-top: 30px;
          height: 20px; }
          @media screen and (max-width: 768px) {
            #junior-page #proizvodi .wrap .item .info span,
            #junior-page #proizvodi .wrap .junior-item .info span,
            #home-page #proizvodi .wrap .item .info span,
            #home-page #proizvodi .wrap .junior-item .info span {
              display: none; } }
        #junior-page #proizvodi .wrap .item .info .mobile-info,
        #junior-page #proizvodi .wrap .junior-item .info .mobile-info,
        #home-page #proizvodi .wrap .item .info .mobile-info,
        #home-page #proizvodi .wrap .junior-item .info .mobile-info {
          display: none;
          font-size: 23px;
          color: #96cc42;
          font-weight: 700;
          margin-bottom: 15px; }
          @media screen and (max-width: 768px) {
            #junior-page #proizvodi .wrap .item .info .mobile-info,
            #junior-page #proizvodi .wrap .junior-item .info .mobile-info,
            #home-page #proizvodi .wrap .item .info .mobile-info,
            #home-page #proizvodi .wrap .junior-item .info .mobile-info {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
        #junior-page #proizvodi .wrap .item .info .cover,
        #junior-page #proizvodi .wrap .junior-item .info .cover,
        #home-page #proizvodi .wrap .item .info .cover,
        #home-page #proizvodi .wrap .junior-item .info .cover {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          background: white;
          -webkit-transform-origin: center right;
                  transform-origin: center right;
          -webkit-transition: -webkit-transform 1.5s;
          transition: -webkit-transform 1.5s;
          transition: transform 1.5s;
          transition: transform 1.5s, -webkit-transform 1.5s; }
          #junior-page #proizvodi .wrap .item .info .cover.active,
          #junior-page #proizvodi .wrap .junior-item .info .cover.active,
          #home-page #proizvodi .wrap .item .info .cover.active,
          #home-page #proizvodi .wrap .junior-item .info .cover.active {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0); }
          @media screen and (max-width: 768px) {
            #junior-page #proizvodi .wrap .item .info .cover,
            #junior-page #proizvodi .wrap .junior-item .info .cover,
            #home-page #proizvodi .wrap .item .info .cover,
            #home-page #proizvodi .wrap .junior-item .info .cover {
              display: none; } }
      #junior-page #proizvodi .wrap .item:hover .proizvod .rings .ring,
      #junior-page #proizvodi .wrap .junior-item:hover .proizvod .rings .ring,
      #home-page #proizvodi .wrap .item:hover .proizvod .rings .ring,
      #home-page #proizvodi .wrap .junior-item:hover .proizvod .rings .ring {
        -webkit-transform: scale(1) translate(-50%, -50%);
                transform: scale(1) translate(-50%, -50%); }
      #junior-page #proizvodi .wrap .item:hover .line,
      #junior-page #proizvodi .wrap .junior-item:hover .line,
      #home-page #proizvodi .wrap .item:hover .line,
      #home-page #proizvodi .wrap .junior-item:hover .line {
        -webkit-transform: scale(1);
                transform: scale(1); }
      #junior-page #proizvodi .wrap .item:hover .info,
      #junior-page #proizvodi .wrap .junior-item:hover .info,
      #home-page #proizvodi .wrap .item:hover .info,
      #home-page #proizvodi .wrap .junior-item:hover .info {
        opacity: 1; }
    @media screen and (max-width: 768px) {
      #junior-page #proizvodi .wrap .slick-center .proizvod .rings .ring,
      #home-page #proizvodi .wrap .slick-center .proizvod .rings .ring {
        -webkit-transform: scale(1) translate(-50%, -50%);
                transform: scale(1) translate(-50%, -50%); }
      #junior-page #proizvodi .wrap .slick-center .line,
      #home-page #proizvodi .wrap .slick-center .line {
        -webkit-transform: scale(1);
                transform: scale(1); }
      #junior-page #proizvodi .wrap .slick-center .info,
      #home-page #proizvodi .wrap .slick-center .info {
        opacity: 1; } }
  #junior-page #proizvodi .arrows3d,
  #home-page #proizvodi .arrows3d {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: white;
    -webkit-transition: -webkit-transform 1s .5s;
    transition: -webkit-transform 1s .5s;
    transition: transform 1s .5s;
    transition: transform 1s .5s, -webkit-transform 1s .5s;
    display: none;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    left: 50%;
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      #junior-page #proizvodi .arrows3d,
      #home-page #proizvodi .arrows3d {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #junior-page #proizvodi .arrows3d .pages,
    #home-page #proizvodi .arrows3d .pages {
      margin-right: 0;
      margin-top: 15px;
      color: #808080; }
      #junior-page #proizvodi .arrows3d .pages .current-page,
      #home-page #proizvodi .arrows3d .pages .current-page {
        font-weight: 700;
        color: #96cc42; }
    #junior-page #proizvodi .arrows3d .arrows-wrap,
    #home-page #proizvodi .arrows3d .arrows-wrap {
      width: 0;
      -webkit-transition: width 1s .5s;
      transition: width 1s .5s;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #junior-page #proizvodi .arrows3d .arrows-wrap,
        #home-page #proizvodi .arrows3d .arrows-wrap {
          width: 127px; } }
    #junior-page #proizvodi .arrows3d .arrows,
    #home-page #proizvodi .arrows3d .arrows {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #001c44;
      width: 127px; }
      #junior-page #proizvodi .arrows3d .arrows .arrow, #junior-page #proizvodi .arrows3d .arrows .delimiter,
      #home-page #proizvodi .arrows3d .arrows .arrow,
      #home-page #proizvodi .arrows3d .arrows .delimiter {
        background: transparent;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      #junior-page #proizvodi .arrows3d .arrows .arrow,
      #home-page #proizvodi .arrows3d .arrows .arrow {
        outline: none;
        border: none;
        width: 62px;
        height: 48px; }
        #junior-page #proizvodi .arrows3d .arrows .arrow svg,
        #home-page #proizvodi .arrows3d .arrows .arrow svg {
          opacity: .3;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #junior-page #proizvodi .arrows3d .arrows .arrow:hover svg,
        #home-page #proizvodi .arrows3d .arrows .arrow:hover svg {
          opacity: 1; }
        @media screen and (max-width: 768px) {
          #junior-page #proizvodi .arrows3d .arrows .arrow:hover svg,
          #home-page #proizvodi .arrows3d .arrows .arrow:hover svg {
            opacity: .3; }
          #junior-page #proizvodi .arrows3d .arrows .arrow:active svg,
          #home-page #proizvodi .arrows3d .arrows .arrow:active svg {
            opacity: 1; } }
      #junior-page #proizvodi .arrows3d .arrows .delimiter,
      #home-page #proizvodi .arrows3d .arrows .delimiter {
        padding: 15px 0;
        pointer-events: none;
        opacity: .25; }
    #junior-page #proizvodi .arrows3d.active,
    #home-page #proizvodi .arrows3d.active {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      #junior-page #proizvodi .arrows3d.active .arrows-wrap,
      #home-page #proizvodi .arrows3d.active .arrows-wrap {
        width: 127px; }

#vesti {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    #vesti {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  #vesti .vesti-slider {
    width: calc(100% - 7vw); }
    @media screen and (max-width: 768px) {
      #vesti .vesti-slider {
        width: 100%; } }
    #vesti .vesti-slider .item {
      position: relative;
      outline: none;
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 76px;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        #vesti .vesti-slider .item {
          padding-bottom: 0; } }
      @media screen and (min-width: 0\0) {
        #vesti .vesti-slider .item {
          padding-bottom: 0; } }
      #vesti .vesti-slider .item img {
        width: 100%; }
      #vesti .vesti-slider .item .dark-overlay {
        width: 100%;
        height: 100%;
        background: black;
        position: absolute;
        opacity: 0.6;
        left: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (min-width: 0\0) {
          #vesti .vesti-slider .item .dark-overlay {
            top: 0; } }
        #vesti .vesti-slider .item .dark-overlay.active {
          opacity: 0; }
        @media screen and (max-width: 768px) {
          #vesti .vesti-slider .item .dark-overlay {
            display: none; } }
      #vesti .vesti-slider .item .light-overlay {
        width: 100%;
        height: 0;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white);
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white);
        position: absolute;
        left: 0;
        margin-top: 1px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (min-width: 0\0) {
          #vesti .vesti-slider .item .light-overlay {
            bottom: 0; } }
        #vesti .vesti-slider .item .light-overlay.active {
          height: 100%; }
        @media screen and (max-width: 768px) {
          #vesti .vesti-slider .item .light-overlay {
            display: none; } }
      #vesti .vesti-slider .item .text {
        width: 70%;
        color: white;
        position: absolute;
        text-align: center;
        margin-top: -20px;
        opacity: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        #vesti .vesti-slider .item .text.active {
          opacity: 1; }
        @media screen and (max-width: 768px) {
          #vesti .vesti-slider .item .text {
            display: initial;
            width: 100%;
            position: relative;
            margin-top: 0;
            opacity: 1;
            padding: 0 5%;
            box-sizing: border-box; } }
        @media screen and (min-width: 0\0) {
          #vesti .vesti-slider .item .text {
            bottom: 20px; } }
        #vesti .vesti-slider .item .text h4 {
          font-size: 33px;
          line-height: 34px;
          color: #001c44;
          margin: 2vw 0; }
          @media screen and (max-width: 768px) {
            #vesti .vesti-slider .item .text h4 {
              font-size: 7vw;
              line-height: 7vw; } }
        #vesti .vesti-slider .item .text p {
          font-size: 15px;
          color: #808080;
          margin: 1.5vw auto; }
          @media screen and (max-width: 768px) {
            #vesti .vesti-slider .item .text p {
              font-size: 4vw;
              width: 100%; } }
        #vesti .vesti-slider .item .text span {
          font-size: 14px;
          font-weight: 700;
          color: #96cc42; }
          @media screen and (max-width: 768px) {
            #vesti .vesti-slider .item .text span {
              font-size: 3vw; } }
      #vesti .vesti-slider .item .current-blob {
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
        #vesti .vesti-slider .item .current-blob svg {
          width: 100%;
          -webkit-transform: scaleY(0);
                  transform: scaleY(0);
          -webkit-transform-origin: top center;
                  transform-origin: top center;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          #vesti .vesti-slider .item .current-blob svg.show {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); }
        @media screen and (min-width: 0\0) {
          #vesti .vesti-slider .item .current-blob {
            display: none; } }
  #vesti .vesti-prev, #vesti .vesti-next {
    border: none;
    outline: none;
    width: 3.5vw;
    margin: 0;
    background: -webkit-linear-gradient(#dfdfdf, white);
    background: linear-gradient(#dfdfdf, white);
    font-size: 40px;
    color: #001c44;
    height: calc(100% - 75px);
    position: absolute;
    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;
    cursor: pointer; }
    @media screen and (min-width: 0\0) {
      #vesti .vesti-prev, #vesti .vesti-next {
        height: 100%; } }
    #vesti .vesti-prev svg, #vesti .vesti-next svg {
      opacity: 0.75;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    #vesti .vesti-prev span, #vesti .vesti-next span {
      -webkit-transform-origin: center;
              transform-origin: center;
      display: block;
      font-size: 1vw;
      position: absolute;
      bottom: 25%;
      width: 9vw; }
    #vesti .vesti-prev .line, #vesti .vesti-next .line {
      height: 50px;
      width: 1px;
      position: absolute;
      bottom: -25px;
      left: 50%;
      background: black;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    #vesti .vesti-prev:hover svg, #vesti .vesti-next:hover svg {
      opacity: 1; }
    #vesti .vesti-prev:hover .line, #vesti .vesti-next:hover .line {
      -webkit-transform: translateY(25%);
              transform: translateY(25%); }
  #vesti .vesti-prev {
    left: 0; }
    @media screen and (max-width: 768px) {
      #vesti .vesti-prev {
        display: none; } }
    #vesti .vesti-prev span {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  #vesti .vesti-next {
    right: 0; }
    @media screen and (max-width: 768px) {
      #vesti .vesti-next {
        display: none; } }
    #vesti .vesti-next span {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  #vesti .shadow-box {
    width: 100%;
    height: 180px;
    background: white;
    position: absolute;
    left: 0;
    bottom: 76px;
    z-index: -1;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 768px) {
      #vesti .shadow-box {
        bottom: 55px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); } }
  #vesti .arrows-vesti {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: white;
    -webkit-transition: -webkit-transform 1s .5s;
    transition: -webkit-transform 1s .5s;
    transition: transform 1s .5s;
    transition: transform 1s .5s, -webkit-transform 1s .5s;
    display: none;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    left: 50%;
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      #vesti .arrows-vesti {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #vesti .arrows-vesti .pages {
      margin-right: 0;
      margin-top: 15px;
      color: #808080; }
      #vesti .arrows-vesti .pages .current-page {
        font-weight: 700;
        color: #96cc42; }
    #vesti .arrows-vesti .arrows-wrap {
      width: 0;
      -webkit-transition: width 1s .5s;
      transition: width 1s .5s;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #vesti .arrows-vesti .arrows-wrap {
          width: 127px; } }
    #vesti .arrows-vesti .arrows {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #001c44;
      width: 127px; }
      #vesti .arrows-vesti .arrows .arrow, #vesti .arrows-vesti .arrows .delimiter {
        background: transparent;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      #vesti .arrows-vesti .arrows .arrow {
        outline: none;
        border: none;
        width: 62px;
        height: 48px; }
        #vesti .arrows-vesti .arrows .arrow svg {
          opacity: .3;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #vesti .arrows-vesti .arrows .arrow:hover svg {
          opacity: 1; }
        @media screen and (max-width: 768px) {
          #vesti .arrows-vesti .arrows .arrow:hover svg {
            opacity: .3; }
          #vesti .arrows-vesti .arrows .arrow:active svg {
            opacity: 1; } }
      #vesti .arrows-vesti .arrows .delimiter {
        padding: 15px 0;
        pointer-events: none;
        opacity: .25; }
    #vesti .arrows-vesti.active {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      #vesti .arrows-vesti.active .arrows-wrap {
        width: 127px; }

#vesti-page #content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #vesti-page #content .wrap {
    width: 90%;
    max-width: 1295px;
    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; }
    @media screen and (max-width: 768px) {
      #vesti-page #content .wrap {
        width: 100%; } }
    #vesti-page #content .wrap .item {
      width: 45%;
      position: relative;
      margin: 0 2% 70px;
      cursor: pointer;
      box-shadow: 0 20px 80px rgba(0, 0, 0, 0.25);
      background: white; }
      @media screen and (max-width: 768px) {
        #vesti-page #content .wrap .item {
          width: 100%;
          margin: 0; } }
      #vesti-page #content .wrap .item .image {
        position: relative;
        width: 100%; }
        #vesti-page #content .wrap .item .image img {
          width: 100%; }
        #vesti-page #content .wrap .item .image .light-overlay {
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 254, 255, 0.8) 60%, white 90%);
          background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 254, 255, 0.8) 60%, white 90%);
          position: absolute;
          -webkit-transform-origin: center bottom;
                  transform-origin: center bottom;
          -webkit-transform: scaleY(0);
                  transform: scaleY(0);
          top: 0;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
      #vesti-page #content .wrap .item .text {
        text-align: center;
        padding-bottom: 20px;
        position: relative;
        z-index: 10;
        width: 100%; }
        #vesti-page #content .wrap .item .text h4 {
          font-size: 1.7vw;
          line-height: 1.8vw;
          color: #001c44;
          margin: 2vw auto;
          width: 80%; }
          @media screen and (max-width: 768px) {
            #vesti-page #content .wrap .item .text h4 {
              font-size: 19px;
              line-height: 20px; } }
        #vesti-page #content .wrap .item .text p {
          width: 65%;
          font-size: 15px;
          color: #808080;
          margin: 1.5vw auto; }
          @media screen and (max-width: 768px) {
            #vesti-page #content .wrap .item .text p {
              font-size: 13px; } }
        #vesti-page #content .wrap .item .text span {
          font-size: 14px;
          font-weight: 700;
          color: #96cc42; }
          @media screen and (max-width: 768px) {
            #vesti-page #content .wrap .item .text span {
              font-size: 10px; } }
      #vesti-page #content .wrap .item .current-blob {
        position: absolute;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        width: 100%;
        bottom: 0; }
        @media screen and (max-width: 768px) {
          #vesti-page #content .wrap .item .current-blob {
            display: none; } }
        @media screen and (min-width: 0\0) {
          #vesti-page #content .wrap .item .current-blob {
            display: none; } }
        #vesti-page #content .wrap .item .current-blob svg {
          -webkit-transform: scaleY(0);
                  transform: scaleY(0);
          -webkit-transform-origin: top center;
                  transform-origin: top center;
          -webkit-transition: all 0.75s;
          transition: all 0.75s;
          width: 100%; }
      #vesti-page #content .wrap .item:hover .light-overlay {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
      #vesti-page #content .wrap .item:hover .current-blob svg {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
      @media screen and (max-width: 768px) {
        #vesti-page #content .wrap .item:hover .light-overlay {
          -webkit-transform: scaleY(0);
                  transform: scaleY(0); }
        #vesti-page #content .wrap .item:active .light-overlay {
          -webkit-transform: scaleY(1);
                  transform: scaleY(1); } }

#vesti-single-page #hero {
  width: 100%;
  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;
  padding-bottom: 50px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
  background: white; }
  @media screen and (max-width: 768px) {
    #vesti-single-page #hero {
      padding-bottom: 0; } }
  #vesti-single-page #hero .hero-wrap {
    width: 90%;
    max-width: 1295px; }
    @media screen and (max-width: 768px) {
      #vesti-single-page #hero .hero-wrap {
        width: 100%; } }
  #vesti-single-page #hero .slider-wrap {
    position: relative;
    z-index: 10; }
    #vesti-single-page #hero .slider-wrap .hero-slider .item {
      position: relative;
      outline: none; }
      @media screen and (max-width: 768px) {
        #vesti-single-page #hero .slider-wrap .hero-slider .item {
          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;
          overflow: hidden; } }
      #vesti-single-page #hero .slider-wrap .hero-slider .item img {
        width: 100%; }
      #vesti-single-page #hero .slider-wrap .hero-slider .item .text {
        width: 35%;
        color: white;
        position: absolute;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        margin: -35px 0 0 35px; }
        #vesti-single-page #hero .slider-wrap .hero-slider .item .text h4 {
          font-size: 2.8vw;
          line-height: 3vw; }
        #vesti-single-page #hero .slider-wrap .hero-slider .item .text p {
          font-size: 0.8vw; }
    #vesti-single-page #hero .slider-wrap .hero-arrows {
      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;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -75%);
              transform: translate(-50%, -75%);
      color: white; }
      #vesti-single-page #hero .slider-wrap .hero-arrows .pages {
        margin-bottom: 15px; }
        #vesti-single-page #hero .slider-wrap .hero-arrows .pages .current-page {
          font-weight: 700;
          color: #96cc42; }
      #vesti-single-page #hero .slider-wrap .hero-arrows .arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #001c44; }
        #vesti-single-page #hero .slider-wrap .hero-arrows .arrows .arrow, #vesti-single-page #hero .slider-wrap .hero-arrows .arrows .delimiter {
          background: transparent;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
        #vesti-single-page #hero .slider-wrap .hero-arrows .arrows .arrow {
          outline: none;
          border: none;
          padding: 15px 20px;
          width: 60px;
          opacity: .3;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          #vesti-single-page #hero .slider-wrap .hero-arrows .arrows .arrow:hover {
            opacity: 1; }
        #vesti-single-page #hero .slider-wrap .hero-arrows .arrows .delimiter {
          padding: 15px 0;
          pointer-events: none;
          opacity: .25; }

#vesti-single-page #content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0; }
  #vesti-single-page #content .wrap {
    width: 90%;
    max-width: 1295px; }
    #vesti-single-page #content .wrap table {
      margin: 15px 50px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #vesti-single-page #content .wrap table {
          margin: 0; } }
    #vesti-single-page #content .wrap .title {
      padding: 15px 50px;
      font-size: 45px;
      color: #001c44; }
      @media screen and (max-width: 768px) {
        #vesti-single-page #content .wrap .title {
          padding: 15px 0;
          font-size: 30px;
          text-align: center; } }
    #vesti-single-page #content .wrap .date {
      font-size: 11px;
      font-weight: 700;
      color: #96cc42; }
      @media screen and (max-width: 768px) {
        #vesti-single-page #content .wrap .date {
          padding: 15px 0;
          text-align: center; } }
      #vesti-single-page #content .wrap .date .label {
        color: #808080; }
    #vesti-single-page #content .wrap p {
      padding: 15px 50px;
      font-size: 13px;
      color: #808080; }
      @media screen and (max-width: 768px) {
        #vesti-single-page #content .wrap p {
          padding: 15px 0; } }
    #vesti-single-page #content .wrap .buttons {
      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;
      padding: 50px 50px; }
      @media screen and (max-width: 768px) {
        #vesti-single-page #content .wrap .buttons {
          padding: 20px 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #vesti-single-page #content .wrap .buttons .download {
        outline: none;
        border: none;
        text-decoration: none;
        font-weight: 700;
        background: white;
        color: #001c44;
        padding: 15px 50px 15px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        overflow: hidden;
        box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 768px) {
          #vesti-single-page #content .wrap .buttons .download {
            display: none; } }
        #vesti-single-page #content .wrap .buttons .download .arrow {
          border-top: 9px solid #808080;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          margin-right: 10px; }
        #vesti-single-page #content .wrap .buttons .download .file-type {
          font-size: 11px;
          font-weight: 400;
          color: #808080;
          position: absolute;
          right: 3px;
          bottom: 3px; }
        #vesti-single-page #content .wrap .buttons .download:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          border-width: 0 25px 25px 0;
          border-style: solid;
          border-color: transparent transparent white white;
          background: white;
          box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3), -1px 1px 10px rgba(0, 0, 0, 0.2); }
      #vesti-single-page #content .wrap .buttons .social {
        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; }
        @media screen and (max-width: 768px) {
          #vesti-single-page #content .wrap .buttons .social {
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
            margin-top: 25px; } }
        #vesti-single-page #content .wrap .buttons .social .label {
          font-size: 13px;
          color: #808080;
          margin-right: 10px; }
          @media screen and (max-width: 768px) {
            #vesti-single-page #content .wrap .buttons .social .label {
              width: 100%;
              margin: 5px 0;
              text-align: center; } }
        #vesti-single-page #content .wrap .buttons .social a svg {
          padding: 5px; }
        #vesti-single-page #content .wrap .buttons .social a .circle {
          fill: #808080; }
        #vesti-single-page #content .wrap .buttons .social a .icon {
          fill: white; }
        #vesti-single-page #content .wrap .buttons .social .fb:hover .circle {
          fill: #3b5998; }
        #vesti-single-page #content .wrap .buttons .social .fb:hover .icon {
          fill: white; }
        @media screen and (max-width: 768px) {
          #vesti-single-page #content .wrap .buttons .social .fb:hover .circle {
            fill: #808080; }
          #vesti-single-page #content .wrap .buttons .social .fb:hover .icon {
            fill: white; } }
        @media screen and (max-width: 768px) {
          #vesti-single-page #content .wrap .buttons .social .fb:active .circle {
            fill: #3b5998; }
          #vesti-single-page #content .wrap .buttons .social .fb:active .icon {
            fill: white; } }
        #vesti-single-page #content .wrap .buttons .social .in:hover .circle {
          fill: #0077b5; }
        #vesti-single-page #content .wrap .buttons .social .in:hover .icon {
          fill: white; }
        @media screen and (max-width: 768px) {
          #vesti-single-page #content .wrap .buttons .social .in:hover .circle {
            fill: #808080; }
          #vesti-single-page #content .wrap .buttons .social .in:hover .icon {
            fill: white; } }
        @media screen and (max-width: 768px) {
          #vesti-single-page #content .wrap .buttons .social .in:active .circle {
            fill: #0077b5; }
          #vesti-single-page #content .wrap .buttons .social .in:active .icon {
            fill: white; } }
        #vesti-single-page #content .wrap .buttons .social .tw:hover .circle {
          fill: #00aced; }
        #vesti-single-page #content .wrap .buttons .social .tw:hover .icon {
          fill: white; }
        @media screen and (max-width: 768px) {
          #vesti-single-page #content .wrap .buttons .social .tw:hover .circle {
            fill: #808080; }
          #vesti-single-page #content .wrap .buttons .social .tw:hover .icon {
            fill: white; } }
        @media screen and (max-width: 768px) {
          #vesti-single-page #content .wrap .buttons .social .tw:active .circle {
            fill: #00aced; }
          #vesti-single-page #content .wrap .buttons .social .tw:active .icon {
            fill: white; } }

#proizvodi-page #menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px; }
  @media screen and (max-width: 768px) {
    #proizvodi-page #menu {
      margin-top: 0;
      padding-top: 75px; } }
  #proizvodi-page #menu .lista {
    width: 90%;
    max-width: 1295px; }
    #proizvodi-page #menu .lista .item {
      width: 100%;
      margin: 20px 0;
      position: relative;
      z-index: 2; }
      #proizvodi-page #menu .lista .item a {
        width: 100%;
        text-align: center;
        height: 150px;
        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; }
        #proizvodi-page #menu .lista .item a img {
          max-width: 100%; }
      #proizvodi-page #menu .lista .item.sub {
        position: relative;
        z-index: 0; }
      #proizvodi-page #menu .lista .item.solo {
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09);
        margin-bottom: 20px;
        background: #fff;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        #proizvodi-page #menu .lista .item.solo:hover {
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px); }
          @media screen and (max-width: 768px) {
            #proizvodi-page #menu .lista .item.solo:hover {
              -webkit-transform: translateY(0px);
                      transform: translateY(0px);
              box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09); } }
        @media screen and (max-width: 768px) {
          #proizvodi-page #menu .lista .item.solo:active {
            -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3); } }
      #proizvodi-page #menu .lista .item .sub-menu {
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09);
        margin-bottom: 20px;
        background: #fff;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        #proizvodi-page #menu .lista .item .sub-menu:hover {
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px); }
          @media screen and (max-width: 768px) {
            #proizvodi-page #menu .lista .item .sub-menu:hover {
              -webkit-transform: translateY(0px);
                      transform: translateY(0px);
              box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09); } }
        @media screen and (max-width: 768px) {
          #proizvodi-page #menu .lista .item .sub-menu:active {
            -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3); } }
    #proizvodi-page #menu .lista .pod-lista {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        #proizvodi-page #menu .lista .pod-lista {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #proizvodi-page #menu .lista .pod-lista .pod-item {
        width: 31%;
        background: white;
        color: #001c44;
        cursor: pointer;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.1vw;
        font-weight: 700;
        margin: 10px 1%; }
        @media screen and (max-width: 768px) {
          #proizvodi-page #menu .lista .pod-lista .pod-item {
            width: 100%;
            margin: 5px 0;
            font-size: 20px; } }
        #proizvodi-page #menu .lista .pod-lista .pod-item:hover {
          background: #001c44;
          color: white; }
          @media screen and (max-width: 768px) {
            #proizvodi-page #menu .lista .pod-lista .pod-item:hover {
              background: white;
              color: #001c44; } }
        @media screen and (max-width: 768px) {
          #proizvodi-page #menu .lista .pod-lista .pod-item:active {
            background: #001c44;
            color: white; } }
        #proizvodi-page #menu .lista .pod-lista .pod-item a {
          width: 100%;
          padding: 30px 0;
          text-align: center;
          height: initial; }

#proizvodi-page #parallax {
  width: 100%;
  margin: 50px 0 150px; }
  #proizvodi-page #parallax .parallax-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    #proizvodi-page #parallax .parallax-wrap .window {
      width: 100%;
      height: 600px;
      background-image: url("../images/proizvodi/parallax.jpg");
      background-position-x: center;
      background-position-y: 0%;
      background-repeat: no-repeat;
      background-size: cover; }
    #proizvodi-page #parallax .parallax-wrap .parallax-box {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute; }
      #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap {
        width: 70%;
        max-width: 570px;
        background: white;
        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;
        padding: 75px 0;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
        position: relative;
        -webkit-transform: translateY(15%);
                transform: translateY(15%);
        color: #001c44; }
        @media screen and (max-width: 768px) {
          #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap {
            width: 90%; } }
        #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .line {
          width: 1px;
          height: 65px;
          position: absolute;
          background: #001c44;
          top: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .title {
          font-size: 42px;
          width: 80%;
          text-align: center; }
        #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .text {
          width: 50%;
          text-align: center;
          font-size: 11px;
          padding: 10px 0; }
        #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .cover {
          width: 100%;
          height: 75%;
          position: absolute;
          background: white;
          -webkit-transform-origin: right center;
                  transform-origin: right center;
          -webkit-transition: -webkit-transform 1.5s;
          transition: -webkit-transform 1.5s;
          transition: transform 1.5s;
          transition: transform 1.5s, -webkit-transform 1.5s; }
          #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .cover.active {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0); }
          @media screen and (max-width: 768px) {
            #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .cover {
              display: none; } }
        #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .reveal-wrap {
          width: 1px;
          height: 1px;
          position: absolute;
          bottom: 0; }
        #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .reveal {
          position: absolute;
          bottom: 0;
          width: 0;
          overflow: hidden;
          -webkit-transform: translateX(-60px) translateY(50%);
                  transform: translateX(-60px) translateY(50%);
          -webkit-transition: width 1s 0.5s;
          transition: width 1s 0.5s; }
          @media screen and (max-width: 768px) {
            #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .reveal {
              width: 120px; } }
          #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .reveal .read-more {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background: #001c44;
            color: white;
            font-weight: 700;
            font-size: 13px;
            padding: 10px 0;
            width: 120px;
            text-align: center;
            display: block;
            -webkit-transition: background 0.25s;
            transition: background 0.25s; }
            #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .reveal .read-more:hover {
              background: #96cc42; }
              @media screen and (max-width: 768px) {
                #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .reveal .read-more:hover {
                  background: #001c44; } }
            @media screen and (max-width: 768px) {
              #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .reveal .read-more:active {
                background: #96cc42; } }
          #proizvodi-page #parallax .parallax-wrap .parallax-box .wrap .reveal.active {
            width: 120px; }

#junior-page #sku-proizvodi-slider,
#sku-proizvodi-page #sku-proizvodi-slider {
  width: 100%;
  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;
  padding-bottom: 50px;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    #junior-page #sku-proizvodi-slider,
    #sku-proizvodi-page #sku-proizvodi-slider {
      margin-top: 0; } }
  #junior-page #sku-proizvodi-slider .slick-track,
  #sku-proizvodi-page #sku-proizvodi-slider .slick-track {
    margin: 0 auto; }
  #junior-page #sku-proizvodi-slider .sku-wrap,
  #sku-proizvodi-page #sku-proizvodi-slider .sku-wrap {
    width: 90%;
    max-width: 1295px;
    background: white;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 768px) {
      #junior-page #sku-proizvodi-slider .sku-wrap,
      #sku-proizvodi-page #sku-proizvodi-slider .sku-wrap {
        width: 100%; } }
    #junior-page #sku-proizvodi-slider .sku-wrap .slick-list, #junior-page #sku-proizvodi-slider .sku-wrap .slick-track,
    #sku-proizvodi-page #sku-proizvodi-slider .sku-wrap .slick-list,
    #sku-proizvodi-page #sku-proizvodi-slider .sku-wrap .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #junior-page #sku-proizvodi-slider .slider-wrap,
  #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      #junior-page #sku-proizvodi-slider .slider-wrap,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider,
    #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider {
      padding: 100px 50px 20px; }
      @media screen and (max-width: 768px) {
        #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider {
          padding: 80px 10px 20px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item {
        position: relative;
        outline: none;
        height: 100%;
        min-height: 450px;
        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-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0.5;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 768px) {
          #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item {
            min-height: 350px; } }
        #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item .text,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item .text {
          width: 90%;
          height: 150px;
          margin-top: 25px;
          color: #808080;
          opacity: 0;
          text-align: center;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
          #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item .text h4,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item .text h4 {
            color: #001c44;
            font-size: 23px; }
          #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item .text p,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item .text p {
            margin-top: 15px;
            font-size: 14px; }
          @media screen and (max-width: 768px) {
            #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item .text,
            #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item .text {
              height: 120px; } }
        #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item.slick-center,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item.slick-center {
          -webkit-transform: scale(1);
                  transform: scale(1);
          opacity: 1; }
          #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item.slick-center .text,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item.slick-center .text {
            opacity: 1; }
          #junior-page #sku-proizvodi-slider .slider-wrap .sku-slider .item.slick-center .social,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-slider .item.slick-center .social {
            opacity: 1;
            pointer-events: all; }
    #junior-page #sku-proizvodi-slider .slider-wrap .social,
    #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 5px 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      @media screen and (max-width: 768px) {
        #junior-page #sku-proizvodi-slider .slider-wrap .social,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
      #junior-page #sku-proizvodi-slider .slider-wrap .social a svg,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a svg {
        padding: 10px;
        width: 35px;
        height: 35px; }
      #junior-page #sku-proizvodi-slider .slider-wrap .social a .circle,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a .circle {
        fill: #b8b8b8; }
      #junior-page #sku-proizvodi-slider .slider-wrap .social a .icon,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a .icon {
        fill: white; }
      #junior-page #sku-proizvodi-slider .slider-wrap .social a:hover,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:hover {
        background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent);
        background: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent); }
        #junior-page #sku-proizvodi-slider .slider-wrap .social a:hover .circle,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:hover .circle {
          fill: white; }
        #junior-page #sku-proizvodi-slider .slider-wrap .social a:hover .icon,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:hover .icon {
          fill: #96cc42; }
      @media screen and (max-width: 768px) {
        #junior-page #sku-proizvodi-slider .slider-wrap .social a:hover,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:hover {
          background: none; }
          #junior-page #sku-proizvodi-slider .slider-wrap .social a:hover .circle,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:hover .circle {
            fill: #b8b8b8; }
          #junior-page #sku-proizvodi-slider .slider-wrap .social a:hover .icon,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:hover .icon {
            fill: white; }
        #junior-page #sku-proizvodi-slider .slider-wrap .social a:active,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:active {
          background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent);
          background: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent, transparent); }
          #junior-page #sku-proizvodi-slider .slider-wrap .social a:active .circle,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:active .circle {
            fill: white; }
          #junior-page #sku-proizvodi-slider .slider-wrap .social a:active .icon,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .social a:active .icon {
            fill: #96cc42; } }
    #junior-page #sku-proizvodi-slider .slider-wrap .line,
    #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .line {
      width: 70px;
      height: 1px;
      background: #001c44;
      position: absolute;
      top: 50%; }
      @media screen and (max-width: 768px) {
        #junior-page #sku-proizvodi-slider .slider-wrap .line,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .line {
          display: none; } }
      #junior-page #sku-proizvodi-slider .slider-wrap .line.right,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .line.right {
        right: 0;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
      #junior-page #sku-proizvodi-slider .slider-wrap .line.left,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .line.left {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows,
    #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows {
      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;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -25%);
              transform: translate(-50%, -25%);
      color: white;
      z-index: 100; }
      @media screen and (max-width: 768px) {
        #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows {
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          position: relative;
          padding-bottom: 30px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows .pages,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows .pages {
        margin-top: 15px;
        color: #001c44; }
        #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows .pages .current-page,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows .pages .current-page {
          font-weight: 700;
          color: #96cc42; }
      #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows,
      #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #001c44; }
        #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .arrow, #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .delimiter,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .arrow,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .delimiter {
          background: transparent;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
        #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .arrow,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .arrow {
          outline: none;
          border: none;
          padding: 15px 20px;
          width: 60px;
          opacity: .3;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .arrow:hover,
          #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .arrow:hover {
            opacity: 1; }
        #junior-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .delimiter,
        #sku-proizvodi-page #sku-proizvodi-slider .slider-wrap .sku-arrows .arrows .delimiter {
          padding: 15px 0;
          pointer-events: none;
          opacity: .25; }
  @media screen and (max-width: 768px) {
    #junior-page #sku-proizvodi-slider .info .slick-initialized .slick-slide,
    #sku-proizvodi-page #sku-proizvodi-slider .info .slick-initialized .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; } }
  #junior-page #sku-proizvodi-slider .info .tabs,
  #sku-proizvodi-page #sku-proizvodi-slider .info .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      #junior-page #sku-proizvodi-slider .info .tabs,
      #sku-proizvodi-page #sku-proizvodi-slider .info .tabs {
        display: none; } }
    #junior-page #sku-proizvodi-slider .info .tabs .tab,
    #sku-proizvodi-page #sku-proizvodi-slider .info .tabs .tab {
      width: 100%;
      text-align: center;
      background: #dfdfdf;
      color: #001c44;
      border-bottom: 2px solid #001c44;
      font-size: 18px;
      font-weight: 700;
      padding: 10px 0;
      cursor: pointer;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      #junior-page #sku-proizvodi-slider .info .tabs .tab.active,
      #sku-proizvodi-page #sku-proizvodi-slider .info .tabs .tab.active {
        background: #001c44;
        color: white;
        cursor: default; }
  #junior-page #sku-proizvodi-slider .info .product-info,
  #sku-proizvodi-page #sku-proizvodi-slider .info .product-info {
    display: none; }
    @media screen and (max-width: 768px) {
      #junior-page #sku-proizvodi-slider .info .product-info,
      #sku-proizvodi-page #sku-proizvodi-slider .info .product-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #junior-page #sku-proizvodi-slider .info .product-info .th,
    #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .th {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        #junior-page #sku-proizvodi-slider .info .product-info .th,
        #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .th {
          width: 50%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #junior-page #sku-proizvodi-slider .info .product-info .th .item,
      #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .th .item {
        width: 10.5%;
        height: 160px;
        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;
        font-size: 13px;
        font-weight: 700;
        border: 1px solid #dfdfdf;
        padding: 0 1%;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #junior-page #sku-proizvodi-slider .info .product-info .th .item,
          #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .th .item {
            width: auto;
            border-bottom: none;
            padding: 0 2%; }
            #junior-page #sku-proizvodi-slider .info .product-info .th .item:last-child,
            #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .th .item:last-child {
              border-bottom: 1px solid #dfdfdf; } }
    #junior-page #sku-proizvodi-slider .info .product-info .tr,
    #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        #junior-page #sku-proizvodi-slider .info .product-info .tr,
        #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .tr {
          width: 50%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #junior-page #sku-proizvodi-slider .info .product-info .tr .item,
      #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .tr .item {
        width: 10.5%;
        height: 100px;
        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;
        font-size: 12px;
        color: #808080;
        border: 1px solid #dfdfdf;
        padding: 0 1%;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #junior-page #sku-proizvodi-slider .info .product-info .tr .item,
          #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .tr .item {
            width: auto;
            height: 160px;
            border-bottom: none;
            border-left: none;
            padding: 0 2%; }
            #junior-page #sku-proizvodi-slider .info .product-info .tr .item:last-child,
            #sku-proizvodi-page #sku-proizvodi-slider .info .product-info .tr .item:last-child {
              border-bottom: 1px solid #dfdfdf; } }
    #junior-page #sku-proizvodi-slider .info .product-info.active,
    #sku-proizvodi-page #sku-proizvodi-slider .info .product-info.active {
      display: initial; }
      @media screen and (max-width: 768px) {
        #junior-page #sku-proizvodi-slider .info .product-info.active,
        #sku-proizvodi-page #sku-proizvodi-slider .info .product-info.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  #junior-page #sku-proizvodi-slider .info .video-campaign,
  #sku-proizvodi-page #sku-proizvodi-slider .info .video-campaign {
    display: none; }
    @media screen and (max-width: 768px) {
      #junior-page #sku-proizvodi-slider .info .video-campaign,
      #sku-proizvodi-page #sku-proizvodi-slider .info .video-campaign {
        display: initial;
        width: 100%; } }
    #junior-page #sku-proizvodi-slider .info .video-campaign.active,
    #sku-proizvodi-page #sku-proizvodi-slider .info .video-campaign.active {
      display: initial; }

#junior-page #about,
#kompanija-page #about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px; }
  @media screen and (max-width: 768px) {
    #junior-page #about,
    #kompanija-page #about {
      margin-top: 0; } }
  #junior-page #about .parallax-wrap,
  #kompanija-page #about .parallax-wrap {
    width: 90%;
    max-width: 1295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      #junior-page #about .parallax-wrap,
      #kompanija-page #about .parallax-wrap {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #junior-page #about .parallax-wrap img,
    #kompanija-page #about .parallax-wrap img {
      width: 60%; }
    #junior-page #about .parallax-wrap .window,
    #kompanija-page #about .parallax-wrap .window {
      width: 60%;
      height: 135%;
      background-position-x: center;
      background-position-y: 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        #junior-page #about .parallax-wrap .window,
        #kompanija-page #about .parallax-wrap .window {
          width: 100%;
          height: 330px; } }
    #junior-page #about .parallax-wrap .parallax-box,
    #kompanija-page #about .parallax-wrap .parallax-box {
      width: 50%;
      position: relative;
      right: 0;
      background: white;
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: -10%;
      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-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #junior-page #about .parallax-wrap .parallax-box,
        #kompanija-page #about .parallax-wrap .parallax-box {
          width: 90%;
          margin-left: 0;
          -webkit-transform-origin: center top;
                  transform-origin: center top; } }
      #junior-page #about .parallax-wrap .parallax-box .title,
      #kompanija-page #about .parallax-wrap .parallax-box .title {
        padding: 10px 40px 10px;
        font-size: 2.5vw;
        color: #001c44;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 768px) {
          #junior-page #about .parallax-wrap .parallax-box .title,
          #kompanija-page #about .parallax-wrap .parallax-box .title {
            font-size: 40px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 30px 40px 10px; } }
        #junior-page #about .parallax-wrap .parallax-box .title .line,
        #kompanija-page #about .parallax-wrap .parallax-box .title .line {
          width: 50px;
          height: 1px;
          background: #001c44;
          position: absolute;
          -webkit-transform-origin: right center;
                  transform-origin: right center;
          -webkit-transform: translateX(-150%) scaleX(0);
                  transform: translateX(-150%) scaleX(0);
          -webkit-transition: -webkit-transform 1s 0.5s;
          transition: -webkit-transform 1s 0.5s;
          transition: transform 1s 0.5s;
          transition: transform 1s 0.5s, -webkit-transform 1s 0.5s; }
          #junior-page #about .parallax-wrap .parallax-box .title .line.active,
          #kompanija-page #about .parallax-wrap .parallax-box .title .line.active {
            -webkit-transform: translateX(-150%) scaleX(1);
                    transform: translateX(-150%) scaleX(1); }
          @media screen and (max-width: 768px) {
            #junior-page #about .parallax-wrap .parallax-box .title .line,
            #kompanija-page #about .parallax-wrap .parallax-box .title .line {
              width: 1px;
              height: 50px;
              -webkit-transform-origin: center bottom;
                      transform-origin: center bottom;
              -webkit-transform: translateY(-100%) scaleY(0);
                      transform: translateY(-100%) scaleY(0); }
              #junior-page #about .parallax-wrap .parallax-box .title .line.active,
              #kompanija-page #about .parallax-wrap .parallax-box .title .line.active {
                -webkit-transform: translateY(-100%) scaleY(1);
                        transform: translateY(-100%) scaleY(1); } }
      #junior-page #about .parallax-wrap .parallax-box .text,
      #kompanija-page #about .parallax-wrap .parallax-box .text {
        font-size: 14.4px;
        padding: 0 40px 50px;
        color: #808080;
        height: 180px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #junior-page #about .parallax-wrap .parallax-box .text,
          #kompanija-page #about .parallax-wrap .parallax-box .text {
            font-size: 11px;
            padding: 0 30px 50px;
            text-align: center; } }
        #junior-page #about .parallax-wrap .parallax-box .text p,
        #kompanija-page #about .parallax-wrap .parallax-box .text p {
          padding: 10px 0; }
        #junior-page #about .parallax-wrap .parallax-box .text .scrollbar-track,
        #kompanija-page #about .parallax-wrap .parallax-box .text .scrollbar-track {
          background: transparent; }
        #junior-page #about .parallax-wrap .parallax-box .text .scrollbar-thumb,
        #kompanija-page #about .parallax-wrap .parallax-box .text .scrollbar-thumb {
          background: #96cc42;
          width: 4px; }
      #junior-page #about .parallax-wrap .parallax-box .cover,
      #kompanija-page #about .parallax-wrap .parallax-box .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        background: white;
        -webkit-transform-origin: right center;
                transform-origin: right center;
        bottom: 0;
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s; }
        #junior-page #about .parallax-wrap .parallax-box .cover.active,
        #kompanija-page #about .parallax-wrap .parallax-box .cover.active {
          -webkit-transform: scaleX(0);
                  transform: scaleX(0); }
        @media screen and (max-width: 768px) {
          #junior-page #about .parallax-wrap .parallax-box .cover,
          #kompanija-page #about .parallax-wrap .parallax-box .cover {
            -webkit-transition: none;
            transition: none;
            display: none; } }
      #junior-page #about .parallax-wrap .parallax-box .reveal,
      #kompanija-page #about .parallax-wrap .parallax-box .reveal {
        position: absolute;
        width: 0;
        overflow: hidden;
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        margin: 0 40px;
        bottom: 0;
        -webkit-transition: width 1s 0.5s;
        transition: width 1s 0.5s; }
        @media screen and (max-width: 768px) {
          #junior-page #about .parallax-wrap .parallax-box .reveal,
          #kompanija-page #about .parallax-wrap .parallax-box .reveal {
            -webkit-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%);
            margin-left: 50%;
            width: 123px; } }
        #junior-page #about .parallax-wrap .parallax-box .reveal .read-more,
        #kompanija-page #about .parallax-wrap .parallax-box .reveal .read-more {
          background: #001c44;
          color: white;
          font-size: 13px;
          font-weight: 700;
          padding: 11px 0;
          width: 123px;
          white-space: nowrap;
          text-align: center;
          display: block;
          -webkit-transition: background 0.25s;
          transition: background 0.25s; }
          #junior-page #about .parallax-wrap .parallax-box .reveal .read-more:hover,
          #kompanija-page #about .parallax-wrap .parallax-box .reveal .read-more:hover {
            background: #96cc42; }
            @media screen and (max-width: 768px) {
              #junior-page #about .parallax-wrap .parallax-box .reveal .read-more:hover,
              #kompanija-page #about .parallax-wrap .parallax-box .reveal .read-more:hover {
                background: #001c44; } }
          @media screen and (max-width: 768px) {
            #junior-page #about .parallax-wrap .parallax-box .reveal .read-more:active,
            #kompanija-page #about .parallax-wrap .parallax-box .reveal .read-more:active {
              background: #96cc42; } }
        #junior-page #about .parallax-wrap .parallax-box .reveal.active,
        #kompanija-page #about .parallax-wrap .parallax-box .reveal.active {
          width: 123px; }

#kompanija-page #history {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px; }
  #kompanija-page #history .parallax-wrap {
    width: 90%;
    max-width: 1295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      #kompanija-page #history .parallax-wrap {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #kompanija-page #history .parallax-wrap .history-image-slider {
      width: 60%; }
      @media screen and (max-width: 768px) {
        #kompanija-page #history .parallax-wrap .history-image-slider {
          width: 100%; } }
      #kompanija-page #history .parallax-wrap .history-image-slider .image-item img {
        width: 100%; }
    #kompanija-page #history .parallax-wrap .parallax-box {
      width: 50%;
      position: relative;
      right: 0;
      background: white;
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: -10%;
      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-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        #kompanija-page #history .parallax-wrap .parallax-box {
          width: 90%;
          margin-left: 0;
          -webkit-transform-origin: center top;
                  transform-origin: center top; } }
      #kompanija-page #history .parallax-wrap .parallax-box .title {
        padding: 50px 40px 10px;
        font-size: 2.5vw;
        color: #001c44;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 768px) {
          #kompanija-page #history .parallax-wrap .parallax-box .title {
            font-size: 40px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 30px 40px 10px; } }
        #kompanija-page #history .parallax-wrap .parallax-box .title .line {
          width: 50px;
          height: 1px;
          background: #001c44;
          position: absolute;
          -webkit-transform-origin: right center;
                  transform-origin: right center;
          -webkit-transform: translateX(-150%) scaleX(0);
                  transform: translateX(-150%) scaleX(0);
          -webkit-transition: -webkit-transform 1s 0.5s;
          transition: -webkit-transform 1s 0.5s;
          transition: transform 1s 0.5s;
          transition: transform 1s 0.5s, -webkit-transform 1s 0.5s; }
          #kompanija-page #history .parallax-wrap .parallax-box .title .line.active {
            -webkit-transform: translateX(-150%) scaleX(1);
                    transform: translateX(-150%) scaleX(1); }
          @media screen and (max-width: 768px) {
            #kompanija-page #history .parallax-wrap .parallax-box .title .line {
              width: 1px;
              height: 50px;
              -webkit-transform-origin: center bottom;
                      transform-origin: center bottom;
              -webkit-transform: translateY(-100%) scaleY(0);
                      transform: translateY(-100%) scaleY(0); }
              #kompanija-page #history .parallax-wrap .parallax-box .title .line.active {
                -webkit-transform: translateY(-100%) scaleY(1);
                        transform: translateY(-100%) scaleY(1); } }
      #kompanija-page #history .parallax-wrap .parallax-box .item {
        padding: 0 40px 50px; }
        #kompanija-page #history .parallax-wrap .parallax-box .item .text {
          color: #808080;
          font-size: 14.4px; }
          @media screen and (max-width: 768px) {
            #kompanija-page #history .parallax-wrap .parallax-box .item .text {
              font-size: 11px;
              text-align: center; } }
          #kompanija-page #history .parallax-wrap .parallax-box .item .text p {
            padding: 10px 0; }
          #kompanija-page #history .parallax-wrap .parallax-box .item .text .year {
            font-size: 4vw;
            font-weight: 700;
            color: #dfdfdf; }
            @media screen and (max-width: 768px) {
              #kompanija-page #history .parallax-wrap .parallax-box .item .text .year {
                font-size: 30px; } }
          #kompanija-page #history .parallax-wrap .parallax-box .item .text .history-cover {
            width: 100%;
            height: 100%;
            position: absolute;
            background: white;
            -webkit-transform-origin: right center;
                    transform-origin: right center;
            bottom: 0;
            -webkit-transition: -webkit-transform 1.5s;
            transition: -webkit-transform 1.5s;
            transition: transform 1.5s;
            transition: transform 1.5s, -webkit-transform 1.5s; }
            @media screen and (max-width: 768px) {
              #kompanija-page #history .parallax-wrap .parallax-box .item .text .history-cover {
                display: none; } }
          #kompanija-page #history .parallax-wrap .parallax-box .item .text.active .history-cover {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0); }
      #kompanija-page #history .parallax-wrap .parallax-box .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        background: white;
        -webkit-transform-origin: right center;
                transform-origin: right center;
        bottom: 0;
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s; }
        #kompanija-page #history .parallax-wrap .parallax-box .cover.active {
          -webkit-transform: scaleX(0);
                  transform: scaleX(0); }
        @media screen and (max-width: 768px) {
          #kompanija-page #history .parallax-wrap .parallax-box .cover {
            display: none; } }
      #kompanija-page #history .parallax-wrap .parallax-box .history-arrows {
        color: white;
        position: absolute;
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        margin-left: 40px;
        width: 124px; }
        @media screen and (max-width: 768px) {
          #kompanija-page #history .parallax-wrap .parallax-box .history-arrows {
            -webkit-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%);
            margin-left: 50%; } }
        #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .reveal {
          width: 0;
          -webkit-transition: width 1s .5s;
          transition: width 1s .5s;
          background: #001c44; }
          @media screen and (max-width: 768px) {
            #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .reveal {
              width: 124px; } }
          #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .reveal.active {
            width: 124px; }
        #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .arrows-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 124px; }
          #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .arrows-wrap .arrow, #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .arrows-wrap .delimiter {
            background: transparent;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; }
          #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .arrows-wrap .arrow {
            outline: none;
            border: none;
            width: 60px;
            opacity: .3;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
            #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .arrows-wrap .arrow:hover {
              opacity: 1; }
              @media screen and (max-width: 768px) {
                #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .arrows-wrap .arrow:hover {
                  opacity: 0.3; } }
            @media screen and (max-width: 768px) {
              #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .arrows-wrap .arrow:active {
                opacity: 1; } }
          #kompanija-page #history .parallax-wrap .parallax-box .history-arrows .arrows-wrap .delimiter {
            padding: 10px 0;
            pointer-events: none;
            opacity: .25; }

#kompanija-page #parallax {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    #kompanija-page #parallax {
      display: none; } }
  #kompanija-page #parallax .parallax-wrap {
    width: 90%;
    max-width: 1295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    #kompanija-page #parallax .parallax-wrap .window {
      width: 40%;
      height: 390px;
      background-position-x: center;
      background-position-y: 0%;
      background-repeat: no-repeat;
      background-size: cover; }
    #kompanija-page #parallax .parallax-wrap .box {
      width: 60%;
      height: 100%;
      position: relative;
      right: 0;
      background: white;
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      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-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      #kompanija-page #parallax .parallax-wrap .box .title {
        padding: 20px 40px 10px;
        font-size: 2.5vw;
        color: #001c44;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #kompanija-page #parallax .parallax-wrap .box .title .line {
          width: 50px;
          height: 1px;
          background: #001c44;
          position: absolute;
          -webkit-transform-origin: right center;
                  transform-origin: right center;
          -webkit-transform: translateX(-150%) scaleX(0);
                  transform: translateX(-150%) scaleX(0);
          -webkit-transition: -webkit-transform 1s 0.5s;
          transition: -webkit-transform 1s 0.5s;
          transition: transform 1s 0.5s;
          transition: transform 1s 0.5s, -webkit-transform 1s 0.5s; }
          #kompanija-page #parallax .parallax-wrap .box .title .line.active {
            -webkit-transform: translateX(-150%) scaleX(1);
                    transform: translateX(-150%) scaleX(1); }
      #kompanija-page #parallax .parallax-wrap .box .text {
        font-size: 14.4px;
        padding: 0 40px 10px;
        color: #808080;
        height: 230px;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box; }
        #kompanija-page #parallax .parallax-wrap .box .text p {
          padding: 10px 0; }
        #kompanija-page #parallax .parallax-wrap .box .text .scrollbar-track {
          background: transparent; }
        #kompanija-page #parallax .parallax-wrap .box .text .scrollbar-thumb {
          background: #96cc42;
          width: 4px; }
        #kompanija-page #parallax .parallax-wrap .box .text.misija-text {
          height: 275px; }
      #kompanija-page #parallax .parallax-wrap .box .read-more {
        color: #96cc42;
        font-size: 14.4px;
        font-weight: 700;
        margin: 0 40px;
        position: absolute;
        bottom: 30px; }
      #kompanija-page #parallax .parallax-wrap .box .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        background: white;
        -webkit-transform-origin: right center;
                transform-origin: right center;
        -webkit-transition: -webkit-transform 1.5s;
        transition: -webkit-transform 1.5s;
        transition: transform 1.5s;
        transition: transform 1.5s, -webkit-transform 1.5s; }
        #kompanija-page #parallax .parallax-wrap .box .cover.active {
          -webkit-transform: scaleX(0);
                  transform: scaleX(0); }

#kompanija-page #button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    #kompanija-page #button {
      display: none; } }
  #kompanija-page #button .reveal-wrap {
    width: 1px;
    margin-top: 100px; }
  #kompanija-page #button .all-certs {
    outline: none;
    text-decoration: none;
    color: white;
    background: #001c44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    padding: 10px 0;
    -webkit-transform: translateX(-115px);
            transform: translateX(-115px);
    width: 0;
    white-space: nowrap;
    -webkit-transition: background .5s, width .75s;
    transition: background .5s, width .75s; }
    #kompanija-page #button .all-certs img {
      width: 25px;
      margin-right: 10px;
      margin-left: 60px; }
    #kompanija-page #button .all-certs:hover {
      background: #96cc42; }
    #kompanija-page #button .all-certs.active {
      width: 230px; }

#kuhinjica {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #kuhinjica .wrap {
    width: 90%;
    max-width: 1295px;
    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; }
    @media screen and (max-width: 768px) {
      #kuhinjica .wrap {
        width: 100%; } }
    #kuhinjica .wrap .item {
      width: 23%;
      position: relative;
      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: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 1% 70px;
      cursor: pointer;
      box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15);
      background: white;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media screen and (max-width: 768px) {
        #kuhinjica .wrap .item {
          width: 100%;
          margin: 0; } }
      #kuhinjica .wrap .item .image {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 768px) {
          #kuhinjica .wrap .item .image {
            height: 175px;
            overflow: hidden; } }
        #kuhinjica .wrap .item .image img {
          width: 100%; }
        #kuhinjica .wrap .item .image .dark-overlay {
          width: 100%;
          height: 100%;
          background: rgba(4, 23, 49, 0.75);
          position: absolute;
          opacity: 0;
          top: 0;
          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-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          top: 0;
          left: 0;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          @media screen and (max-width: 768px) {
            #kuhinjica .wrap .item .image .dark-overlay {
              display: none; } }
          #kuhinjica .wrap .item .image .dark-overlay .clock {
            width: 35%;
            margin: 1vw 0; }
          #kuhinjica .wrap .item .image .dark-overlay .time {
            color: white;
            font-size: 1.2vw;
            font-weight: 700; }
      #kuhinjica .wrap .item .text {
        text-align: center;
        padding: 10px 25px;
        position: relative;
        z-index: 10;
        width: 100%;
        box-sizing: border-box; }
        #kuhinjica .wrap .item .text h4 {
          font-size: 21px;
          line-height: 23px;
          color: #001c44;
          margin: .5vw 0; }
          @media screen and (max-width: 768px) {
            #kuhinjica .wrap .item .text h4 {
              font-size: 26px;
              line-height: 26px; } }
        #kuhinjica .wrap .item .text span {
          font-size: 10px;
          font-weight: 700;
          color: #96cc42; }
          @media screen and (max-width: 768px) {
            #kuhinjica .wrap .item .text span {
              font-size: 15px;
              margin: 15px 0;
              display: block; } }
        #kuhinjica .wrap .item .text p {
          font-size: 12px;
          color: #808080;
          margin: 1vw auto; }
          @media screen and (max-width: 768px) {
            #kuhinjica .wrap .item .text p {
              font-size: 15px; } }
      #kuhinjica .wrap .item:hover {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        box-shadow: 0 20px 80px rgba(0, 0, 0, 0.45); }
        #kuhinjica .wrap .item:hover .dark-overlay {
          opacity: 1; }
      @media screen and (max-width: 768px) {
        #kuhinjica .wrap .item:hover {
          -webkit-transform: none;
                  transform: none;
          box-shadow: none; } }

#recept-page #hero {
  width: 100%;
  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;
  padding-bottom: 50px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
  background: white; }
  @media screen and (max-width: 768px) {
    #recept-page #hero {
      height: 50vh;
      padding-bottom: 0; } }
  #recept-page #hero .hero-wrap {
    width: 90%;
    max-width: 1295px; }
    @media screen and (max-width: 768px) {
      #recept-page #hero .hero-wrap {
        width: 100%; } }
  #recept-page #hero .slider-wrap {
    position: relative;
    z-index: 10; }
    #recept-page #hero .slider-wrap .hero-slider .item {
      position: relative;
      outline: none; }
      @media screen and (max-width: 768px) {
        #recept-page #hero .slider-wrap .hero-slider .item {
          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;
          overflow: hidden;
          height: 50vh; } }
      #recept-page #hero .slider-wrap .hero-slider .item img {
        width: 100%; }
        @media screen and (max-width: 768px) {
          #recept-page #hero .slider-wrap .hero-slider .item img {
            width: auto; } }
      #recept-page #hero .slider-wrap .hero-slider .item .text {
        width: 35%;
        color: white;
        position: absolute;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        margin: -35px 0 0 35px; }
        #recept-page #hero .slider-wrap .hero-slider .item .text h4 {
          font-size: 2.8vw;
          line-height: 3vw; }
        #recept-page #hero .slider-wrap .hero-slider .item .text p {
          font-size: 0.8vw; }
    #recept-page #hero .slider-wrap .hero-arrows {
      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;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -75%);
              transform: translate(-50%, -75%);
      color: white; }
      #recept-page #hero .slider-wrap .hero-arrows .pages {
        margin-bottom: 15px; }
        #recept-page #hero .slider-wrap .hero-arrows .pages .current-page {
          font-weight: 700;
          color: #96cc42; }
      #recept-page #hero .slider-wrap .hero-arrows .arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #001c44; }
        #recept-page #hero .slider-wrap .hero-arrows .arrows .arrow, #recept-page #hero .slider-wrap .hero-arrows .arrows .delimiter {
          background: transparent;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
        #recept-page #hero .slider-wrap .hero-arrows .arrows .arrow {
          outline: none;
          border: none;
          padding: 15px 20px;
          width: 60px;
          opacity: .3;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          #recept-page #hero .slider-wrap .hero-arrows .arrows .arrow:hover {
            opacity: 1; }
        #recept-page #hero .slider-wrap .hero-arrows .arrows .delimiter {
          padding: 15px 0;
          pointer-events: none;
          opacity: .25; }

#recept-page #content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0; }
  #recept-page #content .wrap {
    width: 90%;
    max-width: 1295px; }
    #recept-page #content .wrap .title {
      padding: 15px 50px;
      font-size: 45px;
      color: #001c44; }
      @media screen and (max-width: 768px) {
        #recept-page #content .wrap .title {
          padding: 15px 0;
          font-size: 30px;
          text-align: center;
          padding: 15px 0; } }
    #recept-page #content .wrap .sub-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px;
      font-size: 22px;
      color: #001c44; }
      #recept-page #content .wrap .sub-title .ico {
        margin-left: 10px; }
    #recept-page #content .wrap .time {
      font-weight: 700;
      color: #96cc42;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 768px) {
        #recept-page #content .wrap .time {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #recept-page #content .wrap .time .ico {
        margin-right: 10px; }
    #recept-page #content .wrap p {
      padding: 15px 50px;
      font-size: 13px;
      color: #808080; }
      @media screen and (max-width: 768px) {
        #recept-page #content .wrap p {
          padding: 15px 0; } }
    #recept-page #content .wrap .prvi-deo {
      border-bottom: 1px solid #dfdfdf;
      padding-bottom: 20px; }
    #recept-page #content .wrap .drugi-deo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 50px; }
      @media screen and (max-width: 768px) {
        #recept-page #content .wrap .drugi-deo {
          padding: 15px 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      #recept-page #content .wrap .drugi-deo .sastojci {
        width: 40%; }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .drugi-deo .sastojci {
            width: 100%; } }
        #recept-page #content .wrap .drugi-deo .sastojci .lista {
          list-style: none;
          padding: 0;
          margin: 0; }
          #recept-page #content .wrap .drugi-deo .sastojci .lista .sastojak {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 13px;
            color: #808080; }
            #recept-page #content .wrap .drugi-deo .sastojci .lista .sastojak:before {
              content: "";
              background: #001c44;
              width: 4px;
              height: 4px;
              display: inline-block;
              border-radius: 50%;
              margin-right: 10px; }
      #recept-page #content .wrap .drugi-deo .priprema {
        width: 56%;
        padding: 0 0 0 4%;
        border-left: 1px solid #dfdfdf; }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .drugi-deo .priprema {
            width: 100%;
            padding: 20px 0;
            border: none; } }
        #recept-page #content .wrap .drugi-deo .priprema .step {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #recept-page #content .wrap .drugi-deo .priprema .step .num {
            font-size: 22px;
            font-weight: 700;
            color: #001c44; }
            @media screen and (max-width: 768px) {
              #recept-page #content .wrap .drugi-deo .priprema .step .num {
                padding-right: 20px; } }
    #recept-page #content .wrap .buttons {
      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;
      padding: 50px 50px; }
      @media screen and (max-width: 768px) {
        #recept-page #content .wrap .buttons {
          padding: 20px 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #recept-page #content .wrap .buttons .date {
        font-size: 11px;
        font-weight: 700;
        color: #96cc42;
        padding: 0; }
        #recept-page #content .wrap .buttons .date .label {
          color: #808080; }
      #recept-page #content .wrap .buttons .social {
        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; }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .buttons .social {
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
            margin-top: 25px; } }
        #recept-page #content .wrap .buttons .social .label {
          font-size: 13px;
          color: #808080;
          margin-right: 10px; }
          @media screen and (max-width: 768px) {
            #recept-page #content .wrap .buttons .social .label {
              width: 100%;
              margin: 5px 0;
              text-align: center; } }
        #recept-page #content .wrap .buttons .social a svg {
          padding: 5px; }
        #recept-page #content .wrap .buttons .social a .circle {
          fill: #808080; }
        #recept-page #content .wrap .buttons .social a .icon {
          fill: white; }
        #recept-page #content .wrap .buttons .social .fb:hover .circle {
          fill: #3b5998; }
        #recept-page #content .wrap .buttons .social .fb:hover .icon {
          fill: white; }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .buttons .social .fb:hover .circle {
            fill: #808080; }
          #recept-page #content .wrap .buttons .social .fb:hover .icon {
            fill: white; } }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .buttons .social .fb:active .circle {
            fill: #3b5998; }
          #recept-page #content .wrap .buttons .social .fb:active .icon {
            fill: white; } }
        #recept-page #content .wrap .buttons .social .in:hover .circle {
          fill: #0077b5; }
        #recept-page #content .wrap .buttons .social .in:hover .icon {
          fill: white; }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .buttons .social .in:hover .circle {
            fill: #808080; }
          #recept-page #content .wrap .buttons .social .in:hover .icon {
            fill: white; } }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .buttons .social .in:active .circle {
            fill: #0077b5; }
          #recept-page #content .wrap .buttons .social .in:active .icon {
            fill: white; } }
        #recept-page #content .wrap .buttons .social .tw:hover .circle {
          fill: #00aced; }
        #recept-page #content .wrap .buttons .social .tw:hover .icon {
          fill: white; }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .buttons .social .tw:hover .circle {
            fill: #808080; }
          #recept-page #content .wrap .buttons .social .tw:hover .icon {
            fill: white; } }
        @media screen and (max-width: 768px) {
          #recept-page #content .wrap .buttons .social .tw:active .circle {
            fill: #00aced; }
          #recept-page #content .wrap .buttons .social .tw:active .icon {
            fill: white; } }

#faq-page #content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    #faq-page #content {
      margin: 0;
      padding-top: 100px; } }
  #faq-page #content .wrap {
    width: 90%;
    max-width: 1295px; }
    #faq-page #content .wrap .lista {
      list-style: none; }
      #faq-page #content .wrap .lista .item {
        margin: 10px 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
        #faq-page #content .wrap .lista .item .head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #faq-page #content .wrap .lista .item .head .line {
            width: 70px;
            height: 1px;
            background: #96cc42;
            position: absolute;
            -webkit-transform: translateX(-110%) scale(0);
                    transform: translateX(-110%) scale(0);
            -webkit-transform-origin: right center;
                    transform-origin: right center;
            -webkit-transition: all 0.75s;
            transition: all 0.75s; }
          #faq-page #content .wrap .lista .item .head .question {
            color: #001c44;
            font-weight: 400;
            cursor: pointer;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
            #faq-page #content .wrap .lista .item .head .question:hover {
              color: #96cc42; }
        #faq-page #content .wrap .lista .item .answer {
          color: #808080;
          font-size: 13px;
          margin: 10px 0;
          display: none; }
          #faq-page #content .wrap .lista .item .answer ul {
            padding: 15px; }
        #faq-page #content .wrap .lista .item.active {
          margin: 30px 0; }
          #faq-page #content .wrap .lista .item.active .head .line {
            -webkit-transform: translateX(-110%) scale(1);
                    transform: translateX(-110%) scale(1); }
          #faq-page #content .wrap .lista .item.active .head .question {
            font-size: 33px;
            font-weight: 700;
            color: #96cc42; }
            @media screen and (max-width: 768px) {
              #faq-page #content .wrap .lista .item.active .head .question {
                font-size: 23px; } }

#izvestaji-page #content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0; }
  @media screen and (max-width: 768px) {
    #izvestaji-page #content {
      margin: 0;
      padding: 100px 0 0; } }
  #izvestaji-page #content .wrap {
    width: 90%;
    max-width: 1295px; }
    #izvestaji-page #content .wrap .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid white;
      border-left: none;
      border-right: none;
      margin-top: -1px; }
      @media screen and (max-width: 768px) {
        #izvestaji-page #content .wrap .item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #izvestaji-page #content .wrap .item .date {
        width: 15%;
        text-align: center;
        padding: 10px 0;
        background: #001c44;
        color: white; }
        @media screen and (max-width: 768px) {
          #izvestaji-page #content .wrap .item .date {
            width: 100%; } }
      #izvestaji-page #content .wrap .item .label {
        padding: 10px 30px;
        width: 85%;
        background: #dfdfdf;
        color: #001c44;
        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 screen and (max-width: 768px) {
          #izvestaji-page #content .wrap .item .label {
            width: calc(100% - 60px); } }
        #izvestaji-page #content .wrap .item .label .arrow {
          visibility: hidden; }
      #izvestaji-page #content .wrap .item:hover .date {
        background: #96cc42;
        font-weight: 700; }
      #izvestaji-page #content .wrap .item:hover .label {
        font-weight: 400;
        background: #f8f8f8; }
        #izvestaji-page #content .wrap .item:hover .label .arrow {
          visibility: visible; }

#kontakt-page #kontakt-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    #kontakt-page #kontakt-title {
      margin-top: 0;
      padding-top: 100px; } }
  #kontakt-page #kontakt-title h2 {
    color: #001c44;
    font-size: 46px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      #kontakt-page #kontakt-title h2 {
        text-align: center;
        font-size: 9vw; } }

#kontakt-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }
  #kontakt-filter .wrap {
    width: 90%;
    max-width: 1295px;
    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; }
    #kontakt-filter .wrap .filter-btn {
      outline: none;
      border: none;
      text-decoration: none;
      background-color: white;
      color: #001c44;
      padding: 15px 0;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      width: 120px;
      margin: 0 15px;
      position: relative;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      #kontakt-filter .wrap .filter-btn .line {
        width: 1px;
        height: 50px;
        background: #96cc42;
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-transform: translateY(-80%) scaleY(0);
                transform: translateY(-80%) scaleY(0);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s; }
      #kontakt-filter .wrap .filter-btn.active {
        background-color: #001c44;
        color: white;
        cursor: default; }
        #kontakt-filter .wrap .filter-btn.active .line {
          -webkit-transform: translateY(-80%) scaleY(1);
                  transform: translateY(-80%) scaleY(1); }
        #kontakt-filter .wrap .filter-btn.active:hover {
          background-color: #001c44;
          color: white; }
        #kontakt-filter .wrap .filter-btn.active:active {
          background-color: #001c44;
          color: white; }
      #kontakt-filter .wrap .filter-btn:hover {
        background-color: #96cc42;
        color: white; }
        @media screen and (max-width: 768px) {
          #kontakt-filter .wrap .filter-btn:hover {
            background-color: white;
            color: #001c44; } }
      @media screen and (max-width: 768px) {
        #kontakt-filter .wrap .filter-btn:active {
          background-color: #96cc42;
          color: white; } }

#kontakt-page #kontakt-forma-informacije {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #kontakt-page #kontakt-forma-informacije .wrap {
    width: 90%;
    max-width: 960px;
    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; }
    #kontakt-page #kontakt-forma-informacije .wrap .forma {
      width: 100%;
      background: white;
      box-shadow: 0 5px 50px rgba(0, 0, 0, 0.25);
      padding: 65px 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #kontakt-page #kontakt-forma-informacije .wrap .forma form {
        width: 42.5%;
        margin: 0 2.5% 0 5%; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-informacije .wrap .forma form {
            width: 90%; } }
        #kontakt-page #kontakt-forma-informacije .wrap .forma form input {
          border: none;
          outline: none;
          padding: 30px 20px;
          background: #f5f5f5;
          color: #001c44;
          float: left;
          width: calc(100% - 40px);
          margin: 15px 0;
          font-weight: 400; }
          #kontakt-page #kontakt-forma-informacije .wrap .forma form input:nth-child(1) {
            margin: 0 0 15px; }
          #kontakt-page #kontakt-forma-informacije .wrap .forma form input:last-child {
            margin: 15px 0 0; }
      #kontakt-page #kontakt-forma-informacije .wrap .forma textarea {
        border: none;
        outline: none;
        resize: none;
        padding: 30px 20px;
        background: #f5f5f5;
        color: #001c44;
        width: calc(42.5% - 40px);
        margin: 0 5% 0 2.5%;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-informacije .wrap .forma textarea {
            width: 90%;
            margin: 15px 5% 0 5%;
            padding: 30px 20px 100px; } }
      #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 2.5%;
        padding: 0 5%;
        position: relative; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap {
            -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; } }
        #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .msg {
          position: absolute;
          left: 5%;
          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-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 100%; }
          @media screen and (max-width: 768px) {
            #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .msg {
              position: initial; } }
          #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .msg .status {
            font-size: 11px;
            color: #96cc42;
            width: 100%;
            text-align: left; }
            @media screen and (max-width: 768px) {
              #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .msg .status {
                text-align: center; } }
          #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .msg .error {
            font-size: 11px;
            color: #bf2026;
            width: 100%;
            text-align: left; }
            @media screen and (max-width: 768px) {
              #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .msg .error {
                text-align: center; } }
        #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .submit {
          border: none;
          outline: none;
          text-decoration: none;
          padding: 15px 40px;
          background-color: #001c44;
          color: white;
          font-size: 13px;
          font-weight: 700;
          -webkit-transition: background 0.25s;
          transition: background 0.25s; }
          #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .submit:hover {
            background-color: #96cc42; }
            @media screen and (max-width: 768px) {
              #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .submit:hover {
                background-color: #001c44; } }
          @media screen and (max-width: 768px) {
            #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .submit:active {
              background-color: #96cc42; } }
          @media screen and (max-width: 768px) {
            #kontakt-page #kontakt-forma-informacije .wrap .forma .button-wrap .submit {
              width: 120px;
              height: 60px; } }

#kontakt-page #kontakt-forma-saradnja {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #kontakt-page #kontakt-forma-saradnja .wrap {
    width: 90%;
    max-width: 960px;
    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; }
    #kontakt-page #kontakt-forma-saradnja .wrap .forma {
      width: 100%;
      background: white;
      box-shadow: 0 5px 50px rgba(0, 0, 0, 0.25);
      padding: 50px 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja {
        width: 100%;
        margin: 0 2.5% 0 5%; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja {
            margin: 0 5% 0 5%; } }
        #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja input {
          border: none;
          outline: none;
          padding: 30px 20px;
          background: #f5f5f5;
          color: #001c44;
          float: left;
          width: calc(46% - 40px);
          margin: 15px 2.5% 15px 0;
          font-weight: 400; }
          #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja input:nth-child(2), #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja input:last-child {
            margin: 15px 0 15px 2.5%; }
          @media screen and (max-width: 768px) {
            #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja input {
              width: calc(100% - 40px);
              margin: 15px 0; }
              #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja input:nth-child(2), #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja input:last-child {
                margin: 15px 0; } }
      #kontakt-page #kontakt-forma-saradnja .wrap .forma textarea {
        border: none;
        outline: none;
        resize: none;
        padding: 20px;
        background: #f5f5f5;
        color: #001c44;
        width: calc(87.5% - 190px);
        margin: 15px 2.5% 15px 5%;
        height: 110px;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-saradnja .wrap .forma textarea {
            width: calc(100% - 40px);
            margin: 15px 5%; } }
      #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja-file {
        width: 150px;
        height: 150px;
        border: 1px solid #f5f5f5;
        margin-top: 15px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja-file {
            width: 100%;
            margin: 15px 5%; } }
        #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja-file .upload-percent {
          width: 0;
          height: 100%;
          position: absolute;
          background: #f5f5f5; }
        #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja-file .input-file {
          display: none; }
        #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja-file .input-file-label {
          width: 100%;
          height: 100%;
          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;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative;
          cursor: pointer; }
          #kontakt-page #kontakt-forma-saradnja .wrap .forma #forma-saradnja-file .input-file-label span {
            position: absolute;
            bottom: 10px;
            font-size: 11px;
            color: #808080; }
      #kontakt-page #kontakt-forma-saradnja .wrap .forma .status {
        font-size: 11px;
        color: #96cc42;
        width: 100%;
        text-align: center; }
      #kontakt-page #kontakt-forma-saradnja .wrap .forma .error {
        font-size: 11px;
        color: #bf2026;
        width: 100%;
        text-align: center; }
      #kontakt-page #kontakt-forma-saradnja .wrap .forma .button-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 2.5%;
        padding: 0 5%; }
        #kontakt-page #kontakt-forma-saradnja .wrap .forma .button-wrap .submit {
          border: none;
          outline: none;
          text-decoration: none;
          padding: 15px 40px;
          background-color: #001c44;
          color: white;
          font-size: 13px;
          font-weight: 700;
          -webkit-transition: background 0.25s;
          transition: background 0.25s; }
          #kontakt-page #kontakt-forma-saradnja .wrap .forma .button-wrap .submit:hover {
            background-color: #96cc42; }
            @media screen and (max-width: 768px) {
              #kontakt-page #kontakt-forma-saradnja .wrap .forma .button-wrap .submit:hover {
                background-color: #001c44; } }
          @media screen and (max-width: 768px) {
            #kontakt-page #kontakt-forma-saradnja .wrap .forma .button-wrap .submit:active {
              background-color: #96cc42; } }
  #kontakt-page #kontakt-forma-saradnja .dropdown {
    width: 46%;
    position: relative;
    float: left;
    margin: 15px 2.5% 15px 0; }
    @media screen and (max-width: 768px) {
      #kontakt-page #kontakt-forma-saradnja .dropdown {
        width: 100%;
        margin: 15px 0; } }
    #kontakt-page #kontakt-forma-saradnja .dropdown .dropbtn {
      background-color: white;
      color: #001c44;
      padding: 30px 20px;
      font-size: 13px;
      font-weight: 400;
      outline: none;
      border: 1px solid #f5f5f5;
      cursor: pointer;
      width: calc(100% - 85px);
      text-align: left;
      float: left; }
    #kontakt-page #kontakt-forma-saradnja .dropdown .arrow {
      width: 85px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 36px 0;
      background: #f5f5f5;
      cursor: pointer; }
    #kontakt-page #kontakt-forma-saradnja .dropdown .dropdown-content {
      display: none;
      position: absolute;
      background-color: white;
      width: 100%;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1; }
      #kontakt-page #kontakt-forma-saradnja .dropdown .dropdown-content a {
        color: #001c44;
        font-size: 12px;
        padding: 20px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        border-top: 1px solid white;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
        #kontakt-page #kontakt-forma-saradnja .dropdown .dropdown-content a:hover {
          background-color: #96cc42;
          color: white;
          font-weight: 700; }
    #kontakt-page #kontakt-forma-saradnja .dropdown:hover .dropdown-content {
      display: block; }
    #kontakt-page #kontakt-forma-saradnja .dropdown.opened {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

#kontakt-page #kontakt-forma-posao {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #kontakt-page #kontakt-forma-posao .wrap {
    width: 90%;
    max-width: 960px;
    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; }
    #kontakt-page #kontakt-forma-posao .wrap .forma {
      width: 100%;
      background: white;
      box-shadow: 0 5px 50px rgba(0, 0, 0, 0.25);
      padding: 50px 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao {
        width: 100%;
        margin: 0 2.5% 0 5%; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao {
            margin: 0 5% 0 5%; } }
        #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao input {
          border: none;
          outline: none;
          padding: 30px 20px;
          background: #f5f5f5;
          color: #001c44;
          float: left;
          width: calc(46% - 40px);
          margin: 15px 2.5% 15px 0;
          font-weight: 400; }
          #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao input:nth-child(2), #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao input:last-child {
            margin: 15px 0 15px 2.5%; }
          @media screen and (max-width: 768px) {
            #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao input {
              width: calc(100% - 40px);
              margin: 15px 0; }
              #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao input:nth-child(2), #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao input:last-child {
                margin: 15px 0; } }
      #kontakt-page #kontakt-forma-posao .wrap .forma textarea {
        border: none;
        outline: none;
        resize: none;
        padding: 20px;
        background: #f5f5f5;
        color: #001c44;
        width: calc(87.5% - 190px);
        margin: 15px 2.5% 15px 5%;
        height: 110px;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-posao .wrap .forma textarea {
            width: calc(100% - 40px);
            margin: 15px 5%; } }
      #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao-file {
        width: 150px;
        height: 150px;
        border: 1px solid #f5f5f5;
        margin-top: 15px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao-file {
            width: 100%;
            margin: 15px 5%; } }
        #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao-file .upload-percent {
          width: 0;
          height: 100%;
          position: absolute;
          background: #f5f5f5; }
        #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao-file .input-file {
          display: none; }
        #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao-file .input-file-label {
          width: 100%;
          height: 100%;
          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;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative;
          cursor: pointer; }
          #kontakt-page #kontakt-forma-posao .wrap .forma #forma-posao-file .input-file-label span {
            position: absolute;
            bottom: 10px;
            font-size: 11px;
            color: #808080; }
      #kontakt-page #kontakt-forma-posao .wrap .forma .status {
        font-size: 11px;
        color: #96cc42;
        width: 100%;
        text-align: center; }
      #kontakt-page #kontakt-forma-posao .wrap .forma .error {
        font-size: 11px;
        color: #bf2026;
        width: 100%;
        text-align: center; }
      #kontakt-page #kontakt-forma-posao .wrap .forma .button-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 2.5%;
        padding: 0 5%; }
        #kontakt-page #kontakt-forma-posao .wrap .forma .button-wrap .submit {
          border: none;
          outline: none;
          text-decoration: none;
          padding: 15px 40px;
          background-color: #001c44;
          color: white;
          font-size: 13px;
          font-weight: 700;
          -webkit-transition: background 0.25s;
          transition: background 0.25s; }
          #kontakt-page #kontakt-forma-posao .wrap .forma .button-wrap .submit:hover {
            background-color: #96cc42; }
            @media screen and (max-width: 768px) {
              #kontakt-page #kontakt-forma-posao .wrap .forma .button-wrap .submit:hover {
                background-color: #001c44; } }
          @media screen and (max-width: 768px) {
            #kontakt-page #kontakt-forma-posao .wrap .forma .button-wrap .submit:active {
              background-color: #96cc42; } }
  #kontakt-page #kontakt-forma-posao .dropdown {
    width: 46%;
    position: relative;
    float: left;
    margin: 15px 2.5% 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      #kontakt-page #kontakt-forma-posao .dropdown {
        width: 100%;
        margin: 15px 0; } }
    #kontakt-page #kontakt-forma-posao .dropdown .dropbtn {
      background-color: white;
      color: #001c44;
      padding: 30px 20px;
      font-size: 13px;
      font-weight: 400;
      outline: none;
      border: 1px solid #f5f5f5;
      cursor: pointer;
      width: calc(100% - 85px);
      text-align: left;
      float: left; }
    #kontakt-page #kontakt-forma-posao .dropdown .arrow {
      width: 85px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #f5f5f5;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #kontakt-page #kontakt-forma-posao .dropdown .dropdown-content {
      display: none;
      width: 100%;
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      background-color: white;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1; }
      #kontakt-page #kontakt-forma-posao .dropdown .dropdown-content a {
        color: #001c44;
        font-size: 12px;
        padding: 20px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        border-top: 1px solid white;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
        #kontakt-page #kontakt-forma-posao .dropdown .dropdown-content a:hover {
          background-color: #96cc42;
          color: white;
          font-weight: 700; }
    #kontakt-page #kontakt-forma-posao .dropdown:hover .dropdown-content {
      display: block; }
    #kontakt-page #kontakt-forma-posao .dropdown.opened {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

#kontakt-page #kontakt-info {
  margin: 100px;
  font-size: 13.5px; }
  @media screen and (max-width: 768px) {
    #kontakt-page #kontakt-info {
      margin: 100px 5%;
      text-align: center; } }
  #kontakt-page #kontakt-info .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;
    color: #001c44; }
    #kontakt-page #kontakt-info .wrap .title {
      padding: 15px; }
    #kontakt-page #kontakt-info .wrap .address {
      padding: 0 0 35px; }
    #kontakt-page #kontakt-info .wrap .contact {
      padding: 5px; }

#sertifikati-page #sertifikati-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #sertifikati-page #sertifikati-content .back-btn-wrap {
    width: 90%;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      #sertifikati-page #sertifikati-content .back-btn-wrap {
        margin: 80px 0 30px; } }
    #sertifikati-page #sertifikati-content .back-btn-wrap a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #sertifikati-page #sertifikati-content .back-btn-wrap a svg {
        margin-right: 15px;
        stroke: #001c44; }
      #sertifikati-page #sertifikati-content .back-btn-wrap a span {
        text-transform: uppercase;
        color: #001c44;
        font-weight: 400; }
      #sertifikati-page #sertifikati-content .back-btn-wrap a:hover svg {
        stroke: #96cc42; }
      #sertifikati-page #sertifikati-content .back-btn-wrap a:hover span {
        color: #96cc42; }
  #sertifikati-page #sertifikati-content .wrap {
    width: 90%;
    max-width: 1295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #sertifikati-page #sertifikati-content .wrap .item {
      width: 29%;
      position: relative;
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0 2% 70px;
      cursor: pointer;
      box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15);
      background: white;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media screen and (max-width: 768px) {
        #sertifikati-page #sertifikati-content .wrap .item {
          width: 100%;
          margin: 15px 0; } }
      #sertifikati-page #sertifikati-content .wrap .item .image {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #sertifikati-page #sertifikati-content .wrap .item .image img {
          width: 100%; }
        #sertifikati-page #sertifikati-content .wrap .item .image .light-overlay {
          width: 100%;
          height: 100%;
          position: absolute;
          background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.15) 90%);
          background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.15) 90%);
          top: 0;
          left: 0; }
        #sertifikati-page #sertifikati-content .wrap .item .image .dark-overlay {
          width: 100%;
          height: 100%;
          background: rgba(4, 23, 49, 0.9);
          position: absolute;
          opacity: 0;
          top: 0;
          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-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          top: 0;
          left: 0;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          #sertifikati-page #sertifikati-content .wrap .item .image .dark-overlay .inspect {
            width: 20%;
            margin: 1vw 0; }
          #sertifikati-page #sertifikati-content .wrap .item .image .dark-overlay .time {
            color: white;
            font-size: 1.2vw;
            font-weight: 700; }
      #sertifikati-page #sertifikati-content .wrap .item .text {
        text-align: center;
        padding: 10px 25px;
        position: relative;
        z-index: 10;
        opacity: 0.5; }
        @media screen and (max-width: 768px) {
          #sertifikati-page #sertifikati-content .wrap .item .text {
            padding: 15px 25px; } }
        #sertifikati-page #sertifikati-content .wrap .item .text h4 {
          font-size: 0.8vw;
          font-weight: 400;
          line-height: 1vw;
          color: #808080;
          margin: .5vw 0; }
          @media screen and (max-width: 768px) {
            #sertifikati-page #sertifikati-content .wrap .item .text h4 {
              font-size: 4vw;
              line-height: 4vw; } }
      #sertifikati-page #sertifikati-content .wrap .item:hover {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        box-shadow: 0 20px 80px rgba(0, 0, 0, 0.45); }
        #sertifikati-page #sertifikati-content .wrap .item:hover .dark-overlay {
          opacity: 1; }
        #sertifikati-page #sertifikati-content .wrap .item:hover .text {
          opacity: 1; }
          #sertifikati-page #sertifikati-content .wrap .item:hover .text h4 {
            font-weight: 700;
            color: #001c44; }

#sertifikati-page #pagination {
  margin-bottom: 250px; }
  @media screen and (max-width: 768px) {
    #sertifikati-page #pagination {
      margin-bottom: 100px; } }

#privacy-page #parallax {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    #privacy-page #parallax {
      padding-top: 100px;
      margin-top: 0; } }
  #privacy-page #parallax .parallax-wrap {
    width: 70%;
    max-width: 1295px;
    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;
    position: relative;
    background: white;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 2.6vw 0; }
    @media screen and (max-width: 768px) {
      #privacy-page #parallax .parallax-wrap {
        width: 95%; } }
    #privacy-page #parallax .parallax-wrap .box {
      width: 100%; }
      #privacy-page #parallax .parallax-wrap .box .title {
        padding: 20px 7.5% 10px;
        font-size: 20px;
        color: #001c44;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #privacy-page #parallax .parallax-wrap .box .title.main {
          font-size: 34px; }
      #privacy-page #parallax .parallax-wrap .box .text {
        font-size: 14.4px;
        padding: 0 7.5% 20px;
        color: #808080;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box; }
        #privacy-page #parallax .parallax-wrap .box .text p {
          padding: 10px 0; }
        #privacy-page #parallax .parallax-wrap .box .text .scrollbar-track {
          background: transparent; }
        #privacy-page #parallax .parallax-wrap .box .text .scrollbar-thumb {
          background: #96cc42;
          width: 4px; }
        #privacy-page #parallax .parallax-wrap .box .text .links {
          padding: 20px 0 0; }
      #privacy-page #parallax .parallax-wrap .box .links {
        font-size: 14.4px;
        font-weight: 600;
        padding: 0 7.5% 20px;
        color: #96cc42;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        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; }

#product-features {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #product-features device.desktop {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    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; }
  #product-features .parallax-wrap {
    width: 90%;
    max-width: 1295px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    @media screen and (max-width: 768px) {
      #product-features .parallax-wrap {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #product-features .section-header {
    width: 60%;
    padding-bottom: 100px;
    padding-top: 0; }
    #product-features .section-header p {
      width: 80%; }
      @media screen and (max-width: 768px) {
        #product-features .section-header p {
          width: 90%; } }
    @media screen and (max-width: 768px) {
      #product-features .section-header {
        width: 100% !important; } }
    #product-features .section-header:after {
      bottom: 30px !important; }
  #product-features .section-content .radial-wrapper {
    width: 580px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #d0d0d0;
    position: relative;
    background: url("../images/junior/junior-slider-bg.png") no-repeat center center;
    background-size: contain;
    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; }
    @media all and (max-width: 1100px) {
      #product-features .section-content .radial-wrapper {
        width: 480px; } }
    @media all and (max-width: 900px) {
      #product-features .section-content .radial-wrapper {
        width: 440px; } }
    #product-features .section-content .radial-wrapper:after {
      width: 155%;
      border: 1px solid #d0d0d0;
      position: absolute;
      bottom: -27.5%;
      left: -27.5%;
      border-radius: 50%;
      height: 155%; }
    #product-features .section-content .radial-wrapper ul.icons {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      list-style-type: none; }
      #product-features .section-content .radial-wrapper ul.icons li {
        height: 42px;
        width: 42px;
        border-radius: 50%;
        border: 1px solid black;
        position: absolute;
        background: white;
        z-index: 100;
        cursor: pointer;
        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;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        #product-features .section-content .radial-wrapper ul.icons li svg.icon {
          height: 28px;
          width: 28px;
          fill: black;
          position: relative;
          z-index: 2;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        #product-features .section-content .radial-wrapper ul.icons li .bg {
          height: 0px;
          width: 0px;
          position: absolute;
          top: 50%;
          left: 50%;
          border-radius: 100%;
          z-index: 1;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
        #product-features .section-content .radial-wrapper ul.icons li:hover {
          -webkit-transform: scale(1.35);
                  transform: scale(1.35); }
          #product-features .section-content .radial-wrapper ul.icons li:hover .bg {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0; }
          #product-features .section-content .radial-wrapper ul.icons li:hover svg.icon {
            fill: white !important; }
        #product-features .section-content .radial-wrapper ul.icons li.icon-1 {
          top: 0;
          left: 50%;
          border-color: #f6a321;
          margin-left: -21px;
          margin-top: -21px; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-1 .first,
          #product-features .section-content .radial-wrapper ul.icons li.icon-1 .second,
          #product-features .section-content .radial-wrapper ul.icons li.icon-1 .third,
          #product-features .section-content .radial-wrapper ul.icons li.icon-1 .fourth,
          #product-features .section-content .radial-wrapper ul.icons li.icon-1 .bg {
            background-color: #f6a321; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-1 svg.icon {
            fill: #f6a321; }
        #product-features .section-content .radial-wrapper ul.icons li.icon-2 {
          top: 15%;
          right: 60px;
          border-color: #9e2f8c;
          margin-top: -21px; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-2 .first,
          #product-features .section-content .radial-wrapper ul.icons li.icon-2 .second,
          #product-features .section-content .radial-wrapper ul.icons li.icon-2 .third,
          #product-features .section-content .radial-wrapper ul.icons li.icon-2 .fourth,
          #product-features .section-content .radial-wrapper ul.icons li.icon-2 .bg {
            background-color: #9e2f8c; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-2 svg.icon {
            fill: #9e2f8c; }
          @media all and (max-width: 1100px) {
            #product-features .section-content .radial-wrapper ul.icons li.icon-2 {
              right: 40px; } }
        #product-features .section-content .radial-wrapper ul.icons li.icon-3 {
          top: 50%;
          right: -21px;
          border-color: #17a64e;
          margin-top: -21px; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-3 .first,
          #product-features .section-content .radial-wrapper ul.icons li.icon-3 .second,
          #product-features .section-content .radial-wrapper ul.icons li.icon-3 .third,
          #product-features .section-content .radial-wrapper ul.icons li.icon-3 .fourth,
          #product-features .section-content .radial-wrapper ul.icons li.icon-3 .bg {
            background-color: #17a64e; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-3 svg.icon {
            fill: #17a64e; }
        #product-features .section-content .radial-wrapper ul.icons li.icon-4 {
          bottom: 15%;
          right: 60px;
          border-color: #76c6c8;
          margin-bottom: -21px; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-4 .first,
          #product-features .section-content .radial-wrapper ul.icons li.icon-4 .second,
          #product-features .section-content .radial-wrapper ul.icons li.icon-4 .third,
          #product-features .section-content .radial-wrapper ul.icons li.icon-4 .fourth,
          #product-features .section-content .radial-wrapper ul.icons li.icon-4 .bg {
            background-color: #76c6c8; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-4 svg.icon {
            fill: #76c6c8; }
          @media all and (max-width: 1100px) {
            #product-features .section-content .radial-wrapper ul.icons li.icon-4 {
              right: 40px; } }
        #product-features .section-content .radial-wrapper ul.icons li.icon-5 {
          bottom: 0;
          left: 50%;
          border-color: #6a16e8;
          margin-bottom: -21px;
          margin-left: -21px; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-5 .first,
          #product-features .section-content .radial-wrapper ul.icons li.icon-5 .second,
          #product-features .section-content .radial-wrapper ul.icons li.icon-5 .third,
          #product-features .section-content .radial-wrapper ul.icons li.icon-5 .fourth,
          #product-features .section-content .radial-wrapper ul.icons li.icon-5 .bg {
            background-color: #6a16e8; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-5 svg.icon {
            fill: #6a16e8; }
        #product-features .section-content .radial-wrapper ul.icons li.icon-6 {
          bottom: 15%;
          left: 60px;
          margin-bottom: -21px;
          border-color: #ff7b7b; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-6 .first,
          #product-features .section-content .radial-wrapper ul.icons li.icon-6 .second,
          #product-features .section-content .radial-wrapper ul.icons li.icon-6 .third,
          #product-features .section-content .radial-wrapper ul.icons li.icon-6 .fourth,
          #product-features .section-content .radial-wrapper ul.icons li.icon-6 .bg {
            background-color: #ff7b7b; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-6 svg.icon {
            fill: #ff7b7b; }
          @media all and (max-width: 1100px) {
            #product-features .section-content .radial-wrapper ul.icons li.icon-6 {
              left: 40px; } }
        #product-features .section-content .radial-wrapper ul.icons li.icon-7 {
          top: 50%;
          left: -21px;
          border-color: #98c21d;
          margin-top: -21px; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-7 .first,
          #product-features .section-content .radial-wrapper ul.icons li.icon-7 .second,
          #product-features .section-content .radial-wrapper ul.icons li.icon-7 .third,
          #product-features .section-content .radial-wrapper ul.icons li.icon-7 .fourth,
          #product-features .section-content .radial-wrapper ul.icons li.icon-7 .bg {
            background-color: #98c21d; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-7 svg.icon {
            fill: #98c21d; }
        #product-features .section-content .radial-wrapper ul.icons li.icon-8 {
          top: 15%;
          left: 60px;
          border-color: #1daae6;
          margin-top: -21px; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-8 .first,
          #product-features .section-content .radial-wrapper ul.icons li.icon-8 .second,
          #product-features .section-content .radial-wrapper ul.icons li.icon-8 .third,
          #product-features .section-content .radial-wrapper ul.icons li.icon-8 .fourth,
          #product-features .section-content .radial-wrapper ul.icons li.icon-8 .bg {
            background-color: #1daae6; }
          #product-features .section-content .radial-wrapper ul.icons li.icon-8 svg.icon {
            fill: #1daae6; }
          @media all and (max-width: 1100px) {
            #product-features .section-content .radial-wrapper ul.icons li.icon-8 {
              left: 40px; } }
        #product-features .section-content .radial-wrapper ul.icons li.active {
          -webkit-transform: scale(1.35);
                  transform: scale(1.35);
          z-index: 100;
          border-color: transparent !important; }
          #product-features .section-content .radial-wrapper ul.icons li.active svg.icon {
            fill: white; }
          #product-features .section-content .radial-wrapper ul.icons li.active .bg {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0; }
          #product-features .section-content .radial-wrapper ul.icons li.active .first,
          #product-features .section-content .radial-wrapper ul.icons li.active .second,
          #product-features .section-content .radial-wrapper ul.icons li.active .third,
          #product-features .section-content .radial-wrapper ul.icons li.active .fourth {
            content: '';
            height: 100px;
            width: 100px;
            display: block;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -50px;
            margin-top: -50px;
            opacity: 0.37; }
          #product-features .section-content .radial-wrapper ul.icons li.active .first {
            z-index: -1;
            -webkit-animation: ping 3s linear infinite both;
                    animation: ping 3s linear infinite both; }
          #product-features .section-content .radial-wrapper ul.icons li.active .second {
            z-index: -2;
            -webkit-animation: ping 3s linear infinite both;
                    animation: ping 3s linear infinite both;
            -webkit-animation-delay: 1s;
                    animation-delay: 1s; }
          #product-features .section-content .radial-wrapper ul.icons li.active .third {
            z-index: -3;
            -webkit-animation: ping 3s linear infinite both;
                    animation: ping 3s linear infinite both;
            -webkit-animation-delay: 2s;
                    animation-delay: 2s; }
    #product-features .section-content .radial-wrapper .slider-content {
      width: 63%;
      height: 63%;
      background: white;
      border-radius: 50%;
      text-align: center;
      padding: 30px;
      box-sizing: border-box;
      position: relative;
      z-index: 100; }
      #product-features .section-content .radial-wrapper .slider-content .logo {
        width: 45%;
        margin-bottom: 20px;
        margin-top: 10px; }
        @media all and (max-width: 900px) {
          #product-features .section-content .radial-wrapper .slider-content .logo {
            margin-top: 0px;
            margin-bottom: 5px; } }
      #product-features .section-content .radial-wrapper .slider-content .junior-slider {
        width: 90%;
        display: block;
        margin: 0 auto; }
      #product-features .section-content .radial-wrapper .slider-content .content-item {
        padding: 10px 15px;
        position: relative;
        outline: 0;
        font-size: 15px;
        line-height: 1.5;
        color: #736f6f; }
        @media all and (max-width: 900px) {
          #product-features .section-content .radial-wrapper .slider-content .content-item {
            font-size: 13px; } }
        #product-features .section-content .radial-wrapper .slider-content .content-item .slide-transition {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 0%;
          background: white;
          -webkit-transition: all 0.6s;
          transition: all 0.6s; }
          #product-features .section-content .radial-wrapper .slider-content .content-item .slide-transition.start {
            width: 100%; }
          #product-features .section-content .radial-wrapper .slider-content .content-item .slide-transition.end {
            width: 0%;
            left: initial;
            right: 0; }
        #product-features .section-content .radial-wrapper .slider-content .content-item .heading {
          font-size: 18px;
          color: #00968f;
          font-weight: bold;
          margin-bottom: 10px; }
          @media all and (max-width: 900px) {
            #product-features .section-content .radial-wrapper .slider-content .content-item .heading {
              font-size: 15px; } }
    #product-features .section-content .radial-wrapper .slider-buttons {
      width: 115px;
      position: absolute;
      bottom: 0;
      left: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-bottom: -10px;
      background: #00968f; }
      #product-features .section-content .radial-wrapper .slider-buttons:after {
        content: '|';
        color: white;
        opacity: 0.2;
        position: absolute;
        left: 50%;
        top: 0;
        line-height: 42px; }
      #product-features .section-content .radial-wrapper .slider-buttons button {
        height: 42px;
        width: 50%;
        background: #00968f;
        border: none;
        outline: 0;
        color: white; }
        #product-features .section-content .radial-wrapper .slider-buttons button span {
          opacity: 0.7;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        #product-features .section-content .radial-wrapper .slider-buttons button:hover span {
          opacity: 1; }

@media all and (max-width: 1200px) {
  #junior-page {
    overflow-x: hidden; } }

img.trava {
  width: 100%;
  margin-top: 100px; }
  @media all and (max-width: 1200px) {
    img.trava {
      width: 130%;
      margin-left: -15%; } }
  @media all and (max-width: 1000px) {
    img.trava {
      width: 160%;
      margin-left: -30%; } }
  @media screen and (max-width: 768px) {
    img.trava {
      width: 230%;
      margin-left: -65%; } }

.section-header {
  text-align: center;
  width: 80%;
  padding: 50px 0 80px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media all and (max-width: 1200px) {
    .section-header:not(.junior-heading) {
      width: 90% !important; } }
  @media all and (max-width: 768px) {
    .section-header:not(.junior-heading) {
      width: 100% !important; }
      .section-header:not(.junior-heading) p {
        width: 95%; } }
  .section-header:after {
    content: '';
    height: 40px;
    width: 1px;
    position: absolute;
    background: #d0d0d0;
    left: 50%;
    bottom: 10px; }
  .section-header h3 {
    margin: 0;
    padding: 10px;
    font-size: 2.8vw;
    line-height: 1.1;
    color: #00968f;
    margin-bottom: 10px; }
    @media all and (max-width: 1200px) {
      .section-header h3 {
        font-size: 3.8vw; } }
    @media all and (max-width: 768px) {
      .section-header h3 {
        font-size: 24px;
        line-height: 1.25; } }
  .section-header p {
    width: 100%;
    line-height: 1.5;
    font-size: 13px;
    color: #736f6f; }

.junior-heading-cover {
  width: 0%;
  overflow: hidden;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
  .junior-heading-cover.active {
    width: 100%; }

.section-content {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  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; }
  @media all and (max-width: 768px) {
    .section-content {
      padding: 30px 0; } }

section.funkcionalnost {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  section.funkcionalnost .parallax-wrap {
    width: 90%;
    max-width: 1295px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
  section.funkcionalnost .section-header {
    padding-bottom: 60px; }
    section.funkcionalnost .section-header h3 {
      font-size: 2vw;
      margin-top: 15px; }
      @media all and (max-width: 1200px) {
        section.funkcionalnost .section-header h3 {
          font-size: 3vw; } }
      @media all and (max-width: 768px) {
        section.funkcionalnost .section-header h3 {
          font-size: 20px;
          line-height: 1.15; }
          section.funkcionalnost .section-header h3 br {
            display: none; } }
    section.funkcionalnost .section-header:after {
      display: none; }
    section.funkcionalnost .section-header .social {
      margin-top: 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;
      margin-bottom: 15px; }
      section.funkcionalnost .section-header .social .icon {
        height: 42px;
        width: 42px;
        display: block;
        background-color: #b8b8b8;
        margin: 10px;
        border-radius: 50%;
        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;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        section.funkcionalnost .section-header .social .icon svg {
          height: 20px;
          width: 20px;
          fill: white; }
          section.funkcionalnost .section-header .social .icon svg.fb {
            height: 23px;
            width: 23px; }
        section.funkcionalnost .section-header .social .icon:hover {
          background: #00968f; }
  section.funkcionalnost .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.funkcionalnost .section-content .social {
      margin-top: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; }
      section.funkcionalnost .section-content .social .icon {
        height: 42px;
        width: 42px;
        display: block;
        background-color: #b8b8b8;
        margin: 10px;
        border-radius: 50%;
        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;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        section.funkcionalnost .section-content .social .icon svg {
          height: 20px;
          width: 20px;
          fill: white; }
          section.funkcionalnost .section-content .social .icon svg.fb {
            height: 23px;
            width: 23px; }
        section.funkcionalnost .section-content .social .icon:hover {
          background: #00968f; }

.junior-slider-mobile {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  text-align: center; }
  .junior-slider-mobile .logo {
    width: 120px;
    display: block;
    margin: 0 auto 15px; }
  .junior-slider-mobile img.mobile-shadow {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .junior-slider-mobile .slick-list {
    padding-top: 40px !important; }
  .junior-slider-mobile .icons-slider {
    overflow: hidden; }
  .junior-slider-mobile .content-slider .slick-list {
    padding-top: 10px !important; }
  .junior-slider-mobile .content-slider .item {
    padding: 0 20px;
    font-size: 13px; }
    .junior-slider-mobile .content-slider .item .heading {
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: bold;
      color: #001c44; }
    .junior-slider-mobile .content-slider .item p {
      color: #736f6f;
      font-size: 14px;
      line-height: 1.4; }
    .junior-slider-mobile .content-slider .item .slide-transition {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      background: white;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
      .junior-slider-mobile .content-slider .item .slide-transition.start {
        width: 100%; }
      .junior-slider-mobile .content-slider .item .slide-transition.end {
        width: 0%;
        left: initial;
        right: 0; }
  .junior-slider-mobile .icons {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    list-style-type: none;
    position: relative; }
    .junior-slider-mobile .icons:before {
      content: '';
      height: 150vw;
      width: 150vw;
      border-radius: 50%;
      border: 1px solid #d0d0d0;
      position: absolute;
      top: -100%;
      left: -25vw;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .junior-slider-mobile .icons .item {
      height: 150px;
      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;
      outline: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .junior-slider-mobile .icons .item:not(.slick-center) {
        -webkit-transform: translateY(-17%);
                transform: translateY(-17%); }
    .junior-slider-mobile .icons .icon {
      height: 50px;
      width: 50px;
      border-radius: 50%;
      border: 1px solid black;
      position: relative;
      background: white;
      z-index: 100;
      cursor: pointer;
      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;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .junior-slider-mobile .icons .icon svg {
        height: 28px;
        width: 28px;
        fill: black;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .junior-slider-mobile .icons .icon .bg {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0%;
        border-radius: 50%;
        z-index: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .junior-slider-mobile .icons .icon.icon-1 {
        border-color: #f6a321; }
        .junior-slider-mobile .icons .icon.icon-1 .first,
        .junior-slider-mobile .icons .icon.icon-1 .second,
        .junior-slider-mobile .icons .icon.icon-1 .third,
        .junior-slider-mobile .icons .icon.icon-1 .bg {
          background-color: #f6a321; }
        .junior-slider-mobile .icons .icon.icon-1 svg {
          fill: #f6a321; }
      .junior-slider-mobile .icons .icon.icon-2 {
        border-color: #951b81; }
        .junior-slider-mobile .icons .icon.icon-2 .first,
        .junior-slider-mobile .icons .icon.icon-2 .second,
        .junior-slider-mobile .icons .icon.icon-2 .third,
        .junior-slider-mobile .icons .icon.icon-2 .bg {
          background-color: #951b81; }
        .junior-slider-mobile .icons .icon.icon-2 svg {
          fill: #951b81; }
      .junior-slider-mobile .icons .icon.icon-3 {
        border-color: #009d3d; }
        .junior-slider-mobile .icons .icon.icon-3 .first,
        .junior-slider-mobile .icons .icon.icon-3 .second,
        .junior-slider-mobile .icons .icon.icon-3 .third,
        .junior-slider-mobile .icons .icon.icon-3 .bg {
          background-color: #009d3d; }
        .junior-slider-mobile .icons .icon.icon-3 svg {
          fill: #009d3d; }
      .junior-slider-mobile .icons .icon.icon-4 {
        border-color: #75c6c8; }
        .junior-slider-mobile .icons .icon.icon-4 .first,
        .junior-slider-mobile .icons .icon.icon-4 .second,
        .junior-slider-mobile .icons .icon.icon-4 .third,
        .junior-slider-mobile .icons .icon.icon-4 .bg {
          background-color: #75c6c8; }
        .junior-slider-mobile .icons .icon.icon-4 svg {
          fill: #75c6c8; }
      .junior-slider-mobile .icons .icon.icon-5 {
        border-color: #5c00e6; }
        .junior-slider-mobile .icons .icon.icon-5 .first,
        .junior-slider-mobile .icons .icon.icon-5 .second,
        .junior-slider-mobile .icons .icon.icon-5 .third,
        .junior-slider-mobile .icons .icon.icon-5 .bg {
          background-color: #5c00e6; }
        .junior-slider-mobile .icons .icon.icon-5 svg {
          fill: #5c00e6; }
      .junior-slider-mobile .icons .icon.icon-6 {
        border-color: #ff7a7a; }
        .junior-slider-mobile .icons .icon.icon-6 .first,
        .junior-slider-mobile .icons .icon.icon-6 .second,
        .junior-slider-mobile .icons .icon.icon-6 .third,
        .junior-slider-mobile .icons .icon.icon-6 .bg {
          background-color: #ff7a7a; }
        .junior-slider-mobile .icons .icon.icon-6 svg {
          fill: #ff7a7a; }
      .junior-slider-mobile .icons .icon.icon-7 {
        border-color: #98c21d; }
        .junior-slider-mobile .icons .icon.icon-7 .first,
        .junior-slider-mobile .icons .icon.icon-7 .second,
        .junior-slider-mobile .icons .icon.icon-7 .third,
        .junior-slider-mobile .icons .icon.icon-7 .bg {
          background-color: #98c21d; }
        .junior-slider-mobile .icons .icon.icon-7 svg {
          fill: #98c21d; }
      .junior-slider-mobile .icons .icon.icon-8 {
        border-color: #009fe3; }
        .junior-slider-mobile .icons .icon.icon-8 .first,
        .junior-slider-mobile .icons .icon.icon-8 .second,
        .junior-slider-mobile .icons .icon.icon-8 .third,
        .junior-slider-mobile .icons .icon.icon-8 .bg {
          background-color: #009fe3; }
        .junior-slider-mobile .icons .icon.icon-8 svg {
          fill: #009fe3; }
    .junior-slider-mobile .icons .slick-center .icon {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      z-index: 100;
      border-color: transparent !important; }
      .junior-slider-mobile .icons .slick-center .icon svg {
        fill: white; }
      .junior-slider-mobile .icons .slick-center .icon .bg {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: scale(1);
                transform: scale(1); }
      .junior-slider-mobile .icons .slick-center .icon .first,
      .junior-slider-mobile .icons .slick-center .icon .second,
      .junior-slider-mobile .icons .slick-center .icon .third {
        content: '';
        height: 100px;
        width: 100px;
        display: block;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        opacity: 0.37; }
      .junior-slider-mobile .icons .slick-center .icon .first {
        z-index: -1;
        -webkit-animation: ping 3s linear infinite both;
                animation: ping 3s linear infinite both; }
      .junior-slider-mobile .icons .slick-center .icon .second {
        z-index: -2;
        -webkit-animation: ping 3s linear infinite both;
                animation: ping 3s linear infinite both;
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .junior-slider-mobile .icons .slick-center .icon .third {
        z-index: -3;
        -webkit-animation: ping 3s linear infinite both;
                animation: ping 3s linear infinite both;
        -webkit-animation-delay: 2s;
                animation-delay: 2s; }
  .junior-slider-mobile .sku-arrows {
    width: 124px;
    display: inline-block;
    color: white;
    z-index: 100;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .junior-slider-mobile .sku-arrows {
        position: relative;
        padding-bottom: 30px; } }
    .junior-slider-mobile .sku-arrows .pages {
      margin-top: 70px;
      color: #001c44; }
      .junior-slider-mobile .sku-arrows .pages .current-page {
        font-weight: 700;
        color: #f7b143; }
    .junior-slider-mobile .sku-arrows .arrows {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #00968f;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0; }
      .junior-slider-mobile .sku-arrows .arrows .arrow, .junior-slider-mobile .sku-arrows .arrows .delimiter {
        background: transparent;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .junior-slider-mobile .sku-arrows .arrows .arrow {
        outline: none;
        border: none;
        padding: 15px 20px;
        min-width: 60px;
        opacity: .3;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .junior-slider-mobile .sku-arrows .arrows .arrow:hover {
          opacity: 1; }
      .junior-slider-mobile .sku-arrows .arrows .delimiter {
        padding: 15px 0;
        pointer-events: none;
        opacity: .25; }

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0; } }

@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0; } }

#container {
  position: absolute;
  width: 154%;
  height: 154%; }

#halfclip {
  width: 50%;
  height: 100%;
  right: 0px;
  position: absolute;
  overflow: hidden;
  -webkit-transform-origin: left center;
          transform-origin: left center; }

#container.active #halfclip {
  -webkit-animation: cliprotate 1.5s 1;
          animation: cliprotate 1.5s 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@-webkit-keyframes cliprotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50.01% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@keyframes cliprotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50.01% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

.halfcircle {
  box-sizing: border-box;
  height: 100%;
  right: 0px;
  position: absolute;
  border: solid 1px transparent;
  border-top-color: #d0d0d0;
  border-left-color: #d0d0d0;
  border-radius: 50%; }

#clipped {
  width: 200%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#container.active #clipped {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 0.75s linear 2;
          animation: rotate 0.75s linear 2; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); } }

#fixed {
  width: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0; }

#container.active #fixed {
  opacity: 1;
  -webkit-animation: showfixed 1.5s 1;
          animation: showfixed 1.5s 1; }

@-webkit-keyframes showfixed {
  0% {
    opacity: 0; }
  49.99% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes showfixed {
  0% {
    opacity: 0; }
  49.99% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

article.junior-overlay {
  width: 1920px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none; }
  article.junior-overlay .overlay-wrapper {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
  article.junior-overlay .overlay-content {
    background: white;
    height: 100%;
    width: 1920px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  article.junior-overlay .sku-wrap {
    width: 70%;
    max-width: 1295px;
    background: white;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
    position: relative; }
    @media screen and (max-width: 768px) {
      article.junior-overlay .sku-wrap {
        width: 100%; } }
    article.junior-overlay .sku-wrap .slick-list, article.junior-overlay .sku-wrap .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  article.junior-overlay .slider-wrap {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      article.junior-overlay .slider-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    article.junior-overlay .slider-wrap .junior-sku-slider {
      padding: 100px 50px 20px; }
      @media screen and (max-width: 768px) {
        article.junior-overlay .slider-wrap .junior-sku-slider {
          padding: 100px 10px 20px; } }
      article.junior-overlay .slider-wrap .junior-sku-slider .item {
        position: relative;
        outline: none;
        height: 100%;
        min-height: 450px;
        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-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 768px) {
          article.junior-overlay .slider-wrap .junior-sku-slider .item {
            min-height: 350px; } }
        article.junior-overlay .slider-wrap .junior-sku-slider .item .slide-transition {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 0%;
          background: white;
          -webkit-transition: all 0.7s;
          transition: all 0.7s; }
          article.junior-overlay .slider-wrap .junior-sku-slider .item .slide-transition.start {
            width: 100%; }
          article.junior-overlay .slider-wrap .junior-sku-slider .item .slide-transition.end {
            width: 0%;
            left: initial;
            right: 0; }
        article.junior-overlay .slider-wrap .junior-sku-slider .item .text {
          width: 90%;
          height: 150px;
          margin-top: 25px;
          color: #808080;
          text-align: center;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
          article.junior-overlay .slider-wrap .junior-sku-slider .item .text h4 {
            color: #00968f;
            font-size: 23px; }
          article.junior-overlay .slider-wrap .junior-sku-slider .item .text p {
            margin-top: 15px;
            font-size: 14px; }
        article.junior-overlay .slider-wrap .junior-sku-slider .item.slick-center {
          -webkit-transform: scale(1);
                  transform: scale(1);
          opacity: 1; }
          article.junior-overlay .slider-wrap .junior-sku-slider .item.slick-center .text {
            opacity: 1; }
          article.junior-overlay .slider-wrap .junior-sku-slider .item.slick-center .social {
            opacity: 1;
            pointer-events: all; }
    article.junior-overlay .slider-wrap .line {
      width: 70px;
      height: 1px;
      background: #00968f;
      position: absolute;
      top: 50%; }
      @media screen and (max-width: 768px) {
        article.junior-overlay .slider-wrap .line {
          display: none; } }
      article.junior-overlay .slider-wrap .line.right {
        right: 0;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
      article.junior-overlay .slider-wrap .line.left {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    article.junior-overlay .slider-wrap .sku-arrows {
      width: 124px;
      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;
      position: absolute;
      left: 50%;
      margin-left: -62px;
      -webkit-transform: translate(0, -25%);
              transform: translate(0, -25%);
      color: white;
      z-index: 100; }
      @media screen and (max-width: 768px) {
        article.junior-overlay .slider-wrap .sku-arrows {
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          position: relative;
          padding-bottom: 30px; } }
      article.junior-overlay .slider-wrap .sku-arrows .pages {
        margin-top: 75px;
        color: #001c44; }
        article.junior-overlay .slider-wrap .sku-arrows .pages .current-page {
          font-weight: 700;
          color: #f7b143; }
      article.junior-overlay .slider-wrap .sku-arrows .arrows {
        width: 0%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #00968f;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0; }
        article.junior-overlay .slider-wrap .sku-arrows .arrows .arrow, article.junior-overlay .slider-wrap .sku-arrows .arrows .delimiter {
          background: transparent;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
        article.junior-overlay .slider-wrap .sku-arrows .arrows .arrow {
          outline: none;
          border: none;
          padding: 15px 20px;
          min-width: 60px;
          opacity: .3;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          article.junior-overlay .slider-wrap .sku-arrows .arrows .arrow:hover {
            opacity: 1; }
        article.junior-overlay .slider-wrap .sku-arrows .arrows .delimiter {
          padding: 15px 0;
          pointer-events: none;
          opacity: .25; }
  article.junior-overlay .back-btn-wrap {
    width: 90%;
    margin: -85px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    article.junior-overlay .back-btn-wrap .back-btn {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #00968f;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      article.junior-overlay .back-btn-wrap .back-btn svg {
        stroke: #00968f;
        margin-right: 15px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      article.junior-overlay .back-btn-wrap .back-btn span {
        text-transform: uppercase;
        font-weight: 400; }
      article.junior-overlay .back-btn-wrap .back-btn:hover {
        color: #f7b143; }
        article.junior-overlay .back-btn-wrap .back-btn:hover svg {
          stroke: #f7b143; }

#junior-page #proizvodi {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    #junior-page #proizvodi {
      text-align: center; } }
  #junior-page #proizvodi .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; }
    #junior-page #proizvodi .wrap .junior-item {
      width: 40%;
      max-width: 200px; }
      #junior-page #proizvodi .wrap .junior-item img.package {
        width: 100%; }
      #junior-page #proizvodi .wrap .junior-item .proizvod {
        -webkit-transition: all 2s;
        transition: all 2s;
        -webkit-transform: rotate(0deg) translateX(0%);
                transform: rotate(0deg) translateX(0%);
        opacity: 1; }
        #junior-page #proizvodi .wrap .junior-item .proizvod .rings .ring {
          border-color: #00968f; }
      #junior-page #proizvodi .wrap .junior-item.left .proizvod.hidden-product {
        opacity: 0;
        -webkit-transform: rotate(20deg) translateX(-800%);
                transform: rotate(20deg) translateX(-800%); }
      #junior-page #proizvodi .wrap .junior-item.right .proizvod.hidden-product {
        opacity: 0;
        -webkit-transform: rotate(-20deg) translateX(800%);
                transform: rotate(-20deg) translateX(800%); }
      #junior-page #proizvodi .wrap .junior-item .line {
        background: #00968f; }
      #junior-page #proizvodi .wrap .junior-item .info {
        opacity: 1;
        text-align: center;
        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;
        pointer-events: initial; }
        #junior-page #proizvodi .wrap .junior-item .info span {
          margin-top: 0;
          margin-bottom: 15px;
          font-size: 13px; }
        #junior-page #proizvodi .wrap .junior-item .info button {
          width: 150px;
          height: 42px;
          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;
          border: none;
          outline: 0;
          color: white;
          font-size: 14px;
          font-weight: bold;
          background-color: #00968f;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
      #junior-page #proizvodi .wrap .junior-item:hover button {
        background-color: #f7b143; }

@media screen and (max-width: 768px) {
  #junior-page .junior-sku-slider .item {
    text-align: center;
    padding: 0 15px; }
    #junior-page .junior-sku-slider .item img {
      width: 60%;
      margin: 0 auto 20px; }
    #junior-page .junior-sku-slider .item .text {
      font-size: 13px; }
      #junior-page .junior-sku-slider .item .text h4 {
        font-size: 16px;
        margin-bottom: 10px;
        color: #00968f; }
    #junior-page .junior-sku-slider .item .slide-transition {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      background: white;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
      #junior-page .junior-sku-slider .item .slide-transition.start {
        width: 100%; }
      #junior-page .junior-sku-slider .item .slide-transition.end {
        width: 0%;
        left: initial;
        right: 0; } }

#junior-page .sku-arrows {
  width: 124px;
  display: inline-block;
  color: white;
  z-index: 100;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    #junior-page .sku-arrows {
      position: relative;
      padding-bottom: 30px; } }
  #junior-page .sku-arrows .pages {
    margin-top: 70px;
    color: #001c44; }
    #junior-page .sku-arrows .pages .current-page {
      font-weight: 700;
      color: #f7b143; }
  #junior-page .sku-arrows .arrows {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #00968f;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0; }
    #junior-page .sku-arrows .arrows .arrow, #junior-page .sku-arrows .arrows .delimiter {
      background: transparent;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #junior-page .sku-arrows .arrows .arrow {
      outline: none;
      border: none;
      padding: 15px 20px;
      min-width: 60px;
      opacity: .3;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #junior-page .sku-arrows .arrows .arrow:hover {
        opacity: 1; }
    #junior-page .sku-arrows .arrows .delimiter {
      padding: 15px 0;
      pointer-events: none;
      opacity: .25; }

.product-zoom-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none; }
  .product-zoom-overlay .overlay-content {
    width: 90%;
    height: 90%;
    max-width: 700px;
    max-height: 546px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  .product-zoom-overlay .close-zoom-overlay {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #00968f;
    cursor: pointer;
    color: #00968f;
    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;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px; }
    .product-zoom-overlay .close-zoom-overlay span {
      display: block;
      font-size: 12px;
      font-weight: 100; }
  .product-zoom-overlay .image-box {
    height: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    cursor: zoom-in; }
    .product-zoom-overlay .image-box img {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .product-zoom-overlay .image-box.zoomed {
      cursor: zoom-out; }
      .product-zoom-overlay .image-box.zoomed img {
        width: 230%;
        -webkit-transition: all 0.15s;
        transition: all 0.15s; }

#junior-page #hero {
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.4); }

#junior-page .about-wrap {
  width: 0%;
  overflow: hidden;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
  #junior-page .about-wrap.open {
    width: 100%; }
  #junior-page .about-wrap #about {
    margin-top: 0;
    padding: 200px 0 180px; }
    #junior-page .about-wrap #about .parallax-wrap .parallax-box .cover {
      -webkit-transition-delay: 1.1s;
              transition-delay: 1.1s; }
    #junior-page .about-wrap #about .parallax-wrap .parallax-box .title {
      padding-top: 25px;
      color: #00968f;
      line-height: 1.15;
      font-size: 2.4vw; }
      @media all and (max-width: 768px) {
        #junior-page .about-wrap #about .parallax-wrap .parallax-box .title {
          font-size: 24px;
          text-align: center; } }
      #junior-page .about-wrap #about .parallax-wrap .parallax-box .title .line {
        background: #00968f; }
    #junior-page .about-wrap #about .parallax-wrap .parallax-box .text {
      font-size: 14px;
      line-height: 1.5;
      padding-bottom: 0; }

#junior-page #header-mobile {
  pointer-events: auto !important; }

#junior-page #navigation .logo a img {
  top: 0; }

#junior-page #proizvodi {
  overflow-x: hidden; }

#junior-page #product-features .section-content .radial-wrapper ul.icons li.icon-3 svg.icon {
  height: 22px;
  padding-top: 2px; }

#junior-page #page-between {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s; }

#junior-page #page-between.active {
  left: initial;
  right: 0;
  width: 0%; }

#junior-page .scroll-arrow svg {
  width: 30px;
  height: 20px; }

@media all and (max-width: 768px) {
  #junior-page main {
    padding-bottom: 100px; }
  #junior-page .junior-heading-cover {
    width: 100%; }
  #junior-page #header-mobile {
    height: initial;
    background: white;
    position: fixed;
    pointer-events: none;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 8px 0; }
  #junior-page #header-mobile img {
    height: 45px; }
  #junior-page .sku-arrows {
    margin: 0; }
  #junior-page .junior-slider-mobile .icons:before {
    top: initial;
    bottom: 70px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  #junior-page .junior-slider-mobile .icons .item.slick-center {
    -webkit-transform: translateY(20%);
    transform: translateY(20%); }
  #junior-page .junior-slider-mobile .icons .item:not(.slick-center) {
    -webkit-transform: translateY(-2.7vw);
    transform: translateY(-2.7vw); }
  #junior-page .junior-slider-mobile .slick-list {
    padding-bottom: 10px; }
  #junior-page .junior-slider-mobile .slick-track {
    padding-bottom: 30px; }
  #junior-page .junior-slider-mobile img.mobile-shadow {
    bottom: 15px; }
  #junior-page .sku-arrows {
    margin-bottom: 0; } }

@media all and (max-width: 550px) {
  #junior-page .junior-slider-mobile .icons .item:not(.slick-center) {
    -webkit-transform: translateY(-1.2vw);
    transform: translateY(-1.2vw); } }

@media all and (max-width: 450px) {
  #junior-page .junior-slider-mobile .icons .item:not(.slick-center) {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media all and (max-width: 370px) {
  #junior-page .junior-slider-mobile .icons .item:not(.slick-center) {
    -webkit-transform: translateY(1.7vw);
    transform: translateY(1.7vw); } }

#junior-page #product-features .section-content .radial-wrapper .slider-content .logo {
  width: 47%;
  margin-bottom: 20px;
  margin-top: 20px; }

#junior-page #product-features .section-header p {
  text-align: left; }

#junior-page #hero .slider-wrap .hero-slider .item .text {
  cursor: pointer; }

#junior-page #hero .slider-wrap .hero-slider .item .text:hover {
  color: #00958e; }

#junior-page .hero-slider .video {
  background-image: url("/assets/front/images/junior/new-hero-desktop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

@media all and (max-width: 768px) {
  #junior-page .hero-slider .video {
    background-image: url("/assets/front/images/junior/new-hero-mobile.jpg"); } }

.mobile-device .junior-heading-cover,
.mobile-device #junior-page .about-wrap {
  width: 100%; }

#pavlaka-page #packshots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0; }
  #pavlaka-page #packshots .wrap {
    width: 90%;
    max-width: 1295px;
    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; }
    #pavlaka-page #packshots .wrap .sku-mobile {
      width: 75%;
      position: relative;
      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; }
      @media screen and (max-width: 768px) {
        #pavlaka-page #packshots .wrap .sku-mobile {
          width: 100%; } }
      #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider {
        width: 100%; }
        @media screen and (max-width: 768px) {
          #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider {
            width: 111%; } }
        #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider .item {
          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;
          outline: none;
          position: relative; }
          #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider .item img {
            width: 100%; }
            @media screen and (max-width: 768px) {
              #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider .item img {
                width: initial; } }
          #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider .item .call-to-action-btn {
            background: #f32a29;
            position: absolute;
            top: 0;
            right: -10%;
            width: 80px;
            height: 80px;
            padding: 15px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center;
            color: white;
            border-radius: 50%;
            box-shadow: 0 0 0 rgba(243, 42, 41, 0.95);
            -webkit-animation: pulse 2s infinite;
                    animation: pulse 2s infinite;
            display: none; }
          @media screen and (min-width: 768px) {
            #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider .item:hover .call-to-action-btn {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
        #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider .slick-list {
          overflow: visible; }
          @media screen and (max-width: 768px) {
            #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider .slick-list {
              overflow: hidden; } }
          #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-slider .slick-list .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse; }
      #pavlaka-page #packshots .wrap .sku-mobile .mobile-table {
        width: 125%;
        max-width: initial;
        bottom: -35%;
        position: absolute;
        z-index: -1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          #pavlaka-page #packshots .wrap .sku-mobile .mobile-table {
            width: 180%;
            max-width: 700px;
            bottom: -25%; } }
      #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-arrows {
        outline: none;
        border: none;
        background: transparent;
        border-radius: 0;
        padding: 1px;
        width: 45px;
        height: 63px;
        position: relative;
        fill: #96cc42;
        display: none;
        -webkit-transition: width 0.25s;
        transition: width 0.25s; }
        @media screen and (max-width: 768px) {
          #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-arrows {
            position: absolute;
            z-index: 1000;
            width: 35px;
            display: block; }
            #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-arrows.pavlaka-sku-prev {
              left: 5%; }
            #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-arrows.pavlaka-sku-next {
              right: 5%; }
            #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-arrows:active {
              -webkit-transform: scale(1.5);
                      transform: scale(1.5); }
              #pavlaka-page #packshots .wrap .sku-mobile .pavlaka-sku-arrows:active .stroke {
                fill: #96cc42; } }
    #pavlaka-page #packshots .wrap .hidden-text {
      text-align: center;
      width: 0%;
      padding: 1px;
      overflow: hidden;
      white-space: nowrap;
      margin: 125px 0 50px;
      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;
      visibility: hidden;
      -webkit-transition: width 3s;
      transition: width 3s; }
      @media screen and (max-width: 768px) {
        #pavlaka-page #packshots .wrap .hidden-text {
          margin: 100px 0 50px; } }
      #pavlaka-page #packshots .wrap .hidden-text h3 {
        font-size: 33px;
        color: #f32a29;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #pavlaka-page #packshots .wrap .hidden-text h3 {
            font-size: 6vw; } }
      #pavlaka-page #packshots .wrap .hidden-text p {
        font-size: 13px;
        color: #808080;
        padding: 10px 0;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #pavlaka-page #packshots .wrap .hidden-text p {
            width: 85%;
            font-size: 3.4vw; }
            #pavlaka-page #packshots .wrap .hidden-text p br {
              display: none; } }
      #pavlaka-page #packshots .wrap .hidden-text.active {
        width: 100%;
        visibility: visible; }
      @media screen and (max-width: 768px) {
        #pavlaka-page #packshots .wrap .hidden-text {
          width: 100%;
          visibility: visible;
          white-space: normal; }
          #pavlaka-page #packshots .wrap .hidden-text h3 {
            font-size: 27px; } }
    #pavlaka-page #packshots .wrap .call-to-action--mobile-btn {
      display: none;
      background: #f32a29;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      color: white;
      font-size: 5vw;
      font-weight: 700;
      padding: 3vw 13vw; }
      @media screen and (max-width: 768px) {
        #pavlaka-page #packshots .wrap .call-to-action--mobile-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

#pavlaka-page #jela {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #pavlaka-page #jela {
      margin: 0; } }
  #pavlaka-page #jela .wrap {
    width: 90%;
    max-width: 1295px;
    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; }
    #pavlaka-page #jela .wrap .jela-slider {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 12.5%; }
      @media screen and (max-width: 768px) {
        #pavlaka-page #jela .wrap .jela-slider {
          margin: 0; } }
      #pavlaka-page #jela .wrap .jela-slider .poklopac {
        width: 100%;
        height: 100%;
        background-image: url("../images/pavlaka/pavlaka-jela-poklopac.png");
        position: absolute;
        z-index: 100;
        background-size: cover;
        background-position-x: left;
        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;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        #pavlaka-page #jela .wrap .jela-slider .poklopac.hover {
          background-position-x: right; }
      #pavlaka-page #jela .wrap .jela-slider .jela-sa-pavlakom {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        #pavlaka-page #jela .wrap .jela-slider .jela-sa-pavlakom .jelo-sa-pavlakom {
          position: absolute;
          opacity: 0;
          width: 100%;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        #pavlaka-page #jela .wrap .jela-slider .jela-sa-pavlakom .jelo001 {
          opacity: 1; }
      #pavlaka-page #jela .wrap .jela-slider .tanjir {
        max-width: 100%; }
    #pavlaka-page #jela .wrap .pavlaka-arrows {
      outline: none;
      border: none;
      background: transparent;
      border-radius: 0;
      padding: 1px;
      width: 45px;
      height: 63px;
      position: relative;
      fill: #96cc42;
      -webkit-transition: width 0.25s;
      transition: width 0.25s; }
      #pavlaka-page #jela .wrap .pavlaka-arrows:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      @media screen and (max-width: 768px) {
        #pavlaka-page #jela .wrap .pavlaka-arrows {
          position: absolute;
          bottom: 80px;
          z-index: 1000;
          width: 35px; }
          #pavlaka-page #jela .wrap .pavlaka-arrows.prev-arrow {
            left: 25%; }
          #pavlaka-page #jela .wrap .pavlaka-arrows.next-arrow {
            right: 25%; }
          #pavlaka-page #jela .wrap .pavlaka-arrows:hover {
            -webkit-transform: initial;
                    transform: initial; }
          #pavlaka-page #jela .wrap .pavlaka-arrows:active {
            -webkit-transform: scale(1.5);
                    transform: scale(1.5); }
            #pavlaka-page #jela .wrap .pavlaka-arrows:active .stroke {
              fill: #96cc42; } }
  #pavlaka-page #jela .jela-text {
    text-align: center;
    width: 0%;
    padding: 1px;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    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;
    visibility: hidden;
    -webkit-transition: width 2s;
    transition: width 2s; }
    @media screen and (max-width: 768px) {
      #pavlaka-page #jela .jela-text {
        width: 305px;
        visibility: visible;
        margin-top: 100px;
        position: relative;
        overflow: visible; } }
    #pavlaka-page #jela .jela-text p {
      font-size: 27px;
      font-weight: 700;
      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; }
      @media screen and (max-width: 768px) {
        #pavlaka-page #jela .jela-text p {
          font-size: 23px; } }
    #pavlaka-page #jela .jela-text .vLine {
      width: 1px;
      height: 30px;
      background: white;
      display: block;
      -webkit-transform-origin: center bottom;
              transform-origin: center bottom;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
      @media screen and (max-width: 768px) {
        #pavlaka-page #jela .jela-text .vLine {
          -webkit-transform: scaleY(1);
                  transform: scaleY(1);
          height: 75px;
          position: absolute;
          top: -90px; } }
    #pavlaka-page #jela .jela-text.active {
      width: 305px;
      visibility: visible; }
      #pavlaka-page #jela .jela-text.active .vLine {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }

#pavlaka-page #video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0; }
  @media screen and (max-width: 768px) {
    #pavlaka-page #video {
      margin: 0; } }
  #pavlaka-page #video .wrap {
    width: 90%;
    max-width: 1295px;
    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; }
    #pavlaka-page #video .wrap .title {
      max-width: 90%;
      margin: 50px 0; }
    #pavlaka-page #video .wrap .videowrapper {
      width: 100%;
      position: relative;
      height: auto; }
    #pavlaka-page #video .wrap #pavlaka-video {
      width: 100%; }

#pavlaka-page #pavlaka-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 0;
  padding-bottom: 80px; }
  #pavlaka-page #pavlaka-footer .wrap {
    width: 90%;
    max-width: 1295px;
    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; }
    #pavlaka-page #pavlaka-footer .wrap h3 {
      font-size: 38px;
      color: #f32a29;
      text-align: center;
      margin: 25px 0; }
      @media screen and (max-width: 768px) {
        #pavlaka-page #pavlaka-footer .wrap h3 {
          font-size: 28px; } }
    #pavlaka-page #pavlaka-footer .wrap .social {
      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; }
      #pavlaka-page #pavlaka-footer .wrap .social .icon {
        height: 42px;
        width: 42px;
        display: block;
        background-color: #b8b8b8;
        margin: 10px;
        border-radius: 50%;
        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;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        #pavlaka-page #pavlaka-footer .wrap .social .icon svg {
          height: 20px;
          width: 20px;
          fill: white; }
          #pavlaka-page #pavlaka-footer .wrap .social .icon svg.fb {
            height: 23px;
            width: 23px; }
        #pavlaka-page #pavlaka-footer .wrap .social .icon:hover {
          background: #f32a29; }

#pavlaka-page .pavlaka-parallax {
  width: 100%;
  position: absolute;
  z-index: -10000; }
  @media screen and (max-width: 768px) {
    #pavlaka-page .pavlaka-parallax {
      margin-top: 0; } }
  #pavlaka-page .pavlaka-parallax .parallax-wrap {
    width: 100%;
    height: 100%; }
    #pavlaka-page .pavlaka-parallax .parallax-wrap .window {
      width: 100%;
      height: 100%;
      background-image: url("../images/pavlaka/pavlaka-parallax.jpg");
      background-position-x: center;
      background-position-y: 0%;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #dc1516; }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(243, 42, 41, 0.95); }
  70% {
    box-shadow: 0 0 0 20px rgba(243, 42, 41, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(243, 42, 41, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(243, 42, 41, 0.95); }
  70% {
    box-shadow: 0 0 0 20px rgba(243, 42, 41, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(243, 42, 41, 0); } }

#maslac-page {
  position: relative; }
  #maslac-page #hero .hero-wrap {
    height: initial; }
    #maslac-page #hero .hero-wrap .slider-wrap {
      height: initial; }
      #maslac-page #hero .hero-wrap .slider-wrap .hero-slider .item .parallax-wrap {
        height: initial; }
        @media screen and (max-width: 768px) {
          #maslac-page #hero .hero-wrap .slider-wrap .hero-slider .item .parallax-wrap {
            height: 100vh; } }
      #maslac-page #hero .hero-wrap .slider-wrap .hero-slider .item .video video {
        position: relative;
        min-width: initial;
        min-height: initial;
        width: 100%; }
        @media screen and (max-width: 768px) {
          #maslac-page #hero .hero-wrap .slider-wrap .hero-slider .item .video video {
            position: absolute;
            min-width: 100vw;
            min-height: 100%;
            width: auto; } }
    #maslac-page #hero .hero-wrap .scroll-arrow {
      -webkit-transform: translateX(-50%) translateY(-130px);
              transform: translateX(-50%) translateY(-130px); }
    #maslac-page #hero .hero-wrap .scroll-dots {
      position: absolute;
      width: 90%;
      -webkit-transform: translateY(-125%);
              transform: translateY(-125%); }
      #maslac-page #hero .hero-wrap .scroll-dots .dot {
        background: #ded09e; }
  #maslac-page #info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px 0; }
    @media screen and (max-width: 768px) {
      #maslac-page #info {
        margin: 20px 0; } }
    #maslac-page #info .wrap {
      width: 90%;
      max-width: 1295px;
      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; }
      #maslac-page #info .wrap .hidden-text {
        text-align: center;
        width: 0%;
        padding: 1px;
        overflow: hidden;
        white-space: nowrap;
        margin: 10px 0;
        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;
        visibility: hidden;
        -webkit-transition: width 3s;
        transition: width 3s; }
        #maslac-page #info .wrap .hidden-text h3 {
          font-size: 33px;
          color: #67bc9c;
          text-align: center; }
        #maslac-page #info .wrap .hidden-text p {
          font-size: 13px;
          color: #808080;
          padding: 10px 0;
          text-align: center; }
        #maslac-page #info .wrap .hidden-text.active {
          width: 100%;
          visibility: visible; }
        @media screen and (max-width: 768px) {
          #maslac-page #info .wrap .hidden-text {
            width: 100%;
            visibility: visible;
            white-space: normal; }
            #maslac-page #info .wrap .hidden-text h3 {
              font-size: 27px; } }
  #maslac-page #packshots {
    width: 100%;
    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;
    margin: 160px 0; }
    @media screen and (max-width: 768px) {
      #maslac-page #packshots {
        margin: 20px 0;
        position: relative; } }
    #maslac-page #packshots .maslac-packshot-slider {
      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;
      position: relative; }
      @media screen and (max-width: 768px) {
        #maslac-page #packshots .maslac-packshot-slider {
          width: 100%;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          overflow: hidden; } }
      #maslac-page #packshots .maslac-packshot-slider span.namaz-name {
        position: absolute;
        top: 30px;
        color: #2e9dd9;
        font-weight: 700;
        font-size: 30px; }
        @media screen and (max-width: 768px) {
          #maslac-page #packshots .maslac-packshot-slider span.namaz-name {
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      #maslac-page #packshots .maslac-packshot-slider .vLine {
        width: 1px;
        height: 70px;
        position: absolute;
        background: gray; }
        @media screen and (max-width: 768px) {
          #maslac-page #packshots .maslac-packshot-slider .vLine {
            display: none; } }
      #maslac-page #packshots .maslac-packshot-slider .hLine {
        width: 100px;
        height: 1px;
        position: absolute;
        background: gray; }
        @media screen and (max-width: 768px) {
          #maslac-page #packshots .maslac-packshot-slider .hLine {
            display: none; } }
      #maslac-page #packshots .maslac-packshot-slider .items {
        position: absolute;
        top: 165px;
        margin-left: -35px; }
        @media screen and (max-width: 768px) {
          #maslac-page #packshots .maslac-packshot-slider .items {
            top: 135px;
            width: 40%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
        @media screen and (max-width: 550px) {
          #maslac-page #packshots .maslac-packshot-slider .items {
            width: 60%; } }
        @media screen and (max-width: 400px) {
          #maslac-page #packshots .maslac-packshot-slider .items {
            top: 105px; } }
        #maslac-page #packshots .maslac-packshot-slider .items #originalNamaz {
          max-width: 306px;
          max-height: 217px;
          width: 100%;
          height: auto;
          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; }
          @media screen and (max-width: 768px) {
            #maslac-page #packshots .maslac-packshot-slider .items #originalNamaz {
              display: block; } }
        #maslac-page #packshots .maslac-packshot-slider .items #slaniNamaz {
          max-width: 306px;
          max-height: 217px;
          width: 100%;
          height: auto;
          display: none;
          -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; }
          @media screen and (max-width: 768px) {
            #maslac-page #packshots .maslac-packshot-slider .items #slaniNamaz {
              display: block; } }
      #maslac-page #packshots .maslac-packshot-slider #astal {
        max-width: 800px;
        max-height: 600px;
        width: 100%;
        height: auto; }
        @media screen and (max-width: 768px) {
          #maslac-page #packshots .maslac-packshot-slider #astal {
            max-width: 800px;
            max-height: 600px;
            width: 100%;
            height: auto;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
        @media screen and (max-width: 550px) {
          #maslac-page #packshots .maslac-packshot-slider #astal {
            width: 150%; } }
      #maslac-page #packshots .maslac-packshot-slider #smearBtn {
        position: absolute;
        bottom: 10px;
        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; }
        @media screen and (max-width: 768px) {
          #maslac-page #packshots .maslac-packshot-slider #smearBtn {
            width: 150px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
    #maslac-page #packshots .maslac-arrows {
      outline: none;
      border: none;
      background: transparent;
      border-radius: 0;
      padding: 1px;
      width: 25px;
      height: 36px;
      position: relative;
      -webkit-transition: width 0.25s;
      transition: width 0.25s; }
      #maslac-page #packshots .maslac-arrows:hover {
        -webkit-transform: scale(1.5);
                transform: scale(1.5); }
        #maslac-page #packshots .maslac-arrows:hover .stroke {
          fill: #FFFFFF; }
      @media screen and (max-width: 768px) {
        #maslac-page #packshots .maslac-arrows {
          position: absolute;
          bottom: 15px;
          z-index: 1000; }
          #maslac-page #packshots .maslac-arrows.prev-arrow {
            left: 15%; }
          #maslac-page #packshots .maslac-arrows.next-arrow {
            right: 15%; }
          #maslac-page #packshots .maslac-arrows:hover {
            -webkit-transform: none;
                    transform: none; }
            #maslac-page #packshots .maslac-arrows:hover .stroke {
              fill: none; }
          #maslac-page #packshots .maslac-arrows:active {
            -webkit-transform: scale(1.5);
                    transform: scale(1.5); }
            #maslac-page #packshots .maslac-arrows:active .stroke {
              fill: #FFFFFF; } }
  #maslac-page #frizhider-anim {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px 0; }
    #maslac-page #frizhider-anim .wrap {
      width: 90%;
      max-width: 1295px;
      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; }
      #maslac-page #frizhider-anim .wrap .frizhider-text {
        text-align: center;
        width: 0%;
        padding: 1px;
        overflow: hidden;
        white-space: nowrap;
        color: white;
        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;
        position: absolute;
        z-index: -1;
        visibility: hidden;
        -webkit-transition: width 2s;
        transition: width 2s; }
        #maslac-page #frizhider-anim .wrap .frizhider-text p {
          font-size: 32px;
          font-weight: 700;
          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; }
          @media screen and (max-width: 768px) {
            #maslac-page #frizhider-anim .wrap .frizhider-text p {
              font-size: 23px; } }
          #maslac-page #frizhider-anim .wrap .frizhider-text p .vLine {
            width: 1px;
            height: 50px;
            background: white;
            display: block;
            margin-top: 30px;
            -webkit-transform-origin: center top;
                    transform-origin: center top;
            -webkit-transform: scaleY(0);
                    transform: scaleY(0);
            -webkit-transition: -webkit-transform 1.5s;
            transition: -webkit-transform 1.5s;
            transition: transform 1.5s;
            transition: transform 1.5s, -webkit-transform 1.5s; }
            @media screen and (max-width: 768px) {
              #maslac-page #frizhider-anim .wrap .frizhider-text p .vLine {
                display: none; } }
        #maslac-page #frizhider-anim .wrap .frizhider-text.active {
          width: 305px;
          visibility: visible; }
          #maslac-page #frizhider-anim .wrap .frizhider-text.active p .vLine {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); }
      #maslac-page #frizhider-anim .wrap #frizhider {
        width: 90%;
        height: auto;
        max-width: 880px;
        max-height: 880px;
        margin-top: 100px;
        z-index: 100;
        visibility: hidden; }
  #maslac-page #maslac-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px 0 0;
    padding-bottom: 80px; }
    #maslac-page #maslac-footer .wrap {
      width: 90%;
      max-width: 1295px;
      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; }
      #maslac-page #maslac-footer .wrap h3 {
        font-size: 38px;
        color: #67bc9c;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #maslac-page #maslac-footer .wrap h3 {
            font-size: 28px; } }
      #maslac-page #maslac-footer .wrap .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 25px 0; }
        #maslac-page #maslac-footer .wrap .social .icon {
          height: 42px;
          width: 42px;
          display: block;
          background-color: #b8b8b8;
          margin: 10px;
          border-radius: 50%;
          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;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          #maslac-page #maslac-footer .wrap .social .icon svg {
            height: 20px;
            width: 20px;
            fill: white; }
            #maslac-page #maslac-footer .wrap .social .icon svg.fb {
              height: 23px;
              width: 23px; }
          #maslac-page #maslac-footer .wrap .social .icon:hover {
            background: #67bc9c; }
  #maslac-page .smear-parallax {
    width: 100%;
    position: absolute;
    margin-top: 160px;
    z-index: -10000; }
    @media screen and (max-width: 768px) {
      #maslac-page .smear-parallax {
        margin-top: 0; } }
    #maslac-page .smear-parallax .parallax-wrap {
      width: 100%;
      height: 100%; }
      #maslac-page .smear-parallax .parallax-wrap .window {
        width: 100%;
        height: 100%;
        background-image: url("../images/maslac/smear.jpg");
        background-position-x: center;
        background-position-y: 0%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #f4ca76; }

.jogood-bg #header,
.jogood-bg #navigation {
  width: 100%;
  max-width: 100%;
  display: block !important;
  text-align: center; }

#jogood-page {
  overflow-x: hidden; }
  #jogood-page #product-hero {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 44px 0 64px; }
    #jogood-page #product-hero.product-jogood {
      position: relative;
      -webkit-transition: background-color 1s ease-in-out;
      transition: background-color 1s ease-in-out; }
      #jogood-page #product-hero.product-jogood[data-product="jagoda"] {
        background-color: #722fd0; }
        #jogood-page #product-hero.product-jogood[data-product="jagoda"] a.product-btn {
          background-color: #991b20; }
      #jogood-page #product-hero.product-jogood[data-product="kajsija"] {
        background-color: #48daff; }
        #jogood-page #product-hero.product-jogood[data-product="kajsija"] a.product-btn {
          background-color: #fda341; }
      #jogood-page #product-hero.product-jogood[data-product="svoce"] {
        background-color: #f674c6; }
        #jogood-page #product-hero.product-jogood[data-product="svoce"] a.product-btn {
          background-color: #92278f; }
      #jogood-page #product-hero.product-jogood[data-product="visnja"] {
        background-color: #ff7787; }
        #jogood-page #product-hero.product-jogood[data-product="visnja"] a.product-btn {
          background-color: #a20246; }
      #jogood-page #product-hero.product-jogood[data-product="nar"] {
        background-color: #a5ffea; }
        #jogood-page #product-hero.product-jogood[data-product="nar"] a.product-btn {
          background-color: #1baea0; }
      #jogood-page #product-hero.product-jogood[data-product="ananas"] {
        background-color: #b0de4d; }
        #jogood-page #product-hero.product-jogood[data-product="ananas"] a.product-btn {
          background-color: #da9f00; }
      #jogood-page #product-hero.product-jogood[data-product="mango"] {
        background-color: #a7a3ff; }
        #jogood-page #product-hero.product-jogood[data-product="mango"] a.product-btn {
          background-color: #b4d30c; }
      #jogood-page #product-hero.product-jogood:after {
        content: '';
        height: 300px;
        background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.25));
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.25));
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0; }
      #jogood-page #product-hero.product-jogood .jogood-slider {
        width: 100%;
        position: relative;
        z-index: 3; }
        #jogood-page #product-hero.product-jogood .jogood-slider .slider--item {
          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;
          position: relative; }
          #jogood-page #product-hero.product-jogood .jogood-slider .slider--item img.fruit {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            z-index: 2; }
          @media all and (max-width: 768px) {
            #jogood-page #product-hero.product-jogood .jogood-slider .slider--item > img {
              max-width: 50%; } }
    #jogood-page #product-hero .parallax-bg,
    #jogood-page #product-hero .parallax-fruit,
    #jogood-page #product-hero .parallax-span {
      position: absolute; }
      @media all and (max-width: 768px) {
        #jogood-page #product-hero .parallax-bg,
        #jogood-page #product-hero .parallax-fruit,
        #jogood-page #product-hero .parallax-span {
          width: 80%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -60%) !important;
                  transform: translate(-50%, -60%) !important; }
          #jogood-page #product-hero .parallax-bg img,
          #jogood-page #product-hero .parallax-fruit img,
          #jogood-page #product-hero .parallax-span img {
            width: 100%; } }
    #jogood-page #product-hero .parallax-bg {
      z-index: 0; }
      @media all and (max-width: 768px) {
        #jogood-page #product-hero .parallax-bg {
          width: 100%; }
          #jogood-page #product-hero .parallax-bg img {
            width: 100%; } }
      @media all and (max-width: 640px) {
        #jogood-page #product-hero .parallax-bg {
          margin-top: -10%; } }
      @media all and (max-width: 360px) {
        #jogood-page #product-hero .parallax-bg {
          margin-top: -21%; } }
    #jogood-page #product-hero .parallax-span {
      z-index: 1; }
      @media all and (max-width: 640px) {
        #jogood-page #product-hero .parallax-span {
          margin-top: -10%; } }
      @media all and (max-width: 360px) {
        #jogood-page #product-hero .parallax-span {
          margin-top: -21%; } }
    #jogood-page #product-hero img.slider-milk-splash {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      -webkit-transform: translate(-50%, -70%);
              transform: translate(-50%, -70%);
      margin-top: -10%; }
    #jogood-page #product-hero img.slider-milk-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 0;
      -webkit-transform: translate(-50%, -70%);
              transform: translate(-50%, -70%); }
    #jogood-page #product-hero #shape {
      width: 120%;
      position: absolute;
      z-index: 1;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -60%);
              transform: translate(-50%, -60%);
      z-index: 1;
      margin-left: -60%;
      margin-top: -70%; }
    #jogood-page #product-hero .wrap {
      width: 100%; }
      #jogood-page #product-hero .wrap .arrows-jogood {
        outline: 0;
        border: none;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 40%;
        z-index: 10;
        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;
        border-radius: 50%;
        background: transparent;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        @media all and (max-width: 768px) {
          #jogood-page #product-hero .wrap .arrows-jogood {
            background: rgba(255, 255, 255, 0.15); }
            #jogood-page #product-hero .wrap .arrows-jogood:hover {
              background: rgba(255, 255, 255, 0.15) !important; } }
        #jogood-page #product-hero .wrap .arrows-jogood:hover {
          background: rgba(255, 255, 255, 0.5); }
        #jogood-page #product-hero .wrap .arrows-jogood--next:after, #jogood-page #product-hero .wrap .arrows-jogood--next:before, #jogood-page #product-hero .wrap .arrows-jogood--prev:after, #jogood-page #product-hero .wrap .arrows-jogood--prev:before {
          content: '';
          height: 2px;
          width: 12px;
          position: absolute;
          top: 20px;
          left: 50%;
          margin-left: -6px;
          background: black; }
          @media all and (max-width: 768px) {
            #jogood-page #product-hero .wrap .arrows-jogood--next:after, #jogood-page #product-hero .wrap .arrows-jogood--next:before, #jogood-page #product-hero .wrap .arrows-jogood--prev:after, #jogood-page #product-hero .wrap .arrows-jogood--prev:before {
              background: white; } }
        #jogood-page #product-hero .wrap .arrows-jogood--next:before, #jogood-page #product-hero .wrap .arrows-jogood--prev:before {
          top: 28px; }
        #jogood-page #product-hero .wrap .arrows-jogood--next {
          right: 60px; }
          #jogood-page #product-hero .wrap .arrows-jogood--next:before {
            -webkit-transform: rotate(-50deg);
                    transform: rotate(-50deg); }
          #jogood-page #product-hero .wrap .arrows-jogood--next:after {
            -webkit-transform: rotate(50deg);
                    transform: rotate(50deg); }
          @media all and (max-width: 768px) {
            #jogood-page #product-hero .wrap .arrows-jogood--next {
              right: 0; } }
        #jogood-page #product-hero .wrap .arrows-jogood--prev {
          left: 60px; }
          #jogood-page #product-hero .wrap .arrows-jogood--prev:before {
            -webkit-transform: rotate(50deg);
                    transform: rotate(50deg); }
          #jogood-page #product-hero .wrap .arrows-jogood--prev:after {
            -webkit-transform: rotate(-50deg);
                    transform: rotate(-50deg); }
          @media all and (max-width: 768px) {
            #jogood-page #product-hero .wrap .arrows-jogood--prev {
              left: 0; } }
      #jogood-page #product-hero .wrap .jogood-slider--buttons {
        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;
        padding-top: 8px; }
        #jogood-page #product-hero .wrap .jogood-slider--buttons .arrows-jogood {
          margin: 8px; }
        @media all and (max-width: 768px) {
          #jogood-page #product-hero .wrap .jogood-slider--buttons {
            width: 132px;
            position: relative;
            z-index: 10; } }
  #jogood-page svg#jogood-svg {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%); }
  #jogood-page .wrap {
    width: 90%;
    max-width: 1295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 90px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    #jogood-page .wrap .logo-hero {
      width: 180px;
      margin: 15px auto; }
      #jogood-page .wrap .logo-hero img {
        width: 100%; }
    #jogood-page .wrap .btn {
      display: block;
      background-color: #fe426c;
      color: #fff;
      font-weight: bold;
      padding: 16px 40px;
      border-radius: 35px;
      cursor: pointer;
      z-index: 2;
      position: relative;
      -webkit-transition: .6s all;
      transition: .6s all;
      font-size: 18px; }
  #jogood-page .hidden-text {
    text-align: center;
    width: 0;
    padding: 1px;
    overflow: hidden;
    white-space: nowrap;
    margin: 125px 0 50px;
    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;
    visibility: hidden;
    -webkit-transition: width 3s;
    transition: width 3s; }
    @media screen and (max-width: 768px) {
      #jogood-page .hidden-text {
        margin: 100px 0 50px; } }
    #jogood-page .hidden-text h3 {
      font-size: 33px;
      color: #f32a29;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #jogood-page .hidden-text h3 {
          font-size: 6vw; } }
    #jogood-page .hidden-text img {
      margin-bottom: 44px; }
      @media screen and (max-width: 768px) {
        #jogood-page .hidden-text img {
          width: 180px; } }
    #jogood-page .hidden-text p {
      font-size: 17px;
      color: #393939;
      text-align: center;
      font-weight: 400; }
      #jogood-page .hidden-text p br.break {
        display: none; }
      @media screen and (max-width: 1068px) {
        #jogood-page .hidden-text p br.break {
          display: block; } }
      @media screen and (max-width: 768px) {
        #jogood-page .hidden-text p {
          width: 85%;
          font-size: 3.4vw; }
          #jogood-page .hidden-text p br {
            display: none; } }
    #jogood-page .hidden-text.active {
      width: 100%;
      visibility: visible; }
    @media screen and (max-width: 768px) {
      #jogood-page .hidden-text {
        width: 100%;
        visibility: visible;
        white-space: normal; }
        #jogood-page .hidden-text h3 {
          font-size: 27px; } }
  #jogood-page section#video {
    width: 100%;
    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;
    background: -webkit-linear-gradient(#ffe874, #ffbe21);
    background: linear-gradient(#ffe874, #ffbe21);
    position: relative; }
    #jogood-page section#video #jogood-video {
      width: 100%; }
    #jogood-page section#video .hidden-text {
      margin-top: 0; }
    #jogood-page section#video .wawe-yellow {
      width: 100%;
      min-width: 1600px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -99%);
              transform: translate(-50%, -99%); }
    #jogood-page section#video .milk-splash {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(42%);
              transform: translateY(42%);
      z-index: 10;
      pointer-events: none; }
    #jogood-page section#video .green-bg {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      pointer-events: none; }
    #jogood-page section#video .wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 100;
      padding-top: 0; }
      @media all and (max-width: 640px) {
        #jogood-page section#video .wrap {
          padding-bottom: 15px; } }
  #jogood-page .splash-space {
    position: relative; }
  #jogood-page img.fruit-prlx {
    width: 200px;
    position: absolute; }
    @media all and (max-width: 1200px) {
      #jogood-page img.fruit-prlx {
        width: 160px; } }
  #jogood-page img.jagoda-prlx {
    right: 0;
    bottom: 50%; }
    @media all and (max-width: 768px) {
      #jogood-page img.jagoda-prlx {
        bottom: 35%; } }
    @media all and (max-width: 640px) {
      #jogood-page img.jagoda-prlx {
        bottom: 29%;
        right: -65px; } }
  #jogood-page img.ananas-prlx {
    left: 0;
    bottom: 35%;
    z-index: 10; }
    @media all and (max-width: 768px) {
      #jogood-page img.ananas-prlx {
        left: -45px;
        bottom: 31%; } }
    @media all and (max-width: 640px) {
      #jogood-page img.ananas-prlx {
        left: -59px;
        bottom: 18%; } }
  #jogood-page img.kajsija-prlx {
    width: 260px;
    left: 10%;
    bottom: 120%;
    z-index: 10; }
    @media all and (max-width: 1200px) {
      #jogood-page img.kajsija-prlx {
        width: 220px; } }
    @media all and (max-width: 768px) {
      #jogood-page img.kajsija-prlx {
        width: 180px;
        bottom: -100%;
        left: 4%; } }
    @media all and (max-width: 640px) {
      #jogood-page img.kajsija-prlx {
        bottom: -160px;
        width: 120px; } }
  #jogood-page img.kupina-prlx {
    width: 300px;
    left: 40%;
    bottom: 0;
    z-index: 0; }
    @media all and (max-width: 1200px) {
      #jogood-page img.kupina-prlx {
        width: 260px;
        bottom: -30%; } }
    @media all and (max-width: 768px) {
      #jogood-page img.kupina-prlx {
        width: 220px;
        bottom: 0;
        left: 30%; } }
    @media all and (max-width: 640px) {
      #jogood-page img.kupina-prlx {
        width: 130px; } }
  #jogood-page img.visnja-prlx {
    width: 280px;
    right: 8%;
    bottom: 20%; }
    @media all and (max-width: 1200px) {
      #jogood-page img.visnja-prlx {
        width: 240px; } }
    @media all and (max-width: 768px) {
      #jogood-page img.visnja-prlx {
        width: 200px;
        right: -30px;
        bottom: -90%; } }
    @media all and (max-width: 640px) {
      #jogood-page img.visnja-prlx {
        width: 100px;
        bottom: -200px; } }
  #jogood-page img.nar-prlx {
    width: 240px;
    left: 10%;
    bottom: -100px; }
    @media all and (max-width: 1200px) {
      #jogood-page img.nar-prlx {
        width: 200px; } }
  #jogood-page .info-box {
    margin-top: 44px;
    text-align: center; }
    #jogood-page .info-box a {
      display: inline-block; }
  #jogood-page #jogood-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px 0 0;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden; }
    #jogood-page #jogood-footer .wrap {
      width: 90%;
      max-width: 1295px;
      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; }
      @media all and (max-width: 768px) {
        #jogood-page #jogood-footer .wrap > img {
          max-width: 240px; } }
      #jogood-page #jogood-footer .wrap h3 {
        font-size: 38px;
        color: #f32a29;
        text-align: center;
        margin: 25px 0; }
        @media screen and (max-width: 768px) {
          #jogood-page #jogood-footer .wrap h3 {
            font-size: 28px; } }
      #jogood-page #jogood-footer .wrap .social {
        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; }
        #jogood-page #jogood-footer .wrap .social .icon {
          height: 42px;
          width: 42px;
          display: block;
          background-color: #b8b8b8;
          margin: 10px;
          border-radius: 50%;
          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;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          #jogood-page #jogood-footer .wrap .social .icon svg {
            height: 20px;
            width: 20px;
            fill: white; }
            #jogood-page #jogood-footer .wrap .social .icon svg.fb {
              height: 23px;
              width: 23px; }
          #jogood-page #jogood-footer .wrap .social .icon:hover {
            background: #f32a29; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: auto !important;
  background: url("../images/prallax-bg.jpg") center top no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased; }
  body.junior-parallax {
    background: url("../images/prallax-junior-bg2.jpg") center top no-repeat;
    background-size: cover; }
  body.maslac-bg {
    background: url("../images/maslac/maslac-bg.jpg") center top no-repeat;
    background-size: cover; }
  body.pavlaka-bg {
    background: url("../images/pavlaka/pavlaka-bg.jpg") center top no-repeat;
    background-size: cover; }

.mobile-device body.junior-parallax {
  background-image: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif; }

.temp {
  width: 100%;
  height: 100px;
  background: red; }

scrollbar {
  height: 100vh; }

a, button {
  outline: none;
  -webkit-tap-highlight-color: transparent; }

device {
  width: 100%; }

device.desktop {
  display: block; }

device.mobile {
  display: none; }

@media all and (max-width: 768px) {
  device.desktop {
    display: none; }
  device.mobile {
    display: block; } }

.microsite {
  text-align: center;
  margin-bottom: 20px; }
  .microsite a {
    background: #001c44;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 25px;
    width: 123px;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: background .25s;
    transition: background .25s; }
    .microsite a:hover {
      background: #96cc42; }

scrollbar.opened {
  overflow: hidden; }


  /* Footer */

  #footer .container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


#footer {
  padding-top: 75px;
  box-shadow:  0 15px 24px 0 rgba(202, 202, 202, 0.75) inset;
}

#footer a, #footer a:visited, #footer a:active {
    color: #0d1e42;
}

#footer h3 {
  flex:       1 0 100%;
  text-align: center;
  font-size:  18px;
  margin-bottom: 35px;
  color: #0d1e42;
}

#footer a:hover {
    text-decoration: none;
    color: 
    #9bcb4e;
}

.footer-section {
  display:         flex;
  flex-flow:       row wrap;
  justify-content: space-between;
  margin-bottom:   30px;
}

.footer-section:first-of-type,
.footer-section:nth-of-type(2) .footer-section_items:first-of-type {
  text-align: right;
}

.footer-section:nth-of-type(2) .footer-section_items:first-of-type {
  border-left:   1px solid #0d1e42;
  padding-right: 30px;
}

.footer-section:nth-of-type(2) .footer-section_items:last-of-type {
  text-align:   left;
  border-right: 1px solid #0d1e42;
  padding-left: 30px;
}

.footer-section_items {
  flex:           1 0 33%;
  max-width:      50%;
  padding-top:    10px;
  padding-bottom: 10px;
}

.footer-section_items a {
  display:     block;
  font-size:   13px;
  font-weight: 300;
}

#footer .copyright {
  background: #001c44;
  padding:    20px 0;
}

#footer .copyright p {
  color:       #fff;
  font-size:   12px;
  margin:      0;
  font-weight: 300;
  text-align:  center;
}

#footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#footer .col-lg-3,
#footer .col-lg-4,
#footer .col-lg-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

#footer .col-12 {
    padding-right: 15px;
    padding-left: 15px;
}

@media(min-width: 576px){
    
  #footer .container {
      max-width: 540px;
      width: 100%;
  }
  
  #footer .col-lg-5 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  
  #footer .col-lg-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }

  #footer .col-lg-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media(min-width: 768px){
  #footer .container {
      max-width: 720px;
      width: 100%;
  }
}


@media(min-width: 992px){
    
    #footer .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    #footer .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #footer .col-lg-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    #footer .container {
        max-width: 960px;
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
  .footer-section:nth-of-type(2) .footer-section_items:first-of-type {
	padding-right: 20px;
  }

  .footer-section:nth-of-type(2) .footer-section_items:last-of-type {
	padding-left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-section:first-of-type .footer-section_items {
	padding: 10px 20px;
  }
    
    #footer .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

  .footer-section:first-of-type .footer-section_items:last-of-type {
	text-align: left;
  }

  .footer-section:nth-of-type(2) .footer-section_items:first-of-type,
  .footer-section:nth-of-type(2) .footer-section_items:last-of-type {
	border: none;
  }
}
