@font-face {
    font-family: Nexa;
    src: url("../font/NexaRegular.woff") format("woff"), url("../assets/font/NexaRegular.ttf")  format("truetype");
}
.cv-breadcrumbs {
    display: flex!important;
    padding: 0!important;
}
* {
    border-radius: 0!important;
}
/*EDUKACIJE HOMEPAGE----------------------------------------------------------------------------------------------------------------------------------EDUKACIJE HOMEPAGE*/
#edulist {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#edulist .edu-category-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 50, 100, 0.45); /* tamno plavi overlay */
}

#edulist .edu-category-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  width: 100%;
  padding: 60px 20px;
}

#edulist .edu-category-title {
  font-size: 4rem;
  font-weight: 800;
  margin: 0;
  color: #fff;
}

#edulist .edu-category-subtitle {
  font-size: 1.5rem;
  font-style: italic;
  color: #49C7ED;
  margin-bottom: 40px;
}

/* lista edukacija */
#edulist .edu-category-list {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 12px;
  text-align: left;
}

#edulist .edu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}

#edulist .edu-item:last-child {
  border-bottom: none;
}

#edulist .edu-date {
  color: #49C7ED;
  font-size: 0.9rem;
  width: 25%;
}

#edulist .edu-info {
  width: 70%;
}

#edulist .edu-title {
  font-size: 1.1rem;
  margin: 0;
  color: #fff;
}

#edulist .edu-btn {
  display: inline-block;
  background: #00B0A6;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

#edulist .edu-btn:hover {
  background: #49C7ED;
}

#edulist .edu-category-footer {
  margin-top: 30px;
}

#edulist .edu-view-all {
  display: inline-block;
  background: #fff;
  color: #003366;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

#edulist .edu-view-all:hover {
  background: #49C7ED;
  color: #fff;
}

@media (max-width: 768px) {
  #edulist .edu-category-title {
    font-size: 2.5rem;
  }

  #edulist .edu-category-list {
    padding: 20px;
  }
    #edulist .edu-date {
        color: rgb(73, 199, 237);
        font-size: 0.9rem;
        width: 100%;
        margin-bottom: 15px;
    }
  #edulist .edu-item {
    flex-direction: column;
    align-items: flex-start;
  }

  #edulist .edu-info {
    width: 100%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*PRIJAVA EDUKACIJA----------------------------------------------------------------------------------------------------------------------------------PRIJAVA EDUKACIJA*/
/* Specifično za ESIF kontakt stranicu */
#esif-contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 80px 60px;
  border-radius: 12px;
}

#esif-contact-section .contact-left {
  flex: 1 1 48%;
}

#esif-contact-section .contact-right {
  flex: 1 1 48%;
  background: #1969b4;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Stilizacija teksta lijevo */
#esif-contact-section .page-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
#esif-contact-section form {
    margin: 0!important;
}
#esif-contact-section .page-text p {
  line-height: 1.6;
  font-size: 1.05rem;
}

/* Form stilovi unutar desne kolone */
#esif-contact-section input[type="text"],
#esif-contact-section input[type="email"],
#esif-contact-section input[type="tel"],
#esif-contact-section input[type="date"],
#esif-contact-section textarea {
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

#esif-contact-section input::placeholder,
#esif-contact-section textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#esif-contact-section input:focus,
#esif-contact-section textarea:focus {
  outline: none;
  border-color: #49C7ED;
  box-shadow: 0 0 8px rgba(73, 199, 237, 0.4);
}

/* Gumb */
#esif-contact-section input[type="submit"],
#esif-contact-section .btnContact {
  background: #49C7ED;
  color: #003366;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#esif-contact-section input[type="submit"]:hover,
#esif-contact-section .btnContact:hover {
  background: #00B0A6;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  #esif-contact-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  #esif-contact-section .contact-left,
  #esif-contact-section .contact-right {
    flex: 1 1 100%;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------------------------*/

#main-slider {
  width: 100%;
  height: 600px;
  position: relative;
}

#main-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-slider .slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 86, 166, 0.35); /* plavi overlay iz ESF palete */
}

#main-slider .slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 20px;
}

#main-slider .slide-top-text {
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5rem;
}

#main-slider .slide-bottom-text {
  font-size: 2rem;
  font-style: italic;
  color: #49C7ED; /* svijetlo plava */
  margin-bottom: 1.5rem;
}

#main-slider .slide-btn {
  display: inline-block;
  background: #00B0A6; /* tirkizna */
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

#main-slider .slide-btn:hover {
  background: #49C7ED;
  transform: translateY(-3px);
}

/* Swiper navigation */
#main-slider .swiper-button-next,
#main-slider .swiper-button-prev {
  color: #fff;
  transition: 0.3s ease;
}

#main-slider .swiper-button-next:hover,
#main-slider .swiper-button-prev:hover {
  color: #49C7ED;
}

#main-slider .swiper-pagination-progressbar-fill {
  background: #00B0A6 !important;
}

/* Responsive */
@media (max-width: 768px) {
  #main-slider .slide-top-text {
    font-size: 2.5rem;
  }
  #main-slider .slide-bottom-text {
    font-size: 1.2rem;
  }
}

body {
    font-family: "Nexa"!important;
    margin: 0!important;
    background-color: #efefef;
}
.fa-brands {
    font-size: 22px;
    color: #1969b4!important;
}
a {
    color: #000000;
}
a:hover {
    color: #1969b4!important;
    text-decoration: none;
}
.archive-edukacije h2 {
    font-size: 25px;
    font-weight: bolder;
    color: #1969b4;
    text-transform: uppercase;
    margin-top: 30px;
}
.container {
    margin: 0 auto;
}

    .dropdown-menu {
        position: absolute;
        top: 90%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #efefef;
        background-clip: padding-box;
        border: 1px solid #1969b4;
        border-radius: 0;
    }
    
    header.container {
    margin-bottom: 10px;
}
.navbar-brand {
    position: absolute;
    height: 110px;
    left: 0;
    overflow: hidden;
    width: max-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#home-links.inline-blocks {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

#home-links.inline-blocks a {
  display: inline-block;
  color: #003366;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

#home-links.inline-blocks a:hover span {
  color: #00B0A6;
}

