
/**
 * @package     EmbedPress
 * @author      EmbedPress <help@embedpress.com>
 * @copyright   Copyright (C) 2018 EmbedPress. All rights reserved.
 * @license     GPLv2 or later
 * @since       1.0
 */
.embedpress-wrapper {
	position: relative;
}

.ose-dailymotion.responsive, .ose-kickstarter.responsive, .ose-rutube.responsive, .ose-ted.responsive, .ose-vimeo.responsive, .ose-youtube.responsive, .ose-ustream.responsive, .ose-google-docs.responsive, .ose-animatron.responsive, .ose-amcharts.responsive, .ose-on-aol-com.responsive, .ose-animoto.responsive, .ose-soundcloud.responsive, .ose-videojug.responsive, .ose-facebook.responsive, .ose-issuu.responsive {
	overflow: hidden;
	position: relative;
	height: auto;
}

.ose-dailymotion.responsive iframe, .ose-kickstarter.responsive iframe, .ose-rutube.responsive iframe, .ose-ted.responsive iframe, .ose-vimeo.responsive iframe, .ose-vine.responsive iframe, .ose-youtube.responsive iframe, .ose-ustream.responsive iframe, .ose-google-docs.responsive iframe, .ose-animatron.responsive iframe, .ose-amcharts.responsive iframe, .ose-on-aol-com.responsive iframe, .ose-animoto.responsive iframe, .ose-soundcloud.responsive iframe, .ose-videojug.responsive iframe, .ose-issuu.responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

/* 16:9 aspect ratio */
.ose-dailymotion.responsive, .ose-kickstarter.responsive, .ose-rutube.responsive, .ose-ted.responsive, .ose-vimeo.responsive, .ose-youtube.responsive, .ose-animatron.responsive, .ose-amcharts.responsive, .ose-on-aol-com.responsive, .ose-animoto.responsive, .ose-videojug.responsive {
	padding-bottom: 56.25%;
}

/* 1:1 aspect ratio */
.ose-vine.responsive {
	padding-bottom: 100%;
}

/* Mixed aspect ratio */
.ose-ustream.responsive {
	padding-bottom: 63.3%;
}

.ose-google-docs.responsive {
	padding-bottom: 62.6%;
}

.ose-google-docs.ose-google-docs-drawings.responsive {
	padding-bottom: 74.5%;
}

.ose-google-docs.ose-google-docs-document.responsive, .ose-google-docs.ose-google-docs-forms.responsive, .ose-google-docs.ose-google-docs-spreadsheets.responsive {
	padding-bottom: 142%;
}

.ose-soundcloud.responsive {
	padding-bottom: 155px;
}

.ose-issuu.responsive iframe {
	z-index: 2;
}

.ose-issuu.responsive {
	padding-bottom: 31.25%;
}

.ose-issuu > div > div > div:last-child {
	width: 100% !important;
	z-index: 0;
	position: absolute;
	bottom: 0;
}

.ose-mixcloud.responsive iframe {
	width: 100%;
}

/* Fix scrolling on iOS devices */
.ose-google-docs.responsive {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.ose-facebook.responsive iframe {
	padding-bottom: 0;
	width: 100%;
}

.elementor-widget-container iframe {
	max-height: 100% !important;
}

@media only screen and (max-width: 800px) {
	.elementor-widget-container iframe {
		max-height: 100% !important;
	}
	
	.elementor-widget-container .embedpress-facebook-vid-iframe, .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe, .embedpress-facebook-vid-iframe {
		max-height: inherit !important;
	}
}

@media only screen and (max-width: 500px) {
	.elementor-widget-container .embedpress-facebook-vid-iframe, .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe, .embedpress-facebook-vid-iframe {
		max-height: 390px !important;
	}
}

/*Meetup Event styling starts */
.embedpress-event .link {
	color: #0098ab;
}

.embedpress-event .visibility--a11yHide {
	border: 0;
	clip: rect(0 0 0 0);
	position: absolute;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
}

.embedpress-event .text--small {
	font-size: 14px;
	margin: 0;
}

.embedpress-event .flex {
	display: flex;
	box-sizing: border-box;
}

.embedpress-event .flex--wrap {
	flex-wrap: wrap;
}

.embedpress-event .flex--row {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

.embedpress-event .flex-item {
	flex-basis: 0;
	flex-grow: 1;
	width: auto;
	min-width: 0;
	box-sizing: border-box;
}

.embedpress-event .flex-item--shrink {
	flex-basis: auto;
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
	width: auto;
}

.embedpress-event .flex--row > .flex-item:first-child {
	padding-left: 0;
}

.embedpress-event .text--bold {
	font-weight: 700;
}

.embedpress-event h1, .embedpress-event h2, .embedpress-event h3, .embedpress-event h4, .embedpress-event h5, .embedpress-event h6 {
	font-size: inherit;
}

.embedpress-event .ep-event--title {
	font-size: 32px;
	font-weight: 700;
}

.embedpress-event .ep-event--date {
	color: #757575;
	font-weight: 400;
	font-size: 16px;
}

/*Host*/
.embedpress-event .ep-event--host {
	margin-top: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.ep-event--host .avatar-print {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.embedpress-event img.avatar--person {
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
	box-sizing: border-box;
	vertical-align: middle;
}

.embedpress-event img.avatar--person.nitro-lazy {
	background-image: none !important;
}

.event-info-hosts-text {
	padding-left: 20px;
	font-size: 16px;
	font-weight: 400;
}

.embedpress-event .event-description {
	margin-top: 20px;
}

.text--sectionTitle {
	font-size: 20px;
	line-height: 28px;
}

.ep-event--attendees {
	margin-top: 50px;
}

.ep-event--attendees > .flex {
	margin-bottom: 20px;
}

.ep-event--attendees .gridList {
	list-style: none;
	margin: 0 -16px 0 0;
	padding: 0;
}

.ep-event--attendees .gridList-item {
	width: auto;
}

.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
	flex: 0 0 50%;
	max-width: 50%;
}

.ep-event--attendees .groupMember-name {
	line-height: 1.2 !important;
}

.ep-event--attendees .avatar--person {
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 50%;
}

.ep-event--attendees img.avatar-print {
	border-radius: 50%;
}

.ep-event--attendees .groupMember-role {
	font-size: 12px;
	color: #757575;
	padding-top: 2px;
	margin: 0;
}

.ep-event--attendees .groupMember {
	min-height: 100%;
	min-width: 128px;
	padding-left: 8px;
	padding-right: 8px;
}

.embedpress-event .align--center {
	text-align: center;
}

.embedpress-event .card {
	background: #fff;
	background-clip: padding-box;
	background-size: cover;
	border: 1px solid rgba(46, 62, 72, .12);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	min-height: 100%;
	padding: 16px 16px 18px;
	position: relative;
	white-space: normal;
}

.embedpress-event .card--hasHoverShadow {
	transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
}

.embedpress-event .ep-event-group-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(46, 62, 72, .12);
}

.embedpress-event .ep-event-group--name {
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	width: 70%;
	word-break: break-word;
}

.embedpress-event .ep-event-group--image {
	-o-object-fit: cover;
	object-fit: cover;
	width: 56px;
	height: 56px;
	border-radius: 4px;
}

.embedpress-event .ep-event-time-location {
	background: #fff;
	border-radius: 8px;
	padding: 16px 20px 0 20px;
	border: 1px solid rgba(46, 62, 72, .12);
}

.embedpress-event .ep-event-time-location .ep-event-datetime, .embedpress-event .ep-event-time-location .ep-event-location {
	padding-bottom: 20px;
}

.embedpress-event .ep-event-location .wrap--singleLine--truncate, .embedpress-event .ep-event-time-location .ep-event-datetime {
	font-size: 15px;
	line-height: 1.5;
	color: #2e3e48;
	font-style: normal;
	margin: 0;
}

.embedpress-event .ep-event-location address {
	font-style: normal;
	margin: 0;
}

.embedpress-event .ep-event-location .venueDisplay-venue-address {
	font-style: normal;
	color: #757575;
	margin: 0;
}

.embedpress-event .ep-event-location p {
	line-height: 20px;
}

.ep-event--attendees .gridList-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1rem;
	margin: 0;
	vertical-align: top;
	width: 50%;
}

.gridList-itemInner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 0 16px 16px 0;
}

/*Youtube subscribe button*/
.embedpress-yt-subscribe {
	display: flex;
	align-items: center;
	align-content: start;
	text-align: center;
	gap: 1rem;
	max-width: 600px;
	width: 100%;
}

.embedpress-yt-subscribe .embedpress-yt-subscribe.dark {
	color: #fff;
}

.embedpress-yt-subscribe .embedpress-yt-sub-text {
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* Meetup styling for new markup*/
.dewqijm {
	height: 100%;
	margin-right: 10px;
}

.dewqijm img[src^="image"] {
	display: none;
}

.dewqijm img[src^="http"] {
	height: 56px !important;
	width: 56px !important;
}

.dewqijm > div > div {
	display: none;
}

.embedpress-event .sticky button {
	display: none;
}

.embedpress-event .items-center {
	align-items: center;
}

/*Media query*/
@media only screen and (min-width: 530px) {
	.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media only screen and (min-width: 640px) {
	.embedpress-event .card {
		padding: 18px 18px 20px;
	}
	
	.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

#templately-guten-icon {
	margin: 0 15px;
	display: flex;
}

#templately-guten-icon + #elementor-switch-mode {
	margin-left: 0;
}

.elementor-add-new-section .elementor-add-section-area-button.elementor-add-templately-button, #templately-guten-icon .gutenberg-templately-icon {
	background-color: #5d4fff;
	background-image: url("https://cdn-emagf.nitrocdn.com/hZLGwnRfXxhaaNzDXEGdyUwUGWXdgdIZ/assets/images/optimized/rev-5c75f0a/wp-content/plugins/templately/assets/images/logo-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
}

.elementor-add-new-section .elementor-add-section-area-button.elementor-add-templately-button.nitro-lazy, #templately-guten-icon .gutenberg-templately-icon.nitro-lazy {
	background-image: none !important;
}

#templately-guten-icon .gutenberg-templately-icon {
	display: inline-block;
	width: 20px;
	height: 33px;
	margin-left: 0px;
	margin-right: 5px;
	background-color: transparent;
}

#templately-guten-icon .gutenberg-add-templately-button {
	height: 33px;
	border: none;
	margin: 2px;
	line-height: 33px;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #5d4fff;
	display: inline-flex;
	align-items: center;
	color: #fff;
	transition: background-color .1s ease-in 0s;
}

#templately-guten-icon .gutenberg-add-templately-button:focus, #templately-guten-icon .gutenberg-add-templately-button:visited {
	outline: none;
}

#templately-guten-icon .gutenberg-add-templately-button:hover {
	background-color: #493ce4;
}

.elementor-add-new-section .elementor-add-section-area-button.elementor-add-templately-button i.eicon-plus:before {
	content: "";
	display: inline-block;
}

#templatelyGutenberg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 9999;
}

#templatelyGutenberg .templately-modal-templately-overlay {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}

#templatelyGutenberg .templately-modal-templately {
	width: 1200px;
	height: 80%;
	left: calc(50% - 600px);
	top: calc(50% - 40%);
	position: absolute;
	z-index: 9999999;
	max-height: 800px;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.clearfix {
	zoom: 1;
}

.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.jm-icon {
	font-family: job-manager !important;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

.clearfix {
	zoom: 1;
}

.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.rp4wp-related-job_listing>ul, ul.job_listings {
	padding: 0;
	margin: 0;
	border-top: 1px solid #eee;
}

.rp4wp-related-job_listing>ul.loading, ul.job_listings.loading {
	min-height: 96px;
	border-bottom: 1px solid #eee;
	background: url("https://cdn-emagf.nitrocdn.com/hZLGwnRfXxhaaNzDXEGdyUwUGWXdgdIZ/assets/images/optimized/rev-5c75f0a/wp-content/plugins/wp-job-manager/assets/dist/images/ajax-loader-ea183bf26ae76dec039869d4bc7060cb.gif") no-repeat center 32px;
}

.rp4wp-related-job_listing>ul li.job_listing, .rp4wp-related-job_listing>ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
	list-style: none outside;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_filled a, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_filled a, ul.job_listings li.job_listing.job_position_filled a, ul.job_listings li.no_job_listings_found.job_position_filled a {
	opacity: .25;
}

.rp4wp-related-job_listing>ul.loading.nitro-lazy, ul.job_listings.loading.nitro-lazy {
	background-image: none !important;
}

.rp4wp-related-job_listing>ul li.job_listing.no_job_listings_found, .rp4wp-related-job_listing>ul li.no_job_listings_found.no_job_listings_found, ul.job_listings li.job_listing.no_job_listings_found, ul.job_listings li.no_job_listings_found.no_job_listings_found {
	padding: 1em;
	border-bottom: 1px solid #eee;
}

.rp4wp-related-job_listing>ul li.job_listing a, .rp4wp-related-job_listing>ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
	display: block;
	padding: 1em 1em 1em 2em;
	border: 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	line-height: 1.5em;
	text-decoration: none;
}

.rp4wp-related-job_listing>ul li.job_listing a:hover, .rp4wp-related-job_listing>ul li.job_listing a:focus, .rp4wp-related-job_listing>ul li.no_job_listings_found a:hover, .rp4wp-related-job_listing>ul li.no_job_listings_found a:focus, ul.job_listings li.job_listing a:hover, ul.job_listings li.job_listing a:focus, ul.job_listings li.no_job_listings_found a:hover, ul.job_listings li.no_job_listings_found a:focus {
	background-color: #fcfcfc;
}

.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, .rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 1em;
	float: left;
	margin-right: 1em;
	vertical-align: middle;
	box-shadow: none;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.job_listing a div.location, .rp4wp-related-job_listing>ul li.job_listing a ul.meta, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.location, .rp4wp-related-job_listing>ul li.no_job_listings_found a ul.meta, ul.job_listings li.job_listing a div.position, ul.job_listings li.job_listing a div.location, ul.job_listings li.job_listing a ul.meta, ul.job_listings li.no_job_listings_found a div.position, ul.job_listings li.no_job_listings_found a div.location, ul.job_listings li.no_job_listings_found a ul.meta {
	box-sizing: border-box;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
	float: left;
	width: 55%;
	padding: 0 0 0 42px;
	line-height: 1.5em;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position h3, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position h3, ul.job_listings li.job_listing a div.position h3, ul.job_listings li.no_job_listings_found a div.position h3 {
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-size: inherit;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company, ul.job_listings li.job_listing a div.position .company, ul.job_listings li.no_job_listings_found a div.position .company {
	color: #999;
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company .tagline, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company .tagline, ul.job_listings li.job_listing a div.position .company .tagline, ul.job_listings li.no_job_listings_found a div.position .company .tagline {
	margin-left: .5em;
}

.rp4wp-related-job_listing>ul li.job_listing a div.location, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
	float: left;
	text-align: left;
	width: 25%;
	padding: 0 0 0 1em;
	color: #999;
	line-height: 1.5em;
}

.rp4wp-related-job_listing>ul li.job_listing a .meta, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta, ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta {
	float: right;
	text-align: right;
	width: 20%;
	padding: 0 0 0 1em;
	margin: 0;
	line-height: 1.5em;
	color: #999;
	list-style: none outside;
}

.rp4wp-related-job_listing>ul li.job_listing a .meta li, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta li, ul.job_listings li.job_listing a .meta li, ul.job_listings li.no_job_listings_found a .meta li {
	list-style: none outside;
	display: block;
	margin: 0;
}

.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type, ul.job_listings li.job_listing a .meta .job-type, ul.job_listings li.no_job_listings_found a .meta .job-type {
	font-weight: bold;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a, ul.job_listings li.job_listing.job_position_featured a, ul.job_listings li.no_job_listings_found.job_position_featured a {
	background: #fefee5;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover, .rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:focus, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:focus, ul.job_listings li.job_listing.job_position_featured a:hover, ul.job_listings li.job_listing.job_position_featured a:focus, ul.job_listings li.no_job_listings_found.job_position_featured a:hover, ul.job_listings li.no_job_listings_found.job_position_featured a:focus {
	background-color: #fefed8;
}

.widget ul.job_listings li.job_listing a {
	padding: 1em 0;
}

.widget ul.job_listings li.job_listing .image {
	float: left;
}

.widget ul.job_listings li.job_listing .image img {
	left: 0;
	position: relative;
}

.widget ul.job_listings li.job_listing .content {
	overflow: hidden;
}

.widget ul.job_listings li.job_listing .position {
	float: none;
	width: auto;
	padding: 0;
}

.widget ul.job_listings li.job_listing ul.meta {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
}

.widget ul.job_listings li.job_listing ul.meta li {
	float: none;
	display: inline;
	padding: 0;
	margin: 0 .5em 0 0;
	font-weight: normal;
}

.widget ul.job_listings li.job_listing ul.meta li::after {
	padding: 0 0 0 .5em;
	content: "‣";
}

.widget ul.job_listings li.job_listing ul.meta li:last-child::after {
	content: "";
}

.job-manager .job-type, .job_listing .job-type, .job-types .job-type {
	color: #f08d3c;
}

.job-manager .full-time, .job_listing .full-time, .job-types .full-time {
	color: #90da36;
}

.job-manager .part-time, .job_listing .part-time, .job-types .part-time {
	color: #f08d3c;
}

.job-manager .temporary, .job_listing .temporary, .job-types .temporary {
	color: #d93674;
}

.job-manager .freelance, .job_listing .freelance, .job-types .freelance {
	color: #39c;
}

.job-manager .internship, .job_listing .internship, .job-types .internship {
	color: #6033cc;
}

@media only screen and (max-width: 767px) {
	ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
		padding: 1em;
	}
	
	ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
		visibility: hidden;
	}
	
	ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
		float: left;
		width: 60%;
		padding: 0;
	}
	
	ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
		float: right;
		width: 40%;
		line-height: 2em;
		font-size: .75em;
		padding: 0 0 0 1em;
		text-align: right;
	}
	
	ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta {
		float: right;
		width: 40%;
		line-height: 2em;
		font-size: .75em;
	}
	
	ul.job_listings li.job_listing a .meta li, ul.job_listings li.no_job_listings_found a .meta li {
		font-size: 1em;
	}
}

.twenty-eleven ul.job_listings li.job_listing, .twenty-eleven ul.job_listings li.no_job_listings_found {
	padding: 0 !important;
}

.display-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 16px;
	font-family: "job-manager" !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin: 0 2px 0 0;
}

.job-manager-message, .job-manager-error, .job-manager-info {
	padding: 1em 2em 1em 3.5em !important;
	margin: 0 0 2em !important;
	position: relative;
	background-color: #fff;
	color: #666;
	border-top: 3px solid #999;
	list-style: none outside !important;
	width: auto;
	zoom: 1;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.job-manager-message::before, .job-manager-message::after, .job-manager-error::before, .job-manager-error::after, .job-manager-info::before, .job-manager-info::after {
	content: "";
	display: table;
}

.job-manager-message::after, .job-manager-error::after, .job-manager-info::after {
	clear: both;
}

.job-manager-message::before, .job-manager-error::before, .job-manager-info::before {
	content: "";
	font-family: sans-serif;
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}

.job-manager-message li, .job-manager-error li, .job-manager-info li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.job-manager-message.job-manager-message, .job-manager-error.job-manager-message, .job-manager-info.job-manager-message {
	border-top-color: #8fae1b;
}

.job-manager-message.job-manager-message::before, .job-manager-error.job-manager-message::before, .job-manager-info.job-manager-message::before {
	color: #8fae1b;
	content: "✓";
}

.job-manager-message.job-manager-info, .job-manager-error.job-manager-info, .job-manager-info.job-manager-info {
	border-top-color: #1e85be;
}

.job-manager-message.job-manager-info::before, .job-manager-error.job-manager-info::before, .job-manager-info.job-manager-info::before {
	color: #1e85be;
	content: "i";
	font-family: Times, Georgia, serif;
	font-style: italic;
}

.job-manager-message.job-manager-error, .job-manager-error.job-manager-error, .job-manager-info.job-manager-error {
	border-top-color: #b81c23;
}

.job-manager-message.job-manager-error::before, .job-manager-error.job-manager-error::before, .job-manager-info.job-manager-error::before {
	color: #b81c23;
	content: "×";
	font-weight: 700;
}

.job-manager-form fieldset {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	line-height: 2em;
	border: 0;
	border-bottom: 1px solid #eee;
	zoom: 1;
}

.job-manager-form fieldset::before, .job-manager-form fieldset::after {
	content: "";
	display: table;
}

.job-manager-form fieldset::after {
	clear: both;
}

.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
	display: block;
	margin: 0;
	width: 29%;
	float: left;
	vertical-align: middle;
}

.job-manager-form fieldset label:not(.full-line-checkbox-field label) small {
	opacity: .75;
	font-size: .83em;
}

.job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
	width: 70%;
	float: right;
	vertical-align: middle;
}

.job-manager-form fieldset .wp-editor-container {
	border: 1px solid #ccc;
	border-radius: 3px;
}

.job-manager-form fieldset .account-sign-in .button {
	margin-right: .5em;
}

.job-manager-form fieldset .account-sign-in .button::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 16px;
	font-family: "job-manager" !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin: 0 2px 0 0;
	content: "";
}

.job-manager-form fieldset abbr.required {
	color: red;
	font-weight: bold;
	border: 0;
}

.job-manager-form fieldset input.input-text, .job-manager-form fieldset input.input-date, .job-manager-form fieldset textarea, .job-manager-form fieldset select {
	margin: 0;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
}

.job-manager-form fieldset small.description {
	opacity: .75;
	font-size: .83em;
	margin: 1.2em 0 0 0;
	display: block;
	line-height: 1.2em;
}

.job-manager-form fieldset .job-manager-uploaded-files {
	display: table;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file {
	line-height: 2em;
	font-style: italic;
	margin-bottom: 1em;
	display: block;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview img {
	height: 64px;
	margin: 0;
	vertical-align: top;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview a {
	line-height: 64px;
	display: inline-block;
	padding: 0 0 0 1em;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-name {
	display: block;
}

.job-manager-form .submit-job {
	padding: 1em 0;
}

.job-manager-form .job-manager-term-checklist {
	list-style: none outside;
	max-height: 200px;
	overflow: auto;
	margin: 0;
}

.job-manager-form .job-manager-term-checklist li {
	list-style: none outside;
	margin: 0;
	display: block;
	float: none;
}

.job-manager-form .job-manager-term-checklist li label {
	width: auto;
	float: none;
}

.job-manager-form .job-manager-term-checklist li li {
	margin: 0 0 0 2em;
}

.job-manager-form input[type=submit]:disabled, .job-manager-form input[type=submit].disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}

.job-manager-form .spinner {
	background-repeat: no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	visibility: hidden;
	width: 20px;
	height: 20px;
	margin: 0;
	vertical-align: middle;
}

.job-manager-form .spinner.is-active {
	visibility: visible;
}

div.job_listings {
	margin-bottom: 1em;
}

div.job_listings ul.job_listings {
	margin: 0;
}

.single_job_listing .company {
	position: relative;
	border: 1px solid #eee;
	padding: 1em;
	margin: 0 0 2em;
	display: block;
	clear: both;
	min-height: 3em;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-sizing: content-box;
}

.single_job_listing .company img {
	width: 3em;
	height: 3em;
	position: absolute;
	left: 1em;
	float: left;
	vertical-align: middle;
	box-shadow: none;
}

.single_job_listing .company .name {
	margin: 0 0 0 3em;
	padding: 0 0 0 1em;
	line-height: 1.5em;
}

.single_job_listing .company .name a {
	float: right;
	margin-left: 1em;
}

.single_job_listing .company .tagline {
	display: block;
	margin: 0 0 0 3em;
	padding: 0 0 0 1em;
	line-height: 1.5em;
	font-style: italic;
	color: #999;
}

.single_job_listing .company .website::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 16px;
	font-family: "job-manager" !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin: 0 2px 0 0;
	content: "";
}

.single_job_listing .company .company_twitter::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 16px;
	font-family: "job-manager" !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin: 0 2px 0 0;
	content: "";
}

.single_job_listing .company .company_video {
	border-top: 1px solid #eee;
	padding: 1em 0 0;
	margin: 1em 0 0 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.single_job_listing .company .company_video iframe, .single_job_listing .company .company_video object, .single_job_listing .company .company_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
}

.single_job_listing .meta {
	list-style: none outside;
	padding: 0;
	margin: 0 0 1.5em;
	overflow: hidden;
	zoom: 1;
	clear: both;
}

.single_job_listing .meta li {
	margin: 0 1em 0 0;
	padding: .5em;
	float: left;
	line-height: 1em;
	color: #999;
}

.single_job_listing .meta .job-type {
	color: #fff;
	background-color: #f08d3c;
}

.single_job_listing .meta .full-time {
	background-color: #90da36;
}

.single_job_listing .meta .part-time {
	background-color: #f08d3c;
}

.single_job_listing .meta .temporary {
	background-color: #d93674;
}

.single_job_listing .meta .freelance {
	background-color: #39c;
}

.single_job_listing .meta .internship {
	background-color: #6033cc;
}

.single_job_listing .meta .position-filled, .single_job_listing .meta .listing-expired {
	color: #b81c23;
}

.single_job_listing .meta .location::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 16px;
	font-family: "job-manager" !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin: 0 2px 0 0;
	content: "";
}

.single_job_listing .meta .date-posted::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 16px;
	font-family: "job-manager" !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin: 0 2px 0 0;
	content: "";
}

.single_job_listing .meta .position-filled::before, .single_job_listing .meta .listing-expired::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 16px;
	font-family: "job-manager" !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin: 0 2px 0 0;
	content: "";
}

.single_job_listing .job_description {
	margin: 0 0 1.5em;
}

.job-manager-application-wrapper {
	clear: both;
	border: 1px solid #eee;
	padding: .75em 1em 0;
	margin: 1em 0;
	line-height: 1.5em;
	display: block;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.single_job_listing .application, .job-manager-application-wrapper .application {
	padding: 0;
	margin: 0 0 1em;
	overflow: hidden;
}

.single_job_listing .application .application_button, .single_job_listing .application .application_details, .job-manager-application-wrapper .application .application_button, .job-manager-application-wrapper .application .application_details {
	box-sizing: border-box;
}

.single_job_listing .application .application_button, .job-manager-application-wrapper .application .application_button {
	text-align: center;
	font-size: 1.1em;
	line-height: 1em;
	display: inline-block;
	margin: 0 .5em 0 0;
	padding: 1em 2em;
	outline: 0;
}

.single_job_listing .application .application_details, .job-manager-application-wrapper .application .application_details {
	clear: both;
	border: 1px solid #eee;
	padding: .75em 1em 0;
	margin: 1em 0;
	line-height: 1.5em;
	display: block;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.single_job_listing .application .application_details p, .job-manager-application-wrapper .application .application_details p {
	margin: 0 0 .75em;
}

.single_job_listing .application .application_details::before, .job-manager-application-wrapper .application .application_details::before {
	content: "";
	position: absolute;
	margin: -10px 0 0 0;
	top: 0;
	left: 5em;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eee;
}

.single_job_listing .application .application_details::after, .job-manager-application-wrapper .application .application_details::after {
	content: "";
	position: absolute;
	margin: -9px 0 0 1px;
	left: 5em;
	top: 0;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
}

.job_filters {
	background: #eee;
	zoom: 1;
}

.job_filters::before, .job_filters::after {
	content: "";
	display: table;
}

.job_filters::after {
	clear: both;
}

.job_filters .search_jobs {
	padding: 1em;
	zoom: 1;
}

.job_filters .search_jobs::before, .job_filters .search_jobs::after {
	content: "";
	display: table;
}

.job_filters .search_jobs::after {
	clear: both;
}

.job_filters .search_jobs div {
	box-sizing: border-box;
}

.job_filters .search_jobs div label {
	display: none;
}

.job_filters .search_jobs div.search_keywords, .job_filters .search_jobs div.filter_first {
	float: left;
	padding-right: .5em;
	width: 50%;
}

.job_filters .search_jobs div.search_location, .job_filters .search_jobs div.filter_last {
	float: right;
	padding-left: .5em;
	width: 50%;
}

.job_filters .search_jobs div.search_categories, .job_filters .search_jobs div.filter_wide {
	padding-top: .5em;
	clear: both;
	width: 100%;
}

.job_filters .search_jobs div.search_submit {
	padding-top: .5em;
}

.job_filters .search_jobs div .showing_jobs a {
	padding: .25em;
}

.job_filters .search_jobs div .showing_jobs a.active {
	background: #ddd;
	text-decoration: none;
}

.job_filters .search_jobs input, .job_filters .search_jobs select {
	box-sizing: border-box;
	width: 100%;
}

.job_filters .job_types {
	list-style: none outside;
	margin: 0;
	padding: 0;
	font-size: .83em;
	background: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	zoom: 1;
}

.job_filters .job_types::before, .job_filters .job_types::after {
	content: "";
	display: table;
}

.job_filters .job_types::after {
	clear: both;
}

.job_filters .job_types li {
	margin: 0;
	padding: .5em 1em;
	float: left;
	border-right: 1px solid #eee;
}

.job_filters .job_types li:last-child {
	border-right: 0;
}

.job_filters .showing_jobs {
	padding: .5em 1em;
	display: none;
	font-size: .83em;
	background: #f9f9f9;
	border-top: 1px solid #e5e5e5;
}

.job_filters .showing_jobs a {
	float: right;
	padding-left: 10px;
	border: 0;
}

div.job_listings .job-manager-pagination {
	text-align: center;
	display: block;
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #eee;
	line-height: 1;
}

div.job_listings .load_previous {
	border-top: 1px solid #eee;
}

div.job_listings .load_more_jobs+ul.job_listings {
	border-top: 0;
}

div.job_listings .load_more_jobs {
	text-align: center;
	display: block;
	padding: 1em 1em 1em 2em;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

div.job_listings .load_more_jobs.loading {
	background: url("https://cdn-emagf.nitrocdn.com/hZLGwnRfXxhaaNzDXEGdyUwUGWXdgdIZ/assets/images/optimized/rev-5c75f0a/wp-content/plugins/wp-job-manager/assets/dist/images/ajax-loader-ea183bf26ae76dec039869d4bc7060cb.gif") no-repeat center;
}

div.job_listings .load_more_jobs.loading.nitro-lazy {
	background-image: none !important;
}

div.job_listings .load_more_jobs.loading strong {
	visibility: hidden;
}

div.job_listings .load_more_jobs:hover, div.job_listings .load_more_jobs:focus {
	background-color: #fcfcfc;
	border-bottom: 1px solid #eee;
}

.job_listing_preview {
	padding: 0 1em 1em;
	border: 5px solid #eee;
}

.single-job_listing .entry-header .attachment-post-thumbnail, .single-job_listing .job_listing.has-post-thumbnail .post-thumbnail {
	display: none;
}

.job_listing_preview_title, .entry-content .job_listing_preview_title {
	padding: .5em 1em;
	vertical-align: middle;
	position: relative;
	background: #eee;
}

.job_listing_preview_title h2, .entry-content .job_listing_preview_title h2 {
	margin: 0;
	clear: none;
}

.job_listing_preview_title .button, .entry-content .job_listing_preview_title .button {
	float: right;
	margin-left: .25em;
}

.job_summary_shortcode {
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(255, 255, 255, .4);
	box-sizing: border-box;
}

.job_summary_shortcode.aligncenter {
	display: block;
	margin: 2em auto 2em;
}

.job_summary_shortcode.alignleft {
	float: left;
	margin: 0 2em 2em 0;
}

.job_summary_shortcode.alignright {
	float: right;
	margin: 0 0 2em 2em;
}

.job_summary_shortcode a {
	text-decoration: none;
	color: inherit;
}

.job_summary_shortcode img {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
}

.job_summary_shortcode .job_summary_content {
	padding: 0 1em;
}

.job_summary_shortcode .meta {
	font-style: italic;
	color: #777;
}

.job_summary_shortcode .job-type {
	border-radius: 1em;
	color: #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), inset 0 1px 0 rgba(255, 255, 255, .4);
	position: absolute;
	top: 0;
	right: 0;
	padding: .5em;
	height: 1em;
	width: auto;
	min-width: 1em;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	margin: -.5em -.5em 0 0;
}

.job_summary_shortcode .job-type.full-time {
	background-color: #90da36;
}

.job_summary_shortcode .job-type.part-time {
	background-color: #f08d3c;
}

.job_summary_shortcode .job-type.temporary {
	background-color: #d93674;
}

.job_summary_shortcode .job-type.freelance {
	background-color: #39c;
}

.job_summary_shortcode .job-type.internship {
	background-color: #6033cc;
}

#job-manager-job-dashboard .account-sign-in .button {
	margin-right: .5em;
}

#job-manager-job-dashboard .account-sign-in .button::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 16px;
	font-family: "job-manager" !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin: 0 2px 0 0;
	content: "";
}

#job-manager-job-dashboard table ul.job-dashboard-actions {
	margin: 0;
	padding: 0;
	visibility: hidden;
	font-size: .92em;
}

