@charset "utf-8";

:root {
	--main-color: #A57865;
	--heading-color: #fff;
	--body-color: #fff;
	--body-extra-color: #777;
	--body-background-color: #000;
	--heading-font-family: 'Heebo', sans-serif;
	--body-font-family: 'Heebo', sans-serif;
	--extra-font-family: 'Open Sans', sans-serif
}

[data-skin=dark] {
	--heading-color: #ccc;
	--body-color: #888;
	--body-background-color: #191b21
}

html {
	overflow-x: hidden;
	padding: 0;
	margin: 0
}

*,
:after,
:before {
	box-sizing: border-box
}
::placeholder {
  color:#FFF;
}
body {
	font-family: var(--body-font-family);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.3333;
	font-weight: 400;
	color: var(--body-color);
	position: relative;
	word-break: break-word;
	background-color: var(--body-background-color)
}

div[class^=gofam_fn_],
section {
	width: 100%;
	clear: both
}

.fn__svg {
	fill: #fff;
	width: 18px;
	height: 18px;
	opacity: 0
}

.replaced-svg {
	opacity: 1
}

p {
	letter-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: var(--heading-font-family);
	line-height: 1.22;
	letter-spacing: 0
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
	text-decoration: none;
	color: var(--heading-color)
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
	color: var(--main-color)
}

table {
	color: var(--body-color)
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	display: flex
}

#preloader:after,
#preloader:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

#preloader:after {
	left: auto;
	right: 0
}

.preloaded:after,
.preloaded:before {
	-webkit-animation: preloadedzero .3s ease-in-out .8s forwards;
	-o-animation: preloadedzero .3s ease-in-out .8s forwards;
	animation: preloadedzero .3s ease-in-out .8s forwards
}

@keyframes preloadedzero {
	0% {
		width: 50%
	}

	100% {
		width: 0%
	}
}

#preloader {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh
}

.preloaded .loader {
	opacity: 0
}

#preloader .loader {
	position: relative;
	width: 20rem;
	height: 20rem;
	transition: all .3s ease
}

#preloader .loader:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8.6956521739rem;
	height: 8.6956521739rem;
	background: #000;
	border-radius: 50%
}

#preloader .box {
	position: absolute;
	width: 10rem;
	height: 10rem;
	overflow: hidden
}

#preloader .box::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: .1
}

#preloader .box:nth-child(1) {
	top: 0;
	left: 0
}

#preloader .box:nth-child(1):before {
	top: 50%;
	left: 50%;
	background: #4185f3;
	animation: lightMe1 4s ease-out infinite normal
}

#preloader .box:nth-child(2) {
	top: 0;
	right: 0
}

#preloader .box:nth-child(2):before {
	top: 50%;
	right: 50%;
	background: #33a753;
	animation: lightMe2 4s ease-out infinite normal
}

#preloader .box:nth-child(3) {
	bottom: 0;
	right: 0
}

#preloader .box:nth-child(3):before {
	bottom: 50%;
	right: 50%;
	background: #fabb04;
	animation: lightMe3 4s ease-out infinite normal
}

#preloader .box:nth-child(4) {
	bottom: 0;
	left: 0
}

#preloader .box:nth-child(4):before {
	bottom: 50%;
	left: 50%;
	background: #e94234;
	animation: lightMe4 4s linear infinite normal
}

#preloader .wrap-text {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	overflow: hidden
}

#preloader .wrap-text .text {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-animation: slider 8s ease-in infinite;
	animation: slider 8s ease-in infinite
}

#preloader .wrap-text .text span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 2em;
	color: #fff
}

.loader-text {
	color: #fff;
	transform: translateY(-2rem);
	letter-spacing: 6px;
	opacity: .2;
	-webkit-animation: blink 1s ease-out infinite alternate;
	animation: blink 1s ease-out infinite alternate
}

@keyframes lightMe1 {
	0% {
		opacity: .1
	}

	25% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@keyframes lightMe2 {
	0% {
		opacity: .1
	}

	25% {
		opacity: .1
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@keyframes lightMe3 {
	0% {
		opacity: .1
	}

	50% {
		opacity: .1
	}

	75% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@keyframes lightMe4 {
	0% {
		opacity: .1
	}

	75% {
		opacity: .1
	}

	100% {
		opacity: 1
	}
}

@keyframes slider {
	0% {
		transform: translateY(0)
	}

	10.5% {
		transform: translateY(0)
	}

	12.5% {
		transform: translateY(-40px)
	}

	23% {
		transform: translateY(-40px)
	}

	25% {
		transform: translateY(-80px)
	}

	35% {
		transform: translateY(-80px)
	}

	37.5% {
		transform: translateY(-120px)
	}

	47.5% {
		transform: translateY(-120px)
	}

	50% {
		transform: translateY(-160px)
	}

	60% {
		transform: translateY(-160px)
	}

	62.5% {
		transform: translateY(-200px)
	}

	72.5% {
		transform: translateY(-200px)
	}

	75% {
		transform: translateY(-240px)
	}

	85% {
		transform: translateY(-240px)
	}

	87.5% {
		transform: translateY(-280px)
	}

	100% {
		transform: translateY(-280px)
	}
}

@keyframes blink {
	from {
		opacity: .2
	}

	to {
		opacity: .75
	}
}

.container {
	width: 100%;
	max-width: 1920px;
	padding: 0 80px;
	margin: 0 auto
}

.container.small {
	max-width: 1360px
}

.container.xsmall {
	max-width: 900px
}

.clearfix:after,
.clearfix:before,
.container:after {
	content: '';
	clear: both;
	display: table
}

@media(max-width:1400px) {
	.container {
		padding: 0 40px
	}
}

@media(max-width:1040px) {
	.container {
		padding: 0 20px
	}
}

@media(max-width:480px) {
	.container {
		padding: 0 10px
	}
}

a.full_link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.gofam_fn_main,
.gofam_fn_main * {
	box-sizing: border-box;
	text-decoration: none;
}

.gofam_fn_main {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}

#footer {
	margin-top: auto;margin-bottom:25px;
}

.gofam_fn_header {
	border-bottom: 1px solid #bbb;
	padding: 15px 0;
	position: sticky;
	z-index: 12;
	top:0;background: #000;
}

.gofam_fn_header .header_in {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center
}

.gofam_fn_header .header_left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-right: 50px
}

.gofam_fn_header .fn_logo {
	margin-right: 50px
}

.gofam_fn_header .fn_logo a {
	display: block;
	text-decoration: none
}

.gofam_fn_header .main_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*margin-left: -40px;*/
	flex-wrap: wrap
}

.gofam_fn_header .main_menu>li {
	padding: 0;
	margin: 0;
	margin-left: 40px;
	position: relative
}

.gofam_fn_header .main_menu>li:hover {
	z-index: 5
}

.gofam_fn_header .main_menu>.menu-item-has-children>a {
	padding-right: 17px;
	position: relative
}

.gofam_fn_header .main_menu .fn__svg {
	width: 10px;
	height: 10px;
	position: absolute;
	color: #fff;
	display: block;
	top: 50%;
	margin-top: -5px;
	right: 0;
	transition: transform .3s ease 0s
}

.gofam_fn_header .main_menu li:hover>a .fn__svg {
	transform: rotate(180deg)
}

.gofam_fn_header .main_menu>li>a {
	line-height: 69px;
	color: var(--heading-color);
	text-decoration: none;
	font-weight: 500;
	display: block
}

.gofam_fn_header .main_menu a.active,
.gofam_fn_header .main_menu a:hover {
	color: var(--main-color)
}

.gofam_fn_header .main_menu li:hover>.gofam_fn_megamenu,
.gofam_fn_header .main_menu li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.gofam_fn_header .sub-menu {
	margin: 0;
	outline: 0;
	position: absolute;
	width: 240px;
	padding: 24px 0 22px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
	left: -30px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all .3s ease;
	top: 100%;
	list-style-type: none
}

.gofam_fn_header .sub-menu ul {
	left: 100%;
	top: -24px
}

.gofam_fn_header .sub-menu li {
	margin-bottom: 9px;
	position: relative;
	padding: 0 30px
}

.gofam_fn_header .sub-menu li:last-child {
	margin-bottom: 0
}

.gofam_fn_header .sub-menu a {
	display: block;
	line-height: 1.5;
	color: #222;
	text-decoration: none;
	font-weight: 500
}

.gofam_fn_header .header_right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}

.gofam_fn_header .fn_search {
	width: 300px;
	margin-right: 20px
}

.fn_search {
	position: relative
}

.fn_search input[type=text] {
	width: 100%;
	height: 40px;
	background-color: transparent;
	padding: 0 20px 0 20px;
	line-height: 40px;
	margin: 0;
	outline: 0;
	border-radius: 15px;
	font-size: 16px;
	letter-spacing: 0;
	max-width: 100%;
	min-width: 100%;
	color:#FFF;
}

.fn_search .fn__svg {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 10px;
	color: #aaa;
	display: block
}

.fn_search input[type=text]::-webkit-input-placeholder {
	color: #fff
}

.fn_search input[type=text]::-moz-placeholder {
	color: #fff
}

.fn_search input[type=text]:-ms-input-placeholder {
	color: #fff
}

.fn_search input[type=text]:-moz-placeholder {
	color: #888
}

.fn_search input[type=submit] {
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0;
	z-index: 3;
	top: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	opacity: 0;
	visibility: visible
}

.fn_search .fn__svg {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 10px;
	color: #aaa;
	display: block
}

.gofam_fn_megamenu {
	opacity: 0;
	visibility: hidden;
	top: 100%;
	left: 0;
	width: 100vw;
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
	position: absolute;
	z-index: 3;
	transition: all .3s ease;
	transform: translateY(20px);
	border-top: 1px solid #bbb;
	padding: 29px 0 27px
}

.gofam_fn_megamenu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.gofam_fn_megamenu .cols {
	margin-left: -40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row
}

.gofam_fn_megamenu .col_item {
	width: 25%;
	padding-left: 40px
}

.gofam_fn_megamenu li {
	padding-left: 0;
	margin: 5px 0
}

.gofam_fn_megamenu a {
	display: block;
	line-height: 1.5;
	color: #222;
	text-decoration: none;
	font-weight: 500
}

.gofam_fn_megamenu a span {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--main-color);
	vertical-align: middle;
	position: relative;
	top: -9px;
	margin-left: 3px
}

.gofam_fn_mobile_menu {
	width: 100%;
	height: auto;
	position: fixed;
	display: none;
	z-index: 10;
	top:0;
	overflow: hide;
}

.gofam_fn_mobile_menu .mobile_menu_inner {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-color: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 50%);
	padding: 20px
}

.gofam_fn_mobile_menu .mobile_in {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.gofam_fn_mobile_menu .mobile_in .logo img {
	max-height: 77px
}

.gofam_fn_mobile_menu .trigger {
	line-height: 0;margin-right:25px;
}

.gofam_fn_mobile_menu .dropdown {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	display: none;
	box-shadow: 0 5px 5px rgb(2 24 93 / 10%);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 555;
	overflow: hidden;
}

.gofam_fn_mobile_menu .dropdown_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 27px 20px 22px;
	border-bottom: 1px solid #FFF;
}

.vert_menu {
	margin: 0;
	list-style-type: none;
	overflow-y: auto;
	max-height: 500px;
	max-height: 80vh;
	max-height: -moz-calc(100vh - 200px);
	max-height: -webkit-calc(100vh - 200px);
	max-height: -o-calc(100vh - 200px);
	max-height: calc(100vh - 200px)
}

.vert_menu::-webkit-scrollbar {
	width: 0
}

.vert_menu ul {
	margin: 19px 20px;
	list-style-type: none;
	/* display: none; */
	overflow: hidden
}

.vert_menu li {
	margin: 0;
	width: 100%;
	margin-bottom: 8px
}

.vert_menu li:last-child {
	margin-bottom: 0
}

.vert_menu a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 0;
	font-weight: 500;
	line-height: 1.3;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 1px solid transparent;
	position: relative
}

.vert_menu .menu-item-has-children a {
	padding-right: 20px
}

.vert_menu .fn__svg {
	width: 14px;
	height: 14px;
	position: absolute;
	color: #fff;
	display: block;
	top: 50%;
	margin-top: -7px;
	right: 0;
	transition: transform .1s ease 0s
}

.vert_menu .opened>a .fn__svg {
	transform: rotate(180deg)
}

.gofam_fn_mobile_menu .hamburger-inner,
.gofam_fn_mobile_menu .hamburger-inner:after,
.gofam_fn_mobile_menu .hamburger-inner:before {
	width: 30px;
	height: 2px
}

.gofam_fn_mobile_menu .hamburger-box {
	width: 30px
}

.gofam_fn_mobile_menu .hamburger {
	padding: 0;
	cursor: pointer
}

@media(max-width:1040px) {
	.gofam_fn_mobile_menu {
		display: block
	}

	.gofam_fn_header {
		display: none
	}
}

#discover {
	padding: 150px 0
}

.gofam_fn_discover {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between
}

.gofam_fn_discover .discover_right {
	width: 58%
}

.gofam_fn_discover .discover_left {
	width: 42%;
	padding-right: 100px
}

.gofam_fn_discover .left_in {
	max-width: 450px
}

.gofam_fn_discover .disc_desc h3 {
	font-size: 48px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px
}

.gofam_fn_discover .disc_desc p {
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 31px
}

.gofam_fn_discover .disc_info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 35px
}

.gofam_fn_discover .disc_info h3 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	color: var(--main-color);
	padding-right: 21px;
	position: relative;
	margin-right: 20px
}

.gofam_fn_discover .disc_info h3:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	background-color: #aaa;
	top: 50%;
	margin-top: -20px;
	right: 0
}

.gofam_fn_discover .disc_info p {
	margin: 0;
	padding: 0;
	font-size: 24px
}

.gofam_fn_button:after {
	content: "";
	position: absolute;
	border: 2px solid #222;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	z-index: -1;
	-webkit-transition: all .4s ease .4s;
	-moz-transition: all .4s ease .4s;
	-o-transition: all .4s ease .4s;
	transition: all .4s ease .4s
}

.gofam_fn_button:hover {
	color: #fff
}

.gofam_fn_button:hover:after {
	opacity: 0;
	transition: all .4s ease 0s
}

.gofam_fn_button {
	width: fit-content;
	height:50px;
	line-height: 48px;
	text-decoration: none;
	letter-spacing: 0;
	padding: 0 40px;
	color: var(--heading-color);
	font-size: 20px;
	font-weight: 500;
	border-radius: 15px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
	white-space: nowrap;
	z-index: 2;
	border:1px solid #bbb;
	transition: all .4s cubic-bezier(.42, 0, .58, 1)
}

.gofam_fn_button:hover {
	color: #fff;
	background-color: transparent
}

