
/*! elementor - v3.21.0 - 18-04-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	right: -8px;
	position: relative;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	display: flex;
	font-size: inherit;
	align-items: var(--icon-vertical-align, center);
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-inline-start: 5px;
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	position: relative;
	top: var(--icon-vertical-offset, initial);
}

.elementor-widget .elementor-icon-list-icon svg {
	width: var(--e-icon-list-icon-size, 1em);
	height: var(--e-icon-list-icon-size, 1em);
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em;
	font-size: var(--e-icon-list-icon-size);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto;
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center;
}

.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	justify-content: flex-start;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	justify-content: flex-end;
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0;
}

@media (min-width:-1) {
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-laptop-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-tablet-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:767px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-mobile-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@keyframes spinner__animation {
	0% {
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

body.wc-block-product-gallery-modal-open {
	overflow: hidden;
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size);
}

@keyframes spinner__animation {
	0% {
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	-ms-grid-row-align: center;
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	-moz-appearance: none;
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .6;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important;
}

.wc-block-components-notice-banner>.wc-block-components-button:active, .wc-block-components-notice-banner>.wc-block-components-button:focus, .wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba;
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}
/* </fs_premium_only> */

.su-u-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.su-u-trim>:first-child {
	margin-top: 0;
}

.su-u-trim>:last-child {
	margin-bottom: 0;
}

