.tm-headerbar-background {
    background: #14498b none repeat scroll 0 0;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: #f9f9f9;
    color: #14498b;
    outline: none;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}
.tm-icon-plus, .tm-icon-arrow {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #14498b;
    z-index: 1000;
}
element {
    border-top-width: 30px;
    border-top-style: solid;
    border-bottom-width: 30px;
    border-bottom-style: solid;
}