#job-manager-job-dashboard table ul.job-dashboard-actions li {
	float: none;
	display: inline;
	padding: 0;
	margin: 0 .5em 0 0;
	font-weight: normal;
	list-style: none outside;
}

#job-manager-job-dashboard table ul.job-dashboard-actions li::after {
	padding: 0 0 0 .5em;
	content: "‣";
}

#job-manager-job-dashboard table ul.job-dashboard-actions li:last-child::after {
	content: "";
}

#job-manager-job-dashboard table ul.job-dashboard-actions li .job-dashboard-action-delete {
	color: red;
}

#job-manager-job-dashboard table tr:hover ul.job-dashboard-actions, #job-manager-job-dashboard table tr:focus ul.job-dashboard-actions {
	visibility: visible;
}

#job-manager-job-dashboard table td, #job-manager-job-dashboard table th {
	padding: .5em 1em .5em 0;
}

#job-manager-job-dashboard table .job_title small {
	color: #999;
}

#job-manager-job-dashboard table .featured-job-icon::before {
	font-family: job-manager !important;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	content: "";
}

#job-manager-job-dashboard table .filled, #job-manager-job-dashboard table .expires, #job-manager-job-dashboard table .applications {
	text-align: center;
}

nav.job-manager-pagination, #content nav.job-manager-pagination {
	text-align: center;
}

nav.job-manager-pagination ul, #content nav.job-manager-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border-left: 1px solid #eee;
	margin: 1px;
}

nav.job-manager-pagination ul li, #content nav.job-manager-pagination ul li {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

nav.job-manager-pagination ul li a, nav.job-manager-pagination ul li span, #content nav.job-manager-pagination ul li a, #content nav.job-manager-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	padding: .5em;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	min-width: 1em;
	display: block;
	border: 0;
}

nav.job-manager-pagination ul li span.current, nav.job-manager-pagination ul li a:hover, nav.job-manager-pagination ul li a:focus, #content nav.job-manager-pagination ul li span.current, #content nav.job-manager-pagination ul li a:hover, #content nav.job-manager-pagination ul li a:focus {
	background: #eee;
	color: #888;
}

.chosen-container {
	width: 100% !important;
}

.twenty-ten .job_types, .twenty-ten .chosen-choices {
	margin: 0 !important;
}

.rtl .job-manager-form label {
	float: right;
}

.rtl .job-manager-form div.field {
	float: left;
}

.rtl .job_listing_preview_title .button, .rtl .entry-content .job_listing_preview_title .button {
	float: left;
}

.rtl .single_job_listing .meta li {
	float: right;
	margin: 0 0 0 1em;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute;
}

.tooltipster-box {
	flex: 1 1 auto;
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading .4s;
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	
	75% {
		transform: rotate(2deg);
	}
	
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating .6s;
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

body div.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap, body div.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

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

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

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

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

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

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

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

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

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure, img.mfp-img {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

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

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

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

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

button.mfp-close, button.mfp-close:hover {
	display: inline-block !important;
	background: transparent;
	width: auto;
}

.mfp-arrow, .mfp-arrow:hover {
	background: transparent;
}

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

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

@keyframes plyr-progress {
	to {
		background-position: 25px 0;
		background-position: var(--plyr-progress-loading-size, 25px) 0;
	}
}

@keyframes plyr-popup {
	0% {
		opacity: .5;
		transform: translateY(10px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes plyr-fade-in {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.plyr {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	direction: ltr;
	display: flex;
	flex-direction: column;
	font-family: inherit;
	font-family: var(--plyr-font-family, inherit);
	font-variant-numeric: tabular-nums;
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	height: 100%;
	line-height: 1.7;
	line-height: var(--plyr-line-height, 1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease;
	z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
	display: block;
	height: 100%;
	width: 100%;
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto;
}

.plyr:focus {
	outline: 0;
}

.plyr--full-ui {
	box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
	box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
	touch-action: manipulation;
}

.plyr__badge {
	background: #4a5464;
	background: var(--plyr-badge-background, #4a5464);
	border-radius: 2px;
	border-radius: var(--plyr-badge-border-radius, 2px);
	color: #fff;
	color: var(--plyr-badge-text-color, #fff);
	font-size: 9px;
	font-size: var(--plyr-font-size-badge, 9px);
	line-height: 1;
	padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
	display: none;
}

.plyr__captions {
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	display: none;
	font-size: 13px;
	font-size: var(--plyr-font-size-small, 13px);
	left: 0;
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px);
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%;
}

.plyr__captions span:empty {
	display: none;
}

@media (min-width:480px) {
	.plyr__captions {
		font-size: 15px;
		font-size: var(--plyr-font-size-base, 15px);
		padding: calc(10px * 2);
		padding: calc(var(--plyr-control-spacing, 10px) * 2);
	}
}

@media (min-width:768px) {
	.plyr__captions {
		font-size: 18px;
		font-size: var(--plyr-font-size-large, 18px);
	}
}

.plyr--captions-active .plyr__captions {
	display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	transform: translateY(calc(10px * -4));
	transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
	background: rgba(0, 0, 0, .8);
	background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
	color: var(--plyr-captions-text-color, #fff);
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap;
}

.plyr__caption div {
	display: inline;
}

.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	border-radius: var(--plyr-control-radius, 3px);
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: calc(10px * .7);
	padding: var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7));
	position: relative;
	transition: all .3s ease;
}

.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	height: var(--plyr-control-icon-size, 18px);
	pointer-events: none;
	width: 18px;
	width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
	outline: 0;
}

.plyr__control.plyr__tab-focus {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

a.plyr__control {
	text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
	display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
	display: none;
}

.plyr--full-ui ::-webkit-media-controls {
	display: none;
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center;
}

.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0;
}

.plyr__controls .plyr__controls__item {
	margin-left: calc(10px / 4);
	margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: calc(10px / 4);
	padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 calc(10px / 2);
	padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time+.plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0;
}

.plyr__controls:empty {
	display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
	display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
	display: inline-block;
}

.plyr__menu {
	display: flex;
	position: relative;
}

.plyr__menu .plyr__control svg {
	transition: transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none;
}

.plyr__menu__container {
	animation: plyr-popup .2s ease;
	background: rgba(255, 255, 255, .9);
	background: var(--plyr-menu-background, rgba(255, 255, 255, .9));
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: #4a5464;
	color: var(--plyr-menu-color, #4a5464);
	font-size: 15px;
	font-size: var(--plyr-font-size-base, 15px);
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3;
}

.plyr__menu__container>div {
	overflow: hidden;
	transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
}

.plyr__menu__container::after {
	border: 4px solid transparent;
	border: var(--plyr-menu-arrow-size, 4px) solid transparent;
	border-top-color: rgba(255, 255, 255, .9);
	border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, .9));
	content: "";
	height: 0;
	position: absolute;
	right: calc(( ( 18px / 2 ) + calc(10px * .7) ) - ( 4px / 2 ));
	right: calc(( ( var(--plyr-control-icon-size, 18px) / 2 ) + var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) ) - ( var(--plyr-menu-arrow-size, 4px) / 2 ));
	top: 100%;
	width: 0;
}

.plyr__menu__container [role=menu] {
	padding: calc(10px * .7);
	padding: var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7));
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
	margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0;
}

.plyr__menu__container .plyr__control {
	align-items: center;
	color: #4a5464;
	color: var(--plyr-menu-color, #4a5464);
	display: flex;
	font-size: 13px;
	font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
	padding-bottom: calc(calc(10px * .7) / 1.5);
	padding-bottom: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) / 1.5);
	padding-left: calc(calc(10px * .7) * 1.5);
	padding-left: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 1.5);
	padding-right: calc(calc(10px * .7) * 1.5);
	padding-right: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 1.5);
	padding-top: calc(calc(10px * .7) / 1.5);
	padding-top: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) / 1.5);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.plyr__menu__container .plyr__control>span {
	align-items: inherit;
	display: flex;
	width: 100%;
}

.plyr__menu__container .plyr__control::after {
	border: 4px solid transparent;
	border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
	padding-right: calc(calc(10px * .7) * 4);
	padding-right: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 4);
}

.plyr__menu__container .plyr__control--forward::after {
	border-left-color: #728197;
	border-left-color: var(--plyr-menu-arrow-color, #728197);
	right: calc(( calc(10px * .7) * 1.5 ) - 4px);
	right: calc(( var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 1.5 ) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
	border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	margin: calc(10px * .7);
	margin: var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7));
	margin-bottom: calc(calc(10px * .7) / 2);
	margin-bottom: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) / 2);
	padding-left: calc(calc(10px * .7) * 4);
	padding-left: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 4);
	position: relative;
	width: calc(100% - ( calc(10px * .7) * 2 ));
	width: calc(100% - ( var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 2 ));
}

.plyr__menu__container .plyr__control--back::after {
	border-right-color: #728197;
	border-right-color: var(--plyr-menu-arrow-color, #728197);
	left: calc(( calc(10px * .7) * 1.5 ) - 4px);
	left: calc(( var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 1.5 ) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
	background: #dcdfe5;
	background: var(--plyr-menu-back-border-color, #dcdfe5);
	box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: calc(calc(10px * .7) / 2);
	margin-top: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) / 2);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
	border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: calc(10px * .7);
	padding-left: var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7));
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
	border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	background: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing, 10px);
	transition: all .3s ease;
	width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform .3s ease, opacity .3s ease;
	width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: #00b3ff;
	background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
	background: rgba(35, 40, 47, .1);
}

.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: calc(( calc(10px * .7) - 2 ) * -1);
	margin-right: calc(( var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) - 2 ) * -1);
	overflow: hidden;
	padding-left: calc(calc(10px * .7) * 3.5);
	padding-left: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 3.5);
	pointer-events: none;
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: calc(13px * 2);
	border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
	color: #00b3ff;
	color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	display: block;
	height: calc(( 3px * 2 ) + 13px);
	height: calc(( var(--plyr-range-thumb-active-shadow-width, 3px) * 2 ) + var(--plyr-range-thumb-height, 13px));
	margin: 0;
	padding: 0;
	transition: box-shadow .3s ease;
	width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none;
	background-image: linear-gradient(to right, currentColor 0, transparent 0);
	background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
	-webkit-appearance: none;
	margin-top: calc(( ( 13px - 5px ) / 2 ) * -1);
	margin-top: calc(( ( var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px) ) / 2 ) * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: 0 0;
	background: currentColor;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
	margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none;
}

.plyr--full-ui input[type=range]:focus {
	outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1;
}

.plyr__time {
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time+.plyr__time::before {
	content: "⁄";
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width:calc(768px - 1)) {
	.plyr__time+.plyr__time {
		display: none;
	}
}

.plyr__tooltip {
	background: rgba(255, 255, 255, .9);
	background: var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
	border-radius: 3px;
	border-radius: var(--plyr-tooltip-radius, 3px);
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: #4a5464;
	color: var(--plyr-tooltip-color, #4a5464);
	font-size: 13px;
	font-size: var(--plyr-font-size-small, 13px);
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: calc(calc(10px / 2) * 2);
	margin-bottom: calc(var(--plyr-tooltip-padding, calc(var(--plyr-control-spacing, 10px) / 2)) * 2);
	opacity: 0;
	padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
	padding: var(--plyr-tooltip-padding, calc(var(--plyr-control-spacing, 10px) / 2)) calc(var(--plyr-tooltip-padding, calc(var(--plyr-control-spacing, 10px) / 2)) * 1.5);
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	white-space: nowrap;
	z-index: 2;
}

.plyr__tooltip::before {
	border-left: 4px solid transparent;
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: 4px solid rgba(255, 255, 255, .9);
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
	bottom: calc(4px * -1);
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
	left: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 0 100%;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
	left: calc(( 18px / 2 ) + calc(10px * .7));
	left: calc(( var(--plyr-control-icon-size, 18px) / 2 ) + var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)));
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 100% 100%;
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
	left: auto;
	right: calc(( 18px / 2 ) + calc(10px * .7));
	right: calc(( var(--plyr-control-icon-size, 18px) / 2 ) + var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)));
	transform: translateX(50%);
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip, .plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child:hover .plyr__tooltip, .plyr__controls>.plyr__control:last-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0, 0) scale(1);
}

.plyr__progress {
	left: calc(13px * .5);
	left: calc(var(--plyr-range-thumb-height, 13px) * .5);
	margin-right: 13px;
	margin-right: var(--plyr-range-thumb-height, 13px);
	position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
	margin-left: calc(13px * -.5);
	margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
	margin-right: calc(13px * -.5);
	margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
	width: calc(100% + 13px);
	width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2;
}

.plyr__progress .plyr__tooltip {
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	left: 0;
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin-top: calc(( 5px / 2 ) * -1);
	margin-top: calc(( var(--plyr-range-track-height, 5px) / 2 ) * -1);
	padding: 0;
	position: absolute;
	top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	min-width: var(--plyr-range-track-height, 5px);
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	min-width: var(--plyr-range-track-height, 5px);
	-moz-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr--loading .plyr__progress__buffer {
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, .6) 50%, rgba(35, 40, 47, .6) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
	color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: rgba(255, 255, 255, .25);
	background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6));
}

.plyr__volume {
	align-items: center;
	display: flex;
	max-width: 110px;
	min-width: 80px;
	position: relative;
	width: 20%;
}

.plyr__volume input[type=range] {
	margin-left: calc(10px / 2);
	margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
	margin-right: calc(10px / 2);
	margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
	position: relative;
	z-index: 2;
}

.plyr--is-ios .plyr__volume {
	min-width: 0;
	width: auto;
}

.plyr--audio {
	display: block;
}

.plyr--audio .plyr__controls {
	background: #fff;
	background: var(--plyr-audio-controls-background, #fff);
	border-radius: inherit;
	color: #4a5464;
	color: var(--plyr-audio-control-color, #4a5464);
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
	color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--audio .plyr__progress__buffer {
	color: rgba(193, 200, 209, .6);
	color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6));
}

.plyr--video {
	background: #000;
	overflow: hidden;
}

.plyr--video.plyr--menu-open {
	overflow: visible;
}

.plyr__video-wrapper {
	background: #000;
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
	border: 0;
	left: 0;
	position: absolute;
	top: 0;
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
	background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	color: var(--plyr-video-control-color, #fff);
	left: 0;
	padding: calc(10px / 2);
	padding: calc(var(--plyr-control-spacing, 10px) / 2);
	padding-top: calc(10px * 2);
	padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3;
}

@media (min-width:480px) {
	.plyr--video .plyr__controls {
		padding: 10px;
		padding: var(--plyr-control-spacing, 10px);
		padding-top: calc(10px * 3.5);
		padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
	}
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
	color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	border: 0;
	border-radius: 100%;
	color: #fff;
	color: var(--plyr-video-control-color, #fff);
	display: none;
	left: 50%;
	opacity: .9;
	padding: calc(10px * 1.5);
	padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	z-index: 2;
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
	opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(255, 255, 255, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: rgba(255, 255, 255, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: rgba(255, 255, 255, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5));
}

.plyr--video .plyr__progress__buffer {
	color: rgba(255, 255, 255, .25);
	color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25));
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-webkit-full-screen video {
	height: 100%;
}

.plyr:-ms-fullscreen video {
	height: 100%;
}

.plyr:fullscreen video {
	height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
	
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
	
	.plyr:fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-webkit-full-screen video {
	height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-moz-full-screen video {
	height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr:-moz-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-ms-fullscreen video {
	height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000;
}

.plyr--fullscreen-fallback video {
	height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.plyr__ads>div, .plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%;
}

.plyr__ads::after {
	background: #23282f;
	border-radius: 2px;
	bottom: 10px;
	bottom: var(--plyr-control-spacing, 10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	right: var(--plyr-control-spacing, 10px);
	z-index: 3;
}

.plyr__ads::after:empty {
	display: none;
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin: -var(--plyr-range-track-height, 5px)/2 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3;
}

.plyr__preview-thumb {
	background-color: rgba(255, 255, 255, .9);
	background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	margin-bottom: calc(calc(10px / 2) * 2);
	margin-bottom: calc(var(--plyr-tooltip-padding, calc(var(--plyr-control-spacing, 10px) / 2)) * 2);
	opacity: 0;
	padding: 3px;
	padding: var(--plyr-tooltip-radius, 3px);
	pointer-events: none;
	position: absolute;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	z-index: 2;
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
	border-left: 4px solid transparent;
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: 4px solid rgba(255, 255, 255, .9);
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
	bottom: calc(4px * -1);
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr__preview-thumb__image-container {
	background: #c1c8d1;
	border-radius: calc(3px - 1px);
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3;
}

.plyr__preview-thumb__time-container span {
	background-color: rgba(0, 0, 0, .55);
	border-radius: calc(3px - 1px);
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	color: #fff;
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	padding: 3px 6px;
}

.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1;
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr--no-transition {
	transition: none !important;
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.plyr [hidden] {
	display: none !important;
}

.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

.eael-testimonial-slider.nav-top-left, .eael-testimonial-slider.nav-top-right, .eael-team-slider.nav-top-left, .eael-team-slider.nav-top-right, .eael-logo-carousel.nav-top-left, .eael-logo-carousel.nav-top-right, .eael-post-carousel.nav-top-left, .eael-post-carousel.nav-top-right, .eael-product-carousel.nav-top-left, .eael-product-carousel.nav-top-right {
	padding-top: 40px;
}

.eael-contact-form input[type=text], .eael-contact-form input[type=email], .eael-contact-form input[type=url], .eael-contact-form input[type=tel], .eael-contact-form input[type=date], .eael-contact-form input[type=number], .eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%;
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	-o-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder, .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input::-moz-placeholder, .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder, .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-moz-placeholder, .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-custom-radio-checkbox input[type=checkbox], .eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px;
}

.eael-custom-radio-checkbox input[type=checkbox]:before, .eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before, .eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	-o-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%;
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%;
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block;
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%;
}

.eael-contact-form-align-left, .elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0;
}

.eael-contact-form-align-center, .elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto;
}

.eael-contact-form-align-right, .elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto;
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.eael-button-wrap, .eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-button, .eael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0px solid;
	font-size: 16px;
	overflow: hidden;
}

.eael-button.button--loading .eael-btn-loader, .eael-load-more-button.button--loading .eael-btn-loader {
	display: block;
}

.eael-button .eael-btn-loader, .eael-load-more-button .eael-btn-loader {
	display: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border-top: 4px solid rgba(255, 255, 255, .2);
	border-right: 4px solid rgba(255, 255, 255, .2);
	border-bottom: 4px solid rgba(255, 255, 255, .2);
	border-left: 4px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s infinite linear;
	animation: loaderSpin 1.1s infinite linear;
	margin-right: 5px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.eael-button .eael-btn-loader:after, .eael-load-more-button .eael-btn-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.eael-button:focus, .eael-load-more-button:focus {
	outline: none;
}

.eael-button.button--loading>span, .eael-load-more-button.button--loading>span {
	margin-left: 0;
}

.eael-button.button--loading .eael-btn-loader, .eael-load-more-button.button--loading .eael-btn-loader {
	left: 0;
}

.rtl .eael-load-more-button-wrap {
	direction: ltr;
}

.eael-post-timeline {
	margin-bottom: 0;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.eael-timeline-column {
	width: 50%;
	margin-left: 0;
	float: left;
	margin-top: 0 !important;
}

.eael-timeline-post {
	position: relative;
}

.eael-timeline-post:after {
	background-color: rgba(83, 85, 86, .2);
	content: "";
	width: 2px;
	height: 245px;
	position: absolute;
	right: 0;
	top: 70px;
}

.eael-timeline-post:nth-child(2n):after {
	display: none;
}

.eael-timeline-bullet {
	background-color: #9fa9af;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .1);
	content: "";
	height: 20px;
	position: absolute;
	right: -9px;
	top: 60px;
	width: 20px;
	z-index: 3;
	cursor: pointer;
}

.eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
	background-color: #9fa9af;
	border: 5px solid #fff;
	border-radius: 50%;
	bottom: 36px;
	content: "";
	height: 20px;
	left: -11px;
	position: absolute;
	top: 300px;
	width: 20px;
	z-index: 3;
}

.eael-timeline-post-inner {
	background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 8px solid #e5eaed;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
	float: right;
	margin: 30px 40px 30px auto;
	position: relative;
	height: 320px;
	width: calc(100% - 40px);
}

.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
	float: left;
	margin-left: 40px;
}

.eael-timeline-post-inner:after {
	border-color: transparent transparent transparent #e5eaed;
	border-style: solid;
	border-width: 15px;
	content: "";
	height: 0;
	position: absolute;
	right: -36px;
	top: 17px;
	width: 0;
}

.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
	border-color: transparent #e5eaed transparent transparent;
	border-style: solid;
	border-width: 15px;
	content: "";
	height: 0;
	left: -36px;
	position: absolute;
	top: 257px;
	width: 0;
}

.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
	border-left-color: transparent !important;
}

.eael-timeline-post p {
	margin: 1.6rem 0 0 0;
	font-size: .9em;
	line-height: 1.6em;
}

.eael-timeline-post-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.eael-timeline-post-title {
	bottom: 40px;
	position: absolute;
	width: 100%;
}

.eael-timeline-post-title h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 0 25px;
	text-align: left;
	text-transform: uppercase;
}

.eael-timeline-post-excerpt {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.eael-timeline-post-excerpt p {
	color: #fff;
	font-size: 14px;
	padding: 25px;
}

.eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
	opacity: 1;
	top: 10px;
}

.eael-timeline-post-inner:hover .eael-timeline-post-image {
	opacity: .3;
}

.eael-timeline-post time {
	opacity: 0;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 10px;
	border-radius: 20px;
	position: absolute;
	right: -97px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 50px;
	z-index: 4;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.eael-timeline-post:nth-child(2n) time {
	background-color: rgba(0, 0, 0, .7);
	border-radius: 20px;
	color: #fff;
	font-size: 10px;
	height: 30px;
	left: -99px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 290px;
	width: 100px;
	z-index: 4;
}

.eael-timeline-post time:before {
	border-bottom: 5px solid rgba(0, 0, 0, .7);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	height: 0;
	left: 45px;
	position: absolute;
	top: -5px;
	width: 0;
}

.eael-timeline-post:hover time {
	opacity: 1;
}

.eael-timeline-post::after {
	height: 100%;
}

.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
	height: 245px;
}

.eael-post-timeline .eael-timeline-post:last-child::after {
	display: none;
}

.eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 1366px) {
	.eael-timeline-post-title h2 {
		font-size: .8em;
	}
	
	.eael-timeline-post-excerpt p {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1169px) {
	.eael-timeline-post-inner {
		height: 320px;
	}
}

@media only screen and (max-width: 992px) {
	.eael-post-timeline {
		margin-left: 0;
	}
	
	.eael-timeline-bullet, .eael-timeline-post:after, .eael-timeline-post:before, .eael-timeline-post-inner:after {
		display: none;
	}
	
	.eael-timeline-post {
		display: inline-block;
		float: left !important;
		width: 50% !important;
		margin: 15px auto;
	}
	
	.eael-timeline-post-inner {
		height: 320px;
		padding-bottom: 30px;
	}
	
	.eael-timeline-post-title {
		bottom: 50px;
	}
	
	.eael-timeline-post-title h2 {
		font-size: .8em;
		line-height: 1.2em;
	}
	
	.eael-timeline-post .eael-timeline-post-inner {
		margin: 0 10px auto 0;
		width: 90%;
	}
	
	.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
		margin: 0 auto 0 10px;
		width: 90%;
	}
	
	.eael-timeline-post-excerpt {
		opacity: 0 !important;
	}
	
	.eael-timeline-post-image {
		opacity: .3;
	}
	
	.eael-timeline-post time, .eael-timeline-post:nth-child(2n) time {
		background-color: #fff;
		border-radius: 0;
		color: #444;
		font-size: 12px;
		text-transform: uppercase;
		left: 0;
		opacity: 1;
		padding-top: 3px;
		top: 275px;
		width: 100%;
	}
	
	time:before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.eael-timeline-post {
		display: block;
		float: none !important;
		margin: 20px auto;
		width: 100% !important;
	}
	
	.eael-timeline-post .eael-timeline-post-inner, .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
		display: block;
		float: none;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 479px) {
	.eael-timeline-post .eael-timeline-post-inner, .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
		height: 250px;
		margin: 0 auto;
		width: 95%;
	}
	
	.eael-timeline-post time, .eael-timeline-post:nth-child(2n) time {
		top: 205px;
	}
}

.rtl .eael-timeline-post {
	direction: ltr;
}

.eael-fancy-text-container p {
	margin: 0;
}

.eael-fancy-text-strings {
	display: none;
}

.eael-fancy-text-prefix, .eael-fancy-text-suffix {
	display: inline-block;
}

.morphext>.animated {
	display: inline-block;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink_cursor .7s infinite;
	animation: blink_cursor .7s infinite;
}

