.imc_wrapp [class ^="icon-"],.imc_wrapp [class *=" icon-"] {
	font-family: FontAwesome-iml;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'iGlyphicons-inside';
  src: url("../fonts/glyphicons-regular.eot");
  src: url("../fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular.woff") format("woff"), url("../fonts/glyphicons-regular.ttf") format("truetype"), url("../fonts/glyphicons-regular.svg#glyphicons_halflingsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome-inside';
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*client filter*/
.clientFilter-wrapper{
	width:100%;
	margin-bottom:25px;
}
.clientFilterlink-small_text{
	display: inline-block;
	margin-right: 25px;
	cursor: pointer;
	transform: scale(1);
	font-size: 13px;
	color:rgb(145, 145, 145);
	font-family: 'Open Sans', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.clientFilterlink-small_text:hover{
	color:#6f7e8a;
	text-decoration: underline;
}
.clientFilterlink-small_text:after {
	content: "/";
	position: absolute;
	right: -14px;
	font-size: 14px;
	opacity: 0.25;
	color: #aaaaaa;
	top: 1px;
}
.clientFilterlink-big_text{
	display: inline-block;
	cursor: pointer;
	color:#aaa;
	font-family: 'Pontano Sans', sans-serif;
	border: 1px solid transparent;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none;
	text-transfor