.ff-section-picker 	{
	width: 100%;
	height: 100%;
	position: relative;
}

.ff-section-picker__categories 	{
	width: 240px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: auto;
}

.ff-section-picker__category 	{
	padding: 12.5px 25px;
	font-size: 15px;
	line-height: 15px;
	cursor: pointer;
}

.ff-section-picker__category:focus,
.ff-section-picker__category:hover 	{
	background-color: #f5f5f5;
}

.ff-section-picker__category--active,
.ff-section-picker__category--active:focus,
.ff-section-picker__category--active:hover 	{
	background-color: #0074a2;
	color: #ffffff;
}

.ff-section-picker__list 	{
	position: absolute;
	top: 0;
	left: 240px;
	bottom: 0;
	right: 0;
	overflow: auto;
	background-color: #e3e3e3;
	text-align: center;
	padding: 40px 8% 40px 8%;
}

.ff-section-picker__list-inner 	{
	padding-bottom: 40px;
}

.ff-section-picker__list__grid-sizer {
	width: 50%; /* required by the masonry script */
}

.ff-section-picker__list-item 	{
	cursor: pointer;
	display: block;
	color: #ffffff;
	overflow: hidden;
	width: 50%;
	float: left;
}

/*.ff-section-picker__list-item--active:after 	{
	content: '\f147';
	visibility: hidden;
	display: block;
	background-color: green;
	font-size: 32px;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	letter-spacing: 5px;


	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    font-family: 'dashicons';
    vertical-align: middle;
    text-decoration: none;
    font-weight: normal;
}

.ff-section-picker__list-item--active:after 	{
	visibility: visible;
}*/

.ff-section-picker__list-item__name 	{
	color: #555555;
	padding: 0 0 20px 0;
	margin: -7px 0 0 0;
	font-weight: 700;
	/*display: none;*/
	/*position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	width: 400px;
	height: 20px;
	margin: -10px 0 0 -200px;*/
	/*width: 200px;
	height: 300px;
	background-color: green;*/
}

.ff-section-picker__list-item__image 	{
	display: block;
	max-width: 100%;
	padding: 5%;

	/*transform: scale(1.005);
	-webkit-transform: scale(1.005);
	-moz-transform: scale(1.005);*/

	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ff-section-picker__list-item:hover .ff-section-picker__list-item__image 	{
	opacity: 0.2;
}





