:root {
  --cassiopeia-color-primary: white;
  --cassiopeia-color-hover: rgb(101, 101, 105);
  --link-color: #3f3f3f;
  --hzsn-color-primary: #c5141d;
}

.header, .footer{
  background-image: none;
  color: #2b2b2b;
}
.footer{
  /* background-color: #f6f6f6; */
  background-color: #505050;
  color: whitesmoke;
}

footer img[src$=".svg"] {
  filter: invert(100%) sepia(14%) saturate(212%) hue-rotate(265deg) brightness(114%) contrast(92%);
}

.footer a:not(.btn):hover, .footer a:not(.btn):focus, .footer .btn-link:hover, .footer .btn-link:focus {
  color: #c5141d;
}

/* .footer .brand-logo img {
  width: 228px;
} */

.social img {
  margin-right: 1em;
}

.strip{
  background-color: rgba(60, 60, 60, 0.85);
  min-height: 70px;
}

.strip .clan{
  background-color: #c52620;
  color: white;
  width: 250px;
}

.strip .social-white img[src$=".svg"] {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(205deg) brightness(101%) contrast(101%);
  margin: 0.7em;
}

a#back-top {
  background-color: #1B1B3F;
}

.container-header .navbar-toggler {
  color: rgb(14 14 14 );
}
.container-header .mod-menu{
  color: #3f3f3f;
}


@media (max-width: 991px){
  .container-header .container-nav nav {
      order: 4;
      width: 100%;
  }
  .container-header .mod-menu {
    background: #3f4c6b;
    border-radius: 5px 5px 0 0;
    color:white;
}

.metismenu.mod-menu .metismenu-item {
    height: 42px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 1px;
}

ul.mm-collapse.mm-show {
    background: #45484d!important;
}

ul.mm-collapse.mm-show a {
    color:white;
}

.metismenu.mod-menu .metismenu-item ul.mm-collapse.mm-show{
    width: 100%;
}

.metismenu.mod-menu .metismenu-item ul.mm-collapse.mm-show{
    margin: 0em -1em;
}
  }

@media (min-width: 992px) {
  
  figure.item-image {
    max-width: 45%;
}
  
  div#navbar1,
  div#navbar102 {
    position:absolute;
    bottom:0;
}

nav.navbar.navbar-expand-lg {
  margin-right: auto;
}


#navbar1 li.metismenu-item,
#navbar102 li.metismenu-item {
 /* // text-transform: uppercase; */
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  font-size: 90%;
  color: #2b2b2b;
  padding-top: 20px;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 20px;
  /* display: block; */
  font-weight: normal;
}

#navbar1 li.metismenu-item.level-1,
#navbar102 li.metismenu-item.level-1  {
  text-transform: uppercase;
}

#navbar1 li.metismenu-item.level-2,
#navbar102 li.metismenu-item.level-2  {
  text-transform: none;
}

#navbar1 button,
#navbar102 button {
  text-transform: uppercase;
}

#navbar1 li.metismenu-item.level-2,
#navbar102 li.metismenu-item.level-2 {
  /* background-repeat: no-repeat;
  background-position: left center; */
  color: #ccc;
  display: block;
  padding: 10px;
  /* padding-right: 20px;
  padding-left: 10px; */
  height: 20px;
  font-size: 90%;
}

#navbar1 ul.mm-collapse.mm-show,
#navbar102 ul.mm-collapse.mm-show {
  /*width: 220px;*/
  color: #ccc;
  background-color: rgb(14 14 14 / 70%);
  /* z-index: 2000; */
  /* position: absolute; */
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* border-top: none; */
  border-bottom: 2px solid #c52620;
  margin-left: -0.9em;
}

#navbar1 ul.mm-collapse.mm-show a,
#navbar102 ul.mm-collapse.mm-show a{
  color: #ccc;
}

#navbar1 ul.mm-collapse.mm-show a:hover,
#navbar102 ul.mm-collapse.mm-show a:hover{
  color: #c84845;
  text-decoration: none;
}