#home-links .overflow-category {
  overflow: hidden;
  border-radius: 12px;
}

#home-links .overflow-category img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#home-links.inline-blocks a:hover img {
  transform: scale(1.05);
}

#home-links.inline-blocks span {
    position: absolute;
    margin-top: 0 !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    color: #1969b4;
    background: rgba(7, 175, 157, .2);
    justify-content: center;
    margin-top: 8px;
    font-size: 1.1rem;
}
.navbar-brand img {
    width: auto;
    height: 100%;
}
.header {
    position: absolute;
    z-index: 2;
    width: 100%;
}

#breadcrumbs {
    background-color: transparent;
    margin-right: auto;
    margin-bottom: 0;
    margin: 15px 0;
}

    #breadcrumbs > span {
        display: flex;
        flex-direction: row;
        color: #1969b4;
        text-transform: uppercase;
        font-size: 14px;
        width: max-content;
        flex-wrap: wrap;
        line-height: 30px;
    }
    #breadcrumbs {
        width: 100%;
        display: flex;
    }
    #breadcrumbs > span > span {
        margin: 0 5px !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #breadcrumbs a {
        background: transparent !important;
        height: auto !important;
        width: auto !important;
        box-shadow: none !important;
        color: #1969b4 !important;
        border: none;
        font-size: 14px;
        margin: 0!important;
    }
    span.breadcrumb_last {
        margin-left: 5px;
        display: block;
    }
.left-blog > nav {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 3;
    width: 100%;
}
.breadcrumb li:last-of-type {
    display: none;
}
.cmplz-soft-cookiewall {
    z-index: 999999;
}
.breadcrumb span.separator {
    background: rgb(15,117,188);
    color: rgb(245,233,29);
    border-radius: 25px 0;
    text-transform: uppercase;
    border: 1px solid rgb(255,255,255);
    font-size: 20px;
    font-weight: bolder;
    padding: 0;
    margin: 0 10px;
    width: 20px;
    height: 10px;
    text-align: center;
    transition: all .5s;
}
#breadcrumbs a {
    background: transparent!important;
    height: auto!important;
    width: auto!important;
    box-shadow: none!important;
}
.zpk-logo {
    position: sticky;
    bottom: 0;
}
.zpk-logo img {
    position: absolute;
    z-index: 1;
    opacity: .1;
    bottom: 0;
    width: 300px;
    left: auto;
    right: 0;
}
header#not-home .important-news {
    margin-bottom: 15px;
}
header > .over-background {
    display: none;
}
header#not-home > .over-background {
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(15,117,188,.7);*/
    /*z-index: 1;*/
    display: none;
}
header svg {
    display: none;
}
header#not-home svg {
    height: 50px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 0;
    -ms-transform: translateX(-50%);
    background: transparent;
    rotate: 180deg;
    top: 0;
    z-index: 99;
    fill: #fff;
}
.top-bar {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
    height: auto;
}
.top-bar ul.navbar-nav.socials, .top-bar ul.navbar-nav.contact-data {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin: 0;
    z-index: 1;
    margin-top: auto;
}
main#not-homepage {
    color: #000000;
    margin-bottom: 30px;
}
.page-content h1 {
    margin-top: 25px;
}
.top-bar .nav-link {
    color: #1969b4!important;
}
.top-bar .socials li.nav-item, .top-bar .contact-data li.nav-item {
    padding: 5px 15px;
  }
