/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
	.mfp-preloader a {
		color: #cccccc; }
		.mfp-preloader a:hover {
			color: white; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; }
button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover, .mfp-close:focus {
		opacity: 1; }
	.mfp-close:active {
		top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	.mfp-arrow:active {
		margin-top: -54px; }
	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1; }
	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent; }
	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px; }
	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px; }

.mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid white;
		margin-left: 31px; }
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid white;
		margin-left: 39px; }
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px; }
	.mfp-iframe-holder .mfp-close {
		top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: black; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444444; }
	.mfp-figure small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px; }
	.mfp-figure figure {
		margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			 * Remove all paddings around the image on small screen
			 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure {
		/* The shadow behind the image */ }
		.mfp-img-mobile .mfp-figure:after {
			top: 0;
			bottom: 0; }
		.mfp-img-mobile .mfp-figure small {
			display: inline;
			margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }

.mfp-ie7 .mfp-img {
	padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
	padding: 0; }
.mfp-ie7 .mfp-content {
	padding-top: 44px; }
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
 .swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.eot);src:url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.woff2) format("woff2"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.woff) format("woff"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.ttf) format("truetype"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.eot);src:url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.woff2) format("woff2"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.woff) format("woff"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.ttf) format("truetype"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.eot);src:url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff2) format("woff2"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff) format("woff"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.ttf) format("truetype"),url(//mulco.net/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face {
  font-family: 'Ultimate-Icons';
  src:
    url(//mulco.net/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.ttf?1ddi1j) format('truetype'),
    url(//mulco.net/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.woff?1ddi1j) format('woff'),
    url(//mulco.net/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.svg?1ddi1j#Ultimate-Icons) format('svg');
  font-weight: normal;
  font-style: normal;
}

.ua-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Ultimate-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ua-icon-google-plus:before {
  content: "\ea82";
}
.ua-icon-facebook22:before {
  content: "\ea81";
}
.ua-icon-basket:before {
  content: "\e900";
}
.ua-icon-briefcase:before {
  content: "\e901";
}
.ua-icon-calendar:before {
  content: "\e902";
}
.ua-icon-chat:before {
  content: "\e903";
}
.ua-icon-clock:before {
  content: "\e904";
}
.ua-icon-desktop:before {
  content: "\e905";
}
.ua-icon-dribbble:before {
  content: "\e906";
}
.ua-icon-edit:before {
  content: "\e907";
}
.ua-icon-envelope:before {
  content: "\e908";
}
.ua-icon-facebook:before {
  content: "\e909";
}
.ua-icon-gears:before {
  content: "\e90a";
}
.ua-icon-global:before {
  content: "\e90b";
}
.ua-icon-globe:before {
  content: "\e90c";
}
.ua-icon-googleplus:before {
  content: "\e90d";
}
.ua-icon-heart:before {
  content: "\e90e";
}
.ua-icon-key:before {
  content: "\e90f";
}
.ua-icon-laptop:before {
  content: "\e910";
}
.ua-icon-linkedin:before {
  content: "\e911";
}
.ua-icon-lock:before {
  content: "\e912";
}
.ua-icon-magnifying-glass:before {
  content: "\e913";
}
.ua-icon-map-pin:before {
  content: "\e914";
}
.ua-icon-map:before {
  content: "\e915";
}
.ua-icon-mobile:before {
  content: "\e916";
}
.ua-icon-newspaper:before {
  content: "\e917";
}
.ua-icon-paperclip:before {
  content: "\e918";
}
.ua-icon-pencil:before {
  content: "\e919";
}
.ua-icon-phone:before {
  content: "\e91a";
}
.ua-icon-picture:before {
  content: "\e91b";
}
.ua-icon-presentation:before {
  content: "\e91c";
}
.ua-icon-printer:before {
  content: "\e91d";
}
.ua-icon-profile-female:before {
  content: "\e91e";
}
.ua-icon-profile-male:before {
  content: "\e91f";
}
.ua-icon-quote:before {
  content: "\e920";
}
.ua-icon-streetsign:before {
  content: "\e921";
}
.ua-icon-tablet:before {
  content: "\e922";
}
.ua-icon-tools-2:before {
  content: "\e923";
}
.ua-icon-tools:before {
  content: "\e924";
}
.ua-icon-tumblr:before {
  content: "\e925";
}
.ua-icon-twitter:before {
  content: "\e926";
}
.ua-icon-video:before {
  content: "\e927";
}
.ua-icon-icon-3-mail-envelope-closed:before {
  content: "\e928";
}
.ua-icon-icon-6-mail-envelope-closed:before {
  content: "\e929";
}
.ua-icon-icon-24-key:before {
  content: "\e92a";
}
.ua-icon-icon-29-information:before {
  content: "\e92b";
}
.ua-icon-icon-111-search:before {
  content: "\e92c";
}
.ua-icon-icon-112-search-plus:before {
  content: "\e92d";
}
.ua-icon-icon-113-search-minus:before {
  content: "\e92e";
}
.ua-icon-icon-114-lock:before {
  content: "\e92f";
}
.ua-icon-icon-116-lock-open:before {
  content: "\e930";
}
.ua-icon-icon-118-lock-rounded:before {
  content: "\e931";
}
.ua-icon-icon-120-lock-rounded-open:before {
  content: "\e932";
}
.ua-icon-icon-121-combination-lock:before {
  content: "\e933";
}
.ua-icon-icon-122-printer:before {
  content: "\e934";
}
.ua-icon-icon-123-printer:before {
  content: "\e935";
}
.ua-icon-icon-124-printer-text:before {
  content: "\e936";
}
.ua-icon-icon-125-printer-text:before {
  content: "\e937";
}
.ua-icon-icon-134-pen:before {
  content: "\e938";
}
.ua-icon-icon-135-pen-angled:before {
  content: "\e939";
}
.ua-icon-icon-145-tag-cord:before {
  content: "\e93a";
}
.ua-icon-icon-146-tag:before {
  content: "\e93b";
}
.ua-icon-icon-3-mail-envelope-closed2:before {
  content: "\e93c";
}
.ua-icon-icon-6-mail-envelope-closed2:before {
  content: "\e93d";
}
.ua-icon-icon-24-key2:before {
  content: "\e93e";
}
.ua-icon-icon-29-information2:before {
  content: "\e93f";
}
.ua-icon-icon-111-search2:before {
  content: "\e940";
}
.ua-icon-icon-112-search-plus2:before {
  content: "\e941";
}
.ua-icon-icon-113-search-minus2:before {
  content: "\e942";
}
.ua-icon-icon-114-lock2:before {
  content: "\e943";
}
.ua-icon-icon-116-lock-open2:before {
  content: "\e944";
}
.ua-icon-icon-118-lock-rounded2:before {
  content: "\e945";
}
.ua-icon-icon-120-lock-rounded-open2:before {
  content: "\e946";
}
.ua-icon-icon-121-combination-lock2:before {
  content: "\e947";
}
.ua-icon-icon-122-printer2:before {
  content: "\e948";
}
.ua-icon-icon-123-printer2:before {
  content: "\e949";
}
.ua-icon-icon-124-printer-text2:before {
  content: "\e94a";
}
.ua-icon-icon-125-printer-text2:before {
  content: "\e94b";
}
.ua-icon-icon-134-pen2:before {
  content: "\e94c";
}
.ua-icon-icon-135-pen-angled2:before {
  content: "\e94d";
}
.ua-icon-icon-145-tag-cord2:before {
  content: "\e94e";
}
.ua-icon-icon-146-tag2:before {
  content: "\e94f";
}
.ua-icon-arrow-down:before {
  content: "\e950";
}
.ua-icon-arrow-left:before {
  content: "\e951";
}
.ua-icon-arrow-right:before {
  content: "\e952";
}
.ua-icon-arrow-up:before {
  content: "\e953";
}
.ua-icon-briefcase2:before {
  content: "\e954";
}
.ua-icon-check:before {
  content: "\e955";
}
.ua-icon-circle-add:before {
  content: "\e956";
}
.ua-icon-circle-check:before {
  content: "\e957";
}
.ua-icon-circle-cross:before {
  content: "\e958";
}
.ua-icon-circle-minus:before {
  content: "\e959";
}
.ua-icon-clock2:before {
  content: "\e95a";
}
.ua-icon-cog:before {
  content: "\e95b";
}
.ua-icon-cross:before {
  content: "\e95c";
}
.ua-icon-disc:before {
  content: "\e95d";
}
.ua-icon-fast-forward:before {
  content: "\e95e";
}
.ua-icon-globe2:before {
  content: "\e95f";
}
.ua-icon-head:before {
  content: "\e960";
}
.ua-icon-heart2:before {
  content: "\e961";
}
.ua-icon-help:before {
  content: "\e962";
}
.ua-icon-lock2:before {
  content: "\e963";
}
.ua-icon-mail:before {
  content: "\e964";
}
.ua-icon-map2:before {
  content: "\e965";
}
.ua-icon-minus:before {
  content: "\e966";
}
.ua-icon-monitor:before {
  content: "\e967";
}
.ua-icon-paper-clip:before {
  content: "\e968";
}
.ua-icon-pause:before {
  content: "\e969";
}
.ua-icon-play:before {
  content: "\e96a";
}
.ua-icon-plus:before {
  content: "\e96b";
}
.ua-icon-printer2:before {
  content: "\e96c";
}
.ua-icon-record:before {
  content: "\e96d";
}
.ua-icon-rewind:before {
  content: "\e96e";
}
.ua-icon-search:before {
  content: "\e96f";
}
.ua-icon-speech-bubble:before {
  content: "\e970";
}
.ua-icon-square-add:before {
  content: "\e971";
}
.ua-icon-square-check:before {
  content: "\e972";
}
.ua-icon-square-cross:before {
  content: "\e973";
}
.ua-icon-square-minus:before {
  content: "\e974";
}
.ua-icon-unlock:before {
  content: "\e975";
}
.ua-icon-zoom-in:before {
  content: "\e976";
}
.ua-icon-zoom-out:before {
  content: "\e977";
}
.ua-icon-alarm:before {
  content: "\e978";
}
.ua-icon-arrow-down-circle:before {
  content: "\e979";
}
.ua-icon-arrow-down2:before {
  content: "\e97a";
}
.ua-icon-arrow-left-circle:before {
  content: "\e97b";
}
.ua-icon-arrow-left2:before {
  content: "\e97c";
}
.ua-icon-arrow-right-circle:before {
  content: "\e97d";
}
.ua-icon-arrow-right2:before {
  content: "\e97e";
}
.ua-icon-arrow-up-circle:before {
  content: "\e97f";
}
.ua-icon-arrow-up2:before {
  content: "\e980";
}
.ua-icon-briefcase3:before {
  content: "\e981";
}
.ua-icon-bubble:before {
  content: "\e982";
}
.ua-icon-calendar-full:before {
  content: "\e983";
}
.ua-icon-camera-video:before {
  content: "\e984";
}
.ua-icon-camera:before {
  content: "\e985";
}
.ua-icon-cart:before {
  content: "\e986";
}
.ua-icon-chart-bars:before {
  content: "\e987";
}
.ua-icon-checkmark-circle:before {
  content: "\e988";
}
.ua-icon-chevron-down-circle:before {
  content: "\e989";
}
.ua-icon-chevron-down:before {
  content: "\e98a";
}
.ua-icon-chevron-left-circle:before {
  content: "\e98b";
}
.ua-icon-chevron-left:before {
  content: "\e98c";
}
.ua-icon-chevron-right-circle:before {
  content: "\e98d";
}
.ua-icon-chevron-right:before {
  content: "\e98e";
}
.ua-icon-chevron-up-circle:before {
  content: "\e98f";
}
.ua-icon-chevron-up:before {
  content: "\e990";
}
.ua-icon-circle-minus2:before {
  content: "\e991";
}
.ua-icon-clock3:before {
  content: "\e992";
}
.ua-icon-cog2:before {
  content: "\e993";
}
.ua-icon-cross-circle:before {
  content: "\e994";
}
.ua-icon-cross2:before {
  content: "\e995";
}
.ua-icon-earth:before {
  content: "\e996";
}
.ua-icon-envelope2:before {
  content: "\e997";
}
.ua-icon-eye:before {
  content: "\e998";
}
.ua-icon-film-play:before {
  content: "\e999";
}
.ua-icon-gift:before {
  content: "\e99a";
}
.ua-icon-heart3:before {
  content: "\e99b";
}
.ua-icon-history:before {
  content: "\e99c";
}
.ua-icon-home:before {
  content: "\e99d";
}
.ua-icon-keyboard:before {
  content: "\e99e";
}
.ua-icon-laptop-phone:before {
  content: "\e99f";
}
.ua-icon-laptop2:before {
  content: "\e9a0";
}
.ua-icon-leaf:before {
  content: "\e9a1";
}
.ua-icon-license:before {
  content: "\e9a2";
}
.ua-icon-location:before {
  content: "\e9a3";
}
.ua-icon-lock3:before {
  content: "\e9a4";
}
.ua-icon-magnifier:before {
  content: "\e9a5";
}
.ua-icon-map-marker:before {
  content: "\e9a6";
}
.ua-icon-map3:before {
  content: "\e9a7";
}
.ua-icon-menu-circle:before {
  content: "\e9a8";
}
.ua-icon-menu:before {
  content: "\e9a9";
}
.ua-icon-mic:before {
  content: "\e9aa";
}
.ua-icon-moon:before {
  content: "\e9ab";
}
.ua-icon-move:before {
  content: "\e9ac";
}
.ua-icon-mustache:before {
  content: "\e9ad";
}
.ua-icon-neutral:before {
  content: "\e9ae";
}
.ua-icon-paperclip2:before {
  content: "\e9af";
}
.ua-icon-paw:before {
  content: "\e9b0";
}
.ua-icon-pencil2:before {
  content: "\e9b1";
}
.ua-icon-phone-handset:before {
  content: "\e9b2";
}
.ua-icon-phone2:before {
  content: "\e9b3";
}
.ua-icon-picture2:before {
  content: "\e9b4";
}
.ua-icon-pie-chart:before {
  content: "\e9b5";
}
.ua-icon-plus-circle:before {
  content: "\e9b6";
}
.ua-icon-printer3:before {
  content: "\e9b7";
}
.ua-icon-question-circle:before {
  content: "\e9b8";
}
.ua-icon-rocket:before {
  content: "\e9b9";
}
.ua-icon-sad:before {
  content: "\e9ba";
}
.ua-icon-screen:before {
  content: "\e9bb";
}
.ua-icon-shirt:before {
  content: "\e9bc";
}
.ua-icon-smartphone:before {
  content: "\e9bd";
}
.ua-icon-smile:before {
  content: "\e9be";
}
.ua-icon-star:before {
  content: "\e9bf";
}
.ua-icon-store:before {
  content: "\e9c0";
}
.ua-icon-sync:before {
  content: "\e9c1";
}
.ua-icon-tablet2:before {
  content: "\e9c2";
}
.ua-icon-tag:before {
  content: "\e9c3";
}
.ua-icon-trash:before {
  content: "\e9c4";
}
.ua-icon-unlink:before {
  content: "\e9c5";
}
.ua-icon-user:before {
  content: "\e9c6";
}
.ua-icon-users:before {
  content: "\e9c7";
}
.ua-icon-px-with-circle:before {
  content: "\e9c8";
}
.ua-icon-px:before {
  content: "\e9c9";
}
.ua-icon-app-store:before {
  content: "\e9ca";
}
.ua-icon-dribbble-with-circle:before {
  content: "\e9cb";
}
.ua-icon-dribbble2:before {
  content: "\e9cc";
}
.ua-icon-facebook-with-circle:before {
  content: "\e9cd";
}
.ua-icon-facebook2:before {
  content: "\e9ce";
}
.ua-icon-flickr-with-circle:before {
  content: "\e9cf";
}
.ua-icon-flickr:before {
  content: "\e9d0";
}
.ua-icon-github-with-circle:before {
  content: "\e9d1";
}
.ua-icon-github:before {
  content: "\e9d2";
}
.ua-icon-google-with-circle:before {
  content: "\e9d3";
}
.ua-icon-google:before {
  content: "\e9d4";
}
.ua-icon-instagram-with-circle:before {
  content: "\e9d5";
}
.ua-icon-instagram:before {
  content: "\e9d6";
}
.ua-icon-linkedin-with-circle:before {
  content: "\e9d7";
}
.ua-icon-linkedin2:before {
  content: "\e9d8";
}
.ua-icon-pinterest-with-circle:before {
  content: "\e9d9";
}
.ua-icon-pinterest:before {
  content: "\e9da";
}
.ua-icon-tripadvisor:before {
  content: "\e9db";
}
.ua-icon-tumblr-with-circle:before {
  content: "\e9dc";
}
.ua-icon-tumblr2:before {
  content: "\e9dd";
}
.ua-icon-twitter-with-circle:before {
  content: "\e9de";
}
.ua-icon-twitter2:before {
  content: "\e9df";
}
.ua-icon-vimeo-with-circle:before {
  content: "\e9e0";
}
.ua-icon-vimeo:before {
  content: "\e9e1";
}
.ua-icon-windows-store:before {
  content: "\e9e2";
}
.ua-icon-yelp:before {
  content: "\e9e3";
}
.ua-icon-youtube-with-circle:before {
  content: "\e9e4";
}
.ua-icon-youtube:before {
  content: "\e9e5";
}
.ua-icon-air:before {
  content: "\e9e6";
}
.ua-icon-arrow-long-down:before {
  content: "\e9e7";
}
.ua-icon-arrow-long-left:before {
  content: "\e9e8";
}
.ua-icon-arrow-long-right:before {
  content: "\e9e9";
}
.ua-icon-arrow-long-up:before {
  content: "\e9ea";
}
.ua-icon-arrow-with-circle-down:before {
  content: "\e9eb";
}
.ua-icon-arrow-with-circle-left:before {
  content: "\e9ec";
}
.ua-icon-arrow-with-circle-right:before {
  content: "\e9ed";
}
.ua-icon-arrow-with-circle-up:before {
  content: "\e9ee";
}
.ua-icon-attachment:before {
  content: "\e9ef";
}
.ua-icon-bar-graph:before {
  content: "\e9f0";
}
.ua-icon-briefcase4:before {
  content: "\e9f1";
}
.ua-icon-browser:before {
  content: "\e9f2";
}
.ua-icon-calculator:before {
  content: "\e9f3";
}
.ua-icon-calendar2:before {
  content: "\e9f4";
}
.ua-icon-camera2:before {
  content: "\e9f5";
}
.ua-icon-chat2:before {
  content: "\e9f6";
}
.ua-icon-check2:before {
  content: "\e9f7";
}
.ua-icon-chevron-down2:before {
  content: "\e9f8";
}
.ua-icon-chevron-left2:before {
  content: "\e9f9";
}
.ua-icon-chevron-right2:before {
  content: "\e9fa";
}
.ua-icon-chevron-small-down:before {
  content: "\e9fb";
}
.ua-icon-chevron-small-left:before {
  content: "\e9fc";
}
.ua-icon-chevron-small-right:before {
  content: "\e9fd";
}
.ua-icon-chevron-small-up:before {
  content: "\e9fe";
}
.ua-icon-chevron-thin-down:before {
  content: "\e9ff";
}
.ua-icon-chevron-thin-left:before {
  content: "\ea00";
}
.ua-icon-chevron-thin-right:before {
  content: "\ea01";
}
.ua-icon-chevron-thin-up:before {
  content: "\ea02";
}
.ua-icon-chevron-up2:before {
  content: "\ea03";
}
.ua-icon-chevron-with-circle-down:before {
  content: "\ea04";
}
.ua-icon-chevron-with-circle-left:before {
  content: "\ea05";
}
.ua-icon-chevron-with-circle-right:before {
  content: "\ea06";
}
.ua-icon-chevron-with-circle-up:before {
  content: "\ea07";
}
.ua-icon-circle-with-cross:before {
  content: "\ea08";
}
.ua-icon-circle-with-minus:before {
  content: "\ea09";
}
.ua-icon-circle-with-plus:before {
  content: "\ea0a";
}
.ua-icon-clock4:before {
  content: "\ea0b";
}
.ua-icon-cog3:before {
  content: "\ea0c";
}
.ua-icon-compass:before {
  content: "\ea0d";
}
.ua-icon-controller-play:before {
  content: "\ea0e";
}
.ua-icon-controller-record:before {
  content: "\ea0f";
}
.ua-icon-controller-stop:before {
  content: "\ea10";
}
.ua-icon-creative-commons-noderivs:before {
  content: "\ea11";
}
.ua-icon-credit-card:before {
  content: "\ea12";
}
.ua-icon-credit:before {
  content: "\ea13";
}
.ua-icon-cross3:before {
  content: "\ea14";
}
.ua-icon-direction:before {
  content: "\ea15";
}
.ua-icon-dot-single:before {
  content: "\ea16";
}
.ua-icon-edit2:before {
  content: "\ea17";
}
.ua-icon-email:before {
  content: "\ea18";
}
.ua-icon-emoji-flirt:before {
  content: "\ea19";
}
.ua-icon-emoji-happy:before {
  content: "\ea1a";
}
.ua-icon-emoji-neutral:before {
  content: "\ea1b";
}
.ua-icon-emoji-sad:before {
  content: "\ea1c";
}
.ua-icon-eye2:before {
  content: "\ea1d";
}
.ua-icon-fingerprint:before {
  content: "\ea1e";
}
.ua-icon-flow-tree:before {
  content: "\ea1f";
}
.ua-icon-gauge:before {
  content: "\ea20";
}
.ua-icon-globe3:before {
  content: "\ea21";
}
.ua-icon-grid:before {
  content: "\ea22";
}
.ua-icon-hair-cross:before {
  content: "\ea23";
}
.ua-icon-heart-outlined:before {
  content: "\ea24";
}
.ua-icon-heart4:before {
  content: "\ea25";
}
.ua-icon-help-with-circle:before {
  content: "\ea26";
}
.ua-icon-help2:before {
  content: "\ea27";
}
.ua-icon-home2:before {
  content: "\ea28";
}
.ua-icon-infinity:before {
  content: "\ea29";
}
.ua-icon-info-with-circle:before {
  content: "\ea2a";
}
.ua-icon-info:before {
  content: "\ea2b";
}
.ua-icon-key2:before {
  content: "\ea2c";
}
.ua-icon-keyboard2:before {
  content: "\ea2d";
}
.ua-icon-landline:before {
  content: "\ea2e";
}
.ua-icon-laptop3:before {
  content: "\ea2f";
}
.ua-icon-lifebuoy:before {
  content: "\ea30";
}
.ua-icon-light-bulb:before {
  content: "\ea31";
}
.ua-icon-location-pin:before {
  content: "\ea32";
}
.ua-icon-lock-open:before {
  content: "\ea33";
}
.ua-icon-lock4:before {
  content: "\ea34";
}
.ua-icon-magnifying-glass2:before {
  content: "\ea35";
}
.ua-icon-mail2:before {
  content: "\ea36";
}
.ua-icon-map4:before {
  content: "\ea37";
}
.ua-icon-medal:before {
  content: "\ea38";
}
.ua-icon-menu2:before {
  content: "\ea39";
}
.ua-icon-message:before {
  content: "\ea3a";
}
.ua-icon-minus2:before {
  content: "\ea3b";
}
.ua-icon-mobile2:before {
  content: "\ea3c";
}
.ua-icon-news:before {
  content: "\ea3d";
}
.ua-icon-phone3:before {
  content: "\ea3e";
}
.ua-icon-plus2:before {
  content: "\ea3f";
}
.ua-icon-quote2:before {
  content: "\ea40";
}
.ua-icon-shopping-basket:before {
  content: "\ea41";
}
.ua-icon-shopping-cart:before {
  content: "\ea42";
}
.ua-icon-squared-minus:before {
  content: "\ea43";
}
.ua-icon-squared-plus:before {
  content: "\ea44";
}
.ua-icon-tablet-mobile-combo:before {
  content: "\ea45";
}
.ua-icon-tablet3:before {
  content: "\ea46";
}
.ua-icon-tools2:before {
  content: "\ea47";
}
.ua-icon-tv:before {
  content: "\ea48";
}
.ua-icon-typing:before {
  content: "\ea49";
}
.ua-icon-user2:before {
  content: "\ea4a";
}
.ua-icon-users2:before {
  content: "\ea4b";
}
.ua-icon-video-camera:before {
  content: "\ea4c";
}
.ua-icon-video2:before {
  content: "\ea4d";
}
.ua-icon-vinyl:before {
  content: "\ea4e";
}
.ua-icon-Home:before {
  content: "\ea4f";
}
.ua-icon-LightBulb:before {
  content: "\ea50";
}
.ua-icon-Anchor:before {
  content: "\ea51";
}
.ua-icon-Feather:before {
  content: "\ea52";
}
.ua-icon-Expand:before {
  content: "\ea53";
}
.ua-icon-Maximize:before {
  content: "\ea54";
}
.ua-icon-Search:before {
  content: "\ea55";
}
.ua-icon-Zoomin:before {
  content: "\ea56";
}
.ua-icon-Zoomout:before {
  content: "\ea57";
}
.ua-icon-Add:before {
  content: "\ea58";
}
.ua-icon-Subtract:before {
  content: "\ea59";
}
.ua-icon-Exclamation:before {
  content: "\ea5a";
}
.ua-icon-Question:before {
  content: "\ea5b";
}
.ua-icon-Close:before {
  content: "\ea5c";
}
.ua-icon-Pause:before {
  content: "\ea5d";
}
.ua-icon-Envelope:before {
  content: "\ea5e";
}
.ua-icon-Compose:before {
  content: "\ea5f";
}
.ua-icon-Newspaper:before {
  content: "\ea60";
}
.ua-icon-Newspaperalt:before {
  content: "\ea61";
}
.ua-icon-Calendar:before {
  content: "\ea62";
}
.ua-icon-Hyperlink:before {
  content: "\ea63";
}
.ua-icon-Trash:before {
  content: "\ea64";
}
.ua-icon-Trashalt:before {
  content: "\ea65";
}
.ua-icon-Grid:before {
  content: "\ea66";
}
.ua-icon-Gridalt:before {
  content: "\ea67";
}
.ua-icon-List:before {
  content: "\ea68";
}
.ua-icon-Calculator:before {
  content: "\ea69";
}
.ua-icon-Windows:before {
  content: "\ea6a";
}
.ua-icon-Browser:before {
  content: "\ea6b";
}
.ua-icon-Alarm:before {
  content: "\ea6c";
}
.ua-icon-Clock:before {
  content: "\ea6d";
}
.ua-icon-Attachment:before {
  content: "\ea6e";
}
.ua-icon-Settings:before {
  content: "\ea6f";
}
.ua-icon-Portfolio:before {
  content: "\ea70";
}
.ua-icon-User:before {
  content: "\ea71";
}
.ua-icon-Users:before {
  content: "\ea72";
}
.ua-icon-Heart:before {
  content: "\ea73";
}
.ua-icon-Chat:before {
  content: "\ea74";
}
.ua-icon-Comments:before {
  content: "\ea75";
}
.ua-icon-Screen:before {
  content: "\ea76";
}
.ua-icon-iPhone:before {
  content: "\ea77";
}
.ua-icon-Instagram:before {
  content: "\ea78";
}
.ua-icon-facebook3:before {
  content: "\ea79";
}
.ua-icon-Delicious:before {
  content: "\ea7a";
}
.ua-icon-GooglePlus:before {
  content: "\ea7b";
}
.ua-icon-Dribbble:before {
  content: "\ea7c";
}
.ua-icon-Pin:before {
  content: "\ea7d";
}
.ua-icon-Pinalt:before {
  content: "\ea7e";
}
.ua-icon-Cloud:before {
  content: "\ea7f";
}
.ua-icon-Circle-Full:before {
  content: "\ea80";
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}/*!
 * justifiedGallery - v3.7.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2018 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
/* Grid
------------------------------------------------------ */

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
	display: table;
	content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
	clear: both;
}
.fl-clear {
	clear: both;
}

/* Utilities
------------------------------------------------------ */

.fl-clearfix:before,
.fl-clearfix:after {
	display: table;
	content: " ";
}
.fl-clearfix:after {
	clear: both;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Rows
------------------------------------------------------ */

.fl-row,
.fl-row-content {
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
}
.fl-row-content-wrap {
	position: relative;
}

/* Photo Bg */
.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
	background-attachment: scroll;
}

/* Video and Embed Code Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
	position: relative;
}

.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code iframe {
	pointer-events: none;
	width: 100vw;
  	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  	max-width: none;
  	min-height: 100vh;
  	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.fl-bg-video-fallback {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Slideshow Bg */
.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
	position: relative;
}
.fl-row .fl-bg-slideshow {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

/* Row Bg Overlay */
.fl-row-bg-overlay .fl-row-content-wrap:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
	position: relative;
	z-index: 1;
}

/* Full Height Rows */
.fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
}
.fl-row-overlap-top .fl-row-content-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}
.fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
	min-height: 0;
}

