/*!
Theme Name: ioanna
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ioanna
Tags:

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
/* end normalize */
/* ================================================================================= */

/* GLOBAL VARS */
:root {
  /* COLORS */
  /* --main-blue: #000f9f;
  --yellow: #ffc000;
  --tirkiz: #29d7a9;
	--magenta: #fb118c;
	--orange: #f2a01a;
	--green: #a5ce3e;
	--purple: #bb71b7;
	--sky-blue: #84dcf8;
	--red: #ff3f3f;
	--lighter-blue: #0d39a7;
	--logo-lavanda: #aca9d3; */
	--main-blue: rgb(47, 30, 173);
	--yellow: rgb(244, 214, 71);
	--tirkiz: rgb(71, 221, 174);
	--magenta: rgb(239, 58, 157);
	--orange: rgb(244, 157, 61);
	--green: rgb(163, 229, 76);
	--purple: rgb(200, 77, 226);
	--sky-blue: rgb(77, 198, 226);
	--red: rgb(208, 55, 46);
	--lighter-blue: #372ebc;
	--logo-lavanda: rgb(146, 146, 244);
}

html {
    box-sizing: border-box;
    font-size: 16px;
    /* smooth fonts on mac: https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth */
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
		scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 22px;
  }
}
*,
*:before,
*:after {
    box-sizing: inherit
}
body {
    background-color: var(--main-blue);
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    color: #fff;
}

img {
    width: 100%;
    height: auto;
    display: block;
}
svg {
    height: 100%;
    width: 100%
}
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4 {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
    color: inherit
}
.huge,
h1 {
    margin-top: 0;
    font-size: 2.241em;
}
.large,
h2 {
    font-size: 1.953em
}
.bigger,
h3 {
    font-size: 1.563em
}
.big,
h4 {
    font-size: 1.25em
}
p {
    margin-bottom: 1.3em;
    line-height: 1.6
}
.lead {
    font-size: 1.25em
}
.font-small,
small {
    font-size: 0.8em
}
a {
    color: inherit;
    text-decoration: underline
}
strong, b {
    font-weight: 600
}
::-moz-selection {
    background: var(--magenta);
    color: #fff;
}
::selection {
  background: var(--magenta);
  color: #fff;
}
img::-moz-selection {
  background: transparent
}
img::selection {
  background: transparent
}
img::-moz-selection {
  background: transparent
}
.text-success {
  color: green;
}
.text-error {
  color: red;
}
img, svg {
  width: 100%;
  height: auto;
}

/* BUTTONS */
.btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: .6em 2.5em;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  transition: 0.25s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
}

a.btn {
  text-decoration: none;
}

.btn--primary {
  color: #fff;
  background-color:var(--logo-lavanda);
  /* border: 2px solid #000; */
	text-transform: uppercase;
}

.btn--primary:hover {
  color:var(--main-blue);
  /* border: 2px solid var(--pink); */
  background-color: #fff;
}
.btn--white {
  color: var(--main-blue);
  background-color: #fff;
  /* border: 2px solid #000; */
	text-transform: uppercase;
}

