:root {
  --oranges: #fece08;
  --oranget: #335544;
  --plava: #203f8e;
  --zelena: #068743;
}
/*rgb(209 100 100)*/
body {
  color: var(--plava);
  /* font-family: 'Noto Sans', sans-serif; */
  /* font-family: 'PT Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}

a, a:visited {
  color: var(--plava);
  text-decoration: none;
}

a:hover {
  color: var(--oranget);
  text-decoration: none;
}

a:focus, a:active {
  color: var(--plava);
}



a img.link-arrow, .owl-carousel .owl-item img.link-arrow {
  transition: all 500ms ease-in;
  display: inline;
  height: 9px;
  margin-bottom: 1px;
  width: auto;
}

a:hover img.link-arrow {
  transform: translateX(50%);
}

.custom-logo-link {
  display: inline-block;
  margin-right: 0.8rem;
  transition: transform 350ms ease-in;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1.5rem;
}

h1.site-title, p.site-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

h1.site-title span, p.site-title span {
  font-weight: normal;
}

h1.site-title a, p.site-title a {
  color: var(--plava);
  font-weight: 700;
}

h1 {
  font-size: 2.2rem;
}


h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
  font-weight: 700;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}

.container {
  max-width: 1440px;
}

aside#secondary {
  display: block;
  position: fixed;
  width: 280px;
  background: rgb(51 85 68 / 80%);
  height: 100vh;
  top: 0;
}

.wrapper-front {
  padding-left: 285px;
}

header {
  background-color: transparent;
  position: absolute;
  z-index: 9999;
  width: 100%;
}

a.nav-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  padding: .5rem 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.5rem 0.8rem;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  background: #f9f7f6;
  /* box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.001); */
}

.dropdown-menu {
  border: none;
  margin: -1px 0 0 0;
}

.dropdown-item {
  color: var(--plava);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--oranget);
}

footer.site-footer {
  background: #ffffff;
  /* padding: 3rem 0; */
  color: var(--plava);
  text-align: right;
  border-top: 10px solid var(--plava);
}

footer.site-footer a, footer.site-footer a:visited {
  color: var(--plava);
}

footer.site-footer a:hover {
  color: var(--oranges);
}

footer.site-footer .widget_media_image {
  text-align: left;
}

.obavestenje{
  width:60%;
}

.site-info .container {
  border-top: 1px solid var(--plava);
}

.site-info small {
  font-weight: 300;
}

h2.widget-title {
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

h2.widget-title:after {
  content: "";
  width: 3rem;
  background: var(--plava);
  height: 2px;
  bottom: 0;
  position: absolute;
  right: 0;
}

.main-post-title {
  /* background: var(--oranges);
  background:linear-gradient(90deg,var(--oranges) 50%, var(--plava)50%); */
  position: absolute;
  bottom: 0;
  background: rgb(0 64 86 / 78%);
  top: 0;
  display: flex;
  align-items: center;
}

.main-post-title-container {
  padding: 1rem;
  color: #ffffff;
}

div.post-header {
  position: relative;
  height: 250px;
  background: url(https://gc.digital2.rs/wp-content/uploads/2021/04/page.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-post-title h1 {
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(247 128 32 / 7%);
}

.post-list {
  border-bottom: 1px solid rgb(247 128 32 / 7%);
}

.post-list .post-list-title {
  margin-bottom: 0.7rem;
  position: relative;
  padding-bottom: 1rem;
}

.post-list-title:after {
  content: "";
  width: 4rem;
  background: var(--oranget);
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 0;
}

.post-list-date {
  text-align: left;
  color: var(--oranget);
}

h4.post-list-title {
  font-size: 16px;
}

.obavestenje {
  background: linear-gradient(158deg, #335544 6%, rgb(51 85 68 / 70%) 85%);
  color: #ffffff;
  /* padding-bottom: 170px; */
  position: absolute;
  /* margin: 15rem -1rem 2rem 6rem; */
  padding: 2rem;
  right: 0;
  bottom: 3rem;
  z-index: 999;
  max-width: 60%;
}

.obavestenje .card {
  background: transparent;
  border: none;
}

.obavestenje .card-title h2 {
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
}

.obavestenje a.more-link {
  display: block;
  position: absolute;
  bottom: 0;
  right: 35px;
  color: #ffffff;
}

.carousel-item {
  height: 90vh;
  position: relative;
}

.carousel-side-buttons {
  position: absolute;
  background: var(--plava);
  z-index: 999999;
  bottom: 0;
  height: 100px;
  color: #ffffff;
  padding: 1rem 3rem;
}

.carousel-side-buttons a {
  color: #ffffff;
}

.carousel-indicators {
  bottom: -10px;
}

.carousel-indicators li {
  height: 12px;
  width: 12px;
  border-radius: 12px;
  border: 0px solid #ffffff;
  transition: width 500ms ease-in;
}

.carousel-indicators li.active {
  background-color: #fff;
  height: 12px;
  width: 30px;
  border-radius: 12px;
}

.carousel-tekst, .carousel-more-link {
  display: block;
}

.bg {
  color: #ffffff;
}

.bg-1 {
  background: var(--oranget);
}

.bg-2 {
  background: var(--plava);
}

.bg-3 {
  background: var(--oranges);
}

.bg-4 {
  background: var(--zelena);
}

.vesti .red {
  display: block;
  width: 100%;
}

.vesti-title {
  font-weight: 700;
  color: var(--plava);
}

.vesti-body a {
  color: #ffffff;
}

.vesti-body h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 57px;
  margin-bottom: 0.8rem;
}

.vesti-body p {
  line-height: 1.3;
  min-height: 100px;
  margin-bottom: 0.8rem;
}

.planovi {
  background: var(--plava);
  color: #ffffff;
}

.planovi-naslov {
  border-right: 2px solid #ffffff;
}

.planovi h2 {
  font-size: 48px;
  font-weight: 700;
}

.cta {
  background: var(--oranges);
  padding: 2rem;
}

.cta p {
  font-size: 18px;
}

.cta-border {
  width: 4rem;
  background: var(--plava);
  height: 3px;
}

.side-meni {
  padding-top: 1rem
}

ul#side-menu {
  margin: 0;
  padding: 2rem;
  list-style: none;
}

ul#side-menu li {
  padding: 0.6rem 0;
}

