@charset "UTF-8";

/* * {
  outline: solid 0.25rem hsla(210, 100%, 100%, 0.1);
}
* :not(path):not(g) {
  color: hsla(210, 100%, 100%, 0.2) !important;
  background: hsla(210, 100%, 50%, 0.2) !important;
  outline: solid 0.1rem hsla(210, 100%, 100%, 0.2) !important;
}
 */
html {
  scroll-snap-type: y proximity;
}

:root {
  --MT-bela: #fff;
  --MT-modra: rgba(0, 125, 197, 1);
  --MT-zelena: rgba(166, 206, 56, 1);
  --MT-Tzelena: rgba(125, 156, 40, 1);
  --MT-rumena: rgba(255, 193, 4, 1);
  --MT-oranzna: rgba(247, 148, 28, 1);
  --MT-rdeca: rgba(237, 27, 36, 1);
  --MT-siva: rgba(100, 100, 100, 1);
}

/* SCROLL*/
::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #00d2ff 0%, #3a7bd5 100%);
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.scroll01 {
  overflow-y: auto;
}

.scroll01::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: transparent;
}

.scroll01::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.scroll01::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #00d2ff;
  background-image: linear-gradient(to bottom, #00d2ff 0%, #3a7bd5 100%);
}

.scroll01::-webkit-scrollbar-corner {
  border-radius: 5px;
}

.snap {
  scroll-snap-align: start;
  scroll-margin: 115px 0 0 0;
}

/* END SCROLL */

body {
  font-family: "Nunito", sans-serif !important;
  background: var(--MT-bela);
  overflow: overlay;
}

.bg-mt {
  background: var(--MT-bela);
}

.m-b-100 {
  margin-bottom: 100px;
}

.t-modra {
  color: var(--MT-modra);
}

.t-zelena {
  color: var(--MT-zelena);
}

.t-zelena-dark {
  color: var(--MT-Tzelena);
}

.t-rumena {
  color: var(--MT-rumena);
}

.t-oranzna {
  color: var(--MT-oranzna);
}

.t-rdeca {
  color: var(--MT-rdeca);
}

.t-siva {
  color: var(--MT-siva);
}

.t-round {
  border-radius: 15px;
}

.bg-mz {
  background: linear-gradient(
    45deg,
    rgba(0, 125, 197, 1) 0%,
    rgba(81, 184, 72, 1) 100%
  );
  box-shadow: inset 0px 0px 50px 10px rgba(0, 0, 0, 0.25),
    inset 0px 0px 30px -20px rgba(0, 0, 0, 0.3);
}
#bg-anim-1::before {
  content: "";
  background-image: url("../images/BG-anim-1.svg");
  opacity: 0.75;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.icons-bg {
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(
    155deg,
    rgba(0, 125, 197, 1) 0%,
    rgba(20, 200, 215, 1) 25%,
    rgba(150, 230, 150, 1) 50%,
    rgba(81, 184, 72, 1) 75%,
    rgba(0, 125, 197, 1) 100%
  );
  animation: AnimateBG 25s ease infinite;
}

.social-bg {
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(
    155deg,
    rgba(66, 103, 178, 1) 0%,
    rgba(29, 161, 242, 1) 25%,
    rgba(255, 0, 0, 1) 50%,
    rgb(255, 214, 0) 80%,
    rgba(255, 122, 0, 1) 85%,
    rgba(255, 0, 105) 900%,
    rgba(211, 0, 197) 95%,
    rgba(117, 26, 250, 1) 100%
  );
  animation: AnimateBG 35s ease infinite;
}

.element-item:not(:first-child) {
  width: 100%;
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 25%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 25%;
  }
}

.bold {
  font-weight: 700;
}

.text-110 {
  font-size: 110%;
}

section {
  padding: 0;
  margin: 0;
  position: relative;
}

a,
a:link,
a:active,
a:visited {
  text-decoration: none;
  color: var(--MT-modra);
}

p a,
p a:link,
p a:active,
p a:visited {
  text-decoration: none;
  /*  color: rgb(55, 55, 55); */
}

.hr-foot {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

#loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(
    0deg,
    rgba(210, 255, 125, 1) 50%,
    rgba(65, 120, 10, 0.75) 100%
  );
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

/* CAROUSEL */
.headcar {
  background: var(--MT-bela);
  z-index: 1;
}

#carouselBGbig .carousel-inner {
  width: 100%;
  max-height: 100vh;
}

.slideover {
  background: url(../images/BGover.svg) bottom / 100% no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#carouselBGbig .carousel-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABRJREFUGFdjZGBg+M/AwMDIyAAFAA4pAQP4L554AAAAAElFTkSuQmCC) repeat; 2x2 */
  /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAABdJREFUGFdjZGBg+M/AwMDIACNADAwOACNxAQTGOwk4AAAAAElFTkSuQmCC) repeat;
  /* 3 x 3*/
}

