
* {
  font-family: "Roboto Flex", sans-serif;
  border-radius: 0 !important;
  transition: all 0.5s;
}
body {
  padding-top: 0 !important;
}
.front-page img {
  /* filter: grayscale(1); */
}
img:hover {
  
}
.navbar-toggler {
  border-color: white;
  color: white;
  background: white;
  margin-top: -5px;
}

[data-bs-theme=dark] {
  --bs-body-bg: #003471;
  --bs-body-color: #e0e0e0;
  --bs-card-bg: #1e1e1e;
  --bs-card-border-color: #2c2c2c;
  --bs-navbar-bg: #1e1e1e;
  --bs-navbar-color: #e0e0e0;
}

#toolbar {
  bottom: 0;
  top: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.bg-primary {
  background-color: rgb(0, 52, 113) !important;
}

/* UPPERTOP */
  .uppertop {
    background:rgba(128, 0, 0, 0.8);
    color: #fff;
  }
  .uppertop p {
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-family: "Roboto Flex", sans-serif;
  }
  .uppertop .social-icons {
    padding: 5px 0 0;
  }
  .uppertop .social-logo a {
    color: #fff;
    font-size: 1.1rem;
  } 
/** Stickler */
.stickler {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
}

/** NAV **/
.navbar {
  z-index: 100;
  background: #003471;
  background: linear-gradient(0deg, rgba(0, 52, 113, 0.90) 0%, rgba(0, 52, 113, 0.90) 75%, rgba(5, 83, 166, 1) 100%);
  padding: 5px 0 0;
}
.navbar a {
  color: white;
  text-transform: uppercase;
  font-family: "Roboto Flex", sans-serif;
}
.logo {
  max-height: 40px;
}
.slovo {
    font-weight: 700;
    border: 0 !important;
    background: none !important;
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 !important;
}
.slovo:hover {
  border: 0 !important;
  background: none !important;
  color: black !important;
  cursor: pointer;
}
.pretraga {
  margin-right: 0 !important;
}

li.item.nav-item {
  padding: 0 15px;
}
li.item.nav-item:hover, li.item.nav-item:hover a, a.nav-link.active {
  color: #ffcc00 !important;
}

ul.subnav.dropdown-menu.show {
  width: auto;
  min-width: 250px;
  background: rgba(0, 52, 113, 0.90);
  color: white;
  margin: 8px 0 0 20px;
  padding: 0;
}
a.nav-link.dropdown-toggle.show {
  color: #ffcc00;
}

ul.subnav.dropdown-menu.show li {
  padding: 0;
}
ul.subnav.dropdown-menu.show a {
  padding: 5px 10px;
  color: white !important;
}

.subnav li.item.nav-item a:hover {
  color: #ffcc00;
  background: black;
}
/* SITE */



.entry-cover img {
  border-radius: 0.375rem 0.375rem 0 0;
}

.media-wrapper {
  border-radius: 0.375rem;
}

.social-icons a {
  transition: opacity 0.2s;
  display: inline-block;
  margin: 0 5px;
}

.social-icons a:hover {
  opacity: 0.8;
}



.related-posts a {
  text-decoration: none;
}

.profile-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.card-title a {
  font-family: "Roboto Flex", sans-serif;
  color: maroon;
}
.card-body a {
  text-decoration: none;
}
.card-body a h5 {
  color: maroon;
}
.entry-content {
  padding-bottom: 30px;
}
.entry-footer {
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
  background: maroon;
}
.entry-footer span {
    padding: 5px 10px;
    color: white;
}
footer {
  border-top: 1px solid maroon;
}
.editorski {
  position: absolute;
  top: 10px;
  right: 10px;
}
.btmeni {
  vertical-align: top;
}
.btmeni ul {
  list-style: none;
  display: inline;
}
.btmeni li {
  float: right;
  line-height: 10px;
}
.btmeni li a {
  display: block;
  margin: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: grey;
  font-size: 0.9rem;
}
.btmeni li:first-child a {
  margin-right: 0;
}
.btmeni li a:hover {
  color: maroon;
}
.btmeni li span {
  display: none;
}



/* Custom breadcrumb styling */