.fl-row-default-height .fl-row-content,
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-row-default-height .fl-row-full-width.fl-row-content,
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
	max-width: 100%;
	width: 100%;
}

/* Full height align center */
.fl-row-default-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align bottom */
.fl-row-default-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	align-items: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-align: end;
	-ms-flex-pack: end;
}

/* Column Groups
------------------------------------------------------ */
.fl-col-group-equal-height {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
	flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
	display: flex;
	flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content {
	flex-direction: column;
	flex-shrink: 1;
	min-width: 1px;
	max-width: 100%;
	width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
	content: none;
}

/* Equal height align top */
.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content {
	justify-content: flex-start;
}

/* Equal height align center */
.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
	align-items: center;
	justify-content: center;
}

/* Equal height align bottom */
.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
	justify-content: flex-end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	width: 100%;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	float: left;
	min-height: 1px;
}

/* Column Bg Overlay */
.fl-col-bg-overlay .fl-col-content {
	position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-col-bg-overlay .fl-module {
	position: relative;
	z-index: 2;
}

/* Modules
------------------------------------------------------ */

.fl-module img {
	max-width: 100%;
}

/* Module Templates
------------------------------------------------------ */

.fl-builder-module-template {
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px;
}

/* Buttons
------------------------------------------------------ */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
}
.fl-builder-content .fl-button:hover {
	text-decoration: none;
}
.fl-builder-content .fl-button:active {
	position: relative;
	top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
	display: block;
	text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.fl-builder-content .fl-button-left {
	text-align: left;
}
.fl-builder-content .fl-button-center {
	text-align: center;
}
.fl-builder-content .fl-button-right {
	text-align: right;
}
.fl-builder-content .fl-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
	vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.fl-icon-wrap {
	display: inline-block;
}
.fl-icon {
	display: table-cell;
	vertical-align: middle;
}
.fl-icon a {
	text-decoration: none;
}
.fl-icon i {
	float: right;
	height: auto;
	width: auto;
}
.fl-icon i:before {
	border: none !important;
	height: auto;
	width: auto;
}
.fl-icon-text {
	display: table-cell;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
}
.fl-icon-text-empty {
	display: none;
}
.fl-icon-text *:last-child {
	margin: 0 !important;
	padding: 0 !important;
}
.fl-icon-text a {
	text-decoration: none;
}
.fl-icon-text span {
	display: block;
}
.fl-icon-text span.mce-edit-focus {
	min-width: 1px;
}

/* Photos
------------------------------------------------------ */

.fl-photo {
	line-height: 0;
	position: relative;
}
.fl-photo-align-left {
	text-align: left;
}
.fl-photo-align-center {
	text-align: center;
}
.fl-photo-align-right {
	text-align: right;
}
.fl-photo-content {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}
.fl-photo-img-svg {
	width: 100%;
}
.fl-photo-content img {
	display: inline;
	height: auto;
	max-width: 100%;
}
.fl-photo-crop-circle img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.fl-photo-caption {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fl-photo-caption-below {
	padding-bottom: 20px;
	padding-top: 10px;
}
.fl-photo-caption-hover {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	color: #fff;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	padding: 10px 15px;
	position: absolute;
	right: 0;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
	opacity: 100;
	filter: alpha(opacity = 100);
}

/* Pagination
------------------------------------------------------ */

.fl-builder-pagination,
.fl-builder-pagination-load-more {
	padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fl-builder-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background: #f5f5f5;
	text-decoration: none;
}

/* Slideshows
------------------------------------------------------ */

.fl-slideshow,
.fl-slideshow * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}
.fl-slideshow .fl-slideshow-image img {
	max-width: none !important;
}
.fl-slideshow-social {
	line-height: 0 !important;
}
.fl-slideshow-social * {
	margin: 0 !important;
}

/* Sliders
------------------------------------------------------ */

.fl-builder-content .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
}

/* Lightbox
------------------------------------------------------ */

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 50%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
	top: 32px!important;
}
img.mfp-img {
	padding: 0;
}
.mfp-counter {
	display: none;
}

.mfp-wrap .mfp-preloader.fa {
	font-size: 30px;
}

/* Form Fields
------------------------------------------------------ */

.fl-form-field {
	margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
	border-color: #DD6420;
}
.fl-form-error-message {
	clear: both;
	color: #DD6420;
	display: none;
	padding-top: 8px;
	font-size: 12px;
	font-weight: lighter;
}
.fl-form-button-disabled {
	opacity: 0.5;
}

/* Animations
------------------------------------------------------ */

