/*** dropdown_bottom ***/
.dropdown {
	position: relative;
}
.dropdown ul {
	position: absolute !important;
	left: 0px !important;
	top: 44px !important;
	border-top: #231f20 1px solid !important;
	border-bottom: #231f20 1px solid !important;
	width: 168px !important;
	padding: 6px 8px 8px 8px !important;
	margin: 0px !important;
	list-style: none !important;
	list-style-image:none;
	display: none !important;
	z-index: 1001 !important;
	background: rgba(217,98,39,0.9) !important; /* menu background */
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); 
	text-align: center !important;
}
@media screen and (max-width: 1820px) {	
.dropdown ul {
	position: absolute !important;
	left: -25px !important;
}
}
.dropdown ul li ul, .dropdown ul li li ul, .dropdown ul li li li ul, .dropdown ul li li li li ul {
	width: 168px !important;
	left: 158px !important;
	top: 0px !important;
	border: none !important;
	border-left: #231f20 1px solid !important;
	border-right: #231f20 1px solid !important;
}
/*.dropdown li:nth-child(4) ul li ul li ul {
	width: 180px !important;
	left: 180px !important;
}*/
.dropdown ul li {
	width: 100% !important;
	font-size: 1px !important;
    line-height: 1px !important;
	font-size: 1px !important;
	padding: 0px !important;
	margin: 0px 0px 4px 0px !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	float: none !important;
	z-index: 1001 !important;
	background: none !important; /* menu background */
	border-bottom: rgba(35,31,32,0.4) 2px dotted !important;
}
.dropdown ul li:last-child {
	border-bottom: none !important;
}
.dropdown li:hover {
	position: relative !important;
}
.dropdown ul a {
	width: auto !important;
	height: auto !important;
	display: block !important;
	color: #fff !important; /* menu color */
	font-size: 10px !important;
	line-height: 12px !important;
	font-family: "Boldonse", system-ui;
	background: none !important;
	padding: 5px 0px 5px 0px !important;
	margin: 0px !important;
	transform: scale(1) !important;
	border-bottom: none !important;
	text-align: center !important;
}
.dropdown ul li a:hover {
	font-weight: bold !important;
	text-decoration: none !important;
}
.dropdown ul a.has_child {
	background: url(images/dropdown_arrow.webp) 98% 52% no-repeat !important; /* dropdown arrow */
}
.dropdown ul li.selected a {
	font-weight: bold !important;
	color: #231f20 !important; /* menu color selected */
	border-bottom: none !important;
}
.dropdown ul li:not(.selected) a {
	color: #fff !important; /* menu color */
}
.dropdown ul li.selected a.has_child {
	background: url(images/dropdown_arrow.webp) 98% 52% no-repeat !important; /* dropdown arrow selected */
	font-weight: bold !important;
	color: #231f20 !important; /* menu color selected */
}
.dropdown ul li:not(.selected) a.has_child {
	background: url(images/dropdown_arrow.webp) 98% 52% no-repeat !important; /* dropdown arrow */
}
.dropdown ul li a:hover {
	font-weight: bold !important;
	color: #231f20 !important; /* menu color selected */
	text-decoration: none !important;
}
.dropdown ul a.has_child:hover {
	color: #fff !important; /* menu color selected */
	background: url(images/dropdown_arrow.webp) 98% 52% no-repeat !important; /* dropdown arrow selected */
}
.dropdown ul li:not(.selected):hover a.has_child,
.dropdown ul li:hover li:not(.selected):hover a.has_child,
.dropdown ul li:hover li:hover li:not(.selected):hover a.has_child,
.dropdown ul li:hover li:hover li:hover li:not(.selected):hover a.has_child,
.dropdown ul li:hover li:hover li:hover li:hover li:not(.selected):hover a.has_child {
	font-weight: bold !important;
	color: #231f20 !important; /* menu color selected */
	background: url(images/dropdown_arrow.webp) 98% 52% no-repeat !important; /* dropdown arrow selected */
}
.dropdown ul li:not(.selected):hover li a.has_child,
.dropdown ul li:hover li:not(.selected):hover li a.has_child,
.dropdown ul li:hover li:hover li:not(.selected):hover li a.has_child,
.dropdown ul li:hover li:hover li:hover li:not(.selected):hover li a.has_child {
	color: #fff !important; /* menu color */
	background: url(images/dropdown_arrow.webp) 98% 52% no-repeat !important; /* dropdown arrow */
}
/* dropdown arrow on main menu */
.dropdown > li a.has_child {
	background: url(images/dropdown_arrow_top.webp) 80% 54% no-repeat; /* dropdown arrow */
}
/* dropdown arrow selected on main menu */
.dropdown > li:hover a.has_child, .dropdown > li.selected a.has_child {
	background: url(images/dropdown_arrow_top_on.webp) 80% 54% no-repeat; /* dropdown arrow selected */
}

@media screen and (max-width: 1820px) {	
/* dropdown arrow on main menu */
.dropdown > li a.has_child {
	background: url(images/dropdown_arrow_top.webp) 90% 54% no-repeat; /* dropdown arrow */
}
/* dropdown arrow selected on main menu */
.dropdown > li:hover a.has_child, .dropdown > li.selected a.has_child {
	background: url(images/dropdown_arrow_top_on.webp) 90% 54% no-repeat; /* dropdown arrow selected */
}
}
/*#menutop ul.dropdown > li a.has_child{
	padding-right: 15px;
}*/

/************* do not edit *************/

.dropdown:hover li ul,
.dropdown:hover li:hover li ul,
.dropdown:hover li:hover li:hover li ul,
.dropdown:hover li:hover li:hover li:hover li ul
{
	display: none !important;
}
.dropdown:hover ul,
.dropdown:hover li:hover ul,
.dropdown:hover li:hover li:hover ul,
.dropdown:hover li:hover li:hover li:hover ul,
.dropdown:hover li:hover li:hover li:hover li:hover ul
{
	display: block !important;
}

/************* end *************/