.gofam_fn_button:hover:before {
	left: 0;
	right: auto;
	width: 100%
}

.gofam_fn_button:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	z-index: -1;
	content: '';
	background: var(--main-color);
	transition: all .4s cubic-bezier(.42, 0, .58, 1);
	border-radius: 20px
}

.gofam_fn_button.small {
	font-size: 18px;
	line-height: 40px
}

.gofam_fn_button.small:after {
	border-width: 1px
}

a.gofam_fn_like {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

a.gofam_fn_like:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

a.gofam_fn_like .fn__svg {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -10px;
	color: #bbb
}

a.gofam_fn_like.liked .fn__svg {
	color: #f43737
}

.gofam_fn_like_full {
	line-height: 46px;
	text-decoration: none;
	color: #777;
	font-weight: 500;
	display: block;
	padding: 0 22px;
	font-size: 16px;
	border: 2px solid #bbb;
	border-radius: 30px
}

.gofam_fn_like_full.link {
	border: none;
	padding: 0;
	line-height: 1.5
}

.gofam_fn_like_full:hover {
	border-color: #777
}

.gofam_fn_like_full .fn__svg {
	display: inline-block;
	vertical-align: middle;
	color: #bbb;
	width: 20px;
	height: 20px;
	margin-right: 10px
}

.gofam_fn_like_full .count {
	margin-right: 3px
}

.gofam_fn_like_full.liked .fn__svg {
	color: #f43737
}

.gofam_fn_slider_title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 40px
}

.gofam_fn_slider_title .fn_title {
	font-size: 48px;
	margin: 0;
	padding: 0;
	margin-right: 20px
}

.gofam_fn_slider_title a {
	text-decoration: none;
	color: var(--heading-color);
	font-weight: 500;
	padding-left: 36px;
	position: relative;
	transition: all .3s ease
}

.gofam_fn_slider_title span {
	position: absolute;
	display: block;
	width: 25px;
	height: 1px;
	background-color: var(--heading-color);
	top: 50%;
	left: 0
}

.gofam_fn_slider_title a:hover {
	color: var(--main-color)
}

.gofam_fn_slider_title a:hover span {
	animation: sliderArrow .5s cubic-bezier(.23, .46, .4, 1) forwards
}

@keyframes sliderArrow {
	0% {
		transform-origin: right;
		transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
	}

	50% {
		transform-origin: right;
		transform: scaleX(0) translateY(calc(-50% + .5px)) translateZ(0)
	}

	51% {
		transform-origin: left
	}

	100% {
		transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
		transform-origin: left
	}
}

.gofam_fn_slider_title a:hover span:after {
	opacity: 1;
	right: 1px;
	transition: all .2s cubic-bezier(.23, .46, .4, 1);
	transition-delay: .3s
}

.gofam_fn_slider_title span:after {
	border: solid var(--heading-color);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: -3px;
	right: 1px;
	right: -2px;
	opacity: 0;
	transition: all 0s ease
}

.action_box .action_btn {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	bottom: 0;
	right: 0
}

.action_box .action_btn span {
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -2px;
	background-color: #777;
	border-radius: 100%
}

.action_box .action_btn span:after,
.action_box .action_btn span:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #777;
	border-radius: 100%;
	transition: all .3s cubic-bezier(.42, 0, .58, 1);
	top: 0
}

.action_box .action_btn span:after {
	right: 100%;
	margin-right: 5px
}

.action_box .action_btn span:before {
	left: 100%;
	margin-left: 5px
}

.action_box .action_popup {
	width: 150px;
	height: auto;
	padding: 15px 20px 13px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: var(--heading-color);
	line-height: 1.5;
	bottom: 45px;
	right: 0;
	position: absolute;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	border: 1px solid #ddd;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .2)
}

.action_box.opened .action_popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.action_box.opened .action_btn span:after {
	top: -9px;
	margin-right: -4px
}

.action_box.opened .action_btn span:before {
	top: 9px;
	margin-left: -4px
}

.action_box .action_popup h4 {
	font-size: inherit;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: inherit
}

.action_box .action_popup ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.action_box .action_popup li {
	margin-bottom: 8px
}

.action_box .action_popup li:last-child {
	margin-bottom: 0
}

.action_box .action_popup a {
	text-decoration: none;
	color: #777;
	display: block
}

.action_box .action_popup a:hover {
	color: var(--heading-color)
}

.gofam_fn_modal,
.gofam_fn_modal * {
	box-sizing: border-box
}

.gofam_fn_modal {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	z-index: -9;
	transition: all .3s ease;
	transform: scale(.9) translateY(-250px)
}

.gofam_fn_modal.opened {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	transform: scale(1) translateY(0)
}

.gofam_fn_modal .modal_in {
	position: relative;
	width: 600px;
	max-width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	overflow: hidden
}

.gofam_fn_modal .modal_content {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 16px;
	position: relative
}

.gofam_fn_modal .modal_title {
	float: left;
	width: 100%;
	clear: both;
	height: 60px;
	line-height: 60px;
	font-family: Heebo;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--heading-color);
	text-align: center;
	letter-spacing: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding: 0 70px
}

.gofam_fn_modal .modal_title:after {
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #bbb;
	height: 1px;
	position: absolute;
	content: ''
}

.gofam_fn_modal .share_title {
	float: left;
	width: 100%;
	clear: both;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: var(--heading-color);
	line-height: 1.5;
	padding-top: 32px
}

.gofam_fn_modal .share_list {
	float: left;
	width: 100%;
	clear: both;
	margin: 30px 0 24px 0;
	padding: 0 20px
}

.gofam_fn_modal .share_list ul {
	margin: 0;
	padding: 0;
	margin-left: -20px;
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

.gofam_fn_modal .share_list ul li {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	float: left
}

.gofam_fn_modal .share_list a {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #bbb;
	line-height: 66px;
	text-align: center;
	font-size: 30px;
	color: #888;
	position: relative;
	transition: all .3s ease;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-decoration: none
}

.gofam_fn_modal .share_list a:hover {
	color: var(--main-color);
	transform: translateY(-5px);
	border-color: transparent;
	border-bottom-color: var(--main-color);
	border-radius: 0;
	border-width: 4px;
	line-height: 62px
}

.gofam_fn_modal .share_list a i:before {
	margin: 0;
	padding: 0;
	width: inherit;
	display: block
}

.gofam_fn_modal .modal_closer {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 33px;
	top: 15px;
	z-index: 33;
	color: #bbb;
	transition: all .3s ease
}

.gofam_fn_modal .modal_closer:hover {
	color: #222
}

.gofam_fn_modal .modal_closer .fn__svg {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px
}

.gofam_fn_modal.report_box .modal_content {
	padding: 35px 30px 60px;
	text-align: center
}

.gofam_fn_modal.report_box .fn_title {
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	margin-bottom: 29px
}

.gofam_fn_modal.report_box .fn_desc {
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 13px
}

.gofam_fn_modal.report_box select {
	width: 100%;
	text-align: left;
	max-width: 400px;
	margin: 0 auto;
	height: 40px
}

.gofam_fn_modal.report_box input[type=submit] {
	line-height: 40px;
	padding: 0 30px;
	border-radius: 5px;
	background-color: var(--main-color);
	outline: 0;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-transform: inherit;
	font-family: var(--body-font-family);
	height: 40px;
	margin-top: 20px
}

.select2-container .select2-selection--single {
	height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
	height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px
}

.select2-container--default .select2-selection--single {
	border-color: #bbb
}

.fn__collection_item {
	border: 2px solid #ddd;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	clear: both;
	transition: all .3s ease
}

.fn__collection_item:hover {
	border-color: var(--main-color);
	transform: translateY(-5px)
}

.fn__collection_item .title_holder {
	width: 100%;
	margin-bottom: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 50px
}

.fn__collection_item .img_holder img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.fn__collection_item .gofam_fn_like {
	position: absolute;
	top: 0;
	right: 0
}

.fn__collection_item .author_img {
	width: 70px;
	min-width: 70px;
	margin-right: 20px;
	position: relative
}

.fn__collection_item .author_img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.fn__collection_item .author_img .icon {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: var(--main-color);
	bottom: 0;
	right: 0;
	color: #fff
}

.fn__collection_item .author_img .icon .fn__svg {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px
}

.fn__collection_item .fn_title {
	margin: 0;
	padding: 0;
	font-size: 24px
}

.fn__collection_item p {
	margin: 0;
	padding: 0;
	font-size: 16px
}

.fn__collection_item p a {
	color: var(--heading-color);
	text-decoration: none
}

.fn__collection_item p a:hover {
	color: var(--main-color)
}

.gofam_fn_gallery_2_1 .gallery_in {
	--gap: 8px;
	padding: 0 var(--gap);
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-column-gap: var(--gap);
	grid-row-gap: var(--gap)
}

.gofam_fn_gallery_2_1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s ease;
	transform: translateZ(0)
}

.gofam_fn_gallery_2_1 .row2 {
	grid-row: span 2
}

.gofam_fn_gallery_2_1 .item {
	position: relative;
	overflow: hidden;
	border-radius: 30px
}

.gofam_fn_gallery_2_1 .item:hover img {
	transform: scale(1.1)
}

.gofam_fn_gallery_1_1_2 .gallery_in {
	--gap: 8px;
	--num-cols: 4;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: var(--gap);
	grid-row-gap: var(--gap)
}

.gofam_fn_gallery_1_1_2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s ease;
	transform: translateZ(0)
}

.gofam_fn_gallery_1_1_2 .col2 {
	grid-column: span 2
}

.gofam_fn_gallery_1_1_2 .row2 {
	grid-row: span 2
}

.gofam_fn_gallery_1_1_2 .item {
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.gofam_fn_gallery_1_1_2 .item:hover img {
	transform: scale(1.1) translateZ(0)
}

.fn__category_item {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	transition: all .3s ease
}

.fn__category_item:hover {
	transform: translateY(-5px)
}

.fn__category_item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.fn__category_item .title_holder {
	position: absolute;
	z-index: 5;
	left: 20px;
	bottom: 20px;
	right: 20px;
	border-radius: 10px;
	background-color: #fff;
	padding: 15px 20px 14px;
	text-align: center
}

.fn__category_item .fn_title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	margin-bottom: 4px;
	font-weight: 500
}

.fn__category_item p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #777
}

.fn__artist_item {
	border: 2px solid #ddd;
	width: 100%;
	padding: 38px;
	border-radius: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	transition: all .3s ease
}

.fn__artist_item:hover {
	border-color: var(--main-color);
	transform: translateY(-5px) translateZ(0)
}

.fn__artist_item .author_img {
	position: relative;
	margin-bottom: 16px
}

.fn__artist_item .author_img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%)
}

.fn__artist_item .author_img .icon {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: var(--main-color);
	bottom: 2.5%;
	right: 12.5%;
	color: #fff;
	z-index: 6
}

.fn__artist_item .author_img .icon .fn__svg {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px
}

.fn__artist_item .fn_title {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 14px
}

.gofam_fn_follow {
	min-width: 150px;
	max-width: 100%;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	letter-spacing: 0;
	padding: 0 40px;
	color: var(--heading-color);
	font-size: 16px;
	font-weight: 500;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	justify-content: center;
	transition: all .4s cubic-bezier(.42, 0, .58, 1)
}

.gofam_fn_follow .icon {
	width: 10px;
	height: 10px;
	position: relative;
	display: block;
	display: none;
	margin-right: 6px;
	z-index: 3
}

.gofam_fn_follow .icon .fn__svg {
	width: 10px;
	height: 10px;
	display: block;
	color: #777
}

.gofam_fn_follow .plus {
	width: 10px;
	height: 10px;
	display: block;
	position: relative;
	margin-right: 6px;
	z-index: 3
}

.gofam_fn_follow .plus:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 9px;
	background-color: #222;
	left: 4px;
	top: 0;
	transition: all .4s ease 0s
}

.gofam_fn_follow .plus:before {
	position: absolute;
	content: '';
	width: 9px;
	height: 1px;
	background-color: #222;
	top: 4px;
	left: 0;
	transition: all .4s ease 0s
}

.gofam_fn_follow:after {
	content: "";
	position: absolute;
	border: 2px solid #222;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	z-index: 1;
	-webkit-transition: all .4s ease .4s;
	-moz-transition: all .4s ease .4s;
	-o-transition: all .4s ease .4s;
	transition: all .4s ease .4s
}

.gofam_fn_follow:hover {
	color: #fff
}

.gofam_fn_follow:hover:after {
	opacity: 0;
	transition: all .4s ease 0s
}

.gofam_fn_follow:hover {
	color: #fff;
	background-color: transparent
}

.gofam_fn_follow:hover:before {
	left: 0;
	right: auto;
	width: 100%
}

.gofam_fn_follow:hover .plus:after,
.gofam_fn_follow:hover .plus:before {
	background-color: #fff
}

.gofam_fn_follow:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	content: '';
	background: var(--main-color);
	transition: all .4s cubic-bezier(.42, 0, .58, 1);
	border-radius: 20px
}

.gofam_fn_follow .text {
	position: relative;
	z-index: 5;
	white-space: nowrap
}

.gofam_fn_follow.followed .icon {
	display: block
}

.gofam_fn_follow.followed:before {
	background-color: #555
}

.gofam_fn_follow.followed .plus,
.gofam_fn_follow.followed:after {
	display: none
}

.gofam_fn_follow.followed {
	background-color: #eee;
	color: #777
}

#blog {
	padding: 90px 0 200px
}

.fn__blog_item {
	margin-bottom: 53px;
	transition: all .3s ease
}

.fn__blog_item:hover {
	transform: translateY(-5px) translateZ(0)
}

.fn__blog_item .img_holder {
	position: relative
}

.fn__blog_item img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover
}

.fn__blog_item .title_holder {
	width: 100%;
	padding: 15px 20px 14px
}

.fn__blog_item .fn_title {
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 9px
}

.fn__blog_item p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #777
}

.fn_footer .footer_top {
	background-color: #eaf7eb;
	width: 100%;
	padding: 70px 0
}

.fn_footer .ft_in {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.fn_footer .ft_left {
	width: 42%;
	padding-right: 100px
}

.fn_footer .ft_left_in {
	max-width: 450px
}

.fn_footer .ft_right {
	width: 58%
}

.fn_footer .logo {
	margin-bottom: 24px
}

.fn_footer .link_list ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -20px;
	list-style-type: none
}

.fn_footer .link_list li {
	margin: 0;
	padding: 0;
	width: 25%;
	padding-left: 20px;
	margin-bottom: 6px
}

.fn_footer .link_list a {
	text-decoration: none;
	font-weight: 400;
	color: #222
}

.fn_footer .link_list a:hover {
	color: var(--main-color)
}

.fn_footer .ft_right .fn_title {
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px
}