.fl-animation {
	opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
	opacity: 1;
}
.fl-animated {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

/* Button Icon Animation */
.fl-button.fl-button-icon-animation i {
	width: 0 !important;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
	opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
	margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
	margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
	margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
	margin-right: 20px !important;
    margin-left: -10px;
}

/* Templates
------------------------------------------------------ */

.single:not(.woocommerce).single-fl-builder-template .fl-content {
	width: 100%;
}

/* Shapes & Patterns
------------------------------------------------------- */
.fl-builder-layer {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.fl-builder-shape-layer {
	z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 2;
}
.fl-row-has-layers .fl-row-content {
	z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
	z-index: 2;
}

.fl-builder-layer > * {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.fl-builder-layer + .fl-row-content {
	position: relative;
}
.fl-builder-layer .fl-shape {
	fill: #aaa;
	stroke: none;
	stroke-width: 0;
	width:100%;
}
/**
Fix ipad parallax issue on safari
https://core.trac.wordpress.org/ticket/48802
https://core.trac.wordpress.org/ticket/49285
https://github.com/WordPress/gutenberg/issues/17718
*/
@supports (-webkit-touch-callout: inherit) {
  .fl-row.fl-row-bg-parallax .fl-row-content-wrap,
  .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}

@supports (-webkit-touch-callout: none) {
	.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
		background-position: center !important;
		background-attachment: scroll !important;
	}
}

/* Default button colors for non Beaver Builder themes.
------------------------------------------------------ */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	background: #fafafa;
	border: 1px solid #ccc;
	color: #333;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
	color: #333;
}@media (max-width: 1200px) { /**
 * Styles needed for the large breakpoint.
 */
 }@media (max-width: 992px) { /* Columns
------------------------------------------------------ */

/* Reversed Responsive Stacking */
.fl-col-group.fl-col-group-medium-reversed {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	flex-direction: row-reverse;
}
 }@media (max-width: 768px) { /* Rows
------------------------------------------------------ */

.fl-row-content-wrap {
	background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
	background-attachment: scroll !important;
	background-position: center center !important;
}

/* Column Groups
------------------------------------------------------ */

/* Equal Heights */
.fl-col-group.fl-col-group-equal-height {
	display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

/* Reversed Responsive Stacking */
.fl-col-group.fl-col-group-responsive-reversed {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	flex-direction: row-reverse;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col:not(.fl-col-small-custom-width) {
	flex-basis: 100%;
	width: 100% !important;
}
.fl-col-group.fl-col-group-medium-reversed:not(.fl-col-group-responsive-reversed) {
	display: unset;
	display: unset;
	-webkit-flex-wrap: unset;
	flex-wrap: unset;
	flex-direction: unset;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
	max-width: 400px;
}
.fl-block-col-resize {
	display:none;
}
/* Rows
------------------------------------------------------ */

.fl-row[data-node] .fl-row-content-wrap {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
	left: 0;
	right: 0;
}

/* Columns
------------------------------------------------------ */

.fl-col[data-node] .fl-col-content {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
 }@media (min-width: 1201px) {
	html .fl-visible-large:not(.fl-visible-desktop),
	html .fl-visible-medium:not(.fl-visible-desktop),
	html .fl-visible-mobile:not(.fl-visible-desktop) {
		display: none;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	html .fl-visible-desktop:not(.fl-visible-large),
	html .fl-visible-medium:not(.fl-visible-large),
	html .fl-visible-mobile:not(.fl-visible-large) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	html .fl-visible-desktop:not(.fl-visible-medium),
	html .fl-visible-large:not(.fl-visible-medium),
	html .fl-visible-mobile:not(.fl-visible-medium) {
		display: none;
	}
}

@media (max-width: 768px) {
	html .fl-visible-desktop:not(.fl-visible-mobile),
	html .fl-visible-large:not(.fl-visible-mobile),
	html .fl-visible-medium:not(.fl-visible-mobile) {
		display: none;
	}
}
.fl-row-fixed-width {
	max-width: 1400px;
}
.fl-row-content-wrap {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.fl-col-content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fl-module-content, :where(.fl-module:not(:has(> .fl-module-content))) {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }





 .fl-node-5d12c2c4176a7 > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}












 .fl-node-5f17fb27eba6b > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:50px;
	padding-bottom:0px;
	padding-left:50px;
}






 .fl-node-5d019fcd37092 > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
}






/* Full Height Rows */
.fl-node-5d87935dd65dd.fl-row-full-height > .fl-row-content-wrap,
.fl-node-5d87935dd65dd.fl-row-custom-height > .fl-row-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.fl-node-5d87935dd65dd.fl-row-full-height > .fl-row-content-wrap {
	min-height: 100vh;
}
.fl-node-5d87935dd65dd.fl-row-custom-height > .fl-row-content-wrap {
	min-height: 0;
}

.fl-builder-edit .fl-node-5d87935dd65dd.fl-row-full-height > .fl-row-content-wrap {
	min-height: calc( 100vh - 48px );
}

/* Full height iPad with portrait orientation. */
@media all and (width: 768px) and (height: 1024px) and (orientation:portrait){
	.fl-node-5d87935dd65dd.fl-row-full-height > .fl-row-content-wrap {
		min-height: 1024px;
	}
}
/* Full height iPad with landscape orientation. */
@media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
	.fl-node-5d87935dd65dd.fl-row-full-height > .fl-row-content-wrap {
		min-height: 768px;
	}
}
/* Full height iPhone 5. You can also target devices with aspect ratio. */
@media screen and (aspect-ratio: 40/71) {
	.fl-node-5d87935dd65dd.fl-row-full-height > .fl-row-content-wrap {
		min-height: 500px;
	}
}
.fl-node-5d87935dd65dd > .fl-row-content-wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.fl-builder-mobile .fl-node-5d87935dd65dd > .fl-row-content-wrap {
	background-image: url(https://mulco.net/wp-content/uploads/2018/12/bg-event.png);
	background-position: center center;
	background-attachment: scroll;
}
.fl-node-5d87935dd65dd .fl-row-content {
	max-width: 1500px;
}
 .fl-node-5d87935dd65dd > .fl-row-content-wrap {
	margin-top:40px;
}
 .fl-node-5d87935dd65dd > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}




.fl-node-5d12c2c4258e5 {
	width: 100%;
}




.fl-node-5d01b2e97ae4a {
	width: 50%;
}
.fl-node-5d01b2e97ae4a > .fl-col-content {
	border-style: dashed;
	border-width: 0;
	background-clip: border-box;
	border-color: #e3e3e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.fl-builder-content .fl-node-5d01b2e97ae4a > .fl-col-content {
	min-height: 0px;
}
 .fl-node-5d01b2e97ae4a > .fl-col-content {
	margin-right:10px;
}




.fl-node-5d01b2c7325a2 {
	width: 100%;
}
 .fl-node-5d01b2c7325a2 > .fl-col-content {
	margin-top:20px;
}




.fl-node-5f17fb27ebb04 {
	width: 100%;
}




.fl-node-5d01b2bc9196f {
	width: 100%;
}
 .fl-node-5d01b2bc9196f > .fl-col-content {
	margin-bottom:20px;
}




.fl-node-5d01b2b8a9764 {
	width: 100%;
}




.fl-node-5d019fcd40895 {
	width: 67%;
}




.fl-node-5f17fe895083d {
	width: 100%;
}




.fl-node-5d01b2e97ae4e {
	width: 50%;
}
.fl-node-5d01b2e97ae4e > .fl-col-content {
	border-style: dashed;
	border-width: 0;
	background-clip: border-box;
	border-color: #e3e3e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
 .fl-node-5d01b2e97ae4e > .fl-col-content {
	margin-left:10px;
}




.fl-node-5d019fcd40899 {
	width: 33%;
}
.fl-builder-content .fl-node-5d019fcd40899 > .fl-col-content {
	min-height: 0px;
}
 .fl-node-5d019fcd40899 > .fl-col-content {
	margin-top:72px;
}




.fl-node-5d0166b25a3fd {
	width: 100%;
}
.fl-builder-content .fl-rich-text strong {
	font-weight: bold;
}
 .fl-node-5d019c6f532c3 > .fl-module-content {
	margin-top:0px;
	margin-right:20px;
	margin-bottom:30px;
	margin-left:0px;
}
@media (max-width: 768px) { .fl-node-5d019c6f532c3 > .fl-module-content { margin-bottom:20px; } }div.mfp-wrap .mfp-close {
	opacity: 1;
    background-color: rgba(0,0,0,0.8) !important;
    padding: 1px 7px !important;
    height: 30px;
    width: 30px;
    border-radius: 0;
    line-height: 1 !important;
    font-family: inherit !important;
    font-weight: bold !important;
	font-size: 16px;
    text-align: center !important;
    top: 0 !important;
    right: 0 !important;
}

.admin-bar div.mfp-wrap .mfp-close,
.admin-bar div.mfp-wrap .mfp-close:active,
.admin-bar div.mfp-wrap .mfp-close:hover,
.admin-bar div.mfp-wrap .mfp-close:focus {
    top: 0 !important;
}

div.mfp-wrap .mfp-close:hover,
div.mfp-wrap .mfp-close:focus {
	background-color: #000 !important;
}

div.mfp-wrap .mfp-bottom-bar {
    margin-top: 10px;
}

.compat-field-pp-custom-link .alignleft {
    margin: 0;
}

.pp-image-carousel-wrapper {
	position: relative;
}

.pp-image-carousel {
    position: relative;
    text-align: center;
	height: 250px;
    overflow: hidden;
}

.pp-image-carousel-item {
    float: left;
	text-align: center;
	overflow: hidden;
}

.pp-image-carousel-content {
    position: relative;
    text-align: center;
	overflow: hidden;
}

.pp-image-carousel.pp-image-carousel-slideshow {
	height: 450px;
}

/* Overlay */
.pp-image-overlay {
	position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    background-color: hsla(206,7%,54%,.8);
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: opacity .5s,-webkit-transform .5s;
    -o-transition: transform .5s,opacity .5s;
    transition: transform .5s,opacity .5s;
    transition: transform .5s,opacity .5s,-webkit-transform .5s;
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.framed {
    opacity: 0;
}

.pp-image-carousel-item .pp-image-overlay.fade {
    opacity: 0;
}

.pp-image-carousel-item:hover .pp-image-overlay.fade {
    opacity: 1;
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.zoom-in {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
}

.pp-image-carousel .pp-carousel-image-container,
.pp-image-carousel-thumbs .pp-image-carousel-thumb {
	background: no-repeat 50%;
    background-size: cover;
    height: 100%;
    position: relative;
}

/*** Image Carousel **/
.pp-image-carousel .swiper-pagination-bullets {
    cursor: default;
}
.pp-image-carousel.pp-carousel-navigation-outside .swiper-pagination {
    bottom: 0;
}

.pp-image-carousel .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.pp-image-carousel.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.25);
    position: absolute;
}

.pp-image-carousel .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.pp-image-carousel .pp-swiper-button {
	background-image: none;
	width: auto;
	height: auto;
	line-height: 1;
	position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pp-image-carousel.pp-carousel-navigation-outside .pp-swiper-button {
	top: calc(50% - 30px / 2);
}
.pp-image-carousel .pp-swiper-button-prev {
	left: 10px;
}
.pp-image-carousel .pp-swiper-button-next {
	right: 10px;
}

.pp-thumbnails-swiper .pp-image-carousel-thumb {
	background: no-repeat center;
    background-size: cover;
    height: 100%;
	position: relative;
	cursor: pointer;
}

.pp-thumbs-ratio-11 .pp-image-carousel-thumb {
	padding-bottom: 100%;
}

.pp-thumbs-ratio-43 .pp-image-carousel-thumb {
    padding-bottom: 75%;
}

.pp-thumbs-ratio-169 .pp-image-carousel-thumb {
    padding-bottom: 56.35%;
}

.pp-thumbs-ratio-219 .pp-image-carousel-thumb {
    padding-bottom: 42.8571%
}

.pp-image-overlay .pp-overlay-icon {
    display: inline-block;
}

.pp-image-overlay .pp-overlay-icon span {
    display: block;
    line-height: 1;
}.fl-node-5f17fb27ebb05 .pp-image-carousel.pp-image-carousel-slideshow,
.fl-node-5f17fb27ebb05 .pp-image-carousel {
	height: 163px;
}

.fl-node-5f17fb27ebb05 .pp-image-carousel.pp-image-carousel-slideshow {
			margin-bottom: 50px;
		}


.fl-node-5f17fb27ebb05 .pp-image-overlay,
.fl-node-5f17fb27ebb05 .pp-carousel-image-container {
			border-top-left-radius: px;
		border-top-right-radius: px;
		border-bottom-left-radius: px;
		border-bottom-right-radius: px;
	}

.fl-node-5f17fb27ebb05 .pp-image-carousel .pp-carousel-image-container {
	background-size: contain;
}

.fl-node-5f17fb27ebb05 .pp-image-carousel .swiper-pagination-bullet {
	opacity: 1;
			background-color: #999999;
	        width: 10px;
            height: 10px;
            border-radius: 100px;
        box-shadow: none;
}

.fl-node-5f17fb27ebb05 .pp-image-carousel.swiper-container-horizontal>.swiper-pagination-progress {
			background-color: #999999;
	}

.fl-node-5f17fb27ebb05 .pp-image-carousel .swiper-pagination-bullet:hover,
.fl-node-5f17fb27ebb05 .pp-image-carousel .swiper-pagination-bullet-active,
.fl-node-5f17fb27ebb05 .pp-image-carousel .swiper-pagination-progress .swiper-pagination-progressbar {
			background-color: #000000;
		opacity: 1;
    box-shadow: none;
}

.fl-node-5f17fb27ebb05 .pp-image-carousel .pp-swiper-button {
	font-size: 24px;
		color: #000000;
    			background-color: #eaeaea;
	        padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 13px;
            padding-right: 13px;
    }


.fl-node-5f17fb27ebb05 .pp-image-carousel .pp-swiper-button:hover {
        color: #eeeeee;
    			background-color: #4c4c4c;
	    }




.fl-node-5f17fb27ebb05 .pp-image-overlay {
			background: rgba(0,0,0,.5);
	
		-webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
    transition: opacity 0.3s,-webkit-transform 0.3s;
    -o-transition: transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s,-webkit-transform 0.3s;
}

.fl-node-5f17fb27ebb05 .pp-image-overlay .pp-overlay-icon {
			width: 30px;
	height: 30px;
}

.fl-node-5f17fb27ebb05 .pp-image-overlay .pp-overlay-icon span {
	color: #;
	font-size: 30px;
			}

.fl-node-5f17fb27ebb05 .pp-image-overlay .pp-caption  {
	color: #;

}



@media only screen and ( max-width: 992px ) {
	}

@media only screen and ( max-width: 768px ) {
	} .fl-node-5f17fb27ebb05 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-animated.fl-fade-right {
	animation: fl-fade-right 1s ease;
	-webkit-animation: fl-fade-right 1s ease;
}
@-webkit-keyframes fl-fade-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fl-fade-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
 .fl-node-5d019c8c9f66d > .fl-module-content {
	margin-top:0px;
	margin-bottom:10px;
}
div.fancybox-container {
	z-index: 999992;
}
.pp-photo-gallery {
    position: relative;
	text-align: center;
	text-decoration: none;
}
.pp-photo-gallery:before,
.pp-photo-gallery:after {
	content: " ";
	display: table;
}
.pp-photo-gallery:after {
	clear: both;
}
.pp-photo-gallery .pp-photo-gallery-item {
    float: left;
    text-align: center;
}
.pp-photo-gallery .pp-photo-gallery-content {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.pp-photo-gallery .pp-photo-gallery-content > a {
	display: block;
	line-height: unset;
    padding: unset;
}

/* Overlay */
.pp-photo-gallery .pp-gallery-overlay {
	position: absolute;
	overflow: hidden;
	transition: .5s ease;
}

.pp-photo-gallery .pp-gallery-overlay .pp-caption {
	margin-bottom: 10px;
}

.pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
    will-change: transform;
    width: 100%;
}

.pp-photo-gallery.justified-gallery > a,
.pp-photo-gallery.justified-gallery > div {
	opacity: 0;
	visibility: hidden !important;
}
.pp-photo-gallery.justified-gallery > .entry-visible {
	opacity: 1;
	visibility: visible !important;
}

.pp-photo-gallery.justified-gallery .pp-photo-gallery-content {
	height: 100%;
}

.pp-photo-gallery.justified-gallery .pp-photo-gallery-content .pp-caption {
	color: #fff;
}

.pp-gallery-pagination .pp-gallery-load-more {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.pp-gallery-pagination .pp-gallery-load-more.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.pp-gallery-pagination a,
.pp-gallery-pagination a:visited {
	text-decoration: none;
}



	.mfp-gallery img.mfp-img {
		padding: 0;
	}

	.mfp-counter {
		display: block !important;
	}

	.fl-node-5eec5b0c49e9b .pp-gallery-overlay {
					background: rgba(0,0,0,.5);
		
		
		-webkit-transition: 0.3s ease;
			-moz-transition: 0.3s ease;
				-ms-transition: 0.3s ease;
					-o-transition: 0.3s ease;
						transition: 0.3s ease;
	}

.fl-node-5eec5b0c49e9b .pp-gallery-overlay .pp-overlay-icon span {
	width: auto;
	height: auto;
	color: #;
	font-size: 30px;
	background-color: #;
					}

.fl-node-5eec5b0c49e9b .pp-gallery-overlay .pp-overlay-icon span:before {
	font-size: 30px;
	width: auto;
	height: auto;
}

.fl-node-5eec5b0c49e9b .pp-photo-gallery-caption,
.fl-node-5eec5b0c49e9b .pp-gallery-overlay .pp-caption {
	}





	.fl-node-5eec5b0c49e9b .pp-gallery-overlay {
		bottom: 0;
		left: 100%;
		right: 0;
		width: 0;
		height: 100%;
	}
	.fl-node-5eec5b0c49e9b .pp-gallery-overlay .pp-overlay-inner {
		white-space: nowrap;
		color: white;
		font-size: 20px;
		position: absolute;
		overflow: hidden;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	.fl-node-5eec5b0c49e9b .pp-photo-gallery-content:hover .pp-gallery-overlay {
		width: 100%;
		left: 0;
	}




	.fl-node-5eec5b0c49e9b .pp-gallery-overlay {
		top: 0;
		opacity: 0;
		overflow: hidden;
						
	}
	.fl-node-5eec5b0c49e9b .pp-gallery-overlay .pp-overlay-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		width: 100%;
	}
	.fl-node-5eec5b0c49e9b .pp-photo-gallery-content:hover .pp-gallery-overlay {
		opacity: 1;
		-webkit-transform: translate(0);
			-moz-transform: translate(0);
				-ms-transform: translate(0);
					-o-transform: translate(0);
						transform: translate(0);
	}

.fl-node-5eec5b0c49e9b .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
					transition: all 0.3s ease;
}

	.fl-node-5eec5b0c49e9b .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
		-webkit-transform: scale(1);
			-moz-transform: scale(1);
				-ms-transform: scale(1);
					-o-transform: scale(1);
						transform: scale(1);
	}

	.fl-node-5eec5b0c49e9b .pp-photo-gallery .pp-photo-gallery-content:hover .pp-gallery-img {
		-webkit-transform: scale(1.3);
			-moz-transform: scale(1.3);
				-ms-transform: scale(1.3);
					-o-transform: scale(1.3);
						transform: scale(1.3);
	}




.fl-node-5eec5b0c49e9b .pp-gallery-pagination {
			text-align: left;
	}
.fl-node-5eec5b0c49e9b .pp-gallery-pagination.pagination-scroll {
	display: none;
}
.fl-node-5eec5b0c49e9b .pp-gallery-pagination .pp-gallery-load-more {
			background-color: #eee;
		}
.fl-node-5eec5b0c49e9b .pp-gallery-pagination .pp-gallery-load-more:hover {
			}

.fancybox-5eec5b0c49e9b-overlay {
	background-image: none;
			background-color: rgba(0,0,0,0.5);
	}

@media only screen and ( max-width: 992px ) {
	
	}

@media only screen and ( max-width: 768px ) {
	}
.fl-node-5eec5b0c49e9b .pp-photo-gallery-caption {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fl-node-5eec5b0c49e9b .pp-gallery-pagination .pp-gallery-load-more {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
img.mfp-img {
    padding-bottom: 40px !important;
}

/* Support for object-fit */
.fl-builder-edit .fl-fill-container img {
	transition: object-position .5s;
}

.fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {
	height: 100% !important;
	width: 100% !important;
}

@media (max-width: 768px) { /* Mobile Photo */
.fl-photo-content,
.fl-photo-img {
	max-width: 100%;
} }.fl-node-5d019dd34e826 .fl-photo {
	text-align: center;
}
 .fl-node-5d019dd34e826 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
@media ( max-width: 768px ) {
 .fl-node-5d019dd34e826.fl-module > .fl-module-content {
	margin-right:30px;
	margin-left:30px;
}
}
/**
 * This file should contain frontend styles that
 * will be applied to all module instances.
 */

 .bb-heading-input.input-small {
     width: 46px !important;
 }

.pp-heading-content {
    overflow: hidden;
}

.pp-heading-content .pp-heading-link {
	text-decoration: none;
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title {
     display: inline-block;
 }

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
     position: relative;
     display: inline-block;
 }

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before,
.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-width: 0;
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
    right: 100%;
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    left: 100%;
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-left .heading-title span {
    padding-left: 0 !important;
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-right .heading-title span {
    padding-right: 0 !important;
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-left .heading-title span:before {
    display: none;
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-right .heading-title span:after {
    display: none;
}

.pp-heading-content .pp-heading-separator {
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.pp-heading-content .pp-heading-separator.line_with_icon:before {
    right: 50%;
    left: auto;
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-left:before {
    display: none;
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-right:after {
    display: none;
}

.pp-heading-content .pp-heading-separator.line_with_icon:after {
    left: 50%;
    right: auto;
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%;
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%;
}

.pp-heading-content .pp-heading-separator.line_with_icon:before,
.pp-heading-content .pp-heading-separator.line_with_icon:after {
    content: "";
    position: absolute;
    bottom: 50%;
    border-width: 0;
    top: 50%;
}

.pp-heading-content .pp-heading-separator img.heading-icon-image {
    vertical-align: middle;
    box-shadow: none!important;
    max-width: 100%;
}

.pp-heading-content .pp-heading-separator .pp-separator-line {
    max-width: 100%;
    display: block;
}

.pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
}

.pp-heading-content .pp-heading-separator.icon_only span {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-left .heading-title span {
        padding-left: 0 !important;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-right .heading-title span{
        padding-right: 0 !important;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-left .heading-title span:before{
        display: none;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-right .heading-title span:after {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-left:before {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-right:after{
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-left:after {
        left: 2%;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-right:before {
        right: 2%;
    }
}

@media only screen and (max-width: 480px) {
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-left .heading-title span {
        padding-left: 0 !important;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-right .heading-title span {
        padding-right: 0 !important;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-left .heading-title span:before {
        display: none;
    }
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-right .heading-title span:after {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:before {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:before {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-right:after {
        display: none;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:after {
        left: 2%;
    }
    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-right:before {
        right: 2%;
    }
}
@media (max-width: 768px) { /**
 * This file should contain frontend styles that 
 * will be applied to all module instances once
 * the responsive breakpoint has been reached. The
 * responsive breakpoint can be set in the global 
 * settings or individual page settings.
 */ }
div.fl-node-5f17fe89506de .pp-heading-content {
	text-align: left;
}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading {
	}


div.fl-node-5f17fe89506de .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
			color: #ffffff;
				background-color: #000000;
				border-style: solid;
		border-color: #000000;
						text-transform: none;
			}


div.fl-node-5f17fe89506de .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5f17fe89506de .pp-heading-content .pp-heading .heading-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5f17fe89506de div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5f17fe89506de .pp-heading-content .pp-sub-heading,
div.fl-node-5f17fe89506de .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: left;
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator img.heading-icon-image {
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 1px;
				width: 100px;
			float: left;
	}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
					font-size: 16px;
			}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 100px;
	}

@media only screen and (max-width: 992px) {
	div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5f17fe89506de .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-separator-line {
				margin: 0 auto;
		float: none;
			}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5f17fe89506de .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-separator-line {
				margin: 0 auto;
		float: none;
			}
}
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading .heading-title {
	font-size: 22px;
	text-align: left;
}
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5f17fe89506de .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .fl-node-5f17fe89506de > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-animated.fl-slide-in-down {
	animation: fl-slide-in-down 1s ease;
	-webkit-animation: fl-slide-in-down 1s ease;
}
@-webkit-keyframes fl-slide-in-down {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fl-slide-in-down {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fl-node-5d019d79bed6d .fl-photo {
	text-align: center;
}
 .fl-node-5d019d79bed6d > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
@media ( max-width: 768px ) {
 .fl-node-5d019d79bed6d.fl-module > .fl-module-content {
	margin-top:15px;
	margin-right:20px;
	margin-left:20px;
}
}
 .fl-node-5d019ce640cff > .fl-module-content {
	margin-top:5px;
	margin-bottom:0px;
}
 .fl-node-5d12c2c416bde > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

div.fl-node-5f17ffb7bd8fb .pp-heading-content {
	text-align: left;
}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading {
	}


div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
			color: #ffffff;
				background-color: #000000;
				border-style: solid;
		border-color: #000000;
						text-transform: none;
			}


div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
				margin-left: 0px;
}


div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading .heading-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading .heading-title span.title-text {
	display: inline-block;
	}
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading .pp-heading-link {
}

div.fl-node-5f17ffb7bd8fb div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
		padding-right: 20px;
			padding-left: 20px;
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-sub-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-sub-heading,
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-sub-heading p {
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-sub-heading p:last-of-type {
	margin-bottom: 0;
}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
		text-align: left;
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.line_with_icon:before {
		margin-right: 20px;
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.line_with_icon:after {
		margin-left: 20px;
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
	left: 1%;
}
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
	right: 1%;
}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.line_with_icon:after {
		width: 100px;
			border-style: solid;
				border-bottom-width: 1px;
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator img.heading-icon-image {
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-separator-line {
		border-bottom-style: solid;
			border-bottom-width: 1px;
				width: 100px;
			float: left;
	}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator {
		margin-top: 10px;
	margin-bottom: 10px;
}


div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	display: inline-block;
	text-align: center;
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
					font-size: 16px;
			}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.icon_only span {
			border-radius: 100px;
			border-width: 0px;
			border-style: none;
		}

div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.line_with_icon img {
		border-radius: 100px;
	}

@media only screen and (max-width: 992px) {
	div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5f17ffb7bd8fb .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-separator-line {
				margin: 0 auto;
		float: none;
			}
}

@media only screen and (max-width: 768px) {
	div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
	div.fl-node-5f17ffb7bd8fb .pp-heading-content {
				text-align: ;
			}
	div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-separator-line {
				margin: 0 auto;
		float: none;
			}
}
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading .heading-title {
	font-size: 22px;
	text-align: left;
}
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.fl-node-5f17ffb7bd8fb .pp-heading-content .pp-heading-separator.icon_only span {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .fl-node-5f17ffb7bd8fb > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-animated.fl-slide-in-up {
  	animation: fl-slide-in-up 1s ease;
  	-webkit-animation: fl-slide-in-up 1s ease;
}
@-webkit-keyframes fl-slide-in-up {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fl-slide-in-up {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
 .fl-node-5d019dda6fbfa > .fl-module-content {
	margin-top:20px;
}
 .fl-node-5d0166b25a3fe > .fl-module-content {
	margin-right:0px;
	margin-left:0px;
}

/* Start Global CSS */

/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */


							.fl-node-5d12c2c4176a7 .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d12c2c4176a7 .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d12c2c4176a7 #uabb-top-slit2,
		.fl-node-5d12c2c4176a7 #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d12c2c4176a7 #uabb-bottom-slit2,
		.fl-node-5d12c2c4176a7 #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d12c2c4176a7 #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d12c2c4176a7 #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d12c2c4176a7 #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d12c2c4176a7 #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d12c2c4176a7 #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d12c2c4176a7 #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d12c2c4176a7 #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d12c2c4176a7 #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d12c2c4176a7 .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d12c2c4176a7 .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 992px) {				
																	.fl-node-5d12c2c4176a7 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d12c2c4176a7 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d12c2c4176a7 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d12c2c4176a7 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5f17fdd21351a .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5f17fdd21351a .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5f17fdd21351a #uabb-top-slit2,
		.fl-node-5f17fdd21351a #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5f17fdd21351a #uabb-bottom-slit2,
		.fl-node-5f17fdd21351a #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5f17fdd21351a #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fdd21351a #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fdd21351a #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fdd21351a #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fdd21351a #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fdd21351a #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fdd21351a #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fdd21351a #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5f17fdd21351a .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5f17fdd21351a .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 992px) {				
																	.fl-node-5f17fdd21351a .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5f17fdd21351a .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5f17fdd21351a .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5f17fdd21351a .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5f17fb27eba6b .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5f17fb27eba6b .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5f17fb27eba6b #uabb-top-slit2,
		.fl-node-5f17fb27eba6b #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5f17fb27eba6b #uabb-bottom-slit2,
		.fl-node-5f17fb27eba6b #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5f17fb27eba6b #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fb27eba6b #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fb27eba6b #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fb27eba6b #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fb27eba6b #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fb27eba6b #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fb27eba6b #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5f17fb27eba6b #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5f17fb27eba6b .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5f17fb27eba6b .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 992px) {				
																	.fl-node-5f17fb27eba6b .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5f17fb27eba6b .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5f17fb27eba6b .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5f17fb27eba6b .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5d019fcd37092 .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d019fcd37092 .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d019fcd37092 #uabb-top-slit2,
		.fl-node-5d019fcd37092 #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d019fcd37092 #uabb-bottom-slit2,
		.fl-node-5d019fcd37092 #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d019fcd37092 #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d019fcd37092 #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d019fcd37092 #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d019fcd37092 #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d019fcd37092 #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d019fcd37092 #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d019fcd37092 #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d019fcd37092 #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d019fcd37092 .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d019fcd37092 .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 992px) {				
																	.fl-node-5d019fcd37092 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d019fcd37092 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d019fcd37092 .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d019fcd37092 .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			
							.fl-node-5d87935dd65dd .uabb-top-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px );
							}
		
					.fl-node-5d87935dd65dd .uabb-bottom-row-separator.uabb-has-svg svg {
									width: calc( 100% + 1.5px ) ;
							}
		
		.fl-node-5d87935dd65dd #uabb-top-slit2,
		.fl-node-5d87935dd65dd #uabb-top-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d87935dd65dd #uabb-bottom-slit2,
		.fl-node-5d87935dd65dd #uabb-bottom-slit3 {
						fill: #afafaf;
		}

		.fl-node-5d87935dd65dd #uabb-top-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d87935dd65dd #uabb-bottom-pine-tree-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d87935dd65dd #uabb-top-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d87935dd65dd #uabb-bottom-pine-tree-bend-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d87935dd65dd #uabb-top-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d87935dd65dd #uabb-bottom-slime-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d87935dd65dd #uabb-top-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}

		.fl-node-5d87935dd65dd #uabb-bottom-wave-slide-separator2 {
						fill: #ffffff;
			stroke: #ffffff;
		}


					.fl-node-5d87935dd65dd .uabb-top-row-separator {
			z-index: 9;
		}
							.fl-node-5d87935dd65dd .uabb-bottom-row-separator {
			z-index: 9;
		}
		
		/* Responsive Sizes */
					@media(max-width: 992px) {				
																	.fl-node-5d87935dd65dd .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d87935dd65dd .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}

			@media(max-width: 768px) {

								
									.fl-node-5d87935dd65dd .uabb-top-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
									.fl-node-5d87935dd65dd .uabb-bottom-row-separator.uabb-has-svg svg {
													width: 100%;
											}
				
			}
			/* Equal height Column Bottom Alignment */
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
          -webkit-box-align: end;
           -webkit-box-pack: end;
              -ms-flex-pack: end;
}

/* H1-H6 Margin Reset in all Modules */
.uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
    margin: 0;
    clear: both;
}

/* Anchor Tag Css */

.fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
    text-decoration: none;
}

/* Row Separator CSS */

.uabb-row-separator {
    position: absolute;
    width: 100%;
    left: 0;
}

.uabb-top-row-separator {
    top: 0;
    bottom: auto
}

.uabb-bottom-row-separator {
    top: auto;
    bottom: 0;
}

.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
    display: none !important;
}

@media (max-width: 992px) {

    .fl-builder-content-editing .fl-visible-desktop.uabb-row,
    .fl-builder-content-editing .fl-visible-mobile.uabb-row {
        display: none !important;
    }

    .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .fl-builder-content-editing .fl-visible-desktop.uabb-row,
    .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium.uabb-row {
        display: none !important;
    }

    .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
    .fl-builder-content-editing .fl-visible-mobile.uabb-row {
        display: block !important;
    }
}

/*.ult-main-seperator-inner {
    position: relative;
    height: 100%;
    width: 100%
}*/

.fl-responsive-preview-content .fl-builder-content-editing {
    overflow-x: hidden;
    overflow-y: visible;
}

.uabb-row-separator svg {
    width: 100%;
}

.uabb-top-row-separator.uabb-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    top: -1px;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    bottom: -1px;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
    bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
    top: 0;
}

/**
 *
 *  Svg Triangle Separator
 *  Big Triangle Separator
 *  Big Triangle Left Separator
 *  Svg Half Circle Separator
 *  Curve Center Separator
 *  Waves Separator
 *  Stamp
 *  Grass
 *  Slime
 *  Grass Bend
 *  Wave Slide
 *  Muliple Triangles
 *  Pine Tree
 *  Pine Tree Bend
 *
 ***************************************/
.uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

/*
 *  Big Triangle
*/
.uabb-bottom-row-separator.uabb-big-triangle svg {
    left: 50%;
    -webkit-transform: scale(1) scaleY(-1) translateX(-50%);
       -moz-transform: scale(1) scaleY(-1) translateX(-50%);
        -ms-transform: scale(1) scaleY(-1) translateX(-50%);
         -o-transform: scale(1) scaleY(-1) translateX(-50%);
            transform: scale(1) scaleY(-1) translateX(-50%);
}

.uabb-top-row-separator.uabb-big-triangle svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
       -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
         -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}

/**
 *
 *  Big Triangle Right Separator
 *
 ***************************************/
.uabb-top-row-separator.uabb-xlarge-triangle-right svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}

/**
 *
 *  Curve Left Separator
 *  Curve Right Separator
 *
 ***************************************/
.uabb-top-row-separator.uabb-curve-up-separator svg {
    left: 50%;
     -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-top-row-separator.uabb-curve-down-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-curve-down-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}


/**
 *
 *  Tilt Left Separator
 *  Tilt Right Separator
 *
 ***************************************/

.uabb-top-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-top-row-separator.uabb-tilt-right-separator svg{
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}

.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
    top: 0;
}

.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
    bottom: 0;
}

/**
 *
 *  Clouds Separator
 *  Multi Triangle
 *  Arrow Inward
 *  Arrow Outward
 *
 ***************************************/

.uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-multi-triangle svg {
    bottom: -2px;
}

.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
    left: 0;
    width: 50%;
    background: inherit inherit/inherit inherit inherit inherit;
    content: '';
    position: absolute
}


/* Buttons
------------------------------------------------------ */

.uabb-button-wrap a,
.uabb-button-wrap a:visited {
    /*background: #fafafa;*/
    /*border: 1px solid #ccc;*/
    /* Need to delete later
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;*/
    /*color: #333;*/
    display: inline-block;
    font-size: 16px;
    /*font-weight: normal;*/
    line-height: 18px;
    /*padding: 12px 24px;*/
    text-decoration: none;
    text-shadow: none;
}
.uabb-button-wrap a *,
.uabb-button-wrap a:visited * {
    /*color: #333;*/
}
.fl-builder-content .uabb-button:hover {
    text-decoration: none;
}

.fl-builder-content .uabb-button-width-full .uabb-button {
    display: block;
    text-align: center;
}

.uabb-button-width-custom .uabb-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.fl-builder-content .uabb-button-left {
    text-align: left;
}
.fl-builder-content .uabb-button-center {
    text-align: center;
}
.fl-builder-content .uabb-button-right {
    text-align: right;
}

/*.fl-builder-content .uabb-button i {
    vertical-align: middle;
}*/

.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    width: 1em;
    /*margin-right:8px;*/
}

.uabb-button .uabb-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
    margin-left: 0;
    margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
    margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
    vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.uabb-icon-wrap {
    display: inline-block;
}
/*.uabb-icon {
    display: table-cell;
    vertical-align: middle;
}*/
.uabb-icon a {
    text-decoration: none;
}
.uabb-icon i {
    /*float: left;*/
    display: block;
}
.uabb-icon i:before {
    border: none !important;
    background: none !important;
}
.uabb-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}
.uabb-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.uabb-icon-text a {
    text-decoration: none;
}

/* Photos
------------------------------------------------------ */

.uabb-photo {
    line-height: 0;
    position: relative;
    z-index: 2;
}
.uabb-photo-align-left {
    text-align: left;
}
.uabb-photo-align-center {
    text-align: center;
}
.uabb-photo-align-right {
    text-align: right;
}
.uabb-photo-content {
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.uabb-photo-content img {
    border-radius: inherit;
    display: inline;
    height: auto;
    max-width: 100%;
    width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.uabb-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uabb-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}
.uabb-photo-caption-hover {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity = 0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition:visibility 200ms linear;
    -moz-transition:visibility 200ms linear;
    transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
    opacity: 100;
    visibility: visible;
    /*filter: alpha(opacity = 100);*/
}

/* Panel & Buttons
------------------------------------------------------ */
.uabb-active-btn {
    background: #1e8cbe;
    border-color: #0074a2;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
    display: block !important;
    opacity: 1 !important;
}

/* Image Icon Object */
.uabb-imgicon-wrap .uabb-icon {
    display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
    float: none;
}

/* Photo */


.uabb-imgicon-wrap .uabb-image {
    line-height: 0;
    position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
    text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
    text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
    text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
    display: inline-block;
    border-radius: 0;
    line-height: 0;
    position: relative;
    max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto;
    border-radius: inherit;
    box-shadow: none;
    box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Creative Button
___________________________________________________________________________*/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;

}

.uabb-creative-button-wrap a:focus {
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
}

.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}

/*.uabb-creative-button-wrap a *,
.uabb-creative-button-wrap a:visited * {
    color: #333;
}*/

.uabb-creative-button-wrap a:hover {
    text-decoration: none;
}

.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
    display: block;
    text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
    text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
    text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
    text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
    font-size: 1.3em;
    height: auto;
    vertical-align: middle;
    width: auto;
}

.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
    margin-right: 8px;
    margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
    margin: 0;
}

.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
    vertical-align: middle;
}






/*  Translate Button styles */

.uabb-creative-button.uabb-creative-transparent-btn {
    background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}

/* transparent-fill-top, transparent-fill-bottom  */
.uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
    width: 100%;
    height: 0;
    left: 0;
}

/* transparent-fill-top */
.uabb-transparent-fill-top-btn:after {
    top: 0;
}
/* transparent-fill-bottom */
.uabb-transparent-fill-bottom-btn:after {
    bottom: 0;
}

/* transparent-fill-left, transparent-fill-right */
.uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
    width: 0;
    height: 100%;
    top: 0;
}

/* transparent-fill-left */
.uabb-transparent-fill-left-btn:after {
    left: 0;
}
/* transparent-fill-right */
.uabb-transparent-fill-right-btn:after {
    right: 0;
}


/* transparent-fill-center */
.uabb-transparent-fill-center-btn:after{
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

/*  transparent-fill-diagonal, transparent-fill-horizontal  */
.uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
}

/*  transparent-fill-diagonal */
.uabb-transparent-fill-diagonal-btn{
    overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
       -moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
        -ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
         -o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
            transform: translateX(-50%) translateY(-50%) rotate( 45deg );
}
/* transparent-fill-horizontal */
.uabb-transparent-fill-horizontal-btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}


/*  3D Button styles */
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

/*a.uabb-creative-threed-btn.uabb-animate_top-btn,
a.uabb-creative-threed-btn.uabb-animate_bottom-btn,
a.uabb-creative-threed-btn.uabb-animate_left-btn,
a.uabb-creative-threed-btn.uabb-animate_right-btn {
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
        -ms-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
} */

.perspective {
    -webkit-perspective: 800px;
       -moz-perspective: 800px;
            perspective: 800px;
            margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
}

.uabb-creative-button.uabb-creative-threed-btn {
    /*display: block;*/
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/*  3D Button styles --- Animate to top */
.uabb-creative-threed-btn.uabb-animate_top-btn:after {
    height: 40%;
    left: 0;
    top: -40%;
    width: 100%;
    -webkit-transform-origin: 0% 100%;
       -moz-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
            transform: rotateX(90deg);
}

/*  3D Button styles --- Animate to bottom */
.uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;

    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;

    -webkit-transform: rotateX(-90deg);
       -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
}

/*  3D Button styles --- Animate to Left */
.uabb-creative-threed-btn.uabb-animate_left-btn:after {
    width: 20%;
    height: 100%;
    left: -20%;
    top: 0;
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;


    -webkit-transform: rotateY(-60deg);
       -moz-transform: rotateY(-60deg);
        -ms-transform: rotateY(-60deg);
            transform: rotateY(-60deg);
}

/*  3D Button styles --- Animate to Right */
.uabb-creative-threed-btn.uabb-animate_right-btn:after {
    width: 20%;
    height: 100%;
    left: 104%;
    top: 0;
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;

    -webkit-transform: rotateY(120deg);
       -moz-transform: rotateY(120deg);
        -ms-transform: rotateY(120deg);
            transform: rotateY(120deg);
}


/* Animate Top */
.uabb-animate_top-btn:hover{
    -webkit-transform: rotateX(-15deg);
       -moz-transform: rotateX(-15deg);
        -ms-transform: rotateX(-15deg);
         -o-transform: rotateX(-15deg);
            transform: rotateX(-15deg);

}

/* Animate Bottom */
.uabb-animate_bottom-btn:hover{
    -webkit-transform: rotateX(15deg);
       -moz-transform: rotateX(15deg);
        -ms-transform: rotateX(15deg);
         -o-transform: rotateX(15deg);
            transform: rotateX(15deg);

}

/* Animate Left */
.uabb-animate_left-btn:hover{
    -webkit-transform: rotateY(6deg);
       -moz-transform: rotateY(6deg);
        -ms-transform: rotateY(6deg);
         -o-transform: rotateY(6deg);
            transform: rotateY(6deg);
}

/* Animate Right */
.uabb-animate_right-btn:hover{
    -webkit-transform: rotateY(-6deg);
       -moz-transform: rotateY(-6deg);
        -ms-transform: rotateY(-6deg);
         -o-transform: rotateY(-6deg);
            transform: rotateY(-6deg);

}




/*  Flat Button styles  */

/*  Common Classes  */
.uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
    overflow: hidden;
    position: relative;
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
    bottom: 0;
    height: 100%;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}

/*  Making Icon position center  */
.uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*  Common Hover Classes */
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
    left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
    top: 0;
}


/*  Animate Icon to the right */
.uabb-creative-flat-btn.uabb-animate_to_right-btn i {
    top: 0;
    left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
    -webkit-transform: translateX(200%);
       -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
         -o-transform: translateX(200%);
            transform: translateX(200%);
}

/*  Animate Icon to the left */
.uabb-creative-flat-btn.uabb-animate_to_left-btn i {
    top: 0;
    left: 100%;
}

.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
    -webkit-transform: translateX(-200%);
       -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
         -o-transform: translateX(-200%);
            transform: translateX(-200%);
}


