.highlight { 
    box-shadow: black 0 0 20px; 
    box-shadow: rgba(0, 0, 0, 0.7) 0 0 20px; 
}

.fade { 
    opacity: 0.1; 
    filter: alpha(opacity=10); 
}


/* reset */
ul.ft-menu,
ul.ft-menu * { 
	margin: 0; 
	border: 0; 
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: left;
    font: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
}


ul.ft-menu { 
	list-style: none;
}
ul.ft-menu:before {  content: ""; }
ul.ft-menu > li.ft-field { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1;
	margin: 0 0em 0 0.8em;
	background: none !important;
	position: relative !important;
}

ul.ft-menu > li.ft-field > span.ft-label { 
    cursor: pointer; font-size: 1.2em; text-transform: uppercase; background: #666; padding: 0.4em 1em 0.4em 0;
}
.lighting-container ul.ft-menu>li.ft-field>span.ft-label { background: #f3f3f3; }

ul.ft-menu > li.ft-field > span.ft-label:before { 
    font-family: "FiltrifyRegular"; 
    /*content: "t"; */
    display: inline-block; 
    *display: inline; 
	*zoom: 1;
    width: 14px;
}
ul.ft-menu > li.ft-field > span.ft-label:before { 
    font-size: 80%; 
   /* content: " \25b8"; */
	content: "";
}
ul.ft-menu > li.ft-field:first > span.ft-label:before { 
	content: "";
}
ul.ft-menu > li.ft-field > span.ft-label.ft-active:before { 
    /*content: "T"; */
    color: #2D3743; 
}
ul.ft-menu > li.ft-field > span.ft-label.ft-opened:before { 
/*content: " \25be"; */
	content: "";
}

ul.ft-menu > li.ft-field > div.ft-panel { 
	position: absolute; 
	min-width: 180px; 
	background-clip: padding-box;
	border: 2px solid #333333;
	border: 2px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	top: 100%;
	margin-top: 25px;
	right: 0%;
	margin-left: -105px;
	z-index: 9999;
	box-shadow: 0 3px 5px 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: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.3);
	top: -12px;
	margin-left: 46px;
}
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: 48px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
	padding: 4px; /*10px 10px 0 10px;*/
	background: #F5F3EE;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
	font-size: 11px;
	display: inline-block;
	*display: inline; 
	*zoom: 1;
	white-space: nowrap;
	margin: 1px;
	cursor: pointer;
	padding: 3px 3px 4px 3px;
	color: white;
font-weight: 600;
letter-spacing: 0.01em;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	border: 1px solid #f60;
	border: 1px solid rgba(5, 126, 208, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);*/
	background: #ff6600;
	/*background: -webkit-linear-gradient(#cc6633, #ff6600);
	background: -moz-linear-gradient(#cc6633, #ff6600);
	background: -o-linear-gradient(#cc6633, #ff6600);
	background: -ms-linear-gradient(#cc6633, #ff6600);
	background: linear-gradient(#cc6633, #ff6600);*/
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
	content: " X";
	color: white;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
	background: #33BCEF;
	background: -webkit-linear-gradient(#019AD2, #33BCEF);
	background: -moz-linear-gradient(#019AD2, #33BCEF);
	background: -o-linear-gradient(#019AD2, #33BCEF);
	background: -ms-linear-gradient(#019AD2, #33BCEF);
	background: linear-gradient(#019AD2, #33BCEF);
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search { 
	padding: 10px;
	background: #F5F3EE;
	background: -webkit-linear-gradient(#F5F3EE, #D0CDC9);
	background: -moz-linear-gradient(#F5F3EE, #D0CDC9);
	background: -o-linear-gradient(#F5F3EE, #D0CDC9);
	background: -ms-linear-gradient(#F5F3EE, #D0CDC9);
	background: linear-gradient(#F5F3EE, #D0CDC9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#F5F3EE", EndColorStr="#D0CDC9");
	display:none;
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search:before {
	font: normal normal 12px "FiltrifyRegular";
	content: "s";
	position: absolute;
    width: 20px;
	bottom: 15px;
	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;
	width: 150px;
	padding: 4px 10px 4px 25px;
	color: gray;
	background: white;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.4), inset 0 1px 0 rgba(0,0,0,.3);
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags { 
	position: relative !important; 
	max-height: 200px !important; 
	overflow-x: hidden; 
	overflow-y: auto; 
	width: 100%;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li { 
    font-size: 1.34em;
	display: block;
	/*border-bottom: 1px solid #33373D;
	box-shadow: inset 0 1px 0 0 #878e98;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);*/
	display: block;
	font-weight: 400;
	color: #333;
	padding: 7px 27px 7px 6px;
	cursor: pointer;
	background: #616975;
	white-space: nowrap;
	/*background: -webkit-linear-gradient(#e6e6e6, #999999);
	background: -moz-linear-gradient(#e6e6e6, #999999);
	background: -o-linear-gradient(#e6e6e6, #999999);
	background: -ms-linear-gradient(#e6e6e6, #999999);
	background: linear-gradient(#e6e6e6, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#e6e6e6", EndColorStr="#999999");*/
	background: #ccc;
	border-bottom: 1px solid #999;
}
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: 4px;
	top: 50%;
	margin-top: -10px;
	padding: 3px;
	color: #000;
	background: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/*box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);*/
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight { 
	/*border-bottom: 1px solid #103C56;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;*/
	background: #CCC;
	/*background: -webkit-linear-gradient(#45C7EB, #2698DB);
	background: -moz-linear-gradient(#45C7EB, #2698DB);
	background: -o-linear-gradient(#45C7EB, #2698DB);
	background: -ms-linear-gradient(#45C7EB, #2698DB);
	background: linear-gradient(#45C7EB, #2698DB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#45c7eb", EndColorStr="#2698db");*/
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after { 
	background: #CCC;
	
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
	background: -webkit-linear-gradient(#2698DB, #45C7EB);
	background: -moz-linear-gradient(#2698DB, #45C7EB);
	background: -o-linear-gradient(#2698DB, #45C7EB);
	background: -ms-linear-gradient(#2698DB, #45C7EB);
	background: linear-gradient(#2698DB, #45C7EB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#2698DB", EndColorStr="#45C7EB");
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	background: #2173A1;color: #FFF;
}

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: 11px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px 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 only screen and (max-width: 600px) {

	ul.ft-menu > li.ft-field {  display: block; height: 2.8em; }

}

