/* Page */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;}
ul{list-style:none;}

/* Demo Page Styles */
.wrap {width: 100%; margin: 0 auto;}
.demo-container {padding: 0px 0; width: 100%; float: left;}
.demo-container.right {float: right;}
.demo-container h4 {font-size: 14px; margin: 0 0 5px 0;}
.clear {clear: both;}

/* Vertical Mega Menu Styles */
.dcjq-vertical-mega-menu .menu{
line-height: 16px; 
position: relative; /* Required */
border: 0px solid #999;
border-bottom: none;
display: block;
width:285px;
border: 1px solid rgba(27, 27, 27, 0.1);
}

.dcjq-vertical-mega-menu .menu li a {
display: block; 
color: #555;
font-size:14px;
font-weight:500;
padding-left:10px;
padding-top:4px;
padding-bottom:4px;
padding-right:2px;
text-decoration: none;
background:#ECF0F1 url(images/bg_nav.png) repeat-x 0 0;
background:#fff;
line-height:26px;
border:1px solid #fff;
border-left:none;
border-right:none;
}
/*.dcjq-vertical-mega-menu .menu li a img {
	width:15px;
	height:15px;
	margin-right:5px;
	float:left;
}*/
.dcjq-vertical-mega-menu .menu li a:hover, .dcjq-vertical-mega-menu .menu li.mega-hover a {
background-position: 0 -40px; 
color: #555; 
background:#fff;
box-shadow:0 1px 5px #e7e7e7;
border:1px solid #e7e7e7;
border-left:none;
border-right:none;

}
.dcjq-vertical-mega-menu .menu li a.dc-mega {
position: relative;
}
/* Add arrow icon to parent links */
.dcjq-vertical-mega-menu .menu li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 14px; 
right: 15px; 
width: 6px; 
height: 8px; 
/*background: url(images/arrow_right.png) no-repeat -6px 0;*/
}
.dcjq-vertical-mega-menu .menu li a:hover .dc-mega-icon, .dcjq-vertical-mega-menu .menu li.mega-hover a .dc-mega-icon {
background-position: 0 0;
}
/* Mega menu container */
.dcjq-vertical-mega-menu .menu li .sub-container {
position: absolute !important; /* Required */
overflow: hidden !important;
background:#fff; /* Add the drop shadow */
padding: 0px; /* Padding for drop shadow */
width:1005px !important;
height:615px !important;
top:0px !important;
margin-top:0px !important;
left:285px !important;


}
.dcjq-vertical-mega-menu .menu li .sub-container .sub {
border: none;
padding: 15px 15px 15px 15px;
border:2px solid rgba(27, 27, 27, 0.1);
border-left:none;
border-bottom:3px solid #F1C40F;
height:615px !important;


}

.dcjq-vertical-mega-menu .menu li .sub li {
float: none; 
width: 98%; 
font-weight: normal;

}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 10px 5px;
}
.dcjq-vertical-mega-menu .menu li .sub a, .dcjq-vertical-mega-menu .menu.left li .sub a {
background: none; 
border: none; 
text-shadow: none;
float: none;
color: #000; 
display: block;
text-decoration: none; 
font-size: 0.9em;
margin-bottom: 0;
}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a {
background: url(images/bg_nav.png) repeat-x 0 -40px; 
padding: 5px;
margin-bottom: 5px;
text-transform: uppercase; 
font-weight: bold; 
color: #fff;
text-shadow: 1px 1px 1px #000;
text-align: center;
}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000; 
text-shadow: none;
}
.dcjq-vertical-mega-menu .menu .sub li.mega-hdr li {margin-bottom: 3px;}
.dcjq-vertical-mega-menu .menu .sub li a {
padding: 3px 3px 3px 15px;
background: url(images/bullet.png) no-repeat 3px 8px;
font-weight: normal;
text-transform: capitalize; font-size: 12px;
}
.dcjq-vertical-mega-menu .menu .sub li a:hover {
color: #ff7409;
}
.dcjq-vertical-mega-menu .menu .sub ul li {
padding-right: 0;
}

/* Styling for menu items with only 2 levels */
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega .sub {
padding: 10px;
background: #fff;
}
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: auto;
float: none;
}
/**mega css**/

.icon-s {
    height: 18px;
    margin-left: 0px;
    margin-right: 4px;
    width: 18px;
	vertical-align:middle;
	display:none;
}
.icon-s img{
	width:18px;
	height:18px;
	
}
.icon-s2 {
    height: 18px;
    margin-left: -26px;
    margin-right: 4px;
    opacity: 0;
    width: 18px;
	vertical-align:middle;
	display:none;
}
.icon-s2 img{
	width:18px;
	height:18px;
}
.dcjq-vertical-mega-menu .menu li a:hover .icon-s  {
	opacity: 0;
}
.dcjq-vertical-mega-menu .menu li a:hover .icon-s2  {
	opacity: 1;
}

.mega-sub-main-div{
	width:100%;
	height:auto;
	margin:auto;
}
.mega-sub-box-main-div{
	width:100%;
	height:auto;
	margin:auto;

}

.mega-box-1{
	width:75%;
	height:auto;
	float:left;
	background:#fff;
}
.mega-box-2{
	width:23%;
	height:auto;
	float:right;
	background:#fff;
}
.cat-lst-img-div{
	width:100%;
	height:575px;
	margin:auto;
	border:1px solid rgba(27, 27, 27, 0.2);
	
}
.cat-lst-img-div img{
	width:100%;
	height:575px;
	padding:10px;
	box-sizing:border-box;	
}
.all-sub-cate-div{
	width:100%;
	height:auto;
	margin:auto;
}
.all-sub-cate-div ul{
	margin:0px;
	padding:0px;
}
.all-sub-cate-div ul li{
	float:left !important;
	width:30% !important;
	list-style:none !important;
	margin:0px !important;
}
/**mega css**/