/**
 * Wide drop-down menu
 */

/* 2nd level only
-------------------------------------------------------------- */
/* 2nd-level links block: with subcategory title and a list of child categories */
#nav ul.level0 > li {
	flex-basis: 20%;
    width: inherit;
	padding: 0 20px;
	box-sizing: border-box;
	/*display:inline-block;
	float:none;
	vertical-align:top;
	padding-top:0;
	padding-bottom:15px;
     background:url(../../../images/bg-li4.jpg) right 20px no-repeat;
     min-height:150px;
     width: 213px;*/ 
}

#nav ul.level0 > li:first-child {
	padding-left: 10px;
}

#nav ul.level0 > li:last-child {
	padding-right: 10px;
}

/*#nav ul.level0 > li.last {background:none;}
#nav ul.level0 > li > a {
	margin-bottom:13px;
    margin-top:19px;
    
	color: #e64e3c;
    font-size: 13px;
    font-weight: bold;
    cursor: default;
}*/

#nav ul.level0 > li.level1 {
	position: relative;
	text-align: center;
}

#nav ul.level0 > li.level1:after  {
	content: "";
	width: 1px;
	height: 130px;
	background-color: #d9e7ea;
	position: absolute;
	top: 50%;
	margin-top: -65px;
	right: 0;
}

#nav ul.level0 > li.level1:last-child::after {
	display: none;
}


/* 2nd level+
-------------------------------------------------------------- */
#nav ul li { /*float:none;margin-bottom:1px;*/  }
#nav ul li a { float:none; }

/* 3rd level only
-------------------------------------------------------------- */
#nav ul.level1 { position:static; display: inline-block; }
#nav ul.level1 > li {
	float:none;
	position: relative;
	padding-left: 15px;
	overflow: hidden;
	/*background:url(../../../images/point.png) 5px 50% no-repeat;
	padding-left:17px;*/
	transition:			background-position 150ms ease-out;
	-moz-transition:	background-position 150ms ease-out;
	-webkit-transition:	background-position 150ms ease-out;
	-o-transition:		background-position 150ms ease-out;
   
}
#nav ul.level1 > li:hover { }

#nav ul.level1 > li:before {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #395067;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 0;
}

#nav .level-top.parent.first ul.level1 > li:before, #nav .level-top.parent:nth-child(2) ul.level1 > li:before, #nav .level-top.parent:nth-child(3) ul.level1 > li:before {
	background-color: #0193a8 !important;
}

#nav .level-top.parent:nth-child(4) ul.level1 > li:before, #nav .level-top.parent:nth-child(5) ul.level1 > li:before {
	background-color: #3173bd !important;
}

#nav .level-top.parent:nth-child(6) ul.level1 > li:before {
	background-color: #8465a7 !important;
}

#nav .level-top.parent.last ul.level1 > li:before, #nav .level-top.parent:nth-child(7) ul.level1 > li:before, #nav .level-top.parent:nth-child(8) ul.level1 > li:before {
	background-color: #c9162b !important;
}


/* 4th level
-------------------------------------------------------------- */
#nav ul.level2 { margin:7px 0; padding:0; position:static; }
#nav ul.level2 a { font-size:0.9166em; line-height:1.2727em; /*11px 14px*/ opacity:0.6; }
#nav li.level2:hover ul.level2 a {
	opacity:1;
	transition:			opacity 150ms ease-out;
	-moz-transition:	opacity 150ms ease-out;
	-webkit-transition:	opacity 150ms ease-out;
	-o-transition:		opacity 150ms ease-out;
}

/* 4rd level+
-------------------------------------------------------------- */
#nav ul ul ul li { background:none; padding-left:0; }
