.ff-container{
	text-align: center;
}

.ff-container label{
	/*cursor: pointer;*/
	display: inline;
	margin-right: 30px;
	padding-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	font-size: 13px;
}
.ff-container label.ff-label-type-all{
}
.ff-container label.ff-label-type-3{
}
.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{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646d93', endColorstr='#7c87ad',GradientType=0 );
	color: #ffc30f;
	border-bottom: 1px solid #ffc30f;
}
.ff-container input{
	display: none;
}
.ff-items{
	position: relative;
	list-style: none;
	margin: 35px auto;
}

.ff-items a{
	display: block;
	position: relative;
}

.ff-items a span{
	display: block;
	color: #fff;
	padding: 0px;
	padding-left: 20px;
	position: absolute;
	bottom: 0px;
	width: 94%;
	left: 10px;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #5793ca;
	line-height: 45px;
}

.ff-items a span img {
	margin-top: 60px;
	margin-left: 100px;
}

.ff-items a:hover span{
	height: 100%;
	opacity: 0;
}

.ff-items li img{
	display: block;
	margin: 10px;
}

.ff-items li{
	margin: 0px;
	float: left;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s 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;
}


.feeds-container{
	display:block; 
	float:left;
	
	padding:10px; margin-top:15px;
	padding-bottom:100px;
	
	width:100%;
	max-width:1650px;
	min-width:800px;
}

.columns2{
	-webkit-column-count:3;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	/*-moz-column-fill: auto;*/
	column-count: 3;
	column-gap: 10px;
	column-fill:auto;
}

.pins{
	display:inline-block;
	list-style:none;
	width:100%; height:auto;
	padding:0px; margin:0px;
	
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	
	cursor:pointer;
	overflow:hidden;
}

.pins img {
	padding:0px; margin:0px;
	width:auto; height:auto;
	border-bottom: 1px solid #ccc;
}

