﻿@font-face {
	font-family: "ff-icons";
	src: url("../assets/fonts/flaticon.eot");
	src: url("../assets/fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../assets/fonts/flaticon.svg") format("svg"), url("../assets/fonts/flaticon.woff") format("woff"), url("../assets/fonts/flaticon.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}
html {
	overflow-y: visible
}
.ff-stream, .ff-stream * {
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased
}
.ff-stream {
	overflow: hidden
}
.ff-userpic {
	height: 40px;
	width: 40px;
	border-radius: 40px;
	display: block;
	position: relative
}
.ff-theme-flat .ff-userpic {
	height: 80px;
	width: 80px;
	border-radius: 80px
}
.ff-theme-flat.ff-style-2 .ff-userpic {
	border: 4px solid #ffffff;
	border-radius: 0
}
.ff-theme-flat.ff-style-3 .ff-userpic {
	display: none
}
.ff-theme-classic.ff-style-4 .ff-userpic, .ff-theme-classic.ff-style-5 .ff-userpic {
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background: none !important;
	display: inline-block;
	vertical-align: middle;
	float: left
}
.ff-theme-classic.ff-style-5 .ff-userpic {
	width: 22px;
	height: 22px
}
.ff-theme-classic.ff-style-4 .ff-icon, .ff-theme-classic.ff-style-5 .ff-icon {
	border: none !important
}
.ff-stream {
	background: #E5E5E5;
	padding: 20px 0 30px;
	-webkit-backface-visibility: hidden;
	min-height: 500px;
	-ms-transition: all 600ms ease-out 100ms;
	-moz-transition: all 600ms ease-out 100ms;
	-webkit-transition: all 600ms ease-out 100ms;
	transition: all 600ms ease-out 100ms;
	position: relative
}
.ff-stream.ff-layout-compact {
	padding: 20px 0 50px
}
.ff-header {
	-ms-transition: all 600ms ease-out 100ms;
	-moz-transition: all 600ms ease-out 100ms;
	-webkit-transition: all 600ms ease-out 100ms;
	transition: all 600ms ease-out 100ms;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	visibility: visible;
	opacity: 1
}
.ff-loading.ff-header {
	-webkit-transform: translate(0, -300px);
	-moz-transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-o-transform: translate(0, -300px);
	transform: translate(0, -300px);
	-webkit-transform: translate3d(0, -300px, 0);
	-moz-transform: translate3d(0, -300px, 0);
	-ms-transform: translate3d(0, -300px, 0);
	-o-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
	opacity: 0;
	visibility: hidden
}
.ff-content br+br+br {
	display: none !important
}
.ff-header h1 {
	font-size: 50px;
	text-align: center;
	font-weight: normal;
	margin: 20px 20px 12px !important
}
.ff-layout-compact .ff-header h1 {
	font-size: 20px;
	margin: 0 20px 12px !important
}
.ff-layout-compact .ff-filter-holder {
	margin: 12px 0 20px;
	height: auto
}
.ff-header h2 {
	font-size: 26px;
	text-align: center;
	font-weight: 300;
	margin: 12px 20px 20px !important
}
.ff-stream-wrapper {
	box-sizing: border-box !important;
	position: relative;
	padding: 0;
	margin: 40px 5px 0;
	z-index: 10
}
.ff-layout-compact .ff-stream-wrapper {
	margin: 20px 20px 0
}
.ff-item {
	opacity: 0;
	cursor: pointer
}
.ff-layout-grid .ff-item, .shuffle__sizer {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 0 0 20px 20px;
	width: 260px
}
.ff-layout-compact .ff-item {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 20px 0 0 20px;
	width: 100%
}
.ff-layout-grid {
	min-width: 300px
}
.ff-controls-wrapper {
	position: absolute;
	margin: 0;
	padding: 0 30px;
	bottom: -40px;
	height: 25px;
	line-height: 25px;
	box-sizing: content-box !important;
	left: 50%;
	min-width: 0px;
	margin-left: -30px;
	border: 1px dotted #000000;
	border-radius: 25px;
	text-align: center
}
.ff-controls-wrapper [class*=ff-control] {
	height: 27px;
	width: 27px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-radius: 27px;
	cursor: pointer;
	position: absolute;
	top: -1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.ff-controls-wrapper .ff-control-prev:before, .ff-controls-wrapper .ff-control-next:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-family: 'ff-icons';
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0
}
.ff-browser-chrome .ff-control-prev:before, .ff-browser-safari .ff-control-prev:before, .ff-browser-chrome .ff-control-next:before, .ff-browser-safari .ff-control-next:before {
	top: 1px
}
.ff-controls-wrapper .ff-control-prev {
	left: -1px
}
.ff-controls-wrapper .ff-control-prev:before {
	content: "\e608";
	left: 0
}
.ff-controls-wrapper .ff-control-next {
	right: -1px
}
.ff-controls-wrapper .ff-control-next:before {
	content: "\e607";
	right: 0
}
.ff-controls-wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.ff-item.shuffle-item {
	margin-left: 0
}
.ff-layout-grid .ff-item:first-child {
	margin-left: 0
}
.ff-theme-classic .picture-item__inner {
	background: white;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.22)
}
.ff-theme-classic .picture-item__inner, .ff-theme-classic .shuffle__sizer {
	padding: 15px 15px 12px
}
.ff-theme-flat .ff-item-cont {
	padding: 15px 22px 22px
}
.ff-theme-flat .ff-item .picture-item__inner {
	border-radius: 2px
}
.ff-theme-flat.ff-style-2 .ff-item.ff-no-image {
	border-radius: 0;
	overflow: visible;
	margin-top: 67px
}
.ff-theme-flat.ff-style-3 .ff-item-cont {
	padding: 15px 30px 0px;
}
.ff-item a, .ff-slideshow a {
	display: inline-block;
	border: none !important
}
.ff-theme-flat.ff-style-3 .ff-no-image .ff-item-cont {
	padding-top: 30px
}
.ff-theme-flat.ff-style-2 .ff-no-image .ff-item-cont {
	margin-top: -60px
}
.ff-theme-classic .ff-item .ff-img-holder, .ff-layout-compact .ff-item .ff-img-holder {
	display: block;
	margin: 10px 0
}
.ff-item .ff-img-holder {
	background-color: rgba(0,0,0,0.1)
}
.ff-item-cont {
	margin: 0
}
.ff-item-cont blockquote, .ff-item-cont pre {
	background: transparent !important;
	color: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important
}
.ff-item-cont blockquote:before, .ff-item-cont blockquote:after {
	display: none !important
}
.ff-item-cont blockquote p {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important
}
.ff-content h1, .ff-content h2, .ff-content h3 {
	color: inherit !important;
	font-size: 16px !important;
	font-family: inherit !important;
	margin: 0 0 15px !important;
	line-height: 20px !important
}
.ff-content ul {
	background: transparent;
	list-style: none;
	margin: 0
}
.ff-theme-flat.ff-style-1 .ff-img-holder+.ff-item-cont, .ff-theme-flat.ff-style-1 a+.ff-item-cont {
	margin: -56px 0 0
}
.ff-theme-flat.ff-style-2 .ff-img-holder+.ff-item-cont, .ff-theme-flat.ff-style-2 a+.ff-item-cont {
	margin: -66px 0 0
}
.ff-theme-flat.ff-style-1 .ff-no-image .ff-item-cont:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: #2c2d2e;
	height: 106px
}
.ff-theme-flat.ff-style-3 .ff-item-cont:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #2c2d2e;
	height: 84px
}
.ff-theme-flat.ff-style-1 .ff-no-image .ff-content, .ff-theme-flat.ff-style-3 h4, .ff-theme-flat.ff-style-3 .ff-content {
	margin-top: 0;
	padding-top: 0;
	border: none
}
.ff-theme-flat.ff-style-1 .ff-no-image h4+.ff-content, .ff-theme-flat.ff-style-3 h4+.ff-content {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid rgba(255,255,255,0.4)
}
.ff-theme-flat.ff-style-1 .ff-no-image .ff-content:before, .ff-theme-flat.ff-style-3 .ff-content:before {
	display: none
}
.ff-content {
	overflow: hidden
}
.ff-theme-flat.ff-style-3 h4 {
	border-top: none
}
.ff-theme-flat.ff-style-3 h4:before {
	display: none
}
.ff-theme-flat .ff-timestamp+.ff-userpic {
	margin-top: 9px
}
.ff-item-cont>.ff-img-holder:first-child {
	margin-top: 0
}
.ff-stream h4:empty, .ff-stream div:not([class*=ff-media-wrapper]):empty, .ff-content a:empty .ff-stream p:empty {
	display: none
}
.ff-stream p {
	margin: 0 0 15px
}
.ff-item h4 {
	margin: 0 0 8px;
	font-size: 16px
}
.ff-slideshow h4 {
	margin: 0 0 10px;
	font-size: 20px
}
.ff-item h4 a {
	color: inherit !important
}
[id*=ff-stream] a, .ff-gallery-on h4 a:hover {
	text-decoration: none !important
}
[id*=ff-stream] a:hover, .ff-nickname:hover, .ff-timestamp:hover, .ff-name:hover {
	text-decoration: underline !important
}
.ff-nickname.ff-no-link:hover, .ff-name.ff-no-link:hover {
	text-decoration: none !important
}
.ff-item .ff-content, .ff-article, .ff-item .ff-content p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;
	word-break: break-word
}
.ff-slideshow .ff-article {
	margin: 0 0 12px
}
.ff-item a {
	word-wrap: break-word;
	word-break: break-word
}
.ff-theme-classic.ff-style-1 .ff-userpic, .ff-theme-classic.ff-style-2 .ff-userpic, .ff-theme-classic.ff-style-3 .ff-userpic, .ff-theme-classic.ff-style-6 .ff-userpic, .ff-theme-flat .ff-userpic {
	display: block;
	margin: 0 auto 9px;
	background-size: cover !important;
	position: relative;
	z-index: 2
}
.ff-slideshow .ff-userpic {
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background-size: cover !important;
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 15px
}
.ff-theme-classic.ff-style-3 .ff-userpic {
	float: left
}
.ff-theme-flat.ff-style-1 .ff-userpic+.ff-name {
	padding-top: 3px
}
.ff-item-meta {
	position: relative;
	text-align: center;
	margin: 9px 0 0;
	box-sizing: content-box
}
.ff-theme-flat .ff-item-meta {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
.ff-theme-flat.ff-style-3 .ff-content+.ff-item-meta, .ff-theme-flat.ff-style-3 .ff-article+.ff-item-meta, .ff-theme-flat.ff-style-3 .readmore-js-toggle+.ff-item-meta, .ff-theme-flat.ff-style-3 h4+.ff-content:empty+.ff-item-meta, .ff-theme-flat.ff-style-3 h4+.ff-item-meta {
	padding: 37px 0 20px
}
.ff-theme-flat.ff-style-3 .ff-content:empty+.ff-item-meta, .ff-theme-flat.ff-style-3 .ff-item-meta {
	padding: 0px 0 20px
}
.ff-theme-flat h4 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 14px
}
.ff-theme-flat .ff-content, .ff-theme-flat h4 {
	position: relative;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid rgba(255,255,255,0.4);
	white-space: normal;
	box-sizing: content-box
}
.ff-theme-flat .ff-content:before, .ff-theme-flat h4:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0px;
	left: 0
}
.ff-item-meta:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.ff-theme-classic.ff-style-3 .ff-item-meta, .ff-theme-classic.ff-style-4 .ff-item-meta, .ff-theme-classic.ff-style-5 .ff-item-meta {
	border-top: 1px solid rgba(229,226,220,0.4);
	padding-top: 12px;
	margin-top: 12px
}
.ff-theme-classic.ff-style-5 .ff-icon {
	position: relative;
	top: -1px
}
.ff-theme-classic.ff-style-4 .ff-item-meta {
	height: 20px;
	overflow: hidden
}
.ff-theme-classic.ff-style-5 .ff-item-meta {
	height: 22px;
	overflow: hidden
}
.ff-theme-classic.ff-style-5 .ff-icon {
	background: none !important;
	width: 22px;
	height: 22px
}
.ff-theme-classic.ff-style-5 .ff-icon:after {
	font-family: 'ff-icons';
	content: '\e600';
	font-size: 22px;
	height: 22px;
	width: 22px;
	line-height: 22px;
	z-index: 0;
	display: inline-block;
	float: left
}
.ff-theme-classic.ff-style-5 .ff-icon-inner {
	left: 3px;
	top: 1px;
	position: absolute;
	z-index: 1
}
.ff-theme-classic.ff-style-2 .ff-item-meta {
	margin: 15px 0 0
}
.ff-theme-classic.ff-style-1 .ff-item-meta:before, .ff-theme-classic.ff-style-2 .ff-item-meta:before, .ff-theme-classic.ff-style-6 .ff-item-meta:before {
	content: '';
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 1px;
	background: rgba(229,226,220,0.21);
	border-bottom: 1px solid rgba(240,237,231,0.4);
	top: 19px;
	left: 0
}
.ff-name {
	font-weight: bold;
	line-height: 20px;
	font-size: 14px
}
.ff-theme-flat .ff-name {
	font-size: 18px
}
.ff-theme-flat.ff-style-3 .ff-name {
	font-size: 14px;
	min-height: 22px
}
.ff-theme-classic.ff-style-1 .ff-name, .ff-theme-classic.ff-style-2 .ff-name, .ff-theme-classic.ff-style-6 .ff-name, .ff-theme-flat .ff-name {
	display: block;
	text-align: center;
	margin: 3px 0 0
}
.ff-theme-flat .ff-name {
	margin: 0 0;
	text-transform: uppercase;
	font-weight: lighter
}
.ff-theme-classic.ff-style-3 .ff-name {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 3px 0 0 15px;
	text-align: left;
	line-height: 16px
}
.ff-nickname, .ff-timestamp {
	line-height: 16px
}
.ff-theme-classic.ff-style-4 .ff-nickname, .ff-theme-classic.ff-style-5 .ff-nickname {
	display: none !important
}
.ff-theme-classic.ff-style-4 .ff-name, .ff-theme-classic.ff-style-4 .ff-timestamp, .ff-theme-classic.ff-style-5 .ff-name, .ff-theme-classic.ff-style-5 .ff-timestamp {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	float: left
}
.ff-theme-classic.ff-style-4 .ff-name, .ff-theme-classic.ff-style-5 .ff-name {
	margin: 0 5px 0 0
}
.ff-theme-classic.ff-style-3 .ff-item-meta, .ff-theme-classic.ff-style-4 .ff-item-meta, .ff-theme-classic.ff-style-5 .ff-item-meta {
	text-align: left
}
.ff-theme-classic.ff-style-3 .ff-nickname, .ff-theme-classic.ff-style-3 .ff-name+.ff-timestamp {
	display: inline-block;
	padding: 0 0 0 15px
}
.ff-stream h4 a, .ff-name, .ff-nickname, .ff-timestamp {
	text-decoration: none
}
.ff-nickname {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #847681
}
.ff-theme-classic .ff-nickname:after, .ff-theme-flat .ff-nickname:after, .ff-theme-classic.ff-style-4 .ff-timestamp:before, .ff-theme-classic.ff-style-5 .ff-timestamp:before, .ff-posted:after {
	content: '•';
	font-size: 10px;
	display: inline-block;
	margin-left: 5px
}
.ff-nickname:hover:after {
	text-decoration: none
}
.ff-theme-classic.ff-style-4 .ff-timestamp:before, .ff-theme-classic.ff-style-5 .ff-timestamp:before {
	margin-right: 5px;
	margin-left: 0
}
.ff-timestamp {
	font-size: 12px;
	color: #847681
}
.ff-icon {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	font-family: 'ff-icons';
	font-style: normal;
	position: relative;
	box-sizing: content-box
}
.ff-theme-classic .ff-icon {
	border-style: solid;
	border-width: 1px;
	border-color: transparent
}
.ff-theme-flat.ff-style-2 .ff-icon-inner {
	border-radius: 0
}
.ff-theme-flat.ff-style-3 .ff-icon-inner {
	left: auto;
	right: 2px;
	top: 2px
}
.ff-icon-inner {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	color: white;
	font-size: 12px;
	border-radius: 20px;
	font-family: 'ff-icons'
}
.ff-theme-classic.ff-style-2 .ff-icon-inner, .ff-theme-classic.ff-style-5 .ff-icon-inner {
	border-radius: 0px
}
.ff-theme-classic.ff-style-3 .ff-icon-inner, .ff-theme-classic.ff-style-4 .ff-icon-inner {
	height: 20px
}
.ff-theme-classic.ff-style-1 .ff-icon {
	position: absolute;
	bottom: -10px;
	left: 10px
}
.ff-theme-classic.ff-style-3 .ff-icon {
	position: absolute;
	bottom: -8px;
	left: 27px
}
.ff-theme-flat.ff-style-2 .ff-userpic {
	margin-bottom: 25px;
	box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.15)
}
.ff-theme-flat.ff-style-2 .ff-icon {
	position: absolute;
	bottom: -17px;
	left: 26px
}
.ff-theme-classic.ff-style-6 .ff-icon {
	display: none
}
.ff-theme-flat .ff-icon {
	width: 30px;
	height: 30px;
	position: relative
}
.ff-theme-flat.ff-style-3 .ff-icon {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0
}
.ff-theme-flat.ff-style-3 .ff-icon:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 60px 60px 0
}
.ff-theme-flat .ff-icon-inner {
	line-height: 30px;
	font-size: 18px
}
.ff-theme-flat.ff-style-1 .ff-icon {
	position: absolute;
	top: -4px;
	right: -7px;
	border: none;
	font-style: normal
}
.ff-theme-classic.ff-style-2 .ff-icon-inner, .ff-theme-classic.ff-style-5 .ff-icon-inner {
	background: transparent
}
.ff-icon-inner:after {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	float: left
}
.ff-theme-classic.ff-style-2 .ff-icon-inner:after {
	display: inline-block;
	line-height: 24px;
	width: 24px;
	height: 24px
}
.ff-theme-flat .ff-icon-inner:after {
	display: inline-block;
	line-height: 30px;
	width: 30px;
	height: 30px
}
.ff-theme-classic.ff-style-2 .ff-icon {
	position: absolute;
	top: -7px;
	right: -14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: none;
	font-style: normal
}
.ff-theme-classic.ff-style-2 .ff-icon:after {
	font-family: 'ff-icons';
	content: '\e600';
	font-size: 23px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	width: 100%;
	height: 100%;
	line-height: 24px;
	display: inline-block;
	float: left
}
.ff-icon:after {
	vertical-align: middle
}
.ff-theme-classic.ff-style-5 .ff-icon-inner:after {
	height: 22px;
	width: 22px;
	line-height: 22px
}
.ff-theme-classic.ff-style-2 .ff-icon-inner {
	left: 3px;
	top: 0px
}
html.ff-browser-ff .ff-theme-classic.ff-style-2 .ff-icon-inner, html.ff-browser-ff .ff-theme-classic.ff-style-5 .ff-icon-inner {
	top: 1px
}
.ff-facebook a, .ff-theme-classic.ff-style-2 .ff-facebook .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-facebook .ff-icon:after {
	color: #3b5998
}
.ff-facebook .ff-icon-inner {
	background-color: #3b5998
}
.ff-theme-flat.ff-style-3 .ff-facebook .ff-icon:before {
	border-color: transparent #3b5998 transparent transparent
}
.ff-facebook .ff-icon-inner:after, .ff-type-facebook:after {
	content: '\e023'
}
.ff-twitter a, .ff-theme-classic.ff-style-2 .ff-twitter .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-twitter .ff-icon:after {
	color: #5E9FCA
}
.ff-twitter .ff-icon-inner {
	background-color: #5E9FCA
}
.ff-theme-flat.ff-style-3 .ff-twitter .ff-icon:before {
	border-color: transparent #5E9FCA transparent transparent
}
.ff-twitter .ff-icon-inner:after, .ff-type-twitter:after {
	content: '\e04f'
}
.ff-pinterest a, .ff-theme-classic.ff-style-2 .ff-pinterest .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-pinterest .ff-icon:after {
	color: #820a0f
}
.ff-pinterest .ff-icon-inner {
	background-color: #820a0f
}
.ff-theme-flat.ff-style-3 .ff-pinterest .ff-icon:before {
	border-color: transparent #820a0f transparent transparent
}
.ff-pinterest .ff-icon-inner:after, .ff-type-pinterest:after {
	content: '\e601'
}
.ff-youtube a, .ff-theme-classic.ff-style-2 .ff-youtube .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-youtube .ff-icon:after {
	color: #e52d27
}
.ff-youtube .ff-icon-inner {
	background-color: #e52d27
}
.ff-theme-flat.ff-style-3 .ff-youtube .ff-icon:before {
	border-color: transparent #e52d27 transparent transparent
}
.ff-youtube .ff-icon-inner:after, .ff-type-youtube:after {
	content: '\e609'
}
.ff-soundcloud a, .ff-theme-classic.ff-style-2 .ff-soundcloud .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-soundcloud .ff-icon:after {
	color: #ff8800
}
.ff-soundcloud .ff-icon-inner {
	background-color: #ff8800
}
.ff-theme-flat.ff-style-3 .ff-soundcloud .ff-icon:before {
	border-color: transparent #ff8800 transparent transparent
}
.ff-soundcloud .ff-icon-inner:after, .ff-type-soundcloud:after {
	content: '\e62a'
}
.ff-linkedin a, .ff-theme-classic.ff-style-2 .ff-linkedin .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-linkedin .ff-icon:after {
	color: #0077b5
}
.ff-linkedin .ff-icon-inner {
	background-color: #0077b5
}
.ff-theme-flat.ff-style-3 .ff-linkedin .ff-icon:before {
	border-color: transparent #0077b5 transparent transparent
}
.ff-linkedin .ff-icon-inner:after, .ff-type-linkedin:after {
	content: '\e030'
}
.ff-vimeo a, .ff-theme-classic.ff-style-2 .ff-vimeo .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-vimeo .ff-icon:after {
	color: #86B32D
}
.ff-vimeo .ff-icon-inner {
	background-color: #86B32D
}
.ff-theme-flat.ff-style-3 .ff-vimeo .ff-icon:before {
	border-color: transparent #86B32D transparent transparent
}
.ff-vimeo .ff-icon-inner:after, .ff-type-vimeo:after {
	content: '\e60c'
}
.ff-flickr a, .ff-theme-classic.ff-style-2 .ff-flickr .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-flickr .ff-icon:after {
	color: #ff0084
}
.ff-flickr .ff-icon-inner {
	background-color: #ff0084
}
.ff-theme-flat.ff-style-3 .ff-flickr .ff-icon:before {
	border-color: transparent #ff0084 transparent transparent
}
.ff-flickr .ff-icon-inner:after, .ff-type-flickr:after {
	content: '\e026'
}
.ff-tumblr a, .ff-theme-classic.ff-style-2 .ff-tumblr .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-tumblr .ff-icon:after {
	color: #35465c
}
.ff-tumblr .ff-icon-inner {
	background-color: #35465c
}
.ff-theme-flat.ff-style-3 .ff-tumblr .ff-icon:before {
	border-color: transparent #35465c transparent transparent
}
.ff-tumblr .ff-icon-inner:after, .ff-type-tumblr:after {
	content: '\e058'
}
.ff-instagram a, .ff-theme-classic.ff-style-2 .ff-instagram .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-instagram .ff-icon:after {
	color: #405de6
}
.ff-instagram .ff-icon-inner {
	background-color: #405de6
}
.ff-theme-flat.ff-style-3 .ff-instagram .ff-icon:before {
	border-color: transparent #405de6 transparent transparent
}
.ff-instagram .ff-icon-inner:after, .ff-type-instagram:after {
	content: '\e02a'
}
.ff-google a, .ff-theme-classic.ff-style-2 .ff-google .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-google .ff-icon:after {
	color: #dd4b39
}
.ff-google .ff-icon-inner {
	background-color: #dd4b39
}
.ff-theme-flat.ff-style-3 .ff-google .ff-icon:before {
	border-color: transparent #dd4b39 transparent transparent
}
.ff-google .ff-icon-inner:after, .ff-type-google:after {
	content: '\e904'
}
.ff-rss a, .ff-theme-classic.ff-style-2 .ff-rss .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-rss .ff-icon:after {
	color: #d97c16
}
.ff-rss .ff-icon-inner {
	background-color: #d97c16
}
.ff-theme-flat.ff-style-3 .ff-rss .ff-icon:before {
	border-color: transparent #d97c16 transparent transparent
}
.ff-rss .ff-icon-inner:after, .ff-type-rss:after {
	content: '\e043'
}
.ff-vine a, .ff-theme-classic.ff-style-2 .ff-vine .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-vine .ff-icon:after {
	color: #00b488
}
.ff-vine .ff-icon-inner {
	background-color: #00b488
}
.ff-theme-flat.ff-style-3 .ff-vine .ff-icon:before {
	border-color: transparent #00b488 transparent transparent
}
.ff-vine .ff-icon-inner:after, .ff-type-vine:after {
	content: '\e61f'
}
.ff-dribbble a, .ff-theme-classic.ff-style-2 .ff-dribbble .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-dribbble .ff-icon:after {
	color: #ea4c89
}
.ff-dribbble .ff-icon-inner {
	background-color: #ea4c89
}
.ff-theme-flat.ff-style-3 .ff-dribbble .ff-icon:before {
	border-color: transparent #ea4c89 transparent transparent
}
.ff-dribbble .ff-icon-inner:after, .ff-type-dribbble:after {
	content: '\e022'
}
.ff-foursquare a, .ff-theme-classic.ff-style-2 .ff-foursquare .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-foursquare .ff-icon:after {
	color: #f94877
}
.ff-foursquare .ff-icon-inner {
	background-color: #f94877
}
.ff-theme-flat.ff-style-3 .ff-foursquare .ff-icon:before {
	border-color: transparent #f94877 transparent transparent
}
.ff-foursquare .ff-icon-inner:after, .ff-type-foursquare:after {
	content: '\e620'
}
.ff-wordpress a, .ff-posts a, .ff-comments a, .ff-theme-classic.ff-style-2 .ff-wordpress .ff-icon:after, .ff-theme-classic.ff-style-2 .ff-posts .ff-icon:after, .ff-theme-classic.ff-style-2 .ff-comments .ff-icon:after, .ff-theme-classic.ff-style-5 .ff-wordpress .ff-icon:after {
	color: #454442
}
.ff-wordpress .ff-icon-inner, .ff-posts .ff-icon-inner, .ff-comments .ff-icon-inner {
	background-color: #454442
}
.ff-theme-flat.ff-style-3 .ff-wordpress .ff-icon:before, .ff-theme-flat.ff-style-3 .ff-comments .ff-icon:before, .ff-theme-flat.ff-style-3 .ff-posts .ff-icon:before {
	border-color: transparent #454442 transparent transparent
}
.ff-wordpress .ff-icon-inner:after, .ff-posts .ff-icon-inner:after, .ff-comments .ff-icon-inner:after, .ff-type-wordpress:after, .ff-type-posts:after, .ff-type-comments:after {
	content: '\e060'
}
.ff-layout-grid .shuffle--animateoff .ff-item {
	-ms-transition: -ms-transform 500ms ease-out 0.1s, left 500ms ease-out 0.1s, top 500ms ease-out 0.1s, opacity 100ms ease-out 0.1s !important;
	-moz-transition: -moz-transform 500ms ease-out 0.1s, left 500ms ease-out 0.1s, top 500ms ease-out 0.1s, opacity 100ms ease-out 0.1s !important;
	-webkit-transition: -webkit-transform 500ms ease-out 0.1s, left 500ms ease-out 0.1s, top 500ms ease-out 0.1s, opacity 100ms ease-out 0.1s !important;
	transition: transform 500ms ease-out 0.1s, left 500ms ease-out 0.1s, top 500ms ease-out 0.1s, opacity 100ms ease-out 0.1s !important;
	-webkit-backface-visibility: hidden;
	will-change: transform, opacity, left, top
}
.ff-layout-compact .ff-item {
	-ms-transition: opacity 500ms ease-out 0.1s !important;
	-moz-transition: opacity 500ms ease-out 0.1s !important;
	-webkit-transition: opacity 500ms ease-out 0.1s !important;
	transition: opacity 500ms ease-out 0.1s !important;
	-webkit-backface-visibility: hidden
}
html:not([class*=ff-ie9]) .ff-layout-grid .ff-item:nth-child(even) {
	transform: translateY(-300px)
}
html:not([class*=ff-ie9]) .ff-layout-grid .ff-item:nth-child(odd) {
	transform: translateX(300px)
}
.picture-item__inner {
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box
}
.picture-item__inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.picture-item__inner:before {
	content: '';
	z-index: 0;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	background: transparent
}
.picture-item__inner>* {
	position: relative
}
.ff-theme-classic .picture-item__inner:hover:before {
	background: rgba(0,0,0,0.025)
}
.ff-theme-flat .picture-item__inner:hover:before {
	background: rgba(0,0,0,0.1)
}
.ff-img-holder, .ff-img-holder a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px
}
.ff-item img, .ff-item .ff-userpic {
	-ms-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0px);
	-moz-transform: translate3d(0, 0, 0px);
	-ms-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px)
}
.ff-item img {
	position: relative;
	display: block
}
.ff-item .ff-img-holder img {
	min-width: 100%
}
.ff-theme-classic .ff-item img {
	opacity: 0.95
}
.ff-theme-flat .ff-item img {
	opacity: 0.95
}
.ff-desktop .ff-item:hover img {
	-webkit-transform: translate3d(0, 0, 15px);
	-moz-transform: translate3d(0, 0, 15px);
	-ms-transform: translate3d(0, 0, 15px);
	transform: translate3d(0, 0, 15px);
	opacity: 1;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}
