#custommenu {
    position: relative;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
}
div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 0px;
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:14px;
}
div.wp-custom-menu-popup a{color:#7e7e7e;font-size:14px;}
div.wp-custom-menu-popup a:hover{color:#7e7e7e;}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 10px;
    border-radius: 0px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* 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);
}
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: 33.33%; /* for 5 columns*/
    padding: 0px;
    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: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
	padding:15px 0px;
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background:#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: #fff !important;
    color: #000 !important;
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 14px;
	max-height:55px;


}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
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: #000;
}
a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover {
    background: #f2f2f2 none repeat scroll 0 0;
}
a.level2:hover {
    color: #000;
    background:#f2f2f2 none repeat scroll 0 0
}
.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, .parentMenu {
    display: inline-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 {
    float: none;
    padding: 10px 0px 10px 2%;height:39px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 0px solid #fff;
    text-transform: uppercase;
}
#menu-button a:before{font-size:16px;margin-right:5px;position: relative;
    top: 2px;}
#menu-button a:link, #menu-button a:visited {
    color: #fff;font-size:16px;
    display: block;
    float: left;
    margin-left: 0;
    position: relative;
    padding: 0px;text-transform:none;
}
#menu-button a span:after {
   
}
#menu-button:hover {
    cursor: pointer;background:#a6acba;
}
#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: 0px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 30px;
    margin-right: 80px;
    color: #fff;
    display: block;
}
.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: 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: #ffc20e;
}
#custommenu-mobile .level0 {
    background-color: #a6acba;
}
#custommenu-mobile .level1 {
    background-color: #a6acba;
}
#custommenu-mobile .level2 {
    background-color: #a6acba;
}
div.menu a:link, div.menu a:visited{ font-size: 14px; padding: 10px 36px;;line-height:1.15;text-align:center;}
div.custom3 .parentMenu a{width:106px;}
div.custom7 .parentMenu a{width:166px;}
div.custom15 .parentMenu a{width:184px;}
div.custom27 .parentMenu a{width:130px;}
div.custom46 .parentMenu a{width:150px;}
div.custom56 .parentMenu a{width:130px;}
div.custom61 .parentMenu a{width:120px;}
div.custom61 .parentMenu a span{padding-top:9px;}
div.custom69 .parentMenu a{width:200px;}
div.custom75 .parentMenu a{width:120px;}
div .parentMenu a{width:130px;}