/*  Animate Icon From the Top */
.uabb-creative-flat-btn.uabb-animate_from_top-btn i {
    top: -100%;
    left: 0;
}

/*.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover span {
    -webkit-transform: translateY(500px);
       -moz-transform: translateY(500px);
        -ms-transform: translateY(500px);
         -o-transform: translateY(500px);
            transform: translateY(500px);*/

.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
    -webkit-transform: translateY(400px);
       -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
         -o-transform: translateY(400px);
            transform: translateY(400px);
}

/*  Animate Icon From the Bottom */
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
    top: 100%;
    left: 0;
}


/*.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover span {
    -webkit-transform: translateY(-500px);
       -moz-transform: translateY(-500px);
        -ms-transform: translateY(-500px);
         -o-transform: translateY(-500px);
            transform: translateY(-500px);*/

.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
    -webkit-transform: translateY(-400px);
       -moz-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
         -o-transform: translateY(-400px);
            transform: translateY(-400px);
}

/* Media/Video CSS */
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
    padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
    max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
    position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.uabb-col-particles-background {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

/* Theme Button
------------------------------------------------------ */
/*.fl-builder-content a.uabb-button,
.fl-builder-content a.uabb-button:visited,
.fl-builder-content a.uabb-creative-button,
.fl-builder-content a.uabb-creative-button:visited*/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
		
	
	
	
		text-transform: none;
	}

