/**
* Version: 1.0.2
*/
li.cit-theak {
  background-color: rgba(160,214,0,0.08);
  position: relative;
}
.dropdown-menu > li.cit-theak > a:hover {
	background-color: rgba(154,183,123,0.14);
}

.dropdown-menu.columns-3 > li.cit-bold > a {
	font-weight: bold;
}
li.cit-spacer a.none-link {
	cursor: default;
}
li.cit-spacer p {
	cursor: default;
	background-color: inherit;
	font-size: 1rem;
	padding: 0.2rem 0;
	margin: none;
}

ul.dropcity-new {
	font-size: 2rem;
	width: auto;
	padding: 0.2rem 1rem;
	z-index: 999;
	height: auto;
	max-height: 550px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
ul.dropleftiin {
	right: 0px;
	left: auto;
}
ul.bottomfeeder {
	width: 98%;
}
ul.cities-nav > .dropdown > ul.dropcity-new a.menu-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.citydrop > .dropcity-new > li.cit-bold > a {
	font-weight: bold;
}
select.citylist {
	color: #000;
	width: 75%;
}
/*li.cit-theak:before {
	position: absolute;
	left: 15;
	content: 'O';
	color: rgba(0,0,0,1);
	font-weight: bold;
	font-size: 2rem;
	display: block;
}*/
.navbar-nav .dropdown-menu {
	z-index: 9999 !important;
}
.navbar-nav .dropdown-menu.dropdown-columns {
	column-count: 3;
	font-size: clamp(0.7rem, -0.0294rem + 1.1765vw, 1rem);
}