@keyframes blink_cursor {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink_cursor {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.eael-fancy-text-container.style-2 {
	font-size: 24px;
}

.eael-fancy-text-container.style-2 .eael-fancy-text-strings {
	background: #062aca;
	color: #fff;
	padding: 10px 25px;
}

.rtl .eael-fancy-text-container {
	direction: ltr;
}

.eael-creative-button-align-center {
	text-align: center;
}

.eael-creative-button-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-creative-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 150px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.eael-creative-button:focus {
	outline: none;
}

.eael-creative-button--winona {
	overflow: hidden;
	padding: 0 !important;
	-webkit-transition: border-color .3s, background-color .3s;
	-o-transition: border-color .3s, background-color .3s;
	transition: border-color .3s, background-color .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.eael-creative-button--winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-creative-button--winona::after, .eael-creative-button--winona>.creative-button-inner {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.eael-creative-button--winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eael-creative-button--winona:hover>.creative-button-inner {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, 0%, 0);
}

.eael-creative-button--ujarak {
	-webkit-transition: border-color .4s, color .4s;
	-o-transition: border-color .4s, color .4s;
	transition: border-color .4s, color .4s;
}

.eael-creative-button--ujarak::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(.7, 1, 1);
	transform: scale3d(.7, 1, 1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s, -webkit-transform .4s;
	-o-transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.eael-creative-button--ujarak, .eael-creative-button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.eael-creative-button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eael-creative-button--wayra {
	overflow: hidden;
	-webkit-transition: border-color .3s, color .3s;
	-o-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.eael-creative-button--wayra::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
	-webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
	transition: opacity .3s, background-color .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s, background-color .3s;
	transition: transform .3s, opacity .3s, background-color .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s, background-color .3s;
}

.eael-creative-button--wayra:hover::before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.eael-creative-button--tamaya {
	float: left;
	min-width: 150px;
	min-width: 180px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	color: #7986cb;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}

.eael-creative-button--tamaya.button--inverted {
	color: #37474f;
	border-color: #37474f;
}

.eael-creative-button--tamaya::before, .eael-creative-button--tamaya::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	background: #7986cb;
	color: #fff;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-o-transition: transform .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.eael-creative-button--tamaya.button--inverted::before, .eael-creative-button--tamaya.button--inverted::after {
	background: #fff;
	color: #37474f;
}

.eael-creative-button--tamaya::before {
	top: 0;
	padding-top: 1em;
}

.eael-creative-button--tamaya::after {
	bottom: 0;
	line-height: 0;
}

.eael-creative-button--tamaya span {
	display: block;
	-webkit-transform: scale3d(.2, .2, 1);
	transform: scale3d(.2, .2, 1);
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.eael-creative-button--tamaya:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.eael-creative-button--tamaya:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.eael-creative-button--tamaya:hover span {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	content: "Bangladesh";
}

.eael-creative-button--rayen {
	overflow: hidden;
	padding: 0 !important;
}

.eael-creative-button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-creative-button--rayen::before, .eael-creative-button--rayen>.creative-button-inner {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-o-transition: transform .3s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	-o-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.eael-creative-button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eael-creative-button--rayen:hover>.creative-button-inner {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.creative-button-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-creative-button-icon-left {
	margin-right: 5px;
}

.eael-creative-button-icon-right {
	margin-left: 5px;
}

.rtl .eael-creative-button-wrapper {
	direction: ltr;
}

.eael-countdown-items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.eael-countdown-items>li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table-cell;
	position: relative;
}

.eael-countdown-item>div {
	text-align: center;
	padding: 20px;
}

.eael-countdown-digits {
	font-size: 54px;
	line-height: 1;
}

.eael-countdown-label {
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.eael-countdown-show-separator.eael-countdown-separator-solid .eael-countdown-digits::after {
	content: "|";
	position: absolute;
	left: 98%;
	z-index: 1;
}

.eael-countdown-show-separator.eael-countdown-separator-dotted .eael-countdown-digits::after {
	content: ":";
	position: absolute;
	left: 98%;
	z-index: 1;
}

.eael-countdown-item:last-child .eael-countdown-digits::after {
	display: none;
}

.eael-countdown-items.style-1 .eael-countdown-item>div {
	background: #262625;
}

@media all and (min-width: 1025px) {
	.eael-countdown-label-block .eael-countdown-digits, .eael-countdown-label-block .eael-countdown-label {
		display: block;
		text-align: center;
	}
}

@media all and (max-width: 1025px) {
	.eael-countdown-label-inline-tablet .eael-countdown-digits, .eael-countdown-label-inline-tablet .eael-countdown-label {
		display: inline-block !important;
	}
	
	.eael-countdown-label-block-tablet .eael-countdown-digits, .eael-countdown-label-block-tablet .eael-countdown-label {
		display: block !important;
	}
}

@media all and (max-width: 767px) {
	.eael-countdown-label-inline-mobile .eael-countdown-digits, .eael-countdown-label-inline-mobile .eael-countdown-label {
		display: inline-block !important;
	}
	
	.eael-countdown-label-block-mobile .eael-countdown-digits, .eael-countdown-label-block-mobile .eael-countdown-label {
		display: block !important;
	}
	
	.eael-countdown-container .eael-countdown-item>div {
		margin-right: 0px !important;
		margin-left: 0px !important;
		padding: 10px;
	}
}

.eael-team-item {
	overflow: hidden;
	position: relative;
}

.team-avatar-rounded figure img {
	border-radius: 50%;
	height: auto;
}

.eael-team-image>figure {
	margin: 0;
	padding: 0;
}

.eael-team-image>figure img {
	display: block;
	margin: 0 auto;
}

.eael-team-item .eael-team-content {
	padding: 10px;
}

.eael-team-item .eael-team-member-name {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 5px 0;
	text-transform: uppercase;
}

.eael-team-item .eael-team-member-position {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 5px 0 10px;
	text-transform: uppercase;
}

.eael-team-item .eael-team-content, .eael-team-item .eael-team-content .eael-team-text {
	font-size: 14px;
	line-height: 1.5;
}

.eael-team-content>ul {
	margin: 0;
	padding: 0;
}

.eael-team-content li {
	display: inline-block;
	list-style: outside none none;
	margin-right: 10px;
	text-align: center;
}

.eael-team-content li a {
	font-size: 2.5rem;
}

.eael-team-align-left .eael-team-item .eael-team-member-name, .eael-team-align-left .eael-team-item .eael-team-member-position, .eael-team-align-left .eael-team-item .eael-team-text, .eael-team-align-left .eael-team-item .eael-team-content p, .eael-team-align-left .eael-team-item .eael-team-content ul, .eael-team-align-left .eael-team-item .eael-team-content li {
	text-align: left;
}

.eael-team-align-right .eael-team-item .eael-team-member-name, .eael-team-align-right .eael-team-item .eael-team-member-position, .eael-team-align-right .eael-team-item .eael-team-text, .eael-team-align-right .eael-team-item .eael-team-content p, .eael-team-align-right .eael-team-item .eael-team-content ul, .eael-team-align-right .eael-team-item .eael-team-content li {
	text-align: right;
}

.eael-team-align-centered .eael-team-item .eael-team-member-name, .eael-team-align-centered .eael-team-item .eael-team-member-position, .eael-team-align-centered .eael-team-item .eael-team-text, .eael-team-align-centered .eael-team-item .eael-team-content p, .eael-team-align-centered .eael-team-item .eael-team-content ul, .eael-team-align-centered .eael-team-item .eael-team-content li {
	text-align: center;
}

.eael-team-item.eael-team-members-overlay .eael-team-content {
	bottom: 10px;
	left: 10px;
	margin-bottom: 0;
	padding-top: 15%;
	opacity: 0;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: all .615s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all .615s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all .615s cubic-bezier(.19, 1, .22, 1) 0s;
}

.eael-team-item.eael-team-members-overlay:hover .eael-team-content {
	opacity: 1;
}

.eael-team-member-social-link>a {
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all .3s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all .3s cubic-bezier(.19, 1, .22, 1) 0s;
}

.eael-team-member-social-link>a:focus {
	outline: none;
}

.eael-testimonial-slider {
	position: relative;
}

.testimonial-star-rating {
	padding: 0;
	margin: 0;
}

.testimonial-star-rating li {
	list-style: none;
	display: inline-block;
}

.testimonial-star-rating li i {
	color: #d8d8d8;
}

.rating-five .testimonial-star-rating li i {
	color: #f2b01e;
}

.rating-one .testimonial-star-rating li:first-child i {
	color: #f2b01e;
}

.rating-two .testimonial-star-rating li:nth-child(1) i, .rating-two .testimonial-star-rating li:nth-child(2) i {
	color: #f2b01e;
}

.rating-three .testimonial-star-rating li:nth-child(1) i, .rating-three .testimonial-star-rating li:nth-child(2) i, .rating-three .testimonial-star-rating li:nth-child(3) i {
	color: #f2b01e;
}

.rating-four .testimonial-star-rating li:nth-child(1) i, .rating-four .testimonial-star-rating li:nth-child(2) i, .rating-four .testimonial-star-rating li:nth-child(3) i, .rating-four .testimonial-star-rating li:nth-child(4) i {
	color: #f2b01e;
}

.eael-testimonial-image img {
	max-width: 100%;
}

.eael-testimonial-image {
	padding: 10px 0px 0px 0px;
}

.eael-testimonial-image>figure {
	display: block;
	margin: 0;
}

.testimonial-avatar-rounded figure img {
	border-radius: 50%;
	height: auto;
}

.eael-testimonial-content {
	margin: 0;
	padding: 10px;
}

.eael-testimonial-item>figure {
	margin: 0 auto;
	padding: 0 20px;
}

.eael-testimonial-item .center-text {
	text-align: center;
}

.eael-testimonial-item .right-text {
	text-align: right;
}

.eael-testimonial-item .left-text {
	text-align: left;
}

.eael-testimonial-item .justify-text {
	text-align: justify;
}

.eael-testimonial-content .eael-testimonial-text {
	font-size: 100%;
	font-style: italic;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 10px;
	word-wrap: break-word;
}

.eael-testimonial-content .eael-testimonial-user {
	display: inline-block;
	font-family: inherit;
	font-size: 105%;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
}

.eael-testimonial-content .eael-testimonial-user-company {
	display: inline-block;
	font-family: inherit;
	font-size: 90%;
	font-style: italic;
	font-weight: lighter;
	line-height: 1.75;
	margin-bottom: 0;
	margin-top: 1px;
}

.eael-testimonial-image {
	position: relative;
}

.eael-testimonial-item .eael-testimonial-image figure img {
	display: inline-block;
}

.eael-testimonial-item .eael-testimonial-quote::after {
	color: inherit !important;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 200%;
	font-weight: 900;
}

.icon-img-left-content .eael-testimonial-image {
	float: left;
	width: 30%;
}

.icon-img-left-content .eael-testimonial-content {
	float: left;
	width: 70%;
	text-align: left;
}

.icon-img-left-content.eael-testimonial-item {
	overflow: hidden;
	position: relative;
}

.icon-img-left-content .eael-testimonial-quote {
	position: absolute;
	right: 0;
}

.icon-img-left-content .eael-testimonial-text {
	margin-top: 0;
}

.eael-testimonial-align-centered .eael-testimonial-user, .eael-testimonial-align-centered .eael-testimonial-user-company {
	float: none;
	text-align: center;
}

.eael-testimonial-align-centered .eael-testimonial-image>figure img {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.icon-img-right-content .eael-testimonial-image {
	float: right;
	width: 30%;
}

.icon-img-right-content .eael-testimonial-content {
	float: right;
	width: 70%;
	text-align: right;
}

.icon-img-right-content.eael-testimonial-item {
	overflow: hidden;
	position: relative;
}

.icon-img-right-content .eael-testimonial-quote {
	position: absolute;
}

.icon-img-right-content .eael-testimonial-text {
	margin-top: 0;
}

.eael-testimonial-item {
	position: relative;
}

.classic-style.testimonial-alignment-center .eael-testimonial-image, .default-style.testimonial-alignment-center .eael-testimonial-image {
	text-align: center;
}

.classic-style.testimonial-alignment-right .eael-testimonial-image, .default-style.testimonial-alignment-right .eael-testimonial-image {
	text-align: right;
}

.classic-style.testimonial-alignment-center .eael-testimonial-image>figure, .default-style.testimonial-alignment-center .eael-testimonial-image>figure {
	text-align: center;
}

span.eael-testimonial-quote {
	position: absolute;
	right: 10px;
	top: 10px;
}

.eael-testimonial-item.left .eael-testimonial-image {
	text-align: left;
}

.eael-testimonial-item.center .eael-testimonial-image {
	text-align: center;
}

.eael-testimonial-item.right .eael-testimonial-image {
	text-align: right;
}

.eael-testimonial-inline-bio .eael-testimonial-image {
	float: left;
}

.eael-testimonial-inline-bio .bio-text {
	padding-top: 10px;
}

.eael-testimonial-content.eael-testimonial-inline-bio {
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
}

.eael-testimonial-inline-bio .testimonial-star-rating, .eael-testimonial-inline-bio .bio-text {
	float: left;
	width: 65%;
}

.testimonial-inline-style .eael-testimonial-image {
	float: left;
	max-width: 100%;
	padding: 0;
	margin-right: 15px;
}

.testimonial-inline-style {
	overflow: hidden;
	text-align: left;
}

.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
	text-align: center;
}

.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
	text-align: right;
}

.content-bottom-icon-title-inline .eael-testimonial-text, .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
	text-align: left;
}

.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
	text-align: center;
}

.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
	text-align: right;
}

.infobox-icon {
	height: auto;
}

.infobox-icon .eaa-svg {
	font-size: 40px;
}

.infobox-icon .eaa-svg svg {
	width: 1em;
	height: 1em;
}

.infobox-icon .infobox-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.infobox-icon .infobox-icon-wrap i {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.eael-infobox-content-align-left .eael-infobox .infobox-icon {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.eael-infobox-content-align-left .eael-infobox .infobox-content, .eael-infobox-content-align-left .eael-infobox .infobox-button {
	text-align: left;
}

.eael-infobox-content-align-right .eael-infobox .infobox-icon {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.eael-infobox-content-align-right .eael-infobox .infobox-content, .eael-infobox-content-align-right .eael-infobox .infobox-button {
	text-align: right;
}

.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-none .infobox-icon-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-none .infobox-icon-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.eael-infobox-content-align-center .eael-infobox .infobox-icon, .eael-infobox-content-align-center .eael-infobox .infobox-content, .eael-infobox-content-align-center .eael-infobox .infobox-button {
	text-align: center;
}

.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap, .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap, .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
	width: 90px;
	height: 90px;
	text-align: center;
}

.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
	border-radius: 0;
}

.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap, .eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
	border-radius: 15px;
}

.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap, .eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
	border-radius: 50%;
}

.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i, .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
	margin-top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eael-infobox .infobox-button a.eael-infobox-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.eael-infobox .infobox-button a.eael-infobox-button .eaa-svg {
	font-size: 16px;
}

.eael-infobox .infobox-button a.eael-infobox-button .eaa-svg svg {
	width: 1em;
	height: 1em;
}

.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon, .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon, .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon, .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon, .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon, .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon, .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.eael-infobox.icon-on-left {
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-infobox.icon-on-right .infobox-icon-wrap, .eael-infobox.icon-on-left .infobox-icon-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
	background: none;
	border: 0px;
	text-align: center;
	height: auto;
	display: block;
}

.eael-infobox .infobox-content p {
	margin: 0 0 15px;
}

.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
	margin-top: 0px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.eael-infobox.icon-on-left .infobox-content {
	padding-left: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.eael-infobox.icon-on-left .infobox-content .title {
	line-height: 1;
	margin: 0 0 10px 0;
}

.eael-infobox.icon-on-right {
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
	background: none;
	border: 0px;
	text-align: right;
	width: auto;
	height: auto;
	display: block;
}

.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
	margin-top: 0px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.eael-infobox.icon-on-right .infobox-content {
	padding-right: 15px;
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.eael-infobox.icon-on-right .infobox-content .title {
	line-height: 1;
	margin: 0 0 10px 0;
}

.eael-infobox .infobox-icon img {
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
	border-radius: 0;
}

.eael-infobox-shape-circle .eael-infobox .infobox-icon img, .eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
	border-radius: 50%;
}

.eael-infobox-shape-radius .eael-infobox .infobox-icon img, .eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
	border-radius: 15px;
}

.eael-elements-flip-box-container {
	position: relative;
	height: 300px;
	width: 100%;
}

.eael-elements-flip-box-container .eaa-svg {
	font-size: 40px;
}

.eael-elements-flip-box-container .eaa-svg svg {
	width: 1em;
	height: 1em;
}

.eael-elements-flip-box-container .flipbox-button {
	display: inline-block;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 18px;
	border-radius: 3px;
	margin-top: 15px;
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg {
	font-size: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg svg {
	width: 1em;
	height: 1em;
}

.eael-elements-flip-box-container a {
	display: block;
}

.eael-elements-flip-box-vertical-align {
	width: 100%;
}

.eael-elements-flip-box-padding {
	padding: 0px 30px 5px 30px;
}

.eael-elements-flip-box-icon-image {
	display: inline-block;
	margin: 0 auto 0px auto;
	line-height: 1;
}

.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
	background: #ccc;
}

.eael_eleements_flip_front_icon_style_bordered {
	border: 2px solid #fff;
}

.eael_flip_box_icon_border_round {
	border-radius: 100px;
}

.eael_eleements_flip_front_icon_style_background, .eael_eleements_flip_front_icon_style_bordered {
	padding: 15px;
}

.eael-elements-flip-box-icon-image i {
	font-size: 40px;
}

.eael-elements-slider-display-table {
	width: 100%;
}

.eael-elements-flip-box-front-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #8a35ff;
	color: #fff;
	border-color: #000;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
}

.eael-elements-flip-box-content, .eael-elements-flip-box-heading {
	color: #fff;
}

.eael-elements-flip-box-heading.flipbox-linked-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
}

.eael-elements-flip-box-rear-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #502fc6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #000;
	border-radius: 5px;
}

.eael-elements-button-floating-container {
	position: fixed;
	z-index: 100;
}

.eael-elements-button-floating-container .eael-elements-button {
	margin-top: 0px;
	font-size: 14px;
	position: relative;
	padding: 14px 20px;
}

.eael-elements-button {
	cursor: pointer;
	display: inline-block;
	background: #077bbe;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	margin-top: 15px;
}

.eael-elements-button:hover {
	background: #077bbe;
	color: #fff;
}

.eael-elements-flip-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.eael-elements-flip-box-front-container, .eael-elements-flip-box-rear-container {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.eael-elements-flip-box-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.eael-elements-flip-box-rear-container, .eael-elements-flip-box-front-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateX(0deg);
	transform: rotateY(0deg);
}

.eael-flip-box--3d .eael-elements-flip-box-vertical-align {
	-webkit-transform: translateZ(90px) scale(.91);
	transform: translateZ(90px) scale(.91);
}

.eael-flip-box--3d .eael-elements-slider-display-table {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(.1px);
	transform: translateZ(.1px);
}

.eael-animate-flip.eael-animate-left, .eael-animate-flip.eael-animate-right, .eael-animate-flip.eael-animate-up, .eael-animate-flip.eael-animate-down {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container, .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container, .eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container, .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container, .eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container, .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container, .eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container, .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.eael-animate-push.eael-elements-flip-box-container, .eael-animate-slide.eael-elements-flip-box-container {
	overflow: hidden;
}

.eael-animate-push .eael-elements-flip-box-rear-container, .eael-animate-slide .eael-elements-flip-box-rear-container {
	z-index: 3;
}

.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
	top: 100%;
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: 0;
}

.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 100%;
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 0;
}

.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
	left: 100%;
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: 0;
}

.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
	left: auto;
	right: 100%;
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: auto;
	right: 0;
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: -100%;
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: 100%;
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: -100%;
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: 100%;
}

.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
	opacity: 0;
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
	z-index: 3;
}

.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
}

.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
}

.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
	text-align: right;
}

.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
	text-align: left;
}

.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
	text-align: center;
}

.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img, .eael-flipbox-img-circle .flipbox-back-image-icon img {
	border-radius: 50%;
	overflow: hidden;
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden;
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container, .eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	-webkit-transition: all .6s ease-in-out !important;
	-o-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important;
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	opacity: 0;
}

.eael-template .eael-elements-flip-box-front-container>.elementor, .eael-template .eael-elements-flip-box-rear-container>.elementor {
	width: 100%;
}

.eael-call-to-action {
	width: 100%;
	height: auto;
	display: block;
	padding: 30px;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
	line-height: 27px;
	margin: 0 auto;
}

.eael-call-to-action p {
	margin-bottom: 10px;
}

.eael-call-to-action .title {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-style: normal;
}

.elementor-widget-eael-cta-box.content-align-cta-default {
	text-align: left;
}

.elementor-widget-eael-cta-box.content-align-cta-center {
	text-align: center;
}

.elementor-widget-eael-cta-box.content-align-cta-right {
	text-align: right;
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-cta-box.content-align--tabletcta-right {
		text-align: right;
	}
	
	.elementor-widget-eael-cta-box.content-align--tabletcta-center {
		text-align: center;
	}
	
	.elementor-widget-eael-cta-box.content-align--tabletcta-default {
		text-align: left;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-cta-box.content-align--mobilecta-center {
		text-align: center;
	}
	
	.elementor-widget-eael-cta-box.content-align--mobilecta-right {
		text-align: right;
	}
	
	.elementor-widget-eael-cta-box.content-align--mobilecta-default {
		text-align: left;
	}
}

.eael-call-to-action.bg-lite {
	background: #f4f4f4;
}

.eael-call-to-action.bg-img {
	background-image: url("https://alumni.plus/wp-content/uploads/img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
	color: rgba(255, 255, 255, .7);
}

.eael-call-to-action.bg-img.nitro-lazy {
	background-image: none !important;
}

.eael-call-to-action.bg-img .icon {
	color: #fff;
}

.eael-cta-overlay-yes .eael-call-to-action.bg-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background: rgba(0, 0, 0, .8);
}

.eael-call-to-action.bg-img.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
}

.eael-call-to-action.bg-img .title {
	color: rgba(255, 255, 255, .9);
}

.eael-call-to-action.cta-flex, .eael-call-to-action.cta-icon-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.eael-call-to-action.cta-icon-flex .icon {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 80px;
	text-align: left;
	line-height: 130px;
}

.eael-call-to-action.cta-icon-flex .action {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
	padding-top: 22px;
	-ms-flex-preferred-size: 22%;
	flex-basis: 22%;
}

.eael-call-to-action.cta-icon-flex .content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0px 30px;
}

.eael-call-to-action.cta-flex .content {
	padding: 0px 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.eael-call-to-action.cta-flex .action {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
	padding-top: 25px;
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%;
}

.eael-call-to-action .cta-button {
	position: relative;
	display: inline-block;
	padding: 12px 30px;
	background: #f9f9f9;
	font-size: 16px;
	text-decoration: none;
	color: #4d4d4d;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, .2);
	margin-right: 10px;
	margin-top: 10px;
	z-index: 0;
	overflow: hidden;
}

.eael-call-to-action .cta-button:last-child {
	margin-right: 0px;
}

.eael-call-to-action .cta-button:focus {
	outline: none;
}

.eael-call-to-action .cta-button:hover {
	color: #fff;
	background: #3f51b5;
	-webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, .1);
}

.eael-call-to-action .cta-button.effect-1:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #3f51b5;
	top: 0px;
	left: 0px;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
}

.eael-call-to-action .cta-button.effect-1:hover::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.eael-call-to-action .cta-button.effect-2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #3f51b5;
	top: 0px;
	left: 0px;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.eael-call-to-action .cta-button.effect-2:hover::after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

@media only screen and (max-width: 768px) {
	.eael-call-to-action.cta-flex, .eael-call-to-action.cta-icon-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.eael-call-to-action .title {
		font-size: 28px;
		line-height: 36px;
		margin-top: 0px;
	}
	
	.eael-call-to-action.cta-icon-flex .icon {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 48px;
		line-height: 90px;
		text-align: center;
	}
	
	.eael-call-to-action.cta-flex .content, .eael-call-to-action.cta-icon-flex .content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center;
		padding: 0px;
	}
	
	.eael-call-to-action.cta-flex .action, .eael-call-to-action.cta-icon-flex .action {
		text-align: center;
		padding-top: 0px;
	}
	
	.eael-call-to-action .cta-button {
		padding: 12px 25px;
	}
}

@media only screen and (max-width: 360px) {
	.eael-call-to-action {
		font-size: 14px;
		line-height: 26px;
	}
	
	.eael-call-to-action .cta-button {
		padding: 4px 20px;
		font-size: 12px;
	}
	
	.eael-call-to-action .title {
		font-size: 20px;
		line-height: 30px;
	}
}

.eael-dual-header {
	display: block;
	margin-bottom: 50px;
}

.eael-dual-header .eaa-svg {
	font-size: 36px;
}

.eael-dual-header svg {
	height: 1em;
	width: 1em;
}

.eael-dual-header .dch-sep-icon, .eael-dual-header .dch-icon {
	display: block;
	padding: 0;
	margin: 20px 0 10px 0;
	font-size: 36px;
}

.eael-dual-header .title, .eael-dual-header .title span {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
	margin: 10px 0;
}

.eael-dual-header .title.load, .eael-dual-header .title span.load {
	color: #1abc9c;
}

.eael-dual-header .title.load.gradient-color, .eael-dual-header .title span.load.gradient-color {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.eael-dual-header .subtext {
	font-size: 16px;
	display: block;
}

.eael-dual-header-content-align-center {
	text-align: center;
}

.eael-dual-header-content-align-left {
	text-align: left;
}

.eael-dual-header-content-align-right {
	text-align: right;
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
	.eael-dual-header-content-tablet-align-center {
		text-align: center;
	}
	
	.eael-dual-header-content-tablet-align-left {
		text-align: left;
	}
	
	.eael-dual-header-content-tablet-align-right {
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.eael-dual-header-content-mobile-align-center {
		text-align: center;
	}
	
	.eael-dual-header-content-mobile-align-left {
		text-align: left;
	}
	
	.eael-dual-header-content-mobile-align-right {
		text-align: right;
	}
}

.eael-dch-separator-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-dch-separator-wrap .separator-one, .eael-dch-separator-wrap .separator-two {
	display: inline-block;
	width: 15%;
	height: 5px;
}

.eael-dch-separator-wrap .separator-one {
	background: #207eff;
}

.eael-dch-separator-wrap .separator-two {
	background: #4f6592;
}

.eael-pricing {
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-pricing .eael-pricing-item {
	width: 100%;
	height: auto;
	margin: 0;
}

.eael-pricing .eael-pricing-button {
	display: none;
	padding: 12px 25px;
	background: #00c853;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 4px;
}

.eael-pricing .eael-pricing-button:hover {
	background: #03b048;
}

.eael-pricing .eael-pricing-item ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.eael-pricing .eael-pricing-item ul li.disable-item {
	text-decoration: line-through;
	opacity: .5;
}

.eael-pricing .eael-pricing-item ul li span.li-icon {
	color: #00c853;
	margin-right: 6px;
}

.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
	color: #ef5350;
}

.eael-pricing.style-1 {
	position: relative;
	z-index: 0;
	text-align: center;
}

.eael-pricing.style-1 .eael-pricing-item {
	border: 1px solid rgba(9, 9, 9, .1);
	padding: 30px;
	border-radius: 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.eael-pricing.style-1:hover {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.eael-pricing.style-1 .eael-pricing-item.featured {
	position: relative;
}

.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #00c853;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	border-radius: 5px 5px 0px 0px;
}

.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
	content: "Featured";
	position: absolute;
	width: auto;
	background: #00c853;
	color: #fff;
	top: 35px;
	right: -15px;
	z-index: 10;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 10px;
}

.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -15px;
	width: 0;
	height: 0;
	border-bottom: 15px solid #00c853;
	border-right: 15px solid transparent;
	z-index: 9;
	opacity: .9;
}

.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
	content: "Featured";
	position: absolute;
	width: auto;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	top: 15px;
	right: 15px;
	z-index: 10;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 15px;
}

.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-4:before, .eael-pricing .eael-pricing-item.ribbon-4:before {
	content: "Featured";
	position: absolute;
	width: auto;
	width: 200px;
	background: #00c853;
	color: #fff;
	top: 30px;
	right: -55px;
	z-index: 10;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 7px 0;
	white-space: nowrap;
}

.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-left.ribbon-4:before, .eael-pricing .eael-pricing-item.ribbon-left.ribbon-4:before {
	right: auto;
	left: -55px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.eael-pricing.style-1 .eael-pricing-item .header {
	display: block;
	position: relative;
	z-index: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.eael-pricing.style-1 .eael-pricing-item .header:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 1px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 1;
	background: rgba(9, 9, 9, .1);
}

.eael-pricing.style-1 .eael-pricing-item .header .title {
	font-weight: 700;
	line-height: 30px;
	margin: 0px;
}

.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
	position: relative;
	z-index: 0;
	padding: 15px 0px;
	margin-bottom: 15px;
}

.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 1px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 1;
	background: rgba(9, 9, 9, .04);
}

.eael-pricing.style-1 .eael-pricing-item .price-tag {
	position: relative;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	line-height: 0px;
	margin: 0px auto;
}

.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
	font-size: 24px;
	font-weight: 700;
}

.eael-pricing.style-1 .eael-pricing-item .price-period {
	color: #999;
}

.eael-pricing.style-1 .eael-pricing-item .body ul {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.eael-pricing.style-1 .eael-pricing-item .body ul li {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	font-size: 14px;
	color: #6d6d6d;
	border-bottom: 1px solid rgba(9, 9, 9, .04);
}

.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
	border: none;
}

.eael-pricing.style-1 .eael-pricing-item.featured-large {
	padding: 60px 0px;
}

.eael-pricing.style-2 {
	position: relative;
	z-index: 0;
	text-align: center;
}

.eael-pricing.style-2 .eael-pricing-item {
	padding: 30px 0px;
	border-radius: 5px;
	margin: 0px;
	border: 1px solid rgba(9, 9, 9, .1);
}

.eael-pricing.style-2 .eael-pricing-item.featured {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #00c853;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	border-radius: 5px 5px 0px 0px;
}

.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
	content: "Featured";
	position: absolute;
	width: auto;
	background: #00c853;
	color: #fff;
	top: 35px;
	right: -15px;
	z-index: 10;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 10px;
}

.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -15px;
	width: 0;
	height: 0;
	border-bottom: 15px solid #00c853;
	border-right: 15px solid transparent;
	z-index: 9;
	opacity: .9;
}

.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
	content: "Featured";
	position: absolute;
	width: auto;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	top: 15px;
	right: 15px;
	z-index: 10;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 15px;
}

.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	background: #00c853;
	border-radius: 50%;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
}

.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon, .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
	font-size: 30px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
	background: #43a047;
}

.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
	color: #fff;
}

.eael-pricing.style-2 .eael-pricing-item .header {
	background: #c8e6c9;
	padding: 25px 30px;
	margin-bottom: 15px;
	position: relative;
	z-index: 0;
}

.eael-pricing.style-2 .eael-pricing-item.featured .header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background: rgba(255, 255, 255, .4);
}

.eael-pricing.style-2 .eael-pricing-item .header .title {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	margin: 0px;
}

.eael-pricing.style-2 .eael-pricing-item .header .subititle {
	font-size: 14px;
	font-weight: 600;
	color: #6d6d6d;
}

.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
	position: relative;
	z-index: 0;
	padding: 15px 0px;
	margin-bottom: 15px;
}

.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 1px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 1;
	background: rgba(9, 9, 9, .04);
}

.eael-pricing.style-2 .eael-pricing-item .price-tag {
	position: relative;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	line-height: 0px;
	margin: 0px auto;
}

.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
	font-size: 24px;
	font-weight: 700;
	color: #00c853;
}

.eael-pricing.style-2 .eael-pricing-item .price-period {
	color: #999;
}

.eael-pricing.style-2 .eael-pricing-item .body ul {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.eael-pricing.style-2 .eael-pricing-item .body ul li {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
	color: #6d6d6d;
	border-bottom: 1px solid rgba(9, 9, 9, .04);
}

.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
	border: none;
}

@media only screen and (min-width: 768px)and (max-width: 992px) {
	.eael-pricing {
		display: block;
	}
	
	.eael-pricing .eael-pricing-item, .eael-pricing.style-2 .eael-pricing-item, .eael-pricing.style-4 .eael-pricing-item {
		width: 100%;
		margin: 0 auto 30px auto;
	}
}

@media only screen and (max-width: 480px) {
	.eael-pricing {
		display: block;
	}
	
	.eael-pricing .eael-pricing-item {
		width: 100%;
	}
	
	.eael-pricing .eael-pricing-item, .eael-pricing.style-2 .eael-pricing-item, .eael-pricing.style-4 .eael-pricing-item {
		margin: 0 auto 30px auto;
	}
}

.eael-pricing-content-align-center .eael-pricing {
	text-align: center;
}

.eael-pricing-content-align-left .eael-pricing {
	text-align: left;
}

.eael-pricing-content-align-right .eael-pricing {
	text-align: right;
}

.eael-pricing-content-align-center .eael-pricing.style-4 {
	text-align: center;
}

.eael-pricing-content-align-left .eael-pricing .eael-pricing-item.ribbon-4:before, .eael-pricing-content-align-right .eael-pricing .eael-pricing-item.ribbon-4:before {
	text-align: center;
}

.eael-pricing-content-align-left .eael-pricing.style-4 {
	text-align: left;
}

.eael-pricing-content-align-right .eael-pricing.style-4 {
	text-align: right;
}

.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
	padding-left: 45px;
}

.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
	left: 30px;
}

.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
	padding-right: 30px;
}

.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header, .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer, .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header, .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
	padding-left: 30px;
	padding-right: 30px;
}

.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header, .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer, .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header, .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
	padding-right: 30px;
	padding-left: 30px;
}

.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li, .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
	padding-left: 30px;
}

.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li, .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
	padding-right: 30px;
}

.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
	-webkit-transform: translateX(-80%);
	-ms-transform: translateX(-80%);
	transform: translateX(-80%);
}

.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
	-webkit-transform: translateX(80%);
	-ms-transform: translateX(80%);
	transform: translateX(80%);
}

.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after, .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after, .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after, .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after, .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after, .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after, .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
	margin: 0;
	width: 100%;
}

.eael-pricing-button-align-right .eael-pricing.style-1 .footer, .eael-pricing-button-align-right .eael-pricing.style-2 .footer, .eael-pricing-button-align-right .eael-pricing.style-3 .footer, .eael-pricing-button-align-right .eael-pricing.style-4 .footer {
	text-align: right;
}

.eael-pricing-button-align-center .eael-pricing.style-1 .footer, .eael-pricing-button-align-center .eael-pricing.style-2 .footer, .eael-pricing-button-align-center .eael-pricing.style-3 .footer, .eael-pricing-button-align-center .eael-pricing.style-4 .footer {
	text-align: center;
}

.eael-pricing-button-align-left .eael-pricing.style-1 .footer, .eael-pricing-button-align-left .eael-pricing.style-2 .footer, .eael-pricing-button-align-left .eael-pricing.style-3 .footer, .eael-pricing-button-align-left .eael-pricing.style-4 .footer {
	text-align: left;
}

.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer, .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
	padding-right: 30px;
}

.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer, .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
	padding-left: 30px;
}