.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
	 
		
	
	
		text-transform: none;
	}


/* Responsive Js Breakpoint Css */

.uabb-js-breakpoint { 
	content:"default"; 
	display:none;
}
@media screen and (max-width: 992px) {
	.uabb-js-breakpoint {
		content:"992";
	}
}

@media screen and (max-width: 768px) {
	.uabb-js-breakpoint {
		content:"768";
	}
}


														
							.fl-node-5d01b2c7325a2 > .fl-col-content {
					background-color: #f4f4f4;
					background-image: -webkit-linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
					background-image: -moz-linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
					background-image: -o-linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
					background-image: -ms-linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
					background-image: linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
				}
												
							.fl-node-5d01b2bc9196f > .fl-col-content {
					background-color: #f4f4f4;
					background-image: -webkit-linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
					background-image: -moz-linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
					background-image: -o-linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
					background-image: -ms-linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
					background-image: linear-gradient(180deg, #f4f4f4 0%, #eaeaea 100%);
				}
																																	
					
					
					
																
					
					
					
																							
					
					
					
																																					
					
					
					
																
					
					
					
																			
                                
        
                                
        
                                
        
                                
        
                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(//mulco.net/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}.home #main > .container_wrap > .container {
    max-width: 100% !important;
}
.home #main #footer.container_wrap > .container,
.home #main #socket.container_wrap > .container {
    max-width: 1500px !important;
}
#footer p,
#socket p{
    font-size: 100% !important;
    line-height: unset !important;
}
#footer strong,
#socket strong{
    color: unset !important;
}
div#header_main > .container,
div#header_meta > .container,
#footer > .container,
footer#socket > .container{
	max-width:1500px;
	margin: auto;
	padding: 0px;
	padding-left: 50px;
    padding-right: 50px;
}

.fl-row.fl-row-full-width.fl-row-bg-parallax.fl-row-custom-height {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.fl-row.fl-row-full-width.fl-row-bg-parallax.fl-row-custom-height > .fl-row-content-wrap {
    margin-top: 40px;
}

.global-dynamic-pages > .fl-row-content-wrap > .fl-row-content {
	padding: 0 50px;
}

.responsive #top .main_color .avia-testimonial {
  border-color: unset !important;
}

input.wpcf7-not-valid {
	border-color: red !important;
}

.vertrieb_item_details_inner,
.vertrieb_item_details_inner p{
	font-size: 16px;
	line-height: 1.6em;
}

.widget.widget_revslider {
	padding-top: 0px;
}

.no-left-padding {
	padding-left: 0px !important;
}

.no-right-padding {
	padding-right: 0px !important;
}

.avia_mega_div .mega_menu_title img {
	max-width: 203px;
}

.paragraph-space h1,
.paragraph-space h2,
.paragraph-space h3,
.paragraph-space h4,
.paragraph-space h5,
.paragraph-space h6 {
	margin-bottom: 10px !important;
}

.lightbox-added .image-overlay.overlay-type-image {
  display: none !important;
}

.search-results .page-heading-container,
.search-no-results .page-heading-container {
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	background: #f9f7f7;
}

.search-results .page-heading-container .search_form_field,
.search-no-results .page-heading-container .search_form_field {
	max-width: 1400px;
    margin: auto;
	padding-top: 65px;
    padding-bottom: 20px;
}

.search-results .page-heading-container .search_form_field > h4,
.search-results .page-heading-container .search_form_field > p,
.search-no-results .page-heading-container .search_form_field > h4,
.search-no-results .page-heading-container .search_form_field > p {
	display: none;
}

.search-results .page-heading-container .search_form_field input[type="text"],
.search-no-results .page-heading-container .search_form_field input[type="text"]{
	background: #FFFFFF !important;
	height: 50px;
}

.search-results .page-heading-container .search_form_field #searchform > div,
.search-no-results .page-heading-container .search_form_field #searchform > div {
	text-align: center;
    margin: auto;
    max-width: 700px !important;
}

.search-results .post-entry,
.search-no-results .post-entry {
	background: #ececec;
	margin-bottom: 15px;
}

.responsive .container {
	max-width: 1500px !important;
/* 	padding: 0px; */
}
.template-blog .post-entry-last .post_delimiter {
	height: 0px !important;
	border-color: transparent !important;
}
.current_page_custom_content {
/*    margin-top: 25px; */
}

.current_page_custom_content_title {
	 margin-top: 30px;
	 margin-bottom: 30px;
}
.current_page_custom_content_title h2 {
	color: #7a7a7a;
    font-size: 26px;
}
.current_page_custom_content_title h4 {
	color: #288cd3;
    font-size: 18px;
}
.current_page_custom_content_raw {
	padding: 20px;
	background: #f4f4f4;
}
.current_page_custom_content_inner_title{
	text-align: left;
	color: #0081d1;
	font-weight: bold;
}
.current_page_custom_content_inner_desc{
	text-align: left;
}
.current_page_custom_content_inner_title > b > p,
.current_page_custom_content_inner_desc > p {
	margin-top: 0px;
}
.current_page_custom_content_image {
	margin-left: 20px;
}
.current_page_custom_content_image img {
	width: 100%;
}
.current_page_custom_content_image_desc p {
	font-size: 14px !important;
	text-align: left;
	margin: 0;
}

.single-news .fl-row-content-wrap {
	padding: 0px;
}
.single-news .fl-module-content.fl-node-content {
	margin: 0px;
}

.content, .sidebar {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.avia-menu .menu-item a {
	font-size: 14px;
}
.avia-testimonial-meta {
	top: 0 !important;
}
.custom-on-front-pages .avia-testimonial-content {
	top: 0 !important;
}
.kontakt-form-checkboxes input[type="checkbox"] {
	width: 15px;
	height: 15px;
}
.kontakt-form-checkboxes-parts {
	width:33%;
	float:left;
	padding: 0 10px;
}
.kontakt-form-inputs-parts-semi {
	width:50%;
	padding: 0 10px;
}
.kontakt-form-inputs-parts{
	width:50%;
	float:left;
	padding: 0 10px;
}
.kontakt-form-checkboxes .wpcf7-list-item-label {
	font-size: 16px;
	padding-left: 25px;
	padding-bottom: 15px;
}
.custom-on-front-pages .avia-testimonial-name {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 7px;
}
.custom-on-front-pages a.avia-testimonial-link {
	font-size: 15px;
	font-weight: bold;
	color: #288cd3;
}
.custom-on-front-pages .avia-testimonial-content {
	top: 20px;
}

.language-icons{
	float:right;
	margin-top: 0px;
	position: relative;
}
.language-icons__list { 
	text-transform: none;
	background: #fff;
	display: none;
	position: absolute;
	z-index: 100;
	white-space: nowrap;
	right: 0;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	overflow: hidden;
	width: 101px;
}
.language-icons:hover .language-icons__list {
	display: block;
}
.language-icons__list li {
	text-align: left;
}
.language-icons__list li:last-child a {
	border-bottom: none;
}
.language-icons__list li a {
	display: block;
	color: #777;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0px;
	padding: 5px 15px 5px 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lang-en_US .language-icons > a {
	font-family: Open Sans Condensed;
	font-weight: 800;
	font-style: normal;
}
.language-icons > a:hover{
	color:white;
}
.language-icons > a {
	display: block;
	background: #32569c;
	color: #fff !important; 
	padding: 3px 15px 3px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.language-icons > a {
	font-size: 10px;
	line-height: 24px;
}

.post-entry .blog-meta {
	display: none !important;
}
.post-entry > .entry-content-wrapper >  .entry-content-header{
	display: none !important;
}
.search-results .post-entry > .entry-content-wrapper >  .entry-content-header,
.search-no-results .post-entry > .entry-content-wrapper >  .entry-content-header{
	display: block !important;
}
.search-results .post-entry > .entry-content-wrapper >  .entry-content-header >  .search-result-counter,
.search-no-results .post-entry > .entry-content-wrapper >  .entry-content-header >  .search-result-counter {
	display: none;
}
.search-results .post-entry > .entry-content-wrapper,
.search-no-results .post-entry > .entry-content-wrapper {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.search-results .post-entry > .entry-content-wrapper .search-entry-content-type,
.search-no-results .post-entry > .entry-content-wrapper .search-entry-content-type {
    position: absolute;
    top: 0;
    right: 0;
    background: grey;
    padding: 5px;
    color: #FFFFFF;
}

#main > .container_wrap > .container > .content {
	min-height: 500px;
}

.most-visited-pages {
	list-style-type: none;
	font-size: 0px;
}

.most-visited-pages .most-visited-page {
	display: inline-block;
    color: #FFFFFF;
    width: auto;
    clear: both;
    float: none;
    margin: 0;
    padding: 4px 0px;
    background: #4a73c5;
    margin-bottom: 4px;
    margin-right: 4px;
}

.most-visited-pages .most-visited-page >a {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 5px 10px 5px;
}

.most-visited-pages .most-visited-page:hover,
.most-visited-pages .most-visited-page:hover > a{
	color: #4a73c5;
	background: #FFFFFF;
}

#footer .social_bookmarks li {
	clear: none;
	border-right-width: 0 !important;
}

#footer .social_bookmarks li > a {
	text-align: left !important;
}

.fl-rich-text i.fa.fa-link {
	color: #0081d1;
}

.filter-options .filter-title {
	color: #7a7a7a;
    font-size: 17px;
	font-weight: bold;
	margin-right: 5px;
}

.filter-options .filter-download,
.filter-options .filter-news{
	background: #e3e3e3;
    color: #7a7a7a;
    border: 0;
    padding: 5px 7px;
    border-radius: 3px;
    margin: 0px 5px;
	cursor: pointer;
}

.filter-options .filter-download.active,
.filter-options .filter-news.active{
	background: #288cd3;
    color: #FFFFFF;	
}

.current_page_additional_files {
	margin: 0 -15px;
	font-size: 0;
	margin-top: 20px;
}

.current_page_additional_files .additional_file {
	width:20%;
	display:inline-block;
	padding:10px;
	vertical-align: top;
	background: #FFFFFF;
	transition: 0.3s all;
	margin-bottom: 10px;
}

.current_page_additional_files .additional_file > .additional_file_link:hover {
	transform: scale(1.05) !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index: 10;
}

.current_page_additional_files {
	overflow: unset !important;
}

.current_page_additional_files .additional_file .additional_file_image {
	border: 1px solid #cecece; 
	width:100%;
	height: 300px; 
	background-color: #cecece; 
	background-repeat: no-repeat;
	background-size: cover;
}

.current_page_additional_files .additional_file .additional_file_link {
	
}

.additional_file_link {
	color: #333;
	display: block;
}

.additional_file_link_text {
	padding: 0 10px;
	height:95px;
	overflow: hidden;
}
.additional_file_link_text > p {
	padding-left: 34px;
}
.additional_file_link_text > p > i {
	    position: absolute;
	    margin-left: -35px;
	color: red;
	font-size: 30px;
	margin-right: 10px;
	float: left;
}

.additional_file_link_text > p {
	  font-size: 14px;
    line-height: 16px;
}

#wpcf7-f4485-p3583-o1 .wpcf7-list-item input[type="checkbox"]{
	float: left;
}

#wpcf7-f4485-p3583-o1 .wpcf7-list-item span.wpcf7-list-item-label {
	display: block;
}

