#jform_captcha-lbl {
	display: none;
}
.uk-container {
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0 15px;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
  height: 30px;
  width: 400px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #ffffff;
  color: #676767;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
    transition-property: all;
  transition-property: border, background, color, box-shadow, padding;
  font-weight: 300;
}

.uk-form textarea {
	height: 80px;
}
.uk-navbar-content::before, .uk-navbar-brand::before, .uk-navbar-toggle::before {
  content: '';
  display: inline;
  height: 100%;
  vertical-align: middle;
  
}
.uk-navbar-center {
  float: none;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.uk-navbar-toggle {
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
}
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 70px;
  padding: 15px 25px;
  float: left;
}
.tm-headerbar {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 15px;
  }
}