ul#side-menu li a {
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
}

ul#side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

ul#side-menu .menu-item-has-children a {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}

ul#side-menu .menu-item-has-children>a:after {
  content: '';
  position: absolute;
  background-image: url(../img/right-arrowp.svg);
  right: 0;
  width: 10px;
  height: 10px;
}

ul#side-menu .menu-item-has-children.active>a:after {
  transform: rotate(90deg);
}

.sidenav ul#primary-menu {
  margin: 0;
  padding: 2rem;
  list-style: none;
}

.sidenav ul#primary-menu li {
  padding: 0.6rem 0;
}

.sidenav ul#primary-menu li a {
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
}

.sidenav ul#primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.sidenav ul#primary-menu .menu-item-has-children a {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}

.sidenav ul#primary-menu .menu-item-has-children>a:after {
  content: '';
  position: absolute;
  background-image: url(../img/right-arrowp.svg);
  right: 0;
  width: 10px;
  height: 10px;
}

.sidenav ul#primary-menu .menu-item-has-children.active>a:after {
  transform: rotate(90deg);
}

.broj {
  font-size: 3.4rem;
  font-family: "PT Serif", serif;
  font-weight: 600;
}

.gc-columns h2 {
  font-size: 30px;
  font-weight: 700;
}

.ov-target {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.ov-blue {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(8, 63, 87, 0.9);
  overflow: hidden;
  width: 100%;
  height: 20px;
  transition: .5s ease;
}

.ov-yellow {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(251, 168, 29, 0.9);
  overflow: hidden;
  width: 100%;
  height: 20px;
  transition: .5s ease;
}

.ov-green {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(141, 192, 65, 0.9);
  overflow: hidden;
  width: 100%;
  height: 20px;
  transition: .5s ease;
}

.ov-red {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(245, 127, 32, 0.9);
  overflow: hidden;
  width: 100%;
  height: 20px;
  transition: .5s ease;
}

.ov-transparent {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  height: 125px;
  transition: .5s ease;
}

.ov-text {
  box-sizing: border-box;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 23%;
  left: 8%;
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}

img.ov-ico {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  z-index: 15;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.ov-target:hover .ov-color {
  height: 100%;
}

.ov-target:hover .ov-transparent {
  height: 100%;
  font-size: 2rem;
}

.sidebar ul.menu {
  margin: 0;
  list-style: none;
}

.sidebar ul.menu li {
  padding: 6px 10px;
  background: transparent;
}

.sidebar ul.menu li:nth-of-type(2n+1) {
  background: #fff8f2;
}

.post-nav-next {
  width: 11px;
  margin-top: -4px;
  margin-left: 20px;
}

.post-nav-prev {
  width: 11px;
  margin-top: -4px;
  margin-right: 20px;
  transform: rotate(180deg);
}

.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #335544;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  overflow-y: scroll;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:white;
}

.sidenav ul li a {
  color:white;
}

.fixed-position {
  position: fixed;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
    position: fixed;
    z-index: 9999;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* .ov-target:hover .ov-text {
          font-size:2rem;
      } */
@media screen and (min-width:1024px) and (max-width:1280px) {
  aside#secondary {
    width: 250px;
  }

  .wrapper-front {
    padding-left: 255px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 0.5rem;
  }

  .vesti-body p {
    min-height: 130px;
  }
}
.mobyes{
    display:none;
}

@media screen and (max-width:768px) {
    
    .mobyes{
        display:block;
    }
  .main-post-title h1{
    font-size: 20px;
    margin-top: 35px;
  }

  .vesti-img{
    width: 40%;
  }
  .vesti-content{
    width: 60%;
  }
  aside#secondary {
    display: none;
  }

  .wrapper-front {
    padding-left: 15px;
    padding-top: 3rem;
  }

  .wrapper-front.front {
    padding-left: 15px;
    padding-top: 7rem;
  }

  header {
    background-color: #ffffff;
  }

  .custom-logo {
    max-width: 100px;
  }

  .obavestenje {
    position: absolute;
    max-width: 100%;
    margin-top: 15rem;
    background: linear-gradient(158deg, #335544 6%, rgb(51 85 68 / 70%) 85%);
    bottom: 4rem;
    height: auto;
    z-index: 99;
    width: 100%;
  }

  .carousel-inner {
    overflow: visible;
  }

  .carousel-indicators {
    display: none;
  }

  ul, ol {
    margin: 0 0 1.5em 1em;
    padding-inline-start: 20px;
  }

  .meni-mobile {
    position: absolute;
    right: 10px;
    font-size: 32px;
  }
}

.navigation {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}

.navigation .nav-links span, .navigation .nav-links a {
  font-size: 1.4rem;
  padding: 0.5rem;
}

.navigation .nav-links span {
  color: orange;
}

.excerpt_thumb {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.excerpt_thumb>.e-1 {
  flex: 0;
}

.excerpt_thumb>.e-1 img {
  max-width: 250px;
  margin: 0 20px 0 0;
}

.excerpt_thumb>.e-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}