.fn_footer .footer_bottom {
	background-color: #222;
	width: 100%;
	padding: 25px 0
}

.fn_footer .fb_in {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.fn_footer .fb_left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	-ms-align-items: center;
	align-items: center
}

.fn_footer .fb_left li {
	padding: 0;
	padding-left: 50px;
	margin: 5px 0
}

.fn_footer .fb_left p {
	font-size: 16px;
	color: #ddd
}

.fn_footer .fb_left a {
	color: #ddd;
	font-size: 16px;
	text-decoration: none
}

.fn_footer .fb_left a:hover {
	color: var(--main-color)
}

.fn_footer .social_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center
}

.fn_footer .social_list li {
	margin: 5px 30px 5px 0;
	padding: 0
}

.fn_footer .social_list a {
	color: #777;
	font-size: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px
}

.fn_footer .social_list a i {
	transition: none
}

.fn_footer .social_list a i:before {
	margin: 0;
	padding: 0;
	display: block;
	width: inherit
}

.fn_footer .social_list a:hover {
	color: #ccc
}

.fn_footer .fb_right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: 30px
}

.fn_footer .totop {
	width: 30px;
	height: 30px;
	min-width: 30px;
	background-color: #393939;
	border-radius: 3px;
	position: relative;
	margin: 5px 0
}

.fn_footer .totop:after {
	content: '';
	position: absolute;
	border: 4px solid transparent;
	border-bottom-color: #ddd;
	border-bottom-width: 5px;
	left: 10px;
	bottom: 12px
}

.fn_footer .totop:hover {
	background-color: #333
}

.frenify-cursor[data-default=no] {
	opacity: 0
}

.frenify-cursor[data-default=no].cursor-inner {
	transition: opacity .3s ease
}

.frenify-cursor[data-default=no].cursor-inner.cursor-hover,
.frenify-cursor[data-default=no].cursor-inner.cursor-slider {
	opacity: 1
}

.frenify-cursor[data-link=no].cursor-inner.cursor-hover {
	opacity: 0
}

.frenify-cursor[data-slider=no].cursor-inner.cursor-slider {
	opacity: 0
}

.frenify-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden
}

.frenify-cursor.mouse-down .fn-cursor {
	transform: scale(.9)
}

.cursor-link {
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	border: 2px solid rgba(0, 0, 0, .5);
	z-index: 10000000;
	-webkit-transition: all .08s ease-out;
	transition: all .08s ease-out
}

.cursor-outer {
	z-index: 10000000;
	-webkit-transition: transform .08s ease-out, opacity 1s ease;
	transition: transform .08s ease-out, opacity 1s ease
}

.cursor-outer .fn-cursor {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .5)
}

.cursor-inner .fn-cursor {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.cursor-outer.cursor-hover,
.cursor-outer.cursor-slider {
	opacity: 0;
	-webkit-transition: transform .08s ease-out, opacity .2s ease;
	transition: transform .08s ease-out, opacity .2s ease
}

.cursor-inner {
	z-index: 10000001
}

.cursor-inner.cursor-hover .fn-cursor {
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, .1)
}

.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor {
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 5px solid rgba(0, 0, 0, .5)
}

.cursor-inner.cursor-slider.cursor-hover span:after,
.cursor-inner.cursor-slider.cursor-hover span:before {
	background-color: #000;
	opacity: 0
}

.cursor-inner.cursor-slider .fn-left,
.cursor-inner.cursor-slider .fn-right {
	opacity: 1;
	visibility: visible
}

.cursor-inner.cursor-slider .fn-left:after {
	left: -26px
}

.cursor-inner.cursor-slider .fn-left:before {
	left: -26px
}

.cursor-inner.cursor-slider .fn-left:after {
	right: -26px
}

.cursor-inner.cursor-slider .fn-left:before {
	right: -26px
}

.cursor-inner .fn-left,
.cursor-inner .fn-right {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.cursor-inner .fn-left:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(50deg);
	left: -20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease
}

.cursor-inner .fn-left:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(130deg);
	left: -20px;
	top: 50%;
	margin-top: -2px;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease
}

.cursor-inner .fn-right:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(50deg);
	right: -20px;
	top: 50%;
	margin-top: -2px;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease
}

.cursor-inner .fn-right:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(130deg);
	right: -20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease
}

@media(max-width:1040px) {
	.frenify-cursor {
		display: none
	}
}

.gofam_fn_selling_page .desc_holder {
	text-align: center;
	padding: 100px 0 63px
}

.gofam_fn_selling_page .desc_holder img {
	margin-bottom: 42px
}

.gofam_fn_selling_page .desc_holder .fn_title {
	font-size: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 7px
}

.gofam_fn_selling_page .desc_holder p {
	margin: 0;
	padding: 0;
	font-family: var(--extra-font-family);
	font-size: 16px;
	color: var(--body-color);
	margin-bottom: 11px
}

.gofam_fn_selling_page .desc_holder a {
	text-decoration: none;
	color: var(--main-color);
	font-family: var(--extra-font-family);
	font-size: 16px;
	border-bottom: 1px solid transparent
}

.gofam_fn_selling_page .desc_holder a:hover {
	border-bottom-color: var(--main-color)
}

.gofam_fn_icon_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -45px;
	margin-bottom: 105px
}

.gofam_fn_icon_list li {
	padding: 0;
	margin: 0;
	width: 33.3333%;
	padding-left: 45px;
	margin-bottom: 45px
}

.gofam_fn_icon_list .item {
	padding: 50px 50px 44px;
	width: 100%;
	border-radius: 15px;
	border: 2px solid #ddd;
	height: 100%;
	text-align: center;
	background-color: #fff;
	transition: all .3s ease
}

.gofam_fn_icon_list .item:hover {
	border-color: var(--main-color);
	transform: translateY(-5px) translateZ(0)
}

.gofam_fn_icon_list img {
	margin: 0;
	padding: 0;
	margin-bottom: 15px
}

.gofam_fn_icon_list .fn_title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	margin-bottom: 8px
}

.gofam_fn_icon_list .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #777;
	font-family: var(--extra-font-family)
}

@media(max-width:1040px) {
	.gofam_fn_icon_list li {
		width: 50%
	}
}

@media(max-width:768px) {
	.gofam_fn_icon_list li {
		width: 100%
	}
}

.fn__single_item {
	width: 100%;
	position: relative;
	transition: all .3s ease
}

.fn__single_item:hover {
	transform: translateY(-5px)
}

.fn__single_item .img_holder {
	position: relative
}

.fn__single_item .img_holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px
}

.fn__single_item a.gofam_fn_like {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 5
}

.fn__single_item .action_box {
	position: absolute;
	z-index: 11;
	bottom: -20px;
	right: 20px
}

.fn__single_item .title_holder {
	padding: 15px 20px 0
}

.fn__single_item .title_holder .fn_title {
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 6px
}

.fn__single_item .title_holder p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #777;
	line-height: 1.5
}

.fn__single_item .title_holder p span {
	display: inline-block;
	border-radius: 3px;
	color: var(--main-color);
	padding: 0 6px;
	background-color: #d6efd8;
	font-weight: 600;
	margin-right: 3px
}

.fn__single_item .title_holder p.initial span {
	color: #222;
	background-color: #eee
}

.fn__single_item .countdown_holder {
	position: absolute;
	z-index: 10;
	left: 20px;
	bottom: 20px;
	padding: 0 15px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 80%;
	background-color: #000;
	color: #ccc;
	font-size: 14px;
	font-weight: 400;
	border-radius: 30px
}

.gofam_fn_auction_slider .fn__single_item .title_holder,
.gofam_fn_item_slider .fn__single_item .title_holder {
	padding-bottom: 70px
}

.author_info_box {
	padding: 20px 0 0px 0;
}

.author_info_box .info_box {
	width: 100%;
	padding: 40px;
	background-color: trasparent;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}

.author_info_box .author_content {
	width: 100%
}

.author_info_box .author_img {
	width: 180px;
	min-width: 180px;
	position: relative;
	margin-right: 40px
}

.author_info_box .author_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%
}

.author_info_box .author_img .icon {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: var(--main-color);
	bottom: 2.5%;
	right: 12.5%;
	color: #fff
}

.author_info_box .author_img .icon .fn__svg {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px
}

.author_info_box .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	margin-bottom: 8px;
	color: #fff;
}

.author_info_box .desc p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
	margin-bottom: 9px
}

.author_info_box .author_meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px
}

.author_info_box .author_meta>* {
	margin: 5px 10px 5px 0
}

.author_info_box .author_meta>:last-child {
	/*margin-right: 0*/
	margin: 0 auto;
}

.author_info_box .info {
	padding: 0 20px;
	background-color: #e5e5e5;
	border-radius: 5px
}

.author_info_box .info span {
	line-height: 40px;
	color: #777;
	font-size: 16px;
	font-weight: 500
}

.fn__id {
	display: inline-block;
	max-width: 105px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	position: relative
}

.author_info_box .info span:first-child {
	position: relative;
	margin-right: 31px
}

.author_info_box .info span:first-child:after {
	content: '';
	position: absolute;
	height: 24px;
	width: 1px;
	background-color: #bbb;
	right: -15px;
	top: 50%;
	margin-top: -12px
}

.gofam_fn_modal .gofam_fn_follow .plus:after,
.gofam_fn_modal .gofam_fn_follow .plus:before,
.author_info_box .gofam_fn_follow .plus:after,
.author_info_box .gofam_fn_follow .plus:before {
	background-color: #777
}

.gofam_fn_modal .gofam_fn_follow:hover .plus:after,
.gofam_fn_modal .gofam_fn_follow:hover .plus:before,
.author_info_box .gofam_fn_follow:hover .plus:after,
.author_info_box .gofam_fn_follow:hover .plus:before {
	background-color: #fff
}

.gofam_fn_modal .gofam_fn_follow,
.author_info_box .gofam_fn_follow {
	color: #777
}

.gofam_fn_modal .gofam_fn_follow:hover,
.author_info_box .gofam_fn_follow:hover {
	color: #fff
}

.gofam_fn_modal .gofam_fn_follow:after,
.author_info_box .gofam_fn_follow:after {
	border-color: #bbb
}

.author_info_box .author_action {
	position: relative
}

.author_info_box .author_action .action_btn {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	background-color: #e5e5e5;
	border-radius: 5px
}

.author_info_box .author_action .action_btn span {
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -2px;
	background-color: #777;
	border-radius: 100%
}

.author_info_box .author_action .action_btn span:after,
.author_info_box .author_action .action_btn span:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #777;
	border-radius: 100%;
	transition: all .3s cubic-bezier(.42, 0, .58, 1);
	top: 0
}

.author_info_box .author_action .action_btn span:after {
	right: 100%;
	margin-right: 5px
}

.author_info_box .author_action .action_btn span:before {
	left: 100%;
	margin-left: 5px
}

.author_info_box .author_action .action_popup {
	width: 150px;
	height: auto;
	padding: 15px 20px 13px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: var(--heading-color);
	line-height: 1.5;
	top: 100%;
	left: 0;
	position: absolute;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(21px);
	border: 1px solid #ddd;
	box-shadow: 0 5px 30px rgb(0 0 0 / 20%)
}

.author_info_box .author_action.opened .action_popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(1px)
}

.author_info_box .author_action.opened .action_btn span:after {
	top: -9px;
	margin-right: -4px
}

.author_info_box .author_action.opened .action_btn span:before {
	top: 9px;
	margin-left: -4px
}

.author_info_box .author_action .action_popup ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.author_info_box .author_action .action_popup li {
	margin-bottom: 8px
}

.author_info_box .author_action .action_popup li:last-child {
	margin-bottom: 0
}

.author_info_box .author_action .action_popup a {
	text-decoration: none;
	color: #777;
	display: block
}

.author_info_box .author_action .action_popup a:hover {
	color: var(--heading-color)
}

.author_info_box .followers a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #777;
	border-bottom: 1px solid transparent
}

.author_info_box .followers a:hover {
	border-bottom-color: #777
}

.author_info_box .followers a:first-child {
	margin-right: 15px
}

.author_info_box .followers span {
	font-weight: 600;
	color: var(--heading-color)
}

.mini_item {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border-radius: 10px;
	background-color: transparent;
	transition: all .3s ease
}

.mini_item:hover {
	background-color: #eee
}

.mini_item .mi_left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}

.mini_item .author_img {
	width: 70px;
	min-width: 70px;
	position: relative;
	margin-right: 20px
}

.mini_item .author_img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.mini_item .author_img .icon {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: var(--main-color);
	bottom: 0;
	right: 0;
	color: #fff
}

.mini_item .author_img .icon .fn__svg {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px
}

.mini_item .fn_title {
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-bottom: 6px
}

.mini_item .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #777
}

.gofam_fn_modal.follower_box .modal_content {
	padding: 30px 0
}

.gofam_fn_modal.follower_box .list {
	margin: 0;
	padding: 0 30px;
	list-style-type: none;
	max-height: 470px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #999 #fff
}

.gofam_fn_modal.follower_box .list::-webkit-scrollbar {
	width: 11px
}

.gofam_fn_modal.follower_box .list:-webkit-scrollbar-track {
	background: #fff
}

.gofam_fn_modal.follower_box .list::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 10px;
	border: 3px solid #fff
}

.gofam_fn_modal.follower_box .list li {
	margin-bottom: 5px
}

.gofam_fn_modal.follower_box .list li:last-child {
	margin-bottom: 0
}

.gofam_fn_tabs .tab_bottom {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.gofam_fn_tabs .tab_filter_wrapper {
	width: 100%;
	padding-left: 350px
}

.gofam_fn_tabs .tab_filter {
	padding: 0 40px;
	position: relative
}

.gofam_fn_tabs .tab_filter .ccc {
	position: absolute;
	bottom: -2px;
	width: 0;
	background-color: var(--main-color);
	display: block;
	height: 4px;
	transition: all .5s ease;
	border-radius: 5px
}

.gofam_fn_tabs .tab_filter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin-left: -15px
}

.gofam_fn_tabs .tab_filter li {
	margin: 0;
	padding: 0;
	margin-left: 15px
}

.gofam_fn_tabs .tab_filter a {
	display: block;
	text-decoration: none;
	line-height: 57px;
	padding: 0 20px;
	color: var(--heading-color);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative
}

.gofam_fn_tabs .tab_filter .text {
	position: relative;
	line-height: 1
}

.gofam_fn_tabs .tab_filter .text span {
	position: absolute;
	font-size: 12px;
	color: #777;
	bottom: 100%;
	left: 100%;
	margin-bottom: -5px;
	white-space: nowrap
}

.gofam_fn_tabs .tab_content {
	width: 100%;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb
}

.gofam_fn_tabs .tab_header {
	padding: 40px;
	border-bottom: 1px solid #bbb
}

.gofam_fn_tabs .tab_header .links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap
}