.top-bar .contact-data li.nav-item i {
    padding: 0 5px;
}
.navbar {
    padding: 15px 25px!important;
    z-index: 2;
}
nav a {
    color: rgb(15,117,188);
    text-transform: uppercase;
}
.dropdown-item {
    text-transform: none;
}
.navbar-toggler {
    margin: 15px 25px;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
#nav-icon2 {
    width: 30px;
    height: 30px;
    position: relative;
    -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;
}
#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #1969b4;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#rekordi-zpk h2#panelsStayOpen-headingOne {
    width: 100%;
    border: 2px solid #0056b3;
    margin-top: 50px;
    background: rgba(1,86,179,.1);
}
.selekcije {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #efefef;
    border: 1px solid #efefef;
    background-color: #1969b4;
}
.selekcije h2 {
    margin-bottom: 0!important;
    color: #efefef!important;
    text-shadow: none!important
}
#rekordi-zpk h2#panelsStayOpen-headingOne > a {
    color: #1969b4;
    border: 1px solid #1969b4;
    border-radius: 15px 15px 0 0;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px;
    position: relative;
    
    transition: all .5s;
}
#rekordi-zpk h2#panelsStayOpen-headingOne > a.collapsed {
    border-radius: 15px;
}
.selekcije .image-under.hidden {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    background: rgba(255, 255, 255, .2);
}
.selekcije .image-under.hidden h2 {
    margin-top: 0;
    height: 130px !important;
    margin-top: auto;
    font-size: 14px !important;
    padding: 10px;
    z-index: 2;
    color: #ffffff !important;
    justify-content: flex-start;
}
#rekordi-zpk h2#panelsStayOpen-headingOne > a::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    
    transition: transform .5s;
}
#rekordi-zpk h2#panelsStayOpen-headingOne > a.collapsed::after {
    transform: translateY(-50%) rotate(0deg);
}
#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 13px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 26px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
    left: 2px;
    top: 7px;
}
#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 7px;
}
#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
    left: 2px;
    top: 19px;
}
#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 19px;
}
.navbar {
    padding: 15px 25px 0 25px!important;
    position: relative;
    z-index: 999;
}
#main_nav > .navbar-nav {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: auto!important;
    margin-right: auto!important;
}
#main_nav nav a {
    color: #1969b4!important;
}
nav #main_nav > .navbar-nav .nav-item:hover > a {
    color: #efefef!important;
    background: #3DC5E9;
}
nav a {
    color: #1969b4!important;
}
button:focus {
    outline: none!important;
}
.offcanvas-header {
    display: none;
}
.blog-single {
    display: flex;
    justify-content: flex-start!important;
}
.blog-single .left-blog {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    min-width: 300px;
    z-index: 0;
}
.blog-single .left-blog img {
    position: sticky;
    top: 48px;
    padding: 0 0 15px 0;
    height: 65vh;
    width: auto;
    max-width: 1600px;
    margin: 0 auto;
    filter: drop-shadow(2px 4px 6px rgba(15,117,188, .75));    
    width: 100%;
    height: auto;
}
.blog-single .right-blog {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    min-width: 300px;
    z-index: 1;
    padding: 10px;
    top: 38px;
}
.blog-single .right-blog h1 {
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: bolder;
    color: #1969b4;
    text-transform: uppercase;
    margin-top: 30px;
}
.blog-single .right-blog p {
    font-size: 17px;
    line-height: 30px;
    z-index: 2;
}
.blog-single a {
    background: none!important;
    color: rgba(15,117,188,1);
    box-shadow: none!important;
}
.important-news a:hover {
    color: #ffffff;
}
.important-news a {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    font-size: 14px;
}
.highlight a {
    background-color: transparent;
    color: rgb(245,233,29);
    margin: 0 10px 0 40px;
    text-transform: uppercase;
    border: 4px solid #1969b4;
    font-size: 20px;
    font-weight: bolder;
    padding: 5px;
    width: 280px;
    text-align: center;
    transition: all .5s;
    margin: 0 auto;
    margin-top: 30px;
    box-sizing: border-box;
}
nav li {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mySwiper-home .swiper-slide {
    padding: 0;
    height: 120vh;
    max-height: 1000px;
    max-width: 100%;
}
.mySwiper-home .swiper-slide .background-animation img {
    transform: scale(1.8);
    transition: transform 10s linear;
    max-width: 10000px;
}
.background-animation {
    display: flex;
    justify-content: center;
    background: #0F75BC;
}
.mySwiper-home .swiper-slide.swiper-slide-active .background-animation img {
    transform: scale(2);
}
.content-animation {
    position: absolute;
    bottom: 10vh;
    left: 50px;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.content-animation:hover {
    text-decoration: none;
}
.overflow-color {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(15,117,188,.5);
    top: 0;
    left: 0;
}
.swiper-slide {
    padding: 15px;
}

.left-part img {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 300px;
    width: auto;
    height: auto;
}

.important-news {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border: 1px solid #1969b4;
}
.title-block {
    background-color: #1969b4!important;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: black;
    color: #efefef;
    padding: 5px 25px;
    z-index: 1;
}
.title-block span {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}
.mySwiper .swiper-slide {
    padding: 50px;
}
.swiper-slide .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 60px;
}
.swiper-slide .subtitle {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    color: rgb(245,233,29);
}
.swiper-slide .text {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
.swiper-pointer-events {
    background: #efefef;
}
.mySwiper-home .swiper-slide {
    padding: 0;
}
.swiper-pagination {
    text-align: right;
    padding-right: 50px;
    bottom: 10vh!important;
}
span.swiper-pagination-bullet {
    background-color: #ffffff;
}
.inline-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px;
    border-top: 2px solid #1969b4;
    border-bottom: 2px solid #1969b4;
}
.inline-blocks a {
    height: 136px;
    border: 2px solid #1969b4;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 400px;
    /* box-shadow: 1px 1px 5px rgba(0,0,0,.5); */
    /* background: #ffffff; */
    text-transform: uppercase;
    color: #1969b4;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
}
.overflow-category {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
}
svg {
    height: 50px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 0;
    -ms-transform: translateX(-50%);
    background: transparent;
    rotate: 180deg;
    top: -50px;
    z-index: 99;
    fill: lightyellow;
    max-width: 100%;
}
.about-club {
    position: relative;
    color: #1969b4;
}
.about-club .container {
        background-image: url('https://zpk.hr/wp-content/uploads/2024/08/background-big.webp');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
}
.content-about {
    display: grid;
    grid-template-columns: 332px 1fr;
    width: 100%;
}
.inline-block.counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
}
.left-part,
.bottom-right-part {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}

