/* icons font-face */
@font-face {
    font-family: "FiltrifyRegular";
    src: url("../font/filtrify/filtrify-webfont.eot");
    src: url("../font/filtrify/filtrify-webfont-.eot#iefix") format("embedded-opentype"),
         url("../font/filtrify/filtrify-webfont.woff") format("woff"),
         url("../font/filtrify/filtrify-webfont.ttf") format("truetype"),
         url("../font/filtrify/filtrify-webfont.svg#FiltrifyRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* reset */
ul.ft-menu,
ul.ft-menu * { 
	margin: 0; 
	border: 0; 
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: left;
    font: normal normal 100% sans-serif;
   /* margin-bottom: 3em;*/
}


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

ul.ft-menu > li.ft-field { 
	display: inline-block; 
	
	
	margin-right: 30px;
	background: none !important;
	position: relative !important;
}

ul.ft-menu > li.ft-field > span.ft-label { 
    cursor: pointer; 
    text-transform: uppercase;
    display: none;
}
ul.ft-menu > li.ft-field > span.ft-label:before { 
    font-family: "FiltrifyRegular"; 
    content: "t"; 
    display: inline-block; 
   
   
    width: 20px;
}
ul.ft-menu > li.ft-field > span.ft-label:after { 
    font-size: 80%; 
    content: " \25bc"; 
}
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:after { 
    content: " \25b2"; 
}

ul.ft-menu > li.ft-field > div.ft-panel { 
	/*position: absolute; */
	/*min-width: 200px; 
	background-clip: padding-box;
	border: 5px solid #333333;
	border: 5px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	top: 100%;
	margin-top: 15px;
	left: 50%;
	margin-left: -105px;*/
	z-index: 9999;
/*	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);*/
	visibility: visible;
}
ul.ft-menu > li.ft-field > div.ft-panel:before,
ul.ft-menu > li.ft-field > div.ft-panel:after {
	position: absolute;
	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: -15px;
	margin-left: -10px;
}
ul.ft-menu > li.ft-field > div.ft-panel:after {
	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: #F5F3EE;*/
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
	font-size: .86em;
	cursor: pointer;
	color: white;
	color: #666;
	background: #fff;
	padding: .5em;
	text-transform: uppercase;
	border: 1px solid #ddd;
	border-radius: 2px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
	top: 0;
	right: 0;
	content: " \00D7 ";
	color: #DF9828;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	text-shadow: none;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
	color: #ddd;
}

ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search { 
	padding: 10px;
	background: #F5F3EE;
	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: #666;
	text-shadow: none;
	z-index: 1;
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input { 
	outline: none;
	display: block;
	width: 140px;
	color: gray;
	background: white;

	
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags { 
	position: relative !important; 
	max-height: 200px !important; 
	/*border-top: 1px solid #33373D;*/
	overflow-x: hidden; 
	overflow-y: auto; 
	/*width: 700px;*/
	visibility: visible;	
}



ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li { 
font-size: 11px;
color: #777;
text-transform: uppercase;
cursor: pointer;
float: left;
margin: 0;
margin-right: 0.3em;
background: rgba(255, 255, 255, .75);
padding: .5em .5em;
list-style: none;
font-family: arial;
border: 1px solid #ddd;
border-radius: 2px;
}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:hover { 

background: rgba(0, 0, 0, .30);
color: #f1f1f1;
	
	

}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(1){ 

}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(2) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(3) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(4) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(5) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(6) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(7) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(8) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(9) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(10) { 


}

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:nth-child(11) { 


}


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;
	color: #333;
	/*position: absolute;*/
/*	right: 15px;*/
	top: 50%;
	margin-top: -9px;
	padding: 3px 6px;
	color: white;
	/*background: #48515C;
	border-radius: 8px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);*/
	color: #BE8431;
	position: absolute;
	top: 6px;
	right: 1px;
	font-weight: bold;
	display: none;
}

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: linear-gradient(#45C7EB, #2698DB);*/

}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {

	

}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	
}

ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
    font-size: 11px;
	padding: 10px 15px;
	color: white;
	background: #555555;
	background: linear-gradient(#555555, #333333);
	display: none;

}

/* REQUIRED! */
div#content_gallery_reordenable.bost_isotopo > ul > li.ft-hidden {
	display: none !important;
}
.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;
}
*/


/* Localized */