/*----------------------------------------------------------------*/
/*  General Menu Styles
/*----------------------------------------------------------------*/
.title a{
  width: 100%;
  height: 100%;
  display: table-cell;
	line-height:normal;
  vertical-align: middle;
}
.title{
display:table;
width:100%;
}

.wpmegamenu > ul {
    display: block;
    position: relative;
    clear: both;
    font-size: 0;
}

.wpmegamenu > ul > li {
    display: inline-block;
    margin-right: 0px;
    text-align: left;
    font-size: 13px;
    height: 60px;
}
.no-touch .wpmegamenu .root {
 
  width:25%;
}
.root-item {
width:100%;
}
.root {
width:25%;
}
#wpmegamenu-main .root-item:not(.no-description) a {
padding-top:12px;
  line-height:20px;
}
#wpmegamenu-mobile .root-item a {
 width:100%;
 height:62px;
 padding-top:8px;
float: left;
font-weight:lighter;
 font-size:18px;
  color: #565b64;
  
}
#wpmegamenu-main .root-item a {
 width:100%;
 height:100%;
display:block;
font-weight:lighter;
  font-size:20px;

  color: #e6e8e9;
  vertical-align:middle;
}
#wpmegamenu-main .root-item.active a.role {
background:#865134;
}
#wpmegamenu-main .root-item.active a.products {
background:#d7b059;
}
#wpmegamenu-main .root-item.active a.topics {
background:#b288b0;
}
#wpmegamenu-main .root-item.active a.questions {
background:#739259;
}

#wpmegamenu-main .role .menu-items {
    background: #865134;
}
#wpmegamenu-main .role:hover {
    background: #865134;
}
#wpmegamenu-main .role .menu-items a{
    color: #e6e8e9;
	font-weight:lighter;
}
#wpmegamenu-main .role .menu-items a:hover{
    color: #FFFFFF;
}


#wpmegamenu-main .products .menu-items {
    background: #d7b059;
}
#wpmegamenu-main .products:hover {
    background: #d7b059;
}
#wpmegamenu-main .products .menu-items a{
    color: #e6e8e9;
	font-weight:lighter;
}
#wpmegamenu-main .products .menu-items a:hover{
    color: #FFFFFF;
}


#wpmegamenu-main .topics .menu-items {
    background: #b288b0;
}
#wpmegamenu-main .topics:hover {
    background: #b288b0;
}
#wpmegamenu-main .topics .menu-items a{
    color: #e6e8e9;
	font-weight:lighter;
}
#wpmegamenu-main .topics .menu-items a:hover{
    color: #FFFFFF;
}

#wpmegamenu-main .questions .menu-items {
    background: #739259;
}
#wpmegamenu-main .questions:hover {
    background: #739259;
}
#wpmegamenu-main .questions .menu-items a{
    color: #e6e8e9;
	font-weight:lighter;
}
#wpmegamenu-main .questions .menu-items a:hover{
    color: #FFFFFF;
}
#wpmegamenu-main .menu-items .darktext a{
   color:#383731;
}

.no-touch .wpmegamenu .root:hover .root-item > .title {
    color: #da3b44;
}

.wpmegamenu > ul > li:last-child {
    margin-right : 0;
}

.wpmegamenu .root > li {
    overflow: hidden;
}
.wpmegamenu .root-container{
width:100%;
height:60px;
 
 }
#wpmegamenu-main .root-item {
    display:inline-block;
	width:100%;
	height:100%;
    cursor: pointer;
    overflow: hidden;
    
    white-space: nowrap;
}
#wpmegamenu-mobile .root-item {
    display:inline-block;
	width:60%;
	height:100%;
    cursor: pointer;
    overflow: hidden;
    
    white-space: nowrap;
}
.wpmegamenu .vertical-divider {
margin-left:10px;
width:1px;
display:inline-block;
height:60px;
}

.wpmegamenu .icon {
    margin-right: 10px;
}