#navbar1 li.metismenu-item:hover,
#navbar1 li.metismenu-item.mm-active,
#navbar102 li.metismenu-item:hover,
#navbar102 li.metismenu-item.mm-active {
  background: #393939;
  color: white;
}

#navbar1 ul li ul li.metismenu-item:hover,
#navbar102 ul li ul li.metismenu-item:hover {
  background:none;
}


}

dt.article-info-term {
  display: none;
}

a:not([class]) {
    text-decoration: none;
}

.blog-featured h4.item-title {
  min-height: 90px;
}

.boxed .blog-item {
    -webkit-box-shadow: 0 0 2px hsla(216, 13%, 23%, 0.1), 0 2px 5px hsla(216, 13%, 23%, 0.08), 0 5px 15px hsla(216, 13%, 23%, 0.08), inset 0 3px 0 var(--hzsn-color-primary);
    box-shadow: 0 0 2px hsla(216, 13%, 23%, 0.1), 0 2px 5px hsla(216, 13%, 23%, 0.08), 0 5px 15px hsla(216, 13%, 23%, 0.08), inset 0 3px 0 var(--hzsn-color-primary);
}

.com-content-article img {
    padding: 1em;
}

.com-content-article figure.left.item-image img {
    padding: 0 1em 0 0;
}


.grid-child.container-nav {
  justify-content: flex-start;
}
.container-header .container-nav {
  padding-bottom: 0;
}
.container-header .grid-child{
  padding-bottom: 0;
}

.menu.logo {
  text-align: center;
  padding: 0px;
  display: block;
  float: left;
  width: 280px;
  margin-top: 0.5em;
  background: #c52620;
}
.logo h1 {
  /* margin-top: 25px; */
  color: #fff;
  /* font-family: 'PT Sans', sans-serif; */
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.banner.foto {
  background: #505050;
}

.foto .djslider-default .navigation-container-custom  {
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}

.foto .djslider-default .load-button{
  width: 2em;
  height: 0;
  border-radius: 0;
}

/*iznad slide*/
.istaknutoizfotogalerije_crta{
  width: 100%;
  height: 70px;
  background: url(../slike/88b.png); 
      background-color: #504f4c;
  }
  
  .istaknutoizfotogalerije_crta_livo{
  padding: 0px;
  display: block;
  float: left;
  /* width: 250px; */
  height: 70px;
  
  }
  
  
  
  .istaknutoizfotogalerije_crta_livo h3{
  margin-top: 20px;
  margin-left: 25px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  font-size: 18px;
  }
  
  .istaknutoizfotogalerije_crta_livo h4{
  margin-top: 25px;
  margin-left: 25px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  font-size: 110%;
  }
  
  
  
  
  .istaknutoizfotogalerije_crta_desno{
  padding: 0px;
  display: block;
  float: right;
  /* width: 230px; */
  height: 70px;
  
  }
  
  .istaknutoizfotogalerije_crta_desno:hover{
    opacity: 0.8;
  }
  
  .istaknutoizfotogalerije_crta_desno h3{
  margin-top: 18px;
  margin-left: 25px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  font-size: 18px;
  }
  
  .istaknutoizfotogalerije_crta_desno h4{
  margin-top: -2px;
  margin-left: 25px;
  color: #bbb;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  font-size: 12px;
  }
  

/* slide */

.slide-desc-text{
  border-left: 5px solid #b32724;
  padding: 17px;
  padding-left: 20px;
  }
  
    
  .slide-text{
    margin-top: -5px;
  color: #ccc;
  font-size: 80%;
  font-family: arial;
  }
  

/*archive*/
.archive .article-info-term, 
.archive .article-info .icon-calendar-alt:before, 
.archive span.icon-calendar-alt {
    display: none;
}

.archive .com-content-archive__info.article-info {
  margin-right: 0.5em;
  }
  @media only screen and (min-width: 701px){
  .archive .blok h5,  
  .archive .blok h5.headline a:not([class]) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  }
.archive .blok {
  padding-left: 1em;
  padding-right: 1em;
}

#archive-items .flex-row:nth-child(odd),
ol.com-content-blog__links li:nth-child(odd){
  background: #eaedf0;
}
#archive-items .flex-row:hover{
  background: #cbdef1;
}