.only-in-pro {
	width: 100%;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	min-width: 200px;
	background: #ef5350;
	color: #fff;
	text-align: center;
}

.only-in-pro .title {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	line-height: 40px;
	margin: 0px;
}

div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
	position: absolute;
	top: 50%;
}

div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
	margin-bottom: 0px !important;
}

div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
	margin-top: 0px !important;
}

.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	top: auto;
	bottom: -8px;
}

div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	top: -8px;
	bottom: auto;
}

@media only screen and (max-width: 480px) {
	.eael-pricing.style-1 .eael-pricing-item .price-tag {
		display: block;
	}
}

table.eael-data-table thead .sorting_asc, table.eael-data-table thead .sorting_desc, table.eael-data-table thead .sorting {
	position: relative;
	z-index: 0;
	outline: 0;
	cursor: pointer;
}

table.eael-data-table thead .sorting_asc:after, table.eael-data-table thead .sorting_desc:after, table.eael-data-table thead .sorting:after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eael-data-table-wrap .eael-data-tables_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.eael-data-table-wrap .eael-data-tables_filter {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: right;
}

.eael-data-table-wrap .eael-data-tables_filter label {
	font-weight: 700;
}

.eael-data-table-wrap .eael-data-tables_filter label input[type=search] {
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .09);
	outline: 0;
	padding: 10px;
	margin-left: 10px;
}

.eael-data-table-wrap .eael-data-tables_length {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.eael-data-table-wrap .eael-data-tables_length select {
	width: auto;
	max-width: 120px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .09);
	outline: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.eael-data-table-wrap .eael-data-tables_length label {
	font-weight: 700;
}

.eael-data-table-wrap .eael-data-tables_info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	font-weight: 700;
}

.eael-data-table-wrap .eael-data-tables_paginate {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: right;
}

.eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
	padding: 10px 15px;
	background: #f2f2f2;
	margin-right: 2px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
	color: #fff;
	background: #4a4893;
}

.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
	color: #fff;
	background: #4a4893;
}

.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
	cursor: no-drop;
	background: #f2f2f2;
	opacity: .5;
	color: #888;
}

.data-header-icon {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.eael-data-table {
	width: 100%;
	height: auto;
	margin: 0;
	border-collapse: separate;
	border: none;
}

.eael-data-table tr {
	border-style: none;
}

.eael-data-table thead tr {
	text-align: left;
}

.eael-data-table thead tr th {
	padding: 20px 15px;
	background: #4a4893;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat", "sans-serif";
	line-height: 1;
	color: #fff;
	border-color: #000;
	border-width: 2px;
	border-style: none;
	background-clip: padding-box;
}

.eael-data-table thead tr th:hover {
	border-color: #000;
}

.eael-data-table tbody tr.even {
	-webkit-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

.eael-data-table tbody tr.even:hover {
	background: rgba(242, 242, 242, .7);
}

.eael-data-table tbody tr.even:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.eael-data-table tbody tr.odd {
	background: rgba(242, 242, 242, .5);
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.eael-data-table tbody tr.odd:hover {
	background: rgba(242, 242, 242, .7);
}

.eael-data-table tbody tr.odd:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.eael-data-table tbody tr td {
	padding: 20px 15px;
	font-size: 14px;
	font-family: "Montserrat", "sans-serif";
	line-height: 1;
	border-width: 2px;
	border-style: none;
	background-clip: padding-box;
}

.eael-data-table-th-img {
	display: inline-block;
	margin: 0 15px 0 0;
	line-height: 1;
}

.th-mobile-screen {
	display: none;
}

@media (max-width: 767px) {
	.eael-data-table-wrap {
		overflow-x: scroll !important;
		padding-bottom: 5px;
	}
	
	.th-mobile-screen {
		display: inline-block;
		padding: 0 .6em;
		margin-right: 10px;
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
	}
	
	.th-mobile-screen .eael-data-table-th-img {
		margin: 0 auto 15px auto;
		display: block;
	}
	
	.th-mobile-screen .data-header-icon {
		margin: 0 auto 15px auto;
		display: block;
	}
	
	.td-content-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	
	.td-content {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.td-content>p {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.custom-responsive-option-enable .eael-data-table thead {
		display: none;
	}
	
	.custom-responsive-option-enable .eael-data-table tbody tr td {
		float: none;
		clear: left;
		width: 100%;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.eael-data-table .td-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.eael-dt-td-align-mobile-left .td-content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.eael-dt-td-align-mobile-center .td-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.eael-dt-td-align-mobile-right .td-content {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

table.eael-data-table thead .sorting:after {
	content: "";
}

table.eael-data-table thead .headerSortDown:after {
	content: "";
}

table.eael-data-table thead .headerSortUp:after {
	content: "";
}

table.eael-data-table thead .sorting_disabled.sorting:after {
	display: none;
}

table.eael-data-table .sorting.sorting-none:after {
	display: none;
}

table.eael-data-table .sorting_desc.sorting-none:after {
	display: none;
}

table.eael-data-table .sorting_asc.sorting-none:after {
	display: none;
}

.eael-table-align-left table.eael-data-table {
	float: left;
}

.eael-table-align-center table.eael-data-table {
	margin: 0 auto;
}

.eael-table-align-right table.eael-data-table {
	float: right;
}

.eael-hide-elements .eael-data-tables_info {
	display: none;
}

.eael-dt-th-align-left .eael-data-table thead tr th {
	text-align: left;
}

.eael-dt-th-align-right .eael-data-table thead tr th {
	text-align: right;
	padding-right: 30px;
}

.eael-dt-th-align-center .eael-data-table thead tr th {
	text-align: center;
}

.eael-dt-td-align-left .eael-data-table tbody tr td {
	text-align: left;
}

.eael-dt-td-align-center .eael-data-table tbody tr td {
	text-align: center;
}

.eael-dt-td-align-right .eael-data-table tbody tr td {
	text-align: right;
	padding-right: 30px;
}

.eael-dt-td-align-left .eael-data-table .th-mobile-screen {
	text-align: left;
}

.eael-dt-td-align-center .eael-data-table .th-mobile-screen {
	text-align: center;
}

.eael-dt-td-align-right .eael-data-table .th-mobile-screen {
	text-align: right;
}

@media (max-width: 1024px) {
	.eael-dt-td-align-tablet-left .eael-data-table tbody tr td {
		text-align: left;
	}
	
	.eael-dt-td-align-tablet-center .eael-data-table tbody tr td {
		text-align: center;
	}
	
	.eael-dt-td-align-tablet-right .eael-data-table tbody tr td {
		text-align: right;
	}
	
	.eael-dt-th-align-tablet-left .eael-data-table thead tr th {
		text-align: left;
	}
	
	.eael-dt-th-align-tablet-left .eael-data-table .th-mobile-screen {
		text-align: left;
	}
	
	.eael-dt-th-align-tablet-right .eael-data-table thead tr th {
		text-align: right;
		padding-right: 30px;
	}
	
	.eael-dt-th-align-tablet-right .eael-data-table .th-mobile-screen {
		text-align: right;
	}
	
	.eael-dt-th-align-tablet-center .eael-data-table thead tr th {
		text-align: center;
	}
	
	.eael-dt-th-align-tablet-center .eael-data-table .th-mobile-screen {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.eael-dt-td-align-mobile-left .eael-data-table tbody tr td {
		text-align: left;
	}
	
	.eael-dt-td-align-mobile-center .eael-data-table tbody tr td {
		text-align: center;
	}
	
	.eael-dt-td-align-mobile-right .eael-data-table tbody tr td {
		text-align: right;
	}
	
	.eael-dt-th-align-mobile-left .eael-data-table thead tr th {
		text-align: left;
	}
	
	.eael-dt-th-align-mobile-left .eael-data-table .th-mobile-screen {
		text-align: left;
	}
	
	.eael-dt-th-align-mobile-right .eael-data-table thead tr th {
		text-align: right;
		padding-right: 30px;
	}
	
	.eael-dt-th-align-mobile-right .eael-data-table .th-mobile-screen {
		text-align: right;
	}
	
	.eael-dt-th-align-mobile-center .eael-data-table thead tr th {
		text-align: center;
	}
	
	.eael-dt-th-align-mobile-center .eael-data-table .th-mobile-screen {
		text-align: center;
	}
}

.eael-filter-gallery-control {
	width: 100%;
}

.eael-filter-gallery-control ul, .eael-filter-gallery-control ul li {
	text-align: center;
}

.eael-filter-gallery-control ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

.eael-filter-gallery-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 auto;
	-ms-flex-flow: row wrap;
	flex-flow: 1 1 auto;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
}

.eael-filter-gallery-control ul li {
	list-style: none;
	font-size: 24px;
	display: inline-block;
	text-align: center;
}

.eael-filter-gallery-control ul li a.control {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	margin: 10px 6px;
}

.eael-filter-gallery-container {
	text-align: justify;
	font-size: .1px;
}

.eael-filter-gallery-container:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.eael-filter-gallery-container:not(.eael-cards) .item:before {
	content: "";
	display: inline-block;
	padding-top: 56.25%;
}

.eael-filter-gallery-container .item .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-o-transition: transform .4s;
}

.eael-filter-gallery-container.eael-cards .item .caption {
	display: none;
}

.eael-filter-gallery-container.eael-cards .item .item-img .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-o-transition: transform .4s;
}

.gallery-item-caption-over {
	width: 100%;
	height: auto;
}

a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
	text-decoration: none;
}

.eael-filter-gallery-container .item .caption.eael-zoom-in, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.eael-filter-gallery-container .item:hover .caption.eael-zoom-in, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.eael-filter-gallery-container .item .caption.eael-slide-left, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-left, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.eael-filter-gallery-container .item .caption.eael-slide-right, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-right, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.eael-filter-gallery-container .item .caption.eael-slide-top, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-top, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.eael-filter-gallery-container .item .caption.eael-slide-bottom, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.eael-filter-gallery-container .item .caption a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.eael-filter-gallery-container .item .caption a:nth-child(1), .eael-container .item .caption a:nth-child(2) {
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	opacity: 0;
}

.eael-filter-gallery-container .item .caption a:nth-child(1) {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.eael-filter-gallery-container .item .caption a:nth-child(2) {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.eael-filter-gallery-container .item .caption:hover a:nth-child(1), .eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.eael-filter-gallery-container .item .caption .eael-popup-link {
	outline: 0;
}

.eael-filter-gallery-container.eael-cards .item:before {
	padding-top: 0px;
}

.eael-filter-gallery-container.eael-cards .item-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
	z-index: 0;
	overflow: hidden;
}

.eael-filter-gallery-container.eael-cards .item-content {
	padding: 15px;
}

.eael-filter-gallery-container.eael-cards .item-content .title, .eael-filter-gallery-container.eael-cards .item-content .title a {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.eael-filter-gallery-container.eael-cards .item-content p {
	font-size: 14px;
	line-height: 26px;
}

.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center;
}

.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right;
}

.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center;
}

.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right;
}

.eael-fg-content-align-left .eael-cards .item .item-content {
	text-align: left;
}

.eael-fg-content-align-center .eael-cards .item .item-content {
	text-align: center;
}

.eael-fg-content-align-right .eael-cards .item .item-content {
	text-align: right;
}

.mfp-wrap~div.dialog-widget {
	display: none !important;
}

.eael-filterable-gallery-item-wrap {
	float: left;
	width: 33.33%;
}

.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
	width: 100%;
}

.eael-filter-gallery-control>ul li {
	font-size: 13px;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 15px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: normal;
}

.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
	width: 50%;
}

.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
	width: 25%;
}

.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
	width: 20%;
}

.eael-gallery-grid-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.gallery-item-caption-wrap, .media-content-wrap {
	font-size: 14px;
	text-align: left;
}

.gallery-item-thumbnail-wrap.caption-style-card img {
	max-height: 100%;
	width: 100%;
}

.gallery-item-caption-wrap.caption-style-hoverer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	z-index: 10;
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fg-item-title, .fg-item-content {
	color: #fff;
	font-family: inherit;
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	font-size: 18px;
	margin: 15px 0 15px;
	line-height: 1;
}

.gallery-item-caption-wrap.caption-style-card {
	background: #f7f7f7;
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	margin: 10px 0 15px;
	color: #000;
}

.gallery-item-caption-wrap.caption-style-card .fg-item-content {
	color: #212529;
	line-height: 1.5;
	font-weight: normal;
}

.gallery-item-buttons>a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-right: 15px;
}

.gallery-item-buttons>a:visited {
	color: #000;
}

.gallery-item-caption-wrap.caption-style-card {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
}

.gallery-item-caption-wrap .gallery-item-hoverer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	z-index: -1;
	opacity: .7;
}

.gallery-item-caption-wrap.caption-style-hoverer {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s all ease;
	-o-transition: .6s all ease;
	transition: .6s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
	opacity: 1;
	visibility: visible;
}

.gallery-item-caption-wrap.caption-style-hoverer h5 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1;
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .6s all ease;
	-o-transition: .6s all ease;
	transition: .6s all ease;
}

.gallery-item-caption-wrap.caption-style-hoverer p {
	margin-bottom: 5px;
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	-o-transition: .6s all ease;
	transition: .6s all ease;
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	-o-transition: .6s all ease;
	transition: .6s all ease;
}

.gallery-item-caption-wrap .gallery-item-buttons>a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	outline: none;
	text-decoration: none;
	text-align: center;
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: .6s all ease;
	-o-transition: .6s all ease;
	transition: .6s all ease;
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5, .eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons, .eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.gallery-item-thumbnail-wrap {
	position: relative;
}

.video-popup, .video-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.video-popup>img {
	width: 62px;
	position: relative;
	z-index: 1;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.video-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-popup:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.video-popup-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.eael-gallery-grid-item:hover .video-popup-bg {
	visibility: visible;
	opacity: 1;
}

.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-item-caption-wrap.card-hover-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 800ms;
	-o-transition: 800ms;
	transition: 800ms;
}

.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
	visibility: visible;
	opacity: 1;
}

.gallery-item-caption-wrap .gallery-item-buttons>a>i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

@media only screen and (min-width: 1025px) {
	.elementor-element.elementor-grid-1 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left;
	}
	
	.elementor-element.elementor-grid-2 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left;
	}
	
	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-3 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left;
	}
	
	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-4 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left;
	}
	
	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-5 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-5 .pp-logo-grid {
		margin-right: -5px;
	}
	
	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left;
	}
	
	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-6 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-6 .pp-logo-grid {
		margin-right: -6px;
	}
	
	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left;
	}
	
	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.elementor-element.elementor-grid-tablet-1 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-2 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-tablet-3 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-tablet-4 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-tablet-5 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-tablet-6 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
		margin-right: -6px;
	}
	
	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-grid-mobile-1 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-2 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-mobile-3 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-mobile-4 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-mobile-5 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-mobile-6 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
		margin-right: -6px;
	}
	
	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left;
	}
}

.fg-layout-3-filter-controls {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fg-layout-3-item-content {
	text-align: center;
}

.fg-layout-3-item-content .fg-item-title {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.fg-layout-3-item-content .fg-item-content p {
	font-size: 13px;
	font-weight: 400;
}

.fg-filter-wrap {
	position: relative;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.fg-layout-3-filter-controls {
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 150px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	border-radius: 5px;
	padding-top: 7px;
}

.fg-layout-3-filter-controls.open-filters {
	visibility: visible;
	opacity: 1;
}

.fg-layout-3-filter-controls li.control {
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	font-size: 14px;
	color: #7f8995;
	font-weight: normal;
}

.fg-layout-3-filter-controls li.control:hover {
	color: #2d425a;
}

.fg-layout-3-filter-controls li.control:first-child {
	border-top: 0px solid;
}

.fg-layout-3-filter-controls li.control:last-child {
	border-bottom: 0px solid;
}

.fg-layout-3-filters-wrap {
	max-width: 600px;
	margin: 15px auto 50px;
}

.fg-filter-wrap button {
	width: 100%;
	border: 0px solid;
	border-radius: 0px;
	border-radius: 10px 0px 0 10px;
	padding: 17px 13px;
	font-size: 14px;
	color: #2d425a;
	background: #f7f8ff;
	height: 55px;
	border-right: 1px solid #abb5ff;
	outline: none;
	text-align: center;
	position: relative;
}

.fg-filter-wrap button>i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px;
}

.fg-layout-3-search-box {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	height: 100%;
}

.fg-layout-3-search-box input[type=text] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	border: 0px solid;
	outline: none;
	background: none;
}

.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
	color: #7f8995;
	font-size: 13px;
}

.fg-layout-3-search-box input[type=text]::-moz-placeholder {
	color: #7f8995;
	font-size: 13px;
}

.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
	color: #7f8995;
	font-size: 13px;
}

.fg-layout-3-search-box input[type=text]:-moz-placeholder {
	color: #7f8995;
	font-size: 13px;
}

.fg-layout-3-filters-wrap {
	height: 55px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
	background: #f7f8ff;
	border-radius: 0 10px 10px 0;
}

.fg-layout-3-item-thumb {
	position: relative;
	overflow: hidden;
}

.fg-layout-3-item-thumb .gallery-item-buttons {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4;
}

.fg-layout-3-item-content {
	padding: 27px 27px 30px;
	text-align: center;
}

.eael-fg-card-content-align-left .fg-layout-3-item-content {
	text-align: left;
}

.eael-fg-card-content-align-center .fg-layout-3-item-content {
	text-align: center;
}

.eael-fg-card-content-align-right .fg-layout-3-item-content {
	text-align: right;
}

.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	border-radius: 5px;
}

.fg-caption-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 35px;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.fg-item-category>span {
	font-size: 12px;
	color: #fff;
	background: #fa9196;
	padding: 10px 12px;
	display: inline-block;
}

.fg-layout-3-item-content {
	position: relative;
}

.fg-item-category {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-top: -15px;
	z-index: 11;
}

.fg-item-category span {
	border-radius: 5px;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
	visibility: visible;
	opacity: 1;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	width: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	text-decoration: none;
}

button.mfp-close:not(.toggle), button.mfp-arrow:not(.toggle) {
	background: transparent;
}

.eael-img-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50vh;
}

.eael-img-accordion.accordion-direction-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.eael-img-accordion .eael-image-accordion-hover {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-box-flex .4s;
	transition: -webkit-box-flex .4s;
	transition: flex .4s;
	transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;
	-o-transition: flex .4s;
	overflow: hidden;
	cursor: pointer;
}

.eael-grow-accordion {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.eael-img-accordion .overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.eael-img-accordion-horizontal-align-left .overlay {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.eael-img-accordion-horizontal-align-center .overlay {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.eael-img-accordion-horizontal-align-right .overlay {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.eael-img-accordion-vertical-align-top .overlay {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.eael-img-accordion-vertical-align-center .overlay {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-img-accordion-vertical-align-bottom .overlay {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.eael-img-accordion .overlay .overlay-inner {
	z-index: 1;
}

.eael-img-accordion .eael-image-accordion-hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eael-img-accordion .eael-image-accordion-hover:before {
	background-color: rgba(0, 0, 0, .3);
}

.eael-img-accordion .eael-image-accordion-hover:hover::before {
	background-color: rgba(0, 0, 0, .5);
}

.eael-img-accordion .overlay-inner * {
	visibility: hidden;
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.eael-img-accordion .overlay h2 {
	color: #fff;
	-webkit-transform: translate3d(0, -60px, 0);
	transform: translate3d(0, -60px, 0);
}

.eael-img-accordion .overlay p {
	color: #fff;
	margin-bottom: 0;
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 60px, 0);
}

.eael-img-accordion .eael-image-accordion-hover.overlay-active .overlay-inner *, .eael-img-accordion .overlay-inner-show * {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: all .3s .3s;
	-o-transition: all .3s .3s;
	transition: all .3s .3s;
}

@media screen and (max-width: 800px) {
	.eael-img-accordion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.eael-img-accordion .eael-image-accordion-hover:hover {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.eael-img-accordion .eael-image-accordion-hover:hover .overlay {
		background-color: transparent;
	}
}

.rtl .eael-img-accordion {
	direction: ltr;
}

.eael-ticker-wrap {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.eael-ticker-wrap .ticker-badge {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 8px 12px;
}

.eael-ticker-wrap .eael-ticker {
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.eael-ticker-wrap .eael-ticker .ticker-content {
	padding: 8px 12px;
	line-height: 1.8;
}

.eael-ticker-wrap .eael-ticker .ticker-content p {
	margin: 0;
}

.eael-ticker-wrap .swiper-button-prev {
	left: auto !important;
	right: 25px;
}

.eael-ticker-wrap div.swiper-slide, .eael-ticker-wrap div.swiper-slide.swiper-slide-prev, .eael-ticker-wrap div.swiper-slide.swiper-slide-next {
	opacity: 0 !important;
}

.eael-ticker-wrap div.swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.eael-ticker-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.content-ticker-pagination {
		display: none;
	}
}

.eael-ticker-wrap .swiper-button-next, .eael-ticker-wrap .swiper-button-prev {
	background-image: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.eael-ticker-wrap .swiper-button-next.nitro-lazy, .eael-ticker-wrap .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.rtl .eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
	text-align: right;
}

.rtl .eael-ticker-wrap .swiper-button-prev {
	left: 0 !important;
	right: auto !important;
}

.rtl .eael-ticker-wrap .swiper-button-next {
	right: auto;
	left: 12px;
}

.eael-tooltip {
	position: relative;
	display: inline-block;
	min-width: 150px;
	padding: 12px 24px;
	font-size: .93rem;
	color: #333;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eael-tooltip .eael-tooltip-text {
	display: block;
	width: 100%;
	visibility: hidden;
	background-color: #000;
	color: #fff;
	border-radius: 4px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	font-size: .93rem;
	line-height: 1.3;
}

.eael-tooltip .eael-tooltip-text p {
	margin: 0;
}

.eael-tooltip .eael-tooltip-text::after {
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
}

.eael-tooltip:hover .eael-tooltip-text {
	visibility: visible;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-left {
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 10px;
}

.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
	-webkit-animation: tooltipLeftIn 300ms ease-in-out;
	animation: tooltipLeftIn 300ms ease-in-out;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
	top: calc(50% - 5px);
	left: 100%;
	border-color: transparent transparent transparent #000;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-right {
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-left: 10px;
}

.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
	-webkit-animation: tooltipRightIn 300ms linear;
	animation: tooltipRightIn 300ms linear;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
	top: calc(50% - 5px);
	right: 100%;
	border-color: transparent #000 transparent transparent;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-top {
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 auto 10px auto;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
	margin-top: 0px;
	top: 100%;
	left: calc(50% - 5px);
	border-color: #000 transparent transparent transparent;
}

.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
	-webkit-animation: tooltipTopIn 300ms linear;
	animation: tooltipTopIn 300ms linear;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
	top: 100%;
	left: 0;
	right: 0;
	margin: 10px auto 0px auto;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
	margin-top: 0px;
	bottom: 100%;
	left: calc(50% - 5px);
	border-color: transparent transparent #000 transparent;
}

.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
	-webkit-animation: tooltipBottomIn 300ms linear;
	animation: tooltipBottomIn 300ms linear;
}

.eael-tooltip-align-left {
	text-align: left;
}

.eael-tooltip-align-right {
	text-align: right;
}

.eael-tooltip-align-center {
	text-align: center;
}

.eael-tooltip-align-justify .eael-tooltip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 481px)and (max-width: 960px) {
	.eael-tooltip-align-tablet-left {
		text-align: left;
	}
	
	.eael-tooltip-align-tablet-right {
		text-align: right;
	}
	
	.eael-tooltip-align-tablet-center {
		text-align: center;
	}
	
	.eael-tooltip-align-tablet-justify .eael-tooltip {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 480px) {
	.eael-tooltip-align-mobile-left {
		text-align: left;
	}
	
	.eael-tooltip-align-mobile-right {
		text-align: right;
	}
	
	.eael-tooltip-align-mobile-center {
		text-align: center;
	}
	
	.eael-tooltip-align-mobile-justify .eael-tooltip {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@-webkit-keyframes tooltipRightIn {
	0% {
		opacity: 0;
		left: 105%;
	}
	
	100% {
		opacity: 1;
		left: 100%;
	}
}

@keyframes tooltipRightIn {
	0% {
		opacity: 0;
		left: 105%;
	}
	
	100% {
		opacity: 1;
		left: 100%;
	}
}

@-webkit-keyframes tooltipLeftIn {
	0% {
		opacity: 0;
		right: 105%;
	}
	
	100% {
		opacity: 1;
		right: 100%;
	}
}

@keyframes tooltipLeftIn {
	0% {
		opacity: 0;
		right: 105%;
	}
	
	100% {
		opacity: 1;
		right: 100%;
	}
}

@-webkit-keyframes tooltipTopIn {
	0% {
		opacity: 0;
		bottom: 110%;
	}
	
	100% {
		opacity: 1;
		bottom: 100%;
	}
}

@keyframes tooltipTopIn {
	0% {
		opacity: 0;
		bottom: 110%;
	}
	
	100% {
		opacity: 1;
		bottom: 100%;
	}
}

@-webkit-keyframes tooltipBottomIn {
	0% {
		opacity: 0;
		top: 110%;
	}
	
	100% {
		opacity: 1;
		top: 100%;
	}
}

@keyframes tooltipBottomIn {
	0% {
		opacity: 0;
		top: 110%;
	}
	
	100% {
		opacity: 1;
		top: 100%;
	}
}

span.eael-tooltip-content, span.eael-tooltip-content a {
	width: 100%;
	display: block;
	text-align: center;
}

.eael-tooltip-text-align-left .eael-tooltip-text, .eael-tooltip-text-align-left .eael-tooltip-content a {
	text-align: left;
}

.eael-tooltip-text-align-right .eael-tooltip-text, .eael-tooltip-text-align-right .eael-tooltip-content a {
	text-align: right;
}

.eael-tooltip-text-align-center .eael-tooltip-text, .eael-tooltip-text-align-center .eael-tooltip-content a {
	text-align: center;
}

.eael-tooltip-text-align-justify .eael-tooltip-text, .eael-tooltip-text-align-justify .eael-tooltip-content a {
	text-align: justify;
}

.eael-adv-accordion {
	width: auto;
	height: auto;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .02);
	background-color: #f1f1f1;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header>.eael-accordion-tab-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header>i, .eael-adv-accordion .eael-accordion-list .eael-accordion-header span {
	margin-right: 10px;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eaa-svg {
	font-size: 32px;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eaa-svg svg {
	width: 1em;
	height: 1em;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover {
	background-color: #414141;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
	background-color: #444;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header:focus {
	outline: unset;
}

.fa-accordion-icon {
	display: inline-block;
	margin-right: 10px;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	display: none;
	border: 1px solid #eee;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.7;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
	margin: 0;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
	display: block;
}

@-webkit-keyframes rotate-90 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
}

@keyframes rotate-90 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	100% {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	100% {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
}

.rtl .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.eael-advance-tabs {
	display: block;
}

.eael-advance-tabs .eael-tabs-nav>ul {
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}

.eael-advance-tabs .eael-tabs-nav>ul li {
	position: relative;
	padding: 1em 1.5em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #f1f1f1;
}

.eael-advance-tabs .eael-tabs-nav>ul li:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 1;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #444;
	border-bottom: 0px;
	display: none;
}

.eael-advance-tabs .eael-tabs-nav>ul li:hover, .eael-advance-tabs .eael-tabs-nav>ul li.active {
	background-color: #444;
}

.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after {
	display: none;
}

.eael-advance-tabs .eael-tabs-nav>ul li.active:after {
	display: block;
}

.eael-tabs-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
}

.eael-advance-tabs .eael-tabs-content>div {
	display: none;
	opacity: 0;
}

.eael-advance-tabs .eael-tabs-content>div.active {
	display: block;
	width: 100%;
	padding: 1em;
	opacity: 1;
	-webkit-animation: fadeIn linear .3s;
	animation: fadeIn linear .3s;
}

.eael-tab-inline-icon li a .fa {
	margin-right: 10px;
	line-height: 1;
}

.eael-tab-top-icon li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.eael-tab-top-icon li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.eael-tab-top-icon li .fa, .eael-tab-top-icon li .eael-tab-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	line-height: 1;
}

.eael-tab-top-icon li a .eael-tab-title {
	margin-top: 10px;
}

.eael-advance-tabs.eael-tabs-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul>li {
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after {
	bottom: auto !important;
	right: -10px;
	top: calc(50% - 10px);
	left: auto !important;
	border-left: 10px solid #444;
	border-right: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

@media only screen and (max-width: 767px) {
	.eael-advance-tabs .eael-tabs-nav>ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.eael-advance-tabs .eael-tabs-nav>ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	
	.eael-advance-tabs.eael-tabs-vertical {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
	}
	
	.eael-advance-tabs.eael-tabs-vertical ul {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
	}
	
	.eael-advance-tabs.eael-tabs-vertical ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
	}
	
	div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after {
		border-left-color: transparent !important;
		bottom: -20px !important;
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top-color: #444 !important;
	}
}

.rtl .eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after {
	border-right: 10px solid #444;
	border-left: 0;
}

@-webkit-keyframes animateStripe {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	100% {
		-webkit-transform: translate(35px, 0);
		transform: translate(35px, 0);
	}
}

@keyframes animateStripe {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	100% {
		-webkit-transform: translate(35px, 0);
		transform: translate(35px, 0);
	}
}

@-webkit-keyframes animateStripeRTL {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	100% {
		-webkit-transform: translate(-35px, 0);
		transform: translate(-35px, 0);
	}
}

@keyframes animateStripeRTL {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	100% {
		-webkit-transform: translate(-35px, 0);
		transform: translate(-35px, 0);
	}
}

.eael-progressbar {
	position: relative;
}

.eael-progressbar-title {
	font-size: 20px;
	font-weight: 400;
}

.eael-progressbar-line {
	position: relative;
	display: block;
	width: 100%;
	height: 12px;
	background-color: #eee;
}

.eael-progressbar-line .eael-progressbar-count-wrap {
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.eael-progressbar-line-fill {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 12px;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: width 1500ms linear;
	-o-transition: width 1500ms linear;
	transition: width 1500ms linear;
	overflow: hidden;
}

.eael-progressbar-circle {
	position: relative;
	width: 200px;
	height: 200px;
}

.eael-progressbar-circle .eael-progressbar-title {
	font-size: 16px;
	font-weight: 400;
}

.eael-progressbar-circle .eael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700;
}

.eael-progressbar-circle-shadow {
	width: 220px;
	height: 220px;
	padding: 10px;
	border-radius: 50%;
}

.eael-progressbar-circle-pie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%);
}

.eael-progressbar-circle-inner {
	height: 100%;
	width: 100%;
	border-width: 12px;
	border-style: solid;
	border-color: #eee;
	border-radius: 50%;
}

.eael-progressbar-circle-half {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-width: 12px;
	border-style: solid;
	border-color: #000;
	border-radius: 50%;
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0);
}

.eael-progressbar-circle-half-left {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.eael-progressbar-circle-half-right {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	visibility: hidden;
}

.eael-progressbar-circle-inner-content {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.eael-progressbar-half-circle {
	position: relative;
	width: 200px;
	height: 100px;
	overflow: hidden;
}

.eael-progressbar-half-circle .eael-progressbar-circle-pie {
	-webkit-clip-path: inset(0 0 50% 0);
	clip-path: inset(0 0 50% 0);
}

.eael-progressbar-half-circle .eael-progressbar-circle-half {
	-webkit-clip-path: inset(50% 0 0 0);
	clip-path: inset(50% 0 0 0);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 1500ms linear;
	transition: -webkit-transform 1500ms linear;
	transition: transform 1500ms linear;
	transition: transform 1500ms linear, -webkit-transform 1500ms linear;
	-o-transition: transform 1500ms linear;
}

.eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
	top: initial;
	bottom: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.eael-progressbar-half-circle .eael-progressbar-title {
	font-size: 16px;
	font-weight: 400;
}

.eael-progressbar-half-circle .eael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700;
}

.eael-progressbar-half-circle-after {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	clear: both;
}

.eael-progressbar-postfix-label {
	float: right;
}

.eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
	content: "";
	position: absolute;
	top: 0;
	left: -35px;
	width: calc(100% + 70px);
	height: 100%;
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 35px 35px;
}

.eael-progressbar-line-animate .eael-progressbar-line-fill:after {
	-webkit-animation: animateStripe 2s linear infinite;
	animation: animateStripe 2s linear infinite;
}

.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
	-webkit-animation: animateStripeRTL 2s linear infinite;
	animation: animateStripeRTL 2s linear infinite;
}

.eael-progressbar-circle-wrap>div {
	margin: 0 auto;
}

.eael-progressbar-line-container.left, .eael-progressbar-circle-container.left>div, .eael-progressbar-box-container.left>div {
	margin: 0 auto 0 0;
}

.eael-progressbar-line-container.center, .eael-progressbar-circle-container.center>div, .eael-progressbar-box-container.center>div {
	margin: 0 auto;
}

.eael-progressbar-line-container.right, .eael-progressbar-circle-container.right>div, .eael-progressbar-box-container.right>div {
	margin: 0 0 0 auto;
}

.rtl .eael-progressbar-line-container {
	text-align: right;
}

.rtl .eael-progressbar-line-container .eael-progressbar-count-wrap {
	left: 0;
	right: auto;
}

.rtl .eael-progressbar-line-container .eael-progressbar-line-fill {
	left: auto;
	right: 0;
}

.rtl .eael-progressbar.eael-progressbar-circle .eael-progressbar-circle-pie {
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0);
}

.rtl .eael-progressbar.eael-progressbar-circle .eael-progressbar-circle-half {
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%);
}

.rtl .eael-progressbar-circle-container .eael-progressbar-half-circle-after .eael-progressbar-prefix-label {
	float: left;
}

.elementor-widget-eael-feature-list .-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:before {
	top: 3px !important;
}

.elementor-widget-eael-feature-list .-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:after {
	top: 45px !important;
}

.elementor-widget-eael-feature-list .-icon-position-right .connector, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .connector {
	right: 0;
	left: calc(100% - 70px);
}

.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
	padding: 0 50px 0 0;
}

@media (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 30px 0 0;
	}
}

