body {
	background-color: #fff;
	color: #444;
	font-family: 'Cera', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	overflow-y: scroll;
}
svg {
	fill: #444;
}
a {
	color: inherit;
	fill: #444;
}
a:hover {
	color: #ffe452 !important;
	fill: #ffe452 !important;
}
hr {
	height: 2px;
	background-color: #444;
	border-color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	line-height: 1;
	letter-spacing: -0.05em;
	font-weight: bold;
}
::selection {
	color: #ffe452;
	background: #ddd;
}
::-moz-selection {
	color: #ffe452;
	background: #ddd;
}
.menu-toggle > div {
	width: 26px;
	height: 26px;
}
.menu-toggle .line {
	top: 12px;
}
.menu-toggle .line:before {
	top: -10px;
}
.menu-toggle .line:after {
	top: 10px;
}
.menu-toggle > div:hover .line:before {
	top: -12px;
}
.menu-toggle > div:hover .line:after {
	top: 12px;
}
.menu-toggle .line, .menu-toggle .line:after, .menu-toggle .line:before {
	height: 2px;
	background-color: #fff;
}
.menu-toggle > div:hover .line, .menu-toggle > div:hover .line:before, .menu-toggle > div:hover .line:after {
	background-color: #ffe452;
}
.close .line {
	background-color: #444;
}
.close > div:hover .line {
	background-color: #ffe452;
}

.slick-dots {
	width: auto;
	left: auto;
	right: 40px;
	top: 50%;
	bottom: auto;

	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}
.slick-dots li {
	display: block;
	margin-left: 0;
	margin-top: 20px;
	border-color: transparent !important;
	background-color: #fff;
}
.slick-dots li:first-child {
	margin-top: 0;
}
.slick-dots li:hover {
	background-color: #ffe452;
}
.slick-dots li.slick-active {
	border-color: #fff !important;
	background-color: transparent !important;
}
@media all and (max-width: 1200px) {
	.slick-dots {
		display: none !important;
	}
}

.social-links {
	font-size: inherit;
}
.social-links ul > li {
	width: auto;
	height: auto;
}
.social-links ul > li a {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
.social-links ul > li a svg {
	display: inline-block;
	width: 17px;
	margin-right: 6px;
	margin-top: -3px;
	vertical-align: middle;
}
.social-links ul > li a span {
	display: inline-block;
}
.social-shares > * {
	display: inline-block;
	vertical-align: middle;
}
.social-shares h4 {
	font-size: 20px;
	margin-right: 10px;
}
.social-shares ul > li {
	width: 22px;
}
.social-shares ul > li a {
	padding: 0;
	fill: #444;
	border: none;
}
.social-shares ul > li a:hover {
	border-color: #ffe452;
}
.social-shares .gplus,
.social-shares .linkedin {
	display: none;
}
button,
input:not([type="submit"]),
textarea,
select {
	/* border-color: transparent; */
}
input:focus:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea:focus {
	border-color: #ffe452;
}
a.submit-btn,
button,
input[type="submit"] {
	color: #444;
	border-color: #ffe452;
	background-color: #ffe452;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-o-transition: color 0.2s, border-color 0.2s, fill 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, border-color 0.2s, fill 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, border-color 0.2s, fill 0.2s, background-color 0.2s;
	transition: color 0.2s, border-color 0.2s, fill 0.2s, background-color 0.2s;
}
a.submit-btn:hover,
button:hover,
input[type="submit"]:hover {
	color: #fff !important;
	background-color: #444;
	border-color: #444;
}
body.search h1 .highlight,
body.archive h1 .highlight,
body.attachment h1 .highlight {
	color: #ffe452;
}

body.search #card-block {
	z-index: 2;
}