.content{
	padding:0;
}
.fullwidth {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.vertrieb_widget{
	font-size:0;
	margin-left: -1%;
    margin-right: -2%;
}
.vertrieb_item {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	border: 1px solid #e3e3e3;
}
.vertrieb_item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.vertrieb_item_img {
    text-align: center;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
}
.vertrieb_item_details {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 30px;
}
.vertrieb_item_details a {
    color: #FFFFFF !important;
}
.vertrieb_item:hover .vertrieb_item_details {
	opacity: 1;
}

.vertrieb_filters {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.vertrieb_filter {
	width: 31.3% !important;
    float: left;
    height: 50px;
	margin: 0 1% !important;
	font-size: 18px !important;
}

.vertrieb_filter_countries {
	width: 31.3% !important;
    float: left;
    height: 50px;
	margin: 0 1% !important;
	font-size: 18px !important;
}

.vertrieb_filter_post_code_outer {
	width: 31.3% !important;
    float: left;
    height: 50px;
	margin: 0 1% !important;
	background: #f8f8f8;
}

.vertrieb_filter_post_code_outer .inner_title {
	height: 50px;
    background: #696969;
    color: #FFFFFF;
    font-size: 22px;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    float: left;
    padding: 15px;
}

.vertrieb_filter_post_code_outer .inner_field {
	width: 80%;
    float: left;
    padding: 8px 8px 7px 8px;
}

.vertrieb_filter_post_code_outer .inner_field input {
    height: 35px;
    width: 100%;
	font-size: 18px;
}

.vertrieb_filter_post_code_outer{
	display:none;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
	max-width: 100% !important;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
	max-width: 100% !important;
}

.custom-product-categories .custom-product-company h1 {
	width: 100%;
	height: 110px;
	text-align: center;
}

.custom-product-categories .custom-product-company h1 img {
	height: 100%;
	width: auto;
}

.custom-product-categories ul > li, 
.custom-product-categories ul > li b{
	color: #333;
}

.custom-product-category { margin-top: 10px; }
li.custom-product-category {
	font-size: 17px;
}
.custom-product-category, .custom-product{list-style:none;}
li.custom-product{padding-left: 20px;}

.custom-product-category-uncategorized,
.custom-product-category-uncategorized-en,
.custom-product-category-uncategorized-fr,
.custom-product-category-uncategorized-es,
.custom-product-category-uncategorized-sv
{background-color: #b9b9b9;}
li.custom-product-category-uncategorized,
li.custom-product-category-uncategorized-en,
li.custom-product-category-uncategorized-fr,
li.custom-product-category-uncategorized-es,
li.custom-product-category-uncategorized-sv
{padding: 8px!important; border-radius: 4px;}
li.custom-product-category-uncategorized b,
li.custom-product-category-uncategorized-en b,
li.custom-product-category-uncategorized-fr b,
li.custom-product-category-uncategorized-es b,
li.custom-product-category-uncategorized-sv b
{color: #333;}

/*    continental   */

.custom-product-category-polyurethan_zahnriemen_conti,
.custom-product-category-polyurethan_zahnriemen_conti-en,
.custom-product-category-polyurethan_zahnriemen_conti-fr,
.custom-product-category-polyurethan_zahnriemen_conti-es,
.custom-product-category-polyurethan_zahnriemen_conti-sv
{background-color: #ffab12;}
li.custom-product-category-polyurethan_zahnriemen_conti,
li.custom-product-category-polyurethan_zahnriemen_conti-en,
li.custom-product-category-polyurethan_zahnriemen_conti-fr,
li.custom-product-category-polyurethan_zahnriemen_conti-es,
li.custom-product-category-polyurethan_zahnriemen_conti-sv
{padding: 8px!important; border-radius: 4px;}
li.custom-product-category-polyurethan_zahnriemen_conti b,
li.custom-product-category-polyurethan_zahnriemen_conti-en b,
li.custom-product-category-polyurethan_zahnriemen_conti-fr b,
li.custom-product-category-polyurethan_zahnriemen_conti-es b,
li.custom-product-category-polyurethan_zahnriemen_conti-sv b
{color: #333;}

li.custom-product-continental,
li.custom-product-continental-en,
li.custom-product-continental-fr,
li.custom-product-continental-es,
li.custom-product-continental-sv
{ 
	background: #ffdc9b; 
	margin-left: 20px !important; 
	border-top: 1px solid white;
	padding-left: 10px !important;
}
li.custom-product-continental a,
li.custom-product-continental-en a,
li.custom-product-continental-fr a,
li.custom-product-continental-es a,
li.custom-product-continental-sv a
{color: black;}

li.custom-product-continental:hover a,
li.custom-product-continental-en:hover a,
li.custom-product-continental-fr:hover a,
li.custom-product-continental-es:hover a,
li.custom-product-continental-sv:hover a
{color: black; font-weight:bold; font-size: 15px;}

.custom-product-company.custom-product-company-continental > h1,
.custom-product-company.custom-product-company-continental-en > h1,
.custom-product-company.custom-product-company-continental-fr > h1,
.custom-product-company.custom-product-company-continental-es > h1,
.custom-product-company.custom-product-company-continental-sv > h1
{color: transparent;}



/*  Breco  */
.custom-product-category-breco,
.custom-product-category-breco-en,
.custom-product-category-breco-fr,
.custom-product-category-breco-es,
.custom-product-category-breco-sv
{background-color: #6ab023; }
.custom-product-category-breco b,
.custom-product-category-breco b-en,
.custom-product-category-breco b-fr,
.custom-product-category-breco b-es,
.custom-product-category-breco b-sv
{color: black;}

li.custom-product-category-breco,
li.custom-product-category-breco-en,
li.custom-product-category-breco-fr,
li.custom-product-category-breco-es,
li.custom-product-category-breco-sv
{
	padding: 8px !important; 
	border-radius: 4px;
}


li.custom-product-breco,
li.custom-product-breco-en,
li.custom-product-breco-fr,
li.custom-product-breco-es,
li.custom-product-breco-sv
{
	background: #dded8a; 
	margin-left: 20px !important; 
	border-top: 1px solid white; 
	padding-left: 10px !important;
}
li.custom-product-breco a,
li.custom-product-breco-en a,
li.custom-product-breco-fr a,
li.custom-product-breco-es a,
li.custom-product-breco-sv a
{color: black; }


li.custom-product-breco:hover a,
li.custom-product-breco-en:hover a,
li.custom-product-breco-fr:hover a,
li.custom-product-breco-es:hover a,
li.custom-product-breco-sv:hover a
{color: black; font-weight:bold; font-size: 15px;}

.custom-product-company.custom-product-company-breco > h1,
.custom-product-company.custom-product-company-breco-en > h1,
.custom-product-company.custom-product-company-breco-fr > h1,
.custom-product-company.custom-product-company-breco-es > h1,
.custom-product-company.custom-product-company-breco-sv > h1
{color: transparent;}

/* Uncategorized products */



.custom-product-company-uncategorized > h1,
.custom-product-company-uncategorized-en > h1,
.custom-product-company-uncategorized-fr > h1,
.custom-product-company-uncategorized-es > h1,
.custom-product-company-uncategorized-sv > h1
{background-color: #d9d9d9;}
li.custom-product-company-uncategorized,
li.custom-product-company-uncategorized-en,
li.custom-product-company-uncategorized-fr,
li.custom-product-company-uncategorized-es,
li.custom-product-company-uncategorized-sv
{
	padding: 8px !important; 
	border-radius: 4px;
}
li.custom-product-company-uncategorized b,
li.custom-product-company-uncategorized-en b,
li.custom-product-company-uncategorized-fr b,
li.custom-product-company-uncategorized-es b,
li.custom-product-company-uncategorized-sv b
{color: black;}

li.custom-product-uncategorized,
li.custom-product-uncategorized-en,
li.custom-product-uncategorized-fr,
li.custom-product-uncategorized-es,
li.custom-product-uncategorized-sv
{
	background: transparent; 
	margin-left: 20px !important; 
	border-top: 1px solid white; 
	padding-left: 10px !important;
}
li.custom-product-uncategorized a,
li.custom-product-uncategorized-en a,
li.custom-product-uncategorized-fr a,
li.custom-product-uncategorized-es a,
li.custom-product-uncategorized-sv a
{
	color: #333;
	font-size: 17px;
}

li.custom-product-uncategorized:hover a,
li.custom-product-uncategorized-en:hover a,
li.custom-product-uncategorized-fr:hover a,
li.custom-product-uncategorized-es:hover a,
li.custom-product-uncategorized-sv:hover a
{color: #333; font-weight:bold;}

li.custom-product-uncategorized,
li.custom-product-uncategorized-en,
li.custom-product-uncategorized-fr,
li.custom-product-uncategorized-es,
li.custom-product-uncategorized-sv
{
	background-color: #d9d9d9;
}

.custom-row {
	display: flex; /* equal height of the children */
	flex-direction: row;
  	justify-content: space-between;
	flex-wrap: wrap;
}

.custom-col-12{
	width: 100%;
}

.custom-col-6 {
  flex: 50%; /* additionally, equal width */
  width: 50%;
}

.greybox {
	background: rgb(236,236,236);
	padding: 1px 10px;
}

.color-section-greybox > .container > .template-page {
	background: rgb(236,236,236);
}

.uberboxwrapper .uberbox {
	display: inline-block;
    padding: 3%;
    border: 1px dashed black;
    width: 39%;
    min-height: 200px;
    vertical-align: top;
    margin: 5%;
}

.mehr_links ul li {
	border-bottom: 1px solid rgb(236,236,236);
	padding: 10px 0px;
	min-height: 55px;
}

.mehr_links ul li:last-child {
	border-bottom: none;
}
.mehr_links ul li a {
}
.news_widget {
	margin-top:20px;
}
.news_widget .news_item {
	display: flex;
    background: #ececec;
    position: relative;
    min-height: 200px;
	margin-bottom: 20px;
	width: 100%;
}

.news_widget .news_item .news_item_image {
	width: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news_widget .news_item .news_item_content {
	flex: 1;
    padding: 15px 15px 30px 20px;
    position: relative;
}

.news_widget .news_item .news_item_content .news_item_content_title {
	
}

.news_widget .news_item .news_item_content .news_item_content_description {
	font-size: 16px;
    line-height: 1.6em;	
        margin: 0.85em 0;
}
.news_widget .news_item .news_item_content .news_item_content_description p {
	margin: 0;
}

.news_widget .news_item .news_item_content .news_item_content_link {
    position: absolute;
    bottom: 7px;
}

.news_widget .news_item .news_item_content .news_item_content_link a{
    padding-left: 5px;
}

.news_widget .news_item .news_item_date {
	position: absolute;
    right: 0;
    top: 0;
    background: grey;
    padding: 5px 10px;
	color: #FFFFFF;
}

.download-category {
	position: absolute !important;
    width: auto !important;
    right: 0;
    top: 0;
}

/*Custom dynamic pages widget Start*/
.custom-dynamic-pages-widget .item {
    width: 47.8%;
}
.custom-dynamic-pages-widget .item {
    background: rgba(255,255,255,0.8);
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
}
.custom-dynamic-pages-widget .item-first {
    clear: both;
}
.custom-dynamic-pages-widget .item {
    float: left;
    
}
.custom-dynamic-pages-widget .item1{
    margin-right: 45px;
}
.custom-dynamic-pages-widget .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.custom-dynamic-pages-widget .image-present .item-text {
    clear: none;
}
.custom-dynamic-pages-widget .item-text{
clear:both;
}
.custom-dynamic-pages-widget .item-title,  .item-text {
    margin-left: 26.1%;
}
.custom-dynamic-pages-widget .item-text {
    clear: both;
}
.custom-dynamic-pages-widget .item-text p {
    height: 107px;
    overflow: hidden;
}
.custom-dynamic-pages-widget .item-text p {
    margin-top: 10px;
}
.custom-dynamic-pages-widget .item-text p {
    font-size: 11px;
    line-height: 16px;
}
.custom-dynamic-pages-widget .item-info {
    margin-left: 26.1%;
}
.custom-dynamic-pages-widget .item-info {
    font-family: Open Sans Condensed;
    font-weight: 400;
    font-style: normal;
}
.custom-dynamic-pages-widget .item-info {
    margin-top: 10px;
}
.custom-dynamic-pages-widget .item-info {
    text-transform: uppercase;
}
.custom-dynamic-pages-widget .item-thumbnail {
    width: 21.7%;
    float: left;
}
.custom-dynamic-pages-widget .item-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-dynamic-pages-widget .item-title,  .item-text {
    margin-left: 26.1%;
}
.custom-dynamic-pages-widget .item-title {
    margin-left: 26.1%;
}
.custom-dynamic-pages-widget .elm-events-main .layout-list .event-date {
    width: auto;
}
.custom-dynamic-pages-widget .elm-events-main .layout-list .event-date .entry-date {
    width: 100%;
    height: auto;
    float: none;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 10px;
}
.custom-dynamic-pages-widget .elm-events-main .event-date .entry-date {
    font-size: 16px;
    line-height: 22px;
}
.custom-dynamic-pages-widget .entry-date {
    display: block;
    width: 100%;
    text-align: center;
    background: #e2e3e4;
   
    overflow: hidden;
}
.custom-dynamic-pages-widget .event-date .entry-date .monthyear {
    text-transform: uppercase;
    padding: 3px 6px 4px 6px;
    margin-bottom: 3px;
}
.custom-dynamic-pages-widget .event-date .entry-date .monthyear {
    font-size: 14px;
    line-height: 20px;
}
.custom-dynamic-pages-widget .elm-events-main .layout-list .event-date .entry-date .link-month {
    margin-top: 0px;
}
.custom-dynamic-pages-widget .elm-events-main .event-date .entry-date .link-day {
    padding-top: 0px;
    text-shadow: none;
    padding-bottom: 5px;
}
.custom-dynamic-pages-widget .elm-events-main .event-date .entry-date .link-day {
    font-size: 20px;
    line-height: 28px;
}
.custom-dynamic-pages-widget time{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.custom-dynamic-pages-widget .entry-date .monthyear {
    background: #333333;
    padding: 8px 12px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.custom-dynamic-pages-widget .entry-date a, .entry-date span {
    color: #333333;
}
.custom-dynamic-pages-widget .link-day {
    padding-top: 0px;
    text-shadow: none;
    padding-bottom: 5px;
}
.custom-dynamic-pages-widget .elm-events-main .event-date .entry-date .link-day {
    font-size: 20px;
    line-height: 28px;
}
.custom-dynamic-pages-widget .entry-date .monthyear a, .entry-date .monthyear span {
    color: #ffffff;
}
.custom-dynamic-pages-widget .elm-events-main .event-date .entry-date .link-day small {
    top: -7px;
}
.custom-dynamic-pages-widget .entry-date .link-day small {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -7px;
    padding-left: 2px;
}
.custom-dynamic-pages-widget a .item-thumbnail-wrap {
    display: inline-block;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}
.custom-dynamic-pages-widget .image-present a:hover .item-thumbnail-wrap:before {
    opacity: 1;
}
.custom-dynamic-pages-widget a .item-thumbnail-wrap:before {
    content: "";
    display: block;
    background: url(https://preview.ait-themes.club/theme/solitudo/wp-content/themes/solitudo/design/img/zoom_image.png) center center no-repeat rgba(0,0,0,0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 0;
}
.custom-dynamic-pages-widget .item-thumbnail-wrap:before{
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/*Custom dynamic pages widget End*/

/*Custom messen list widget Start*/
.messen-custom-dynamic-pages-widget .item {
    width: 47.8%;
}
.messen-custom-dynamic-pages-widget .item {
    background: rgba(255,255,255,0.8);
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
}
.messen-custom-dynamic-pages-widget .item-first {
    clear: both;
}
.messen-custom-dynamic-pages-widget .item {
    float: left;
    
}
.messen-custom-dynamic-pages-widget .item1{
    margin-right: 45px;
}
.messen-custom-dynamic-pages-widget .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.messen-custom-dynamic-pages-widget .image-present .item-text {
    clear: none;
}
.messen-custom-dynamic-pages-widget .item-text{
clear:both;
}
.messen-custom-dynamic-pages-widget .item-title,  .item-text {
    margin-left: 26.1%;
}
.messen-custom-dynamic-pages-widget .item-text {
    clear: both;
}
.messen-custom-dynamic-pages-widget .item-text p {
    height: 107px;
    overflow: hidden;
}
.messen-custom-dynamic-pages-widget .item-text p {
    margin-top: 10px;
}
.messen-custom-dynamic-pages-widget .item-text p {
    font-size: 11px;
    line-height: 16px;
}
.messen-custom-dynamic-pages-widget .item-info {
    margin-left: 26.1%;
}
.messen-custom-dynamic-pages-widget .item-info {
    font-family: Open Sans Condensed;
    font-weight: 400;
    font-style: normal;
}
.messen-custom-dynamic-pages-widget .item-info {
    margin-top: 10px;
}
.messen-custom-dynamic-pages-widget .item-info {
    text-transform: uppercase;
}
.messen-custom-dynamic-pages-widget .item-thumbnail {
    width: 21.7%;
    float: left;
}
.messen-custom-dynamic-pages-widget .item-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.messen-custom-dynamic-pages-widget .item-title,  .item-text {
    margin-left: 26.1%;
}
.messen-custom-dynamic-pages-widget .item-title {
    margin-left: 26.1%;
}
.messen-custom-dynamic-pages-widget .elm-events-main .layout-list .event-date {
    width: auto;
}
.messen-custom-dynamic-pages-widget .elm-events-main .layout-list .event-date .entry-date {
    width: 100%;
    height: auto;
    float: none;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 10px;
}
.messen-custom-dynamic-pages-widget .elm-events-main .event-date .entry-date {
    font-size: 16px;
    line-height: 22px;
}
.messen-custom-dynamic-pages-widget .entry-date {
    display: block;
    width: 100%;
    text-align: center;
    background: #e2e3e4;
   
    overflow: hidden;
}
.messen-custom-dynamic-pages-widget .event-date .entry-date .monthyear {
    text-transform: uppercase;
    padding: 3px 6px 4px 6px;
    margin-bottom: 3px;
}
.messen-custom-dynamic-pages-widget .event-date .entry-date .monthyear {
    font-size: 14px;
    line-height: 20px;
}
.messen-custom-dynamic-pages-widget .elm-events-main .layout-list .event-date .entry-date .link-month {
    margin-top: 0px;
}
.messen-custom-dynamic-pages-widget .elm-events-main .event-date .entry-date .link-day {
    padding-top: 0px;
    text-shadow: none;
    padding-bottom: 5px;
}
.messen-custom-dynamic-pages-widget .elm-events-main .event-date .entry-date .link-day {
    font-size: 20px;
    line-height: 28px;
}
.messen-custom-dynamic-pages-widget time{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.messen-custom-dynamic-pages-widget .entry-date .monthyear {
    background: #333333;
    padding: 8px 12px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.messen-custom-dynamic-pages-widget .entry-date a, .entry-date span {
    color: #333333;
}
.messen-custom-dynamic-pages-widget .link-day {
    padding-top: 0px;
    text-shadow: none;
    padding-bottom: 5px;
}
.messen-custom-dynamic-pages-widget .elm-events-main .event-date .entry-date .link-day {
    font-size: 20px;
    line-height: 28px;
}
.messen-custom-dynamic-pages-widget .entry-date .monthyear a, .entry-date .monthyear span {
    color: #ffffff;
}
.messen-custom-dynamic-pages-widget .elm-events-main .event-date .entry-date .link-day small {
    top: -7px;
}
.messen-custom-dynamic-pages-widget .entry-date .link-day small {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -7px;
    padding-left: 2px;
}
.messen-custom-dynamic-pages-widget a .item-thumbnail-wrap {
    display: inline-block;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}
.messen-custom-dynamic-pages-widget .image-present a:hover .item-thumbnail-wrap:before {
    opacity: 1;
}
.messen-custom-dynamic-pages-widget a .item-thumbnail-wrap:before {
    content: "";
    display: block;
    background: url(https://preview.ait-themes.club/theme/solitudo/wp-content/themes/solitudo/design/img/zoom_image.png) center center no-repeat rgba(0,0,0,0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 0;
}
.messen-custom-dynamic-pages-widget .item-thumbnail-wrap:before{
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/*Custom messen list widget End*/

/*////////////////
	// Jig Dropdown //
	////////////////*/

.floating-lmt .floating-lmt-menu {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 9999;
}

.floating-lmt * {
    box-sizing: border-box;
}

.floating-lmt .floating-lmt-btn, .floating-lmt .floating-lmt-content {
    background-color: #C3002F;
    color: #fff;
    height: 48px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}

.floating-lmt .floating-lmt-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    padding: 9px 7px;
    border: 0;
    line-height: 31px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.3);
    font-size: 25px;
    z-index: 9999;
}

.floating-lmt .floating-lmt-icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	font-size: 19px;
}

.floating-lmt .floating-lmt-container {
    position: absolute;
    bottom: 48px;
    right: 0;
    visibility: hidden;
}

.floating-lmt .floating-lmt-cta {
    position: relative;
    display: block;
    width: 220px;
    margin-bottom: 3px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
	height: 48px;
}

.floating-lmt .floating-lmt-content {
    display: table;
    width: 170px;
    overflow: hidden;
    margin-right: 2px;
}

.floating-lmt .floating-lmt-content, .floating-lmt .floating-lmt-cta .floating-lmt-btn {
    float: left;
}

.floating-lmt .floating-lmt-text {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    margin: 0;
    font-size: 14px;
    font-family: "Nissan Regular";
    padding: 0 17px;
    line-height: 1;
}


@media screen and (min-width: 1024px){
	.floating-lmt button.floating-lmt-btn {
		display: none;
	}
	.floating-lmt .floating-lmt-container {
		bottom: 0;
	}
	.floating-lmt .floating-lmt-cta {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		margin-bottom: 0;
		display: block;
		width: auto;
		position: relative;
	}
	.floating-lmt .floating-lmt-content {
		display: table;
		vertical-align: middle;
		position: absolute;
		right: 100%;
		top: 0;
		width: 180px;
		border-bottom: 1px solid #a81727;
		height: 47px;
		box-sizing: content-box;
		opacity: 0;
		visibility: hidden;
		-ms-transform: translateX(180px);
		transform: translateX(180px);
		-webkit-transform: translateX(180px);
		transition: all .15s ease;
		-webkit-transition: all .15s ease;
	}
	.floating-lmt .floating-lmt-cta .floating-lmt-btn {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		border-bottom: 1px solid #a81727;
	}
}

.floating-lmt .floating-lmt-btn.transition:hover, .floating-lmt .floating-lmt-cta:hover .floating-lmt-content, .floating-lmt .floating-lmt-cta:hover .floating-lmt-btn {
    background-color: #A60028;
}

.floating-lmt .floating-lmt-cta:hover .floating-lmt-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    margin-right: 0;
}

.bubble_menu {
	position: fixed;
    z-index: 100000;
    bottom: 115px;
    right: 0;
}

.bubble_menu input[type=checkbox] {
	height: 2.5rem;
    opacity: 0;
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 2.5rem;
    z-index: 3;
    cursor: pointer;
}
#menu {
	background-color: #0F5738;
    border-radius: 2rem 2rem 2rem 0;
    height: 3rem;
    position: absolute;
    right: 0.5rem;
    top: .5rem;
    transition: .3s;
    width: 3rem;
    z-index: 1;
}
#line-one, #line-two {
	background: rgba(255, 255, 255, 0.3);
    height: 0.2rem;
    position: absolute;
    right: 1.5rem;
    top: 1.6rem;
    transition: .3s;
    width: 1.1rem;
    z-index: 2;
}
#line-two {
	top: 2.2rem;
}

#icon-one, #icon-two, #icon-three, #icon-four {
	background: #262626;
	border-radius: 1rem;
	height: 1.5rem;
	position: absolute;
	right: 1.35rem;
	top: 1rem;
	transition: .3s;
	transition-delay: .2s;
	width: 1.5rem;
	overflow: hidden;
    white-space: nowrap;
}
#icon-one i.fa, 
#icon-two i.fa, 
#icon-three i.fa,
#icon-four i.fa {
	color: #ffff;
    left: 5px;
    font-size: 15px;
    position: relative;
    top: 3px;
}
#icon-one i.fa{
	left: 6px;
}
#icon-one span.icon-text, 
#icon-two span.icon-text, 
#icon-three span.icon-text,
#icon-four span.icon-text {
	color: #FFF;
    padding-left: 12px;
}

#icon-one {
	background: #277553;
}
.icon {
  	display: inline-block;
	fill: white;
  	height: 1rem;
	left: .37rem;
	position: absolute;
	top: .25rem;
	width: .8rem;
}
#icon-two {
	background: #499272;
}
#icon-three {
	background: #75AF96;
}
#icon-four {
	background: #75AF96;
	padding-left: 4px;
}
#icon-one:hover, #icon-two:hover, #icon-three:hover, #icon-four:hover {
	right: 2.5rem;
    width: 9rem;
}

/*ANIMATION MECHANICS*/
input[type=checkbox]:checked ~ #menu {
	transform: rotate(135deg);
}
input[type=checkbox]:checked ~ #icon-one {
	animation-name: jig-one;
	animation-delay: .4s;
	animation-duration: .3s;
	transform: scale(1.3) translate(0.1rem, -2.5rem);
}
input[type=checkbox]:checked ~ #icon-two {
	animation-name: jig-two;
	animation-delay: .45s;
	animation-duration: .3s;
	transform: scale(1.3) translate(0.1rem, -4.5rem);
}
input[type=checkbox]:checked ~ #icon-three {
	animation-name: jig-three;
	animation-delay: .5s;
	animation-duration: .3s;
	transform: scale(1.3) translate(0.1rem, -6.5rem);
}
input[type=checkbox]:checked ~ #icon-four {
	animation-name: jig-four;
	animation-delay: .55s;
	animation-duration: .3s;
	transform: scale(1.3) translate(0.1rem, -8.5rem);
}
input[type=checkbox]:checked ~ #line-one {
	background: #FFFFFF;
    top: 1.75rem;
    transform: rotate(-45deg);
}
input[type=checkbox]:checked ~ #line-two {
	background: #FFFFFF;
    top: 1.75rem;
    transform: rotate(45deg);
}

