/*----------------------------------------------------------------*/
/*  General Menu Styles
/*----------------------------------------------------------------*/
.fieldmegamenu > ul {
    display: block;
    position: relative;
    clear: both;
    margin: 0;
    z-index:999;
	padding:0 15px;
}
#fieldmegamenu-mobile.fieldmegamenu > ul{ background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    padding: 0;
    display: inline-block;
    width: 100%;}
#fieldmegamenu-mobile.fieldmegamenu > ul > li{ padding:0 }
#fieldmegamenu-main ul{ margin:0; }
.fieldmegamenu .our-brands .brand-left,.fieldmegamenu .our-brands .brand-right{ display:inline-block; float:left  }
.fieldmegamenu .our-brands li{ float:left;
margin:10px;
margin-left:22px;
margin-right:0;
height:65px;
 }
#header_menu .other_demo {
	float:right; 
	 background:#ff9933;
	 }
.fieldmegamenu > ul > li {
    display: inline-block;
    text-align: left;
    font-size: 14px;
	float:left;
}
.root-item .title {			
	transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s; 
	
	 }
#header_menu .no-touch .fieldmegamenu .root:hover{
    background: #ff9933;
	transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
}
.no-touch .fieldmegamenu .root:hover .description{
		 background:#e62e04;
		transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
	}
.no-touch .fieldmegamenu .root:hover .description:before{
	 color:#e62e04;
		transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
	}
.fieldmegamenu > ul > li:last-child {
    margin-right : 0;
}

.fieldmegamenu .root > li {
    overflow: hidden;
}

.fieldmegamenu .root-item {
    float: left;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
	position:relative;
	color:#fff;
    font-size:18px;
    font-weight: normal;
    line-height:18px;
    text-shadow: none;
    text-transform: uppercase;
	transition:all 0.5s ease-in-out 0s;
    -webkit-transition:all 0.5s ease-in-out 0s;
    -moz-transition:all 0.5s ease-in-out 0s;
}
.fieldmegamenu .hide-title a:before{
		content:"\f015"; 
    font-family: "FontAwesome";
	line-height:16px;
	}
.fieldmegamenu .hide-title a .title{ display:none; }
.fieldmegamenu .root-item .title,.fieldmegamenu .hide-title a{
	padding:15px 20px;
	display:inline-block;
}
#header_menu .fieldmegamenu .root:hover .root-item{
	background:#ff9933;
}
.fieldmegamenu .root-item a{ color:#fff; }
.fieldmegamenu .icon {
  margin-left: 10px;
    float: right;
}
.fieldmegamenu .description {
    display: block;
    clear: both;
    font-size: 11px;
    color: #fff;
	position:absolute;
	background:#ff9933;
	line-height:11px;
	padding:1px 5px;
	top:0;
	right:7px;
		transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
}
.fieldmegamenu .description:before{
	content:"\f0d7"; 
    font-family: "FontAwesome";
	color:#ff9933;
	position:absolute; bottom:-7px;
	right:15px;
		transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
}
.fieldmegamenu .menu-items {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 48px !important;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:25px 15px;
    height: auto;
    background: #fff;
    line-height: normal;
    box-shadow: 0 9px 6px -11px #a3a3a3 inset, 0 6px 12px -5px #666;
	max-width: 1300px;

}

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

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

.fieldmegamenu .menu-items > li {
    float: left;
    padding: 0 15px;
}
.fieldmegamenu .menu-items .title a{ 
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
	transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
	
 } 
 
 .fieldmegamenu .menu-items .depth-2 .title a{ 
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
	position:relative;
	padding-left:20px;
	transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
 } 
  .fieldmegamenu .menu-items .depth-2 .title a:before{ 
	content:"\f111"; 
    font-family: "FontAwesome";
    font-size:10px;
	position:absolute;
	left:0;
	top:3px;
	transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
    }
  .fieldmegamenu .menu-items .depth-2 .title a:hover:before,.fieldmegamenu .menu-items .depth-2 .title a:hover,.fieldmegamenu .menu-items .title a:hover{
	  color:#ff9933;
	  
	  }
.fieldmegamenu .menu-item.depth-1 > .title {
    margin: 0 0 15px 0;
    padding: 0 0 13px 0;
    border-bottom: 1px solid red;
    font-weight: bold;
    font-size: 14px;
	line-height:14px;
}

.fieldmegamenu .menu-item > .title {
    padding:10px 0 0 0;
}
.fieldmegamenu .menu-item .menu-item:first-child > .title{
    padding:0;
}


.fieldmegamenu .submenu {
    margin-left: -1%;
    margin-right: -1%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fieldmegamenu .depth-1.supplier .title{
    font-weight: normal;
    font-size: 14px;
    border: none;
    margin: 10px 0;
    padding: 0;
}
.content-menu-right .img-menu-right{ display:inline-block; float:left; }
.content-menu-right .content-menu-right{ display: inline-block;
    float: right;
    margin-left: 15px;
    width: 295px; 
	color:#484848;
	 }
.content-menu-right h2{ 
    font-size:18px;
    font-weight: normal;
	margin:0;
	margin-bottom:15px;

 }
.content-menu-right p{ 
	 
    font-weight: normal;
	font-size:14px;
	line-height:22px;
	 }
.content-menu-right .shop-now-menu{
	display: inline-block;
    padding: 6px 15px;
    background: #e62e04;
    text-transform: uppercase;
	color:#FFF;
	font-size:18px;
	margin-top:18px;
	transition:all 0.5s ease-in-out 0s;
	 -webkit-transition:all 0.5s ease-in-out 0s;
	  -moz-transition:all 0.5s ease-in-out 0s;
	
}
.content-menu-right .shop-now-menu:hover{
   background:#ff9933;	
	}
/* Column System */
[class*="menucol-"] {
    float: left;
}
.menucol-2-5{ width:40%;  }
.menucol-3-5{ width:54.6%;  }
.menucol-1-1 {
    width: 100%!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------------------------------*/
/*  Mobile Menu Styles
/*----------------------------------------------------------------*/
#header_mobile_menu {
    clear: both;
    z-index:5;
	padding:0 15px;
	margin-bottom:15px;
}
#header_mobile_menu .container{    position: relative;}
#header_mobile_menu .fieldmegamenu > ul > li {
    float: left;
	display:inline-block;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-bottom: 1px dotted #dcdcdc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

#header_mobile_menu .fieldmegamenu .fieldmegamenu-mobile-handle {
    display: block;
    float: right;
    font-family: "fontawesome";
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding:13px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header_mobile_menu .fieldmegamenu .menu-items {
    position: relative;
    top:0 !important;
    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);
}
.fieldmegamenu-sticky{ left:0;   }
#header_mobile_menu .fieldmegamenu .description {
    white-space: nowrap;
}
#header_menu{
    width:100%;
    background: #e62e04;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:0;
}
#header_menu .fieldmegamenu{ display:block; 
 }
