/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(250, 250, 250, 0);
  color: #000;
}
/* Sticky Menu
 ========================================================================== */
.uk-navbar.uk-active {
	background-color:#fff !important;
}
.uk-navbar.uk-active .uk-navbar-toggle {
	color:#000 !important;
}
.uk-navbar.uk-active a {
	color:#000;
}
.tm-navbar {
	margin:0!important;
	padding:0!important;
}
/*
 * Style
 */
a,
.uk-link {
  color: #888888;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #222222;
  text-decoration: underline;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(170, 66, 4, 0);
  color: #000000;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(255, 255, 255, 0);
  color: #222222;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(170, 66, 4, 0);
  color: #000000;
}
/* Section Top A 
 ========================================================================== */
#top-a {
  background-color: #ffffff;
}
#top-a a {
  color: #000000;
}
#top-a,
#top-a h1,
#top-a h2,
#top-a h3,
#top-a h4,
#top-a h5,
#top-a h6 {
  color: #000000;
}
#top-a .headline-border h3.uk-panel-title:before,
#top-a .headline-border h3.uk-panel-title:after {
  background-color: #999999;
}
/* Mobile Logo 
 ========================================================================== */
.tm-logo-small h1 {margin:0}
.tm-logo-small h1 {color:#000000}
.tm-logo-small {
	display: inline-block;
	letter-spacing: normal!important;
}
a.tm-logo:hover {
	color:none;
	text-decoration:none!important;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 50vh;
  min-height: 200px;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #222222;
  line-height: 35px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
#top-d {
   background-attachment: fixed;
}