html body em {
  color: #444;
}
html body a,
html body .uk-link {
  color: #c57fdb;
}
html body a:hover,
html body .uk-link:hover {
  color: #b363ce;
}
html body a.uk-button-primary,
html body .uk-link.uk-button-primary {
  background-color: #7E81BE;
  color: #fff !important;
}
html body a.uk-button-primary:hover,
html body .uk-link.uk-button-primary:hover {
  background: #b3b5e1;
}
@media (max-width: 768px) {
  html body > .uk-container.uk-container-center:before {
    background: url('http://bdias.ulusofona.pt/images/logotipo-lusofona.svg') no-repeat 50% 50% #111;
    background-size: 250px;
    display: block;
    height: 60px;
    margin-left: -25px;
    margin-right: -25px;
  }
}
html body .wk-slideshow .caption {
  margin: 0 0 20px 0;
}
html body .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
html body .video-responsive video,
html body .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
html body .uk-pagination>.uk-active>span {
  background: #7E81BE;
}
html body nav.uk-navbar {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-bottom: 4px solid #7E81BE;
  border-radius: 4px;
  text-transform: uppercase;
}
html body nav.uk-navbar ul > li {
  border-right: 1px solid #e5e5e5;
}
html body nav.uk-navbar ul li.uk-active a {
  color: #7E81BE;
}
html body nav.uk-navbar ul li a {
  font-size: 12px;
}
html body nav.uk-navbar ul li a:hover {
  color: #7E81BE;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar {
  background: #fff;
  border: 1px solid #e5e5e5;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar li {
  border-right: none;
  font-weight: normal;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar li a:hover {
  background: none;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar li ul.uk-nav-sub {
  margin-top: 8px;
  padding: 6px 0;
  border-top: 1px solid #e5e5e5;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar li ul.uk-nav-sub li a {
  color: #444;
  padding: 8px 0;
}
html body nav.uk-navbar ul li .uk-dropdown-navbar li ul.uk-nav-sub li a:hover {
  color: #7E81BE;
}
@media (min-width: 768px) and (max-width: 960px) {
  html body nav.uk-navbar .uk-navbar-flip {
    display: none;
  }
}
html body .tm-headerbar .uk-grid:not(.uk-grid-preserve)>* {
  padding-left: 0;
}
html body .uk-navbar-center {
  max-width: 100% !important;
}
html body .uk-navbar-center .tm-logo-small {
  letter-spacing: 0 !important;
  color: #fff;
}
html body main.tm-content article.uk-article .uk-article-meta {
  display: none;
}
html body main.tm-content article.uk-article .uk-width-medium-2-5 img {
  width: 100%;
}
html body main.tm-content article.uk-article ul.uk-subnav {
  display: none;
}
html body main.tm-content article.uk-article + .uk-article {
  margin-top: 64px;
}
html body footer.tm-footer {
  font-size: 11px;
}
html body footer.tm-footer .tm-totop-scroller {
  top: 8px;
  right: 8px;
}
html body footer.tm-footer ul.uk-subnav {
  padding: 8px 16px;
  background: #e5e5e5;
}
html body footer.tm-footer ul.uk-subnav li {
  margin-top: 0;
}
html body footer.tm-footer ul.uk-subnav li a {
  color: #000;
}
html body footer.tm-footer ul.uk-subnav p {
  font-size: 11px;
}
@media (max-width: 768px) {
  html body footer.tm-footer .uk-text-left {
    text-align: center !important;
  }
  html body footer.tm-footer .uk-text-right {
    padding-top: 24px;
    text-align: center !important;
  }
}
html body.home main#tm-content article.uk-article > h1.uk-article-title {
  display: none;
}
html body footer.tm-footer ul.uk-subnav {
  padding: 8px 16px;
  background: #c57fdb;
  color: #fff;
}
html body footer.tm-footer ul.uk-subnav li a {
  color: #fff;
}