#header_menu .border-menu{	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;}
.fieldmm-nav{
    position: relative;
	color:#fff;	
}
.fieldmm-nav .brand{
 	display:inline-block;
	width:100%;
	background:#e62e04;
    font-size: 18px;
	float:left;
	line-height:18px;
	padding:15px;
	text-transform:uppercase;
}
#fieldmm-button {
   	cursor: pointer;
    float: right;
    font-size: 23px;
    position: absolute;
    right: 15px;
    top: 13px;
}
#fieldmegamenu-mobile{
    background:none;
    display: block;
    height: auto;
    left:0%;
    position: absolute;
    top: 48px;
	 -webkit-transform: translate(-135%, 0);
    transform: translate(-135%, 0);
    transition: all 350ms ease 0s;
    width: 80%;
    z-index: 9999;
}
.navbar-active #fieldmegamenu-mobile {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
/*----------------------------------------------------------*/
/*
/* 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 .fieldmegamenu .menu-items > .menu-item {
        width: 100%!important;
        margin: 0 0 30px 0;
    }

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

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

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

    .menucol-1-10 {
        width: 25%!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: 33.33%!important;
    }

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

}
#fieldmegamenu-main .show-icon:after{ 	
	content:"\f107"; 
	color:#484848;
     display: inline-block;
    float: left;
    font-family: "FontAwesome";
    line-height:40px;
    vertical-align: middle;
	font-size:18px;
	padding-left:5px;
	cursor:pointer;
		transition:all 0.5s ease-in-out 0s;
    -webkit-transition:all 0.5s ease-in-out 0s;
    -moz-transition:all 0.5s ease-in-out 0s;
}
.fieldmegamenu div.popup {
    margin: 0;
    text-align: left;
    z-index: 3000;
}
.fieldmegamenu .block2 {
    float: left;
    margin-top: 10px;
}
.fieldmegamenu .custom-col {
    color: #484848;
    display: inline-block;
    float: left;
    padding-right: 20px;
    vertical-align: top;
    width: 276px;
}
.fieldmegamenu .custom-col img{
width:100%;	
}
.fieldmegamenu .custom-col2 {
    padding-right: 22px;
}
.fieldmegamenu .custom-col3 {
    border-color: rgba(102, 102, 102, 0.4);
    border-style: solid;
    border-width: 0 0 0 1px;
    min-height: 200px;
    padding: 0 0 0 20px;
    text-align: center;
}
.fieldmegamenu .custom-col p {
    color: #484848;
    
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding-top: 20px;
    text-align: justify;
}
.fieldmegamenu div.popup a {
    color: #ff9933;
    display: block;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
	display:inline-block;
}
@media (max-width: 1199px) {
#block2_field_item_menu_our_brand .brand-right a {  line-height:65px;}
#block2_field_item_menu_our_brand .brand-right img{ width:125px; } 
.content-menu-right .content-menu-right{
width:200px;	
}
.fieldmegamenu .custom-col{
width:220px;	
}
#header_menu .fieldmegamenu .our-brands li{ 
margin-left:15px;
line-height:65px;
width:125px;
 }
 #header_menu .fieldmegamenu .our-brands li img{
	width:100%; 
 }
}
.fieldmegamenu div.popup a:hover{
	 color: #484848;
	
}
.fieldmegamenu .custom-col3 h4.title_block {
    color: #484848;
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
#header_mobile_menu .fieldmegamenu .root-item a,#header_mobile_menu .fieldmegamenu .root-item{
	color:#4e4e4e;	
}
#header_mobile_menu .fieldmegamenu .root-item a:hover,#header_mobile_menu .fieldmegamenu .root-item:hover{
	color:#ff9933;
}
@media (max-width:405px) {
#fieldmegamenu-mobile{
	width:100%;	
}
}

#header_menu .fieldmegamenu .root-item a.active{
	display:inline-block;
	background:	#ff9933;
}
#header_menu .fieldmegamenu .root-item a.active .description{
	background:#e62e04;
}
#header_menu .fieldmegamenu .root-item a.active .description:before{
	color:#e62e04;
}