
.ff_otstup { margin: 0px 0px 20px 210px; }

.ff-container label{
	margin:0 3px 0 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	display:block;
	float: left;
	color:#707070; 	
	font-weight:bold; text-decoration:none; padding:9px 17px 8px 19px;
	background-color: rgba(0,0,0,0.08);
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
}
.ff-container label:hover { 
	text-decoration:underline;
	color:#707070;
	opacity: 1;
}

.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{
	color:#171717; background-color: rgba(0,0,0,0.17);
}
.ff-container input{
	display: none;
}



.ff-container input.ff-selector-type-all:checked ~ .ff-items .portpreview,
.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3{
	opacity: 1;
}

.ff-container input.ff-selector-type-1:checked ~ .ff-items .portpreview:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items .portpreview:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items .portpreview:not(.ff-item-type-3){
	opacity: 0.1;
}




/* Portfolio */
#indent { margin-left: 0px; }

 #indent .portpreview {
	float: left;
	width: 225px;
	height: 130px;
	background-image: url('/jquery/web/bgcopy.png');
	background-repeat: no-repeat;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 4px #999;
	-moz-box-shadow: 0px 1px 4px #999;
	box-shadow: 0px 1px 4px #999;
	
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	
}
 .r22 { margin: 0px 22px 22px 0px; }
 .r00 { margin: 0px 0px 22px 0px; }

 #indent .portpreview .boxgrid {
	height: 130px;
	overflow: hidden;
	position: relative;
	width: 225px;
}
 #indent .portpreview .boxgrid .shine {
	position: absolute;
	height: 130px;
	width: 225px;
	border: none;
	z-index: 2;
	background-image: url('/jquery/web/shadow.png');
	background-repeat: no-repeat;
}
 #indent .portpreview .boxgrid img {
	position: absolute;
	height: 130px;
	width: 225px;
}
 #indent .portpreview .boxgrid.slideright a {
	display: block;
	color: #B5B5B5;
	text-decoration: none;
	cursor: pointer;
}
 #indent .portpreview .boxgrid.slideright .cover {
	position: absolute;
	left: -235px;
	width: 160px;
	float: left;
	text-shadow: none;
	height: 120px;
	background-image: url('/jquery/web/bggrid.png');
	padding-top: 15px;
	padding-right: 390px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 12px;
}
 #indent .portpreview .boxgrid .cover h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
 #indent .portpreview .boxgrid.slideright a .cover h2 {
	color: #9d5683;
	line-height: 1em;
}

