.hs-menu-wrapper ul {
	padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
	list-style: none;
	margin: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: inline-block;
	margin-bottom: 20px
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
	content: " ";
	display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
	content: " ";
	display: table;
	clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
	float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	display: inline-block;
	padding: 10px 20px;
	white-space: nowrap;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
	position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	position: absolute;
	z-index: 10;
	left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	display: block;
	white-space: nowrap;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: 180px;
	top: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
	position: relative;
	margin-bottom: 20px;
	min-height: 7em
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
	margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
	position: static
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
	display: block;
	visibility: visible;
	opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
	content: " ";
	display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
	content: " ";
	display: table;
	clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
	float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
	display: inline-block;
	padding: 10px 20px;
	white-space: nowrap;
	max-width: 140px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical {
	width: 100%
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
	list-style: none;
	margin: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
	display: block;
	white-space: nowrap;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
	margin-bottom: 20px
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
	width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
	padding: 10px 20px;
	text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
	position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 180px
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
	min-width: 140px;
	width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul {
	max-width: 100%;
	overflow: hidden
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: none
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li.hs-item-has-children>ul.hs-menu-children-wrapper {
	display: block;
	visibility: visible;
	opacity: 1;
	position: static
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2>a {
	padding-left: 4em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3>a {
	padding-left: 6em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4>a {
	padding-left: 8em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5>a {
	padding-left: 140px
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.18)
}


@media(max-width: 568px) {
	.hs-menu-wrapper,.hs-menu-wrapper * {
		-webkit-box-sizing:border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal ul {
		list-style: none;
		margin: 0;
		display: block
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
		display: block
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
		float: none
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
		display: block;
		max-width: 100%;
		width: 100%
	}
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: visible;
	opacity: 1
}

.row-fluid .custom-menu-primary {height: 85px;}
.row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li > a {font-family: TrebuchetBold, Sans-Serif; font-size: 12px;letter-spacing: 3px !important;color: #000000;line-height: 50px;margin: 10px 18px;position: relative;text-transform: uppercase;padding: 0;;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	position: absolute;
	z-index: 10;
	left: -25px;
	background-color: #fff;
	padding: 0 0 20px 0;
	box-shadow: 0px 2px 2px 1px rgba(20,20,20,0.1)
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
	padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	font-family: TrebuchetBold,Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: 0px !important;
	color: #000;
	display: block;
	white-space: normal;
	width: 100px;
	overflow: hidden;
	text-align: center;
	position: relative
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
	background: ;
	padding: 10px 40px;
	height: auto;
	margin: 10px 0;
	word-wrap: break-word;
}

body.mobile-open:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 1
}

.lang-open {
	width: 100% !important
}

.show-me {
	display: block !important
}

.custom-menu-primary .hs-menu-wrapper>ul li a,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	overflow: visible !important;
	max-width: none !important
}

.custom-menu-primary.mega {
	position: static !important
}

.custom-menu-outer {
	position: static !important
}

.custom-menu-primary.mega .hs-menu-wrapper>ul ul li {
	padding: 0
}

#ennova-mega-menu {
	color: #000 !important;
	padding-top: 9px
}

#ennova-mega-menu {
	color: #000 !important
}


#ennova-mega-menu .hs-menu-wrapper>ul>li>a {
	font-family: TrebuchetBold,Sans-Serif;
	font-size: 12px;
	letter-spacing: 3px !important;
	line-height: 50px;
	margin: 10px 18px;
	position: relative;
	text-transform: uppercase;
	padding: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	color:#000;
}

#ennova-mega-menu .hs-menu-wrapper>ul>li>a:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-transition: transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	-ms-transition: transform .4s ease;
	transition: transform .4s ease;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:hover>a:before {
	opacity: 1;
	-webkit-transform: scaleX(1.2);
	-moz-transform: scaleX(1.2);
	-o-transform: scaleX(1.2);
	-ms-transform: scaleX(1.2);
	transform: scaleX(1.2)
}

#ennova-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	margin: 0 !important;
	display: block
}

#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center>li ul {
	opacity: 1 !important;
	visibility: visible !important;
	position: relative;
	left: 0;
	box-shadow: none;
	padding: 0
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	background: transparent;
	left: 0;
	right: 0;
	z-index: 11;
	top: -6px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul{
	opacity: 0;
	left: 0;
	right: 0;
	margin-top: 0px;
	transition: all .3s ease;
	transform-origin: top center;
	padding: 15px;
	margin-top: 0px;
	background-image: linear-gradient(180deg,rgba(204,204,204,1) 0%,rgba(255,255,255,1) 3%);
	visibility: hidden;
	display: none
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega{
	position: static
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega >ul>.page-center>li{
	width: 33.3%;
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul>li a,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li a{
	font-family: TrebuchetBold,Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: 0px;
	color: #000;
	display: block;
	white-space: normal;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: left
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center a:before,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center a:before{
	display: none
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul>li>ul>li>a,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li>ul>li>a{
	color: #000;
	margin-bottom: 5px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul li a,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul li a{
	transition: all .3s ease
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul>li>ul>li>a,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li>ul>li>a{
	padding-left: 10px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul>li>ul>li>ul>li>a,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li>ul>li>ul>li>a{
	color: #000;
	font-family: TrebuchetRegular;
	transition: all .3s ease;
	padding-left: 20px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul li a:hover,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul li a:hover{
	text-decoration: underline;
	margin-left: 10px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul>li>a,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li>a{
	margin-bottom: 5px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul>li>ul>li>ul,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li>ul>li>ul{
	padding-bottom: 0px;
	margin-bottom: 0px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li:not(:first-child),
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li:not(:first-child){
	border-left: 1px solid #000;
	padding-left: 30px
}

#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li:not(:first-child):before,
.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li:not(:first-child):before{
	content: "";
	position: absolute;
	left: -2px;
	background: #fff;
	height: 15px;
	width: 2px;
	top: 0
}

@media(min-width: 768px) {
	.mega-enabled #ennova-mega-menu .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li a {
		font-weight: normal;
		/*font-family: inherit;*/
	}
	.row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {position: absolute;content: '';left: 0;right: 0;margin: 0 auto;bottom: 10px;width: 100%;height: 1px;background: #000000;opacity: 0;;;;}
	.row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {opacity: 1; ; }

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {padding: 0 0 20px 0;}
	.row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {  opacity: 1; ; }
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a:before { opacity: 1; ; }
	.custom-menu-outer {float: right!important;}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 0;}
	.row-fluid .section-header { width: 42%;position: absolute;bottom: 20px; }
	#ennova-mega-menu .hs-menu-wrapper>ul>li:hover>ul {
		opacity:1!important;
		visibility: visible!important;
		display: block!important;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li,
	.mega-enabled .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(4))>ul>li{
		padding: 10px 40px
	}
}

#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center {
	display: flex
}

@media screen and (max-width: 991px) and (min-width:941px) {
	#ennova-mega-menu .hs-menu-wrapper>ul>li>a {
		font-size:10px;
		margin: 10px 12px
	}
}

@media screen and (max-width: 940px) and (min-width:768px) {
	#ennova-mega-menu .hs-menu-wrapper>ul>li>a {
		font-size:9px;
		margin: 10px
	}
}



@media(max-width: 767px) {


	/* 
	* Menu Reset
	*
	* Remove styling from desktop version of custom-menu-primary. Place any 
	* additional CSS you want removed from the mobile menu in this reset 
	*/

	.custom-menu-primary,
	.custom-menu-primary .hs-menu-wrapper > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li,
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none; 
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;  
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color:;
	}


	/* Toggle Button
	========================================================================== */

	.mobile-trigger{
		display: inline-block !important; /* Show button on mobile */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute; /*******************************************/
		top: 0px;          /* Position Button at right of screen  */
		right: 10px;        /*******************************************/
		width: auto; /* Button width */
		height: auto; /* Button height */      
		padding: 7px 10px 8px 10px;
		background: #ffffff; /* Background color */
		border: none;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;

	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
		color:;
		background-color: ; 
		border-color: transparent;
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger{
		color:;
		background-color: ; 
		border-color: transparent;
	}


	/* Toggle Button Icon
	========================================================================== */

	.mobile-trigger i{
		display: inline;
		position: relative;
		top: -4px;
	}
	.mobile-trigger i:before, .mobile-trigger i:after{
		position: absolute;
		content: '';
	}
	.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
		width: 22px; /* Icon line width */
		height: 2px; /* Icon line height */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background-color: #000;
		display: inline-block;
	}
	.mobile-trigger i:before{
		top: -6px; /* Position top line */
	}
	.mobile-trigger i:after{
		top: 6px; /* Position bottom line */
	}

	.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
	.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
		background-color: ; /* Icon color */
	}


	/* Child Toggle Button
	========================================================================== */

	.child-trigger{
		display: block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important; /* Button width */
		min-width: 55px !important;
		height: 45px !important; /* Button height */  
		padding: 0 !important;
		border-left: 1px dotted rgba(255, 255, 255, .20);
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	.child-trigger i{
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
	}
	.child-trigger i:after{
		position: absolute;
		content: '';
	}
	.child-trigger i, .child-trigger i:after{
		width: 10px; /* Icon line width */
		height: 1px; /* Icon line height */
		background-color:; /* Icon color */
		display: block;
	}
	.child-trigger i:after{
		top: 5px;
		right: 5px;
		-webkit-transform: rotate(-270deg);
		-ms-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}
	.child-trigger.child-open i:after{
		top: -5px;
		-webkit-transform: rotate(-95deg);
		-ms-transform: rotate(-95deg);
		transform: rotate(-95deg);
	}
	.child-trigger.child-open i{
		-webkit-transform: rotate(140deg);
		-ms-transform: rotate(140deg);
		transform: rotate(140deg);
	}


	/* Menu Styles on Mobile Devices
	========================================================================== */  

	.custom-menu-primary.js-enabled{
		position: relative;
		padding-top: 0; /* Makes room for button */
		margin:0;
	}

	/* Hide menu on mobile */
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}  

	/* Make child lists appear below parent items */
	.custom-menu-primary ul.hs-menu-children-wrapper{
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: relative; /**************************************************************/
		top: 0;             /* Positions the menu to drop from the very top of the screen */
		left: 0;          /**************************************************************/
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color:; /* Menu background color set off global menuColorMobile variable */
		width: 100%; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li a{
		font-size: 22px; /* Font size of top level list items */
		line-height: 45px;
		overflow: visible;
	}

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul li{
		border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
	}
	.custom-menu-primary .hs-menu-wrapper >  ul li a{
		padding: 0 10px;
		color:; /* link color set by global mobile-aColor variable */
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
		color:; /* link hover color set by global mobile-aColorHover variable */
	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
		background-color: #ffffff;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		text-indent: 10px; /* Indent Child lists */
		font-size: 16px; /* Font size of child lists */
	}

	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
		text-indent: 30px; /* Indent Child lists */
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
		text-indent: 50px; /* Indent Child lists */
	}
	#ennova-mega-menu .mobile-trigger {
		display:inline-block !important;
		width: 35px !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 10px;
		width: auto;
		height: auto;
		padding: 7px 10px 8px 10px;
		background: #fff;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #000;
		margin-top: 6px
	}

	#ennova-mega-menu .hs-menu-wrapper {
		position: fixed;
		background: #fff;
		height: calc(100vh - 45px);
		left: -100%;
		width: 300px;
		top: 45px;
		overflow-y: auto;
		overflow-x: hidden;
		transition: all .3s ease;
		display: block
	}

	.mobile-open #ennova-mega-menu .hs-menu-wrapper {
		left: 0
	}

	.cm-header-wrapper {
		position: fixed;
		height: 45px;
		width: 100% !important;
		z-index: 111
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul,#ennova-mega-menu .hs-menu-wrapper>ul>li>ul,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-megaul,#ennova-mega-menu .hs-menu-wrapper>ul>li>ul{
		transform: none;
		display: none;
		padding: 0 !important
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center{
		width: 100%;
		padding: 0;
		display: block
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li,
	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>li {
		width: 100%;
		border: none !important;
		padding: 0 !important
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega{
		position: relative
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>a:before {
		display: none
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>a,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>a,
	#ennova-mega-menu .hs-menu-wrapper>ul>li>a {
		margin: 0;
		padding: 0 20px
	}

	#ennova-mega-menu .hs-menu-wrapper .child-trigger {
		top: 0;
		height: 49px
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul>li a,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li a{
		padding: 10px 20px;
		font-size: 13px;
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child,#ennova-mega-menu .hs-menu-wrapper>ul>li,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega,#ennova-mega-menu .hs-menu-wrapper>ul>li{
		position: relative;
		float: none
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul>li>ul>li>ul>li>a,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul>li>ul>li>ul>li>a{
		padding-left: 30px
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul,#ennova-mega-menu .hs-menu-wrapper>ul>li>ul,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul,#ennova-mega-menu .hs-menu-wrapper>ul>li>ul{
		opacity: 1 !important;
		visibility: visible !important
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul{
		display: block
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center li>a {
		display: none
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center>li {
		margin: 0
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul:before {
		display: none
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul{
		box-shadow: none
	}

	.custom-menu-primary.mega .hs-menu-wrapper>ul>li:first-child ul li,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega ul li{
		margin: 0;
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center>li>ul>li>a {
		margin: auto
	}

	#ennova-mega-menu .child-trigger {
		width: 50px !important;
		right: 0;
		left: auto;
		top: 0
	}

	#ennova-mega-menu .child-trigger {
		width: 50px !important;
		right: 0;
		left: auto;
		top: 0
	}

	#ennova-mega-menu .hs-menu-wrapper .child-trigger i {
		right: 0
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center>li>ul>li>a {
		padding: 14px 10px 0 30px;
		font-size: 14px
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center>li>ul>li>ul>li>a {
		padding-left: 40px
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center>li>ul>li>ul>li>a:empty {
		display: none
	}

	#ennova-mega-menu .hs-menu-wrapper .child-trigger i {
		right: 0
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center>li>ul>li>ul>li>ul>li>a {
		padding-left: 50px
	}

	div#ennova-mega-menu {
		padding: 0
	}

	.language-header {
		top: 42px
	}

	.lang_switcher_class {
		padding-left: 15px
	}

	#ennova-mega-menu .hs-menu-wrapper>ul>li>ul>.page-center>li:not(:first-child):before,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega:before{
		display: none
	}

	.mega-menu-bottom {
		margin-bottom: -15px !important
	}
	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li,
	.mega-enabled #ennova-mega-menu  .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li{
		margin: 0;
	}

	.custom-menu-primary.mega #ennova-mega-menu .hs-menu-wrapper>ul>li >ul li> a {
		font-size: 14px;
	}

	#ennova-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		font-family: TrebuchetBold,Sans-Serif;
		font-size: 13px;
		line-height: 20px;
		text-transform: none;
		letter-spacing: 0px;
		color: #000;
		display: block;
		white-space: normal;
		padding: 5px 19px;
	}

	#ennova-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		box-shadow: none;
	}

	.custom-menu-primary #ennova-mega-menu .hs-menu-wrapper>ul ul li .child-trigger {
		height: 28px!important;
	}
	.custom-menu-primary #ennova-mega-menu .hs-menu-wrapper>ul ul li .child-trigger i {
		top: 15px;
	}
	#ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul, .mega-enabled #ennova-mega-menu .hs-menu-wrapper>ul>li.has-mega>ul {
		clear: both;
		width: 100%;
		overflow: hidden;
		background: transparent;
		padding: 0;
	}
	
	.header__language-switcher.lang.web {
		margin-top: 5px;
	}



}



/***********************************************************************************/
/************************* NEW MEGE MENU 11.NOV.2022 *******************************/
/***********************************************************************************/
.header-main .header__column__new .page-center.language-header{
  max-width:1350px !important;
}

.header-main .header__column__new .language-header .login_logo{
  display:block;
  padding: 23px 0;
  position: absolute;
  transition: all .4s ease;
  margin-top: 5px;
  z-index: 111;
  right: 50px;
}

.header__column__new .header__language-switcher.lang.web{
  right:5px;
  width:30px;
}

.header-main .header__column__new .custom-menu-outer{
  width:85%;
}

.header-main .header__column__new .menu-section{
  display:flex;
}

.header-main .header__column__new .menu-section .custom-menu-primary{
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.header-main .header__column__new .menu-section .hs-menu-depth-2.hs-item-has-children a{
  letter-spacing:0px;
  width:100%;
  text-align:left;
}

.header-main .header__column__new .menu-section .hs-menu-depth-3{
  margin-left:10px;
}

.header-main .header__column__new .ctas-section{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  margin-right:80px;
	padding-top: 9px;
}



@media screen and (max-width: 767px){
  /*  Overwrite the ennova mega menu style, Close the depth 3 submenu initially  */
  .header__column__new #ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul,
  .header__column__new .mega-enabled #ennova-mega-menu .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul{
    display:none;
  }
  /*  ******  */
  
  .header-main .header__column__new .ctas-section{
    display:none;
  }
  
  .header-main .header__column__new .language-header .login_logo{
    top:-66px;
    right:40px;
  }
	
	.
	
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	
	
}

@media screen and (min-width: 767px){
  .header-main .header__column__new .ctas-mobile-section{
    display:none !important;
  }
  
  .header__column__new #ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul,
  .header__column__new .mega-enabled #ennova-mega-menu .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul{
    display:block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header-main .header__column__new .ctas-section{
    flex-wrap:wrap;
    justify-content:start;
  }
  .header-main .header__column__new .ctas-section .secondary-cta a.cta_button{
    width:65px ;
    font-size:9px ;
    padding:0 4px ;
    min-height:28px;
    margin:0px 4px !important;
  }
}

.header-main .header__column__new .ctas-section .secondary-cta a,
.header-main .header__column__new .ctas-mobile-section .secondary-cta a{
  width:70px;
  align-content: center;
  align-items: center;
  background-color: transparent;
  border: 0.75px solid #000;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: Trebuchet MS,sans-serif;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.8px;
  line-height: 17px;
  max-width: 100%;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s cubic-bezier(.25,.8,.25,1);
  min-height:38px;
  margin:0 10px!important;
}

.header-main .header__column__new .ctas-section .secondary-cta a:hover,
.header-main .header__column__new .ctas-mobile-section .secondary-cta a:hover{
  background-color: #8b565a;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  transform: scale(.99) translate(5px);
}

.header-main .header__column__new .ctas-mobile-section{
  display:none;
}

.header-main .header__column__new .ctas-mobile-section script{
  display:none;
}

.mobile-open .header-main .header__column__new .ctas-mobile-section{
  display:block;
  top: 340px;
  left: 0px;
  z-index:111;
}

.mobile-open .header-main .header__column__new .ctas-mobile-section .cta-item{
  margin:20px 0px;
}



.header-main .page-center {
	padding: 0 !important;
}

.header-main .header__column__new .ctas-section {
	padding-top: 5px !important;
}

.header-main .lang_switcher_class {
	padding-top: 2px !important;
}

.header__column__new .header__language-switcher.lang.web {
	right: -15px !important;
}

.header-main .header__column__new .ctas-section .secondary-cta a {
	height: 38px;
}

.header-main .header__column__new .ctas-section .secondary-cta a span {
	font-size: 11px;
	white-space: nowrap;
}

.header__column__new .ctas-section .secondary-cta a:hover {
	transform: none !important;
	border: 1px solid transparent !important;
	transition: 0.2s ease-in;
}

.header-main .header__column__new .ctas-section .secondary-cta a {
	transition: 0.2s ease-in;
	white-space: nowrap;
}

@media (min-width: 768px){
	.body-container-wrapper {
		padding-top: 85px;
	}
}