/*
@media only screen and (min-width: 1024px) {
.ustreklamlar {
margin-bottom:10px!important;	
}
}
@media only screen and (max-width: 767px) {
.haberler {
margin-bottom:25px!important;	
}
.cube-bonus-list {
margin-top:35px!important;	
}
}
*/
.img-responsive {
max-width:100%;
height:auto;	
}
 #circle {
      width: 175px;
      height: 60px;
      background: red;
      border-radius: 6px
 }
 #circle2 {
      
      background: red;
      border-radius: 6px
 }
 .bonusfirma {


 }
@media only screen and (max-width: 730px) {
.topreklam {
padding: 0px 3px;
}	
.bonusyazi {
font-size:10px!important;	
}
.post-title {
padding:5px!important;
}
}
@media only screen and (min-width: 901px) {
.post-title {
margin-top:10px!important;
}	
}
@media only screen and (max-width: 900px) {
.catname {
display:inline-block!important;
}	
}
.bonusyazi {
  position: relative;
  width:380px;
  left:8px;
  /*family: Roboto;*/
  font-weight:700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0px;
  overflow: hidden;
  /*
  background: linear-gradient(90deg, #000, #a2a2a2, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  */
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}