body {
	overflow-x: hidden
}
/*nav {
	width: 100%;
}*/
.nav_wrapper {
	padding-top: 10px;
	z-index: 999;
	transition: 0.5s ease;
	width: 100% ;
	float: right;
}
.no-scroll {
	z-index: 9999;
}
.btn {
	text-decoration: none;
	transition: all 0.1s ease;
}
.btn:hover {
	transition: all 0.1s ease;
}
.menu-link {
	display: none;
}
.spinner-master input[type=checkbox] {
	display: none;
}
.spinner-master {
	display: none;
}
.menu {
    height: auto;
    transition: all 0.3s ease;
    width: calc(100% - 210px - 200px);
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
}
.menu > li > ul.sub_menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #fff;
}
.menu ul li {
}
.menu > ul > li {
	position: relative;
	display: inline-block;
	padding: 0px 20px;
    line-height: 60px;
    height: 60px;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
}
.menu ul > li:hover:after {
	left: 0;
	right: auto;
	width: 100%;
}
.menu ul > li:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 0;
	height: 4px;
	background-color: #ff5b37;
	-webkit-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
	-o-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
	transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
}
.menu ul li ul li:after {
	display: none;
}
.menu ul li > a {
	text-align: center;
}
.menu li.menu_member a {
	background: #265698;
	color: #fff;
	padding: 15px;
}
.menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.menu ul ul {
	top: 60px;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	left: 0px;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
}
.menu ul li:hover > ul {
	display: block;
	box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}
.menu ul ul > li {
	position: relative;
	line-height: normal;
}
.menu ul ul li:not( :last-child ) {
}
.menu ul ul li > a:not(:only-child):after {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f054";
	top: 2px;
	font-size: 12px;
	float: right;
}
.menu li.item ul li a:hover:after {
	opacity: 1;
	width: auto;
}
.menu ul ul > li a {
padding: 10px 15px;
    height: auto;
    background: #fff;
    color: #000;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
	
}
.menu ul ul > li a:hover {
background: #354d7d;
    color: #fff;
}
.menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
#hero {
	width: 100%;
	height: auto;
	background: #b5b5b6;
	margin: 70px 0 20px 0;
}
#hero img {
	width: 100%;
	height: auto;
}
.menu > li:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #4ab2a6;
	-webkit-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
	-o-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
	transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
}
.menu > li:hover:after {
	left: 0;
	right: auto;
	width: 100%;
}
 @media all and (max-width: 1024px) {
.example-header .container {
	width: 100%;
}
#search {
	padding: 10px;
}
.spinner-master * {
	transition: all 0.3s;
	box-sizing: border-box;
}
.spinner-master {
	display: block;
	position: relative;
	height: 60px;
	width: 40px;
	float: right;

}
.spinner-master label {
	cursor: pointer;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 50%;
	top: 22px;
	left: 25%;
}
.spinner-master .spinner {
	position: absolute;
	height: 3px;
	width: 100%;
	padding: 0;
	border-radius: 20px;
    background-color: #354d7d;
}
.spinner-master .diagonal.part-1 {
	position: relative;
	float: left;
}
.spinner-master .horizontal {
	position: relative;
	float: left;
	margin-top: 4px;
}
.spinner-master .diagonal.part-2 {
	position: relative;
	float: left;
	margin-top: 4px;
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
	opacity: 0;
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-top: 10px;
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top: -10px;
}
a.menu-link {
	display: block;
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 10px 16px;
	font-size: 1.5em;
}
a.menu-link:hover {
	color: #efa666;
}
a.menu-link:after {
	content: "\2630";
	font-weight: normal;
}
a.menu-link.active:after {
	content: "\2715";
}
.menu {
	clear: both;
	min-width: inherit;
	float: none;
}
.menu, .menu > ul ul {
	overflow: hidden;
	max-height: 0;
	background:#354d7d;
	visibility: inherit;
	transform: translate(0, 0px);
}
.menu > li > ul.sub-menu {
	padding: 0px;
	border: none;
}
.menu.active, .menu > ul ul.active {
	max-height: 55em;
}
.menu ul {
	display: inline;
}
.menu li, .menu > ul > li {
height: auto;
    display: block;
    width: 100%;
    line-height: normal;
}
.menu ul.dropdown > li{
	border-bottom: 1px solid #2d4e7b!important;
	border-top: 0!important;
	padding: 0px;
}
.menu ul.active > li {
	border-bottom: 0!important;
}
.menu > ul > li:last-of-type a {
	border: none;
}
.menu li a {
	color: #fff;
	display: block;
	padding: 0.8em;
	position: relative;
}
.menu li.has-submenu > a:after {
	content: "\f067";
	font-family: "FontAwesome";
	position: absolute;
	top: 15px;
	right: 5%;
	display: block;
}
.menu ul ul li > a:not(:only-child):after {
	font-family: "FontAwesome";
	content: "\f067";
	top: 20px;
	float: right;
}
.menu li.has-submenu > a.active:after {
	font-family: "FontAwesome";
	content: "\f00d";
}
.menu ul ul > li a:hover {
	background: #ff5b37;
}
.menu ul ul > li a {
	padding: 15px 18px 15px 30px;
	color: #fff;
}

.menu li a.active {
	background: #354d7d;
	color: #fff;
}


.menu li a:hover, .menu .sub-menu li a.active {
	background: #ff5b37;}

.menu ul ul, .menu ul ul ul {
	opacity: 1;
	width:100%;
	display: inherit;
	position: relative;
	left: auto;
	top: auto;
	border: none;
}
#hero {
	height: 200px;
}
#menu {
	overflow-y: auto;
	height: 100%;
	position: fixed;
	margin-top: 60px;
	width:100%;
	left: 0;
}
.nav_wrapper {
	width: 100%;
	left: 0;
	right: 0;
	background: #fff;
	padding: 0px;
	min-height: 50px;
	float: none;
}
.menu ul li > a {
	background:#354d7d;
	padding: 15px;
	text-align: left;
	color: #fff;
}
.menu ul ul > li a {
	border-bottom: 1px solid #e7e7e7;
	color: #333;
}
.menu ul ul > li.has-submenu ul.sub-menu li a {
	padding: 12px 18px 12px 40px;
	background: #e7e7e7;
	color: #333;
	border-bottom: 1px solid #fff;
}
.menu ul ul > li.has-submenu ul.sub-menu li a:hover {
	background: #787878;
	color: #fff;
}


.menu ul > li:after{
	display:none;}

}