@keyframes jig-one {
	0% {transform: scale(1.3) translate(0, -2.5rem)}
	33% {transform: scale(1.3) translate(0.1rem, -2.5rem)}
	66% {transform: scale(1.3) translate(-0.1rem, -2.5rem)}
	100% {transform: scale(1.3) translate(0, -2.5rem)}
}
@keyframes jig-two {
	0% {transform: scale(1.3) translate(0, -4.5rem)}
	33% {transform: scale(1.3) translate(0.1rem, -4.5rem)}
	66% {transform: scale(1.3) translate(-0.1rem, -4.5rem)}
	100% {transform: scale(1.3) translate(0, -4rem)}
}
@keyframes jig-three {
	0% {transform: scale(1.3) translate(0, -6.5rem)}
	33% {transform: scale(1.3) translate(0.1rem, -6.5rem)}
	66% {transform: scale(1.3) translate(-0.1rem, -6.5rem)}
	100% {transform: scale(1.3) translate(0, -6.5rem)}
}
@keyframes jig-four {
	0% {transform: scale(1.3) translate(0, -8.5rem)}
	33% {transform: scale(1.3) translate(0.1rem, -8.5rem)}
	66% {transform: scale(1.3) translate(-0.1rem, -8.5rem)}
	100% {transform: scale(1.3) translate(0, -8.5rem)}
}


.shortcut-menu .menu-item,
label.menu-open-button{
	max-width: unset;
	background:#0081d1;
	border-radius:50%;
	width:45px;
	height:45px;
	position:absolute!important;
	padding:0;right:0;bottom:0;
	color:#fff!important;
	text-align:center;
	line-height:45px;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);-webkit-transition:-webkit-transform ease-out .2s;transition:-webkit-transform ease-out .2s;transition:transform ease-out .2s;transition:transform ease-out .2s, -webkit-transform ease-out .2s;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 10px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1)
}
.shortcut-menu .menu-open-button span {
	color: #ecf0f1 !important;
}
.shortcut-menu .menu-item:hover,label.menu-open-button:hover{background:#0272b7}
.shortcut-menu{position:fixed;right: 3.3rem; bottom: 7rem;z-index:931}
.shortcut-menu  .menu-open{display:none !important}
.shortcut-menu .menu-item,label.menu-open-button{font-size:16px}
.shortcut-menu label.menu-open-button{z-index:932;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275);-webkit-transition-duration:.4s;transition-duration:.4s;cursor:pointer;margin:0;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.shortcut-menu .app-shortcut-icon{width:5px;height:5px;background:#ecf0f1;color:#ecf0f1;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:-8px -8px,0 -8px,8px -8px,-8px 0,8px 0,-8px 8px,0 8px,8px 8px;box-shadow:-8px -8px,0 -8px,8px -8px,-8px 0,8px 0,-8px 8px,0 8px,8px 8px}
.shortcut-menu .menu-open:checked+.menu-open-button{-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transform:scale(.9,.9) translate3d(0,0,0);transform:scale(.9,.9) translate3d(0,0,0);background:#505050}
.shortcut-menu .menu-open:checked+.menu-open-button .app-shortcut-icon{-webkit-box-shadow:0 -5px,0 -8px,5px 0,-5px 0,8px 0,-8px 0,0 8px,0 5px!important;box-shadow:0 -5px,0 -8px,5px 0,-5px 0,8px 0,-8px 0,0 8px,0 5px!important;-webkit-transform:rotate3d(0,0,1,-45deg) scale3d(.8,.8,.8);transform:rotate3d(0,0,1,-45deg) scale3d(.8,.8,.8)}
.shortcut-menu .menu-open:checked~.menu-item{-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1)}
.shortcut-menu .menu-open:checked~.menu-item:nth-child(3){-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transform:translate3d(0,-48px,0);transform:translate3d(0,-48px,0)}
.shortcut-menu .menu-open:checked~.menu-item:nth-child(4){-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transform:translate3d(0,-96px,0);transform:translate3d(0,-96px,0)}
.shortcut-menu .menu-open:checked~.menu-item:nth-child(5){-webkit-transition-duration:350ms;transition-duration:350ms;-webkit-transform:translate3d(0,-144px,0);transform:translate3d(0,-144px,0)}
.shortcut-menu .menu-open:checked~.menu-item:nth-child(6){-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transform:translate3d(0,-192px,0);transform:translate3d(0,-192px,0)}
.shortcut-menu .menu-open:checked~.menu-item:nth-child(7){-webkit-transition-duration:550ms;transition-duration:550ms;-webkit-transform:translate3d(0,-240px,0);transform:translate3d(0,-240px,0)}

.shortcut-menu .waves-effect{position:relative;cursor:pointer;display:inline-block !important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}
.shortcut-menu .waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(255,255,255,.6);background:radial-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.4) 40%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.6) 60%,rgba(255,255,255,0) 70%);-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-property:-webkit-transform,opacity;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:scale(0) translate(0,0);transform:scale(0) translate(0,0);pointer-events:none}
.shortcut-menu .waves-notransition{-webkit-transition:none!important;transition:none!important}
.shortcut-menu .waves-themed.btn-default .waves-ripple,.waves-themed.btn-outline-default .waves-ripple,.waves-themed.btn-warning .waves-ripple{background:rgba(0,0,0,.6);background:radial-gradient(rgba(0,0,0,.1) 0,rgba(0,0,0,.2) 40%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.4) 60%,rgba(0,0,0,0) 70%)}
.shortcut-menu .waves-themed.btn-danger .waves-ripple,.waves-themed.btn-dark .waves-ripple,.waves-themed.btn-info .waves-ripple,.waves-themed.btn-outline-danger .waves-ripple,.waves-themed.btn-outline-dark .waves-ripple,.waves-themed.btn-outline-info .waves-ripple,.waves-themed.btn-outline-primary .waves-ripple,.waves-themed.btn-outline-success .waves-ripple,.waves-themed.btn-primary .waves-ripple,.waves-themed.btn-success .waves-ripple{background:rgba(255,255,255,.6);background:radial-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.4) 40%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.6) 60%,rgba(255,255,255,0) 70%)}
.page-sidebar .primary-nav .nav-menu li a.waves-themed .waves-ripple{background:rgba(28,35,55,.6);background:radial-gradient(rgba(28,35,55,.2) 0,rgba(28,35,55,.3) 40%,rgba(28,35,55,.4) 50%,rgba(28,35,55,.5) 60%,rgba(28,35,55,0) 70%)}.panel-hdr:not([class^=bg-]):not([class*=" bg-"]) .waves-themed.btn-toolbar-master .waves-ripple,.waves-themed.nav-link .waves-ripple{background:rgba(106,126,181,.6);background:radial-gradient(rgba(106,126,181,.2) 0,rgba(106,126,181,.3) 40%,rgba(106,126,181,.4) 50%,rgba(106,126,181,.5) 60%,rgba(106,126,181,0) 70%)}@-webkit-keyframes seconds{0%{opacity:1}100%{opacity:0}}@keyframes seconds{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes delayed{99%{visibility:hidden}100%{visibility:visible}}@keyframes delayed{99%{visibility:hidden}100%{visibility:visible}}@keyframes subtle{0%{opacity:1}100%{opacity:.2}}@-webkit-keyframes subtle{0%{opacity:1}100%{opacity:.2}}@-webkit-keyframes highlight{from{background:#fff1c1}to{background:0 0}}@keyframes highlight{from{background:#fff1c1}to{background:0 0}}.highlight{-webkit-animation:highlight 1.5s;animation:highlight 1.5s}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-spin-4x{-webkit-animation:spin .5s infinite linear;animation:spin .5s infinite linear}.fa-spin-2x{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes animateFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes animateFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes animateFadeInUp{from{opacity:0;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes animateFadeInUp{from{opacity:0;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes animateFadeInLeft{from{opacity:0;-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes animateFadeInLeft{from{opacity:0;-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes animateFadeInRight{from{opacity:0;-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes animateFadeInRight{from{opacity:0;-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.no-transition-delay{-webkit-transition-delay:0s!important;transition-delay:0s!important}.page-content>.alert{animation:animateFadeInUp .3s;-webkit-animation:animateFadeInUp .3s}.page-content>.card,.page-content>.row{animation:animateFadeInUp .7s;-webkit-animation:animateFadeInUp .7s}.tab-content>.active:not(.fade){animation:animateFadeInUp .5s;-webkit-animation:animateFadeInUp .5s}.fadeinup{animation:animateFadeInUp .5s;-webkit-animation:animateFadeInUp .5s}.fadeindown{animation:animateFadeInDown .5s;-webkit-animation:animateFadeInDown .5s}.fadeinleft{animation:animateFadeInLeft .5s;-webkit-animation:animateFadeInLeft .5s}.fadeinright{animation:animateFadeInRight .5s;-webkit-animation:animateFadeInRight .5s}@media (min-width:1399px){.mod-main-boxed.mod-bg-1 [data-class=mod-bg-1]:before,.mod-main-boxed.mod-bg-2 [data-class=mod-bg-2]:before,.mod-main-boxed.mod-bg-3 [data-class=mod-bg-3]:before,.mod-main-boxed.mod-bg-4 [data-class=mod-bg-4]:before{content:" ";display:block;border-radius:50%;background:inherit;background-image:none;border:2px solid rgba(0,0,0,.2);position:absolute;top:15px;left:15px;height:20px;width:20px}.mod-main-boxed.mod-bg-1 [data-class=mod-bg-1]:after,.mod-main-boxed.mod-bg-2 [data-class=mod-bg-2]:after,.mod-main-boxed.mod-bg-3 [data-class=mod-bg-3]:after,.mod-main-boxed.mod-bg-4 [data-class=mod-bg-4]:after{content:" ";height:inherit;width:inherit;border:5px solid rgba(0,0,0,.1);position:absolute;left:0;top:0;border-radius:50%}.mod-main-boxed .settings-panel .expanded{display:block}.mod-main-boxed .settings-panel .expanded>ul>li{display:inline-block;margin:0;padding:0}.mod-main-boxed .settings-panel .expanded>ul>li [data-action][data-class=mod-bg-1]{background-image:url(//mulco.net/wp-content/plugins/mulco-preps/img/backgrounds/prev-bg-1.png)}.mod-main-boxed .settings-panel .expanded>ul>li [data-action][data-class=mod-bg-2]{background-image:url(//mulco.net/wp-content/plugins/mulco-preps/img/backgrounds/prev-bg-2.png)}.mod-main-boxed .settings-panel .expanded>ul>li [data-action][data-class=mod-bg-3]{background-image:url(//mulco.net/wp-content/plugins/mulco-preps/img/backgrounds/prev-bg-3.png)}.mod-main-boxed .settings-panel .expanded>ul>li [data-action][data-class=mod-bg-4]{background-image:url(//mulco.net/wp-content/plugins/mulco-preps/img/backgrounds/prev-bg-4.png)}.mod-main-boxed .settings-panel .expanded>ul>li:last-child [data-action=toggle]{margin-right:0}.mod-main-boxed.mod-bg-1{background-image:url(//mulco.net/wp-content/plugins/mulco-preps/img/backgrounds/bg-1.png)}.mod-main-boxed.mod-bg-2{background-image:url(//mulco.net/wp-content/plugins/mulco-preps/img/backgrounds/bg-2.png)}.mod-main-boxed.mod-bg-3{background-image:url(//mulco.net/wp-content/plugins/mulco-preps/img/backgrounds/bg-3.png)}.mod-main-boxed.mod-bg-4{background-image:url(//mulco.net/wp-content/plugins/mulco-preps/img/backgrounds/bg-4.png)}.mod-main-boxed.mod-fixed-bg{background-attachment:fixed}}.mod-clean-page-bg .page-content-wrapper{background:#fff!important}.mod-clean-page-bg .page-header{border-bottom-color:rgba(123,141,189,.13)}.mod-color-blind .page-wrapper{-webkit-filter:grayscale(65%);filter:grayscale(55%)}.mod-color-blind [class*=btn-].active{background-image:none!important}.mod-disable-animation *,.mod-disable-animation :after,.mod-disable-animation :before{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}.mod-hide-info-card .page-sidebar .info-card{display:none}.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a>.ni,.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a>[class*=fa-],.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a>img{display:none}.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a>.badge{right:40px;left:auto;top:30%}.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span>.ni,.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span>[class*=fa-],.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span>img{display:none}.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu .dl-ref{display:none}.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu li>ul>li>a{padding-left:2.9375rem}.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu li>ul>li>a+ul>li>a{padding-left:4.1875rem}.mod-high-contrast .btn,.mod-high-contrast .dl-ref,.mod-high-contrast .nav-menu li a,.mod-high-contrast .nav-menu li a .ni,.mod-high-contrast .nav-menu li a [class*=fa-],.mod-high-contrast .nav-title{text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;color:#fff!important;font-weight:500!important}.mod-high-contrast .badge-detached,.mod-high-contrast .btn-default,.mod-high-contrast .btn-secondary,.mod-high-contrast .page-header .btn,.mod-high-contrast .panel-header,.mod-high-contrast .settings-panel-title a,.mod-high-contrast .subheader-title,.mod-high-contrast [class*=btn-outline-],.mod-high-contrast h1,.mod-high-contrast h2,.mod-high-contrast h3,.mod-high-contrast h4,.mod-high-contrast h5{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;color:#000!important;font-weight:500}.mod-high-contrast .breadcrumb>li>a,.mod-high-contrast .btn-switch+.onoffswitch-title,.mod-high-contrast .onoffswitch-title+.onoffswitch-title-desc,.mod-high-contrast .page-content,.mod-high-contrast .panel-container,.mod-high-contrast .panel-header .btn,.mod-high-contrast .subheader-title small,.mod-high-contrast h1 small,.mod-high-contrast h2 small,.mod-high-contrast h3 small,.mod-high-contrast h4 small,.mod-high-contrast h5,.mod-high-contrast h6,.mod-high-contrast p{text-shadow:none;color:#000!important;font-weight:400!important}.mod-lean-subheader .subheader{margin:0}.mod-lean-subheader .subheader .subheader-title{margin-top:0;font-size:1rem;display:inline-block;font-weight:400;text-transform:capitalize;margin-bottom:1.5rem}.mod-lean-subheader .subheader .subheader-title:not(:only-child){margin-top:23px}.mod-lean-subheader .subheader .subheader-title small{font-size:.875rem;display:inline-block;text-transform:capitalize}.mod-lean-subheader .subheader .subheader-title small:before{content:" - "}.mod-lean-subheader .subheader .breadcrumb{position:absolute;top:0}@media (min-width:1399px){.mod-main-boxed .page-wrapper{max-width:1399px;margin:0 auto}.mod-main-boxed:not(.nav-function-top) #nff{position:relative}.mod-main-boxed:not(.nav-function-top) #nff .onoffswitch-title{color:#d58100}.mod-main-boxed:not(.nav-function-top) #nff .onoffswitch-title-desc{color:#ec9f28}.mod-main-boxed:not(.nav-function-top) #nff:after{content:"DISABLED";display:block;position:absolute;background:#fff1c1;font-size:.625rem;width:65px;text-align:center;border:1px solid #ffca0e;height:22px;line-height:20px;border-radius:10px;right:13px;top:26%;color:#1d1d1d}.mod-main-boxed.header-function-fixed .page-wrapper .page-header{width:100%;max-width:1397px;margin:0 auto!important}.mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) .page-wrapper .page-sidebar{position:absolute!important;top:0;bottom:0}.mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify) .page-wrapper .page-header{padding-left:18.875rem}.mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify):not(.nav-function-fixed) .page-content{margin-left:16.875rem}.mod-main-boxed.header-function-fixed.nav-function-minify:not(.nav-function-top):not(.nav-function-hidden) .page-wrapper .page-header{padding-left:6.6875rem}.mod-main-boxed.header-function-fixed.nav-function-minify:not(.nav-function-top):not(.nav-function-hidden) .page-wrapper .page-content-wrapper{margin-left:4.6875rem}.mod-main-boxed.nav-function-hidden:not(.nav-function-top) .page-sidebar:after{position:absolute;left:16.875rem}.mod-main-boxed.nav-function-hidden.nav-function-minify .page-sidebar:after{position:absolute;left:4.6875rem}.mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar{position:absolute}.mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar .page-logo{position:fixed;top:0;z-index:950;-webkit-box-shadow:0 2px 2px -1px rgba(0,0,0,.1);box-shadow:0 2px 2px -1px rgba(0,0,0,.1)}.mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar .primary-nav{margin-top:4.125rem}.mod-main-boxed.nav-function-fixed:not(.nav-function-top).nav-function-hidden .page-logo{position:absolute!important;-webkit-transition:none;transition:none}.mod-main-boxed .page-wrapper{border-left:1px solid rgba(0,0,0,.15);border-right:1px solid rgba(0,0,0,.15);-webkit-box-shadow:5px 0 20px 0 rgba(0,0,0,.1),-5px 0 20px 0 rgba(0,0,0,.1);box-shadow:5px 0 20px 0 rgba(0,0,0,.1),-5px 0 20px 0 rgba(0,0,0,.1);overflow:hidden;position:relative}.mod-main-boxed:not(.header-function-fixed):not(.nav-function-top):not(.modal-open):not(.panel-fullscreen) .page-wrapper{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}}.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li a>.dl-ref:first-child{margin-left:0!important}.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul:before{content:"";display:block;position:absolute;z-index:1;left:2.5625rem;top:44px;bottom:0;border-left:1px solid #4b5a82}.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul>li a:after{content:"";display:block;position:absolute;width:.4rem;height:.4rem;background-color:#6f7fab;left:2.4rem;top:calc(50% - .3rem);border:1px solid #333;border-radius:50%;z-index:1}.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul>li a:hover:after{border-color:transparent}.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul>li li>a:after{content:"";display:none}.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul li a i{margin-left:0!important}html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class=root-text]{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.root-text-sm{font-size:15px}.root-text-sm [data-class=root-text-sm]{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125)!important;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)!important}.root-text-lg{font-size:17px}.root-text-lg [data-class=root-text-lg]{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125)!important;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)!important}.root-text-xl{font-size:18px}.root-text-xl [data-class=root-text-xl]{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125)!important;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)!important}.mod-bigger-font{font-size:18px}.bg-primary-50{background-color:#bfc8df;color:rgba(0,0,0,.8)}.bg-primary-50:hover{color:rgba(0,0,0,.8)}.bg-primary-100{background-color:#aeb9d7;color:rgba(0,0,0,.8)}.bg-primary-100:hover{color:rgba(0,0,0,.8)}.bg-primary-200{background-color:#9daace;color:rgba(0,0,0,.8)}.bg-primary-200:hover{color:rgba(0,0,0,.8)}.bg-primary-300{background-color:#8c9cc6;color:rgba(0,0,0,.8)}.bg-primary-300:hover{color:rgba(0,0,0,.8)}.bg-primary-400{background-color:#7b8dbd;color:#fff}.bg-primary-400:hover{color:#fff}.bg-primary-500{background-color:#0081d1;color:#fff}.bg-primary-500:hover{color:#fff}.bg-primary-600{background-color:#596fad;color:#fff}.bg-primary-600:hover{color:#fff}.bg-primary-700{background-color:#0272b7;color:#fff}.bg-primary-700:hover{color:#fff}.bg-primary-800{background-color:#46598d;color:#fff}.bg-primary-800:hover{color:#fff}.bg-primary-900{background-color:#3d4e7c;color:#fff}.bg-primary-900:hover{color:#fff}.color-primary-50{color:#bfc8df}.color-primary-100{color:#aeb9d7}.color-primary-200{color:#9daace}.color-primary-300{color:#8c9cc6}.color-primary-400{color:#7b8dbd}.color-primary-500{color:#0081d1}.color-primary-600{color:#596fad}.color-primary-700{color:#0272b7}.color-primary-800{color:#46598d}.color-primary-900{color:#3d4e7c}.bg-success-50{background-color:#7aec94;color:rgba(0,0,0,.8)}.bg-success-50:hover{color:rgba(0,0,0,.8)}.bg-success-100{background-color:#63e982;color:rgba(0,0,0,.8)}.bg-success-100:hover{color:rgba(0,0,0,.8)}.bg-success-200{background-color:#4de570;color:rgba(0,0,0,.8)}.bg-success-200:hover{color:rgba(0,0,0,.8)}.bg-success-300{background-color:#37e25e;color:rgba(0,0,0,.8)}.bg-success-300:hover{color:rgba(0,0,0,.8)}.bg-success-400{background-color:#21df4c;color:rgba(0,0,0,.8)}.bg-success-400:hover{color:rgba(0,0,0,.8)}.bg-success-500{background-color:#1dc944;color:#fff}.bg-success-500:hover{color:#fff}.bg-success-600{background-color:#1ab33c;color:#fff}.bg-success-600:hover{color:#fff}.bg-success-700{background-color:#179c35;color:#fff}.bg-success-700:hover{color:#fff}.bg-success-800{background-color:#13862d;color:#fff}.bg-success-800:hover{color:#fff}.bg-success-900{background-color:#107026;color:#fff}.bg-success-900:hover{color:#fff}.color-success-50{color:#7aec94}.color-success-100{color:#63e982}.color-success-200{color:#4de570}.color-success-300{color:#37e25e}.color-success-400{color:#21df4c}.color-success-500{color:#1dc944}.color-success-600{color:#1ab33c}.color-success-700{color:#179c35}.color-success-800{color:#13862d}.color-success-900{color:#107026}.bg-info-50{background-color:#78ebd1;color:rgba(0,0,0,.8)}.bg-info-50:hover{color:rgba(0,0,0,.8)}.bg-info-100{background-color:#62e8c9;color:rgba(0,0,0,.8)}.bg-info-100:hover{color:rgba(0,0,0,.8)}.bg-info-200{background-color:#4ce5c2;color:rgba(0,0,0,.8)}.bg-info-200:hover{color:rgba(0,0,0,.8)}.bg-info-300{background-color:#35e2ba;color:rgba(0,0,0,.8)}.bg-info-300:hover{color:rgba(0,0,0,.8)}.bg-info-400{background-color:#20ddb2;color:rgba(0,0,0,.8)}.bg-info-400:hover{color:rgba(0,0,0,.8)}.bg-info-500{background-color:#1dc7a0;color:#fff}.bg-info-500:hover{color:#fff}.bg-info-600{background-color:#1ab18e;color:#fff}.bg-info-600:hover{color:#fff}.bg-info-700{background-color:#179a7c;color:#fff}.bg-info-700:hover{color:#fff}.bg-info-800{background-color:#13846a;color:#fff}.bg-info-800:hover{color:#fff}.bg-info-900{background-color:#106e58;color:#fff}.bg-info-900:hover{color:#fff}.color-info-50{color:#78ebd1}.color-info-100{color:#62e8c9}.color-info-200{color:#4ce5c2}.color-info-300{color:#35e2ba}.color-info-400{color:#20ddb2}.color-info-500{color:#1dc7a0}.color-info-600{color:#1ab18e}.color-info-700{color:#179a7c}.color-info-800{color:#13846a}.color-info-900{color:#106e58}.bg-warning-50{background-color:#fff1c1;color:rgba(0,0,0,.8)}.bg-warning-50:hover{color:rgba(0,0,0,.8)}.bg-warning-100{background-color:#ffeca7;color:rgba(0,0,0,.8)}.bg-warning-100:hover{color:rgba(0,0,0,.8)}.bg-warning-200{background-color:#ffe68e;color:rgba(0,0,0,.8)}.bg-warning-200:hover{color:rgba(0,0,0,.8)}.bg-warning-300{background-color:#ffe074;color:rgba(0,0,0,.8)}.bg-warning-300:hover{color:rgba(0,0,0,.8)}.bg-warning-400{background-color:#ffdb5b;color:rgba(0,0,0,.8)}.bg-warning-400:hover{color:rgba(0,0,0,.8)}.bg-warning-500{background-color:#ffd541;color:rgba(0,0,0,.8)}.bg-warning-500:hover{color:rgba(0,0,0,.8)}.bg-warning-600{background-color:#ffcf28;color:rgba(0,0,0,.8)}.bg-warning-600:hover{color:rgba(0,0,0,.8)}.bg-warning-700{background-color:#ffca0e;color:rgba(0,0,0,.8)}.bg-warning-700:hover{color:rgba(0,0,0,.8)}.bg-warning-800{background-color:#f4be00;color:rgba(0,0,0,.8)}.bg-warning-800:hover{color:rgba(0,0,0,.8)}.bg-warning-900{background-color:#daaa00;color:rgba(0,0,0,.8)}.bg-warning-900:hover{color:rgba(0,0,0,.8)}.color-warning-50{color:#fff1c1}.color-warning-100{color:#ffeca7}.color-warning-200{color:#ffe68e}.color-warning-300{color:#ffe074}.color-warning-400{color:#ffdb5b}.color-warning-500{color:#ffd541}.color-warning-600{color:#ffcf28}.color-warning-700{color:#ffca0e}.color-warning-800{color:#f4be00}.color-warning-900{color:#daaa00}.bg-danger-50{background-color:#ffc1c1;color:rgba(0,0,0,.8)}.bg-danger-50:hover{color:rgba(0,0,0,.8)}.bg-danger-100{background-color:#ffa8a7;color:rgba(0,0,0,.8)}.bg-danger-100:hover{color:rgba(0,0,0,.8)}.bg-danger-200{background-color:#ff8f8e;color:rgba(0,0,0,.8)}.bg-danger-200:hover{color:rgba(0,0,0,.8)}.bg-danger-300{background-color:#ff7574;color:rgba(0,0,0,.8)}.bg-danger-300:hover{color:rgba(0,0,0,.8)}.bg-danger-400{background-color:#ff5c5b;color:#fff}.bg-danger-400:hover{color:#fff}.bg-danger-500{background-color:#ff4341;color:#fff}.bg-danger-500:hover{color:#fff}.bg-danger-600{background-color:#ff2a28;color:#fff}.bg-danger-600:hover{color:#fff}.bg-danger-700{background-color:#ff110e;color:#fff}.bg-danger-700:hover{color:#fff}.bg-danger-800{background-color:#f40300;color:#fff}.bg-danger-800:hover{color:#fff}.bg-danger-900{background-color:#da0200;color:#fff}.bg-danger-900:hover{color:#fff}.color-danger-50{color:#ffc1c1}.color-danger-100{color:#ffa8a7}.color-danger-200{color:#ff8f8e}.color-danger-300{color:#ff7574}.color-danger-400{color:#ff5c5b}.color-danger-500{color:#ff4341}.color-danger-600{color:#ff2a28}.color-danger-700{color:#ff110e}.color-danger-800{color:#f40300}.color-danger-900{color:#da0200}.bg-fusion-50{background-color:#909090;color:#fff}.bg-fusion-50:hover{color:#fff}.bg-fusion-100{background-color:#838383;color:#fff}.bg-fusion-100:hover{color:#fff}.bg-fusion-200{background-color:#767676;color:#fff}.bg-fusion-200:hover{color:#fff}.bg-fusion-300{background-color:#696969;color:#fff}.bg-fusion-300:hover{color:#fff}.bg-fusion-400{background-color:#5d5d5d;color:#fff}.bg-fusion-400:hover{color:#fff}.bg-fusion-500{background-color:#505050;color:#fff}.bg-fusion-500:hover{color:#fff}.bg-fusion-600{background-color:#434343;color:#fff}.bg-fusion-600:hover{color:#fff}.bg-fusion-700{background-color:#363636;color:#fff}.bg-fusion-700:hover{color:#fff}.bg-fusion-800{background-color:#2a2a2a;color:#fff}.bg-fusion-800:hover{color:#fff}.bg-fusion-900{background-color:#1d1d1d;color:#fff}.bg-fusion-900:hover{color:#fff}.color-fusion-50{color:#909090}.color-fusion-100{color:#838383}.color-fusion-200{color:#767676}.color-fusion-300{color:#696969}.color-fusion-400{color:#5d5d5d}.color-fusion-500{color:#505050}.color-fusion-600{color:#434343}.color-fusion-700{color:#363636}.color-fusion-800{color:#2a2a2a}.color-fusion-900{color:#1d1d1d}.color-white{color:#fff}.color-black{color:#222}.bg-primary-gradient{background-image:linear-gradient(250deg,rgba(61,78,124,.7),transparent)}.bg-danger-gradient{background-image:linear-gradient(250deg,rgba(218,2,0,.7),transparent)}.bg-info-gradient{background-image:linear-gradient(250deg,rgba(16,110,88,.7),transparent)}.bg-warning-gradient{background-image:linear-gradient(250deg,rgba(218,170,0,.7),transparent)}.bg-success-gradient{background-image:linear-gradient(250deg,rgba(16,112,38,.7),transparent)}.bg-fusion-gradient{background-image:linear-gradient(250deg,rgba(29,29,29,.7),transparent)}body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar,body:not(.mobile-detected)::-webkit-scrollbar{height:8px;width:8px}body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar:hover,body:not(.mobile-detected)::-webkit-scrollbar:hover{background-color:rgba(0,0,0,.01)}body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-track-piece,body:not(.mobile-detected)::-webkit-scrollbar-track-piece{background-color:#efefef}body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-track-piece:hover,body:not(.mobile-detected)::-webkit-scrollbar-track-piece:hover{background-color:#d0d0d0}body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:vertical,body:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical{background-color:#838383}body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:vertical:hover,body:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical:hover{background-color:#696969}.page-sidebar .primary-nav::-webkit-scrollbar-track-piece{background-color:#efefef}.page-sidebar .primary-nav::-webkit-scrollbar-thumb:vertical{background-color:#666}.page-sidebar .primary-nav::-webkit-scrollbar{height:4px;width:4px}.page-sidebar .primary-nav:hover::-webkit-scrollbar-corner{width:40px}.page-sidebar .primary-nav::-webkit-scrollbar-track-piece{background-color:#efefef}.page-sidebar .primary-nav::-webkit-scrollbar-thumb:vertical{background-color:#666}:-webkit-full-screen [data-action=app-fullscreen]{color:#ccc}:-moz-full-screen [data-action=app-fullscreen]{color:#ccc}@media print{@page{size:letter portrait;margin:1cm;padding:0;border:none;border-collapse:collapse}:not(.keep-print-font){color:#333!important;background:0 0!important;font-family:Arial,Helvetica,sans-serif!important;letter-spacing:normal!important;font-size:10pt!important;line-height:1.7!important;text-transform:none!important;-webkit-transition:none!important;transition:none!important}table{font-size:80%}.card,.card-body,.container{display:inline;padding:0;margin:0;border:0}a:link{font-weight:700;text-decoration:underline;color:#06c}.subheader-title{font-size:14pt!important}.subheader-title small{font-size:12pt!important}h1,h2,h3,h4,h5,h6{font-weight:700!important}.btn,.page-footer,.page-header,.page-sidebar{display:none!important}.container.card,.page-content,.page-wrapper{padding:0;display:block;margin:0;border:0!important;width:auto;float:none}.panel-header>*{font-weight:700!important}.card.panel{border-color:#333!important}.clearfix:after{content:'';clear:both;display:table}}


.tooltip {
    position: absolute;
    z-index: 2070;
    display: block;
    margin: 2px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
/*     opacity: 0; */
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 5px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 8px;
    height: 5px;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: 5px;
    height: 8px;
}

.tooltip-inner {
    max-width: 200px;
    padding: .3rem .6rem;
    color: #fff;
    text-align: center;
    background-color: rgba(54,54,54,.9);
    border-radius: 5px;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 4px 0 4px 5px;
    border-left-color: rgba(54,54,54,.9);
}

.tooltip-inner {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial;
    font-weight: 500;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}

.menu-sub-mobile {
	display: none !important;
}

.sub-menu.avia_mega_hr {
	display:none !important;
}

.filter-options-mobile {
    width: 100px;
    display: none !important;
}

.mobile-split-child .fl-module-photo .fl-photo { padding-right: 20px; }

.entry-content-wrapper div li {
    text-align: justify;
    font-size: 1.15em;
    line-height: 1.7em;
}
.tablesaw-sortable .tablesaw-sortable-head button {
    text-transform: none;
}

@media screen and (max-width: 1500px){
	div#header_main > .container,
	div#header_meta > .container,
	#footer > .container,
	footer#socket > .container {
		padding: 0px 50px;
	}
}

@media only screen and (max-width: 1155px){
	.responsive #top .av-main-nav .menu-item {
		display: none;
	}
	.responsive #top .av-logo-container .avia-menu {
		height: 100%;
	}
	.responsive #top #wrap_all .main_menu {
		top: 0;
		height: 80px;
		left: auto;
		right: 0;
		display: block;
		position: absolute;
	}
	.responsive #top .av-main-nav .menu-item-avia-special {
		display: block;
	}
	.responsive .av-burger-menu-main {
		display: block;
	}
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
		min-width: 0;
		padding: 0 0 0 20px;
		margin: 0;
		border-style: none;
		border-width: 0;
	}
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
		height: 80px;
		line-height: 80px;
	}
	.responsive #top #header .av-main-nav > li > a, .responsive #top #header .av-main-nav > li > a:hover {
		background: transparent;
		color: inherit;
	}
	.responsive #top #wrap_all .menu-item-search-dropdown > a {
		font-size: 24px;
	}
	.col-sm-mobile {
		width: 100%;
	}
	.mobile-split-child > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col {
		width: 100% !important;
	}
	.mobile-split-child > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col > .fl-col-content  {
		margin: 0px;
		margin-bottom: 10px;
	}
	#footer > .container {
		display: -ms-flex;
    	display: -webkit-flex;
    	display: flex;
		flex-wrap: wrap;
	}
	#footer > .container > .av_one_fifth {
		width: 33%;
		margin-left: 0;
	}
	.menu-sub-mobile {
		display: block !important;
	}
	.no-mobile {
		display: none !important;
	}
	.current_page_additional_files .additional_file {
		width: 25% !important;
	}
}
@media only screen and (max-width: 997px) {
	.kontakt-form-checkboxes-parts{
		width: 50% !important;
	}
}
@media only screen and (max-width: 767px) {
	.product-logo {
		position: unset !important;
		float:right;
	}
	.responsive #top #wrap_all .container {
		width: 100% !important;
		max-width: 91% !important;
	}
	.responsive #top #main > div:first-child  {
   		padding-top: 119px !important;
	}
	.responsive #top #wrap_all #header {
		position: fixed !important;
	}
	div .av_one_fourth {
		margin-left: inherit !important;
    	width: inherit !important;
	}
	.custom-dynamic-pages-widget .item {
		width: 100% !important;
	}
	#socket > .container {
		text-align: center;
	}
	#socket .copyright,
	.responsive #socket .sub_menu_socket{
		float: none !important;
		margin: auto !important;
		text-align: center;
	}
	.shortcut-menu {
		right: 1rem !important;
	}
	.mobile-space-left {
		padding-left: 20px;
		padding-right: 20px;
	}
	.vertrieb_item {
		width: 97% !important;
	}
	.vertrieb_filter {
		width: 97% !important;
	}
	.vertrieb_filter_countries {
		margin-top: 20px !important;
		width: 97% !important;
	}
	.vertrieb_filter_post_code_outer {
		margin-top: 20px !important;
		width: 97% !important;
	}
	.custom-row {
		flex-direction: column;
	}
	li.custom-product {
		margin-left: 0 !important;
	}
	li.custom-product-category {
		margin-left: 0 !important;
	}
	.news_item .news_item_image {
		display: none;
	}
	.kontakt-form-checkboxes-parts{
		width: 100% !important;
	}
	.kontakt-form-inputs-parts{
		width: 100% !important;
	}
	.kontakt-form-inputs-parts-semi {
		width: 100% !important;
	}
	.current_page_additional_files .additional_file {
		width: 50% !important;
	}
	#footer > .container > .av_one_fifth {
		width: 100% !important;
	}
	.filter-options-mobile{
		width: 100px !important;
		display: inline-block !important;
	}
	.filter-news {
		display: none !important;
	}
	.filter-download {
		display: none !important;
	}
	.mobile-split-child .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
	.no-left-padding {
		padding-right: 0px !important;
	}
	.no-right-padding {
		padding-left: 0px !important;
	}
}/*-----------------------------------------------------------------------------

-	Revolution Slider 6.0 Default Style Settings -

Screen Stylesheet

version:   	6.0.0
date:      	24/06/19
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }  

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}


rs-debug {
	z-index:100000;
	position:fixed;
	top:0px; width:300px;
	height:300px;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	overflow: scroll;
}

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important; }
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;	
	display:none;
	white-space: nowrap;	
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;	
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;	
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;	
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;	
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url(//mulco.net/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
  src: url(//mulco.net/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
       url(//mulco.net/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
       url(//mulco.net/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
       url(//mulco.net/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"], 
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"], 
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"], 
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"], 
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"], 
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"], 
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"], 
#builderView i[class*=" fa-"] 
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before, 
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before, 
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before, 
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before, 
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before, 
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before, 
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before, 
#builderView [class*=" fa-"]:before
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
   
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only 
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							


/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; }


rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block;}

/*rs-carousel-wrap,*/
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;	
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

