@charset "utf-8";
/* less Document */
section.page-heading.uk-section-small {
  background: #ddd;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.page-heading h1 {
  font-size: 1.4rem;
}
.uk-slideshow-items.unzoomin > li > img {
  transition-timing-function: ease-in-out;
  animation: unzoomin 15s none running;
}
@keyframes unzoomin {
  0% {
    transform: scale(1.1) translate(-45%, -45%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
/* button style */
a.uk-button:after {
  font-family: 'fontawesome';
  content: '\f0da';
  margin-left: 5px;
}
a.uk-button[uk-scroll]:after {
  font-family: 'fontawesome';
  content: '\f0d7';
  margin-left: 5px;
}
a.uk-button[target=_blank]:after {
  font-family: 'fontawesome';
  content: '\f08e';
  margin-left: 5px;
}
/* uk-heading-line */
.uk-heading-line img {
  width: 20px;
}
/* table style */
.uk-table th {
  vertical-align: middle;
}
