/* page styles */


ul{ list-style:none; }

/* dropdown menu */
.jquerynav{
	/*background: #ccc;
	width:100%;*/
	margin: 10px 0;
	list-style:none;
	margin-left:auto;
}
.jquerynav:after{
	display:table;
	content: "";
	clear:both;
}
.jquerynav li{
	position: relative;
}
.has-sub-menu { position:absolute; }
.jquerynav li a{
	  font-weight: 500;
  font-size: 15px;
  padding: 12px 22px;
  color: black;
  text-decoration:none;
  float:left;
}
.jquerynav li a:hover,
.jquerynav  li.current a, .jquerynav  li.active a{
	color:#0434cc;
}
/* first level */
.jquerynav > li{
	float:left;
	display:inline;
	/*border-right:1px solid #ddd;*/
}
/* second level */
.jquerynav ul{
	display:none;
	position:absolute;
	background:#fff;
	min-width: 215px;
	z-index: 2;
	left:0;
	top:3rem;
	padding-left:0px;
	box-shadow:1px 1px 10px #eee;
	min-height:100%;
}
.jquerynav ul li{ float: left; }
.col li a:hover{ background-color:#0084d6; color:#fff;}
/* third level */
.jquerynav ul ul{ left: 20%; top:0; padding:1.5rem;}
.jquerynav > li:last-child ul ul{ left:-100%; }
.jquerynav li:hover > ul{ display:block; }
.touch-block{
	top: 10px;
	right: 0px;
	/*padding: 7px 0px 8px 0px;*/
	position: absolute;
	z-index: 5;
	content: "&#43;";
	color: #000;
	text-align: center;
	cursor: pointer;
	font-size:1.2rem;
	/*--b: 2px; */  /* the thickness*/
  --c: #0000 90deg,#000 0; /* the coloration */
  width: 10px; /* the size */
  aspect-ratio: 1;
  background:
    conic-gradient(from 90deg at var(--b) var(--b),var(--c)) 
    calc(100% + var(--b)/2) calc(100% + var(--b)/2)/
    calc(50%  + var(--b))   calc(50%  + var(--b));
}

.submenu { background-color:#0434cc; border:1px solid #fff; color:#fff!important; font-size:13px!important; }
.submenu:hover { background-color:#fff!important; border:1px solid #fff; color:#0434cc!important; }
.col li { width:100%; }
.col li a { padding-left:10px!important; }
.nav-item ul li span { color:#fff; } 


@media only screen and ( max-width: 480px ){
	.jquerynav { padding-left:0px; margin-left:0px!important; }
	.jquerynav li{
	position: relative;
}

.navbar-collapse { width:100%; }

.touch-block{
	top: 10px;
	right: 0px;
	/*padding: 7px 0px 8px 0px;*/
	position: absolute;
	z-index: 5;
	content: "&#43;";
	color: #000;
	text-align: center;
	cursor: pointer;
	font-size:1.2rem;
	--b: 2px;   /* the thickness*/
  --c: #0000 90deg,#000 0; /* the coloration */
  width: 30px; /* the size */
  aspect-ratio: 1;
  background:none;
}

.mobli { margin-top:2rem;}
.jquerynav ul { top:0px; }
	
	.menu .col { width:100%!important; float:none!important; }
	.jquerynav li a { padding-left:10px; width:100%!important; }
	.touch-block{ /*background-color:#c8c8c8;*/}
	/* first level */
	.jquerynav > li, .jquerynav  > .page_item{ border-bottom:1px solid #bbb; border-right:none; }
	.jquerynav > li:last-child{ border-bottom:none; }
	.jquerynav li{ width:100%; }
	/* second level */
	.jquerynav li:hover > ul{ display:none;}
	.jquerynav ul{ position:relative; left:0px!important; box-shadow:1px 1px 10px #eee; height:100%; width:100%!important; float:left; }
	/* third level */
	.jquerynav ul ul { left:0%!important; top: 0px!important; }
	.jquerynav > li:last-child ul ul{ left:0;}
}
