.pozadina_strafte{
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
 background: repeating-linear-gradient( 45deg, #fff, #fff 10px, #f2f2f2 10px, #f2f2f2 20px );

}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    display: table-cell;
    vertical-align: bottom!important;
}
.pozadina_gradient{
background: linear-gradient(#ffffff, #ececec);
}
.pozadina_gradient2{
background: linear-gradient(#ffffff, #ececec);
}
.dugme_strafte{
    padding: 5px;
    margin: 5px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #717171;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 1.375rem !important;
    padding: 5px 5px 5px 5px !important;
    background: #ececec !important;
    border-bottom: solid #b2b1b1 2px !important;
  margin-bottom: 0px!important;
}

.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@-webkit-keyframes blackWhite {  
  0% { background-color: white; }
  50% { background-color: white; }
  51% { background-color: black; }
  100% { background-color: black; }
}
.blinkdiv {
  width:100%;
  height:100%;
  color:black;
  font-weight:bold;
  animation: myanimation 10s infinite;
}

@keyframes myanimation {
  0% {background-color: red;}
  25%{background-color:yellow;}
  50%{background-color:green;}
  75%{background-color:brown;}
  100% {background-color: red;}
}