.wpmegamenu .root-item.no-description{
    line-height: 60px;
    padding: 0;
}

.wpmegamenu .description {
    display: block;
    clear: both;
    font-size: 12px;
    color: #e6e8e9;
	line-height:17px;
	font-weight:lighter;
}

.wpmegamenu .menu-items {

    display: none;
    position: absolute;
    z-index: 99999;
    top: 60px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    width: 100%;
    height: auto;
   
    background: #fafafa;
    -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(0,0,0,0.35);
    line-height: normal;
}

/* inline-block hack */
.wpmegamenu .menu-items ul {
    font-size: 0;
}

/* General Styles */
.wpmegamenu .menu-items li {
    font-size: 13px;
}

.wpmegamenu .menu-items > li {
    float: left;
    margin: 0 1%;
}

.wpmegamenu .menu-item.depth-1 > .title {
    height: 60px;
	line-height: 60px;
    padding: 0px;
    border-top: 1px solid #e6e8e9;
    font-weight: bold;
    font-size: 14px;
}

.wpmegamenu .menu-item > .title {
    padding: 7px 0;
}

.wpmegamenu .submenu {
    overflow: hidden;
    margin-left: -1%;
    margin-right: -1%;
}

.wpmegamenu .submenu > li {
    margin: 0 1%;
}

.wpmegamenu .submenu > li .submenu > li {
    padding-left: 10px;
}

.wpmegamenu .submenu > li.no-title > .submenu > li {
    padding-left: 0;
}

.wpmegamenu .submenu .title {
    float: none;
}

/* Divider */
.wpmegamenu .menu-item.divider {
    position: relative;
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 15px 1%;
    width: 100%;
    border: none;
}

/* Custom Content */
.wpmegamenu .custom-content p {
    padding: 5px 0;
}

.wpmegamenu .custom-content ul {
    list-style-type: disc;
}

.wpmegamenu .custom-content ol {
    list-style-type: decimal;
}

.wpmegamenu .custom-content li {
    margin-left: 16px;
}

/* Products */
.wpmegamenu .product.withimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 1px 0!important;
}

.wpmegamenu .product .product-image{
    display: block;
}

.wpmegamenu .product.withimage .title{
    margin-top: 10px;
}

.wpmegamenu .depth-1.product .title{
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}

/* Manufacturers */
.wpmegamenu .manufacturer.withimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 1px 0!important;
}

.wpmegamenu .manufacturer.withimage .title{
    margin-top: 10px;
}

.wpmegamenu .depth-1.manufacturer .title{
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}

/* Suppliers */
.wpmegamenu .supplier.withimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 1px 0!important;
}

.wpmegamenu .supplier.withimage .title{
    margin-top: 10px;
}

.wpmegamenu .depth-1.supplier .title{
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}

/* Column System */
[class*="menucol-"] {
    float: left;
}

.menucol-1-1 {
    width: 98%!important;
}

.menucol-1-2 {
    width: 48%!important;
}

.menucol-1-3 {
    width: 31.33%!important;
}

.menucol-2-3 {
    width: 64.67%!important;
}

.menucol-1-4 {
    width: 23%!important;
}

.menucol-3-4 {
    width: 73%!important;
}

.menucol-1-5 {
    width: 18%!important;
}

.menucol-1-6 {
    width: 14.66%!important;
}

.menucol-1-10 {
    width: 8%!important;
}

/* Inline */
.wpmegamenu .inline ul {
    font-size : 0;
}

.wpmegamenu .inline li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: 20%;
    vertical-align: top;
    font-size: 12px;
}

/* Text Alignment */
.wpmegamenu .text-center ul,
.wpmegamenu .text-center li {
    text-align: center;
}

.wpmegamenu .menu-item.no-title > .title {
    display: none;
}

.wpmegamenu .menu-item.no-description > .description {
    display: none;
}

