/* reset */
ul.ft-menu,
ul.ft-menu * { 
	margin: 0; 
	border: 0; 
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: center;
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
	color: #000;
}


ul.ft-menu { 
	list-style: none;
}

ul.ft-menu > li.ft-field { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1;
	margin: 0 20px;
	background: #F1F1F1 !important;
	position: relative !important;
	border: none;
	width: 200px;
	text-align: left;
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
	color: #000;
	padding: 10px;
}

ul.ft-menu > li.ft-field:first-of-type {
	margin-left: 0;
}

ul.ft-menu > li.ft-field:last-of-type {margin-right: 0;}

ul.ft-menu > li.ft-field > span.ft-label { 
    cursor: pointer; 
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
	color: #000;
}
ul.ft-menu > li.ft-field > span.ft-label:after { 
    content: '\f107'; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	color: #000;
	float: right;
}

ul.ft-menu > li.ft-field > div.ft-panel { 
	position: absolute; 
	width: 100%;
	background-clip: padding-box;
	border: none;
	background: #000;
	margin-top: 10px;
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	z-index: 9999;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
	margin: 0; padding: 8px 12px; list-style: none;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
	color: #fff;
	text-align: left;
	display: block;
	cursor: pointer;
	position: relative;
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search { 
	display: none;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags { 
	position: relative !important; 
	max-height: 400px !important; 
	overflow-x: hidden; 
	overflow-y: auto; 
	width: 100%;
	padding: 8px 12px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li { 
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
	color: #fff;
	text-align: left;
	display: block;
	padding: 5px 15px 5px 20px;
	cursor: pointer;
	position: relative;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:before { 
    content: '\f111'; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 4px;
	left: 0;
	color: #fff;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:before,
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:before {
    content: '\f111'; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
	color: #CD9696;
}


/* 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;
}

@media screen and (max-width: 767px) {
	ul.ft-menu > li.ft-field {
		display: block;
		margin: 0 auto 15px;
	}
	
	ul.ft-menu > li.ft-field:first-of-type {
		margin-left: auto;
	}
	
	ul.ft-menu > li.ft-field:last-of-type {
		margin-right: auto;
	}
}
