.footer-box {
  padding: 15px;
  background-color: #145c78;
  line-height: 28px;
}

.footer-box .footer-top {
  text-align: center;
}

.footer-box .footer-top a {
  margin: 0 6px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-box .footer-top a:hover {
  opacity: 0.85;
}

.footer-box .footer-bottom {
  text-align: center;
  color: #eee;
  font-size: 14px;
}

#navbar .navigation .menu>li {
  line-height: 50px;
}

.site-logo {
  height: 45px;
  width: auto;
  max-width: 250px;
}

#navbar .navbar-header {
  padding-top: 20px !important;
}

.articles-grid .views-row {
  width: 31.333%;
  margin: 1%;
}

.views-row .views-field-title,
.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.views-row:hover .views-field-title {
  color: #00ADEF
}

.views-row:hover .img-responsive {
  transform: scale(1.05);
  transition: all .4s ease-out 0s;
}

@media screen and (max-width:768px) {
  #navbar .navigation ul.menu>li>a {
    display: block;
  }

  .articles-grid .views-row {
    width: 98%;
    margin: 1%;
  }
}