.gofam_fn_tabs .tab_header .links a {
	display: block;
	width: fit-content;
	max-width: 100%;
	padding: 0 30px;
	line-height: 40px;
	background-color: #eee;
	color: var(--heading-color);
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	margin: 5px 10px 5px 0
}

.gofam_fn_tabs .tab_header .links a.current {
	background-color: var(--main-color);
	color: #fff
}

.gofam_fn_searchpanel {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.gofam_fn_searchpanel .search_right {
	margin-left: 20px
}

.gofam_fn_searchpanel .search_right p {
	margin: 5px 0;
	padding: 0;
	font-size: 18px;
	color: #222;
	font-weight: 600;
	line-height: 40px;
	white-space: nowrap
}

.gofam_fn_searchpanel .search_left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap
}

.gofam_fn_searchpanel .search_left>* {
	margin: 5px 10px 5px 0;
	position: relative
}

.gofam_fn_searchpanel .search_left>:last-child {
	margin-right: 0
}

.gofam_fn_tabs .tab_list {
	padding: 40px
}

.gofam_fn_tabs .fn__single_item .title_holder .fn_title {
	font-size: 20px
}

.gofam_fn_tabs .tab_list .gofam_fn_pagination {
	margin-bottom: 60px
}

.input_wrapper {
	position: relative;
	cursor: pointer
}

.dd_filter {
	position: relative
}

.input_wrapper input {
	width: 200px;
	height: 40px;
	background-color: transparent;
	padding: 0 30px 0 10px;
	line-height: 38px;
	margin: 0;
	outline: 0;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 0;
	max-width: 100%;
	min-width: 100%;
	border: 1px solid #bbb;
	cursor: pointer
}

.input_wrapper .fn__svg {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 10px;
	z-index: 2;
	top: 50%;
	margin-top: -7px;
	color: #bbb;
	display: block
}

.input_dd_list {
	position: absolute;
	top: 100%;
	z-index: 3;
	width: 100%;
	background-color: #fff;
	height: auto;
	padding: 15px 20px 13px;
	border-radius: 5px;
	font-size: 16px;
	color: var(--heading-color);
	line-height: 1.5;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	border: 1px solid #ddd;
	box-shadow: 0 5px 30px rgb(0 0 0 / 20%)
}

.input_dd_list>* {
	margin-bottom: 8px
}

.input_dd_list>:last-child {
	margin-bottom: 0
}

.opened .input_dd_list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.input_dd_list a {
	text-decoration: none;
	color: #777;
	display: block
}

.input_dd_list a:hover {
	color: var(--heading-color)
}

.gofam_fn_searchpanel .filter_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}

.gofam_fn_searchpanel a.clear {
	text-decoration: none;
	font-size: 16px;
	color: #777
}

.gofam_fn_searchpanel a.clear:hover {
	color: var(--heading-color)
}

.gofam_fn_tabs .gofam_fn_filters {
	width: 350px;
	min-width: 350px;
	background-color: #eee
}

.gofam_fn_filters .filter_header {
	background-color: #222;
	padding: 15px 20px;
	position: relative;
	min-height: 54px;
	width: -moz-calc(100% + 1px);
	width: -webkit-calc(100% + 1px);
	width: -o-calc(100% + 1px);
	width: calc(100% + 1px)
}

.gofam_fn_filters .filter_header .icon {
	display: block;
	position: absolute;
	width: 14px;
	height: 2px;
	background-color: #acacac;
	right: 20px;
	top: 50%;
	margin-top: -1px
}

.gofam_fn_filters .filter_header .icon:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 14px;
	background-color: #acacac;
	left: 50%;
	margin-left: -1px;
	top: -6px;
	opacity: 0
}

.gofam_fn_filters .filter_header .text {
	display: block;
	font-size: 18px;
	color: #ddd;
	font-weight: 400;
	line-height: 24px
}

.gofam_fn_filters .filter_item {
	border-bottom: 1px solid #bbb
}

.gofam_fn_filters .filter_item__header {
	background-color: #eee;
	position: relative;
	padding: 20px
}

.gofam_fn_filters .filter_item__header .text {
	line-height: 30px;
	color: var(--heading-color);
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase
}

.gofam_fn_filters .closed .filter_item__header .fn__svg {
	transform: rotate(180deg)
}

.gofam_fn_filters .filter_item__header .fn__svg {
	width: 14px;
	height: 14px;
	position: absolute;
	color: #777;
	display: block;
	top: 50%;
	margin-top: -7px;
	right: 20px;
	transition: transform .1s ease 0s
}

.gofam_fn_filters .filter_item__content {
	width: 100%;
	height: initial;
	overflow: visible;
	transition: height .1s ease 0s
}

.gofam_fn_filters .closed .filter_item__content {
	height: 0;
	overflow: hidden
}

.gofam_fn_filters .ic_in {
	width: 100%;
	padding: 30px 20px;
	background-color: #fff
}

.gofam_fn_filters .items {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px
}

.gofam_fn_filters .items>li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 100%
}

.gofam_fn_filters .items>li.half {
	width: 50%
}

.checkbox {
	width: 100%;
	display: block;
	position: relative;
	padding-left: 23px;
	cursor: pointer;
	font-size: 16px;
	color: #777;
	margin-bottom: 4px
}

.checkbox .checkmark .fn__svg {
	width: 12px;
	height: 12px;
	position: relative;
	top: 1px;
	left: 1px;
	display: none;
	color: var(--main-color)
}

.checkbox input:checked~.checkmark {
	border-color: var(--main-color)
}

.checkbox input:checked~.checkmark .fn__svg {
	display: block
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkbox .checkmark {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	border: 1px solid #bbb;
	border-radius: 3px
}

.checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.gofam_fn_filters .items input[type=number] {
	width: 100%;
	min-width: inherit;
	height: 40px;
	line-height: 38px;
	border: 1px solid #bbb;
	border-radius: 5px;
	outline: 0
}

.gofam_fn_filters .apply {
	display: block;
	width: fit-content;
	max-width: 100%;
	padding: 0 30px;
	line-height: 40px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500
}

.gofam_fn_filters .filter_event_type .ic_in {
	padding-bottom: 20px
}

.gofam_fn_filters .filter_collections .fn_search {
	margin-bottom: 18px
}

.gofam_fn_filters .filter_collections .ic_in {
	padding-bottom: 20px
}

.gofam_fn_filters .filter_price .ic_in {
	padding-bottom: 20px
}

.gofam_fn_filters .filter_chains .ic_in,
.gofam_fn_filters .filter_status .ic_in {
	padding-top: 27px;
	padding-bottom: 13px
}

.gofam_fn_filters .filter_header .icon,
.gofam_fn_tabs .gofam_fn_filters,
.gofam_fn_tabs .tab_filter_wrapper {
	transition: all .4s ease
}

@media(min-width:769px) {
	.gofam_fn_tabs.closed .tab_filter_wrapper {
		padding-left: 54px
	}

	.gofam_fn_tabs.closed .gofam_fn_filters {
		width: 54px;
		min-width: 54px
	}

	.gofam_fn_tabs.closed .gofam_fn_filters .filter_header .text {
		display: none
	}

	.gofam_fn_tabs.closed .gofam_fn_filters .filter_content {
		display: none
	}

	.gofam_fn_tabs.closed .gofam_fn_filters .filter_header .icon:after {
		opacity: 1
	}

	.gofam_fn_tabs.closed .gofam_fn_filters .filter_header .icon {
		transform: rotate(180deg)
	}
}

.gofam_fn_tabs .fn__collection_item .fn_title {
	font-size: 20px
}

.fn__activity_table .at_header {
	padding: 18px 40px;
	background-color: #eee
}

.fn__activity_table .at_list {
	padding-bottom: 140px
}

.fn__activity_table .at_item {
	padding: 20px 40px;
	position: relative
}

.fn__activity_table .at_item:after {
	bottom: 0;
	height: 1px;
	content: '';
	position: absolute;
	background-color: #ddd;
	left: 40px;
	right: 40px
}

.fn__activity_table .at_header,
.fn__activity_table .at_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-ms-align-items: center;
	align-items: center
}

.fn__activity_table .at_header .item,
.fn__activity_table .at_item .item {
	padding-right: 10px
}

.fn__activity_table .at_header .item {
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	text-transform: uppercase
}

.fn__activity_table .at_item .item {
	font-weight: 400;
	font-size: 18px;
	color: var(--heading-color)
}

.fn__price_rate .fn_title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 1px
}

.fn__price_rate .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #777
}

.fn__price_rate .price_rate {
	display: inline-block;
	margin-left: 7px
}

.fn__price_rate .price_rate .fn__svg {
	width: 13px;
	height: 13px;
	display: block;
	transform: rotate(-90deg);
	color: #777
}

.fn__price_rate .price_rate.increase .fn__svg {
	color: var(--main-color)
}

.fn__price_rate .price_rate.decrease .fn__svg {
	color: red;
	transform: rotate(90deg)
}

.fn__activity_table .at_item .item_from a,
.fn__activity_table .at_item .item_to a {
	text-decoration: none;
	color: var(--heading-color)
}

.fn__activity_table .at_item .item_from a:hover,
.fn__activity_table .at_item .item_to a:hover {
	color: var(--main-color)
}

.item_time a {
	text-decoration: none;
	color: #777
}

.item_time a:hover {
	color: var(--heading-color)
}

.item_time .fn__svg {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px
}

.activity .item {
	width: 16%
}

.activity .item_event {
	width: 11%
}

.activity .item_price {
	width: 11%
}

.activity .item_info {
	width: 22%
}

.activity .item_quantity {
	width: 8%
}

.activity .at_item .item_event {
	font-weight: 600
}

@media(max-width:1200px) {

	.activity .item_from,
	.activity .item_quantity,
	.activity .item_to {
		display: none
	}

	.activity .item_info {
		width: 44%
	}

	.activity .item_price {
		width: 22%
	}

	.activity .item_event {
		width: 15%
	}

	.activity .item_time {
		width: 19%
	}
}

@media(max-width:768px) {
	.activity .item_time {
		display: none
	}

	.activity .item_event {
		width: 20%
	}

	.activity .item_price {
		width: 36%
	}
}

.offer .item_info {
	width: 28%
}

.offer .item_price {
	width: 18%
}

.offer .item_from {
	width: 18%
}

.offer .item_expire {
	width: 18%
}

.offer .item_time {
	width: 18%
}

.offer .at_item .item_expire,
.offer .at_item .item_time {
	color: #777
}

@media(max-width:1200px) {

	.offer .item_expire,
	.offer .item_from,
	.offer .item_time {
		display: none
	}

	.offer .item_info {
		width: 60%
	}

	.offer .item_price {
		width: 40%
	}
}

.item__short {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}

.item__short .img_holder {
	width: 50px;
	min-width: 50px;
	position: relative;
	margin-right: 10px
}

.item__short .img_holder img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover
}

.item__short .img_holder .verified_icon {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 6
}

.item__short .fn_title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 1px
}

.item__short .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #777
}

.item__short .fn_desc a {
	text-decoration: none;
	color: inherit
}

.item__short .fn_desc a:hover {
	color: var(--heading-color)
}

.verified_icon {
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: var(--main-color);
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.verified_icon .fn__svg {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px
}

.gofam_fn_activity_page .gofam_fn_tabs .tab_content {
	border-top: none
}

.gofam_fn_add_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 70px 0
}

.gofam_fn_add_item .preview_part {
	padding-right: 50px;
	min-width: 410px
}

.gofam_fn_add_item .field_part {
	width: 100%
}

.gofam_fn_add_item .top_title .fn_title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 24px
}

.gofam_fn_upload_media {
	margin-bottom: 27px
}

.gofam_fn_upload_media label {
	width: 100%;
	text-align: center;
	background-color: #eee;
	border-radius: 10px;
	border: 2px dashed #b7b7b7;
	cursor: pointer;
	padding: 55px 20px 60px 20px;
	font-size: 16px;
	color: #777;
	line-height: 1.5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center
}

.gofam_fn_upload_media input {
	display: none
}

.gofam_fn_upload_media .desc {
	margin-bottom: 23px
}

.gofam_fn_add_item .fields {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -20px
}

.gofam_fn_add_item .field {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 25px;
	width: 100%
}

.gofam_fn_add_item .start .field_item {
	height: auto
}

.gofam_fn_add_item .field_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.gofam_fn_add_item .field_item.end {
	justify-content: flex-end
}

.gofam_fn_add_item .label {
	display: block;
	width: 100%;
	font-size: 16px;
	color: var(--heading-color);
	font-weight: 400;
	margin-bottom: 4px
}

.gofam_fn_add_item .label span {
	color: #777
}

.gofam_fn_add_item input[type=text],
.gofam_fn_add_item textarea {
	width: 100%;
	padding: 0 10px;
	height: auto;
	line-height: 48px;
	border: 1px solid #bbb;
	border-radius: 10px;
	outline: 0;
	background-color: transparent;
	font-size: 16px;
	display: block;
	min-width: 100%;
	max-width: 100%
}

.gofam_fn_add_item input[type=text]:focus,
.gofam_fn_add_item textarea:focus {
	background-color: transparent;
	border-color: #777
}

.gofam_fn_add_item textarea {
	line-height: 1.5;
	padding: 6px 10px;
	height: 100px
}

.gofam_fn_add_item .fn_desc {
	width: 100%;
	font-size: 14px;
	color: #777;
	margin-bottom: 31px;
	margin-top: 7px
}

.gofam_fn_add_item .filters {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -30px
}

.gofam_fn_add_item .filter {
	width: auto;
	margin: 0;
	padding: 0;
	padding-left: 30px
}

.gofam_fn_add_item .field.col8 {
	width: 66.6666%
}

.gofam_fn_add_item .field.col4 {
	width: 33.3333%
}

.gofam_fn_add_btn {
	padding: 0 20px 0 50px;
	line-height: 48px;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 10px;
	font-size: 16px;
	color: var(--heading-color);
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.gofam_fn_add_btn .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #eee
}

.gofam_fn_add_btn .icon:after {
	width: 2px;
	height: 10px;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -1px;
	background-color: #bbb
}

.gofam_fn_add_btn .icon:before {
	width: 10px;
	height: 2px;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -5px;
	background-color: #bbb
}

.gofam_fn_add_item .links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center
}

.gofam_fn_add_item .cancel {
	text-decoration: none;
	font-size: 16px;
	color: #777
}

.gofam_fn_add_item .cancel:hover {
	color: #222
}

.gofam_fn_add_item .add {
	padding: 0 20px;
	margin-right: 20px;
	font-size: 16px
}

.gofam_fn_add_item .add:after {
	border-width: 2px
}

.gofam_fn_sign_in .sign_in,
.gofam_fn_sign_up .sign_up {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 95px 0 144px
}