.bottom-right-part img {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sponsors h2 {
    text-align: center;
    color: #1969b4;
    font-size: 16px;
    text-transform: uppercase;
}
.about-club .right-part {
    padding: 75px 50px 50px 25px;
}
.about-club span {
    color: rgb(245,233,29);
}
.about-club h2 {
    line-height: 40px;
    margin-bottom: 30px;
}
.about-club p {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
i.fa-solid.fa-person-swimming {
    color: rgb(245, 233, 29);
}
.elementor-counter {
    max-width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 7px;
    background-color: transparent;
}
.table {
    color: #1969b4;
}


.elementor-counter-number-wrapper {
    background: transparent;
    width: 160px;
    height: 80px;
    color: #00AF9D;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    border: 2px solid #003DA5;
}
.elementor-counter-number-wrapper span {
    color: #003DA5;
}
#calendars table {
    color: #1969b4;
}
.elementor-counter-title,
.elementor-counter-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.content-about .inline-blocks {
    padding: 50px 25px;
}
.content-about-second {
    display: grid;
    grid-template-columns: auto 770px;
    width: 100%;
}
.sponsors {
    margin: 0px auto 0 auto;
    border-top: 2px solid #1969b4;
    border-bottom: 2px solid #1969b4;
    margin-bottom: 30px;
    padding-top: 30px;
}

.inline-blocks-sponsors {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 900px;
    margin: 30px auto;
}
.inline-blocks-sponsors a {
    max-width: 175px;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 5px;
    flex: 1 1 auto;
    margin: 5px;
}
.inline-blocks-sponsors img {
    max-height: 75px;
    width: auto;
}
.page-content h3 {
    color: #07af9d;
    font-weight: 100;
    text-transform: uppercase;
}
b {
    color: #07af9d;
}
.docs {
    display: flex;
}
.file-name {
    margin-left: 10px;
}
.file-name p {
    margin-bottom: 0;
}
.file_manager li {
    list-style: none;
    margin: 15px 0;
}
.docs .btn.btn-icon.btn-primary {
    height: fit-content;
    margin: auto 0;
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    background: #07af9d;
}
footer {
    position: relative;
    background: #01b2dc42;
}
footer .container {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
footer ul,
footer .newsletter {
    max-width: 400px;
    width: 25%;
    padding: 0;
    z-index: 2;
}
footer ul li:first-of-type {
    font-size: 15px;
    color: #1969b4;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #1969b4;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
footer .newsletter {
    font-size: 15px;
    color: #1969b4;
}
footer ul li {
    list-style: none;
    line-height: 30px;
}
footer ul li img {
    max-width: 150px;
    position: relative;
    z-index: 3;
    height: auto;
}

footer ul li a {
    color: #1969b4;
    font-size: 15px;
}
.overlay-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
footer .navbar-brand {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
}
header > .container:first-of-type {
    position: relative;
}
footer .navbar-brand img {
    max-width: 250px;
    position: relative;
    z-index: 3;
    height: auto;
    top: 0;
}
ul.socials-footer a.nav-link {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 15px;
    color: #1969b4;
}
ul.socials-footer i.fa-solid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    margin-right: 15px;
}
footer hr {
    background: #efefef;
    height: 1px;
    width: 100%;
    z-index: 2;
}
.bottom-footer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
footer small {
    padding: 10px 0;
    color: #efefef;
    z-index: 3;
    position: relative;
}
footer small a {
    padding: 0 10px;
    font-size: 15px;
}
main > svg:last-of-type {
    height: 50px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 0;
    -ms-transform: translateX(-50%);
    background: transparent;
    rotate: 0deg;
    top: 50px;
    z-index: 99;
    fill: #ffffff;
}
.filterDiv {
    color: #ffffff!important;
    max-width: 0;
    min-width: 0;
    text-align: center;
    display: block;
    width: 22%;
    margin: 0;
    margin-bottom: 5px;
    text-decoration: none!important;
    box-shadow: 1px 1px 5px rgb(0,0,0);

    transition: all .5s;
}
.filterDiv h2 {
    transition: all .5s;
    font-size: 16px;
    text-transform: uppercase;
    color: #1969b4;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 55px;
}
.arhiva-slika .filterDiv h2 {
    height: auto;
    padding: 5px;
}
.filterDiv:hover h2 {
    color: rgb(255,255,0);
}
.filterDiv .image-overlay {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.filterDiv .image-overlay img {
    position: absolute;
    width: auto;
    max-width: fit-content;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.filterDiv a.single-content {
    padding: 15px;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-decoration: none!important;
    
    transition: all .5s;
}
.filterDiv:hover a.single-content {
    padding: 0;
    height: 0;
}
.filterDiv  span {
    font-size: 13px;
    line-height: 50px;
}
.filterDiv a.single-content h2 {
    font-size: 26px;
}
.filterDiv .image-under {
    overflow: hidden;
    height: 100%;
    width: 100%;
    /* max-height: 0; */
    max-height: 350px;
    
    transition: all 1s;
}
#filters .image-under p {
    line-height: 18px;
    font-size: 16px;
    padding: 0 5px;
}
#filters {
    margin: 25px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 650px;
}
#myBtnContainer {
    margin-top: 25px;
}
.btnFilt {
    outline: none;
    background-color: #efefef;
    color: #1969b4;
    border: 1px solid #1969b4;
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .5s;
}
.btnFilt:hover {
    background-color: #1969b4;
    color: #efefef;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 10px;
}
.btnFilt.active {
    background-color: #1969b4;
    color: #efefef;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 10px;
}
.important-results {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 2rem;
    background: rgb(15,117,188,.75);
    border-radius: 0 0 25px 0;
    box-shadow: 0px 0px 12px #000;
}
.rezultat {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    text-align: center;
    box-shadow: none;
    padding: 15px;
    margin: 0px;
    flex: 1 1 auto;
    border-radius: 0;
}
.rezultat > span {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
span.uo-position {
    color: #00AF9D;
    margin-left: 10px;
}
button.btn.btn-link:not(.collapsed),
button.btn.btn-link.collapsed {
    position: relative;
}
button.btn.btn-link.collapsed {
    background: rgb(15,117,188)!important;
}
button.btn.btn-link.collapsed .decoration {
    display: none;
    bottom: 0;
    transform: translateX(-50%) rotate(0deg);
    
    transition: all .5s;
}
button.btn.btn-link:not(.collapsed) .decoration {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -20px;
    z-index: 0;
    box-shadow: 1px 1px 5px #000;
}
#accordion .card-headers .mb-0 {
    position: relative;
}
.rezultat a {
    margin-left: 20px;
}
#accordion .card-headers .mb-0 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 99999;
    background: rgb(15,117,188);
    border-radius: 25px 0;
}
.decoration {
    width: 40px;
    height: 40px;
    bottom: 0;
    background: rgb(15,117,188);
    transform: rotate(45deg);
    position: absolute;
}
.rezultat > span:first-of-type {
    font-size: 20px;
}
.card-headers {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: auto;
    width: min-content;
    margin-bottom: 30px;
    
}
#accordion .list-group {
    width: 500px;
    margin: 15px;
}
.container.inline-blocks.flags-inline {
    justify-content: center;
    margin: 30px 0;
}
.container.inline-blocks.flags-inline {
    display: flex;
    justify-content: center;
}
.inline-blocks .sppb-section a.btn {
    max-width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    float: left;
    margin: 20px;
    font-size: 14px;
}
#accordion .list-group-item {
    background: transparent!important;
}
#accordion .card-headers {
    border: 2px solid #1969b4;
}
#accordion .list-group-item:nth-of-type(1) {
    background: #1969b4!important;
    border-radius: 0;
}
#accordion .yellow {
    color: #1969b4;
    display: flex;
    justify-content: space-between;
}
h1.page-title {
    font-size: 25px;
    font-weight: bolder;
    color: #1969b4;
    text-transform: uppercase;
    margin-top: 30px;
}
.blue {
    color: rgb(15,117,188);
}
.yellow {
    color: rgb(245,233,29);
}
.card-header h5 > a {
    color: rgb(15,117,188);
    text-decoration: none!important;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    display: block;
    height: 100%;
}
.card-header button.btn.btn-link {
    text-decoration: none!important;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    text-align: center;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
    padding: 15px;
    margin: 0;
    flex: 1 1 auto;
    background: rgb(15,117,188);
    border-radius: 25px 0;
    color: rgb(245,233,29);
    width: 200px;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.card-header {
    padding: 0;
    margin: 2rem 1rem 1rem 2rem;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    border: none!important;
    background: none!important;
    outline: none!important;
    box-shadow: none!important;
}

.card {
    border: none;
    border-radius: 50px 0;
    margin-top: 50px;
    background: transparent;
}
#accordion .card {
    min-height: 100px;
}
.single-gallery .filterDiv.show {
    max-width: 450px;
}
#calendars > div {
    display: none;
    overflow-x: auto;
}
#calendars table {
    font-size: 14px;
}
#calendars table a {
    color: rgb(15,117,188);
}
#calendars > .active {
    display: block;
}
.single-gallery .filterDiv .image-overlay {
    overflow: hidden;
    height: 450px;
    position: absolute;
    min-width: 100% !important;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    margin: 15px auto;
}
.single-gallery .filterDiv h2 {
    font-size: 1rem;
}
.file_manager .file a:hover .hover,
.file_manager .file .file-name small{
    display: block
}
.file_manager .file {
    padding: 0 !important
}