.ff-gallery-on.ff-desktop .ff-item:hover img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: -ms-zoom-in;
	cursor: zoom-in
}
.ff-item .ff-userpic {
	opacity: 1;
	box-sizing: content-box
}
.ff-img-holder, .ff-img-holder a {
	overflow: hidden;
	display: block;
	position: relative
}
.ff-img-holder.ff-img-loading:before, .ff-media-wrapper:before {
	position: absolute;
	content: '';
	width: 38px;
	height: 38px;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -19px;
	background: url(../assets/oval.svg) 0 0 no-repeat transparent;
	text-align: center
}
.ff-video-preview .ff-img-loaded:after {
	position: absolute;
	content: '';
	background: url(../assets/play.png) 0 0 no-repeat transparent;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	background-size: 39px 39px;
	opacity: 0.8;
	-ms-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.ff-browser-safari .ff-video-preview .ff-img-loaded:after {
	-webkit-transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	transform: translateZ(20px)
}
.ff-video-preview:hover .ff-img-loaded:after {
	opacity: 1
}
.ff-img-holder.ff-img-loading img {
	opacity: 0
}
.ff-filter-holder {
	text-align: center;
	padding: 0 10px;
	margin: 30px 0 20px;
	box-sizing: border-box;
	height: 30px;
	position: relative
}
.ff-filter-holder:first-child {
	margin-top: 10px
}
.ff-filter-holder:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #CDCDCD;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 0
}
.ff-filter-holder .ff-filter {
	display: inline-block;
	margin: 0 12px;
	cursor: pointer;
	background: #CDCDCD;
	color: white;
	font-size: 12px;
	padding: 0;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	box-sizing: border-box;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	position: relative;
	text-align: center
}
.ff-filter-holder .ff-search {
	position: relative;
	margin: 0 12px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle
}
.ff-search input {
	border-radius: 30px !important;
	border: 1px solid #CDCDCD;
	box-shadow: none !important;
	outline: none !important;
	color: #333;
	box-sizing: border-box !important;
	padding: 0 35px 0 15px !important;
	height: 30px !important;
	width: 200px !important;
	vertical-align: middle;
	position: relative;
	font-size: 12px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 !important;
	min-height: 0px !important;
	float: none !important
}
.ff-filter-holder .ff-search:after {
	position: absolute;
	height: 30px;
	font-family: 'ff-icons';
	content: '\e60b';
	width: 30px;
	color: #CDCDCD;
	top: 0;
	right: 0;
	vertical-align: middle;
	display: inline-block;
	line-height: 30px
}
.ff-search input::-webkit-input-placeholder {
color:#CDCDCD
}
.ff-search input:-moz-placeholder {
color:#CDCDCD
}
.ff-search input:-ms-input-placeholder {
color:#CDCDCD
}
.ff-filter-holder .ff-type-all {
	width: auto !important;
	padding: 0px 30px
}
.ff-filter-holder .ff-filter:after {
	font-family: 'ff-icons'
}
.ff-loadmore-wrapper {
	text-align: center;
	position: relative;
	visibility: hidden;
	z-index: 0
}
.ff-loadmore-wrapper .ff-btn {
	width: auto !important;
	padding: 0px 30px;
	display: inline-block;
	margin: 20px 12px 0;
	cursor: pointer;
	background: #CDCDCD;
	color: white;
	font-size: 15px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	box-sizing: border-box;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	position: relative;
	text-align: center;
	-ms-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out
}
.ff-highlight {
	background: #00ffb8 !important;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px;
	color: black !important;
	position: relative
}
.ff-highlight:before {
	position: absolute;
	left: -10%;
	width: 120%;
	z-index: -1;
	top: 0;
	bottom: 0;
	background: #00ffb8 !important
}
.shuffle--container {
	position: relative;
	overflow: hidden
}
.shuffle--fluid .shuffle__sizer {
	position: absolute;
	opacity: 0;
	visibility: hidden
}
.shuffle--animatein, .shuffle--animateoff {
	overflow: visible
}
.shuffle--animatein .picture-item__inner, .shuffle--animatein .ff-moderation-wrapper {
	opacity: 0;
	-webkit-transform: translate(0, 220px);
	-ms-transform: translate(0, 220px);
	transform: translate(0, 220px)
}
.ff-ie9 .shuffle--animatein .picture-item__inner {
	opacity: 1;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.shuffle--animatein .picture-item__inner--transition, .ff-moderation-wrapper {
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}
.shuffle--animatein .in .picture-item__inner, .shuffle--animatein .in .ff-moderation-wrapper {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.ff-layout-compact {
	max-width: 300px
}
.ff-layout-compact .ff-item:first-child {
	margin-top: 0
}
.ff-layout-compact .ff-item .ff-userpic {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	vertical-align: top;
	border-radius: 2px;
	background-size: cover !important;
	float: left
}
.ff-layout-compact .ff-c-upic .ff-icon {
	display: none !important
}
.ff-layout-compact .ff-item .ff-icon-inner {
	border-radius: 2px
}
.ff-layout-compact .ff-item .ff-item-meta {
	text-align: inherit
}
.ff-layout-compact .ff-item .ff-item-meta {
	height: 20px
}
.ff-layout-compact .ff-item .ff-name, .ff-layout-compact .ff-item .ff-timestamp {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	float: left
}
.ff-layout-compact .ff-item .ff-name {
	margin-right: 3px
}
.ff-layout-compact .ff-filter-holder .ff-filter {
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 4px
}
.ff-layout-compact .ff-type-all {
	padding: 0px 10px
}
.ff-layout-compact .ff-search input {
	width: 100px !important;
	height: 25px !important;
	line-height: 25px !important;
	padding-right: 25px !important
}
.ff-layout-compact .ff-search:after {
	line-height: 25px;
	height: 25px
}
.ff-layout-compact .ff-item .ff-timestamp:before {
	content: '•';
	font-size: 10px;
	display: inline-block;
	margin: 0 3px 0 0
}
.ff-timestamp:hover:before {
	text-decoration: none
}
.ff-layout-compact .ff-img-holder img {
	max-width: 100%
}
.ff-layout-compact .ff-filter-holder:before {
	top: 12px;
	display: none
}
.ff-c-style-2 .ff-item-cont {
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative
}
.ff-c-style-2 .ff-item-meta {
	padding-left: 14px;
	margin-top: 14px;
	text-align: left !important
}
.ff-c-style-2 .ff-item-cont:after, .ff-c-style-2 .ff-item-cont:before {
	top: 100%;
	left: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.ff-c-style-2 .ff-item-cont:after {
	border-color: rgba(229,229,229,0);
	border-top-color: #E5E5E5;
	border-width: 8px 5px 0 5px;
	margin-left: -8px
}
.ff-c-style-2 .ff-item-cont:before {
	border-color: rgba(190,190,190,0);
	border-top-color: #BEBEBE;
	border-width: 9px 6px 0 6px;
	margin-left: -9px
}
.ff-c-style-1 .ff-item-cont {
	border: 1px solid #eee;
	padding: 15px 15px 12px;
	border-radius: 3px;
	box-sizing: border-box
}
.ff-layout-compact .ff-nickname {
	display: none
}
a.readmore-js-toggle {
	display: inline-block !important;
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 100%;
	border-style: dotted !important;
	border-width: 0 0 1px 0 !important;
	width: auto !important
}
.readmore-js-toggle:hover {
	text-decoration: none !important;
	border-style: solid !important
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(359deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg)
}
100% {
-o-transform:rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.ff-layout-compact .ff-filter+.ff-filter+.ff-search {
	margin-top: 15px
}
.ff-item-cont .ff-content a {
	line-height: 20px !important;
	padding: 0;
	word-break: break-all
}

@media screen and (max-width: 480px) {
.ff-filter+.ff-filter+.ff-search {
	margin-top: 15px
}
}

@media screen and (max-width: 320px) {
.ff-stream-wrapper {
	margin: 0 5px
}
.ff-layout-grid {
	min-width: 280px !important
}
.ff-filter-holder .ff-filter {
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 4px
}
.ff-type-all {
	padding: 0px 10px !important
}
.ff-search input {
	width: 100px !important;
	height: 25px !important;
	line-height: 25px !important;
	padding-right: 25px !important
}
.ff-filter+.ff-filter+.ff-search {
	margin-top: 15px
}
.ff-filter+.ff-filter+.ff-search input {
	width: 200px !important
}
.ff-header h1 {
	font-size: 30px
}
.ff-header h2 {
	font-size: 20px
}
.ff-search:after {
	line-height: 25px !important;
	height: 25px !important
}
.ff-filter-holder {
	margin: 15px 0 15px !important;
	height: auto !important
}
}
.ff-slideshow {
	position: fixed !important;
	background: rgba(0,0,0,0.6) !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 10;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s !important;
	transition: opacity 0.5s, visibility 0s 0.5s !important
}
.ff-modal-open {
	overflow: hidden;
	box-sizing: border-box
}
.ff-modal-open .ff-slideshow {
	overflow-x: hidden;
	overflow-y: auto
}
.ff-modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
.ff-slideshow * {
	-webkit-backface-visibility: hidden
}
.ff-slideshow-open.ff-slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s !important;
	transition: opacity 0.5s !important;
	z-index: 100500 !important
}
.ff-slideshow ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, 150px);
	transform: translate3d(0, 0, 150px);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}
.ff-browser-ie .ff-slideshow-media {
	transform: translate3d(0, 0, 0px)
}
.ff-slideshow ul.ff-animatable li {
	-webkit-transition: -webkit-transform 0.5s ease, margin 0.5s ease;
	transition: transform 0.5s ease, margin 0.5s ease
}
.ff-slideshow-open.ff-slideshow ul {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s
}
.ff-slideshow li {
	width: 660px;
	list-style: none;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	font-size: 16px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin: 0 0 30px -330px;
	visibility: hidden;
	opacity: 0;
	background: #ccc;
	-webkit-backface-visibility: hidden;
	text-align: left
}
.ff-slideshow .ff-item-meta {
	text-align: left;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 15px;
	margin: 0
}
.ff-slideshow .ff-table {
	padding: 0 0 15px;
	height: 50px;
	width: 100%;
	display: table
}
.ff-media-wrapper+.ff-item-cont .ff-table {
	height: auto
}
.ff-media-wrapper.ff-slide-img-loading {
	opacity: 0 !important
}
.ff-table .ff-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}
.ff-slideshow .ff-current {
	margin: 0 0 30px 0
}
.ff-slideshow li.ff-show {
	visibility: visible;
	opacity: 1
}
.ff-slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s
}
.ff-slideshow li.ff-current:after, .ff-video iframe, .ff-video video {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s
}
.ff-slide-wrapper {
	padding: 30px 30px 20px
}
.ff-slide-wrapper .ff-img-holder {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	display: block;
	max-height: 600px !important;
	max-width: 100%;
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.ff-slide-wrapper .ff-img-holder a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.ff-media-wrapper {
	margin: 0 auto 15px;
	background: rgba(0,0,0,0.1);
	min-height: 200px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1
}
.ff-content .ff-img-holder {
	margin: 0 auto 15px
}
.ff-media-wrapper iframe {
	display: block;
	opacity: 0;
	z-index: 1;
	position: relative
}
.ff-media-wrapper video, .ff-media-wrapper object, .ff-media-wrapper embed {
	display: block;
	z-index: 1;
	position: relative
}
.ff-current .ff-media-wrapper, .ff-current iframe, .ff-current video {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: relative
}
.ff-current .ff-media-wrapper iframe {
	opacity: 1;
	margin: 0 auto;
	display: block
}
.ff-slide-wrapper .ff-img-holder:after {
	content: "";
	display: block;
	padding-bottom: 100%;
	height: 0
}
.ff-slideshow .ff-cta {
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 3px;
	text-align: center
}
.ff-slideshow .ff-userpic {
	margin-right: 15px
}
.ff-slideshow .ff-name {
	margin-right: 10px
}
.ff-slideshow .ff-posted {
	margin-right: 5px
}
.ff-posted {
	font-size: 12px;
	line-height: 16px
}
.ff-posted span {
	text-transform: capitalize
}
.ff-slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #59656c;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	font-size: 2.2em
}
.ff-slideshow nav span.ff-nav-prev, .ff-slideshow nav span.ff-nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.ff-slideshow nav span.ff-nav-next {
	right: 0
}
.ff-slideshow nav span.ff-nav-close {
	top: 0;
	right: 0;
	padding: 0.5em 1em;
	color: #31373a
}
.admin-bar nav span.ff-nav-close {
	top: 32px
}
[class*=ff-nav]:before, [class*=ff-nav]:after {
	font-family: 'ff-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
span.ff-nav-prev:before {
	content: "\e608"
}
span.ff-nav-next:before {
	content: "\e607"
}
span.ff-nav-close:before {
	content: "\e015"
}
.ff-nav-info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 24px;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center
}
.admin-bar .ff-nav-info-keys {
	top: 42px
}
.ff-nav-info-keys:before, .ff-nav-info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px
}
.ff-nav-info-keys:before {
	left: 10px;
	content: "◀"
}
.ff-nav-info-keys:after {
	right: 10px;
	content: "▶"
}