rs-module rs-layer,
rs-module .rs-layer { 
	opacity: 0;
	position:relative;  
	visibility: hidden;
	white-space: nowrap;
	display: block;	
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;	
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;   
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}

rs-layer,
.rs-layer,
rs-alyer *,
.rs-layer * { outline: none !important; }

	
/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(//mulco.net/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(//mulco.net/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:1px;position:relative;margin-bottom:-1px }

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {	
	box-sizing:border-box;	
	max-height:none !important;	
}


.rs-layer.rs-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;}
rs-layer-wrap,
rs-row-wrap,
rs-column,
rs-parallax-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap,
rs-loop-wrap 	{	display:block; visibility: hidden}


rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;perspective:10000px; }

rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; }

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

rs-column-wrap {	
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;	
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;    
    z-index: 0;
    box-sizing: border-box;     
} 
rs-column-bg {	
    position: absolute;    
    z-index: 0;
    box-sizing: border-box; 
    width: 100%;
    height: 100%; 
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {	
	visibility:hidden !important; 
	display:none !important
}




/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction { 
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none;}

/* new static layers position option */
rs-static-layers.rs-stl-back {	
	z-index:0;
}


.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}

									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0; display: block}

.rs-layer.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.rs-layer.rs-fsv		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.rs-fsv audio
.fullcoveredvideo video,
.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;	
	transition:opacity 300ms ease-out !important;				
}


.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}									
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
 

.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;} 

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//mulco.net/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//mulco.net/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//mulco.net/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//mulco.net/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;  
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{  
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;        
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;    
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;    
    border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;  
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
 
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
 
  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
 
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;	
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark,  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;	
	border-radius: 50%;	
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
rs-progress.rs-bottom					{	top:auto; bottom:0px !important;height:5px}



/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//mulco.net/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//mulco.net/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;	
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating, 
.rs-layer .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;	
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before, 
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;	
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(//mulco.net/wp-content/plugins/revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}



rs-loader.spinner5 	{	
	background-image:url(//mulco.net/wp-content/plugins/revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;	
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	border-radius: 100%;	
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);} 
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;  
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */  
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {  
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;  
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block;}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before, 
.rs-layer [class*=" pe-7s-"]:before {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;	
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {height:500%;width:500%}

/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}