.card-title a{
  color:#222
}
.card-text a{
  color:#222;
}
.badge{
  margin-right: 5px;
}
.badge a {
  color:#FFF;
}
.fright{
  float:right
}
.fleft{
  float:left
}
.onLink img{
  opacity: 0.6;
  transition: all 0.2s
}
.onLink img:hover{
  opacity: 1
}

.kayitol{
  font-weight: bold!important;
  -webkit-animation:colorchange 6s infinite alternate;
}

@-webkit-keyframes colorchange{0%,40%,60%{color:#ec2763}10%{color:#fff}20%{color:#ec2763}30%{color:#fff}50%{color:#ec2763;}70%,90%{color:#fff}80%{color:#ec2763}100%{color:#fff}}

@-webkit-keyframes colorchange{
  0%,40%,60%{
      color:#ec2763
  }
  10%{
      color:#fff
  }
  20%{
      color:#ec2763
  }
  30%{
      color:#fff
  }
  50%{
      color:#ec2763;
  }
  70%,90%{
      color:#fff
  }
  80%{
      color:#ec2763
  }
  100%{
      color:#fff
  }
}
.fmc{
  display: none;
}
.fcopy{
  text-align: left;
}
.onnet{
  text-align: right
}

@media screen and (max-width: 1024px) {
  .fmc{
    display: block;
    text-align: center;
  }
  footer div{
    text-align: center!important;
  }
  .onnet{
    margin-top: 10px;
  }
}
.card-yazim h2, .card-yazim h3{
  font-weight: bold!important;
}