.gofam_fn_sign_in .title_holder,
.gofam_fn_sign_up .title_holder {
	text-align: center
}

.gofam_fn_sign_in .title_holder .fn_title,
.gofam_fn_sign_up .title_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	margin-bottom: 3px
}

.gofam_fn_sign_in .title_holder .fn_desc,
.gofam_fn_sign_up .title_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: var(--body-color);
	font-family: var(--extra-font-family);
	margin-bottom: 41px
}

.gofam_fn_sign_in .field,
.gofam_fn_sign_up .field {
	display: block;
	width: 100%;
	font-size: 16px;
	color: var(--heading-color);
	font-weight: 400;
	margin-bottom: 4px
}

.gofam_fn_sign_in input[type=email],
.gofam_fn_sign_in input[type=password],
.gofam_fn_sign_in input[type=text],
.gofam_fn_sign_up input[type=email],
.gofam_fn_sign_up input[type=password],
.gofam_fn_sign_up input[type=text] {
	width: 100%;
	padding: 0 10px;
	height: auto;
	line-height: 48px;
	border: 1px solid #bbb;
	border-radius: 10px;
	outline: 0;
	background-color: transparent;
	font-size: 16px;
	display: block;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 26px
}

.gofam_fn_sign_in .sign-in-button,
.gofam_fn_sign_up .sign-up-button {
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	margin-bottom: 26px
}

.gofam_fn_sign_in .fn_desc,
.gofam_fn_sign_up .fn_desc {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: var(--body-color)
}

.gofam_fn_sign_in .fn_desc a,
.gofam_fn_sign_up .fn_desc a {
	text-decoration: none;
	color: var(--main-color);
	border-bottom: 1px solid transparent
}

.gofam_fn_sign_in .fn_desc a:hover,
.gofam_fn_sign_up .fn_desc a:hover {
	border-bottom-color: var(--main-color)
}

.gofam_fn_sign_in .checkbox,
.gofam_fn_sign_up .checkbox {
	margin-bottom: 27px;
	margin-top: 2px
}

.fn__collection_info {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	position: relative
}

.fn__collection_info .img_holder img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.fn__collection_info .author_img {
	width: 120px;
	min-width: 120px;
	margin-right: 20px;
	position: relative
}

.fn__collection_info .author_img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.fn__collection_info .author_img .icon {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: var(--main-color);
	bottom: 0;
	right: 12.5%;
	color: #fff;
	z-index: 6
}

.fn__collection_info .author_img .icon .fn__svg {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px
}

.fn__collection_info .fn_title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color:#000;
}

.fn__collection_info p {
	margin: 0;
	padding: 0;
	font-size: 16px
}

.fn__collection_info p a {
	color: var(--heading-color);
	text-decoration: none
}

.fn__collection_info p a:hover {
	color: var(--main-color)
}

.gofam_fn_collection_bg {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.gofam_fn_collection_header {
	padding: 30px 0;
	background-color: #fff;
	margin-bottom: 40px
}

.gofam_fn_collection_header .coll_header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between
}

.gofam_fn_collection_header .left_part {
	padding-right: 30px
}

.gofam_fn_collection_header .right_part {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end
}

.gofam_fn_collection_header .right_part>* {
	margin: 5px 0 5px 10px
}

.gofam_fn_collection_header .gofam_fn_follow {
	padding: 0 20px;
	line-height: 50px;
	color: #777
}

.gofam_fn_collection_header .gofam_fn_follow:after {
	border-color: #bbb
}

.gofam_fn_collection_header .gofam_fn_follow .plus {
	width: 16px;
	height: 16px
}

.gofam_fn_collection_header .gofam_fn_follow .plus:before {
	width: 16px;
	height: 2px;
	top: 7px;
	background-color: #777
}

.gofam_fn_collection_header .gofam_fn_follow .plus:after {
	width: 2px;
	height: 16px;
	left: 7px;
	background-color: #777
}

.gofam_fn_collection_header .gofam_fn_follow:hover {
	color: #fff
}

.gofam_fn_collection_header .gofam_fn_follow:hover .plus:after,
.gofam_fn_collection_header .gofam_fn_follow:hover .plus:before {
	background-color: #fff
}

.action_collection {
	position: relative
}

.action_collection .action_btn {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 100%;
	border: 2px solid #bbb
}

.action_collection .action_btn:hover,
.action_collection.opened .action_btn {
	border-color: #777
}

.action_collection .action_btn span {
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -2px;
	background-color: #777;
	border-radius: 100%
}

.action_collection .action_btn span:after,
.action_collection .action_btn span:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #777;
	border-radius: 100%;
	transition: all .3s cubic-bezier(.42, 0, .58, 1);
	top: 0
}

.action_collection .action_btn span:after {
	right: 100%;
	margin-right: 5px
}

.action_collection .action_btn span:before {
	left: 100%;
	margin-left: 5px
}

.action_collection .action_popup {
	width: 150px;
	height: auto;
	padding: 15px 20px 13px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: var(--heading-color);
	line-height: 1.5;
	top: 100%;
	right: 0;
	position: absolute;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	border: 1px solid #ddd;
	box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
	z-index: 2
}

.action_collection.opened .action_popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(20px)
}

.action_collection.opened .action_btn span:after {
	top: -9px;
	margin-right: -4px
}

.action_collection.opened .action_btn span:before {
	top: 9px;
	margin-left: -4px
}

.action_collection .action_popup ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.action_collection .action_popup li {
	margin-bottom: 8px
}

.action_collection .action_popup li:last-child {
	margin-bottom: 0
}

.action_collection .action_popup a {
	text-decoration: none;
	color: #777;
	display: block
}

.action_collection .action_popup a:hover {
	color: var(--heading-color)
}

.gofam_fn_boxed_counter ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	margin-left: -40px
}

.gofam_fn_boxed_counter li {
	margin: 0;
	padding: 0;
	padding-left: 40px;
	margin-bottom: 40px;
	width: 25%
}

.gofam_fn_boxed_counter .item {
	border: 2px solid #ddd;
	width: 100%;
	text-align: center;
	padding: 25px 20px 24px;
	border-radius: 10px;
	transition: all .3s ease;
	height: 100%;
	transform: translateZ(0)
}

.gofam_fn_boxed_counter .item:hover {
	border-color: var(--main-color);
	transform: translateY(-5px) translateZ(0)
}

.gofam_fn_boxed_counter .fn_title {
	font-size: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 1px
}

.gofam_fn_boxed_counter .fn_desc {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #777
}

.gofam_fn_hide_text {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 113px;
	margin-top: -6px
}

.gofam_fn_hide_text.ready {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 48px
}

.gofam_fn_hide_text p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-family: var(--extra-font-family);
	margin-bottom: 18px
}

.gofam_fn_hide_text p:last-child {
	margin-bottom: 0
}

.gofam_fn_hide_text a {
	text-decoration: none;
	color: var(--main-color);
	position: relative;
	font-size: inherit;
	line-height: inherit;
	right: 0;
	bottom: 0;
	background-color: var(--body-background-color);
	display: inline-block
}

.gofam_fn_hide_text a:after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: transparent;
	content: '';
	position: absolute;
	transition: all .3s ease
}

.gofam_fn_hide_text a:hover:after {
	background-color: var(--main-color)
}

.gofam_fn_hide_text.ready a {
	position: absolute;
	padding-left: 20px
}

.gofam_fn_hide_text.ready a:after {
	left: 20px
}

.gofam_fn_hide_text.enough a {
	display: none
}

.gofam_fn_activity_graph .graph_top {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 40px
}

.gofam_fn_activity_graph .top_item {
	margin: 0 10px 10px 0
}

.gofam_fn_activity_graph .top_item p {
	margin: 0;
	padding: 0 15px;
	line-height: 40px;
	background-color: #eee;
	border-radius: 5px;
	color: #777;
	font-size: 16px;
	font-weight: 400
}

.gofam_fn_activity_graph .top_item p span {
	font-weight: 600;
	color: var(--heading-color)
}

.gofam_fn_activity_graph .graph_bottom {
	padding: 0 40px 40px 40px
}

.gofam_fn_activity_graph .graph_bottom canvas {
	max-width: 100% !important
}

#chartjs-tooltip {
	background-color: rgba(0, 0, 0, .9);
	padding: 10px;
	border-radius: 5px;
	width: 120px;
	text-align: center;
	transition: all .5s ease;
	transform: translateX(-50%) translateY(-120%);
	z-index: 5
}

#chartjs-tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	margin-top: -1px;
	border-top-color: rgba(0, 0, 0, .9)
}

#chartjs-tooltip .fn_title {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-family: var(--heading-font-family)
}

#chartjs-tooltip p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	color: #bbb;
	margin-bottom: 3px;
	font-family: var(--heading-font-family)
}

.gofam_fn_blog .page_title_holder {
	padding: 55px 0 55px
}

.gofam_fn_blog .page_title_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: var(--heading-color);
	margin-bottom: 7px;
	text-align: center
}

.gofam_fn_blog .page_title_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
	font-family: var(--extra-font-family);
	text-align: center
}

.gofam_fn_blog_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -45px;
	flex-wrap: wrap
}

.gofam_fn_blog_list .list_item {
	margin: 0;
	padding: 0;
	width: 33.3333%;
	padding-left: 45px;
	/*margin-bottom: 40px*/
}

.gofam_fn_blog_list .img_holder {
	border-radius: 10px;
	overflow: hidden;
	position: relative
}

.gofam_fn_blog_list img {
	/*width: 100%;
	height: 100%;*/
	object-fit: cover
}

.gofam_fn_blog_list .title_holder {
	width: 100%;
	padding: 21px 0 14px
}

.gofam_fn_blog_list .fn_title {
	font-size: 22px;
	margin: 0;
	padding: 0;
	margin-bottom: 9px
}
.gofam_fn_blog_list .fn_title a {
	color: #A57865;	
}
.gofam_fn_blog_list p {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height:30px;
}

.gofam_fn_pagination {
	margin-bottom: 145px
}

.gofam_fn_pagination ul {
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	list-style-type: none;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-left: -10px
}

.gofam_fn_pagination li {
	margin: 0 0 5px 0;
	padding: 0;
	padding-left: 10px
}

.gofam_fn_pagination a,
.gofam_fn_pagination span {
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 38px;
	border: 1px solid #bbb;
	color: var(--heading-color);
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	transition: all .3s ease
}

.gofam_fn_pagination .current {
	border-color: #ddd;
	color: #777;
	background-color: #f5f5f5
}

.gofam_fn_pagination a:hover,
.gofam_fn_pagination span:hover {
	border-color: #777;
	transform: translateY(-3px)
}

.gofam_fn_pagination.multiple a,
.gofam_fn_pagination.multiple span {
	min-width: 80px;
	width: auto;
	padding: 0 10px
}

.gofam_fn_discover .page_title_holder {
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
	padding: 95px 0 55px;
	position: relative;
	z-index: 10
}

.gofam_fn_discover .page_title_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: var(--heading-color);
	margin-bottom: 7px;
	text-align: center
}

.gofam_fn_discover .page_title_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: var(--body-color);
	font-family: var(--extra-font-family);
	margin-bottom: 20px;
	text-align: center
}

.gofam_fn_discover .page_title_holder .filters {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-left: -10px
}

.gofam_fn_discover .page_title_holder .filters>* {
	padding-left: 10px;
	margin: 5px 0
}

.gofam_fn_blog_single {
	padding: 50px 0 100px
}

.gofam_fn_blog_single .img_holder {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 43px
}

.gofam_fn_blog_single .img_holder img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gofam_fn_blog_single .blog_container {
	margin: 0 auto
}

.gofam_fn_blog_single .blog_video_content {
	float:right;
	max-width:400px;margin-left: 10px;
}

.gofam_fn_blog_single .title_holder {
	padding-bottom: 44px;
	border-bottom: 2px solid var(--main-color);
	margin-bottom: 50px
}

.gofam_fn_blog_single .title_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 36px;
	margin-bottom: 10px
}

.gofam_fn_blog_single .title_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #777
}

.gofam_fn_blog_single .blog_content p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: var(--body-color);
	font-family: var(--extra-font-family);
	line-height: 30px;
	margin-bottom: 33px
}

.gofam_fn_blog_single .blog_content p a {
	border-bottom: 1px solid transparent;
	color: var(--body-color);
	text-decoration: none
}

.gofam_fn_blog_single .blog_content p a:hover {
	border-bottom-color: var(--body-color)
}

.gofam_fn_blog_single .blog_content>:last-child {
	margin-bottom: 0
}

.gofam_fn_blog_single .blog_content h4 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	margin-bottom: 33px
}

.gofam_fn_blog_single .blog_content ol {
	list-style-position: inside;
	margin: 0 0 38px 30px
}

.gofam_fn_blog_single .blog_content ol p {
	display: inline
}

.gofam_fn_blog_single .blog_content li {
	margin-bottom: 3px
}

.gofam_fn_blog_single .blog_content li:last-child {
	margin-bottom: 0
}

.gofam_fn_author_info {
	background-color: #eee;
	border-radius: 5px;
	padding: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	margin: 42px 0 27px 0
}

.gofam_fn_author_info .info_img {
	border-radius: 5px;
	overflow: hidden;
	margin-right: 40px;
	width: 25%;
	min-width: 25%
}

.gofam_fn_author_info .info_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gofam_fn_author_info .fn_title {
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-bottom: 17px
}

.gofam_fn_author_info .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	color: #777;
	font-family: var(--extra-font-family);
	margin-bottom: 18px
}

.gofam_fn_author_info .social {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center
}

.gofam_fn_author_info .social li {
	margin: 5px 28px 5px 0;
	padding: 0
}

.gofam_fn_author_info .social a {
	color: #777;
	font-size: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px
}

.gofam_fn_author_info .social a i {
	transition: none
}

.gofam_fn_author_info .social a i:before {
	margin: 0;
	padding: 0;
	display: block;
	width: inherit
}

.gofam_fn_author_info .social a:hover {
	color: var(--heading-color)
}

.gofam_fn_tags {
	font-size: 16px;
	margin-bottom: 54px
}

.gofam_fn_tags b {
	color: var(--heading-color);
	text-transform: uppercase
}

.gofam_fn_tags span {
	color: var(--main-color)
}

.gofam_fn_tags a {
	font-size: inherit;
	text-decoration: none;
	color: var(--main-color);
	border-bottom: 1px solid transparent
}

.gofam_fn_tags a:hover {
	border-bottom-color: var(--main-color)
}

.gofam_fn_prevnext {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.gofam_fn_prevnext>* {
	width: 50%;
	background-color: #000;
	border-radius: 5px;
	position: relative;
	padding: 37px 40px 33px;
	transition: all .3s ease;
	border:1px solid #FFF;
}

.gofam_fn_prevnext>:hover {
	background-color: #fff
}

.gofam_fn_prevnext .prev {
	margin-right: 2px;
	text-align: left
}

.gofam_fn_prevnext .next {
	margin-left: 2px;
	text-align: right
}

.gofam_fn_prevnext p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px
}

