nav { width: 100%; }


.nav_wrapper{
	width: 80%;
	top:40px;	
	right: 20px;	
	position:fixed;		
	z-index:800;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
		
}
.nav_wrapper.onscroll{
	width: 100%;
	top:0px;	
	right: 0px;	
	position:fixed;		
	z-index:800;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	border-bottom: 2px solid #fff;
	box-shadow: 0px 3px 10px 0px #bbb;
}

.menu-link { display: none; }

.spinner-master input[type=checkbox] { display: none; }

.menu {
  width: auto;
  height: auto;
  background: #10426f;
	border-radius: 10px;
  transition: all 0.3s ease;
	float: right;
	padding:0  5px;
}
.menu.onscroll {
  width: 100%;
  height: auto;
  background: #10426f;
	border-radius: 0px;
  transition: all 0.3s ease;
	float: right;
	text-align: center;
}
.menu ul {
	
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
	
	
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}

.menu ul li { padding: 5px 0; }

.menu > ul > li { display: inline-block; }

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff; 
	font-size: clamp(14px, 1.5vw, 19px);  
}

.menu ul li a:hover {
  background: #206bb0;
  color: #fff;
}

.menu ul li.hover > a {
  background: #206bb0;
  color: #fff;
	border-radius: 5px;
}

.menu ul li > a { padding:8px 12px; }

.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  background: #39484d;
}

.menu ul li:hover > ul { display: block; }

.menu ul ul > li { position: relative; }

.menu ul ul > li a {
  padding: 10px;
  height: auto;
  background: #39484d;
}

.menu ul ul > li a:hover {
  background: #efa666;
  color: #fff;
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
@media all and (max-width: 1200px) {
	.nav_wrapper{
	width: 80%;
	top:30px;	
	right: 20px;	
		
}
.menu ul li > a { padding:8px 10px; }
}
 @media all and (max-width: 1023px) {
.nav_wrapper{
	width:50%;
	height:auto;
	top:0px;	
	right: 0;	
		
}
.nav_wrapper.onscroll{
	display: none; 	
}
	 .menu.onscroll {
  width: 100%;
  
	text-align: left;
}
	 
.menu ul li > a { padding:10px 20px; }
.example-header .container { width: 100%; }

#search { padding: 10px; }

.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master {
  position: relative;
  margin:15px 15px 2px;
  height: 34px;
  width: 30px;
  float: right;
	padding:0 7px;
	background: #fff;
	z-index: 999;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 80%;
  top: 7px;
  left: 10%;
}

.spinner-master .spinner {
  position: absolute;
  height: 3px;
  width: 100%;
  padding: 0;
  background-color: #000;
}

.spinner-master .diagonal.part-1 {
  position: relative;
  float: left;
}

.spinner-master .horizontal {
  position: relative;
  float: left;
  margin-top: 6px;
}

.spinner-master .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 6px;
}

.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: -12px;
}

a.menu-link {
  display: block;
  color: #fff;
  float: left;
  text-decoration: none;
  padding: 10px 16px;
  
}

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-color: #10426f;
	z-index: 777;
	position: relative;
}

.menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}

.menu.active,
.menu > ul ul.active { min-height: 100vh;
        top: -50px;}

.menu ul { display: inline; }

.menu li,
.menu > ul > li { display: block;  border-bottom: 1px solid #09253f;}

.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: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.55em 0.5em;
}

.menu li.has-submenu > a.active:after { content: "-"; }

.menu ul ul > li a {
  background-color: #10426f;
  padding: 10px 18px 10px 30px;
}

.menu ul li a:hover {
  background: #206bb0;
  color: #fff;
}

.menu ul li.hover > a {
  background: #206bb0;
  color: #fff;
}

.menu ul ul,
.menu ul ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}
}
@media all and (max-width: 479px) {
	.nav_wrapper{
	width:100%;
	height:auto;
	top:0px;	
	right: 0;	
		
}
.nav_wrapper.onscroll{
	display: none; 		
}
	
.menu ul {
	top:50px;
}	
	
}