/* NCS MEGAMENU Style */

.megamenu-cont {
	width: 100%;
	position: relative;
	background-color: #fff;
	display: none;
	z-index: 9999999999;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding-top: 20px;
	padding-bottom: 35px;
}

.megamenu-head{
	font-family: "TradeGothicLTStd-Bold", Helvetica, Arial, serif;
	font-size: 14px;
	color: rgba(75, 75, 75, 1.0);
	text-align: left;
}

.megamenu-col {
	width: 18.9% !important;
	padding: 10px 0 0 10px !important;
	float: left !important;
}

.megamenu-col ul {
	width: 100%;
	list-style: none !important;
	padding-left: 10px !important;
}

.megamenu-sep {
	width: 100%;
	height: 35px;
	margin-bottom: 6px;
	font-family: "TradeGothicLTStd-Bold", Helvetica, Arial, serif;
	font-size: 15.0px;
	color: rgba(75, 75, 75, 1.0);
	text-align: left;
	line-height: 45.0px;
	border-bottom: 1px solid rgba(75, 75, 75, 1.0);
	text-transform: uppercase;;
}

.megamenu-sep-empty {
	width: 100%;
	height: 70px;
	margin-bottom: 6px;
}

.megamenu-item {
	width: 100%;
	height: 22px;
	/*line-height: 32px !important;*/					
	font-family: "TradeGothicLTStd-Light", Helvetica, Arial, serif !important;
	font-size: 12.0px !important;
	color: rgba(75, 75, 75, 1.0) !important;
}

.megamenu-item a,
.megamenu-item a:link,
.megamenu-item a:visited,
.megamenu-item a:active {
	font-family: "TradeGothicLTStd-Light", Helvetica, Arial, serif !important;
	font-size: 14.0px !important;
	color: rgba(75, 75, 75, 1.0) !important;
}
 
.megamenu-item a:hover {
	font-weight: 800 !important;
	text-decoration: none !important;
}

@media screen and (min-width: 992px) {
	.megamenu-col1 {
		width: 80% !important;
		padding-left: 19%;
	}

	.megamenu-col2 {
		width: 60% !important;
		padding-left: 38%;	
	}

	.megamenu-col3 {
		width: 40% !important;
		padding-left: 57%;
	}

	.megamenu-col4 {
		width: 20% !important;
		padding-left: 76%;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.megamenu-sep {
		width: 100%;
		height: 35px;
		margin-bottom: 5px;
		font-family: "TradeGothicLTStd-Bold", Helvetica, Arial, serif;
		font-size: 14.0px;
		color: rgba(75, 75, 75, 1.0);
		text-align: left;
		line-height: 45.0px;
		border-bottom: 1px solid rgba(75, 75, 75, 1.0);
		text-transform: uppercase;;
	}

	.megamenu-item {
		width: 100%;
		height: 22px;
		/*line-height: 32px !important;*/					
		font-family: "TradeGothicLTStd-Light", Helvetica, Arial, serif !important;
		font-size: 11.0px !important;
		color: rgba(75, 75, 75, 1.0) !important;
	}
}