.gofam_fn_prevnext h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	transition: all .3s ease
}

.gofam_fn_prevnext>:hover h3 {
	color: var(--main-color)
}

.gofam_fn_ranking_page .page_title_holder {
	padding: 95px 0 55px
}

.gofam_fn_ranking_page .page_title_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: var(--heading-color);
	margin-bottom: 7px;
	text-align: center
}

.gofam_fn_ranking_page .page_title_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #666;
	font-family: var(--extra-font-family);
	text-align: center;
	margin-bottom: 20px
}

.gofam_fn_ranking_page .page_title_holder .filters {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-left: -10px;
	position: relative;
	z-index: 5
}

.gofam_fn_ranking_page .page_title_holder .filters>* {
	padding-left: 10px;
	margin: 5px 0
}

.ranking_collection {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}

.ranking_collection .fn_counter {
	font-size: 18px;
	color: var(--heading-color);
	font-weight: 600;
	padding: 0 5px;
	text-align: center;
	width: 36px;
	min-width: 36px
}

.ranking_collection .item__short .img_holder img {
	border-radius: 100%
}

.gofam_fn_sortable_rankings table {
	border: none;
	color: var(--heading-color);
	margin-bottom: 40px
}

.gofam_fn_sortable_rankings thead {
	font-weight: 600;
	position: sticky;
	top: 0;
	background-color: var(--body-background-color);
	border-bottom: 1px solid #bbb;
	z-index: 3
}

.gofam_fn_sortable_rankings table thead td {
	padding: 13px 10px 13px 0;
	border: none;
	font-size: 18px
}

.gofam_fn_sortable_rankings table thead tr {
	border: none
}

.gofam_fn_sortable_rankings table tbody tr {
	border: none;
	border-bottom: 1px solid #ddd
}

.gofam_fn_sortable_rankings table tbody td {
	border: none;
	padding: 20px 10px 20px 0;
	vertical-align: middle
}

.gofam_fn_sortable_rankings .value {
	color: var(--heading-color);
	font-weight: 400
}

.gofam_fn_sortable_rankings .value.increase {
	color: var(--main-color)
}

.gofam_fn_sortable_rankings .value.decrease {
	color: red
}

.gofam_fn_product_info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 70px
}

.gofam_fn_product_info .product_left {
	width: 42%;
	padding-bottom: 60px
}

.gofam_fn_product_info .product_img {
	width: 100%;
	position: relative;
	border-radius: 10px
}

.gofam_fn_product_info .product_img:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #bbb;
	border-radius: 10px
}

.gofam_fn_product_info .product_img .img_holder {
	position: relative;
	z-index: 2;
	border-radius: 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden
}

.gofam_fn_product_info .product_img .img_holder img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gofam_fn_product_info .img_bottom {
	position: relative;
	z-index: 5;
	padding: 10px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between
}

.gofam_fn_product_info .product_action {
	position: relative
}

.product_action .action_btn {
	text-decoration: none;
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	border-radius: 100%;
	border: 2px solid transparent
}

.product_action .action_btn:hover,
.product_action.opened .action_btn {
	border-color: #777
}

.product_action .action_btn span {
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -2px;
	background-color: #777;
	border-radius: 100%
}

.product_action .action_btn span:after,
.product_action .action_btn span:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #777;
	border-radius: 100%;
	transition: all .3s cubic-bezier(.42, 0, .58, 1);
	top: 0
}

.product_action .action_btn span:after {
	right: 100%;
	margin-right: 5px
}

.product_action .action_btn span:before {
	left: 100%;
	margin-left: 5px
}

.product_action .action_popup {
	width: 150px;
	height: auto;
	padding: 15px 20px 13px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: var(--heading-color);
	line-height: 1.5;
	bottom: 100%;
	right: 0;
	position: absolute;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-25px);
	border: 1px solid #ddd;
	box-shadow: 0 5px 30px rgb(0 0 0 / 20%)
}

.product_action.opened .action_popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(-5px)
}

.product_action.opened .action_btn span:after {
	top: -9px;
	margin-right: -4px
}

.product_action.opened .action_btn span:before {
	top: 9px;
	margin-left: -4px
}

.product_action .action_popup ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.product_action .action_popup li {
	margin-bottom: 8px
}

.product_action .action_popup li:last-child {
	margin-bottom: 0
}

.product_action .action_popup a {
	text-decoration: none;
	color: #777;
	display: block
}

.product_action .action_popup a:hover {
	color: var(--heading-color)
}

.gofam_fn_product_info .product_desc {
	padding: 50px 0 34px
}

.gofam_fn_product_info .product_desc .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	margin-bottom: 12px
}

.gofam_fn_product_info .hide_me {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 66px;
	overflow: hidden;
	-webkit-mask: linear-gradient(rgb(255, 255, 255) 45%, transparent);
	margin-bottom: 6px
}

.gofam_fn_product_info .ready .hide_me {
	text-overflow: ellipsis;
	display: block;
	max-height: inherit;
	overflow: hidden;
	-webkit-mask: none;
	margin-bottom: 6px
}

.gofam_fn_product_info .hide_text p {
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 15px
}

.gofam_fn_product_info .hide_text p:last-child {
	margin-bottom: 0
}

.gofam_fn_product_info .hide_text .show_more {
	text-decoration: none;
	font-size: 12px;
	color: #777;
	text-transform: uppercase
}

.gofam_fn_product_info .hide_text .show_more:hover {
	color: var(--heading-color)
}

.product_table_list table,
.product_table_list td,
.product_table_list tr {
	border: none;
	padding: 0
}

.product_table_list td:first-child {
	font-weight: 600;
	color: var(--heading-color)
}

.product_table_list td {
	font-size: 18px;
	padding: 3px 20px 3px 0;
	line-height: 1.5;
	color: #777
}

.product_table_list td.p {
	padding-bottom: 33px
}

.product_table_list a {
	text-decoration: none;
	color: var(--main-color)
}

.gofam_fn_product_info .product_right {
	width: 58%;
	padding-left: 50px
}

.gofam_fn_product_info .price_box {
	border-radius: 10px;
	background-color: #eee
}

.gofam_fn_product_info .price_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative
}

.gofam_fn_product_info .price_top_left {
	padding: 47px 50px 36px 50px;
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between
}

.gofam_fn_product_info .price_top_right {
	padding: 47px 50px 36px 50px;
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between
}

.gofam_fn_product_info .price_top:after {
	left: 50%;
	margin-left: -.5px;
	background-color: #ddd;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px
}

.gofam_fn_product_info .price_top .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #777;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px
}

.gofam_fn_product_info .price_top .fn_title {
	margin: 0;
	padding: 0;
	font-size: 36px;
	margin-bottom: 2px
}

.gofam_fn_product_info .price_top_right .fn_title {
	font-size: 18px
}

.gofam_fn_product_info .price_top .fn_desc2 {
	margin: 0;
	padding: 0;
	font-size: 16px
}

.gofam_fn_product_info .price_bottom {
	border-top: 1px solid #ddd;
	padding: 40px 50px 30px 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center
}

.gofam_fn_product_info .price_bottom a {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 63px
}

.gofam_fn_product_info .bid_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 30px 0
}

.gofam_fn_product_info .bid_box .text {
	color: #777;
	font-size: 18px
}

.gofam_fn_product_info .bid_box .price {
	line-height: 29px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 3px;
	padding: 0 8px
}

.gofam_fn_product_info .bid_box .price_rate {
	display: inline-block;
	margin-left: 7px
}

.gofam_fn_product_info .bid_box .fn__svg {
	width: 13px;
	height: 13px;
	display: block;
	transform: rotate(-90deg);
	color: #777
}

.gofam_fn_product_info .bid_box .increase .fn__svg {
	color: var(--main-color)
}

.gofam_fn_product_info .bid_box .decrease .fn__svg {
	color: red;
	transform: rotate(90deg)
}

.gofam_fn_product_info .bid_box .refresh_button {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 100%
}

.gofam_fn_product_info .bid_box .refresh_button .fn__svg {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
	transform: rotate(-8deg)
}

.gofam_fn_product_offers .offer_header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
	padding: 12px 30px;
	background-color: #eee
}

.gofam_fn_product_offers .item_from {
	width: 42%
}

.gofam_fn_product_offers .item_price {
	width: 30%
}

.gofam_fn_product_offers .item_expiration {
	width: 28%
}

.gofam_fn_product_offers .offer_content {
	width: 100%
}

.gofam_fn_product_offers .offer_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	padding: 20px 30px;
	border-bottom: 1px solid #ddd
}

.gofam_fn_product_offers .offer_item:last-child {
	border-bottom: none
}

.gofam_fn_product_offers .item__short .img_holder img {
	border-radius: 100%
}

.gofam_fn_product_offers .item__short .fn_title {
	font-weight: 400
}

#popular_items {
	padding: 0 0 150px
}

#more_items_from_collection {
	padding: 150px 0
}

.gofam_fn_product_page .gofam_fn_slider_title .fn_title {
	font-size: 30px
}

.gofam_fn_product_activity .filters {
	padding: 15px 30px 10px;
	border-top: 1px solid #ddd;
	position: relative;
	z-index: 3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center
}

.gofam_fn_product_activity .filters>* {
	margin: 0 5px 5px 0
}

.gofam_fn_product_activity .filters .filter {
	position: relative
}

.gofam_fn_product_activity .filters .filter_opener {
	position: relative;
	background-color: #eee;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	padding: 0 15px 0 32px;
	line-height: 30px;
	white-space: nowrap;
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
	box-shadow: 0 1px 3px transparent
}

.gofam_fn_product_activity .filters .filter_opener:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.gofam_fn_product_activity .filters .filter_opener .icon {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 12px;
	height: 9px;
	display: block
}

.gofam_fn_product_activity .filters .filter_opener .icon span {
	top: 0;
	left: 0;
	width: 12px;
	height: 1px;
	display: block;
	background-color: #777;
	position: absolute;
	transition: all .3s ease
}

.gofam_fn_product_activity .filters .filter_opener .icon span:after,
.gofam_fn_product_activity .filters .filter_opener .icon span:before {
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	background-color: #777;
	transition: all .3s ease
}

.gofam_fn_product_activity .filters .filter_opener .icon span:after {
	width: 9px;
	top: 4px
}

.gofam_fn_product_activity .filters .filter_opener .icon span:before {
	width: 6px;
	top: 8px
}

.gofam_fn_product_activity .filters .opened .filter_list {
	opacity: 1;
	visibility: visible;
	transform: translateY(5px)
}

.gofam_fn_product_activity .filters .opened .icon span {
	width: 6px
}

.gofam_fn_product_activity .filters .opened .icon span:before {
	width: 14px
}

.gofam_fn_product_activity .filters .filter_list {
	width: 200px;
	height: auto;
	padding: 15px 20px 13px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: var(--heading-color);
	line-height: 1.5;
	top: 100%;
	left: 0;
	position: absolute;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	border: 1px solid #ddd;
	box-shadow: 0 5px 30px rgb(0 0 0 / 20%)
}

.gofam_fn_product_activity .filters .filter_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.gofam_fn_product_activity .filters .filter_list li {
	margin-bottom: 8px
}

.gofam_fn_product_activity .filters .filter_list li:last-child {
	margin-bottom: 0
}

.gofam_fn_product_activity .filters .filter_list a {
	text-decoration: none;
	color: #777;
	display: block
}

.gofam_fn_product_activity .filters .filter_list a.selected {
	opacity: .5
}

.gofam_fn_product_activity .filters .filter_list a:hover {
	color: var(--heading-color)
}

.gofam_fn_product_activity .filters .selected_filter a {
	position: relative;
	background-color: #eee;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	padding: 0 32px 0 10px;
	line-height: 30px;
	white-space: nowrap;
	font-size: 14px;
	color: var(--heading-color);
	box-shadow: 0 1px 3px transparent
}

.gofam_fn_product_activity .filters .selected_filter a:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.gofam_fn_product_activity .filters .selected_filter a:after {
	width: 1px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 21px;
	background-color: #ddd
}

.gofam_fn_product_activity .filters .selected_filter .fn__svg {
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	right: 7px;
	top: 12px;
	color: #777
}

.gofam_fn_product_activity .pa_header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
	padding: 12px 30px;
	background-color: #eee
}

.gofam_fn_product_activity .item {
	width: 20%
}

.gofam_fn_product_activity .pa_item {
	width: 100%;
	-ms-align-items: center;
	align-items: center;
	padding: 12px 30px;
	border-bottom: 1px solid #ddd;
	display: none
}

.gofam_fn_product_activity .pa_item:last-child {
	border-bottom: none
}

.gofam_fn_product_activity .pa_item.active {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.gofam_fn_product_activity .pa_item .item_event,
.gofam_fn_product_activity .pa_item .item_price {
	font-size: 18px;
	font-weight: 600;
	color: var(--heading-color)
}

.gofam_fn_product_activity .pa_item .item_from a,
.gofam_fn_product_activity .pa_item .item_to a {
	text-decoration: none;
	color: var(--heading-color)
}

.gofam_fn_product_activity .pa_item .item_from a:hover,
.gofam_fn_product_activity .pa_item .item_to a:hover {
	color: var(--main-color)
}

.gofam_fn_accordion {
	border: 2px solid #ddd;
	border-radius: 10px;
	margin-bottom: 30px
}

.gofam_fn_accordion .accordion_header {
	position: relative;
	padding: 20px 30px
}

.gofam_fn_accordion .accordion_header .text {
	line-height: 30px;
	color: var(--heading-color);
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase
}

.gofam_fn_accordion.closed .accordion_header .fn__svg {
	transform: rotate(180deg)
}

.gofam_fn_accordion .accordion_header .fn__svg {
	width: 14px;
	height: 14px;
	position: absolute;
	color: #777;
	display: block;
	top: 50%;
	margin-top: -7px;
	right: 20px;
	transition: transform .1s ease 0s
}

.gofam_fn_accordion .accordion_content {
	width: 100%;
	height: initial;
	overflow: visible;
	transition: height .1s ease 0s
}

.gofam_fn_accordion.closed .accordion_content {
	height: 0;
	overflow: hidden
}

.gofam_fn_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -40px
}

.gofam_fn_list>li {
	width: 33.3333%;
	padding-left: 40px;
	margin-bottom: 40px
}

.gofam_fn_list[data-cols="5"]>li {
	width: 20%
}

.gofam_fn_list[data-cols="4"]>li {
	width: 25%
}

.gofam_fn_list[data-cols="2"]>li {
	width: 50%
}