.submit-btn {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none !important;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-o-transition: color 0.2s, fill 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, fill 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, fill 0.2s, background-color 0.2s;
	transition: color 0.2s, fill 0.2s, background-color 0.2s;
}
.bordered-btn {
	padding: 10px 14px 9px 14px;
	border: 1px solid #d581bd;
	text-decoration: none !important;

	color: #fff !important;
	fill: #fff !important;
	background-color: #d581bd;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-o-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}
.bordered-btn.yellow {
	border-color:#ffe452;
	color: #444 !important;
	fill: #444 !important;
	background-color: #ffe452;
}
.bordered-btn.white {
	border-color:#fff;
	color: #444 !important;
	fill: #444 !important;
	background-color: #fff;
}
.bordered-btn.inverted {
	color: #d581bd !important;
	fill: #d581bd !important;
	background-color: transparent;
}
.bordered-btn:hover {
	/* background-color: #d581bd; */
	color: #d581bd !important;
	fill: #d581bd !important;
	background-color: transparent !important;
}
.bordered-btn.yellow:hover {
	color: #ffe452 !important;
	fill: #ffe452 !important;
}
.bordered-btn.white:hover {
	color: #fff !important;
	fill: #fff !important;
}
.bordered-btn.inverted:hover {
	color: #fff !important;
	fill: #fff !important;
	background-color: #d581bd !important;
}

.container {
	max-width: 1660px;
}
.container.limited-width {
	max-width: 1200px;
}

.text-content {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
}
.text-content .lead-block {
	font-size: 1.25em;
}
.text-content a {
	text-decoration: underline;
}
.text-content *.smaller-margin {
	margin-bottom: 0.6em;
}
.text-content *.xl {
	font-size: 2em;
}
.text-content *.xxl {
	font-size: 4em;
	margin-bottom: 0.5em;
}
.text-content .wp-caption:not(.gallery-item) {
	width: auto !important; /* fix wp inline width */
}
@media all and (max-width: 800px) {
	.text-content *.xl {
		font-size: 1.6em;
	}
	.text-content *.xxl {
		font-size: 3em;
	}
}

#head-block {
	background-color: #444;
	background-position: bottom top;
}
#head-block .container {
	max-width: calc(100% - 300px);
	height: 32vw;
	color: #ffe452;
}
.single-product #head-block .container,
.woocommerce.archive #head-block .container,
.page-id-1983 #head-block .container {
	height: 200px;
}
#head-block .container h1,
#head-block .container h2 {
	padding-top: 5%;
	font-size: 98px;
}
#head-block .container h3 {
	font-size: 70px;
}
@media all and (max-width: 1900px) {
	#head-block .container h1,
	#head-block .container h2 {
		font-size: 5.2vw;
	}
	#head-block .container h3 {
		font-size: 4.8vw;
	}
}
@media all and (max-width: 800px) {
	#head-block .container {
		max-width: calc(100% - 180px);
	}
}
@media all and (max-width: 600px) {
	#head-block .container {
		max-width: calc(100% - 160px);
		height: 200px;
	}
	.single-product #head-block .container,
	.woocommerce.archive #head-block .container,
	.page-id-1983 #head-block .container {
		height: 120px;
	}
	#head-block .container h1,
	#head-block .container h2 {
		font-size: 34px;
	}
	#head-block .container h3 {
		font-size: 28px;
	}
	/* #head-block .container h2 {
		font-size: 5.8vw;
	} */
}

section.negative-margin {
	margin-bottom: -40px;
}
.section-title {
	font-size: 46px;
	margin-bottom: 1.4em;
}
@media all and (max-width: 800px) {
	section.negative-margin {
		margin-bottom: 40px;
	}
	.section-title {
		font-size: 32px;
	}
}

