.top-bar {
    overflow: hidden;
    height: 40px;
    line-height: 2em;
    position: relative;
    margin-bottom: 0
}

.top-bar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.top-bar .row {
    max-width: none
}

.top-bar form,
.top-bar input {
    margin-bottom: 0
}

.top-bar input {
    height: 2.45em
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0
}

.top-bar .title-area {
    padding-top: 40px;
    position: relative;
    margin: 0
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    text-transform: uppercase;
    font-size: .8125em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 100%;
    height: 100%;
    line-height: 33px;
    padding: 0
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 20px;
    top: 3px;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
}

.top-bar.expanded {
    height: auto;
    background: transparent
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
    box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto
}

.top-bar-section ul {
    padding-left: 0;
    width: 100%;
    height: auto;
    display: block;
    text-transform: uppercase;
    margin: 0
}

.top-bar-section ul li>a {
    line-height: 1.1em;
    letter-spacing: .2em;
    padding: 13px;
    display: block;
    width: 100%;
    min-width: 150px
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
    display: block
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}

.top-bar-section .dropdown li a {
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    padding: 13px 30px
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: bold
}

.top-bar-section .dropdown li.title h5 {
    margin-top: 0;
    margin-bottom: 0
}

.top-bar-section .dropdown li.title h5 a {
    font-weight: bold;
    line-height: 1.1em;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block
}

.top-bar-js-breakpoint {
    width: 801px!important;
    visibility: hidden
}

.js-generated {
    display: block
}

@media only screen and (max-width:801px) {
    .top-bar-section .has-dropdown>a {
        padding-right: 45px!important
    }
    .top-bar-section .dropdown {
        display: none
    }
}

@media only screen and (min-width:801px) {
    .top-bar {
        height: auto;
        *zoom: 1;
        overflow: visible
    }
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table
    }
    .top-bar:after {
        clear: both
    }
    .top-bar .toggle-topbar {
        display: none
    }
    .top-bar input,
    .top-bar .button {
        line-height: 2em;
        font-size: .875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px
    }
    .top-bar .title-area {
        padding-top: 0
    }
    .contain-to-grid .top-bar {
        max-width: 62.5em;
        margin: 0 auto;
        margin-bottom: 0
    }
    .top-bar-section {
		background-color:#e47600;
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0!important
    }
    .top-bar-section ul {
        width: auto;
        height: auto!important;
        display: inline
    }
    .top-bar-section ul li .js-generated {
        display: none
    }
    .top-bar-section ul li>a {
        text-align: center;
        font-size: 12px
    }
    .top-bar-section li a {
        padding: 12px 30px 13px;
        line-height: 1.1em
    }
    .top-bar-section ul ul .has-dropdown>a {
        padding-right: 40px!important
    }
    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: none;
        width: 0;
        height: 0;
        border: 0
    }
    .top-bar-section .has-dropdown.moved {
        position: relative
    }
    .top-bar-section .has-dropdown.moved>.dropdown {
        display: none
    }
    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        display: block
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        font-family: "Fontello";
        display: block;
        border: 0;
        content: "\e895";
        top: .3em;
        right: 10px
    }
    .top-bar-section .dropdown {
        -webkit-transition: opacity .5s ease-in-out, top .3s ease-in-out;
        -moz-transition: opacity .5s ease-in-out, top .3s ease-in-out;
        -ms-transition: opacity .5s ease-in-out, top .3s ease-in-out;
        -o-transition: opacity .5s ease-in-out, top .3s ease-in-out;
        transition: opacity .5s ease-in-out, top .3s ease-in-out;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        padding-left: 0;
        left: -9999px;
        top: -30px;
        background: transparent;
        min-width: 30%
    }
    .top-bar-section .dropdown li a {
        line-height: 39px;
        white-space: nowrap;
        padding: 0 30px
    }
    .top-bar-section .has-dropdown:hover>.dropdown {
        left: 100%;
        top: 0;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block
    }
}