.btn--white:hover {
  color: #fff;
  /* border: 2px solid var(--pink); */
  background-color: var(--logo-lavanda);
}
/* text helper classes */
.yellow {
	color: var(--yellow);
}
.tirkiz {
	color: var(--tirkiz);
}
.magenta {
	color: var(--magenta);
}
.orange {
	color: var(--orange);
}
.green {
	color: var(--green);
}
.purple {
	color: var(--purple);
}
.sky-blue {
	color: var(--sky-blue);
}
.red {
	color: var(--red);
}
.lavanda {
	color: var(--logo-lavanda);
}
.centered-text {
	text-align: center;
}
/* Responsive video embbed */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* main content containers */
.content-wrap {
  max-width: 1440px;
  padding:;
  margin: 0 auto;
}
.content-wide {
  padding: 40px 20px;
  margin: 0 0 0 0;
}
.content-narrow {
  padding: 40px 20px;
  margin: 0 0 0 0;
}
.page-headline {
	margin-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  .content-wide {
    padding: 40px 160px 40px 40px;
    margin: 0 80px 0 0;
  }
  .content-narrow {
    padding: 40px 0 40px 40px;
    margin: 0 240px 0 0;
  }
}
/* HERO WITH BACKGROUND */
/* home hero */
.home-hero {
	padding:0;
	position: relative;
}
.home-hero {
	padding:0;
	position: relative;
}
.home-hero__text {
	position: absolute;
	width: 100%;
	z-index:10;
	padding: 20px;
	bottom: 50%;
	left: 50%;
  transform: translate(-50%, 50%);
}
.home-hero__text p {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0em;
	font-size: 1.45em;
	/* font-size: 2.241em; */
}
@media only screen and (min-width: 650px) {
	.home-hero__text p {
		font-size: 2.05em;
	}
}
@media only screen and (min-width: 1025px) {
	.home-hero__text {
		padding: 20px 160px 20px 40px;
	}
	.home-hero__text p {
		/* font-size: 2.241em; */
		font-size: 2.841em;
	}
}
@media only screen and (min-width: 1440px) {
	.home-hero__text {
		max-width: 1440px;
		z-index:10;
		padding: 20px 160px 20px 40px;
		bottom: 30%;
		left: 50%;
	  transform: translate(-50%, 0);
	}
}

/* main header */
.header {
  /* position: sticky;
  top: 0; */
  z-index: 997;
  background: var(--main-blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 60%;
}
@media only screen and (min-width: 640px) {
	.header-logo {
	  width: 60%;
	}
}
#menu-switchers {
	display: flex;
	align-items: center;
}
/* MAIN MENU */
#main-menu-wrap {
  width: 200px;
  position: fixed;
  z-index: 998;
  height: 100vh;
  right:0;
  top: 0;
  padding-top: 40px;
  margin-right: 0;
  overflow-y: scroll;
  transform: translateX(195px);
  transition: all 1s;
}
/* hide scrollbar but allow scrolling */
/* from: https://blog.hubspot.com/website/hide-scrollbar-css */
#main-menu-wrap {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
#main-menu-wrap::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
#content-wrap {
	transition: 1s;
}
/* add transition to main content wrap on mobile menu opened */
#content-wrap.menu-opened {
  transform: translateX(-195px);
  transition: all 1.2s;
}
@media only screen and (min-width: 1025px) {
  #main-menu-wrap {
    transform: translateX(0);
  }
	/* if menu is opened on small reset content translate to the left */
	#content-wrap.menu-opened {
	  transform: translateX(0);
		transition: all 1s;
	}
}
@media only screen and (min-width: 1440px) {
  #main-menu-wrap {
    margin-right: calc(50% - 720px);
    transform: translateX(0);
		transition: all 1s;
  }
}
#main-menu-wrap.menu-opened {
  transform: translateX(0) !important;
  transition: all 1s;
}
/* main menu icon */
#main-menu-icon {
  width: 35px;
  height: 25px;
  z-index: 9999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;

	margin-left: 20px;
  /* show on mobile */
  display: block;
}
@media only screen and (min-width: 1025px) {
  #main-menu-icon {
    /* hide on biger screen */
    display: none;
  }
}
#main-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#main-menu-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#main-menu-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#main-menu-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#main-menu-icon.menu-opened span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 5px;
}
#main-menu-icon.menu-opened span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#main-menu-icon.menu-opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 5px;
}
/* main menu list */
.main-menu  {
  list-style-type: none;
  padding: 0;
  margin:0 0 150px 0;
  font-size: 16px;
}
.main-menu a {
  text-decoration: none;
}
.main-menu li {
  position:relative;
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
	transition: all .3s;
}

.main-menu li:hover {
  background-color: #fff !important;
  color: var(--main-blue);
	transition: all .3s;
}
.main-menu  .active {
  background-color: #fff !important;
  color: var(--main-blue);
}