.su-u-responsive-media-yes {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.su-u-responsive-media-yes .fluid-width-video-wrapper, .su-u-responsive-media-yes .video-holder {
	position: static !important;
}

.su-u-responsive-media-yes embed, .su-u-responsive-media-yes iframe, .su-u-responsive-media-yes object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.su-u-overflow-hidden {
	overflow: hidden;
}

.su-accordion {
	margin-bottom: 1.5em;
}

.su-accordion .su-spoiler {
	margin-bottom: .5em;
}

.su-audio {
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 1.5em;
	background: #7c8781;
	background: linear-gradient(to bottom, #7c8781 0, #0a0809 100%);
	border-radius: 3px;
}

.su-audio .jp-pause, .su-audio .jp-play {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	cursor: pointer;
	border-right: 1px solid #454947;
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/player/default.png");
	background-repeat: no-repeat;
}

.su-audio .jp-pause.nitro-lazy, .su-audio .jp-play.nitro-lazy {
	background-image: none !important;
}

.su-audio .jp-play {
	background-position: 0 0;
}

.su-audio .jp-pause {
	background-position: -30px 0;
}

.su-audio .jp-current-time, .su-audio .jp-duration {
	position: absolute;
	top: 0;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #eee;
	text-shadow: 0 -1px 0 #000;
}

.su-audio .jp-current-time {
	left: 45px;
}

.su-audio .jp-duration {
	right: 10px;
}

.su-audio .jp-play-bar, .su-audio .jp-seek-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	border-radius: 3px;
	cursor: pointer;
}

.su-audio .jp-progress {
	position: absolute;
	top: 10px;
	left: 85px;
	right: 50px;
	height: 10px;
	background: #333;
	box-shadow: 0 0 5px #000 inset;
	border-radius: 3px;
}

.su-audio .jp-seek-bar {
	background: #0b0b0b;
	background: linear-gradient(to bottom, #0b0b0b 0, #666 100%);
}

.su-audio .jp-play-bar {
	background: #6db3f2;
	background: linear-gradient(to bottom, #6db3f2 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
}

.su-box {
	margin: 0 0 1.5em;
	border-width: 2px;
	border-style: solid;
}

.su-box-title {
	display: block;
	padding: .5em 1em;
	font-weight: 700;
	font-size: 1.1em;
}

.su-box-content {
	background-color: #fff;
	color: #444;
	padding: 1em;
}

.su-box-style-soft .su-box-title {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-soft.png");
	background-position: 0 0;
	background-repeat: repeat-x;
}

.su-box-style-soft .su-box-title.nitro-lazy {
	background-image: none !important;
}

.su-box-style-glass .su-box-title {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-glass.png");
	background-position: 0 50%;
	background-repeat: repeat-x;
}

.su-box-style-glass .su-box-title.nitro-lazy {
	background-image: none !important;
}

.su-box-style-bubbles .su-box-title {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-bubbles.png");
	background-position: 0 50%;
	background-repeat: repeat-x;
}

.su-box-style-bubbles .su-box-title.nitro-lazy {
	background-image: none !important;
}

.su-box-style-noise .su-box-title {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-noise.png");
	background-position: 0 0;
	background-repeat: repeat-x;
}

.su-box-style-noise .su-box-title.nitro-lazy {
	background-image: none !important;
}

.su-button {
	display: inline-block !important;
	text-align: center;
	text-decoration: none !important;
	box-sizing: content-box !important;
	transition: all .2s;
}

.su-button-wide {
	display: block !important;
	margin: 1em 0;
}

.su-button-center {
	text-align: center;
}

.su-button span {
	display: block !important;
	text-decoration: none !important;
	box-sizing: content-box !important;
	transition: all .2s;
}

.su-button img {
	border: none !important;
	vertical-align: middle !important;
	margin: -.2em .4em 0 -.3em !important;
	box-shadow: none !important;
}

.su-button i {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 .5em 0 0 !important;
	text-align: center;
	line-height: 1em;
}

.su-button.su-button-float-icon img {
	margin: 0 .5em !important;
}

.su-button small {
	display: block;
	margin: -.2em 0 0;
	color: inherit;
	text-align: center;
	font-style: normal;
	font-size: .8em;
	line-height: 1;
	opacity: .7;
}

@media screen and (max-width:768px) {
	.su-button span {
		padding-top: .25em !important;
		padding-bottom: .25em !important;
		line-height: 1.2 !important;
	}
	
	.su-button small {
		margin-top: .2em !important;
	}
}

.su-button-style-default {
	border-width: 1px;
	border-style: solid;
}

.su-button-style-default:hover {
	opacity: .7;
}

.su-button-style-default span {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.su-button-style-flat, .su-button-style-flat span {
	border: none;
}

.su-button-style-flat span {
	position: relative;
}

.su-button-style-flat:hover span {
	top: 1px;
}

.su-button-style-ghost {
	background: 0 0 !important;
}

.su-button-style-ghost span {
	border-width: 3px;
	border-style: solid;
}

.su-button-style-ghost:hover span {
	border-color: inherit !important;
}

.su-button-style-soft span {
	background: 0 -20px url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-soft.png") repeat-x;
}

.su-button-style-soft span.nitro-lazy {
	background: none !important;
}

.su-button-style-soft:hover span {
	background: 0 0 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-soft.png") repeat-x;
}

.su-button-style-soft:hover span.nitro-lazy {
	background: none !important;
}

.su-button-style-glass span {
	background: 0 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-glass.png") repeat-x;
}

.su-button-style-glass span.nitro-lazy {
	background: none !important;
}

.su-button-style-glass:hover span {
	background: 100% 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-glass.png") repeat-x;
}

.su-button-style-glass:hover span.nitro-lazy {
	background: none !important;
}

.su-button-style-bubbles span {
	background: 0 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-bubbles.png") no-repeat;
}

.su-button-style-bubbles span.nitro-lazy {
	background: none !important;
}

.su-button-style-bubbles:hover span {
	background: -710px 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-bubbles.png") no-repeat;
}

.su-button-style-bubbles:hover span.nitro-lazy {
	background: none !important;
}

.su-button-style-noise span {
	background: 0 0 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-noise.png") repeat-x;
}

.su-button-style-noise span.nitro-lazy {
	background: none !important;
}

.su-button-style-noise:hover span {
	background: 0 0 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/styles/style-noise.png") repeat-x;
}

.su-button-style-noise:hover span.nitro-lazy {
	background: none !important;
}

.su-button-style-stroked span {
	margin: 1px;
	border: 1px dashed #fff !important;
}

.su-button-style-stroked:hover span {
	opacity: .7;
}

.su-button-style-3d {
	border-bottom-style: solid;
	border-bottom-width: 6px;
}

.su-button-style-3d span {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.su-button-style-3d:hover {
	position: relative;
	top: 3px;
	border-bottom-width: 3px;
}

.su-carousel {
	position: relative;
	margin-bottom: 1.5em;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.su-carousel-centered {
	margin: 0 auto 1.5em;
}

.su-carousel-slides {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-o-transition-timing-function: ease;
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0, 0, 0);
	transition-timing-function: ease;
}

.swiper-free-mode>.su-carousel-slides {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.su-carousel-slide {
	position: relative;
	float: left;
}

.su-carousel-slide>a, .su-carousel-slide>a>img, .su-carousel-slide>img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.su-carousel-responsive-yes .su-carousel-slide>a, .su-carousel-responsive-yes .su-carousel-slide>a>img, .su-carousel-responsive-yes .su-carousel-slide>img {
	height: auto;
}

.su-carousel-pages-no .su-carousel-pagination {
	display: none;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.su-carousel .su-carousel-slide a {
	padding: 0 5px;
}

.su-carousel .su-carousel-slide img {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.su-carousel .su-carousel-slide-title {
	position: absolute;
	left: 9px;
	right: 9px;
	bottom: 4px;
	display: block;
	padding: 2px 3px;
	color: #fff;
	line-height: 1.2;
	font-size: 11px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.su-carousel .su-carousel-next, .su-carousel .su-carousel-prev {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: #000 0 0 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/swiper/default.png") no-repeat;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0;
	transition: all .2s;
}

.su-carousel .su-carousel-next.nitro-lazy, .su-carousel .su-carousel-prev.nitro-lazy {
	background: none !important;
}

.su-carousel .su-carousel-prev {
	right: 20px;
	margin-right: 40px;
	background-position: -40px 0;
}

.su-carousel .su-carousel-next {
	left: 20px;
	margin-left: 40px;
	background-position: 0 0;
}

.su-carousel:hover .su-carousel-next, .su-carousel:hover .su-carousel-prev {
	margin-left: 0;
	margin-right: 0;
	opacity: .7;
}

.su-carousel .su-carousel-next:hover, .su-carousel .su-carousel-prev:hover {
	opacity: 1;
}

.su-carousel .su-carousel-pagination {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 50%;
	width: 70%;
	height: 0;
	margin-top: -7px;
	text-align: center;
	cursor: default;
	opacity: 0;
	transition: all .2s;
}

.su-carousel:hover .su-carousel-pagination {
	bottom: 20px;
	opacity: 1;
}

.su-carousel .su-carousel-pagination span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0;
	background: #000 0 -999px url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/swiper/default.png") no-repeat;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s;
}

.su-carousel .su-carousel-pagination span.nitro-lazy {
	background: none !important;
}

.su-carousel:hover .su-carousel-pagination span {
	margin: 0 3px;
}

.su-carousel .su-carousel-pagination span.swiper-visible-switch {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
}

.su-carousel .su-carousel-pagination span.swiper-active-switch, .su-carousel .su-carousel-pagination span:hover {
	background-position: 0 -40px;
}

.su-row {
	margin-bottom: 1.5em;
}

.su-row::after {
	display: table;
	clear: both;
	content: "";
}

.su-row .su-column {
	display: block;
	float: left;
	box-sizing: border-box;
	margin: 0 0 0 4%;
}

.su-row .su-column:first-child {
	margin-left: 0;
}

.su-row .su-column.su-column-size-1-1 {
	margin-right: 0;
	margin-left: 0;
}

.su-row .su-column.su-column-centered {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.su-row .su-column-size-1-1 {
	width: 100%;
}

.su-row .su-column-size-1-2 {
	width: 48%;
}

.su-row .su-column-size-1-3 {
	width: 30.66%;
}

.su-row .su-column-size-2-3 {
	width: 65.33%;
}

.su-row .su-column-size-1-4 {
	width: 22%;
}

.su-row .su-column-size-3-4 {
	width: 74%;
}

.su-row .su-column-size-1-5 {
	width: 16.8%;
}

.su-row .su-column-size-2-5 {
	width: 37.6%;
}

.su-row .su-column-size-3-5 {
	width: 58.4%;
}

.su-row .su-column-size-4-5 {
	width: 79.2%;
}

.su-row .su-column-size-1-6 {
	width: 13.33%;
}

.su-row .su-column-size-5-6 {
	width: 82.66%;
}

.su-row .su-column embed, .su-row .su-column iframe, .su-row .su-column img, .su-row .su-column object {
	max-width: 100%;
}

@media only screen and (max-width:767px) {
	.su-row .su-column {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.su-row .su-column+.su-column {
		margin: 1.5rem 0 0;
	}
}

.su-custom-gallery {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}

.su-custom-gallery-align-left {
	justify-content: flex-start;
}

.su-custom-gallery-align-center {
	justify-content: center;
}

.su-custom-gallery-align-right {
	justify-content: flex-end;
}

.su-custom-gallery-slide {
	position: relative;
	flex: 0 0 auto;
	margin: .5em;
}

.su-custom-gallery-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.su-custom-gallery-slide img {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 3px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	box-shadow: none;
	transition: all .2s;
	-o-object-fit: cover;
	object-fit: cover;
}

.su-custom-gallery-slide:hover img {
	border: 1px solid #aaa;
	background: #eee;
}

.su-custom-gallery-slide span {
	position: absolute;
	right: 4px;
	bottom: 4px;
	left: 4px;
	display: block;
	overflow-y: auto;
	padding: 2px 4px;
	max-height: calc(100% - 8px);
	background: #000;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	word-wrap: break-word;
	font-size: 12px;
	line-height: 1.3;
	opacity: 0;
	transition: all .2s;
}

.su-custom-gallery-slide:hover span {
	opacity: 1;
}

.su-custom-gallery-title-never span {
	display: none;
}

.su-custom-gallery-title-always span {
	opacity: 1;
}

.su-dailymotion {
	margin: 0 0 1.5em;
}

.su-dailymotion iframe {
	border: none !important;
}

.su-display-posts-template-default .su-post {
	display: flex;
	margin-bottom: 1.75em;
}

.su-display-posts-template-default .su-post-thumbnail {
	margin: 0 1.25em 0 0;
	width: 8.25em;
}

.su-display-posts-template-default .su-post-thumbnail a {
	display: block !important;
	text-decoration: none !important;
}

.su-display-posts-template-default .su-post-thumbnail img {
	display: block !important;
	margin: 0 !important;
	max-width: 100% !important;
	height: auto !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.su-display-posts-template-default .su-post-body {
	flex: 1;
}

.su-display-posts-template-default h2.su-post-title {
	margin: 0 0 1em !important;
	padding: 0 !important;
	border: none !important;
	font-size: 1.35em !important;
}

.su-display-posts-template-default h2.su-post-title::after, .su-display-posts-template-default h2.su-post-title::before {
	display: none;
}

.su-display-posts-template-default .su-post-meta {
	margin: 1em 0;
	font-size: .85em;
	opacity: .85;
}

.su-display-posts-template-default .su-post-excerpt p {
	margin: 1em 0;
}

.su-display-posts-template-default .su-post-excerpt>:last-child {
	margin-bottom: 0 !important;
}

.su-display-posts-template-default .su-post-comments-link {
	margin: 1em 0 0;
}

@media screen and (max-width:768px) {
	.su-display-posts-template-default .su-post-thumbnail {
		width: 4em;
	}
}

.su-display-posts-template-teasers .su-post {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.su-display-posts-template-teasers .su-post-thumbnail {
	margin: 0 1em 0 0;
	width: 3.75em;
}

.su-display-posts-template-teasers .su-post-thumbnail a {
	display: block !important;
	text-decoration: none !important;
}

.su-display-posts-template-teasers .su-post-thumbnail img {
	display: block !important;
	margin: 0 !important;
	max-width: 100% !important;
	height: auto !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.su-display-posts-template-teasers .su-post-body {
	flex: 1;
}

.su-display-posts-template-teasers h2.su-post-title {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 1.15em !important;
}

.su-display-posts-template-teasers h2.su-post-title::after, .su-display-posts-template-teasers h2.su-post-title::before {
	display: none;
}

@media screen and (max-width:768px) {
	.su-display-posts-template-teasers .su-post-thumbnail {
		width: 2.75em;
	}
}

.su-display-posts-template-single h2.su-post-title {
	margin: 0 0 1em !important;
	padding: 0 !important;
	border: none !important;
	font-size: 1.75em !important;
}

.su-display-posts-template-single .su-post-meta {
	margin: 1em 0;
	font-size: .85em;
	opacity: .85;
}

.su-display-posts-pagination {
	display: flex;
	justify-content: space-between;
}

.su-display-posts-pagination-next {
	margin-left: auto;
}

.su-divider {
	clear: both;
	border: none;
	text-align: right;
	line-height: 1;
}

.su-divider a {
	display: inline-block;
	font-size: .8em;
	text-decoration: none;
	outline: 0;
	padding-bottom: 5px;
}

.su-divider-style-default {
	border-bottom-style: solid;
}

.su-divider-style-dotted {
	border-bottom-style: dotted;
}

.su-divider-style-dashed {
	border-bottom-style: dashed;
}

.su-divider-style-double {
	border-bottom-style: double;
}

.su-document {
	margin: 0 0 1.5em;
}

.su-document iframe {
	border: none !important;
}

.su-dropcap {
	float: left;
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: .2em .5em .2em 0;
	line-height: 2em;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
}

.su-dropcap-style-default {
	color: #fff;
	background: #45484d;
	background: linear-gradient(to bottom, #45484d 0, #000 100%);
	text-shadow: -1px -1px 0 #000;
	border-radius: 50%;
}

.su-dropcap-style-flat {
	background: #444;
	color: #fff;
}

.su-dropcap-style-light {
	color: #333;
	border-radius: 50%;
	background: #fff;
	background: linear-gradient(to bottom, #fff 0, #eaeaea 100%);
}

.su-dropcap-style-simple {
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: left;
}

.su-expand {
	margin: 0 0 1.5em;
}

.su-expand-content {
	overflow: hidden;
}

.su-expand-link {
	margin-top: .5em;
	cursor: pointer;
}

.su-expand-link:hover {
	opacity: .7;
}

.su-expand-link a, .su-expand-link a:active, .su-expand-link a:focus, .su-expand-link a:hover, .su-expand-link a:visited {
	display: inline;
	text-decoration: none;
	box-shadow: none;
	background: 0 0;
	border: none;
}

.su-expand-link-style-underlined .su-expand-link span {
	text-decoration: underline;
}

.su-expand-link-style-dotted .su-expand-link span {
	border-bottom: 1px dotted #333;
}

.su-expand-link-style-dashed .su-expand-link span {
	border-bottom: 1px dashed #333;
}

.su-expand-link-style-button .su-expand-link a {
	display: inline-block;
	margin-top: .2em;
	padding: .2em .4em;
	border: 2px solid #333;
}

.su-expand-link-more {
	display: none;
}

.su-expand-link-less {
	display: block;
}

.su-expand-collapsed .su-expand-link-more {
	display: block;
}

.su-expand-collapsed .su-expand-link-less {
	display: none;
}

.su-expand-link i {
	display: inline-block;
	margin: 0 .3em 0 0;
	vertical-align: middle;
	color: inherit;
}

.su-expand-link img {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 .3em 0 0;
	vertical-align: middle;
}

.su-frame, .su-frame-inner {
	display: block;
}

.su-frame-align-left {
	float: left;
	margin: 0 1em 1em 0;
}

.su-frame-align-center {
	float: none;
	margin: 1em auto;
}

.su-frame-align-right {
	float: right;
	margin: 0 0 1em 1em;
}

.su-frame img {
	display: block !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.su-frame-style-default {
	padding: 2px;
	border: 1px solid #999;
	background: #fff;
	box-shadow: 1px 1px 4px #ccc;
}

.su-frame-style-default .su-frame-inner {
	padding: 2px;
	border: 4px solid #eee;
}

.su-gmap {
	margin: 0 0 1.5em;
}

.su-gmap iframe {
	border: none !important;
}

.su-guests {
	margin-bottom: 1.5em;
}

.su-heading.su-heading-align-left {
	text-align: left;
}

.su-heading.su-heading-align-left .su-heading-inner {
	padding-left: .2em;
}

.su-heading.su-heading-align-right {
	text-align: right;
}

.su-heading.su-heading-align-right .su-heading-inner {
	padding-right: .2em;
}

.su-heading.su-heading-align-center {
	text-align: center;
}

.su-heading-style-default {
	padding: 2px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.su-heading-style-default .su-heading-inner {
	padding: 1em .5em;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
}

/* <fs_premium_only> */
.su-heading-style-modern-1-dark {
	border-bottom: 1px solid #aaa;
	color: #333;
	line-height: 2;
}

.su-heading-style-modern-1-dark .su-heading-inner {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 1em;
	border-bottom: 2px solid #444;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-2-dark {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #333;
	line-height: 2;
}

.su-heading-style-modern-2-dark .su-heading-inner {
	display: inline-block;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 1em;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-1-light {
	border-bottom: 1px solid #eee;
	color: #ccc;
	line-height: 2;
}

.su-heading-style-modern-1-light .su-heading-inner {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 1em;
	border-bottom: 2px solid #ccc;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-2-light {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #ccc;
	line-height: 2;
}

.su-heading-style-modern-2-light .su-heading-inner {
	display: inline-block;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 1em;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-1-blue {
	border-bottom: 1px solid #9dcce3;
	color: #6299b2;
	line-height: 2;
}

.su-heading-style-modern-1-blue .su-heading-inner {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 1em;
	border-bottom: 2px solid #76b8d7;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-2-blue {
	border-top: 1px solid #9dcce3;
	border-bottom: 1px solid #9dcce3;
	color: #6299b2;
	line-height: 2;
}

.su-heading-style-modern-2-blue .su-heading-inner {
	display: inline-block;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 1em;
	border-top: 2px solid #76b8d7;
	border-bottom: 2px solid #76b8d7;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-1-orange {
	border-bottom: 1px solid #ffa98c;
	color: #000;
	line-height: 2;
}

.su-heading-style-modern-1-orange .su-heading-inner {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 1em;
	border-bottom: 2px solid #ff8157;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-2-orange {
	border-top: 1px solid #ffa98c;
	border-bottom: 1px solid #ffa98c;
	color: #000;
	line-height: 2;
}

.su-heading-style-modern-2-orange .su-heading-inner {
	display: inline-block;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 1em;
	border-top: 2px solid #ff8157;
	border-bottom: 2px solid #ff8157;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-1-violet {
	border-bottom: 1px solid #a5a8e8;
	color: #545899;
	line-height: 2;
}

.su-heading-style-modern-1-violet .su-heading-inner {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 1em;
	border-bottom: 2px solid #7f84e8;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-modern-2-violet {
	border-top: 1px solid #a5a8e8;
	border-bottom: 1px solid #a5a8e8;
	color: #545899;
	line-height: 2;
}

.su-heading-style-modern-2-violet .su-heading-inner {
	display: inline-block;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 1em;
	border-top: 2px solid #7f84e8;
	border-bottom: 2px solid #7f84e8;
	font-weight: 700;
	line-height: 2;
}

.su-heading-style-dotted-line-blue, .su-heading-style-dotted-line-dark, .su-heading-style-dotted-line-light, .su-heading-style-dotted-line-orange, .su-heading-style-dotted-line-violet, .su-heading-style-line-blue, .su-heading-style-line-dark, .su-heading-style-line-light, .su-heading-style-line-orange, .su-heading-style-line-violet {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	line-height: 1.2;
}

.su-heading-style-dotted-line-blue .su-heading-inner, .su-heading-style-dotted-line-dark .su-heading-inner, .su-heading-style-dotted-line-light .su-heading-inner, .su-heading-style-dotted-line-orange .su-heading-inner, .su-heading-style-dotted-line-violet .su-heading-inner, .su-heading-style-line-blue .su-heading-inner, .su-heading-style-line-dark .su-heading-inner, .su-heading-style-line-light .su-heading-inner, .su-heading-style-line-orange .su-heading-inner, .su-heading-style-line-violet .su-heading-inner {
	display: inline-block;
	margin: 0 1em;
}

.su-heading-style-dotted-line-blue::after, .su-heading-style-dotted-line-blue::before, .su-heading-style-dotted-line-dark::after, .su-heading-style-dotted-line-dark::before, .su-heading-style-dotted-line-light::after, .su-heading-style-dotted-line-light::before, .su-heading-style-dotted-line-orange::after, .su-heading-style-dotted-line-orange::before, .su-heading-style-dotted-line-violet::after, .su-heading-style-dotted-line-violet::before, .su-heading-style-line-blue::after, .su-heading-style-line-blue::before, .su-heading-style-line-dark::after, .su-heading-style-line-dark::before, .su-heading-style-line-light::after, .su-heading-style-line-light::before, .su-heading-style-line-orange::after, .su-heading-style-line-orange::before, .su-heading-style-line-violet::after, .su-heading-style-line-violet::before {
	flex: 1;
	display: inline-block;
	content: "";
	min-width: 5%;
}

.su-heading-style-dotted-line-dark, .su-heading-style-line-dark {
	color: #333;
}

.su-heading-style-line-dark::after, .su-heading-style-line-dark::before {
	border-bottom: 1px solid #aaa;
}

.su-heading-style-dotted-line-dark::after, .su-heading-style-dotted-line-dark::before {
	border-bottom: 1px dashed #aaa;
}

.su-heading-style-dotted-line-light, .su-heading-style-line-light {
	color: #ccc;
}

.su-heading-style-line-light::after, .su-heading-style-line-light::before {
	border-bottom: 1px solid #ccc;
}

.su-heading-style-dotted-line-light::after, .su-heading-style-dotted-line-light::before {
	border-bottom: 1px dashed #ccc;
}

.su-heading-style-dotted-line-blue, .su-heading-style-line-blue {
	color: #6299b2;
}

.su-heading-style-line-blue::after, .su-heading-style-line-blue::before {
	border-bottom: 1px solid #76b8d7;
}

.su-heading-style-dotted-line-blue::after, .su-heading-style-dotted-line-blue::before {
	border-bottom: 1px dashed #76b8d7;
}

.su-heading-style-dotted-line-orange, .su-heading-style-line-orange {
	color: #000;
}

.su-heading-style-line-orange::after, .su-heading-style-line-orange::before {
	border-bottom: 1px solid #ff8157;
}

.su-heading-style-dotted-line-orange::after, .su-heading-style-dotted-line-orange::before {
	border-bottom: 1px dashed #ff8157;
}

.su-heading-style-dotted-line-violet, .su-heading-style-line-violet {
	color: #545899;
}

.su-heading-style-line-violet::after, .su-heading-style-line-violet::before {
	border-bottom: 1px solid #7f84e8;
}

.su-heading-style-dotted-line-violet::after, .su-heading-style-dotted-line-violet::before {
	border-bottom: 1px dashed #7f84e8;
}

.su-heading-style-flat-dark {
	padding: 10px 15px;
	border-left: 15px solid #555;
	background: #333;
	color: #eee;
	line-height: 1.4;
}

.su-heading-style-flat-light {
	padding: 10px 15px;
	border-left: 15px solid #ddd;
	background: #eee;
	color: #222;
	line-height: 1.2;
}

.su-heading-style-flat-blue {
	padding: 10px 15px;
	border-left: 15px solid #1998c2;
	background: #1dabda;
	color: #fff;
	line-height: 1.4;
}

.su-heading-style-flat-green {
	padding: 10px 15px;
	border-left: 15px solid #2db281;
	background: #33cc94;
	color: #fff;
	line-height: 1.4;
}

/* </fs_premium_only> */
.su-highlight {
	display: inline;
	padding: 1px 0;
}

.su-image-carousel {
	margin: 1.5em 0;
	width: 100%;
}

.su-image-carousel:first-child {
	margin-top: 0;
}

.su-image-carousel:last-child {
	margin-bottom: 0;
}

.su-image-carousel-item {
	box-sizing: border-box;
	width: 100%;
}

.su-image-carousel-item-content {
	position: relative;
}

.su-image-carousel-item-content a, .su-image-carousel-item-content a:active, .su-image-carousel-item-content a:focus, .su-image-carousel-item-content a:hover, .su-image-carousel-item-content a:visited, .su-image-carousel-item-content img {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
}

.su-image-carousel-item-content a::after, .su-image-carousel-item-content a::before, .su-image-carousel-item-content img::after, .su-image-carousel-item-content img::before {
	display: none;
}

.su-image-carousel-item-content span {
	position: absolute;
	display: block;
	overflow: auto;
	max-height: 60%;
	word-wrap: break-word;
	font-size: .9em;
	line-height: 1.3;
}

.su-image-carousel-item-content span:empty {
	display: none;
}

.su-image-carousel-columns-2 .su-image-carousel-item {
	width: 50%;
}

.su-image-carousel-columns-3 .su-image-carousel-item {
	width: 33.3333333333%;
}

.su-image-carousel-columns-4 .su-image-carousel-item {
	width: 25%;
}

.su-image-carousel-columns-5 .su-image-carousel-item {
	width: 20%;
}

.su-image-carousel-columns-6 .su-image-carousel-item {
	width: 16.6666666666%;
}

.su-image-carousel-columns-7 .su-image-carousel-item {
	width: 14.2857142857%;
}

.su-image-carousel-columns-8 .su-image-carousel-item {
	width: 12.5%;
}

.su-image-carousel-columns-2.su-image-carousel-has-spacing .su-image-carousel-item {
	margin-right: 3%;
	width: 48.5%;
}

.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item {
	margin-right: 2.9%;
	width: 31.4%;
}

.su-image-carousel-columns-4.su-image-carousel-has-spacing .su-image-carousel-item {
	margin-right: 2.8%;
	width: 22.9%;
}

.su-image-carousel-columns-5.su-image-carousel-has-spacing .su-image-carousel-item {
	margin-right: 2.5%;
	width: 18%;
}

.su-image-carousel-columns-6.su-image-carousel-has-spacing .su-image-carousel-item {
	margin-right: 2.6%;
	width: 14.5%;
}

.su-image-carousel-columns-7.su-image-carousel-has-spacing .su-image-carousel-item {
	margin-right: 2.2%;
	width: 12.4%;
}

.su-image-carousel-columns-8.su-image-carousel-has-spacing .su-image-carousel-item {
	margin-right: 2%;
	width: 10.75%;
}

@media screen and (max-width:768px) {
	.su-image-carousel-adaptive .su-image-carousel-item, .su-image-carousel-adaptive.su-image-carousel-has-spacing .su-image-carousel-item {
		margin-right: 0;
		width: 100%;
	}
}

.su-image-carousel-crop .su-image-carousel-item-content::before {
	float: left;
	margin-left: -1px;
	width: 1px;
	height: 0;
	content: "";
}

.su-image-carousel-crop .su-image-carousel-item-content::after {
	display: table;
	clear: both;
	content: "";
}

.su-image-carousel-crop .su-image-carousel-item-content a, .su-image-carousel-crop .su-image-carousel-item-content img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.su-image-carousel-crop .su-image-carousel-item-content img {
	-o-object-fit: cover;
	object-fit: cover;
}

.su-image-carousel-crop-16-9 .su-image-carousel-item-content::before {
	padding-top: 56.25%;
}

.su-image-carousel-crop-16-10 .su-image-carousel-item-content::before {
	padding-top: 62.5%;
}

.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before {
	padding-top: 42.857142857143%;
}

.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before {
	padding-top: 80%;
}

.su-image-carousel-crop-4-3 .su-image-carousel-item-content::before {
	padding-top: 75%;
}

.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before {
	padding-top: 66.666666666667%;
}

.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before {
	padding-top: 50%;
}

.su-image-carousel-crop-1-1 .su-image-carousel-item-content::before {
	padding-top: 100%;
}

.su-image-carousel-crop-1-2 .su-image-carousel-item-content::before {
	padding-top: 200%;
}

.su-image-carousel-crop-2-3 .su-image-carousel-item-content::before {
	padding-top: 150%;
}

.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before {
	padding-top: 133.33333333333%;
}

.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before {
	padding-top: 125%;
}

.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before {
	padding-top: 233.33333333333%;
}

.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before {
	padding-top: 160%;
}

.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before {
	padding-top: 177.77777777778%;
}

.su-image-carousel-align-left {
	float: left;
	margin-top: 0;
	margin-right: 1.5em;
}

.su-image-carousel-align-right {
	float: right;
	margin-top: 0;
	margin-left: 1.5em;
}

.su-image-carousel-align-center {
	margin-right: auto;
	margin-left: auto;
}

.su-image-carousel-align-full {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	max-width: 100vw !important;
	width: 100vw !important;
}

.su-image-carousel button.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	display: block;
	margin: -22px 0 0;
	padding: 0;
	width: 44px;
	height: 44px;
	outline: 0;
	border-radius: 50%;
	opacity: 0;
	transition: opacity .2s ease, transform .2s ease;
	transform: none;
}

.su-image-carousel:hover button.flickity-prev-next-button {
	opacity: .5;
}

.su-image-carousel button.flickity-prev-next-button:focus, .su-image-carousel button.flickity-prev-next-button:hover {
	box-shadow: none;
	opacity: 1;
}

.su-image-carousel button.flickity-prev-next-button:focus {
	transform: scale(1.05);
}

.su-image-carousel button.flickity-prev-next-button[disabled] {
	display: none;
}

.su-image-carousel button.flickity-prev-next-button.previous {
	left: 20px;
}

.su-image-carousel button.flickity-prev-next-button.next {
	right: 20px;
}

.su-image-carousel>ol.flickity-page-dots {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
	opacity: 0;
	transition: opacity .2s ease;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.su-image-carousel:hover>ol.flickity-page-dots {
	opacity: 1;
}

.su-image-carousel>ol.flickity-page-dots>li.dot {
	position: relative;
	display: inline-block;
	margin: 5px;
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	list-style: none;
	opacity: .5;
	transition: opacity .2s ease;
	pointer-events: all;
}

.su-image-carousel>ol.flickity-page-dots>li.dot:hover {
	opacity: 1;
}

.su-image-carousel>ol.flickity-page-dots>li.dot::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.su-image-carousel>ol.flickity-page-dots>li.dot.is-selected::before {
	display: block;
}

.su-image-carousel-controls-style-dark button.flickity-prev-next-button {
	background: #000;
	color: #fff;
}

.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot {
	background: #000;
}

.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot::before {
	background: #fff;
}

.su-image-carousel-controls-style-light button.flickity-prev-next-button {
	background: #fff;
	color: #000;
}

.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot {
	background: #fff;
}

.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot::before {
	background: #000;
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content {
	margin: 1px;
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 7px;
	background: #fff;
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content span {
	right: 4px;
	bottom: 4px;
	left: 4px;
	padding: .5em .7em;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
	color: #fff;
	text-shadow: 0 2px 5px #000;
}

.su-image-carousel-slides-style-minimal .su-image-carousel-item-content {
	margin: 1px;
}

.su-image-carousel-slides-style-minimal .su-image-carousel-item-content span {
	right: 0;
	bottom: 0;
	left: 0;
	padding: .7em;
	background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
	color: #fff;
	text-shadow: 0 2px 5px #000;
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content {
	padding: 7px;
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content img {
	border: 5px solid #fff;
	border-radius: 7px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content span {
	right: 12px;
	bottom: 12px;
	left: 12px;
	padding: .3em .5em;
	background: #fff;
	color: #000;
	font-size: .9em;
}

.su-image-carousel-slides-style-photo.su-image-carousel-crop .su-image-carousel-item-content img {
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
}

.su-image-carousel-mfp.mfp-bg {
	z-index: 102000 !important;
}

.su-image-carousel-mfp.mfp-wrap {
	z-index: 102001 !important;
}

.su-image-carousel-mfp.mfp-wrap .mfp-preloader {
	z-index: 102002 !important;
}

.su-image-carousel-mfp.mfp-wrap .mfp-content {
	z-index: 102003 !important;
}

.su-image-carousel-mfp.mfp-wrap button.mfp-arrow, .su-image-carousel-mfp.mfp-wrap button.mfp-close {
	z-index: 102004 !important;
}

.su-image-carousel-has-outline .su-image-carousel-item-content a:focus img, .su-image-carousel-has-outline button.flickity-prev-next-button:focus {
	outline-width: 2px;
	outline-style: solid;
	outline-color: Highlight;
}

@media (-webkit-min-device-pixel-ratio:0) {
	.su-image-carousel-has-outline .su-image-carousel-item-content a:focus, .su-image-carousel-has-outline button.flickity-prev-next-button:focus {
		outline-style: auto;
		outline-color: -webkit-focus-ring-color;
	}
}

.su-label {
	display: inline;
	margin-right: .3em;
	padding: .1em .3em;
	font-size: .8em;
	height: .8em;
	line-height: .8em;
	color: #fff;
	border-radius: 3px;
}

.su-label-type-default {
	background: #999;
}

.su-label-type-success {
	background: #090;
}

.su-label-type-warning {
	background: #f90;
}

.su-label-type-important {
	background: #f03;
}

.su-label-type-black {
	background: #111;
}

.su-label-type-info {
	background: #09c;
}

.su-lightbox-content {
	position: relative;
	margin: 0 auto;
}

#su-generator .su-lightbox-content, .mfp-content .su-lightbox-content {
	display: block !important;
}

.su-lightbox-content-preview {
	width: 100%;
	min-height: 300px;
	background: #444;
	overflow: hidden;
}

.su-lightbox-content h1, .su-lightbox-content h2, .su-lightbox-content h3, .su-lightbox-content h4, .su-lightbox-content h5, .su-lightbox-content h6 {
	color: inherit;
}

.su-lightbox {
	cursor: pointer;
}

.su-list {
	margin-bottom: 1.5em;
}

.su-list ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.su-list ul li {
	position: relative;
	display: block !important;
	margin: 0 !important;
	padding: 4px 0 4px 2em !important;
	list-style-type: none !important;
	line-height: 1.3em;
}

.su-list ul li>img {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1.3em;
	height: 1.3em;
	padding: 0;
	margin: 0;
	border: none;
}

.su-list ul li>i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	text-align: center;
}

.su-members {
	margin-bottom: 1.5em;
	padding: 1em;
	border-width: 1px 0;
	border-style: solid;
	text-align: center;
}

.su-members a {
	text-decoration: underline;
	color: inherit;
}

.su-note {
	margin: 0 0 1.5em;
	border-width: 1px;
	border-style: solid;
}

.su-note-inner {
	padding: 1em;
	border-width: 1px;
	border-style: solid;
}

.su-posts-default-loop .su-post {
	margin-bottom: 2.5em;
	line-height: 1.5;
}

.su-posts-default-loop .su-post:after {
	content: "";
	display: table;
	clear: both;
}

.su-posts-default-loop .su-post-thumbnail {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin-right: 1em;
}

.su-posts-default-loop .su-post-thumbnail img {
	max-width: 100px;
	max-height: 100px;
}

.su-posts-default-loop h2.su-post-title {
	clear: none;
	margin: 0 0 .3em;
	font-size: 1.2em;
	font-weight: 700;
}

.su-posts-default-loop .su-post-meta {
	margin-bottom: .7em;
	font-size: .8em;
	opacity: .6;
}

.su-posts-default-loop .su-post-excerpt {
	margin-bottom: .5em;
}

.su-posts-default-loop .su-post-excerpt p:last-child {
	margin-bottom: 0;
}

.su-posts-default-loop .su-post-comments-link {
	font-size: .9em;
}

.su-posts-teaser-loop .su-post {
	margin-bottom: 1.5em;
	line-height: 1.2;
}

.su-posts-teaser-loop .su-post:after {
	content: "";
	display: table;
	clear: both;
}

.su-posts-teaser-loop .su-post-thumbnail {
	float: left;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 1em 0 0;
}

.su-posts-teaser-loop .su-post-thumbnail img {
	display: block;
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
}

.su-posts-teaser-loop h2.su-post-title {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font-size: .9em;
	font-weight: 400;
	clear: none;
}

.su-posts-single-post .su-post {
	margin-bottom: 2.5em;
	line-height: 1.5;
}

.su-posts-single-post .su-post:after {
	content: "";
	display: table;
	clear: both;
}

.su-posts-single-post h1.su-post-title {
	clear: none;
	margin: 0 0 .3em;
	font-size: 1.2em;
	font-weight: 700;
}

.su-posts-single-post .su-post-meta {
	margin-bottom: .7em;
	font-size: .8em;
	opacity: .6;
}

.su-posts-single-post .su-post-content {
	margin-bottom: .5em;
}

.su-posts-single-post .su-post-content p:last-child {
	margin-bottom: 0;
}

.su-private {
	margin: 0 0 1.5em;
}

.su-pullquote {
	display: block;
	width: 30%;
	padding: .5em 1em;
}

.su-pullquote-align-left {
	margin: .5em 1.5em 1em 0;
	padding-left: 0;
	float: left;
	border-right: 5px solid #eee;
}

.su-pullquote-align-right {
	margin: .5em 0 1em 1.5em;
	padding-right: 0;
	float: right;
	border-left: 5px solid #eee;
}

@media screen and (max-width:48em) {
	.su-pullquote {
		width: auto;
	}
	
	.su-pullquote-align-left, .su-pullquote-align-right {
		float: none;
		margin: 1.5em 0;
		padding: .5em 1em;
	}
}

.su-qrcode {
	display: inline-block;
}

.su-qrcode-align-left {
	float: left;
	margin: 0 .5em .5em 0;
}

.su-qrcode-align-center {
	display: block;
	clear: both;
	margin: 1em auto;
	text-align: center;
}

.su-qrcode-align-right {
	float: right;
	margin: 0 0 .5em .5em;
}

.su-qrcode a, .su-qrcode a:active, .su-qrcode a:focus, .su-qrcode a:hover {
	background: 0 0;
	outline: 0;
	display: inline;
	text-decoration: none;
}

.su-qrcode-clickable a:hover {
	opacity: .7;
}

.su-qrcode img {
	display: inline-block;
	max-width: 100%;
}

.su-quote-style-default {
	position: relative;
	margin-bottom: 1.5em;
	padding: .5em 3em;
	font-style: italic;
}

.su-quote-style-default:after, .su-quote-style-default:before {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/quote.png");
	content: "";
}

.su-quote-style-default:before {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.su-quote-style-default:after {
	right: 0;
	bottom: 0;
	background-position: -20px 0;
}

.su-quote-style-default .su-quote-cite {
	display: block;
	text-align: right;
	font-style: normal;
}

.su-quote-style-default .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-default .su-quote-cite a {
	text-decoration: underline;
}

/* <fs_premium_only> */
.su-quote-style-modern-dark {
	position: relative;
	margin-bottom: 1.5em;
	border: 1px solid #000;
	background: #222 0 -15px url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #eee;
	text-shadow: -1px -1px 0 #000;
	font-style: italic;
}

.su-quote-style-modern-dark.nitro-lazy {
	background: none !important;
}

.su-quote-style-modern-dark .su-quote-inner {
	padding: 15px 25px;
	border: 1px solid #999;
	border-top-color: #ccc;
}

.su-quote-style-modern-dark .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #ccc;
	text-align: right;
}

.su-quote-style-modern-dark .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-modern-dark .su-quote-cite a {
	color: #ccc;
	text-decoration: underline;
}

.su-quote-style-modern-light {
	position: relative;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
	background: #e5e5e5 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	font-style: italic;
}

.su-quote-style-modern-light.nitro-lazy {
	background: none !important;
}

.su-quote-style-modern-light .su-quote-inner {
	padding: 15px 25px;
	border: 1px solid #fff;
	border-top-color: #fff;
}

.su-quote-style-modern-light .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #333;
	text-align: right;
}

.su-quote-style-modern-light .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-modern-light .su-quote-cite a {
	color: #333;
	text-decoration: underline;
}

.su-quote-style-modern-blue {
	position: relative;
	margin-bottom: 1.5em;
	border: 1px solid #8ec5d1;
	background: #b2e2ed url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #456066;
	text-shadow: 0 1px 0 #e1f2f5;
	font-style: italic;
}

.su-quote-style-modern-blue.nitro-lazy {
	background: none !important;
}

.su-quote-style-modern-blue .su-quote-inner {
	padding: 15px 25px;
	border: 1px solid #e1f2f5;
	border-top-color: #fff;
}

.su-quote-style-modern-blue .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #456066;
	text-align: right;
}

.su-quote-style-modern-blue .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-modern-blue .su-quote-cite a {
	color: #456066;
	text-decoration: underline;
}

.su-quote-style-modern-orange {
	position: relative;
	margin-bottom: 1.5em;
	border: 1px solid #ffa54d;
	background: #ffbf80 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #783c00;
	text-shadow: 0 1px 0 #ffe7cf;
	font-style: italic;
}

.su-quote-style-modern-orange.nitro-lazy {
	background: none !important;
}

.su-quote-style-modern-orange .su-quote-inner {
	padding: 15px 25px;
	border: 1px solid #ffe0c2;
	border-top-color: #fff;
}

.su-quote-style-modern-orange .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #783c00;
	text-align: right;
}

.su-quote-style-modern-orange .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-modern-orange .su-quote-cite a {
	color: #783c00;
	text-decoration: underline;
}

.su-quote-style-modern-violet {
	position: relative;
	margin-bottom: 1.5em;
	border: 1px solid #aaa6d9;
	background: #d5d3f2 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #57556b;
	text-shadow: 0 1px 0 #ebebf2;
	font-style: italic;
}

.su-quote-style-modern-violet.nitro-lazy {
	background: none !important;
}

.su-quote-style-modern-violet .su-quote-inner {
	padding: 15px 25px;
	border: 1px solid #eeedff;
	border-top-color: #fff;
}

.su-quote-style-modern-violet .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #57556b;
	text-align: right;
}

.su-quote-style-modern-violet .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-modern-violet .su-quote-cite a {
	color: #57556b;
	text-decoration: underline;
}

.su-quote-style-modern-blue, .su-quote-style-modern-blue .su-quote-inner, .su-quote-style-modern-dark, .su-quote-style-modern-dark .su-quote-inner, .su-quote-style-modern-light, .su-quote-style-modern-light .su-quote-inner, .su-quote-style-modern-orange, .su-quote-style-modern-orange .su-quote-inner, .su-quote-style-modern-violet, .su-quote-style-modern-violet .su-quote-inner {
	border-radius: 3px;
}

.su-quote-style-flat-dark {
	position: relative;
	margin-bottom: 1.5em;
	background: #333;
	color: #eee;
	text-shadow: -1px -1px 0 #000;
	font-style: italic;
}

.su-quote-style-flat-dark .su-quote-inner {
	padding: 15px 25px;
	border-left: 20px solid #444;
}

.su-quote-style-flat-dark .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #eee;
	text-align: right;
}

.su-quote-style-flat-dark .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-flat-dark .su-quote-cite a {
	color: #eee;
	text-decoration: underline;
}

.su-quote-style-flat-light {
	position: relative;
	margin-bottom: 1.5em;
	background: #eee;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	font-style: italic;
}

.su-quote-style-flat-light .su-quote-inner {
	padding: 15px 25px;
	border-left: 20px solid #ddd;
}

.su-quote-style-flat-light .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #333;
	text-align: right;
}

.su-quote-style-flat-light .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-flat-light .su-quote-cite a {
	color: #333;
	text-decoration: underline;
}

.su-quote-style-flat-blue {
	position: relative;
	margin-bottom: 1.5em;
	background: #1dabda;
	color: #fff;
	font-style: italic;
}

.su-quote-style-flat-blue .su-quote-inner {
	padding: 15px 25px;
	border-left: 20px solid #1998c2;
}

.su-quote-style-flat-blue .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #fff;
	text-align: right;
}

.su-quote-style-flat-blue .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-flat-blue .su-quote-cite a {
	color: #fff;
	text-decoration: underline;
}

.su-quote-style-flat-green {
	position: relative;
	margin-bottom: 1.5em;
	background: #33cc94;
	color: #fff;
	font-style: italic;
}

.su-quote-style-flat-green .su-quote-inner {
	padding: 15px 25px;
	border-left: 20px solid #2db281;
}

.su-quote-style-flat-green .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: #fff;
	text-align: right;
}

.su-quote-style-flat-green .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-flat-green .su-quote-cite a {
	color: #fff;
	text-decoration: underline;
}

.su-quote-style-carbon, .su-quote-style-fabric, .su-quote-style-grid, .su-quote-style-sharp, .su-quote-style-wood {
	position: relative;
	margin-bottom: 1.5em;
	font-style: italic;
}

.su-quote-style-carbon {
	background: #222 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/carbon.png");
	color: #eee;
	text-shadow: 0 1px 2px #000;
}

.su-quote-style-carbon.nitro-lazy {
	background: none !important;
}

.su-quote-style-sharp {
	background: #222 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/sharp.png");
	color: #eee;
}

.su-quote-style-sharp.nitro-lazy {
	background: none !important;
}

.su-quote-style-grid {
	background: #222 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/grid.png");
	color: #5a5a66;
	text-shadow: 0 1px 0 #f5f5f5;
}

.su-quote-style-grid.nitro-lazy {
	background: none !important;
}

.su-quote-style-wood {
	background: #222 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/wood.png");
	color: #5e4c32;
	text-shadow: 0 1px 0 #fff0e0;
}

.su-quote-style-wood.nitro-lazy {
	background: none !important;
}

.su-quote-style-fabric {
	background: #222 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/fabric.png");
	color: #eee;
	text-shadow: 0 1px 4px #000;
}

.su-quote-style-fabric.nitro-lazy {
	background: none !important;
}

.su-quote-style-carbon .su-quote-inner, .su-quote-style-fabric .su-quote-inner, .su-quote-style-grid .su-quote-inner, .su-quote-style-sharp .su-quote-inner, .su-quote-style-wood .su-quote-inner {
	padding: 15px 25px;
}

.su-quote-style-carbon .su-quote-cite, .su-quote-style-fabric .su-quote-cite, .su-quote-style-grid .su-quote-cite, .su-quote-style-sharp .su-quote-cite, .su-quote-style-wood .su-quote-cite {
	display: block;
	margin-top: 1em;
	color: inherit;
	text-align: right;
}

.su-quote-style-carbon .su-quote-cite:before, .su-quote-style-fabric .su-quote-cite:before, .su-quote-style-grid .su-quote-cite:before, .su-quote-style-sharp .su-quote-cite:before, .su-quote-style-wood .su-quote-cite:before {
	content: "— ";
}

.su-quote-style-carbon .su-quote-cite a, .su-quote-style-fabric .su-quote-cite a, .su-quote-style-grid .su-quote-cite a, .su-quote-style-sharp .su-quote-cite a, .su-quote-style-wood .su-quote-cite a {
	color: inherit !important;
	text-decoration: underline;
}

.su-quote-style-carbon .su-quote-cite, .su-quote-style-fabric .su-quote-cite, .su-quote-style-flat-blue .su-quote-cite, .su-quote-style-flat-dark .su-quote-cite, .su-quote-style-flat-green .su-quote-cite, .su-quote-style-flat-light .su-quote-cite, .su-quote-style-grid .su-quote-cite, .su-quote-style-modern-blue .su-quote-cite, .su-quote-style-modern-dark .su-quote-cite, .su-quote-style-modern-light .su-quote-cite, .su-quote-style-modern-orange .su-quote-cite, .su-quote-style-modern-violet .su-quote-cite, .su-quote-style-sharp .su-quote-cite, .su-quote-style-wood .su-quote-cite {
	font-style: normal;
	font-size: .9em;
}

/* </fs_premium_only> */
.su-screenr {
	margin: 0 0 1.5em;
}

.su-screenr iframe {
	border: none !important;
}

.su-service {
	position: relative;
	margin: 0 0 1.5em;
}

.su-service-title {
	display: block;
	margin-bottom: .5em;
	color: #333;
	font-weight: 700;
	font-size: 1.1em;
}

.su-service-title img {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.su-service-title i {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1em;
}

.su-service-content {
	line-height: 1.4;
}

.su-slider {
	position: relative;
	margin-bottom: 1.5em;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.su-slider-centered {
	margin: 0 auto 1.5em;
}

.su-slider-slides {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-o-transition-timing-function: ease;
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0, 0, 0);
	transition-timing-function: ease;
}

.swiper-free-mode>.su-slider-slides {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.su-slider-slide {
	position: relative;
	float: left;
}

.su-slider-slide>a, .su-slider-slide>a>img, .su-slider-slide>img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.su-slider-responsive-yes .su-slider-slide>a, .su-slider-responsive-yes .su-slider-slide>a>img, .su-slider-responsive-yes .su-slider-slide>img {
	height: auto;
}

.su-slider-pages-no .su-slider-pagination {
	display: none;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.su-slider-slide-title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
	max-width: 90%;
	padding: 5px 10px;
	color: #fff;
	line-height: 1.3;
	background: #000;
	background: rgba(0, 0, 0, .5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	opacity: 0;
	transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.su-slider-slide-visible .su-slider-slide-title {
	opacity: 1;
}

.su-slider-next, .su-slider-prev {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px !important;
	background: #000 0 0 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/swiper/default.png") no-repeat;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0;
	transition: all .2s;
}

.su-slider-next.nitro-lazy, .su-slider-prev.nitro-lazy {
	background: none !important;
}

.su-slider-prev {
	right: 10px;
	margin-right: 30px;
	background-position: -40px 0;
}

.su-slider-next {
	left: 10px;
	margin-left: 30px;
	background-position: 0 0;
}

.su-slider:hover .su-slider-next, .su-slider:hover .su-slider-prev {
	margin-left: 0;
	margin-right: 0;
	opacity: .7;
}

.su-slider .su-slider-next:hover, .su-slider .su-slider-prev:hover {
	opacity: 1;
}

.su-slider-pagination {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 50%;
	width: 70%;
	height: 0;
	margin-top: -7px;
	text-align: center;
	cursor: default;
	opacity: 0;
	transition: all .2s;
}

.su-slider:hover .su-slider-pagination {
	bottom: 20px;
	opacity: 1;
}

.su-slider-pagination span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0;
	background: #000 0 -999px url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/swiper/default.png") no-repeat;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s;
}

.su-slider-pagination span.nitro-lazy {
	background: none !important;
}

.su-slider:hover .su-slider-pagination span {
	margin: 0 3px;
}

.su-slider .su-slider-pagination span.swiper-visible-switch {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
}

.su-slider-pagination span.swiper-active-switch, .su-slider-pagination span:hover {
	background-position: 0 -40px;
}

.su-spacer {
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.su-spacer-5 {
	height: 5px;
}

.su-spacer-10 {
	height: 10px;
}

.su-spacer-20 {
	height: 20px;
}

.su-spacer-30 {
	height: 30px;
}

.su-spacer-40 {
	height: 40px;
}

.su-spoiler {
	margin-bottom: 1.5em;
}

.su-spoiler .su-spoiler:last-child {
	margin-bottom: 0;
}

.su-spoiler-title {
	position: relative;
	cursor: pointer;
	min-height: 20px;
	line-height: 20px;
	padding: 7px 7px 7px 34px;
	font-weight: 700;
	font-size: 13px;
}

.su-spoiler-title:focus {
	outline: currentColor thin dotted;
}

.su-spoiler-icon {
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	font-family: ShortcodesUltimateIcons;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.su-spoiler-content {
	padding: 14px;
	transition: padding-top .2s;
}

.su-spoiler.su-spoiler-closed>.su-spoiler-content {
	height: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	border: none;
	opacity: 0;
	pointer-events: none;
}

.su-spoiler.su-spoiler-closed>.su-spoiler-content iframe {
	display: none;
}

.su-spoiler-icon-plus .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-plus-circle .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-arrow .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-chevron .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-chevron-circle .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-caret .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-caret-square .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-folder-1 .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-folder-2 .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before {
	content: "";
}

.su-spoiler-style-default>.su-spoiler-title {
	padding-left: 27px;
	padding-right: 0;
}

.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
	left: 0;
}

.su-spoiler-style-default>.su-spoiler-content {
	padding: 1em 0 1em 27px;
}

.su-spoiler-style-fancy {
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
	color: #333;
}

.su-spoiler-style-fancy>.su-spoiler-title {
	border-bottom: 1px solid #ccc;
	border-radius: 10px;
	background: #f0f0f0;
	font-size: .9em;
}

.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title {
	border: none;
}

.su-spoiler-style-fancy>.su-spoiler-content {
	border-radius: 10px;
}

.su-spoiler-style-simple {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.su-spoiler-style-simple>.su-spoiler-title {
	padding: 5px 10px;
	background: #f0f0f0;
	color: #333;
	font-size: .9em;
}

.su-spoiler-style-simple>.su-spoiler-title>.su-spoiler-icon {
	display: none;
}

.su-spoiler-style-simple>.su-spoiler-content {
	padding: 1em 10px;
	background: #fff;
	color: #333;
}

/* <fs_premium_only> */
.su-spoiler-style-glass-dark {
	border: 1px solid #777;
	border-radius: 2px;
}

.su-spoiler-style-glass-dark>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #111 0 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/glass.png") repeat-x;
	color: #eee;
	text-shadow: 0 -1px 0 #000;
}

.su-spoiler-style-glass-dark>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-glass-dark>.su-spoiler-title:hover {
	background-color: #000;
}

.su-spoiler-style-glass-dark>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-glass-dark>.su-spoiler-content {
	background: #f3f3f3;
	color: #333;
}

.su-spoiler-style-glass-light {
	border: 1px solid #c0d0da;
	border-radius: 2px;
}

.su-spoiler-style-glass-light>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #d9e9f3 0 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/glass.png") repeat-x;
	color: #545a5e;
	text-shadow: 0 1px 0 #d4f1ff;
}

.su-spoiler-style-glass-light>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-glass-light>.su-spoiler-title:hover {
	background-color: #c8d7e0;
}

.su-spoiler-style-glass-light>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-glass-light>.su-spoiler-content {
	background: #fff;
	color: #333;
}

.su-spoiler-style-glass-blue {
	border: 1px solid #54afd8;
	border-radius: 2px;
}

.su-spoiler-style-glass-blue>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #5dc1ee 0 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/glass.png") repeat-x;
	color: #1d3c4a;
	text-shadow: 0 1px 0 #9ad9f4;
}

.su-spoiler-style-glass-blue>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-glass-blue>.su-spoiler-title:hover {
	background-color: #8cdbff;
}

.su-spoiler-style-glass-blue>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-glass-blue>.su-spoiler-content {
	background: #fff;
	color: #333;
}

.su-spoiler-style-glass-green {
	border: 1px solid #8acb29;
	border-radius: 2px;
}

.su-spoiler-style-glass-green>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #95d53c 0 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/glass.png") repeat-x;
	color: #374f16;
	text-shadow: 0 1px 0 #c0ee8b;
}

.su-spoiler-style-glass-green>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-glass-green>.su-spoiler-title:hover {
	background-color: #7c0;
}

.su-spoiler-style-glass-green>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-glass-green>.su-spoiler-content {
	background: #fff;
	color: #333;
}

.su-spoiler-style-glass-gold {
	border: 1px solid #edb007;
	border-radius: 2px;
}

.su-spoiler-style-glass-gold>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #f9ca49 0 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/glass.png") repeat-x;
	color: #5e4c1b;
	text-shadow: 0 1px 0 #fae7b4;
}

.su-spoiler-style-glass-gold>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-glass-gold>.su-spoiler-title:hover {
	background-color: #f2b200;
}

.su-spoiler-style-glass-gold>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-glass-gold>.su-spoiler-content {
	background: #fff;
	color: #333;
}

.su-spoiler-style-modern-dark {
	border: 1px solid #777;
	border-radius: 2px;
}

.su-spoiler-style-modern-dark>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #000 0 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #eee;
	text-shadow: 0 -1px 0 #000;
}

.su-spoiler-style-modern-dark>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-modern-dark>.su-spoiler-title:hover {
	background-color: #222;
}

.su-spoiler-style-modern-dark>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-modern-dark>.su-spoiler-content {
	background: #fff;
	color: #333;
}

.su-spoiler-style-modern-light {
	border: 1px solid #b1c0c9;
	border-radius: 2px;
}

.su-spoiler-style-modern-light>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #d9e9f3 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #545a5e;
	text-shadow: 0 1px 0 #d4f1ff;
}

.su-spoiler-style-modern-light>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-modern-light>.su-spoiler-title:hover {
	background-color: #c8d7e0;
}

.su-spoiler-style-modern-light>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-modern-light>.su-spoiler-content {
	border-top: 1px solid #b1c0c9;
	background: #fff;
	color: #333;
}

.su-spoiler-style-modern-light.su-spoiler-closed>.su-spoiler-content {
	border: none;
}

.su-spoiler-style-modern-violet {
	border: 1px solid #a185a9;
	border-radius: 2px;
}

.su-spoiler-style-modern-violet>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #e3aef5 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #49384f;
	text-shadow: 0 1px 0 #efdcf5;
}

.su-spoiler-style-modern-violet>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-modern-violet>.su-spoiler-title:hover {
	background-color: #c496d4;
}

.su-spoiler-style-modern-violet>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-modern-violet>.su-spoiler-content {
	border-top: 1px solid #a185a9;
	background: #fff;
	color: #333;
}

.su-spoiler-style-modern-violet.su-spoiler-closed>.su-spoiler-content {
	border: none;
}

.su-spoiler-style-modern-orange {
	border: 1px solid #de6c33;
	border-radius: 2px;
}

.su-spoiler-style-modern-orange>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #f96 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/modern.png") repeat-x;
	color: #612609;
	text-shadow: 0 1px 0 #fdc;
}

.su-spoiler-style-modern-orange>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-modern-orange>.su-spoiler-title:hover {
	background-color: #ff7c3b;
}

.su-spoiler-style-modern-orange>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-modern-orange>.su-spoiler-content {
	border-top: 1px solid #de6c33;
	background: #fff;
	color: #333;
}

.su-spoiler-style-modern-orange.su-spoiler-closed>.su-spoiler-content {
	border: none;
}

.su-spoiler-style-glass-blue>.su-spoiler-title, .su-spoiler-style-glass-dark>.su-spoiler-title, .su-spoiler-style-glass-gold>.su-spoiler-title, .su-spoiler-style-glass-green>.su-spoiler-title, .su-spoiler-style-glass-light>.su-spoiler-title, .su-spoiler-style-modern-dark>.su-spoiler-title, .su-spoiler-style-modern-light>.su-spoiler-title, .su-spoiler-style-modern-orange>.su-spoiler-title, .su-spoiler-style-modern-violet>.su-spoiler-title {
	transition: background-color .3s;
}

.su-spoiler-style-carbon {
	border: 1px solid #555;
	border-radius: 2px;
}

.su-spoiler-style-carbon>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #444 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/carbon.png");
	color: #ddd;
	text-shadow: 0 -1px 0 #000;
}

.su-spoiler-style-carbon>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-carbon>.su-spoiler-title:hover {
	color: #fff;
}

.su-spoiler-style-carbon>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-carbon>.su-spoiler-content {
	background: #fff;
	color: #333;
}

.su-spoiler-style-sharp {
	border: 1px solid #555;
	border-radius: 2px;
}

.su-spoiler-style-sharp>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #444 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/sharp.png");
	color: #ddd;
	text-shadow: 0 -1px 0 #000;
}

.su-spoiler-style-sharp>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-sharp>.su-spoiler-title:hover {
	color: #fff;
}

.su-spoiler-style-sharp>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-sharp>.su-spoiler-content {
	background: #fff;
	color: #333;
}

.su-spoiler-style-grid {
	border: 1px solid #a4a4b2;
	border-radius: 2px;
}

.su-spoiler-style-grid>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #444 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/grid.png");
	color: #44444a;
	text-shadow: 0 1px 0 #fff;
}

.su-spoiler-style-grid>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-grid>.su-spoiler-title:hover {
	color: #676770;
}

.su-spoiler-style-grid>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-grid>.su-spoiler-content {
	border-top: 1px solid #a4a4b2;
	background: #444 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/grid.png");
	color: #222;
}

.su-spoiler-style-grid>.su-spoiler-content.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-grid.su-spoiler-closed>.su-spoiler-content {
	border-top: none;
}

.su-spoiler-style-wood {
	border: 1px solid #917550;
	border-radius: 2px;
}

.su-spoiler-style-wood>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #444 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/wood.png");
	color: #6e583c;
	text-shadow: 0 1px 0 #fff1de;
}

.su-spoiler-style-wood>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-wood>.su-spoiler-title:hover {
	color: #856b49;
}

.su-spoiler-style-wood>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-wood>.su-spoiler-content {
	border-top: 1px solid #917550;
	background: #444 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/wood.png");
	color: #222;
}

.su-spoiler-style-wood>.su-spoiler-content.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-wood.su-spoiler-closed>.su-spoiler-content {
	border-top: none;
}

.su-spoiler-style-fabric {
	border: 1px solid #111;
	border-radius: 2px;
}

.su-spoiler-style-fabric>.su-spoiler-title {
	padding: 7px 34px 7px 10px;
	background: #444 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/fabric.png");
	color: #ddd;
	text-shadow: 0 -1px 0 #000;
}

.su-spoiler-style-fabric>.su-spoiler-title.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-fabric>.su-spoiler-title:hover {
	color: #fff;
}

.su-spoiler-style-fabric>.su-spoiler-title>.su-spoiler-icon {
	right: 7px;
	left: auto;
}

.su-spoiler-style-fabric>.su-spoiler-content {
	border-top: 1px solid #111;
	background: #444 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/fabric.png");
	color: #eee;
}

.su-spoiler-style-fabric>.su-spoiler-content.nitro-lazy {
	background: none !important;
}

.su-spoiler-style-fabric.su-spoiler-closed>.su-spoiler-content {
	border-top: none;
}

/* </fs_premium_only> */
.su-table {
	width: 100%;
	margin-bottom: 1.5em;
}

.su-table table {
	width: 100% !important;
	margin: 0 !important;
	border-collapse: collapse !important;
	font-size: 1em !important;
	border: 1px solid #ccc !important;
	table-layout: auto !important;
}

.su-table table th {
	text-align: center !important;
	padding: 1em !important;
	font-size: 1em !important;
	font-weight: 700 !important;
	color: #333 !important;
	border: 1px solid #ccc !important;
	background: #f0f0f0 !important;
}

.su-table table td {
	padding: .5em 1em !important;
	border: 1px solid #ccc !important;
	background: #fff !important;
}

.su-table-responsive {
	overflow-x: auto;
}

.su-table-responsive table {
	width: auto !important;
	min-width: 100% !important;
}

.su-table-responsive table td, .su-table-responsive table th {
	word-break: initial !important;
}

.su-table-alternate table tr:nth-child(even) td {
	background-color: #f7f7f7 !important;
}

.su-table-fixed table {
	table-layout: fixed !important;
}

.su-tabs {
	margin: 0 0 1.5em;
	padding: 3px;
	border-radius: 3px;
	background: #eee;
}

.su-tabs-nav span {
	display: inline-block;
	margin-right: 3px;
	padding: 10px 15px;
	min-height: 40px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
	transition: all .2s;
}

.su-tabs-nav span:hover {
	background: #f5f5f5;
}

.su-tabs-nav span.su-tabs-current {
	background: #fff;
	cursor: default;
}

.su-tabs-nav span:focus {
	outline: currentColor thin dotted;
}

.su-tabs-nav span.su-tabs-disabled {
	opacity: .5;
	cursor: default;
}

.su-tabs-pane {
	padding: 15px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 13px;
}

.su-tabs-pane:not(.su-tabs-pane-open) {
	overflow: hidden !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: 0 !important;
	height: 0 !important;
	border: none !important;
}

.su-tabs-nav, .su-tabs-nav span, .su-tabs-pane, .su-tabs-panes {
	box-sizing: border-box !important;
}

.su-tabs-vertical {
	display: flex;
}

.su-tabs-vertical .su-tabs-nav {
	width: 30%;
}

.su-tabs-vertical .su-tabs-nav>span {
	display: block;
	margin-right: 0;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.su-tabs-vertical .su-tabs-panes {
	width: 70%;
}

.su-tabs-vertical .su-tabs-panes .su-tabs-pane {
	height: 100%;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

@media only screen and (max-width:768px) {
	.su-tabs-vertical {
		flex-direction: column;
	}
	
	.su-tabs-vertical .su-tabs-nav, .su-tabs-vertical .su-tabs-panes {
		width: 100%;
	}
	
	.su-tabs-vertical .su-tabs-nav .su-tabs-pane, .su-tabs-vertical .su-tabs-nav>span, .su-tabs-vertical .su-tabs-panes .su-tabs-pane, .su-tabs-vertical .su-tabs-panes>span {
		border-radius: 3px;
	}
	
	.su-tabs-mobile-stack .su-tabs-nav span {
		display: block;
	}
	
	.su-tabs-mobile-scroll .su-tabs-nav {
		display: flex;
		align-items: flex-end;
		white-space: nowrap;
		overflow-x: auto;
	}
}

/* <fs_premium_only> */
.su-tabs-style-modern-dark .su-tabs-nav span {
	margin: 0 -1px 0 0;
	border: 1px solid #ddd;
	border-bottom: none;
	background: #fff;
	color: #aaa;
	font-weight: 700;
}

.su-tabs-style-modern-dark .su-tabs-nav span:hover {
	background: #f5f5f5;
	color: #333;
}

.su-tabs-style-modern-dark.su-tabs-vertical .su-tabs-nav span {
	margin: 0 0 -1px;
	border: 1px solid #ddd;
	border-right: none;
}

.su-tabs-style-modern-dark.su-tabs-vertical .su-tabs-nav span:last-child {
	margin-bottom: 0;
}

.su-tabs-style-modern-dark .su-tabs-nav span.su-tabs-current {
	position: relative;
	z-index: 1;
	border-color: #333;
	background: #333;
	color: #eee;
}

.su-tabs-style-modern-dark .su-tabs-pane {
	background: #333;
	color: #eee;
}

.su-tabs-style-modern-light .su-tabs-nav span {
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
	background: #fff;
	color: #aaa;
	font-weight: 700;
}

.su-tabs-style-modern-light .su-tabs-nav span:hover {
	background: #f8f8f8;
	color: #333;
}

.su-tabs-style-modern-light .su-tabs-nav span.su-tabs-current {
	position: relative;
	z-index: 1;
	border-bottom-color: #f5f5f5;
	background: #f5f5f5;
	color: #333;
	text-shadow: 0 1px 0 #fff;
}

.su-tabs-style-modern-light.su-tabs-vertical .su-tabs-nav span.su-tabs-current {
	border-right-color: #f5f5f5;
	border-bottom-color: #ddd;
}

.su-tabs-style-modern-light.su-tabs-vertical .su-tabs-nav span:last-child {
	margin-bottom: 0;
}

.su-tabs-style-modern-light .su-tabs-pane {
	border: 1px solid #ddd;
	background: #f5f5f5;
	color: #333;
}

.su-tabs-style-modern-blue .su-tabs-nav span {
	margin: 0 -1px -1px 0;
	border: 1px solid #c5d9d9;
	background: #fff;
	color: #9fc2c2;
	font-weight: 700;
}

.su-tabs-style-modern-blue .su-tabs-nav span:hover {
	background: #e9f0f0;
	color: #4b7070;
}

.su-tabs-style-modern-blue .su-tabs-nav span.su-tabs-current {
	position: relative;
	z-index: 1;
	border-bottom-color: #e4eded;
	background: #e4eded;
	color: #4b7070;
	text-shadow: 0 1px 0 #fff;
}

.su-tabs-style-modern-blue.su-tabs-vertical .su-tabs-nav span.su-tabs-current {
	border-right-color: #e4eded;
	border-bottom-color: #c5d9d9;
}

.su-tabs-style-modern-blue.su-tabs-vertical .su-tabs-nav span:last-child {
	margin-bottom: 0;
}

.su-tabs-style-modern-blue .su-tabs-pane {
	border: 1px solid #c5d9d9;
	background: #e4eded;
	color: #333;
}

.su-tabs-style-modern-orange .su-tabs-nav span {
	margin: 0 -1px -1px 0;
	border: 1px solid #ff8d54;
	background: #fff;
	color: #555;
	font-weight: 700;
}

.su-tabs-style-modern-orange .su-tabs-nav span:hover {
	background: #ffd1ba;
	color: #000;
}

.su-tabs-style-modern-orange .su-tabs-nav span.su-tabs-current {
	position: relative;
	z-index: 1;
	border-bottom-color: #ffaf87;
	background: #ffaf87;
	color: #000;
	text-shadow: 0 1px 0 #ffe6d9;
}

.su-tabs-style-modern-orange.su-tabs-vertical .su-tabs-nav span.su-tabs-current {
	border-right-color: #ffaf87;
	border-bottom-color: #ff8d54;
}

.su-tabs-style-modern-orange.su-tabs-vertical .su-tabs-nav span:last-child {
	margin-bottom: 0;
}

.su-tabs-style-modern-orange .su-tabs-pane {
	border: 1px solid #ff8d54;
	background: #ffaf87;
	color: #000;
}

.su-tabs-style-modern-blue, .su-tabs-style-modern-dark, .su-tabs-style-modern-light, .su-tabs-style-modern-orange {
	padding: 0;
	background: 0 0;
}

.su-tabs-style-flat-dark {
	padding: 0;
	background: #444;
}

.su-tabs-style-flat-dark .su-tabs-nav {
	background: #444;
}

.su-tabs-style-flat-dark .su-tabs-nav span {
	margin: 0;
	color: #ccc;
	font-weight: 700;
}

.su-tabs-style-flat-dark .su-tabs-nav span:hover {
	background: #444;
	color: #fff;
}

.su-tabs-style-flat-dark .su-tabs-nav span.su-tabs-current {
	padding-right: 20px;
	padding-left: 20px;
	background: #333;
	color: #fff;
}

.su-tabs-style-flat-dark .su-tabs-pane {
	background: #333;
	color: #eee;
}

.su-tabs-style-flat-light {
	padding: 0;
	background: #f9f9f9;
}

.su-tabs-style-flat-light .su-tabs-nav {
	background: #f9f9f9;
}

.su-tabs-style-flat-light .su-tabs-nav span {
	margin: 0;
	background: #f9f9f9;
	color: #999;
	font-weight: 700;
}

.su-tabs-style-flat-light .su-tabs-nav span:hover {
	background: #f9f9f9;
	color: #111;
}

.su-tabs-style-flat-light .su-tabs-nav span.su-tabs-current {
	padding-right: 20px;
	padding-left: 20px;
	background: #f2f2f2;
	color: #111;
}

.su-tabs-style-flat-light .su-tabs-pane {
	background: #f2f2f2;
	color: #333;
}

.su-tabs-style-flat-blue {
	padding: 0;
	background: #71cdec;
}

.su-tabs-style-flat-blue .su-tabs-nav {
	background: #71cdec;
}

.su-tabs-style-flat-blue .su-tabs-nav span {
	margin: 0;
	background: #71cdec;
	color: #d4f4ff;
	font-weight: 700;
}

.su-tabs-style-flat-blue .su-tabs-nav span:hover {
	background: #71cdec;
	color: #fff;
}

.su-tabs-style-flat-blue .su-tabs-nav span.su-tabs-current {
	padding-right: 20px;
	padding-left: 20px;
	background: #1dabda;
	color: #fff;
}

.su-tabs-style-flat-blue .su-tabs-pane {
	background: #1dabda;
	color: #fff;
}

.su-tabs-style-flat-green {
	padding: 0;
	background: #85e0bf;
}

.su-tabs-style-flat-green .su-tabs-nav {
	background: #85e0bf;
}

.su-tabs-style-flat-green .su-tabs-nav span {
	margin: 0;
	background: #85e0bf;
	color: #dff5ed;
	font-weight: 700;
}

.su-tabs-style-flat-green .su-tabs-nav span:hover {
	background: #85e0bf;
	color: #fff;
}

.su-tabs-style-flat-green .su-tabs-nav span.su-tabs-current {
	padding-right: 20px;
	padding-left: 20px;
	background: #33cc94;
	color: #fff;
}

.su-tabs-style-flat-green .su-tabs-pane {
	background: #33cc94;
	color: #fff;
}

.su-tabs-style-flat-blue .su-tabs-nav span, .su-tabs-style-flat-blue .su-tabs-pane, .su-tabs-style-flat-dark .su-tabs-nav span, .su-tabs-style-flat-dark .su-tabs-pane, .su-tabs-style-flat-green .su-tabs-nav span, .su-tabs-style-flat-green .su-tabs-pane, .su-tabs-style-flat-light .su-tabs-nav span, .su-tabs-style-flat-light .su-tabs-pane, .su-tabs-style-modern-blue .su-tabs-nav span, .su-tabs-style-modern-blue .su-tabs-pane, .su-tabs-style-modern-dark .su-tabs-nav span, .su-tabs-style-modern-dark .su-tabs-pane, .su-tabs-style-modern-light .su-tabs-nav span, .su-tabs-style-modern-light .su-tabs-pane, .su-tabs-style-modern-orange .su-tabs-nav span, .su-tabs-style-modern-orange .su-tabs-pane {
	border-radius: 0;
}

.su-tabs-style-carbon {
	padding: 10px;
	background: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/carbon.png");
}

.su-tabs-style-carbon .su-tabs-nav {
	background: 0 0;
}

.su-tabs-style-carbon .su-tabs-nav span {
	margin: 0 5px 0 0;
	background: 0 0;
	color: #aaa;
	font-weight: 700;
}

.su-tabs-style-carbon .su-tabs-nav span:hover {
	background: 0 0;
	color: #fff;
}

.su-tabs-style-carbon .su-tabs-nav span.su-tabs-current {
	background: #fff;
	color: #222;
	padding-right: 20px;
	padding-left: 20px;
}

.su-tabs-style-carbon.su-tabs-vertical .su-tabs-nav span {
	margin-right: 0;
}

.su-tabs-style-carbon .su-tabs-pane {
	background: #fff;
	color: #222;
}

.su-tabs-style-sharp {
	padding: 10px;
	background: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/sharp.png");
}

.su-tabs-style-sharp .su-tabs-nav {
	background: 0 0;
}

.su-tabs-style-sharp .su-tabs-nav span {
	margin: 0 5px 0 0;
	background: 0 0;
	color: #aaa;
	font-weight: 700;
}

.su-tabs-style-sharp .su-tabs-nav span:hover {
	background: 0 0;
	color: #fff;
}

.su-tabs-style-sharp .su-tabs-nav span.su-tabs-current {
	background: #fff;
	color: #222;
	padding-right: 20px;
	padding-left: 20px;
}

.su-tabs-style-sharp.su-tabs-vertical .su-tabs-nav span {
	margin-right: 0;
}

.su-tabs-style-sharp .su-tabs-pane {
	background: #fff;
	color: #222;
}

.su-tabs-style-grid {
	padding: 10px;
	background: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/grid.png");
}

.su-tabs-style-grid .su-tabs-nav {
	background: 0 0;
}

.su-tabs-style-grid .su-tabs-nav span {
	margin: 0 5px 0 0;
	background: 0 0;
	color: #91a2a8;
	font-weight: 700;
}

.su-tabs-style-grid .su-tabs-nav span:hover {
	background: 0 0;
	color: #222;
}

.su-tabs-style-grid .su-tabs-nav span.su-tabs-current {
	background: #fff;
	color: #222;
	padding-right: 20px;
	padding-left: 20px;
}

.su-tabs-style-grid.su-tabs-vertical .su-tabs-nav span {
	margin-right: 0;
}

.su-tabs-style-grid .su-tabs-pane {
	background: #fff;
	color: #222;
}

.su-tabs-style-wood {
	padding: 10px;
	background: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/wood.png");
}

.su-tabs-style-wood .su-tabs-nav {
	background: 0 0;
}

.su-tabs-style-wood .su-tabs-nav span {
	margin: 0 5px 0 0;
	background: 0 0;
	color: #806134;
	font-weight: 700;
}

.su-tabs-style-wood .su-tabs-nav span:hover {
	background: 0 0;
	color: #222;
}

.su-tabs-style-wood .su-tabs-nav span.su-tabs-current {
	background: #fff;
	color: #222;
	padding-right: 20px;
	padding-left: 20px;
}

.su-tabs-style-wood.su-tabs-vertical .su-tabs-nav span {
	margin-right: 0;
}

.su-tabs-style-wood .su-tabs-pane {
	background: #fff;
	color: #222;
}

.su-tabs-style-fabric {
	padding: 10px;
	background: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/styles/fabric.png");
}

.su-tabs-style-fabric .su-tabs-nav {
	background: 0 0;
}

.su-tabs-style-fabric .su-tabs-nav span {
	margin: 0 5px 0 0;
	background: 0 0;
	color: #999;
	font-weight: 700;
}

.su-tabs-style-fabric .su-tabs-nav span:hover {
	background: 0 0;
	color: #fff;
}

.su-tabs-style-fabric .su-tabs-nav span.su-tabs-current {
	background: #fff;
	color: #222;
	padding-right: 20px;
	padding-left: 20px;
}

.su-tabs-style-fabric.su-tabs-vertical .su-tabs-nav span {
	margin-right: 0;
}

.su-tabs-style-fabric .su-tabs-pane {
	background: #fff;
	color: #222;
}

/* </fs_premium_only> */
.su-tooltip {
	display: none;
}

.su-tooltip.su-tooltip-visible {
	display: block;
}

.su-tooltip-inner {
	display: block;
	position: relative;
	padding: .7em .85em;
}

.su-tooltip-title {
	display: block;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: .25em;
}

.su-tooltip-title:empty {
	display: none;
}

.su-tooltip-content {
	display: block;
}

.su-tooltip-shadow-yes {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.su-tooltip-button {
	position: relative;
}

.su-tooltip-button-outline-no:focus {
	outline: 0;
}

.su-tooltip-arrow, .su-tooltip-arrow::before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: inherit;
}

.su-tooltip-arrow {
	visibility: hidden;
}

.su-tooltip-arrow::before {
	visibility: visible;
	content: "";
	transform: rotate(45deg);
}

.su-tooltip[data-popper-placement^=top]>.su-tooltip-arrow {
	bottom: -4px;
}

.su-tooltip[data-popper-placement^=bottom]>.su-tooltip-arrow {
	top: -4px;
}

.su-tooltip[data-popper-placement^=left]>.su-tooltip-arrow {
	right: -4px;
}

.su-tooltip[data-popper-placement^=right]>.su-tooltip-arrow {
	left: -4px;
}

.su-video {
	position: relative;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.su-video .jp-title {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 0 1em;
	line-height: 30px;
	font-size: .9em;
	background: #000;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	transition: top .2s;
}

.su-video:hover .jp-title {
	top: 0;
}

.su-video .jp-start {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: .5;
	transition: opacity .2s;
	background: 50% 50% url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/player/default-start.png") no-repeat;
}

.su-video .jp-start.nitro-lazy {
	background: none !important;
}

.su-video:hover .jp-start {
	opacity: .8;
}

.su-video.jp-video-full {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.su-video.jp-video-full .jp-jplayer {
	position: fixed !important;
	left: 0;
	top: 0;
	overflow: hidden;
}

.su-video .jp-gui {
	position: relative;
	height: 30px;
	background: #7c8781;
	background: linear-gradient(to bottom, #7c8781 0, #0a0809 100%);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.su-video.jp-video-full .jp-gui {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.su-video-controls-no .jp-gui {
	position: absolute !important;
	bottom: -100px;
	left: 0;
	right: 0;
	transition: bottom .2s;
}

.su-video-controls-no:hover .jp-gui {
	bottom: 0;
}

.su-video img {
	border-radius: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.su-video .jp-gui .jp-pause, .su-video .jp-gui .jp-play {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-right: 1px solid #454947;
	cursor: pointer;
}

.su-video .jp-gui .jp-play {
	background: 0 0 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/player/default.png") no-repeat;
}

.su-video .jp-gui .jp-play.nitro-lazy {
	background: none !important;
}

.su-video .jp-gui .jp-pause {
	background: -30px 0 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/player/default.png") no-repeat;
}

.su-video .jp-gui .jp-pause.nitro-lazy {
	background: none !important;
}

.su-video .jp-full-screen, .su-video .jp-restore-screen {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-left: 1px solid #454947;
	cursor: pointer;
}

.su-video .jp-full-screen {
	background: 0 -30px url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/player/default.png") no-repeat;
}

.su-video .jp-full-screen.nitro-lazy {
	background: none !important;
}

.su-video .jp-restore-screen {
	background: -30px -30px url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/player/default.png") no-repeat;
}

.su-video .jp-restore-screen.nitro-lazy {
	background: none !important;
}

.su-video .jp-progress {
	position: absolute;
	top: 10px;
	left: 90px;
	right: 90px;
	height: 10px;
	background: #333;
	border-radius: 3px;
	box-shadow: 0 0 5px #000 inset;
}

.su-video .jp-play-bar, .su-video .jp-seek-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
	border-radius: 3px;
}

.su-video .jp-seek-bar {
	background: #0b0b0b;
	background: linear-gradient(to bottom, #0b0b0b 0, #666 100%);
}

.su-video .jp-play-bar {
	background: #6db3f2;
	background: linear-gradient(to bottom, #6db3f2 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
}

.su-video .jp-current-time, .su-video .jp-duration {
	position: absolute;
	top: 0;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #f5f5f5;
	font-size: 10px;
}

.su-video .jp-current-time {
	left: 50px;
}

.su-video .jp-duration {
	right: 50px;
}

.su-vimeo {
	margin: 0 0 1.5em;
}

.su-vimeo iframe {
	border: none !important;
}

.su-youtube {
	margin: 0 0 1.5em;
}

.su-youtube iframe {
	border: none !important;
}

/* <fs_premium_only> */
.sue-content-slider {
	position: relative;
	margin: 0 0 1.5em;
}

.sue-content-slider .owl-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 30px;
}

.sue-content-slider .owl-next, .sue-content-slider .owl-prev {
	position: absolute;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
}

.sue-content-slider .owl-next:before, .sue-content-slider .owl-prev:before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 10px;
	height: 10px;
	content: "";
}

.sue-content-slider .owl-next:hover:before, .sue-content-slider .owl-prev:hover:before {
	border-color: #000;
}

.sue-content-slider .owl-prev {
	right: 30px;
}

.sue-content-slider .owl-prev:before {
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	transform: rotate(-45deg);
}

.sue-content-slider .owl-next {
	right: 0;
}

.sue-content-slider .owl-next:before {
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	transform: rotate(45deg);
}

.sue-content-slider .owl-dots {
	position: absolute;
	top: 0;
	left: 0;
}

.sue-content-slider .owl-dot {
	position: relative;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
}

.sue-content-slider .owl-dot:before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
}

.sue-content-slider .owl-dot.active:before, .sue-content-slider .owl-dot:hover:before {
	background-color: #000;
}

.sue-content-slider.owl-carousel .owl-item img {
	width: auto;
}

.sue-content-slider-arrows-hover, .sue-content-slider-arrows-yes, .sue-content-slider-pages-hover, .sue-content-slider-pages-yes {
	padding-top: 34px;
}

.sue-content-slider-arrows-hover .owl-nav, .sue-content-slider-arrows-no .owl-nav, .sue-content-slider-pages-hover .owl-dots, .sue-content-slider-pages-no .owl-dots {
	display: none;
}

.sue-content-slider-arrows-hover:hover .owl-nav, .sue-content-slider-pages-hover:hover .owl-dots {
	display: block;
}

.sue-content-slider-style-dark .owl-next, .sue-content-slider-style-dark .owl-prev {
	background: #f5f5f5;
	border-radius: 50%;
}

.sue-content-slider-style-dark .owl-next:hover, .sue-content-slider-style-dark .owl-prev:hover {
	background-color: #eee;
}

.sue-content-slider-style-dark .owl-next:before, .sue-content-slider-style-dark .owl-prev:before {
	border-color: #555;
}

.sue-content-slider-style-dark .owl-next:hover:before, .sue-content-slider-style-dark .owl-prev:hover:before {
	border-color: #000;
}

.sue-content-slider-style-dark .owl-prev {
	right: 36px;
}

.sue-content-slider-style-dark .owl-prev:before {
	left: 12px;
}

.sue-content-slider-style-dark .owl-next:before {
	left: 8px;
}

.sue-content-slider-style-light .owl-nav button.owl-next, .sue-content-slider-style-light .owl-nav button.owl-prev {
	background: #333;
}

.sue-content-slider-style-light .owl-nav button.owl-next:hover, .sue-content-slider-style-light .owl-nav button.owl-prev:hover {
	background-color: #000;
}

.sue-content-slider-style-light .owl-nav button.owl-next:before, .sue-content-slider-style-light .owl-nav button.owl-prev:before {
	border-color: #eee;
}

.sue-content-slider-style-light .owl-nav button.owl-next:hover:before, .sue-content-slider-style-light .owl-nav button.owl-prev:hover:before {
	border-color: #fff;
}

.sue-content-slider-style-light .owl-prev {
	right: 36px;
}

.sue-content-slider-style-light .owl-prev:before {
	left: 12px;
}

.sue-content-slider-style-light .owl-next:before {
	left: 8px;
}

.sue-content-slide {
	padding-right: 1px;
}

.sue-exit-popup {
	display: none;
}

.sue-exit-popup-screen {
	position: relative;
	width: 94%;
	max-width: 480px;
	margin: 44px auto;
	padding: 44px;
	box-sizing: border-box;
}

.sue-exit-popup-style-dark .mfp-bg {
	background: #000;
}

.sue-exit-popup-style-dark .mfp-close {
	color: #fff;
	text-shadow: none;
}

.sue-exit-popup-style-dark .sue-exit-popup-screen {
	background: 0 0;
	color: #fff;
}

.sue-exit-popup-style-dark-boxed .mfp-bg {
	background: #000;
}

.sue-exit-popup-style-dark-boxed .sue-exit-popup-screen {
	border-radius: 3px;
	background: #fff;
	color: #333;
}

.sue-exit-popup-style-light .mfp-bg {
	background: #fff;
}

.sue-exit-popup-style-light .sue-exit-popup-screen {
	background: 0 0;
	color: #000;
}

.sue-exit-popup-style-light-boxed .mfp-bg {
	background: #fff;
}

.sue-exit-popup-style-light-boxed .sue-exit-popup-screen {
	border: 1px solid #ccc;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 25px #ccc;
	color: #333;
}

.sue-exit-popup-style-maintenance .mfp-bg {
	background: #000 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/maintenance.png");
}

.sue-exit-popup-style-maintenance .mfp-bg.nitro-lazy {
	background: none !important;
}

.sue-exit-popup-style-maintenance .sue-exit-popup-screen {
	border-radius: 3px;
	background: #fff;
	color: #333;
}

.sue-exit-popup-style-blue-boxed .mfp-bg {
	background: #66b2ff;
}

.sue-exit-popup-style-blue-boxed .sue-exit-popup-screen {
	border-radius: 3px;
	background: #e8f4ff;
	box-shadow: 0 0 10px #00254a;
	color: #00172e;
}

.sue-exit-popup-style-light-boxed-blue .mfp-bg {
	background: #fff;
}

.sue-exit-popup-style-light-boxed-blue .sue-exit-popup-screen {
	border: 7px solid #66b2ff;
	border-radius: 10px;
	background: #feffff;
	background: linear-gradient(to bottom, #feffff 0, #ddf1f9 100%);
	color: #333;
}

.sue-exit-popup-style-light-boxed-green .mfp-bg {
	background: #fff;
}

.sue-exit-popup-style-light-boxed-green .sue-exit-popup-screen {
	border: 7px solid #92e54e;
	border-radius: 10px;
	background: #f8ffe8;
	background: linear-gradient(to bottom, #f8ffe8 0, #e3f5ab 100%);
	color: #333;
}

.sue-exit-popup-style-light-boxed-orange .mfp-bg {
	background: #fff;
}

.sue-exit-popup-style-light-boxed-orange .sue-exit-popup-screen {
	border: 7px solid #ff8121;
	border-radius: 10px;
	background: #fff;
	background: linear-gradient(to bottom, #fff 0, #ffe4ce 100%);
	color: #333;
}

.sue-icon-panel {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em;
	background: #fff;
	box-sizing: border-box;
}

.sue-icon-panel-head {
	padding: 1em;
	padding-bottom: 0;
	box-sizing: border-box;
	text-align: center;
}

.sue-icon-panel-head img {
	display: inline-block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.sue-icon-panel-head i {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.sue-icon-panel-content {
	padding: 1em;
}

.sue-icon-text {
	position: relative;
	margin-bottom: 1.5em;
}

.sue-icon-text-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.sue-icon-text-icon i {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1;
}

.sue-icon-text-icon img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

a.sue-icon, span.sue-icon {
	display: inline-block;
	margin: 0 1em 1em 0;
	text-decoration: none !important;
}

a.sue-icon i, span.sue-icon i {
	display: inline-block;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	text-align: center;
}

a.sue-icon img, span.sue-icon img {
	display: inline-block;
	vertical-align: middle;
}

a.sue-icon:hover {
	opacity: .7;
}

.sue-icon-text {
	margin-left: .5em;
	vertical-align: middle;
}

.sue-member {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em;
	background: #fff;
	box-sizing: border-box;
}

.sue-member-photo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.sue-member-info {
	padding: 1.5em;
}

.sue-member-name {
	display: block;
	margin-bottom: .5em;
	font-size: 1.2em;
}

.sue-member-role {
	display: block;
	margin-bottom: 1em;
	font-size: .9em;
	opacity: .5;
}

.sue-member-icons {
	padding: 1em;
}

.sue-member-icons a {
	display: inline-block;
	margin: 0 .4em;
	font-size: 16px;
}

.sue-member-icons a i {
	font-size: 16px;
}

.sue-member-icons a img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.sue-member-desc>:last-child {
	margin-bottom: 0 !important;
}

.sue-panel {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em;
	background: #fff;
	box-sizing: border-box;
}

.sue-panel-clickable {
	cursor: pointer;
	transition: opacity .2s;
}

.sue-panel-clickable:hover {
	opacity: .75;
}

.sue-photo-panel {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em;
	background: #fff;
	box-sizing: border-box;
}

.sue-photo-panel-head img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.sue-photo-panel-content {
	padding: 1em;
}

.sue-pricing-table {
	display: flex;
	margin: 0 auto 1.5em;
}

.sue-plan {
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	text-align: center;
}

.sue-pricing-table .sue-plan {
	border-left-width: 0;
	flex-grow: 1;
	flex-basis: 0;
}

.sue-plan-head {
	padding: 20px 0;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sue-plan-icon {
	margin-top: 15px;
}

.sue-plan-icon img {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-shadow: none;
}

.sue-plan-name {
	margin-bottom: 15px;
	font-size: 1.3em;
	opacity: .8;
}

.sue-plan-price {
	font-weight: 700;
	font-size: 2.3em;
}

.sue-plan-price-value {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
}

.sue-plan-price-after, .sue-plan-price-before {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: .7em;
}

.sue-plan-period {
	margin-top: 5px;
	font-size: .9em;
	opacity: .5;
}

.sue-plan-options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sue-plan-options ul li {
	display: block;
	min-height: 41px;
	margin: 0 !important;
	padding: 8px 0 !important;
	box-sizing: border-box;
	border-top: 1px dotted #ddd;
	list-style: none;
	line-height: 24px;
}

.sue-plan-options ul li:first-child {
	border: none;
}

.sue-plan-footer {
	padding: 15px 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
}

.sue-plan-footer a.sue-plan-button {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	text-decoration: none !important;
	transition: all .2s;
}

.sue-plan-footer a.sue-plan-button:active, .sue-plan-footer a.sue-plan-button:focus, .sue-plan-footer a.sue-plan-button:hover {
	background: 0 0 !important;
	color: inherit !important;
}

.sue-pricing-table .sue-plan:first-child {
	border-left-width: 1px;
}

.sue-plan-featured {
	position: relative;
	z-index: 2;
	margin: -10px -10px -5px;
	border-left-width: 1px;
}

.sue-pricing-table .sue-plan.sue-plan-featured {
	border-left-width: 1px;
}

.sue-plan-featured .sue-plan-head {
	padding: 25px 0;
}

.sue-plan-featured .sue-plan-footer {
	padding: 17px 0;
}

#su-generator-preview .sue-plan {
	position: relative;
	width: 240px;
	margin: 0 auto;
}

@media only screen and (max-width:768px) {
	.sue-pricing-table {
		flex-direction: column;
	}
	
	.sue-plan-featured {
		margin: 0;
	}
}

.sue-progress-bar {
	position: relative;
	margin-bottom: 1.5em;
}

.sue-progress-bar span {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sue-progress-bar-style-default {
	height: 24px;
	font-size: 14px;
}

.sue-progress-bar-style-default>span {
	display: block;
	height: 24px;
	overflow: visible !important;
	line-height: 24px;
}

.sue-progress-bar-style-default span span {
	margin: 0 .7em;
	white-space: nowrap;
}

.sue-progress-bar-style-fancy {
	height: 24px;
	padding: 5px;
	box-sizing: content-box;
	border-width: 1px;
	border-style: solid;
	border-radius: 17px;
	font-size: 14px;
}

.sue-progress-bar-style-fancy>span {
	bottom: 5px;
	left: 5px;
	display: block;
	height: 24px;
	overflow: visible !important;
	border-radius: 12px;
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/gradient.png");
	background-repeat: repeat-x;
	line-height: 24px;
}

.sue-progress-bar-style-fancy>span.nitro-lazy {
	background-image: none !important;
}

.sue-progress-bar-style-fancy span span {
	bottom: 0;
	left: 0;
	margin: 0 .7em;
	white-space: nowrap;
}

.sue-progress-bar-style-thin {
	height: 4px;
	margin-top: 30px;
	font-size: 13px;
}

.sue-progress-bar-style-thin span {
	display: block;
	height: 4px;
	overflow: visible !important;
}

.sue-progress-bar-style-thin span span {
	height: 30px;
	white-space: nowrap;
	line-height: 30px;
}

.sue-progress-bar-animation span {
	transition: width 1s ease;
}

.sue-progress-pie {
	position: relative;
}

.sue-progress-pie-align-none {
	margin: 0 0 1.5em;
}

.sue-progress-pie-align-left {
	margin: 0 1em 1.5em 0;
	float: left;
}

.sue-progress-pie-align-right {
	margin: 0 0 1.5em 1em;
	float: right;
}

.sue-progress-pie-align-center {
	margin: 1.5em auto;
	clear: both;
}

.sue-progress-pie>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
}

.sue-progress-pie-text {
	display: inline-block;
}

.sue-progress-pie-after, .sue-progress-pie-before {
	display: inline-block;
	margin: 0 .1em;
	vertical-align: middle;
	font-size: .6em;
}

.sue-section {
	position: relative;
	width: 100%;
	margin: 0;
}

.sue-section-background {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}

.sue-section-content {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.sue-section-content h1, .sue-section-content h2, .sue-section-content h3, .sue-section-content h4, .sue-section-content h5, .sue-section-content h6 {
	color: inherit;
}

.sue-section-fullwidth {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: auto !important;
}

@media screen and (min-width:768px) {
	.sue-section.sue-section-parallax .sue-section-background {
		background-attachment: fixed;
	}
}

@supports (-webkit-overflow-scrolling:touch) {
	.sue-section.sue-section-parallax .sue-section-background {
		background-attachment: scroll;
	}
}

.sue-shadow-wrap {
	position: relative;
	z-index: 1;
	margin-bottom: 1.5em;
	padding-bottom: 15px;
}

.sue-shadow-wrap.sue-shadow-inline-yes {
	display: inline-block;
}

.sue-shadow {
	position: relative;
	min-height: 50px;
	box-sizing: border-box;
}

.sue-shadow:after, .sue-shadow:before {
	position: absolute;
	z-index: -1;
	display: block;
	background: rgba(0, 0, 0, .7);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
	content: "";
}

.sue-shadow>a>img, .sue-shadow>img {
	display: block;
	min-height: 40px;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.sue-shadow-style-default:after, .sue-shadow-style-default:before {
	bottom: 25px;
	left: 20px;
	width: 60%;
	height: 20px;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .7);
	transform: rotate(-3deg);
}

.sue-shadow-style-default:after {
	right: 20px;
	left: auto;
	transform: rotate(3deg);
}

.sue-shadow-style-left:before {
	bottom: 25px;
	left: 20px;
	width: 60%;
	height: 20px;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .7);
	transform: rotate(-3deg);
}

.sue-shadow-style-right:before {
	right: 20px;
	bottom: 25px;
	width: 60%;
	height: 20px;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .7);
	transform: rotate(3deg);
}

.sue-shadow-style-horizontal:after, .sue-shadow-style-horizontal:before {
	top: 20px;
	right: 0;
	bottom: 20px;
	left: 0;
	width: 30px;
	border-radius: 50%;
}

.sue-shadow-style-horizontal:after {
	left: auto;
}

.sue-shadow-style-vertical:after, .sue-shadow-style-vertical:before {
	top: 0;
	right: 20px;
	bottom: 0;
	left: 20px;
	height: 30px;
	border-radius: 50%;
}

.sue-shadow-style-vertical:after {
	top: auto;
}

.sue-shadow-style-bottom:before {
	right: 20px;
	bottom: 0;
	left: 20px;
	height: 30px;
	border-radius: 50%;
}

.sue-shadow-style-simple:before {
	right: 20px;
	bottom: 0;
	left: 20px;
	height: 30px;
}

.sue-splash {
	display: none;
}

.sue-splash-screen {
	position: relative;
	width: 94%;
	max-width: 480px;
	margin: 44px auto;
	padding: 44px;
	box-sizing: border-box;
}

.sue-splash-style-dark .mfp-bg {
	background: #000;
}

.sue-splash-style-dark .mfp-close {
	color: #fff;
	text-shadow: none;
}

.sue-splash-style-dark .sue-splash-screen {
	background: 0 0;
	color: #fff;
}

.sue-splash-style-dark-boxed .mfp-bg {
	background: #000;
}

.sue-splash-style-dark-boxed .sue-splash-screen {
	border-radius: 3px;
	background: #fff;
	color: #333;
}

.sue-splash-style-light .mfp-bg {
	background: #fff;
}

.sue-splash-style-light .sue-splash-screen {
	background: 0 0;
	color: #000;
}

.sue-splash-style-light-boxed .mfp-bg {
	background: #fff;
}

.sue-splash-style-light-boxed .sue-splash-screen {
	border: 1px solid #ccc;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 25px #ccc;
	color: #333;
}

.sue-splash-style-maintenance .mfp-bg {
	background: #000 url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/shortcodes-ultimate-pro/includes/images/pro/maintenance.png");
}

.sue-splash-style-maintenance .mfp-bg.nitro-lazy {
	background: none !important;
}

.sue-splash-style-maintenance .sue-splash-screen {
	border-radius: 3px;
	background: #fff;
	color: #333;
}

.sue-splash-style-blue-boxed .mfp-bg {
	background: #66b2ff;
}

.sue-splash-style-blue-boxed .sue-splash-screen {
	border-radius: 3px;
	background: #e8f4ff;
	box-shadow: 0 0 10px #00254a;
	color: #00172e;
}

.sue-splash-style-light-boxed-blue .mfp-bg {
	background: #fff;
}

.sue-splash-style-light-boxed-blue .sue-splash-screen {
	border: 7px solid #66b2ff;
	border-radius: 10px;
	background: #feffff;
	background: linear-gradient(to bottom, #feffff 0, #ddf1f9 100%);
	color: #333;
}

.sue-splash-style-light-boxed-green .mfp-bg {
	background: #fff;
}

.sue-splash-style-light-boxed-green .sue-splash-screen {
	border: 7px solid #92e54e;
	border-radius: 10px;
	background: #f8ffe8;
	background: linear-gradient(to bottom, #f8ffe8 0, #e3f5ab 100%);
	color: #333;
}

.sue-splash-style-light-boxed-orange .mfp-bg {
	background: #fff;
}

.sue-splash-style-light-boxed-orange .sue-splash-screen {
	border: 7px solid #ff8121;
	border-radius: 10px;
	background: #fff;
	background: linear-gradient(to bottom, #fff 0, #ffe4ce 100%);
	color: #333;
}

.sue-testimonial {
	margin-bottom: 1.5em;
}

.sue-testimonial-text {
	margin-bottom: .5em;
	font-style: italic;
	font-size: 1.1em;
}

.sue-testimonial-text>p:first-child {
	margin-top: 0;
}

.sue-testimonial-text>p:last-child {
	margin-bottom: 0;
}

.sue-testimonial-cite {
	font-size: .9em;
}

.sue-testimonial-name {
	font-weight: 700;
}

.sue-testimonial-bordered .sue-testimonial-text {
	position: relative;
	margin-bottom: .8em;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	color: #555;
}

.sue-testimonial-bordered .sue-testimonial-text:before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
}

.sue-testimonial-bordered .sue-testimonial-text:before {
	bottom: -16px;
	left: 29px;
	z-index: 2;
	border-width: 8px;
	border-color: transparent;
	border-top-color: inherit;
}

.sue-testimonial-bordered .sue-testimonial-cite {
	margin-left: 20px;
}

.sue-testimonial-has-photo {
	position: relative;
	min-height: 40px;
	padding-left: 60px;
}

.sue-testimonial-has-photo img.sue-testimonial-photo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	box-shadow: none;
}

.sue-testimonial-bordered.sue-testimonial-has-photo .sue-testimonial-text:before {
	top: 12px;
	left: -16px;
	border-color: transparent;
	border-right-color: inherit;
}

.sue-testimonial-bordered.sue-testimonial-has-photo .sue-testimonial-cite {
	margin-left: 10px;
}

.sui {
	display: inline-block;
	font: normal normal normal 14px/1 ShortcodesUltimateIcons;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sui-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%;
}

.sui-2x {
	font-size: 2em;
}

.sui-3x {
	font-size: 3em;
}

.sui-4x {
	font-size: 4em;
}

.sui-5x {
	font-size: 5em;
}

.sui-fw {
	width: 1.28571em;
	text-align: center;
}

.sui-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.sui-ul>li {
	position: relative;
}

.sui-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center;
}

.sui-li.sui-lg {
	left: -1.85714em;
}

.sui-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.sui-pull-left {
	float: left;
}

.sui-pull-right {
	float: right;
}

.sui.sui-pull-left {
	margin-right: .3em;
}

.sui.sui-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.sui.pull-left {
	margin-right: .3em;
}

.sui.pull-right {
	margin-left: .3em;
}

.sui-spin {
	animation: sui-spin 2s infinite linear;
}

.sui-pulse {
	animation: sui-spin 1s infinite steps(8);
}

@keyframes sui-spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(359deg);
	}
}

.sui-rotate-90 {
	transform: rotate(90deg);
}

.sui-rotate-180 {
	transform: rotate(180deg);
}

.sui-rotate-270 {
	transform: rotate(270deg);
}

.sui-flip-horizontal {
	transform: scale(-1, 1);
}

.sui-flip-vertical {
	transform: scale(1, -1);
}

:root .sui-flip-horizontal, :root .sui-flip-vertical, :root .sui-rotate-180, :root .sui-rotate-270, :root .sui-rotate-90 {
	filter: none;
}

.sui-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.sui-stack-1x, .sui-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.sui-stack-1x {
	line-height: inherit;
}

.sui-stack-2x {
	font-size: 2em;
}

.sui-inverse {
	color: #fff;
}

.sui-glass:before {
	content: "";
}

.sui-music:before {
	content: "";
}

.sui-search:before {
	content: "";
}

.sui-envelope-o:before {
	content: "";
}

.sui-heart:before {
	content: "";
}

.sui-star:before {
	content: "";
}

.sui-star-o:before {
	content: "";
}

.sui-user:before {
	content: "";
}

.sui-film:before {
	content: "";
}

.sui-th-large:before {
	content: "";
}

.sui-th:before {
	content: "";
}

.sui-th-list:before {
	content: "";
}

.sui-check:before {
	content: "";
}

.sui-close:before, .sui-remove:before, .sui-times:before {
	content: "";
}

.sui-search-plus:before {
	content: "";
}

.sui-search-minus:before {
	content: "";
}

.sui-power-off:before {
	content: "";
}

.sui-signal:before {
	content: "";
}

.sui-cog:before, .sui-gear:before {
	content: "";
}

.sui-trash-o:before {
	content: "";
}

.sui-home:before {
	content: "";
}

.sui-file-o:before {
	content: "";
}

.sui-clock-o:before {
	content: "";
}

.sui-road:before {
	content: "";
}

.sui-download:before {
	content: "";
}

.sui-arrow-circle-o-down:before {
	content: "";
}

.sui-arrow-circle-o-up:before {
	content: "";
}

.sui-inbox:before {
	content: "";
}

.sui-play-circle-o:before {
	content: "";
}

.sui-repeat:before, .sui-rotate-right:before {
	content: "";
}

.sui-refresh:before, .sui-sync:before {
	content: "";
}

.sui-list-alt:before {
	content: "";
}

.sui-lock:before {
	content: "";
}

.sui-flag:before {
	content: "";
}

.sui-headphones:before {
	content: "";
}

.sui-volume-off:before {
	content: "";
}

.sui-volume-down:before {
	content: "";
}

.sui-volume-up:before {
	content: "";
}

.sui-qrcode:before {
	content: "";
}

.sui-barcode:before {
	content: "";
}

.sui-tag:before {
	content: "";
}

.sui-tags:before {
	content: "";
}

.sui-book:before {
	content: "";
}

.sui-bookmark:before {
	content: "";
}

.sui-print:before {
	content: "";
}

.sui-camera:before {
	content: "";
}

.sui-font:before {
	content: "";
}

.sui-bold:before {
	content: "";
}

.sui-italic:before {
	content: "";
}

.sui-text-height:before {
	content: "";
}

.sui-text-width:before {
	content: "";
}

.sui-align-left:before {
	content: "";
}

.sui-align-center:before {
	content: "";
}

.sui-align-right:before {
	content: "";
}

.sui-align-justify:before {
	content: "";
}

.sui-list:before {
	content: "";
}

.sui-dedent:before, .sui-outdent:before {
	content: "";
}

.sui-indent:before {
	content: "";
}

.sui-video-camera:before, .sui-video:before {
	content: "";
}

.sui-image:before, .sui-photo:before, .sui-picture-o:before {
	content: "";
}

.sui-pencil:before {
	content: "";
}

.sui-map-marker:before {
	content: "";
}

.sui-adjust:before {
	content: "";
}

.sui-tint:before {
	content: "";
}

.sui-edit:before, .sui-pencil-square-o:before {
	content: "";
}

.sui-share-square-o:before {
	content: "";
}

.sui-check-square-o:before {
	content: "";
}

.sui-arrows:before {
	content: "";
}

.sui-step-backward:before {
	content: "";
}

.sui-fast-backward:before {
	content: "";
}

.sui-backward:before {
	content: "";
}

.sui-play:before {
	content: "";
}

.sui-pause:before {
	content: "";
}

.sui-stop:before {
	content: "";
}

.sui-forward:before {
	content: "";
}

.sui-fast-forward:before {
	content: "";
}

.sui-step-forward:before {
	content: "";
}

.sui-eject:before {
	content: "";
}

.sui-chevron-left:before {
	content: "";
}

.sui-chevron-right:before {
	content: "";
}

.sui-plus-circle:before {
	content: "";
}

.sui-minus-circle:before {
	content: "";
}

.sui-times-circle:before {
	content: "";
}

.sui-check-circle:before {
	content: "";
}

.sui-question-circle:before {
	content: "";
}

.sui-info-circle:before {
	content: "";
}

.sui-crosshairs:before {
	content: "";
}

.sui-times-circle-o:before {
	content: "";
}

.sui-check-circle-o:before {
	content: "";
}

.sui-ban:before {
	content: "";
}

.sui-arrow-left:before {
	content: "";
}

.sui-arrow-right:before {
	content: "";
}

.sui-arrow-up:before {
	content: "";
}

.sui-arrow-down:before {
	content: "";
}

.sui-mail-forward:before, .sui-share:before {
	content: "";
}

.sui-expand:before {
	content: "";
}

.sui-compress:before {
	content: "";
}

.sui-plus:before {
	content: "";
}

.sui-minus:before {
	content: "";
}

.sui-asterisk:before {
	content: "";
}

.sui-exclamation-circle:before {
	content: "";
}

.sui-gift:before {
	content: "";
}

.sui-leaf:before {
	content: "";
}

.sui-fire:before {
	content: "";
}

.sui-eye:before {
	content: "";
}

.sui-eye-slash:before {
	content: "";
}

.sui-exclamation-triangle:before, .sui-warning:before {
	content: "";
}

.sui-plane:before {
	content: "";
}

.sui-calendar:before {
	content: "";
}

.sui-random:before {
	content: "";
}

.sui-comment:before {
	content: "";
}

.sui-magnet:before {
	content: "";
}

.sui-chevron-up:before {
	content: "";
}

.sui-chevron-down:before {
	content: "";
}

.sui-retweet:before {
	content: "";
}

.sui-shopping-cart:before {
	content: "";
}

.sui-folder:before {
	content: "";
}

.sui-folder-open:before {
	content: "";
}

.sui-arrows-v:before {
	content: "";
}

.sui-arrows-h:before {
	content: "";
}

.sui-bar-chart-o:before, .sui-bar-chart:before {
	content: "";
}

.sui-twitter-square:before {
	content: "";
}

.sui-facebook-square:before {
	content: "";
}

.sui-camera-retro:before {
	content: "";
}

.sui-key:before {
	content: "";
}

.sui-cogs:before, .sui-gears:before {
	content: "";
}

.sui-comments:before {
	content: "";
}

.sui-thumbs-o-up:before {
	content: "";
}

.sui-thumbs-o-down:before {
	content: "";
}

.sui-star-half:before {
	content: "";
}

.sui-heart-o:before {
	content: "";
}

.sui-sign-out:before {
	content: "";
}

.sui-linkedin-square:before {
	content: "";
}

.sui-thumb-tack:before {
	content: "";
}

.sui-external-link:before {
	content: "";
}

.sui-sign-in:before {
	content: "";
}

.sui-trophy:before {
	content: "";
}

.sui-github-square:before {
	content: "";
}

.sui-upload:before {
	content: "";
}

.sui-lemon-o:before {
	content: "";
}

.sui-phone:before {
	content: "";
}

.sui-square-o:before {
	content: "";
}

.sui-bookmark-o:before {
	content: "";
}

.sui-phone-square:before {
	content: "";
}

.sui-twitter:before {
	content: "";
}

.sui-facebook-f:before, .sui-facebook:before {
	content: "";
}

.sui-github:before {
	content: "";
}

.sui-unlock:before {
	content: "";
}

.sui-credit-card:before {
	content: "";
}

.sui-feed:before, .sui-rss:before {
	content: "";
}

.sui-hdd-o:before {
	content: "";
}

.sui-bullhorn:before {
	content: "";
}

.sui-bell-o:before {
	content: "";
}

.sui-certificate:before {
	content: "";
}

.sui-hand-o-right:before {
	content: "";
}

.sui-hand-o-left:before {
	content: "";
}

.sui-hand-o-up:before {
	content: "";
}

.sui-hand-o-down:before {
	content: "";
}

.sui-arrow-circle-left:before {
	content: "";
}

.sui-arrow-circle-right:before {
	content: "";
}

.sui-arrow-circle-up:before {
	content: "";
}

.sui-arrow-circle-down:before {
	content: "";
}

.sui-globe:before {
	content: "";
}

.sui-globe-e:before {
	content: "";
}

.sui-globe-w:before {
	content: "";
}

.sui-wrench:before {
	content: "";
}

.sui-tasks:before {
	content: "";
}

.sui-filter:before {
	content: "";
}

.sui-briefcase:before {
	content: "";
}

.sui-arrows-alt:before {
	content: "";
}

.sui-community:before, .sui-group:before, .sui-users:before {
	content: "";
}

.sui-chain:before, .sui-link:before {
	content: "";
}

.sui-cloud:before {
	content: "";
}

.sui-flask:before {
	content: "";
}

.sui-cut:before, .sui-scissors:before {
	content: "";
}

.sui-copy:before, .sui-files-o:before {
	content: "";
}

.sui-paperclip:before {
	content: "";
}

.sui-floppy-o:before, .sui-save:before {
	content: "";
}

.sui-square:before {
	content: "";
}

.sui-bars:before, .sui-navicon:before, .sui-reorder:before {
	content: "";
}

.sui-list-ul:before {
	content: "";
}

.sui-list-ol:before {
	content: "";
}

.sui-strikethrough:before {
	content: "";
}

.sui-underline:before {
	content: "";
}

.sui-table:before {
	content: "";
}

.sui-magic:before {
	content: "";
}

.sui-truck:before {
	content: "";
}

.sui-pinterest:before {
	content: "";
}

.sui-pinterest-square:before {
	content: "";
}

.sui-google-plus-square:before {
	content: "";
}

.sui-google-plus-g:before, .sui-google-plus:before {
	content: "";
}

.sui-money:before {
	content: "";
}

.sui-caret-down:before {
	content: "";
}

.sui-caret-up:before {
	content: "";
}

.sui-caret-left:before {
	content: "";
}

.sui-caret-right:before {
	content: "";
}

.sui-columns:before {
	content: "";
}

.sui-sort:before, .sui-unsorted:before {
	content: "";
}

.sui-sort-desc:before, .sui-sort-down:before {
	content: "";
}

.sui-sort-asc:before, .sui-sort-up:before {
	content: "";
}

.sui-envelope:before {
	content: "";
}

.sui-linkedin:before {
	content: "";
}

.sui-rotate-left:before, .sui-undo:before {
	content: "";
}

.sui-gavel:before, .sui-legal:before {
	content: "";
}

.sui-dashboard:before, .sui-tachometer:before {
	content: "";
}

.sui-comment-o:before {
	content: "";
}

.sui-comments-o:before {
	content: "";
}

.sui-bolt:before, .sui-flash:before {
	content: "";
}

.sui-sitemap:before {
	content: "";
}

.sui-umbrella:before {
	content: "";
}

.sui-clipboard:before, .sui-paste:before {
	content: "";
}

.sui-lightbulb-o:before {
	content: "";
}

.sui-exchange:before {
	content: "";
}

.sui-cloud-download:before {
	content: "";
}

.sui-cloud-upload:before {
	content: "";
}

.sui-user-md:before {
	content: "";
}

.sui-stethoscope:before {
	content: "";
}

.sui-suitcase:before {
	content: "";
}

.sui-bell:before {
	content: "";
}

.sui-coffee:before {
	content: "";
}

.sui-cutlery:before, .sui-utensils:before {
	content: "";
}

.sui-file-text-o:before {
	content: "";
}

.sui-building-o:before {
	content: "";
}

.sui-hospital-o:before {
	content: "";
}

.sui-ambulance:before {
	content: "";
}

.sui-medkit:before {
	content: "";
}

.sui-fighter-jet:before {
	content: "";
}

.sui-beer:before {
	content: "";
}

.sui-h-square:before {
	content: "";
}

.sui-plus-square:before {
	content: "";
}

.sui-angle-double-left:before {
	content: "";
}

.sui-angle-double-right:before {
	content: "";
}

.sui-angle-double-up:before {
	content: "";
}

.sui-angle-double-down:before {
	content: "";
}

.sui-angle-left:before {
	content: "";
}

.sui-angle-right:before {
	content: "";
}

.sui-angle-up:before {
	content: "";
}

.sui-angle-down:before {
	content: "";
}

.sui-desktop:before {
	content: "";
}

.sui-laptop:before {
	content: "";
}

.sui-tablet:before {
	content: "";
}

.sui-mobile-phone:before, .sui-mobile:before {
	content: "";
}

.sui-circle-o:before {
	content: "";
}

.sui-quote-left:before {
	content: "";
}

.sui-quote-right:before {
	content: "";
}

.sui-spinner:before {
	content: "";
}

.sui-circle:before {
	content: "";
}

.sui-mail-reply:before, .sui-reply:before {
	content: "";
}

.sui-github-alt:before {
	content: "";
}

.sui-folder-o:before {
	content: "";
}

.sui-folder-open-o:before {
	content: "";
}

.sui-smile-o:before {
	content: "";
}

.sui-frown-o:before {
	content: "";
}

.sui-meh-o:before {
	content: "";
}

.sui-gamepad:before {
	content: "";
}

.sui-keyboard-o:before {
	content: "";
}

.sui-flag-o:before {
	content: "";
}

.sui-flag-checkered:before {
	content: "";
}

.sui-terminal:before {
	content: "";
}

.sui-code:before {
	content: "";
}

.sui-mail-reply-all:before, .sui-reply-all:before {
	content: "";
}

.sui-star-half-empty:before, .sui-star-half-full:before, .sui-star-half-o:before {
	content: "";
}

.sui-location-arrow:before {
	content: "";
}

.sui-crop:before {
	content: "";
}

.sui-code-fork:before {
	content: "";
}

.sui-chain-broken:before, .sui-unlink:before {
	content: "";
}

.sui-question:before {
	content: "";
}

.sui-info:before {
	content: "";
}

.sui-exclamation:before {
	content: "";
}

.sui-superscript:before {
	content: "";
}

.sui-subscript:before {
	content: "";
}

.sui-eraser:before {
	content: "";
}

.sui-puzzle-piece:before {
	content: "";
}

.sui-microphone:before {
	content: "";
}

.sui-microphone-slash:before {
	content: "";
}

.sui-shield:before {
	content: "";
}

.sui-calendar-o:before {
	content: "";
}

.sui-fire-extinguisher:before {
	content: "";
}

.sui-rocket:before {
	content: "";
}

.sui-maxcdn:before {
	content: "";
}

.sui-chevron-circle-left:before {
	content: "";
}

.sui-chevron-circle-right:before {
	content: "";
}

.sui-chevron-circle-up:before {
	content: "";
}

.sui-chevron-circle-down:before {
	content: "";
}

.sui-html5:before {
	content: "";
}

.sui-css3:before {
	content: "";
}

.sui-anchor:before {
	content: "";
}

.sui-unlock-alt:before {
	content: "";
}

.sui-bullseye:before {
	content: "";
}

.sui-ellipsis-h:before {
	content: "";
}

.sui-ellipsis-v:before {
	content: "";
}

.sui-rss-square:before {
	content: "";
}

.sui-play-circle:before {
	content: "";
}

.sui-ticket:before {
	content: "";
}

.sui-minus-square:before {
	content: "";
}

.sui-minus-square-o:before {
	content: "";
}

.sui-level-up:before {
	content: "";
}

.sui-level-down:before {
	content: "";
}

.sui-check-square:before {
	content: "";
}

.sui-pencil-square:before {
	content: "";
}

.sui-external-link-square:before {
	content: "";
}

.sui-share-square:before {
	content: "";
}

.sui-compass:before {
	content: "";
}

.sui-caret-square-o-down:before, .sui-toggle-down:before {
	content: "";
}

.sui-caret-square-o-up:before, .sui-toggle-up:before {
	content: "";
}

.sui-caret-square-o-right:before, .sui-toggle-right:before {
	content: "";
}

.sui-eur:before, .sui-euro:before {
	content: "";
}

.sui-gbp:before, .sui-pound:before {
	content: "";
}

.sui-dollar:before, .sui-usd:before {
	content: "";
}

.sui-inr:before, .sui-rupee:before {
	content: "";
}

.sui-cny:before, .sui-jpy:before, .sui-rmb:before, .sui-yen:before {
	content: "";
}

.sui-rouble:before, .sui-rub:before, .sui-ruble:before {
	content: "";
}

.sui-krw:before, .sui-won:before {
	content: "";
}

.sui-bitcoin:before, .sui-btc:before {
	content: "";
}

.sui-file:before {
	content: "";
}

.sui-file-text:before {
	content: "";
}

.sui-sort-alpha-asc:before, .sui-sort-alpha-down:before {
	content: "";
}

.sui-sort-alpha-desc:before, .sui-sort-alpha-up:before {
	content: "";
}

.sui-sort-amount-asc:before, .sui-sort-amount-down:before {
	content: "";
}

.sui-sort-amount-desc:before, .sui-sort-amount-up:before {
	content: "";
}

.sui-sort-numeric-asc:before, .sui-sort-numeric-down:before {
	content: "";
}

.sui-sort-numeric-desc:before, .sui-sort-numeric-up:before {
	content: "";
}

.sui-thumbs-up:before {
	content: "";
}

.sui-thumbs-down:before {
	content: "";
}

.sui-youtube-square:before {
	content: "";
}

.sui-youtube:before {
	content: "";
}

.sui-xing:before {
	content: "";
}

.sui-xing-square:before {
	content: "";
}

.sui-youtube-play:before {
	content: "";
}

.sui-dropbox:before {
	content: "";
}

.sui-stack-overflow:before {
	content: "";
}

.sui-instagram:before {
	content: "";
}

.sui-flickr:before {
	content: "";
}

.sui-adn:before {
	content: "";
}

.sui-bitbucket:before {
	content: "";
}

.sui-bitbucket-square:before {
	content: "";
}

.sui-tumblr:before {
	content: "";
}

.sui-tumblr-square:before {
	content: "";
}

.sui-long-arrow-down:before {
	content: "";
}

.sui-long-arrow-up:before {
	content: "";
}

.sui-long-arrow-left:before {
	content: "";
}

.sui-long-arrow-right:before {
	content: "";
}

.sui-apple:before {
	content: "";
}

.sui-windows:before {
	content: "";
}

.sui-android:before {
	content: "";
}

.sui-linux:before {
	content: "";
}

.sui-dribbble:before {
	content: "";
}

.sui-skype:before {
	content: "";
}

.sui-foursquare:before {
	content: "";
}

.sui-trello:before {
	content: "";
}

.sui-female:before {
	content: "";
}

.sui-male:before {
	content: "";
}

.sui-gittip:before, .sui-gratipay:before {
	content: "";
}

.sui-sun-o:before {
	content: "";
}

.sui-moon-o:before {
	content: "";
}

.sui-archive:before {
	content: "";
}

.sui-bug:before {
	content: "";
}

.sui-vk:before {
	content: "";
}

.sui-weibo:before {
	content: "";
}

.sui-renren:before {
	content: "";
}

.sui-pagelines:before {
	content: "";
}

.sui-stack-exchange:before {
	content: "";
}

.sui-arrow-circle-o-right:before {
	content: "";
}

.sui-arrow-circle-o-left:before {
	content: "";
}

.sui-caret-square-o-left:before, .sui-toggle-left:before {
	content: "";
}

.sui-dot-circle-o:before {
	content: "";
}

.sui-wheelchair:before {
	content: "";
}

.sui-vimeo-square:before {
	content: "";
}

.sui-try:before, .sui-turkish-lira:before {
	content: "";
}

.sui-plus-square-o:before {
	content: "";
}

.sui-space-shuttle:before {
	content: "";
}

.sui-slack:before {
	content: "";
}

.sui-envelope-square:before {
	content: "";
}

.sui-wordpress:before {
	content: "";
}

.sui-openid:before {
	content: "";
}

.sui-bank:before, .sui-institution:before, .sui-university:before {
	content: "";
}

.sui-graduation-cap:before, .sui-mortar-board:before {
	content: "";
}

.sui-yahoo:before {
	content: "";
}

.sui-google:before {
	content: "";
}

.sui-reddit:before {
	content: "";
}

.sui-reddit-square:before {
	content: "";
}

.sui-stumbleupon-circle:before {
	content: "";
}

.sui-stumbleupon:before {
	content: "";
}

.sui-delicious:before {
	content: "";
}

.sui-digg:before {
	content: "";
}

.sui-drupal:before {
	content: "";
}

.sui-joomla:before {
	content: "";
}

.sui-language:before {
	content: "";
}

.sui-fax:before {
	content: "";
}

.sui-building:before {
	content: "";
}

.sui-child:before {
	content: "";
}

.sui-paw:before {
	content: "";
}

.sui-spoon:before, .sui-utensil-spoon:before {
	content: "";
}

.sui-cube:before {
	content: "";
}

.sui-cubes:before {
	content: "";
}

.sui-behance:before {
	content: "";
}

.sui-behance-square:before {
	content: "";
}

.sui-steam:before {
	content: "";
}

.sui-steam-square:before {
	content: "";
}

.sui-recycle:before {
	content: "";
}

.sui-automobile:before, .sui-car:before {
	content: "";
}

.sui-cab:before, .sui-taxi:before {
	content: "";
}

.sui-tree:before {
	content: "";
}

.sui-spotify:before {
	content: "";
}

.sui-deviantart:before {
	content: "";
}

.sui-soundcloud:before {
	content: "";
}

.sui-database:before {
	content: "";
}

.sui-file-pdf-o:before {
	content: "";
}

.sui-file-word-o:before {
	content: "";
}

.sui-file-excel-o:before {
	content: "";
}

.sui-file-powerpoint-o:before {
	content: "";
}

.sui-file-image-o:before, .sui-file-photo-o:before, .sui-file-picture-o:before {
	content: "";
}

.sui-file-archive-o:before, .sui-file-zip-o:before {
	content: "";
}

.sui-file-audio-o:before, .sui-file-sound-o:before {
	content: "";
}

.sui-file-movie-o:before, .sui-file-video-o:before {
	content: "";
}

.sui-file-code-o:before {
	content: "";
}

.sui-vine:before {
	content: "";
}

.sui-codepen:before {
	content: "";
}

.sui-jsfiddle:before {
	content: "";
}

.sui-life-bouy:before, .sui-life-buoy:before, .sui-life-ring:before, .sui-life-saver:before, .sui-support:before {
	content: "";
}

.sui-circle-o-notch:before {
	content: "";
}

.sui-ra:before, .sui-rebel:before, .sui-resistance:before {
	content: "";
}

.sui-empire:before, .sui-ge:before {
	content: "";
}

.sui-git-square:before {
	content: "";
}

.sui-git:before {
	content: "";
}

.sui-hacker-news:before, .sui-y-combinator-square:before, .sui-yc-square:before {
	content: "";
}

.sui-tencent-weibo:before {
	content: "";
}

.sui-qq:before {
	content: "";
}

.sui-wechat:before, .sui-weixin:before {
	content: "";
}

.sui-paper-plane:before, .sui-send:before {
	content: "";
}

.sui-paper-plane-o:before, .sui-send-o:before {
	content: "";
}

.sui-history:before {
	content: "";
}

.sui-circle-thin:before {
	content: "";
}

.sui-header:before, .sui-heading:before {
	content: "";
}

.sui-paragraph:before {
	content: "";
}

.sui-sliders:before {
	content: "";
}

.sui-share-alt:before {
	content: "";
}

.sui-share-alt-square:before {
	content: "";
}

.sui-bomb:before {
	content: "";
}

.sui-futbol-o:before, .sui-soccer-ball-o:before {
	content: "";
}

.sui-tty:before {
	content: "";
}

.sui-binoculars:before {
	content: "";
}

.sui-plug:before {
	content: "";
}

.sui-slideshare:before {
	content: "";
}

.sui-twitch:before {
	content: "";
}

.sui-yelp:before {
	content: "";
}

.sui-newspaper-o:before {
	content: "";
}

.sui-wifi:before {
	content: "";
}

.sui-calculator:before {
	content: "";
}

.sui-paypal:before {
	content: "";
}

.sui-google-wallet:before {
	content: "";
}

.sui-cc-visa:before {
	content: "";
}

.sui-cc-mastercard:before {
	content: "";
}

.sui-cc-discover:before {
	content: "";
}

.sui-cc-amex:before {
	content: "";
}

.sui-cc-paypal:before {
	content: "";
}

.sui-cc-stripe:before {
	content: "";
}

.sui-bell-slash:before {
	content: "";
}

.sui-bell-slash-o:before {
	content: "";
}

.sui-trash:before {
	content: "";
}

.sui-copyright:before {
	content: "";
}

.sui-at:before {
	content: "";
}

.sui-eyedropper:before {
	content: "";
}

.sui-paint-brush:before {
	content: "";
}

.sui-birthday-cake:before {
	content: "";
}

.sui-area-chart:before {
	content: "";
}

.sui-pie-chart:before {
	content: "";
}

.sui-line-chart:before {
	content: "";
}

.sui-lastfm:before {
	content: "";
}

.sui-lastfm-square:before {
	content: "";
}

.sui-toggle-off:before {
	content: "";
}

.sui-toggle-on:before {
	content: "";
}

.sui-bicycle:before {
	content: "";
}

.sui-bus:before {
	content: "";
}

.sui-ioxhost:before {
	content: "";
}

.sui-angellist:before {
	content: "";
}

.sui-cc:before, .sui-closed-captioning:before {
	content: "";
}

.sui-ils:before, .sui-shekel:before, .sui-sheqel:before {
	content: "";
}

.sui-meanpath:before {
	content: "";
}

.sui-buysellads:before {
	content: "";
}

.sui-connectdevelop:before {
	content: "";
}

.sui-dashcube:before {
	content: "";
}

.sui-forumbee:before {
	content: "";
}

.sui-leanpub:before {
	content: "";
}

.sui-sellsy:before {
	content: "";
}

.sui-shirtsinbulk:before {
	content: "";
}

.sui-simplybuilt:before {
	content: "";
}

.sui-skyatlas:before {
	content: "";
}

.sui-cart-plus:before {
	content: "";
}

.sui-cart-arrow-down:before {
	content: "";
}

.sui-diamond:before, .sui-gem:before {
	content: "";
}

.sui-ship:before {
	content: "";
}

.sui-user-secret:before {
	content: "";
}

.sui-motorcycle:before {
	content: "";
}

.sui-street-view:before {
	content: "";
}

.sui-heartbeat:before {
	content: "";
}

.sui-venus:before {
	content: "";
}

.sui-mars:before {
	content: "";
}

.sui-mercury:before {
	content: "";
}

.sui-intersex:before, .sui-transgender:before {
	content: "";
}

.sui-transgender-alt:before {
	content: "";
}

.sui-venus-double:before {
	content: "";
}

.sui-mars-double:before {
	content: "";
}

.sui-venus-mars:before {
	content: "";
}

.sui-mars-stroke:before {
	content: "";
}

.sui-mars-stroke-v:before {
	content: "";
}

.sui-mars-stroke-h:before {
	content: "";
}

.sui-neuter:before {
	content: "";
}

.sui-genderless:before {
	content: "";
}

.sui-facebook-official:before {
	content: "";
}

.sui-pinterest-p:before {
	content: "";
}

.sui-whatsapp:before {
	content: "";
}

.sui-server:before {
	content: "";
}

.sui-user-plus:before {
	content: "";
}

.sui-user-times:before {
	content: "";
}

.sui-bed:before, .sui-hotel:before {
	content: "";
}

.sui-viacoin:before {
	content: "";
}

.sui-train:before {
	content: "";
}

.sui-subway:before {
	content: "";
}

.sui-medium:before {
	content: "";
}

.sui-medium-square:before {
	content: "";
}

.sui-y-combinator:before, .sui-yc:before {
	content: "";
}

.sui-optin-monster:before {
	content: "";
}

.sui-opencart:before {
	content: "";
}

.sui-expeditedssl:before {
	content: "";
}

.sui-battery-4:before, .sui-battery-full:before, .sui-battery:before {
	content: "";
}

.sui-battery-3:before, .sui-battery-three-quarters:before {
	content: "";
}

.sui-battery-2:before, .sui-battery-half:before {
	content: "";
}

.sui-battery-1:before, .sui-battery-quarter:before {
	content: "";
}

.sui-battery-0:before, .sui-battery-empty:before {
	content: "";
}

.sui-mouse-pointer:before {
	content: "";
}

.sui-i-cursor:before {
	content: "";
}

.sui-object-group:before {
	content: "";
}

.sui-object-ungroup:before {
	content: "";
}

.sui-sticky-note:before {
	content: "";
}

.sui-sticky-note-o:before {
	content: "";
}

.sui-cc-jcb:before {
	content: "";
}

.sui-cc-diners-club:before {
	content: "";
}

.sui-clone:before {
	content: "";
}

.sui-balance-scale:before {
	content: "";
}

.sui-hourglass-o:before {
	content: "";
}

.sui-hourglass-1:before, .sui-hourglass-start:before {
	content: "";
}

.sui-hourglass-2:before, .sui-hourglass-half:before {
	content: "";
}

.sui-hourglass-3:before, .sui-hourglass-end:before {
	content: "";
}

.sui-hourglass:before {
	content: "";
}

.sui-hand-grab-o:before, .sui-hand-rock-o:before {
	content: "";
}

.sui-hand-paper-o:before, .sui-hand-stop-o:before {
	content: "";
}

.sui-hand-scissors-o:before {
	content: "";
}

.sui-hand-lizard-o:before {
	content: "";
}

.sui-hand-spock-o:before {
	content: "";
}

.sui-hand-pointer-o:before {
	content: "";
}

.sui-hand-peace-o:before {
	content: "";
}

.sui-trademark:before {
	content: "";
}

.sui-registered:before {
	content: "";
}

.sui-creative-commons:before {
	content: "";
}

.sui-gg:before {
	content: "";
}

.sui-gg-circle:before {
	content: "";
}

.sui-tripadvisor:before {
	content: "";
}

.sui-odnoklassniki:before {
	content: "";
}

.sui-odnoklassniki-square:before {
	content: "";
}

.sui-get-pocket:before {
	content: "";
}

.sui-wikipedia-w:before {
	content: "";
}

.sui-safari:before {
	content: "";
}

.sui-chrome:before {
	content: "";
}

.sui-firefox:before {
	content: "";
}

.sui-opera:before {
	content: "";
}

.sui-internet-explorer:before {
	content: "";
}

.sui-television:before, .sui-tv:before {
	content: "";
}

.sui-contao:before {
	content: "";
}

.sui-500px:before {
	content: "";
}

.sui-amazon:before {
	content: "";
}

.sui-calendar-plus-o:before {
	content: "";
}

.sui-calendar-minus-o:before {
	content: "";
}

.sui-calendar-times-o:before {
	content: "";
}

.sui-calendar-check-o:before {
	content: "";
}

.sui-industry:before {
	content: "";
}

.sui-map-pin:before {
	content: "";
}

.sui-map-signs:before {
	content: "";
}

.sui-map-o:before {
	content: "";
}

.sui-map:before {
	content: "";
}

.sui-commenting:before {
	content: "";
}

.sui-commenting-o:before {
	content: "";
}

.sui-houzz:before {
	content: "";
}

.sui-vimeo-v:before, .sui-vimeo:before {
	content: "";
}

.sui-black-tie:before {
	content: "";
}

.sui-fonticons:before {
	content: "";
}

.sui-reddit-alien:before {
	content: "";
}

.sui-edge:before {
	content: "";
}

.sui-credit-card-alt:before {
	content: "";
}

.sui-codiepie:before {
	content: "";
}

.sui-modx:before {
	content: "";
}

.sui-fort-awesome:before {
	content: "";
}

.sui-usb:before {
	content: "";
}

.sui-product-hunt:before {
	content: "";
}

.sui-mixcloud:before {
	content: "";
}

.sui-scribd:before {
	content: "";
}

.sui-pause-circle:before {
	content: "";
}

.sui-pause-circle-o:before {
	content: "";
}

.sui-stop-circle:before {
	content: "";
}

.sui-stop-circle-o:before {
	content: "";
}

.sui-shopping-bag:before {
	content: "";
}

.sui-shopping-basket:before {
	content: "";
}

.sui-hashtag:before {
	content: "";
}

.sui-bluetooth:before {
	content: "";
}

.sui-bluetooth-b:before {
	content: "";
}

.sui-percent:before {
	content: "";
}

.sui-gitlab:before {
	content: "";
}

.sui-wpbeginner:before {
	content: "";
}

.sui-wpforms:before {
	content: "";
}

.sui-envira:before {
	content: "";
}

.sui-universal-access:before {
	content: "";
}

.sui-wheelchair-alt:before {
	content: "";
}

.sui-question-circle-o:before {
	content: "";
}

.sui-blind:before {
	content: "";
}

.sui-audio-description:before {
	content: "";
}

.sui-phone-volume:before, .sui-volume-control-phone:before {
	content: "";
}

.sui-braille:before {
	content: "";
}

.sui-assistive-listening-systems:before {
	content: "";
}

.sui-american-sign-language-interpreting:before, .sui-asl-interpreting:before {
	content: "";
}

.sui-deaf:before, .sui-deafness:before, .sui-hard-of-hearing:before {
	content: "";
}

.sui-glide:before {
	content: "";
}

.sui-glide-g:before {
	content: "";
}

.sui-sign-language:before, .sui-signing:before {
	content: "";
}

.sui-low-vision:before {
	content: "";
}

.sui-viadeo:before {
	content: "";
}

.sui-viadeo-square:before {
	content: "";
}

.sui-snapchat:before {
	content: "";
}

.sui-snapchat-ghost:before {
	content: "";
}

.sui-snapchat-square:before {
	content: "";
}

.sui-first-order:before {
	content: "";
}

.sui-yoast:before {
	content: "";
}

.sui-themeisle:before {
	content: "";
}

.sui-google-plus-circle:before, .sui-google-plus-official:before {
	content: "";
}

.sui-fa:before, .sui-font-awesome:before {
	content: "";
}

.sui-handshake-o:before {
	content: "";
}

.sui-envelope-open:before {
	content: "";
}

.sui-envelope-open-o:before {
	content: "";
}

.sui-linode:before {
	content: "";
}

.sui-address-book:before {
	content: "";
}

.sui-address-book-o:before {
	content: "";
}

.sui-address-card:before, .sui-vcard:before {
	content: "";
}

.sui-address-card-o:before, .sui-vcard-o:before {
	content: "";
}

.sui-user-circle:before {
	content: "";
}

.sui-user-circle-o:before {
	content: "";
}

.sui-user-o:before {
	content: "";
}

.sui-id-badge:before {
	content: "";
}

.sui-drivers-license:before, .sui-id-card:before {
	content: "";
}

.sui-drivers-license-o:before, .sui-id-card-o:before {
	content: "";
}

.sui-quora:before {
	content: "";
}

.sui-free-code-camp:before {
	content: "";
}

.sui-telegram:before {
	content: "";
}

.sui-thermometer-4:before, .sui-thermometer-full:before, .sui-thermometer:before {
	content: "";
}

.sui-thermometer-3:before, .sui-thermometer-three-quarters:before {
	content: "";
}

.sui-thermometer-2:before, .sui-thermometer-half:before {
	content: "";
}

.sui-thermometer-1:before, .sui-thermometer-quarter:before {
	content: "";
}

.sui-thermometer-0:before, .sui-thermometer-empty:before {
	content: "";
}

.sui-shower:before {
	content: "";
}

.sui-bath:before, .sui-bathtub:before, .sui-s15:before {
	content: "";
}

.sui-podcast:before {
	content: "";
}

.sui-window-maximize:before {
	content: "";
}

.sui-window-minimize:before {
	content: "";
}

.sui-window-restore:before {
	content: "";
}

.sui-times-rectangle:before, .sui-window-close:before {
	content: "";
}

.sui-times-rectangle-o:before, .sui-window-close-o:before {
	content: "";
}

.sui-bandcamp:before {
	content: "";
}

.sui-grav:before {
	content: "";
}

.sui-etsy:before {
	content: "";
}

.sui-imdb:before {
	content: "";
}

.sui-ravelry:before {
	content: "";
}

.sui-eercast:before {
	content: "";
}

.sui-microchip:before {
	content: "";
}

.sui-snowflake-o:before {
	content: "";
}

.sui-superpowers:before {
	content: "";
}

.sui-wpexplorer:before {
	content: "";
}

.sui-meetup:before {
	content: "";
}

.sui-mastodon:before {
	content: "";
}

.sui-mastodon-alt:before {
	content: "";
}

.sui-fork-awesome:before, .sui-fork-circle:before {
	content: "";
}

.sui-peertube:before {
	content: "";
}

.sui-diaspora:before {
	content: "";
}

.sui-friendica:before {
	content: "";
}

.sui-gnu-social:before {
	content: "";
}

.sui-liberapay-square:before {
	content: "";
}

.sui-liberapay:before {
	content: "";
}

.sui-scuttlebutt:before, .sui-ssb:before {
	content: "";
}

.sui-hubzilla:before {
	content: "";
}

.sui-social-home:before {
	content: "";
}

.sui-artstation:before {
	content: "";
}

.sui-discord:before {
	content: "";
}

.sui-discord-alt:before {
	content: "";
}

.sui-patreon:before {
	content: "";
}

.sui-snowdrift:before {
	content: "";
}

.sui-activitypub:before {
	content: "";
}

.sui-ethereum:before {
	content: "";
}

.sui-keybase:before {
	content: "";
}

.sui-shaarli:before {
	content: "";
}

.sui-shaarli-o:before {
	content: "";
}

.sui-cut-key:before, .sui-key-modern:before {
	content: "";
}

.sui-xmpp:before {
	content: "";
}

.sui-archive-org:before {
	content: "";
}

.sui-freedombox:before {
	content: "";
}

.sui-facebook-messenger:before {
	content: "";
}

.sui-debian:before {
	content: "";
}

.sui-mastodon-square:before {
	content: "";
}

.sui-tipeee:before {
	content: "";
}

.sui-react:before {
	content: "";
}

.sui-dogmazic:before {
	content: "";
}

.sui-zotero:before {
	content: "";
}

.sui-nodejs:before {
	content: "";
}

.sui-nextcloud:before {
	content: "";
}

.sui-nextcloud-square:before {
	content: "";
}

.sui-hackaday:before {
	content: "";
}

.sui-laravel:before {
	content: "";
}

.sui-signalapp:before {
	content: "";
}

.sui-gnupg:before {
	content: "";
}

.sui-php:before {
	content: "";
}

.sui-ffmpeg:before {
	content: "";
}

.sui-joplin:before {
	content: "";
}

.sui-syncthing:before {
	content: "";
}

.sui-inkscape:before {
	content: "";
}

.sui-matrix-org:before {
	content: "";
}

.sui-pixelfed:before {
	content: "";
}

.sui-bootstrap:before {
	content: "";
}

.sui-dev-to:before {
	content: "";
}

.sui-hashnode:before {
	content: "";
}

.sui-jirafeau:before {
	content: "";
}

.sui-emby:before {
	content: "";
}

.sui-wikidata:before {
	content: "";
}

.sui-gimp:before {
	content: "";
}

.sui-c:before {
	content: "";
}

.sui-digitalocean:before {
	content: "";
}

.sui-att:before {
	content: "";
}

.sui-gitea:before {
	content: "";
}

.sui-file-epub:before {
	content: "";
}

.sui-python:before {
	content: "";
}

.sui-archlinux:before {
	content: "";
}

.sui-pleroma:before {
	content: "";
}

.sui-unsplash:before {
	content: "";
}

.sui-hackster:before {
	content: "";
}

.sui-spell-check:before {
	content: "";
}

.sui-moon:before {
	content: "";
}

.sui-sun:before {
	content: "";
}

.sui-f-droid:before {
	content: "";
}

.sui-biometric:before {
	content: "";
}

.sui-wire:before {
	content: "";
}

.sui-tor-onion:before {
	content: "";
}

.sui-volume-mute:before {
	content: "";
}

.sui-bell-ringing:before {
	content: "";
}

.sui-bell-ringing-o:before {
	content: "";
}

.sui-hal:before {
	content: "";
}

.sui-jupyter:before {
	content: "";
}

.sui-julia:before {
	content: "";
}

.sui-classicpress:before {
	content: "";
}

.sui-classicpress-circle:before {
	content: "";
}

.sui-open-collective:before {
	content: "";
}

.sui-orcid:before {
	content: "";
}

.sui-researchgate:before {
	content: "";
}

.sui-funkwhale:before {
	content: "";
}

.sui-askfm:before {
	content: "";
}

.sui-blockstack:before {
	content: "";
}

.sui-boardgamegeek:before {
	content: "";
}

.sui-bunny:before {
	content: "";
}

.sui-buymeacoffee:before {
	content: "";
}

.sui-cc-by:before {
	content: "";
}

.sui-cc-cc:before, .sui-creative-commons-alt:before {
	content: "";
}

.sui-cc-nc-eu:before {
	content: "";
}

.sui-cc-nc-jp:before {
	content: "";
}

.sui-cc-nc:before {
	content: "";
}

.sui-cc-nd:before {
	content: "";
}

.sui-cc-pd:before {
	content: "";
}

.sui-cc-remix:before {
	content: "";
}

.sui-cc-sa:before {
	content: "";
}

.sui-cc-share:before {
	content: "";
}

.sui-cc-zero:before {
	content: "";
}

.sui-conway-glider:before, .sui-conway-hacker:before {
	content: "";
}

.sui-csharp:before {
	content: "";
}

.sui-email-bulk:before {
	content: "";
}

.sui-email-bulk-o:before {
	content: "";
}

.sui-gnu:before {
	content: "";
}

.sui-google-play:before {
	content: "";
}

.sui-heroku:before {
	content: "";
}

.sui-hassio:before, .sui-home-assistant:before {
	content: "";
}

.sui-java:before {
	content: "";
}

.sui-mariadb:before {
	content: "";
}

.sui-markdown:before {
	content: "";
}

.sui-mysql:before {
	content: "";
}

.sui-nordcast:before {
	content: "";
}

.sui-plume:before {
	content: "";
}

.sui-postgresql:before {
	content: "";
}

.sui-sass-alt:before {
	content: "";
}

.sui-sass:before {
	content: "";
}

.sui-skate:before {
	content: "";
}

.sui-sketchfab:before {
	content: "";
}

.sui-tex:before {
	content: "";
}

.sui-textpattern:before {
	content: "";
}

.sui-unity:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@keyframes bounce {
	20%, 53%, 80%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@keyframes pulse {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		transform: scale3d(1.05, .95, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from, to {
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	
	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}

.tada {
	animation-name: tada;
}

@keyframes wobble {
	from, to {
		transform: none;
	}
	
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	11.1%, from, to {
		transform: none;
	}
	
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
	transform: scale(1.1);
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
	transform: scale(.9);
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1);
	}
	
	75% {
		transform: scale(.9);
	}
}

.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1);
	}
}

.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(.9);
	}
}

.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(.8);
	}
	
	100% {
		transform: scale(1);
	}
}

.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2);
	}
}

.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.elementor-animation-bounce-in {
	transition-duration: .5s;
}

.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.elementor-animation-bounce-out {
	transition-duration: .5s;
}

.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
	transform: scale(.8);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
	transform: rotate(4deg);
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
	transform: scale(1.1) rotate(4deg);
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
	transform: translateY(-8px);
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
	transform: translateY(8px);
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px);
	}
	
	50% {
		transform: translateY(-4px);
	}
	
	100% {
		transform: translateY(-8px);
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px);
	}
}

