/* ===== HEADER ===== */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    height: 125px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: 0.5s top;
}

header.no-active {
    top: -300px;
}

.page-template-home  header.home-header {
    opacity: 1 !important;
}

header .container-fluid {

}

header .navigation {
    position: absolute;
    right: 160px;
    top: calc(50% - 20px);
}

header .navigation ul {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

header .navigation ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 0px 40px;
    padding: 0px;
    position: relative;
}

header .navigation ul li a {
    font-size: 17px;
    line-height: 17px;
    color: #222;
    font-weight: 400;
}

header .navigation ul li img {
    cursor: pointer;
    margin-left: 4px;
    vertical-align: -2px;
}

header .navigation > ul > li > a {
    text-transform: uppercase;
}

header .navigation ul li a:hover {
    text-decoration: none !important;
    color: #FCB040;
}

header .navigation > ul > li:last-child {
    border-left: solid 1px #333;
    height: 45px;
    padding: 10px 0px 10px 40px;
    display: inline-block;
}

header .navigation .subnavigation {
    position: absolute;
    width: 310px;
    padding: 15px 25px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    background: #fff;
    display: none;
    left: -25px;
}

header .navigation li:hover .subnavigation, header .navigation li .subnavigation.active {
    display: block;
}

header .navigation .subnavigation h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

header .navigation .subnavigation li {
    margin: 0px 0px 8px 0px !important;
    display: block;
}

header .logo {
    position: absolute;
    top: calc( 50% - 40px );
    left: 160px;
}

.nav-button {
    display: none;
}