.gofam_fn_list[data-cols="1"]>li {
	width: 100%
}

.gofam_fn_list[data-gap="50"] {
	margin-left: -50px
}

.gofam_fn_list[data-gap="50"]>li {
	padding-left: 50px;
	margin-bottom: 50px
}

.gofam_fn_list[data-gap="45"] {
	margin-left: -45px
}

.gofam_fn_list[data-gap="45"]>li {
	padding-left: 45px;
	margin-bottom: 45px
}

.gofam_fn_list[data-gap="40"] {
	margin-left: -40px
}

.gofam_fn_list[data-gap="40"]>li {
	padding-left: 40px;
	margin-bottom: 40px
}

.gofam_fn_list[data-gap="35"] {
	margin-left: -35px
}

.gofam_fn_list[data-gap="35"]>li {
	padding-left: 35px;
	margin-bottom: 35px
}

.gofam_fn_list[data-gap="30"] {
	margin-left: -30px
}

.gofam_fn_list[data-gap="30"]>li {
	padding-left: 30px;
	margin-bottom: 30px
}

.gofam_fn_list[data-gap="25"] {
	margin-left: -25px
}

.gofam_fn_list[data-gap="25"]>li {
	padding-left: 25px;
	margin-bottom: 25px
}

.gofam_fn_list[data-gap="20"] {
	margin-left: -20px
}

.gofam_fn_list[data-gap="20"]>li {
	padding-left: 20px;
	margin-bottom: 20px
}

.gofam_fn_list[data-gap="15"] {
	margin-left: -15px
}

.gofam_fn_list[data-gap="15"]>li {
	padding-left: 15px;
	margin-bottom: 15px
}

.gofam_fn_list[data-gap="10"] {
	margin-left: -10px
}

.gofam_fn_list[data-gap="10"]>li {
	padding-left: 10px;
	margin-bottom: 10px
}

.gofam_fn_list[data-gap="5"] {
	margin-left: -5px
}

.gofam_fn_list[data-gap="5"]>li {
	padding-left: 5px;
	margin-bottom: 5px
}

.gofam_fn_list[data-gap="0"] {
	margin-left: 0
}

.gofam_fn_list[data-gap="0"]>li {
	padding-left: 0;
	margin-bottom: 0
}

.gofam_fn_list[data-vspace="50"]>li {
	margin-bottom: 50px
}

.gofam_fn_list[data-vspace="45"]>li {
	margin-bottom: 45px
}

.gofam_fn_list[data-vspace="40"]>li {
	margin-bottom: 40px
}

.gofam_fn_list[data-vspace="35"]>li {
	margin-bottom: 35px
}

.gofam_fn_list[data-vspace="30"]>li {
	margin-bottom: 30px
}

.gofam_fn_list[data-vspace="25"]>li {
	margin-bottom: 25px
}

.gofam_fn_list[data-vspace="20"]>li {
	margin-bottom: 20px
}

.gofam_fn_list[data-vspace="15"]>li {
	margin-bottom: 15px
}

.gofam_fn_list[data-vspace="10"]>li {
	margin-bottom: 10px
}

.gofam_fn_list[data-vspace="5"]>li {
	margin-bottom: 5px
}

.gofam_fn_list[data-vspace="0"]>li {
	margin-bottom: 0
}

.fn__trader_item {
	border: 2px solid #ddd;
	border-radius: 10px;
	transition: all .3s ease
}

.fn__trader_item:hover {
	border-color: var(--main-color);
	transform: translateY(-5px) translateZ(0)
}

.fn__trader_item .trader_top {
	position: relative;
	padding: 38px 20px 26px;
	text-align: center
}

.fn__trader_item .trader_top .fn_title {
	margin: 0;
	padding: 0;
	font-size: 20px
}

.fn__trader_item .author_img {
	position: relative;
	max-width: 180px;
	margin: 0 auto;
	margin-bottom: 16px
}

.fn__trader_item .author_img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%)
}

.fn__trader_item .author_img .icon {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: var(--main-color);
	bottom: 2.5%;
	right: 12.5%;
	color: #fff;
	z-index: 6
}

.fn__trader_item .author_img .icon .fn__svg {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px
}

.fn__trader_item .trader_bottom {
	border-top: 2px solid #ddd;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	text-align: center
}

.fn__trader_item .bottom_left {
	width: 50%;
	padding: 17px 20px 14px;
	border-right: 1px solid #ddd
}

.fn__trader_item .bottom_right {
	width: 50%;
	padding: 15px 20px;
	border-left: 1px solid #ddd
}

.fn__trader_item .trader_bottom .fn_desc {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #777;
	text-transform: uppercase;
	margin-bottom: 3px
}

.fn__trader_item .trader_bottom .fn_title {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase
}

#auction {
	padding: 50px 0 90px
}

#collection {
	padding: 100px 0
}

.gofam_fn_slider_holder .fn__collection_item {
	margin-bottom: 73px
}

#category {
	padding: 90px 0
}

.gofam_fn_category_slider .fn__category_item {
	margin-bottom: 73px
}

#artist {
	padding: 100px 0
}

.gofam_fn_artist_slider .fn__artist_item {
	margin-bottom: 73px
}

.page_404 {
	max-width: 500px;
	margin: 0 auto;
	padding: 130px 0 150px
}

.gofam_fn_404 {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center
}

.gofam_fn_404 .fn_title {
	margin: 0;
	padding: 0;
	font-size: 200px;
	font-size: 10.45vw;
	font-size: -moz-calc(50px + 7.8vw);
	font-size: -webkit-calc(50px + 7.8vw);
	font-size: -o-calc(50px + 7.8vw);
	font-size: calc(50px + 7.8vw);
	line-height: 1;
	margin-bottom: 11px
}

.gofam_fn_404 .fn_title2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	margin-bottom: 8px
}

.gofam_fn_404 .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #666;
	font-family: var(--extra-font-family);
	margin-bottom: 39px
}

.gofam_fn_404 .gofam_fn_button.small:after {
	border-width: 2px
}

.page_contact {
	max-width: 500px;
	margin: 0 auto;
	/* padding: 95px 0 124px; */
}

.gofam_fn_contact .title_holder {
	margin-bottom: 41px
}

.gofam_fn_contact .title_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: var(--heading-color);
	margin-bottom: 7px;
	text-align: center
}

.gofam_fn_contact .title_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
	font-family: var(--extra-font-family);
	text-align: center
}

.gofam_fn_contact .input_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.gofam_fn_contact .input_list li {
	margin: 0;
	padding: 0;
	margin-bottom: 26px
}

.gofam_fn_contact .input_list li:nth-last-child(2) {
	margin-bottom: 30px
}

.gofam_fn_contact .input_list label {
	display: block;
	width: 100%;
	font-size: 16px;
	color: var(--heading-color);
	margin-bottom: 4px
}

.gofam_fn_contact .input_list input,
.gofam_fn_contact .input_list textarea {
	display: block;
	width: 100%;
	min-width: 100%;
	min-width: inherit;
	height: 50px;
	line-height: 48px;
	border: 1px solid #bbb;
	border-radius: 15px;
	outline: 0;
	padding: 0 10px;
	font-size: 16px;
	background: transparent;
}

.gofam_fn_contact .input_list input:focus,
.gofam_fn_contact .input_list textarea:focus {
	background-color: transparent;
	border-color: #777
}

.gofam_fn_contact .input_list textarea {
	height: 150px;
	padding: 10px;
	line-height: 1.5
}

#send_message {
	width: 100%
}

.gofam_fn_contact .empty_notice {
	color: #f52225;
	margin-bottom: 7px;
	display: none;
	text-align: center;
	font-weight: 500
}

.gofam_fn_contact .contact_error {
	color: #f52225;
	text-align: center;
	font-weight: 500
}

.gofam_fn_contact .returnmessage {
	color: #3a00ff;
	margin-bottom: 7px;
	text-align: center;
	font-weight: 500
}

.flickity-viewport {
	padding-top: 5px
}

[data-cols="6"] .carousel-cell {
	width: 16.6666%
}

[data-cols="5"] .carousel-cell {
	width: 20%
}

[data-cols="4"] .carousel-cell {
	width: 25%
}

[data-cols="3"] .carousel-cell {
	width: 33.3333%
}

[data-cols="2"] .carousel-cell {
	width: 50%
}

[data-cols="1"] .carousel-cell {
	width: 100%
}

.carousel-cell {
	width: 25%;
	margin-right: 40px
}

.carousel-cell:last-child {
	margin-right: 0 !important
}

.scrollBar {
	width: 100%;
	height: 3px;
	position: relative
}

.scrollBar .full {
	height: 1px;
	width: 100%;
	top: 1px;
	left: 0;
	position: absolute;
	z-index: 1;
	background-color: #bbb
}

.scrollBar .move {
	width: 25%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #222;
	z-index: 2
}

.scrollBar .move[data-type=fill] {
	width: 0
}

.gofam-safari .flickity_slider {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px
}

.gofam-safari .flickity_slider .carousel-cell {
	margin-right: 0;
	padding-left: 40px;
	margin-bottom: 40px
}

.gofam-safari .gofam_fn_auction_slider .fn__single_item .title_holder,
.gofam-safari .gofam_fn_item_slider .fn__single_item .title_holder,
.gofam-safari .fn__blog_item .title_holder {
	padding-bottom: 0
}

.gofam-safari .gofam_fn_artist_slider .fn__artist_item,
.gofam-safari .gofam_fn_category_slider .fn__category_item,
.gofam-safari .gofam_fn_slider_holder .fn__collection_item,
.gofam-safari .fn__blog_item {
	margin-bottom: 0
}

.gofam-safari .scrollBar {
	display: none
}

.gofam-safari #category {
	padding-bottom: 0
}

.gofam-safari #auction {
	padding-bottom: 0
}

.gofam-safari #artist {
	padding-bottom: 0
}

.gofam-safari #blog {
	padding-bottom: 160px
}

@media(max-width:1400px) {

	.gofam_fn_discover .disc_desc h3,
	.gofam_fn_slider_title .fn_title {
		font-size: 40px
	}

	.gofam_fn_list[data-cols="5"]>li,
	[data-cols="5"] .carousel-cell,
	[data-cols="6"] .carousel-cell {
		width: 25%
	}
}

@media(max-width:1250px) {

	.gofam_fn_header .fn_logo,
	.gofam_fn_header .header_left {
		margin-right: 40px
	}

	.gofam_fn_discover .disc_desc h3,
	.gofam_fn_slider_title .fn_title {
		font-size: 30px
	}

	.fn__artist_item .fn_title,
	.fn__blog_item .fn_title,
	.fn__category_item .fn_title,
	.fn__collection_item .fn_title,
	.fn__single_item .title_holder .fn_title {
		font-size: 18px
	}

	.gofam_fn_header .main_menu {
		margin-left: -20px
	}

	.gofam_fn_header .main_menu>li {
		margin-left: 20px
	}
}

@media(max-width:1200px) {
	.fn__collection_item p {
		font-size: 14px
	}

	.gofam_fn_discover .discover_left {
		padding-right: 50px
	}

	.fn_footer .link_list li {
		width: 33.3333%
	}

	.gofam_fn_add_item .field.col8 {
		width: 100%
	}

	.gofam_fn_add_item .field.col4 {
		width: 100%
	}

	.gofam_fn_list[data-cols="4"]>li,
	.gofam_fn_list[data-cols="5"]>li,
	[data-cols="4"] .carousel-cell,
	[data-cols="5"] .carousel-cell,
	[data-cols="6"] .carousel-cell {
		width: 33.3333%
	}
}