.breadcrumb {
  display: none;
    border-bottom: 1px solid maroon;
    padding: 2px 0;
    margin-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
}
.breadcrumb a {
  color: grey;
  text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: " ";
}
.breadcrumb-list {
    padding: 0;
    font-size: 1rem;
    font-weight: 200;
    text-transform: uppercase;
    color: maroon;
}
.breadcrumb-list li {
  display: inline-block; 
  list-style: none;
}
.breadcrumb-list span {
  padding: 0 3px;
}
.breadcrumb a i {
  color: white !important;
}
.post-meta {
  font-size: 0.9rem;
  padding: 5px 15px;
  color: white !important;
  background: rgba(0,0,0,0.8);
}
.post-meta span, .post-meta a {
  padding: 0 10px;
  color: white !important;
}
.post-meta span:first-child {
  padding-left: 0;
}
.post-content {
  position: relative;
}
.post-content iframe, .post-content img {
  width: 100%;
  height: 495px;
  object-fit: cover;
  margin-top: -2px;
}
.post-header {
    position: relative;
    background: white;
    color: black;
    width: 100%;
}
.post-header h1 {
    font-size: 2.5rem;
    font-weight: 300;
    padding: 0;
}
.post-entry {
  transition: transform 0.2s ease-in-out;
  height: 100%;
}