#carouselBGbig .slide {
  transform-origin: 50% 50%;
  /* background-attachment: fixed; */
  background-size: cover;
}

.slide1,
.slide2,
.slide3 {
  background-position: center center;
}

.slide1 {
  background-image: url("../pics/car_image.php");
}

.slide2 {
  background-image: url("../pics/car_image.php?2");
}

.slide3 {
  background-image: url("../pics/car_image.php?3");
}

#carouselBGbig .carousel-indicators {
  bottom: 0px;
  z-index: 3;
}

#carouselBGbig .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

#carouselBGbig .carousel-caption,
.carousel-caption {
  top: 15vh;
  text-shadow: black 0.1em 0.1em 7px;
}

#carouselBGbig .carousel-caption h1,
.vBoxContent h1 {
  font-size: 2.1rem;
}

#carouselBGbig .carousel-caption p,
.vBoxContent p {
  font-size: 1.2rem;
}

.headcar a.arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 4;
  display: inline-block;
  transform: translate(0, -50%);
  transition: opacity 0.3s;
}

.headcar a.arrow:hover {
  opacity: 0.5;
}

.arrow {
  padding-top: 50px;
}

.arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid var(--MT-bela);
  border-bottom: 3px solid var(--MT-bela);
  transform: rotate(-45deg);
  animation: scrolldownA 1.5s infinite;
  box-sizing: border-box;
}

/* VIDEO BG */

.videoBox {
  display: flex;
  min-width: 100%;
  height: 65vh;
  max-height: 950px;
  overflow: hidden;
  align-items: center;
}

.videoBox video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.videoBox iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

.vBoxContent {
  display: table;
  width: 100%;
  z-index: 10;
  position: absolute;
  margin-top: -20%;
  padding-left: 15vw;
}

._pattern-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
  bottom: 0;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
  z-index: 2;
}

@-webkit-keyframes scrolldownA {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes scrolldownA {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* animirana slika */
#carouselBGbig .carousel-inner > .carousel-item > .car-animate {
  animation: kenburns 20s ease-in-out 0s infinite alternate;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15) rotate(-1deg);
  }
}

/* END CAROUSEL */

header {
  width: 100%;
}

.header-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 125px;
  height: 75px;
  background-color: var(--MT-bela);
  z-index: 20;
  padding: 10px;
}

.bigm {
  top: 75px;
  left: 0;
  width: 125px;
  height: 35px;
  border-bottom-right-radius: 35px;
  position: fixed;
  padding: 10px;
  background-color: var(--MT-bela);
  z-index: 20;
}

.bigmenu {
  position: relative;
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.bigmenu:hover {
  opacity: 0.75;
}

.bigmenu.active .top {
  transform: translateY(6px) translateX(0) rotate(135deg);
}

.bigmenu.active .middle {
  opacity: 0;
  width: 0;
}

.bigmenu.active .bottom {
  transform: translateY(-6px) translateX(0) rotate(-135deg);
}

.bigmenu span {
  background: rgba(22, 22, 22, 0.75);
  border: none;
  height: 3px;
  border-radius: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease;
  cursor: pointer;
}

.bigmenu span:nth-of-type(2) {
  top: 6px;
}

.bigmenu span:nth-of-type(3) {
  top: 12px;
}

.menubar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  transition: all 0.5s;
}

.menubar nav {
  margin-left: 125px;
  margin-right: 0px;
  height: 110px;
  border-bottom: 1px solid var(--MT-bela);
}

.menubar nav * {
  color: var(--MT-bela);
}

.dropdown-menu {
  min-width: 60px !important;
}

.nav-main {
  display: none;
}

/* hover */
.link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 0.85rem;
  color: var(--MT-bela);
}

.hov:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transform: scaleX(0);
  background-color: var(--MT-bela);
  transition: transform 0.25s;
}

.hov:hover:after {
  transform: scaleX(1);
}

.is-active {
  color: #000;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 8px;
  transition: all 0.25s;
}

.is-active .navbar {
  border-bottom: none;
}

.is-active .nav-main *,
.is-active .nav-vreme *,
.is-active .dropdown-toggle,
.is-active .las,
.is-active .lab {
  color: #000;
}

.is-active .hov:after {
  background-color: #000;
}

.navbar-nav {
  font-size: 75%;
}

/* END hover */

/* BIG ONE */
.noscroll {
  overflow-y: auto;
  overscroll-behavior: contain;
}

.badgeX {
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
}