.video {
	position: relative;
	border-bottom: 8px solid #ffe452;

	-o-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.video iframe {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.video iframe.active {
	display: block;
}

/* .video.active > a {
	z-index: 0;
	pointer-events: none;
}
.video:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.video > a {
	z-index: 2;
	position: relative;
	display: block;
}
.video > a svg {
	opacity: 0.8;
	width: 100px;

	-o-transition: fill 0.2s, opacity 0.2s;
	-moz-transition: fill 0.2s, opacity 0.2s;
	-webkit-transition: fill 0.2s, opacity 0.2s;
	transition: fill 0.2s, opacity 0.2s;
}
.video > a:hover svg {
	opacity: 1;
}
.video > a.restricted {
	pointer-events: none;
}
.video > a.restricted .over {
	background-color: rgba(0, 0, 0, 0.5)
}
.video > a.restricted p {
	display: inline-block;
	padding: 10px 20px;
	color: #444 !important;
	background-color: #ffe452;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.video .video-container {
	z-index: 1;
	opacity: 0;
	background-color: #444;
	pointer-events: all;

	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.video .video-container video {
	width: 100%;
}
@media all and (max-width: 600px) {
	.video > a svg {
		width: 60px;
	}
} */

.post-list > ul,
.woocommerce .products .post-list > ul {
	margin-left: -2.333%;
	margin-top: -5%;
}
.post-list > ul > li {
	width: 31%;
	margin-left: 2.333%;
	margin-top: 5%;
}
.post-list > ul > li .borders {
	padding-top: 20px;
	padding-bottom: 18px;
	border-top: 1px solid #ffe452;
	border-bottom: 1px solid #ffe452;
}
.post-list > ul > li a:hover {
	color: #999 !important;
}
.post-list > ul > li .text-content  {
	padding-top: 0;
}
.post-list > ul > li .text-content.first-text {
	padding-top: 50px;
}
.post-list > ul > li .brief .text-content.first-text {
	padding-top: 30px;
}
.post-list > ul > li .text-content.last-text {
	padding-top: 20px;
}
.post-list > ul > li .text-content h4 {
	padding-bottom: 20px;
	font-size: 2.2em;
	text-transform: none;
}
.post-list > ul > li .brief .text-content h4 {
	padding-bottom: 5px;
	font-size: 1.8em;
}
.post-list > ul > li.type-lesson .text-content:not(.first-text) > * {
	font-size: 1em;
	letter-spacing: 0;
	font-weight: bold;
}
.post-list > ul > li.type-lesson .text-content:not(.first-text) > h5 {
	margin-bottom: 0.3em;
	font-weight: normal;
	opacity: 0.8;
}
.post-list > ul > li.type-lesson .text-content .description {
	font-weight: normal;
}
@media all and (max-width: 1200px) {
	.post-list > ul,
	.woocommerce .products .post-list > ul {
		margin-left: -4%;
		margin-top: -8%;
	}
	.post-list > ul > li {
		width: 46%;
		margin-left: 4%;
		margin-top: 8%;
	}
}
@media all and (max-width: 800px) {
	.post-list > ul,
	.woocommerce .products .post-list > ul {
		margin-left: 0;
		margin-top: -12%;
	}
	.post-list > ul > li {
		width: 100%;
		margin-left: 0;
		margin-top: 12%;
	}
	.post-list > ul > li.type-lesson .grid {
		margin-top: -20px;
	}
	.post-list > ul > li.type-lesson .grid > .col {
		padding-top: 20px;
	}
}
@media all and (max-width: 600px) {
	.post-list > ul > li.type-lesson .text-content {
		text-align: center;
	}
}

.post-list > ul > li.type-post {
	width: 97.667%;
	border-bottom: 8px solid #ffe452;
	overflow: visible;
}
.post-list > ul > li.type-post a {
	padding-bottom: 40px;
}
.post-list > ul > li.type-post .image {
	-o-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.post-list > ul > li.type-post a:hover .image {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.post-list > ul > li.type-post .text-content h4 {
	margin-bottom: 0;
	padding-bottom: 0.3em;
	font-size: 2.6em;
}
.post-list > ul > li.type-post .text-content.first-text {
	padding-top: 0;
	padding-bottom: 25px;
}
.post-list > ul > li.type-post .text-content.last-text {
	max-width: 1000px;
	padding-top: 40px;
}
.post-list > ul > li.type-post .more {
	position: absolute;
	width: 160px;
	right: 0;
	bottom: 40px;
	padding: 10px;
	color: #fff;
	background-color: #444;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;

	-o-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.post-list > ul > li.type-post a:hover .more {
	background-color: #ffe452;
}
@media all and (max-width: 1600px) {
	.post-list > ul > li.type-post .text-content.last-text {
		max-width: 70%;
	}
}
@media all and (max-width: 1200px) {
	.post-list > ul > li.type-post {
		width: 96%;
	}
}
@media all and (max-width: 800px) {
	.post-list > ul > li.type-post {
		width: 100%;
	}
	.post-list > ul > li.type-post a {
		padding-bottom: 30px;
	}
	.post-list > ul > li.type-post .text-content.last-text {
		max-width: none;
		padding-top: 30px;
	}
	.post-list > ul > li.type-post .text-content h4 {
		font-size: 2em;
	}
	.post-list > ul > li.type-post .more {
		position: relative;
		width: 140px;
		right: auto;
		bottom: auto;
		margin-top: 24px;
		margin-left: auto;
		font-size: 14px;
	}
}

.post-list > ul > li.type-product .text-content {
	padding-top: 20px;
	text-align: center;
}
.post-list > ul > li.type-product .text-content h4 {
	margin-bottom: 0;
	padding-bottom: 0.6em;
	font-size: 1.2em;
	color: #d581bd;
}
.post-list > ul > li.type-product .button {
	display: none;
}

#card-block .card {
	padding: 8% 10%;
}
#card-block .card .text-content {
	position: relative;
}
#card-block .card .text-content p {
	line-height: 1.6;
}
#card-block .card .text-content hr {
	width: 120px;
	height: 1px;
	margin-left: 0;
}
#card-block .card .page-title {
	/* height: 1px; */
	font-size: 4em;
	margin-bottom: 0.7em;
}
#card-block .card .page-title > span:first-child {
	display: none;
}
#card-block .card .page-title .highlight {
	color: inherit;
}
#card-block .card .website {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#card-block .card .website a {
	text-decoration: none;
}
#card-block .card .website svg {
	display: block;
	width: 24px;
	margin: 0 auto;
}
#card-block .card .website span {
	display: block;
	padding-top: 15px;
}
@media all and (max-width: 1200px) {
	#card-block .card .page-title {
		font-size: 3em;
	}
}
@media all and (max-width: 800px) {
	#card-block .card {
		padding: 30px 20px;
		text-align: center;
	}
	#card-block .card .website {
		position: relative;
		right: auto;
		top: auto;
		margin-top: -1.2em;
		text-align: center;
	}
	#card-block .card .website a {
		display: inline-block;
	}
	#card-block .card .website span {
		padding-top: 6px;
	}
}

