* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

/* NAVIGATION CONTAINTER */
#navcontain {
    position: static;
    margin: auto 0;
    z-index: 99999;
}




/* NAVIGATION STYLES START */
.nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    max-width: 100%;
    text-align: left;
    background: url(../siteart/BG-header.gif);
    margin: 0 auto;
}

#cssmenu>ul {
    margin: 0 auto;
    float: none;
    text-align: center;
}

#cssmenu>ul>li {
    display: inline-block;
    position: relative;
    float: none;
    text-align: left;
    padding-top: .5%;
    padding-bottom: .5%;
    padding-left: 1.3%;
    padding-right: 1.3%;

}

#cssmenu>ul>li:last-child {}

/*#cssmenu > ul > li:nth-child(4){
		width:24%; 
		position:relative;
		border-bottom:1px solid #d0a909;
	}*/



#cssmenu>ul>li>a {
    display: block;
    display: inline-block\9;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}



/* NAV FIRST LEVEL HOVER EFFECTS */
#cssmenu>ul>li:hover,
#cssmenu>ul>li:hover>a,
#cssmenu>ul>li:focus>a,
#cssmenu ul li.active a {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;

}



/* NAV FIRST LEVEL LI - HAS SUB-NAV STYLES (ADDS "+" BUTTON) */

#cssmenu>ul>li.has-sub>a:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    right: -10px;
    width: 8px;
    height: 2px;
    background: #FFFFFF;
}

#cssmenu>ul>li.has-sub>a:before {
    content: '';
    position: absolute;
    display: block;
    top: 7px;
    right: -7px;
    width: 2px;
    height: 8px;
    background: #FFFFFF;
    transition: .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;

}





/* NAV SECOND LEVEL STYLES */
/* FOR SECOND LEVEL NAV TO NOT APPEAR UNTIL HOVERED */
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 999;

}

/* MAKES SECOND LEVEL NAV TO APPEAR */
#cssmenu li:hover>ul {
    left: auto
}



/* DESKTOP NAV SECOND LEVEL STYLES*/
#cssmenu ul ul li {
    height: auto;
    background: #000000;
}

#cssmenu ul ul li a {
    width: 100%;
    min-width: 260px;
    padding: 12px 0 11px 20px;
    text-align: left;
    color: #FFFFFF;
    border-bottom: #666666 1px solid;
    z-index: 999;
}

#cssmenu ul ul li:last-child>a {
    border-bottom: 0
}

/* NAV SECOND LEVEL HOVER EFFECTS */
#cssmenu ul ul li:hover,
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li:focus>a,
#cssmenu ul ul li.active a {
    background: #cf102d;
    color: #FFFFFF;
    margin-left: 15px;
}





/* NAV THIRD LEVEL STYLES */
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}








@media screen and (max-width:1225px) {

    /*#cssmenu > ul > li:nth-child(4){display:none;}*/
    nav {
        width: 100%;
        margin-left: 0px;
        -800px
    }

    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu ul li {
        width: 100%;
        margin: 0;
        padding: 4px 0 4px 20px;
        border-left: none;
        text-align: left;
    }

    #cssmenu ul li:hover {
        background: url(../siteart/BG-header-HOVER-MOBILE.png);
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu>ul>li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding: 0 !important;
    }

    #cssmenu ul ul ul li a {}

    #cssmenu ul ul li a {
        height: 16px;
        padding: 0 20px;
    }

    #cssmenu ul ul li a {
        color: #fff;
        font-size: 14px;
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #FFFFFF;
        background: #red;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none;
    }

    #cssmenu #head-mobile {
        display: block;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }


    .button2 {
        width: 55px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button2:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 6px;
        width: 20px;
        border-top: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        content: '';
    }

    .button2:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 17.8px;
        right: 20px;
        display: block;
        height: 1.5px;
        width: 20px;
        background: #FFFFFF;
        content: '';
    }

    .button2.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #FFFFFF;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button2.menu-opened:before {
        top: 23px;
        background: #FFFFFF;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 27px;
        width: 46px;
        cursor: pointer;
        border-left: #0f0f0f solid 1px;
        border-bottom: #FFFFFF solid 1px;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #e6ecf5;
        border-left: #FFFFFF solid 1px;
        border-bottom: #0f0f0f solid 1px;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 13px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #FFFFFF;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 13px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #FFFFFF;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 10px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 0px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }


    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none;
    }
}

@media screen and (max-width:850px) {
    #cssmenu ul li a {
        font-size: 14px;
    }
}