.overlay {
  position: fixed;
  background: linear-gradient(
    to right top,
    rgb(0, 40, 63) 50%,
    rgba(10, 70, 105, 1) 100%
  );
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 140px 15px 25px 30px;
  background-color: aqua;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: opacity 0.5s, visibility 0.25s, height 0.5s;
  z-index: 16;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}

.overlay .overnav {
  top: 40px;
  font-size: 1.2rem;
  font-weight: 400;
}

.mapsi {
  z-index: 1;
}

.menus {
  height: calc(95vh - 125px);
  overflow-y: auto;
}

.menus-item {
  width: calc(100vw - 45px);
}

.menus-image {
  height: 140px;
  overflow: hidden;
  margin-bottom: 3px;
}

.menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menus ul li {
  line-height: 1.5rem;
  font-size: 0.9rem;
  border-bottom: 1px dotted var(--MT-bela);
}

.menus a {
  padding: 8px 5px 5px 5px;
  color: var(--MT-bela);
  display: block;
}

.menus li a:hover,
.menus a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.8;
}

.jezik a {
  padding: 0.25rem 0.75rem;
  border-bottom: 1px solid #444;
}

.jezik a:hover span {
  color: #000;
}

.flag {
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* END bigone */

/* SUBMENU */
.b-0 {
  bottom: 0;
}

.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.zoom img {
  transition: all 0.2s linear;
}

.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* jumbotron */
.jumbotron {
  height: 30vh;
  background-size: 100%, auto 30vh;
  background-position: bottom center, top center;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
}

.uvod h1 {
  font-size: 2rem;
  line-height: 2rem;
}

.podstran-naslov {
  text-shadow: 0px 6px 6px rgba(94, 66, 66, 0.4);
}

.jumbo1 {
  background: url(../images/BGover.svg) bottom / 100% no-repeat,
    bottom center / cover no-repeat
      url(../pics/content_tags/aktivni-v-naravi-02.jpg) fixed;
}

/* END jumbotron */
.links,
.sub-links {
  font-size: 0.8rem;
  padding: 2px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.sub-links {
  text-align: center;
}

.sub-links * {
  font-size: 0.9rem;
  /* text-transform: uppercase; */
  margin: 0 1px;
}

.links .ilink {
  font-size: 13px;
  /* text-transform: uppercase; */
}

.sub-links span {
  color: var(--MT-modra);
  padding: 0.3em 1em;
  background-color: rgba(0, 125, 197, 0.25);
  border-radius: 25px;
  margin: 0 1px;
}

.sub-links-item {
  padding: 0.3em 1em;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.sub-links-item:hover {
  padding: 0.3em 1em;
  background-color: rgba(0, 125, 197, 0.35);
  border-radius: 25px;
}

.links .link,
.links a {
  background: #eee;
  display: inline-block;
}

.ilink {
  display: inline-block;
  padding: 0.25em 0.8em 0.1em 0.8em;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  color: #000;
  margin: 0 1px;
}

.ilink:hover {
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.25);
}

.ilink:active,
.ilink.is-checked {
}

.ilink.is-checked {
  color: var(--MT-modra);
  background-color: rgba(0, 125, 197, 0.2);
}

.ilink:active {
  box-shadow: inset 0 1px 10px rgba(0, 125, 197, 0.1);
}

.sticky {
  position: sticky;
  top: 110px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

.z-1 {
  z-index: 1;
}

.z-4 {
  z-index: 4;
}

.z-10 {
  z-index: 10;
}

.z-15 {
  z-index: 15;
}

.clanek {
  margin-bottom: 200px;
}
/* CLANEK BG IMAGE TOP */
.clanek-thumb {
  height: 40vh;
  position: relative;
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 95%
  );
}

.clanek > .container {
  position: relative;
  top: 125px;
}

.clanek > .container .post-thumb {
  max-height: 50vh;
  overflow: hidden;
}

/* VREME */
.nav-vreme {
  display: none;
}

.nav-vreme {
  font-size: 0.75rem;
}

.dan {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 4px 10px 4px 10px;
  margin: 0 2px;
}

.dan span {
  display: block;
  text-align: center;
  padding: 1px 0;
  white-space: nowrap;
}

.dan2 {
  display: none;
}
/* END VREME */

/* FOOTER */
.go-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none;
  opacity: 0.75;
  cursor: pointer;
}

.footbar {
  background: #242527;
  padding: 10px 0 0 0;
  color: var(--MT-bela);
}

/*END FOOTER */

/* LOGIN */
.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url("../images/ad_image.php");
  background-size: cover;
  background-position: center center;
}

.bg-site {
  background: var(--MT-bela);
}

.nav-icons {
  display: none;
}

.noscroll {
  padding-right: 0;
  overflow-y: hidden;
  overscroll-behavior: contain;
}

/* END LOGIN */

