@font-face {
  font-family: "OpenSans";
  src: url("fonts/static/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("fonts/static/OpenSans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("fonts/static/OpenSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("fonts/static/OpenSans/OpenSans-Light.ttf");
}
html,
body {
  margin: 0px;
  font-family: "OpenSans", "sans-serif";
}
.body-all {
  background: url("images/background.png");
  background-repeat: repeat-y;
  background-position-x: center;
}
.cke_notifications_area{
    display:none !important;
}
.header-banner {
  background: #01264b;
  height: 55px;
  width: 100%;
  position: relative;
}
.header-index .header-icons {
  position: absolute;
  right: 2%;
  cursor: pointer;
  top: 10px !important;
}
.all {
  height: 168px !important;
}
.holder {
  height: 186px;
  position: absolute;
  top: 0px;
  width: 100%;
  background: white;
}
.header .header-icons {
  position: absolute;
  right: 2%;
  top: 64px;
  cursor: pointer;
}
.header-index {
  height: 119px;
  background: white;
  margin-top: 55px;
  position: absolute;
  width: 100%;
  top: 0px;
}
.header {
  background: white;
}
.menu {
  flex-wrap: wrap;
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
  align-items: flex-end;
}
.nav {
  position: relative;
  top: -13px;
  margin-top: -26px;
}
.nav ul {
  display: flex;
  list-style-type: none;
  align-items: flex-end;
  gap: 23px;
}
.nav ul li {
  line-height: 10px;
  color: #363636;
}
#dokumenta-drop:hover #dokumenta-menu {
  display: block !important;
  opacity: 1;
}
#dokumenta-menu:hover {
  display: block !important;
}
.hero-holder {
  position: relative;
  width: 100%;
  height: 116px;
}
.blue-banner {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 55px;
}
#dokumenta-drop {
  display: block;
}
#dokumenta-menu li {
  /* padding:0px 10px; */
}
.sticky .header-icons {
  top: 10px;
}
#dokumenta-menu a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.active-menu {
  border-bottom: 5px solid #ef4e41 !important;
  padding-bottom: 5px;
  position: relative;
  z-index: 5;
}

#dokumenta-drop:hover #dokumenta-menu {
  display: block;
  opacity: 1;
}
#dokumenta-menu:hover {
  display: block !important;
}
#dokumenta-menu {
  z-index: 30;
  opacity: 0;
  transition: 1s;
  display: none;
  position: absolute;
  max-width: 300px;
  font-size: 20px;
  text-align: center;
  background: #ef4e41;
  padding: 6px 0px;
  width: 11vw;
  margin-left: -38%;
  margin-top: 27px;
  color: white;
}
#dokumenta-drop {
  z-index: 100;
  position: relative;
  display: block;
}
#dokumenta-menu li {
  padding: 5px 0px !important;
}
#dokumenta-menu a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}
/*end drop menu for documents*/
#admin-drop:hover #admin-menu {
  display: block;
  opacity: 1;
}

#admin-menu:hover {
  display: block;
}
#admin-menu li a {
  border-bottom: 0px !important;
}
#admin-menu {
  width: 100%;
  min-width: 180px;
  right: 0px;
  opacity: 0;
  transition: 1s;
  display: none;
  position: relative;
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  background: #ef4e41;
  z-index: 10;
  padding: 6px 0px;
  margin-top: 27px;
}
#admin-drop {
  position: relative;
  cursor: pointer;
  display: block;
  z-index: 10;
}
.sticky .header {
  height: 125px;
}
#admin-menu li {
  padding: 5px 10px;
}
#admin-menu li:hover {
  background-color: #01264b;
}

#admin-menu a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.sticky {
  position: fixed !important;
  width: 100%;
  top: 0px;
  height: auto;
  padding-bottom: 10px;
  margin-top: 0px;
  z-index: 15;
}
/*end drop menu for admin*/
#najave-menu {
  display: none;
  position: absolute;
  font-size: 20px;
  text-align: center;
  background: #ef4e41;
  width: 100%;
  z-index: 20;
  margin-top: 24px;
  color: white;
  padding: 6px 0px;
}
#najave-menu li a {
  border-bottom: 0px !important;
}
.insta-icon {
  margin-left: 13px;
}
.najaveDropDown:hover {
  display: block !important;
}
#najave-drop:hover #najave-menu {
  display: block !important;
  opacity: 1;
}
#najave-drop {
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: block;
}
#najave-menu:hover {
  display: block;
}
#admin-menu {
  z-index: 100;
}
#admin-drop::before {
  content: "";
  height: 47px;
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: 22px;
  display: block;
}
#najave-menu::before {
  content: "";
  height: 30px;
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: -25px;
  display: block;
}
.activity-active {
  border-bottom: 5px solid #c2c2c2;
  padding-bottom: 5px;
}
.najave-active {
  border-bottom: 5px solid #c2c2c2;
  padding-bottom: 5px;
}
.admin-active {
  border-bottom: 5px solid #c2c2c2;
  padding-bottom: 5px;
}
.dokument-active {
  border-bottom: 5px solid #c2c2c2;
  padding-bottom: 5px;
}
#dokumenta-menu::before {
  content: "";
  height: 30px;
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: -30px;
  display: block;
}
#najave-menu li {
  padding: 5px 10px;
}