div.wp-custom-menu-popup.wp-custom-menu-popup-cus-3{left:0 !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-7{left:106px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-15{left:272px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-27{left:456px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-46{left:586px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-56{left:216px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-61{left:336px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{left:536px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-75{left:656px !important;}
div.wp-custom-menu-popup{left:786px !important;}

@media (max-width: 1472px) {
div.menu a:link, div.menu a:visited{ font-size: 14px;padding: 10px 20px;line-height:1.3;}
div.custom3 .parentMenu a{width:80px;}
div.custom7 .parentMenu a{width:140px;}
div.custom15 .parentMenu a{width:160px;}
div.custom27 .parentMenu a{width:106px;}
div.custom46 .parentMenu a{width:126px;}
div.custom56 .parentMenu a{width:100px;}
div.custom61 .parentMenu a{width:96px;}
div.custom61 .parentMenu a span{padding-top:8px;}
div.custom69 .parentMenu a{width:164px;}
div.custom75 .parentMenu a{width:88px;}
div .parentMenu a{width:100px;}

div.wp-custom-menu-popup.wp-custom-menu-popup-cus-3{left:0 !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-7{left:80px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-15{left:220px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-27{left:380px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-46{left:486px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-56{left:62px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-61{left:158px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{left:322px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-75{left:438px !important;}
div.wp-custom-menu-popup{left:538px !important;}

}

@media screen and (max-width: 1472px) and (-webkit-min-device-pixel-ratio:0) {
div.custom69 .parentMenu a{width:170px;}
div.custom75 .parentMenu a{width:110px;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{left:328px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-75{left:438px !important;}	
}
@media (max-width:1280px) {
div.menu a:link, div.menu a:visited{ font-size: 14px;padding: 10px 14px;line-height:1.3;}
div.custom3 .parentMenu a{width:68px;}
div.custom7 .parentMenu a{width:128px;}
div.custom15 .parentMenu a{width:138px;}
div.custom27 .parentMenu a{width:98px;}
div.custom46 .parentMenu a{width:110px;}
div.custom56 .parentMenu a{width:88px;}
div.custom61 .parentMenu a{width:86px;}
div.custom61 .parentMenu a span{padding-top:8px;}
div.custom69 .parentMenu a{width:150px;}
div.custom75 .parentMenu a{width:82px;}
div .parentMenu a{width:84px;}

div.wp-custom-menu-popup.wp-custom-menu-popup-cus-3{left:0 !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-7{left:68px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-15{left:196px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-27{left:334px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-46{left:432px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-56{left:-20px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-61{left:66px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{left:221px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-75{left:311px !important;}
div.wp-custom-menu-popup{left:395px !important;}

}

@media screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio:0) {
div.custom69 .parentMenu a{width:155px;}
div.custom75 .parentMenu a{width:90px;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{left:221px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-75{left:311px !important;}	
}

@media (max-width:1120px) {
div.menu a:link, div.menu a:visited{ font-size: 12px;padding: 10px 14px;line-height:1.25;}
div.custom3 .parentMenu a{width:62px;}
div.custom7 .parentMenu a{width:114px;}
div.custom15 .parentMenu a{width:124px;}
div.custom27 .parentMenu a{width:94px;}
div.custom46 .parentMenu a{width:94px;}
div.custom56 .parentMenu a{width:84px;}
div.custom61 .parentMenu a{width:82px;}
div.custom61 .parentMenu a span{padding-top:8px;}
div.custom69 .parentMenu a{width:134px;}
div.custom75 .parentMenu a{width:82px;}
div .parentMenu a{width:72px;}

div.wp-custom-menu-popup{width:550px !important;max-width:650px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-3{left:0 !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-7{left:62px !important; width:650px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-15{left:176px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-27{left:300px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-46{left:394px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-56{left:22px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-61{left:104px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{left:238px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-75{left:320px !important;}
div.wp-custom-menu-popup{left:392px !important;}
}

@media (max-width: 1024px) {
div.menu a:link, div.menu a:visited{ font-size: 12px; padding: 10px 8px;line-height:1.25;}
div.custom3 .parentMenu a{width:58px;}
div.custom7 .parentMenu a{width:110px;}
div.custom15 .parentMenu a{width:120px;}
div.custom27 .parentMenu a{width:74px;}
div.custom46 .parentMenu a{width:95px;}
div.custom56 .parentMenu a{width:78px;}
div.custom61 .parentMenu a{width:76px;}
div.custom61 .parentMenu a span{padding-top:8px;}
div.custom69 .parentMenu a{width:130px;}
div.custom75 .parentMenu a{width:78px;}
div .parentMenu a{width:66px;}

div.wp-custom-menu-popup{width:450px !important;max-width:650px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-7,div.wp-custom-menu-popup.wp-custom-menu-popup-cus-15,div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{width:550px !important;}

div.wp-custom-menu-popup.wp-custom-menu-popup-cus-3{left:0 !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-7{left:58px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-15{left:168px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-27{left:288px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-46{left:362px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-56{left:85px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-61{left:161px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{left:191px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-75{left:369px !important;}
div.wp-custom-menu-popup{left:435px !important;}

}
@media (max-width:896px) {
div.menu a:link, div.menu a:visited{ font-size: 11px;padding: 10px 6px;line-height:1.25;}
div.custom3 .parentMenu a{width:46px;}
div.custom7 .parentMenu a{width:92px;}
div.custom15 .parentMenu a{width:100px;}
div.custom27 .parentMenu a{width:74px;}
div.custom46 .parentMenu a{width:78px;}
div.custom56 .parentMenu a{width:62px;}
div.custom61 .parentMenu a{width:64px;}
div.custom61 .parentMenu a span{padding-top:8px;}
div.custom69 .parentMenu a{width:110px;}
div.custom75 .parentMenu a{width:60px;}
div .parentMenu a{width:62px;}

div.wp-custom-menu-popup{width:300px !important;max-width:650px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-7,div.wp-custom-menu-popup.wp-custom-menu-popup-cus-15,div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{width:450px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-3{left:0 !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-7{left:46px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-15{left:138px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-27{left:238px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-46{left:312px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-56{left:152px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-61{left:216px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-69{left:176px !important;}
div.wp-custom-menu-popup.wp-custom-menu-popup-cus-75{left:386px !important;}
div.wp-custom-menu-popup{left:448px !important;}
}
@media (max-width: 768px) {
	
	div .parentMenu a{width:100%;}

}
@media (max-width: 592px) {
	
	div .parentMenu a{width:100%;}
	#menu-button{padding-left:4%;}
}