/* PIŠKOTKI MENU */
.piskotek {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 225px;
  height: 35px;
  z-index: 19;
  padding: 10px;
  cursor: pointer;
}

.piskot {
  position: fixed;
  background: linear-gradient(
    to right top,
    rgba(250, 250, 250, 1) 75%,
    rgba(255, 255, 255, 0.75) 100%
  );
  mix-blend-mode: normal;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0%;
  opacity: 0;
  padding-top: 150px;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: opacity 0.5s, visibility 0.5s, height 0.5s;
  z-index: 21;
}

.piskotek p {
  line-height: 10px;
  font-size: 9px;
}

.piskot.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

#zapri {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

#zapri:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* END PIŠKOTKI MENU */

/*CARDS NEWS */
.kategorija {
  /* to še nimamo */
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--MT-bela);
}

.fa,
.fas,
.far {
  display: inline-block;
  vertical-align: middle;
}
/* TITLE */
.news .card-title,
.events .card-title,
.event .card-title,
#gradiva .card-title {
  font-size: 1.15rem;
  line-height: 1.2;
  padding: 10px 15px 3px 15px;
  margin: 0;
  font-weight: 700;
}
/* TEXT */
.news .card-text,
.events .card-text,
.event .card-text,
#gradiva .card-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #555;
  padding: 0px 15px;
}

.datum-news {
  text-align: right;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px 0 0 15px;
  background-color: var(--MT-bela);
}

.card p {
  margin-bottom: 0.35rem;
}
.card p:last-child {
  margin-bottom: 0;
}

#dozivetja .card-pic {
  overflow: hidden;
}

#dozivetja .card-pic img {
  transform: scale(105%);
  transition: 1s ease;
}

#dozivetja .card-pic:hover img {
  transform: scale(130%);
}

#gradiva .card-text {
  font-size: 0.95rem;
  line-height: 1.25;
  color: #555;
  padding: 0px 15px;
}

#gradiva hr {
  margin: 0.5rem 0;
}

#MTteksti .jumbotron {
  min-height: 60vh;
  background-size: cover;
  background-attachment: fixed;
}

.events {
  z-index: 3;
  position: relative;
}

.news .card,
.events .card,
.event .card,
#gradiva .card {
  border-radius: 5px;
  overflow: hidden;
  border: none;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15) !important;
  background-color: var(--MT-bela);
}

.news .card-pic,
.events .card-pic,
.event .card-pic,
#gradiva .card-pic {
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 155px;
  object-fit: cover;
}
#gradiva .card-pic {
  height: 175px;
}
.news .card .card-pic img,
.events .card .card-pic img,
.event .card .card-pic img,
#gradiva .card .card-pic img {
  transform: scale(105%);
  transition: 1s ease;
  object-position: top;
  transform-origin: top center;
  object-fit: cover;
}

.news .card:hover .card-pic img,
.events .card:hover .card-pic img,
.event .card:hover .card-pic img,
#gradiva .card:hover .card-pic img {
  transform: scale(130%);
}

.news .datum,
.events .datum,
.event .datum {
  position: absolute;
  bottom: -6px;
  left: 0;
}

.news .datum-news,
.events .datum-news,
.event .datum-news {
  min-width: 100px;
  text-align: left;
  font-size: 0.8rem;
  padding: 5px 6px 0px 15px;
  border-radius: 0 10px 0 0;
  background-color: var(--MT-bela);
}

.events .card-time,
.event .card-time {
  min-width: 100px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  color: #555;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 7px 7px 5px 9px;
  border-radius: 0 0 0 10px;
  background-color: var(--MT-bela);
}

.news .card-body,
.events .card-body,
.event .card-body,
#gradiva .card-body {
  position: relative;
  margin: 0;
  padding: 0;
}

.news .card-content,
.events .card-content,
.event .card-content,
#gradiva .card-content {
  height: 200px;
  overflow: auto;
  padding: 0;
  margin: 0 0 0 0;
}
#gradiva .card-content {
  height: 150px;
}
.news .card .card-footer,
.events .card .card-footer,
.event .card .card-footer,
#gradiva .card .card-footer {
  height: 25px;
}

/*END CARDS NEWS*/

/* PAGINACIJA*/

.paginacija {
  list-style: none;
  display: inline-block;
  padding: 0;
}

.paginacija li {
  display: inline;
  text-align: center;
}

.paginacija a {
  float: left;
  display: block;
  font-size: 15px;
  text-decoration: none;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}

.paginacija a.active {
  cursor: default;
}

.paginacija a:active {
  outline: none;
}

.pag * {
  box-sizing: border-box;
}

.pag a {
  border-color: #ddd;
  color: #999;
  background: var(--MT-bela);
  padding: 5px 12px;
}

.pag a:hover {
  background-color: #eee;
}