/* "SWITCHER" ZA JEZIKE  */
#lang-icon {
  /* width: 35px;
  height: 25px; */
  z-index: 9999;
}
#lang-icon a {
	text-decoration: none;
	transition: all .3s;
}
#lang-icon a:hover {
	color: var(--magenta);
	transition: all .3s;
}
/* PROGRAMI CARDS */
.programi {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  /* justify-content: center; */
}
.programi__card {
  /* padding: 20px; */
  margin: 0 auto;
  border: solid 20px transparent;
}
.programi__card:hover {
	/* box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); */
	/* outline: 10px solid #fff; */
  border: 20px solid #fff;
}
/* ================================== */
/* programi kartica outlines*/
.programi__card--yellow {
	border: 20px solid var(--yellow);
}
.programi__card--tirkiz {
	border: 20px solid var(--tirkiz);
}
.programi__card--magenta {
	border: 20px solid var(--magenta);
}
.programi__card--orange {
	border: 20px solid var(--orange);
}
.programi__card--green {
	border: 20px solid var(--green);
}
.programi__card--purple {
	border: 20px solid var(--purple);
}
.programi__card--sky-blue {
	border: 20px solid var(--sky-blue);
}
.programi__card--red {
	border: 20px solid var(--red);
}
/* ====================================== */

