.openMenu {
	display: none;
}
.header-row {
	display: flex;
	align-items: center;
}
.header-row .et_pb_code, .header-row .et_pb_code_inner {
	height: 100%;
}
header ul.skyway {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .skyway li {
	display: block;
	position: relative;
}
header .skyway li a {
	padding: 5px 10px 10px 10px;
}
header .skyway {
	clear: none;
	max-height: none;
}
header .menu-icon {
	display: none;
}
.skyway .menu-item-has-children > a:first-child::after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: relative;
    right: 0;
    top: 0;
    font-weight: 800;
}
#menu-custom-menu .sub-menu li:last-child a {
	color: inherit !important;
	background: initial !important;
	border-width: initial !important;
	border-color: initial !important;
	border-style: initial !important;
}
header .skyway li .fa {
	position: absolute;
	top: 10px;
	right: 20px;
}

@media screen and (min-width: 981px) {
	#Menu li li a {
		padding: 10px 20px;
		display: block;
		line-height: 8px;
	}
	.skyway-dropdown {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	header .skyway li ul {
		position: absolute;
		top: 30px;
		padding: 20px 0;
		z-index: 9999;
		width: 240px;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		border-top: 3px solid #e02b20;
		border-top-color: #e02b20;
		border-top-color: #e02b20;
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		-webkit-transform: translateZ(0);
		text-align: left;
		display: flex;
		flex-direction: column;
	}
	.skyway ul li:hover > ul, .skyway li:hover > ul {
		-webkit-animation: fadeLeft .4s ease-in-out;
		animation: fadeLeft .4s ease-in-out;
	}
	.skyway li > ul, .skyway li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 980px) {
	#sm-menu-toggle {
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
	}
	.skyway .menu-item-has-children > a:first-child::after, .sub-menu, .header-row-last-col {
		display: none !important;
	}
	.show-drop {
		display: block !important;
	}
	.skyway-dropdown {
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		transition: 0.2s linear;
	}
	.arrow-active {
		transform: rotate(180deg) !important;
	}
	.menu-toggle{
		float: right;
		z-index: 999;
		position: relative;
	}
	.MenuInner{
		margin:0;
		padding:0;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
	}
	.MenuInner li{
		list-style: none;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		padding: 20px;
		cursor: pointer;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.MenuInner li span{
		display: block;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.50);
	}
	.MenuInner li a{
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
	}
	header ul.skyway {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	header .skyway li {
		width: 100%;
	}
	header .skyway li ul {
		position: relative;
		padding: 0 0 0 3em !important;
	}
	header .skyway li a {
		padding-left: 30px;
	}
	.skyway .menu-item-has-children > a:first-child::after {
		opacity: 0;
	}
}

/*** Mobile Menu Toggle ***/
.mobile-menu {
  cursor: pointer;
  transition: transform 0.5s;
}
.mobile-menu .line-1, .mobile-menu .line-2, .mobile-menu .line-3 {
  border-top: 3px solid #FFF;
  display: block;
  transition: margin 0.5s, transform 0.5s;
  width: 30px;
}
.mobile-menu .line-2 {
  margin: 5px 0;
}
.mobile-menu.toggle {
  padding: 5px 0;
}
.mobile-menu.toggle .line-1, .mobile-menu.toggle .line-2, .mobile-menu.toggle .line-3 {
  transform: rotate(45deg);
}
.mobile-menu.toggle .line-2 {
  margin: -3px 0;
  opacity: 0;
}
.mobile-menu.toggle .line-3 {
  transform: rotate(-45deg);
}