/* Mainmenu 
 ========================================================================== */
.menu-inner {
	float:left;
	margin-right:40px;
    color: #000;	
}
.uk-navbar-nav > li > a {
	text-transform:none;
    color: #000;	
	}

.efue-menu-footer {
	float:left;
	margin-right:40px;
    color: #000;	
}

.efue-horiz-menu > ul > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 15px;
    padding: 0px 15px;
    line-height: 15px;
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    font-weight: normal;
    float: left;
	text-transform:none;
	background-color: inherit;
}

.uk-container-center {
    padding-bottom: 20px;
    padding-top: 20px;
}

#menu-outer {
	background-color: transparent;
}

.uk-navbar {
    background-image: linear-gradient(#fff -20%, #9ca4d0 100%);
    color: #000;	
}

#footer-a {
	background-image: linear-gradient(#fff -20%, #9ca4d0 100%);
}

.uk-nav-side > li.uk-active > a {
    background: transparent;
}

select,
textarea,
input[type="text"],
input[type="email"],
.uneditable-input {
  /* Overrides */
  height: auto;
}

.uk-panel-box {
	padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