.post-entry:hover {
  transform: translateY(-2px);
}
.poster {
    width: 100%;
    height: 460px;
    object-fit: cover;
    
}
.post-navigation a {
  width: 49.8%;
  padding: 12px 10px 10px ;
  border: 0;
  background: #efefef;
}
.post-navigation > a:hover {
  background: #003471;
  color: white !important;
}
.post-navigation .nextprev img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}
.post-navigation .nextprev p {
  margin: 10px;
  font-size: 0.9rem;
  height: 60px;
  display: none;
}
.post-navigation .pull-left img {
  float: left;
}
.post-navigation .pull-left p, .post-navigation .pull-left h5 {
  margin-left: 105px
}
.post-navigation .pull-right img {
  float: right;
}
.post-navigation .pull-right p, .post-navigation .pull-right h5 {
  margin-right: 105px;
  
}
.post-navigation small {
    display: inline-block;
    clear: both;
    color: grey;
    margin: 10px 15px 0;

}
.post-tags {
  background: #efefef;
  padding: 10px;
}
.post-tags a {
  margin-left: 50px;
  padding: 0 10px;
  background: silver;
  color: white;
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.post-tags a:first {
  margin-left: 0;
}
.post-tags a:hover {
  background: #003471;
}
.post-footer {
  padding: 5px 0;
}
.related-posts {
  background: #efefef;
  padding: 10px;
  margin-bottom: 5px;
}
.related-posts ul {
  display: inline;
  list-style: none;
  padding: 0;
}
.related-posts li {
  display: inline-block;
  list-style: none;
}
.related-posts li a {
  display: block;
  background: silver;
  color: white;
  padding: 0 10px;
  margin: 0px 5px -7px 5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-posts li a:hover {
  background-color: maroon;
  color: white;
}
.page-header img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-top: -10px;
  filter: grayscale(1); 
}
.page-header .h2 {
    background: maroon;
    text-transform: uppercase;
    font-size: 2.5em;
    margin-top: 10px;
    color: white;
    padding: 0 10px;
}
.page-header .h2 a {
  float: left;
  margin: 8px 5px 0 0 !important
}
.page-header .breadcrumb {
  display: none;
}
.limiter {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Scroller Styles */
.enonewsticker {
  background-color: #F2F2F2;
  display: block;
}
.breaking-box {
  padding: 0;
}
.titleenonewsticker {
  text-transform: uppercase;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 52, 113, 0.9);
  color: #efefef;
}

.itemsenonewsticker {
  background-color: #efefef
}

.itemsenonewsticker p {
  margin-bottom: 0;
  position: relative;
  color: #003471;
}
.itemsenonewsticker p span {
  color: black;
  font-size: 0.9rem;
}
.itemsenonewsticker p a {
  display: inline-block;
  text-decoration: none;
  color: black;
  font-size: 0.9rem;  
}
.itemsenonewsticker p a.overlay {
  margin-left: 5px;
}

.navenonewsticker .carousel-control-prev,
.navenonewsticker .carousel-control-next {
  color: #000;
  position: relative;
  flex-grow: 2;
}

.navenonewsticker .carousel-control-next .carousel-control-next-icon,
.navenonewsticker .carousel-control-prev .carousel-control-prev-icon {
  display: block;
  height: 100%;
  width: 100%;
  background-size: 60% 60%;
}

.navenonewsticker .carousel-control-next,
.navenonewsticker .carousel-control-prev {
  width: auto;
}

.topicenonewsticker {
  background-color: #424867;
  color: #fff;
  font-size: 70%;
  padding: 5px 7px;
  text-transform: uppercase
}


/* Style for the toggle button */
[data-script-toggle] {
  cursor: poRoboto Flex;
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px;
  transition: all 0.2s;
}

[data-script-toggle]:hover {
  background: #f0f0f0;
}





/* HERO SECTION */
.hero-section {
  position: relative;
} 
.hero-section h2 {
  position: absolute;
  background: maroon;
  top: 30px;
  left: 0px;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.3rem;
  z-index: 10;
  text-transform: uppercase;
}
.hero-section .item-group {
  position: relative;
  height: 250px;
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
} 
.hero-section .item-group:hover {
  opacity: 0.9;
}
.hero-section .item-group.big {
  height: 515px;
}
.hero-section .item-group.big .overlay {
  height: 100px;
}
.hero-section .item-group img {
  position: relative;
  width: auto; 
  min-width: 100%; 
  height: 100%;
  object-fit: cover;
}
.hero-section .item-group .overlay {
  position:absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 60px;
  padding: 10px;
  background:rgba(128, 0, 0, 0.8) ;
}

.hero-section .item-group .overlay .title {
  font-size: 1rem;

  color: white;
}
.hero-section .item-group.big .overlay .title {
  font-size: 1.2rem;

}
.hero-section .item-group .overlay p {
  color: white;
  font-size: 0.9rem;
}

/* Blok-1 SECTION */
.blok-1 {
  position: relative;
} 
.blok-1 h2 {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 1% 0;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-bottom: 1px solid maroon;
    
}
.blok-1 h2 a {
  display: block;
  color: maroon;
  text-decoration: none;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 200;
  font-size: 1.3rem;
} 
.blok-1 .item-group {
  position: relative;
  display: block;
  margin-bottom: 10px;
} 
.blok-1 .item-group:hover {
  opacity: 0.9;
}
.blok-1 .item-group.big {
  height: auto;
}
.blok-1 .item-group.big .overlay {
  width: 100%;
  height: auto;
}
.blok-1 .item-group img {
  position: relative;
  float: left;
  width: 20%; 
  height: 85px;
  object-fit: cover;
}
.blok-1 .item-group.big img {
  position: relative;
  float: none;
  width: 100%; 
  height:272px;
  object-fit: cover;
}
.blok-1 .item-group .overlay {
  position:relative;
  width: 75%;
  margin-left: 5%;
  min-height: 105px;
  float: right;
}

.blok-1 .item-group .overlay .title {
  font-size: 1rem;
  color: #000;
}
.blok-1 .item-group .overlay:hover .title {
  color: maroon;
}
.blok-1 .item-group.big .overlay .title {
  font-size: 1.2rem;
  height: 50px;
}
.blok-1 .item-group .overlay p {
  color: darkslategray;
  font-size: 0.9rem;
}

/* ROAD CONDITIONS */
.road-conditions {
  position: relative;
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  height: 400px;
}
.road-conditions iframe {
  position:absolute;
  top: -100px;
  bottom: -100px;
  right: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 600px;
}
.traffic-info iframe {
  height: 300px;
}

/* WIDGEST AREA */
.widgets {
  z-index: 0;
}
.widgets h2 {
    position: relative;
    width: 100%;
    margin: 0% 2% 15px 0%;
    padding: 0 0 2% 0;
    font-size: 1.3rem;
    font-weight: 200;
    text-transform: uppercase;
    color: maroon;
    border-bottom: 1px solid maroon;
}
.widgets .popular-posts {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.widgets .popular-posts li, .category-list a {
  padding: 13px 0;
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #ccc;
}
.widgets .popular-posts li:last-child {
  border-bottom: none;  
}
.widgets .popular-posts li:hover, .category-list a:hover {
  background: #f8f9fa;
}
.widgets .popular-posts a, .category-list a {
  text-decoration: none;
  color: black;
  display: block;
}
.widgets .popular-posts a:hover, .category-list a:hover {
  color: maroon;
}
.widgets .popular-posts img {
  width: 15%;
  height: 40px;
  object-fit: cover;

}
.widgets .popular-posts h3 {
  width: 82%;
  float:right;
  font-size: 1rem;
  margin: 0;
}
.granica h2 {
  padding-bottom: 4px;
}
.granica h3 {
  background: maroon;
  padding: 5px 10px;
  font-size: small;
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
}
.granica h3 strong {
  float: right;
}
.granica b {
  display:block;
  height: 247px;
  overflow: hidden;
}
.weather {
  margin-bottom: 32px;
}
.company img {
  filter: none;
  width: 95%;
}
.company p {
  padding: 0 10px;
}
/* BANNERS */
.banner-small, .banner-medium, .banner-large {
  width: 300px;
  height: 250px;
  margin: 0 auto 30px auto;
  text-align: center;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}
.banner-small h2, .banner-medium h2, .banner-large h2 {
  color: white;
}
.banner-small {
  width: 100%;
  height: 105px;
}
.banner-medium {
  width: 100%;
  height: 280px;
}

/* ANIMATRONICS */
@media (max-width: 1200px) {
.post-header {
  top: 419px;
}
.post-header h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 990px) {
  .itemsenonewsticker p span {
    display: none;
  } 
  .post-header {
    top: -2px;
  }
  .post-header h1 {
    font-size: 2rem;
  }
}