.card-list-block {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
}
.card-list ul {
	margin-left: -2.5%;
	margin-top: -3%;
	font-size: 0;
}
.card-list ul > li {
	display: inline-block;
	width: 47.5%;
	margin-left: 2.5%;
	margin-top: 3%;
	vertical-align: top;
}
.card-list ul > li a:hover {
	color: #999 !important;
}

.card-list ul > li h3 {
	font-size: 4em;
	text-align: center;
}
@media all and (max-width: 1600px) {
	.card-list ul > li h3 {
		font-size: 3em;
	}
}
@media all and (max-width: 1200px) {
	.card-list ul > li h3 {
		font-size: 2.5em;
	}
}
@media all and (max-width: 800px) {
	.card-list ul {
		margin-left: 0;
		margin-top: -8%;
	}
	.card-list ul > li {
		width: 100%;
		margin-left: 0;
		margin-top: 8%;
	}
	.card-list ul > li h3 {
		font-size: 3em;
	}
}
@media all and (max-width: 400px) {
	.card-list ul > li h3 {
		font-size: 2em;
	}
}

.card {
	display: block;
	padding: 60px 40px;
	background-color: #fff;
	border-bottom: 8px solid #ffe452;
	overflow: hidden;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.15);

	-o-transition: color 0.2s, box-shadow 0.2s;
	-moz-transition: color 0.2s, box-shadow 0.2s;
	-webkit-transition: color 0.2s, box-shadow 0.2s;
	transition: color 0.2s, box-shadow 0.2s;
}
a.card:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 800px) {
	.card {
		padding: 30px 20px;
		text-align: center;
	}
}

