
.tag_link {
  padding: 3px 7px;
  border: 1px solid #969696;
  margin-right: 4px;
  white-space: nowrap;
  border-radius: 4px
}
.tag_link:hover {
  background: #575757;
  color: #ffffff;
}
.tag_link a {
  color: #656565;
}
.tag_link a:hover {
  color: #ffffff;
}
.newestCard {
  line-height: 1.5em;
  height: 50px; /* height is 2x line-height, so two lines will display */
  overflow: hidden; /* prevents extra lines from being visible */
}
.wrapper {
  /* box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, .07); */
  border-radius: 5px;
  transition: all .2s;
}
.images {
  display: flex;
}
.article-image {
  width: 50%;
  margin-right: 20px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  background: silver;
}
.wrapper:hover {
  /* box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, .20); */
}
.featured-image-wrapper {
  min-height: 200px;
  max-height: 400px;
  background: silver;
  position: relative;
  overflow: hidden;
}
.featured-image {
  height: 100%;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-category {
  color: white;
  padding: 5px 20px;
  background: #d32f2f;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.datum-objave {
  font-size: 12px;
  color: #777;
  font-weight: 400;
  text-transform: uppercase;
}
.content {
  padding: 20px;
}
.naslov {
  line-height: 28px;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px;
}
.text {
  color: #777;
}
.naslov-novosti-article {
  line-height: 28px;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px;
}
.featured-image-wrapper {
  position: relative;
}
.featured-image-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all .4s;
  height: 0;
}
.featured-image-wrapper:hover::before {
  height: 100%;
}
blockquote {
  width: 85%;
  background: #105c8a;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 0px;
  border-radius: 3px;
  padding: 25px;
  position: relative;
}
blockquote p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #fff;
  font-style: italic;
  line-height: 32px;
}
.slika-galerija {
  transition: all .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.slika-galerija::before {
  position: absolute;
  left: -200px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  margin: auto;
  text-align: center;
  line-height: 40px;
  color: #bf2e31;
  z-index: 999;
  opacity: 0;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f002';
  transition: all .4s;
  cursor: pointer;
  pointer-events: none;
  z-index: 1000;
}
.slika-galerija::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .40);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  right: 0;
  transition: all .4s;
}
.slika-galerija:hover::before {
  left: 0;
  opacity: 1;
}
.slika-galerija:hover::after {
  opacity: 1;
}
.galerija {
  padding: 15px;
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sibling {
  background-color: #e6e6e6;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 50vh;
  transition: width .5s;
  width: 30px;
  z-index: 28;
}
.sibling--next {
  left: auto;
  height: 120px;
  right: 0;
}
.sibling .link {
  background: #fff;
  border-bottom: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  border-top: 1px solid #8c8c8c;
  display: block;
  height: 120px;
  margin-left: 30px;
  padding: 10px;
  width: 300px;
}
.sibling--next .link {
  border-left: 1px solid #8c8c8c;
  border-right: none;
  margin-left: 30px;
  margin-right: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.sibling .link:before {
  color: #262626;
  left: 7px;
  position: absolute;
  top: 52px;
  font-size: 16px;
  font-size: 1.06667rem;
  content: "\f060";
  font-family: FontAwesome;
}
.sibling--next .link:before {
  left: auto;
  right: -23px;
  content: "\f061";
  font-family: FontAwesome;
}
.sibling .thumbnail {
  float: right;
  margin-left: 5px;
  position: relative;
  width: 100px;
}
.sibling--next .thumbnail {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
.media__image {
  display: block;
  height: auto;
  width: 100%;
}
.sibling .headline {
  color: #595959;
  height: 100px;
  overflow: hidden;
  padding-right: 10px;
  padding-top: 5px;
  position: relative;
  right: 4px;
  font-family: CNN, Helvetica Neue, Helvetica, Arial, Utkal, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.14286;
}
.sibling--next .headline {
  left: 4px;
  right: 0;
}
.sibling.sibling--disable-hover, .sibling:hover {
  background-color: #8c8c8c;
  transition: width .5s;
  width: 330px;
}