.programi__card .spirit {
  transform: translateY(10px);
	animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
.programi__card:nth-child(even) .spirit {
  animation-delay: 1s;
}
.programi__card__logo-wrap {
  padding: 20px;
  background: var(--main-blue);
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* two columns 30/70 layout */
.columns-30-70 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.columns-30-70__30 {
  width: 100%;
}
.columns-30-70__30--mobile-second {
	order: 2;
}
.columns-30-70__70 {
  width: 100%;
}
@media screen and (min-width: 767px) {
	.columns-30-70 {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	}
	.columns-30-70__30 {
	  width: calc(30% - 20px);
	  margin-right: 20px;
	}
	.columns-30-70__30--mobile-second {
		order: 0;
	}
	.columns-30-70__70 {
	  width: calc(70% - 40px);
	  margin-left: 40px;
	}
}
/*  */
.columns-30-70__30__spirit {
	max-width: 320px;
	margin-bottom: 30px;
	margin: auto;
}
.columns-30-70__30__spirit .spirit {
	animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
/*  */
.columns-30-70__30__box {
	margin-top: 30px;
}
.columns-30-70__30__box__image {
	/* max-width: 320px; */
	margin-bottom: 20px;
	margin: auto;
}
.columns-30-70__30__box__tekst {
}

.sticky-element {
	position: -webkit-sticky; /* Safari */
	position: sticky;
 	top: 40px;
}



/* dve kolone samoza preview videti sta stim?! */
.dve-kolone {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
	margin-bottom: 60px;
}
.dve-kolone__levo {
  width: 100%;
  margin-right: 20px;
	order: 2;
}
.dve-kolone__desno {
  width: 100%;
  margin-left: 20px;
  height: auto;
	order: 1;
}
@media only screen and (min-width: 380px) {
	.dve-kolone {
	}
	.dve-kolone__levo {
	  width: calc(45% - 20px);
	  margin-right: 20px;
	}
	.dve-kolone__desno {
	  width: calc(55% - 20px);
	  margin-left: 20px;
	  height: auto;
		order: 2;
	}
}


/* CARDS  */
.cards {
  position: relative;
	display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.cards--long {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 625px) {
	.cards--long {
	  grid-template-columns: 1fr 1fr;
	}
}
.card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  margin-bottom: 10px;
  background: var(--lighter-blue);
	color:  #ffffff;
  display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: all .3s;
}
.card--center-blank {
	/* justify-content: center !important; */
	background: none !important;
}
.card__slika {
  position: relative;
  overflow: hidden;
}
.card__tekst {
  padding: 20px;
  /* width: 100%; */
}
.card__tekst h3 {
}
.card__tekst__line, .tekst-line {
  width: 33%;
  height: 5px;
  background: #ffffff;
}
/* line colors */
.card__tekst__line--blue, .tekst-line--blue {
	background: var(--main-blue);
	transition: all .3s;
}
.card__tekst__line--yellow, .tekst-line--yellow {
	background: var(--yellow);
	transition: all .3s;
}
.card__tekst__line--tirkiz, .tekst-line--tirkiz {
	background: var(--tirkiz);
	transition: all .3s;
}
.card__tekst__line--magenta, .tekst-line--magenta {
	background: var(--magenta);
	transition: all .3s;
}
.card__tekst__line--orange, .tekst-line--orange {
	background: var(--orange);
	transition: all .3s;
}
.card__tekst__line--green, .tekst-line--green {
	background: var(--green);
	transition: all .3s;
}
.card__tekst__line--purple, .tekst-line--purple {
	background: var(--purple);
	transition: all .3s;
}
.card__tekst__line--sky-blue, .tekst-line--sky-blue {
	background: var(--sky-blue);
	transition: all .3s;
}
.card__tekst__line--red, .tekst-line--red {
	background: var(--red);
	transition: all .3s;
}
.card__tekst__line--logo-lavanda, .tekst-line--logo-lavanda {
	background: var(--logo-lavanda);
	transition: all .3s;
}
/* Card Hover States/Variants */
/* -------------------------- */
/* zoom in image*/
.card__slika img {
	transition: all .3s;
}
.card--zoom-img-hover:hover  .card__slika img {
	transform: scale(1.2);
	transition: all .3s;
}
/* add box shadow */
.card--shadow-hover:hover {
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	transition: all .3s;
}
/* scale card - zoom */
.card--zoom-hover:hover {
	transform: scale(1.05);
	transition: all .3s;
}
/* outline border  */
.card--outline-hover:hover {
	outline: 10px solid var(--magenta);
	transition: all .3s;
}

/* rainbow hover - loop all branding colors and make each card different color on hover */
.card--rainbow-hover:hover {
}
.card--rainbow-hover:hover .card__tekst__line {
	background: #ffffff;
	transition: all .3s;
}
.card--rainbow-hover:nth-child(8n+1):hover {
	background: var(--yellow);
	transition: all .3s;
}
.card--rainbow-hover:nth-child(8n+2):hover {
	background: var(--tirkiz);
	transition: all .3s;
}
.card--rainbow-hover:nth-child(8n+3):hover {
	background: var(--magenta);
	transition: all .3s;
}
.card--rainbow-hover:nth-child(8n+4):hover {
	background: var(--orange);
	transition: all .3s;
}
.card--rainbow-hover:nth-child(8n+5):hover {
	background: var(--green);
	transition: all .3s;
}
.card--rainbow-hover:nth-child(8n+6):hover {
	background: var(--purple);
	transition: all .3s;
}
.card--rainbow-hover:nth-child(8n+7):hover {
	background: var(--sky-blue);
	transition: all .3s;
}
.card--rainbow-hover:nth-child(8n+):hover {
	background: var(--red);
	transition: all .3s;
}
/* singl color cards hover - */
.card--single-color-hover:hover .card__tekst__line {
	background: #ffffff;
	transition: all .3s;
}
.card--single-color-hover--yellow:hover {
	background: var(--yellow);
	transition: all .3s;
}
.card--single-color-hover--tirkiz:hover {
	background: var(--tirkiz);
	transition: all .3s;
}
.card--single-color-hover--magenta:hover {
	background: var(--magenta);
	transition: all .3s;
}
.card--single-color-hover--orange:hover {
	background: var(--orange);
	transition: all .3s;
}
.card--single-color-hover--green:hover  {
	background: var(--green);
	transition: all .3s;
}
.card--single-color-hover--purple:hover  {
	background: var(--purple);
	transition: all .3s;
}
.card--single-color-hover--sky-blue:hover  {
	background: var(--sky-blue);
	transition: all .3s;
}
.card--single-color-hover--red:hover {
	background: var(--red);
	transition: all .3s;
}
/* .card .lupa::before, .card .video::before {
	display: block;
	content: '';
	position: absolute;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	opacity: .5;
	border-radius: 50px;
}
.card .lupa svg, .card .video svg {
	fill: red
}
.card .lupa::before {
	background-image: url('https://www.svgrepo.com/show/393132/loop.svg');
}
.card .video::before {
	background-image: url('https://www.svgrepo.com/show/327472/play.svg');
} */

/* Galerija popup grid  */
.galerija-grid {
  position: relative;
	display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.galerija-grid__item {
  position: relative;
  overflow: hidden;
}
/* zoom in image*/
.galerija-grid__item:hover .galerija-grid__item__slika img {
	transform: scale(1.2);
}


/* CSS ANIMATIONS */
.up-down-animation {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
.up-down-animation-delay {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
  animation-delay: 1s;
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}




/* --------------------------------------------------- */
/* SLIDER WITH WIDEO AND IMAGES - SPLIDE SLIDER 			*/
/* ------------------------------------------------- */
/* Video testimonial - slider*/
/* .splide__list { display: flex;} */

#main-testimonials .home-hero {

 }
#main-testimonials .splide__slide {
 }
.splide__slide .home-hero {
	/* width: 100% */
}


.video-blockquote {
  /* margin: 0 20px; */
  /* text-align: left; */
  /* background: white; */
  /* margin-bottom:  20px; */
  /* padding-bottom: 20px */
}
.video-blockquote--video {
  /* margin-left: -20px; */
  /* margin-bottom: -60px; */
}
.video-blockquote--quote {
  /* margin-right: -20px; */
  position: relative;
  padding: 0;
  z-index: 2;
}
@media screen and (min-width: 787px) {
}

.video-blockquote--video {
  position: relative;
  overflow: hidden;
}

.video-blockquote--video img {
  position: relative;
  z-index: 2;
}
.video-blockquote--video iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* button from https://codepen.io/itsmikemoran/pen/KypWRa */
.quote-video-play-button {
  position: absolute;
  z-index: 3;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* transform: translateX(-50%) translateY(-50%); */
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  border:  none;
  /* box-shadow: 0 0px 30px rgba(255, 175, 21, 0.5); */
}
.quote-video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.quote-video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--tirkiz);
  border-radius: 50%;
  transition: all 200ms;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.quote-video-play-button:hover:after {
  background: var(--orange);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.quote-video-play-button:hover span {
  border-left: 32px solid white;
}
.quote-video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.quote-video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  transform: scale(0.8);
  border-left: 32px solid white;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* HERO TESTIMONIALS */
.hero-testimonials {
    background: none;
    /* border: 1px solid white; */
		margin-top: 80px;
}
.hero-testimonials__container {
    display: block;
}

/* .hero-testimonials .content-container figure, */
.hero-testimonials__blockquote {
   display: flex;
   /* flex: 50%; */
   margin: 0 60px 20px 60px;
}

@media screen and (min-width: 867px) {
  .hero-testimonials__container {
      display: flex;
      width: auto;
      align-items: center;
      /* max-width: 1400px; */
  }
  .hero-testimonials__blockquote {
     display: flex;
     flex: 50%;
     max-width: 820px;
     /* margin: 0 60px; */
  }
  /* .splide__list {
    width: auto;
  } */
}
.hero-testimonials__blockquote img {
   width: 120px;
   height: 120px;
   /* border:  4px solid var(--dark-green); */
   border-radius: 50%;
}
.hero-testimonials__blockquote .quote {
   /* flex: 100px; */
   /* border:  2px solid var(--dark-green); */
   /* border-radius: 50%; */
   margin-left: 20px;
}

.hero-testimonials__blockquote  {
   font-size:  1.25rem;
   /* color: var(--dark-green); */
   color: white;
}

/* hero testimonials slide slider */
#hero-testimonials {

}
.splide__hero__testimonials {}
  /* splide li */
.splide__hero__testimonial {
  align-self: flex-start !important;
  flex: calc(50% - 120px);
}
.splide__hero__blockquote {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  font-size:  1rem;
	font-weight: 400;
  color: white;
  padding: 0 20px;
  /* added for one testimonial centered in slider on desktop*/
  max-width: 90%;
  margin: 0 auto;
}
.splide__hero__blockquote img {
   width: 120px;
   height: 120px;
   border-radius: 50%;
   margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .splide__hero__blockquote {
    flex-wrap:  wrap;
    text-align: left;
  }
  .splide__hero__blockquote img {
     width: 200px;
     height: 200px;
     border-radius: 50%;
     margin: 0 auto;
  }
  #hero-testimonials {
    margin-top: 0;
  }
}
/* KONTAKT PAGE GOOGLE MAP EMBED FULL SCREEN */
.kontakt-google-map {
}
.kontakt-google-map iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 70vh;
}
/* FOOTER */
.site-footer .content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 0;
}
.social {
  /* margin-top: 20px; */
}
.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.address {
  padding-left: 25px;
  margin: 0 auto 20px auto;
  position: relative;
}
.phone {
  padding-left: 30px;
  margin: 0 auto 20px auto;
  position: relative;
}
.phone a {
  text-decoration: none;
  color: #ffffff;
}
.address::before {
  content: "";
  background-image: url('../img/icons/pin.svg');
  background-repeat: no-repeat;
  background-size: contain;
  /* display: inline-block; */
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  bottom: 0;
}
.phone::before {
  content: "";
  background-image: url('../img/icons/phone.svg');
  background-repeat: no-repeat;
  background-size: contain;
  /* display: inline-block; */
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 584px) {
    .site-footer .content-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
    }
    .site-footer {
      text-align: left;
    }
    .contact {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    .address {
      margin: 0 20px 0 0;
    }
    .phone {
      margin: 0 20px 0 0;
    }
}
/* SOCIAL MEDIA ICONS UL LIST */
.social-media {
  margin: 20px auto;
  width: fit-content;
}
.social-media-links  {
  margin: 0  auto 0 auto;
  padding: 0;
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.social-media-links li  {
  display: inline-block;
  margin: 0 1.2em 0 0;
}
.social-media-links li:last-child  {
  margin: 0 0 0 0;
}
/* use svg as nask nit background for hover to work! https://css-tricks.com/change-color-of-svg-on-hover/#use-a-mask-instead-of-a-background-image */
.social-media-links li .ioanna-facebook {
  background-image: url("../img/icons/facebook.svg");
}
.social-media-links li .ioanna-instagram {
  background-image: url("../img/icons/instagram.svg");
}
.social-media-links li .icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 48px;
  height: 48px;
  display: inline-block;
  background-color: transparent;
  /* mask-size: cover; */
  transition: 0s ease-in;
}
.social-media-links li .icon:hover {
  background-color: transparent;
  /* find filter (color) https://css-tricks.com/the-many-ways-to-change-an-svg-fill-on-hover-and-when-to-use-them/*/
  /* filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(6499%) hue-rotate(355deg) brightness(83%) contrast(112%); */
  opacity: 0.8
}