#info-block {
	background-color: #d581bd;
	padding-top: 70px;
	padding-bottom: 70px;
}
#info-block svg {
	display: block;
	width: 40px;
	margin: 0 auto 50px auto;
	fill: #e5b6d8;
}
#info-block .text-content {
	text-align: center;
	color: #fff;
	font-size: 36px;
}
#info-block .text-content h2,
#info-block .text-content h3 {
	line-height: 1.6;
}
#info-block .text-content hr {
	max-width: 300px;
	background-color: #e5b6d8;
}
@media all and (max-width: 800px) {
	#info-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#info-block svg {
		width: 32px;
		margin-bottom: 30px;
	}
	#info-block .text-content {
		font-size: 24px;
	}
	#info-block .text-content h2,
	#info-block .text-content h3 {
		line-height: 1.4;
	}
}

#banner-block .container .image {
	background-position: bottom;
}
#banner-block .container .image:before {
	padding-top: 20%;
}
#banner-block .container .text-content {
	max-width: 60%;
	margin-left: auto;
	margin-right: 0;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	pointer-events: all;
	text-align: center;
	line-height: 1.2;
}
#banner-block .container .text-content p {
	margin-bottom: 30px;
}
#banner-block .container .text-content .bordered-btn {
	display: inline-block;
	/* padding: 0.7em 0.9em; */
	padding: 1.5em 2em 1.6em 2em;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}
#banner-block .container .text-content .bordered-btn:hover {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
}
@media all and (max-width: 1600px) {
	#banner-block .container .text-content {
		font-size: 2vw;
	}
}
@media all and (max-width: 1200px) {
	#banner-block .container .image:before {
		padding-top: 32%;
	}
	#banner-block .container .text-content {
		max-width: 70%;
		font-size: 26px;
	}
}
@media all and (max-width: 800px) {
	#banner-block .container .image:before {
		padding-top: 40%;
	}
	#banner-block .container .text-content {
		max-width: none;
		margin-right: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#banner-block .container .text-content .bordered-btn {
		padding: 1.2em 1.6em 1.3em 1.6em;
		font-size: 16px;
	}
}
@media all and (max-width: 600px) {
	#banner-block .container .image:before {
		padding-top: 50%;
	}
	#banner-block .container .text-content {
		max-width: 340px;
		font-size: 22px;
	}
}

.filter {
	position: relative;
	width: 100%;
	height: 38px;
	font-size: 0;
}
.filter:hover {
	z-index: 10;
}
.filter > ul {
	position: absolute;
	width: 100%;
	min-height: 100%;
	color: #444;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filter:hover ul {
	border-color: #eee;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.filter > ul svg {
	position: absolute;
	z-index: 1;
	width: 35px;
	right: 16px;
	top: 12px;

	-o-transition: transform 0.1s;
	-moz-transition: transform 0.1s;
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}
.filter:hover > ul {
	background-color: #fff;
}
.filter:hover > ul > li:first-child {

}
.filter:hover > ul > li a svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter > ul > li {
	display: block;
	width: 100%;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
}
.filter > ul > li:first-child,
.filter:not(:hover) > ul > li.active {
	height: 36px;
}
.filter > ul > li a {
	display: block;
	padding: 4px 16px;
	font-size: 16px;
	color: #999;

	-o-transition: color 0.1s, background-color 0.1s;
	-moz-transition: color 0.1s, background-color 0.1s;
	-webkit-transition: color 0.1s, background-color 0.1s;
	transition: color 0.1s, background-color 0.1s;
}
.filter > ul > li:first-child a,
.filter:not(:hover) > ul > li.active a {
	padding: 7px 16px;
}
.filter > ul > li:first-child a,
.filter > ul > li.active a {
	color: #444;
}
.filter > ul > li a:hover {
	color: #444 !important;
	background-color: #eee;
}
.filter > ul > li.filter-item {
	display: none;
}
.filter > ul > li.filter-item.active {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #d581bd;
	background-color: #fff;
}
.filter > ul > li.filter-item.active a {
	color: inherit
}
.filter:hover > ul > li.filter-item.active {
	background-color: #fff;
}
.filter > ul:hover > li.filter-item.active {
	position: relative;
	top: auto;
	right: auto;
}
.filter > ul:hover > li.filter-item {
	display: block;
}
@media all and (max-width: 800px) {

}