/*----------------------------------------------------------------*/
/*  Mobile Menu Styles
/*----------------------------------------------------------------*/
#header_mobile_menu {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#header_mobile_menu .wpmegamenu > ul > li {
    float: none;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-bottom: 1px dotted #d7dce2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header_mobile_menu .wpmegamenu > ul > li:first-of-type {
    border-top: 1px dotted #d7dce2;
}

#header_mobile_menu .wpmegamenu .wpmegamenu-mobile-handle {
    display: block;
    float: right;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 25px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header_mobile_menu .wpmegamenu .menu-items {
    position: relative;
    top: 0;
    padding: 15px;
    margin: 0;
    z-index: auto;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.25);
}

#header_mobile_menu .wpmegamenu .description {
    white-space: nowrap;
	color: #565b64;
}

/*----------------------------------------------------------*/
/*
/* Media Queries
/*
/*----------------------------------------------------------*/

/*---------------------------------------*/
/* width >= 1680px
/*---------------------------------------*/
@media only screen and (min-width: 1680px)
{

}

/*---------------------------------------*/
/*  1280px <= width < 1680px
/*---------------------------------------*/
@media only screen and (max-width: 1679px)
{

}

/*---------------------------------------*/
/* 1136px <= width < 1280px
/*---------------------------------------*/
@media only screen and (max-width: 1279px)
{

}

/*---------------------------------------*/
/* 1024px <= width < 1136px
/*---------------------------------------*/
@media only screen and (max-width: 1135px)
{

}

/*---------------------------------------*/
/* 960px <= width < 1024px
/*---------------------------------------*/
@media only screen and (max-width: 1023px)
{

}

/*---------------------------------------*/
/* 768px <= width < 960px
/*---------------------------------------*/
@media only screen and (max-width: 959px)
{

    #header_mobile_menu .wpmegamenu .menu-items > .menu-item {
        width: 98%!important;
        margin: 0 0 0px 0;
    }

    #header_mobile_menu .wpmegamenu .menu-item.divider {
        padding: 0 1%;
        margin: 0;
    }

    /* force to menucol-1-4 */
    .menucol-1-5 {
        width: 23%!important;
    }

    .menucol-1-6 {
        width: 23%!important;
    }

    .menucol-1-10 {
        width: 23%!important;
    }

}

/*---------------------------------------*/
/* 640px <= width < 768px
/*---------------------------------------*/
@media only screen and (max-width: 767px)
{

}

/*---------------------------------------*/
/* 480px <= width < 640px
/*---------------------------------------*/
@media only screen and (max-width: 639px)
{
    /* force to menucol-1-3 */
    .menucol-1-4 {
        width: 31.33%!important;
    }

    /* force to menucol-2-3 */
    .menucol-3-4 {
        width: 64.67%!important;
    }

    /* force to menucol-1-3 */
    .menucol-1-5 {
        width: 31.33%!important;
    }

    .menucol-1-6 {
        width: 31.33%!important;
    }

    .menucol-1-10 {
        width: 31.33%!important;
    }
}

/*---------------------------------------*/
/* 420px <= width < 480px
/*---------------------------------------*/
@media only screen and (max-width: 479px)
{
    /* force to menucol-1-2 */
    .menucol-1-3 {
        width: 48%!important;
    }

    .menucol-2-3 {
        width: 48%!important;
    }

    .menucol-1-4 {
        width: 48%!important;
    }

    .menucol-3-4 {
        width: 48%!important;
    }

    .menucol-1-5 {
        width: 48%!important;
    }

    .menucol-1-6 {
        width: 48%!important;
    }

    .menucol-1-10 {
        width: 48%!important;
    }

}

/*---------------------------------------*/
/* 320px <= width < 420px
/*---------------------------------------*/
@media only screen and (max-width: 419px)
{

}

/*---------------------------------------*/
/* 0px <= width < 320px
/*---------------------------------------*/
@media only screen and (max-width: 319px)
{

}