.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
	left: auto;
	right: 0;
}

.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
	left: auto;
	right: 5px;
	top: 50%;
}

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

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item {
	position: relative;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
	display: block;
	position: absolute;
	width: 0;
	margin: 0 auto;
	z-index: 1;
	height: 100%;
	top: .5em;
	font-size: 60px;
	left: 0;
	right: calc(100% - 60px);
	border-right: none !important;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector {
	display: none;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
	z-index: 2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (prefers-reduced-motion: reduce) {
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
	background-color: #37368e;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media (prefers-reduced-motion: reduce) {
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
	padding: .5em;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 30px;
	line-height: 1;
	color: #37368e;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon svg, .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon svg:before, .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
	font-size: 8px;
	line-height: 1;
	max-width: inherit;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
	margin: 0 0 0 20px;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title {
	margin-top: -2px;
	line-height: 1.5em;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon {
	color: #fff;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon {
	background-color: #fff;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner {
	border-radius: 50%;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
	border-radius: 50%;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 15px;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
	margin-top: 15px;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
	padding: 0 0 0 50px;
	position: relative;
}

@media (max-width: 767px) {
	.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 30px;
		display: block;
	}
}

.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
	content: "";
	position: absolute;
	display: block;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
	left: 0;
	top: 0;
	z-index: 1;
	border-left: 1px solid #000;
	border-right: none !important;
	height: 100%;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
	left: 5px;
	top: 50%;
	width: 23px;
	display: block;
	z-index: 2;
	border-bottom: 1px dashed #000;
	border-top: none !important;
}

.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector {
	display: none;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet {
	display: none;
}

.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile {
	display: none;
}

@media all and (min-width: 1025px) {
	.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-content-box {
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-content-box {
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-top .eael-feature-list-content-box {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media all and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-content-box {
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 50px;
	}
}

@media (min-width: 768px)and (max-width: 1024px)and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 30px;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
		left: 0;
		right: auto;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
		left: 5px;
		top: 30px;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-content-box {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 50px;
	}
}

@media (min-width: 768px)and (max-width: 1024px)and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 30px;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
		left: 0;
		right: auto;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
		left: 5px;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-content-box {
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 50px 0 0;
	}
}

@media (min-width: 768px)and (max-width: 1024px)and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 30px 0 0;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
		right: 0;
		left: auto;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
		left: auto;
		right: 5px;
	}
}

@media all and (min-width: 768px)and (max-width: 1024px) {
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
		display: none;
	}
	
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet {
		display: block;
	}
	
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile {
		display: none;
	}
	
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector.connector-tablet {
		display: none;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item, .elementor-widget-eael-feature-list .-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list .-tablet-icon-position-right .eael-feature-list-item {
		display: block;
		text-align: left;
	}
	
	.elementor-widget-eael-feature-list .-mobile-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list .-mobile-icon-position-right .eael-feature-list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.elementor-widget-eael-feature-list .-mobile-icon-position-left .eael-feature-list-item {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-eael-feature-list .-mobile-icon-position-right .eael-feature-list-item {
		text-align: right !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box {
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 50px;
	}
}

@media (max-width: 767px)and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 30px;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
		left: 0;
		right: auto;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
		left: 5px;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 50px;
	}
}

@media (max-width: 767px)and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 0 0 30px;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
		left: 0;
		right: auto;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
		left: 5px;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box {
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 50px 0 0;
	}
}

@media (max-width: 767px)and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
		padding: 0 30px 0 0;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
		right: 0;
		left: auto;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list .-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
		left: auto;
		right: 5px;
	}
}

@media all and (max-width: 767px) {
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
		display: none;
	}
	
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-tablet {
		display: none;
	}
	
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector.connector-mobile {
		display: block;
	}
	
	.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector.connector-mobile {
		display: none;
	}
}

.rtl .elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item, .rtl .elementor-widget-eael-feature-list .-icon-position-right .eael-feature-list-item {
	direction: ltr;
}

.eael-wpforms .wpforms-container .wpforms-form input[type=submit], .eael-wpforms .wpforms-container .wpforms-form button[type=submit], .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
	border: 0;
}

.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover, .eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover, .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
	border: 0;
}

.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox], .eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
	padding: 3px;
}

.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
	display: none;
}

.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
	max-width: 100%;
}

.eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .eael-wpforms .wpforms-container .wpforms-field textarea, .eael-wpforms .wpforms-container .wpforms-field select {
	max-width: 100% !important;
}

.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
	display: block;
}

.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
	width: 100%;
}

.eaelsv-overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 4;
	cursor: pointer;
	background-size: cover;
	background-position: 50%;
	text-align: center;
	overflow: hidden;
}