.pag a.prev {
  border-radius: 50px 0 0 50px;
  width: 40px;
  position: relative;
}

.pag a.prev:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
  background-size: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.pag a.next {
  border-radius: 0 50px 50px 0;
  width: 40px;
  position: relative;
}

.pag a.next:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.pag a.active {
  background: rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;*/
}

/* FOOTER */
.footer {
  background: #0a56a4;
  /* margin-top: 100px;*/
  color: rgba(255, 255, 255, 0.85);
}

.footer .footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
  border-bottom: 1px solid var(--MT-bela);
}

.footer .footer-heading .logo {
  color: var(--MT-bela);
  text-transform: uppercase;
}

.footer a {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.85);
}

.footer p {
  color: rgba(255, 255, 255, 0.85);
}

.footer .copyright {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.footer .list-unstyled li a {
  color: rgba(255, 255, 255, 0.85);
}

.footer .list-unstyled li a:hover {
  color: var(--MT-bela);
}

.footer .list-unstyled a {
  color: rgba(255, 255, 255, 0.85);
}

.footer .list-unstyled a:hover {
  color: var(--MT-bela);
}

.footer .subscribe {
  margin-top: -105px;
}

.footer .subscribe-form {
  border-radius: 40px;
  background: var(--MT-bela);
  padding: 3px;
  box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.75);
}

.footer .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer .subscribe-form .form-group input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.75) !important;
  font-size: 16px;
  height: 56px;
  border-radius: 0;
}

.footer .subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.75) !important;
}

.footer .subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.75) !important;
}

.footer .subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.75) !important;
}

.footer .subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.75) !important;
}

.footer .subscribe-form .form-group input:focus {
  outline: none !important;
  box-shadow: none;
}

.footer .subscribe-form .form-group .submit {
  color: var(--MT-bela) !important;
  display: block;
  width: 150px;
  height: 56px;
  font-size: 14px;
  background: rgb(55, 195, 255) !important;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 40px;
}

.footer .subscribe-form .form-group .submit:hover,
.footer .subscribe-form .form-group .submit:focus {
  text-decoration: none !important;
  outline: none !important;
}

.footer .partner-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.75); */
}

.footer .partner-wrap h3 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.footer .partner-wrap .partner-name a {
  margin-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.footer .partner-wrap .partner-name a span {
  color: white;
}

.footer .partner-wrap .btn-custom {
  font-size: 14px;
}

.footer .border-left {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 1199.98px) {
  .footer .border-left {
    border: none;
  }
}

/* ČLANEK */
.post .post-title {
  font-size: 3rem;
  font-weight: 400;
  padding: 20px 0;
}

.post .post-meta {
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left: none;
  border-right: none;
  margin-bottom: 15px;
}

.post .post-meta ul li {
  display: inline-block;
  color: #5f5b5b;
  font-size: 14px;
  letter-spacing: 1px;
  padding-right: 10px;
}

.post .post-quote {
  color: #5f5b5b;
  font-size: 1.5rempx;
  letter-spacing: 1px;
  font-weight: 400;
  padding-right: 10px;
}

hr.MT {
  height: 30px;
  border-style: solid;
  border-color: rgb(55, 195, 255);
  border-width: 1px 0 0 0;
  border-radius: 20px;
  width: 65vw;
}

hr.MT:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -30px;
  border-style: solid;
  border-color: rgb(55, 195, 255);
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

.aktualno .date {
  padding: 0;
  min-width: 80px;
  text-align: center;
  font-size: 0.55em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--MT-bela);
  color: #666;
  border-radius: 0 0 0 15px;
  padding: 5px;
}

.aktualno .date span {
  line-height: 16px;
  display: block;
}

.aktualno .date span:nth-child(1) {
  font-weight: 700;
  font-size: 2em;
}

/* OWL Carousel */

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

.events .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

#aktualno .owl-carousel .nav-btn,
#adventure .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 175px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(../images/nav-icon.png) no-repeat scroll 0 0;
  left: -45px;
  z-index: 20;
}

.owl-carousel .next-slide {
  background: url(../images/nav-icon.png) no-repeat scroll -24px 0px;
  right: -45px;
}

#aktualno .owl-carousel .prev-slide,
#adventure .owl-carousel .prev-slide {
  background: url(../images/d-nav-icon.png) no-repeat scroll 0 0;
}

#aktualno .owl-carousel .next-slide,
#adventure .owl-carousel .next-slide {
  background: url(../images/d-nav-icon.png) no-repeat scroll -24px 0px;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px !important;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px !important;
}

/* END OWL Carousel */
.gallery {
  padding-bottom: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid var(--MT-bela);
  border-bottom: 3px solid var(--MT-bela);
}

.galerija-menu {
  text-align: center;
}

