#read-more:after, #hide-more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-left: 2px;
    content: "\f101";
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.box-img {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
    margin-bottom: 15px;
}

.box-title {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
}



@media (min-width: 768px) {
    .box article{
        padding-top: 70px;
        margin-top: -70px;
    }
}