.file_manager .file .icon{
    text-align: center
}


.file_manager .file {
    position: relative;
    border-radius: .55rem;
    overflow: hidden
}

.file_manager .file .image,
.file_manager .file .icon {
    max-height: 180px;
    overflow: hidden;
    background-size: cover;
    background-position: top;
}

.file_manager .file .hover {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    transition: all 0.2s ease-in-out;
}

.file_manager .file a:hover .hover {
    transition: all 0.2s ease-in-out;
}

.file_manager .file .icon {
    padding: 15px 10px;
    display: table;
    width: 100%;
}
.file_manager .file .icon i {
    display: table-cell;
    font-size: 30px;
    vertical-align: middle;
    color: #777;
    line-height: 100px;
}
.file_manager .file .file-name {
    padding: 10px;
    border-top: 1px solid #f7f7f7;
}
.file_manager .file .file-name small .date {
    float: right
}
.file_manager .folder {
    padding: 20px;
    display: block;
    color: #777;
}
.file_manager .card {
    transition: .5s;
    border: 0;
    border-radius: .55rem;
    position: relative;
    width: 100%;
}
.file_manager a:hover {
    text-decoration:none;
}
.contact-form{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.contact-form form {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.contact-form .form-control{
    border-radius: 1rem;
    background: #efefef;
    color: #1969b4 !important;
    border: 1px solid #1969b4 !important;
}
.contact-image {
    text-align: center;
    padding: 25px;
    box-shadow: none;
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(7, 175, 157, .6);
    color: #efefef;
}
main {
    padding-top: 0;
    transition: padding-top .5s;
}
header.contact-main svg {
    fill: #fff!important;
}
main.contact-main svg {
    fill: rgba(99,158,208,1)!important;
}
.modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.modal-content {
    border: none;
}
div#modalcv {
    border-radius: 50px 0;
}
div#modalcv img {
    border-radius: 35px 0 0 0;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 0 0 0 100%;
    background: #fff;
    opacity: 1;
}
#modalcv a {
    color: rgba(99,158,208,1)!important;
}
div#modalcv {
    max-width: 600px;
    width: 100%;
    background: #ffffff;
    max-height: 600px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.contact-image img {
    opacity: 1;
    padding: 20px;
}
.contact-image, form {
    max-width: 500px;
    width: 100%;
    margin: 50px 0;
}
.contact-form form {
    padding: 50px;
    max-width: 750px;
    background: rgb(255, 255, 255, .05);
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #1969b4;
}
.contact-image i {
    font-size: 100px;
    color: rgb(15,117,188);
    margin-bottom: 50px;
}
.form-group {
    margin-bottom: 0;
}
.form-group > span {
    margin-bottom: 15px;
    display: block;
}
form h3 {
    margin-bottom: 35px;
}
.contact-form .btnContact {
    width: 50%;
    border-radius: 1rem;
    margin-bottom: 0;
    padding: 1.5%;
    color: #1969b4;
    background-color: #efefef;
    font-weight: 100;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #1969b4;
    transition: all .5s;
    margin-top: 35px;
    font-size: 18px;
}
.contact-form .form-control::placeholder {
    color: #1969b4;
    text-transform: uppercase;
}
.contact-form .btnContact:hover {
    border: 1px solid rgb(15,117,188);
    background-color: rgb(255,255,255);
    color: rgb(15,117,188);
}
.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px; /* Adjusts the spacing between grid items */
    margin-top: 25px;
    margin-bottom: -1.875em;
    width: 100%;
    overflow: hidden;
}
.gallery a {
    background-color: transparent;
    margin-bottom: 1.875em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 200px!important;
    border: 1px solid #1969b4;
    border-radius: 10px;
}
.gallery img {
    margin-bottom: 0;
}
.arhiva-slika {
    min-height: 0!important;
}
.arhiva-slika .show {
    max-width: 100%;
}
.arhiva-slika .image-overlay img {
    position: absolute;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    max-width: max-content;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.filterDiv.show {
    max-width: 23%;
    flex: 1 1 auto;
    margin: 1%;
    border: 1px solid #1969b4;
    border-radius: 15px;
    overflow: hidden;
}
.blog-single {
    margin: 0 auto;
    display: flex;
    justify-content: center!important;
}
.blog-single .left-blog img {
    padding: 20px;
}

.blog-single .right-blog a {
    display: inline-block;
    border-radius: 0 !important;
    height: auto;
    width: min-content;
    padding: 5px 10px;
    border-radius: 7px !important;
    margin: 0 5px 0 0;
    white-space: nowrap;
}
.itemFullText {
    position: relative;
    z-index: 9999;
}
.clanovi-tima img {
    min-width: auto!important;
    height: 100%!important;
    width: auto!important;
}
.about-container + .inline-blocks img {
    max-width: 780px;
    height: auto;
    width: 100%;
    display: block;
    margin: 15px auto;
    position: sticky;
    top: 10px;
}
main#not-homepage .inline-blocks {
    grid-template-columns: repeat(2, 1fr);
    color: #1969b4;
}
.swimming-options {
    grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1595px;
    }
}
@media (max-width: 1200px) {
    #rekordi-zpk .accordion-body {
        overflow-x: auto;
    }
    .card-headers {
        flex-wrap: wrap;
    }
    .navbar-brand img {
        width: 100%;
        height: auto;
    }
    .navbar-brand {height: 310px;
        width: 340px;
        justify-content: flex-start;
    }
    .content-about-second {
        display: grid;
        grid-template-columns: auto 570px;
        width: 100%;
    }
    .bottom-right-part img {
        max-width: 100%;
    }
    .inline-blocks a {
        max-width: 400px;
        margin: 20px 10px;
    }
    .filterDiv.show {
        width: 31%;
        max-width: 31%;
    }
    .filterDiv h2 {
        text-shadow: 1px 1px 0px #000000;
    }
    .image-under p {
        font-size: 13px;
        text-shadow: 1px 1px 0px #000000;
    }
}
.ps .left-part {
    flex-direction: column;
}
.ps .right-part, .ps .left-part {
    padding: 20px;
}
.ps a {
    height: auto;
    width: max-content;
    padding: 10px;
    color: #1969b4 !important;
    font-weight: normal;
    margin: 10px!important;
}
@media only screen and (max-width: 992px) {
    .contact-image {
        max-width: 100%;
        border-radius: 25px;
        margin-bottom: 10px;
    }
    .contact-form form {
        padding: 50px;
        max-width: 100%;
        background: rgb(255, 255, 255, .05);
        border-radius: 25px;
        color: #ffffff;
        box-shadow: none;
        border: 1px solid #1969b4;
    }
    .contact-form form {
        margin-top: 0;
    }
    .inline-blocks a span:last-of-type {
        bottom: 10px;
        right: 35px;
    }
    #calendars table {
        font-size: 12px;
    }
    .blogs ol.breadcrumb {
        padding-left: 0;
    }
    header {
        z-index: 999;
    }
    .navbar-toggler {
        margin-right: 0;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .top-bar {
        height: auto;
    }
    .navbar-brand {
        height: auto;
        width: auto;
        justify-content: flex-start;
        position: relative;
    }
    .top-bar ul.navbar-nav.socials, .top-bar ul.navbar-nav.contact-data {
        display: none;
    }
    .dropdown-menu {
        display: none;
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        max-height: 0px!important;
        float: left;
        min-width: 10rem;
        padding: 0!important;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgb(0,0,0,.15);
        border-radius: 0.25rem;
    }
    .dropdown-menu.show {
        display: block;
        max-height: 300px!important;
        transition: max-height 1s;
    }
    .navbar-collapse.show .offcanvas-header {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
    header > .navbar {
        padding: 0;
        position: absolute;
        right: 0;
        top: -10px;
        width: auto;
        height: auto;
        padding: 10px !important;
    }
    header.container {
        position: relative;
    }
    .offcanvas-header{ 
        display:block; 
    }
    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        transform: translateX(-105%);
        width: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: black;
        transition: all .5s;
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(0%);
        width: 250px;
        z-index: 99999;
    }
    .navbar-collapse.show,
    .navbar-collapse {
        flex-direction: column;
        background: rgb(15,117,188);
        background: linear-gradient(315deg, rgba(15,117,188,1) 0%, rgba(3,6,25,1) 90%);
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: column;
    }
    .inline-blocks a {
        width: 100%;
        overflow: visible;
    }
    .inline-blocks img {
        height: auto;
        width: 100%;
    }
    .top-bar ul.navbar-nav.socials, .top-bar ul.navbar-nav.contact-data {
        margin-bottom: auto;
        margin-top: 0;
    }
    .navbar-collapse.show .navbar-nav .nav-item:last-of-type .nav-link,
    .navbar-collapse .navbar-nav .nav-item:last-of-type .nav-link{
        margin-left: 0;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    div#main_nav.show .offcanvas-header.mt-3,
    div#main_nav .offcanvas-header.mt-3 {
        margin-bottom: 30px;
    }
    .navbar-collapse a.nav-link {
        color: #fff;
    }
    .dropdown-menu.show {
        background: transparent;
    }
    .dropdown-item {
        color: rgb(245,233,29,1);
    }
    .blog-single .right-blog h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .blog-single .right-blog p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-club .right-part {
        padding: 0;
    }
    .about-club h2 {
        line-height: 30px;
        margin-bottom: 30px;
        font-size: 23px;
    }
    .elementor-counter {
        max-width: 160px;
    }
    .elementor-counter-number-wrapper {
        width: 146px;
    }
    .content-about-second {
        display: grid;
        grid-template-columns: auto 400px;
        width: 100%;
    }
    .inline-blocks-sponsors {
        width: 100%;
        max-width: 900px;
    }
    .inline-blocks-sponsors a {
        max-width: 125px;
    }
    footer .navbar-brand {
        top: 0;
    }
    footer ul, footer .newsletter {
        max-width: none;
        width: auto;
    }
    #main_nav > .navbar-nav {
        flex-direction: column;
    }
    footer .container {
        padding: 25px 15px;
    }
    .navbar-collapse.show, .navbar-collapse {        
        background: #1969b4;
    }
    .navbar-collapse.show a {
        color: #efefef !important;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
    }
    .gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .contact-form {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .plivackaskola {
        flex-direction: column;
        display: flex;
    }
    .plivackaskola form {
        max-width: 100%;
        width: 100%;
        margin: 30px 0;
    }
}
.plivackaskola .form-control {
    background: transparent;
    border: 1px solid #1969b4;
    color: #1969b4;
}
.plivackaskola .form-control::placeholder{
    color: #1969b4;
    text-transform: uppercase;
}
.plivackaskola .form-control::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none; /* For some browsers */
}
.plivackaskola input.wpcf7-form-control.wpcf7-submit.has-spinner.btnContact {
    background: transparent;
    -webkit-appearance: none;
    border: 1px solid #1969b4;
    border-radius: 10px;
    padding: 10px;
    color: #1969b4;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    
.navbar-brand img {
    max-width: 190px;
}
    .ps {
        flex-direction: column;
        display: flex;
    }
    .ps .right-part, .ps .left-part {
        padding: 30px 0!important;
    }
    .gallery {
        column-count: 3;
    }
    .top-bar {
        flex-direction: column;
    }
    .top-bar ul.navbar-nav.socials, .top-bar ul.navbar-nav.contact-data {
        flex-wrap: wrap;
        width: 100%;
    }
    ul.navbar-nav.contact-data li.nav-item {
        width: 50%;
        padding: 10px 2px;
    }
    .important-news {
        flex-direction: column;
        overflow: hidden;
    }
    .title-block {
        width: 100%;
    }
        .title-block span {
            justify-content: center;
        }
    .important-news .swiper-slide {
        width: 100%!important;
    }
    .content-animation {
        left: 0;
    }
    .swiper-slide .title {
        font-size: 30px;
        line-height: 40px;
    }
    .inline-blocks a {
        width: 100%;
        margin: 0 auto;
    }
    .inline-blocks img {
        height: 100%;
        width: auto;
    }
        .inline-blocks a span:first-of-type {
            font-size: 20px;
        }
        inline-blocks a span:last-of-type {
            font-size: 12px;
        }
    .content-about {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
    }
    footer .container{
        flex-direction: column;
    }
    .left-part, .right-part, .bottom-left-part, .bottom-right-part {
        width: 100%;
    }
    footer ul, footer .newsletter {
        width: 100%;
    }
    .bottom-left-part {
        padding: 25px;
    }
    .elementor-counter {
        max-width: 120px;
        width: 100%;
        margin: 10px;
    }
    .filterDiv .image-overlay {
        height: 120px;
        width: 250px;
    }
    .filterDiv .image-under {
        height: 100%;
        width: 100%;
        max-height: 0;
        max-height: 150px;
        justify-content: flex-start;
        flex-direction: row;
        text-align: left;
    }
    .image-under p {
        display: none;
    }
    .filterDiv h2 {
        font-size: 16px;
    }
    #filters {
        flex-direction: column;
    }
    .filterDiv {
        color: #ffffff!important;
        max-width: 100%;
        min-width: 100%;
        text-align: center;
        display: flex;
        max-height: 0;
        overflow: hidden;
        width: 100%;
        margin: 0;
        margin-bottom: 0;
    }
    .filterDiv.show {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        height: 120px;
        max-height: 120px;
    }
    .btnFilt {
        font-size: 13px;
    }
    .blog-single {
        flex-direction: column;
    }
    .blog-single .left-blog img {
        padding: 20px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%!important;
        max-width: 100%!important;
        height: auto;
    }
    .blog-single .left-blog {
        min-width: 100%;
    }
    .right-blog {
        max-width: 540px;
        width: 100%!important;
        margin: 0 auto;
    }
    .blog-single .right-blog {
        min-width: auto;
        max-width: 100%;
    }
    .rezultat > span:first-of-type {
        font-size: 14px;
        margin-left: 0;
    }
    .card-body {
        padding: 10px!important;
    }
    .inline-blocks.blogs {
        justify-content: flex-start;
    }
    .contact-image, form {
        margin: 30px auto;
        max-width: 500px;
        display: block;
        width: 380px;
    }
    .inline-blocks a span:last-of-type {
        right: 60px;
    }
    .left-part img {
        position: relative;
        max-width: 200px;
    }
    .about-club .right-part {
        padding: 15px 0;
        text-align: center;
    }
    .inline-blocks {
        grid-template-columns: repeat(1, 1fr);
    }
    .inline-block.counters {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0;
    }
    .elementor-counter {
        max-width: 160px;
        margin: 15px auto;
    }
    .bottom-left-part {
        padding: 0;
        text-align: center;
    }
    .content-about-second {
        grid-template-columns: 1fr;
    }
    .about-club h2 {
        margin-top: 20px;
        line-height: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        text-transform: uppercase;
    }
    .filterDiv .image-under {
        padding: 10px;
        position: relative;
    }
    .filterDiv h2 {
        font-size: 14px;
        height: calc(100% - 30px);
        margin-top: 20px;
    }
    .filterDiv span {
        font-size: 13px;
        line-height: normal;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .filterDiv .image-overlay img {
        position: absolute;
        min-width: 100%;
        max-width: fit-content;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    #breadcrumbs a, #breadcrumbs > span {
        font-size: 10px;
    }
    
    .gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .card-headers {
        width: 100%;
    }
    #breadcrumbs > span {
        line-height: 20px;
    }
}
@media (max-width: 425px) {
    .inline-blocks a i {
        top: 30px;
    }
    .gallery {
        column-count: 2;
    }
    .card {
        border-radius: 38px 0;
        padding: 10px;
    }
    .contact-image, form {
        max-width: 500px;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact-form form {
        padding: 25px;
    }
    .card-headers {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }
    .card-header {
        width: 48%;
        max-width: 48%;
        margin: 0%;
    }
    .card-header button.btn.btn-link {
        padding: 0;
        border-radius: 30px 0;
        width: 100%;
        height: 50px;
    }
    .card-body {
        padding: 10px!important;
        margin: 2rem 0 0 0;
    }
    .rezultat {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        text-align: center;
        box-shadow: none;
        padding: 5px 0;
        margin: 0px;
        flex: 1 1 auto;
        border-radius: 0;
    }
    .rezultat > span:first-of-type {
        font-size: 14px;
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        text-align: left;
    }
    #accordion .card-headers .mb-0 {
        font-size: 11px;
    }
    .blog-single .right-blog {
        min-width: auto;
        max-width: 100%;
        box-shadow: none;
    }
    .card {
        min-height: fit-content;
    }
    .btnFilt {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .filterDiv h2 {
        font-size: 13px;
    }
    .navbar {
        padding: 15px!important;
    }
    .navbar-brand {
        margin-right: 0;
    }
    ul.navbar-nav.contact-data li.nav-item a.nav-link {
        font-size: 12px;
    }
    .top-bar .socials li.nav-item, .top-bar .contact-data li.nav-item {
        padding: 5px 15px 5px 12px;
    }
    .important-news a {
        font-size: 11px;
    }
    .mySwiper-home .swiper-slide,
    .mySwiper-home .swiper-slide .background-animation img {
        height: 800px;
    }
    .content-animation > .container {
        padding-left: 0;
        padding-right: 0;
    }
    .swiper-slide .title {
        font-size: 20px;
        line-height: 30px;
    }
    .inline-blocks {
        justify-content: center;
    }
    .inline-blocks a {
        width: 100%;
        height: 175px;
    }
    .inline-blocks a i {
        font-size: 60px;
    }
    .inline-blocks a span:first-of-type {
        font-size: 13px!important;
        top: 80px!important;
        left: 30px;
    }
    .inline-blocks a span:last-of-type {
        bottom: 10px;
    }
    .inline-blocks a span:last-of-type {
        font-size: 10px;
    }
    .content-about .inline-blocks {
        padding: 15px 0;
    }
    .about-club .right-part {
        padding: 30px 15px;
    }
    .about-club h2,
    .about-club .bottom-left-part h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .about-club p {
        font-size: 14px;
        line-height: 24px;
    }
    .elementor-counter {
        max-width: 100px;
    }
    .bottom-left-part {
        padding: 15px;
    }
    .inline-blocks-sponsors a {
        max-width: 135px;
    }
    footer .container {
        padding: 50px 15px 30px 15px;
    }
    footer .nav-link {
        padding: 0;
    }
    .socials-footer li.nav-item {
        font-size: 14px;
        margin-bottom: 10px;
    }
    ul.socials-footer i.fa-solid {
        font-size: 20px;
    }
    footer ul li:first-of-type,
    footer .newsletter {
        font-size: 25px;
    }
    footer ul li {
        line-height: 30px;
    }
    footer a {
        font-size: 14px;
    }
    footer ul li:first-of-type {
        margin-bottom: 15px;
    }
    .inline-blocks a {
        height: 136px;
    }
    .inline-blocks a span:last-of-type {
        font-size: 16px !important;
    }
    .inline-block.counters {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-counter {
        max-width: 160px;
    }
    .highlight a {
        width: 100%;
    }
    .filterDiv span {
        font-size: 10px;
    }
    #breadcrumbs {
        width: 100%;
        display: flex;
    }
    #breadcrumbs > span {
        flex-wrap: wrap;
    }
    .blog-single .right-blog a {
        display: inline-block;
    }
    .arhiva-slika .filterDiv h2 {
        font-size: 14px !important;
        height: calc(100% - 20px);
    }
    
    .gallery {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 320px) {
    .selekcije .image-overlay img {
        max-width: 100%;
        height: auto !important;
        min-height: auto;
    }
    .inline-blocks a {
        width: 100%;
        height: 115px;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        margin: 10px;
    }
    .inline-blocks a i {
        font-size: 25px!important;
        position: relative;
        display: flex;
        align-self: center;
        left: 10px;
        justify-content: center;
        text-align: center;
        width: 40px;
        transform: none;
        top: 0;
    }
    .inline-blocks a span:first-of-type {
        font-size: 16px!important;
        top: 0!important;
        text-align: left!important;
        margin-right: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }
    /*.inline-blocks a span:last-of-type {*/
    /*    position: relative;*/
    /*    padding: 15px;*/
    /*    text-transform: uppercase;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    transition: all .5s;*/
    /*    z-index: 1;*/
    /*    color: #000000;*/
    /*    height: 100%;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    flex-direction: column;*/
    /*    font-size: 8px!important;*/
    /*}*/
    .inline-blocks a:last-of-type span {
        color: #ffffff!important;
    }
    .inline-blocks-sponsors img {
        max-height: 35px;
        width: fit-content;
        text-align: center;
        align-self: center;
    }
    .inline-blocks a {
        margin: 0!important;
    }
    .inline-blocks-sponsors a {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 5px;
    }
    .inline-blocks-sponsors img {
        max-height: 35px;
        width: 100%;
        text-align: center;
        align-self: center;
    }
    .filterDiv .image-overlay {
        height: 120px;
        width: 150px;
    }
    
    .arhiva-slika .filterDiv h2 {
        font-size: 12px !important;
        height: calc(100% - 20px);
    }
}







/* Extra large devices (large desktops, 1200px and up) */