#najave-menu li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}
/*end drop menu for activities*/

.nav ul li a {
  font-family: "OpenSans";
  font-size: clamp(14px, 1vw, 30px);
  color: #363636;
  text-decoration: none;
}
.nav-icon ul {
  display: flex;
  gap: 11px;
  list-style-type: none;
}
.nav-resp {
  display: none;
}
/* NASLOVNA*/
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-text {
  width: 60.2%;
  height: 613px;
  margin: 0 auto;
  top: 158px;
  left: 290px;
  position: absolute;
}
.hero-text h2 {
  color: white;
  letter-spacing: 9px;
  font-size: 42px;
}
.hero-arrows {
  margin: 0 auto;
  width: 33%;
  z-index: 3;
  position: relative;
  margin-top: -232px !important;
}
.blue-arrow {
  position: relative;
  top: -38px;
  margin-right: -10px;
}
.hero-text h1 {
  font-size: 95px;
  font-family: "OpenSans-Bold";
  color: white;
  line-height: 115px;
  margin-left: -10px;
  margin-bottom: 17px;
}
.hero-text button {
  font-size: 22px;
  color: white;
  background: #ef4e41;
  cursor: pointer;
  border: none;
  width: 216px;
  height: 66px;
}
.hero-text button a {
  color: white;
  text-decoration: none;
}
.hero-text button a:hover {
  color: white;
  text-decoration: none;
}
.naslovna {
  width: calc(100% - 46px);
  z-index: -1;
  top: 0px;
  margin-left: 46px;
}
.info-text {
  width: 60.2%;
  margin: 50px auto;
  position: relative;
}
.info-subheader {
  color: #030d28;
  font-size: 40px;
  font-family: "Opensans-Bold";
}
.info-paragraph {
  max-width: 967px;
  color: #030d28;
  font-family: "Opensans";
  font-size: 20px;
}
.info-text img {
  margin-top: 18px;
  margin-bottom: 62px;
}
.index-aktivnost {
  margin-top: 129px;
  position: relative;
}
.aktivnost {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.activity-content {
  height: 524px;
  width: 80%;
  margin: 0 auto;
  background: white;
  position: relative;
}
.aktivnost h2 {
  font-size: 48px;
  font-family: "OpenSans-Bold";
  color: white;
  line-height: 35px;
  margin-bottom: 48px;
  text-align: center;
}
.aktivnost {
  width: 100%;
  height: 886px;
  background: #9a9ea9;
}
.grey-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: -80px;
  z-index: -1;
}
.index-news {
  width: 66.2%;
  margin: 90px auto;
  display: grid;
  min-width: 1200px;
  grid-template-columns: 62% 38%;
}
.linije-vest {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 12px;
}
.footer-kids-img {
  position: absolute;
  top: 0px;
  margin-left: 98px;
}
#footer-background {
  width: 100%;
}
.footer-section {
  overflow-x: clip;
  position: relative;
  height: 880px;
}
/*USERS PAGE*/
.users-container {
  width: 66%;
  margin: 90px auto;
}
.sortingIcons {
  display: none;
}
.users-table {
  width: 100%;
  border: 2px solid #01264b;
}
.users-container a {
  color: #363636;
  border: 2px solid #01264b;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 7px;
}
.overlay {
  display: none;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.add-modal {
  display: none;
  z-index: 5;
  width: 42%;
  margin: 30px auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.edit-modal {
  z-index: 5;
  width: 42%;
  margin: 30px auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay__edit {
  display: block;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.edit-modal form input[type="submit"] {
  cursor: pointer;
  width: 150px;
  background: #01264b;
  color: white;
}

.edit-modal form button {
  cursor: pointer;
  height: 30px;
  width: 150px;
  background: #d7d7d7;
  color: #01264b;
}
.edit-modal form {
  color: #01264b;
  z-index: 7;
  position: relative;
  width: 100%;
  justify-content: center;
  margin: 0px auto;
  background: white;
  padding: 20px 40px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.error-msg {
  font-size: 20px;
  color: red;
}
.modal-header {
  font-size: 30px;
  color: #030d28;
  padding: 10px 0px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f2f2f2;
}
.add-modal form {
  color: #01264b;
  z-index: 7;
  position: relative;
  width: 100%;
  justify-content: center;
  margin: 0px auto;
  background: white;
  padding: 20px 40px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.add-modal form input[type="submit"] {
  cursor: pointer;
  width: 150px;
  background: #01264b;
  color: white;
}
.add-modal form button {
  cursor: pointer;
  height: 30px;
  width: 150px;
  background: #d7d7d7;
  color: #01264b;
}
.modal-btn {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 10px;
  justify-content: end;
}
.add-modal form input {
  transition: 0.3s;
  outline: none;
  height: 30px;
  color: rgba(0, 0, 0, 0.6);
  border: 2px solid #01264b;
  width: 100%;
}
.add-activity__form {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
}
.add-activity__activitySelect {
  margin: 20px auto;
  width: 50%;
  padding: 5px 10px;
  height: 40px;
  border: 2px solid #01264b;
}
.add-activity__activitySubmit {
  cursor: pointer;
  width: 50%;
  height: 40px;
  font-size: 20px;
  background: #01264b;
  color: white;
}
.add-document {
  margin-top: 15px;
}
.add-activity {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  display: none;
}
.users-table tr:first-of-type {
  background: #01264b;
  color: white;
  text-align: left;
}
.users-table tr > th,
.users-table tr > td {
  padding: 7px 10px;
  border-bottom: 2px solid #01264b;
  position: relative;
  width: 25%;
}
.users-table tr th a {
  color: white;
  position: relative;
}
.users-table tr th a img {
  width: 25px;
  background: white;
  position: absolute;
  right: -30px;
  color: white;
}
#error {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.users-table tr td a {
  margin-right: 10px;
}
.users-table tr:last-child td {
  padding: 7px 10px;
  border-bottom: 0px solid #01264b;
}
.closeModal {
  position: absolute;
  top: 17px;
  color: rgba(0, 0, 0, 0.5);
  right: 42px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
#searchUser {
  margin-bottom: 20px;
  width: 23.5%;
  padding: 5px 10px;
  height: 40px;
  border: 2px solid #01264b;
}
/*END USERS PAGE*/
/* NEWS PAGE */
.news-container {
  margin: 60px auto;
  width: 66%;
  min-height: 500px;
  position: relative;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 20% 70%;
}
.news-main {
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-left table tr {
  display: block;
  padding: 0px 0px 30px 0px;
}
.news-left table td {
  position: relative;
}
.news-left table td:nth-child(even) {
  position: relative;
  left: 20px;
}
.news-left a {
  text-decoration: none;
  color: #01264b;
}
.news-left-header a {
  color: #01264b;
  font-size: 14px;
  font-family: OpenSans-Bold;
}
.data-img {
  width: 64px;
  object-fit: cover;
}
.news-left-date {
  font-size: 12px;
}
.news-img {
  width: 100%;
  height: calc(100% - 20px);
  object-fit: cover;
  margin-bottom: 24px;
}
.news-single-container {
  width: 66%;
  margin: 60px auto;
  position: relative;
}
.news-single-img {
  width: 100%;
  height: calc(100% - 20px);
  object-fit: cover;
  margin-right: 30px;
  margin-bottom: 24px;
}
.news-fullDate {
  font-size: 13px;
  opacity: 0.6;
}
.news-content {
  font-size: 15px;
  opacity: 0.6;
}
.news-header {
  font-size: 24px;
  margin: 9px 0px 25px 0px;
}

.page {
  display: block;
  text-align: center;
  font-family: "OpenSans-Bold";
  margin: 70px auto;
  width: 100%;
}

.page-links {
  margin: 0px 10px;
  font-family: "OpenSans-Bold";
  padding: 5px 14px;
  border: 1px solid black;
  background: white;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.page-links a {
  text-decoration: none;
  font-family: "OpenSans-Bold";
  color: black;
}

.page-links:hover {
  color: #302f37;
}

#page-links-active {
  border: 1px solid black;
  opacity: 0.6;
  color: black;
}
.newsMain {
  height: auto !important;
  order: -1;
}
.newsMain .swiper-wrapper {
  height: auto;
  display: flex;
}
.swiper-pagination {
  display: none;
}
.newsMain .swiper-slide {
  max-width: 50%;
  height: 320px;
  flex: 1 0 auto;
}
.news-content {
  position: relative;
}
.load-more {
  text-align: center;
  cursor: pointer;
}

.news-left-img {
  width: 60px;
  object-fit: cover;
  height: 60px;
}
/* END NEWS PAGE*/
/*NOTICE AND ACTIVITIES PAGE*/
.activity-categories {
  width: 67%;
  display: grid;
  z-index: 11;
  margin: 104px auto;
  position: relative;
  min-width: 1200px;
  grid-template-columns: 23% 23% 23% 23%;
  justify-content: space-between;
}
.document-view {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.document-container {
  z-index: 10;
  left: 0px;
  margin-top: 50px;
  order: 1;
  margin-bottom: 50px;
}
.document-table {
  display: grid;
  grid-template-columns: 60% 30%;
  justify-content: space-between;
}
.document-table img {
  width: 50px;
}
.document-table p span {
  font-size: 16px !important;
}
.document-table .side-news {
  order: 2;
}
.document-img {
  width: 45px;
  height: 45px;
}
.document-categories {
  margin: 108px auto;
  width: calc(66.5% - 60px);
  gap: 30px;
  display: grid;
  position: relative;
  grid-template-columns: 33.3% 33.3% 33.3%;
  justify-content: space-between;
  margin-bottom: 92px !important;
}
.activity-categories__headers {
  color: #0f335a;
  font-size: 23px;
  font-family: OpenSans;
  text-align: center;
  position: relative;
  opacity: 0.871;
  line-height: 40px;
  margin-bottom: 22px;
}
.document__press-clipping {
  text-align: center;
}
.document-categories .activity-categories__link {
  margin: 22px auto;
}
.document__prirucnici .activity-categories__image {
  text-align: right;
}
.activity-links__index {
  text-decoration: none;
}
.activity-categories__image {
  width: 100%;
  height: 508px;
  object-fit: cover;
}
.activity-categories__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.activity-categories__headers::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translate(-40px, -50%);
  width: 60px;
  border: 0.1px solid #0f335a;
  background: blue;
}
.activity-categories__link {
  width: 110px;
  display: block;
  height: 36px;
  border-radius: 4px;
  border: 1.5px solid #808080;
  color: #808080;
  text-align: center;
  margin: 18px auto;
  padding: 7px 0px;
  text-decoration: none;
}
/*
    END NOTICE AND ACTIVITIES PAGE
*/
/* ABOUT PAGE */
.about-container {
  margin: 52px auto;
  top: 0px;
  max-width: 1265px;
}
.orange-container {
  width: 1795px;
  position: relative;
  z-index: 2;
  color: white;
  height: 289px;
  float: right;
  background: #ef4e41;
  top: 125px;
  padding: 69px 0px;
  padding-right: 307px;
}
.orange-text {
  font-size: 83px;
  line-height: 80px;
  font-weight: 700;
  font-family: "Raleway";
  text-align: right;
}
.about-img {
  margin-bottom: 39px;
}
.about-text {
  font-size: 18px;
  margin-top: 0px;
  color: #030d28;
  line-height: 30px;
  font-weight: 400;
}
/* END ABOUT PAGE */

/*LOGIN PAGE*/
.login {
  width: 60%;
  margin: 100px auto;
  text-align: center;
}
.login form {
  display: flex;
  border: 2px solid #5874c6;
  border-radius: 15px;
  padding: 90px 0px;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  border: 2px solid #5874c6;
  transition: 0.5s;
  height: 30px;
  border-radius: 5px;
  outline: none;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border: 2px solid #707ea0;
}
.login h1 {
  color: #5874c6;
}
.login input[type="submit"] {
  width: 30%;
  height: 30px;
  color: white;
  background: #5874c6;
  border: 2px solid #707ea0;
  cursor: pointer;
}
/* END LOGIN PAGE*/
/*CREATE PAGE*/
.create-form {
  width: 66%;
  margin: 80px auto;
}
textarea {
  min-width: 500px;
  width: 99%;
  height: 200px;
  border: 2px solid #5874c65c;
  resize: vertical;
  transition: 0.3s;
  outline: none;
}
textarea:focus {
  border: 2px solid #5874c6;
}
input:focus,
select:focus {
  border: 2px solid #5874c6;
}
.create-form input,
select {
  transition: 0.3s;
  outline: none;
  border-radius: 4px;
  height: 30px;
  border: 2px solid #5874c65c;
  width: 100%;
}
.create-form table {
  width: 50%;
  border-spacing: 5px;
}
#create {
  position: relative;
  float: right;
  width: 100%;
  cursor: pointer;
  height: 45px;
  font-size: 18px;
  font-family: "OpenSans-Bold";
  color: white;
  background: #5874c6;
  border: none;
  border-radius: 7px;
  margin-top: 10px;
}

#error-msg {
  color: #d0def1;
  font-size: 1.2rem;
  font-weight: 500;
}

.session-msg {
  padding: 7px;
  height: 50px;
  width: 100%;
  background: #869fbf;
  z-index: 3;
  position: relative;
  color: white;
  font-size: 25px;
  transition: 1s;
}
.news-text-slide iframe {
  display: none;
}
.success-msg {
  padding: 7px;
  height: 50px;
  width: 100%;
  color: #385a02;
  background: rgb(132 197 132);
  z-index: 1;
  position: relative;
  font-size: 25px;
  transition: 1s;
}
.readonly-inputs {
  background: rgb(234, 234, 234);
}
.success-msg a {
  margin-left: 5px;
  font-size: 24px;
  color: #385a02;
}

.success-msg a:hover {
  color: #385a02;
}
.admin-buttons {
  width: 100%;
  text-align: right;
  margin: 50px 0px;
}
.document-view .admin-buttons {
  order: 2;
}
.document-table .admin-buttons {
  order: 2;
}
.document-table .page {
  order: 3;
}
.admin-buttons a {
  text-decoration: none;
  cursor: pointer;
}
.admin-buttons__edit {
  padding: 7px 14px;
  color: white;
  cursor: pointer;
  margin-right: 20px;
  background: rgb(135, 224, 124);
}
.edit_files {
  width: 12% !important;
}
.document-edit {
  height: unset !important;
  width: 100px !important;
}
.admin-buttons_delete {
  padding: 7px 14px;
  color: white;
  cursor: pointer;
  background: rgb(255, 93, 93);
}
/*END CREATE PAGE*/
/* CONTACT PAGE */
.title-container {
  height: 125px;
  position: relative;
  margin-top: 7px;
  width: 100%;
  background: #9a9ea9;
}
.title-container h1 {
  color: white;
  padding-left: 10px;
  font-size: 40px;
  font-family: "OpenSans-Bold";
  width: 67%;
  position: relative;
  top: 53%;
  margin: 0 auto;
}
.contact-container {
  width: 100%;
}
.contact-info {
  max-width: 1265px;
  position: relative;
  margin-bottom: 94px !important;
  margin: 78px auto;
}
.contact-info table {
  margin-bottom: 65px;
  width: 100%;
}
.contact-info td {
  font-family: "OpenSans";
  color: #01264b;
  font-size: 21px;
  line-height: 37px;
}

.contact-info td:nth-child(2) {
  padding-left: 99px;
}

.contact-info td:nth-child(3) {
  text-align: right;
}
#mapa {
  width: 100%;
}
.contact-info table h1 {
  font-size: 33px;
  font-family: "OpenSans-Bold";
}
/* FOOTER */
.footer {
  width: 100%;
  height: 1025px;
  overflow: hidden;
  background: url(images/footer-background.png);
  position: relative;
}
.footer-container {
  position: relative;
  left: 0px;
  right: 0px;
  margin-left: auto;
  max-width: 1016px;
  margin-right: auto;
  width: 50%;
  top: 38%;
  margin: 0 auto;
}
.foooter-icons {
  text-align: right;
  margin-bottom: 22px;
}
.footer-information {
  display: grid;
  grid-template-columns: 48% 52%;
  color: white;
  margin-left: -64px;
  justify-content: space-between;
}
#logo-footer {
  width: 100%;
  max-width: 465px;
  margin-bottom: 50px;
}
.logo {
  position: relative;
  top: 7px;
}
.footer-information h1 {
  font-size: 34px;
  margin: 0px;
  font-family: "OpenSans-Bold";
  text-align: center;
}
.footer-information table td {
  font-family: "OpenSans-Bold";
  font-size: 21px;
  padding: 10px;
  color: white;
}
.footer-information table {
  position: relative;
  float: right;
  width: 75%;
}
.contact-header {
  width: 91%;
  margin-bottom: 50px !important;
  text-align: right !important;
}
.footer-information table td span {
  font-family: "OpenSans-SemiBold";
  font-size: 17px;
}
.footer-menu ul {
  display: flex;
  justify-content: space-around;
  width: 83%;
  margin-left: auto;
  margin-bottom: 66px;
  top: 17px;
  margin-right: auto;
  position: relative;
}
.footer-menu ul li {
  list-style-type: none;
}
.footer-menu ul li a {
  text-decoration: none;
  color: white;
  font-family: "OpenSans-SemiBold";
  font-size: 18px;
}
.footer-nav {
  position: relative;
  left: 0px;
  right: 0px;
  margin-left: auto;
  max-width: 1168px;
  margin-right: auto;
  top: 400px;
  margin: 0 auto;
}
.copyright {
  color: #f7941e;
  font-size: 20px;
  font-family: "OpenSans";
  text-align: center;
  position: relative;
  top: 5px;
}
.footer-fb {
  margin-right: 26px;
}
#drag_drop {
  background-color: #f9f9f9;
  border: #ccc 4px dashed;
  line-height: 250px;
  padding: 12px;
  font-size: 24px;
  text-align: center;
  height: auto;
  width: auto;
}
.percent {
  float: right;
  margin-top: 2px;
}
.progress-bar {
  width: 100%;
  height: 6px;
  margin-top: 30px;
  background-color: rgb(231, 231, 231);
}
.progress-bar span {
  height: 100%;
  width: 0%;
  display: block;
  background-color: rgb(129, 243, 125);
  transition-duration: 0.2s;
}
.col img {
  width: 100px;
  height: 200px;
  object-fit: cover;
}
.output {
  width: 100px;
}

.image {
  position: relative;
  width: 20%;
}
.image span {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  background: white;
  padding: 5px 10px;
}
.image img {
  width: 100%;
}

.container {
  text-align: center;
  width: 100%;
  background-color: white;
  border-radius: 16px;
  padding-bottom: 55px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.header-section {
  padding: 25px 0px;
  color: #5874c6;
  font-size: 21px;
  font-family: "opensans-bold";
}
.header-section h1 {
  font-weight: 500;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #707ea0;
  margin: 0px;
  margin-bottom: 8px;
}
.header-section p {
  margin: 5px;
  font-size: 0.95rem;
  color: #707ea0;
}

.drop-section {
  min-height: 250px;
  border: 1px dashed #a8b3e3;
  background-image: linear-gradient(180deg, white, #f1f6ff);
  margin: 0 35px;
  border-radius: 12px;
  position: relative;
  display: flex;
}
.drop-section div.col:first-child {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  transform: scale(1);
  width: 200px;
  margin: auto;
}
.drop-section div.col:last-child {
  font-size: 40px;
  font-weight: 700;
  color: #c0cae1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 200px;
  height: 55px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition-duration: 0.2s;
}
/* we will use "drag-over-effect" class in js */
.drag-over-effect div.col:first-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.1);
}
.drag-over-effect div.col:last-child {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.drop-section .cloud-icon {
  margin-top: 25px;
  margin-bottom: 20px;
}
.drop-section span,
.drop-section button {
  display: block;
  margin: auto;
  color: #707ea0;
  margin-bottom: 10px;
}
.drop-section button {
  color: white;
  background-color: #5874c6;
  border: none;
  outline: none;
  padding: 7px 20px;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.drop-section input {
  display: none;
}

.list-section {
  display: none;
  text-align: left;
  margin: 0px 35px;
  padding-bottom: 20px;
}
.list-section .list-title {
  font-size: 0.95rem;
  color: #707ea0;
}
.list-section li {
  display: flex;
  margin: 15px 0px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 8px;
  transition-duration: 0.2s;
}
.list-section li:hover {
  box-shadow: #e3eaf9 0px 0px 4px 0px, #e3eaf9 0px 12px 16px 0px;
}
.list-section li .col {
  flex: 0.1;
}
.list-section li .col:nth-child(1) {
  flex: 0.15;
  text-align: center;
}
.list-section li .col:nth-child(2) {
  flex: 1.75;
  text-align: left;
  font-size: 0.9rem;
  color: #3e4046;
  padding: 8px 10px;
}
.list-section li .col:nth-child(2) div.name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  display: inline-block;
}
.list-section li .col .file-name span {
  color: #707ea0;
  float: right;
}
.list-section li .file-progress {
  width: 100%;
  height: 5px;
  margin-top: 8px;
  border-radius: 8px;
  background-color: #dee6fd;
}
.list-section li .file-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(120deg, #6b99fd, #9385ff);
  transition-duration: 0.4s;
}
.list-section li .col .file-size {
  font-size: 0.75rem;
  margin-top: 3px;
  color: #707ea0;
}
.uploaded-img {
  width: 100px;
}
.list-section li .col svg.cross,
.list-section li .col svg.tick {
  fill: #8694d2;
  background-color: #dee6fd;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
.icons-column {
  padding-top: 27px;
  display: flex;
}
.list-section li .col svg.tick {
  fill: #50a156;
  background-color: transparent;
}
.list-section li.complete span,
.list-section li.complete .file-progress,
.list-section li.complete svg.cross {
  display: block;
}
.list-section li.in-prog .file-size,
.list-section li.in-prog svg.tick {
  display: none;
}
#error {
  display: none;
  width: 100%;
  padding: 10px 0px;
  background: #f18787;
  padding-left: 10px;
  border: 2px solid #ff3a3a;
}

/*SLIDER ACTIVITY INDEX*/
.swiper {
  width: 100%;
  height: 100%;
  overflow: unset !important;
  overflow-x: clip !important;
}

.activitySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  width: 100% !important;
  height: 100%;
}

.activitySwiper .activity-image {
  display: block;
  width: 50%;
  flex: 1 0 auto;
  height: 100%;
  object-fit: cover;
}
.activity-text-slide {
  text-align: right;
  top: 100px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
  margin: 0px 100px 0px 50px;
}
.activity-description {
  color: #6b6e72;
  font-size: 22px;
  font-family: OpenSans-SemiBold;
}
.activitySwiper .activity-header {
  font-size: max(27px, 2vw);
  width: 94%;
  text-align: right;
  color: #363636;
  margin-bottom: 50px;
  font-family: OpenSans-Bold;
  position: relative;
  float: right;
}

.activitySwiper .swiper-slide .quotes {
  position: absolute;
  top: 11px;
  width: 40px;
  height: 28px;
  left: 0px;
  object-fit: unset;
}
.swiper-button-next,
.swiper-button-prev {
  background: #282829;
  color: white;
  position: absolute;
  cursor: pointer;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 80%;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 82% !important;
  width: 47px !important;
  height: 45px !important;
  right: 102px !important;
}

.swiper-button-prev {
  top: 82% !important;
  width: 47px !important;
  height: 45px !important;
  /* left: 84% !important; */
  right: 164px !important;
  left: unset !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
  content: url("images/left-arrow.png") !important;
  font-family: Opensans-Bold !important;
  color: white;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url("images/right-arrow.png") !important;
  font-family: Opensans-Bold !important;
  color: white;
  pointer-events: none;
}
.shadow {
  position: absolute;
  z-index: 10;
  filter: brightness(0.5);
  width: 100%;
  height: 40px !important;

  bottom: -22px;
}
/*SLIDER ACTIVITY END*/

/*SLIDER NEWS INDEX*/
.newsContainer {
  height: 100%;
  overflow-x: unset !important;
  grid-template-columns: 50% 50%;
  overflow: hidden;
}
.newsContainer .swiper-wrapper {
  display: grid;
  row-gap: 20px;
  grid-template-columns: 50% 50%;
}
.swiper-news-slide {
  background: none;
  text-align: left;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  flex-direction: column;
  width: calc(100% - 14px);
}
.swiper-news-slide:nth-child(even) {
  margin-left: 16px;
}
.news-right-header-index {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 42px;
  position: relative;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 700;
  font-family: "OpenSans";
}
.news-right-header-index::after {
  content: "";
  width: 48%;
  position: absolute;
  display: block;
  margin-top: 19px;
  left: 59%;
  top: 0px;
  border: 4px solid #f7941e;
}
.news-image {
  width: 100%;
  height: 262px;
  object-fit: cover;
}
.news-left-container-index {
  margin-top: 80px;
  position: relative;
  left: 10px;
  width: 771px;
}
.document-display {
  width: calc(14% - 19px);
}
#dokumenta-menu li a,
#najave-menu li a,
#admin-menu li a {
  border-bottom: 0px !important;
  font-size: clamp(14px, 1vw, 30px);
  line-height: initial;
}
#dokumenta-menu li:hover {
  background: #01264b;
}
#najave-menu li:hover {
  background: #01264b;
}
.swiper-news-slide a {
  text-decoration: none;
  font-size: 14px;
  position: relative;
  color: #030d28;
  font-weight: 600;
}
.swiper-news-slide a::after {
  content: "";
  border-bottom: 3px solid #030d28;
  position: absolute;
  left: 0px;
  width: 75px;
  top: 25px;
}
.news-text-slide .news-header {
  margin: 30px 0px;
  font-family: OpenSans-Bold;
  font-size: 22px;
  color: #030d28;
}
.news-left-header-index {
  text-align: center;
  color: #030d28;
  font-family: OpenSans-Bold;
  font-size: 40px;
  margin-left: -33px;
}
.news-text-slide .news-description-index {
  font-size: 16px;
  color: #030d28;
}
.news-description {
  min-height: 23px;
}
/* NOTICE SLIDER INDEX*/
.news-right-index {
  margin-left: 101px;
  margin-top: 114px;
}
.notice-text-slide {
  margin-left: 8px;
}
.notice-image {
  width: 100px;
  height: 103px;
  -webkit-box-shadow: 0px 0px 36px -10px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 36px -10px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 36px -10px rgba(0, 0, 0, 0.32);
  object-fit: cover;
}
.noticeContainer .swiper-wrapper {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 20px;
}
.notice-header {
  margin-bottom: 10px;
  opacity: 0.871;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #363636;
  font-weight: 600;
}
.swiper-notice-slide {
  display: grid;
  grid-template-columns: 26% 70%;
  justify-content: space-between;
}
.notice-date {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #636363 !important;
  font-weight: 400;
  font-family: "OpenSans";
  opacity: 0.6;
}
.noticeContainer a {
  text-decoration: none;
}
.item {
  display: grid;
  grid-template-columns: 26% 74%;
  gap: 30px;
  position: relative;
  margin-bottom: 30px;
}
.notice-pagination {
  padding: 7px 11px;
  border: 1px solid black;
  border-radius: 7px;
  font-weight: bold;
  font-size: 17px;
  margin-right: 16px;
  cursor: pointer;
}
.news-index-pagination {
  padding: 7px 11px;
  border: 1px solid black;
  border-radius: 7px;
  position: relative;
  float: right;
  top: -40px;
  font-weight: bold;
  z-index: 1000;
  font-size: 17px;
  margin-right: 16px;
  cursor: pointer;
}
.disabled {
  pointer-events: none;
  cursor: not-allowed;
  border: 1px solid grey;
  color: grey;
}
/* NOTICE SLIDER INDEX END*/

