nav ul {
    background-color: #9bc1fa;
    box-shadow: 2px 2px 2px #dfdfdf;
    font-size: 13px !important;
    margin: 0;
    padding: 0;
}
nav ul li {
    background-color: #9bc1fa;
    border-right: 1px solid #ffffff;
    float: right;
    line-height: 1.2em !important;
    list-style: outside none none;
}
nav ul li a {
    color: #ffffff;
    display: block;
    padding: 0 16px;
    text-decoration: none;
    transition: background 0.3s ease-out 0s;
}
nav ul li:hover > a {
    color: #f93;
    transition: all 0.6s ease-in-out 0s;
}
nav ul li ul li a {
    color: #202020;
}
nav ul li ul li a:hover {
    background-color: #fafafa !important;
    color: #f93;
}
.menue {
    float: left;
    position: relative;
    top: -10px;
}
.nav, .nav a, .nav ul, .nav li, .nav div, .nav form, .nav input {
    border: medium none;
    margin: 0;
    outline: medium none;
    padding: 0;
}
.nav a {
    text-decoration: none;
}
.nav li {
    list-style: outside none none;
}
.nav {
    cursor: default;
    display: inline-block;
    position: relative;
    z-index: 500;
}
.nav > li {
    display: block;
    float: left;
}
.nav > li > a {
    color: #fcfcfc;
    display: block;
    font-family: "Droid Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    padding: 0 27px;
    position: relative;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease 0s;
    z-index: 510;
}
.nav > li:hover > a {
    background: #ffffff none repeat scroll 0 0;
    color: #0a779e;
}
.nav > li:first-child > a {
    border-left: medium none;
    border-radius: 3px 0 0 3px;
}
.nav > li.nav-search > form {
    border-left: 1px solid #4b4441;
    height: 54px;
    position: relative;
    width: inherit;
    z-index: 510;
}
.nav > li.nav-search input[type="text"] {
    background: #372f2b none repeat scroll 0 0;
    color: #999999;
    display: block;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 15px 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease 1s;
    width: 1px;
}
.nav > li.nav-search input[type="text"]:focus {
    color: #fcfcfc;
}
.nav > li.nav-search input[type="text"]:focus, .nav > li.nav-search:hover input[type="text"] {
    padding: 15px 20px;
    transition: all 0.3s ease 0.1s;
    width: 110px;
}
.nav > li.nav-search input[type="submit"] {
    background: #372f2b url("../img/search-icon.png") no-repeat scroll center center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 54px;
    padding: 0 25px;
    transition: all 0.3s ease 0s;
    width: 20px;
}
.nav > li.nav-search input[type="submit"]:hover {
    background-color: #4b4441;
}
.nav > li > div {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease 0.15s;
    visibility: hidden;
    width: 100%;
}
.nav > li:hover > div {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
.nav .nav-column {
    float: left;
    padding: 1%;
    width: 23%;
}
.nav .nav-column li a:hover {
    color: #666666;
}
.level4 a {
    font-size: 0.875rem !important;
}
.level4act a {
    color: #0a779e;
    font-size: 0.875rem;
    font-weight: bold;
}
.level3 a {
    font-size: 1rem;
}
.level3act a {
    color: #0a779e;
      font-size: 1rem;
    font-weight: bold;
}
.level4 a:hover {
    color: #0a779e;
    font-weight: bold;
}
.level4act a:hover {
    color: #0a779e;
    font-weight: bold;
}
.level3 a:hover {
    color: #0a779e;
    font-weight: bold;
}
.level3act a:hover {
    color: #0a779e;
    font-weight: bold;
}
.menuflyout {
    border-radius: 4px;
    margin-left: 40px !important;
    width: 100% !important;
}
.nav-header {
    float: left;
}
.nav-header h3 {
    text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1050px) {
  .nav > li > a {

      padding: 0 10px;

    }

}
