@media (max-width: 768px) {
  div.tm-logo-small > a img {
    margin: 0 !important;
    position: absolute !important;
    left: 15px;
    top: 10px;
  }
}

.uk-nav li > a {
    font-size: 12px;
    text-transform: uppercase;
}
.uk-subnav > * > * {
  display: inline-block;
  color: #303030;
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
}
.uk-nav li > a {
  font-family: 'Open Sans';
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  }
.eb-label {
    display: inline-block;
    background-color: #efc70a;
    padding: .7em;
    line-height: .8em;
    border-radius: 3px;
    color: #000000;
}
.tm-navbar-container {
  padding-top: 0px;
  padding-bottom: 10px;
}
.uk-navbar-nav > li > a {
    text-decoration: none;
}
.uk-navbar-nav > li > a:before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0;
  height: 0px;
  width: 0;
  background: rgba(212, 175, 55, 0.7);
  -webkit-transition: width .4s;
  transition: width .4s;
}
.tm-panel-subtitle {
    margin: 30px auto;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 17px;
    line-height: 25px;
    font-weight: 900;
}
.uk-position-relative {
    position: relative !important;
    background: #282828;
}
.visform input, .visform select, .visform textarea {
    border: 1px solid #222222;
    padding: 2px;
}