@media screen and (max-width: 800px) {
.ff-slideshow li {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 50px;
	box-sizing: border-box;
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important
}
.ff-slideshow .ff-current {
	z-index: 100;
	display: table
}
.ff-slideshow .ff-slide-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}
.ff-slideshow nav span, .ff-slideshow nav span.ff-nav-close {
	font-size: 1.8em;
	padding: 0.3em
}
.ff-nav-info-keys {
	display: none
}
}
@-webkit-keyframes enter {
0% {
opacity:0;
top:10px
}
5% {
opacity:1;
top:0px
}
50.9% {
opacity:1;
top:0px
}
55.9% {
opacity:0;
top:-15px
}
}
@keyframes enter {
0% {
opacity:0;
top:10px
}
5% {
opacity:1;
top:0px
}
50.9% {
opacity:1;
top:0px
}
55.9% {
opacity:0;
top:-10px
}
}
@-moz-keyframes enter {
0% {
opacity:0;
top:10px
}
5% {
opacity:1;
top:0px
}
50.9% {
opacity:1;
top:0px
}
55.9% {
opacity:0;
top:-10px
}
}
.ff-loader {
	position: absolute !important;
	left: 50%;
	top: 50px;
	margin: 0 0 0 -18px;
	-webkit-transition: all 200ms ease-out 50ms;
	-moz-transition: all 200ms ease-out 50ms;
	-ms-transition: all 200ms ease-out 50ms;
	transition: all 200ms ease-out 50ms
}
.ff-loadmore-wrapper .ff-loader {
	top: 0
}
.ff-loader.ff-squeezed {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0)
}
.ff-square {
	background: white;
	width: 10px;
	height: 10px;
	float: left;
	top: 10px;
	margin-right: 4px;
	margin-top: 4px;
	position: relative;
	opacity: 0;
	-webkit-animation: enter 4s infinite;
	animation: enter 4s infinite;
	-webkit-backface-visibility: hidden
}
.ff-enter {
	top: 0px;
	opacity: 1
}
.ff-square:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s
}
.ff-square:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s
}
.ff-square:nth-child(4) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s
}
.ff-square:nth-child(5) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s
}
.ff-square:nth-child(6) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s
}
.ff-square:nth-child(7) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.ff-square:nth-child(8) {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s
}
.ff-square:nth-child(9) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s
}
.ff-clear {
	clear: both
}
.ff-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.ff-last {
	margin-right: 0
}
.ff-share-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-backface-visibility: hidden;
	-ms-transition: all 100ms ease 0ms;
	-moz-transition: all 100ms ease 0ms;
	-webkit-transition: all 100ms ease 0ms;
	transition: all 100ms ease 0ms
}
.ff-slideshow .ff-share-wrapper {
	top: auto;
	left: auto;
	bottom: 10px;
	right: 20px
}
.ff-slideshow.ff-hide-meta .ff-share-wrapper {
	right: 32px;
	top: 54px;
	opacity: 0 !important
}
.ff-slideshow.ff-hide-meta .ff-slide-wrapper:hover .ff-share-wrapper {
	opacity: 1 !important
}
.ff-slideshow .ff-current .ff-share-wrapper {
	opacity: 1;
	visibility: visible
}
.ff-desktop .ff-item:hover .ff-share-wrapper, .ff-taped .ff-share-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.ff-share-wrapper a, .ff-mob-link {
	display: inline-block;
	margin: 0 10px 10px 0 !important;
	cursor: pointer;
	background: #4D4D4D;
	font-size: 16px;
	padding: 0;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	box-sizing: border-box;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	position: relative;
	text-align: center;
	-ms-transition: -webkit-transform 200ms ease, opacity 200ms ease;
	-moz-transition: -moz-transform 200ms ease 0ms, opacity 200ms ease;
	-webkit-transition: -ms-transform 200ms ease 0ms, opacity 200ms ease;
	transition: transform 200ms ease 0ms, opacity 200ms ease;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15)
}
.ff-theme-flat .ff-share-wrapper a {
	display: block
}
.ff-share-wrapper a:hover, .ff-mob-link:hover {
	text-decoration: none !important
}
.ff-share-wrapper a:after, .ff-mob-link:after {
	font-family: 'ff-icons';
	color: white;
	font-size: 16px
}
.ff-stream .ff-tw-reply:after {
	content: '\e61c'
}
.ff-desktop .ff-share-wrapper:hover .ff-tw-reply:after, .ff-taped .ff-share-wrapper .ff-tw-reply:after, .ff-slideshow .ff-tw-reply:after {
	content: '\e612';
	font-size: 15px
}
.ff-tw-retweet:after {
	content: '\e613';
	margin-left: 6px;
	display: inline-block
}
.ff-tw-fav:after {
	content: '\e610'
}
.ff-tw-reply, .ff-fb-reply {
	z-index: 3
}
.ff-tw-retweet, .ff-tw-share {
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	-ms-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
	z-index: 2;
	opacity: 0;
	position: absolute !important;
	left: 40px
}
.ff-theme-flat .ff-tw-retweet, .ff-theme-flat .ff-tw-share {
	top: 40px;
	left: 0;
	-webkit-transform: translate3d(0, -40px, 0);
	-moz-transform: translate3d(0, -40px, 0);
	-ms-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0)
}
.ff-tw-fav, .ff-gp-share {
	-webkit-transform: translate3d(-80px, 0, 0);
	-moz-transform: translate3d(-80px, 0, 0);
	-ms-transform: translate3d(-80px, 0, 0);
	transform: translate3d(-80px, 0, 0);
	z-index: 1;
	opacity: 0;
	position: absolute !important;
	left: 80px
}
.ff-theme-flat .ff-tw-fav, .ff-theme-flat .ff-gp-share {
	top: 80px;
	left: 0;
	-webkit-transform: translate3d(0, -80px, 0);
	-moz-transform: translate3d(0, -80px, 0);
	-ms-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0)
}
.ff-desktop .ff-share-wrapper:hover .ff-tw-fav, .ff-taped .ff-share-wrapper .ff-tw-fav, .ff-desktop .ff-share-wrapper:hover .ff-tw-share, .ff-taped .ff-share-wrapper .ff-tw-share, .ff-desktop .ff-share-wrapper:hover .ff-tw-retweet, .ff-taped .ff-share-wrapper .ff-tw-retweet, .ff-desktop .ff-share-wrapper:hover .ff-gp-share, .ff-taped .ff-share-wrapper .ff-gp-share, .ff-slideshow .ff-share-wrapper a {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	position: relative !important;
	left: 0;
	top: 0
}
.ff-stream .ff-fb-share:after {
	content: '\e616'
}
.ff-desktop .ff-share-wrapper:hover .ff-fb-share:after, .ff-taped .ff-share-wrapper .ff-fb-share:after, .ff-slideshow .ff-fb-share:after {
	content: '\e023'
}
.ff-tw-share:after {
	content: '\e04f'
}
.ff-gp-share:after {
	content: '\e904'
}
.ff-mob-link {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: -30px 0 0 -30px !important
}
.ff-taped .ff-mob-link {
	opacity: 1;
	visibility: visible;
	z-index: 1000
}
.ff-mob-link:after {
	content: '\e621';
	font-size: 32px
}
.ff-err-info {
	background: indianred;
	padding: 15px;
	color: white
}
.ff-err-info * {
	margin: 0 !important;
	padding: 0 !important;
	color: white !important
}
.ff-disclaim {
	background: darkgray;
	padding: 15px
}
.ff-moderation-wrapper {
	text-align: center;
	background: #F9F9F9;
	padding: 3px 0;
	position: relative;
	z-index: 100
}
.ff-moderation-wrapper, .ff-moderation-holder {
	color: #555 !important
}
.ff-moderation-wrapper:after {
	content: '';
	display: table;
	clear: both
}
.ff-moderation-wrapper label {
	padding: 5px 15px 9px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	float: right
}
.ff-moderation-holder {
	text-align: center;
	padding: 0 15px;
	margin: 25px 0 5px;
	box-sizing: border-box;
	position: relative
}
.ff-moderation-holder:first-child {
	margin-top: 10px
}
.ff-moderation-holder .ff-moderation-button {
	display: inline-block;
	margin: 0 7px 10px;
	cursor: pointer;
	background: #CDCDCD;
	color: #FFF;
	font-size: 11px;
	font-weight: 400;
	padding: 0 20px;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	text-transform: uppercase
}
.ff-moderation-new-post:before {
	content: "NEWLY ADDED";
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 5px 10px;
	background: #83D93D;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 15px
}
.ff-moderation-holder p {
	background: #E1EEF2;
	border: 1px dashed #3DB7D9;
	border-radius: 4px;
	padding: 7px 10px 6px;
	font-size: 12px
}
.ff-moderation-button:hover {
	opacity: 0.75
}
input[type="checkbox"].ff-switcher+div {
	vertical-align: middle;
	width: 66px;
	height: 22px;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 999px;
	box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
	margin: 3px 0 0;
	position: relative;
	box-sizing: content-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
input[type="checkbox"].ff-switcher:checked+div {
	background-position: 0 0;
	background-color: white;
	border: 1px solid #3DB7D9;
	color: #3DB7D9
}
input[type="checkbox"].ff-switcher+div:before {
	position: absolute;
	content: 'No';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 21px;
	padding: 0 15px 0 0;
	text-align: right;
	box-sizing: border-box
}
input[type="checkbox"].ff-switcher:checked+div:before {
	content: 'Yes';
	text-align: left;
	padding: 0 0 0 10px
}
input[type="checkbox"].ff-switcher+div>span {
	float: left;
	width: 16px;
	height: 16px;
	border-radius: inherit;
	background: rgba(0,0,0,0.4);
	pointer-events: none;
	margin-top: 3px;
	margin-left: 3px
}
input[type="checkbox"].ff-switcher+div {
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s
}
input[type="checkbox"].ff-switcher+div>span {
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s
}
input[type="checkbox"].ff-switcher:checked+div>span {
	-webkit-transform: translate3d(43px, 0, 0);
	-moz-transform: translate3d(43px, 0, 0);
	-ms-transform: translate3d(43px, 0, 0);
	-o-transform: translate3d(43px, 0, 0);
	transform: translate3d(43px, 0, 0);
	background-color: #3DB7D9
}
input[type="checkbox"].ff-switcher {
	position: absolute;
	opacity: 0
}
.ff-moderation-wrapper>span {
	float: left;
	text-transform: uppercase;
	margin: 10px 0 0 15px
}
.ff-moderation-wrapper+.picture-item__inner>* {
	opacity: 0.6 !important
}
.ff-moderation-wrapper+.picture-item__inner .ff-share-wrapper {
	display: none !important
}
.ff-approved+.picture-item__inner>* {
	opacity: 1 !important
}
#ff-admin-info {
	position: absolute;
	top: 0;
	background: #48bab4;
	color: white;
	text-align: center;
	padding: 2px 5px;
	font-weight: 400
}
.ff-modal-open .ff-stream {
	z-index: 0
}
.ff-stream p+br {
	display: none
}
/*# sourceMappingURL=public.css.map */
