@media (max-width: 1364px) {
    .navbar-header {
        float: none;
        min-height: 80px;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        margin: 0px -15px !important;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 0px -15px !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
    }

    .header .navigation {
        padding: 0px 15px !important;
    }

    .header .navigation #logo-brand {
        width: 170px !important;
    }

    .header .navigation #menu .option.reg.login-cta {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .header .navigation #menu .option.reg {
        padding: 0px !important;
    }

    .header .navigation #menu .option.reg a {
        padding: 22px 19px !important;
        border: none !important;
        border-radius: 0px !important;
    }

    .header .slogan {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header .navigation #logo-brand {
        width: 150px !important;
        position: absolute;
        top: -2px;
    }
}

.header {
    width: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.header .slogan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13%;
    color: #fff;
}

.header .slogan .phone-mail {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.header .slogan .phone-mail .phone {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header .slogan .phone-mail .phone a:hover {
    color: #e0e0e0;
}

.phone-mail .phone img {
    width: 16px;
    height: 16px;
}

.phone-mail .phone a {
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
}

.header .slogan .phone-mail .mail {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.header .slogan .phone-mail .mail a:hover {
    color: #e0e0e0;
}

.phone-mail .mail img {
    width: 19px;
    height: 16px;
}

.phone-mail .mail a {
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
}

.header .slogan .icon-header a {
    text-decoration: none;
    color: #fff;
}

.header .slogan .icon-header a i {
    cursor: pointer;
    font-size: 14px;
    padding: 14px 20px;
    border-left: 1px solid gray;
}
.header .slogan .icon-header i:hover {
    color: #e0e0e0;
}

.header .slogan .icon-header i.fa-twitter {
    border-right: 1px solid gray;
}

.header .slogan {
    background-image: url("/img/ba_menu.png");
    background-repeat: repeat;
}

.header .slogan strong {
    color: #f8971d;
}

@media (min-width: 1600px) {
    .header .navigation{
        padding: 0px 10% !important;
        margin-bottom: 0px !important;
    }
}
@media (max-width: 1599px) {
    .header .navigation{
        padding: 0px 3% !important;
        margin-bottom: 0px !important;
    }
}

.header .navigation #logo-brand {
    width: 240px;
    position: absolute;
    top: -2px;
    height: 71px;
    max-height: 100%;
}

.header .navigation #menu .option:not(.reg) {
    padding: 13px 5px;
    border-bottom: 4px solid transparent;
}

.header .navigation #menu .option.reg {
    padding: 15px 5px;
}

.header .navigation #menu .option a,
.header .navigation #menu .option a:hover {
    box-shadow: none;
    background: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #242424;
}

.header .navigation #menu .option:hover:not(.reg),
.header .navigation #menu .option.active:not(.reg) {
    color: #000;
    border-bottom: 4px solid #f8971d;
}

.header .navigation #menu .option.active a {
    font-weight: 600;
}

.header .navigation #menu .option.reg {
    padding-right: 0px;
    padding-left: 0px;
}

.header .navigation #menu .option.reg a {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
}

.header .navigation #menu .option.reg.login-cta {
    margin-left: 20px;
    margin-right: 10px;
}

.header .navigation #menu .option.reg.login-cta a {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #f8971d;
    color: #f8971d;
}

.header .navigation #menu .option.reg.login-cta a:hover {
    border: 2px solid #fc8a00;
    color: #fc8a00;
    background-color: #e0e0e0;
}

.header .navigation #menu .option.reg.signup-cta a {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f8971d;
    color: #fff;
}

.header .navigation #menu .option.reg.signup-cta a:hover {
    background-color: #fc8a00;
}
