header{
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.top-bar {
  background: #f1f1f1;
  color: #575757;
  padding: 5px 0;
}
.top-bar i{
  color: #57C84D;
}
.navigation{
  background: #fff;
  padding: 15px 0;
}
.navigation img{
  width: 200px;
}
.navigation-products{
  text-align: right;
}
.navigation-products button,.btn-primary.focus, .btn-primary:focus{
  background: #57C84D;
  border-color: #57C84D;
  box-shadow: none !important;
}
.navigation-products button:hover{
  background: #222 !important;
  border-color: #222 !important;
}
.proizvodi{
  padding: 50px 0;
  background: #ecefe8;
}
.proizvodi .product-details .title{
  text-align: center;
  color: #575757;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.proizvodi .product-details .description{
  text-align: center;
  color: #575757;
}
.proizvodi .product-image{
  text-align: center;
}
.proizvodi .product-image img{
  width: 80%;
  margin-bottom: 1.5rem;
}
.btn-order{
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
}
.proizvodi .price{
  text-align: center;
  color: #57C84D;
  margin-bottom: 1.5rem;
}
.prednosti{
  padding: 50px 0;
  background: #ecefe8;
}
.prednosti .card .card-body{
  padding: 3rem 0;
  text-align: center;
}
.prednosti .card .card-body .icon img{
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.prednosti .card .card-body .title{
  font-size: 1.5rem;
  margin-top: 1rem;
}

.product .title{
  color: #575757;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.product .description{
  color: #575757;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
}

.product{
  background: #f1f1f1;
}

.product .price{
  color: #57C84D;
  text-align: left;
  font-size: 1.5rem;
}

.product .price .number{
  display: block;
  font-weight: bold;
  font-size: 2rem;
}

.btn-success, .badge-success{
  background: #57C84D;
}



.page-content{
  padding: 80px 0;
}

footer{
  background: #fff;
  padding: 30px 0;
}
footer ul{
  margin: 0;
  padding: 0;
}
footer ul li{
  list-style: none;
}
footer a,footer{
  color: #57C84D !important;
  text-decoration: none;
}

@media (max-width: 768px){
  .prednosti .col-md-3:not(:last-child),footer .col-md-3,footer .col-md-4,footer .col-md-2,.proizvodi .col-md-4:not(:last-child){
    margin-bottom: 1rem !important;
  }
  footer img{
    width: 60%;
  }
  footer .logo{
    text-align: center;
  }
  .top-bar{
      text-align:center;
  }
}
.footer-main, .footer-removeable,.footer-removeable a, .footer-main a {
  font-family: Century Gothic, AppleGothic !important;
}
.card, .btn{
  border-radius: 20px !important;
}
.form-control{
  border-radius: 25px !important;
}
/* Animacija fotki certifikata  */

.container2 {
    margin-top: 50px;
    height:150px;
    position:relative;
    overflow:hidden;
  }

  .gallery2 {
    width: 100%;
    position:absolute;
    top:0px;
    left:0px;
    white-space: nowrap;
    animation: bannermove 8s linear infinite;
   animation-play-state: running;
   -webkit-animation-play-state: running;
   animation-direction: alternate-reverse
  }

  .gallery2 img {
  object-fit: contain;
    object-position: 10% 20%;
  padding: 10px;
  height: 100px;
  margin-left: 50px;
  }

  @keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-10%, 0);
    }
  }

  .gallery2:hover {
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused;
    animation-play-state:paused;
  }
/* end anim*/
.row{
  row-gap:30px;
}
.footerimg, .footer{
  background-color: white;
  margin-top:0px !important;
}
