/*-----------------------For mega menu bar --------------------------------- */
#cssmenu {
	display: table;
    table-layout: fixed;
    width: 100%;
	margin: 0 auto;
	margin-bottom: 11px;
	width: 976px;
	background: grey;
	padding: 0;
	line-height: 1;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	border-bottom: 2px solid grey;
}

#cssmenu ul {
	display: table-row;
	border-bottom: 2px solid grey;
	list-style: none;
	margin: 0;
	padding: 0;
}

#cssmenu ul:after,#cssmenu:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cssmenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

#cssmenu ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
	margin-left: -3px;
}

#cssmenu ul li ul li.has-sub:after {
	display: block;
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #000000;
	z-index: 1;
	top: 13px;
	right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:after {
	right: auto;
	left: 15px;
}

#cssmenu ul li ul li.has-sub:before {
	display: block;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left-color: #ffffff;
	z-index: 2;
	top: 15px;
	right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:before {
	right: auto;
	left: 15px;
	border-left-color: transparent;
	border-right-color: #ffffff;
}

#cssmenu ul li ul li a {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #2576BC;
	letter-spacing: 0;
	display: block;
	width: 218px;
	padding: 11px 10px 11px 20px;
}

#cssmenu ul li ul li:hover>a,#cssmenu ul li ul li.active>a {
	color: Blue; /*href link color change*/
}

#cssmenu ul li ul li:hover:after,#cssmenu ul li ul li.active:after {
	background: #4cb6ea;
}

#cssmenu ul li ul li:hover>ul {
	left: 100%;
	top: 0;
}

#cssmenu ul li ul li:hover>ul>li {
	max-height: 72px;
	position: relative;
}

#cssmenu>ul>li {
	list-style: none;
    display: table-cell;
    text-align: center;
}

#cssmenu.align-center>ul>li {
	float: none;
	display: inline-block;
}

#cssmenu.align-center>ul {
	text-align: center;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul {
	float: right;
}

#cssmenu.align-right>ul>li:hover>ul {
	left: auto;
	right: 0;
}

#cssmenu.align-right ul ul li:hover>ul {
	right: 100%;
	left: auto;
}

#cssmenu.align-right ul ul li a {
	text-align: right;
}

#cssmenu>ul>li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	background: #ffffff;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 40px;
}

#cssmenu>ul>li.has-sub>a:after {
	display: block;
	content: "";
	background: #ffffff;
	height: 12px;
	width: 12px;
	position: absolute;
	border-radius: 13px;
	right: 14px;
	top: 16px;
}

#cssmenu>ul>li.has-sub>a:before {
	display: block;
	content: "";
	border: 4px solid transparent;
	border-top-color: #4cb6ea;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 16px;
	top: 21px;
}

/* For mega menu bar size important */
#cssmenu>ul>li>a {
	color: #ffffff;
	padding: 16px 0px;
	font-weight: bold;
	font-size: 12px;
	z-index: 2;
	position: relative;
}

#cssmenu>ul>li:hover:after,#cssmenu>ul>li.active:after {
	height: 100%;
}

#cssmenu>ul>li:hover>a,#cssmenu>ul>li.active>a {
	color: #000000;
}

#cssmenu>ul>li:hover>a:after,#cssmenu>ul>li.active>a:after {
	background: #000000;
}

#cssmenu>ul>li:hover>a:before,#cssmenu>ul>li.active>a:before {
	border-top-color: #ffffff;
}

#cssmenu>ul>li:hover>ul {
	left: 0;
}

#cssmenu>ul>li:hover>ul>li {
	max-height: 72px;
	position: relative;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu>ul>li>a {
	display: block;
}

/*set mega menu width -- width would be increase or decrese as per the number of category */
#cssmenu>ul>li {
	border: 3px solid grey;
	border-bottom-width:0px !important; 
	text-align: center;
	width: 100%;
}

/* flyout width double of category box -- width would be increase or decrese as per the number of category */
#cssmenu>ul>li>ul {
	border-top-width: 0px !important;
	border: 3px solid grey;
	z-index: 9999; 
	border-top: none; 
	background: linear-gradient(grey,grey) no-repeat; 
	background-size: 51.265% 3px; 
	background-color: white; 
	background-position-x: right;
	width: 210%;
	display: block;
}

#cssmenu>ul>li>ul>li {
	width: 250px;
	display: block;
}

#cssmenu>ul>li>ul>li hover:after {
	width: 50%;
}

.flyoutWidth5{
	width: 208% !important;
}

.flyoutWidth6{
	width: 209% !important;
}