/*DOCUMENT DROP*/

.drop-section-document {
  min-height: 250px;
  border: 1px dashed #a8b3e3;
  background-image: linear-gradient(180deg, white, #f1f6ff);
  margin: 0 35px;
  border-radius: 12px;
  position: relative;
  display: flex;
}

.drop-section-document div.col:first-child {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  transform: scale(1);
  width: 200px;
  margin: auto;
}

.drop-section-document div.col:last-child {
  font-size: 40px;
  font-weight: 700;
  color: #c0cae1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 200px;
  height: 55px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition-duration: 0.2s;
}
/* we will use "drag-over-effect" class in js */
.drag-over-effect-document div.col:first-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.1);
}

.drag-over-effect-document div.col:last-child {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.drop-section-document .cloud-icon {
  margin-top: 25px;
  margin-bottom: 20px;
}

.drop-section-document span,
.drop-section-document button {
  display: block;
  margin: auto;
  color: #707ea0;
  margin-bottom: 10px;
}

.drop-section-document button {
  color: white;
  background-color: #5874c6;
  border: none;
  outline: none;
  padding: 7px 20px;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.drop-section-document input {
  display: none;
}

.list-section-document {
  display: none;
  text-align: left;
  margin: 0px 35px;
  padding-bottom: 20px;
}

.list-section-document .list-title {
  font-size: 0.95rem;
  color: #707ea0;
}

.list-section-document li {
  display: flex;
  margin: 15px 0px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 8px;
  transition-duration: 0.2s;
}

.list-section-document li:hover {
  box-shadow: #e3eaf9 0px 0px 4px 0px, #e3eaf9 0px 12px 16px 0px;
}

.list-section-document li .col {
  flex: 0.1;
}

.list-section-document li .col:nth-child(1) {
  flex: 0.15;
  text-align: center;
}

.list-section-document li .col:nth-child(2) {
  flex: 1.75;
  text-align: left;
  font-size: 0.9rem;
  color: #3e4046;
  padding: 8px 10px;
}

.list-section-document li .col:nth-child(2) div.name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  display: inline-block;
}

.list-section-document li .col .file-name span {
  color: #707ea0;
  float: right;
}

.list-section-document li .file-progress {
  width: 100%;
  height: 5px;
  margin-top: 8px;
  border-radius: 8px;
  background-color: #dee6fd;
}

.list-section-document li .file-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(120deg, #6b99fd, #9385ff);
  transition-duration: 0.4s;
}

.list-section-document li .col .file-size {
  font-size: 0.75rem;
  margin-top: 3px;
  color: #707ea0;
}

.uploaded-img {
  width: 100px;
}

.list-section-document li .col svg.cross,
.list-section-document li .col svg.tick {
  fill: #8694d2;
  background-color: #dee6fd;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}

.icons-column-document {
  padding-top: 27px;
  display: flex;
}

.list-section-document li .col svg.tick {
  fill: #50a156;
  background-color: transparent;
}

.list-section-document li.complete span,
.list-section-document li.complete .file-progress,
.list-section-document li.complete svg.cross {
  display: block;
}
#file-list {
  width: 100%;
  flex: unset;
  margin-bottom: 35px;
}
#file-col {
  width: 100%;
  flex: unset;
}
.list-section-document li.in-prog .file-size,
.list-section-document li.in-prog svg.tick {
  display: none;
}
.edit-container__images {
  display: flex;
  width: calc(100% - 60px);
  margin: 55px 30px 50px 30px;
  gap: 30px;
  position: relative;
  flex-wrap: wrap;
}
.edit-container__images a {
  display: block;
}
.edit-container__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edit-files {
  display: flex;
  flex-direction: column;
}
.edit-images {
  position: relative;
  width: 20%;
}
.removeFile {
  position: absolute;
  top: 5px;
  right: 5px;
  background: white;
  cursor: pointer;
  padding: 0 5px;
}
