﻿

.bodyFixed {
    overflow: hidden;
    height: 100%;
}

.headerMainWrp {
    width: 100%;
    float: left;
    background: #FFFFFF;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
}

.headerFloatTop {
    width: 100%;
    float: left;
    background: #eeeeee;
    position: relative;
    z-index: 7;
}

.utilityItemWrp, .headerNavMainInner, .dropdownWrpInner {
    max-width: 1200px;
    margin: 0 auto;
}

.utilityItemList {
    padding: 0;
    margin: 0;
    float: right;
}

    .utilityItemList li {
        float: left;
        display: block;
        border-right: 1px solid #ffffff;
    }

        .utilityItemList li:last-child {
            border-right: 0;
        }

        .utilityItemList li a {
            padding: 8px 25px;
            font-size: 14px;
            float: left;
            width: 100%;
            background-color: #bd2531;
            text-decoration: none;
            color: #FFFFFF
        }

.headerLogo {
    width: 180px;
    float: left;
    display: block;
}

    .headerLogo a {
        width: 100%;
        display: block;
    }

        .headerLogo a img {
            width: 100%;
            height: auto;
            max-width: 110px;
        }

.headerNavWrp {
    float: left;
    display: block;
}

.maxMainNav {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}

    .maxMainNav li {
        list-style: none;
    }

        .maxMainNav li a {
            color: #3c414c;
        }

            .maxMainNav li a:hover {
                text-decoration: none;
            }

        .maxMainNav li.firstLevel {
            width: auto;
            float: left;
            list-style: none;
        }

            .maxMainNav li.firstLevel .firstLevelLink {
                color: #3c414c;
                display: block;
                float: left;
                width: auto;
                font-size: 18px;
                font-weight: 600;
                padding: 25px 0;
                margin: 0 25px;
                position: relative;
                text-decoration: none;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .maxMainNav li.firstLevel.dropBefore .firstLevelLink:before {
                content: "";
                display: block;
                float: right;
                width: 12px;
                height: 10px;
                position: absolute;
                top: 45%;
                right: -20px;
                background-image: url(/Content/images/pointer-red.png);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .maxMainNav li.firstLevel .firstLevelLink:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                display: block;
                width: 0;
                height: 5px;
                background-color: #f8d000;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .maxMainNav li.firstLevel .firstLevelLink.firstLevelLinkActive:after {
                width: 100%;
            }

            .maxMainNav li.firstLevel.dropBefore .firstLevelLink.firstLevelLinkActive:before {
                transform: rotate(180deg) !important;
            }

            .maxMainNav li.firstLevel .dropdownWrp {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: #FFFFFF;
                z-index: 1;
                overflow: hidden;
                height: 0;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

                .maxMainNav li.firstLevel .dropdownWrp.dropDownActive {
                    height: auto;
                }

                .maxMainNav li.firstLevel .dropdownWrp ul {
                    padding: 0;
                    margin: 0;
                }

                .maxMainNav li.firstLevel .dropdownWrp .dropdownWrpInner > ul {
                    padding: 25px;
                }

.megaMenuHeader {
    color: #000b1c;
    padding: 5px 5px 5px 25px;
    margin: 0;
    font-weight: bold;
    background: url(/Content/images/pointer-yellow.png) left center no-repeat;
    background-size: 14px 14px;
}

.maxMainNav li.firstLevel .dropdownWrp ul.menuInner {
    padding-left: 25px;
}

    .maxMainNav li.firstLevel .dropdownWrp ul.menuInner li {
        width: 100%;
        display: block;
    }

        .maxMainNav li.firstLevel .dropdownWrp ul.menuInner li:first-child {
            display: none;
        }

        .maxMainNav li.firstLevel .dropdownWrp ul.menuInner li a {
            width: 100%;
            float: left;
            display: block;
            padding: 5px 0;
        }

@media (max-width: 992px) {
    .headerMainWrp {
        overflow: scroll;
    }

    .headerNavWrp {
        overflow: hidden;
    }

        .headerNavWrp .maxMainNav {
            display: none;
            background-color: #ffffff;
        }

        .headerNavWrp .firstLevelLink {
            padding: 14px 16px;
            text-decoration: none;
            display: block;
        }

        .headerNavWrp a.icon {
            background: #ffffff;
            display: block;
            position: absolute;
            right: 0;
            padding: 0 25px;
            color: #bd2531;
            font-size: 40px;
        }

    .maxMainNav li.firstLevel .dropdownWrp {
        position: unset;
    }

        .maxMainNav li.firstLevel .dropdownWrp .dropdownWrpInner .row {
            padding-left: 0px !important;
        }

    .megaMenuHeader {
        background: url(/Content/images/pointer-yellow.png) left bottom 8px no-repeat;
    }
}

@media (min-width: 992px) {
    .maxMainNav {
        display: block !important;
    }
    .headerNavWrp a.icon {
        display: none;
    }
}

@media (max-width: 440px) {
    .utilityItemList li a {
        padding: 8px 14px;
    }
}
    .headerNavMain {
        position: relative;
        z-index: 7;
    }

    .headerBgWrp {
        display: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: #FFFFFF;
        z-index: 6;
    }

        .headerBgWrp.headerBgWrpActive {
            display: block;
        }

    .headerOverlayWrp {
        display: none;
        position: fixed;
        background: rgba(0,0,0,0.4);
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        height: 100%;
    }

        .headerOverlayWrp.headerOverlayWrpActive {
            display: block;
        }