.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px);
	}
	
	50% {
		transform: translateY(4px);
	}
	
	100% {
		transform: translateY(8px);
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px);
	}
}

.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
	transform: skew(-10deg);
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%;
}

.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
	transform: skew(-10deg);
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%;
}

.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
	transform: skew(10deg);
}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}
	
	33.3% {
		transform: translateY(-6px);
	}
	
	49.95% {
		transform: translateY(4px);
	}
	
	66.6% {
		transform: translateY(-2px);
	}
	
	83.25% {
		transform: translateY(1px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px);
	}
	
	33.3% {
		transform: translateX(-6px);
	}
	
	49.95% {
		transform: translateX(4px);
	}
	
	66.6% {
		transform: translateX(-2px);
	}
	
	83.25% {
		transform: translateX(1px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px, 8px);
	}
	
	33.3% {
		transform: translate(-6px, -6px);
	}
	
	49.95% {
		transform: translate(4px, 4px);
	}
	
	66.6% {
		transform: translate(-2px, -2px);
	}
	
	83.25% {
		transform: translate(1px, 1px);
	}
	
	100% {
		transform: translate(0, 0);
	}
}

.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px, -8px);
	}
	
	33.3% {
		transform: translate(-6px, 6px);
	}
	
	49.95% {
		transform: translate(4px, -4px);
	}
	
	66.6% {
		transform: translate(-2px, 2px);
	}
	
	83.25% {
		transform: translate(1px, -1px);
	}
	
	100% {
		transform: translate(0, 0);
	}
}

.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg);
	}
	
	33.3% {
		transform: skew(10deg);
	}
	
	49.95% {
		transform: skew(-6deg);
	}
	
	66.6% {
		transform: skew(4deg);
	}
	
	83.25% {
		transform: skew(-2deg);
	}
	
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%;
}

.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}
	
	33.3% {
		transform: skew(10deg);
	}
	
	49.95% {
		transform: skew(-6deg);
	}
	
	66.6% {
		transform: skew(4deg);
	}
	
	83.25% {
		transform: skew(-2deg);
	}
	
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0;
}

.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg);
	}
	
	33.3% {
		transform: skew(10deg);
	}
	
	49.95% {
		transform: skew(-6deg);
	}
	
	66.6% {
		transform: skew(4deg);
	}
	
	83.25% {
		transform: skew(-2deg);
	}
	
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		transform: translateX(-3px) rotate(-2deg);
	}
}

.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		transform: translateX(-1px) rotate(0);
	}
}

.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