.galerija-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.g-item img {
  height: 200px;
  object-fit: cover;
}

#galerija .carousel-item {
  height: 45vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #e5e5e5;
}

.kat-grid {
  display: grid;
  min-height: 50vh;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  grid-gap: 10px;
  box-sizing: border-box;
}

.k-item {
  position: relative;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

.k-item * {
  transition: all 0.35s ease-in-out;
}

/*
.kat-grid .k-item:nth-child(3n+4) {
  grid-column: span 2;
  grid-row: span 1;
}
*/
.kat-grid .k-item:nth-child(6n + 1) {
  grid-column: span 1;
  grid-row: span 1;
}

.kat-grid .k-item:nth-child(3n + 3) {
  grid-column: span 1;
  grid-row: span 2;
}

.k-item > p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1rem;
  color: var(--MT-bela);
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--MT-bela);
  border-right: none;
  border-left: none;
  z-index: 1;
}

.k-item:hover p {
  color: #000 !important;
  background-color: rgba(255, 255, 255, 1);
}

.k-item img {
  transform: scale(105%);
}

.k-item img:hover {
  transform: scale(115%);
}

@media (max-width: 768px) {
  .kat-grid {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-auto-rows: minmax(auto, auto);
  }

  .k-item {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}

#carouselBGbig .slide {
  min-height: 50vh;
}

.top-bela {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 75%,
    rgba(255, 255, 255, 1) 95%
  );
}

.bottom-bela {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 95%
  );
}

.curveTop,
.curveTop-X {
  background: url(../images/curveTop.svg) top / 100% no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.curveBottom,
.curveBottom-X {
  background: url(../images/curveBottom.svg) bottom / 100% no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100px;
}

.curveTop-X {
  background: url(../images/curveBottomX.svg) top / 100% no-repeat;
}

.curveBottom-X {
  background: url(../images/curveTopX.svg) bottom / 100% no-repeat;
}

.MT-green {
  background: rgba(149, 193, 31, 1);
}

.MT-green-10 {
  background: rgba(241, 246, 228, 1);
}

.welcome .welcome-content {
  padding: 25px 0;
  line-height: 1.4;
}

.iso-grid-item-content {
  height: 300px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 5px solid rgba(255, 255, 255, 1);
}

.iso-grid-item-content p {
  font-size: 18px;
  line-height: 1.25rem;
  position: absolute;
  bottom: 15px;
  left: 5px;
  padding: 5px 10px 3px 5px;
  max-width: 85%;
}

.height2 {
  height: 300px;
}

.okvir {
  width: 100%;
  height: 500px;
  max-width: 95%;
  max-height: 90%;
  border-radius: 60% 40% 60% 40% / 70% 60% 40% 30%;
  z-index: 5;
  padding: 2px;
  background-clip: content-box;
  box-shadow: 0 0 30px 35px var(--MT-bela) inset;
  /* animation: migaj 15s linear infinite running;*/
}

@keyframes migaj {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  25% {
    border-radius: 60% 40% 75% 25% / 75% 45% 55% 25%;
  }

  50% {
    border-radius: 50% 50% 35% 70% / 55% 30% 75% 45%;
  }

  75% {
    border-radius: 35% 60% 60% 40% / 65% 70% 30% 40%;
  }

  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
}

.card-link > p,
.avantura > p,
.iso-grid-item-content > p {
  transform: scale(1);
  transition: transform 0.5s ease-out;
  transform-origin: center left;
}

.card-link:hover > .p,
.avantura:hover > p,
.iso-grid-item-content:hover > p {
  transform: scale(1.1);
  transition: transform 0.25s;
}

.dozivetja-owl .owl-stage {
  margin-top: 10px;
  margin-bottom: 10px;
}

.avantura:hover {
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
}

.avantura {
  padding: 10px 0;
  box-shadow: none;
}

.iso-grid-item-content:before,
.avantura:before,
.k-item:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 85%;
  transition: height 0.15s ease-in-out;
  /* background: linear-gradient(0deg, rgba(0, 125, 197, .75) 0%, rgba(81, 184, 72, 0) 50%); */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(81, 184, 72, 0) 50%
  );
}