.eaelsv-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 90px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.plyr__controls button {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.plyr__controls button:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.plyr__controls {
	display: none !important;
}

.eael-sticky-video-wrapper {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin: 0px;
	padding: 0px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: left;
	overflow: hidden;
}

.eael-sticky-video-player2 {
	min-height: 20px;
	overflow: visible;
}

.eael-sticky-video-player2.out {
	position: fixed;
	z-index: 999;
	border: 0 !important;
	border-radius: 0px !important;
	height: 200px;
	width: 300px;
}

.eael-sticky-video-wrapper.out .eael-sticky-video-player2, .eael-sticky-video-wrapper.out .eael-sticky-video-player {
	border-radius: 0px !important;
}

.eael-sticky-video-player2.in {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: 0;
	line-height: 1;
}

.owp-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.owp-play i {
	font-size: 100px;
	color: #fff;
	opacity: .8;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.eael-sticky-video-player:hover .owp-play i {
	opacity: 1;
}

.eaelsv-sticky-player-close {
	position: absolute;
	right: -25px;
	top: -36px;
	display: none;
	padding: 7px;
	font-size: 24px;
	z-index: 9999;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
}

.eaelsv-sticky-player-close:hover {
	color: #090;
}

.eaelsv-sticky-player-close:before, .eaelsv-sticky-player-close:after {
	position: absolute;
	left: 15px;
	background-color: #333;
}

.eaelsv-sticky-player-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.eaelsv-sticky-player-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track, .plyr__volume input[type=range]::-webkit-slider-runnable-track {
	-webkit-box-shadow: 1px 1px 1px #000, 0px 0px 1px #0d0d0d;
	box-shadow: 1px 1px 1px #000, 0px 0px 1px #0d0d0d;
}

.plyr__progress input[type=range]::-moz-range-track, .plyr__volume input[type=range]::-moz-range-track {
	box-shadow: 1px 1px 1px #000, 0px 0px 1px #0d0d0d;
}

.eaelsv-overlay-visibility-transparent .plyr--stopped.plyr__poster-enabled .plyr__poster, .eaelsv-overlay-visibility-transparent .plyr--youtube.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: none;
}

.eael-woo-cart .eael-woo-cart-wrapper {
	background: #f9fbff;
}

.eael-woo-cart .eael-woo-cart-wrapper p {
	margin: 0;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-woo-cart-product-remove {
	display: none;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-error, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-info, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper~.woocommerce-info, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-message {
	background: #fff;
	color: #202b46;
	-webkit-box-shadow: 0 8px 18px 0 rgba(0, 1, 35, .05);
	box-shadow: 0 8px 18px 0 rgba(0, 1, 35, .05);
	border-radius: 5px;
	margin-bottom: 30px;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-error::before, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-info::before, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper~.woocommerce-info::before, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-message::before {
	position: relative;
	top: 0;
	left: 0;
	vertical-align: top;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-error li, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-info li, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper~.woocommerce-info li, .eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-message li {
	display: inline-block;
	width: calc(100% - 30px);
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-error {
	border-color: #b81c23;
	list-style: none;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-error::before {
	color: #b81c23;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-info {
	border-color: #1e85be;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-info::before {
	color: #1e85be;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-message {
	border-color: #8fae1b;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-message::before {
	color: #8fae1b;
}

.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper~.return-to-shop a {
	font-size: 16px;
	font-weight: 500;
	color: #202b46;
	margin-top: 25px;
	display: inline-block;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-cart-empty .woocommerce-notices-wrapper {
	min-height: 1px;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form a {
	text-decoration: none;
	outline: none;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form input {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table {
	border-collapse: separate;
	border-spacing: 0 13px;
	border: none;
	margin: 0;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table th, .eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table td {
	border: none;
	color: #202b46;
	padding: 15px;
	text-transform: initial;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table th a, .eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table td a {
	color: #202b46;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table dl {
	display: block;
	margin: 0 0 0 -5px;
	font-size: 80%;
	font-weight: 400;
	color: #737373;
	text-decoration: inherit;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table dl dt {
	margin: 0 0 0 5px;
	text-transform: capitalize;
	display: inline-block;
	float: none;
	font-weight: 400;
	text-decoration: inherit;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table dl dt::before {
	content: "|";
	margin: 0 5px 0 -5px;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table dl dt:first-child::before {
	display: none;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table dl dd {
	margin: 0 0 0 5px;
	display: inline-block;
	padding-left: 0;
	text-decoration: inherit;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: inherit;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity input::-webkit-outer-spin-button, .eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity input[type=number] {
	-moz-appearance: textfield;
	width: 50px;
	background: #f9fbff;
	border: none;
	border-radius: 3px;
	padding: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #202b46;
	text-decoration: none !important;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity .eael-cart-qty-minus, .eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity .eael-cart-qty-plus {
	line-height: 30px;
	padding: 10px 15px;
	color: #97a0b6;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none !important;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table thead {
	background: transparent;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table thead tr th {
	border: none;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	background: transparent;
	text-align: center;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table thead tr th.product-thumbnail {
	text-align: left;
	display: table-cell;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table thead tr th.product-name {
	text-align: left;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr {
	position: relative;
	z-index: 2;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr::after {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	-webkit-box-shadow: 0 8px 18px 0 rgba(0, 1, 35, .05);
	box-shadow: 0 8px 18px 0 rgba(0, 1, 35, .05);
	border-radius: 5px;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td {
	border: none;
	background: transparent;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 400;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-remove {
	color: #bec6d7;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-remove a {
	color: #bec6d7 !important;
	display: block;
	width: auto;
	height: auto;
	line-height: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-indent: initial;
	border: none;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-remove a::before {
	content: none;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-remove a:hover {
	background: transparent;
	color: inherit !important;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-thumbnail {
	font-size: 0;
	text-align: left;
	display: table-cell;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-thumbnail a {
	display: inline-block;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-thumbnail a img {
	display: block;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-thumbnail img {
	width: 62px !important;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	display: inline-block;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-name {
	text-align: left;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-price {
	color: #747c92;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody tr td.product-subtotal {
	font-weight: 500;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table tbody .product-quantity, .eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tbody .product-quantity {
	text-decoration: none !important;
}

.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .woocommerce-Price-amount, .eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .cart-collaterals .cart_totals .order-total td span.woocommerce-Price-amount.amount {
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals::before, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals::after {
	content: "";
	display: block;
	clear: both;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals button, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .button, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals button:not(:hover):not(:active), .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .button:not(:hover):not(:active) {
	background: #6557ff;
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, .05);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .05);
	border-radius: 5px;
	color: #fff;
	border: none;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	padding: 10px 40px;
	letter-spacing: initial;
	text-transform: initial;
	text-decoration: none;
	overflow: initial;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals button:hover, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .button:hover, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals button:not(:hover):not(:active):hover, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .button:not(:hover):not(:active):hover {
	color: #fff;
	background: #6557ff;
	border-color: inherit;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper {
	width: 50%;
	float: left;
	min-height: 1px;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon {
	border: 1px solid #d7dfef;
	border-radius: 5px;
	max-width: 400px;
	padding: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon input {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	line-height: 30px;
	width: 100%;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon button {
	white-space: nowrap;
	-webkit-box-shadow: 0 8px 18px rgba(56, 51, 117, .1);
	box-shadow: 0 8px 18px rgba(56, 51, 117, .1);
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .eael-woo-cart-back-to-shop {
	font-size: 16px;
	font-weight: 500;
	color: #202b46;
	margin-top: 25px;
	display: inline-block;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals {
	width: 50%;
	float: left;
	text-align: right;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .eael-cart-update-btn {
	display: inline-block;
	text-align: center;
	max-width: 400px;
	width: 100%;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .eael-cart-update-btn button {
	width: 100%;
	margin-bottom: 13px;
	display: inline-block;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .eael-cart-update-btn button[disabled] {
	opacity: .5;
	cursor: not-allowed;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals {
	max-width: 400px;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
	float: right;
	border: none;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table {
	border-collapse: separate;
	border-spacing: 0 13px;
	margin: -13px 0;
	border: none;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table td, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table th {
	background: transparent;
	border: none;
	font-size: 18px;
	padding: 18px;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr {
	position: relative;
	z-index: 2;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr::after {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	-webkit-box-shadow: 0 8px 18px 0 rgba(0, 1, 35, .05);
	box-shadow: 0 8px 18px 0 rgba(0, 1, 35, .05);
	border-radius: 5px;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr th {
	color: #737373;
	font-weight: 500;
	text-align: left;
	width: 40%;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.shipping td {
	color: #737373;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.shipping td a {
	display: inline-block;
	margin-top: 9px;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.shipping td .select2-container .select2-selection--single {
	padding: 0;
	background: transparent;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.shipping td input {
	background: transparent;
	vertical-align: middle;
	margin-right: 5px;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.shipping td ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr td {
	border-spacing: 0;
	text-align: right;
	color: #202b46;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr td a {
	color: #202b46;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr td .button {
	width: 100%;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.cart-subtotal td, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.order-total td {
	font-size: 20px;
	font-weight: 500;
	color: #202b46;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.cart-subtotal td strong, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.order-total td strong {
	font-weight: 500;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table+.wc-proceed-to-checkout {
	margin-top: 13px;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding: 0;
	text-align: center;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:not(:hover):not(:active) {
	font-size: 20px;
	padding: 18px 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals h2 {
	display: none;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 {
	background: #fff;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .woocommerce-notices-wrapper:not(:empty) {
	padding: 50px 50px 0;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .woocommerce-notices-wrapper .woocommerce-error, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .woocommerce-notices-wrapper .woocommerce-info, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .woocommerce-notices-wrapper~.woocommerce-info, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .woocommerce-notices-wrapper .woocommerce-message {
	border-radius: 0;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .woocommerce-notices-wrapper~.woocommerce-info {
	margin: 50px 50px 0;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .woocommerce-notices-wrapper~.return-to-shop a {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2.has-table-left-content.has-table-right-content {
	background: -webkit-gradient(linear, left top, right top, color-stop(45%, #fafafa), color-stop(0%, #fff));
	background: -o-linear-gradient(left, #fafafa 45%, #fff 0%);
	background: linear-gradient(to right, #fafafa 45%, #fff 0%);
	background-color: #fafafa;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2:not(.has-table-right-content) {
	background: #fafafa;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table {
	min-height: 1px;
	margin-bottom: 13px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left {
	width: 45%;
	padding-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left>.product-thumbnail {
	width: 130px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left>.product-name {
	width: calc(100% - 130px - 28px);
	font-weight: 500;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left>.product-name .eael-woo-cart-sku {
	font-size: 89%;
	font-weight: 400;
	color: #737373;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left>.product-name dl {
	font-size: 89%;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right {
	width: 55%;
	padding-right: 50px;
	padding-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right::after {
	position: absolute;
	content: "";
	width: calc(100% - 80px);
	left: 30px;
	top: 100%;
	height: 1px;
	background: #eaeef4;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	text-align: center;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-quantity {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 35%;
	flex: 1 1 35%;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-quantity .eael-cart-qty-minus, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-quantity .eael-cart-qty-plus, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-quantity input[type=number] {
	font-size: 100%;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-quantity input[type=number] {
	background: transparent;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-remove {
	color: #bec6d7;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-remove a {
	color: #bec6d7 !important;
	display: block;
	width: auto;
	height: auto;
	line-height: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-indent: initial;
	border: none;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-remove a::before {
	content: none;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-remove a:hover {
	background: transparent;
	color: inherit !important;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-td {
	color: #202b46;
	font-size: 18px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-td a {
	color: #202b46;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-thead .eael-woo-cart-tr .eael-woo-cart-td {
	color: #737373;
	font-size: 16px;
	font-weight: 500;
	padding: 45px 0 55px 0;
	text-transform: uppercase;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tbody .eael-woo-cart-tr .eael-woo-cart-tr-left {
	padding-top: 10px;
	padding-bottom: 10px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tbody .eael-woo-cart-tr .eael-woo-cart-tr-left>.product-thumbnail {
	height: 130px;
	border-radius: 6px;
	overflow: hidden;
	background: #e5f6fc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tbody .eael-woo-cart-tr .eael-woo-cart-tr-left>.product-thumbnail>a {
	font-size: 0;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tbody .eael-woo-cart-tr .eael-woo-cart-tr-right>.eael-woo-cart-td.product-subtotal {
	font-weight: 600;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tbody .eael-woo-cart-tr:first-child .eael-woo-cart-tr-left {
	padding-top: 0;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals button, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .button, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals button:not(:hover):not(:active), .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .button:not(:hover):not(:active) {
	background: #312f4b;
	font-size: 15px;
	font-weight: 600;
	padding: 7px 40px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper {
	width: 45%;
	padding-left: 50px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon {
	padding: 3px;
	border-color: #ccd4e9;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon input {
	font-size: 15px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals {
	width: 55%;
	padding-right: 50px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals {
	padding-bottom: 30px;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table {
	border-spacing: initial;
	border-collapse: collapse;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr {
	border-bottom: 1px solid #eff2f7;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr:last-child {
	border-bottom: none;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr::after {
	content: none;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr th, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr td {
	padding: 20px 0;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2:not(.has-table-left-content) form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right {
	width: 100%;
}

.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2:not(.has-table-right-content) form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left {
	width: 100%;
}

body.oceanwp-theme.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.shipping td a {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	padding: 0;
	border: none;
	text-transform: inherit;
	letter-spacing: inherit;
}

body.oceanwp-theme.eael-woo-cart .eael-woo-cart-wrapper .quantity .minus, body.oceanwp-theme.eael-woo-cart .eael-woo-cart-wrapper .quantity .plus {
	display: none;
}

body.theme-storefront.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .shipping input {
	background: transparent;
	border: 1px solid #aaa;
	border-radius: 4px;
}

body.theme-neve.eael-woo-cart .eael-woo-cart-wrapper a:hover {
	opacity: 1;
}

body.theme-neve.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .product-thumbnail img {
	min-width: auto !important;
}

body.theme-twentytwenty.eael-woo-cart .eael-woo-cart-wrapper section {
	padding: 0;
}

body.theme-twentytwenty.eael-woo-cart .eael-woo-cart-wrapper a.button:hover {
	text-decoration: none !important;
}

body.theme-twentytwentyone.eael-woo-cart .eael-woo-cart-wrapper a.button:hover {
	text-decoration: none !important;
}

body.theme-twentytwentyone.eael-woo-cart .eael-woo-cart-wrapper ul.woocommerce-error {
	padding: 0;
}

body.theme-woodmart.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity input.minus, body.theme-woodmart.eael-woo-cart .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-quantity .quantity input.plus {
	display: none;
}

body.theme-woodmart.eael-woo-cart .eael-woo-cart-wrapper .cart-totals-inner {
	padding: 0;
	border: none;
}

@media (max-width: 1024px) {
	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr {
		display: table-row;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr th {
		display: table-cell;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr td::before {
		content: none;
	}
	
	.woocommerce-page #content table.cart.eael-woo-cart-table .product-thumbnail, .woocommerce-page table.cart.eael-woo-cart-table .product-thumbnail {
		display: table-cell;
	}
}

@media (max-width: 767px) {
	.eael-woo-cart .eael-woo-cart-wrapper .eael-woo-cart-table-warp {
		width: 100%;
		overflow-x: auto;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper .eael-woo-cart-table-warp table {
		width: 700px;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals {
		width: 100%;
		float: none;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .eael-woo-cart-back-to-shop {
		margin-bottom: 25px;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .coupon input {
		padding-left: 5px;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals button, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .button, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals button:not(:hover):not(:active), .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .button:not(:hover):not(:active) {
		padding: 10px 20px;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2.has-table-left-content.has-table-right-content {
		background-image: none !important;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2.has-table-left-content.has-table-right-content.nitro-lazy {
		background-image: none !important;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-thead {
		display: none;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr {
		display: block;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right {
		width: 100% !important;
		display: block;
		overflow: hidden;
		padding: 15px;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td {
		display: block;
		width: 100%;
		text-align: left;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-thumbnail, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-thumbnail {
		width: 270px;
		height: 270px;
		margin: 0 auto;
		position: relative;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-thumbnail .eael-woo-cart-product-remove, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-thumbnail .eael-woo-cart-product-remove {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 30px;
		width: 30px;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
		background: #fff;
		border: 1px solid #000;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-name, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-name {
		width: 100% !important;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-price, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-quantity, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-price, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-quantity {
		width: 48%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-quantity .quantity, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-quantity .quantity {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-subtotal, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-subtotal {
		float: left;
		padding-left: 50%;
		position: relative;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-subtotal::before, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-subtotal::before {
		content: attr(data-title);
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-remove, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right .eael-woo-cart-td.product-remove {
		display: none;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-right {
		border-bottom: 1px solid #eaeef4;
	}
	
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper, .eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .eael-cart-coupon-and-collaterals .cart-collaterals {
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.eael-w-10 {
	width: 10%;
}

.eael-w-20 {
	width: 20%;
}

.eael-w-25 {
	width: 25%;
}

.eael-w-30 {
	width: 30%;
}

.eael-w-33 {
	width: 33%;
}

.eael-w-40 {
	width: 40%;
}

.eael-w-50 {
	width: 50%;
}

.eael-w-60 {
	width: 60%;
}

.eael-w-66 {
	width: 66%;
}

.eael-w-70 {
	width: 70%;
}

.eael-w-75 {
	width: 75%;
}

.eael-w-80 {
	width: 80%;
}

.eael-w-90 {
	width: 90%;
}

.eael-w-100 {
	width: 100%;
}

.d-none {
	display: none;
}

.eael-lr-d-none {
	display: none;
}

.d-ib {
	display: inline-block;
}

.mr-auto {
	margin-right: auto;
}

.ml-auto {
	margin-left: auto;
}

.fd-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.fd-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.eael-lr-form-wrapper {
	width: 370px;
	margin: 0 auto;
	background-color: #fff;
	padding: 35px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 37.5px 14px rgba(2, 8, 53, .06);
	box-shadow: 0 0 37.5px 14px rgba(2, 8, 53, .06);
}

.eael-lr-form-wrapper.style-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
	border-radius: 0;
}

@media (max-width: 767px) {
	.eael-lr-form-wrapper.style-2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.eael-lr-form-wrapper.style-2 .lr-form-illustration {
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.eael-lr-form-wrapper.style-2 .lr-form-illustration {
		padding-bottom: 200px;
	}
}

.eael-lr-form-wrapper.style-2 .lr-form-wrapper {
	padding: 35px;
	width: 370px;
}

.eael-lr-form-wrapper .eael-lr-form-group {
	margin-bottom: 1rem;
}

.eael-lr-form-wrapper .eael-lr-form-group label {
	display: inline-block;
	margin-bottom: .5rem;
}

.eael-lr-form-wrapper .eael-lr-form-group label.mark-required {
	position: relative;
}

.eael-lr-form-wrapper .eael-lr-form-group label.mark-required::after {
	content: " *";
	color: red;
	position: absolute;
	line-height: 0;
	top: 17px;
	right: -10px;
}

.eael-lr-form-wrapper .eael-lr-form-group .eael-lr-form-control {
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #cfcfe8;
	border-radius: 3px;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	outline: none;
}

.eael-lr-form-wrapper .eael-forever-forget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .9em;
}

.eael-lr-form-wrapper .eael-forever-forget .forget-menot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-lr-form-wrapper .eael-forever-forget .forget-menot label {
	margin: 0 0 0 10px;
}

.eael-lr-form-wrapper .eael-forever-forget .forget-menot, .eael-lr-form-wrapper .eael-forever-forget .forget-pass {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
}

.eael-lr-form-wrapper .eael-forever-forget .forget-pass {
	text-align: right;
}

.eael-lr-form-wrapper .eael-lr-password-wrapper {
	position: relative;
}

.eael-lr-form-wrapper .eael-lr-password-wrapper button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: transparent;
	border: none;
	color: red;
}

.eael-lr-form-wrapper .eael-lr-btn {
	background-color: #744ffb;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding: 15px;
	width: 130px;
}

.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-block {
	display: block;
}

.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-inline {
	display: inline-block;
}

.eael-lr-form-wrapper .eael-lr-link {
	display: inline-block;
}

.eael-lr-form-wrapper .eael-sign-wrapper {
	text-align: center;
	padding: 20px 0 0;
}

.eael-lr-form-wrapper .lr-form-header.header-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-lr-form-wrapper .lr-form-header.header-inline .form-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.eael-lr-form-wrapper .lr-form-header.header-inline .form-dsc {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 15px;
}

.eael-lr-form-wrapper .lr-form-header img {
	width: 100px;
}

.eael-lr-form-wrapper .lr-form-header h4 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
}

.eael-lr-form-wrapper .lr-form-header p {
	font-size: 14px;
}

.eael-lr-form-wrapper .eael-form-msg {
	display: block;
	width: 100%;
	margin-top: 1rem;
	font-size: 1rem;
	padding: 10px 15px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.eael-lr-form-wrapper .eael-form-msg.invalid {
	color: #721c24;
	background-color: #f8d7da;
	border-left: 3px solid red;
}

.eael-lr-form-wrapper .eael-form-msg.valid {
	color: #155724;
	background-color: #d4edda;
	border-left: 3px solid green;
}

.eael-lr-form-wrapper ul, .eael-lr-form-wrapper ol, .eael-lr-form-wrapper .eael-form-msg ul, .eael-lr-form-wrapper .eael-form-msg ol {
	margin: 0;
	padding-left: 30px;
}

.eael-lr-form-wrapper ul li:not(:last-child), .eael-lr-form-wrapper ol li:not(:last-child), .eael-lr-form-wrapper .eael-form-msg ul li:not(:last-child), .eael-lr-form-wrapper .eael-form-msg ol li:not(:last-child) {
	padding-bottom: 10px;
}

.eael-lr-form-wrapper .eael_accept_tnc_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-lr-form-wrapper .eael_accept_tnc_wrap .eael-lr-tnc-link {
	margin-left: 5px;
	display: inline-block;
}

.eael-lr-form-wrapper .eael-recaptcha-wrapper {
	margin-bottom: 1rem;
}

.eael-lr-form-wrapper .eael-lr-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	.eael-lr-form-wrapper input[type=checkbox] {
		--active: #275efe;
		--active-inner: #fff;
		--focus: 0;
		--border: #b7b7b7;
		--border-hover: var(--active);
		--background: #fff;
		--disabled: #f6f8ff;
		--disabled-inner: #e1e6f9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 18px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: 2px;
		margin: 0;
		cursor: pointer;
		border: 2px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		-webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
		transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
		transition: background .3s, border-color .3s, box-shadow .2s;
		transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s;
		-o-transition: background .3s, border-color .3s, box-shadow .2s;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:after {
		content: "";
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		-webkit-transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
		transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
		transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
		transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
		-o-transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:before {
		content: none;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: .3s;
		--d-t: .6s;
		--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:checked:before {
		content: none;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: .9;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:disabled+label {
		cursor: not-allowed;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:focus {
		-webkit-box-shadow: 0 0 0 var(--focus);
		box-shadow: 0 0 0 var(--focus);
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle) {
		width: 18px !important;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after {
		opacity: var(--o, 0);
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):checked {
		--o: 1;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]+label {
		font-size: 14px;
		line-height: 21px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-left: 4px;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle) {
		border-radius: 3px;
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after {
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 5px;
		top: 1px;
		-webkit-transform: rotate(var(--r, 20deg));
		-ms-transform: rotate(var(--r, 20deg));
		transform: rotate(var(--r, 20deg));
	}
	
	.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):checked {
		--r: 43deg;
	}
	
	.eael-lr-form-wrapper input[type=checkbox].lr-toggle {
		width: 31px !important;
		border-radius: 11px;
		border-width: 1px;
	}
	
	.eael-lr-form-wrapper input[type=checkbox].lr-toggle:after {
		left: 2px;
		top: 2px;
		border-radius: 50%;
		width: 12px;
		height: 12px;
		background: var(--ab, var(--border));
		-webkit-transform: translateX(var(--x, 0));
		-ms-transform: translateX(var(--x, 0));
		transform: translateX(var(--x, 0));
	}
	
	.eael-lr-form-wrapper input[type=checkbox].lr-toggle:checked {
		--ab: var(--active-inner);
		--x: 13px;
	}
	
	.eael-lr-form-wrapper input[type=checkbox].lr-toggle:disabled:not(:checked):after {
		opacity: .6;
	}
}

.has-illustration .eael-lr-form-wrapper.style-2 {
	width: 100%;
}

.rtl .eael-lr-form-wrapper.style-2 {
	direction: ltr;
}

.rtl .eael-lr-form-wrapper .lr-form-header.header-inline {
	direction: ltr;
}

.eael-simple-menu-container {
	background-color: #54595f;
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-container {
		min-height: 50px;
		overflow: auto;
	}
}

.eael-simple-menu-container .eael-simple-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	display: block;
	border-color: #333;
}

@media screen and (min-width: 1025px) {
	.eael-simple-menu-container .eael-simple-menu-toggle {
		display: none;
	}
}

.eael-simple-menu-container .eael-simple-menu-toggle .eael-simple-menu-toggle-text {
	display: none;
}

.eael-simple-menu-container .eael-simple-menu-toggle-text {
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 14px;
	line-height: 50px !important;
	letter-spacing: 0 !important;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.eael-simple-menu-container .eael-simple-menu-toggle-text {
		display: none;
	}
}

.eael-simple-menu-container .eael-simple-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.eael-simple-menu-container .eael-simple-menu:after {
	content: "";
	display: table;
	clear: both;
}

.eael-simple-menu-container .eael-simple-menu a {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.eael-simple-menu-container .eael-simple-menu li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms;
}

.eael-simple-menu-container .eael-simple-menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.eael-simple-menu-container .eael-simple-menu li ul li a {
	font-size: 13px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}

.eael-simple-menu-container .eael-simple-menu li ul li:hover>a, .eael-simple-menu-container .eael-simple-menu li ul li.current-menu-item>a {
	color: #ee355f;
	background-color: #fff;
}

.eael-simple-menu-container .eael-simple-menu li:hover>a, .eael-simple-menu-container .eael-simple-menu li.current-menu-item>a {
	color: #fff;
}

.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 28px;
	height: 28px;
	display: block;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}

.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator:before {
	display: block;
	font-weight: 900;
	line-height: 26px;
	color: #fff;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	-o-transition: transform 300ms;
}

.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator.eael-simple-menu-indicator-open:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li {
	position: relative;
	float: left;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a {
	display: inline-block;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span {
	position: relative;
	margin-left: 5px;
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span {
		display: none;
	}
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul {
	position: absolute;
	top: 100%;
	left: auto;
	width: 220px;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
	z-index: 1;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li {
	position: relative;
	float: none;
	display: block;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a {
	display: block;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a span {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li:last-child>a {
	border-bottom-width: 0;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul {
	top: 0;
	left: 100%;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li:hover>ul {
	visibility: visible;
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul {
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li ul {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li:hover>ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li ul {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li:hover>ul {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li ul {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li:hover>ul {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal .eael-simple-menu-indicator {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal {
		position: absolute;
		top: 50px;
		background-color: #54595f;
		width: 100%;
		z-index: 9;
		display: none;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li {
		float: none;
		display: block;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a {
		display: block;
		text-align: inherit;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		visibility: visible;
		opacity: 1;
		display: none;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li {
		position: relative;
		display: block;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator {
		border: 1px solid rgba(0, 0, 0, .5);
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator:before {
		color: #000;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul {
		position: relative;
		width: 100%;
		top: unset;
		left: unset;
	}
	
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul li:last-child>a {
		border-bottom-width: 1px;
	}
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li {
	position: relative;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
	display: block;
	text-align: left;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul {
	display: none;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li {
	position: relative;
	display: block;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li:last-child>a {
	border-bottom-width: 0;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator {
	border: 1px solid rgba(0, 0, 0, .5);
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before {
	color: #000;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a {
	border-bottom-width: 1px;
}

@media screen and (min-width: 1025px) {
	.eael-simple-menu-container.eael-simple-menu-align-center {
		text-align: center;
	}
}

@media screen and (min-width: 1025px) {
	.eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-horizontal {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu>li>a {
		text-align: center;
	}
}

.eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-vertical>li>a {
	text-align: center;
}

@media screen and (min-width: 1025px) {
	.eael-simple-menu-container.eael-simple-menu-align-right {
		text-align: right;
	}
}

@media screen and (min-width: 1025px) {
	.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>a {
		text-align: right;
	}
}

.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>.eael-simple-menu-indicator {
	right: initial;
	left: 10px;
}

.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li:last-child a {
	border-right: none;
}

.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-vertical>li>a {
	text-align: right;
}

.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-vertical>li>.eael-simple-menu-indicator {
	right: initial;
	left: 10px;
}

.eael-simple-menu-container.eael-simple-menu-dropdown-align-center .eael-simple-menu li ul li a {
	text-align: center;
}

.eael-simple-menu-container.eael-simple-menu-dropdown-align-right .eael-simple-menu li ul li a {
	text-align: right;
}

.eael-simple-menu-container.eael-simple-menu-dropdown-align-right .eael-simple-menu li ul li>.eael-simple-menu-indicator {
	right: initial;
	left: 10px;
}

.eael-simple-menu-container.preset-1 {
	background-color: #4e36a3;
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-horizontal {
		background-color: #4e36a3;
	}
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li>a {
	color: #fff;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor>a, .eael-simple-menu-container.preset-1 .eael-simple-menu li:hover>a, .eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a {
	background-color: #743eff;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li ul {
	background-color: #743eff;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-ancestor>a, .eael-simple-menu-container.preset-1 .eael-simple-menu li ul li:hover>a, .eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-item>a {
	background-color: #4e36a3;
}

.eael-simple-menu-container.preset-3 {
	background-color: #15dbd5;
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-horizontal {
		background-color: #15dbd5;
	}
}

.eael-simple-menu-container.preset-3 .eael-simple-menu li>a {
	color: #2a1a6c;
}

.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-ancestor>a, .eael-simple-menu-container.preset-3 .eael-simple-menu li:hover>a, .eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-item>a {
	color: #fff;
	background-color: #f72c8a;
}

.eael-simple-menu-container.preset-3 .eael-simple-menu li ul {
	background-color: #f72c8a;
}

.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li>a {
	color: #fff;
	border-bottom: 1px solid #f72c8a;
}

.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li.current-menu-ancestor>a, .eael-simple-menu-container.preset-3 .eael-simple-menu li ul li:hover>a, .eael-simple-menu-container.preset-3 .eael-simple-menu li ul li.current-menu-item>a {
	background-color: #f30875;
}

.eael-simple-menu-container.preset-2 {
	background-color: #fff;
	border: 1px solid #1bc1ff;
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal {
		background-color: #1bc1ff;
	}
	
	.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-ancestor>a, .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li:hover>a, .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-item>a {
		color: #fff;
	}
}

.eael-simple-menu-container.preset-2 .eael-simple-menu li>a {
	color: #5d5e61;
}

.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal:not(.eael-simple-menu-responsive)>li:first-child>a {
	border-left: 1px solid #1bc1ff;
}

.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal:not(.eael-advanced-menu-responsive)>li>a {
	border-right: 1px solid #1bc1ff;
}

.eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-ancestor>a, .eael-simple-menu-container.preset-2 .eael-simple-menu li:hover>a, .eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-item>a {
	color: #1bc1ff;
}

.eael-simple-menu-container.preset-2 .eael-simple-menu li ul {
	background-color: #fff;
	border: 1px solid #1bc1ff;
}

.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li>a {
	color: #5f5d5d;
	border-bottom: 1px solid #1bc1ff;
}

.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li.current-menu-ancestor>a, .eael-simple-menu-container.preset-2 .eael-simple-menu li ul li:hover>a, .eael-simple-menu-container.preset-2 .eael-simple-menu li ul li.current-menu-item>a {
	color: #1bc1ff;
}

@media screen and (max-width: 1024px) {
	.eael_simple_menu_hamburger_disable_selected_menu_hide .eael-simple-menu-toggle-text {
		display: none !important;
	}
}

.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle-text {
	display: none;
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle {
		top: 0;
		left: 0;
		right: auto;
	}
}

.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle .eael-simple-menu-toggle-text {
	display: block;
	left: calc(100% + 20px);
	white-space: nowrap;
}

@media screen and (max-width: 1024px) {
	.eael-simple-menu-hamburger-align-center .eael-simple-menu-toggle {
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.eael-simple-menu--stretch .eael-simple-menu.eael-simple-menu-responsive {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: max-height .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	overflow: auto;
	z-index: 9999;
	max-height: 100vh;
}

.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-center li .eael-simple-menu-indicator {
	left: initial !important;
	right: 10px !important;
}

.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-center li a {
	text-align: center !important;
}

.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-left li .eael-simple-menu-indicator {
	left: initial !important;
	right: 10px !important;
}

.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-left li a {
	text-align: left !important;
}

.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-right li .eael-simple-menu-indicator {
	right: initial !important;
	left: 10px !important;
}

.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-right li a {
	text-align: right !important;
}

.eael-popup-details-render {
	width: 80%;
	max-width: 900px;
}

.eael-popup-details-render .eael-preloader {
	margin: 0 auto;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.eael-product-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: -1;
}

.eael-product-popup.eael-product-popup-ready {
	z-index: 999;
	opacity: 1 !important;
}

.eael-product-popup.eael-product-zoom-in {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.eael-product-popup.eael-product-zoom-in .eael-product-popup-details {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details {
	opacity: 1;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg {
	opacity: .7;
}

.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg {
	opacity: 0;
}

.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.eael-product-popup .eael-product-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.eael-product-popup .eael-product-popup-details {
	position: relative;
	margin: 5vh auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 900px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	background-color: #fefefe;
	width: 100%;
	border-radius: 10px;
	height: auto;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
}

.eael-product-popup .eael-product-popup-details .single_add_to_cart_button {
	position: relative;
}

.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 12px;
}

.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	position: absolute;
	right: 12px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.eael-product-popup.woocommerce div.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	overflow-y: auto;
	background: transparent;
	position: relative;
}

.eael-product-popup.woocommerce div.product.ast-article-single, .eael-product-popup.woocommerce div.product .ast-article-single {
	background: transparent;
}

@media (max-width: 767px) {
	.eael-product-popup.woocommerce div.product {
		display: block;
	}
}

.eael-product-popup.woocommerce div.product div.images {
	width: 100%;
	margin-bottom: 0;
}

.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin-bottom: 1em;
}

.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: calc(25% - .75em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
	margin-right: 0;
}

.eael-product-popup.woocommerce div.product .product_title {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: normal;
	text-transform: capitalize;
}

.eael-product-popup.woocommerce div.product .product_title.entry-title {
	display: block;
}

.eael-product-popup.woocommerce div.product .product_title:before {
	content: none;
}

.eael-product-popup.woocommerce div.product .price {
	font-size: 25px;
	line-height: 1.2em;
	margin: 0 0 15px;
	text-align: left !important;
}

.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0;
}

.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p, .eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 20px;
}

.eael-product-popup.woocommerce div.product .button {
	margin: 0 !important;
	line-height: 1.5em;
}

.eael-product-popup.woocommerce div.product form.cart {
	margin: 0 0 1.2em;
	padding: 0;
	border: none;
	width: 100%;
}

.eael-product-popup.woocommerce div.product form.cart table {
	border: none;
	margin: 0 0 1.2em;
	border-collapse: collapse;
	width: 100%;
}

.eael-product-popup.woocommerce div.product form.cart table tbody {
	display: table-row-group;
	border: none;
}

.eael-product-popup.woocommerce div.product form.cart p.stock {
	margin-bottom: 0;
}

.eael-product-popup.woocommerce div.product form.cart .group_table td {
	border: none;
}

.eael-product-popup.woocommerce div.product form.cart .group_table .button {
	padding: .8em;
	font-weight: 400;
	font-size: .9rem;
	white-space: nowrap;
}

.eael-product-popup.woocommerce div.product form.cart div.quantity {
	margin-right: 15px;
	width: auto;
}

.eael-product-popup.woocommerce div.product form.cart div.quantity input, .eael-product-popup.woocommerce div.product form.cart div.quantity a {
	height: 100%;
	border: 1px solid;
}

.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number] {
	min-width: 90px;
}

.eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
	text-align: center;
}

.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
	outline: none;
}

.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
	padding: 10px 40px;
}

.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus, .eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus {
	display: none;
}

.eael-product-popup.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 5px;
}

.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating {
	font-size: 16px;
}

.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
}

.eael-product-popup.woocommerce div.product table tbody tr {
	border-bottom: 1px solid #ccc;
}

.eael-product-popup.woocommerce div.product table tbody tr td {
	background: transparent;
	vertical-align: middle !important;
	padding: 15px 15px 15px 0 !important;
}

.eael-product-popup.woocommerce div.product .product_meta {
	font-size: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	padding: 1em 0 0;
	margin: 0 0 .8em;
}

.eael-product-popup.woocommerce div.product .product_meta>span {
	display: block;
	border: none;
	padding: 5px 0;
}

.eael-product-popup .eael-product-image-wrap {
	width: 40%;
}

@media (max-width: 767px) {
	.eael-product-popup .eael-product-image-wrap {
		width: 100%;
	}
}

.eael-product-popup .eael-product-image-wrap .badge-container {
	display: none;
}

.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport {
	height: auto !important;
}

.eael-product-popup .eael-product-details-wrap {
	width: 56%;
	margin-left: 4%;
	text-align: left;
}

@media (max-width: 767px) {
	.eael-product-popup .eael-product-details-wrap {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
}

.eael-product-popup .eael-product-details-wrap .is-divider {
	display: none;
}

.eael-product-popup button.eael-product-popup-close {
	position: absolute;
	right: -15px;
	top: -18px;
	font-size: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	background: #fff !important;
	text-align: center;
	-webkit-box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	color: #000 !important;
	height: 40px;
	width: 40px;
	min-height: 40px;
	max-width: 40px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 1;
	border: 0;
	margin: 0;
}

.eael-product-popup button.eael-product-popup-close:focus {
	outline: none;
}

.eael-product-popup form.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.eael-product-popup form.cart.variations_form {
	display: block;
}

.eael-product-popup form.cart.variations_form .variations {
	border: none;
}

.eael-product-popup form.cart.variations_form .variations tr {
	margin-bottom: 5px;
}

.eael-product-popup form.cart.variations_form .variations td {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}

.eael-product-popup form.cart.variations_form .variations td select {
	width: 100%;
}

.eael-product-popup form.cart.variations_form .variations_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-product-popup form.cart.grouped_form {
	display: block;
}

.eael-product-popup form.cart.grouped_form table .button {
	line-height: 1.2em;
}

.eael-product-popup form.cart.grouped_form .quantity {
	width: 100%;
}

.eael-product-popup form.cart.grouped_form .quantity input, .eael-product-popup form.cart.grouped_form .quantity a {
	height: auto !important;
	min-height: 2.507em;
	line-height: 1.2em;
}

.eael-product-popup form.cart .quantity {
	width: 37%;
	margin-right: 20px;
}

.eael-product-popup form.cart .quantity input {
	width: 100%;
}

.eael-product-popup .eael-onsale {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	line-height: 1.2em;
	top: 30px;
	left: 0;
	margin: 0;
	background-color: #ff7a80;
	color: #fff;
	z-index: 9;
}

.eael-product-popup .eael-onsale.sale-preset-1.outofstock br {
	display: none;
}

.eael-product-popup .eael-onsale.sale-preset-1.right {
	left: auto;
	right: 0;
}

.eael-product-popup .eael-onsale.sale-preset-2 {
	padding: 0;
	top: 5px;
	left: 5px;
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
}

.eael-product-popup .eael-onsale.sale-preset-2.outofstock {
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-product-popup .eael-onsale.sale-preset-3 {
	border-radius: 50px;
	left: 15px;
	top: 15px;
}

.eael-product-popup .eael-onsale.sale-preset-3.outofstock br {
	display: none;
}

.eael-product-popup .eael-onsale.sale-preset-4 {
	left: 0;
	top: 15px;
}

.eael-product-popup .eael-onsale.sale-preset-4.outofstock br {
	display: none;
}

.eael-product-popup .eael-onsale.sale-preset-4:after {
	position: absolute;
	right: -15px;
	bottom: 0px;
	width: 15px;
	height: 24px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #23a454;
	content: "";
}

.eael-product-popup .eael-onsale.sale-preset-5 {
	display: block;
	line-height: 74px;
	height: 60px;
	width: 120px;
	left: -37px;
	top: -8px;
	right: auto;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.eael-product-popup .eael-onsale.sale-preset-5.outofstock {
	line-height: normal;
	padding-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
	max-width: 150px;
}

.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
	border: 1px solid;
}

.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity * {
	min-height: 33px;
	line-height: 33px;
	margin-top: 1px;
}

.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity .qty {
	min-width: 100px;
}

@media only screen and (max-width: 1023px) {
	.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity .qty {
		min-width: 70px;
	}
}

.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
	border: 1px solid;
}

@media only screen and (max-width: 767px) {
	.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity {
		width: 50%;
	}
	
	.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .minus, .theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .plus {
		width: 20%;
	}
	
	.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
		width: 60%;
		min-width: auto !important;
	}
	
	.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
		padding: 10px 18px !important;
	}
}

.eael-product-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-product-gallery.eael-terms-layout-horizontal {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab {
	margin: 0 0 50px 0;
}

.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab li:first-child a {
	margin-left: 0;
}

.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab li:last-child a {
	margin-right: 0;
}

.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab img {
	display: block;
	margin: 0 auto 5px auto;
}

.eael-product-gallery.eael-terms-layout-vertical {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 2%;
}

@media (max-width: 767px) {
	.eael-product-gallery.eael-terms-layout-vertical {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
}

.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab {
	width: 25%;
}

@media (max-width: 767px) {
	.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li {
		display: block;
	}
}

.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li:first-child a {
	margin-top: 0;
}

.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li:last-child a {
	margin-bottom: 0;
}

.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab a {
	padding: 20px 30px;
}

.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab img {
	margin: 0 5px 0 0;
}

.eael-product-gallery.eael-terms-layout-vertical .woocommerce {
	width: 75%;
}

@media (max-width: 767px) {
	.eael-product-gallery.eael-terms-layout-vertical .woocommerce {
		width: 100%;
	}
}

.eael-product-gallery .eael-cat-tab {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}

.eael-product-gallery .eael-cat-tab li {
	display: inline-block;
}

.eael-product-gallery .eael-cat-tab img {
	width: 35px;
}

.eael-product-gallery .eael-cat-tab a {
	padding: 20px 30px;
	display: block;
	background-color: #f8f6ff;
	color: #7d7a94;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	border-radius: 5px;
	margin: 3px;
}

.eael-product-gallery .eael-cat-tab a:hover, .eael-product-gallery .eael-cat-tab a.active {
	color: #fff;
	background-color: #8941ff;
}

.eael-product-gallery .woocommerce ul.products {
	display: grid;
	grid-gap: 25px;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}

.eael-product-gallery .woocommerce ul.products:before, .eael-product-gallery .woocommerce ul.products:after {
	display: none;
}

.eael-product-gallery .woocommerce ul.products .product {
	width: 100%;
	margin: 0;
	padding: 0;
}

.eael-product-gallery .woocommerce ul.products .product .star-rating {
	margin: 0 auto 5px;
	display: inline-block;
	float: none;
	height: 1em;
	width: 5.6em;
	font-size: 1em;
	line-height: 1em;
}

.eael-product-gallery .woocommerce ul.products .product .star-rating:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	opacity: 1;
}

.eael-product-gallery .woocommerce ul.products .product .star-rating span {
	display: inline-block;
}

.eael-product-gallery .woocommerce ul.products .product .star-rating span:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.eael-product-gallery .woocommerce ul.products li.product {
	width: 100%;
}

.eael-product-gallery .woocommerce ul.products.products[class*=columns-] li.product {
	width: 100%;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a {
	text-decoration: none;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product img {
	width: 100%;
	height: auto;
	margin: 0;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	margin: 25px 0 12px;
	padding: 0;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .onsale {
	display: block;
	line-height: 170px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
	text-transform: uppercase;
	color: #fff;
	background-color: #ff2a13;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	height: 100px;
	width: 200px;
	z-index: 1;
	left: -100px;
	top: -50px;
	right: auto;
	margin: 0;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .outofstock-badge {
	line-height: 16px;
	font-size: 13px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	letter-spacing: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
	text-transform: uppercase;
	color: #fff;
	background-color: #ff2a13;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	height: 100px;
	width: 200px;
	z-index: 1;
	left: -95px;
	top: -45px;
	right: auto;
	margin: 0;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price {
	font-size: 14px;
	margin-bottom: 0;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price del {
	opacity: .5;
	display: inline-block;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price ins {
	font-weight: 400;
	background-color: transparent;
	color: #ff2a13;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .star-rating {
	display: block;
	float: none;
	font-size: 14px;
	margin: 10px auto;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button, .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
	padding: 0;
	margin: 15px;
	border-radius: 0;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before, .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 8px;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.product_type_variable:before, .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button:focus, .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button:focus {
	outline: none;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before {
	content: none;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .eael-wc-compare {
	color: #fff;
	background-color: #333;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a.added_to_cart {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #333;
	background-color: transparent;
}

.eael-product-gallery.eael-product-preset-6 ul.products li.product .image-wrap img, .eael-product-gallery.eael-product-preset-2 ul.products li.product .image-wrap img, .eael-product-gallery.eael-product-preset-1 ul.products li.product .image-wrap img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.eael-product-gallery.masonry .woocommerce ul.products {
	display: block;
}

@media (min-width: 766px) {
	.eael-product-gallery.masonry .woocommerce ul.products {
		margin: 0 -1% !important;
	}
}

.eael-product-gallery.masonry .woocommerce ul.products:before, .eael-product-gallery.masonry .woocommerce ul.products:after {
	display: table;
	content: " ";
}

.eael-product-gallery.masonry .woocommerce ul.products li.product {
	float: left;
	margin: 15px 0;
}

@media (min-width: 766px) {
	.eael-product-gallery.masonry .woocommerce ul.products li.product {
		margin: 1%;
	}
}

.eael-product-gallery .woocommerce ul.products h2.eael-product-not-found {
	grid-column: 1/-1;
	text-align: center;
	font-size: 20px;
}

.eael-product-gallery .woocommerce ul.products li.product a img, .eael-product-gallery .woocommerce ul.products li.product img {
	margin-bottom: 0;
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.eael-product-gallery .woocommerce ul.products li.product .woocommerce-loop-product__title {
	letter-spacing: normal;
	font-weight: 700;
	text-transform: capitalize;
}

.eael-product-gallery .woocommerce ul.products li.product ins {
	background: transparent;
}

.eael-product-gallery .woocommerce ul.products li.product .button {
	text-transform: capitalize;
	border: none;
	letter-spacing: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.eael-product-gallery .woocommerce ul.products li.product .button:hover, .eael-product-gallery .woocommerce ul.products li.product .button:visited {
	text-decoration: none;
}

.eael-product-gallery .woocommerce ul.products li.product .star-rating {
	margin: 0 auto 5px;
	display: inline-block;
	float: none;
	height: 1em;
	width: 5.6em;
	font-size: 1em;
	line-height: 1em;
}

.eael-product-gallery .woocommerce ul.products li.product .star-rating:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	opacity: 1;
}

.eael-product-gallery .woocommerce ul.products li.product .star-rating span {
	display: inline-block;
}

.eael-product-gallery .woocommerce ul.products li.product .star-rating span:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.eael-product-gallery .woocommerce ul.products .product {
	overflow-y: auto;
}

.eael-product-gallery .eael-load-more-button-wrap {
	clear: both;
	margin-top: 40px;
}

.eael-product-gallery .eael-product-wrap .eael-onsale {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	line-height: 1.2em;
	top: 30px;
	left: 0;
	margin: 0;
	background-color: #ff7a80;
	color: #fff;
	z-index: 9;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br {
	display: none;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-1.right {
	left: auto;
	right: 0;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2 {
	padding: 0;
	top: 5px;
	left: 5px;
	display: inline-table;
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2.outofstock {
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2.right {
	left: auto;
	right: 5px;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3 {
	border-radius: 50px;
	left: 15px;
	top: 15px;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br {
	display: none;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3.right {
	left: auto;
	right: 15px;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4 {
	left: 0;
	top: 15px;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br {
	display: none;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4:after {
	position: absolute;
	right: -15px;
	bottom: 0px;
	width: 15px;
	height: 24px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #23a454;
	content: "";
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.right {
	left: auto;
	right: 0;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.right:after {
	right: auto;
	left: -15px;
	border-left: 0;
	border-right: 10px solid #23a454;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5 {
	display: block;
	line-height: 74px;
	height: 60px;
	width: 120px;
	left: -37px;
	top: -8px;
	right: auto;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5.outofstock {
	line-height: normal;
	padding-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5.right {
	left: auto;
	right: -35px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.eael-product-gallery .eael-product-wrap .eael-product-title * {
	font-size: 20px;
	line-height: 1.2em;
	color: #252525;
	font-weight: 500;
	margin: 0 0 8px;
	padding: 0;
}

.eael-product-gallery .eael-product-wrap .eael-product-title *:before {
	content: none;
}

.eael-product-gallery .eael-product-wrap .eael-product-price {
	font-size: 18px;
	line-height: 1.2em;
	color: #ff7a80;
	font-weight: 600;
	margin-bottom: 10px;
}

.eael-product-gallery .eael-product-wrap .star-rating {
	margin: 0 auto 10px;
}

.eael-product-gallery .eael-product-wrap a.button.add_to_cart_button.added {
	display: none !important;
}

.eael-product-gallery .eael-product-wrap:hover .icons-wrap.box-style {
	bottom: 30px;
	visibility: visible;
	opacity: 1;
}

.eael-product-gallery .eael-product-wrap:hover .icons-wrap.block-box-style {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.eael-product-gallery .eael-product-wrap:hover .icons-wrap.block-style {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.eael-product-gallery .eael-product-wrap .product-image-wrap {
	position: relative;
	overflow: hidden;
}

.eael-product-gallery .eael-product-wrap .icons-wrap {
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 9;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	margin: 0 auto;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-style {
	background: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	width: 100%;
	top: auto;
	bottom: -50px;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li:not(:last-child) {
	border-right: 1px solid #fff;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li.add-to-cart {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a {
	position: relative;
	background-color: transparent;
	margin: 0;
	padding: 10px 5px;
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a:hover {
	background-color: transparent;
	color: #000;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a i {
	line-height: normal;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.box-style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: auto;
	bottom: -100px;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 3px;
	-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
	box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a i {
	line-height: 1rem;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.added_to_cart {
	font-size: 0 !important;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button {
	padding: 0;
	margin: 3px;
	font-size: 0px !important;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: visible;
	opacity: 1;
	top: auto;
	bottom: -24px;
	margin: 0 5%;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 3px;
	-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
	box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a i {
	line-height: 1rem;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart {
	font-size: 0 !important;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	line-height: 38px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button {
	padding: 0;
	margin: 0;
	font-size: 0px !important;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external {
	width: auto;
	height: auto;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style {
	background: #fff;
	width: 100%;
	top: auto;
	bottom: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 10px 2px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a i {
	line-height: 1rem;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart {
	font-size: 0 !important;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button {
	padding: 0;
	margin: 10px 2px 0;
	font-size: 0px !important;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.eael-product-gallery .eael-product-wrap .icons-wrap li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.eael-product-gallery .eael-product-wrap .icons-wrap li a {
	display: block;
	position: absolute;
	color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	cursor: pointer;
}

.eael-product-gallery .eael-product-wrap .icons-wrap li a:hover {
	background: #ff7a80;
	color: #fff;
}

.eael-product-gallery .eael-product-wrap .icons-wrap li a i {
	position: relative;
	font-size: 18px;
	line-height: 42px;
}

.eael-product-gallery .eael-product-wrap .icons-wrap li a svg {
	width: 18px;
}

.eael-product-gallery .eael-product-wrap .product-details-wrap {
	padding: 10px;
}

.eael-product-gallery.eael-product-preset-1 .product-image-wrap {
	overflow: inherit;
}

.eael-product-gallery.eael-product-preset-1 .product-details-wrap>div:first-child {
	margin-top: 20px;
}

.eael-product-gallery.eael-product-preset-6 ul.products, .eael-product-gallery.eael-product-preset-2 ul.products, .eael-product-gallery.eael-product-preset-1 ul.products {
	padding: 0;
	margin: 0;
	list-style: none;
}

.eael-product-gallery.eael-product-preset-6 ul.products li.product, .eael-product-gallery.eael-product-preset-2 ul.products li.product, .eael-product-gallery.eael-product-preset-1 ul.products li.product {
	text-align: center;
	border: 1px solid #000;
	overflow: hidden;
}

.eael-product-gallery.eael-product-preset-6 ul.products li.product.first, .eael-product-gallery.eael-product-preset-2 ul.products li.product.first, .eael-product-gallery.eael-product-preset-1 ul.products li.product.first {
	clear: none;
}

.eael-product-gallery.eael-product-preset-3 .product.outofstock .icons-wrap .button, .eael-product-gallery.eael-product-preset-2 .product.outofstock .icons-wrap .button, .eael-product-gallery.eael-product-preset-1 .product.outofstock .icons-wrap .button {
	display: none;
}

.eael-product-gallery.eael-product-preset-3 .icons-wrap .button.product_type_grouped, .eael-product-gallery.eael-product-preset-2 .icons-wrap .button.product_type_grouped, .eael-product-gallery.eael-product-preset-1 .icons-wrap .button.product_type_grouped {
	display: none;
}

.eael-load-more-button.hide-load-more {
	display: none !important;
}

@media only screen and (min-width: 1025px) {
	.eael-product-gallery-column-1 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.eael-product-gallery-column-2 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.eael-product-gallery-column-3 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.eael-product-gallery-column-4 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.eael-product-gallery-column-5 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.eael-product-gallery-column-6 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.eael-product-gallery-column-1 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.eael-product-gallery-column-2 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 48%;
	}
	
	.eael-product-gallery-column-3 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 31.3333%;
	}
	
	.eael-product-gallery-column-4 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 23%;
	}
	
	.eael-product-gallery-column-5 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 18%;
	}
	
	.eael-product-gallery-column-6 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 14.66666667%;
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.eael-product-gallery-column-tablet-1 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.eael-product-gallery-column-tablet-2 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.eael-product-gallery-column-tablet-3 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.eael-product-gallery-column-tablet-4 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.eael-product-gallery-column-tablet-5 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.eael-product-gallery-column-tablet-6 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.eael-product-gallery-column-tablet-1 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.eael-product-gallery-column-tablet-2 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 48%;
	}
	
	.eael-product-gallery-column-tablet-3 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 31.3333%;
	}
	
	.eael-product-gallery-column-tablet-4 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 23%;
	}
	
	.eael-product-gallery-column-tablet-5 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 18%;
	}
	
	.eael-product-gallery-column-tablet-6 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 14.66666667%;
	}
}

@media only screen and (max-width: 767px) {
	.eael-product-gallery-column-mobile-1 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.eael-product-gallery-column-mobile-2 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.eael-product-gallery-column-mobile-3 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.eael-product-gallery-column-mobile-4 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.eael-product-gallery-column-mobile-5 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.eael-product-gallery-column-mobile-6 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.eael-product-gallery-column-mobile-1 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.eael-product-gallery-column-mobile-2 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 48% !important;
		margin: 1%;
	}
	
	.eael-product-gallery-column-mobile-3 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 31.3333% !important;
		margin: 1%;
	}
	
	.eael-product-gallery-column-mobile-4 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 23% !important;
		margin: 1%;
	}
	
	.eael-product-gallery-column-mobile-5 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 18% !important;
		margin: 1%;
	}
	
	.eael-product-gallery-column-mobile-6 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 14.66666667% !important;
		margin: 1%;
	}
}

@-webkit-keyframes ploaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ploaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.eael-product-loader {
	opacity: .6 !important;
	pointer-events: none !important;
}

.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	position: unset;
	display: unset;
}

.woocommerce ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
	display: none;
}

.theme-blocksy .button:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	-webkit-filter: none !important;
	filter: none !important;
	opacity: 1;
	z-index: 0;
	bottom: 0 !important;
	right: 0;
	line-height: 1.2em;
}

.theme-blocksy .button:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.eael-circle-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-circle-wrapper .eael-circle-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper .eael-circle-info {
		margin: 0 !important;
	}
}

.eael-circle-wrapper .eael-circle-inner {
	width: 500px;
	height: 500px;
	border: 6px solid #f5f3ff;
	border-radius: 50%;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper .eael-circle-inner {
		border-radius: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
}

.eael-circle-wrapper .eael-circle-btn {
	cursor: pointer;
	-webkit-transition: all .2ms;
	-o-transition: all .2ms;
	transition: all .2ms;
}

.eael-circle-wrapper .eael-circle-btn-txt {
	font-size: 14px;
	line-height: 1.5em;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper .eael-circle-content {
		border-radius: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
}

.eael-circle-wrapper .eael-circle-content h1, .eael-circle-wrapper .eael-circle-content h2, .eael-circle-wrapper .eael-circle-content h3, .eael-circle-wrapper .eael-circle-content h4, .eael-circle-wrapper .eael-circle-content h5, .eael-circle-wrapper .eael-circle-content h6, .eael-circle-wrapper .eael-circle-content p, .eael-circle-wrapper .eael-circle-content span, .eael-circle-wrapper .eael-circle-content div {
	margin: 0;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info {
	margin: 45px 0;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner {
	position: relative;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
	box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
	z-index: 99;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes {
	display: none;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon {
	text-align: center;
	padding: 18px;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner i {
	color: #a195dc;
	font-size: 22px;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner svg {
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	fill: #a195dc;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner .eael-circle-btn-txt {
	color: #7a5bff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon, .eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon {
	background: #7a5bff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon i, .eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon i {
	color: #fff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon svg, .eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon svg {
	fill: #fff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon .eael-circle-btn-txt, .eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon .eael-circle-btn-txt {
	color: #fff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	border-radius: 50%;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content {
		border-radius: 0;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content .eael-circle-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 75px;
	text-align: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content .eael-circle-content {
		border-radius: 0;
		margin-top: 20px;
		height: auto;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content.active {
	visibility: visible;
	opacity: 1;
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="1"] .eael-circle-item #eael-circle-item-1 {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="2"] .eael-circle-item #eael-circle-item-1 {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="2"] .eael-circle-item #eael-circle-item-2 {
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="3"] .eael-circle-item #eael-circle-item-1 {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="3"] .eael-circle-item #eael-circle-item-2 {
	top: 75%;
	left: 93%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="3"] .eael-circle-item #eael-circle-item-3 {
	top: 75%;
	left: 7%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="4"] .eael-circle-item #eael-circle-item-1 {
	top: 14.65%;
	left: 14.65%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="4"] .eael-circle-item #eael-circle-item-2 {
	top: 14.65%;
	left: 85.35%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="4"] .eael-circle-item #eael-circle-item-3 {
	top: 85.35%;
	left: 14.65%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="4"] .eael-circle-item #eael-circle-item-4 {
	top: 85.35%;
	left: 85.35%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="5"] .eael-circle-item #eael-circle-item-1 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="5"] .eael-circle-item #eael-circle-item-2 {
	top: 39%;
	left: 99%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="5"] .eael-circle-item #eael-circle-item-3 {
	top: 90%;
	left: 20%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="5"] .eael-circle-item #eael-circle-item-4 {
	top: 90%;
	left: 80%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="5"] .eael-circle-item #eael-circle-item-5 {
	top: 39%;
	left: 1%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="6"] .eael-circle-item #eael-circle-item-1 {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="6"] .eael-circle-item #eael-circle-item-2 {
	top: 25%;
	left: 93%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="6"] .eael-circle-item #eael-circle-item-3 {
	top: 75%;
	left: 93%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="6"] .eael-circle-item #eael-circle-item-4 {
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="6"] .eael-circle-item #eael-circle-item-5 {
	top: 75%;
	left: 7%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="6"] .eael-circle-item #eael-circle-item-6 {
	top: 25%;
	left: 7%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="7"] .eael-circle-item #eael-circle-item-1 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="7"] .eael-circle-item #eael-circle-item-2 {
	top: 20%;
	left: 92%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="7"] .eael-circle-item #eael-circle-item-3 {
	top: 61%;
	left: 99%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="7"] .eael-circle-item #eael-circle-item-4 {
	top: 95%;
	left: 72%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="7"] .eael-circle-item #eael-circle-item-5 {
	top: 95%;
	left: 28%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="7"] .eael-circle-item #eael-circle-item-6 {
	top: 61%;
	left: 1%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="7"] .eael-circle-item #eael-circle-item-7 {
	top: 20%;
	left: 8%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="8"] .eael-circle-item #eael-circle-item-1 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="8"] .eael-circle-item #eael-circle-item-2 {
	top: 14.65%;
	left: 85.35%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="8"] .eael-circle-item #eael-circle-item-3 {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="8"] .eael-circle-item #eael-circle-item-4 {
	top: 85.35%;
	left: 85.35%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="8"] .eael-circle-item #eael-circle-item-5 {
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="8"] .eael-circle-item #eael-circle-item-6 {
	top: 85.35%;
	left: 14.65%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="8"] .eael-circle-item #eael-circle-item-7 {
	top: 50%;
	left: 0%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info[data-items="8"] .eael-circle-item #eael-circle-item-8 {
	top: 14.65%;
	left: 14.65%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 601px) {
	@-webkit-keyframes eael-1-anim-1-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	@keyframes eael-1-anim-1-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1.eael-interactive-circle-animation-1 .eael-circle-inner .eael-circle-btn {
		-webkit-animation: eael-1-anim-1-btn-animation 2s;
		animation: eael-1-anim-1-btn-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1.eael-interactive-circle-animation-2 .eael-circle-inner {
		-webkit-animation: eael-1-anim-2-circle-animation 2s;
		animation: eael-1-anim-2-circle-animation 2s;
	}
	
	@-webkit-keyframes eael-1-anim-2-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	@keyframes eael-1-anim-2-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	@-webkit-keyframes eael-1-anim-2-circle-animation {
		0% {
			height: 0;
			width: 0;
			margin-top: 250px;
			margin-bottom: 250px;
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	
	@keyframes eael-1-anim-2-circle-animation {
		0% {
			height: 0;
			width: 0;
			margin-top: 250px;
			margin-bottom: 250px;
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1.eael-interactive-circle-animation-2 .eael-circle-inner .eael-circle-btn {
		-webkit-animation: eael-1-anim-2-btn-animation 2s;
		animation: eael-1-anim-2-btn-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1.eael-interactive-circle-animation-3 .eael-circle-inner {
		-webkit-animation: eael-1-anim-3-circle-animation 2s;
		animation: eael-1-anim-3-circle-animation 2s;
	}
	
	@-webkit-keyframes eael-1-anim-3-btn-animation {
		0% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(360deg);
			transform: translate(-50%, -50%) rotate(360deg);
		}
	}
	
	@keyframes eael-1-anim-3-btn-animation {
		0% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(360deg);
			transform: translate(-50%, -50%) rotate(360deg);
		}
	}
	
	@-webkit-keyframes eael-1-anim-3-circle-animation {
		0% {
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	
	@keyframes eael-1-anim-3-circle-animation {
		0% {
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	
	@-webkit-keyframes eael-1-anim-3-circle-content-animation {
		0% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	@keyframes eael-1-anim-3-circle-content-animation {
		0% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1.eael-interactive-circle-animation-3 .eael-circle-inner .eael-circle-btn-content {
		-webkit-animation: eael-1-anim-3-circle-content-animation 2s;
		animation: eael-1-anim-3-circle-content-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1.eael-interactive-circle-animation-3 .eael-circle-inner .eael-circle-btn {
		-webkit-animation: eael-1-anim-3-btn-animation 2s;
		animation: eael-1-anim-3-btn-animation 2s;
	}
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info {
		width: 100%;
		padding: 0 !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-inner {
		display: grid;
		width: 100% !important;
		height: initial !important;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		border: none;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-item {
		border: 6px solid #f5f3ff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-item .eael-circle-btn {
		position: initial !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes {
		display: none !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-item .eael-circle-btn-content {
		position: initial !important;
		visibility: visible !important;
		opacity: 1 !important;
		display: block !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-item .eael-circle-btn-content .eael-circle-content {
		padding: 0 !important;
		background: transparent !important;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 {
	margin: 45px 0 0;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info {
	padding: 62.5px 62.5px 0 62.5px;
	position: relative;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner {
	width: 700px;
	height: 350px;
	border-radius: 700px 700px 0 0;
	border: 5px solid #ffe6dc;
	border-bottom: none !important;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner {
		width: 100%;
		height: auto;
		border-radius: 0;
		border: 0;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn {
	position: absolute;
	z-index: 99;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
	box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
	background: #fff;
	top: 50%;
	left: 50%;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon {
	padding: 10px;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: #fff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-btn-icon-inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-btn-icon-inner h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 10px;
	color: #0d0c0e;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-btn-icon-inner i {
	color: #a195dc;
	font-size: 22px;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-btn-icon-inner svg {
	width: 35px;
	min-width: 35px;
	height: 35px;
	min-height: 35px;
	fill: #a195dc;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-btn-icon-inner .eael-circle-btn-txt {
	color: #7a5bff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon, .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon {
	background: #b977fc;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon i, .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon i {
	color: #fff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon svg, .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon svg {
	fill: #fff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon .eael-circle-btn-txt, .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon .eael-circle-btn-txt {
	color: #fff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn:hover .eael-circle-btn-icon .eael-circle-icon-inner, .eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon .eael-circle-icon-inner {
	background: #f4fff9;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content {
	position: absolute;
	width: calc(100% - 105px);
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	height: 350px;
	padding: 6px;
	padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content {
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 0;
		height: auto !important;
		margin-top: 20px;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content .eael-circle-content {
	overflow: hidden;
	border-top-left-radius: 500px;
	border-top-right-radius: 500px;
	height: 344px;
	padding: 0px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content .eael-circle-content {
		height: auto !important;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content .eael-circle-content h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 2;
	color: #202b46;
	margin-bottom: 0;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content.active {
	visibility: visible;
	opacity: 1;
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="1"] .eael-circle-item #eael-circle-item-1 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="2"] .eael-circle-item #eael-circle-item-1 {
	top: 40%;
	left: 10%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="2"] .eael-circle-item #eael-circle-item-2 {
	top: 40%;
	left: 90%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="3"] .eael-circle-item #eael-circle-item-1 {
	top: 72%;
	left: 2%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="3"] .eael-circle-item #eael-circle-item-2 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="3"] .eael-circle-item #eael-circle-item-3 {
	top: 72%;
	left: 98%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="4"] .eael-circle-item #eael-circle-item-1 {
	top: 72%;
	left: 2%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="4"] .eael-circle-item #eael-circle-item-2 {
	top: 10.6%;
	left: 27.6%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="4"] .eael-circle-item #eael-circle-item-3 {
	top: 10.6%;
	left: 72.4%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="4"] .eael-circle-item #eael-circle-item-4 {
	top: 72%;
	left: 98%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="5"] .eael-circle-item #eael-circle-item-1 {
	top: 72%;
	left: 2%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="5"] .eael-circle-item #eael-circle-item-2 {
	top: 20%;
	left: 20%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="5"] .eael-circle-item #eael-circle-item-3 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="5"] .eael-circle-item #eael-circle-item-4 {
	top: 20%;
	left: 80%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="5"] .eael-circle-item #eael-circle-item-5 {
	top: 72%;
	left: 98%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="6"] .eael-circle-item #eael-circle-item-1 {
	top: 72%;
	left: 2%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="6"] .eael-circle-item #eael-circle-item-2 {
	top: 28.4%;
	left: 15%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="6"] .eael-circle-item #eael-circle-item-3 {
	top: 3.6%;
	left: 36.6%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="6"] .eael-circle-item #eael-circle-item-4 {
	top: 3.6%;
	left: 63.4%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="6"] .eael-circle-item #eael-circle-item-5 {
	top: 28.4%;
	left: 85%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="6"] .eael-circle-item #eael-circle-item-6 {
	top: 72%;
	left: 98%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="7"] .eael-circle-item #eael-circle-item-1 {
	top: 72%;
	left: 2%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="7"] .eael-circle-item #eael-circle-item-2 {
	top: 37.5%;
	left: 11%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="7"] .eael-circle-item #eael-circle-item-3 {
	top: 10.9%;
	left: 27.3%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="7"] .eael-circle-item #eael-circle-item-4 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="7"] .eael-circle-item #eael-circle-item-5 {
	top: 10.9%;
	left: 72.7%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="7"] .eael-circle-item #eael-circle-item-6 {
	top: 37.5%;
	left: 89%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="7"] .eael-circle-item #eael-circle-item-7 {
	top: 72%;
	left: 98%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="8"] .eael-circle-item #eael-circle-item-1 {
	top: 72%;
	left: 2%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="8"] .eael-circle-item #eael-circle-item-2 {
	top: 40%;
	left: 10%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="8"] .eael-circle-item #eael-circle-item-3 {
	top: 16%;
	left: 22.9%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="8"] .eael-circle-item #eael-circle-item-4 {
	top: 1.9%;
	left: 40.6%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="8"] .eael-circle-item #eael-circle-item-5 {
	top: 1.9%;
	left: 59.4%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="8"] .eael-circle-item #eael-circle-item-6 {
	top: 16%;
	left: 77.1%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="8"] .eael-circle-item #eael-circle-item-7 {
	top: 40%;
	left: 90%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info .eael-circle-inner[data-items="8"] .eael-circle-item #eael-circle-item-8 {
	top: 72%;
	left: 98%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 601px) {
	@-webkit-keyframes eael-2-anim-1-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	@keyframes eael-2-anim-1-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2.eael-interactive-circle-animation-1 .eael-circle-inner .eael-circle-btn {
		-webkit-animation: eael-2-anim-1-btn-animation 2s;
		animation: eael-2-anim-1-btn-animation 2s;
	}
	
	@-webkit-keyframes eael-2-anim-2-btn-animation {
		15% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(-700deg);
			transform: translate(-50%, -50%) rotate(-700deg);
		}
	}
	
	@keyframes eael-2-anim-2-btn-animation {
		15% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(-700deg);
			transform: translate(-50%, -50%) rotate(-700deg);
		}
	}
	
	@-webkit-keyframes eael-2-anim-2-content-animation {
		0% {
			-webkit-transform: scale(0);
			transform: scale(0);
		}
		
		15% {
			-webkit-transform: scale(0);
			transform: scale(0);
		}
	}
	
	@keyframes eael-2-anim-2-content-animation {
		0% {
			-webkit-transform: scale(0);
			transform: scale(0);
		}
		
		15% {
			-webkit-transform: scale(0);
			transform: scale(0);
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2.eael-interactive-circle-animation-2 .eael-circle-info .eael-circle-btn {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation: eael-2-anim-2-btn-animation 2s;
		animation: eael-2-anim-2-btn-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2.eael-interactive-circle-animation-2 .eael-circle-info .eael-circle-btn-content {
		-webkit-animation: eael-2-anim-2-content-animation 2s;
		animation: eael-2-anim-2-content-animation 2s;
	}
	
	@-webkit-keyframes eael-2-anim-3-btn-animation {
		5% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		
		20% {
			top: 30%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
	}
	
	@keyframes eael-2-anim-3-btn-animation {
		5% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		
		20% {
			top: 30%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2.eael-interactive-circle-animation-3 .eael-circle-info .eael-circle-btn {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation: eael-2-anim-3-btn-animation 2s;
		animation: eael-2-anim-3-btn-animation 2s;
	}
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-info {
		width: 100%;
		padding: 0 !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-inner {
		display: grid;
		width: 100%;
		height: initial;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		border: none;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-item {
		border: 6px solid #f5f3ff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-item .eael-circle-btn {
		position: initial !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes {
		display: none !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-item .eael-circle-btn-content {
		position: initial !important;
		visibility: visible !important;
		opacity: 1 !important;
		display: block !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-2 .eael-circle-item .eael-circle-btn-content .eael-circle-content {
		padding: 0 !important;
		background: transparent !important;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 {
	margin: 45px;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info {
	padding: 72.5px;
	position: relative;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner {
	width: 400px;
	height: 400px;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner {
		width: 100% !important;
		height: auto !important;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn {
	position: absolute;
	z-index: 99;
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes .eael-shape-1 {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #f5f3ff;
	height: 5px;
	width: 72.5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes .eael-shape-2 {
	position: absolute;
	left: calc(50% + 72.5px + 3px);
	top: 50%;
	border-radius: 50%;
	background: #f5f3ff;
	height: 20px;
	width: 20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon {
	padding: 10px;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner img, .eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner svg {
	width: 35px;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 10px;
	color: #0d0c0e;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn.active .eael-circle-btn-icon .eael-circle-icon-inner {
	background: #f4fff9;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content {
	position: absolute;
	top: 72.5px;
	bottom: 72.5px;
	left: 72.5px;
	right: 72.5px;
	display: block;
	opacity: 0;
	visibility: hidden;
	padding: 50px;
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content {
		padding: 0;
		border: 0 !important;
		margin-top: 20px;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content .eael-circle-content {
	border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
	box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content .eael-circle-content {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content .eael-circle-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 2;
	color: #202b46;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn-content.active {
	opacity: 1;
	visibility: visible;
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item:nth-child(8n+1) .eael-circle-btn-icon {
	background-image: -o-radial-gradient(48.96% 49.88%, 81.89% 82.54%, #0956c6 3.76%, #07a9f0 55.38%, #93dcfc 100%);
	background-image: radial-gradient(81.89% 82.54% at 48.96% 49.88%, #0956c6 3.76%, #07a9f0 55.38%, #93dcfc 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item:nth-child(8n+2) .eael-circle-btn-icon {
	background-image: -o-radial-gradient(52.18% 47.01%, 64.96% 65.32%, #6f00ff 3.76%, #533fff 55.38%, #b9aaff 100%);
	background-image: radial-gradient(64.96% 65.32% at 52.18% 47.01%, #6f00ff 3.76%, #533fff 55.38%, #b9aaff 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item:nth-child(8n+3) .eael-circle-btn-icon {
	background-image: -o-radial-gradient(47.77% 50.74%, 101.16% 101.7%, #ff9100 3.76%, #ffb655 56.99%, #fff04a 100%);
	background-image: radial-gradient(101.16% 101.7% at 47.77% 50.74%, #ff9100 3.76%, #ffb655 56.99%, #fff04a 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item:nth-child(8n+4) .eael-circle-btn-icon {
	background-image: -o-radial-gradient(48.95% 49.57%, 65.76% 66.29%, #b40042 3.76%, #c50048 48.92%, #ff5e93 100%);
	background-image: radial-gradient(65.76% 66.29% at 48.95% 49.57%, #b40042 3.76%, #c50048 48.92%, #ff5e93 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item:nth-child(8n+5) .eael-circle-btn-icon {
	background-image: -o-radial-gradient(51.12% 47.67%, 73.69% 72.33%, #2b3894 3.76%, #364099 14.18%, #5356a8 32.43%, #8078bf 55.38%, #d2a8d1 100%);
	background-image: radial-gradient(73.69% 72.33% at 51.12% 47.67%, #2b3894 3.76%, #364099 14.18%, #5356a8 32.43%, #8078bf 55.38%, #d2a8d1 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item:nth-child(8n+6) .eael-circle-btn-icon {
	background-image: -o-radial-gradient(48.86% 49.71%, 94.25% 92.56%, #199a8e 3.76%, #7af4ab 55.38%);
	background-image: radial-gradient(94.25% 92.56% at 48.86% 49.71%, #199a8e 3.76%, #7af4ab 55.38%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item:nth-child(8n+7) .eael-circle-btn-icon {
	background-image: -o-radial-gradient(51.12% 47.67%, 73.69% 72.33%, #2b3894 3.76%, #364099 14.18%, #5356a8 32.43%, #8078bf 55.38%, #d2a8d1 100%);
	background-image: radial-gradient(73.69% 72.33% at 51.12% 47.67%, #2b3894 3.76%, #364099 14.18%, #5356a8 32.43%, #8078bf 55.38%, #d2a8d1 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item:nth-child(8n+8) .eael-circle-btn-icon {
	background-image: -o-radial-gradient(48.86% 49.71%, 94.25% 92.56%, #199a8e 3.76%, #7af4ab 55.38%);
	background-image: radial-gradient(94.25% 92.56% at 48.86% 49.71%, #199a8e 3.76%, #7af4ab 55.38%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-1 {
	top: 14.6%;
	left: 14.6%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-1 .eael-circle-icon-shapes {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-2 {
	top: 14.6%;
	left: 85.4%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-2 .eael-circle-icon-shapes {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-3 {
	top: 85.4%;
	left: 14.6%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-3 .eael-circle-icon-shapes {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-4 {
	top: 85.4%;
	left: 85.4%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-4 .eael-circle-icon-shapes {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-5 {
	top: 50%;
	left: 0%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-6 {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-6 .eael-circle-icon-shapes {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-7 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-7 .eael-circle-icon-shapes {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-8 {
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info .eael-circle-inner .eael-circle-item #eael-circle-item-8 .eael-circle-icon-shapes {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media only screen and (min-width: 601px) {
	@-webkit-keyframes eael-3-anim-1-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	@keyframes eael-3-anim-1-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	@-webkit-keyframes eael-3-anim-1-shape-1-animation {
		0% {
			width: 0;
		}
	}
	
	@keyframes eael-3-anim-1-shape-1-animation {
		0% {
			width: 0;
		}
	}
	
	@-webkit-keyframes eael-3-anim-1-shape-2-animation {
		0% {
			left: 50%;
		}
	}
	
	@keyframes eael-3-anim-1-shape-2-animation {
		0% {
			left: 50%;
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-1 .eael-circle-inner .eael-circle-btn {
		-webkit-animation: eael-3-anim-1-btn-animation 2s;
		animation: eael-3-anim-1-btn-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-1 .eael-circle-inner .eael-circle-btn .eael-shape-1 {
		-webkit-animation: eael-3-anim-1-shape-1-animation 2s;
		animation: eael-3-anim-1-shape-1-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-1 .eael-circle-inner .eael-circle-btn .eael-shape-2 {
		-webkit-animation: eael-3-anim-1-shape-2-animation 2s;
		animation: eael-3-anim-1-shape-2-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-2 .eael-circle-info {
		-webkit-animation: eael-3-anim-2-circle-animation 2s;
		animation: eael-3-anim-2-circle-animation 2s;
	}
	
	@-webkit-keyframes eael-3-anim-2-circle-animation {
		0% {
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	
	@keyframes eael-3-anim-2-circle-animation {
		0% {
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	
	@-webkit-keyframes eael-3-anim-2-btn-animation {
		0% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(360deg);
			transform: translate(-50%, -50%) rotate(360deg);
		}
	}
	
	@keyframes eael-3-anim-2-btn-animation {
		0% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(360deg);
			transform: translate(-50%, -50%) rotate(360deg);
		}
	}
	
	@-webkit-keyframes eael-3-anim-2-shape-1-animation {
		0% {
			width: 0;
		}
	}
	
	@keyframes eael-3-anim-2-shape-1-animation {
		0% {
			width: 0;
		}
	}
	
	@-webkit-keyframes eael-3-anim-2-shape-2-animation {
		0% {
			left: 50%;
		}
	}
	
	@keyframes eael-3-anim-2-shape-2-animation {
		0% {
			left: 50%;
		}
	}
	
	@-webkit-keyframes eael-3-anim-2-circle-content-animation {
		0% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	@keyframes eael-3-anim-2-circle-content-animation {
		0% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-2 .eael-circle-info .eael-circle-btn-content {
		-webkit-animation: eael-3-anim-2-circle-content-animation 2s;
		animation: eael-3-anim-2-circle-content-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-2 .eael-circle-info .eael-circle-btn {
		-webkit-animation: eael-3-anim-2-btn-animation 2s;
		animation: eael-3-anim-2-btn-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-2 .eael-circle-info .eael-circle-btn .eael-shape-1 {
		-webkit-animation: eael-3-anim-2-shape-1-animation 2s;
		animation: eael-3-anim-2-shape-1-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-2 .eael-circle-info .eael-circle-btn .eael-shape-2 {
		-webkit-animation: eael-3-anim-2-shape-2-animation 2s;
		animation: eael-3-anim-2-shape-2-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-3 .eael-circle-info {
		-webkit-animation: eael-3-anim-3-circle-animation 2s;
		animation: eael-3-anim-3-circle-animation 2s;
	}
	
	@-webkit-keyframes eael-3-anim-3-circle-animation {
		30% {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
		}
	}
	
	@keyframes eael-3-anim-3-circle-animation {
		30% {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
		}
	}
	
	@-webkit-keyframes eael-3-anim-3-btn-animation {
		30% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(180deg);
			transform: translate(-50%, -50%) rotate(180deg);
		}
	}
	
	@keyframes eael-3-anim-3-btn-animation {
		30% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(180deg);
			transform: translate(-50%, -50%) rotate(180deg);
		}
	}
	
	@-webkit-keyframes eael-3-anim-3-shape-1-animation {
		30% {
			width: 0;
		}
	}
	
	@keyframes eael-3-anim-3-shape-1-animation {
		30% {
			width: 0;
		}
	}
	
	@-webkit-keyframes eael-3-anim-3-shape-2-animation {
		30% {
			left: 50%;
		}
	}
	
	@keyframes eael-3-anim-3-shape-2-animation {
		30% {
			left: 50%;
		}
	}
	
	@-webkit-keyframes eael-3-anim-3-circle-content-animation {
		30% {
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
		}
	}
	
	@keyframes eael-3-anim-3-circle-content-animation {
		30% {
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-3 .eael-circle-info .eael-circle-btn-content {
		-webkit-animation: eael-3-anim-3-circle-content-animation 2s;
		animation: eael-3-anim-3-circle-content-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-3 .eael-circle-info .eael-circle-btn {
		-webkit-animation: eael-3-anim-3-btn-animation 2s;
		animation: eael-3-anim-3-btn-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-3 .eael-circle-info .eael-circle-btn .eael-shape-1 {
		-webkit-animation: eael-3-anim-3-shape-1-animation 2s;
		animation: eael-3-anim-3-shape-1-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3.eael-interactive-circle-animation-3 .eael-circle-info .eael-circle-btn .eael-shape-2 {
		-webkit-animation: eael-3-anim-3-shape-2-animation 2s;
		animation: eael-3-anim-3-shape-2-animation 2s;
	}
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-info {
		width: 100%;
		padding: 0 !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-inner {
		display: grid;
		width: 100%;
		height: initial;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		border: none;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-item {
		border: 6px solid #f5f3ff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-item .eael-circle-btn {
		position: initial !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes {
		display: none !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-item .eael-circle-btn-content {
		position: initial !important;
		visibility: visible !important;
		opacity: 1 !important;
		display: block !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-3 .eael-circle-item .eael-circle-btn-content .eael-circle-content {
		padding: 0 !important;
		background: transparent !important;
	}
}

@media only screen and (min-width: 601px) {
	@-webkit-keyframes eael-4-anim-1-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	@keyframes eael-4-anim-1-btn-animation {
		0% {
			top: 50%;
			left: 50%;
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4.eael-interactive-circle-animation-1 .eael-circle-inner .eael-circle-btn {
		-webkit-animation: eael-4-anim-1-btn-animation 2s;
		animation: eael-4-anim-1-btn-animation 2s;
	}
	
	@-webkit-keyframes eael-4-anim-2-btn-animation {
		40% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(180deg);
			transform: translate(-50%, -50%) rotate(180deg);
		}
	}
	
	@keyframes eael-4-anim-2-btn-animation {
		40% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(180deg);
			transform: translate(-50%, -50%) rotate(180deg);
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4.eael-interactive-circle-animation-2 .eael-circle-inner .eael-circle-btn {
		-webkit-animation: eael-4-anim-2-btn-animation 2s;
		animation: eael-4-anim-2-btn-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4.eael-interactive-circle-animation-3 .eael-circle-info {
		-webkit-animation: eael-4-anim-3-circle-animation 2s;
		animation: eael-4-anim-3-circle-animation 2s;
	}
	
	@-webkit-keyframes eael-4-anim-3-circle-animation {
		0% {
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	
	@keyframes eael-4-anim-3-circle-animation {
		0% {
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}
	}
	
	@-webkit-keyframes eael-4-anim-3-btn-animation {
		0% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(360deg);
			transform: translate(-50%, -50%) rotate(360deg);
		}
	}
	
	@keyframes eael-4-anim-3-btn-animation {
		0% {
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) rotate(360deg);
			transform: translate(-50%, -50%) rotate(360deg);
		}
	}
	
	@-webkit-keyframes eael-4-anim-3-circle-content-animation {
		0% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	@keyframes eael-4-anim-3-circle-content-animation {
		0% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4.eael-interactive-circle-animation-3 .eael-circle-info .eael-circle-btn {
		-webkit-animation: eael-4-anim-3-btn-animation 2s;
		animation: eael-4-anim-3-btn-animation 2s;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4.eael-interactive-circle-animation-3 .eael-circle-info .eael-circle-btn-content {
		-webkit-animation: eael-4-anim-3-circle-content-animation 2s;
		animation: eael-4-anim-3-circle-content-animation 2s;
	}
}

@media only screen and (max-width: 600px) {
	.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info {
		width: 100%;
		padding: 0 !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-inner {
		display: grid;
		width: 100% !important;
		height: auto !important;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		border: none !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-item {
		border: 6px solid #f5f3ff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-item .eael-circle-btn {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		position: relative !important;
		top: initial !important;
		left: initial !important;
		bottom: initial !important;
		right: initial !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes {
		border-bottom-right-radius: 50%;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-item .eael-circle-btn-content {
		position: initial !important;
		visibility: visible !important;
		opacity: 1 !important;
		display: block !important;
	}
	
	.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-item .eael-circle-btn-content .eael-circle-content {
		padding: 0 !important;
		background: transparent !important;
	}
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info {
	position: relative;
	padding: 74.5px;
	margin: 45px 0;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-inner {
	width: 400px;
	height: 400px;
	border: 3px solid #ddddef;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn {
	position: absolute;
	z-index: 99;
	height: 95px;
	width: 95px;
	border-radius: 50%;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn .eael-circle-btn-icon {
	padding: 10px;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner img, .eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn .eael-circle-btn-icon .eael-circle-icon-inner svg {
	width: 35px;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn .eael-circle-icon-shapes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn.active .eael-circle-icon-inner {
	background: #f4fff9;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn-content {
	position: absolute;
	top: 80.5px;
	bottom: 80.5px;
	left: 80.5px;
	right: 80.5px;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 15px;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn-content .eael-circle-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	padding: 30px;
	border-radius: 50%;
	background: #fafaff;
	overflow: hidden;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn-content .eael-circle-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.3;
	color: #202b46;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn-content .eael-circle-content p {
	font-size: 16px;
	color: #737373;
	margin-top: 0;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item .eael-circle-btn-content.active {
	display: block;
	visibility: visible;
	opacity: 1;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+1) .eael-circle-icon-shapes {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: -o-radial-gradient(48.86% 49.71%, 94.25% 92.56%, #199a8e 3.76%, #7af4ab 55.38%);
	background: radial-gradient(94.25% 92.56% at 48.86% 49.71%, #199a8e 3.76%, #7af4ab 55.38%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+1) .eael-circle-btn-icon svg {
	fill: #199a8e;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+2) .eael-circle-icon-shapes {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: -o-linear-gradient(305.7deg, #476df8 15.07%, #6a8aff 97.18%);
	background: linear-gradient(144.3deg, #476df8 15.07%, #6a8aff 97.18%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+2) .eael-circle-btn-icon svg {
	fill: #07a9f0;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+3) .eael-circle-icon-shapes {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: -o-radial-gradient(52.18% 47.01%, 64.96% 65.32%, #6f00ff 3.76%, #533fff 55.38%, #b9aaff 100%);
	background: radial-gradient(64.96% 65.32% at 52.18% 47.01%, #6f00ff 3.76%, #533fff 55.38%, #b9aaff 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+3) .eael-circle-btn-icon svg {
	fill: #715eff;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+4) .eael-circle-icon-shapes {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: -o-radial-gradient(47.77% 50.74%, 101.16% 101.7%, #ff9100 3.76%, #ffb655 56.99%, #fff04a 100%);
	background: radial-gradient(101.16% 101.7% at 47.77% 50.74%, #ff9100 3.76%, #ffb655 56.99%, #fff04a 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+4) .eael-circle-btn-icon svg {
	fill: #ffae42;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+5) .eael-circle-icon-shapes {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	background: -o-radial-gradient(48.95% 49.57%, 65.76% 66.29%, #b40042 3.76%, #c50048 48.92%, #ff5e93 100%);
	background: radial-gradient(65.76% 66.29% at 48.95% 49.57%, #b40042 3.76%, #c50048 48.92%, #ff5e93 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+5) .eael-circle-btn-icon svg {
	fill: #b40042;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+6) .eael-circle-icon-shapes {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: -o-radial-gradient(51.12% 47.67%, 73.69% 72.33%, #2b3894 3.76%, #364099 14.18%, #5356a8 32.43%, #8078bf 55.38%, #d2a8d1 100%);
	background: radial-gradient(73.69% 72.33% at 51.12% 47.67%, #2b3894 3.76%, #364099 14.18%, #5356a8 32.43%, #8078bf 55.38%, #d2a8d1 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+6) .eael-circle-btn-icon svg {
	fill: #2b3894;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+7) .eael-circle-icon-shapes {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: -o-radial-gradient(48.86% 49.71%, 94.25% 92.56%, #199a8e 3.76%, #7af4ab 55.38%);
	background: radial-gradient(94.25% 92.56% at 48.86% 49.71%, #199a8e 3.76%, #7af4ab 55.38%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+7) .eael-circle-btn-icon svg {
	fill: #199a8e;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+8) .eael-circle-icon-shapes {
	background: -o-radial-gradient(51.12% 47.67%, 73.69% 72.33%, #2b3894 3.76%, #364099 14.18%, #5356a8 32.43%, #8078bf 55.38%, #d2a8d1 100%);
	background: radial-gradient(73.69% 72.33% at 51.12% 47.67%, #2b3894 3.76%, #364099 14.18%, #5356a8 32.43%, #8078bf 55.38%, #d2a8d1 100%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item:nth-child(8n+8) .eael-circle-btn-icon svg {
	fill: #2b3894;
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item #eael-circle-item-1 {
	top: 50%;
	left: 0%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item #eael-circle-item-2 {
	top: 85.4%;
	left: 14.6%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item #eael-circle-item-3 {
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item #eael-circle-item-4 {
	top: 85.4%;
	left: 85.4%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item #eael-circle-item-5 {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item #eael-circle-item-6 {
	top: 14.6%;
	left: 85.4%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item #eael-circle-item-7 {
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eael-circle-wrapper.eael-interactive-circle-preset-4 .eael-circle-info .eael-circle-item #eael-circle-item-8 {
	top: 14.6%;
	left: 14.6%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ast-page-builder-template .ast-article-post {
	margin-bottom: 2.5em;
}

.ast-featured-post {
	float: none;
}

.ast-separate-container .ast-separate-posts.ast-article-post {
	margin-bottom: 2em;
}

.ast-animate-hidden {
	visibility: hidden;
	opacity: 0;
}

.ast-animate-display {
	visibility: visible;
	opacity: 1;
}

.ast-no-thumb .ast-date-meta .posted-on {
	margin-bottom: 1.5em;
}

.ast-date-meta.circle .posted-on {
	border-radius: 50%;
	overflow: hidden;
}

.has-post-thumbnail .ast-date-meta.circle .posted-on {
	margin: 1em;
}

.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
	margin-bottom: 2em;
}

.ast-separate-container .ast-grid-1 .blog-layout-1 {
	padding: 0;
}

.ast-separate-container .ast-grid-1 .blog-layout-2, .ast-separate-container .ast-grid-1 .blog-layout-3 {
	padding: 0;
	border-bottom: 0;
}

.ast-separate-container .ast-grid-2 .ast-article-post, .ast-separate-container .ast-grid-3 .ast-article-post, .ast-separate-container .ast-grid-4 .ast-article-post {
	background: 0 0;
}

.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3, .ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3, .ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3 {
	border-bottom: 0;
}

.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3 {
	padding: 2.66666em;
	background: #fff;
}

.ast-separate-container .ast-grid-2 .blog-layout-1, .ast-separate-container .ast-grid-2 .blog-layout-2, .ast-separate-container .ast-grid-2 .blog-layout-3, .ast-separate-container .ast-grid-3 .blog-layout-1, .ast-separate-container .ast-grid-3 .blog-layout-2, .ast-separate-container .ast-grid-3 .blog-layout-3, .ast-separate-container .ast-grid-4 .blog-layout-1, .ast-separate-container .ast-grid-4 .blog-layout-2, .ast-separate-container .ast-grid-4 .blog-layout-3 {
	padding: 1.5em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+1), .ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+1), .ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+1) {
		padding: 0;
	}
	
	.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3 {
		padding: 1.5em;
	}
}

.ast-page-builder-template .ast-article-post .entry-header {
	margin: auto auto 1em auto;
	padding: 0;
}

.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

.ast-page-builder-template.single .post-navigation {
	margin-top: 2em;
}

hr.post-divider {
	height: 0;
	margin: 0;
}

hr.ast-single-previous-hr {
	height: 0;
	margin-top: 2em;
}

.ast-show-comments-data {
	padding: 2em 6.67em;
}

.ast-show-comments-data .ast-show-comments {
	cursor: pointer;
}

.ast-show-comments-data .ast-show-comments, .ast-show-comments-data .ast-show-comments-count {
	max-width: 640px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ast-show-comments-data .ast-show-comments-count {
	margin-bottom: 2em;
}

.ast-pagination-circle .ast-pagination .page-numbers, .ast-pagination-square .ast-pagination .page-numbers {
	border-style: solid;
	border-width: 1px;
	line-height: 2.33333em;
}

.ast-pagination-circle .ast-pagination .page-numbers {
	border-radius: 50%;
}

.ast-pagination-circle .ast-pagination .next.page-numbers, .ast-pagination-circle .ast-pagination .prev.page-numbers {
	border-radius: 30px;
}

@media all and (max-width:768px) {
	#content:before {
		content: "";
	}
}

.ast-pagination-infinite {
	text-align: center;
	margin: 2.5em 0 0;
}

.ast-page-builder-template .ast-pagination-infinite {
	margin: 2.5em 0;
}

.ast-load-more {
	cursor: pointer;
	display: none;
	border: 2px solid #eaeaea;
	transition: all .2s linear;
	color: #000;
}

.ast-load-more.active {
	display: inline-block;
	padding: 0 1.5em;
	line-height: 3em;
}

.ast-load-more.no-more:hover {
	border-color: #eaeaea;
	color: #000;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.ast-load-more.no-more:hover {
	background-color: inherit;
}

.no-more {
	cursor: default;
}

.ast-loader {
	display: none;
	margin: 0 auto;
	min-height: 58px;
	line-height: 58px;
	width: 70px;
	text-align: center;
}

.ast-loader>div {
	width: 18px;
	height: 18px;
	background-color: #0085ba;
	border-radius: 100%;
	display: inline-block;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ast-loader .ast-loader-1 {
	animation-delay: -.32s;
}

.ast-loader .ast-loader-2 {
	animation-delay: -.16s;
}

@keyframes sk-bouncedelay {
	0%, 100%, 80% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

.single .ast-single-author-box {
	display: inline-block;
	margin-top: 2em;
	width: 100%;
	border-top: 1px solid #eee;
}

.single .ast-author-meta .ast-author-details {
	width: 100%;
}

.single .ast-author-meta .about-author-title-wrapper, .single .ast-author-meta .post-author-bio {
	text-align: center;
}

.single .ast-author-meta .post-author-avatar {
	text-align: center;
	padding-right: 0;
}

.single .ast-author-meta .post-author-avatar img {
	border-radius: 50%;
	min-width: 100px;
}

.single .ast-author-meta .about-author-title-wrapper {
	padding: 0 0 1em;
}

.single.ast-separate-container .ast-single-author-box {
	border-top: 0;
}

.single.ast-separate-container .ast-author-meta {
	background-color: #fff;
	background-color: #fff;
	padding: 4em 6.67em;
}

@media (max-width:1200px) {
	.single.ast-separate-container .ast-author-meta {
		padding: 3.34em 2.4em;
	}
}

.single.ast-page-builder-template .ast-single-author-box, .single.ast-plain-container .ast-single-author-box {
	padding-top: 2em;
}

.blog-layout-1 .post-thumb .posted-on {
	position: absolute;
	top: 0;
}

.blog-layout-1 .post-thumb .posted-on .entry-date span {
	display: block;
	width: 100%;
	text-align: center;
}

.blog-layout-1.ast-no-thumb .posted-on {
	position: relative;
	display: inline-block;
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
	margin-left: -6.67em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
		margin-left: -2.4em;
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
	margin-left: -5.67em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
		margin-left: -1.4em;
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
	margin-top: -5.34em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
		margin-top: -3.34em;
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
	margin-top: -4.34em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
		margin-top: -2.34em;
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
	margin-top: -5.34em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
		margin-top: -3.34em;
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
	margin-left: -6.67em;
	margin-right: -6.67em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
		margin-left: -2.4em;
		margin-right: -2.4em;
	}
}

.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
	margin-top: -5.34em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
		margin-top: -3.34em;
	}
}

.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
	margin-left: -6.67em;
	margin-right: -6.67em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
		margin-left: -2.4em;
		margin-right: -2.4em;
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
	margin-left: -1.5em;
	margin-right: -1.5em;
}

@media (max-width:1200px) {
	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
		margin-left: -1.5em;
		margin-right: -1.5em;
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
	margin-left: -.5em;
	margin-right: -.5em;
}

@media (max-width:1200px) {
	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
		margin-left: -.5em;
		margin-right: -.5em;
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
	margin-top: -1.5em;
}

@media (max-width:1200px) {
	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
		margin-top: -1.5em;
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
	margin-top: -.5em;
}

@media (max-width:1200px) {
	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
		margin-top: -.5em;
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
	margin-top: -1.5em;
}

@media (max-width:1200px) {
	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
		margin-top: -1.5em;
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
	margin-left: -1.5em;
	margin-right: -1.5em;
}

@media (max-width:1200px) {
	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
		margin-left: -1.5em;
		margin-right: -1.5em;
	}
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 35px;
	max-height: 550px;
	width: 340px;
	margin: 0 0 0 -190px;
	background-color: #f1f1f1;
	z-index: 1000011;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.ast-hb-account-login-wrapper .ast-hb-account-login-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .7;
	z-index: 1000010;
	transition: all .3s;
}

.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close {
	background: 0 0;
	border: 0;
	font-size: 24px;
	line-height: 1;
	padding: .4em;
	color: inherit;
	-js-display: flex;
	display: flex;
	box-shadow: none;
}

.ast-hb-account-login-wrapper #loginform input[type=password], .ast-hb-account-login-wrapper #loginform input[type=text] {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	border: 1px solid;
	background-color: transparent;
	vertical-align: middle;
}

.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after {
	content: "|";
	margin: 0 .4em;
}

.ast-header-account-wrap .ast-header-account-link {
	pointer-events: none;
}

.ast-header-account-link.ast-account-action-link, .ast-header-account-link.ast-account-action-login, .ast-header-account-link.ast-account-action-login.customize-unpreviewable, .ast-header-break-point .ast-header-account-link {
	cursor: pointer;
	pointer-events: all;
}

.ast-header-break-point .ast-hb-account-login-wrapper, .ast-header-break-point .ast-hf-account-menu-wrap {
	display: none;
}

.ast-header-account {
	-js-display: flex;
	display: flex;
}

.ast-header-account-wrap .ast-hb-account-login-wrapper {
	visibility: hidden;
}

.ast-header-account-wrap .ast-hb-account-login-wrapper .ast-hb-login-header {
	-js-display: flex;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	min-height: calc(1.2em + 24px);
}

.ast-header-account-wrap .ast-hb-account-login-wrapper .ast-hb-account-login {
	transform: scale(.7);
	opacity: 0;
	transition: all .3s;
	overflow: auto;
}

.ast-header-account-wrap .ast-hb-account-login-wrapper.show {
	visibility: visible;
}

.ast-header-account-wrap .ast-hb-account-login-wrapper.show .ast-hb-account-login {
	transform: scale(1) translateY(-50%);
	opacity: 1;
}

.ast-hb-login-body {
	height: 100%;
	position: relative;
	line-height: 1.5;
}

.ast-desktop .ast-hf-account-menu-wrap.ast-main-header-bar-alignment {
	position: relative;
}

.ast-desktop .main-header-bar .main-header-bar-navigation .ast-account-nav-menu {
	line-height: 1.45;
}

.ast-desktop .ast-account-nav-menu {
	width: 260px;
	background: #fff;
	left: -999em;
	position: absolute;
	top: 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding-left: 0;
	border: 0;
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
}

.ast-desktop .ast-account-nav-menu .sub-menu {
	right: auto;
	top: 0;
	margin-left: 0;
}

.ast-desktop .ast-account-nav-menu .menu-item.focus>.sub-menu, .ast-desktop .ast-account-nav-menu .menu-item:hover>.sub-menu {
	left: 100%;
}

.ast-desktop .ast-account-nav-menu .menu-item .menu-link {
	padding: .9em 1em;
}

.ast-desktop .ast-account-nav-menu .menu-item {
	border-style: none;
}

.ast-desktop .ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%) rotate(270deg);
}

.ast-desktop .ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item, .ast-desktop .ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item, .ast-desktop .ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item {
	height: auto;
	line-height: unset;
}

.site-header-section-left .ast-header-account-wrap.focus .ast-account-nav-menu, .site-header-section-left .ast-header-account-wrap:hover .ast-account-nav-menu {
	left: -100%;
	right: auto;
}

.ast-header-account-wrap.focus .ast-account-nav-menu, .ast-header-account-wrap:hover .ast-account-nav-menu {
	right: -100%;
	left: auto;
}

.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a {
	background: unset;
}

.ast-header-account-wrap .menu-item:last-child>.menu-link {
	border-style: none;
}

.ast-divider-wrapper {
	border: 0;
}

.ast-mobile-popup-content .ast-header-divider-element {
	justify-content: center;
}

.ast-header-divider-element {
	position: relative;
}

.ast-fb-divider-layout-vertical {
	position: relative;
}

.ast-hb-divider-layout-vertical.ast-header-divider-element {
	height: 100%;
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element), .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
	padding: 15px 20px;
}

.footer-widget-area .ast-footer-divider-element {
	position: relative;
	align-items: center;
}

.footer-widget-area .ast-divider-wrapper {
	display: inline-block;
}

.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal {
	-js-display: inline-flex;
	display: inline-flex;
	vertical-align: middle;
}

[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button {
	font-size: 13px;
	padding: 8px 20px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button {
	font-size: 15px;
	padding: 10px 40px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button {
	font-size: 17px;
	padding: 15px 45px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button {
	font-size: 19px;
	padding: 20px 50px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button {
	font-size: 21px;
	padding: 25px 55px;
}

.ast-fb-divider-layout-vertical {
	-js-display: flex;
	display: flex;
}

.site-footer-section {
	position: relative;
}

.ast-builder-language-switcher .ast-builder-language-switcher-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent;
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher {
	display: block;
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu {
	display: block;
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher {
	-js-display: flex;
	display: flex;
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}

.ast-builder-language-switcher a {
	-js-display: flex;
	display: flex;
	align-items: center;
}

.ast-lswitcher-item-footer, .ast-lswitcher-item-header {
	-js-display: inline-flex;
	display: inline-flex;
}

span.ast-lswitcher-item-footer:last-child, span.ast-lswitcher-item-header:last-child {
	margin-right: 0;
}

.ast-header-sticky-active {
	position: fixed !important;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 99;
}

.ast-footer-sticky-active .ast-custom-footer {
	position: fixed !important;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 99;
}

.ast-custom-header {
	position: relative;
	z-index: 99;
}

.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap {
	transition: padding .3s linear;
}

.ast-custom-header.ast-header-sticky-active .fl-module-content {
	transition: all .3s linear;
}

.ast-custom-header.ast-header-sticky-active .elementor-section-wrap {
	transition: padding .3s linear;
}

.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated {
	transition: all .3s linear;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap {
	transition: padding .3s linear;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content {
	margin-top: 5px;
	margin-bottom: 5px;
	transition: all .3s linear;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img {
	max-height: 50px;
	width: auto;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap {
	transition: padding .3s linear;
	box-sizing: border-box;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img {
	max-height: 50px;
	width: auto;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated {
	max-height: 60px;
	transition: all .3s linear;
}

.single-advanced-hook .ast-no-title, .single-advanced-hook .hentry {
	margin: 0;
}

.js_active .ast-plain-container.single-advanced-hook .entry-header {
	margin: 0;
}

body.ast-padded-layout::after, body.ast-padded-layout::before {
	background: inherit;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

body.ast-padded-layout::after {
	bottom: 0;
}

body.ast-padded-layout {
	background-attachment: fixed;
}

body.ast-padded-layout::before {
	top: 0;
}

@media (min-width:44.375em) {
	body.ast-padded-layout.admin-bar::before {
		top: 46px;
	}
}

@media (min-width:48.9375em) {
	body.ast-padded-layout.admin-bar::before {
		top: 32px;
	}
}

.elementor-page.ast-box-layout #page, .elementor-page.ast-padded-layout #page {
	overflow: hidden;
}

.siteorigin-panels.ast-box-layout #page, .siteorigin-panels.ast-padded-layout #page {
	overflow: hidden;
}

.ast-separate-container.ast-box-layout #content .ast-container {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width:768px) {
	.ast-separate-container.ast-box-layout #content .ast-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:544px) {
	.ast-separate-container.ast-box-layout #content .ast-container {
		padding-left: .54em;
		padding-right: .54em;
	}
}

.js_active .ast-box-layout #page, .js_active .ast-padded-layout #page {
	overflow: hidden;
}

.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width], .js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width] {
	max-width: 100%;
	left: 0 !important;
}

#ast-scroll-top {
	display: none;
	position: fixed;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	width: 2.1em;
	height: 2.1em;
	line-height: 2.1;
	color: #fff;
	border-radius: 2px;
	content: "";
}

@media (min-width:769px) {
	#ast-scroll-top {
		content: "769";
	}
}

#ast-scroll-top .ast-icon.icon-arrow svg {
	margin-left: 0;
	transform: translate(0, -20%) rotate(180deg);
	width: 1.6em;
}

.ast-scroll-to-top-right {
	right: 30px;
	bottom: 30px;
}

.ast-scroll-to-top-left {
	left: 30px;
	bottom: 30px;
}

.astra-full-megamenu-wrapper {
	z-index: 99999;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link {
	vertical-align: middle;
	text-align: center;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link {
	background-color: transparent;
	color: inherit;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu {
	opacity: 0;
	visibility: hidden;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link {
	background-color: transparent;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus {
	opacity: 1;
	visibility: visible;
	-js-display: flex;
	display: flex;
	padding: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	flex: 1;
	opacity: 1;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item {
	width: 50%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item {
	width: 33.33%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item {
	width: 25%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child {
	border-right: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu {
	background-color: transparent;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 24px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 48px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu {
	position: static;
	width: 100%;
	margin: auto;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus {
	opacity: 1;
	visibility: visible;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus {
	-js-display: flex;
	display: flex;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content {
	padding: 0;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after {
	content: "";
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link, .ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
	opacity: 1;
	visibility: visible;
	-js-display: flex;
	display: flex;
	padding: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item {
	width: 50%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item {
	width: 33.33%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item {
	width: 25%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	display: block;
	flex: 1;
	opacity: 1;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu {
	background-color: transparent;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 24px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 48px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu {
	position: static;
	width: 100%;
	margin: auto;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child {
	border-right: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
	opacity: 1;
	visibility: visible;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
	-js-display: flex;
	display: flex;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu {
	min-width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu {
	min-width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper {
	background: #fff;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	border-width: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu {
	padding: 15px;
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link, .ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link, .ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link {
	background-color: transparent;
	color: inherit;
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text, .ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text, .ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text {
	vertical-align: text-top;
}

.ast-desktop .ast-mm-custom-text-content, .ast-desktop .ast-mm-template-content {
	padding: 0 1em;
}

.ast-desktop .ast-below-header .ast-mm-custom-text-content, .ast-desktop .ast-below-header .ast-mm-template-content {
	padding: .9em 1em;
}

.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper {
	border-width: 1px;
	border-style: solid;
}

.ast-desktop .ast-mm-widget-content a {
	display: initial;
}

.ast-desktop .ast-mm-widget-content .ast-mm-widget-item {
	padding: 1.5em;
}

.ast-desktop .submenu-with-border .astra-megamenu {
	border-width: 1px;
}

.ast-menu-description {
	line-height: 1.6;
	display: block;
	font-size: .8em;
	padding: 2px 0;
}

.site-header a .ast-menu-description, .site-header a .sub-arrow {
	transition: none;
}

.site-header .menu-text {
	transition: none;
}

.ast-header-break-point .ast-menu-description {
	line-height: inherit;
}

.astra-mm-highlight-label {
	font-size: .7em;
	margin-left: 5px;
	line-height: normal;
	padding: 3px 6px;
	border-radius: 2px;
}

.ast-desktop .ast-hide-menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after, .ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after {
	content: "";
	margin: 0;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after, .ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after {
	transform: rotate(-90deg);
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow, .ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover, .ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover {
	background: 0 0;
}

.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after, .ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after, .ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after, .ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after {
	display: none;
}

.ast-disable-link {
	cursor: default;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
	background: 0 0;
}

.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
	background: 0 0;
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link {
	background: 0 0;
}

.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full, .ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched, .ast-desktop .ast-below-header-menu .astra-mega-menu-width-full, .ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched, .ast-desktop .astra-mega-menu-width-full, .ast-desktop .astra-mega-menu-width-full-stretched {
	background: 0 0;
}

.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
}

.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .astra-full-megamenu-wrapper .sub-menu {
	box-shadow: none;
}

.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .astra-megamenu .sub-menu {
	box-shadow: none;
}

.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .astra-full-megamenu-wrapper {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item {
	display: none;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle {
	display: none;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu {
	display: block !important;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu {
	display: block !important;
}

.ast-hidden {
	display: none !important;
}

.main-header-bar-wrap .ast-search-box.header-cover {
	z-index: 7;
}

.ast-below-header-wrap .ast-search-box.header-cover #close, .ast-below-header-wrap .ast-search-box.header-cover .search-field {
	font-size: 1.8em;
}

.ast-below-header-wrap .ast-search-box.header-cover .search-submit {
	font-size: 1.5em;
}

.ast-search-box.full-screen, .ast-search-box.header-cover {
	display: none;
	opacity: 0;
	transition: opacity .2s;
	width: 100%;
	height: 100%;
}

.ast-search-box.full-screen .search-field, .ast-search-box.header-cover .search-field {
	background: 0 0;
	border: 0;
	color: #fafafa;
	box-shadow: none;
	text-align: left;
	padding: 0;
}

.ast-search-box.full-screen .search-submit, .ast-search-box.header-cover .search-submit {
	background: 0 0;
	padding: 0;
	color: #9e9e9e;
	transition: all .7s ease-In;
	outline: 0;
	border: 0;
	vertical-align: middle;
}

.ast-search-box.full-screen .ast-search-wrapper, .ast-search-box.header-cover .ast-search-wrapper {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ast-search-box.full-screen .ast-search-wrapper .search-form, .ast-search-box.header-cover .ast-search-wrapper .search-form {
	line-height: normal;
}

.ast-search-box.full-screen #close, .ast-search-box.header-cover #close {
	color: #fafafa;
	transform: rotate(0);
	font-size: 2em;
	cursor: pointer;
	z-index: 9;
	font-weight: 400;
}

.ast-search-box.full-screen .search-field::-webkit-input-placeholder, .ast-search-box.header-cover .search-field::-webkit-input-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field:-moz-placeholder, .ast-search-box.header-cover .search-field:-moz-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field::-moz-placeholder, .ast-search-box.header-cover .search-field::-moz-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field:-ms-input-placeholder, .ast-search-box.header-cover .search-field:-ms-input-placeholder {
	color: #fafafa;
}

.ast-search-box.header-cover {
	position: absolute;
	background: rgba(25, 25, 25, .94);
	top: 0;
	z-index: 10;
}

.ast-search-box.header-cover .search-field {
	font-size: 2em;
	line-height: 2;
	width: 100%;
}

.ast-search-box.header-cover .ast-container {
	position: relative;
}

.ast-search-box.header-cover .close, .ast-search-box.header-cover .search-submit, .ast-search-box.header-cover .search-text-wrap {
	display: inline-block;
}

.ast-search-box.header-cover .search-text-wrap {
	width: calc(100% - 2.5em);
	vertical-align: middle;
}

.ast-search-box.header-cover .search-submit {
	font-size: 1.7em;
	margin-right: 2em;
}

.ast-search-box.header-cover #close {
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ast-search-box.full-screen {
	position: fixed;
	background: rgba(25, 25, 25, .94);
	top: 0;
	left: 0;
	z-index: 999;
}

.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
	text-align: center;
	color: #e2e2e2;
	font-size: 1.5em;
	font-weight: 400;
	transition-delay: 50ms;
	transition: all .3s ease-in-out;
}

.ast-search-box.full-screen .ast-search-wrapper fieldset {
	border: 0;
	padding: 2.5em 0 1em;
	border-bottom: 2px solid #9e9e9e;
}

.ast-search-box.full-screen .ast-search-wrapper .search-field {
	font-size: 2.6em;
	padding-left: 30px;
	line-height: 1.7;
	width: 90%;
	width: calc(100% - 1.5em);
	vertical-align: middle;
	text-align: center;
}

.ast-search-box.full-screen .ast-search-wrapper .search-form {
	width: 70%;
	margin: 20px auto;
}

.ast-search-box.full-screen .ast-search-wrapper .search-submit {
	font-size: 2em;
}

.ast-search-box.full-screen #close {
	position: absolute;
	color: #fafafa;
	right: 1em;
	line-height: 1;
	cursor: pointer;
	z-index: 9;
	font-weight: 400;
	font-size: 2em;
	top: 1.5em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ast-search-box.full-screen ::-webkit-input-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen ::-moz-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen :-ms-input-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen :-moz-placeholder {
	opacity: 0;
}

@media (max-width:420px) {
	.ast-search-box.full-screen ::-webkit-input-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen ::-moz-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen :-ms-input-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen :-moz-placeholder {
		opacity: 1;
	}
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder {
	opacity: .5;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-form {
	padding-left: 0;
	padding-right: 2em;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-field {
	width: auto;
	padding-left: 1em;
	padding-right: 0;
}

.ast-inline-search.ast-search-menu-icon {
	position: relative;
	transform: none;
	left: 0;
	right: 0;
}

.ast-inline-search.ast-search-menu-icon .search-submit {
	display: block;
	background: 0 0;
	border: none;
	position: absolute;
	height: 100%;
	right: .25em;
	padding: 0;
	top: 0;
	font-size: 1.3em;
	color: #757575;
}

.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form {
	padding: 0;
}

.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field {
	width: 100%;
	padding-right: 2em;
}

.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen, .ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover {
	display: none;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form {
	right: -1em;
	left: auto;
	padding-left: 0;
	padding-right: 3em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	right: auto;
	padding-right: 0;
	padding-left: 3em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field {
	padding-left: 0;
	padding-right: 1em;
}

.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form {
	padding-left: 0;
	left: auto;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form {
	left: -1em;
	padding-left: 2em;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
	right: auto;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form {
	left: 0;
	padding-left: 0;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form {
	right: -1em;
	left: auto;
	padding-left: 0;
	padding-right: 3em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	right: auto;
	padding-right: 0;
	padding-left: 3em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field {
	padding-left: 0;
	padding-right: 1em;
}

.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-left: 1em;
	padding-right: 0;
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	padding-left: 3em;
	padding-right: 1em;
}

.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
	right: auto;
	padding-right: 2em;
}

.iphone.full-screen, .ipod.full-screen {
	position: fixed !important;
}

@media (max-width:992px) {
	.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
		left: auto;
	}
	
	.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
		left: auto;
	}
}

@media (max-width:544px) {
	.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
		display: none;
	}
	
	.ast-search-box.full-screen .ast-search-wrapper .search-field, .ast-search-box.full-screen .ast-search-wrapper .search-submit {
		font-size: 1.6em;
	}
}