/* SPLIDE NAVIGATION OVERWRIDE */
.splide__arrow svg {
    width: 2em;
    height: 2em;
    stroke: var(--tirkiz);
    stroke-width: 2;
    fill: none;
}
.splide__arrow {
    opacity: 0.7;
    background: none;
}
.splide__arrow:hover {
    opacity: 1;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--next {
    right: 1em;
}
.hero-testimonials .splide__arrow--prev {
    left: -0.5em;
}
.hero-testimonials .splide__arrow--next {
    right: -0.5em;
}

.splide__pagination {
    bottom: -40px;
}
/* add margin bottom to track for pagination */
.splide__track {
    margin-bottom: 1.5em;
}
.splide__pagination__page {
    background: #ffffff;
    opacity: 1;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: var(--tirkiz);
    opacity: 1;
}
/* delegate-inline-items-in-magnific-popup for home page hero slider video
 	inline cintent*/
.slide {
  padding: 20px;
  background: var(--main-blue);
  margin: 0 auto;
  position: relative;
  max-width: 700px;
	color: #fff;
}
.slide .mfp-close {
    color: #fff !important;
		background: var(--main-blue);
		opacity: 1;
}

/* FORM INPUTS */
input, textarea {
  width: 100%;
  /* background-color: transparent; */
	background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  resize: none;
  padding: 0.5rem;
  line-height: 1.2;
  opacity: .9;
  transition: opacity .4s;
  color: var(--main-blue);
  font-family: 'Jost', sans-serif !important;
  font-weight:400 !important;
	margin-bottom: 20px;
}




/* Tables */
table {
	/* width: 750px; */
	border-collapse: collapse;
	margin: 40px 0;
}

tr {
	background: var(--lighter-blue);
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #fff;
	color: var(--main-blue);
}

th {
	background: var(--logo-lavanda);
	color: #fff;
}

td,
th {
	padding: 10px;
	border: 2px solid var(--main-blue);
	text-align: left;
	/* font-size: 18px; */
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px) {
	table {
		width: 100%;
	}

	/* Force table to not be like tables anymore */
	table,
	thead,
	tbody,
	th,
	td,
	tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr {
		border: 2px solid var(--main-blue);
	}

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 2px solid var(--main-blue);
		position: relative;
		padding-left: 50%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: var(--logo-lavanda);
		font-weight: bold;
	}
}

