.c-card {
  margin-bottom: 32px;
}
.c-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 130px;
   -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.c-card__wrapper:hover .c-info li span {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}
.c-card__wrapper:hover .c-card__body {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color:  #FFFFFF;  
}
.c-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fon-background:hover .c-card__header {
  background-color: #FFFFFF;
  transition: all ease 0.35s;
}
.c-card__body {
  margin-top: auto;
  color: #002E5D;
  -webkit-transform: translateY(calc(33px + 1.8rem));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card__more {
  display: inline-block;
  margin: 0rem 1rem;
  text-align: left;
  color: #fff;
  line-height: 1rem;
  position: relative;
  font-weight: 300;
}
.c-card__more:hover {
  color: #fff;
  text-decoration: none;
}


.c-card__more:hover::after {
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  opacity: 1;
}
.c-card__more::after {
  content: '\2192';
  opacity: 0;
  margin: 0rem 0.5rem;
  right: 0;
  top: 20%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.c-card__content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.c-card__author {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
}

.c-card__desc {
  height: 40px;
  overflow: hidden;
}
.c-date {
  color: #002E5D;
  font-weight: 300;
  font-size: 24px;
}
.c-info {
  list-style: none;
  font-weight: 300;
  margin:-5 0 0 0px;
}
.c-info li {
  position: relative;
  display: inline-block;
  font-weight: 300;
  vertical-align: bottom;
  margin: 0 10px;
}
.c-info li a {
  color: #002E5D;
}
.c-info li a:hover {
  text-decoration: none;
   padding: 0 0 0 0px;
}
.c-info li span {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
span.ion-eye {
  font-size: 20px;
  bottom: -26px;
  }
.features-card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.ion-eye {
  padding:0rem  0rem  0rem -1rem;
}