.archive .blok .intro {display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.dan{
  font-size: 140%;
  font-weight: 600;
  display:block;
  text-align: center;
  
  line-height: 80%;
  }
  
  .mjesec{
  font-size: 75%;
  display:block;
  width: 100%;
  text-align: center;
  color: #737373;
  line-height: 160%;
  }
  
  .godina{
  line-height: 200%;
  font-size: 70%;
  display:block;
  line-height: 70%;
  text-align: center;
  width: 100%;
  color: #ababab;
  }
/*archive end*/


/* logotipi prijatelja HZSNa */
ul.brands {
  padding-left: 0;
}

.brands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 2rem;
}

.brands__item {
  min-height: 100px ;
    background: #f6f6f6;
}

.brands__item img {
    display: block;
    /* Make sure max-width is added */
    max-width: 100%;
    width: 172px;
    height: 100px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@media only screen and (min-width: 701px){
  .brands__item {
    min-height: 200px ;
  }
  .brands__item img{
    max-width: 220px;
    height: auto;
    max-height: 140px;
    width: auto;
  }
  .grid-child.container-component {
    padding: 0 0.5em;
}
  }

.brands__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

ul.brands {
    list-style-type: none;
}


/* CAROUSEL */

/* .bs-carousel .card {
  margin: 0 0.5em;
} */

.carousel-inner {
    padding-bottom: 0;
  }
  
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
      display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
      display: block;
    }
  
    .carousel-inner {
      display: flex;
    }
  }
  
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }
  
  /* medium and up screens */
  @media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
  
    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
    

   .clanovi .card img {
      height: 30vh;
      object-fit: cover;
      object-position: top;
    }



    .card-title {
      text-transform: uppercase;
      color: #3f3f3f;
      line-height: 1em;
      /*letter-spacing: 0.5px;*/
    }
  }

  .clanovi-cb img {
    filter: url(data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale);
    opacity: 1;
    border: none;
    float: left;
    border-radius: 100px;
    margin-right: 10px;
    width: 90px;
    height: auto;
    width: 110px;
  max-height: 140px;
  }

  .carousel-inner .carousel-item-end,
  .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }

/*
.clanovi .card{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
  }
*/

/* clanovi */
.clanovi figure.figure {
  display: flex;
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 240px;
  max-width: 240px;
  width: 100%;
  height: auto;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  flex-wrap: wrap;
}

.clanovi .figure img {border-color: #c52620;
box-shadow:
    -50px -50px 0 -40px var(--red),
    50px 50px 0 -40px var(--red);
}

.clanovi figcaption.figure-caption {
 position: absolute;
 height: 110px;
 bottom: 0px;
 left: 0;
 right: 0;
 display: block;
}

.clanovi figcaption h4 {
  background-color: #ffffff;
  color: #c52620;
  font-size: 1.5em;
  width: 100%;
  padding: 5px 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  }

  .clanovi  figcaption h4 span {
  font-weight: 800;
}

.clanovi  figure img {
  max-width: 65%;
  min-width: 65%;
  margin: 40px auto;
  display: block;
  position: relative;
  border: 3px solid #666666;
  padding: 10px 10px 80px 10px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  }
/* clanovi end */

  .carousel-inner .card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.carousel-inner .card img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}

  span.feed-link.sportskahrvatska-container {
    height: 32px;
}

span.feed-link.sportskahrvatska-container a {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 min-height: 3lh;
 max-height: 3lh;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 text-decoration: none;
 color: #1d1d1d;
}