/* =================
 dropdown za jezike
======================================= */
.dd {
  z-index: 1;
  position: relative;
  display: block;
	min-width: 50px;
	margin-left: 20px;
}
.dd-a {
  /* padding: 5px; */
  /* background: white; */
  position: relative;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
	color: white;
}
/* .dd input:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  background: #c63d0f;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition-duration: 0.2s;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -webkit-transition-duration: 0.2s;
} */
.dd input {
  top: 0;
  opacity: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.dd input:hover {
  cursor: pointer;
}
.dd input:hover ~ .dd-a {
  /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); */
}
.dd input:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.dd input:checked ~ .dd-c {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.dd-a span {
  /* color: white; */
	/* background: green; */
	padding: 5px;
}
.dd-a .active::after {
	content: '';
	width: 5px;
	height: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-bottom: 4px;
	margin-left: 5px;

  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.checked .active::after {
	content: '';
	width: 5px;
	height: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-bottom: 2px;
	margin-left: 5px;

	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
@media only screen and (min-width: 767px) {
	.dd-a .active::after {
		width: 10px;
		height: 10px;
	  padding: 4px;
	  margin-bottom: 5px;
		margin-left: 10px;
	}
	.checked .active::after {
		width: 10px;
		height: 10px;
	  padding: 4px;
	  margin-bottom: 0px;
		margin-left: 10px;
	}
}

.dd-c {
  display: block;
  position: absolute;
  background: white;
  height: auto;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
}
.dd-c ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dd-c li {
  margin-botom: 5px;
  word-break: keep-all;
  white-space: nowrap;
  display: block;
  position: relative;

}
.dd-c a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 5px;
  background: white;
  color: var(--main-blue);
}
.dd-c a:before {
  z-index: 0;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  background: white;
  top: 0;
  left: 0;
  /* transform: scaleX(0); */
  /* -webkit-transform: scaleX(0); */
}
.dd-c a span {
  display: block;
  position: relative;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.dd-c a:hover:before {
  /* transform: scaleX(1); */
  /* -webkit-transform: scaleX(1); */
	background: var(--magenta);
}
.dd-c a:hover span {
  color: white;
}
