


/* reset */
ul.ft-menu,
ul.ft-menu * {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: left;
	text-transform: capitalize;
}


ul.ft-menu {
	list-style: none;
	padding-left: 0.5em;
}

ul.ft-menu > li.ft-field {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 3.2em;
	background: none !important;
	position: relative !important;
}

@media (max-width: 389px) {
	ul.ft-menu > li.ft-field {
		width: 100%;
		margin-bottom: 0.5em !important;
	}
}

ul.ft-menu > li.ft-field > span.ft-label {
    cursor: pointer;
		position: relative;
}

ul.ft-menu > li.ft-field > span.ft-label.ft-opened {
    color: #A4BD62;
}

ul.ft-menu > li.ft-field > span.ft-label:before {
	font-family: "FontAwesome";
	content: "\f03a";
	margin-right: 5px;
	position: relative;
  top: 1px;
  font-size: 1.05em;
}

ul.ft-menu > li.ft-field > span.ft-label.ft-active {
	color: #A4BD62;
}

ul.ft-menu > li.ft-field > span.ft-label:after {
	font-family: "FontAwesome";
  content: " \f107";
	position: absolute;
	top: 3px;
	right: -18px;
	transition: all 0.2s;
}
ul.ft-menu > li.ft-field > span.ft-label.ft-opened:after {
    /*content: "\f106";*/
		transform: rotate(-180deg);
		/*position: absolute;*/
		/*top: 3px;
		right: -18px;*/
}

ul.ft-menu > li.ft-field > div.ft-panel {
	position: relative;
	min-width: 100%;
	background-clip: padding-box;
	margin-top: 8px;
	left: -4px;
	z-index: 9999;
}
@media (min-width: 390px) {
	ul.ft-menu > li.ft-field > div.ft-panel {
		position: absolute;
		min-width: 200px;
		top: 100%;
		margin-top: 8px;
		box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
	}
}
ul.ft-menu > li.ft-field > div.ft-panel:before,
ul.ft-menu > li.ft-field > div.ft-panel:after {
	position: absolute;
	/*content: " ";*/
	height: 0;
	width: 0;
	left: 50%;
}
ul.ft-menu > li.ft-field > div.ft-panel:before {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	top: -15px;
	margin-left: -10px;
}
ul.ft-menu > li.ft-field > div.ft-panel:after {
	/*content: " ";*/
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #F5F3EE;
	top: -8px;
	margin-left: -8px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
	padding: 10px 10px 0 10px;
	background: #ececec;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 1px;
	cursor: pointer;
	padding: 0.5em;
	color: white;
	background: #A4BD62;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
	content: " \00D7";
	color: white;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
	background: #7a0f18;
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search {
	padding: 10px;
	background: #ececec;
}
@media (max-width: 389px) {
	ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search {
		display: none;
	}
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search:before {
	font-family: "FontAwesome";
	content: "\f002";
	position: absolute;
  width: 20px;
	bottom: 19px;
	left: 18px;
	color: #BBB;
	text-shadow: none;
	z-index: 1;
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input {
	outline: none;
	display: block;
	padding: 4px 10px 4px 25px;
	color: gray;
	border: 1px solid #333333;
	background: white;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0), inset 0 1px 0 rgba(0,0,0,0);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags {
	position: relative !important;
	max-height: 200px !important;
	border-top: 1px solid #9c9c9b;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
  font-size: 0.85em;
	display: block;
	border-bottom: 1px solid #9c9c9b;
	display: block;
	color: #333;
	padding: 8px 35px 8px 15px;
	cursor: pointer;
	background: #fff;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after {
	content: attr(data-count);
    font-size: 11px;
    font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
	padding: 2px 6px 3px 5px;
	color: white;
	background: #333;
	border-radius: 5px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight {
	border-bottom: 1px solid #A4BD62;
	color: #A4BD62;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
	background: #A4BD62;
	color: white;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	background: #A4BD62;
}

ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
    font-size: 11px;
	padding: 10px 15px;
	color: white;
	background: #555555;
	background: -webkit-linear-gradient(#555555, #333333);
	background: -moz-linear-gradient(#555555, #333333);
	background: -o-linear-gradient(#555555, #333333);
	background: -ms-linear-gradient(#555555, #333333);
	background: linear-gradient(#555555, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#555555", EndColorStr="#333333");
}

/* REQUIRED! */
.ft-hidden { display: none !important; }


/* Custom webkit scrollbars */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
    width: 10px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #DDD;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    background: #EEE;
}
