﻿.navbar {
    border: none;
    margin-bottom: 0 !important;
}

.navbar-brand {
    padding: 6px 3px;
    height: auto !important;
}

.p75 {
    padding-top: 75px;
}

.navbar {
    background: #fff !important;
    border-radius: 0px !important;
}

@media(max-width:767px) {
    .navbar-collapse {
        background: #fff;
    }

    .menu-btn-b > li > a {
        transition: .2s;
    }

    .menu-btn > li > a {
        text-decoration: none !important;
        font-size: 14px;
        font-weight: 500;
        transition: .2s;
        color: black !important;
    }

        .menu-btn > li > a:hover,
        .menu-btn > li > a:focus {
            background: rgba(255, 0, 0, 0.4);
            color: black !important;
        }
}

.nav-to-top {
    transition: .3s;
}

@media all and (max-width:768px) {
    .menu-white {
        top: 0px
    }
}

@media all and (min-width:768px) {
    .menu-white {
        top: 35px
    }
}

.menu-white {
    transition: 1s;
    background-color: rgba(255, 255, 255, 0.9) !important;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.30);
}

.company-line {
    transition: 1s;
    min-height: 75px;
    border-bottom: 1px solid #cc2128;
    padding: 0 0 3px 0;
}

    .company-line.hidden {
        transition: .3s;
    }

@media(min-width:768px) {
    .menu-btn-b > li > a {
        transition: .2s;
    }

    .menu-white {
        transition: .5s;
        background-color: rgba(255, 255, 255, 0.95) !important;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
    }

    .menu-btn-b > li > a {
        transition: .2s;
        color: #489ed7 !important;
    }

        .menu-btn-b > li > a:hover {
            color: #fff !important;
            font-weight: 500;
        }

    .nav-to-top .menu-btn > li > a {
        font-size: 16px !important;
    }

    .menu-btn > li > a {
        text-decoration: none !important;
        font-size: 14px;
        padding: 18px 14px;
        font-weight: 500;
        transition: .2s;
        color: black !important;
    }
}

.menu-btn > li > a:hover,
.menu-btn > li > a:focus,
.menu-btn > li > a:active {
    text-decoration: none;
    transition: .2s;
    background: #cc2128 !important;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    text-decoration: none;
    transition: .2s;
    background: #cc2128 !important;
    color: #fff !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    transition: .2s;
    background: #cc2128 !important;
    color: #fff !important;
}

    .dropdown-menu > li > a:hover:last-child, .dropdown-menu > li > a:focus:last-child {
        border-radius: 0 0 5px 5px
    }

.dropdown-menu > li:last-child:hover {
    border-radius: 0 5px 5px 5px !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    text-decoration: none;
    transition: .2s;
}

.navbar-fix-top {
    transition: .3s;
}

.icon-bar {
}

.navbar-toggle {
    margin: 25px 15px;
    border: 1px solid #cc2128 !important;
}

    .navbar-toggle:focus {
        border: 1px solid #cc2128 !important;
    }

        .navbar-toggle:focus > .icon-bar {
            background: #fff;
        }

.language-btn {
    max-height: 19px;
    max-width: 100%;
}

    .language-btn:hover {
        box-shadow: 0px 0px 5px #489ed7;
    }

.dropdown-menu {
    background: #fff !important;
    border: none !important;
    padding: 0;
}

    .dropdown-menu > li > a {
        font-size: 17px;
        padding: 6px 15px;
        transition: .2s;
        color: black !important;
    }

    .dropdown-menu > li:first-child {
        border-top: 1px solid #cc2128 !important;
    }

    .dropdown-menu > li > a:hover {
        color: #fff;
        transition: .2s;
    }

.padding-top-82 {
    padding-top: 82px;
}

.navbar-toggle > .icon-bar {
    background: #cc2128 !important;
    color: #fff;
}

.navbar-toggle:hover > .icon-bar,
.navbar-toggle:focus > .icon-bar,
.navbar-toggle:active > .icon-bar {
    background: #fff !important;
    color: #fff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #cc2128 !important;
}

.product-list > a {
    border: 1px solid #cc2128 !important;
    transition: .3s;
    font-weight: 600;
}

    .product-list > a:hover {
        background: #cc2128;
        color: #fff;
        transition: .3s;
    }

.contact-group-btn {
    padding: 12px 3px;
    float: left;
    margin-left: 10px;
    list-style: none;
}

.item-contact-line {
    float: left;
    display: inline-block;
    margin-left: 20px;
}

    .item-contact-line > span > a {
        text-decoration: none !important;
        font-size: 14px;
        margin-left: 10px;
        color: black;
    }

.contact-group-btn > li {
    float: left;
    margin-left: 5px;
    text-align: center;
    max-width: 180px;
}

    .contact-group-btn > li > span {
        width: 50px;
    }

.contact-group-btn > ul > li {
    float: left;
    list-style: none;
}

.contact-group-img {
    width: 20px;
    color: #fff;
    border-radius: 6px;
}

.footer-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

    .footer-nav > li {
        list-style: none;
        padding: 4px 8px;
    }

        .footer-nav > li > a {
            color: #fff;
            font-weight: 600;
            text-decoration: none;
            transition: .3s
        }

            .footer-nav > li > a:hover {
                color: #a4a4a4;
                transition: .3s
            }

.fixed-line {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 1px 1px black;
    height: 35px;
    top: 0;
}

.contact-line-a {
    color: black;
    margin: 5px 0 5px !important;
    text-align: center;
    transition: .3s;
}

    .contact-line-a:hover {
        color: green;
        text-decoration: none;
    }

.contact-line-btn {
    padding: 2px 5px;
    margin: 5px 0 5px !important;
}

.list-group-item.active {
    background: #cc2128 !important;
    color: #fff !important;
}

@media (max-width:1192px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

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

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

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

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

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

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

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

    .collapsing {
        overflow: hidden !important;
    }
}

@media all (min-width: 768px) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
    }
}