.iso-grid-item-content:before {
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.card-link :hover.iso-grid-item-content:before,
.avantura:hover:before,
.k-item:hover:after {
  height: 0;
}

.card-img-overlay {
  background-image: linear-gradient(
    0deg,
    rgba(0, 125, 197, 0.75) 0%,
    rgba(81, 184, 72, 0) 50%
  );
}

.card-img-overlay:hover {
  background-image: linear-gradient(
    0deg,
    rgba(0, 125, 197, 0.5) 0%,
    rgba(81, 184, 72, 0) 50%
  );
}

.avantura {
  background-size: cover;
  background-position: center center;
  height: 285px;
}

.naslov span {
  background-color: var(--MT-bela);
  position: relative;
  padding: 0 1rem;
  z-index: 2;
}

.naslov:after {
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #999;
  content: "";
}

.vse-novice {
  text-align: center;
  padding: 1rem 0;
}

.gumb {
  color: var(--MT-bela) !important;
}

.naslov-x {
  font-size: 18px;
  background: var(--MT-bela);
  position: absolute;
  left: 0;
  bottom: 15px;
  padding: 4px 15px 2px 10px;
  box-shadow: 20px 0px 10px -10px rgba(0, 0, 0, 0.1),
    5px 5px 5px 0px rgba(0, 0, 0, 0.2), 5px -5px 5px 0px rgba(0, 0, 0, 0.1);
  max-width: 90%;
}

.icon-element {
  transform: scale(1);
  transition: all 1s ease-in;
}

.icon-element:hover {
  transform: scale(1.35);
  transition: all 0.35s ease-out;
}

.waves,
.wavesT {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.waves {
  bottom: 0;
}

.waves .valovi {
  filter: drop-shadow(0px -30px 15px rgba(0, 0, 0, 0.2));
}

.wavesT .valovi {
  filter: drop-shadow(0px 30px 15px rgba(0, 0, 0, 0.2));
}

.wavesT {
  top: 0;
}

.valovi {
  position: relative;
  width: 100%;
  /* height: 50vh;*/
  /* margin-bottom: -7px;
  /* Fix safari*/
  min-height: 5vh;
  max-height: 15px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 8s;
}

.parallax > use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 20s;
}

.parallax > use:nth-child(3) {
  animation-delay: -6s;
  animation-duration: 18s;
}

.parallax > use:nth-child(4) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.shadow {
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15) !important;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* MEDIA @ */
@media (max-width: 768px) {
  .waves {
    /* height: 40px; */
    min-height: 40px;
  }
}

/* RESPONSIVE */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: portrait) {
  p {
    font-size: 1.1rem;
  }
  .events {
    bottom: 25px;
    margin-bottom: -125px;
  }
}

@media only screen and (min-width: 768px) {
  #carouselBGbig .carousel-indicators {
    display: none;
  }

  .nav-main {
    display: block;
  }

  .menus-item {
    max-width: 320px;
    padding: 5px 10px;
  }

  .collapse:not(.show) {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .nav-vreme {
    display: block;
  }

  .valovi {
    min-height: 10vh;
    max-height: 50px;
  }
  .element-item:not(:first-child) {
    width: 33%;
  }
}

@media all and (device-width: 414px) and (device-height: 1024px) and (orientation: portrait) {
  .events {
    margin-bottom: -525px;
    bottom: 525px;
    background-color: rgba(255, 255, 255, 0);
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .events {
    /*margin-bottom: -525px;
    bottom: 525px; */
  }
  .jumbotron {
    height: 45vh;
    background-size: 100%, auto 50vh;
  }
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
  #carouselBGbig .slide {
    min-height: 100dvh;
  }
  #carouselBGbig .carousel-caption,
  .carousel-caption {
    top: 40vh;
  }
  .jumbotron {
    height: 45vh;
    background-size: 100%, 100%;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    scroll-snap-type: none;
  }

  .jumbotron {
    height: 45vh;
    background-size: 100%, 100%;
  }

  .uvod h1 {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  #carouselBGbig .carousel-inner {
    width: 100%;
    max-height: 100svh !important;
  }

  #carouselBGbig .slide {
    min-height: 100svh;
  }
  #carouselBGbig .carousel-caption,
  .carousel-caption {
    top: 35vh;
  }
  .events {
    bottom: 425px;
    margin-bottom: -535px;
  }

  .element-item:not(:first-child) {
    width: 25%;
  }
  .events .card-time,
  .event .card-time {
    font-size: 0.7rem;
  }
  .news .card-content,
  .events .card-content,
  .event .card-content {
    height: 175px;
  }
  .news .card-title,
  .events .card-title,
  .event .card-title,
  #gradiva .card-title {
    font-size: 0.95rem;
    line-height: 1.2;
  }
  .news .card-text,
  .events .card-text,
  .event .card-text {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.3;
    color: #555;
    padding: 0px 15px;
  }
  .slide1,
  .slide2,
  .slide3 {
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 1080px) {
}

@media only screen and (min-width: 1200px) {
  .nav-icons {
    display: block;
  }
  .events {
    bottom: 425px;
    margin-bottom: -550px;
  }
}

