
.menu-contain{
    float: none;
    border: 0;
    position: relative;
    background: none;
    /*height:67px;*/
}
.nav{
    width: 940px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    /*display: inline-block;*/
      
    -moz-box-shadow:    5px 3px 4px 0 #AAAAAA;
    -webkit-box-shadow: 5px 3px 4px 0 #AAAAAA;
    box-shadow: 5px 3px 4px 0 #AAAAAA;

}
.nav-container{
    float:left;
    width: 100%; /* bb*/
}
#custommenu {
    z-index: 999;
    /*height: 66px;*/
    padding: 14px 0;
}
div.menu {
    float: left;
    position:relative;
    max-width: 103px;
      height: 100%;
}
div.menu.act {
}

div.menu.active {
    height:31px;
}
.header.fixed div.wp-custom-menu-popup{
    top:51px !important;
}
div.menu.act a, div.menu.active a, div.menu .parentMenu a:hover{
    color:#E51B24;  
}
/*div.menu.active a{*/
/*    color:#FF4629;*/
/*}*/
div.menu.active span.errow{
    border-bottom:8px solid #FF4629;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    width:0;
    height:0;
    margin: 0 auto;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    display:none;
}
div.wp-custom-menu-popup {
    position:absolute;
    z-index:3000;
    display: none;
    background-color:#FFF;
    border:1px solid #F9F9F9;
    text-align:left;
    padding:15px 30px 6px 30px;
    max-width:1160px !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    
    
}

div.menu a{
    position: relative;
    z-index: 99;
    /*padding: 0px 28px;*/
    /*border-right: 1px solid #ccc;*/
    font-family: 'PtSansBold';
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    height: 38px;
    line-height: 18px;
}



div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    
}
div.wp-custom-menu-popup a{
    text-transform:capitalize;
}
div.wp-custom-menu-popup .itemMenu{
    width:100%;
}
div.wp-custom-menu-popup a.itemMenuName{
    border-bottom: 0;
    font-family: "PtSansBold";
    margin-bottom: 3px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #e51b24;
}
div.wp-custom-menu-popup a.itemMenuName:hover,
div.wp-custom-menu-popup a.actParent,
div.wp-custom-menu-popup a.act{
    color:#E51B24;
}
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName{
    display: block;
    margin-bottom: 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 23px;
}
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName span{
    font-family:'PtSansRegular';
    padding-left:0;
    color: #333;
}
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName:hover span{
    color: #E51B24;
}

div.wp-custom-menu-popup .itemSubMenu a.itemMenuName:hover{
    color: #e51b24;
    text-decoration: none;
}
div.column {
    padding-right:27px;
    display:inline-table;
   
}
div.column.last{
    padding-right:0px;
}
div.column:nth-of-type(6n) {
    padding-right:0px;
}
div.itemSubMenu {
    line-height:2;
    padding-bottom:20px;
}
div.itemSubMenu.level2{
    padding-bottom: 0px;
    padding-left: 10px;
}
/*header-fixed*/
/*.header2.fixed div.wp-custom-menu-popup{max-width: 1132px !important;}
.header2.fixed div.column{padding-right:48px;}
.header2.fixed div.column.last{padding-right:0px;}*/
/*end header-fixed*/

.clearBoth {
    clear:both;
}
#custommenu.rtl .menu {
    float: right;
}
#custommenu.rtl div.column {
    text-align: right;
}
.menu_customlinks{margin-bottom:20px;border-top:1px solid #F9F9F9;padding-top:10px;}
.menu_customlinks li{display:inline-block;line-height:2;}
.menu_customlinks li a{margin:0px 8px;}
.menu_customlinks li a:hover{color: #FF4629;text-decoration: none;}
.menu-block{margin-bottom:20px;border:1px solid #F9F9F9;padding:10px;display:inline-block;}
.menu-block h2{font-weight: normal;margin-bottom: 15px;border-bottom:1px solid;padding-bottom: 5px;font-size: 18px;text-transform: capitalize;font-family: 'oswaldregular';}
.menu-block p{line-height:1.5em;}
.menu-block .menu-block-contain{background:#E6E6E6;padding:20px;width:50%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;float:left;}
.menu-block .menu-image{width:50%;float:right;padding:0 0 0 20px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;}
.menu-block .menu-image img{max-width:100%;}
div.wp-custom-menu-popup .category-image{text-align: center;padding: 10px;margin-bottom: 20px;}
div.wp-custom-menu-popup .category-image img{max-height:100px;}





/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
    /*margin-top: 15px;*/
    min-width: 78px;
    padding: 0px 8px;
    border-right: 1px solid #DDD;
    max-width: 84px;
    vertical-align: middle;
    /*height: 30px;*/
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    /*position:relative;*/
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    /*border-bottom: 1px solid #FFF;*/
    text-transform: uppercase;
    padding: 0px 14px;
    /*height: 39px;*/
    line-height: 49px;
    /*border-left: 1px solid #FFFFFF;*/

}
#menu-button:hover{
}
#menu-button a{
    color: #333333;
    font-family: 'PtSansBold';
    font-size: 20px;
}
#menu-button a span{float: left;}
#menu-button a:hover{
    text-decoration:none;
}
#menu-button a:link, #menu-button a:visited {
    display: block;
    position: relative;
}
#menu-button a:after {
    border-left: 1px solid #CCCCCC;
    color: #E51B24;
    float: right;
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    top: 8px;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
#menu-content {
    width:100%;
    /*border: 1px solid #F9F9F9;*/
    position:absolute;
    z-index:11000;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
    font-family: "PtSansRegular" !important;
      text-transform: none !important;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #E51B24!important;
    font-family: "PtSansBold" !important;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #CFCFCF;

    margin-top: 0 !important;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    color: #333333;
    display: block;
    font-family: "PtSansBold";
    margin-right: 80px;
    padding: 15px 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #F9F9F9;
}
#custommenu-mobile .level1 {
    background-color: #F9F9F9;
}
#custommenu-mobile .level1 .parentMenu a{
    padding-left: 30px;
}
#custommenu-mobile .level2 {
    background-color: #F9F9F9;
}
#custommenu-mobile .level2 .parentMenu a{
    padding-left: 45px;
}

#custommenu:last-child {border-right: 0;}

.wp-custom-menu-popup {left: 0!important;}
div.column {width: 22%;}

/* custom css based on categs ids *sigh* */
#menu7 .parentMenu, #menu5 .parentMenu, #menu58 .parentMenu, #menu21 .parentMenu, #menu121 .parentMenu,  #menu205 .parentMenu, #menu10 .parentMenu{
   height: 23px;
    padding-top: 8px;
} 
#menu121 .parentMenu {border-right: 0;}
.menu-contain.fixed .nav-container{ width: 84%; }



