@charset "utf-8";
/* CSS Document */
.menuNew {
	display: none;
}
.menuNew-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 19px 10px;
}
.menuNew {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.menuNew ul { /* For Main Nav */
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	font-size: 14px;
	line-height: 38px;
	text-transform: uppercase;
	z-index: 400;
}
.menuNew ul li {
	margin: 0px;
}
.menuNew > li > ul.sub-menuNew { /* For Sub Nav Style */
	padding: 0px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.menuNew ul:after {
	content: "";
	clear: both;
	display: block;
}
.menuNew ul li {
	padding: 0px;
	background-image: none;
	position: relative;
}
.menuNew ul li > a { /* For Main Nav List Height and TRBL Padding  */
	padding: 9px 22px;
}
.menuNew ul ul { /* Sub Nav Style*/
	display: none;
	position: absolute;
	top: 100%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.menuNew ul li:hover > ul {
	display: block;
}
.menuNew ul ul > li {
	position: relative;
}
.menuNew ul ul > li a { /* Sub Nav List Style */
	padding: 10px 15px;
	height: auto;
	text-transform: none;
	font-size: 13px;
	line-height: normal;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.menuNew ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.ParentLink {
	display: none;
}
 @media only screen and (max-width: 1024px) {
.menuNew {
	display: block;
	width: 100%;
	text-align: left;
}
/* a.menuNew-link { 
	display: block;
	color: #fff;
	background-color:transparent;
	float:right;
	width:auto;
	padding:6px 8px;
	text-align:center;
	border:2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 
	margin-right: 33px;
	margin-top: -40px;
	position:relative;
	z-index:402;
}*/
a.menuNew-link { /* For  Screen Nav Button Style */
	display: block;
	color: #fff;
	background-color: transparent;
	/*background-color:transparent;*/
	float: none;
	width: auto;
	padding: 6px 8px;
	text-align: center;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
}
a.menuNew-link p {
	display: block;
	background-color: #fff;
	width: 18px;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
	text-align: center;
	height: 2px;
}
.menuNew {
	clear: both;
	min-width: inherit;
	float: none;
}
.menuNew, .menuNew > ul ul { /* For Nav Background Color and Style */
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-outt;
	transition: all 0.8s ease-in-out;
	position: absolute;
	z-index: 111;
}
.menuNew > li > ul.sub-menuNew {
	padding: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.menuNew.active, .menuNew > ul ul.active {
	max-height: 880px;
}
.menuNew ul {
	display: inline;
}
.menuNew > ul { /* For Nav Border */
	border-top: 1px solid #d573ba;
}
.menuNew li, .menuNew > ul > li {
	display: block;
}
.menuNew li a {
	display: block;
	padding: 1px;
	position: relative;
}
.menuNew li a:hover { /* For Nav Hover Bg Color */
/*background-color:#c626a2;*/
}
.menuNew li .has-submenuNew {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 111;
	width: 47px;
	height: 47px;
	color: #fff;
	line-height: 47px;
	font-size: 18px;
	text-align: center;
	border-left: 1px solid #fff;
	cursor: pointer;
}
/*.menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: -10px;
		right: 0;
		display: block;
		font-size: 28px;
		padding: 8px 10px;
		color:#FFF;
	}
	
	.menu li.has-submenu > a.active:after {
		content: "-";
		font-size: 28px;
		right: 5px;
	}
	.menu li.has-submenu span {
		display:none !important;
	}*/
		
.menuNew ul ul > li a { /* For Sub Nav style */
	color: #FFF;
	height: auto;
	padding: 0px 10px 0px 40px;
	line-height: 38px;
}
.menuNew ul ul ul > li a { /* For Sub Nav style */
	color: #FFF;
	height: auto;
	padding: 0px 10px 0px 60px;
	line-height: 38px;
}
.menuNew ul ul > li a:hover {
/*background-color:#c626a2;*/
}
.menuNew ul ul, .menuNew ul ul ul {
	display: inherit;
	position: relative;
	left: auto;
	top: auto;
	box-shadow: none;
	border: none;
}
}
 @media only screen and (max-width: 1024px) {
a.menuNew-link { /* For  Screen Nav Button Style */
/*margin-top:-10px;*/
}
.TopArrow {
	display: block;
}
/*  Color  Over Hover Chang  */
	
.menuNew ul li a {
	background-color: rgba(255, 120, 0, 1);
	color: #fff;
}
.menuNew ul li a:hover {
	background-color: rgba(0,0,0,1);
	color: #fff;
}
.menuNew ul li {
	border-top: 1px solid #de700d;
	letter-spacing: 1px;
	font-family: 'montserratmedium';
	font-size: 13px;
	line-height: 20px;
	height: auto;/*42px*/
}
/*  End  */
	
	
}
@media only screen and (max-width: 768px) {
a.menuNew-link { /* For  Screen Nav Button Style */
/*margin-top:-70px;
		margin-right:50%;*/
}
}
 @media only screen and (max-width: 524px) {
a.menuNew-link { /* For  Screen Nav Button Style */
/*margin-top:-40px;
		margin-right:6%;*/
}
}
.MenuNewStyle {
	color: #fff;
	background-color: #ff7800;
	font-size: 18px;
	line-height: 28px;
	height: auto;
	text-transform: uppercase;
	box-sizing: border-box;
	font-family: 'montserratbold';
	padding: 12px 20px;
	width: 240px;
	margin: 0 auto;
	letter-spacing: 2px;
	text-align: center;
}
.MenuNewStyle i {
	margin-left: 10px;
}
a.menuNew-link {
	margin: 25px 0;
	padding: 0;
	border: 0;
	display: inline-block;
}