@media(max-width:1040px) {
	.gofam_fn_discover {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_discover .discover_left {
		padding-right: 0;
		width: 100%;
		margin-bottom: 50px
	}

	.gofam_fn_discover .left_in {
		min-width: 100%
	}

	.gofam_fn_discover .discover_right {
		width: 100%
	}

	.gofam_fn_boxed_counter li {
		width: 50%
	}

	.fn_footer .ft_left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 39px
	}

	.fn_footer .ft_right {
		width: 100%
	}

	.fn_footer .ft_in {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_blog_list .list_item {
		width: 50%
	}

	.gofam_fn_product_info {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_product_info .product_right {
		padding-left: 0;
		width: 100%
	}

	.gofam_fn_product_info .product_left {
		width: 100%
	}

	.gofam_fn_product_info .product_img {
		max-width: 600px
	}

	.gofam_fn_list[data-cols="3"]>li,
	.gofam_fn_list[data-cols="4"]>li,
	.gofam_fn_list[data-cols="5"]>li,
	[data-cols="3"] .carousel-cell,
	[data-cols="4"] .carousel-cell,
	[data-cols="5"] .carousel-cell,
	[data-cols="6"] .carousel-cell {
		width: 50%
	}
}

@media(max-width:768px) {
	.ranking_collection .fn_counter {
		font-size: 14px;
		padding: 0 5px 0 0;
		width: 20px;
		text-align: left;
		min-width: 20px
	}

	.gofam_fn_sortable_rankings table tbody td {
		padding-right: 5px
	}

	.gofam_fn_sortable_rankings table,
	.gofam_fn_sortable_rankings table thead td {
		font-size: 14px
	}

	.gofam_fn_icon_list .item {
		padding: 30px 30px 24px
	}

	.gofam_fn_searchpanel {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_searchpanel .search_right {
		margin-left: 0
	}

	.gofam_fn_sortable_rankings .row_items,
	.gofam_fn_sortable_rankings .row_owners,
	.gofam_fn_sortable_rankings .row_price {
		display: none
	}

	.gofam_fn_discover .disc_desc h3,
	.gofam_fn_slider_title .fn_title {
		font-size: 30px
	}

	.fn__collection_item .fn_title {
		font-size: 18px
	}

	.gofam_fn_activity_graph .graph_top {
		padding: 20px 20px 40px 20px
	}

	.gofam_fn_activity_graph .graph_bottom {
		padding: 0 20px 20px 20px
	}

	.fn_footer .fb_in {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.fn_footer .fb_right {
		margin-left: 0
	}

	.fn_footer .totop {
		margin-left: auto
	}

	.fn__activity_table .at_item:after {
		left: 20px;
		right: 20px
	}

	.gofam_fn_tabs .tab_header {
		padding: 20px
	}

	.gofam_fn_tabs .tab_list {
		padding: 20px
	}

	.gofam_fn_tabs.closed .filter_content {
		display: none
	}

	.author_info_box .info_box {
		padding: 30px;
		-ms-align-items: flex-start;
		align-items: flex-start
	}

	.author_info_box .author_img {
		width: 120px;
		min-width: 120px;
		margin-right: 20px
	}

	.author_info_box .fn_title {
		font-size: 24px
	}

	.gofam_fn_tabs .tab_filter_wrapper {
		padding-left: 0
	}

	.gofam_fn_tabs .tab_filter {
		padding: 0 20px
	}

	.gofam_fn_product_page .gofam_fn_slider_title .fn_title {
		margin-right: 0
	}

	.gofam_fn_slider_title {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start
	}

	.gofam_fn_button,
	.gofam_fn_product_info .price_bottom a {
		line-height: 40px;
		padding: 0 30px;
		font-size: 16px
	}

	.gofam_fn_product_info .price_top_left {
		padding: 27px 30px 16px 30px
	}

	.gofam_fn_product_info .price_top_right {
		padding: 27px 30px 16px 30px
	}

	.gofam_fn_product_info .price_bottom {
		padding: 20px 30px 10px 30px
	}

	.gofam_fn_product_info .price_top .fn_title {
		font-size: 18px
	}

	.gofam_fn_collection_header .coll_header {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start
	}

	.gofam_fn_collection_header .right_part {
		justify-content: flex-start;
		width: 100%
	}

	.gofam_fn_collection_header .left_part {
		width: 100%;
		padding-right: 0;
		margin-bottom: 35px
	}

	.gofam_fn_list[data-cols="2"]>li,
	.gofam_fn_list[data-cols="3"]>li,
	.gofam_fn_list[data-cols="4"]>li,
	.gofam_fn_list[data-cols="5"]>li,
	[data-cols="2"] .carousel-cell,
	[data-cols="3"] .carousel-cell,
	[data-cols="4"] .carousel-cell,
	[data-cols="5"] .carousel-cell,
	[data-cols="6"] .carousel-cell {
		width: 100%
	}

	.gofam_fn_blog_list .list_item {
		width: 100%
	}

	.gofam_fn_add_item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_add_item .preview_part {
		padding-right: 0;
		min-width: 100%
	}

	.fn_footer .link_list li {
		width: 50%
	}

	.fn__activity_table .at_header,
	.fn__activity_table .at_item {
		padding-left: 20px;
		padding-right: 20px
	}

	.gofam_fn_tabs .tab_bottom {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_tabs .gofam_fn_filters {
		width: 100%;
		min-width: 100%
	}

	.gofam_fn_product_activity .pa_content .item,
	.gofam_fn_product_offers .offer_content .item {
		width: 100% !important;
		margin-bottom: 10px
	}

	.gofam_fn_product_activity .pa_content .item:last-child,
	.gofam_fn_product_offers .offer_content .item:last-child {
		margin-bottom: 0
	}

	.gofam_fn_product_activity .pa_item,
	.gofam_fn_product_offers .offer_item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_product_activity .pa_content .item:empty {
		display: none
	}

	.gofam_fn_product_activity .pa_header,
	.gofam_fn_product_offers .offer_header {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start
	}

	.gofam_fn_product_activity .pa_header .item,
	.gofam_fn_product_offers .offer_header .item {
		width: 100%;
		margin-bottom: 5px
	}

	.gofam_fn_product_activity .pa_header .item:last-child,
	.gofam_fn_product_offers .offer_header .item:last-child {
		margin-bottom: 0
	}
}

@media(max-width:480px) {
	.gofam_fn_sortable_rankings table tbody tr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_sortable_rankings table {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.fn__activity_table .at_header {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start
	}

	.fn__activity_table .at_header .item {
		width: 100%;
		margin-bottom: 5px
	}

	.fn__activity_table .at_header .item:last-child {
		margin-bottom: 0
	}

	.gofam_fn_product_page .gofam_fn_slider_title .fn_title {
		font-size: 24px
	}

	.gofam_fn_filters .items>li.half {
		width: 100%
	}

	.author_info_box .info_box {
		padding: 20px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.author_info_box .author_img {
		margin-right: 0;
		margin-bottom: 20px
	}

	.fn__activity_table .at_item .item {
		width: 100% !important;
		margin-bottom: 10px
	}

	.fn__activity_table .at_item .item:last-child {
		margin-bottom: 0
	}

	.fn__activity_table .at_item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_product_info .price_top {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_product_info .price_top_left,
	.gofam_fn_product_info .price_top_right {
		width: 100%
	}

	.gofam_fn_product_info .price_top:after {
		display: none
	}

	.gofam_fn_product_info .price_top_left {
		border-bottom: 1px solid #ddd
	}

	.gofam_fn_boxed_counter li {
		width: 100%
	}

	.gofam_fn_author_info {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
		padding: 30px 20px
	}

	.gofam_fn_author_info .info_img {
		width: 100%;
		max-width: 200px;
		margin-right: 0;
		margin-bottom: 26px
	}

	.gofam_fn_prevnext {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.gofam_fn_prevnext>* {
		width: 100%;
		margin: 0;
		padding: 27px 20px 23px 20px
	}

	.gofam_fn_prevnext .prev {
		margin-right: 0;
		margin-bottom: 2px
	}

	.gofam_fn_prevnext .next {
		margin-left: 0;
		text-align: left
	}
}

@media(max-width:320px) {
	.fn_footer .link_list li {
		width: 100%
	}

	.product_table_list tr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column
	}

	.product_table_list td.p {
		padding-bottom: 3px
	}

	.product_table_list td.p:last-child {
		padding-bottom: 33px
	}
}

#intro_features {
	padding: 140px 0 105px;
	border-bottom: 2px solid #ddd
}

[class*=mw_] {
	margin: 0 auto
}

.mw_630 {
	max-width: 630px
}

.mw_600 {
	max-width: 600px
}

#intro_features .desc_holder {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px
}

#intro_features .desc_holder img {
	margin-bottom: 42px
}

#intro_features .desc_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px
}

#intro_features .desc_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-family: var(--extra-font-family);
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 22px
}

.gofam_fn_features ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -45px
}

.gofam_fn_features li {
	width: 33.3333%;
	padding-left: 45px;
	margin-bottom: 45px
}

.gofam_fn_features .item {
	width: 100%;
	border-radius: 10px;
	border: 2px solid #ddd;
	padding: 45px 30px 38px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	transition: all .3s ease
}

.gofam_fn_features .item:hover {
	border-color: var(--main-color);
	transform: translateY(-5px) translateZ(0)
}

.gofam_fn_features .icon {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background-color: #eee;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px
}

.gofam_fn_features .icon .fn__svg {
	width: 60px;
	height: 60px;
	display: block;
	color: var(--heading-color)
}

.gofam_fn_features .icon img {
	max-width: 60px
}

.gofam_fn_features .fn_title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 600
}

#intro_list {
	padding: 140px 0 90px
}

#intro_list .desc_holder {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px
}

#intro_list .desc_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px
}

#intro_list .desc_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-family: var(--extra-font-family);
	font-size: 16px;
	line-height: 22px
}

.gofam_fn_introlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -45px
}

.gofam_fn_introlist li {
	width: 33.3333%;
	padding-left: 45px;
	margin-bottom: 45px
}

.gofam_fn_introlist li.full {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}

.gofam_fn_introlist .item {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 12px;
	overflow: hidden;
	padding-bottom: 19px
}

.gofam_fn_introlist .item:hover {
	transform: translateY(-10px);
	border-color: var(--main-color)
}

.gofam_fn_introlist .item:hover .fn_title {
	color: var(--main-color)
}

.gofam_fn_introlist img {
	border-bottom: 1px solid #ddd;
	transition: all .3s ease;
	margin-bottom: 27px
}

.gofam_fn_introlist .fn_title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s ease
}

#intro_footer {
	padding: 144px 0 150px;
	background-color: #eaf7eb
}

#intro_footer .desc_holder {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center
}

#intro_footer .desc_holder .fn_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px
}

#intro_footer .desc_holder .fn_desc {
	margin: 0;
	padding: 0;
	font-family: var(--extra-font-family);
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 25px
}

@media(max-width:1040px) {

	.gofam_fn_features li,
	.gofam_fn_introlist li {
		width: 50%
	}

	#intro_features {
		padding: 90px 0 55px
	}

	#intro_list {
		padding: 90px 0 40px
	}

	#intro_footer {
		padding: 94px 0 100px
	}
}

@media(max-width:768px) {

	.gofam_fn_features li,
	.gofam_fn_introlist li {
		width: 100%
	}
}

.gofam_fn_intro_tab .tab_switcher {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	list-style-type: none;
	padding: 0;
	justify-content: center;
	position: relative;
	margin-bottom: 60px
}

.gofam_fn_intro_tab .tab_switcher li {
	margin: 0;
	padding: 0;
	width: 50%;
	opacity: .5;
	background-color: #ddd
}

.gofam_fn_intro_tab .tab_switcher li:nth-child(1) {
	border-radius: 30px 0 0 30px
}

.gofam_fn_intro_tab .tab_switcher li:nth-child(2) {
	border-radius: 0 30px 30px 0
}

.gofam_fn_intro_tab .tab_switcher .active {
	opacity: 1
}

.gofam_fn_intro_tab .tab_switcher:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -.5px;
	width: 1px;
	background-color: var(--body-background-color);
	top: 0;
	bottom: 0
}

.gofam_fn_intro_tab .tab_switcher a {
	display: block;
	text-decoration: none;
	line-height: 60px;
	padding: 0 20px;
	color: var(--heading-color);
	text-align: center;
	font-size: 16px;
	font-family: var(--heading-font-family);
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase
}

.gofam_fn_intro_tab .tab_item {
	display: none
}

.gofam_fn_intro_tab .tab_item.active {
	display: block;
	-webkit-animation: tab_animation 1s ease;
	-moz-animation: tab_animation 1s ease
}

@-webkit-keyframes tab_animation {
	0% {
		opacity: 0;
		transform: rotateY(20deg) rotateZ(-3deg)
	}

	100% {
		opacity: 1;
		transform: rotateY(0) rotateZ(0)
	}
}

@-moz-keyframes tab_animation {
	0% {
		opacity: 0;
		transform: rotateY(20deg) rotateZ(-3deg)
	}

	100% {
		opacity: 1;
		transform: rotateY(0) rotateZ(0)
	}
}


.stars,.twinkling,.clouds {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.twinkling {
  z-index: -2;
  background: transparent url("../images/twinkling.png") repeat top center;
  animation: move-twink-back 200s linear infinite;
  z-index:-1;
}

.clouds {
  z-index: -3;
  background: transparent url("../images/clouds.png") repeat top center;
  animation: move-clouds-back 200s linear infinite;
  z-index:-1;
}
@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

.stars {
  z-index: -1;
  background: #000 url("../images/stars.png") repeat top center;
}

.blog_search .info_box {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -ms-align-items: center;
    align-items: center;
}
.blog_search .blog_search_form .search_bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.blog_search .blog_search_form .search_input {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
	border-radius: 15px;
	border:1px solid #FFF;
}
.blog_search .blog_search_form .search_button {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}
.blog_single .blog_container .blog_video_content video{border-radius: 15px;box-shadow: 0px 0px 5px 5px #FFF;}

.cyber-attack-emergency {
  position: relative;
  display: inline-block;
  color: #dc3545;
  overflow: hidden;
  transition: 0.5s;
}
.cyber-attack-emergency span {
  position: absolute;
  display: block;
}
.cyber-attack-emergency span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #dc3545);
  animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.cyber-attack-emergency span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #dc3545);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
.cyber-attack-emergency span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #dc3545);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
.cyber-attack-emergency span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #dc3545);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.cyber-attack-emergency:hover {
  background-color: #dc3545;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: #dc3545;
}
.content {min-height:70vh;}
@media (min-width: 1281px) {
	.content {}
	.blog_search {width: 650px;}
	.fn_author_page .author_space{}
	.fn_author_page .author_info_box .info_box{}
	.fn_author_page .author_info_box .fn_title{color:#FFF;}
	.fn_author_page .author_info_box .author_content{}
	.blog_single .blog_container .blog_video_content{float: right;max-width: 400px;margin-left: 50px;}
	.fn_footer .fb_left .tag_line{}
	.fn_footer_fast_buttons{position: fixed;bottom: 0px;overflow: hide;width: 100%;display:block;z-index: 9;}
	.fn_author_page .author_info_box .author_meta .attack_emergency{}
	.gofam_fn_blog_single{}
	.gofam_fn_blog_single .title_holder{}
	
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.content {margin-top:200px;}
	.blog_search {width: 470px;margin-right: 20px;}
	.fn_footer .fb_left .tag_line{}
	.fn_footer_fast_buttons{position: fixed;bottom: 0px;overflow: hide;width: 100%;display:block;z-index: 9;}
	.gofam_fn_blog_single{}
	.gofam_fn_blog_single .title_holder{}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.content {margin-top:200px;}
	.blog_search {width: 650px;}
	.fn_footer .fb_left .tag_line{}
	.fn_footer_fast_buttons{position: fixed;bottom: 0px;overflow: hide;width: 100%;display:block;z-index: 9;}
	.gofam_fn_blog_single{padding:0px 0 100px}
	.gofam_fn_blog_single .title_holder{padding-bottom: 20px;margin-bottom: 20px;}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.content {margin-top:200px;}
	.blog_search {width: 100%;}
	.fn_footer .fb_left .tag_line{}
	.fn_footer_fast_buttons{position: fixed;bottom: 0px;overflow: hide;width: 100%;display:block;z-index: 9;}
	.gofam_fn_blog_single{padding:0px 0 100px}
	.gofam_fn_blog_single .title_holder{padding-bottom: 20px;margin-bottom: 20px;}
}
@media (min-width: 481px) and (max-width: 767px) {
	.content {margin-top:200px;}
	.blog_search {width: 100%;}
	.fn_footer .fb_left .tag_line{}
	.fn_footer_fast_buttons{position: fixed;bottom: 0px;overflow: hide;width: 100%;display:block;z-index: 9;}
	.blog_single .blog_container .blog_video_content{float: right;max-width: 300px;margin-left: 50px;margin-bottom: 20px;}
	.gofam_fn_blog_single{padding:0px 0 100px}
	.gofam_fn_blog_single .title_holder{padding-bottom: 20px;margin-bottom: 20px;}
}
@media (min-width: 320px) and (max-width: 480px) {
	.content {margin-top:200px;}
	.blog_search {width: 100%;}
	.gofam_fn_blog_list {padding:15px;}
	.fn_footer .fb_left .tag_line{display:flex;}
	.fn_author_page .author_info_box{padding:10px 0 0px 0}
	.fn_author_page .author_info_box .author_content{margin-left: 0px;}
	.fn_author_page .author_info_box .author_meta .attack_emergency{display:none;}
	.fn_footer_fast_buttons{position: fixed;bottom: 0px;overflow: hide;width: 100%;display:block;z-index: 9;}
	.blog_single .blog_container .blog_video_content{margin-left: 0px;margin-bottom: 20px;}
	.gofam_fn_blog_single{padding:0px 0 100px}
	.gofam_fn_blog_single .title_holder{padding-bottom: 20px;margin-bottom: 20px;}
}