#custommenu {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    z-index: 160;

    height: 60px;
    text-align: center;
}
#custommenu:hover {
    cursor: pointer;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    /*float: left;*/
    display: inline-block;

    max-width: 140px;
    height: 60px;

    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    pointer-events: none;
}
/*@media only screen and (max-width: 1024px) {*/
    /*div.menu {*/
        /*max-width: 125px;*/
    /*}*/
/*}*/
div.menu a:link,
div.menu a:visited {
    display: block;
    height: 60px;
    padding: 14px 5px;
    overflow: hidden;
}
div.menu a#menu3251:link,
div.menu a#menu3251:visited {
    padding: 12px;
}
@media only screen and (min-width:1220px) {
    div.menu#menu2801 a:link,
    div.menu#menu2801 a:visited {
        width: 80px;
    }
    div.menu#menu2801 a span {
        padding-top: 6px;
    }
}
div.menu a span {
    display: block;
    padding: 0;
    font-weight: bold;

    max-width: 90px;
    margin: 0 auto;
}
div.menu#menu3251 a span {
    max-width: 60px;
}
@media only screen and (max-width:1200px) {
    div.menu a span {
        max-width: 75px;
    }
    div.menu#menu3251 a span {
        max-width: 50px;
    }
}
@media only screen and (max-width:1200px) {
    div.menu a {
        padding: 14px 3px;
    }
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0;
    border-top: 0;
    width: 100%;
    margin-top: -5px;
}
div.menu a,
div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:1.35;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block1 {}
div.block2 {
    margin: 0 0 -20px;
    position: relative;
    top: -20px;
    display: block;
}
div.block2 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
div.block2#wp_custom_menu_2801 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.block2#wp_custom_menu_2801 span,
.block2#wp_custom_menu_2801 span a {
    display: block;
}
.block2#wp_custom_menu_2801 span a {
    width: 100%;
    height: 100%;
}
.block2#wp_custom_menu_2801 span {
    opacity: 1;
}
.block2#wp_custom_menu_2801 span:hover {
    opacity: 0.6;
}
a.level1:link,
a.level1:visited {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
a.level2:link, a.level2:visited {
    padding: 3px;
    /*font-weight: bold;*/
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
    max-width: 100%;
    height: auto;
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 24%; /* for 4 columns*/
    width: 19%; /* for 5 columns*/
    padding: 0 0 10px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {

}
div.wp-custom-menu-popup {
    background: #e9e7e8;
    border: 1px solid #3c3c3c;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);

    background: #fff;
    border: 1px solid #00488c;
    border-top: 8px solid #00488c;
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: rgba(255,255,255,0.1);
    /*background: #00488c;*/
    color: #fff;
}
div.menu a, div.wp-custom-menu-popup a {
    /*-webkit-transition: all .1s linear;*/
    /*-moz-transition: all .1s linear;*/
    /*-ms-transition: all .1s linear;*/
    /*transition: all .1s linear;*/
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    /*-webkit-transition: all 0s linear;*/
    /*-moz-transition: all 0s linear;*/
    /*-ms-transition: all 0s linear;*/
    /*transition: all 0s linear;*/
}
div.menu.active a {
    background: rgba(255,255,255,0.1);
    background: #00488c;
    color: #fff !important;
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}
div.menu .parentMenu > a {
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;

    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {
    div.menu .parentMenu > a {
        /*font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        text-transform: none;
    }
}
/* first */
div.menu:first-child {
    border-left: 0;
}
/* last */
div.menu:last-child {
    border-right: 0;
}
/* */
a.level1:link, a.level1:visited {

}
a.level2:link, a.level2:visited {
    font-size: 0.9em;
    line-height: 1.6;
}
a.level3:link, a.level3:visited {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #fff;
}
div.menu a:hover, div.menu.active a {
    color: #fff;
}
a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover,
a.level2:hover,
a.level3:hover {
    background: #f2f2f2;
    background: rgba(0,0,0,0.1);
    background: #f7f7f7;
}
a.level2.view-all:link,
a.level2.view-all:visited {
    font-weight: bold;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button {
    display: inline-block;
}
.parentMenu {
    display: block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* 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 {
    display: none;

    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 40%;
    position: relative;
    padding: 0px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.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;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.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 #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 12px 0px 12px 15px;
    padding: 8px 0px 8px 15px;
    margin-right: 80px;
    color: #000;
    display: block;
    text-decoration: none;
}
.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: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 85% 60%;
    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: 85% 60%;
    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: #f1f1f1; font-size: 16px;
}
#custommenu-mobile .level1 span {
    padding-left: 15px;
}
#custommenu-mobile .level1 {
    background-color: #f9f9f9;
}
#custommenu-mobile .level2 {
    background-color: #fff;
}
#custommenu-mobile .level2 span {
    padding-left: 25px;
}
#custommenu-mobile a.level1:link, #custommenu-mobile a.level1:visited {
    text-transform: none;
    font-weight: 400;
}

/* Brands Popup */
#popup2801 {
    background: #fff;
}
#popup2801 .column {
    width: 19%;
}
#popup2801 .block1 {
    display: none;
}
#popup2801 .block2 {
    float: none;
    width:auto;
    top: auto;
    margin: 0;
}
#popup2801 .view-all {
    float: left;
    width:100%;
    padding: 5px;
    margin: 10px 0 0;

    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f2f2f2;

    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
#popup2801 .view-all a {
    color: #555;
}

/* Resize nav elements for 15009664 */
@media only screen and (min-width: 1024px) {
	#custommenu div.menu {width: 10%; max-width: none;}
	#custommenu div.menu .parentMenu > a {line-height: 15px; font-size: 12px; width: 95%;}
	#custommenu #menu2801 a span {line-height: 30px;}
}

@media only screen and (min-width: 1200px) {
	#custommenu div.menu {width: 10.8%; max-width: none;}
	#custommenu div.menu .parentMenu > a {line-height: 15px; font-size: 15px; width: 95%;}
	#custommenu div.menu a span {max-width: 100%;}
	#custommenu #menu2801 a span {line-height: inherit !important;}
	div.menu#menu3251 a span {margin: 6px 0 0 0;}
}
