/*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-transform: uppercase;
	transition: color .18s ease-in-out;
	-moz-transition: color .18s ease-in-out;
	-webkit-transition: color .18s ease-in-out;
	-o-transition: color .18s ease-in-out;
	text-align:center;
}
.clientFilterlink-big_text:hover{
	color:#6f7e8a;
	text-decoration: underline;
}

.clientFilterlink-small_button{
	display: inline-block;
	cursor: pointer;
	margin-left: 6px;
	background: #f1f1f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	text-decoration: none;
	-moz-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	-ms-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	-o-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	-webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	transition: color 0.08s ease-in-out, background-c;
	min-width:50px;
	text-align:center;
}
.clientFilterlink-small_button:hover{
	background-color:#6f7e8a;
	color:#fff;
}
.clientFilter-wrapper-small_button .current{
	background-color:#6f7e8a;
	color:#fff;
}

.clientFilterlink-big_button{
	display: inline-block;
	cursor: pointer;
	margin: 0px 7px;
	border:1px solid #ccc;
	color:#aaa;
	background-color:transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	text-decoration: none;
	-moz-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	-ms-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	-o-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	-webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	transition: color 0.08s ease-in-out, background-c;
	min-width:50px;
	text-align:center;
}
.clientFilterlink-big_button:hover{
	background-color:#6f7e8a;
	color:#fff;
	border-color:#6f7e8a;
}
.clientFilter-wrapper-big_button .current{
	background-color:#6f7e8a;
	border-color:#6f7e8a;
	color:#fff;
}
.clientFilterlink-dropdown {
   min-width: 200px;
   height: 28px;
   overflow: hidden;
   background: url(../image/dropdown_arrow.png) no-repeat right #fefefe;
   border: 1px solid #ccc;
   display: inline-block;
   margin-bottom:10px;
}

.clientFilterlink-dropdown select {
   background: transparent;
   min-width: 200px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 28px;
   -webkit-appearance: none;
	color:#999;
   }

.clientFilterlink-dropdown select option{
	cursor:pointer;
}
