ul{
	list-style:none;

	}
.ff-container{

	width:120px;
	height:auto;

	display:inline;

}
.ff-container label {
	font-family: 'Lato', sans-serif;
width: auto;
height: auto;
cursor: pointer;
color: #fff;
/*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);*/
font-size: 13px;
float:left;
text-align: left;
margin-top: 0px;
display: block;
margin-left:66px;
margin-right:-42px;
font-weight:700;
border-left:1px solid;
border-color:#d54929;
padding-left:5px;

}




.ff-container input{
	display:list-item;
	position:absolute; left: -9999px;
}
.ff-items{

	margin: 10px 0px 0px 0px;
	padding-top: 8px;
	width:770px;
	float:left;
	display:block;
}

.ff-items a{
	display: block;
position: relative;
padding: 0px;
margin: 32px 0px 0px -30px;

	font-family: 'Lato', sans-serif;

	text-decoration:none;
	width: 104px;
	height: 103px;
}
.ff-items a span{
	display: block;
color: #fff;
font-weight: 700;
padding: 20px;
position: absolute;
bottom: 0px;
left: -43px;
width: 120px;
height: 0px;
overflow: hidden;
opacity: 0;
text-align: center;
font-size:13px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.ff-items a:hover span{
	height: 0px;
	opacity: 1;
}
.ff-items li img{
	display: block;
}

.ff-items li{
	margin: 0px 0px -40px -10px;
	float: left;
	width: 106px;
	height: 148px;
	-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;
}
.ff-container input.ff-selector-type-all:checked ~ .ff-items li,
.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 li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3){
	opacity: 0.1;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1) span,
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2) span,
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3) span{
	display:none;
}