@media only screen and (min-width: 1440px) {
  .navbar-nav {
    font-size: 90%;
  }
  .noscroll {
    padding-right: 10px;
  }
  .height2 {
    height: 600px;
  }

  #zapri {
    position: absolute;
  }

  #carouselBGbig .carousel-caption h1,
  .vBoxContent h1 {
    font-size: 4rem;
  }

  #carouselBGbig .carousel-caption p,
  .vBoxContent p {
    font-size: 1.8rem;
  }

  .nav-main * {
    font-size: 1rem;
  }
  .element-item:not(:first-child) {
    width: 20%;
  }
}

@media only screen and (min-width: 1680px) {
  .overlay {
    padding: 110px 25px 25px 250px;
  }

  .events {
    bottom: 440px;
    margin-bottom: -500px;
  }

  .header-logo {
    width: 225px;
    height: 170px;
    transition: all 0.5s;
  }

  .bigm {
    position: fixed;
    top: 170px;
    width: 225px;
    height: 55px;
    padding: 10px;
    border-bottom-right-radius: 55px;
    transition: all 0.5s;
  }

  .bigmenu {
    position: relative;
    height: 20px;
    width: 30px;
    cursor: pointer;
    transition: opacity 0.25s ease;
  }

  .bigmenu:hover {
    opacity: 0.75;
  }

  .bigmenu.active .top {
    transform: translateY(8px) translateX(0) rotate(135deg);
  }

  .bigmenu.active .middle {
    opacity: 0;
    width: 0;
  }

  .bigmenu.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-135deg);
  }

  .bigmenu span {
    height: 3px;
    border-radius: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }

  .bigmenu span:nth-of-type(2) {
    top: 8px;
  }

  .bigmenu span:nth-of-type(3) {
    top: 16px;
  }

  .bigmenu:after {
    content: "MENU";
    position: absolute;
    margin-left: -2px;
    bottom: -22px;
    font-size: 11px;
    color: #000;
  }

  .scr .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 125px;
    height: 75px;
    background-color: var(--MT-bela);
    z-index: 20;
    padding: 10px;
  }

  .scr .bigm {
    top: 75px;
    left: 0;
    width: 125px;
    height: 35px;
    border-bottom-right-radius: 35px;
    position: fixed;
    padding: 10px;
    background-color: var(--MT-bela);
    z-index: 20;
  }

  .scr .bigmenu {
    position: relative;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .scr .bigmenu:hover {
    opacity: 0.75;
  }

  .scr .bigmenu.active .top {
    transform: translateY(6px) translateX(0) rotate(135deg);
  }

  .scr .bigmenu.active .middle {
    opacity: 0;
    width: 0;
  }

  .scr .bigmenu.active .bottom {
    transform: translateY(-6px) translateX(0) rotate(-135deg);
  }

  .scr .bigmenu span {
    background: rgba(22, 22, 22, 0.75);
    border: none;
    height: 3px;
    border-radius: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease;
    cursor: pointer;
  }

  .scr .bigmenu span:nth-of-type(2) {
    top: 6px;
  }

  .scr .bigmenu span:nth-of-type(3) {
    top: 12px;
  }

  .scr .bigmenu:after {
    display: none;
  }

  .menubar nav {
    margin-left: 235px;
    margin-right: 125px;
  }

  .links-menu {
    padding: 0;
    transition: 0.75s all ease;
  }

  .links {
    transition: 0.75s all ease;
  }

  .links-menu-on-scroll {
    padding-left: 225px;
  }

  .links-menu-on-scroll .sub-links {
  }

  .sub-links {
    padding: 15px 5px 15px 11px;
  }
}

@media only screen and (min-width: 1905px) {
  .dan2 {
    display: inline-block;
  }
}

@media only screen and (max-height: 1200px) {
  .videoBox {
    height: 95vh;
    max-height: 95vh;
  }
}

@media only screen and (min-width: 1921px), screen and (min-height: 1081px) {
  #carouselBGbig .carousel-inner {
    width: 100%;
    max-height: 95vh !important;
  }

  #carouselBGbig .slide {
    min-height: 50vh;
  }

  .dan2 {
    display: inline-block;
  }
}

/*SOCIAL SHARE*/
@media screen {
  .fb_iframe_widget span {
    vertical-align: baseline !important;
  }
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  h1 {
    font-size: 21pt;
  }

  .post-thumb,
  img {
    max-width: 300px;
    height: auto;
  }

  #visitPomurje,
  #adventure,
  #nastanitve,
  #newsletter,
  #newsletter-X,
  #piskotek,
  #GGallery,
  .header,
  .footer,
  .IconsSection,
  .youtube-embed-wrapper {
    display: none;
    height: 0;
  }

  @page {
    margin: 1.5cm;
    size: A4;
  }

  p a[href^="https://"]:after
  {
    content: " (" attr(href) ")";
    font-size: 90%;
  }

  p a {
    word-wrap: break-word;
  }
}

.owl-carousel {
  touch-action: manipulation;
}