.news .com-content-blog__link .intro,
.news .item-content .page-header h3,
.news .item-content .page-header h4 {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 min-height: 3lh;
 max-height: 3lh;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 text-decoration: none;
 color: #1d1d1d;
}

.news .com-content-blog__link .intro {
 min-height: 1lh;
 max-height: 1lh;
 -webkit-line-clamp: 1;
}

span.feed-link.sportskahrvatska-container a{
  /* line-height: 16px; */
  line-height: 0.7lh;
}

/*predsjednik blok*/
.predsjednik_blok{

  cursor: pointer;
    font-size: 80%;
  margin-bottom: 60px;
  display: block;
  float: left;
  width: 305px;
  height: 100px;
  
  }
  
  
  
  .predsjednik_blok img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
      opacity: 1;
    border: none;
  float: left;
  border-radius: 100px;
  margin-right: 10px;
  width: 90px;
  height: auto;
  
  }
  
  .predsjednik_blok:hover img{
    opacity: 0.8;
    }
  
  
  .predsjednik_blok h3{
    margin-top: 20px;
    font-weight: normal;
  color: #2b2b2b;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  font-size: 125%;
  }
  
  .predsjednik_blok h3 {
      text-transform: uppercase;
  }

  /*predsjednik blok - END*/

  @media (max-width: 455px){
    #navbar1 .metismenu.mod-menu .metismenu-item > a,
    #navbar102 .metismenu.mod-menu .metismenu-item > a {
      white-space: normal;
  }
  
  #navbar1 .mm-collapse.mm-show .metismenu-item,
  #navbar102 .mm-collapse.mm-show .metismenu-item {
      height: auto;
  }
  .brand-logo img {
    /* width: 100%; */
    height: auto;
    margin: auto;
  }
  .menu.logo {
    display: none;
  }
  }


  @media (max-width: 767.98px) {
    .pagination .page-item {
      display: none;
   }
    .pagination .page-item:nth-of-type(3) {
      position: relative;
      padding-right: 50px;
   }
    .pagination .page-item:nth-of-type(3)::after {
      content: '\2026';
      position: absolute;
      font-size: 24px;
      top: 0;
      left: 45px;
   }
    .pagination .page-item:nth-child(-n+3), .pagination .page-item:nth-last-child(-n+3) {
      display: block;
   }
    .pagination .page-item:nth-last-child(-n+3)::after {
      content: none;
   }
 }

 .main-bottom.no-card .mod-finder {
  background: #393939;
  padding: 1em;
  background: #f6f6f6;
  color: #393939;
}


ol.com-content-blog__links {
list-style-type: none;
margin: 0;
padding: 0;
}


.ico-document::before{
  background: url('../icon/text-box-outline.svg') no-repeat center center / contain;
}

a[href$=".xls"].ico-document::before {
  background: url('../icon/file-type-excel2.svg') no-repeat center center / contain;  
}
a[href$=".pdf"].ico-document::before {
  background: url('../icon/file-type-pdf2.svg') no-repeat center center / contain;  
}
a[href$=".doc"].ico-document::before,
a[href$=".docx"].ico-document::before {
  background: url('../icon/document-word.svg') no-repeat center center / contain;  
}

.icondownl::after {
  display: block;
  content:'';
  width: 24px;
  height: 24px;
  float: inline-end;
}

.icondownl::before {
  display: block;
  content:'';
  width: 24px;
  height: 24px;
  margin-right: 1em;
  float: inline-start;
}

.icondownl {
  text-decoration: none;
}

