/* 
################################################################################################
																										NAVBAR 
################################################################################################
*/

/* NAVIGATION DESKTOP > 1100 px */

.headerMargin {
    margin-top: 90px !important;
}


.affix {

    width: 100%;
    top: 0;
    z-index: 9999999;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    max-height: 64px;
    margin-bottom: 1px solid #cccccc;
}


    .affix .navbar-brand {
        padding: 0px 20px !important;
        margin-top: -6px !important;
    }

    .affix .navbar-nav {
        margin-top: -10px!important;
    }



        .affix .navbar-nav > li > a {
            padding: 20px 6px!important;
        }




.affix-top {
    width: 100%;
    top: 0;
    z-index: 9999999;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    max-height: 96px;
    margin-bottom: 1px solid #cccccc;
}

header {
    width: 100%;
    z-index: 999999;
}


.navbar {
    min-height: 70px;
    margin-bottom: 0;
    background: #fff;
    border: none;
}

.navbar-brand > img {
    max-height: 64px !important;
    display: block;
}


.navbar-header {
    float: left;
}


.navbar-toggle {
    border-color: #ddd;
    display: none;
}


.navbar-brand {
    color: #777;
    padding: 10px 20px!important;
    position: relative;
    margin: 0 !important;
}

.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    max-height: 340px;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.navbar-nav {
            display:inline;
            float: right !important;
            margin-top: 0px;
            margin-bottom: 20px;
            margin-right: 10px !important;
            position: relative;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
}




.navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-nav > li {
    margin-left: 6px;
    float: left;
}


            .navbar-nav > li > a {
                color: #999;
                display: block;
                font-size: 16px;
                padding: 28px 8px;
                overflow: hidden;
                    transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                font-weight: 600;
            }

                .navbar-nav > li > a.active, .navbar-nav > li:hover > a {
                    border-bottom: 2px solid;
                    color: #c0002b!important;
                }

                .navbar-nav > li > a i {
                    margin: 0 -2px 0 -5px;
                }

                    .navbar-nav > li.drop > .dropdown {
                        position: absolute;
                        top: 100%;
                        width: 240px;
                        background-color: #fff;
                        visibility: hidden;
                        z-index: 99;
                        opacity: 0;
                        transition: opacity 0.3s ease-in-out;
                        -moz-transition: opacity 0.3s ease-in-out;
                        -webkit-transition: opacity 0.3s ease-in-out;
                        -o-transition: opacity 0.3s ease-in-out;
                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                    }

.navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.dropdown li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);    
}

    .dropdown li:first-child  {
        border-top: none;
    }

    .dropdown li a {
        display: block;
        color: #666;
        font-size: 15px;
        padding: 11px 16px;
        text-decoration: none;
        transition: padding 0.2s ease-in-out;
        -moz-transition: padding 0.2s ease-in-out;
        -webkit-transition: padding 0.2s ease-in-out;
        -o-transition: padding 0.2s ease-in-out;
    }


.dropdown > li:hover > a {
    padding-left: 18px;
    color: #c0002b !important;
}

    .dropdown li a i {
        margin: 0 0 0 -4px;
    }





/* NAVIGATION RESPONSIVE < 1100 px */

.headerMobile {
    /*position: fixed;*/
    width: 100%;
    z-index: 3;
}

    .menu {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }


    .headerMobile li a {
        display: block;
        padding: 20px 20px;
        border-right: 1px solid #f4f4f4;
        text-decoration: none;
    }

        .headerMobile li a:hover,
        .headerMobile .menu-btn:hover {
            background-color: #f4f4f4;
        }



/* MENU>drop  SUBMENU>dropdown*/

.navHeaderMenu {
    color: #c0002b !important;
    font-weight: bold;
    font-size: 14px!important;
    line-height: 32px;
}



.navHeaderList li a {
    color: #999999 !important;
    padding:6px !important;
    border-bottom:1px solid #efefef;
}

    .navHeaderList li a:hover {
        color: #c0002b !important;
    }


/* menu */
.headerMobile .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

    /* menu icon */

    .headerMobile .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }

        .headerMobile .menu-icon .navicon {
            background: #333;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px;
        }

            .headerMobile .menu-icon .navicon:before,
            .headerMobile .menu-icon .navicon:after {
                background: #333;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .headerMobile .menu-icon .navicon:before {
                top: 5px;
            }

            .headerMobile .menu-icon .navicon:after {
                top: -5px;
            }

    /* menu btn */
    .headerMobile .menu-btn {
        display: none;
    }

        .headerMobile .menu-btn:checked ~ .menu {
            max-height: 480px;
            overflow-y:scroll;
        }

        .headerMobile .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .headerMobile .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .headerMobile .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .headerMobile .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
        .headerMobile .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }

/* 48em = 768px */

@media (min-width: 992px) {
    .headerMobile li {
        float: left;
    }

        .headerMobile li a {
            padding: 20px 30px;
        }

    .headerMobile .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .headerMobile .menu-icon {
        display: none;
    }
}
