#main-content {
	padding:0% 0 0% 0;
	}
	
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}

.form-horizontal textarea

	{ display: inline-block;

	*display: inline;

	*zoom: 1;

	margin-bottom: 0;

	vertical-align: middle;

	width: 70%;
	height: auto;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  /* Reset */
  border-radius: 0;
  box-shadow: none;
  /* Overrides */
  height: 22px;
  line-height: 22px;
  color: #222222;
  width:70%;
}

.uk-dropdown-navbar {
  margin-top: -70px;
  }
  
  .uk-navbar-nav > li.uk-parent > a:after {
  content: "\f0d7";
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 130px;
  position: absolute;
  right: 10px;
  top: -23px;
}