.icondownload::after {
  background-image: url("../icon/download.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1100px) {
  .blog-item {
    opacity: 1;
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(10px);
    transform: translatey(0px);
  }
}
@media only screen and (min-width: 1101px) {
  .animate {
    -webkit-animation: 1.5s 0s fadeUp both;
    animation: 1.5s 0s fadeUp both;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translatey(40px);
    -moz-transform: translatey(40px);
    -o-transform: translatey(40px);
    transform: translatey(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.brand-logo img{
  animation: rotation 6s 2 linear;
}

@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}


/* .container-banner.full-width {
  border-bottom-width: thick;
  border-block-color: red;
  border-style: double;} */

  .SH-tekst{
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
  }
  span.feed-link.sportskahrvatska-container a {
    color: #fff;
  }

  /* .com-content-category-blog.blog {
    box-shadow: 0px -32px 0px 0px rgba(197,38,32,0.91);
   -webkit-box-shadow: 0px -32px 0px 0px rgba(197,38,32,0.91);
   -moz-box-shadow: 0px -32px 0px 0px rgba(197,38,32,0.91);
   } */

   .com-content-category-blog.blog {
    box-shadow: 0px -45px 0px 0px #a51f18;
   -webkit-box-shadow: 0px -45px 0px 0px #a51f18;
   -moz-box-shadow: 0px -45px 0px 0px #a51f18;
   }

 .com-content-category-blog.blog{
   border-top:#a51f18;
   border-width: 45px;
   border-radius: .25rem .25rem 0 0;
 }

 /*SPORTSKA HRVATSKA*/
/* sportskahrvatska - slide */
/* 
#sh.sportskahrvatska {
  min-height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#sh.sportskahrvatska .logo {
  width: auto;
  height: 70px;
  overflow: hidden;
  float: left;
  border: none;
}

#sh.sportskahrvatska .logo a {
  padding: 0;
}

#sh.sportskahrvatska .feed {
  width: 80%;
}

#sh.sportskahrvatska, .sportskahrvatska {
  min-height: 80px;
  margin: auto;
  overflow: hidden;
  position: relative;
  background-color: #646464;
  border: none;
}

#sh.sportskahrvatska .card-body {
  padding: 0;
}

#sh.sportskahrvatska a {
  padding: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: flex-start;
}

#sh.sportskahrvatska ul {
  list-style: none;
  position: absolute;
}
#sh.sportskahrvatska ul li {
  position: relative;
}

#sh.sportskahrvatska li.carousel-item {
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
  transition-delay: 2s;
}

#sh.sportskahrvatska-container {
  color: #04386a;
  line-height: 1.1;
  margin: 0 auto;

  min-height: 100px;
  padding: 20px;
  vertical-align: text-top;
}

@media (max-width: 768px) {
  #sh.sportskahrvatska.full-width {
    display: flex;
    flex-direction: column;
  }

  #sh.sportskahrvatska,
  .sportskahrvatska .feed {
    width: 100%;
  }
  #sh .sportskahrvatska-container {
    padding: 0;
  }

  #sh.sportskahrvatska ul.newsfeed.carousel-inner {
    padding-inline-start: 1em;
    padding-inline-end: 1em;
  }
  #sh.sportskahrvatska .carousel-control-next {
    justify-content: flex-end;
  }

  #sh.sportskahrvatska .carousel-control-prev {
    justify-content: flex-start;
  }
} */

.boxed .blog-item:last-child {
  border-bottom: 3px solid var(--hzsn-color-primary);
  border-spacing: 2lh;
}

.com-content-article__body a{
  color: #892525;
}

.com-content-article__body a:hover {
  border-bottom: 4px solid #892525;
}

@media (width >= 992px) { 
    .blog-items .blog-item .item-image img {
    height: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
}

@media (min-width: 1200px){
 .clanovi .d-flex {
    transition: transform 2s;
}
.clanovi .d-flex:hover {
    transform: scale(1.1);    
}
}

.com-content-article__body a[href^="https://youtu.be"]::before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    margin-bottom: -0.2em;
    background: url('/images/icon/square-youtube.svg') no-repeat center center / contain;
}

.com-content-article__body hr {
border-width: medium;
}

@media (min-width: 992px) and (max-width:1100px) {
    .lang {
        align-items: center!important;
    }
}